Uses of Interface
bg.codexio.ai.openai.api.sdk.RuntimeExecutor
Packages that use RuntimeExecutor
Package
Description
-
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk
Methods in bg.codexio.ai.openai.api.sdk that return RuntimeExecutor -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.chat
Classes in bg.codexio.ai.openai.api.sdk.chat that implement RuntimeExecutorModifier and TypeClassDescriptionclassAsync context to choose between raw response or just a simple string answer.classSynchronous context to choose between raw response or just a simple string answer.classReactive 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 RuntimeExecutorClasses in bg.codexio.ai.openai.api.sdk.images that implement RuntimeExecutorModifier and TypeClassDescriptionclassAsyncApi<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 RuntimeExecutorModifier and TypeClassDescriptionclassSends calls to OpenAI API with the already defined callbacks, and possibly with prompt.classSends calls to OpenAI API in a reactive fashionclassSynchronous 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 RuntimeExecutorModifier and TypeClassDescriptionclassRegisters text inputclassRegisters text inputclassAdds 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 RuntimeExecutorModifier and TypeClassDescriptionclassRegisters user input optionallyclassRegisters text input optionallyclass -
Uses of RuntimeExecutor in bg.codexio.ai.openai.api.sdk.voice.translation
Classes in bg.codexio.ai.openai.api.sdk.voice.translation that implement RuntimeExecutorModifier and TypeClassDescriptionclassRegisters user input optionallyclassRegisters text input optionallyclassSends blocking requests to OpenAI API with given user supplied prompt