From 8b0b545bf4956394696f8a1c80dfaf4f0ce3a4fb Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 6 Mar 2025 09:25:49 -0500 Subject: [PATCH] fix escape --- docs/design_pattern/agent.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.