Skip to content

Commit a284d5c

Browse files
Update graphgen/models/generator/multi_answer_generator.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 87b0cc3 commit a284d5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

graphgen/models/generator/multi_answer_generator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ def parse_response(response: str) -> Any:
1919
2020
:param response: The LLM response containing XML-formatted QA pairs
2121
:return: Dictionary mapping question hash to question data, where each
22-
value is a dict with "question", "options", "answer", and
23-
"correct_answer_text" keys
22+
value is a dict with "question", "options", and "answer" keys
2423
"""
2524
qa_pairs = {}
2625

0 commit comments

Comments
 (0)