EnvironmentToAgentTerminationMessage

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)

Properties

Link copied to clipboard
Link copied to clipboard

Optional environment error details.

Link copied to clipboard

Unique identifier for the session.