DeepSeek Kotlin SDK
Toggle table of contents
0.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models.responses
/
ResponseInput
/
Items
Items
class
Items
(
val
items
:
List
<
ResponseItem
>
)
:
ResponseInput
A conversation, sent as a JSON array of items.
Members
Constructors
Items
Link copied to clipboard
constructor
(
items
:
List
<
ResponseItem
>
)
Properties
items
Link copied to clipboard
val
items
:
List
<
ResponseItem
>
The items, in the order the model sees them.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String