Type Alias LemurActionItemsParams
LemurActionItemsParams: {     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[];     answer_format?: undefined | string; } Type declaration
- 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[]
- Optionalanswer_format?: undefined | string
How you want the action items to be returned. This can be any text. Defaults to "Bullet Points".