问题生成

This commit is contained in:
IndieKKY
2024-05-27 11:20:03 +08:00
parent 4a6ebf0894
commit 975c524369
3 changed files with 66 additions and 2 deletions

2
src/typings.d.ts vendored
View File

@@ -140,4 +140,4 @@ interface BriefSummary extends Summary {
}
type SummaryStatus = 'init' | 'pending' | 'done'
type SummaryType = 'overview' | 'keypoint' | 'brief'
type SummaryType = 'overview' | 'keypoint' | 'brief' | 'question'