mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
chore: clean up removed docs and update generated SDK files
Remove obsolete component documentation and update speakeasy-generated files to match the latest OpenAPI spec regeneration.
This commit is contained in:
@@ -392,11 +392,6 @@ if TYPE_CHECKING:
|
||||
ContentPartDoneEventTypedDict,
|
||||
)
|
||||
from .contextcompressionengine import ContextCompressionEngine
|
||||
from .createchargerequest import (
|
||||
ChainID,
|
||||
CreateChargeRequest,
|
||||
CreateChargeRequestTypedDict,
|
||||
)
|
||||
from .customtool import (
|
||||
CustomTool,
|
||||
CustomToolTypedDict,
|
||||
@@ -516,6 +511,10 @@ if TYPE_CHECKING:
|
||||
OutputInputImageTypedDict,
|
||||
OutputType,
|
||||
)
|
||||
from .goneresponseerrordata import (
|
||||
GoneResponseErrorData,
|
||||
GoneResponseErrorDataTypedDict,
|
||||
)
|
||||
from .imagegencallcompletedevent import (
|
||||
ImageGenCallCompletedEvent,
|
||||
ImageGenCallCompletedEventType,
|
||||
@@ -1268,7 +1267,6 @@ __all__ = [
|
||||
"By",
|
||||
"CacheControl",
|
||||
"CacheControlTypedDict",
|
||||
"ChainID",
|
||||
"ChatAssistantImages",
|
||||
"ChatAssistantImagesImageURL",
|
||||
"ChatAssistantImagesImageURLTypedDict",
|
||||
@@ -1510,8 +1508,6 @@ __all__ = [
|
||||
"ContextCompressionEngine",
|
||||
"CostDetails",
|
||||
"CostDetailsTypedDict",
|
||||
"CreateChargeRequest",
|
||||
"CreateChargeRequestTypedDict",
|
||||
"CustomTool",
|
||||
"CustomToolTypedDict",
|
||||
"Data",
|
||||
@@ -1608,6 +1604,8 @@ __all__ = [
|
||||
"FunctionCallOutputItemOutputUnion2TypedDict",
|
||||
"FunctionCallOutputItemTypeFunctionCallOutput",
|
||||
"FunctionCallOutputItemTypedDict",
|
||||
"GoneResponseErrorData",
|
||||
"GoneResponseErrorDataTypedDict",
|
||||
"ImageGenCallCompletedEvent",
|
||||
"ImageGenCallCompletedEventType",
|
||||
"ImageGenCallCompletedEventTypedDict",
|
||||
@@ -2464,9 +2462,6 @@ _dynamic_imports: dict[str, str] = {
|
||||
"ContentPartDoneEventType": ".contentpartdoneevent",
|
||||
"ContentPartDoneEventTypedDict": ".contentpartdoneevent",
|
||||
"ContextCompressionEngine": ".contextcompressionengine",
|
||||
"ChainID": ".createchargerequest",
|
||||
"CreateChargeRequest": ".createchargerequest",
|
||||
"CreateChargeRequestTypedDict": ".createchargerequest",
|
||||
"CustomTool": ".customtool",
|
||||
"CustomToolTypedDict": ".customtool",
|
||||
"Format": ".customtool",
|
||||
@@ -2568,6 +2563,8 @@ _dynamic_imports: dict[str, str] = {
|
||||
"OutputInputImage": ".functioncalloutputitem",
|
||||
"OutputInputImageTypedDict": ".functioncalloutputitem",
|
||||
"OutputType": ".functioncalloutputitem",
|
||||
"GoneResponseErrorData": ".goneresponseerrordata",
|
||||
"GoneResponseErrorDataTypedDict": ".goneresponseerrordata",
|
||||
"ImageGenCallCompletedEvent": ".imagegencallcompletedevent",
|
||||
"ImageGenCallCompletedEventType": ".imagegencallcompletedevent",
|
||||
"ImageGenCallCompletedEventTypedDict": ".imagegencallcompletedevent",
|
||||
|
||||
Reference in New Issue
Block a user