mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
7 lines
No EOL
290 B
TypeScript
7 lines
No EOL
290 B
TypeScript
export enum Path {
|
|
Root = "/",
|
|
VaultkeeperAIDir = "Vaultkeeper AI",
|
|
Conversations = `${Path.VaultkeeperAIDir}/Conversations`,
|
|
UserInstructions = `${Path.VaultkeeperAIDir}/User Instructions`,
|
|
ExampleUserInstructions = `${Path.UserInstructions}/EXAMPLE_INSTRUCTIONS.md`
|
|
}; |