pub async fn handler(
state: Data<AppState>,
path: Path<String>,
req: Json<ExecuteRequest>,
) -> HttpResponseExpand description
Execute the AI agent on a chat session.
pub async fn handler(
state: Data<AppState>,
path: Path<String>,
req: Json<ExecuteRequest>,
) -> HttpResponseExecute the AI agent on a chat session.