Skip to content

ValidationCapability

readonly name: string;

readonly optional order?: "parallel" | "serial";

readonly optional streamGranularity?: "sentence" | "turn";

Absent ⇒ turn (buffered, safe). Streaming is an explicit opt-in by the gate author.

validate(input): Promise<ValidateDecision>;
Parameter Type

input

ValidateInput

Promise<ValidateDecision>