feat: add reasoning attribute to DSRunnerFeedback for enhanced evaluation context (#1162)

This commit is contained in:
Xu Yang
2025-08-07 00:50:08 +08:00
committed by GitHub
parent 16aadb7a0d
commit 6dab8fd7dd
@@ -37,6 +37,7 @@ class DSRunnerFeedback(CoSTEERSingleFeedback):
"""
acceptable: bool | None = None
reasoning: str | None = None
hyperparameter_tuning_decision: bool | None = None
hyperparameter_tuning_suggestion: str | None = None
score: str | None = None