GraphAgentContextData

constructor(messageHistory: List<Message>, llmParams: LLMParams?, llmModel: LLModel?, tools: List<String>?, storage: JSONObject, agentIterations: Int, nodePath: String, lastOutput: JSONElement = JSONNull, rollbackStrategy: RollbackStrategy, additionalRollbackActions: suspend (AIAgentContext) -> Unit = {})(source)