Skip to content

Commit dd61a28

Browse files
committed
fix lint
1 parent 31b4663 commit dd61a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eval_protocol/utils/static_policy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async def _generate_live_tool_calls(
7373
tool_schemas: List[Dict],
7474
env_index: int,
7575
conversation_history: List[Dict[str, Any]],
76-
) -> Tuple[List[MCPToolCall], CompletionUsage]:
76+
) -> Tuple[List[MCPToolCall], CompletionUsage, str]:
7777
"""
7878
Generate tool calls in live mode using the static action sequence.
7979
@@ -220,7 +220,7 @@ async def _generate_live_tool_calls(
220220
tool_schemas: List[Dict],
221221
env_index: int,
222222
conversation_history: List[Dict[str, Any]],
223-
) -> Tuple[List[MCPToolCall], CompletionUsage]:
223+
) -> Tuple[List[MCPToolCall], CompletionUsage, str]:
224224
"""
225225
Generate random tool calls in live mode.
226226

0 commit comments

Comments
 (0)