We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b4663 commit dd61a28Copy full SHA for dd61a28
eval_protocol/utils/static_policy.py
@@ -73,7 +73,7 @@ async def _generate_live_tool_calls(
73
tool_schemas: List[Dict],
74
env_index: int,
75
conversation_history: List[Dict[str, Any]],
76
- ) -> Tuple[List[MCPToolCall], CompletionUsage]:
+ ) -> Tuple[List[MCPToolCall], CompletionUsage, str]:
77
"""
78
Generate tool calls in live mode using the static action sequence.
79
@@ -220,7 +220,7 @@ async def _generate_live_tool_calls(
220
221
222
223
224
225
Generate random tool calls in live mode.
226
0 commit comments