Package bg.codexio.ai.openai.api.sdk
Interface RuntimeSelectionStage
- All Known Implementing Classes:
ChatRuntimeSelectionStage,PromptfulImagesRuntimeSelectionStage,PromptlessImagesRuntimeSelectionStage,SpeechRuntimeSelectionStage,TranscriptionRuntimeSelectionStage,TranslationRuntimeSelectionStage,VisionRuntimeSelectionStage
public interface RuntimeSelectionStage
Defines all the ways the underlying runtime should act.
-
Method Details
-
immediate
RuntimeExecutor immediate() -
async
RuntimeExecutor async() -
reactive
RuntimeExecutor reactive()
-