Skip to main content

invoke

Function invoke 

Source
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.