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/concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Traditional GitHub Actions follow pre-programmed steps. Agentic workflows use AI
17
17
-**Use tools** — Interact with GitHub APIs, external services, and repository files
18
18
-**Generate content** — Create meaningful comments, documentation, and code changes
19
19
-**Learn and adapt** — Adjust behavior based on past action, feedback and outcomes
20
-
-**Productive ambiguity** — Interpret natural language instructions flexibly and productively
20
+
-**Use ambiguity productively** — Interpret natural language instructions flexibly and productively
21
21
22
22
One crucial difference from regular agentic prompting is that GitHub Agentic Workflows can contain **both** traditional GitHub Actions steps and agentic natural language instructions. This allows the best of both worlds: traditional steps for deterministic actions, and agentic steps for flexible, context-aware AI-driven actions.
0 commit comments