enableRag property

bool? enableRag
getter/setter pair

If true, enable Retrieval Augmented Generation in ChatCompletion request.

Once enabled, the endpoint will be identified as GenAI endpoint and Arthedain router will be used.

Implementation

core.bool? enableRag;