export const get_prompts_and_choices = async (
    source: string,
): Promise<ProjectPrompt[]> => {
    try {
        // eslint-disable-next-line @typescript-eslint/no-var-requires