toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.run
/
CodeInterpreterToolCallOutput
/
Image
Image
@
Serializable
@
SerialName
(
value
=
"image"
)
data
class
Image
(
val
image
:
CodeInterpreterImage
)
:
CodeInterpreterToolCallOutput
Code interpreter image output
Members
Constructors
Image
Link copied to clipboard
constructor
(
image
:
CodeInterpreterImage
)
Properties
image
Link copied to clipboard
@
SerialName
(
value
=
"image"
)
val
image
:
CodeInterpreterImage
The image output from the Code Interpreter tool call.