toggle menu
google-adk-kotlin
0.1.0
common
switch theme
search in API
google-adk-kotlin-core
/
com.google.adk.kt.models
/
LlmRequest
/
LlmRequest
Llm
Request
constructor
(
model
:
Model
?
=
null
,
contents
:
List
<
Content
>
=
emptyList()
,
config
:
GenerateContentConfig
=
GenerateContentConfig()
,
toolsDict
:
List
<
BaseTool
>
=
emptyList()
)