|
383 | 383 | " checklist_annotation,\n", |
384 | 384 | " radio_annotation]:\n", |
385 | 385 | " annotations.update({\n", |
386 | | - " 'uuid': str(uuid.uuid4()),\n", |
387 | 386 | " 'dataRow': {\n", |
388 | 387 | " 'id': data_row.uid\n", |
389 | 388 | " }\n", |
|
407 | 406 | "[{'name': 'ner',\n", |
408 | 407 | " 'location': {'start': 0, 'end': 8},\n", |
409 | 408 | " 'messageId': '4',\n", |
410 | | - " 'uuid': 'ce5805b9-1353-432e-9f7a-38cdfa901d5d',\n", |
411 | 409 | " 'dataRow': {'id': 'clc0ygvde029307yn96gv2byu'}},\n", |
412 | 410 | " {'name': 'text_convo',\n", |
413 | 411 | " 'answer': 'the answer to the text questions right here',\n", |
414 | 412 | " 'messageId': '0',\n", |
415 | | - " 'uuid': '2852bb2d-9355-42df-bb95-3db48247cbf7',\n", |
416 | 413 | " 'dataRow': {'id': 'clc0ygvde029307yn96gv2byu'}},\n", |
417 | 414 | " {'name': 'checklist_convo',\n", |
418 | 415 | " 'answers': [{'name': 'first_checklist_answer'},\n", |
419 | 416 | " {'name': 'second_checklist_answer'}],\n", |
420 | 417 | " 'messageId': '2',\n", |
421 | | - " 'uuid': '623fa806-166e-436b-8d1b-dbdc30f23ee5',\n", |
422 | 418 | " 'dataRow': {'id': 'clc0ygvde029307yn96gv2byu'}},\n", |
423 | 419 | " {'name': 'radio_convo',\n", |
424 | 420 | " 'answer': {'name': 'first_radio_answer'},\n", |
425 | 421 | " 'messageId': '0',\n", |
426 | | - " 'uuid': 'a256e84a-5012-4fd4-833f-637935a22fd4',\n", |
427 | 422 | " 'dataRow': {'id': 'clc0ygvde029307yn96gv2byu'}}]" |
428 | 423 | ] |
429 | 424 | }, |
|
0 commit comments