Skip to content

Commit 94786b3

Browse files
committed
fix: Model should not try to guess if links are broken
1 parent 2bdb5b8 commit 94786b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ai/prompts/reviewPrompt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ For any finding which cannot be reliably remediated, such as missing images or b
5252
[Some screenshot](/pods1.png)
5353
</example_comment>
5454
55+
NOTE: You may not have visibility of the entire directory/file structure so NEVER assume a file is missing or a link is broken unless it has been explicitly highlighted as an issue above.
56+
5557
Write the translated content in a similar style to the example content. Use the write_file tool to output the result to "{{currentNode.filePath}}" in chunks:
5658
- Each chunk is a separate call to write_file
5759
- You MUST NOT write more than ~3000 tokens per chunk (roughly 2000-2500 words)

0 commit comments

Comments
 (0)