PartialPolicy
Defined in: src/policy.ts:28
Any subset of the thresholds; the rest come from the runtime’s policy.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
noul? |
readonly |
Partial<{ yesAbove: number; noBelow: number; }> |
src/policy.ts:29 |
choice? |
readonly |
Partial<{ minConfidence: number; }> |
src/policy.ts:30 |
score? |
readonly |
Partial<{ minConfidence: number; }> |
src/policy.ts:31 |