AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
MessageCreateParams
/
ImageBlock
Image
Block
@
Serializable
@
SerialName
(
value
=
"image"
)
data
class
ImageBlock
(
val
type
:
String
=
"image"
,
val
source
:
MessageCreateParams.ImageSource
)
:
MessageCreateParams.ContentBlock
(
source
)
Image content block.
Members
Constructors
Image
Block
Link copied to clipboard
constructor
(
type
:
String
=
"image"
,
source
:
MessageCreateParams.ImageSource
)
Properties
source
Link copied to clipboard
val
source
:
MessageCreateParams.ImageSource
type
Link copied to clipboard
open
override
val
type
:
String