Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,9 @@ class BasicAgent:
|
|
62 |
planning_interval=None,
|
63 |
name=None,
|
64 |
description=None,
|
65 |
-
prompt_templates=prompts
|
66 |
)
|
|
|
|
|
67 |
|
68 |
print("BasicAgent initialized.")
|
69 |
|
|
|
62 |
planning_interval=None,
|
63 |
name=None,
|
64 |
description=None,
|
|
|
65 |
)
|
66 |
+
|
67 |
+
#self.agent.prompt_templates['']
|
68 |
|
69 |
print("BasicAgent initialized.")
|
70 |
|