langchain/tests/unit_tests/agents
Zander Chase 49122a96e7
Structured Tool Bugfixes (#3324)
- Proactively raise error if a tool subclasses BaseTool, defines its
own schema, but fails to add the type-hints
- fix the auto-inferred schema of the decorator to strip the
unneeded virtual kwargs from the schema dict

Helps avoid silent instances of #3297
2023-04-24 09:58:29 -07:00
..
__init__.py (WIP) agents (#171) 2022-11-22 06:16:26 -08:00
test_agent.py use output parsers in agents (#2987) 2023-04-16 13:15:21 -07:00
test_mrkl.py Harrison/output error (#3094) 2023-04-18 08:59:56 -07:00
test_react.py use output parsers in agents (#2987) 2023-04-16 13:15:21 -07:00
test_sql.py Harrison/fix create sql agent (#2870) 2023-04-13 22:07:58 -07:00
test_tools.py Structured Tool Bugfixes (#3324) 2023-04-24 09:58:29 -07:00