package me.zacharias.chat.api; public enum APIEndpoints { // API request endpoints ADD_TOOL, QUERY, // API response endpoints RESPONSE, USE_TOOL, }