Author Aide API Initialization
enable
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Account Manager.
Controls whether to allow Retrieval-Augmented Generation.
You would want to use this to allow providing additional context with text content or uploading a document.
Examples
const initializationOptions = {
"config": {
"rag": {
"enable": true
}
}
};
Values
Attribute path config.rag.enable
Default false
Type boolean