chore: 🐝 Update SDK - Generate (spec change merged) 0.11.1 (#385)

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-01 16:17:40 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent 3e57a57bc0
commit 28299a788d
19 changed files with 224 additions and 37 deletions
+19
View File
@@ -893,6 +893,15 @@ if TYPE_CHECKING:
RankingOptionsTypedDict,
TypeFileSearch,
)
from .filesservertool import (
FilesServerTool,
FilesServerToolType,
FilesServerToolTypedDict,
)
from .filesservertoolconfig import (
FilesServerToolConfig,
FilesServerToolConfigTypedDict,
)
from .forbiddenresponseerrordata import (
ForbiddenResponseErrorData,
ForbiddenResponseErrorDataTypedDict,
@@ -3349,6 +3358,11 @@ __all__ = [
"FileSearchServerToolValue2",
"FileSearchServerToolValue2TypedDict",
"FileTypedDict",
"FilesServerTool",
"FilesServerToolConfig",
"FilesServerToolConfigTypedDict",
"FilesServerToolType",
"FilesServerToolTypedDict",
"Filters",
"FiltersType",
"FiltersTypedDict",
@@ -5312,6 +5326,11 @@ _dynamic_imports: dict[str, str] = {
"RankingOptions": ".filesearchservertool",
"RankingOptionsTypedDict": ".filesearchservertool",
"TypeFileSearch": ".filesearchservertool",
"FilesServerTool": ".filesservertool",
"FilesServerToolType": ".filesservertool",
"FilesServerToolTypedDict": ".filesservertool",
"FilesServerToolConfig": ".filesservertoolconfig",
"FilesServerToolConfigTypedDict": ".filesservertoolconfig",
"ForbiddenResponseErrorData": ".forbiddenresponseerrordata",
"ForbiddenResponseErrorDataTypedDict": ".forbiddenresponseerrordata",
"FormatJSONObjectConfig": ".formatjsonobjectconfig",