Q: Full-text value for checkboxes?
Please tell me if this use case is possible:
I have searched for an option in Pickaxe to assign a value to each choice in a multiple-choice prompt, instead of using the label. This value would be something I can set for each selection within the form editor. It need to be a longer value, allowing me to create a variable prompt part for each option. I haven't found this feature yet, as I have built it into my own prompt editor, but I am considering migrating to a more advanced tool. This feature would be a key selling point for me and would make switching essential. Is this feature possibly on your roadmap, or did I miss it? Thank you in advance for your response!
Pickaxe_Staff
Dec 26, 2024A: You can achieve this with prompting. For example make the four multiple values like Strategy A, Strategy B, Strategy C, Strategy D. They user will select one. Then in your prompt define what each strategy is. Whichever one they just, the bot will execute that one.
Thanks for your quick response 😀
Yes, I know that this might be possible to achieve this with prompting, however, the values for the multiple-choice labels would be very long, so that with many different values, the prompts from OpenAI can no longer be processed. Well... It would be great if its possible to reference additional text/content for the prompt in the form 😉