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.15 (#418)
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
a2e9c97855
commit
3f1ab05c95
@@ -2139,6 +2139,16 @@ if TYPE_CHECKING:
|
||||
PreviewWebSearchUserLocationType,
|
||||
PreviewWebSearchUserLocationTypedDict,
|
||||
)
|
||||
from .promptcachebreakpoint import (
|
||||
PromptCacheBreakpoint,
|
||||
PromptCacheBreakpointMode,
|
||||
PromptCacheBreakpointTypedDict,
|
||||
)
|
||||
from .promptcacheoptions import (
|
||||
PromptCacheOptions,
|
||||
PromptCacheOptionsMode,
|
||||
PromptCacheOptionsTypedDict,
|
||||
)
|
||||
from .promptinjectionscanscope import PromptInjectionScanScope
|
||||
from .providername import ProviderName
|
||||
from .provideroptions import ProviderOptions, ProviderOptionsTypedDict
|
||||
@@ -2199,6 +2209,7 @@ if TYPE_CHECKING:
|
||||
RankingsDailyResponseTypedDict,
|
||||
)
|
||||
from .reasoningconfig import ReasoningConfig, ReasoningConfigTypedDict
|
||||
from .reasoningcontext import ReasoningContext
|
||||
from .reasoningdeltaevent import (
|
||||
ReasoningDeltaEvent,
|
||||
ReasoningDeltaEventType,
|
||||
@@ -4217,6 +4228,12 @@ __all__ = [
|
||||
"PriceSource",
|
||||
"Pricing",
|
||||
"PricingTypedDict",
|
||||
"PromptCacheBreakpoint",
|
||||
"PromptCacheBreakpointMode",
|
||||
"PromptCacheBreakpointTypedDict",
|
||||
"PromptCacheOptions",
|
||||
"PromptCacheOptionsMode",
|
||||
"PromptCacheOptionsTypedDict",
|
||||
"PromptInjectionScanScope",
|
||||
"ProviderName",
|
||||
"ProviderOptions",
|
||||
@@ -4253,6 +4270,7 @@ __all__ = [
|
||||
"Reason",
|
||||
"ReasoningConfig",
|
||||
"ReasoningConfigTypedDict",
|
||||
"ReasoningContext",
|
||||
"ReasoningDeltaEvent",
|
||||
"ReasoningDeltaEventType",
|
||||
"ReasoningDeltaEventTypedDict",
|
||||
@@ -6342,6 +6360,12 @@ _dynamic_imports: dict[str, str] = {
|
||||
"PreviewWebSearchUserLocation": ".preview_websearchuserlocation",
|
||||
"PreviewWebSearchUserLocationType": ".preview_websearchuserlocation",
|
||||
"PreviewWebSearchUserLocationTypedDict": ".preview_websearchuserlocation",
|
||||
"PromptCacheBreakpoint": ".promptcachebreakpoint",
|
||||
"PromptCacheBreakpointMode": ".promptcachebreakpoint",
|
||||
"PromptCacheBreakpointTypedDict": ".promptcachebreakpoint",
|
||||
"PromptCacheOptions": ".promptcacheoptions",
|
||||
"PromptCacheOptionsMode": ".promptcacheoptions",
|
||||
"PromptCacheOptionsTypedDict": ".promptcacheoptions",
|
||||
"PromptInjectionScanScope": ".promptinjectionscanscope",
|
||||
"ProviderName": ".providername",
|
||||
"ProviderOptions": ".provideroptions",
|
||||
@@ -6390,6 +6414,7 @@ _dynamic_imports: dict[str, str] = {
|
||||
"RankingsDailyResponseTypedDict": ".rankingsdailyresponse",
|
||||
"ReasoningConfig": ".reasoningconfig",
|
||||
"ReasoningConfigTypedDict": ".reasoningconfig",
|
||||
"ReasoningContext": ".reasoningcontext",
|
||||
"ReasoningDeltaEvent": ".reasoningdeltaevent",
|
||||
"ReasoningDeltaEventType": ".reasoningdeltaevent",
|
||||
"ReasoningDeltaEventTypedDict": ".reasoningdeltaevent",
|
||||
|
||||
Reference in New Issue
Block a user