opencode-mailbox 0.0.9 → 0.0.10
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12817,7 +12817,7 @@ ${message.message}
|
|
|
12817
12817
|
injectedText += `---
|
|
12818
12818
|
[Instructions: ${instructions}]
|
|
12819
12819
|
|
|
12820
|
-
IMPORTANT: remember in order for a sender to see your response, you must send them a mail back
|
|
12820
|
+
IMPORTANT: remember in order for a sender to see your response, you must send them a mail back. Respond using markdown. Your markdown front-matter can contain a property "choices" which is an array of choices for the mail sender to choose from. These choices are optional and shouldn't alter your authentic personality in your responses.`;
|
|
12821
12821
|
try {
|
|
12822
12822
|
await client.session.prompt({
|
|
12823
12823
|
path: { id: sessionId },
|