-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Review the LLM provider API errors that generate 400 response code and create tickets for the issues that are found which could be avoided through code changes or pipeline validation:
E.g.:
Error code: 400 - {'error': {'message': "The following tools cannot be used with reasoning.effort 'minimal': file_search.", 'type': 'invalid_request_error', 'param': 'tools', 'code': None}}
Take-away: gpt-5 does not support 'file-search' when reasoning effort is 'minimal'.
We could add validation to handle this.
coderabbitai
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🔖 Ready