From 75b0fecf30dbf191d5389718d06f91245569ca98 Mon Sep 17 00:00:00 2001 From: leehuwuj Date: Thu, 3 Oct 2024 10:20:55 +0700 Subject: [PATCH] remove redundant sign --- .../components/multiagent/python/app/examples/workflow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/components/multiagent/python/app/examples/workflow.py b/templates/components/multiagent/python/app/examples/workflow.py index 813bd2c4..82faa84d 100644 --- a/templates/components/multiagent/python/app/examples/workflow.py +++ b/templates/components/multiagent/python/app/examples/workflow.py @@ -133,10 +133,10 @@ async def _decide_workflow( If the user requests to write or update a blog post, respond with 'not_publish'. Here is the chat history: - ${chat_history} + {chat_history} The current user request is: - ${input} + {input} Given the chat history and the new user request, decide whether to publish based on existing information. Decision (respond with either 'not_publish' or 'publish'):