diff --git a/giskard/rag/question_generators/complex_questions.py b/giskard/rag/question_generators/complex_questions.py index fb890241b4..0805fca890 100644 --- a/giskard/rag/question_generators/complex_questions.py +++ b/giskard/rag/question_generators/complex_questions.py @@ -9,7 +9,7 @@ - Model description: {agent_description} Respect the following rules to reformulate the question: -- The re-written question should not be longer than the original question by up to 10 to 15 words. +- The re-written question should not be longer than the original question by more than 10 to 15 words. - The re-written question should be more elaborated than the original, use elements from the context to enrich the questions. - The re-written question should be more difficult to handle for AI models but it must be understood and answerable by humans. - Add one or more constraints / conditions to the question.