diff --git a/docs/design_pattern/agent.md b/docs/design_pattern/agent.md index d0d4a5f..c2a4e42 100644 --- a/docs/design_pattern/agent.md +++ b/docs/design_pattern/agent.md @@ -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.