Files
oh-my-opencode/dist/hooks/category-skill-reminder/formatter.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
170 B
TypeScript

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