prompt

@get:JvmName(name = "prompt")
expect open override val prompt: Prompt(source)

The prompt configuration used in the AI agent settings.

This property represents the current prompt

actual open override val prompt: Prompt(source)

Defines the Prompt to be used 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.

actual open override val prompt: Prompt(source)

Defines the Prompt to be used 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.