RunStepCodeInterpreterImageReference Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. RunStepCodeInterpreterImageReference
- com.
Implements
public final class RunStepCodeInterpreterImageReference
implements JsonSerializable<RunStepCodeInterpreterImageReference>
An image reference 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 |
getFileId()
Get the file |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static RunStepCodeInterpreterImageReference fromJson(JsonReader jsonReader)
Reads an instance of RunStepCodeInterpreterImageReference from the JsonReader.
Parameters:
Returns:
Throws:
getFileId
public String getFileId()
Get the fileId property: The ID of the file associated with this image.
Returns: