mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
chore: 🐝 Update SDK - Generate 0.9.2 (#205)
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
0c735989c1
commit
0f116c9792
@@ -1,6 +1,17 @@
|
||||
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
||||
|
||||
from __future__ import annotations
|
||||
from .applypatchcallitem import ApplyPatchCallItem, ApplyPatchCallItemTypedDict
|
||||
from .applypatchcalloutputitem import (
|
||||
ApplyPatchCallOutputItem,
|
||||
ApplyPatchCallOutputItemTypedDict,
|
||||
)
|
||||
from .compactionitem import CompactionItem, CompactionItemTypedDict
|
||||
from .customtoolcallitem import CustomToolCallItem, CustomToolCallItemTypedDict
|
||||
from .customtoolcalloutputitem import (
|
||||
CustomToolCallOutputItem,
|
||||
CustomToolCallOutputItemTypedDict,
|
||||
)
|
||||
from .easyinputmessage import EasyInputMessage, EasyInputMessageTypedDict
|
||||
from .functioncallitem import FunctionCallItem, FunctionCallItemTypedDict
|
||||
from .functioncalloutputitem import (
|
||||
@@ -8,15 +19,67 @@ from .functioncalloutputitem import (
|
||||
FunctionCallOutputItemTypedDict,
|
||||
)
|
||||
from .inputmessageitem import InputMessageItem, InputMessageItemTypedDict
|
||||
from .itemreferenceitem import ItemReferenceItem, ItemReferenceItemTypedDict
|
||||
from .localshellcallitem import LocalShellCallItem, LocalShellCallItemTypedDict
|
||||
from .localshellcalloutputitem import (
|
||||
LocalShellCallOutputItem,
|
||||
LocalShellCallOutputItemTypedDict,
|
||||
)
|
||||
from .mcpapprovalrequestitem import (
|
||||
McpApprovalRequestItem,
|
||||
McpApprovalRequestItemTypedDict,
|
||||
)
|
||||
from .mcpapprovalresponseitem import (
|
||||
McpApprovalResponseItem,
|
||||
McpApprovalResponseItemTypedDict,
|
||||
)
|
||||
from .mcpcallitem import McpCallItem, McpCallItemTypedDict
|
||||
from .mcplisttoolsitem import McpListToolsItem, McpListToolsItemTypedDict
|
||||
from .openairesponsesrefusalcontent import (
|
||||
OpenAIResponsesRefusalContent,
|
||||
OpenAIResponsesRefusalContentTypedDict,
|
||||
)
|
||||
from .outputadvisorservertoolitem import (
|
||||
OutputAdvisorServerToolItem,
|
||||
OutputAdvisorServerToolItemTypedDict,
|
||||
)
|
||||
from .outputapplypatchservertoolitem import (
|
||||
OutputApplyPatchServerToolItem,
|
||||
OutputApplyPatchServerToolItemTypedDict,
|
||||
)
|
||||
from .outputbashservertoolitem import (
|
||||
OutputBashServerToolItem,
|
||||
OutputBashServerToolItemTypedDict,
|
||||
)
|
||||
from .outputbrowseruseservertoolitem import (
|
||||
OutputBrowserUseServerToolItem,
|
||||
OutputBrowserUseServerToolItemTypedDict,
|
||||
)
|
||||
from .outputcodeinterpretercallitem import (
|
||||
OutputCodeInterpreterCallItem,
|
||||
OutputCodeInterpreterCallItemTypedDict,
|
||||
)
|
||||
from .outputcodeinterpreterservertoolitem import (
|
||||
OutputCodeInterpreterServerToolItem,
|
||||
OutputCodeInterpreterServerToolItemTypedDict,
|
||||
)
|
||||
from .outputcomputercallitem import (
|
||||
OutputComputerCallItem,
|
||||
OutputComputerCallItemTypedDict,
|
||||
)
|
||||
from .outputcustomtoolcallitem import (
|
||||
OutputCustomToolCallItem,
|
||||
OutputCustomToolCallItemTypedDict,
|
||||
)
|
||||
from .outputdatetimeitem import OutputDatetimeItem, OutputDatetimeItemTypedDict
|
||||
from .outputfilesearchcallitem import (
|
||||
OutputFileSearchCallItem,
|
||||
OutputFileSearchCallItemTypedDict,
|
||||
)
|
||||
from .outputfilesearchservertoolitem import (
|
||||
OutputFileSearchServerToolItem,
|
||||
OutputFileSearchServerToolItemTypedDict,
|
||||
)
|
||||
from .outputfunctioncallitem import (
|
||||
OutputFunctionCallItem,
|
||||
OutputFunctionCallItemTypedDict,
|
||||
@@ -25,6 +88,34 @@ from .outputimagegenerationcallitem import (
|
||||
OutputImageGenerationCallItem,
|
||||
OutputImageGenerationCallItemTypedDict,
|
||||
)
|
||||
from .outputimagegenerationservertoolitem import (
|
||||
OutputImageGenerationServerToolItem,
|
||||
OutputImageGenerationServerToolItemTypedDict,
|
||||
)
|
||||
from .outputmcpservertoolitem import (
|
||||
OutputMcpServerToolItem,
|
||||
OutputMcpServerToolItemTypedDict,
|
||||
)
|
||||
from .outputmemoryservertoolitem import (
|
||||
OutputMemoryServerToolItem,
|
||||
OutputMemoryServerToolItemTypedDict,
|
||||
)
|
||||
from .outputsearchmodelsservertoolitem import (
|
||||
OutputSearchModelsServerToolItem,
|
||||
OutputSearchModelsServerToolItemTypedDict,
|
||||
)
|
||||
from .outputtexteditorservertoolitem import (
|
||||
OutputTextEditorServerToolItem,
|
||||
OutputTextEditorServerToolItemTypedDict,
|
||||
)
|
||||
from .outputtoolsearchservertoolitem import (
|
||||
OutputToolSearchServerToolItem,
|
||||
OutputToolSearchServerToolItemTypedDict,
|
||||
)
|
||||
from .outputwebfetchservertoolitem import (
|
||||
OutputWebFetchServerToolItem,
|
||||
OutputWebFetchServerToolItemTypedDict,
|
||||
)
|
||||
from .outputwebsearchcallitem import (
|
||||
OutputWebSearchCallItem,
|
||||
OutputWebSearchCallItemTypedDict,
|
||||
@@ -38,6 +129,8 @@ from .reasoningitem import ReasoningItem, ReasoningItemTypedDict
|
||||
from .reasoningsummarytext import ReasoningSummaryText, ReasoningSummaryTextTypedDict
|
||||
from .reasoningtextcontent import ReasoningTextContent, ReasoningTextContentTypedDict
|
||||
from .responseoutputtext import ResponseOutputText, ResponseOutputTextTypedDict
|
||||
from .shellcallitem import ShellCallItem, ShellCallItemTypedDict
|
||||
from .shellcalloutputitem import ShellCallOutputItem, ShellCallOutputItemTypedDict
|
||||
from openrouter.types import (
|
||||
BaseModel,
|
||||
Nullable,
|
||||
@@ -290,19 +383,49 @@ class InputsMessage(BaseModel):
|
||||
InputsUnion1TypedDict = TypeAliasType(
|
||||
"InputsUnion1TypedDict",
|
||||
Union[
|
||||
OutputWebSearchServerToolItemTypedDict,
|
||||
OutputWebSearchCallItemTypedDict,
|
||||
ItemReferenceItemTypedDict,
|
||||
CompactionItemTypedDict,
|
||||
OutputFileSearchCallItemTypedDict,
|
||||
EasyInputMessageTypedDict,
|
||||
InputMessageItemTypedDict,
|
||||
LocalShellCallOutputItemTypedDict,
|
||||
OutputToolSearchServerToolItemTypedDict,
|
||||
OutputFileSearchServerToolItemTypedDict,
|
||||
OutputWebSearchServerToolItemTypedDict,
|
||||
CustomToolCallOutputItemTypedDict,
|
||||
OutputImageGenerationCallItemTypedDict,
|
||||
OutputFileSearchCallItemTypedDict,
|
||||
FunctionCallOutputItemTypedDict,
|
||||
OutputWebSearchCallItemTypedDict,
|
||||
OutputDatetimeItemTypedDict,
|
||||
FunctionCallItemTypedDict,
|
||||
OutputFunctionCallItemTypedDict,
|
||||
OutputMcpServerToolItemTypedDict,
|
||||
FunctionCallOutputItemTypedDict,
|
||||
LocalShellCallItemTypedDict,
|
||||
OutputSearchModelsServerToolItemTypedDict,
|
||||
ApplyPatchCallItemTypedDict,
|
||||
McpListToolsItemTypedDict,
|
||||
ApplyPatchCallOutputItemTypedDict,
|
||||
McpApprovalResponseItemTypedDict,
|
||||
OutputBrowserUseServerToolItemTypedDict,
|
||||
McpApprovalRequestItemTypedDict,
|
||||
OutputTextEditorServerToolItemTypedDict,
|
||||
OutputApplyPatchServerToolItemTypedDict,
|
||||
CustomToolCallItemTypedDict,
|
||||
InputsMessageTypedDict,
|
||||
InputsReasoningTypedDict,
|
||||
OutputMemoryServerToolItemTypedDict,
|
||||
OutputCustomToolCallItemTypedDict,
|
||||
ShellCallItemTypedDict,
|
||||
ShellCallOutputItemTypedDict,
|
||||
OutputComputerCallItemTypedDict,
|
||||
OutputCodeInterpreterCallItemTypedDict,
|
||||
OutputImageGenerationServerToolItemTypedDict,
|
||||
OutputBashServerToolItemTypedDict,
|
||||
McpCallItemTypedDict,
|
||||
OutputFunctionCallItemTypedDict,
|
||||
FunctionCallItemTypedDict,
|
||||
OutputAdvisorServerToolItemTypedDict,
|
||||
OutputWebFetchServerToolItemTypedDict,
|
||||
ReasoningItemTypedDict,
|
||||
OutputCodeInterpreterServerToolItemTypedDict,
|
||||
InputsReasoningTypedDict,
|
||||
],
|
||||
)
|
||||
|
||||
@@ -310,19 +433,49 @@ InputsUnion1TypedDict = TypeAliasType(
|
||||
InputsUnion1 = TypeAliasType(
|
||||
"InputsUnion1",
|
||||
Union[
|
||||
OutputWebSearchServerToolItem,
|
||||
OutputWebSearchCallItem,
|
||||
ItemReferenceItem,
|
||||
CompactionItem,
|
||||
OutputFileSearchCallItem,
|
||||
EasyInputMessage,
|
||||
InputMessageItem,
|
||||
LocalShellCallOutputItem,
|
||||
OutputToolSearchServerToolItem,
|
||||
OutputFileSearchServerToolItem,
|
||||
OutputWebSearchServerToolItem,
|
||||
CustomToolCallOutputItem,
|
||||
OutputImageGenerationCallItem,
|
||||
OutputFileSearchCallItem,
|
||||
FunctionCallOutputItem,
|
||||
OutputWebSearchCallItem,
|
||||
OutputDatetimeItem,
|
||||
FunctionCallItem,
|
||||
OutputFunctionCallItem,
|
||||
OutputMcpServerToolItem,
|
||||
FunctionCallOutputItem,
|
||||
LocalShellCallItem,
|
||||
OutputSearchModelsServerToolItem,
|
||||
ApplyPatchCallItem,
|
||||
McpListToolsItem,
|
||||
ApplyPatchCallOutputItem,
|
||||
McpApprovalResponseItem,
|
||||
OutputBrowserUseServerToolItem,
|
||||
McpApprovalRequestItem,
|
||||
OutputTextEditorServerToolItem,
|
||||
OutputApplyPatchServerToolItem,
|
||||
CustomToolCallItem,
|
||||
InputsMessage,
|
||||
InputsReasoning,
|
||||
OutputMemoryServerToolItem,
|
||||
OutputCustomToolCallItem,
|
||||
ShellCallItem,
|
||||
ShellCallOutputItem,
|
||||
OutputComputerCallItem,
|
||||
OutputCodeInterpreterCallItem,
|
||||
OutputImageGenerationServerToolItem,
|
||||
OutputBashServerToolItem,
|
||||
McpCallItem,
|
||||
OutputFunctionCallItem,
|
||||
FunctionCallItem,
|
||||
OutputAdvisorServerToolItem,
|
||||
OutputWebFetchServerToolItem,
|
||||
ReasoningItem,
|
||||
OutputCodeInterpreterServerToolItem,
|
||||
InputsReasoning,
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user