Scorable TypeScript SDK - v0.5.0
GitHub
Documentation
Preparing search index...
EvaluatorCreateParams
Interface EvaluatorCreateParams
interface
EvaluatorCreateParams
{
name
:
string
;
predicate
:
string
;
intent
?:
string
;
model
?:
string
;
models
?:
string
[]
;
change_note
?:
string
;
overwrite
?:
boolean
;
objective_id
?:
string
;
objective_version_id
?:
string
;
evaluator_demonstrations
?:
{}
[]
;
}
Index
Properties
name
predicate
intent?
model?
models?
change_
note?
overwrite?
objective_
id?
objective_
version_
id?
evaluator_
demonstrations?
Properties
name
name
:
string
predicate
predicate
:
string
Optional
intent
intent
?:
string
Optional
model
model
?:
string
Optional
models
models
?:
string
[]
Optional
change_
note
change_note
?:
string
Optional
overwrite
overwrite
?:
boolean
Optional
objective_
id
objective_id
?:
string
Optional
objective_
version_
id
objective_version_id
?:
string
Optional
evaluator_
demonstrations
evaluator_demonstrations
?:
{}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
predicate
intent
model
models
change_
note
overwrite
objective_
id
objective_
version_
id
evaluator_
demonstrations
GitHub
Documentation
Scorable TypeScript SDK - v0.5.0
Loading...