Ai
configurationDefines the configuration options for the AI tools in the Editor.
ai
Objectai.aiPrompt
Object|BooleanDefines the configuration options for the side panel AI Prompt tool in the Editor. If set to false, the side panel AI Prompt tool is disabled.
ai.commands
ArrayDefines the shared fast commands for the side panel AI Prompt tool and the inline popup prompt tool. The commands are displayed in the side panel AI Prompt view and the context menu of the inline popup tool.
The commands can be configured separately in the ai.aiPrompt.commands and ai.inlineAIPrompt.commands properties.
ai.inlineAIPrompt
Object|BooleanDefines the configuration options for the inline AI Prompt tool in the Editor. If set to false, the inline AI Prompt tool is disabled.
ai.pane
ObjectDefines the configuration options for the Splitter Pane containing the side panel AI Prompt. This allows you to control the pane's size, minimum size, collapsibility, and collapsed state.
ai.service
String|ObjectThe URL of the AI service to use for generating outputs.