AgentTerminationToEnvironmentMessage
@Serializable
@SerialName(value = "TERMINATION")
Represents a termination message sent on behalf of the server. Indicates that the server has no further actions for the client to perform, and is usually accompanied by the final result of the inquiry. Can also be received as an acknowledgement of a client-initiated termination, in which case the result will be absent.
Constructors
Link copied to clipboard
constructor(sessionUuid: Uuid, content: AgentToolCallToEnvironmentContent? = null, error: AgentServiceError? = null)