langchain.js
Preparing search index...
@langchain/classic
smith
DynamicRunEvaluatorParams
Type Alias DynamicRunEvaluatorParams<Input, Prediction, Reference>
type
DynamicRunEvaluatorParams
<
Input
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
,
Prediction
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
,
Reference
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
,
>
=
{
example
?:
Example
;
input
:
Input
;
prediction
?:
Prediction
;
reference
?:
Reference
;
run
:
Run
;
}
Type Parameters
Input
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
Prediction
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
Reference
extends
Record
<
string
,
any
>
=
Record
<
string
,
unknown
>
Index
Properties
example?
input
prediction?
reference?
run
Properties
Optional
example
example
?:
Example
input
input
:
Input
Optional
prediction
prediction
?:
Prediction
Optional
reference
reference
?:
Reference
run
run
:
Run
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
example
input
prediction
reference
run
langchain.js
Loading...