WileCoyotte commited on
Commit
9b4c4f9
·
verified ·
1 Parent(s): 6d940d3

Update First_agent/app.py

Browse files
Files changed (1) hide show
  1. First_agent/app.py +1 -1
First_agent/app.py CHANGED
@@ -117,8 +117,8 @@ def final():
117
  planning_interval=None,
118
  name=None,
119
  description=None,
120
- prompt_templates=prompt_templates
121
  )
 
122
  return agent
123
 
124
  agent = final()
 
117
  planning_interval=None,
118
  name=None,
119
  description=None,
 
120
  )
121
+ # prompt_templates=prompt_templates
122
  return agent
123
 
124
  agent = final()