fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
This commit is contained in:
@@ -125,8 +125,7 @@ class AnalyzeWorkflowRequest(WorkflowRequest):
|
||||
"detailed", description=ANALYZE_WORKFLOW_FIELD_DESCRIPTIONS["output_format"]
|
||||
)
|
||||
|
||||
# Keep thinking_mode and use_websearch from original analyze tool
|
||||
# temperature is inherited from WorkflowRequest
|
||||
# Keep thinking_mode from original analyze tool; temperature is inherited from WorkflowRequest
|
||||
|
||||
@model_validator(mode="after")
|
||||
def validate_step_one_requirements(self):
|
||||
|
||||
Reference in New Issue
Block a user