langchain.js
Preparing search index...
langchain
evaluation
PairwiseStringResultOutputParser
Class PairwiseStringResultOutputParser
A parser for the output of the PairwiseStringEvalChain.
Hierarchy (
View Summary
)
BaseMessage
<
EvalOutputType
>
PairwiseStringResultOutputParser
Index
Constructors
constructor
Properties
lc_
namespace
Methods
parse
Result
lc_
name
Constructors
constructor
new
PairwiseStringResultOutputParser
()
:
PairwiseStringResultOutputParser
Returns
PairwiseStringResultOutputParser
Properties
lc_
namespace
lc_namespace
:
string
[]
= ...
Methods
parse
Result
parseResult
(
generations
:
Generation
[]
|
ChatGeneration
[]
,
_callbacks
:
any
,
)
:
Promise
<
EvalOutputType
>
Parameters
generations
:
Generation
[]
|
ChatGeneration
[]
_callbacks
:
any
Returns
Promise
<
EvalOutputType
>
Static
lc_
name
lc_name
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
lc_
namespace
Methods
parse
Result
lc_
name
langchain.js
Loading...
A parser for the output of the PairwiseStringEvalChain.