consolidate run functions (#126)

consolidating logic for when a chain is able to run with single input
text, single output text

open to feedback on naming, logic, usefulness
This commit is contained in:
Harrison Chase
2022-11-13 18:14:35 -08:00
committed by GitHub
parent 1fe3a4f724
commit f23b3ceb49
20 changed files with 39 additions and 143 deletions

View File

@@ -58,7 +58,7 @@
}
],
"source": [
"db_chain.query(\"How many employees are there?\")"
"db_chain.run(\"How many employees are there?\")"
]
},
{