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
"description": "An evaluator that analyzes the execution trajectory and decision sequence taken by the agent.",
6
+
"category": 3,
7
+
"type": 7,
8
+
"prompt": "Evaluate the agent's execution trajectory based on the expected behavior.\n\nExpected Agent Behavior: {{ExpectedAgentBehavior}}\nAgent Run History: {{AgentRunHistory}}\n\nProvide a score from 0-100 based on how well the agent followed the expected trajectory.",
"prompt": "Evaluate the agent's execution trajectory based on the expected behavior.\n\nExpected Agent Behavior: {{ExpectedAgentBehavior}}\nAgent Run History: {{AgentRunHistory}}\n\nProvide a score from 0-100 based on how well the agent followed the expected trajectory.",
10
+
"temperature": 0.0,
11
+
"defaultEvaluationCriteria": {
12
+
"expectedAgentBehavior": "The agent should correctly perform the calculation and return the result."
0 commit comments