Uses of Class
com.azure.ai.inference.models.StreamingChatResponseToolCallUpdate
Packages that use StreamingChatResponseToolCallUpdate
-
Uses of StreamingChatResponseToolCallUpdate in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return StreamingChatResponseToolCallUpdateModifier and TypeMethodDescriptionStreamingChatResponseToolCallUpdate.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StreamingChatResponseToolCallUpdate from the JsonReader.Methods in com.azure.ai.inference.models that return types with arguments of type StreamingChatResponseToolCallUpdateModifier and TypeMethodDescriptionStreamingChatResponseMessageUpdate.getToolCalls()
Get the toolCalls property: The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured.