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
/
TextBlock
Text
Block
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
TextBlock
(
val
text
:
String
,
val
citations
:
List
<
Citation
>
?
=
null
)
:
ContentBlock
(
source
)
Members
Constructors
Text
Block
Link copied to clipboard
constructor
(
text
:
String
,
citations
:
List
<
Citation
>
?
=
null
)
Properties
citations
Link copied to clipboard
val
citations
:
List
<
Citation
>
?
text
Link copied to clipboard
val
text
:
String