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>
2023-03-11 15:44:41 -08:00
..
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_memory.py Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
test_pal.py pal chain (#207) 2022-11-28 21:38:34 -08:00
test_react.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
test_self_ask_with_search.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2023-02-15 22:47:17 -08:00
test_sql_database.py Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) (#1601) 2023-03-11 15:44:41 -08:00