mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-06 13:20:23 +08:00
chore: update OpenAPI spec from monorepo (#218)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
c10bbfe084
commit
8ac9dede84
@@ -10592,10 +10592,42 @@ components:
|
|||||||
OutputWebSearchServerToolItem:
|
OutputWebSearchServerToolItem:
|
||||||
description: An openrouter:web_search server tool output item
|
description: An openrouter:web_search server tool output item
|
||||||
example:
|
example:
|
||||||
|
action:
|
||||||
|
query: latest AI news
|
||||||
|
type: search
|
||||||
id: ws_tmp_abc123
|
id: ws_tmp_abc123
|
||||||
status: completed
|
status: completed
|
||||||
type: openrouter:web_search
|
type: openrouter:web_search
|
||||||
properties:
|
properties:
|
||||||
|
action:
|
||||||
|
description: >-
|
||||||
|
The search action performed, matching OpenAI web_search_call.action shape. Includes the query the model
|
||||||
|
issued and optional source URLs returned by the search provider.
|
||||||
|
properties:
|
||||||
|
query:
|
||||||
|
type: string
|
||||||
|
sources:
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
type:
|
||||||
|
enum:
|
||||||
|
- url
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
- url
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
|
type:
|
||||||
|
enum:
|
||||||
|
- search
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- type
|
||||||
|
- query
|
||||||
|
type: object
|
||||||
id:
|
id:
|
||||||
type: string
|
type: string
|
||||||
status:
|
status:
|
||||||
|
|||||||
Reference in New Issue
Block a user