Skip to content

Commit b863f19

Browse files
authored
Create extract_prompt.txt
1 parent 7cf6eeb commit b863f19

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/prompts/extract_prompt.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
You are a technical parser.
2+
3+
Objective:
4+
Given the provided JSON, extract all available Commands and their Properties clearly.
5+
6+
Output Format (Strict Plain Text)
7+
8+
Total Commands: X
9+
10+
Command: <Command Name>
11+
Identifier: <Command Identifier>
12+
13+
Properties:
14+
- <Property Name>: <Tooltip Text> (Example: <Placeholder Text>)
15+
16+
Important:
17+
- No Markdown formatting.
18+
- No headings (#, ##, etc.).
19+
- No <dd> tags.
20+
- No backticks.
21+
- Just clean, readable text.

0 commit comments

Comments
 (0)