Skip to content

Commit d98188b

Browse files
chore: add docstrings and field descriptions across model types
Add class-level docstrings and `pydantic.Field()` descriptions to numerous model types throughout the SDK. These changes improve developer experience via IDE tooltips and generated documentation without altering any public API signatures, serialization behavior, or runtime logic. Key changes: - Add class docstrings to ~30+ model types (e.g., `Assistant`, `Call`, `BackoffPlan`, `CompliancePlan`, `ConversationNode`, `CampaignPaginatedResponse`, etc.) - Add `pydantic.Field(description=...)` annotations to previously bare field declarations across assistant, insight, credential, and tool models - Update `User-Agent` header version string to Fern placeholder value 🌿 Generated with Fern
1 parent 79275ee commit d98188b

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-24
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)