Describe the bug
The evaluate pipeline cannot be used: it is missing configuration arguments quiet and verbose and Pydantic throws an error.
To Reproduce
kiwi evaluate evaluate.yaml
...
pydantic.error_wrappers.ValidationError: 2 validation errors for Configuration
quiet
extra fields not permitted (type=value_error.extra)
verbose
extra fields not permitted (type=value_error.extra)
Describe the bug The evaluate pipeline cannot be used: it is missing configuration arguments
quiet
andverbose
and Pydantic throws an error.To Reproduce
with
evaluate.yaml
: