mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-09-13 12:51:18 +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]
parent
0c735989c1
commit
0f116c9792
@@ -75,6 +75,8 @@ class ListGuardrailsRequestTypedDict(TypedDict):
|
||||
r"""Number of records to skip for pagination"""
|
||||
limit: NotRequired[int]
|
||||
r"""Maximum number of records to return (max 100)"""
|
||||
workspace_id: NotRequired[str]
|
||||
r"""Filter guardrails by workspace ID. By default, guardrails in the default workspace are returned."""
|
||||
|
||||
|
||||
class ListGuardrailsRequest(BaseModel):
|
||||
@@ -118,6 +120,12 @@ class ListGuardrailsRequest(BaseModel):
|
||||
] = None
|
||||
r"""Maximum number of records to return (max 100)"""
|
||||
|
||||
workspace_id: Annotated[
|
||||
Optional[str],
|
||||
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
||||
] = None
|
||||
r"""Filter guardrails by workspace ID. By default, guardrails in the default workspace are returned."""
|
||||
|
||||
|
||||
class ListGuardrailsResponseTypedDict(TypedDict):
|
||||
result: components_listguardrailsresponse.ListGuardrailsResponseTypedDict
|
||||
|
||||
Reference in New Issue
Block a user