Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/agent / / OutputGuardrail

Type Alias: OutputGuardrail<TValue>

ts
type OutputGuardrail<TValue> = GuardrailDefinition<TValue> & {
  kind: "output";
};

Defined in: packages/security/dist/guardrails/types.d.ts

Output guardrail discriminator.

Type Declaration

NameTypeDefined in
kind"output"packages/security/dist/guardrails/types.d.ts

Type Parameters

Type ParameterDefault type
TValueunknown

Stable