Member Junction
Preparing search index...
@memberjunction/codegen-lib
LLMCallEntry
Type Alias LLMCallEntry
Record of a single LLM call made during the run.
type
LLMCallEntry
=
{
costUSD
:
number
;
entityName
:
string
|
null
;
latencyMs
:
number
;
model
:
string
|
null
;
promptName
:
string
;
tokensIn
:
number
;
tokensOut
:
number
;
tsMs
:
number
;
}
Index
Properties
cost
USD
entity
Name
latency
Ms
model
prompt
Name
tokens
In
tokens
Out
ts
Ms
Properties
cost
USD
costUSD
:
number
entity
Name
entityName
:
string
|
null
latency
Ms
latencyMs
:
number
model
model
:
string
|
null
prompt
Name
promptName
:
string
tokens
In
tokensIn
:
number
tokens
Out
tokensOut
:
number
ts
Ms
tsMs
:
number
Offset in ms from the start of the run.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cost
USD
entity
Name
latency
Ms
model
prompt
Name
tokens
In
tokens
Out
ts
Ms
Member Junction
Loading...
Record of a single LLM call made during the run.