home / saraphina

omi_action_items

1 row where conversation_id = "3eff3fad-88b8-4278-aba1-5abf3da81c63"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id description
76 Family Debates How To Save Parents’ Homes 3eff3fad-88b8-4278-aba1-5abf3da81c63 Figure out capital gains tax implications for selling the golf house

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 2.524ms