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
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
..
agents Structured Tool Bugfixes (#3324) 1 year ago
callbacks
chains
data
docstore
document_loader
evaluation
llms
memory Harrison/file chat history (#3198) 1 year ago
output_parsers
prompts
retrievers
tools Update File Management Tools to Include Root Directory (#3112) 1 year ago
utilities
__init__.py
test_bash.py
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_formatting.py
test_math_utils.py Contextual compression retriever (#2915) 1 year ago
test_python.py
test_sql_database.py
test_sql_database_schema.py
test_text_splitter.py