EnvironmentToAgentTerminationMessage
data class EnvironmentToAgentTerminationMessage(val runId: String, val content: EnvironmentToAgentTerminationContent? = null, val error: AgentServiceError? = null) : EnvironmentToAgentMessage(source)
Represents a termination request sent on behalf of the environment. These are a communication essential, as they signal to the server that it should perform cleanup for a particular session.
Constructors
Link copied to clipboard
constructor(runId: String, content: EnvironmentToAgentTerminationContent? = null, error: AgentServiceError? = null)