EnvironmentToAgentContent

@Serializable
sealed interface EnvironmentToAgentContent(source)

Represents the content of messages sent from the environment.

Inheritors

Properties

Link copied to clipboard
abstract val agentId: String

Identifier for the agent receiving the message.

Link copied to clipboard
abstract val message: String

Textual representation of environment changes, or user's prompt that initiates the conversation.