openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
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.