mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
add description
This commit is contained in:
@@ -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.'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user