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.11.3 (#390)
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
d62640c385
commit
22803a327e
@@ -46,6 +46,10 @@ from .outputfilesearchservertoolitem import (
|
||||
OutputFileSearchServerToolItem,
|
||||
OutputFileSearchServerToolItemTypedDict,
|
||||
)
|
||||
from .outputfilesservertoolitem import (
|
||||
OutputFilesServerToolItem,
|
||||
OutputFilesServerToolItemTypedDict,
|
||||
)
|
||||
from .outputfunctioncallitem import (
|
||||
OutputFunctionCallItem,
|
||||
OutputFunctionCallItemTypedDict,
|
||||
@@ -145,6 +149,7 @@ OutputItemsTypedDict = TypeAliasType(
|
||||
OutputReasoningItemTypedDict,
|
||||
OutputAdvisorServerToolItemTypedDict,
|
||||
OutputSubagentServerToolItemTypedDict,
|
||||
OutputFilesServerToolItemTypedDict,
|
||||
OutputFusionServerToolItemTypedDict,
|
||||
],
|
||||
)
|
||||
@@ -178,6 +183,7 @@ _OUTPUT_ITEMS_VARIANTS: dict[str, Any] = {
|
||||
"openrouter:datetime": OutputDatetimeItem,
|
||||
"openrouter:experimental__search_models": OutputSearchModelsServerToolItem,
|
||||
"openrouter:file_search": OutputFileSearchServerToolItem,
|
||||
"openrouter:files": OutputFilesServerToolItem,
|
||||
"openrouter:fusion": OutputFusionServerToolItem,
|
||||
"openrouter:image_generation": OutputImageGenerationServerToolItem,
|
||||
"openrouter:mcp": OutputMcpServerToolItem,
|
||||
@@ -212,6 +218,7 @@ OutputItems = Annotated[
|
||||
OutputDatetimeItem,
|
||||
OutputSearchModelsServerToolItem,
|
||||
OutputFileSearchServerToolItem,
|
||||
OutputFilesServerToolItem,
|
||||
OutputFusionServerToolItem,
|
||||
OutputImageGenerationServerToolItem,
|
||||
OutputMcpServerToolItem,
|
||||
|
||||
Reference in New Issue
Block a user