aigentic
0.5.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.agent
/
TokenUsage
Token
Usage
data
class
TokenUsage
(
val
inputTokens
:
Int
,
val
outputTokens
:
Int
,
val
thinkingOutputTokens
:
Int
,
val
cachedInputTokens
:
Int
)
Members
Constructors
Token
Usage
Link copied to clipboard
constructor
(
inputTokens
:
Int
,
outputTokens
:
Int
,
thinkingOutputTokens
:
Int
,
cachedInputTokens
:
Int
)
Properties
cached
Input
Tokens
Link copied to clipboard
val
cachedInputTokens
:
Int
input
Tokens
Link copied to clipboard
val
inputTokens
:
Int
output
Tokens
Link copied to clipboard
val
outputTokens
:
Int
thinking
Output
Tokens
Link copied to clipboard
val
thinkingOutputTokens
:
Int