mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
f307ca094b
Fixed #6768. This is a workaround only. I think a better longer-term solution is for chains to declare how many input variables they *actually* need (as opposed to ones that are in the prompt, where some may be satisfied by the memory). Then, a wrapping chain can check the input match against the actual input variables. @hwchase17 |
||
---|---|---|
.. | ||
query_constructor | ||
__init__.py | ||
test_api.py | ||
test_base.py | ||
test_combine_documents.py | ||
test_constitutional_ai.py | ||
test_conversation.py | ||
test_graph_qa.py | ||
test_hyde.py | ||
test_llm_bash.py | ||
test_llm_checker.py | ||
test_llm_math.py | ||
test_llm_summarization_checker.py | ||
test_llm_symbolic_math.py | ||
test_llm.py | ||
test_memory.py | ||
test_natbot.py | ||
test_sequential.py | ||
test_transform.py |