Type Alias PromptWithUnknownChoices

PromptWithUnknownChoices: Omit<PromptWithChoices, "choices"> & {
    choices: PromptChoice<string | number>[];
}