EnvironmentToAgentContent

Properties

Link copied to clipboard
abstract val agentId: String

A unique identifier representing the agent associated with the message. This identifier is used to distinguish between different agents within the environment for routing and processing communication or actions.

Link copied to clipboard
abstract val message: String

Represents the textual content of a message exchanged between the environment and the agent.