Class ModelBehaviorError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidToolInputError

public class ModelBehaviorError extends RuntimeException
ModelBehaviorError

Base class for errors related to model behavior.

Source: https://github.com/openai/openai-agents-js/blob/main/packages/agents-core/src/errors.ts

See Also:
  • Constructor Details

    • ModelBehaviorError

      public ModelBehaviorError(String message)
    • ModelBehaviorError

      public ModelBehaviorError(String message, Throwable cause)