Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +2 -4
prompts.yaml
CHANGED
@@ -12,9 +12,7 @@
|
|
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 the ground, to select
|
15 |
-
apropiate fertility index for the answer.
|
16 |
-
season if it is appropriate for planting in open outdoor. Otherwise, suggest that the fertility index is applicable for planting indoor
|
17 |
-
with relevant conditions for the plant.
|
18 |
|
19 |
Here are a few examples using notional tools:
|
20 |
---
|
@@ -165,7 +163,7 @@
|
|
165 |
Thought: The determined fertility index for today is not good but it will be maximum in two days. However, it is cold in NY this time of the year, so, the index is applicable if necessary conditions are meet for tomato (e.g. indoor).
|
166 |
Code:
|
167 |
```py
|
168 |
-
answer = "Today is not an optimal day to plant tomato(fertility index is only 1.0 out of 3.0). However, in two days the fertility index for produce above ground will be at maximum. Also note that it is cold in NY this time of the year, so, the index is applicable if necessary conditions are meet for tomato (e.g. indoor).")
|
169 |
final_answer(answer)
|
170 |
```<end_code>
|
171 |
|
|
|
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 the ground, to select
|
15 |
+
apropiate fertility index for the answer.
|
|
|
|
|
16 |
|
17 |
Here are a few examples using notional tools:
|
18 |
---
|
|
|
163 |
Thought: The determined fertility index for today is not good but it will be maximum in two days. However, it is cold in NY this time of the year, so, the index is applicable if necessary conditions are meet for tomato (e.g. indoor).
|
164 |
Code:
|
165 |
```py
|
166 |
+
answer = "Today, is not an optimal day to plant tomato(fertility index is only 1.0 out of 3.0). However, in two days the fertility index for produce above ground will be at maximum. Also note that it is cold in NY this time of the year, so, the index is applicable if necessary conditions are meet for tomato (e.g. indoor).")
|
167 |
final_answer(answer)
|
168 |
```<end_code>
|
169 |
|