Skip to main content

handler

Function handler 

Source
pub async fn handler(
    state: Data<AppState>,
    path: Path<String>,
    req: Json<ExecuteRequest>,
) -> HttpResponse
Expand description

Execute the AI agent on a chat session.