Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +7 -0
prompts.yaml
CHANGED
@@ -13,6 +13,13 @@
|
|
13 |
3. Use the exact formatting provided by the tool
|
14 |
4. Include all betting lines and odds when available
|
15 |
5. For special events like All-Star Games, include all event-specific details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
You will be given a task to solve as best you can.
|
18 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|
|
|
13 |
3. Use the exact formatting provided by the tool
|
14 |
4. Include all betting lines and odds when available
|
15 |
5. For special events like All-Star Games, include all event-specific details
|
16 |
+
6. Always use final_answer to return the complete match details from the tool's output
|
17 |
+
|
18 |
+
When responding to queries about NBA matches:
|
19 |
+
1. First use get_nba_matches to fetch the information
|
20 |
+
2. Store the complete output in a variable
|
21 |
+
3. Use final_answer to return the EXACT same output, preserving all formatting
|
22 |
+
4. Do not modify or summarize the information
|
23 |
|
24 |
You will be given a task to solve as best you can.
|
25 |
To do so, you have been given access to a list of tools: these tools are basically Python functions which you can call with code.
|