Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +4 -2
prompts.yaml
CHANGED
@@ -12,7 +12,8 @@
|
|
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:
|
18 |
---
|
@@ -171,7 +172,8 @@
|
|
171 |
Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
|
172 |
{%- for tool in tools.values() %}
|
173 |
- {{ tool.name }}: {{ tool.description }}
|
174 |
-
Takes inputs:
|
|
|
175 |
Returns an output of type: {{tool.output_type}}
|
176 |
{%- endfor %}
|
177 |
|
|
|
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. Also if task provides location you should check the weather this time of the year, and if not appropriate
|
16 |
+
for the plant additionaly suggest that the index is applicable if necessary conditions are meet for plant (e.g. indoor).
|
17 |
|
18 |
Here are a few examples using notional tools:
|
19 |
---
|
|
|
172 |
Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
|
173 |
{%- for tool in tools.values() %}
|
174 |
- {{ tool.name }}: {{ tool.description }}
|
175 |
+
Takes inputs:
|
176 |
+
{{tool.inputs}}
|
177 |
Returns an output of type: {{tool.output_type}}
|
178 |
{%- endfor %}
|
179 |
|