Files
feynman/scripts/lib/pi-subagents-patch.d.mts
2026-04-17 10:38:42 -07:00

4 lines
212 B
TypeScript

export const PI_SUBAGENTS_PATCH_TARGETS: string[];
export function patchPiSubagentsSource(relativePath: string, source: string): string;
export function stripPiSubagentBuiltinModelSource(source: string): string;