Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/agent / / InputGuardrail
Type Alias: InputGuardrail<TValue>
ts
type InputGuardrail<TValue> = GuardrailDefinition<TValue> & {
kind: "input";
};Defined in: packages/security/dist/guardrails/types.d.ts
Input guardrail discriminator.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
kind | "input" | packages/security/dist/guardrails/types.d.ts |
Type Parameters
| Type Parameter | Default type |
|---|---|
TValue | unknown |