MemoryCommandToolCallOutput Class
- java.
lang. Object - com.
azure. ai. agents. models. MemoryCommandToolCallOutput
- com.
Implements
public final class MemoryCommandToolCallOutput
implements JsonSerializable<MemoryCommandToolCallOutput>
The output of a memory command tool call.
Constructor Summary
| Constructor | Description |
|---|---|
| MemoryCommandToolCallOutput(String callId, ToolCallStatus status) |
Creates an instance of Memory |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Memory |
fromJson(JsonReader jsonReader)
Reads an instance of Memory |
| String |
getCallId()
Get the call |
|
Tool |
getStatus()
Get the status property: The status of the tool call. |
| String |
getType()
Get the type property: The type property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
MemoryCommandToolCallOutput
public MemoryCommandToolCallOutput(String callId, ToolCallStatus status)
Creates an instance of MemoryCommandToolCallOutput class.
Parameters:
Method Details
fromJson
public static MemoryCommandToolCallOutput fromJson(JsonReader jsonReader)
Reads an instance of MemoryCommandToolCallOutput from the JsonReader.
Parameters:
Returns:
Throws:
getCallId
public String getCallId()
Get the callId property: The unique ID of the tool call generated by the model.
Returns:
getStatus
public ToolCallStatus getStatus()
Get the status property: The status of the tool call.
Returns:
getType
public String getType()
Get the type property: The type property.
Returns: