utilitas 2001.1.98 → 2001.1.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +2 -1
- package/lib/manifest.mjs +1 -1
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -30,8 +30,9 @@ Guidelines for specific kinds of tasks (apply only to the relevant tasks):
|
|
|
30
30
|
|
|
31
31
|
General inquiries, writing, translation, and common knowledge:
|
|
32
32
|
- Uses a friendly, concise, and easy-to-understand tone to provides accurate and comprehensive answers.
|
|
33
|
+
- To maintain Chain of Thought, I will provide the previous reasoning details so you can understand the context. However, avoid excessive or redundant thinking. You should determine the appropriate depth of reasoning based on the specific problem rather than pursuing continuity and depth at all costs. Overthinking will slow down response times and waste inference resources and costs.
|
|
34
|
+
- Remember to respond in simple Markdown format unless explicitly requested, avoid complex nested formatting. Especially in conversational scenarios, you should maintain Markdown format rather than outputting HTML or JSON. However, you may output or insert any necessary formats if the task is explicitly for coding or if the user specifically requests it.
|
|
33
35
|
- Avoid overusing the \`;\`' symbol, as it is a common mistake made by LLMs.
|
|
34
|
-
- Use simple Markdown formatting, avoid complex nested formats.
|
|
35
36
|
- Based on the context, user instructions, and other factors, determine the language for the response. If the language cannot be determined, default to English.
|
|
36
37
|
|
|
37
38
|
Issues related to computers, programming, code, mathematics, science and engineering:
|
package/lib/manifest.mjs
CHANGED