You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
__init__.py (WIP) agents (#171) 2 years ago
test_agent.py use output parsers in agents (#2987) 1 year ago
test_mrkl.py Harrison/output error (#3094) 1 year ago
test_react.py use output parsers in agents (#2987) 1 year ago
test_sql.py Harrison/fix create sql agent (#2870) 1 year ago
test_tools.py Structured Tool Bugfixes (#3324) 1 year ago