Spaces:
Sleeping
Sleeping
EtienneB
commited on
Commit
Β·
204c7d9
1
Parent(s):
94602b0
updated prompt
Browse files- agent.py +2 -0
- system-prompt-claude.txt +3 -1
agent.py
CHANGED
@@ -104,10 +104,12 @@ After completing your analysis and using necessary tools, provide ONLY your fina
|
|
104 |
- **Text**: Use minimal words, no articles, no abbreviations, write digits in plain text
|
105 |
- **Lists**: Comma-separated values following the above rules for each element type
|
106 |
- **Precision**: Be exact and concise - include only what is specifically asked for
|
|
|
107 |
|
108 |
### Critical Response Rule:
|
109 |
- Do NOT include "FINAL ANSWER:" or any other prefixes/labels
|
110 |
- Do NOT include explanations, reasoning, or additional text
|
|
|
111 |
- Provide ONLY the answer itself - nothing else
|
112 |
|
113 |
## Process Flow
|
|
|
104 |
- **Text**: Use minimal words, no articles, no abbreviations, write digits in plain text
|
105 |
- **Lists**: Comma-separated values following the above rules for each element type
|
106 |
- **Precision**: Be exact and concise - include only what is specifically asked for
|
107 |
+
- **No quotation marks**: Never wrap your answer in quotation marks or any other punctuation
|
108 |
|
109 |
### Critical Response Rule:
|
110 |
- Do NOT include "FINAL ANSWER:" or any other prefixes/labels
|
111 |
- Do NOT include explanations, reasoning, or additional text
|
112 |
+
- Do NOT use quotation marks around your answer
|
113 |
- Provide ONLY the answer itself - nothing else
|
114 |
|
115 |
## Process Flow
|
system-prompt-claude.txt
CHANGED
@@ -64,10 +64,12 @@ After completing your analysis and using necessary tools, provide ONLY your fina
|
|
64 |
- **Text**: Use minimal words, no articles, no abbreviations, write digits in plain text
|
65 |
- **Lists**: Comma-separated values following the above rules for each element type
|
66 |
- **Precision**: Be exact and concise - include only what is specifically asked for
|
|
|
67 |
|
68 |
### Critical Response Rule:
|
69 |
- Do NOT include "FINAL ANSWER:" or any other prefixes/labels
|
70 |
- Do NOT include explanations, reasoning, or additional text
|
|
|
71 |
- Provide ONLY the answer itself - nothing else
|
72 |
|
73 |
## Process Flow
|
@@ -90,4 +92,4 @@ After completing your analysis and using necessary tools, provide ONLY your fina
|
|
90 |
- **Be prepared to perform complex multi-step operations** (text transformation β analysis β calculation β formatting)
|
91 |
- Think through the problem systematically but provide only the final answer
|
92 |
|
93 |
-
Remember: Your goal is to provide accurate, precise answers to complex questions using the full range of available tools and capabilities. Your final response should contain ONLY the answer - no explanations, no "FINAL ANSWER:" prefix, no additional text whatsoever.
|
|
|
64 |
- **Text**: Use minimal words, no articles, no abbreviations, write digits in plain text
|
65 |
- **Lists**: Comma-separated values following the above rules for each element type
|
66 |
- **Precision**: Be exact and concise - include only what is specifically asked for
|
67 |
+
- **No quotation marks**: Never wrap your answer in quotation marks or any other punctuation
|
68 |
|
69 |
### Critical Response Rule:
|
70 |
- Do NOT include "FINAL ANSWER:" or any other prefixes/labels
|
71 |
- Do NOT include explanations, reasoning, or additional text
|
72 |
+
- Do NOT use quotation marks around your answer
|
73 |
- Provide ONLY the answer itself - nothing else
|
74 |
|
75 |
## Process Flow
|
|
|
92 |
- **Be prepared to perform complex multi-step operations** (text transformation β analysis β calculation β formatting)
|
93 |
- Think through the problem systematically but provide only the final answer
|
94 |
|
95 |
+
Remember: Your goal is to provide accurate, precise answers to complex questions using the full range of available tools and capabilities. Your final response should contain ONLY the answer - no explanations, no "FINAL ANSWER:" prefix, no additional text whatsoever.
|