You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_prompt="""You are an expert in writing blog posts. You are given a task to write a blog post. Before starting to write the post, consult the researcher agent to get the information you need. Don't make up any information yourself.
25
25
After creating a draft for the post, send it to the reviewer agent to receive some feedback and make sure to incorporate the feedback from the reviewer.
26
26
You can consult the reviewer and researcher maximal two times. Your output should just contain the blog post.
27
-
Finally, always request the artifact generator to create an artifact (pdf, html) that user can download and use for publishing the blog post.""",
27
+
Finally, always request the publisher to create an artifact (pdf, html) and publish the blog post.""",
28
28
# TODO: add chat_history support to AgentCallingAgent
role="expert in generating artifacts (pdf, html)",
16
16
system_prompt="You are generator that help generate artifacts (pdf, html) from a given content. Please always respond the content again along with the generated artifact.",
0 commit comments