Uses of Class
com.microsoft.semantickernel.chatcompletion.ChatRequestSettings
-
Packages that use ChatRequestSettings Package Description com.microsoft.semantickernel.chatcompletion -
-
Uses of ChatRequestSettings in com.microsoft.semantickernel.chatcompletion
Methods in com.microsoft.semantickernel.chatcompletion with parameters of type ChatRequestSettings Modifier and Type Method Description reactor.core.publisher.Mono<String>ChatCompletion. generateMessageAsync(ChatHistoryType chat, ChatRequestSettings requestSettings)Generate a new chat messagereactor.core.publisher.Flux<String>ChatCompletion. generateMessageStream(ChatHistoryType chatHistory, ChatRequestSettings requestSettings)reactor.core.publisher.Flux<com.azure.ai.openai.models.ChatCompletions>ChatCompletion. getStreamingChatCompletionsAsync(ChatHistoryType chat, ChatRequestSettings requestSettings)
-