From f700acfa2422b22beca4db57a2d39c48c10dcdbe Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 3 Feb 2026 13:03:04 +0000 Subject: [PATCH] feat(bot): Output only commands, no explanations - ONLY the command, nothing else - Multiple commands: one per line - NO explanations, NO descriptions - Simpler, cleaner output https://claude.ai/code/session_01X4HWkMGrghBv2RfY89L5Lz --- bot/src/llm.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bot/src/llm.ts b/bot/src/llm.ts index a5680a5..cff00d5 100644 --- a/bot/src/llm.ts +++ b/bot/src/llm.ts @@ -98,11 +98,10 @@ LIMITATIONS: No content filtering (except --search), no numeric comparisons, no exclusions, no joins. RULES: -- Give ONLY the command and a SHORT one-line explanation -- Plain text only, NO markdown, NO code blocks, NO bullets -- Do NOT recommend relays -- Do NOT ask follow-up questions -- If impossible, explain briefly why +- Output ONLY the command, nothing else +- Multiple commands: one per line +- NO explanations, NO descriptions, NO markdown, NO code blocks +- If impossible, just say "not possible" and why in one short sentence - Use tools to look up kind numbers if unsure`; // Define tools for the LLM