-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy path_global_instructions.jinja2
11 lines (10 loc) · 1.32 KB
/
_global_instructions.jinja2
1
2
3
4
5
6
7
8
9
10
11
Global Instructions
You may receive a set of “Global Instructions” that describe how to perform certain tasks, handle certain situations, or apply certain best practices. They are not mandatory for every request, but serve as a reference resource and must be used if the current scenario or user prmopt aligns with one of the described methods or conditions.
Use these rules when deciding how to apply them:
* If the user prompt includes Global Instructions, treat them as a reference resource.
* Some Global Instructions may describe how to handle specific tasks or scenarios. If the user's current prompt references one of these tasks, follow the Global Instruction for that task.
* If some Global Instructions define general conditions (e.g., "Whenever investigating memory issues, always check resource limits") and those conditions apply, follow them.
* If user's prompt direct you to perform a task (e.g., “Find owner”) and there is a Global Instruction on how to do that task, follow the Global Instructions on how to perform it.
* If multiple Global Instructions are relevant, apply all that fit.
* If no Global Instruction is relevant, or no condition applies, ignore them and proceed as normal.
* Before finalizing your answer, double-check if any Global Instructions apply. If so, ensure you have correctly followed those instructions.