mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +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
@@ -2,6 +2,7 @@
|
||||
|
||||
from __future__ import annotations
|
||||
from .fusionanalysisresult import FusionAnalysisResult, FusionAnalysisResultTypedDict
|
||||
from .fusionsource import FusionSource, FusionSourceTypedDict
|
||||
from .toolcallstatus import ToolCallStatus
|
||||
from openrouter.types import BaseModel
|
||||
from openrouter.utils import validate_open_enum
|
||||
@@ -60,6 +61,8 @@ class OutputFusionServerToolItemTypedDict(TypedDict):
|
||||
id: NotRequired[str]
|
||||
responses: NotRequired[List[ResponseTypedDict]]
|
||||
r"""Analysis models that produced a response in this fusion run, with each model's full panel content."""
|
||||
sources: NotRequired[List[FusionSourceTypedDict]]
|
||||
r"""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."""
|
||||
|
||||
|
||||
class OutputFusionServerToolItem(BaseModel):
|
||||
@@ -85,3 +88,6 @@ class OutputFusionServerToolItem(BaseModel):
|
||||
|
||||
responses: Optional[List[Response]] = None
|
||||
r"""Analysis models that produced a response in this fusion run, with each model's full panel content."""
|
||||
|
||||
sources: Optional[List[FusionSource]] = None
|
||||
r"""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."""
|
||||
|
||||
Reference in New Issue
Block a user