Spaces:
Sleeping
Sleeping
Update agent/planning_agent.py
Browse files- agent/planning_agent.py +1 -1
agent/planning_agent.py
CHANGED
|
@@ -42,7 +42,7 @@ def initialize_planning_agent(llm_instance, chat_memory_instance, query_memory_i
|
|
| 42 |
generic_agent.initialize_generic_agent(llm, chat_memory)
|
| 43 |
# composer_agent.initialize_composer_agent(llm, memory)
|
| 44 |
|
| 45 |
-
ltool = load_tools(["serpapi", "llm-math"], llm=
|
| 46 |
|
| 47 |
tools = [
|
| 48 |
Tool(
|
|
|
|
| 42 |
generic_agent.initialize_generic_agent(llm, chat_memory)
|
| 43 |
# composer_agent.initialize_composer_agent(llm, memory)
|
| 44 |
|
| 45 |
+
ltool = load_tools(["serpapi", "llm-math"], llm=llm, callbacks=clearml_callback)
|
| 46 |
|
| 47 |
tools = [
|
| 48 |
Tool(
|