Class PromptlessImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>

  • All Implemented Interfaces:
    RuntimeSelectionStage

    public class PromptlessImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>
    extends ImageConfigurationStage<R>
    implements RuntimeSelectionStage

    Configures how the HTTP client to act. Whether the requests will be sent in an immediate blocking manner (synchronous) or they will be sent asynchronously via promises or reactive API.

    This class auto-inputs empty prompt and effectively skips the prompt stage.