AIAgentEnvironmentInitializeMessageContent

Represents the content of a message used to initialize a AI agent environment.

This data class combines the base content needed to initialize an AI agent environment.

Constructors

constructor(agentId: String, message: String, config: AIAgentConfig)

Properties

Link copied to clipboard
open override val agentId: String

Unique identifier for the agent being initialized.

Link copied to clipboard

Configuration settings specific to the AI agent, encapsulated in the AIAgentConfig class.

Link copied to clipboard
open override val message: String

A message providing context or additional details about the initialization.