ToolStringRunMapper#
- class langchain.smith.evaluation.string_run_evaluator.ToolStringRunMapper[source]#
Bases:
StringRunMapperMap an input to the tool.
- __call__(run: Run) Dict[str, str]#
Maps the Run to a dictionary.
- Parameters:
run (Run) –
- Return type:
Dict[str, str]
- map(run: Run) Dict[str, str][source]#
Maps the Run to a dictionary.
- Parameters:
run (Run) –
- Return type:
Dict[str, str]
- property output_keys: List[str]#
The keys to extract from the run.