bstraehle commited on
Commit
3513dc4
·
verified ·
1 Parent(s): 8b36496

Update config/tasks.yaml

Browse files
Files changed (1) hide show
  1. config/tasks.yaml +1 -1
config/tasks.yaml CHANGED
@@ -9,8 +9,8 @@ manager_task:
9
  - YouTube Analysis Agent requires a question and **YouTube URL**.
10
  - Document Analysis Agent requires a question and **.docx, .pptx, .pdf, .txt, .html, css, .js, .md, .xml, or .rtf document file**.
11
  - Arithmetic Agent requires a question and **two numbers to add, subtract, multiply, divide, or get the modulus**. In case there are more than two numbers, use the Code Generation Agent instead.
12
- - Code Execution Agent requires a question and **Python file**.
13
  - Code Generation Agent requires a question and **JSON data**.
 
14
  In case you cannot answer the question and there is not a good coworker, delegate to the Code Generation Agent.
15
  Question: {question}
16
  expected_output: >
 
9
  - YouTube Analysis Agent requires a question and **YouTube URL**.
10
  - Document Analysis Agent requires a question and **.docx, .pptx, .pdf, .txt, .html, css, .js, .md, .xml, or .rtf document file**.
11
  - Arithmetic Agent requires a question and **two numbers to add, subtract, multiply, divide, or get the modulus**. In case there are more than two numbers, use the Code Generation Agent instead.
 
12
  - Code Generation Agent requires a question and **JSON data**.
13
+ - Code Execution Agent requires a question and **Python file**.
14
  In case you cannot answer the question and there is not a good coworker, delegate to the Code Generation Agent.
15
  Question: {question}
16
  expected_output: >