mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +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
@@ -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,
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user