sivan22 commited on
Commit
83fcf56
·
verified ·
1 Parent(s): 47c3934

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -26,7 +26,7 @@ class Agent:
26
  model=self.llm,
27
  checkpointer=self.memory_saver,
28
  tools=self.tools,
29
- state_modifier=SYSTEM_PROMPT
30
  )
31
 
32
  def get_llm(self) -> str:
 
26
  model=self.llm,
27
  checkpointer=self.memory_saver,
28
  tools=self.tools,
29
+ state_modifier=system_prompt
30
  )
31
 
32
  def get_llm(self) -> str: