Add harmony prompt template
This commit is contained in:
parent
42d013fccd
commit
6d169e1b8c
Notes:
Jordan Wages
2026-01-07 13:51:08 -06:00
Related to #1
6 changed files with 26 additions and 2 deletions
21
prompt_templates/harmony.txt
Normal file
21
prompt_templates/harmony.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<|start|>system<|message|>You are ChatGPT, a large language model trained by OpenAI.
|
||||
Knowledge cutoff: 2024-06
|
||||
Current date: 2025-06-28
|
||||
|
||||
Reasoning: medium
|
||||
|
||||
# Valid channels: analysis, commentary, final. Channel must be included for every message.<|end|>
|
||||
<|start|>developer<|message|># Instructions
|
||||
|
||||
{{system}}<|end|>
|
||||
<|start|>user<|message|>**Email Contents**
|
||||
```
|
||||
{{email}}
|
||||
```
|
||||
Classification Criterion: {{query}}
|
||||
Remember, return ONLY a JSON object on a single line of the form:
|
||||
{"match": true, "reason": "<short explanation>"} - if the email satisfies the criterion
|
||||
{"match": false, "reason": "<short explanation>"} - otherwise
|
||||
|
||||
Do not add any other keys, text, or formatting.<|end|>
|
||||
<|start|>assistant
|
||||
Loading…
Add table
Add a link
Reference in a new issue