copy
open override fun copy(environment: AIAgentEnvironment?, agentInput: Any?, agentInputType: KType?, config: AIAgentConfigBase?, llm: AIAgentLLMContext?, stateManager: AIAgentStateManager?, storage: AIAgentStorage?, runId: String?, strategyId: String?): AIAgentContextMockBuilder(source)
Creates and returns a new copy of the current AIAgentContextMockBuilder
instance. The copied instance contains the same state and configuration as the original.
Return
a new AIAgentContextMockBuilder
instance with the same properties as the original.