Good afternoon,
I recently trained a custom GPT assistant to which I make several POST requests with the JSON corresponding to each function. However, I am facing a problem: in that JSON there are certain additional data that are not needed for the wizard, but are needed for my JavaScript application.
For example, in a POST request to create a student, the assistant’s JSON only includes first name, last name and date of birth. However, in the application flow I also need to upload an associated file. The problem is that, when I ask the assistant “What do I need to create a student?”, it only mentions the data it has in its JSON (first name, last name and date of birth). I would like to know how I can customize the assistant’s response so that it also indicates the need to upload a file, even if the assistant does not directly use that data.
I appreciate any help or suggestions on how to achieve this customization.
Best regards,