fix: configure codex with a longer timeout

refactor: param names
This commit is contained in:
Fahad
2025-10-21 10:35:44 +04:00
parent 04132f1459
commit d2773f488a
47 changed files with 232 additions and 194 deletions

View File

@@ -70,7 +70,7 @@ async def test_conversation_history_field_mapping():
arguments = {
"continuation_id": "test-thread-123",
"prompt": test_case["original_value"],
"files": ["/test/file2.py"],
"absolute_file_paths": ["/test/file2.py"],
"model": "flash", # Use test model to avoid provider errors
}