Spaces:
Build error
Build error
Update First_agent/app.py
Browse files- 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()
|