@@ -2073,7 +2073,7 @@ def expected_export_v2_image():
2073
2073
"value" : "text" ,
2074
2074
"text_answer" : {
2075
2075
"content" : "free form text..." ,
2076
- "classifications" : []
2076
+ "classifications" : [],
2077
2077
},
2078
2078
},
2079
2079
],
@@ -2108,7 +2108,7 @@ def expected_export_v2_audio():
2108
2108
"value" : "text" ,
2109
2109
"text_answer" : {
2110
2110
"content" : "free form text..." ,
2111
- "classifications" : []
2111
+ "classifications" : [],
2112
2112
},
2113
2113
},
2114
2114
],
@@ -2128,7 +2128,7 @@ def expected_export_v2_html():
2128
2128
"value" : "text" ,
2129
2129
"text_answer" : {
2130
2130
"content" : "free form text..." ,
2131
- "classifications" : []
2131
+ "classifications" : [],
2132
2132
},
2133
2133
},
2134
2134
{
@@ -2191,7 +2191,7 @@ def expected_export_v2_text():
2191
2191
"value" : "text" ,
2192
2192
"text_answer" : {
2193
2193
"content" : "free form text..." ,
2194
- "classifications" : []
2194
+ "classifications" : [],
2195
2195
},
2196
2196
},
2197
2197
],
@@ -2304,7 +2304,7 @@ def expected_export_v2_document():
2304
2304
},
2305
2305
{
2306
2306
"name" : "bbox" ,
2307
- "value" : "bbox" ,
2307
+ "value" : "bbox" ,
2308
2308
"annotation_kind" : "DocumentBoundingBox" ,
2309
2309
"classifications" : [],
2310
2310
"page_number" : 1 ,
@@ -2344,37 +2344,7 @@ def expected_export_v2_document():
2344
2344
"value" : "text" ,
2345
2345
"text_answer" : {
2346
2346
"content" : "free form text..." ,
2347
- "classifications" : []
2348
- },
2349
- },
2350
- ],
2351
- "relationships" : [],
2352
- }
2353
- return expected_annotations
2354
-
2355
-
2356
- @pytest .fixture ()
2357
- def expected_export_v2_llm_prompt_creation ():
2358
- expected_annotations = {
2359
- "objects" : [],
2360
- "classifications" : [
2361
- {
2362
- "name" :
2363
- "checklist" ,
2364
- "value" :
2365
- "checklist" ,
2366
- "checklist_answers" : [{
2367
- "name" : "option1" ,
2368
- "value" : "option1" ,
2369
- "classifications" : []
2370
- }],
2371
- },
2372
- {
2373
- "name" : "text" ,
2374
- "value" : "text" ,
2375
- "text_answer" : {
2376
- "content" : "free form text..." ,
2377
- "classifications" : []
2347
+ "classifications" : [],
2378
2348
},
2379
2349
},
2380
2350
],
@@ -2393,14 +2363,14 @@ def expected_export_v2_llm_prompt_response_creation():
2393
2363
"value" : "prompt-text" ,
2394
2364
"text_answer" : {
2395
2365
"content" : "free form text..." ,
2396
- "classifications" : []
2366
+ "classifications" : [],
2397
2367
},
2398
2368
},
2399
2369
{
2400
2370
"name" : "response-text" ,
2401
2371
"text_answer" : {
2402
2372
"content" : "free form text..." ,
2403
- "classifications" : []
2373
+ "classifications" : [],
2404
2374
},
2405
2375
"value" : "response-text" ,
2406
2376
},
@@ -2445,7 +2415,7 @@ def expected_export_v2_llm_prompt_creation():
2445
2415
"value" : "prompt-text" ,
2446
2416
"text_answer" : {
2447
2417
"content" : "free form text..." ,
2448
- "classifications" : []
2418
+ "classifications" : [],
2449
2419
},
2450
2420
},
2451
2421
],
@@ -2464,7 +2434,7 @@ def expected_export_v2_llm_response_creation():
2464
2434
"name" : "response-text" ,
2465
2435
"text_answer" : {
2466
2436
"content" : "free form text..." ,
2467
- "classifications" : []
2437
+ "classifications" : [],
2468
2438
},
2469
2439
"value" : "response-text" ,
2470
2440
},
@@ -2579,7 +2549,7 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids):
2579
2549
"value" : "text" ,
2580
2550
"text_answer" : {
2581
2551
"content" : "free form text..." ,
2582
- "classifications" : []
2552
+ "classifications" : [],
2583
2553
},
2584
2554
},
2585
2555
{
0 commit comments