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 (#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:
|
||||
description: An openrouter:web_search server tool output item
|
||||
example:
|
||||
action:
|
||||
query: latest AI news
|
||||
type: search
|
||||
id: ws_tmp_abc123
|
||||
status: completed
|
||||
type: openrouter:web_search
|
||||
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:
|
||||
type: string
|
||||
status:
|
||||
|
||||
Reference in New Issue
Block a user