Type Alias: EvaluationPriority
ts
type EvaluationPriority = 1 | 2 | 3 | 4 | 5;
Defined in: evaluator/LlamaContext/types.ts:496
1 - low
5 - high
type EvaluationPriority = 1 | 2 | 3 | 4 | 5;
Defined in: evaluator/LlamaContext/types.ts:496
1 - low
5 - high