@pouchy_ai/companion-sdk - v0.63.0
Guide (/sdk)
npm
Preparing search index...
TurnUsage
Interface TurnUsage
Turn-level token usage carried on the input done frame / non-stream ack.
interface
TurnUsage
{
cachedTokens
:
number
;
completionTokens
:
number
;
model
?:
string
;
promptTokens
:
number
;
reasoningTokens
?:
number
;
}
Index
Properties
cached
Tokens
completion
Tokens
model?
prompt
Tokens
reasoning
Tokens?
Properties
cached
Tokens
cachedTokens
:
number
completion
Tokens
completionTokens
:
number
Optional
model
model
?:
string
prompt
Tokens
promptTokens
:
number
Optional
reasoning
Tokens
reasoningTokens
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cached
Tokens
completion
Tokens
model
prompt
Tokens
reasoning
Tokens
Guide (/sdk)
npm
@pouchy_ai/companion-sdk - v0.63.0
Loading...
Turn-level token usage carried on the input done frame / non-stream ack.