Class ToolOutputGuardrailTripwireTriggered

java.lang.Object
java.lang.Throwable
java.lang.Error
ai.acolite.agentsdk.core.AgentsError
ai.acolite.agentsdk.core.errors.ToolOutputGuardrailTripwireTriggered
All Implemented Interfaces:
Serializable

public class ToolOutputGuardrailTripwireTriggered extends AgentsError
ToolOutputGuardrailTripwireTriggered

Thrown when a tool output guardrail throws an exception, halting agent execution.

Ported from TypeScript OpenAI Agents SDK Source: errors.ts

See Also:
  • Constructor Details

    • ToolOutputGuardrailTripwireTriggered

      public ToolOutputGuardrailTripwireTriggered(String guardrailName, Object metadata)