Interface AIVariable

interface AIVariable {
    args?: AIVariableDescription[];
    description: string;
    id: string;
    name: string;
}

Properties

description: string

variable description

id: string

provider id

name: string

variable name