copy
Creates a new instance of AIAgentContextBase
with the specified parameters, copying the properties from the current instance with the provided updates.
Return
An instance of AIAgentContextBase
with the updated parameters and copied configurations.
Parameters
The environment in which the AI agent operates, allowing interaction with external systems.
The input object provided to the AI agent, representing data or context for the agent to process.
The type of the agent input, used to interpret the structure or nature of the input.
The configuration settings for the AI agent, such as model specifics and operational limits.
The language model context used by the AI agent for generating responses or processing input.
The state management associated with the AI agent, responsible for tracking execution state and history.
A storage mechanism for the AI agent, enabling persistence of key-value information.
A unique identifier for the current execution or operational instance of the AI agent.
The name of the strategy employed during the AI agent's execution cycle.
The pipeline configuration used by the AI agent to define the processing steps.