chatbolt-dev / apps /api-gateway /libs /shared /src /constants /service-tokens.d.ts
MTayyaBH
Refactor code structure for improved readability and maintainability
d714fad
Raw
History Blame Contribute Delete
433 Bytes
export declare const SERVICES: {
AGENT_SERVICE: string;
DB_CONNECTOR: string;
KNOWLEDGE_SERVICE: string;
};
export declare const MSG: {
AGENT_CHAT: string;
AGENT_GET_HISTORY: string;
AGENT_SUMMARIZE: string;
DB_TEST_CONNECTION: string;
DB_GET_SCHEMA: string;
DB_QUERY: string;
DB_EXECUTE_SQL: string;
KNOWLEDGE_SEARCH: string;
KNOWLEDGE_INDEX: string;
KNOWLEDGE_DELETE: string;
};