AIQuickActionCustomBaseDefinition
interface
The base definition for all action types.
Properties
id : stringreadonlymodule:ai/aiquickactions/aiquickactions~AIQuickActionCustomBaseDefinition#idThe unique identifier of the action.
label : stringreadonlymodule:ai/aiquickactions/aiquickactions~AIQuickActionCustomBaseDefinition#labelThe human-readable label of the action.
model : string | undefinedreadonlymodule:ai/aiquickactions/aiquickactions~AIQuickActionCustomBaseDefinition#modelThe AI model to use for the action. For
'action'type, if not specified, the default model will be used. For'chat'type, if not specified, the model currently selected in the AI Chat will be used.type : AIQuickActionTypereadonlymodule:ai/aiquickactions/aiquickactions~AIQuickActionCustomBaseDefinition#typeThe type of the action.