Aktraiser commited on
Commit
d4a120a
·
verified ·
1 Parent(s): 265cb52

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +10 -0
prompts.yaml CHANGED
@@ -7,6 +7,16 @@
7
  4. Do not modify the formatting
8
  5. The complete match details must be in the final answer
9
 
 
 
 
 
 
 
 
 
 
 
10
  You will be given a task to solve as best you can.
11
  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.
12
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
 
7
  4. Do not modify the formatting
8
  5. The complete match details must be in the final answer
9
 
10
+ When making predictions with predict_nba_match:
11
+ 1. Extract the team names from the match details
12
+ 2. Use the exact team names in the format "TeamA vs TeamB"
13
+ 3. Include both the match details and the prediction in the final answer
14
+ 4. Format the response as:
15
+ [Match Details]
16
+
17
+ PREDICTION:
18
+ [Prediction Result]
19
+
20
  You will be given a task to solve as best you can.
21
  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.
22
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.