mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
always return str (#453)
This commit is contained in:
@@ -220,7 +220,7 @@ class FactorOutputFormatEvaluator(FactorEvaluator):
|
||||
resp_dict["output_format_decision"] = str(resp_dict["output_format_decision"]).lower() in ["true", "1"]
|
||||
|
||||
return (
|
||||
resp_dict["output_format_feedback"],
|
||||
str(resp_dict["output_format_feedback"]),
|
||||
resp_dict["output_format_decision"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user