mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
chore: update OpenAPI spec from monorepo (#252)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
co-authored by
OpenRouter SDK Bot
parent
0ecf2ef253
commit
da19555f7f
@@ -11491,6 +11491,24 @@ components:
|
|||||||
error:
|
error:
|
||||||
description: Error message when the fusion run did not produce an analysis result.
|
description: Error message when the fusion run did not produce an analysis result.
|
||||||
type: string
|
type: string
|
||||||
|
failed_models:
|
||||||
|
description: >-
|
||||||
|
Models that were requested as part of the analysis panel but did not produce a response. Present when at
|
||||||
|
least one requested analysis model failed. The fusion result is still usable but was produced from a
|
||||||
|
degraded panel.
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
error:
|
||||||
|
description: Error message describing why the model failed.
|
||||||
|
type: string
|
||||||
|
model:
|
||||||
|
description: Slug of the analysis model that failed.
|
||||||
|
type: string
|
||||||
|
required:
|
||||||
|
- model
|
||||||
|
- error
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
id:
|
id:
|
||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user