mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
chore: update OpenAPI spec from monorepo (#131)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
c2a933ff6b
commit
6006c3a84f
@@ -7244,6 +7244,30 @@ components:
|
|||||||
- type
|
- type
|
||||||
- schema
|
- schema
|
||||||
type: object
|
type: object
|
||||||
|
task_budget:
|
||||||
|
description: >-
|
||||||
|
Task budget for an agentic turn. The model sees a countdown of remaining tokens and uses it to prioritize
|
||||||
|
work and wind down gracefully. Advisory — does not enforce a hard cap.
|
||||||
|
example:
|
||||||
|
total: 400000
|
||||||
|
type: tokens
|
||||||
|
nullable: true
|
||||||
|
properties:
|
||||||
|
remaining:
|
||||||
|
minimum: 0
|
||||||
|
nullable: true
|
||||||
|
type: integer
|
||||||
|
total:
|
||||||
|
minimum: 20000
|
||||||
|
type: integer
|
||||||
|
type:
|
||||||
|
enum:
|
||||||
|
- tokens
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
- total
|
||||||
|
type: object
|
||||||
type: object
|
type: object
|
||||||
MessagesPingEvent:
|
MessagesPingEvent:
|
||||||
description: Keep-alive ping event
|
description: Keep-alive ping event
|
||||||
|
|||||||
Reference in New Issue
Block a user