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
+11
View File
@@ -1893,6 +1893,11 @@ if TYPE_CHECKING:
OutputFileSearchServerToolItemType,
OutputFileSearchServerToolItemTypedDict,
)
from .outputfilesservertoolitem import (
OutputFilesServerToolItem,
OutputFilesServerToolItemType,
OutputFilesServerToolItemTypedDict,
)
from .outputfunctioncallitem import (
OutputFunctionCallItem,
OutputFunctionCallItemStatusCompleted,
@@ -4021,6 +4026,9 @@ __all__ = [
"OutputFileSearchServerToolItem",
"OutputFileSearchServerToolItemType",
"OutputFileSearchServerToolItemTypedDict",
"OutputFilesServerToolItem",
"OutputFilesServerToolItemType",
"OutputFilesServerToolItemTypedDict",
"OutputFunctionCallItem",
"OutputFunctionCallItemStatusCompleted",
"OutputFunctionCallItemStatusInProgress",
@@ -6112,6 +6120,9 @@ _dynamic_imports: dict[str, str] = {
"OutputFileSearchServerToolItem": ".outputfilesearchservertoolitem",
"OutputFileSearchServerToolItemType": ".outputfilesearchservertoolitem",
"OutputFileSearchServerToolItemTypedDict": ".outputfilesearchservertoolitem",
"OutputFilesServerToolItem": ".outputfilesservertoolitem",
"OutputFilesServerToolItemType": ".outputfilesservertoolitem",
"OutputFilesServerToolItemTypedDict": ".outputfilesservertoolitem",
"OutputFunctionCallItem": ".outputfunctioncallitem",
"OutputFunctionCallItemStatusCompleted": ".outputfunctioncallitem",
"OutputFunctionCallItemStatusInProgress": ".outputfunctioncallitem",