LabeledScoreStringEvalChain()The name of the criterion being evaluated.
Prompt object to use.
Language model to call.
Output parser to use.
Whether to return only the final parsed result.
Will be whatever keys the prompt expects.
Will always return text key.
Optional memory object.
Optional list of callback handlers (or callback manager).
Whether or not run in verbose mode. In verbose mode, some intermediate logs
Optional list of tags associated with the chain.
Optional metadata associated with the chain.
[DEPRECATED] Use callbacks instead.
Keys expected to be in the chain input.
Keys expected to be in the chain output.
A chain for scoring the output of a model on a scale of 1-10.
Prepare prompts from inputs.
Set the chain verbosity.