SendModelRequest

data class SendModelRequest<I : Any, O : Any>(val state: State, val agent: Agent<I, O>, val structuredResponseParameter: Parameter?) : Action<I, O>

Constructors

Link copied to clipboard
constructor(state: State, agent: Agent<I, O>, structuredResponseParameter: Parameter?)

Properties

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