RunStepCodeInterpreterLogOutput Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. RunStepCodeInterpreterToolCallOutput - com.
azure. ai. agents. persistent. models. RunStepCodeInterpreterLogOutput
- com.
- com.
public final class RunStepCodeInterpreterLogOutput
extends RunStepCodeInterpreterToolCallOutput
A representation of a log output emitted by a code interpreter tool in response to a tool call by the model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
getLogs()
Get the logs property: The serialized log output emitted by the code interpreter. |
| String |
getType()
Get the type property: The object type. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from RunStepCodeInterpreterToolCallOutput
Methods inherited from java.lang.Object
Method Details
fromJson
public static RunStepCodeInterpreterLogOutput fromJson(JsonReader jsonReader)
Reads an instance of RunStepCodeInterpreterLogOutput from the JsonReader.
Parameters:
Returns:
Throws:
getLogs
public String getLogs()
Get the logs property: The serialized log output emitted by the code interpreter.
Returns:
getType
public String getType()
Get the type property: The object type.
Overrides:
RunStepCodeInterpreterLogOutput.getType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RunStepCodeInterpreterLogOutput.toJson(JsonWriter jsonWriter)Parameters:
Throws: