chore: 🐝 Update SDK - Generate 0.10.1 (#366)

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:
github-actions[bot]
2026-06-25 22:01:36 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent 667941aaa8
commit 5e0b1a2b69
96 changed files with 8765 additions and 2021 deletions
@@ -15,6 +15,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
class ObservabilityArizeDestinationConfigTypedDict(TypedDict):
api_key: str
model_id: str
r"""The name of the tracing project in Arize AX"""
space_key: str
base_url: NotRequired[str]
headers: NotRequired[Dict[str, str]]
@@ -25,6 +26,7 @@ class ObservabilityArizeDestinationConfig(BaseModel):
api_key: Annotated[str, pydantic.Field(alias="apiKey")]
model_id: Annotated[str, pydantic.Field(alias="modelId")]
r"""The name of the tracing project in Arize AX"""
space_key: Annotated[str, pydantic.Field(alias="spaceKey")]