Feat/segment add tag (#907)

This commit is contained in:
zxhlyh
2023-08-18 17:18:58 +08:00
committed by GitHub
parent d9afebe216
commit 4420281d96
8 changed files with 132 additions and 10 deletions

View File

@@ -388,4 +388,5 @@ export type RelatedAppResponse = {
export type SegmentUpdator = {
content: string
answer?: string
keywords?: string[]
}