We're currently assessing your Groundedness Detection API under reference (2024-09-15-preview).
I've found that any text input over 750 Characters results in a false result/doesn't work. The documentation lists the input limit to be 7,500 characters.
I'm observing the following behaviour:
- When submitting a request with 750 Characters:
- A valid Groundedness Detection (true) is returned - Expected Behaviour.
- When submitting a request with 751 Characters:
- A false Groundedness Detection (false) response is returned - Unexpected Behaviour.
- When submitting a request with 7501 Characters:
- A text length error response is returned - Expected Behaviour.
Please would you be able to confirm if this is a bug in the API, or a Documentation issue.