Uses of Class
bg.codexio.ai.openai.api.sdk.Processing
-
Packages that use Processing Package Description bg.codexio.ai.openai.api.sdk bg.codexio.ai.openai.api.sdk.chat -
-
Uses of Processing in bg.codexio.ai.openai.api.sdk
Methods in bg.codexio.ai.openai.api.sdk that return Processing Modifier and Type Method Description static ProcessingProcessing. valueOf(String name)Returns the enum constant of this type with the specified name.static Processing[]Processing. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Processing in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat with parameters of type Processing Modifier and Type Method Description AsyncContextStageChatRuntimeSelectionStage. async(Processing processing)Requests will be asynchronous with promises.ImmediateContextStageChatRuntimeSelectionStage. immediate(Processing processing)Requests will be synchronously blocking and might utilize server-sent events (real-time streaming).ReactiveContextStageChatRuntimeSelectionStage. reactive(Processing processing)Requests will be asynchronous under reactive API.
-