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'):