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.10.7 (#378)
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
ad1cfda1f4
commit
10f2890d75
@@ -8356,6 +8356,22 @@ components:
|
||||
maxItems: 8
|
||||
type: array
|
||||
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:
|
||||
description: Stored prompt and completion content
|
||||
example:
|
||||
@@ -16212,6 +16228,12 @@ components:
|
||||
- model
|
||||
type: object
|
||||
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:
|
||||
$ref: '#/components/schemas/ToolCallStatus'
|
||||
type:
|
||||
|
||||
Reference in New Issue
Block a user