chore: include pre-built dist for github install
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { BuildSystemContentInput } from "./types";
|
||||
export declare function estimateTokenCount(text: string): number;
|
||||
export declare function truncateToTokenBudget(content: string, maxTokens: number): string;
|
||||
export declare function buildSystemContentWithTokenLimit(input: BuildSystemContentInput, maxTokens: number | undefined): string | undefined;
|
||||
Reference in New Issue
Block a user