AgentContextData
class AgentContextData(messageHistory: List<Message>, nodePath: String, lastInput: JSONElement? = null, lastOutput: JSONElement? = null, rollbackStrategy: RollbackStrategy, additionalRollbackActions: suspend (AIAgentContext) -> Unit = {})(source)
Constructors
Link copied to clipboard
constructor(messageHistory: List<Message>, nodePath: String, lastInput: JSONElement? = null, lastOutput: JSONElement? = null, rollbackStrategy: RollbackStrategy, additionalRollbackActions: suspend (AIAgentContext) -> Unit = {})