Ask a question to get started
Enter to sendā¢Shift+Enter new line
build_extra_kwargs( extra_kwargs: dict[str, Any], values: dict[str,
extra_kwargs
dict[str, Any]
Extra kwargs passed in by user.
values
Values passed in by user.
all_required_field_names
set[str]
Build extra kwargs from values and extra_kwargs.
Kept for backwards-compatibility but should never have been public. Use the internal _build_model_kwargs function instead.
_build_model_kwargs
All required field names for the pydantic class.