LemurQuestionAnswerParams: LemurBaseParams & {
    questions: LemurQuestion[];
}

Type declaration

{
"transcript_ids": [
"64nygnr62k-405c-4ae8-8a6b-d90b40ff3cce"
],
"context": "This is an interview about wildfires.",
"questions": [
{
"question": "Where are there wildfires?",
"answer_format": "List of countries in ISO 3166-1 alpha-2 format",
"answer_options": [
"US",
"CA"
]
},
{
"question": "Is global warming affecting wildfires?",
"answer_options": [
"yes",
"no"
]
}
],
"final_model": "default",
"temperature": 0,
"max_output_size": 3000
}