mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
feat: metadata description property (#6744)
* feat: metadata description property * feat: optimize view --------- Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -202,7 +202,7 @@ class MetadataManagerAPI {
|
||||
};
|
||||
|
||||
// ai
|
||||
generateSummary = (repoID, filePath) => {
|
||||
generateDescription = (repoID, filePath) => {
|
||||
const url = this.server + '/api/v2.1/ai/generate-summary/';
|
||||
const params = {
|
||||
path: filePath,
|
||||
|
Reference in New Issue
Block a user