-
Notifications
You must be signed in to change notification settings - Fork 27
/
tasks.yaml
29 lines (26 loc) · 1.13 KB
/
tasks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
number_of_championships_task:
description: >
Conduct a thorough research to determine the number of championships won by {team_name}.
expected_output: >
The number of championships.
output_type: int
fun_facts_task:
description: >
Conduct thorough research about {team_name}. Find {number_of_fun_facts} fun facts about the team.
expected_output: >
A list of fun facts.
output_type: json list with key fun_fact
famous_player_task:
description: >
Conduct thorough research about {team_name} to determine one of the most famous players to have
played for that team. Also identify one thing that made that player so famous.
expected_output: >
The name of a famous player and their biggest claim to fame, and the thing that made them famous.
output_type: json with keys player_name and biggest_claim
team_poem_task:
description: >
Write a poem about {team_name} using the information derived from the output of the other tasks.
Be sure to include the team name in the very first line of the poem.
expected_output: >
A poem about the team using the results of the other tasks.
output_type: string