mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-05 11:55:58 +00:00
- **Description:** if you use callback handlers when using tool, run_manager will be added to input, so you need to explicitly specify args_schema, but i was confused because it was not listed, so i added it. Also, it seems that the type does not work with pydantic.BaseModel. - **Issue:** None - **Dependencies:** None