feat: add learning_relevance field to topics and implement KnowledgeGraph UI with handbook synchronization capabilities
This commit is contained in:
@@ -14,6 +14,7 @@ export async function saveTopics(topics) {
|
||||
label: t.label,
|
||||
type: t.type,
|
||||
description: t.description,
|
||||
learning_relevance: t.learning_relevance || 'standard',
|
||||
}, { requestKey: null })));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user