Similar to this question I am trying to run an automated evaluation using the GROUNDING metric with this Google notebook as a guide.
An evaluation run results in code=INVALID_ARGUMENT, message=Error rendering metric prompt template: Variable context is required but not provided. (Runs using a different metric that requires no additional input, such as RubricMetric.SAFETY, succeed). I haven’t found a way to pass in context to the evaluation, is there any guidance available?
Thanks for any help you can provide.