Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5021,6 +5021,20 @@ components:
content: 'This is a message from the developer.'
role: 'developer'
properties:
configuration_update:
additionalProperties: false
description: 'OpenRouter extension. Same as the system message `configuration_update`: changes reasoning effort from this point in the conversation onward without invalidating the prompt cache for the preceding turns.'
example:
reasoning:
effort: 'low'
properties:
reasoning:
$ref: '#/components/schemas/ConfigurationUpdateReasoning'
required:
- 'reasoning'
type:
- 'object'
- 'null'
content:
anyOf:
- type: 'string'
Expand Down
Loading