get_fields#

langchain_core.utils.pydantic.get_fields(model: type[BaseModel]) dict[str, FieldInfo][source]#
langchain_core.utils.pydantic.get_fields(model: BaseModel) dict[str, FieldInfo]
langchain_core.utils.pydantic.get_fields(model: type[BaseModel]) dict[str, FieldInfo]
langchain_core.utils.pydantic.get_fields(model: BaseModel) dict[str, FieldInfo]

Get the field names of a Pydantic model.