LemurTaskResponse: {
    response: string;
} & LemurBaseResponse

Type declaration

  • response: string

    The response generated by LeMUR.

{
"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
}
}