ChainStringRunMapper()Extract items to evaluate from the run object from a chain.
The key from the model Run's inputs to use as the eval input. If not provided, will use the only input key or raise an error if there are multiple.
The key from the model Run's outputs to use as the eval prediction. If not provided, will use the only output key or raise an error if there are multiple.
Maps the Run to a dictionary.