Type Aliases

Expect

Type Alias: Expect

Expect = "low" | "medium" | "high"

Defined in: src/core/agent/findings/types.ts:42

How useful the model expects the result to be — a bucket, never a number.

On this page