AIAgentTerminationByClientException

This exception is thrown when an agent is terminated by a client request. It extends the AIAgentException class, providing a specific message indicating that the agent's operation was canceled by the client.

Parameters

message

A descriptive message explaining the reason for termination.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard

Converts a Throwable instance to an AIAgentError.