EnvironmentInitializeToAgentContent

Represents the abstract base class for the content of environment-to-agent initialization messages.

This class provides a structure for initializing an agent within the environment and requires implementations to specify the agent identifier and a contextual message.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract override val agentId: String

Unique identifier for the agent receiving the message.

Link copied to clipboard
abstract override val message: String

A contextual message providing details related to the interaction between the environment and an agent.