LemurActionItemsParams: {
    answer_format?: undefined | string;
    context: undefined | string | {
        [key: string]: unknown;
    };
    final_model: undefined | LiteralUnion<LemurModel, string>;
    input_text: undefined | string;
    max_output_size: undefined | number;
    temperature: undefined | number;
    transcript_ids: undefined | string[];
}

Type declaration

  • Optionalanswer_format?: undefined | string

    How you want the action items to be returned. This can be any text. Defaults to "Bullet Points".

    "Bullet Points
    
  • context: undefined | string | {
        [key: string]: unknown;
    }
  • final_model: undefined | LiteralUnion<LemurModel, string>
  • input_text: undefined | string
  • max_output_size: undefined | number
  • temperature: undefined | number
  • transcript_ids: undefined | string[]
{
"transcript_ids": [
"64nygnr62k-405c-4ae8-8a6b-d90b40ff3cce"
],
"context": "This is an interview about wildfires.",
"answer_format": "Bullet Points",
"final_model": "default",
"temperature": 0,
"max_output_size": 3000
}