needs experimental
This commit is contained in:
@@ -2,6 +2,7 @@ langchain
|
|||||||
langchain-core
|
langchain-core
|
||||||
langchain-ollama
|
langchain-ollama
|
||||||
langchain-community
|
langchain-community
|
||||||
|
langchain-experimental
|
||||||
langgraph
|
langgraph
|
||||||
seaborn
|
seaborn
|
||||||
pandas
|
pandas
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ tests = {
|
|||||||
runnable_input={
|
runnable_input={
|
||||||
"system_msg": 'You are a helpful assistant.',
|
"system_msg": 'You are a helpful assistant.',
|
||||||
"human_msg": 'Is 31515261 divisible by 425? If not, whats the remainder?',
|
"human_msg": 'Is 31515261 divisible by 425? If not, whats the remainder?',
|
||||||
"tools": { "python_repl": save_python_repl },
|
"tools": { "save_python_repl": save_python_repl },
|
||||||
},
|
},
|
||||||
validator=regex_match_any,
|
validator=regex_match_any,
|
||||||
validation_input={
|
validation_input={
|
||||||
|
|||||||
Reference in New Issue
Block a user