Uses of Interface
bg.codexio.ai.openai.api.sdk.RuntimeExecutor
-
-
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk
Methods in bg.codexio.ai.openai.api.sdk that return RuntimeExecutor Modifier and Type Method Description RuntimeExecutorRuntimeSelectionStage. async()RuntimeExecutorRuntimeSelectionStage. immediate()RuntimeExecutorRuntimeSelectionStage. reactive() -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.chat
Classes in bg.codexio.ai.openai.api.sdk.chat that implement RuntimeExecutor Modifier and Type Class Description classAsyncContextStageAsync context to choose between raw response or just a simple string answer.classImmediateContextStageSynchronous context to choose between raw response or just a simple string answer.classReactiveContextStageReactive context to choose between raw response or just a simple string answer. -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.images
Classes in bg.codexio.ai.openai.api.sdk.images with type parameters of type RuntimeExecutor Modifier and Type Interface Description interfaceImagesPromptStage<E extends RuntimeExecutor>Classes in bg.codexio.ai.openai.api.sdk.images that implement RuntimeExecutor Modifier and Type Class Description classAsyncApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Reactive API to add a final instruction and proceed with the HTTP call.classAsyncExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Promise abstraction.classReactiveApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Reactive API to add a final instruction and proceed with the HTTP call.classReactiveExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Reactive context to choose if the response image should be automatically downloaded or just delivered.classSynchronousApi<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Synchronous API to add a final instruction and proceed with the HTTP call.classSynchronousExecutor<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Synchronous context to choose between raw response, just a simple string answer, or an image download -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.vision
Classes in bg.codexio.ai.openai.api.sdk.vision that implement RuntimeExecutor Modifier and Type Class Description classAsyncPromptStageSends calls to OpenAI API with the already defined callbacks, and possibly with prompt.classReactivePromptStageSends calls to OpenAI API in a reactive fashionclassSynchronousPromptStageSynchronous context to choose between raw response or just a simple string answer. -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.voice.speech
Classes in bg.codexio.ai.openai.api.sdk.voice.speech that implement RuntimeExecutor Modifier and Type Class Description classAsyncPromptStageRegisters text inputclassReactivePromptStageRegisters text inputclassSynchronousPromptStageAdds user input and proceeds to blocking execution -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.voice.transcription
Classes in bg.codexio.ai.openai.api.sdk.voice.transcription that implement RuntimeExecutor Modifier and Type Class Description classAsyncPromptStageRegisters user input optionallyclassReactivePromptStageRegisters text input optionallyclassSynchronousPromptStage -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.voice.translation
Classes in bg.codexio.ai.openai.api.sdk.voice.translation that implement RuntimeExecutor Modifier and Type Class Description classAsyncPromptStageRegisters user input optionallyclassReactivePromptStageRegisters text input optionallyclassSynchronousPromptStageSends blocking requests to OpenAI API with given user supplied prompt
-