Commit eb32b3f
authored
[fern-autoversion] chore: add docstrings and field descriptions to Pydantic models
Enrich dozens of Pydantic model classes across the SDK with class-level
docstrings and per-field `description` arguments. No public API surface,
method signatures, or runtime behavior has changed — all additions are
purely documentation metadata surfaced via `pydantic.Field(description=…)`
and class-level docstrings.
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. `method`, `type`, `name`, `customer`, `error`) across tool, credential, and insight DTOs
- Update `User-Agent` header value to version placeholder `0.0.0-fern-placeholder` (internal SDK regeneration artifact)
🌿 Generated with Fern1 parent 115d451 commit eb32b3f
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments