We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8e852 commit e58bbd9Copy full SHA for e58bbd9
.github/scripts/generate-docs-utils/ai/prompt-loader.js
@@ -7,8 +7,8 @@
7
const fs = require('fs');
8
const path = require('path');
9
10
-const AI_PROMPT_PATH = path.join(__dirname, '../../docs-gen-prompts.md');
11
-const REPO_INSTRUCTIONS_PATH = path.join(__dirname, '../../copilot-instructions.md');
+const AI_PROMPT_PATH = path.join(__dirname, '../../../docs-gen-prompts.md');
+const REPO_INSTRUCTIONS_PATH = path.join(__dirname, '../../../copilot-instructions.md');
12
13
// Cache loaded prompts
14
let cachedPrompts = null;
0 commit comments