Type Alias: ContextTokensDeleteRange
ts
type ContextTokensDeleteRange = {
start: number;
end: number;
};Defined in: evaluator/LlamaContext/types.ts:292
Properties
start
ts
start: number;Defined in: evaluator/LlamaContext/types.ts:293
end
ts
end: number;Defined in: evaluator/LlamaContext/types.ts:294