krrishkh12 commited on
Commit
7e60e5a
·
verified ·
1 Parent(s): 47f7115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ print("Sarvam AI model initialized successfully.")
136
  # ==============================================================================
137
  # PART 4: AGENT CREATION
138
  # ==============================================================================
139
- agent_app = create_react_agent(model=model, tools=all_tools, system_message=SYSTEM_PROMPT)
140
  print("Pre-built ReAct agent created successfully.")
141
 
142
  # ==============================================================================
 
136
  # ==============================================================================
137
  # PART 4: AGENT CREATION
138
  # ==============================================================================
139
+ agent_app = create_react_agent(model=model, tools=all_tools, prompt=SYSTEM_PROMPT)
140
  print("Pre-built ReAct agent created successfully.")
141
 
142
  # ==============================================================================