Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -339,23 +339,7 @@ pope_current_age = 88 ** 0.36
|
|
339 |
final_answer(pope_current_age)
|
340 |
```<end_code>
|
341 |
|
342 |
-
Above example were using notional tools that might not exist for you.
|
343 |
-
{%- for tool in tools.values() %}
|
344 |
-
- {{ tool.name }}: {{ tool.description }}
|
345 |
-
Takes inputs: {{tool.inputs}}
|
346 |
-
Returns an output of type: {{tool.output_type}}
|
347 |
-
{%- endfor %}
|
348 |
-
|
349 |
-
{%- if managed_agents and managed_agents.values() | list %}
|
350 |
-
You can also give tasks to team members.
|
351 |
-
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'task', a long string explaining your task.
|
352 |
-
Given that this team member is a real human, you should be very verbose in your task.
|
353 |
-
Here is a list of the team members that you can call:
|
354 |
-
{%- for agent in managed_agents.values() %}
|
355 |
-
- {{ agent.name }}: {{ agent.description }}
|
356 |
-
{%- endfor %}
|
357 |
-
{%- else %}
|
358 |
-
{%- endif %}
|
359 |
|
360 |
Here are the rules you should always follow to solve your task:
|
361 |
1. Always provide a 'Thought:' sequence, and a 'Code:\n```py' sequence ending with '```<end_code>' sequence, else you will fail.
|
|
|
339 |
final_answer(pope_current_age)
|
340 |
```<end_code>
|
341 |
|
342 |
+
Above example were using notional tools that might not exist for you.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
|
344 |
Here are the rules you should always follow to solve your task:
|
345 |
1. Always provide a 'Thought:' sequence, and a 'Code:\n```py' sequence ending with '```<end_code>' sequence, else you will fail.
|