langchain.js
Preparing search index...
@langchain/classic
smith
EvaluatorInputFormatter
Type Alias EvaluatorInputFormatter
EvaluatorInputFormatter
:
(
{ rawInput, rawPrediction, rawReferenceOutput, run, }
:
{
rawInput
:
any
;
rawPrediction
:
any
;
rawReferenceOutput
?:
any
;
run
:
Run
;
}
,
)
=>
EvaluatorInputs
Type Declaration
(
{ rawInput, rawPrediction, rawReferenceOutput, run, }
:
{
rawInput
:
any
;
rawPrediction
:
any
;
rawReferenceOutput
?:
any
;
run
:
Run
;
}
,
)
:
EvaluatorInputs
Parameters
{ rawInput, rawPrediction, rawReferenceOutput, run, }
:
{
rawInput
:
any
;
rawPrediction
:
any
;
rawReferenceOutput
?:
any
;
run
:
Run
}
Returns
EvaluatorInputs
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
langchain.js
Loading...