-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Error Details
Model: GPT 5
Provider: openai
Status Code: 400
Error Output
{
"message":"Item 'rs_0e2a6688f68ed1c4006948917b62108196b8d8339e47a272ed' of type 'reasoning' was provided without its required following item.",
"type":"invalid_request_error",
"param":"input",
"code":null
}
Additional Context
Thats my model config
- name: G 5
provider: openai
model: gpt-5
apiKey: ${{ secrets.OPENAI_API_KEY }}
roles:
- chat
- edit
- apply
capabilities:
- tool_use
defaultCompletionOptions:
contextLength: 200000
maxTokens: 4096
reasoning: true
useLegacyCompletionsEndpoint: true
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Type
Projects
Status
Todo