From 525a7765079758916e9626235d9799e53151f205 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Fri, 26 Jun 2026 23:42:15 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 455ad469..c34cc531 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -8405,6 +8405,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: @@ -16295,6 +16311,13 @@ 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: