const id = askUserQuestionId(q.header, idx);
return q.multiSelect
id,
kind: ChatInputQuestionKind.MultiSelect,
title: q.header,
message: q.question,
options: opts,
allowFreeformInput: q.allowFreeformInput ?? false,
}
: {
id,