DeepSeek Kotlin SDK
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models
/
ChatCompletionRequest
/
MessageBuilder
Message
Builder
class
MessageBuilder
Members
Constructors
Message
Builder
Link copied to clipboard
constructor
(
)
Functions
assistant
Link copied to clipboard
fun
assistant
(
content
:
String
)
system
Link copied to clipboard
fun
system
(
content
:
String
)
tool
Link copied to clipboard
fun
tool
(
content
:
String
,
toolCallId
:
String
)
user
Link copied to clipboard
fun
user
(
content
:
String
)