180.0
) **kwargs: Optional metadata or configuration values.Action
objects.
This method handles flexibility in input format by converting
raw strings (only allowed when batch size is 1) and dictionaries,
ensuring all necessary structure and integrity checks on
actions (e.g., index bounds, duplicates).
Parameters:
Action
object. - A list of Action
objects. - A raw string (if batch_size == 1
), auto-wrapped in an Action
. - A dict mapping int indices to str responsesAction
instances
ready for evaluation.