Files
oh-my-opencode/dist/hooks/think-mode/detector.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
174 B
TypeScript

export declare function detectThinkKeyword(text: string): boolean;
export declare function extractPromptText(parts: Array<{
type: string;
text?: string;
}>): string;