Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -873,10 +873,6 @@ def call_llm(state):
|
|
873 |
|
874 |
|
875 |
|
876 |
-
# After tool runs, go back to the LLM
|
877 |
-
builder.add_edge("call_tool", "call_llm")
|
878 |
-
|
879 |
-
|
880 |
|
881 |
from langchain.schema import AIMessage
|
882 |
|
|
|
873 |
|
874 |
|
875 |
|
|
|
|
|
|
|
|
|
876 |
|
877 |
from langchain.schema import AIMessage
|
878 |
|