MemoryMesh

update_skills

Modify and refresh existing skills within the MemoryMesh knowledge graph by updating metadata, names, and owner relationships to maintain accurate and current skill representations.

Instructions

Update an existing skills in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
update_skillsYes

Input Schema (JSON Schema)

{ "properties": { "update_skills": { "additionalProperties": { "description": "Any additional properties", "type": "string" }, "properties": { "metadata": { "description": "An array of metadata contents to replace the existing metadata", "items": { "description": "Item in metadata array", "type": "string" }, "type": "array" }, "name": { "description": "[Entity]_abilities", "type": "string" }, "owner": { "description": "The relationship between the skill and its owner.", "items": { "description": "Item in owner array", "type": "string" }, "type": "array" } }, "required": [], "type": "object" } }, "required": [ "update_skills" ], "type": "object" }
ID: kf6n6221pd