The AI prompt function parameters Interface Represents the parameters for a prompt function.

Indexable

  • [key: string]: {
        type: "string" | "number" | "boolean";
    }
    • type: "string" | "number" | "boolean"