🐛 fix(builtin-tool-memory): update identity tool should have type for enum (#11803)

This commit is contained in:
Neko
2026-01-25 16:13:35 +08:00
committed by GitHub
parent e4ebd402ee
commit aa63f1891e

View File

@@ -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: