Ask a question to get started
Enter to sendā¢Shift+Enter new line
Build extra kwargs from additional params that were passed in.
(In other words, handle additional params that aren't explicitly defined as model fields. Used to pass extra config to underlying APIs without defining them all here.)
build_extra( cls, values: dict[str, Any], ) -> Any