Files
oh-my-opencode/dist/hooks/category-skill-reminder/formatter.d.ts
T

3 lines
170 B
TypeScript
Raw Normal View History

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