|
10 | 10 | "Header": "Task header", |
11 | 11 | "Paragraphs": [{"author": "Alice", "text": "Hi, Bob."}, {"author": "Bob", "text": "Hello, Alice!"}, {"author": "Alice", "text": "What's up?"}, {"author": "Bob", "text": "Good. Ciao!"}, {"author": "Alice", "text": "Bye, Bob."}], |
12 | 12 | "ParagraphsUrl": "<HOSTNAME>/samples/paragraphs.json?", |
| 13 | + "Chat": [ |
| 14 | + {"role": "user", "content": "Hi there!", "createdAt": 1710000000000}, |
| 15 | + {"role": "assistant", "content": "Hello! How can I help you today?", "createdAt": 1710000005000}, |
| 16 | + {"role": "user", "content": "Can you summarize our onboarding checklist?", "createdAt": 1710000010000}, |
| 17 | + {"role": "assistant", "content": "Sure. It includes account setup, roles, labeling instructions, GT tasks, overlap and review.", "createdAt": 1710000015000} |
| 18 | + ], |
13 | 19 | "Table": {"Card number": 18799210, "First name": "Max", "Last name": "Nobel"}, |
14 | 20 | "$videoHack": "<video src='<HOSTNAME>/static/samples/opossum_snow.mp4' width=100% controls>", |
15 | 21 | "Video": "<HOSTNAME>/static/samples/opossum_snow.mp4", |
|
85 | 91 | "AudioPlus": "<HOSTNAME>/static/samples/game.wav", |
86 | 92 | "Header": "Task header", |
87 | 93 | "Paragraphs": [{"author": "Alice", "text": "Hi, Bob."}, {"author": "Bob", "text": "Hello, Alice!"}, {"author": "Alice", "text": "What's up?"}, {"author": "Bob", "text": "Good. Ciao!"}, {"author": "Alice", "text": "Bye, Bob."}], |
| 94 | + "Chat": [ |
| 95 | + {"role": "user", "content": "Hello!", "createdAt": 1710000000000}, |
| 96 | + {"role": "assistant", "content": "Hi! What can I do for you?", "createdAt": 1710000004000} |
| 97 | + ], |
88 | 98 | "Table": {"Card number": 18799210, "First name": "Max", "Last name": "Nobel"}, |
89 | 99 | "$videoHack": "<video src='static/samples/opossum_snow.mp4' width=100% controls>", |
90 | 100 | "Video": "<HOSTNAME>/static/samples/opossum_snow.mp4", |
|
0 commit comments