prompt

abstract val prompt: Prompt(source)

Defines the Prompt to be utilized in the AI agent's configuration.

The prompt serves as the input structure for generating outputs from the language model and consists of a list of messages, a unique identifier, and optional parameters. This property plays a role in managing conversational state, input prompts, and configurations for the language model.