langchain
5e48f35f - core[minor]: Relax constraints on type checking for tools and parsers (#24459)

Commit
1 year ago
core[minor]: Relax constraints on type checking for tools and parsers (#24459) This will allow tools and parsers to accept pydantic models from any of the following namespaces: * pydantic.BaseModel with pydantic 1 * pydantic.BaseModel with pydantic 2 * pydantic.v1.BaseModel with pydantic 2
Author
Parents
Loading