Skip to content

Commit 7d4f1e5

Browse files
fix: fix typing
1 parent e462ce0 commit 7d4f1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphgen/operators/generate/generate_qas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def generate_qas(
1818
]
1919
],
2020
generation_config: dict,
21-
) -> None:
21+
) -> list[dict[str, Any]]:
2222
"""
2323
Generate question-answer pairs based on nodes and edges.
2424
:param llm_client: LLM client

0 commit comments

Comments
 (0)