#1191 Asking ChatGPT to Help Me Instruct a Custom GPT
#1191 Asking ChatGPT to Help Me Instruct a Custom GPT #1191 Be serious, but help me think and plan innovatively. I need to instruct my custom GPT on the OpenAI platform to provide the user with a numbered list of potential next prompts. The list should include the bullet number, prompt description and input values required. Immediately following the list, the custom GPT should request that the user select one of the numbered bullet options and provide the input values needed for that selected prompt. In addition, once the next prompt has run, and the custom GPT has reponded to it, the custom GPT should redisplay the list. Basically loop on list, select prompt, submit prompt, respond and repeat. Be Serious, but think innovatively: The idea you've described involves creating a user interface loop within a GPT model, where the model presents a list of potential actions or prompts, accepts user input based on these options, and then continues the cycle after each interaction. Here'...