Commit f0ce1f7
authored
chore: add docstrings and field descriptions across SDK model types
Enrich dozens of Pydantic model classes with class-level docstrings and
`pydantic.Field(description=...)` annotations. These additions improve
IDE hover documentation and generated API reference output without
changing any public signatures, serialization behavior, or runtime logic.
Key changes:
- Add class-level docstrings to models including `Assistant`, `Call`, `BackoffPlan`, `CompliancePlan`, `ConversationNode`, `CampaignPaginatedResponse`, and many more
- Add `pydantic.Field(description=...)` to previously bare field declarations (e.g. `type`, `method`, `name`, `customer`, `error` fields)
- Update `User-Agent` header value to version placeholder `0.0.0-fern-placeholder`
🌿 Generated with Fern1 parent 338463c commit f0ce1f7
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