Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AgentServiceError(val type: AgentServiceErrorType, val message: String)

Represents an error response from the agent service.

Link copied to clipboard

Represents different types of service errors that can occur in the context of an agent. This enum is used to categorize the errors for better error handling and reporting.