MCPcopy
hub / github.com/eosphoros-ai/DB-GPT / SkillTreeNode

Interface SkillTreeNode

web/new-components/chat/content/ManusRightPanel.tsx:1077–1081  ·  view source on GitHub ↗

File tree node from /v1/skills/detail API

Source from the content-addressed store, hash-verified

1075
1076/** File tree node from /v1/skills/detail API */
1077interface SkillTreeNode {
1078 title: string;
1079 key: string;
1080 children?: SkillTreeNode[];
1081}
1082
1083/** Recursive file tree component */
1084const FileTreeItem: React.FC<{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected