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 e5af6fc commit ba9c68aCopy full SHA for ba9c68a
migrate/migrate-bot.js
@@ -55,7 +55,7 @@ async function fetchPageContent(url) {
55
}
56
57
async function convertToMDX(html, title, url) {
58
- const prompt = await readFile(__dirname + "/PROMPT.md", "utf8").replace(
+ const prompt = (await readFile(__dirname + "/PROMPT.md", "utf8")).replace(
59
"{{LLM_DOCS}}",
60
await readFile(
61
__dirname +
0 commit comments