Author Aide API Initialization
custom_context_id
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.
Specifies the custom preset to be used by Author Aide API as default.
Author Aide API uses a generic context file to define the style in which Items should be generated. You can customize the default style for settings such as: language, tone, and domain, for the generated Items.
Get in touch with Learnosity to define your own default custom preset for Item generation.
Examples
const initializationOptions = {
"config": {
"custom_context_id": 123456
}
};
Values
Attribute path config.custom_context_id
Type number