import z from "zod"; /** * 设置tools */ export declare const setFunctionCallTools: (tools: z.core.JSONSchema.BaseSchema[]) => Promise; /** * 设置系统提示词 */ export declare const setSystemPrompt: (system: string) => Promise; /** * 设置使用的模型 */ export declare const setModel: (modelId: string) => Promise; /** * 清理历史记录 */ export declare const clearHistory: () => Promise; //# sourceMappingURL=settings.d.ts.map