@deskcreate/agentcraft
Preparing search index...
index
AnalyticsHistorySnapshot
Interface AnalyticsHistorySnapshot
interface
AnalyticsHistorySnapshot
{
experimentPlans
:
readonly
{
createdAt
:
string
;
id
:
string
;
inputs
:
string
[]
;
provenance
:
{
kind
:
"model"
|
"user"
|
"tool"
|
"file"
;
ref
:
string
}
[]
;
sourceSkill
:
string
;
status
:
|
"draft"
|
"reviewed"
|
"verified"
|
"blocked"
|
"published"
|
"archived"
;
title
?:
string
;
type
:
string
;
}
[]
;
experimentResults
:
readonly
ExperimentResult
[]
;
performanceReports
:
readonly
{
createdAt
:
string
;
id
:
string
;
inputs
:
string
[]
;
provenance
:
{
kind
:
"model"
|
"user"
|
"tool"
|
"file"
;
ref
:
string
}
[]
;
sourceSkill
:
string
;
status
:
|
"draft"
|
"reviewed"
|
"verified"
|
"blocked"
|
"published"
|
"archived"
;
title
?:
string
;
type
:
string
;
}
[]
;
}
Index
Properties
experiment
Plans
experiment
Results
performance
Reports
Properties
Readonly
experiment
Plans
experimentPlans
:
readonly
{
createdAt
:
string
;
id
:
string
;
inputs
:
string
[]
;
provenance
:
{
kind
:
"model"
|
"user"
|
"tool"
|
"file"
;
ref
:
string
}
[]
;
sourceSkill
:
string
;
status
:
|
"draft"
|
"reviewed"
|
"verified"
|
"blocked"
|
"published"
|
"archived"
;
title
?:
string
;
type
:
string
;
}
[]
Readonly
experiment
Results
experimentResults
:
readonly
ExperimentResult
[]
Readonly
performance
Reports
performanceReports
:
readonly
{
createdAt
:
string
;
id
:
string
;
inputs
:
string
[]
;
provenance
:
{
kind
:
"model"
|
"user"
|
"tool"
|
"file"
;
ref
:
string
}
[]
;
sourceSkill
:
string
;
status
:
|
"draft"
|
"reviewed"
|
"verified"
|
"blocked"
|
"published"
|
"archived"
;
title
?:
string
;
type
:
string
;
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
experiment
Plans
experiment
Results
performance
Reports
@deskcreate/agentcraft
Loading...