(path)
| 16 | } |
| 17 | |
| 18 | export const getWorkspaceFileContent = (path) => { |
| 19 | const query = buildQuery({ path }) |
| 20 | return apiGet(`/api/workspace/file?${query}`) |
| 21 | } |
| 22 | |
| 23 | export const getWorkspaceKnowledgeTree = ( |
| 24 | kbId, |
nothing calls this directly
no test coverage detected