Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +3 -2
prompts.yaml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
|
12 |
When asked about good time for planting or pruning for a given date, and the corresponding indices are in the range of 0 - 1.5
|
13 |
explain why the requested operation is not recommended for the date, and suggest the nearest forward looking date with better
|
14 |
-
(2.0 - 3.0) index. For fertility indices always infere if plant or tree belongs to root crop or produces above
|
15 |
apropiate fertility index for the answer.
|
16 |
|
17 |
Here are a few examples using notional tools:
|
@@ -151,7 +151,7 @@
|
|
151 |
---
|
152 |
Task: "Is today a good day to plant tomato in NY?"
|
153 |
|
154 |
-
Thought: I will proceed step by step and use the following tools: `get_moon_info` to find the fertility indices for today, then infere if tomato belongs to root crop or produces above
|
155 |
Observation: "The fertility above the ground is 1.0"
|
156 |
|
157 |
Thought: The determined fertility index is not maximum (3.0), so, I will check next 5 days if it is higher then and mention the best day as an alternative for today.
|
@@ -182,6 +182,7 @@
|
|
182 |
Here is a list of the team members that you can call:
|
183 |
{%- for agent in managed_agents.values() %}
|
184 |
- {{ agent.name }}: {{ agent.description }}
|
|
|
185 |
{%- endfor %}
|
186 |
{%- else %}
|
187 |
{%- endif %}
|
|
|
11 |
|
12 |
When asked about good time for planting or pruning for a given date, and the corresponding indices are in the range of 0 - 1.5
|
13 |
explain why the requested operation is not recommended for the date, and suggest the nearest forward looking date with better
|
14 |
+
(2.0 - 3.0) index. For fertility indices always infere if plant or tree belongs to root crop or produces above ground, to select
|
15 |
apropiate fertility index for the answer.
|
16 |
|
17 |
Here are a few examples using notional tools:
|
|
|
151 |
---
|
152 |
Task: "Is today a good day to plant tomato in NY?"
|
153 |
|
154 |
+
Thought: I will proceed step by step and use the following tools: `get_moon_info` to find the fertility indices for today, then infere if tomato belongs to root crop or produces above ground, to select apropiate fertility index for the answer.
|
155 |
Observation: "The fertility above the ground is 1.0"
|
156 |
|
157 |
Thought: The determined fertility index is not maximum (3.0), so, I will check next 5 days if it is higher then and mention the best day as an alternative for today.
|
|
|
182 |
Here is a list of the team members that you can call:
|
183 |
{%- for agent in managed_agents.values() %}
|
184 |
- {{ agent.name }}: {{ agent.description }}
|
185 |
+
|
186 |
{%- endfor %}
|
187 |
{%- else %}
|
188 |
{%- endif %}
|