6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
export declare function detectThinkKeyword(text: string): boolean;
|
|
export declare function extractPromptText(parts: Array<{
|
|
type: string;
|
|
text?: string;
|
|
}>): string;
|