diff --git a/assets/training/distillation/components/data_generation/src/common/constants.py b/assets/training/distillation/components/data_generation/src/common/constants.py index 86989ec233..e440a9eaa1 100644 --- a/assets/training/distillation/components/data_generation/src/common/constants.py +++ b/assets/training/distillation/components/data_generation/src/common/constants.py @@ -74,6 +74,8 @@ "Based on the reasoning, produce the final answer. " "Your response should be in JSON format without using any backticks. " "The JSON is a dictionary whose keys are 'reason' and 'answer_choice'." + "Always generate a syntactically correct JSON without using markdown and any additional words." + )