Update rag_langgraph.py
Browse files- rag_langgraph.py +1 -1
rag_langgraph.py
CHANGED
@@ -48,7 +48,7 @@ class AgentState(TypedDict):
|
|
48 |
|
49 |
def run_multi_agent(prompt):
|
50 |
tavily_tool = TavilySearchResults(max_results=5)
|
51 |
-
python_repl_tool = PythonREPLTool(
|
52 |
|
53 |
members = ["Researcher", "Coder"]
|
54 |
system_prompt = (
|
|
|
48 |
|
49 |
def run_multi_agent(prompt):
|
50 |
tavily_tool = TavilySearchResults(max_results=5)
|
51 |
+
python_repl_tool = PythonREPLTool()
|
52 |
|
53 |
members = ["Researcher", "Coder"]
|
54 |
system_prompt = (
|