alfredapp / openai-workflow

OpenAI integrations
BSD 3-Clause "New" or "Revised" License
67 stars 33 forks source link

Do not use headers for user prompts #28

Closed pravdomil closed 7 months ago

pravdomil commented 7 months ago

Frequently Asked Questions

Feature details

if you enter code it gets messy I can design something for you

image
vitorgalvao commented 7 months ago

There’s nothing to design, as the text is parsed markdown. User input is shown as a header so it is different and there is a clear separation between question and response.

pravdomil commented 7 months ago

you are not even open to have discussion, you straight go for there is nothing to design, wow

vitorgalvao commented 7 months ago

To clarify, there is nothing you can design. The window is not freeform, it is parsing markdown text. As stated in another issue, this workflow has a lot of users—many of whom are non-technical—and their needs have to be met as well. A clear separation of user input and response is crucial.

Note the full code is available in the workflow and you can change it at will for your local setup.