mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-17 11:22:58 +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
|
- thinking
|
||||||
- signature
|
- signature
|
||||||
type: object
|
type: object
|
||||||
|
AnthropicThinkingDisplay:
|
||||||
|
enum:
|
||||||
|
- summarized
|
||||||
|
- omitted
|
||||||
|
- null
|
||||||
|
example: summarized
|
||||||
|
nullable: true
|
||||||
|
type: string
|
||||||
AnthropicThinkingTurns:
|
AnthropicThinkingTurns:
|
||||||
example:
|
example:
|
||||||
type: thinking_turns
|
type: thinking_turns
|
||||||
@@ -7429,6 +7437,8 @@ components:
|
|||||||
- properties:
|
- properties:
|
||||||
budget_tokens:
|
budget_tokens:
|
||||||
type: integer
|
type: integer
|
||||||
|
display:
|
||||||
|
$ref: '#/components/schemas/AnthropicThinkingDisplay'
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
- enabled
|
- enabled
|
||||||
@@ -7446,6 +7456,8 @@ components:
|
|||||||
- type
|
- type
|
||||||
type: object
|
type: object
|
||||||
- properties:
|
- properties:
|
||||||
|
display:
|
||||||
|
$ref: '#/components/schemas/AnthropicThinkingDisplay'
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
- adaptive
|
- adaptive
|
||||||
@@ -7654,6 +7666,23 @@ components:
|
|||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/components/schemas/BaseMessagesResult'
|
- $ref: '#/components/schemas/BaseMessagesResult'
|
||||||
- properties:
|
- 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:
|
provider:
|
||||||
$ref: '#/components/schemas/ProviderName'
|
$ref: '#/components/schemas/ProviderName'
|
||||||
usage:
|
usage:
|
||||||
|
|||||||
Reference in New Issue
Block a user