llm

open override var llm: AIAgentLLMContext?(source)

Represents the context for accessing and managing an AI agent's LLM (Large Language Model) configuration and behavior. The llm property allows you to define or override the LLM context for the agent, including tools, prompt handling, and interaction with external dependencies.

Can be used for dependency injection, mock testing, or modifying the LLM behavior dynamically during runtime. If set to null, it indicates that no specific LLM context is defined, and defaults or fallback mechanisms may be utilized by the containing class.