Files
oh-my-opencode/dist/hooks/think-mode/detector.d.ts
T

6 lines
174 B
TypeScript
Raw Normal View History

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