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/integration_tests/chains
Harrison Chase cb04ba0136
Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601)
for https://github.com/hwchase17/langchain/issues/1582

I simply added the `return_intermediate_steps` and changed the
`output_keys` function.

I added 2 simple tests, 1 for SQLDatabaseSequentialChain without the
intermediate steps and 1 with

Co-authored-by: brad-nemetski <115185478+brad-nemetski@users.noreply.github.com>
1 year ago
..
__init__.py initial commit 2 years ago
test_memory.py Harrison/memory refactor (#1478) 1 year ago
test_pal.py pal chain (#207) 2 years ago
test_react.py Harrison/tools exp (#372) 2 years ago
test_self_ask_with_search.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 1 year ago
test_sql_database.py Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 1 year ago