interface AiPromptConfigExternal {
    identifier: string;
    key: string;
    mode: "external";
    options?: any;
}

Properties

identifier: string
key: string
mode
options?: any