Skip to content

OutputGuardrailBlockedMessageArgs

type OutputGuardrailBlockedMessageArgs<TContext> = object;
Type Parameter Default type

TContext

unknown

agent: Agent<TContext, any>;

The agent whose terminal tool output was rejected.


defaultMessage: string;

The SDK’s default data-free placeholder.


guardrailName: string;

The name of the output guardrail observed rejecting terminal tool output in the current run.


runContext: RunContext<TContext>;

The active run context for the current execution.