koog-agents
Toggle table of contents
0.4.2
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-openai-client-base
/
ai.koog.prompt.executor.clients.openai.base.models
/
PromptTokensDetails
Prompt
Tokens
Details
@
Serializable
class
PromptTokensDetails
(
val
audioTokens
:
Int
?
=
null
,
val
cachedTokens
:
Int
?
=
null
)
(
source
)
Members
Constructors
Prompt
Tokens
Details
Link copied to clipboard
constructor
(
audioTokens
:
Int
?
=
null
,
cachedTokens
:
Int
?
=
null
)
Properties
audio
Tokens
Link copied to clipboard
val
audioTokens
:
Int
?
=
null
Audio input tokens generated by the model.
cached
Tokens
Link copied to clipboard
val
cachedTokens
:
Int
?
=
null
Cached tokens present in the prompt.