Skip to content

Commit 8564685

Browse files
committed
docs(agent): fix code block formatting in DocQL example
Corrects the code block syntax in the DocQL usage example to improve readability and consistency.
1 parent 1692103 commit 8564685

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mpp-core/src/commonMain/kotlin/cc/unitmesh/agent/document/DocumentAgent.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ For each token:
188188
189189
// explain why you write this DocQL
190190
191-
```
192191
<devin>
193192
/docql
193+
```json
194194
{
195195
"query": "token"
196196
}
197-
</devin>
198197
```
198+
</devin>
199199
200200
### When deeper lookup is needed:
201201
@@ -245,14 +245,12 @@ ${context.documentPath?.let { "Target: $it" } ?: ""}
245245
${AgentToolFormatter.formatToolListForAI(toolRegistry.getAllTools().values.toList())}
246246
247247
## Tool Format
248-
```
249248
<devin>
250249
/tool-name
251250
```json
252251
{"param": "value"}
253252
```
254253
</devin>
255-
```
256254
257255
# 🛑 **Hard Rules**
258256

0 commit comments

Comments
 (0)