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:
github-actions[bot]
2026-07-03 19:58:30 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent d62640c385
commit 22803a327e
16 changed files with 272 additions and 70 deletions
+7
View File
@@ -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,