Commit d98188b
authored
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 Fern1 parent 79275ee commit d98188b
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments