chore: add docstrings and field descriptions to Pydantic models - #25
Open
fern-api[bot] wants to merge 4 commits into
Open
chore: add docstrings and field descriptions to Pydantic models#25fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
from
June 25, 2026 21:51
e769ec7 to
4e54730
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
5 times, most recently
from
July 2, 2026 18:48
3266a14 to
486e5af
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
2 times, most recently
from
July 6, 2026 20:38
f9d0364 to
6abfd64
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
3 times, most recently
from
July 14, 2026 20:02
0090e95 to
95d5940
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
3 times, most recently
from
July 15, 2026 20:53
a495224 to
709214f
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
2 times, most recently
from
July 18, 2026 00:22
1dd2f92 to
070a0ff
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
from
July 20, 2026 18:01
070a0ff to
f0ce1f7
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
from
July 20, 2026 18:05
f0ce1f7 to
e106a80
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
2 times, most recently
from
July 22, 2026 16:35
17cfb34 to
16162e1
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
from
July 24, 2026 21:33
16162e1 to
d98188b
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
2 times, most recently
from
July 28, 2026 00:30
3fb5bf4 to
2b236a9
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.3.3
…dantic 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 Fern
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 Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-06-25_21-12-13_745
branch
from
July 29, 2026 18:33
2b236a9 to
2356727
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.0.0 → 2.0.1
Enrich dozens of Pydantic model classes across the SDK with class-level
docstrings and per-field
descriptionarguments. 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:
Assistant,Call,BackoffPlan,CompliancePlan,ConversationNode,CampaignPaginatedResponse, and many morepydantic.Field(description=…)to previously bare field declarations (e.g.method,type,name,customer,error) across tool, credential, and insight DTOsUser-Agentheader value to version placeholder0.0.0-fern-placeholder(internal SDK regeneration artifact)🌿 Generated with Fern