Skip to content

Commit 31b4663

Browse files
committed
fix linter
1 parent c9edce5 commit 31b4663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/playback_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ async def _generate_live_tool_calls(
207207
tool_schemas: List[Dict],
208208
env_index: int,
209209
conversation_history: List[Dict[str, Any]],
210-
) -> Tuple[List["MCPToolCall"], CompletionUsage]:
210+
) -> Tuple[List["MCPToolCall"], CompletionUsage, str]:
211211
"""
212212
Generate tool calls in live mode. Concrete classes must implement this.
213213

0 commit comments

Comments
 (0)