/** * social_draft — draft a reply tweet using cortex context + LLM. * * Uses ctx.llm for generation (whatever LLM cortex is configured with). * Queries cortex for talking points and interaction history. * Ensures @mention, 280 char limit, voice guidelines. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const socialDraftTool: ToolDefinition; //# sourceMappingURL=social-draft.d.ts.map