Update app.py
Browse files
app.py
CHANGED
@@ -253,6 +253,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
253 |
combined_system_prompt = default_system_prompt + "\n\n" + my_added_prompts
|
254 |
# (4) Create the prompt templates to plug in CodeAgent
|
255 |
default_prompt_templates = PromptTemplates()
|
|
|
256 |
my_prompt_templates = {"system_prompt": combined_system_prompt,
|
257 |
"planning": default_prompt_templates["planning"],
|
258 |
"managed_agent": default_prompt_templates["managed_agent"],
|
|
|
253 |
combined_system_prompt = default_system_prompt + "\n\n" + my_added_prompts
|
254 |
# (4) Create the prompt templates to plug in CodeAgent
|
255 |
default_prompt_templates = PromptTemplates()
|
256 |
+
print(default_prompt_templates)
|
257 |
my_prompt_templates = {"system_prompt": combined_system_prompt,
|
258 |
"planning": default_prompt_templates["planning"],
|
259 |
"managed_agent": default_prompt_templates["managed_agent"],
|