Package ai.acolite.agentsdk.core.errors
Class ToolInputGuardrailTripwireTriggered
java.lang.Object
java.lang.Throwable
java.lang.Error
ai.acolite.agentsdk.core.AgentsError
ai.acolite.agentsdk.core.errors.ToolInputGuardrailTripwireTriggered
- All Implemented Interfaces:
Serializable
ToolInputGuardrailTripwireTriggered
Thrown when a tool input guardrail throws an exception, halting agent execution.
Ported from TypeScript OpenAI Agents SDK Source: errors.ts
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToolInputGuardrailTripwireTriggered
-