needs experimental

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-30 18:09:42 +02:00
parent dc4a29a97c
commit ecb5fe3026
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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={