Member Junction
Preparing search index...
@memberjunction/codegen-lib
RunReport
Type Alias RunReport
Shape of the JSON report written to disk.
type
RunReport
=
{
context
:
Record
<
string
,
unknown
>
;
counters
:
RunCounters
;
entities
:
EntityEntry
[]
;
finishedAt
:
string
;
llmCalls
:
LLMCallEntry
[]
;
notes
:
string
[]
;
phases
:
PhaseSpan
[]
;
runId
:
string
;
startedAt
:
string
;
success
:
boolean
;
totalCostUSD
:
number
;
totalMs
:
number
;
totalTokensIn
:
number
;
totalTokensOut
:
number
;
}
Index
Properties
context
counters
entities
finished
At
llm
Calls
notes
phases
run
Id
started
At
success
total
Cost
USD
total
Ms
total
Tokens
In
total
Tokens
Out
Properties
context
context
:
Record
<
string
,
unknown
>
counters
counters
:
RunCounters
entities
entities
:
EntityEntry
[]
finished
At
finishedAt
:
string
llm
Calls
llmCalls
:
LLMCallEntry
[]
notes
notes
:
string
[]
phases
phases
:
PhaseSpan
[]
run
Id
runId
:
string
started
At
startedAt
:
string
success
success
:
boolean
total
Cost
USD
totalCostUSD
:
number
total
Ms
totalMs
:
number
total
Tokens
In
totalTokensIn
:
number
total
Tokens
Out
totalTokensOut
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
counters
entities
finished
At
llm
Calls
notes
phases
run
Id
started
At
success
total
Cost
USD
total
Ms
total
Tokens
In
total
Tokens
Out
Member Junction
Loading...
Shape of the JSON report written to disk.