Author Aide API Initialization
custom_presets
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 style for generated Items.
You would want to use this so that you can generate Items in a consistent tone, language, and domain that matches your specific requirements.
The Author Aide API uses a generic preset 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.
Note Get in touch with Learnosity to define your own default custom preset for Item generation.
Examples
const initializationOptions = {
"config": {
"custom_presets": {
"custom_preset_id": 123456,
"show_custom_preset_ids" : [123456, 789012]
}
}
};
Values
Attribute path config.custom_presets
Type object
Properties
-
custom_preset_id number
Specifies the custom preset to be used by Author Aide API as default.
-
show_custom_preset_ids array
Specifies the custom presets to be shown in the Author Aide API interface.