Merge branch 'main' into feature/SaveMessageClearMemory
This commit is contained in:
commit
ca489c93f3
|
|
@ -47,7 +47,7 @@ class MotorMemory_Memory implements INode {
|
||||||
{
|
{
|
||||||
label: 'API Key',
|
label: 'API Key',
|
||||||
name: 'apiKey',
|
name: 'apiKey',
|
||||||
type: 'string',
|
type: 'password',
|
||||||
description: 'Only needed when using hosted solution - https://getmetal.io',
|
description: 'Only needed when using hosted solution - https://getmetal.io',
|
||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
optional: true
|
optional: true
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ class ZepMemory_Memory implements INode {
|
||||||
{
|
{
|
||||||
label: 'API Key',
|
label: 'API Key',
|
||||||
name: 'apiKey',
|
name: 'apiKey',
|
||||||
type: 'string',
|
type: 'password',
|
||||||
additionalParams: true,
|
additionalParams: true,
|
||||||
optional: true
|
optional: true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue