Skip to content

Documentation / @agentick/guardrails / GuardrailClassifier

Type Alias: GuardrailClassifier() ​

GuardrailClassifier = (call, envelope) => GuardrailDecision | null | undefined | Promise<GuardrailDecision | null | undefined>

Defined in: guardrails/src/types.ts:21

Parameters ​

call ​

ToolGuardrailCall

envelope ​

ProcedureEnvelope<any[]>

Returns ​

GuardrailDecision | null | undefined | Promise<GuardrailDecision | null | undefined>

Released under the ISC License.