-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Not a bug, a suggestion. When you make a request to openAi in a content type, sometimes you have to prompt with two different elements: a context and a request. The idea is that you can keep the same context to apply it to different requests.
Like, for instance:
{"context":"Reshape this text to fit the following format: one paragraph for general informations and one for various announcements.", "request":"[The text to reshape]"
Then you do const globalPrompt = ${context}${request}
Metadata
Metadata
Assignees
Labels
No labels
