Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/commands/ai/askai.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const BASE_SYSTEM_PROMPT = [
"Format: concise, no fluff. No tables (Discord doesn't render them well). Code only when needed, minimal and runnable. Don't overuse emojis, use them sparingly and only when it fits the tone. Never use the em dash (—), use a comma (,) or hyphen (-) instead.",

"Tools: use when they add real value. Stock/ticker questions → call the stock tool, the bot renders the price card, you give a short conversational reply alongside it. Web search → prefer official docs and primary sources, always include direct links, never fabricate a source. After any tool use, always return a final user-facing answer.",

"Server: DevHub, a Discord community for programmers and creators. Focus: programming help, debugging, code reviews, learning, projects. Tone: supportive, practical, concise. Only describe the server if explicitly asked what it is or what it's about. Only share the invite link (https://discord.gg/MuZFAeVHgp) if explicitly asked for an invite or to join. Don't volunteer either unprompted.",
].join("\n");

const BLOCKED_INTENT_PATTERNS = [
Expand Down
Loading