prompt

@get:JvmName(name = "prompt")
var prompt: Prompt(source)

The current prompt used within the AIAgentLLMContext.

This property defines the main Prompt instance used by the context and is updated as needed to reflect modifications or new inputs for the language model operations. It is modified internally only from within withPrompt and writeSession, both of which run under the write portion of an internal read-write lock.

Concurrency caveats: