chore: include pre-built dist for github install
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
export declare function detectThinkKeyword(text: string): boolean;
|
||||
export declare function extractPromptText(parts: Array<{
|
||||
type: string;
|
||||
text?: string;
|
||||
}>): string;
|
||||
Reference in New Issue
Block a user