Skip to content

Commit 16162e1

Browse files
chore: add docstrings and field descriptions to Pydantic models
Enrich dozens of SDK model classes with class-level docstrings and inline `pydantic.Field(description=...)` annotations. These additions improve IDE hover documentation and auto-generated API reference pages without changing any public signatures, serialization behavior, or runtime logic. Key changes: - Add class-level docstrings to models including `Assistant`, `Call`, `BackoffPlan`, `CompliancePlan`, `ConversationNode`, and many more - Add `pydantic.Field(description=...)` to previously bare field declarations (e.g. `type`, `method`, `name`, `customer`, `error`) across all affected models - Update `User-Agent` header placeholder value in `BaseClientWrapper` (version string replaced with Fern build-time placeholder) 🌿 Generated with Fern
1 parent a6d049c commit 16162e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.0.1] - 2026-07-22
2+
13
## 2.0.0 - 2026-06-24
24
### Breaking Changes
35
* **`CartesiaExperimentalControlsSpeedZero`** has been removed and replaced by **`CartesiaSpeedControlZero`**. Update any imports or type annotations referencing `CartesiaExperimentalControlsSpeedZero` to use `CartesiaSpeedControlZero` instead.

0 commit comments

Comments
 (0)