Skip to content

Commit

Permalink
improve publisher prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Sep 26, 2024
1 parent 9596b57 commit 66af273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def create_publisher(chat_history: List[ChatMessage]):
tools=[artifact_tool],
role="expert in publishing, need to specify the type of artifact (pdf, html, or markdown)",
system_prompt="""You are a publisher that help publish the blog post.
For a normal request, you should choose the type of artifact either pdf or html or just reply to the user.
For a normal request, you should choose the type of artifact either pdf or html or just reply to the user the markdown content directly with out generating any artifact file.
""",
chat_history=chat_history,
verbose=True,
Expand Down

0 comments on commit 66af273

Please sign in to comment.