Prompt: Create a node that takes a query and a document from the user as inputs and returns the content of the document along with the original query.
Prompt: Create a node that uses LLM to answer the query based on the document content.
Prompt: Create a node that accepts the following inputs from the user: title, genre, character name, and target audience. The node returns a plan for generating a story along with the original title provided by the user.
Prompt: Create a node that generates a PDF document with the title at the top and content created using LLM based on the plan.
Note: Add reportlab
to the package requirements if not already present.
Prompt: Create a node that takes a topic as input and an optional website link from the user. The node returns a news article on the topic along with a short summary.
Prompt: Create a node that accepts an optional document file from the user. This node uses the article and summary to generate a text file formatted based on the uploaded document, incorporating the content from the article and summary.
Insert template node: "Fetch Inbox"
Prompt 1: Create a node that processes the email contents fetched and returns a draft reply generated using LLM.
Prompt 2: Create a node that processes the email contents fetched and returns a draft reply generated using LLM, along with other fields required by the "Send Email" node.
Note: The second prompt requires inserting the "Send Email" node before creating the Generate Reply node.
Insert template node: "Send Email"