mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
feat: add reasoning attribute to DSRunnerFeedback for enhanced evaluation context (#1162)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user