At the moment, if an endpoint is called with invalid arguments, the server will at some stage throw an error. Ie, if the API key is missing, or the prompt keyword is missing. Whatever.
Apollo should be better at handling this and failing quickly, without raising sentry errors
At the moment, if an endpoint is called with invalid arguments, the server will at some stage throw an error. Ie, if the API key is missing, or the
promptkeyword is missing. Whatever.Apollo should be better at handling this and failing quickly, without raising sentry errors