Authentication
- Type: Discord Bot token
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Trigger Guild agents from Discord slash commands and message interactions.
import { llmAgent } from "@guildai/agents-sdk"
export default llmAgent({
description: "An agent that responds to Discord slash commands",
systemPrompt: `You respond to questions from Discord users.
Keep your answers concise.`,
})