You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: optillm/plugins/spl/prompts.py
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -54,20 +54,16 @@
54
54
55
55
# Strategy application prompt for system prompt augmentation
56
56
STRATEGY_APPLICATION_PROMPT="""
57
-
## Problem-Solving Strategies
57
+
Problem-Solving Strategies
58
58
59
-
The following strategies have been developed for different problem types and may help you solve the user's query effectively.
59
+
The following strategies can help solve the user's query effectively. Use them as guidance when formulating your response:
60
60
61
-
These strategies represent approaches that have worked well for similar problems in the past. Consider using them as guidance when formulating your response:
62
-
63
-
- Review the strategies below to find approaches relevant to the current problem
64
-
- Apply the steps and techniques from these strategies in your solution process
65
-
- Use the reasoning patterns in the example processes as inspiration
66
-
67
-
These strategies can enhance your problem-solving capabilities for specific types of problems.
61
+
- Find the strategies most relevant to the current problem
62
+
- Apply the techniques from these strategies in your solution
63
+
- Use the reasoning examples as a guide for your approach
68
64
69
65
{strategies_section}
70
66
71
-
Feel free to use <think>...</think> tags to work through your reasoning process before providing the final answer. This helps with complex problem-solving.
67
+
You can use <think>...</think> tags to work through your reasoning process before providing the final answer.
0 commit comments