export const TAGS = [ "automated", "bot", "genai", "echo", "echoaibot", ]; export const UNAUTHORIZED_MESSAGE = "hey there! thanks for the heads-up! i'm still under development, so i'm not quite ready to chat with everyone just yet. my admin is working on getting me up to speed! 🤖"; export const SUPPORTED_FUNCTION_CALLS = [ "create_post", "create_blog_post", "mute_thread", ] as const; export const MAX_GRAPHEMES = 300; export const MAX_THREAD_DEPTH = 10;