Hi there,
First to quickly outline the use case and problem:
Step 1. The user writes some content and also give a reference name to it, eg. :
Issue 1 :
Reference Name - Bananas
Content - Bananas have been poor quality lately. This is due to…
Issue 2 :
Reference Name - Apples
Content - Apples have been great quality lately. This is due to…
etc.
They save both the reference name and the content.
Step 2. They then on a separate page where the content is generated, they have a multi select dropdown menu where they can pick which issues they want to talk about by their reference name.
Eg. They select Bananas.
Step 3. The Content of Bananas is injected into a prompt and they receive a result.
Here’s where I don’t know how to proceed after scratching my head for more time than I care to admit; how do I get the content to be injected into the prompt rather than the reference name?
Thank you in advance,