Skip to main content

get_agent_turns

Function get_agent_turns 

Source
pub async fn get_agent_turns(
    pool: &DbPool,
    run_id: RunId,
    agent_id: AgentId,
    limit: i64,
    offset: i64,
) -> StorageResult<Vec<TurnRow>>
Expand description

List turns for an agent, in seq order. Paginated.