3 lines
170 B
TypeScript
3 lines
170 B
TypeScript
import type { AvailableSkill } from "../../agents/dynamic-agent-prompt-builder";
|
|
export declare function buildReminderMessage(availableSkills: AvailableSkill[]): string;
|