chore: include pre-built dist for github install
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
export type VisionCapableModel = {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
};
|
||||
export interface ModelCacheState {
|
||||
modelContextLimitsCache: Map<string, number>;
|
||||
visionCapableModelsCache?: Map<string, VisionCapableModel>;
|
||||
anthropicContext1MEnabled: boolean;
|
||||
}
|
||||
export declare function createModelCacheState(): ModelCacheState;
|
||||
Reference in New Issue
Block a user