Commit 2b236a9
authored
chore: add docstrings and field descriptions to Pydantic models
Enrich dozens of public model classes with class-level docstrings and
`pydantic.Field(description=...)` annotations. No public API signatures,
field names, types, or default values were changed; the additions are
purely documentation metadata surfaced by Pydantic's `.schema()` and
IDE tooling.
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`, `customer`, `error`, `results`, `metadata`) without changing types or defaults
- Update `User-Agent` header placeholder to `vapi_server_sdk/0.0.0-fern-placeholder` (internal SDK version token)
🌿 Generated with Fern1 parent c59d1d6 commit 2b236a9
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