mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
429f4dbe4d
If you create a dataset from runs and run the same chain or llm on it later, it usually works great. If you have an agent dataset and want to run a different agent on it, or have more complex schema, it's hard for us to automatically map these values every time. This PR lets you pass in an input_mapper function that converts the example inputs to whatever format your model expects |
||
---|---|---|
.. | ||
__init__.py | ||
test_runner_utils.py |