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 5594ab418b
commit bfa452541c
@@ -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