export const ROUTING_REJECTION_NOTICE = "This message could not be routed to an assistant. Please check your gateway routing configuration."; export const NEW_COMMAND_SUCCESS = "Starting a new conversation!"; export const NEW_COMMAND_ERROR = "Failed to reset conversation. Please try again."; export const SLACK_THREAD_MUTE_SUCCESS = "Muted this Slack thread. I won't respond to further replies here unless you mention me again."; export const SLACK_THREAD_ALREADY_MUTED = "This thread is already muted."; export const SERVICE_UNAVAILABLE_ERROR = "Service temporarily unavailable";