LemurTaskResponse: {
    request_id: string;
    response: string;
    usage: LemurUsage;
}

Type declaration

  • request_id: string

    The ID of the LeMUR request

  • response: string

    The response generated by LeMUR.

  • usage: LemurUsage

    The usage numbers for the LeMUR request

{
"request_id": "5e1b27c2-691f-4414-8bc5-f14678442f9e",
"response": "Based on the transcript, the following locations were mentioned as being affected by wildfire smoke from Canada:\n\n- Maine\n- Maryland\n- Minnesota\n- Mid Atlantic region\n- Northeast region\n- New York City\n- Baltimore\n",
"usage": {
"input_tokens": 27,
"output_tokens": 3
}
}