GraphAgentContextData
class GraphAgentContextData(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 = {}) : AgentContextData(source)
Constructors
Link copied to clipboard
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 = {})