Image

@Serializable
@SerialName(value = "image")
data class Image(val image: CodeInterpreterImage) : CodeInterpreterToolCallOutput

Code interpreter image output

Constructors

Link copied to clipboard
constructor(image: CodeInterpreterImage)

Properties

Link copied to clipboard
@SerialName(value = "image")
val image: CodeInterpreterImage

The image output from the Code Interpreter tool call.