conversations.json json
21 lines 433 B
Raw
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge Human 1 day ago
1 [
2 {
3 "title": "Test conversation",
4 "mapping": {
5 "msg-1": {
6 "message": {
7 "author": { "role": "user" },
8 "content": { "parts": ["Hello"] },
9 "create_time": 1700000000
10 }
11 },
12 "msg-2": {
13 "message": {
14 "author": { "role": "assistant" },
15 "content": { "parts": ["Hi there!"] },
16 "create_time": 1700000001
17 }
18 }
19 }
20 }
21 ]
File History 1 commit
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge Human 1 day ago