mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 13:01:11 +03:00
add description
This commit is contained in:
@@ -19,6 +19,7 @@ class InMemoryCache implements INode {
|
||||
this.name = 'inMemoryCache'
|
||||
this.version = 1.0
|
||||
this.type = 'InMemoryCache'
|
||||
this.description = 'Cache LLM response in memory, will be cleared once app restarted'
|
||||
this.icon = 'inmemorycache.png'
|
||||
this.category = 'Cache'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(InMemoryCacheExtended)]
|
||||
|
||||
Reference in New Issue
Block a user