export const MESSAGE_TYPES = { FROM_ASSISTANT: "assistant", FROM_USER: "user", FROM_SYSTEM: "system", } as const;