fix escape

This commit is contained in:
zachary62 2025-03-06 09:25:49 -05:00
parent 1939382798
commit 8b0b545bf4
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ Now decide your action by return:
thinking: |
Based on the context:
action: action_name
```
"""
```"""
```
Then, connect this agent node with [branching](../core_abstraction/flow.md) to other action nodes.