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
/
AnthropicSseData
/
MessageDelta
Message
Delta
@
Serializable
data
class
MessageDelta
(
val
stopReason
:
String
?
=
null
,
val
stopSequence
:
String
?
=
null
)
(
source
)
Delta information for message updates
Members
Constructors
Message
Delta
Link copied to clipboard
constructor
(
stopReason
:
String
?
=
null
,
stopSequence
:
String
?
=
null
)
Properties
stop
Reason
Link copied to clipboard
@
SerialName
(
value
=
"stop_reason"
)
val
stopReason
:
String
?
stop
Sequence
Link copied to clipboard
@
EncodeDefault
@
SerialName
(
value
=
"stop_sequence"
)
val
stopSequence
:
String
?