EnvironmentToAgentTerminationContent

@Serializable
data class EnvironmentToAgentTerminationContent(val agentId: String, val message: String = "Terminating on client behalf") : EnvironmentToAgentContent(source)

Represents the content of TERMINATION messages sent from the environment.

Constructors

Link copied to clipboard
constructor(agentId: String, message: String = "Terminating on client behalf")

Properties

Link copied to clipboard
open override val agentId: String

Identifier for the agent receiving the message.

Link copied to clipboard
@EncodeDefault(mode = EncodeDefault.Mode.ALWAYS)
open override val message: String

Textual representation of the environment changes.