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
+42 -36
View File
@@ -80,6 +80,10 @@ from .outputfilesearchservertoolitem import (
OutputFileSearchServerToolItem,
OutputFileSearchServerToolItemTypedDict,
)
from .outputfilesservertoolitem import (
OutputFilesServerToolItem,
OutputFilesServerToolItemTypedDict,
)
from .outputfunctioncallitem import (
OutputFunctionCallItem,
OutputFunctionCallItemTypedDict,
@@ -374,45 +378,46 @@ InputsUnion1TypedDict = TypeAliasType(
OutputFileSearchCallItemTypedDict,
EasyInputMessageTypedDict,
InputMessageItemTypedDict,
CustomToolCallOutputItemTypedDict,
LocalShellCallOutputItemTypedDict,
OutputToolSearchServerToolItemTypedDict,
OutputFileSearchServerToolItemTypedDict,
OutputWebSearchServerToolItemTypedDict,
CustomToolCallOutputItemTypedDict,
OutputImageGenerationCallItemTypedDict,
OutputWebSearchCallItemTypedDict,
LocalShellCallItemTypedDict,
OutputSearchModelsServerToolItemTypedDict,
FunctionCallOutputItemTypedDict,
ApplyPatchCallItemTypedDict,
OutputDatetimeItemTypedDict,
McpApprovalResponseItemTypedDict,
McpApprovalRequestItemTypedDict,
OutputMcpServerToolItemTypedDict,
FunctionCallOutputItemTypedDict,
OutputSearchModelsServerToolItemTypedDict,
LocalShellCallItemTypedDict,
ApplyPatchCallItemTypedDict,
McpListToolsItemTypedDict,
ApplyPatchCallOutputItemTypedDict,
McpApprovalResponseItemTypedDict,
OutputBrowserUseServerToolItemTypedDict,
OutputMcpServerToolItemTypedDict,
McpApprovalRequestItemTypedDict,
OutputTextEditorServerToolItemTypedDict,
OutputApplyPatchServerToolItemTypedDict,
ShellCallItemTypedDict,
CustomToolCallItemTypedDict,
InputsMessageTypedDict,
OutputMemoryServerToolItemTypedDict,
OutputCodeInterpreterCallItemTypedDict,
OutputCustomToolCallItemTypedDict,
OutputComputerCallItemTypedDict,
CustomToolCallItemTypedDict,
ShellCallOutputItemTypedDict,
McpCallItemTypedDict,
OutputImageGenerationServerToolItemTypedDict,
OutputFunctionCallItemTypedDict,
ShellCallItemTypedDict,
OutputCodeInterpreterCallItemTypedDict,
OutputBashServerToolItemTypedDict,
OutputImageGenerationServerToolItemTypedDict,
McpCallItemTypedDict,
OutputFunctionCallItemTypedDict,
FunctionCallItemTypedDict,
ReasoningItemTypedDict,
OutputFilesServerToolItemTypedDict,
OutputSubagentServerToolItemTypedDict,
InputsReasoningTypedDict,
OutputCodeInterpreterServerToolItemTypedDict,
OutputWebFetchServerToolItemTypedDict,
OutputAdvisorServerToolItemTypedDict,
OutputWebFetchServerToolItemTypedDict,
ReasoningItemTypedDict,
OutputCodeInterpreterServerToolItemTypedDict,
InputsReasoningTypedDict,
OutputFusionServerToolItemTypedDict,
],
)
@@ -426,45 +431,46 @@ InputsUnion1 = TypeAliasType(
OutputFileSearchCallItem,
EasyInputMessage,
InputMessageItem,
CustomToolCallOutputItem,
LocalShellCallOutputItem,
OutputToolSearchServerToolItem,
OutputFileSearchServerToolItem,
OutputWebSearchServerToolItem,
CustomToolCallOutputItem,
OutputImageGenerationCallItem,
OutputWebSearchCallItem,
LocalShellCallItem,
OutputSearchModelsServerToolItem,
FunctionCallOutputItem,
ApplyPatchCallItem,
OutputDatetimeItem,
McpApprovalResponseItem,
McpApprovalRequestItem,
OutputMcpServerToolItem,
FunctionCallOutputItem,
OutputSearchModelsServerToolItem,
LocalShellCallItem,
ApplyPatchCallItem,
McpListToolsItem,
ApplyPatchCallOutputItem,
McpApprovalResponseItem,
OutputBrowserUseServerToolItem,
OutputMcpServerToolItem,
McpApprovalRequestItem,
OutputTextEditorServerToolItem,
OutputApplyPatchServerToolItem,
ShellCallItem,
CustomToolCallItem,
InputsMessage,
OutputMemoryServerToolItem,
OutputCodeInterpreterCallItem,
OutputCustomToolCallItem,
OutputComputerCallItem,
CustomToolCallItem,
ShellCallOutputItem,
McpCallItem,
OutputImageGenerationServerToolItem,
OutputFunctionCallItem,
ShellCallItem,
OutputCodeInterpreterCallItem,
OutputBashServerToolItem,
OutputImageGenerationServerToolItem,
McpCallItem,
OutputFunctionCallItem,
FunctionCallItem,
ReasoningItem,
OutputFilesServerToolItem,
OutputSubagentServerToolItem,
InputsReasoning,
OutputCodeInterpreterServerToolItem,
OutputWebFetchServerToolItem,
OutputAdvisorServerToolItem,
OutputWebFetchServerToolItem,
ReasoningItem,
OutputCodeInterpreterServerToolItem,
InputsReasoning,
OutputFusionServerToolItem,
],
)