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 7cf6eeb commit b863f19Copy full SHA for b863f19
.github/prompts/extract_prompt.txt
@@ -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