in src/epam/auto_llm_eval/evaluator.py [0:0]
def set_metadata(self, metadata: dict[str, any]) -> None:
"""
Set metadata for the evaluation result.
Args:
metadata (dict[str, any]): A dictionary containing additional
information about the evaluation.
"""
self.metadata = metadata