Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -460,29 +460,7 @@ class BasicAgent:
|
|
460 |
```
|
461 |
{{task}}
|
462 |
```
|
463 |
-
|
464 |
-
{%- for tool in tools.values() %}
|
465 |
-
- {{ tool.name }}: {{ tool.description }}
|
466 |
-
Takes inputs: {{tool.inputs}}
|
467 |
-
Returns an output of type: {{tool.output_type}}
|
468 |
-
{%- endfor %}
|
469 |
-
|
470 |
-
{%- if managed_agents and managed_agents.values() | list %}
|
471 |
-
You can also give tasks to team members.
|
472 |
-
Calling a team member works the same as for calling a tool: simply, the only argument you can give in the call is 'request', a long string explaining your request.
|
473 |
-
Given that this team member is a real human, you should be very verbose in your request.
|
474 |
-
Here is a list of the team members that you can call:
|
475 |
-
{%- for agent in managed_agents.values() %}
|
476 |
-
- {{ agent.name }}: {{ agent.description }}
|
477 |
-
{%- endfor %}
|
478 |
-
{%- else %}
|
479 |
-
{%- endif %}
|
480 |
-
|
481 |
-
List of facts that you know:
|
482 |
-
```
|
483 |
-
{{answer_facts}}
|
484 |
-
```
|
485 |
-
|
486 |
Now begin! Write your plan below.
|
487 |
"update_facts_pre_messages": |-
|
488 |
You are a world expert at gathering known and unknown facts based on a conversation.
|
|
|
460 |
```
|
461 |
{{task}}
|
462 |
```
|
463 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
464 |
Now begin! Write your plan below.
|
465 |
"update_facts_pre_messages": |-
|
466 |
You are a world expert at gathering known and unknown facts based on a conversation.
|