mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
chore: 🐝 Update SDK - Generate (spec change merged) 0.11.1 (#385)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
speakeasybot
speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent
3e57a57bc0
commit
28299a788d
@@ -4532,6 +4532,7 @@ components:
|
||||
- $ref: '#/components/schemas/AdvisorServerTool_OpenRouter'
|
||||
- $ref: '#/components/schemas/BashServerTool'
|
||||
- $ref: '#/components/schemas/DatetimeServerTool'
|
||||
- $ref: '#/components/schemas/FilesServerTool'
|
||||
- $ref: '#/components/schemas/ImageGenerationServerTool_OpenRouter'
|
||||
- $ref: '#/components/schemas/ChatSearchModelsServerTool'
|
||||
- $ref: '#/components/schemas/SubagentServerTool_OpenRouter'
|
||||
@@ -7555,6 +7556,27 @@ components:
|
||||
- type
|
||||
- vector_store_ids
|
||||
type: object
|
||||
FilesServerTool:
|
||||
description: >-
|
||||
OpenRouter built-in server tool: read, write, edit, and list workspace files via the Files API. Requires the `x-openrouter-file-ids: openrouter` request header.
|
||||
example:
|
||||
parameters: {}
|
||||
type: openrouter:files
|
||||
properties:
|
||||
parameters:
|
||||
$ref: '#/components/schemas/FilesServerToolConfig'
|
||||
type:
|
||||
enum:
|
||||
- openrouter:files
|
||||
type: string
|
||||
required:
|
||||
- type
|
||||
type: object
|
||||
FilesServerToolConfig:
|
||||
description: Configuration for the openrouter:files server tool
|
||||
example: {}
|
||||
properties: {}
|
||||
type: object
|
||||
ForbiddenResponse:
|
||||
description: Forbidden - Authentication successful but insufficient permissions
|
||||
example:
|
||||
@@ -19755,6 +19777,7 @@ components:
|
||||
- $ref: '#/components/schemas/AdvisorServerTool_OpenRouter'
|
||||
- $ref: '#/components/schemas/SubagentServerTool_OpenRouter'
|
||||
- $ref: '#/components/schemas/DatetimeServerTool'
|
||||
- $ref: '#/components/schemas/FilesServerTool'
|
||||
- $ref: '#/components/schemas/FusionServerTool_OpenRouter'
|
||||
- $ref: '#/components/schemas/ImageGenerationServerTool_OpenRouter'
|
||||
- $ref: '#/components/schemas/ChatSearchModelsServerTool'
|
||||
|
||||
Reference in New Issue
Block a user