You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/markdown.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ The markdown content is where you write natural language instructions for the AI
11
11
12
12
Effective agentic markdown combines clear instructions, contextual information, and structured guidance to help AI agents perform tasks accurately and consistently.
13
13
14
-
### Core Principles
15
-
16
14
#### Be Clear and Specific
17
15
Write instructions as if you're explaining the task to a new team member. Avoid ambiguity and provide concrete examples.
18
16
@@ -198,7 +196,7 @@ Before deploying workflows:
198
196
199
197
## Templating
200
198
201
-
Agentic markdown supports GitHub Actions expressions and templating for content. See [Templating](/gh-aw/reference/templating/) for details.
199
+
Agentic markdown supports GitHub Actions expression substitutions and conditional templating for content. See [Templating and Substitutions](/gh-aw/reference/templating/) for details.
0 commit comments