You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can see, currently the online evaluation rule metric has ONLY supported to specific one input and one output string which referenced from the whole trace data. I would expect to read the whole trace data from the custom metric function so that it would be possible to analysis the trace data and generate a metric value for this time trace.
Motivation
While we didn't support this feature, it seems to be hard to write code to analysis the array result of output (for example) within the rule metric function.