DummyAIAgentContext
@TestOnly
A mock implementation of the AIAgentContext interface, used for testing purposes.
Parameters
builder
A builder object used to initialize the mock properties of the context.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates whether the environment for the agent context is defined.
Link copied to clipboard
Indicates whether a Language Learning Model (LLM) is defined in the current context.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
open override fun copy(environment: AIAgentEnvironment, agentId: String, agentInput: Any?, agentInputType: KType, config: AIAgentConfig, llm: AIAgentLLMContext, stateManager: AIAgentStateManager, storage: AIAgentStorage, runId: String, strategyName: String, pipeline: AIAgentGraphPipeline): AIAgentGraphContextBase
Creates a new instance of AIAgentContextBase
with the specified parameters, copying the properties from the current instance with the provided updates.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard