@ckeditor/ckeditor5-ai
Version:
AI features for CKEditor 5.
17 lines (16 loc) • 699 B
TypeScript
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* @module ai/aireviewmode/aireviewcheckdefinitions
*/
import { type AIReviewCheckDefinition } from '../aireviewcore/types.js';
/**
* List of definitions of available review checks that can be performed in the AI Review Mode.
*
* IMPORTANT: Every time this list changes, the `availableCommands` property
* in {@link module:ai/aireviewmode/aireviewmode~AIReviewModeConfig} and Review feature guide
* should be updated accordingly.
*/
export declare const AI_REVIEW_CHECKS: Array<AIReviewCheckDefinition>;