Commits
Click on a commit to change the comparison rangefix(core): add is_basemodel_subclass check for Pydantic v2 nested models fix(core): preserve schema attributes when propagating nested model descriptions
Only update the description field of nested model properties instead of
replacing the entire property schema. This preserves important attributes
like $ref, type, and required status.
Also adds is_basemodel_subclass check for Pydantic v1 to match v2 behavior.1 day ago
by VedankPurohit Merge branch 'master' into fix/core-pydantic-tool-description-3180810 hours ago
by VedankPurohit