mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-07 06:12:44 +02:00
improve instructions for assistant creating notes
This commit is contained in:
parent
a240ff777f
commit
e71107320c
3 changed files with 8 additions and 9 deletions
|
|
@ -1097,9 +1097,7 @@ function countFiles(node: TreeNode): number {
|
|||
}
|
||||
|
||||
/** Display name overrides for top-level knowledge folders */
|
||||
const FOLDER_DISPLAY_NAMES: Record<string, string> = {
|
||||
Notes: 'My Notes',
|
||||
}
|
||||
const FOLDER_DISPLAY_NAMES: Record<string, string> = {}
|
||||
|
||||
// Tree component for file browser
|
||||
function Tree({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue