Update app.py
Browse files
app.py
CHANGED
|
@@ -60,6 +60,11 @@ DEFAULT_PROMPTS = {
|
|
| 60 |
"update_facts_post_messages": "Here's our updated knowledge about the task.",
|
| 61 |
"update_plan_pre_messages": "Let's review our plan based on what we've learned.",
|
| 62 |
"update_plan_post_messages": "Here's our revised plan to complete the task."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
}
|
| 65 |
|
|
|
|
| 60 |
"update_facts_post_messages": "Here's our updated knowledge about the task.",
|
| 61 |
"update_plan_pre_messages": "Let's review our plan based on what we've learned.",
|
| 62 |
"update_plan_post_messages": "Here's our revised plan to complete the task."
|
| 63 |
+
},
|
| 64 |
+
# Adding the managed_agent section that was missing
|
| 65 |
+
"managed_agent": {
|
| 66 |
+
"task": "You're a helpful agent named '{{name}}'. You have been submitted this task by your manager.",
|
| 67 |
+
"report": "Here is the final answer from your managed agent '{{name}}': {{final_answer}}"
|
| 68 |
}
|
| 69 |
}
|
| 70 |
|