Started
class Started<TContext>(val prompt: String?, val priorMessages: List<ModelMessage>, val options: TContext?) : AgentEvent(source)
Generation started. options is the typed agent context (was Any?).
Since
0.3.0-beta01
Generation started. options is the typed agent context (was Any?).
0.3.0-beta01