We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9edce5 commit 31b4663Copy full SHA for 31b4663
eval_protocol/playback_policy.py
@@ -207,7 +207,7 @@ async def _generate_live_tool_calls(
207
tool_schemas: List[Dict],
208
env_index: int,
209
conversation_history: List[Dict[str, Any]],
210
- ) -> Tuple[List["MCPToolCall"], CompletionUsage]:
+ ) -> Tuple[List["MCPToolCall"], CompletionUsage, str]:
211
"""
212
Generate tool calls in live mode. Concrete classes must implement this.
213
0 commit comments