toggle menu
google-genai-kotlin
0.5.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin
/
Chats
Chats
class
Chats
A factory for multi-turn
Chat
sessions.
Members
Functions
create
Link copied to clipboard
fun
create
(
model
:
String
,
config
:
GenerateContentConfig
?
=
null
,
history
:
List
<
Content
>
=
emptyList()
)
:
Chat
Creates a chat session.