pub async fn invoke(
spec: &AgentSpec,
seat: &mut SeatState,
inv: &Invocation<'_>,
) -> Result<AgentOutput>Expand description
Invoke spec for seat, updating the seat’s conversation state.
pub async fn invoke(
spec: &AgentSpec,
seat: &mut SeatState,
inv: &Invocation<'_>,
) -> Result<AgentOutput>Invoke spec for seat, updating the seat’s conversation state.