Merge pull request #600 from iceljc/master

change menu name
This commit is contained in:
iceljc 2024-08-21 17:30:40 -05:00 committed by GitHub
commit 0c83108735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ public class KnowledgeBasePlugin : IBotSharpPlugin
SubMenu = new List<PluginMenuDef>
{
new PluginMenuDef("Q & A", link: "page/knowledge-base/vector"),
new PluginMenuDef("Graph", link: "page/knowledge-base/graph")
new PluginMenuDef("Relations", link: "page/knowledge-base/graph")
}
});
return true;