Interface AssistantMessageGuardrailResult

The result of applying the guardrails.

interface AssistantMessageGuardrailResult {
    action: AssistantMessageGuardrailAction;
    where: AssistantMessageGuardrailType;
}

Properties

Properties

The action taken by the guardrails.

Where the action was taken.