LemurTaskParams: {
    prompt: string;
} & LemurBaseParams

Type declaration

  • prompt: string

    Your text to prompt the model to produce a desired output, including any context you want to pass into the model.

{
"transcript_ids": [
"64nygnr62k-405c-4ae8-8a6b-d90b40ff3cce"
],
"prompt": "List all the locations affected by wildfires.",
"context": "This is an interview about wildfires.",
"final_model": "default",
"temperature": 0,
"max_output_size": 3000
}