Maheshmahi04 commited on
Commit
70e4bba
·
verified ·
1 Parent(s): 2888cb1

fixed bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ agent = CodeAgent(
111
  verbosity_level=1,
112
  grammar=None,
113
  planning_interval=None,
114
- name="Smart Assistant Agent",
115
  description="An AI agent that can fetch weather and time information.",
116
  prompt_templates=prompt_templates,
117
  )
 
111
  verbosity_level=1,
112
  grammar=None,
113
  planning_interval=None,
114
+ name="smart_assistant_agent",
115
  description="An AI agent that can fetch weather and time information.",
116
  prompt_templates=prompt_templates,
117
  )