Class ImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.images.ImageConfigurationStage<R>
-
- bg.codexio.ai.openai.api.sdk.images.ImagesTerminalStage<R,E>
-
- All Implemented Interfaces:
TerminalStage
public class ImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> extends ImageConfigurationStage<R> implements TerminalStage
Marker stage for finishing the configurations of the prompt.
Leads to the second stage of configurations for the HTTP client behaviour.
-
-
Field Summary
-
Fields inherited from class bg.codexio.ai.openai.api.sdk.images.ImageConfigurationStage
builder, executor
-
-
-
-
Method Detail
-
andRespond
public E andRespond()
- Specified by:
andRespondin interfaceTerminalStage- Returns:
PromptfulImagesRuntimeSelectionStageto choose one of the three possible HTTP client behaviours- Synchronous
- Async
- Reactive
-
-