output
    Preparing search index...

    Type Alias GenerateImageParameters

    GenerateImageParameters: {
        prompt: string;
        promptDir?: string;
        variables?: Record<string, string | number | boolean>;
    } & GenerateImageAiSdkOptions

    Parameters accepted by generateImage.

    Type Declaration

    • prompt: string

      Prompt file name

    • OptionalpromptDir?: string

      Override the stack-resolved prompt directory

    • Optionalvariables?: Record<string, string | number | boolean>

      Variables to interpolate into the prompt file