Skip to content

Commit 4e7d95f

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#811)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent b3a54a3 commit 4e7d95f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5021,6 +5021,20 @@ components:
50215021
content: 'This is a message from the developer.'
50225022
role: 'developer'
50235023
properties:
5024+
configuration_update:
5025+
additionalProperties: false
5026+
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.'
5027+
example:
5028+
reasoning:
5029+
effort: 'low'
5030+
properties:
5031+
reasoning:
5032+
$ref: '#/components/schemas/ConfigurationUpdateReasoning'
5033+
required:
5034+
- 'reasoning'
5035+
type:
5036+
- 'object'
5037+
- 'null'
50245038
content:
50255039
anyOf:
50265040
- type: 'string'

0 commit comments

Comments
 (0)