chore: update OpenAPI spec from monorepo (#126)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-04-15 16:04:08 -05:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent a40c0019c1
commit a34a1456a1
+29
View File
@@ -1457,6 +1457,14 @@ components:
- thinking
- signature
type: object
AnthropicThinkingDisplay:
enum:
- summarized
- omitted
- null
example: summarized
nullable: true
type: string
AnthropicThinkingTurns:
example:
type: thinking_turns
@@ -7429,6 +7437,8 @@ components:
- properties:
budget_tokens:
type: integer
display:
$ref: '#/components/schemas/AnthropicThinkingDisplay'
type:
enum:
- enabled
@@ -7446,6 +7456,8 @@ components:
- type
type: object
- properties:
display:
$ref: '#/components/schemas/AnthropicThinkingDisplay'
type:
enum:
- adaptive
@@ -7654,6 +7666,23 @@ components:
allOf:
- $ref: '#/components/schemas/BaseMessagesResult'
- properties:
context_management:
nullable: true
properties:
applied_edits:
items:
additionalProperties:
nullable: true
properties:
type:
type: string
required:
- type
type: object
type: array
required:
- applied_edits
type: object
provider:
$ref: '#/components/schemas/ProviderName'
usage: