prompt
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 thread-safe, ensuring that updates and access are managed correctly within concurrent environments.
This variable can only be modified internally via specific methods, maintaining control over state changes.