AIChatConfig
interface
The configuration of the AI Chat feature.
The properties defined in this config are set in the config.ai.chat
namespace.
ClassicEditor
.create( editorElement, {
ai: {
chat: {
// AI Chat configuration.
}
}
} )
.then( ... )
.catch( ... );
See the full AI configuration.
See all editor options.
Properties
-
module:ai/aichat/aichat~AIChatConfig#context
The configuration of the AI Chat context.
Read more in
AIChatContextConfig
. -
module:ai/aichat/aichat~AIChatConfig#models
The configuration of the AI Chat models selection feature.
Read more in
AIChatModelsConfig
.