Spaces:
Build error
Build error
Update agent/planning_agent.py
Browse files- agent/planning_agent.py +1 -0
agent/planning_agent.py
CHANGED
|
@@ -103,6 +103,7 @@ def initialize_planning_agent(llm_instance, chat_memory_instance, query_memory_i
|
|
| 103 |
tools,
|
| 104 |
llm,
|
| 105 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
|
|
|
| 106 |
verbose=True,
|
| 107 |
memory=chat_memory,
|
| 108 |
system_message=system_prompt,
|
|
|
|
| 103 |
tools,
|
| 104 |
llm,
|
| 105 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 106 |
+
callbacks=callbacks,
|
| 107 |
verbose=True,
|
| 108 |
memory=chat_memory,
|
| 109 |
system_message=system_prompt,
|