We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e462ce0 commit 7d4f1e5Copy full SHA for 7d4f1e5
graphgen/operators/generate/generate_qas.py
@@ -18,7 +18,7 @@ async def generate_qas(
18
]
19
],
20
generation_config: dict,
21
-) -> None:
+) -> list[dict[str, Any]]:
22
"""
23
Generate question-answer pairs based on nodes and edges.
24
:param llm_client: LLM client
0 commit comments