From c2926261a1bc15008279323b2fdb684e2e5c9758 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Sun, 19 Jul 2026 16:03:20 +0530 Subject: [PATCH] refactor(content): Updated talking room to add more coherent memory --- content/demo/scenarios/talking-room.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/demo/scenarios/talking-room.json b/content/demo/scenarios/talking-room.json index 9aa1770..1686dfc 100644 --- a/content/demo/scenarios/talking-room.json +++ b/content/demo/scenarios/talking-room.json @@ -82,13 +82,24 @@ "targetIds": [] } }, + { + "id": "10ak29d2-as11-9811-9a99-b13c126d123e", + "timestamp": "2026-07-09T06:00:00.000Z", + "locationId": "white-room", + "intent": { + "type": "action", + "content": "entity@7c9b83b3-8cfb-4e89-8d77-626a5757d591[I] woke up today in the room and saw entity@bf3f29d2-cf11-4b11-9a99-b13c126d400e[another man]!", + "actorId": "7c9b83b3-8cfb-4e89-8d77-626a5757d591", + "targetIds": ["bf3f29d2-cf11-4b11-9a99-b13c126d400e"] + } + }, { "id": "zz3f29d2-as11-9811-9a99-b13c126d123e", "timestamp": "2026-07-09T07:58:00.000Z", "locationId": "white-room", "intent": { "type": "action", - "content": "entity@bf3f29d2-cf11-4b11-9a99-b13c126d400e wakes up from his sleep.", + "content": "entity@bf3f29d2-cf11-4b11-9a99-b13c126d400e[I] wake up from my sleep.", "actorId": "bf3f29d2-cf11-4b11-9a99-b13c126d400e", "targetIds": [] }