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
/
LlamaResponse
Llama
Response
@
Serializable
data
class
LlamaResponse
(
val
generation
:
String
,
val
promptTokenCount
:
Int
?
=
null
,
val
generationTokenCount
:
Int
?
=
null
,
val
stopReason
:
String
?
=
null
)
(
source
)
Response structure for Meta Llama models
Members
Constructors
Llama
Response
Link copied to clipboard
constructor
(
generation
:
String
,
promptTokenCount
:
Int
?
=
null
,
generationTokenCount
:
Int
?
=
null
,
stopReason
:
String
?
=
null
)
Properties
generation
Link copied to clipboard
@
SerialName
(
value
=
"generation"
)
val
generation
:
String
generation
Token
Count
Link copied to clipboard
@
SerialName
(
value
=
"generation_token_count"
)
val
generationTokenCount
:
Int
?
=
null
prompt
Token
Count
Link copied to clipboard
@
SerialName
(
value
=
"prompt_token_count"
)
val
promptTokenCount
:
Int
?
=
null
stop
Reason
Link copied to clipboard
@
SerialName
(
value
=
"stop_reason"
)
val
stopReason
:
String
?
=
null