Type Alias: ContextTokensDeleteRange
ts
type ContextTokensDeleteRange = {
start: number;
end: number;
};Defined in: evaluator/LlamaContext/types.ts:287
Properties
start
ts
start: number;Defined in: evaluator/LlamaContext/types.ts:288
end
ts
end: number;Defined in: evaluator/LlamaContext/types.ts:289