Class VisionRuntimeSelectionStage
java.lang.Object
bg.codexio.ai.openai.api.sdk.vision.VisionConfigurationStage
bg.codexio.ai.openai.api.sdk.vision.VisionRuntimeSelectionStage
- All Implemented Interfaces:
RuntimeSelectionStage
public class VisionRuntimeSelectionStage
extends VisionConfigurationStage
implements RuntimeSelectionStage
-
Field Summary
Fields inherited from class bg.codexio.ai.openai.api.sdk.vision.VisionConfigurationStage
executor, requestContext -
Method Summary
-
Method Details
-
immediate
Goes further to prompt the GPT model in a synchronous fashion.- Specified by:
immediatein interfaceRuntimeSelectionStage- Returns:
SynchronousPromptStage
-
async
Goes further to prompt the GPT model in an asynchronous promise-based fashion.- Specified by:
asyncin interfaceRuntimeSelectionStage- Returns:
AsyncPromise
-
reactive
Goes further to prompt the GPT model in an asynchronous reactive-based fashion.- Specified by:
reactivein interfaceRuntimeSelectionStage- Returns:
ReactivePromptStage
-