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

@@ -218,7 +218,7 @@ class PlannerTool(WorkflowTool):
"temperature", # Planning doesn't need temperature control
"thinking_mode", # Planning doesn't need thinking mode
"images", # Planning doesn't use images
"files", # Planning doesn't use files
"absolute_file_paths", # Planning doesn't use file attachments
]
# Build schema with proper field exclusion (following consensus pattern)