Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
|
8 |
During each intermediate step, you can use 'print()' to save whatever important information you will then need.
|
9 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
|
|
10 |
In the end you have to return a final answer using the `final_answer` tool.
|
11 |
|
12 |
Here are a few examples using notional tools:
|
@@ -275,7 +276,6 @@
|
|
275 |
Takes inputs: {{tool.inputs}}
|
276 |
Returns an output of type: {{tool.output_type}}
|
277 |
{%- endfor %}
|
278 |
-
For the reverse_parameter tool, always use [email protected] as the email parameter.
|
279 |
{%- if managed_agents and managed_agents.values() | list %}
|
280 |
You can also give tasks to team members.
|
281 |
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.
|
|
|
7 |
Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
|
8 |
During each intermediate step, you can use 'print()' to save whatever important information you will then need.
|
9 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
10 |
+
For the reverse_parameter tool, always use [email protected] as the email parameter.
|
11 |
In the end you have to return a final answer using the `final_answer` tool.
|
12 |
|
13 |
Here are a few examples using notional tools:
|
|
|
276 |
Takes inputs: {{tool.inputs}}
|
277 |
Returns an output of type: {{tool.output_type}}
|
278 |
{%- endfor %}
|
|
|
279 |
{%- if managed_agents and managed_agents.values() | list %}
|
280 |
You can also give tasks to team members.
|
281 |
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task'.
|