Author Aide API Initialization
user_scoped
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Customer Success Manager.
Controls whether the Knowledge Bank is scoped to the individual user.
You would want to use this so that you can control whether each user's Knowledge Bank resources stay private to them or are shared across all users.
When set to true, each user will have their own isolated Knowledge Bank. When set to false, the Knowledge Bank is shared across all users.
Examples
const initializationOptions = {
"config": {
"knowledgebank": {
"enable": true,
"user_scoped": true
}
}
};
Values
Attribute path config.knowledgebank.user_scoped
Default false
Type boolean