Improve the doc so the user knows that the ":" at the end of a "prompts" field is used to recall the text from the "input" field
Took me a few minutes to figure out that the ":" is necessary in a recipe to recall the input in the final prompt.
Ex:
"Translate the following text in french or english. Keep the same tone, fix grammar mistakes if any in the original text and try to keep the text short"
Result
This command is sent to ChatGPT:
"Translate the following text in french or english. Keep the same tone, fix grammar mistakes if any in the original text and try to keep the text short."
Reponse from ChatGPT:
"Please share the text you would like me to translate, and I’ll get started on that for you!"
But if you add the ":"
"Translate the following text in french or english. Keep the same tone, fix grammar mistakes if any in the original text and try to keep the text short:"
The Logi AI Prompt Builder sends properly
"Translate the following text in french or english. Keep the same tone, fix grammar mistakes if any in the original text and try to keep the text short: This text is what I want to be translated"
And ChatGPT executes the task properly.