naman1102 commited on
Commit
133864d
·
1 Parent(s): 94b9b35

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -48,6 +48,6 @@ def build_graph():
48
  ]
49
 
50
  # Create the react agent with proper system prompt
51
- agent = create_react_agent(model=llm, tools=llm_tools, messages_modifier=SYSTEM_PROMPT)
52
 
53
  return agent
 
48
  ]
49
 
50
  # Create the react agent with proper system prompt
51
+ agent = create_react_agent(model=llm, tools=llm_tools, prompt=SYSTEM_PROMPT)
52
 
53
  return agent