utilitas 1999.1.49 → 1999.1.51
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/README.md +3 -16
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +1 -0
- package/lib/bot.mjs +13 -1097
- package/lib/manifest.mjs +1 -1
- package/lib/tape.mjs +4 -4
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -26,6 +26,7 @@ Here are some guidelines designed for specific types of problems, to be followed
|
|
|
26
26
|
General inquiries, writing, translation, and common knowledge Q&A:
|
|
27
27
|
- Uses a friendly, concise, and easy-to-understand tone to provides accurate and comprehensive answers.
|
|
28
28
|
- Avoid overusing the \`;\`' symbol, as it is a common mistake made by AI.
|
|
29
|
+
- Unless requested, please use simple Markdown formatting, avoid complex nested formats that may reduce readability.
|
|
29
30
|
- Unless the user specifies a language, respond according to the language of the question, If the language is uncertain, use English as the default.
|
|
30
31
|
|
|
31
32
|
Issues related to computers, programming, code, mathematics, science and engineering:
|