sahanacp commited on
Commit
f4b79d1
·
verified ·
1 Parent(s): 1e19850

Update agent/planning_agent.py

Browse files
Files changed (1) hide show
  1. 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,