mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-18 12:10:34 +08:00
chore: update OpenAPI spec from monorepo (#377)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
21020fb334
commit
ad1cfda1f4
@@ -8405,6 +8405,22 @@ components:
|
|||||||
maxItems: 8
|
maxItems: 8
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
|
FusionSource:
|
||||||
|
description: A web page retrieved via web search during a fusion run.
|
||||||
|
example:
|
||||||
|
title: Example article title
|
||||||
|
url: https://example.com/article
|
||||||
|
properties:
|
||||||
|
title:
|
||||||
|
description: Title of the retrieved web page.
|
||||||
|
type: string
|
||||||
|
url:
|
||||||
|
description: URL of the web page a panel or the judge retrieved during the run.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- url
|
||||||
|
- title
|
||||||
|
type: object
|
||||||
GenerationContentData:
|
GenerationContentData:
|
||||||
description: Stored prompt and completion content
|
description: Stored prompt and completion content
|
||||||
example:
|
example:
|
||||||
@@ -16295,6 +16311,13 @@ components:
|
|||||||
- model
|
- model
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
sources:
|
||||||
|
description: >-
|
||||||
|
Web pages the analysis panels and judge retrieved via web search during this fusion run, deduplicated by URL
|
||||||
|
across the whole run. Present when at least one model cited a source.
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/FusionSource'
|
||||||
|
type: array
|
||||||
status:
|
status:
|
||||||
$ref: '#/components/schemas/ToolCallStatus'
|
$ref: '#/components/schemas/ToolCallStatus'
|
||||||
type:
|
type:
|
||||||
|
|||||||
Reference in New Issue
Block a user