StreamingChatResponseToolCallUpdate Class
- java.
lang. Object - com.
azure. ai. inference. models. StreamingChatResponseToolCallUpdate
- com.
Implements
public final class StreamingChatResponseToolCallUpdate
implements JsonSerializable<StreamingChatResponseToolCallUpdate>
An update to the function tool call information requested by the AI model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Streaming |
fromJson(JsonReader jsonReader)
Reads an instance of Streaming |
|
Function |
getFunction()
Get the function property: Updates to the function call requested by the AI model. |
| String |
getId()
Get the id property: The ID of the tool call. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static StreamingChatResponseToolCallUpdate fromJson(JsonReader jsonReader)
Reads an instance of StreamingChatResponseToolCallUpdate from the JsonReader.
Parameters:
Returns:
Throws:
getFunction
public FunctionCall getFunction()
Get the function property: Updates to the function call requested by the AI model.
Returns:
getId
public String getId()
Get the id property: The ID of the tool call.
Returns: