chore: 🐝 Update SDK - Generate (spec change merged) 0.11.7 (#402)

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-07 21:50:31 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent 2c673c0ca3
commit d81cd563db
41 changed files with 1163 additions and 147 deletions
+19 -3
View File
@@ -2366,10 +2366,10 @@ if TYPE_CHECKING:
ShellServerToolEnvironmentTypedDict,
)
from .speechrequest import (
ResponseFormatEnum,
SpeechRequest,
SpeechRequestProvider,
SpeechRequestProviderTypedDict,
SpeechRequestResponseFormat,
SpeechRequestTypedDict,
)
from .stopservertoolswhencondition import (
@@ -2443,10 +2443,14 @@ if TYPE_CHECKING:
STTRequest,
STTRequestProvider,
STTRequestProviderTypedDict,
STTRequestResponseFormat,
STTRequestTypedDict,
)
from .sttresponse import STTResponse, STTResponseTypedDict
from .sttsegment import STTSegment, STTSegmentTypedDict
from .stttimestampgranularity import STTTimestampGranularity
from .sttusage import STTUsage, STTUsageTypedDict
from .sttword import STTWord, STTWordTypedDict
from .subagentnestedtool import SubagentNestedTool, SubagentNestedToolTypedDict
from .subagentreasoning import (
SubagentReasoning,
@@ -4296,7 +4300,6 @@ __all__ = [
"ResetInterval",
"Response",
"ResponseFormat",
"ResponseFormatEnum",
"ResponseFormatTypedDict",
"ResponseHealingPlugin",
"ResponseHealingPluginID",
@@ -4334,11 +4337,17 @@ __all__ = [
"STTRequest",
"STTRequestProvider",
"STTRequestProviderTypedDict",
"STTRequestResponseFormat",
"STTRequestTypedDict",
"STTResponse",
"STTResponseTypedDict",
"STTSegment",
"STTSegmentTypedDict",
"STTTimestampGranularity",
"STTUsage",
"STTUsageTypedDict",
"STTWord",
"STTWordTypedDict",
"SearchContextSizeEnum",
"SearchModelsServerToolConfig",
"SearchModelsServerToolConfigTypedDict",
@@ -4384,6 +4393,7 @@ __all__ = [
"SpeechRequest",
"SpeechRequestProvider",
"SpeechRequestProviderTypedDict",
"SpeechRequestResponseFormat",
"SpeechRequestTypedDict",
"Speed",
"Stance",
@@ -6471,10 +6481,10 @@ _dynamic_imports: dict[str, str] = {
"ShellServerToolEngine": ".shellservertoolengine",
"ShellServerToolEnvironment": ".shellservertoolenvironment",
"ShellServerToolEnvironmentTypedDict": ".shellservertoolenvironment",
"ResponseFormatEnum": ".speechrequest",
"SpeechRequest": ".speechrequest",
"SpeechRequestProvider": ".speechrequest",
"SpeechRequestProviderTypedDict": ".speechrequest",
"SpeechRequestResponseFormat": ".speechrequest",
"SpeechRequestTypedDict": ".speechrequest",
"StopServerToolsWhenCondition": ".stopservertoolswhencondition",
"StopServerToolsWhenConditionTypedDict": ".stopservertoolswhencondition",
@@ -6524,11 +6534,17 @@ _dynamic_imports: dict[str, str] = {
"STTRequest": ".sttrequest",
"STTRequestProvider": ".sttrequest",
"STTRequestProviderTypedDict": ".sttrequest",
"STTRequestResponseFormat": ".sttrequest",
"STTRequestTypedDict": ".sttrequest",
"STTResponse": ".sttresponse",
"STTResponseTypedDict": ".sttresponse",
"STTSegment": ".sttsegment",
"STTSegmentTypedDict": ".sttsegment",
"STTTimestampGranularity": ".stttimestampgranularity",
"STTUsage": ".sttusage",
"STTUsageTypedDict": ".sttusage",
"STTWord": ".sttword",
"STTWordTypedDict": ".sttword",
"SubagentNestedTool": ".subagentnestedtool",
"SubagentNestedToolTypedDict": ".subagentnestedtool",
"SubagentReasoning": ".subagentreasoning",