Pass this function to Task$new()
as the solver to process input prompts
from the chores dataset with a specified language model.
Value
A list with the following components:
- result
Character vector of model responses, one for each input.
- solver_chat
List of Chat objects used to generate each response, with the same length as
inputs
.
See also
chores_dataset for the dataset this solver processes, and
chores_task()
to combine this solver with the chores dataset and scorer.