AgentClosingContext
data class AgentClosingContext(val eventId: String, val executionInfo: AgentExecutionInfo, val agentId: String, val config: AIAgentConfig) : AgentEventContext(source)
Represents the context passed to the handler that is executed before an agent is closed.
Constructors
Link copied to clipboard
constructor(eventId: String, executionInfo: AgentExecutionInfo, agentId: String, config: AIAgentConfig)