mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix(builtin-tool-memory): update identity tool should have type for enum (#11803)
This commit is contained in:
@@ -558,6 +558,7 @@ export const MemoryManifest: BuiltinToolManifest = {
|
||||
memoryType: {
|
||||
description: 'Memory type, use null for omitting the field',
|
||||
enum: [...MEMORY_TYPES, null],
|
||||
type: ['string', 'null'],
|
||||
},
|
||||
summary: {
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user