mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
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:
co-authored by
speakeasybot
speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent
d62640c385
commit
22803a327e
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user