Initialize

data class Initialize<I : Any, O : Any>(val state: State, val agent: Agent<I, O>, val taskInput: I?, val attachments: List<Attachment>) : Action<I, O>

Constructors

Link copied to clipboard
constructor(state: State, agent: Agent<I, O>, taskInput: I?, attachments: List<Attachment>)

Properties

Link copied to clipboard
val agent: Agent<I, O>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val taskInput: I?