Interface ReseedCreativeWorkflowParams

interface ReseedCreativeWorkflowParams {
    appSource?: string;
    seedOverrides?: Record<string, number>;
    tokenType?: TokenType;
}

Properties

appSource?: string

Telemetry tag identifying the caller.

seedOverrides?: Record<string, number>

Per-step seed overrides. Steps not listed in the map receive a fresh random seed. Keys are the source workflow's step ids.

tokenType?: TokenType

Override the token type charged to the new run.