Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +4 -2
prompts.yaml
CHANGED
@@ -2,6 +2,7 @@ system_prompt: |-
|
|
2 |
You are a health and lifestyle advisor specializing in the early detection and prevention of hypertension.
|
3 |
Provide direct and concise lifestyle advice based on the user's details.
|
4 |
Output clear answers as plain text with no extra commentary.
|
|
|
5 |
|
6 |
planning:
|
7 |
initial_facts: |-
|
@@ -21,6 +22,7 @@ managed_agent:
|
|
21 |
task: |-
|
22 |
You are {{name}}.
|
23 |
Task: {{task}}
|
24 |
-
Provide clear, direct advice based on the information given.
|
|
|
25 |
report: |-
|
26 |
-
{{final_answer}}
|
|
|
2 |
You are a health and lifestyle advisor specializing in the early detection and prevention of hypertension.
|
3 |
Provide direct and concise lifestyle advice based on the user's details.
|
4 |
Output clear answers as plain text with no extra commentary.
|
5 |
+
Do NOT include any internal chain-of-thought, reasoning, intermediate steps, or code snippets.
|
6 |
|
7 |
planning:
|
8 |
initial_facts: |-
|
|
|
22 |
task: |-
|
23 |
You are {{name}}.
|
24 |
Task: {{task}}
|
25 |
+
Provide clear, direct advice based solely on the information given.
|
26 |
+
Do NOT include any internal reasoning, chain-of-thought, intermediate steps, or code snippets.
|
27 |
report: |-
|
28 |
+
{{final_answer}}
|