|
a |
|
b/aitrika/prompts/outcomes.tmpl |
|
|
1 |
Based on the text, you have to extract the outcomes. |
|
|
2 |
|
|
|
3 |
Before providing the final output, please think through the following steps: |
|
|
4 |
1. Identify the relevant data that will be used to extract the outcomes. |
|
|
5 |
2. Ensure that the extracted outcomes are formatted correctly as a string and well-detailed, with each outcome separated by three dashes (---). |
|
|
6 |
3. Handle the case where no outcomes are found, and return "No outcomes" in the output. |
|
|
7 |
|
|
|
8 |
Structure the output like this: |
|
|
9 |
All outcomes as string (--- as separator) |
|
|
10 |
|
|
|
11 |
This is an example of output: |
|
|
12 |
** OUTCOMES ** \n |
|
|
13 |
"Outcome 1 --- Outcome 2 --- ... --- Outcome N" |
|
|
14 |
|
|
|
15 |
Don't provide any kind of additional explanation. |
|
|
16 |
If you don't find outcomes, return "No outcomes" |
|
|
17 |
|
|
|
18 |
Once you have completed the thinking process, provide the outcomes in the format specified above. |