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.11 (#410)
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
1da6f0d903
commit
164490028b
@@ -1179,6 +1179,12 @@ if TYPE_CHECKING:
|
||||
ImageGenStreamErrorEventType,
|
||||
ImageGenStreamErrorEventTypedDict,
|
||||
)
|
||||
from .imagegentextchunkevent import (
|
||||
ImageGenTextChunkEvent,
|
||||
ImageGenTextChunkEventPhase,
|
||||
ImageGenTextChunkEventType,
|
||||
ImageGenTextChunkEventTypedDict,
|
||||
)
|
||||
from .imagemodelarchitecture import (
|
||||
ImageModelArchitecture,
|
||||
ImageModelArchitectureTypedDict,
|
||||
@@ -3533,6 +3539,10 @@ __all__ = [
|
||||
"ImageGenStreamErrorEventErrorTypedDict",
|
||||
"ImageGenStreamErrorEventType",
|
||||
"ImageGenStreamErrorEventTypedDict",
|
||||
"ImageGenTextChunkEvent",
|
||||
"ImageGenTextChunkEventPhase",
|
||||
"ImageGenTextChunkEventType",
|
||||
"ImageGenTextChunkEventTypedDict",
|
||||
"ImageGenerationRequest",
|
||||
"ImageGenerationRequestAspectRatio",
|
||||
"ImageGenerationRequestBackground",
|
||||
@@ -5556,6 +5566,10 @@ _dynamic_imports: dict[str, str] = {
|
||||
"ImageGenStreamErrorEventErrorTypedDict": ".imagegenstreamerrorevent",
|
||||
"ImageGenStreamErrorEventType": ".imagegenstreamerrorevent",
|
||||
"ImageGenStreamErrorEventTypedDict": ".imagegenstreamerrorevent",
|
||||
"ImageGenTextChunkEvent": ".imagegentextchunkevent",
|
||||
"ImageGenTextChunkEventPhase": ".imagegentextchunkevent",
|
||||
"ImageGenTextChunkEventType": ".imagegentextchunkevent",
|
||||
"ImageGenTextChunkEventTypedDict": ".imagegentextchunkevent",
|
||||
"ImageModelArchitecture": ".imagemodelarchitecture",
|
||||
"ImageModelArchitectureTypedDict": ".imagemodelarchitecture",
|
||||
"ImageModelEndpointsResponse": ".imagemodelendpointsresponse",
|
||||
|
||||
Reference in New Issue
Block a user