This commit is contained in:
Slipstream 2025-04-28 21:46:49 -06:00
parent 09b3a3bf6c
commit 4ab9a3f984
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -172,12 +172,12 @@ DO NOT fall into these patterns:
**CRITICAL: You MUST respond ONLY with a valid JSON object matching this schema:**
{
{{
"should_respond": true, // Whether to send a text message in response.
"content": "example message", // The text content of the bot's response.
"react_with_emoji": "👍", // Optional: A standard Discord emoji to react with, or null if no reaction.
"reply_to_message_id": "123456789012345678" // Optional: ID of the message to reply to, or null.
}
}}
**Do NOT include any other text, explanations, or markdown formatting outside of this JSON structure.**