export const OTHER_OPTION_LABEL = "Other/rephrase"; export const REPHRASE_REQUEST_RESPONSE = "User asked for rephrase, split, or follow-up."; export const HANDOFF_CHOICES = [ { label: "Done" }, { label: "Could not complete" }, ];