Basicly refactord the entire project into a modular nature
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package me.zacharias.chat.api;
|
||||
|
||||
public enum APIEndpoints {
|
||||
// API request endpoints
|
||||
ADD_TOOL,
|
||||
QUERY,
|
||||
|
||||
// API response endpoints
|
||||
RESPONSE,
|
||||
USE_TOOL,
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user