andy-stack_vaultkeeper-ai/Enums/Path.ts

5 lines
No EOL
153 B
TypeScript

export enum Path {
Root = "AI Agent",
UserInstruction = `${Path.Root}/AGENT_INSTRUCTIONS.md`,
Conversations = `${Path.Root}/Conversations`
};