Update app.py
Browse files
app.py
CHANGED
@@ -140,6 +140,7 @@ class BasicAgent:
|
|
140 |
# System prompt
|
141 |
# 1) Get the default templates
|
142 |
default_templates = PromptTemplates()
|
|
|
143 |
# 2) Construct a new one, swapping in only your system prompt
|
144 |
my_templates = PromptTemplates(
|
145 |
system_prompt=(
|
|
|
140 |
# System prompt
|
141 |
# 1) Get the default templates
|
142 |
default_templates = PromptTemplates()
|
143 |
+
print(">>> prompt_templates is a", type(default_templates))
|
144 |
# 2) Construct a new one, swapping in only your system prompt
|
145 |
my_templates = PromptTemplates(
|
146 |
system_prompt=(
|