Skip to content

Commit 8be0392

Browse files
committed
tweak docs
1 parent 5f78f73 commit 8be0392

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/src/content/docs/reference/markdown.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ sidebar:
77

88
The markdown content is where you write natural language instructions for the AI agent.
99

10+
For example:
11+
12+
```aw wrap
13+
---
14+
...frontmatter...
15+
---
16+
17+
# Issue Triage
18+
19+
Read the issue #${{ github.event.issue.number }}. Add a comment to the issue listing useful resources and links.
20+
```
21+
22+
The markdown is the most important part of your agentic workflow, and should describe its intended operation.
23+
1024
## Writing Good Agentic Markdown
1125

1226
Effective agentic markdown combines clear instructions, contextual information, and structured guidance to help AI agents perform tasks accurately and consistently.

0 commit comments

Comments
 (0)