Skip to content

Commit

Permalink
remove redundant sign
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Oct 3, 2024
1 parent 943ae9b commit 75b0fec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 75b0fec

Please sign in to comment.