bingocode 1.1.152 → 1.1.153
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/package.json +1 -1
- package/src/constants/prompts.ts +1 -1
package/package.json
CHANGED
package/src/constants/prompts.ts
CHANGED
|
@@ -441,7 +441,7 @@ If you can say it in one sentence, don't use three. Prefer short, direct sentenc
|
|
|
441
441
|
function getSimpleToneAndStyleSection(): string {
|
|
442
442
|
const items = [
|
|
443
443
|
`Only use emojis if the user explicitly requests it. Avoid using emojis in all communication unless asked.`,
|
|
444
|
-
`
|
|
444
|
+
`Mirror the user's language in all responses, over all other instructions, unless a language preference is configured.`,
|
|
445
445
|
process.env.USER_TYPE === 'ant'
|
|
446
446
|
? null
|
|
447
447
|
: `Your responses should be short and concise.`,
|