Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion giskard/rag/question_generators/complex_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading