mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: update OpenAPI spec from monorepo (#126)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
a40c0019c1
commit
a34a1456a1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user