Hi there,
I wonder if it’s possible to avoid this somehow?
I have actions set in my CustomGPT and an API that is supposed to answer a question containing a specific keyword (the answer is given in JSON format).
However, the server doesn’t receive the exact query; my CustomGPT omits the keyword. In other queries, it doesn’t drop other keywords and the API works well.
For example, the query is “recommend cars”, but CustomGPT only sends “cars” to the server.
Yet, with another query like “latest cars”, it sends the exact query “latest cars” and API works fine.
This is very annoying, and when I wrote a text instruction to send the exact query, it just stopped calling my API.
What do you think?