Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,23 +48,6 @@ Veterinarian Dr. Emily Carter
|
|
48 |
|
49 |
"""
|
50 |
|
51 |
-
"""You're a helpful agent named '{name}'.
|
52 |
-
You have been submitted this task by your manager.
|
53 |
-
---
|
54 |
-
Task:
|
55 |
-
{task}
|
56 |
-
---
|
57 |
-
You're helping your manager solve a wider task: so make sure to not provide a one-line answer, but give as much information as possible to give them a clear understanding of the answer.
|
58 |
-
|
59 |
-
Your final_answer WILL HAVE to contain these parts:
|
60 |
-
### 1. Task outcome (short version):
|
61 |
-
### 2. Task outcome (extremely detailed version):
|
62 |
-
### 3. Additional context (if relevant):
|
63 |
-
|
64 |
-
Put all these in your final_answer tool, everything that you do not pass as an argument to final_answer will be lost.
|
65 |
-
And even if your task resolution is not successful, please return as much context as possible, so that your manager can act upon this feedback.
|
66 |
-
{{additional_prompting}}"""
|
67 |
-
|
68 |
sys_admin_prompt = f"""
|
69 |
You are a systems admin at a veterinary clinic. It is your job to organize my reports.
|
70 |
|
|
|
48 |
|
49 |
"""
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
sys_admin_prompt = f"""
|
52 |
You are a systems admin at a veterinary clinic. It is your job to organize my reports.
|
53 |
|