Suggest Memory Relation
Suggest a semantic relation for two memories without writing it.
Path Parameters
memory_id*Memory Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/memories/string/relations/suggest" \ -H "Content-Type: application/json" \ -d '{ "target_memory_id": "string" }'{ "should_link": true, "relation_type": "string", "display_label": "", "reason": "", "confidence": 0, "bidirectional": false}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}