Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for intermediate steps to SQLDatabaseSequentialChain (#1583) #1601

Merged
merged 1 commit into from
Mar 11, 2023

Conversation

hwchase17
Copy link
Contributor

for #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

for #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
@hwchase17 hwchase17 merged commit cb04ba0 into master Mar 11, 2023
@hwchase17 hwchase17 deleted the harrison/intermediate-steps-sql branch March 11, 2023 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants