koog-agents
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
koog-agents
prompt-executor-bedrock-client
/
ai.koog.prompt.executor.clients.bedrock.modelfamilies.meta
/
LlamaRequest
Llama
Request
@
Serializable
data
class
LlamaRequest
(
val
prompt
:
String
,
val
maxGenLen
:
Int
=
2048
,
val
temperature
:
Double
?
=
null
)
(
source
)
Request structure for Meta Llama models
Members
Constructors
Llama
Request
Link copied to clipboard
constructor
(
prompt
:
String
,
maxGenLen
:
Int
=
2048
,
temperature
:
Double
?
=
null
)
Properties
max
Gen
Len
Link copied to clipboard
@
SerialName
(
value
=
"max_gen_len"
)
val
maxGenLen
:
Int
=
2048
prompt
Link copied to clipboard
@
SerialName
(
value
=
"prompt"
)
val
prompt
:
String
temperature
Link copied to clipboard
@
SerialName
(
value
=
"temperature"
)
val
temperature
:
Double
?
=
null