feat: 支持多租户多模型对话及文档去重优化
This commit is contained in:
@@ -37,7 +37,8 @@ type UpdateKeywordReq struct {
|
||||
type DeleteKeywordReq struct {
|
||||
g.Meta `path:"/delete" method:"delete" tags:"关键词管理" summary:"删除关键词" dc:"删除关键词"`
|
||||
|
||||
Id int64 `json:"id" v:"required#ID不能为空"`
|
||||
Id int64 `json:"id"`
|
||||
DocumentId int64 `json:"documentId"`
|
||||
}
|
||||
|
||||
// GetKeywordReq 获取关键词请求
|
||||
|
||||
Reference in New Issue
Block a user