Skip to content

Commit 57ec352

Browse files
Copilotpelikhan
andcommitted
Prevent AI from wrapping response in markdown code blocks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 86759ce commit 57ec352

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/detect-duplicate-tools.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ jobs:
5454
5555
## Output Format
5656
57-
**If duplicates found, respond exactly:**
58-
```
57+
**IMPORTANT: Respond in plain text format only. Do NOT wrap your response in markdown code blocks.**
58+
59+
**If duplicates found, respond exactly in this format:**
60+
5961
DUPLICATES_FOUND
6062
6163
## Duplicate Analysis
@@ -73,15 +75,11 @@ jobs:
7375
[Same format]
7476
7577
## Code Snippets
76-
```markdown
7778
[Relevant README snippets showing the duplicates]
78-
```
79-
```
8079
8180
**If no duplicates found, respond exactly:**
82-
```
81+
8382
NO_DUPLICATES_FOUND
84-
```
8583
8684
## Example Duplicates to Look For
8785
- Tools appearing in multiple main sections (excluding Programming Frameworks)

0 commit comments

Comments
 (0)