fix: configure codex with a longer timeout
refactor: param names
This commit is contained in:
@@ -45,9 +45,9 @@ async def test_tool_execution_error_sets_is_error_flag_for_mcp_response(monkeypa
|
||||
handler = mcp_server.request_handlers[CallToolRequest]
|
||||
|
||||
arguments = {
|
||||
"prompt": "Trigger working_directory validation failure",
|
||||
"working_directory": "relative/path", # Not absolute -> ToolExecutionError from ChatTool
|
||||
"files": [],
|
||||
"prompt": "Trigger working_directory_absolute_path validation failure",
|
||||
"working_directory_absolute_path": "relative/path", # Not absolute -> ToolExecutionError from ChatTool
|
||||
"absolute_file_paths": [],
|
||||
"model": "gemini-2.5-flash",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user