ISPO SDK
    Preparing search index...

    Interface HostIconsCreateInput

    Markdown
    interface HostIconsCreateInput {
        kind?: "system" | "app";
        prompt: string;
        size?: "1024x1024" | "1536x1024" | "1024x1536";
        timeoutMs?: number;
    }
    Index
    kind?: "system" | "app"
    prompt: string
    size?: "1024x1024" | "1536x1024" | "1024x1536"
    timeoutMs?: number

    Transport RPC budget for the whole provider generation. Defaults to 110 seconds; the host ignores it as generation input.