/** * list_topics 工具的提示词定义 */ export declare const LIST_TOPICS_TOOL: { name: string; description: string; inputSchema: { type: "object"; properties: { category: { type: string; enum: string[]; description: string; default: string; }; }; required: string[]; }; }; //# sourceMappingURL=listTopics.d.ts.map