Added the ability for users to control the advancedExplainability flag in RikAI2. This flag determines whether the full context is included in the response.
When advancedExplainability is set to false, the model processes requests more quickly but does not include the full context.
When advancedExplainability is set to true, the full context is included in the response.
Previously, advancedExplainability defaulted to true (full context included by default). The default is now set to false (no full context by default).
The returnJSON field now defaults to true instead of false.
When set to true, the outputURL will return a JSON file instead of a ZIP file.
If you want to send a request to a specific API Version, you will have to define the apiVersion header. See how to here: How to Use API Versioning.
If you want the latest API version always, do not specify apiVersion. Your request will default to the latest API version.
You will see the apiVersion field with the date of the latest API version in your response body, response headers, and webhook data. This date will update as new API versions are released.