Skip to content

Commit ebf8c6d

Browse files
authored
Update concepts.md with agentic workflows details (#203)
1 parent 85a366f commit ebf8c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps: ...
4040
Analyze this issue and provide helpful triage comments...
4141
```
4242

43-
One crucial difference from traditional 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.
43+
Another crucial difference from traditional agentic prompting is that GitHub Agentic Workflows can contain triggers, permissions and other declarative elements. This works towards more reliable and more secure agentic programming, setting the AI up to contribute to success, in a partially sandboxed way, at the right time in your team's work.
4444

4545
See [Workflow Structure](workflow-structure.md) and [Frontmatter Options](frontmatter.md) for details of file layout and configuration options.
4646

0 commit comments

Comments
 (0)