mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +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:
@@ -24,6 +24,7 @@ if TYPE_CHECKING:
|
||||
ForbiddenResponseError,
|
||||
ForbiddenResponseErrorData,
|
||||
)
|
||||
from .goneresponse_error import GoneResponseError, GoneResponseErrorData
|
||||
from .internalserverresponse_error import (
|
||||
InternalServerResponseError,
|
||||
InternalServerResponseErrorData,
|
||||
@@ -76,6 +77,8 @@ __all__ = [
|
||||
"EdgeNetworkTimeoutResponseErrorData",
|
||||
"ForbiddenResponseError",
|
||||
"ForbiddenResponseErrorData",
|
||||
"GoneResponseError",
|
||||
"GoneResponseErrorData",
|
||||
"InternalServerResponseError",
|
||||
"InternalServerResponseErrorData",
|
||||
"NoResponseError",
|
||||
@@ -113,6 +116,8 @@ _dynamic_imports: dict[str, str] = {
|
||||
"EdgeNetworkTimeoutResponseErrorData": ".edgenetworktimeoutresponse_error",
|
||||
"ForbiddenResponseError": ".forbiddenresponse_error",
|
||||
"ForbiddenResponseErrorData": ".forbiddenresponse_error",
|
||||
"GoneResponseError": ".goneresponse_error",
|
||||
"GoneResponseErrorData": ".goneresponse_error",
|
||||
"InternalServerResponseError": ".internalserverresponse_error",
|
||||
"InternalServerResponseErrorData": ".internalserverresponse_error",
|
||||
"NoResponseError": ".no_response_error",
|
||||
|
||||
Reference in New Issue
Block a user