omi_action_items
5 rows where conversation_id = "126b01d8-8393-4571-a0ac-0daf6a7fd7a0"
This data as json, CSV (advanced)
| id ▼ | conversation_id | description |
|---|---|---|
| 387 | User Weighs Crypto Assets in Bankruptcy Plan 126b01d8-8393-4571-a0ac-0daf6a7fd7a0 | Ask bankruptcy attorney if you can use crypto to pay the $900 fee |
| 388 | User Weighs Crypto Assets in Bankruptcy Plan 126b01d8-8393-4571-a0ac-0daf6a7fd7a0 | Ask bankruptcy attorney if you can keep the remaining crypto assets |
| 389 | User Weighs Crypto Assets in Bankruptcy Plan 126b01d8-8393-4571-a0ac-0daf6a7fd7a0 | Ask bankruptcy attorney how existing or future real estate listing contracts affect trustee sale |
| 390 | User Weighs Crypto Assets in Bankruptcy Plan 126b01d8-8393-4571-a0ac-0daf6a7fd7a0 | Declare back child support in bankruptcy paperwork |
| 391 | User Weighs Crypto Assets in Bankruptcy Plan 126b01d8-8393-4571-a0ac-0daf6a7fd7a0 | Review Wealthfront retirement account balance and how it is treated in bankruptcy |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE omi_action_items (
id INTEGER PRIMARY KEY AUTOINCREMENT,
conversation_id TEXT NOT NULL,
description TEXT,
FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
);
CREATE INDEX idx_omi_actions_conv ON omi_action_items(conversation_id);