Uses of Class
com.azure.ai.inference.models.StreamingChatCompletionsUpdate
Packages that use StreamingChatCompletionsUpdate
Package
Description
Package containing the classes for Model.
Package containing the data models for Model.
-
Uses of StreamingChatCompletionsUpdate in com.azure.ai.inference
Methods in com.azure.ai.inference that return types with arguments of type StreamingChatCompletionsUpdateModifier and TypeMethodDescriptionChatCompletionsAsyncClient.completeStream
(ChatCompletionsOptions options) Gets chat completions for the provided chat messages.com.azure.core.util.IterableStream
<StreamingChatCompletionsUpdate> ChatCompletionsClient.completeStream
(ChatCompletionsOptions options) Gets chat completions for the provided chat messages in streaming mode. -
Uses of StreamingChatCompletionsUpdate in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return StreamingChatCompletionsUpdateModifier and TypeMethodDescriptionStreamingChatCompletionsUpdate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StreamingChatCompletionsUpdate from the JsonReader.