feat: add learning_relevance field to topics and implement KnowledgeGraph UI with handbook synchronization capabilities
All checks were successful
On Push to Main / test (push) Successful in 30s
On Push to Main / publish (push) Successful in 58s
On Push to Main / deploy-dev (push) Successful in 1m39s

This commit is contained in:
RaymondVerhoef
2026-05-19 08:40:52 +02:00
parent fa5dcaeb01
commit d23b0b6b16
3 changed files with 41 additions and 1 deletions

View File

@@ -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 })));
}