nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
DashboardOutcome
Interface DashboardOutcome
Outcome record for dashboard aggregation.
interface
DashboardOutcome
{
model
:
string
;
taskType
:
string
;
success
:
boolean
;
reward
:
number
;
latencyMs
:
number
;
tokensUsed
:
number
;
timestamp
:
number
;
allModelRewards
?:
Record
<
string
,
number
>
;
}
Index
Properties
model
task
Type
success
reward
latency
Ms
tokens
Used
timestamp
all
Model
Rewards?
Properties
Readonly
model
model
:
string
Readonly
task
Type
taskType
:
string
Readonly
success
success
:
boolean
Readonly
reward
reward
:
number
Readonly
latency
Ms
latencyMs
:
number
Readonly
tokens
Used
tokensUsed
:
number
Readonly
timestamp
timestamp
:
number
Optional
Readonly
all
Model
Rewards
allModelRewards
?:
Record
<
string
,
number
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
model
task
Type
success
reward
latency
Ms
tokens
Used
timestamp
all
Model
Rewards
GitHub
npm
nexus-agents - v2.80.0
Loading...
Outcome record for dashboard aggregation.