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
/
SystemPrompt
System
Prompt
@
Serializable
data
class
SystemPrompt
(
val
text
:
String
,
val
type
:
String
=
"text"
)
(
source
)
System prompt for messages
Members
Constructors
System
Prompt
Link copied to clipboard
constructor
(
text
:
String
,
type
:
String
=
"text"
)
Properties
text
Link copied to clipboard
val
text
:
String
type
Link copied to clipboard
val
type
:
String