Knowledge Graph Memory Server

MIT License
7,903
40,097
  • Apple
  • Linux

add_observations

Enhance entities in the Knowledge Graph Memory Server by adding new observations. Specify entity names and observation contents to update and expand stored information.

Instructions

Add new observations to existing entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
observationsYes

Input Schema (JSON Schema)

{ "properties": { "observations": { "items": { "properties": { "contents": { "description": "An array of observation contents to add", "items": { "type": "string" }, "type": "array" }, "entityName": { "description": "The name of the entity to add the observations to", "type": "string" } }, "required": [ "entityName", "contents" ], "type": "object" }, "type": "array" } }, "required": [ "observations" ], "type": "object" }

Other Tools from Knowledge Graph Memory Server

Related Tools

ID: an7spipwyo