add description

This commit is contained in:
chungyau97 2023-05-24 21:41:30 +07:00
parent f8232bd201
commit baf958f5c2
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ class BufferWindowMemory_Memory implements INode {
label: 'Size', label: 'Size',
name: 'k', name: 'k',
type: 'number', type: 'number',
default: '4' default: '4',
description: 'Window of size k to surface the last k back-and-forths to use as memory.'
} }
] ]
} }