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 5114197 commit f9e6b99Copy full SHA for f9e6b99
runner/configuration/prompt-templating.ts
@@ -15,7 +15,7 @@ function initializeHandlebars() {
15
16
const fullPath = path.join(dirname(ctx.containingFile), ctx.file);
17
let content = readFileSync(fullPath, 'utf8');
18
- content = processAtFileReferencesSync(content, ctx.containingFile);
+ content = processAtFileReferencesSync(content, fullPath);
19
20
// Recursively support `embed`.
21
return Handlebars.compile(content, {strict: true})({
0 commit comments