From d69a1bac1158b9eaaade7ca859833e0d73a451cd Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 25 Apr 2025 14:29:51 -0600 Subject: [PATCH] a --- cogs/gurt_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/gurt_cog.py b/cogs/gurt_cog.py index 7bf7d95..19cc9fc 100644 --- a/cogs/gurt_cog.py +++ b/cogs/gurt_cog.py @@ -2617,7 +2617,7 @@ Otherwise, STAY SILENT. Do not respond just to be present or because you *can*. messages.append({ "role": "user", - "content": f"Given the preceding conversation context and the last message, decide if you (gurt) should respond. **ABSOLUTELY CRITICAL: Your response MUST consist *only* of the raw JSON object itself, with NO additional text, explanations, or markdown formatting (like \\`\\`\\`json ... \\`\\`\\`) surrounding it. The entire response must be *just* the JSON matching this schema:**\n```json\n{{{{\n \"should_respond\": boolean,\n \"content\": string,\n \"react_with_emoji\": string | null\n}}}}\n```\n**Ensure there is absolutely nothing before or after the JSON object.**{message_length_guidance}" + "content": f"Given the preceding conversation context and the last message, decide if you (gurt) should respond. **ABSOLUTELY CRITICAL: Your response MUST consist *only* of the raw JSON object itself, with NO additional text, explanations, or markdown formatting (like \\`\\`\\`json ... \\`\\`\\`) surrounding it. The entire response must be *just* the JSON matching this schema:**\n\n{{{{\n \"should_respond\": boolean,\n \"content\": string,\n \"react_with_emoji\": string | null\n}}}}\n\n**Ensure there is absolutely nothing before or after the JSON object.**{message_length_guidance}" }) # Prepare the request payload