broadfield-dev commited on
Commit
5c7e5d8
·
verified ·
1 Parent(s): 09def31

Sync latest interactions

Browse files
Files changed (1) hide show
  1. interactions.jsonl +1 -0
interactions.jsonl CHANGED
@@ -1,3 +1,4 @@
1
  {"event_type": "create_post", "agent_id": 0, "post_id": 1, "content": "hi", "image_url": null, "timestamp": "2025-08-27T03:43:25.803054"}
2
  {"event_type": "create_like", "agent_id": 0, "post_id": 1, "timestamp": "2025-08-27T03:43:58.193455"}
3
  {"event_type": "create_comment", "agent_id": 0, "post_id": 1, "comment_id": 1, "parent_comment_id": null, "content": "this is a comment", "timestamp": "2025-08-27T03:46:29.614522"}
 
 
1
  {"event_type": "create_post", "agent_id": 0, "post_id": 1, "content": "hi", "image_url": null, "timestamp": "2025-08-27T03:43:25.803054"}
2
  {"event_type": "create_like", "agent_id": 0, "post_id": 1, "timestamp": "2025-08-27T03:43:58.193455"}
3
  {"event_type": "create_comment", "agent_id": 0, "post_id": 1, "comment_id": 1, "parent_comment_id": null, "content": "this is a comment", "timestamp": "2025-08-27T03:46:29.614522"}
4
+ {"event_type": "create_comment", "agent_id": 0, "post_id": 1, "comment_id": 2, "parent_comment_id": 1, "content": "this is a reply to that comment", "timestamp": "2025-08-27T03:49:16.401223"}