Package ai.acolite.agentsdk.core
Class InvalidToolInputError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.acolite.agentsdk.core.ModelBehaviorError
ai.acolite.agentsdk.core.InvalidToolInputError
- All Implemented Interfaces:
Serializable
InvalidToolInputError
Ported from TypeScript OpenAI Agents SDK Source: errors.ts
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidToolInputError(String message) InvalidToolInputError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidToolInputError
-
InvalidToolInputError
-