Skip to main content
Version: Next

AiConfig

AiConfig

Represents the configuration options for the AI plugin scoped to a specific command.

Signature
interface AiConfig {
description?: string;
parameters: any;
}

description

property
string

A description of the AI functionality provided by this command. If not given, the command's description will be used.

parameters

property
any

A zod schema defining the parameters that the AI command accepts.