input stringlengths 170 4.38k | target stringlengths 11 500 | corruption_type stringclasses 28
values | schema dict | invalid_json stringlengths 2 1.02k | error stringlengths 21 156 | target_json stringlengths 11 500 |
|---|---|---|---|---|---|---|
TASK repair_structured_output
SPEC
FIELD field_x61 TYPE string REQUIRED no
FIELD prop_o11 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_n17 TYPE integer REQUIRED yes
FIELD col_d47 TYPE boolean REQUIRED no
FIELD col_d85 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_x61":"Maria","prop_o11":"succ... | {"field_x61":"Maria","prop_o11":"success","val_n17":335} | truncated_object | {
"type": "object",
"properties": {
"field_x61": {
"type": "string"
},
"prop_o11": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_n17": {
"type": "integer"
},
"col_d47": {
"type": "boolean"... | {"field_x61":"Maria","prop_o11":"success","val_n17":335 | Unexpected end of JSON input — truncated object | {"field_x61":"Maria","prop_o11":"success","val_n17":335} |
TASK repair_structured_output
SPEC
FIELD dim_m60 TYPE boolean REQUIRED no
FIELD param_e83.key_k66 TYPE string REQUIRED yes
FIELD param_e83.key_n16 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD param_e83.param_z15 TYPE integer REQUIRED yes
FIELD param_e83.field_k67 TYPE string VALUES level_1|level_2|level_3... | {"dim_m60":false,"param_e83":{"key_k66":"Paris","key_n16":"viewer","param_z15":620,"field_k67":"level_2"}} | missing_brace | {
"type": "object",
"properties": {
"dim_m60": {
"type": "boolean"
},
"param_e83": {
"type": "object",
"properties": {
"key_k66": {
"type": "string"
},
"key_n16": {
"type": "string",
"enum": [
"admin",
"edito... | {"dim_m60":false,"param_e83":{"key_k66":"Paris","key_n16":"viewer","param_z15":620,"field_k67":"level_2"} | Missing closing brace | {"dim_m60":false,"param_e83":{"key_k66":"Paris","key_n16":"viewer","param_z15":620,"field_k67":"level_2"}} |
TASK repair_structured_output
SPEC
FIELD key_e45 TYPE null REQUIRED no
FIELD col_c33 TYPE number REQUIRED no
FIELD param_v11 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
{"col_c33":237.81,"param_v11":false} | {"col_c33":237.81,"param_v11":false} | extra_text_before | {
"type": "object",
"properties": {
"key_e45": {
"type": "null"
},
"col_c33": {
"type": "number"
},
"param_v11": {
"type": "boolean"
}
},
"required": [
"param_v11"
]
} | Let me provide the data in JSON format:
{"col_c33":237.81,"param_v11":false} | Output contains non-JSON text before the object | {"col_c33":237.81,"param_v11":false} |
TASK repair_structured_output
SPEC
FIELD val_m31 TYPE boolean REQUIRED no
FIELD attr_w89 TYPE integer REQUIRED no
FIELD prop_y30.key_l88 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD prop_y30.param_g79 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_y30.param_e23 TYPE ... | {"val_m31":false,"key_y79":"cat_c","dim_e59":"FWD","attr_o23":false,"prop_r97":"user@domain.com"} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_m31": {
"type": "boolean"
},
"attr_w89": {
"type": "integer"
},
"prop_y30": {
"type": "object",
"properties": {
"key_l88": {
"type": "string",
"enum": [
"berthed",
"anchored",
... | I need to look up the information first.
Action: calibrate_instrument
Arguments: {"val_m31": false, "key_y79": "cat_c", "dim_e59": "FWD", "attr_o23": false} | Agent tool call missing required parameter 'prop_r97' | {"val_m31":false,"key_y79":"cat_c","dim_e59":"FWD","attr_o23":false,"prop_r97":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD field_h36.val_n02 TYPE integer REQUIRED yes
FIELD field_h36.col_c49 TYPE number REQUIRED no
FIELD field_h36.key_x50.field_r72 TYPE integer REQUIRED yes
FIELD field_h36.key_x50.attr_c72 TYPE integer REQUIRED no
FIELD field_h36.key_x50.col_i39 TYPE number REQUIRED yes
FIELD field... | {"field_h36":{"val_n02":460,"key_x50":{"field_r72":551,"attr_c72":627,"col_i39":756.14,"dim_x66":378,"attr_c99":"inactive"}},"prop_q19":"cat_d","col_y71":"This is a test value.","prop_l98":{"attr_b09":180,"prop_v13":"2020-05-07T04:06:00Z","col_q55":"enterprise","dim_x94":"mode_c","param_z81":281.21,"prop_v81":{"key_d08... | null_required | {
"type": "object",
"properties": {
"field_h36": {
"type": "object",
"properties": {
"val_n02": {
"type": "integer"
},
"col_c49": {
"type": "number"
},
"key_x50": {
"type": "object",
"properties": {
"field_r7... | {"field_h36": null, "prop_q19": "cat_d", "col_y71": "This is a test value.", "prop_l98": {"attr_b09": 180, "prop_v13": "2020-05-07T04:06:00Z", "col_q55": "enterprise", "dim_x94": "mode_c", "param_z81": 281.21, "prop_v81": {"key_d08": "heterozygous", "dim_m08": "cat_a", "dim_e14": "level_3", "val_d72": "user@domain.com"... | Required field 'field_h36' is null | {"field_h36":{"val_n02":460,"key_x50":{"field_r72":551,"attr_c72":627,"col_i39":756.14,"dim_x66":378,"attr_c99":"inactive"}},"prop_q19":"cat_d","col_y71":"This is a test value.","prop_l98":{"attr_b09":180,"prop_v13":"2020-05-07T04:06:00Z","col_q55":"enterprise","dim_x94":"mode_c","param_z81":281.21,"prop_v81":{"key_d08... |
TASK repair_structured_output
SPEC
FIELD order_id TYPE integer REQUIRED no
FIELD first_name TYPE boolean REQUIRED yes
FIELD zip_code TYPE boolean REQUIRED no
FIELD height TYPE number REQUIRED no
FIELD price TYPE boolean REQUIRED no
FIELD span_id.compound TYPE string_email REQUIRED no
FIELD span_id.branch TYPE string R... | {"order_id":79,"first_name":true,"height":840.61,"span_id":{"compound":"ops@domain.org","branch":"2023-12-25","zip_code":"archived","start_date":"Hapag-Lloyd-Express","subtotal":true},"lab_result":"2024-06-30"} | agent_chain | {
"type": "object",
"properties": {
"order_id": {
"type": "integer"
},
"first_name": {
"type": "boolean"
},
"zip_code": {
"type": "boolean"
},
"height": {
"type": "number"
},
"price": {
"type": "boolean"
},
"span_id": {
"type": "object"... | I need to look up the information first.
Action: calculate_price
Result: {"order_id": 79, "first_name": true, "height": 840.61, "lab_result": "2024-06-30"}
I'll query our database.
Action: check_cargo_manifest
Result: | Agent multi-step chain with truncated tool output | {"order_id":79,"first_name":true,"height":840.61,"span_id":{"compound":"ops@domain.org","branch":"2023-12-25","zip_code":"archived","start_date":"Hapag-Lloyd-Express","subtotal":true},"lab_result":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD param_n76 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD col_h74 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD attr_w31 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD dim_v10 TYPE number REQUI... | {"col_h74":"cat_b","attr_w31":"option_d","dim_v10":603.85,"col_h05":370,"val_m80":"type_b"} | markdown_fences | {
"type": "object",
"properties": {
"param_n76": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"col_h74": {
"type": "string",
"enum": [
"cat_a",
"cat_... | ```json
{"col_h74":"cat_b","attr_w31":"option_d","dim_v10":603.85,"col_h05":370,"val_m80":"type_b"}
``` | Output contains markdown code fences | {"col_h74":"cat_b","attr_w31":"option_d","dim_v10":603.85,"col_h05":370,"val_m80":"type_b"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD turbidity TYPE string REQUIRED no
FIELD current_draw TYPE string REQUIRED no
FIELD salinity TYPE integer REQUIRED yes
FIELD velocity TYPE null REQUIRED no
FIELD width TYPE number REQUIRED yes
BROKEN_OUTPUT
Break... | {"shipping":"BRL","turbidity":"sample","current_draw":"REV","salinity":82,"width":954.61} | thought_process | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"turbidity": {
"type": "string"
},
"current_draw": {
"type": "string"
},
"salinity": {
"type": ... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"shipping":"BRL","turbidity":"sample","current_draw":"REV","salinity":82,"width":954.61} | Output contains chain-of-thought reasoning before JSON | {"shipping":"BRL","turbidity":"sample","current_draw":"REV","salinity":82,"width":954.61} |
TASK repair_structured_output
SPEC
FIELD key_a80 TYPE string VALUES single|married|divorced REQUIRED no
FIELD key_e73 TYPE string REQUIRED yes
FIELD key_f49[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"key_a80": "divorced", "key_e73": "Silva", "key_f49": null} | {"key_a80":"divorced","key_e73":"Silva","key_f49":[948.81,216.52,266.32]} | null_required | {
"type": "object",
"properties": {
"key_a80": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_e73": {
"type": "string"
},
"key_f49": {
"type": "array",
"items": {
"type": "number"
}
}
},
"r... | {"key_a80": "divorced", "key_e73": "Silva", "key_f49": null} | Required field 'key_f49' is null | {"key_a80":"divorced","key_e73":"Silva","key_f49":[948.81,216.52,266.32]} |
TASK repair_structured_output
SPEC
FIELD prop_i91 TYPE string REQUIRED no
FIELD key_c39 TYPE integer REQUIRED yes
FIELD prop_v06 TYPE boolean REQUIRED no
FIELD col_o86 TYPE string_date-time REQUIRED yes
FIELD val_b13[].attr_f83 TYPE string_uri REQUIRED no
FIELD val_b13[].attr_m09 TYPE integer REQUIRED yes
FIELD val_b1... | {"prop_i91":"foo","key_c39":176,"prop_v06":false,"col_o86":"2020-07-17T10:30:00Z"} | missing_brace | {
"type": "object",
"properties": {
"prop_i91": {
"type": "string"
},
"key_c39": {
"type": "integer"
},
"prop_v06": {
"type": "boolean"
},
"col_o86": {
"type": "string",
"format": "date-time"
},
"val_b13": {
"type": "array",
"items": {
... | "prop_i91":"foo","key_c39":176,"prop_v06":false,"col_o86":"2020-07-17T10:30:00Z"} | Missing closing brace | {"prop_i91":"foo","key_c39":176,"prop_v06":false,"col_o86":"2020-07-17T10:30:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_h10 TYPE boolean REQUIRED yes
FIELD param_u00 TYPE integer REQUIRED no
FIELD param_e71 TYPE boolean REQUIRED no
FIELD key_k12 TYPE string REQUIRED no
FIELD prop_h97 TYPE boolean REQUIRED yes
FIELD col_g00 TYPE number REQUIRED no
FIELD col_v67 TYPE null REQUIRED no
BROKEN_O... | {"val_h10":true,"param_u00":191,"param_e71":false,"key_k12":"chrX","prop_h97":true,"col_v67":null} | boolean_as_string | {
"type": "object",
"properties": {
"val_h10": {
"type": "boolean"
},
"param_u00": {
"type": "integer"
},
"param_e71": {
"type": "boolean"
},
"key_k12": {
"type": "string"
},
"prop_h97": {
"type": "boolean"
},
"col_g00": {
"type": "numb... | {"val_h10": "yes", "param_u00": 191, "param_e71": false, "key_k12": "chrX", "prop_h97": true, "col_v67": null} | Field 'val_h10' must be boolean, got string | {"val_h10":true,"param_u00":191,"param_e71":false,"key_k12":"chrX","prop_h97":true,"col_v67":null} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string REQUIRED no
FIELD discount TYPE integer REQUIRED yes
FIELD website TYPE string REQUIRED no
FIELD maturity_date.company TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD maturity_date.vital_sign TYPE string REQUIRED yes
FIELD maturity_da... | {"image_url":"test@example.com","discount":50,"website":"pending","maturity_date":{"vital_sign":"active","notes":{"aligned_pct":439,"username":988.44}},"price":{"altitude":"closed","label":"approved","loan_amount":"oceanic"}} | number_with_unit | {
"type": "object",
"properties": {
"image_url": {
"type": "string"
},
"discount": {
"type": "integer"
},
"website": {
"type": "string"
},
"maturity_date": {
"type": "object",
"properties": {
"company": {
"type": "string",
"enum":... | {"image_url": "test@example.com", "discount": "50kg", "website": "pending", "maturity_date": {"vital_sign": "active", "notes": {"aligned_pct": 439, "username": 988.44}}, "price": {"altitude": "closed", "label": "approved", "loan_amount": "oceanic"}} | Field 'discount' must be number, got string with unit | {"image_url":"test@example.com","discount":50,"website":"pending","maturity_date":{"vital_sign":"active","notes":{"aligned_pct":439,"username":988.44}},"price":{"altitude":"closed","label":"approved","loan_amount":"oceanic"}} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD gene_id TYPE boolean REQUIRED yes
FIELD image_url TYPE string REQUIRED yes
FIELD batch_code[].interest_rate TYPE integer REQUIRED no
FIELD batch_code[].order_id TYPE null REQUIRED no
FIELD batch_code[].yield_p... | {"phenotype":"xl","gene_id":true,"image_url":"test"} | missing_brace | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"gene_id": {
"type": "boolean"
},
"image_url": {
"type": "string"
},
"batch_code": {
"type": "array",
... | {"phenotype":"xl","gene_id":true,"image_url":"test" | Missing closing brace | {"phenotype":"xl","gene_id":true,"image_url":"test"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE integer REQUIRED yes
FIELD salinity TYPE boolean REQUIRED no
FIELD nickname.updated_at TYPE string VALUES draft|published|archived REQUIRED yes
FIELD nickname.aligned_pct TYPE boolean REQUIRED no
FIELD nickname.message.discount TYPE string REQUIRED no
FIELD nicknam... | {"item_id":126,"salinity":true,"nickname":{"updated_at":"archived","message":{"discount":"world","name":null,"phone":true,"date":577,"bed_number":150,"throttle_pos":"frameshift","price":"2025-01-20T02:41:00Z","half_life":"London"},"torque_output":true,"run_id":{"tags":911.64,"turbidity":139.08,"loan_amount":false}}} | tool_call_partial_args | {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"salinity": {
"type": "boolean"
},
"nickname": {
"type": "object",
"properties": {
"updated_at": {
"type": "string",
"enum": [
"draft",
"published",
... | Let me check the system.
Action: filter_variants
Arguments: {"salinity": true, "nickname": {"updated_at": "archived", "message": {"discount": "world", "name": null, "phone": true, "date": 577, "bed_number": 150, "throttle_pos": "frameshift", "price": "2025-01-20T02:41:00Z", "half_life": "London"}, "torque_output": true... | Agent tool call missing required parameter 'item_id' | {"item_id":126,"salinity":true,"nickname":{"updated_at":"archived","message":{"discount":"world","name":null,"phone":true,"date":577,"bed_number":150,"throttle_pos":"frameshift","price":"2025-01-20T02:41:00Z","half_life":"London"},"torque_output":true,"run_id":{"tags":911.64,"turbidity":139.08,"loan_amount":false}}} |
TASK repair_structured_output
SPEC
FIELD prop_h52.col_h27 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD prop_h52.val_s95 TYPE integer REQUIRED yes
FIELD prop_h52.col_k34.attr_u52 TYPE string REQUIRED no
FIELD prop_h52.col_k34.key_t44 TYPE integer REQUIRED no
FIELD prop_h52.col_k34.key_f48 TY... | {"param_t92":"Paris","val_s31":101,"key_v76":true,"param_u95":"Jane","col_z06":"2022-09-07T14:08:00Z"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_h52": {
"type": "object",
"properties": {
"col_h27": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"val_s95": {
... | check_availability(param_t92='Paris', val_s31=101, key_v76=True, param_u95='Jane', col_z06='2022-09-07T14:08:00Z') | Tool call uses Python syntax instead of JSON | {"param_t92":"Paris","val_s31":101,"key_v76":true,"param_u95":"Jane","col_z06":"2022-09-07T14:08:00Z"} |
TASK repair_structured_output
SPEC
FIELD col_z89 TYPE number REQUIRED yes
FIELD prop_z48.col_j63 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_z48.attr_k92 TYPE boolean REQUIRED yes
FIELD prop_z48.dim_l15 TYPE string_uri REQUIRED no
FIELD prop_z48.field_g32.dim_a43 TYPE string REQUIRED no
FIELD prop_z4... | {"col_z89":345.44,"prop_z48":{"col_j63":"viewer","attr_k92":true,"dim_l15":"https://data.org/data","field_g32":{"dim_a43":"active","key_j15":"REV","param_m86":"admin@test.io","key_a16":"New York","prop_d26":"Luis"},"col_t93":{"prop_m84":"chrX","col_w94":835,"attr_n55":"xl"}},"field_k19":223} | markdown_fences | {
"type": "object",
"properties": {
"col_z89": {
"type": "number"
},
"prop_z48": {
"type": "object",
"properties": {
"col_j63": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr... | ```json
{"col_z89":345.44,"prop_z48":{"col_j63":"viewer","attr_k92":true,"dim_l15":"https://data.org/data","field_g32":{"dim_a43":"active","key_j15":"REV","param_m86":"admin@test.io","key_a16":"New York","prop_d26":"Luis"},"col_t93":{"prop_m84":"chrX","col_w94":835,"attr_n55":"xl"}},"field_k19":223}
``` | Output contains markdown code fences | {"col_z89":345.44,"prop_z48":{"col_j63":"viewer","attr_k92":true,"dim_l15":"https://data.org/data","field_g32":{"dim_a43":"active","key_j15":"REV","param_m86":"admin@test.io","key_a16":"New York","prop_d26":"Luis"},"col_t93":{"prop_m84":"chrX","col_w94":835,"attr_n55":"xl"}},"field_k19":223} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string REQUIRED no
FIELD shipper_ref TYPE string_uri REQUIRED yes
FIELD options TYPE number REQUIRED no
FIELD feedback TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{"shipper_ref":"https://example.com/api","options":419.04,"feedback":"push"}
Let ... | {"shipper_ref":"https://example.com/api","options":419.04,"feedback":"push"} | extra_text_after | {
"type": "object",
"properties": {
"ward": {
"type": "string"
},
"shipper_ref": {
"type": "string",
"format": "uri"
},
"options": {
"type": "number"
},
"feedback": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
... | {"shipper_ref":"https://example.com/api","options":419.04,"feedback":"push"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"shipper_ref":"https://example.com/api","options":419.04,"feedback":"push"} |
TASK repair_structured_output
SPEC
FIELD attr_h90 TYPE string REQUIRED no
FIELD dim_c44 TYPE string REQUIRED no
FIELD key_x88.val_n12 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_x88.key_p08 TYPE number REQUIRED yes
FIELD key_x88.dim_f20 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD... | {"key_x88":{"val_n12":"email","key_p08":364.93,"dim_f20":"pro"},"dim_e39":"heterozygous","col_s80":"pending","attr_i04":false,"col_f44":200,"key_g70":"https://example.org/api"} | invalid_enum | {
"type": "object",
"properties": {
"attr_h90": {
"type": "string"
},
"dim_c44": {
"type": "string"
},
"key_x88": {
"type": "object",
"properties": {
"val_n12": {
"type": "string",
"enum": [
"email",
"phone",
... | {"key_x88": {"val_n12": "email", "key_p08": 364.93, "dim_f20": "pro"}, "dim_e39": "heterozygous", "col_s80": "invalid_choice_680", "attr_i04": false, "col_f44": 200, "key_g70": "https://example.org/api"} | Field 'col_s80' has invalid enum value 'invalid_choice_680', expected one of ['active', 'inactive', 'pending'] | {"key_x88":{"val_n12":"email","key_p08":364.93,"dim_f20":"pro"},"dim_e39":"heterozygous","col_s80":"pending","attr_i04":false,"col_f44":200,"key_g70":"https://example.org/api"} |
TASK repair_structured_output
SPEC
FIELD field_x90 TYPE integer REQUIRED yes
FIELD val_j09 TYPE string REQUIRED no
FIELD attr_b68 TYPE number REQUIRED yes
FIELD key_f60 TYPE integer REQUIRED no
FIELD prop_r48.key_z91 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_r48.param_g11 TYPE number REQUIRED n... | {"field_x90":220,"attr_b68":668.78,"key_f60":61,"prop_r48":{"key_z91":"single","param_g11":960.54,"key_e88":"2020-08-20T22:20:00Z","key_f75":false}} | truncated_object | {
"type": "object",
"properties": {
"field_x90": {
"type": "integer"
},
"val_j09": {
"type": "string"
},
"attr_b68": {
"type": "number"
},
"key_f60": {
"type": "integer"
},
"prop_r48": {
"type": "object",
"properties": {
"key_z91": {
... | {"field_x90":220,"attr_b68":668.78,"key_f60":61,"prop_r48":{"key_z91":"single","param_g11":960.54,"key_e88":"2020-08-20T22:20:00Z","key_f75":false} | Unexpected end of JSON input — truncated object | {"field_x90":220,"attr_b68":668.78,"key_f60":61,"prop_r48":{"key_z91":"single","param_g11":960.54,"key_e88":"2020-08-20T22:20:00Z","key_f75":false}} |
TASK repair_structured_output
SPEC
FIELD count TYPE string REQUIRED yes
FIELD date.score TYPE integer REQUIRED yes
FIELD date.age TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD date.umi TYPE boolean REQUIRED no
FIELD date.quantity[].current_draw TYPE string REQUIRED no
FIELD date.quantity[].subtotal TYPE str... | {"count":"pending","date":{"score":281,"age":"USD","umi":true},"zip_code":"2020-02-22T00:15:00Z","velocity":"2021-01-19T15:53:00Z","medication":838} | number_with_unit | {
"type": "object",
"properties": {
"count": {
"type": "string"
},
"date": {
"type": "object",
"properties": {
"score": {
"type": "integer"
},
"age": {
"type": "string",
"enum": [
"USD",
"EUR",
"G... | {"count": "pending", "date": {"score": 281, "age": "USD", "umi": true}, "zip_code": "2020-02-22T00:15:00Z", "velocity": "2021-01-19T15:53:00Z", "medication": "838MB"} | Field 'medication' must be number, got string with unit | {"count":"pending","date":{"score":281,"age":"USD","umi":true},"zip_code":"2020-02-22T00:15:00Z","velocity":"2021-01-19T15:53:00Z","medication":838} |
TASK repair_structured_output
SPEC
FIELD param_j64 TYPE string REQUIRED no
FIELD dim_m89 TYPE string REQUIRED no
FIELD prop_v12 TYPE integer REQUIRED no
FIELD dim_f53[].param_r91 TYPE number REQUIRED no
FIELD dim_f53[].col_u66 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD dim_f53... | {"dim_m89":"New York","prop_v12":770,"dim_f53":[{"param_r91":916.97,"col_u66":"level_2","col_r11":244,"val_n23":613,"key_b16":21.04}],"dim_b70":["Oliveira"]} | markdown_fences | {
"type": "object",
"properties": {
"param_j64": {
"type": "string"
},
"dim_m89": {
"type": "string"
},
"prop_v12": {
"type": "integer"
},
"dim_f53": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_r91": {
... | ```json
{"dim_m89":"New York","prop_v12":770,"dim_f53":[{"param_r91":916.97,"col_u66":"level_2","col_r11":244,"val_n23":613,"key_b16":21.04}],"dim_b70":["Oliveira"]}
``` | Output contains markdown code fences | {"dim_m89":"New York","prop_v12":770,"dim_f53":[{"param_r91":916.97,"col_u66":"level_2","col_r11":244,"val_n23":613,"key_b16":21.04}],"dim_b70":["Oliveira"]} |
TASK repair_structured_output
SPEC
FIELD address TYPE integer REQUIRED yes
FIELD amount TYPE integer REQUIRED yes
FIELD allele.notes TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD allele.color TYPE string_uri REQUIRED yes
FIELD allele.transaction_id TYPE integer REQUIRED yes
FIELD allele.country TYPE n... | {"address":159,"amount":213,"allele":{"color":"https://example.org/data","transaction_id":958,"country":273.44,"verified":[{"pressure_kpa":null,"image_url":"inactive","terminal_id":"admin","ph_level":"2023-05-25T07:26:00Z"}]}} | agent_chain | {
"type": "object",
"properties": {
"address": {
"type": "integer"
},
"amount": {
"type": "integer"
},
"allele": {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"free",
"basic",
"pr... | I need to look up the information first.
Action: verify_hazmat_compliance
Result: {"amount": 213, "allele": {"color": "https://example.org/data", "transaction_id": 958, "country": 273.44, "verified": [{"pressure_kpa": null, "image_url": "inactive", "terminal_id": "admin", "ph_level": "2023-05-25T07:26:00Z"}]}}
I'll qu... | Agent multi-step chain with truncated tool output | {"address":159,"amount":213,"allele":{"color":"https://example.org/data","transaction_id":958,"country":273.44,"verified":[{"pressure_kpa":null,"image_url":"inactive","terminal_id":"admin","ph_level":"2023-05-25T07:26:00Z"}]}} |
TASK repair_structured_output
SPEC
FIELD val_h63 TYPE integer REQUIRED yes
FIELD col_b00 TYPE string_uri REQUIRED yes
FIELD prop_h07 TYPE number REQUIRED yes
FIELD prop_g87 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
{"val_h63":92,"col_b00":"https://api.org/data","prop_h07":524.91... | {"val_h63":92,"col_b00":"https://api.org/data","prop_h07":524.91,"prop_g87":"homozygous"} | truncated_object | {
"type": "object",
"properties": {
"val_h63": {
"type": "integer"
},
"col_b00": {
"type": "string",
"format": "uri"
},
"prop_h07": {
"type": "number"
},
"prop_g87": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"h... | {"val_h63":92,"col_b00":"https://api.org/data","prop_h07":524.91,"prop_g87":"homozygous" | Unexpected end of JSON input — truncated object | {"val_h63":92,"col_b00":"https://api.org/data","prop_h07":524.91,"prop_g87":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE boolean REQUIRED yes
FIELD longitude TYPE number REQUIRED yes
FIELD shipper_ref TYPE integer REQUIRED no
FIELD humidity_pct TYPE boolean REQUIRED yes
FIELD consignee TYPE string VALUES single|married|divorced REQUIRED no
FIELD vital_sign.status_code TYPE integer ... | {"yield_pct":false,"longitude":290.39,"shipper_ref":163,"humidity_pct":true,"consignee":"married","vital_sign":{"status_code":466,"manifest_ref":"info","verified":"test@test.io","payment_status":{"category":252,"tax":540.81,"comments":"Charlie"},"lane":{"isotope":"editor","date":915,"subtotal":"2023-12-25"},"chromosome... | markdown_fences | {
"type": "object",
"properties": {
"yield_pct": {
"type": "boolean"
},
"longitude": {
"type": "number"
},
"shipper_ref": {
"type": "integer"
},
"humidity_pct": {
"type": "boolean"
},
"consignee": {
"type": "string",
"enum": [
"single",... | ```json
{"yield_pct":false,"longitude":290.39,"shipper_ref":163,"humidity_pct":true,"consignee":"married","vital_sign":{"status_code":466,"manifest_ref":"info","verified":"test@test.io","payment_status":{"category":252,"tax":540.81,"comments":"Charlie"},"lane":{"isotope":"editor","date":915,"subtotal":"2023-12-25"},"ch... | Output contains markdown code fences | {"yield_pct":false,"longitude":290.39,"shipper_ref":163,"humidity_pct":true,"consignee":"married","vital_sign":{"status_code":466,"manifest_ref":"info","verified":"test@test.io","payment_status":{"category":252,"tax":540.81,"comments":"Charlie"},"lane":{"isotope":"editor","date":915,"subtotal":"2023-12-25"},"chromosome... |
TASK repair_structured_output
SPEC
FIELD prop_r78 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD key_g65 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_i26.val_r56.field_o01 TYPE boolean REQUIRED no
FIELD attr_i26.val_r56.prop_p82 TYPE integer REQUIRED no
FIELD attr_i26.val_r56.field_e63 T... | {"prop_r78":"cat_d","prop_w71":false,"param_x20":246.22,"val_n39":"https://example.io/api"} | thought_process | {
"type": "object",
"properties": {
"prop_r78": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"key_g65": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_i26": ... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"prop_r78":"cat_d","prop_w71":false,"param_x20":246.22,"val_n39":"https://example.io/api"} | Output contains chain-of-thought reasoning before JSON | {"prop_r78":"cat_d","prop_w71":false,"param_x20":246.22,"val_n39":"https://example.io/api"} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string_uri REQUIRED no
FIELD user_id TYPE string REQUIRED yes
FIELD tags TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD image_url TYPE string_email REQUIRED no
FIELD crew_id.category TYPE number REQUIRED yes
FIELD crew_id.dosage TYPE string ... | {"user_id":"Smith","tags":"arctic","image_url":"test@domain.org","crew_id":{"category":103.83,"dosage":"Santos","isotope":"reliable","port_code":"ops@domain.org","loan_amount":{"turbidity":true,"ph_level":526.65,"message":"quux","frequency_hz":"archived","tile":"medium","title":911.22},"department":"chrX","end_date":"m... | missing_required | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"format": "uri"
},
"user_id": {
"type": "string"
},
"tags": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"image_url": {... | {"user_id": "Smith", "image_url": "test@domain.org", "crew_id": {"category": 103.83, "dosage": "Santos", "isotope": "reliable", "port_code": "ops@domain.org", "loan_amount": {"turbidity": true, "ph_level": 526.65, "message": "quux", "frequency_hz": "archived", "tile": "medium", "title": 911.22}, "department": "chrX", "... | Required field 'tags' is missing | {"user_id":"Smith","tags":"arctic","image_url":"test@domain.org","crew_id":{"category":103.83,"dosage":"Santos","isotope":"reliable","port_code":"ops@domain.org","loan_amount":{"turbidity":true,"ph_level":526.65,"message":"quux","frequency_hz":"archived","tile":"medium","title":911.22},"department":"chrX","end_date":"m... |
TASK repair_structured_output
SPEC
FIELD key_w75 TYPE string REQUIRED no
FIELD key_m99 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_l92 TYPE number REQUIRED yes
FIELD col_s84 TYPE boolean REQUIRED yes
FIELD col_y91 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPU... | {"param_l92":240.2,"col_s84":false,"col_y91":"offline"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_w75": {
"type": "string"
},
"key_m99": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_l92": {
"type": "number"
},
"col_s84": {
"type": "boolea... | calculate_price(param_l92=240.2, col_s84=False, col_y91='offline') | Tool call uses Python syntax instead of JSON | {"param_l92":240.2,"col_s84":false,"col_y91":"offline"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string REQUIRED yes
FIELD username TYPE string REQUIRED yes
FIELD item_id.voltage TYPE integer REQUIRED yes
FIELD item_id.price TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD item_id.currency.transaction_id TYPE null REQUIRED no
FIELD item_id.c... | {"freight_class":"GRCh38","username":"Paris","item_id":{"voltage":336,"currency":{"transaction_id":null,"filter_flag":"delivered","branch":false,"gene_id":true,"pressure_kpa":true,"procedure_code":true,"build_status":"New York"}}} | truncated_object | {
"type": "object",
"properties": {
"freight_class": {
"type": "string"
},
"username": {
"type": "string"
},
"item_id": {
"type": "object",
"properties": {
"voltage": {
"type": "integer"
},
"price": {
"type": "string",
... | {"freight_class":"GRCh38","username":"Paris","item_id":{"voltage":336,"currency":{"transaction_id":null,"filter_flag":"delivered","branch":false,"gene_id":true,"pressure_kpa":true,"procedure_code":true,"build_status":"New York"}} | Unexpected end of JSON input — truncated object | {"freight_class":"GRCh38","username":"Paris","item_id":{"voltage":336,"currency":{"transaction_id":null,"filter_flag":"delivered","branch":false,"gene_id":true,"pressure_kpa":true,"procedure_code":true,"build_status":"New York"}}} |
TASK repair_structured_output
SPEC
FIELD field_c04 TYPE number REQUIRED no
FIELD prop_r22 TYPE number REQUIRED yes
FIELD attr_u24 TYPE integer REQUIRED yes
FIELD param_o55.val_z90 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_o55.val_k93 TYPE string VALUES success|error|warning|info REQUIR... | {"field_c04":661.13,"prop_r22":984.44,"attr_u24":981,"param_o55":{"val_z90":"reliable","val_k93":"error","param_m02":"2022-07-17T18:19:00Z"},"prop_u33":"underway"} | extra_text_before | {
"type": "object",
"properties": {
"field_c04": {
"type": "number"
},
"prop_r22": {
"type": "number"
},
"attr_u24": {
"type": "integer"
},
"param_o55": {
"type": "object",
"properties": {
"val_z90": {
"type": "string",
"enum": [
... | Sure, here's the result:
{"field_c04":661.13,"prop_r22":984.44,"attr_u24":981,"param_o55":{"val_z90":"reliable","val_k93":"error","param_m02":"2022-07-17T18:19:00Z"},"prop_u33":"underway"} | Output contains non-JSON text before the object | {"field_c04":661.13,"prop_r22":984.44,"attr_u24":981,"param_o55":{"val_z90":"reliable","val_k93":"error","param_m02":"2022-07-17T18:19:00Z"},"prop_u33":"underway"} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE string_email REQUIRED yes
FIELD batch_code TYPE integer REQUIRED yes
FIELD balance TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD state TYPE number REQUIRED no
FIELD consignee TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"created_at": "info@test.io",... | {"created_at":"info@test.io","batch_code":689,"balance":"type_a","state":632.89,"consignee":"https://www.io/data"} | invalid_enum | {
"type": "object",
"properties": {
"created_at": {
"type": "string",
"format": "email"
},
"batch_code": {
"type": "integer"
},
"balance": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"state": {
"type": ... | {"created_at": "info@test.io", "batch_code": 689, "balance": "invalid_option_226", "state": 632.89, "consignee": "https://www.io/data"} | Field 'balance' has invalid enum value 'invalid_option_226', expected one of ['type_a', 'type_b', 'type_c'] | {"created_at":"info@test.io","batch_code":689,"balance":"type_a","state":632.89,"consignee":"https://www.io/data"} |
TASK repair_structured_output
SPEC
FIELD attr_y74.dim_j75 TYPE string_date-time REQUIRED yes
FIELD attr_y74.attr_j23 TYPE string_email REQUIRED no
FIELD attr_y74.key_l24 TYPE string_email REQUIRED yes
FIELD attr_y74.field_l04 TYPE integer REQUIRED no
FIELD attr_y74.val_q47 TYPE string REQUIRED yes
FIELD attr_y74.prop_... | {"col_u37":"user@test.io","col_i71":"hemizygous"} | agent_chain | {
"type": "object",
"properties": {
"attr_y74": {
"type": "object",
"properties": {
"dim_j75": {
"type": "string",
"format": "date-time"
},
"attr_j23": {
"type": "string",
"format": "email"
},
"key_l24": {
"typ... | I need to look up the information first.
Action: validate_address
Result: {"col_u37": "user@test.io"}
I'll query our database.
Action: verify_hazmat_compliance
Result: | Agent multi-step chain with truncated tool output | {"col_u37":"user@test.io","col_i71":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string_uri REQUIRED yes
FIELD account_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD balance TYPE boolean REQUIRED no
FIELD company TYPE string REQUIRED no
FIELD count.department TYPE string VALUES draft|published|archived REQUIRED no
FIELD count.yie... | {"notes":"https://api.io/api","account_id":"divorced","company":"MV-Evergreen-01","loan_amount":77.81,"visible":{"visible":"phone","bed_number":false,"chromosome":841},"timezone":{"terminal_id":599,"website":"reliable","phenotype":841.64,"tags":"Charlie","consignee":528}} | tool_call_bad_format | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"format": "uri"
},
"account_id": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"balance": {
"type": "boolean"
},
"company": {
"type": "s... | <functioncall> track_vessel
{notes: "https://api.io/api", account_id: "divorced", company: "MV-Evergreen-01", loan_amount: 77.81, visible: {visible: "phone", bed_number: false, chromosome: 841}, timezone: {terminal_id: 599, website: "reliable", phenotype: 841.64, tags: "Charlie", consignee: 528}} | Tool call has malformed arguments — unquoted keys in function parameters | {"notes":"https://api.io/api","account_id":"divorced","company":"MV-Evergreen-01","loan_amount":77.81,"visible":{"visible":"phone","bed_number":false,"chromosome":841},"timezone":{"terminal_id":599,"website":"reliable","phenotype":841.64,"tags":"Charlie","consignee":528}} |
TASK repair_structured_output
SPEC
FIELD key_r25 TYPE integer REQUIRED yes
FIELD prop_e63 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD attr_j09 TYPE null REQUIRED yes
FIELD val_m67 TYPE string REQUIRED no
FIELD val_w72 TYPE string REQUIRED yes
FIELD dim_d51 TYPE string VALUES pending_review|... | {"key_r25":498,"prop_e63":"hemizygous","attr_j09":null,"val_w72":"https://example.com","dim_d51":"rejected"} | truncated_object | {
"type": "object",
"properties": {
"key_r25": {
"type": "integer"
},
"prop_e63": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_j09": {
"type": "null"
},
"val_m67": {
"type": "string"
},... | {"key_r25":498,"prop_e63":"hemizygous","attr_j09":null,"val_w72":"https://example.com","dim_d51":"rejected" | Unexpected end of JSON input — truncated object | {"key_r25":498,"prop_e63":"hemizygous","attr_j09":null,"val_w72":"https://example.com","dim_d51":"rejected"} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE string REQUIRED yes
FIELD id TYPE string REQUIRED no
FIELD throttle_pos TYPE string_uri REQUIRED no
FIELD amount TYPE boolean REQUIRED no
FIELD language.consignee TYPE boolean REQUIRED no
FIELD language.procedure_code TYPE string REQUIRED no
FIELD language.en... | {"maturity_date":"REV","id":"Johnson","throttle_pos":"https://api.com/v1","amount":false,"language":{"consignee":false,"procedure_code":"2024-06-30","end_date":541,"timezone":"cancelled"}} | agent_chain | {
"type": "object",
"properties": {
"maturity_date": {
"type": "string"
},
"id": {
"type": "string"
},
"throttle_pos": {
"type": "string",
"format": "uri"
},
"amount": {
"type": "boolean"
},
"language": {
"type": "object",
"properties": {... | I need to look up the information first.
Action: run_diagnostics
Result: {"maturity_date": "REV", "throttle_pos": "https://api.com/v1", "amount": false, "language": {"consignee": false, "procedure_code": "2024-06-30", "end_date": 541, "timezone": "cancelled"}}
I'll query our database.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"maturity_date":"REV","id":"Johnson","throttle_pos":"https://api.com/v1","amount":false,"language":{"consignee":false,"procedure_code":"2024-06-30","end_date":541,"timezone":"cancelled"}} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string REQUIRED yes
FIELD salinity.length TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD salinity.patient_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD salinity.conductivity TYPE string VALUES pending_re... | {"amount":"John","salinity":{"length":"confirmed","conductivity":"confirmed","current_draw":"Paris","crew_id":true,"nickname":"https://example.io/api"},"branch":213.95} | missing_brace | {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"salinity": {
"type": "object",
"properties": {
"length": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"... | {"amount":"John","salinity":"length":"confirmed","conductivity":"confirmed","current_draw":"Paris","crew_id":true,"nickname":"https://example.io/api"},"branch":213.95} | Missing closing brace | {"amount":"John","salinity":{"length":"confirmed","conductivity":"confirmed","current_draw":"Paris","crew_id":true,"nickname":"https://example.io/api"},"branch":213.95} |
TASK repair_structured_output
SPEC
FIELD prop_o15 TYPE number REQUIRED no
FIELD prop_b27 TYPE boolean REQUIRED no
FIELD col_l79 TYPE string REQUIRED no
FIELD field_o07 TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{field_o07:"push"} | {"field_o07":"push"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_o15": {
"type": "number"
},
"prop_b27": {
"type": "boolean"
},
"col_l79": {
"type": "string"
},
"field_o07": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
}... | {field_o07:"push"} | Expecting property name enclosed in double quotes | {"field_o07":"push"} |
TASK repair_structured_output
SPEC
FIELD dim_a85 TYPE integer REQUIRED no
FIELD dim_y52 TYPE string_uri REQUIRED no
FIELD col_r28 TYPE boolean REQUIRED no
FIELD prop_h97.key_u52 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD prop_h97.field_q83 TYPE string REQUIRED yes
FIELD prop_h97.col_w47.param_... | {"dim_a85":964,"dim_y52":"https://data.io/v1","prop_h97":{"key_u52":"cat_e","field_q83":"Sao Paulo","prop_p13":{"prop_m60":"mode_b","attr_v07":"cat_c","attr_f47":172}}} | missing_required | {
"type": "object",
"properties": {
"dim_a85": {
"type": "integer"
},
"dim_y52": {
"type": "string",
"format": "uri"
},
"col_r28": {
"type": "boolean"
},
"prop_h97": {
"type": "object",
"properties": {
"key_u52": {
"type": "string",
... | {"dim_a85": 964, "dim_y52": "https://data.io/v1"} | Required field 'prop_h97' is missing | {"dim_a85":964,"dim_y52":"https://data.io/v1","prop_h97":{"key_u52":"cat_e","field_q83":"Sao Paulo","prop_p13":{"prop_m60":"mode_b","attr_v07":"cat_c","attr_f47":172}}} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE integer REQUIRED no
FIELD bed_number TYPE boolean REQUIRED no
FIELD salinity TYPE string REQUIRED yes
FIELD city.deploy_target.lab_result TYPE string REQUIRED yes
FIELD city.deploy_target.duration_ms TYPE integer REQUIRED yes
FIELD city.deploy_target.tile[] ... | {"bed_number":false,"salinity":"quux","city":{"deploy_target":{"lab_result":"test@example.com","duration_ms":455,"tile":["2022-06-18T14:31:00Z","2024-05-20T12:35:00Z"]},"span_id":22.23,"tax":"level_1","voltage":"chr1","timezone":"world","frequency_hz":100.46},"date":{"phenotype":269,"company":57},"transaction_id":false... | tool_call_wrong_param | {
"type": "object",
"properties": {
"procedure_code": {
"type": "integer"
},
"bed_number": {
"type": "boolean"
},
"salinity": {
"type": "string"
},
"city": {
"type": "object",
"properties": {
"deploy_target": {
"type": "object",
"... | Tool: delete_item
Params: {"bed_number": false, "salinity": "quux", "city": {"deploy_target": {"lab_result": "test@example.com", "duration_ms": 455, "tile": ["2022-06-18T14:31:00Z", "2024-05-20T12:35:00Z"]}, "span_id": 22.23, "tax": "level_1", "voltage": "chr1", "timezone": "world", "frequency_hz": 100.46}, "date": {"p... | Agent used wrong parameter name 'procedure_code_value' instead of 'procedure_code' | {"bed_number":false,"salinity":"quux","city":{"deploy_target":{"lab_result":"test@example.com","duration_ms":455,"tile":["2022-06-18T14:31:00Z","2024-05-20T12:35:00Z"]},"span_id":22.23,"tax":"level_1","voltage":"chr1","timezone":"world","frequency_hz":100.46},"date":{"phenotype":269,"company":57},"transaction_id":false... |
TASK repair_structured_output
SPEC
FIELD col_o91 TYPE string_email REQUIRED no
FIELD col_g28 TYPE integer REQUIRED no
FIELD attr_l38.field_t12 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD attr_l38.field_f09 TYPE string VALUES type_a|type_b REQUIRED no
FIELD attr_l38.field_... | {"col_o91":"admin@domain.org","col_g28":486,"attr_l38":{"field_t12":"option_a","field_f09":"type_a","key_w23":null,"key_e33":"info@domain.org","field_l07":"Jane"},"field_s64":"cat_a","field_u19":"published"} | missing_bracket | {
"type": "object",
"properties": {
"col_o91": {
"type": "string",
"format": "email"
},
"col_g28": {
"type": "integer"
},
"attr_l38": {
"type": "object",
"properties": {
"field_t12": {
"type": "string",
"enum": [
"option_a",
... | {"col_o91":"admin@domain.org","col_g28":486,"attr_l38":{"field_t12":"option_a","field_f09":"type_a","key_w23":null,"key_e33":"info@domain.org","field_l07":"Jane"},"field_s64":"cat_a","field_u19":"published"} | Missing closing bracket | {"col_o91":"admin@domain.org","col_g28":486,"attr_l38":{"field_t12":"option_a","field_f09":"type_a","key_w23":null,"key_e33":"info@domain.org","field_l07":"Jane"},"field_s64":"cat_a","field_u19":"published"} |
TASK repair_structured_output
SPEC
FIELD strand TYPE integer REQUIRED yes
FIELD transaction_id TYPE number REQUIRED yes
FIELD repository TYPE string REQUIRED no
FIELD maturity_date TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"strand": 830, "transaction_id": 879.35, "repository": "New York", "maturity_date": "\"no\""} | {"strand":830,"transaction_id":879.35,"repository":"New York","maturity_date":false} | wrong_type | {
"type": "object",
"properties": {
"strand": {
"type": "integer"
},
"transaction_id": {
"type": "number"
},
"repository": {
"type": "string"
},
"maturity_date": {
"type": "boolean"
}
},
"required": [
"maturity_date",
"transaction_id",
"strand"... | {"strand": 830, "transaction_id": 879.35, "repository": "New York", "maturity_date": "\"no\""} | Field 'maturity_date' must be boolean, got string | {"strand":830,"transaction_id":879.35,"repository":"New York","maturity_date":false} |
TASK repair_structured_output
SPEC
FIELD section TYPE string REQUIRED no
FIELD visible TYPE integer REQUIRED no
FIELD freight_class TYPE number REQUIRED no
FIELD updated_at TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD ward TYPE string REQUIRED yes
FIELD state TYPE boolean REQUIRED no
FI... | {"freight_class":537.54,"updated_at":"nonsense","ward":"Maria","state":false,"index":{"decay_rate":null,"name":{"tile":"in_transit","shift_code":"Luis","trace_id":"user@test.io","name":356.48,"user_id":"frameshift","deploy_target":289.4},"version":"JPY","longitude":"https://example.com","ward":577}} | thought_process | {
"type": "object",
"properties": {
"section": {
"type": "string"
},
"visible": {
"type": "integer"
},
"freight_class": {
"type": "number"
},
"updated_at": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"f... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"freight_class":537.54,"updated_at":"nonsense","ward":"Maria","state":false,"index":{"decay_rate":null,"name":{"tile":"in_transit","shift_code":"Luis","trace_id":"user@test.io","name":356.48,"user_id":"frameshift","deploy_target":... | Output contains chain-of-thought reasoning before JSON | {"freight_class":537.54,"updated_at":"nonsense","ward":"Maria","state":false,"index":{"decay_rate":null,"name":{"tile":"in_transit","shift_code":"Luis","trace_id":"user@test.io","name":356.48,"user_id":"frameshift","deploy_target":289.4},"version":"JPY","longitude":"https://example.com","ward":577}} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD commit_hash TYPE string_email REQUIRED yes
FIELD diagnosis_code TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD email TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD... | {"decay_rate":"critical","commit_hash":"info@example.com","diagnosis_code":"editor","email":"missense","thumbnail":471,"log_level":false,"latitude":"qux","batch_code":"new"} | markdown_explanation | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"commit_hash": {
"type": "string",
"format": "email"
},
"diagnosis_code": {
"type": "string",
"enum":... | Sensor output follows:
```json
{"decay_rate":"critical","commit_hash":"info@example.com","diagnosis_code":"editor","email":"missense","thumbnail":471,"log_level":false,"latitude":"qux","batch_code":"new"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"decay_rate":"critical","commit_hash":"info@example.com","diagnosis_code":"editor","email":"missense","thumbnail":471,"log_level":false,"latitude":"qux","batch_code":"new"} |
TASK repair_structured_output
SPEC
FIELD dim_y92 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_t56 TYPE boolean REQUIRED no
FIELD val_e71 TYPE string REQUIRED no
FIELD prop_x29 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_f92 TYPE number REQUIRED no
FIELD prop_i04 TY... | {"dim_y92":"arctic","val_t56":true,"val_e71":"user@domain.com","prop_x29":"intermittent","dim_f92":132.46,"prop_i04":"https://data.io/v1"} | extra_text_before | {
"type": "object",
"properties": {
"dim_y92": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_t56": {
"type": "boolean"
},
"val_e71": {
"type": "string"
},
"prop_x29": {
"type": "string"... | Based on your request, here is the data:
{"dim_y92":"arctic","val_t56":true,"val_e71":"user@domain.com","prop_x29":"intermittent","dim_f92":132.46,"prop_i04":"https://data.io/v1"} | Output contains non-JSON text before the object | {"dim_y92":"arctic","val_t56":true,"val_e71":"user@domain.com","prop_x29":"intermittent","dim_f92":132.46,"prop_i04":"https://data.io/v1"} |
TASK repair_structured_output
SPEC
FIELD width TYPE integer REQUIRED yes
FIELD ph_level TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD active TYPE string REQUIRED no
FIELD span_id TYPE integer REQUIRED no
FIELD nickname TYPE boolean REQUIRED no
FIELD fleet_number TYPE string VALUES berthed|anch... | {"width":644,"ph_level":"new","active":"Sao Paulo","nickname":false,"fleet_number":"moored"} | trailing_comma | {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"ph_level": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"active": {
"type": "string"
},
"span_id": {
"type": "intege... | {"width":644,"ph_level":"new","active":"Sao Paulo","nickname":false,"fleet_number":"moored",} | Unexpected trailing comma | {"width":644,"ph_level":"new","active":"Sao Paulo","nickname":false,"fleet_number":"moored"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string_date-time REQUIRED no
FIELD trace_id TYPE string REQUIRED yes
FIELD amplitude[].zip_code TYPE string REQUIRED no
FIELD amplitude[].isotope TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD amplitude[].filter_flag TYPE integer REQUIRED yes
FIEL... | {"currency":"2026-01-26T19:12:00Z","trace_id":"demo","amplitude":[{"zip_code":"Sao Paulo","isotope":"basic","filter_flag":490,"position":400,"weight":566},{"zip_code":"Oliveira","isotope":"enterprise","filter_flag":998,"date":"2020-09-06T21:34:00Z","weight":167}]} | extra_text_after | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"format": "date-time"
},
"trace_id": {
"type": "string"
},
"amplitude": {
"type": "array",
"items": {
"type": "object",
"properties": {
"zip_code": {
"type": "s... | {"currency":"2026-01-26T19:12:00Z","trace_id":"demo","amplitude":[{"zip_code":"Sao Paulo","isotope":"basic","filter_flag":490,"position":400,"weight":566},{"zip_code":"Oliveira","isotope":"enterprise","filter_flag":998,"date":"2020-09-06T21:34:00Z","weight":167}]}
Data logged successfully. | Output contains non-JSON text after the object | {"currency":"2026-01-26T19:12:00Z","trace_id":"demo","amplitude":[{"zip_code":"Sao Paulo","isotope":"basic","filter_flag":490,"position":400,"weight":566},{"zip_code":"Oliveira","isotope":"enterprise","filter_flag":998,"date":"2020-09-06T21:34:00Z","weight":167}]} |
TASK repair_structured_output
SPEC
FIELD val_c97 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_g49 TYPE string REQUIRED no
FIELD key_s86 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_r57 TYPE number REQUIRED yes
FIELD attr_k34.field_s40.dim_e81 TYPE boolean ... | {"field_g49":"This is a test value.","key_s86":"reliable","param_r57":90.11,"field_l77":"Oliveira","param_h15":"mode_b","prop_f84":"Hapag-Lloyd-Express"} | trailing_comma | {
"type": "object",
"properties": {
"val_c97": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_g49": {
"type": "string"
},
"key_s86": {
"type": "string",
"enum": [
"reliable",
"unstab... | {"field_g49":"This is a test value.","key_s86":"reliable","param_r57":90.11,"field_l77":"Oliveira","param_h15":"mode_b","prop_f84":"Hapag-Lloyd-Express",} | Unexpected trailing comma | {"field_g49":"This is a test value.","key_s86":"reliable","param_r57":90.11,"field_l77":"Oliveira","param_h15":"mode_b","prop_f84":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string_email REQUIRED yes
FIELD frequency_hz TYPE string VALUES level_1|level_2 REQUIRED no
FIELD current_draw TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD last_name TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD brake_pressure TYPE ... | {"commit_hash":"test@example.com","current_draw":"black","last_name":"cat_c","brake_pressure":"2023-12-25","coverage":{"ph_level":"married","ward":"in_progress","credit_score":"option_e","index":"ops@test.io","step":538,"enabled":986.06},"invoice_id":943} | partial_structure | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"format": "email"
},
"frequency_hz": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"current_draw": {
"type": "string",
"enum": [
"red",
"blue... | I found that brake_pressure should be 2023-12-25. {"commit_hash":"test@example.com","current_draw":"black","last_name":"cat_c","brake_pressure":"2023-12-25","coverage":{"ph_level":"married","ward":"in_progress","credit_score":"option_e","index":"ops@test.io","step":538,"enabled":986.06},"invoice_id":943} | Output mixes natural language with JSON | {"commit_hash":"test@example.com","current_draw":"black","last_name":"cat_c","brake_pressure":"2023-12-25","coverage":{"ph_level":"married","ward":"in_progress","credit_score":"option_e","index":"ops@test.io","step":538,"enabled":986.06},"invoice_id":943} |
TASK repair_structured_output
SPEC
FIELD attr_k88.dim_o91 TYPE integer REQUIRED yes
FIELD attr_k88.val_y96 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_k88.prop_j21 TYPE string REQUIRED no
FIELD attr_k88.attr_f46 TYPE string REQUIRED yes
FIELD param_w05.dim_g58 TYPE string VALUES ... | {"attr_k88":{"dim_o91":696,"val_y96":"frameshift","attr_f46":"2023-12-25"},"param_w05":{"dim_g58":"cat_c","attr_l36":"test@example.com","col_f94":876.73,"prop_l61":{"field_m26":"option_d","dim_m43":"level_3","param_k97":718.9},"param_b67":{"attr_e34":"confirmed","prop_q06":522,"attr_q17":"blue","val_p00":null,"field_k6... | number_with_unit | {
"type": "object",
"properties": {
"attr_k88": {
"type": "object",
"properties": {
"dim_o91": {
"type": "integer"
},
"val_y96": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"... | {"attr_k88": {"dim_o91": 696, "val_y96": "frameshift", "attr_f46": "2023-12-25"}, "param_w05": {"dim_g58": "cat_c", "attr_l36": "test@example.com", "col_f94": 876.73, "prop_l61": {"field_m26": "option_d", "dim_m43": "level_3", "param_k97": 718.9}, "param_b67": {"attr_e34": "confirmed", "prop_q06": 522, "attr_q17": "blu... | Field 'param_p27' must be number, got string with unit | {"attr_k88":{"dim_o91":696,"val_y96":"frameshift","attr_f46":"2023-12-25"},"param_w05":{"dim_g58":"cat_c","attr_l36":"test@example.com","col_f94":876.73,"prop_l61":{"field_m26":"option_d","dim_m43":"level_3","param_k97":718.9},"param_b67":{"attr_e34":"confirmed","prop_q06":522,"attr_q17":"blue","val_p00":null,"field_k6... |
TASK repair_structured_output
SPEC
FIELD val_u05 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD attr_k07 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD attr_o96 TYPE string_email REQUIRED yes
FIELD key_b51 TYPE boolean REQUIRED no
FIELD field_h52 TYPE string VALUES level_1|level_2|level_3 ... | {"val_u05":"active","attr_k07":"inactive","attr_o96":"info@domain.org","key_b51":false,"field_h52":"level_1"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_u05": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"attr_k07": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"attr_o96": {
... | validate_address(val_u05='active', attr_k07='inactive', attr_o96='info@domain.org', key_b51=False, field_h52='level_1') | Tool call uses Python syntax instead of JSON | {"val_u05":"active","attr_k07":"inactive","attr_o96":"info@domain.org","key_b51":false,"field_h52":"level_1"} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE string VALUES draft|published|archived REQUIRED no
FIELD branch.ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD branch.active TYPE string REQUIRED no
FIELD branch.longitude TYPE string REQUIRED no
FIELD branch.repository TYPE integ... | {"log_level":"draft","branch":{"ph_level":"anchored","active":"Luis","longitude":"New York","repository":606,"voltage":"heterozygous","id":31.17,"department":"chrX"},"half_life":"https://example.com","published":false,"repository":565.72,"batch_code":607} | tool_call_bad_format | {
"type": "object",
"properties": {
"log_level": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"branch": {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"bert... | <functioncall> calculate_docking_fee
{log_level: "draft", branch: {ph_level: "anchored", active: "Luis", longitude: "New York", repository: 606, voltage: "heterozygous", id: 31.17, department: "chrX"}, half_life: "https://example.com", published: false, repository: 565.72, batch_code: 607} | Tool call has malformed arguments — unquoted keys in function parameters | {"log_level":"draft","branch":{"ph_level":"anchored","active":"Luis","longitude":"New York","repository":606,"voltage":"heterozygous","id":31.17,"department":"chrX"},"half_life":"https://example.com","published":false,"repository":565.72,"batch_code":607} |
TASK repair_structured_output
SPEC
FIELD prop_k09 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD field_z90 TYPE integer REQUIRED no
FIELD prop_g83 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_h94.attr_l83 TYPE null REQUIRED no
FIELD dim_h94.prop_f73 TYPE integer REQUIRED no
FIELD dim_h... | {"field_z90":392,"prop_g83":"GBP","dim_h94":{"attr_l83":null,"prop_f73":727,"dim_i50":"Smith","col_w82":"Berlin","key_m88":{"prop_q65":"JPY","attr_x19":"foo","dim_z03":"white","dim_w37":507.8}},"param_p83":"Berlin"} | thought_process | {
"type": "object",
"properties": {
"prop_k09": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"field_z90": {
"type": "integer"
},
"prop_g83": {
"type": "string",
"enum": [
"USD",
"EUR",
"G... | Processing the request now.
I'll validate against the schema.
{"field_z90":392,"prop_g83":"GBP","dim_h94":{"attr_l83":null,"prop_f73":727,"dim_i50":"Smith","col_w82":"Berlin","key_m88":{"prop_q65":"JPY","attr_x19":"foo","dim_z03":"white","dim_w37":507.8}},"param_p83":"Berlin"} | Output contains chain-of-thought reasoning before JSON | {"field_z90":392,"prop_g83":"GBP","dim_h94":{"attr_l83":null,"prop_f73":727,"dim_i50":"Smith","col_w82":"Berlin","key_m88":{"prop_q65":"JPY","attr_x19":"foo","dim_z03":"white","dim_w37":507.8}},"param_p83":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD prop_a12 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD attr_t91 TYPE boolean REQUIRED yes
FIELD val_u26 TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
{"prop_a12": "berthed", "attr_t91": true, "val_u26": "viewer", "extra_info_9126": ... | {"prop_a12":"berthed","attr_t91":true,"val_u26":"viewer"} | extra_field | {
"type": "object",
"properties": {
"prop_a12": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_t91": {
"type": "boolean"
},
"val_u26": {
"type": "string",
"enum": [
"admin",
... | {"prop_a12": "berthed", "attr_t91": true, "val_u26": "viewer", "extra_info_9126": 42} | Unknown field 'extra_info_9126' not defined in schema | {"prop_a12":"berthed","attr_t91":true,"val_u26":"viewer"} |
TASK repair_structured_output
SPEC
FIELD col_w51 TYPE number REQUIRED yes
FIELD dim_k44.dim_g56 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_k44.param_o41 TYPE string REQUIRED no
FIELD dim_k44.prop_t27 TYPE string REQUIRED yes
FIELD dim_k44.field_v66 TYPE integer REQUIRED no
FIELD dim_k44.field_u40 TYPE n... | {"col_w51":731.41,"field_z20":"active","param_h08":true,"val_l78":null,"key_c03":true} | null_required | {
"type": "object",
"properties": {
"col_w51": {
"type": "number"
},
"dim_k44": {
"type": "object",
"properties": {
"dim_g56": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_o41": {
... | {"col_w51": 731.41, "field_z20": "active", "param_h08": true, "val_l78": null, "key_c03": null} | Required field 'key_c03' is null | {"col_w51":731.41,"field_z20":"active","param_h08":true,"val_l78":null,"key_c03":true} |
TASK repair_structured_output
SPEC
FIELD col_z32 TYPE integer REQUIRED no
FIELD dim_y20 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_s85 TYPE string_email REQUIRED no
FIELD val_s85 TYPE string REQUIRED yes
FIELD col_y70 TYPE integer REQUIRED no
FIELD prop_x27 TYPE string_uri REQUIRED no
FIELD dim_k3... | {"col_z32":580,"field_s85":"user@example.com","val_s85":"John","col_y70":704,"dim_k32":18.52} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_z32": {
"type": "integer"
},
"dim_y20": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_s85": {
"type": "string",
"format": "email"
},
"val_s85": {
... | Processing the request now.
<tool_call name="call_variants">
{"col_z32":580,"field_s85":"user@example.com","val_s85":"John","col_y70":704,"dim_k32":18.52}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"col_z32":580,"field_s85":"user@example.com","val_s85":"John","col_y70":704,"dim_k32":18.52} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string_date-time REQUIRED yes
FIELD duration_ms TYPE number REQUIRED no
FIELD subtotal[].procedure_code TYPE boolean REQUIRED yes
FIELD subtotal[].timezone TYPE string REQUIRED no
FIELD subtotal[].batch_code TYPE string VALUES type_a|type_b|type_c|type_d|type... | {"interest_rate":"2022-01-24T13:37:00Z","duration_ms":79.26,"subtotal":[{"procedure_code":true,"batch_code":"type_b","values":9},{"procedure_code":false,"batch_code":"type_e","values":931}],"values":[{"latitude":562,"yield_pct":"Hapag-Lloyd-Express","paragraph":"success","full_name":[684.48,697.72,931.18,219.43],"step"... | number_with_unit | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string",
"format": "date-time"
},
"duration_ms": {
"type": "number"
},
"subtotal": {
"type": "array",
"items": {
"type": "object",
"properties": {
"procedure_code": {
... | {"interest_rate": "2022-01-24T13:37:00Z", "duration_ms": "79.26cm", "subtotal": [{"procedure_code": true, "batch_code": "type_b", "values": 9}, {"procedure_code": false, "batch_code": "type_e", "values": 931}], "values": [{"latitude": 562, "yield_pct": "Hapag-Lloyd-Express", "paragraph": "success", "full_name": [684.48... | Field 'duration_ms' must be number, got string with unit | {"interest_rate":"2022-01-24T13:37:00Z","duration_ms":79.26,"subtotal":[{"procedure_code":true,"batch_code":"type_b","values":9},{"procedure_code":false,"batch_code":"type_e","values":931}],"values":[{"latitude":562,"yield_pct":"Hapag-Lloyd-Express","paragraph":"success","full_name":[684.48,697.72,931.18,219.43],"step"... |
TASK repair_structured_output
SPEC
FIELD param_t47 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD field_k26 TYPE number REQUIRED no
FIELD attr_p53 TYPE string REQUIRED no
BROKEN_OUTPUT
<functioncall> generate_report
{param_t47: "viewer", field_k26: 768.64, attr_p53: "Johnson"} | {"param_t47":"viewer","field_k26":768.64,"attr_p53":"Johnson"} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_t47": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_k26": {
"type": "number"
},
"attr_p53": {
"type": "string"
}
},
"required": [
"param_t47"
]
} | <functioncall> generate_report
{param_t47: "viewer", field_k26: 768.64, attr_p53: "Johnson"} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_t47":"viewer","field_k26":768.64,"attr_p53":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD updated_at.order_id TYPE null REQUIRED yes
FIELD updated_at.deploy_target.altitude TYPE string VALUES success|error|warning|info REQUIRED no
FIELD updated_at.deploy_target.throttle_pos TYPE number REQUIRED no
FIELD updated_at.deploy_target.temp_celsius TYPE boolean REQUIRED yes... | {"updated_at":{"order_id":null,"deploy_target":{"altitude":"success","temp_celsius":false},"full_name":"https://example.io/api","price":"MV-Evergreen-01"},"wavelength":{"timezone":{"name":"user@domain.com","items":"test","aligned_pct":"RTG-04","section":65},"commit_hash":"RTG-04","velocity":100.84},"amount":"https://ap... | wrong_type | {
"type": "object",
"properties": {
"updated_at": {
"type": "object",
"properties": {
"order_id": {
"type": "null"
},
"deploy_target": {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"en... | {"updated_at": {"order_id": null, "deploy_target": {"altitude": "success", "temp_celsius": false}, "full_name": "https://example.io/api", "price": "MV-Evergreen-01"}, "wavelength": {"timezone": {"name": "user@domain.com", "items": "test", "aligned_pct": "RTG-04", "section": 65}, "commit_hash": "RTG-04", "velocity": 100... | Field 'velocity' must be integer, got string | {"updated_at":{"order_id":null,"deploy_target":{"altitude":"success","temp_celsius":false},"full_name":"https://example.io/api","price":"MV-Evergreen-01"},"wavelength":{"timezone":{"name":"user@domain.com","items":"test","aligned_pct":"RTG-04","section":65},"commit_hash":"RTG-04","velocity":100.84},"amount":"https://ap... |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD end_date.batch_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD end_date.medication TYPE string REQUIRED no
FIELD end_date.freight_class.last_name TYPE strin... | {"updated_at":"hemizygous","end_date":{"batch_code":"escalated","medication":"Oliveira","freight_class":{"last_name":"qux","port_code":"2021-04-02T09:13:00Z","transaction_id":null,"subject":77,"department":"level_2","nickname":483},"subtotal":741,"active":"https://api.org/data"},"age":"PASS"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"updated_at": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"end_date": {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
... | calibrate_instrument(updated_at='hemizygous', end_date={'batch_code': 'escalated', 'medication': 'Oliveira', 'freight_class': {'last_name': 'qux', 'port_code': '2021-04-02T09:13:00Z', 'transaction_id': None, 'subject': 77, 'department': 'level_2', 'nickname': 483}, 'subtotal': 741, 'active': 'https://api.org/data'}, ag... | Tool call uses Python syntax instead of JSON | {"updated_at":"hemizygous","end_date":{"batch_code":"escalated","medication":"Oliveira","freight_class":{"last_name":"qux","port_code":"2021-04-02T09:13:00Z","transaction_id":null,"subject":77,"department":"level_2","nickname":483},"subtotal":741,"active":"https://api.org/data"},"age":"PASS"} |
TASK repair_structured_output
SPEC
FIELD param_a23.dim_m66 TYPE string REQUIRED yes
FIELD param_a23.param_z15 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD param_a23.col_l14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_a23.attr_r54[] TYPE string VALUES active|inactive|p... | {"param_a23":{"dim_m66":"Sao Paulo","param_z15":"free","col_l14":"closed","attr_r54":["inactive","active","inactive"]},"dim_b37":"2025-06-17T21:45:00Z","val_d95":149,"field_v57":{"prop_b14":{"dim_c75":"inactive","attr_k68":485,"field_x21":"2023-03-20T10:50:00Z"},"val_a40":"homozygous"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_a23": {
"type": "object",
"properties": {
"dim_m66": {
"type": "string"
},
"param_z15": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | Let me check the system.
Action: filter_variants
Arguments: {"param_a23": {"dim_m66": "Sao Paulo", "param_z15": "free", "col_l14": "closed", "attr_r54": ["inactive", "active", "inactive"]}, "dim_b37": "2025-06-17T21:45:00Z", "field_v57": {"prop_b14": {"dim_c75": "inactive", "attr_k68": 485, "field_x21": "2023-03-20T10:... | Agent tool call missing required parameter 'val_d95' | {"param_a23":{"dim_m66":"Sao Paulo","param_z15":"free","col_l14":"closed","attr_r54":["inactive","active","inactive"]},"dim_b37":"2025-06-17T21:45:00Z","val_d95":149,"field_v57":{"prop_b14":{"dim_c75":"inactive","attr_k68":485,"field_x21":"2023-03-20T10:50:00Z"},"val_a40":"homozygous"}} |
TASK repair_structured_output
SPEC
FIELD coverage TYPE number REQUIRED no
FIELD berth_slot TYPE integer REQUIRED yes
FIELD isotope TYPE string_uri REQUIRED yes
FIELD department.chromosome TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD department.patient_id TYPE string VALUES admin|editor|viewe... | {"berth_slot":999,"isotope":"https://example.com/v1","department":{"chromosome":"returned","patient_id":"viewer","id":"viewer","commit_hash":"Oliveira","log_level":"oceanic","current_draw":50,"shift_code":"https://example.org/api"},"vessel_name":"operational","consignee":"unstable","barcode":"small"} | number_with_unit | {
"type": "object",
"properties": {
"coverage": {
"type": "number"
},
"berth_slot": {
"type": "integer"
},
"isotope": {
"type": "string",
"format": "uri"
},
"department": {
"type": "object",
"properties": {
"chromosome": {
"type": "st... | {"berth_slot": "999px", "isotope": "https://example.com/v1", "department": {"chromosome": "returned", "patient_id": "viewer", "id": "viewer", "commit_hash": "Oliveira", "log_level": "oceanic", "current_draw": 50, "shift_code": "https://example.org/api"}, "vessel_name": "operational", "consignee": "unstable", "barcode":... | Field 'berth_slot' must be number, got string with unit | {"berth_slot":999,"isotope":"https://example.com/v1","department":{"chromosome":"returned","patient_id":"viewer","id":"viewer","commit_hash":"Oliveira","log_level":"oceanic","current_draw":50,"shift_code":"https://example.org/api"},"vessel_name":"operational","consignee":"unstable","barcode":"small"} |
TASK repair_structured_output
SPEC
FIELD param_s02 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD dim_q04 TYPE integer REQUIRED no
FIELD col_j05 TYPE integer REQUIRED yes
BROKEN_OUTPUT
"param_s02":"level_1","dim_q04":309,"col_j05":600} | {"param_s02":"level_1","dim_q04":309,"col_j05":600} | missing_brace | {
"type": "object",
"properties": {
"param_s02": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"dim_q04": {
"type": "integer"
},
"col_j05": {
"type": "integer"
}
},
"required"... | "param_s02":"level_1","dim_q04":309,"col_j05":600} | Missing closing brace | {"param_s02":"level_1","dim_q04":309,"col_j05":600} |
TASK repair_structured_output
SPEC
FIELD prop_h73 TYPE boolean REQUIRED yes
FIELD prop_q64 TYPE string REQUIRED yes
FIELD field_d34 TYPE number REQUIRED yes
FIELD val_l80.val_j70 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD val_l80.field_p15 TYPE string REQUIRED no
FIELD val_l80.val_u36 TYPE... | {"prop_h73":true,"prop_q64":"approved","field_d34":774.26} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_h73": {
"type": "boolean"
},
"prop_q64": {
"type": "string"
},
"field_d34": {
"type": "number"
},
"val_l80": {
"type": "object",
"properties": {
"val_j70": {
"type": "string",
"enum": [
... | Tool: update_preferences
Params: {"prop_h73": true, "prop_q64": "approved", "field_d34": 774.26} | Agent used wrong parameter name 'key_m142' instead of 'key_m14' | {"prop_h73":true,"prop_q64":"approved","field_d34":774.26} |
TASK repair_structured_output
SPEC
FIELD col_p48 TYPE integer REQUIRED yes
FIELD prop_x49 TYPE number REQUIRED yes
FIELD col_v55 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_k41 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_g04 TYPE null REQUIRED yes
FIELD fiel... | {"col_p48":556,"prop_x49":525.65,"col_v55":"intermittent","prop_k41":"hemizygous","val_g04":null,"field_x91":577} | markdown_fences | {
"type": "object",
"properties": {
"col_p48": {
"type": "integer"
},
"prop_x49": {
"type": "number"
},
"col_v55": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"prop_k41": {
"type": "string",
"... | ```json
{"col_p48":556,"prop_x49":525.65,"col_v55":"intermittent","prop_k41":"hemizygous","val_g04":null,"field_x91":577}
``` | Output contains markdown code fences | {"col_p48":556,"prop_x49":525.65,"col_v55":"intermittent","prop_k41":"hemizygous","val_g04":null,"field_x91":577} |
TASK repair_structured_output
SPEC
FIELD score TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD annotation TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD isotope TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD department TYPE number REQUIRED yes
FIELD... | {"score":"missense","annotation":"push","isotope":"frameshift","department":854.46,"repository":"2024-06-30"} | null_required | {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"annotation": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | {"score": "missense", "annotation": "push", "isotope": "frameshift", "department": null, "repository": "2024-06-30"} | Required field 'department' is null | {"score":"missense","annotation":"push","isotope":"frameshift","department":854.46,"repository":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD key_b79 TYPE string_email REQUIRED no
FIELD field_p08 TYPE integer REQUIRED no
FIELD attr_c61.dim_w14 TYPE boolean REQUIRED yes
FIELD attr_c61.prop_y88 TYPE integer REQUIRED yes
FIELD attr_c61.col_n30 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD attr_c61.... | {"key_b79":"test@domain.org","attr_c61":{"dim_w14":true,"prop_y88":616,"col_n30":"cat_e","prop_h38":null},"key_q29":{"prop_k41":"test","col_o71":{"col_v88":189,"field_f09":null,"key_y22":"2024-06-30","field_v73":"type_c"},"field_d76":"mode_a","field_j20":"ops@example.com","key_r55":"2022-03-14T07:24:00Z","param_m89":tr... | tool_call_text_mix | {
"type": "object",
"properties": {
"key_b79": {
"type": "string",
"format": "email"
},
"field_p08": {
"type": "integer"
},
"attr_c61": {
"type": "object",
"properties": {
"dim_w14": {
"type": "boolean"
},
"prop_y88": {
"t... | I need to look up the information first.
<tool_call name="book_appointment">
{"key_b79":"test@domain.org","attr_c61":{"dim_w14":true,"prop_y88":616,"col_n30":"cat_e","prop_h38":null},"key_q29":{"prop_k41":"test","col_o71":{"col_v88":189,"field_f09":null,"key_y22":"2024-06-30","field_v73":"type_c"},"field_d76":"mode_a",... | Agent response mixes reasoning text with tool call | {"key_b79":"test@domain.org","attr_c61":{"dim_w14":true,"prop_y88":616,"col_n30":"cat_e","prop_h38":null},"key_q29":{"prop_k41":"test","col_o71":{"col_v88":189,"field_f09":null,"key_y22":"2024-06-30","field_v73":"type_c"},"field_d76":"mode_a","field_j20":"ops@example.com","key_r55":"2022-03-14T07:24:00Z","param_m89":tr... |
TASK repair_structured_output
SPEC
FIELD param_n46 TYPE integer REQUIRED yes
FIELD attr_z53 TYPE string REQUIRED no
FIELD col_u23 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD val_k00 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_o57 TYPE string REQUIRED no
FIELD val_d12.... | {"param_n46":785,"attr_z53":"PASS","col_u23":"mode_a","val_k00":"missense"} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_n46": {
"type": "integer"
},
"attr_z53": {
"type": "string"
},
"col_u23": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"val_k00": {
"type": "string",
"enum": [
... | Let me check the system.
<tool_call name="check_availability">
{"param_n46":785,"attr_z53":"PASS","col_u23":"mode_a","val_k00":"missense"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"param_n46":785,"attr_z53":"PASS","col_u23":"mode_a","val_k00":"missense"} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE boolean REQUIRED yes
FIELD notes TYPE string REQUIRED no
FIELD created_at TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD enabled.lane TYPE string REQUIRED no
FIELD enabled.bill_of_lading TYPE integer REQUIRED yes
FIELD enabled.conductivity TYPE ... | {"chapter":true,"notes":"2024-01-15","created_at":"cat_b","date":{"temp_celsius":{"status_code":true,"pressure_kpa":null,"ph_level":true,"active":false,"role":"heterozygous"},"latitude":false,"verified":"https://data.com/api","decay_rate":"test@example.com","address":"type_b"}} | markdown_explanation | {
"type": "object",
"properties": {
"chapter": {
"type": "boolean"
},
"notes": {
"type": "string"
},
"created_at": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"enabled": {
"type... | Below is the JSON object:
```json
{"chapter":true,"notes":"2024-01-15","created_at":"cat_b","date":{"temp_celsius":{"status_code":true,"pressure_kpa":null,"ph_level":true,"active":false,"role":"heterozygous"},"latitude":false,"verified":"https://data.com/api","decay_rate":"test@example.com","address":"type_b"}}
```
Hop... | Output contains markdown and explanatory text around JSON | {"chapter":true,"notes":"2024-01-15","created_at":"cat_b","date":{"temp_celsius":{"status_code":true,"pressure_kpa":null,"ph_level":true,"active":false,"role":"heterozygous"},"latitude":false,"verified":"https://data.com/api","decay_rate":"test@example.com","address":"type_b"}} |
TASK repair_structured_output
SPEC
FIELD step TYPE number REQUIRED yes
FIELD department.product_id TYPE integer REQUIRED no
FIELD department.options TYPE integer REQUIRED yes
FIELD department.verified TYPE string REQUIRED no
FIELD department.size TYPE string REQUIRED yes
FIELD department.values TYPE string VALUES USD|... | {"step":729.56,"department":{"options":733,"size":"qux","values":"JPY","lane":"draft","coverage":{"description":"heterozygous","filter_flag":606.96,"age":"Bob","tax":true,"score":true,"status":"2024-06-30"},"enabled":"single"},"freight_class":"editor","temp_celsius":{"country":"error","tile":20,"url":"heterozygous","ad... | thought_process | {
"type": "object",
"properties": {
"step": {
"type": "number"
},
"department": {
"type": "object",
"properties": {
"product_id": {
"type": "integer"
},
"options": {
"type": "integer"
},
"verified": {
"type": "string... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"step":729.56,"department":{"options":733,"size":"qux","values":"JPY","lane":"draft","coverage":{"description":"heterozygous","filter_flag":606.96,"age":"Bob","tax":true,"score":true,"status":"2024-06-30"},"enabled":"single"... | Output contains chain-of-thought reasoning before JSON | {"step":729.56,"department":{"options":733,"size":"qux","values":"JPY","lane":"draft","coverage":{"description":"heterozygous","filter_flag":606.96,"age":"Bob","tax":true,"score":true,"status":"2024-06-30"},"enabled":"single"},"freight_class":"editor","temp_celsius":{"country":"error","tile":20,"url":"heterozygous","ad... |
TASK repair_structured_output
SPEC
FIELD col_i10 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD attr_l58 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD prop_d14 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"col_i10": null, "attr_l58": "type_d", "prop_d14": 758} | {"col_i10":"closed","attr_l58":"type_d","prop_d14":758} | null_required | {
"type": "object",
"properties": {
"col_i10": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"attr_l58": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {"col_i10": null, "attr_l58": "type_d", "prop_d14": 758} | Required field 'col_i10' is null | {"col_i10":"closed","attr_l58":"type_d","prop_d14":758} |
TASK repair_structured_output
SPEC
FIELD col_x41 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD param_m29 TYPE integer REQUIRED yes
FIELD prop_h21 TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"param_m29":29,"prop_h21":432}
``` | {"param_m29":29,"prop_h21":432} | markdown_fences | {
"type": "object",
"properties": {
"col_x41": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"param_m29": {
"type": "integer"
},
"prop_h21": {
"type": "integer"
}
},
"required": [
"prop_h21",
... | ```json
{"param_m29":29,"prop_h21":432}
``` | Output contains markdown code fences | {"param_m29":29,"prop_h21":432} |
TASK repair_structured_output
SPEC
FIELD param_y53 TYPE number REQUIRED yes
FIELD dim_w40 TYPE integer REQUIRED no
FIELD prop_w80[].prop_y45 TYPE string REQUIRED yes
FIELD prop_w80[].param_q89 TYPE number REQUIRED yes
FIELD prop_w80[].param_w36 TYPE boolean REQUIRED yes
FIELD prop_w80[].prop_n42 TYPE string VALUES ope... | {"param_y53":51.78,"dim_w40":177,"prop_w80":[{"prop_y45":"qux","param_q89":616.9,"param_w36":true,"prop_n42":"degraded"},{"prop_y45":"GRCh38","param_q89":422.81,"param_w36":true,"prop_n42":"offline"},{"prop_y45":"Oliveira","param_q89":390.1,"param_w36":true,"prop_n42":"maintenance"},{"prop_y45":"Sao Paulo","param_q89":... | truncated_array | {
"type": "object",
"properties": {
"param_y53": {
"type": "number"
},
"dim_w40": {
"type": "integer"
},
"prop_w80": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_y45": {
"type": "string"
},
... | {"param_y53":51.78,"dim_w40":177,"prop_w80":[{"prop_y45":"qux","param_q89":616.9,"param_w36":true,"prop_n42":"degraded"},{"prop_y45":"GRCh38","param_q89":422.81,"param_w36":true,"prop_n42":"offline"},{"prop_y45":"Oliveira","param_q89":390.1,"param_w36":true,"prop_n42":"maintenance"},{"prop_y45":"Sao Paulo","param_q89":... | Unexpected end of JSON input — truncated array | {"param_y53":51.78,"dim_w40":177,"prop_w80":[{"prop_y45":"qux","param_q89":616.9,"param_w36":true,"prop_n42":"degraded"},{"prop_y45":"GRCh38","param_q89":422.81,"param_w36":true,"prop_n42":"offline"},{"prop_y45":"Oliveira","param_q89":390.1,"param_w36":true,"prop_n42":"maintenance"},{"prop_y45":"Sao Paulo","param_q89":... |
TASK repair_structured_output
SPEC
FIELD val_s30 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_b63 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_b70 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"val_s30": null, "param_b63": "nonsense", "key_b70": 340} | {"val_s30":"EUR","param_b63":"nonsense","key_b70":340} | null_required | {
"type": "object",
"properties": {
"val_s30": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_b63": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"fram... | {"val_s30": null, "param_b63": "nonsense", "key_b70": 340} | Required field 'val_s30' is null | {"val_s30":"EUR","param_b63":"nonsense","key_b70":340} |
TASK repair_structured_output
SPEC
FIELD attr_d21 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_u97 TYPE string REQUIRED no
FIELD dim_f50 TYPE string REQUIRED yes
FIELD col_s55 TYPE integer REQUIRED no
FIELD key_p59 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_o42 T... | {"attr_d21":"heterozygous","val_u97":"pending","dim_f50":"hello","col_s55":597,"prop_o42":487.52} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_d21": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_u97": {
"type": "string"
},
"dim_f50": {
"type": "string"
},
"col_s55": {
"type": "integer"
}... | Tool: annotate_mutation
Params: {"attr_d21": "heterozygous", "dim_f50": "hello", "col_s55": 597, "prop_o42": 487.52, "val_u97_new": "pending"} | Agent used wrong parameter name 'val_u97_new' instead of 'val_u97' | {"attr_d21":"heterozygous","val_u97":"pending","dim_f50":"hello","col_s55":597,"prop_o42":487.52} |
TASK repair_structured_output
SPEC
FIELD val_p91 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_p28 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_z86 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD val_f37 TYPE string REQUIRED no
FIELD param_b46 TYPE string_uri REQU... | {"dim_p28":"free","dim_z86":"level_2","val_f37":"completed","param_b46":"https://www.io/data","key_o32":640,"val_b34":"quux"} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_p91": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_p28": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | I need to look up the information first.
<tool_call name="filter_variants">
{"dim_p28":"free","dim_z86":"level_2","val_f37":"completed","param_b46":"https://www.io/data","key_o32":640,"val_b34":"quux"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"dim_p28":"free","dim_z86":"level_2","val_f37":"completed","param_b46":"https://www.io/data","key_o32":640,"val_b34":"quux"} |
TASK repair_structured_output
SPEC
FIELD level TYPE number REQUIRED yes
FIELD voltage TYPE number REQUIRED yes
FIELD total.cargo_type TYPE string VALUES level_1|level_2 REQUIRED no
FIELD total.phone TYPE integer REQUIRED no
FIELD total.verified.freight_class TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
F... | {"level":297.67,"voltage":162.05,"total":{"cargo_type":"level_1","verified":{"freight_class":"mode_b","status_code":174,"yield_pct":"mode_a"},"vital_sign":483,"span_id":"nonsense","strand":"https://example.com/api","terminal_id":"cat_e"},"strand":{"compound":440.89,"state":"2025-06-12T12:45:00Z","frequency_hz":309.95}} | missing_bracket | {
"type": "object",
"properties": {
"level": {
"type": "number"
},
"voltage": {
"type": "number"
},
"total": {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"enum": [
"level_1",
"level_2"
... | {"level":297.67,"voltage":162.05,"total":{"cargo_type":"level_1","verified":{"freight_class":"mode_b","status_code":174,"yield_pct":"mode_a"},"vital_sign":483,"span_id":"nonsense","strand":"https://example.com/api","terminal_id":"cat_e"},"strand":{"compound":440.89,"state":"2025-06-12T12:45:00Z","frequency_hz":309.95}} | Missing closing bracket | {"level":297.67,"voltage":162.05,"total":{"cargo_type":"level_1","verified":{"freight_class":"mode_b","status_code":174,"yield_pct":"mode_a"},"vital_sign":483,"span_id":"nonsense","strand":"https://example.com/api","terminal_id":"cat_e"},"strand":{"compound":440.89,"state":"2025-06-12T12:45:00Z","frequency_hz":309.95}} |
TASK repair_structured_output
SPEC
FIELD val_b39 TYPE string_uri REQUIRED no
FIELD param_a45 TYPE string_email REQUIRED no
FIELD prop_x71 TYPE boolean REQUIRED yes
FIELD attr_r77 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD param_z16.key_l83 TYPE string REQUIRED no
FIELD param_z16.field_m33 TYPE nul... | {"val_b39":"https://api.io/data","param_a45":"test@example.com","prop_x71":false,"attr_r77":"pro","param_z16":{"field_m33":null,"param_g84":657,"attr_e56":"2022-07-13T01:46:00Z","prop_a09":"https://www.org/data","prop_o54":"Paris","attr_k72":757}} | invalid_enum | {
"type": "object",
"properties": {
"val_b39": {
"type": "string",
"format": "uri"
},
"param_a45": {
"type": "string",
"format": "email"
},
"prop_x71": {
"type": "boolean"
},
"attr_r77": {
"type": "string",
"enum": [
"free",
"basi... | {"val_b39": "https://api.io/data", "param_a45": "test@example.com", "prop_x71": false, "attr_r77": "invalid_option_152", "param_z16": {"field_m33": null, "param_g84": 657, "attr_e56": "2022-07-13T01:46:00Z", "prop_a09": "https://www.org/data", "prop_o54": "Paris", "attr_k72": 757}} | Field 'attr_r77' has invalid enum value 'invalid_option_152', expected one of ['free', 'basic', 'pro', 'enterprise'] | {"val_b39":"https://api.io/data","param_a45":"test@example.com","prop_x71":false,"attr_r77":"pro","param_z16":{"field_m33":null,"param_g84":657,"attr_e56":"2022-07-13T01:46:00Z","prop_a09":"https://www.org/data","prop_o54":"Paris","attr_k72":757}} |
TASK repair_structured_output
SPEC
FIELD coverage TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD features TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD reagent TYPE string REQUIRED yes
FIELD size TYPE string_uri REQUIRED no
FIELD user_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
I'll query our dat... | {"coverage":"EUR","reagent":"2023-12-25","size":"https://api.org/api","user_id":170} | tool_call_text_mix | {
"type": "object",
"properties": {
"coverage": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"features": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"rea... | I'll query our database.
<tool_call name="get_account">
{"coverage":"EUR","reagent":"2023-12-25","size":"https://api.org/api","user_id":170}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"coverage":"EUR","reagent":"2023-12-25","size":"https://api.org/api","user_id":170} |
TASK repair_structured_output
SPEC
FIELD prop_l50 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_u04 TYPE string REQUIRED yes
FIELD param_e77 TYPE integer REQUIRED yes
FIELD key_w64.attr_t36 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_w64.field_a18 TYPE integ... | {"prop_l50":"operational","val_u04":"test@example.com","param_e77":864,"key_w64":{"attr_t36":"black","field_a18":441,"col_s37":"arctic","param_m86":"quux"},"field_z63":"blue","param_b32":799,"col_q29":null} | extra_text_before | {
"type": "object",
"properties": {
"prop_l50": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"val_u04": {
"type": "string"
},
"param_e77": {
"type": "integer"
},
"key_w64": {
"ty... | Here's the structured output:
{"prop_l50":"operational","val_u04":"test@example.com","param_e77":864,"key_w64":{"attr_t36":"black","field_a18":441,"col_s37":"arctic","param_m86":"quux"},"field_z63":"blue","param_b32":799,"col_q29":null} | Output contains non-JSON text before the object | {"prop_l50":"operational","val_u04":"test@example.com","param_e77":864,"key_w64":{"attr_t36":"black","field_a18":441,"col_s37":"arctic","param_m86":"quux"},"field_z63":"blue","param_b32":799,"col_q29":null} |
TASK repair_structured_output
SPEC
FIELD count TYPE string VALUES type_a|type_b REQUIRED no
FIELD product_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD verified TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
BROKEN_OUTPUT
<functioncall> delete_item
{count: "type_b", ver... | {"count":"type_b","verified":"cat_a"} | tool_call_bad_format | {
"type": "object",
"properties": {
"count": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"product_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
... | <functioncall> delete_item
{count: "type_b", verified: "cat_a"} | Tool call has malformed arguments — unquoted keys in function parameters | {"count":"type_b","verified":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD field_b46 TYPE boolean REQUIRED no
FIELD dim_s31 TYPE string REQUIRED yes
FIELD col_s29 TYPE string REQUIRED no
BROKEN_OUTPUT
{'field_b46':true,'dim_s31':'completed','col_s29':'Jane'} | {"field_b46":true,"dim_s31":"completed","col_s29":"Jane"} | single_quotes | {
"type": "object",
"properties": {
"field_b46": {
"type": "boolean"
},
"dim_s31": {
"type": "string"
},
"col_s29": {
"type": "string"
}
},
"required": [
"dim_s31"
]
} | {'field_b46':true,'dim_s31':'completed','col_s29':'Jane'} | Expecting property name enclosed in double quotes | {"field_b46":true,"dim_s31":"completed","col_s29":"Jane"} |
TASK repair_structured_output
SPEC
FIELD dim_f16 TYPE string REQUIRED no
FIELD attr_p41 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD col_y05 TYPE string REQUIRED yes
FIELD prop_m95.val_x10 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD prop_m95.prop_r45 TYPE string VALUES activ... | {"dim_f16":"Maria","attr_p41":"type_b","col_y05":"2024-06-30","prop_m95":{"val_x10":"level_3","prop_r45":"pending","dim_f07":"FWD","attr_f10":"Charlie","val_f03":"in_transit"}} | unquoted_keys | {
"type": "object",
"properties": {
"dim_f16": {
"type": "string"
},
"attr_p41": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"col_y05": {
"type": "string"
},
"prop_m95": {
... | {dim_f16:"Maria",attr_p41:"type_b",col_y05:"2024-06-30",prop_m95:{val_x10:"level_3",prop_r45:"pending",dim_f07:"FWD",attr_f10:"Charlie",val_f03:"in_transit"}} | Expecting property name enclosed in double quotes | {"dim_f16":"Maria","attr_p41":"type_b","col_y05":"2024-06-30","prop_m95":{"val_x10":"level_3","prop_r45":"pending","dim_f07":"FWD","attr_f10":"Charlie","val_f03":"in_transit"}} |
TASK repair_structured_output
SPEC
FIELD key_o56 TYPE number REQUIRED no
FIELD field_z38 TYPE null REQUIRED yes
FIELD attr_h10[] TYPE string REQUIRED yes
FIELD dim_z18[].val_d19 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_z18[].param_o48 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED ye... | {"key_o56":396.98,"field_z38":null,"attr_h10":["Diana","user@domain.com"],"dim_z18":[{"val_d19":"closed","param_o48":"JPY","key_j73":"error"},{"val_d19":"resolved","param_o48":"JPY","key_j73":"warning"}]} | partial_structure | {
"type": "object",
"properties": {
"key_o56": {
"type": "number"
},
"field_z38": {
"type": "null"
},
"attr_h10": {
"type": "array",
"items": {
"type": "string"
}
},
"dim_z18": {
"type": "array",
"items": {
"type": "object",
... | The dim_z18 is [{'val_d19': 'closed', 'param_o48': 'JPY', 'key_j73': 'error'}, {'val_d19': 'resolved', 'param_o48': 'JPY', 'key_j73': 'warning'}] and {"key_o56":396.98,"field_z38":null,"attr_h10":["Diana","user@domain.com"],"dim_z18":[{"val_d19":"closed","param_o48":"JPY","key_j73":"error"},{"val_d19":"resolved","param... | Output mixes natural language with JSON | {"key_o56":396.98,"field_z38":null,"attr_h10":["Diana","user@domain.com"],"dim_z18":[{"val_d19":"closed","param_o48":"JPY","key_j73":"error"},{"val_d19":"resolved","param_o48":"JPY","key_j73":"warning"}]} |
TASK repair_structured_output
SPEC
FIELD annotation.ph_level TYPE integer REQUIRED no
FIELD annotation.version TYPE string_uri REQUIRED no
FIELD annotation.terminal_id.paragraph TYPE string REQUIRED yes
FIELD annotation.terminal_id.thumbnail TYPE number REQUIRED yes
FIELD annotation.terminal_id.insurance_id TYPE strin... | {"annotation":{"ph_level":821,"terminal_id":{"paragraph":"REV","thumbnail":725.61,"insurance_id":"admin@test.io","visible":"mode_a"},"interest_rate":{"cargo_type":false,"ward":939,"features":"option_e","gene_id":635,"annotation":841.94}},"trace_id":9.3,"fleet_number":"moored","allele":"new","amount":"mode_c"} | invalid_enum | {
"type": "object",
"properties": {
"annotation": {
"type": "object",
"properties": {
"ph_level": {
"type": "integer"
},
"version": {
"type": "string",
"format": "uri"
},
"terminal_id": {
"type": "object",
"pro... | {"annotation": {"ph_level": 821, "terminal_id": {"paragraph": "REV", "thumbnail": 725.61, "insurance_id": "admin@test.io", "visible": "mode_a"}, "interest_rate": {"cargo_type": false, "ward": 939, "features": "option_e", "gene_id": 635, "annotation": 841.94}}, "trace_id": 9.3, "fleet_number": "moored", "allele": "inval... | Field 'allele' has invalid enum value 'invalid_choice_496', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"annotation":{"ph_level":821,"terminal_id":{"paragraph":"REV","thumbnail":725.61,"insurance_id":"admin@test.io","visible":"mode_a"},"interest_rate":{"cargo_type":false,"ward":939,"features":"option_e","gene_id":635,"annotation":841.94}},"trace_id":9.3,"fleet_number":"moored","allele":"new","amount":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD height TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD status TYPE string REQUIRED no
FIELD medication TYPE string REQUIRED no
FIELD credit_score TYPE number REQUIRED no
FIELD step TYPE integer REQUIRED no
FIELD product_id TYPE integer REQUIRED no
FIELD... | {"height":"mode_e","status":"Johnson","medication":"https://example.com","credit_score":26.19,"step":401,"product_id":914,"torque_output":"REV","umi":"user@domain.com"} | missing_bracket | {
"type": "object",
"properties": {
"height": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"status": {
"type": "string"
},
"medication": {
"type": "string"
},
"credit_score": {
... | {"height":"mode_e","status":"Johnson","medication":"https://example.com","credit_score":26.19,"step":401,"product_id":914,"torque_output":"REV","umi":"user@domain.com"} | Missing closing bracket | {"height":"mode_e","status":"Johnson","medication":"https://example.com","credit_score":26.19,"step":401,"product_id":914,"torque_output":"REV","umi":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string REQUIRED no
FIELD branch TYPE number REQUIRED yes
FIELD sensor_id TYPE boolean REQUIRED no
FIELD subject TYPE boolean REQUIRED yes
FIELD wavelength.position TYPE boolean REQUIRED yes
FIELD wavelength.status TYPE number REQUIRED yes
FIELD wavelength.address TYPE... | {"tags":"GRCh38","branch":843.62,"sensor_id":true,"subject":false,"wavelength":{"position":true,"status":581.01,"address":"https://example.org/data","label":true}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"tags": {
"type": "string"
},
"branch": {
"type": "number"
},
"sensor_id": {
"type": "boolean"
},
"subject": {
"type": "boolean"
},
"wavelength": {
"type": "object",
"properties": {
"position": {
... | validate_sample(tags='GRCh38', branch=843.62, sensor_id=True, subject=False, wavelength={'position': True, 'status': 581.01, 'address': 'https://example.org/data', 'label': True}) | Tool call uses Python syntax instead of JSON | {"tags":"GRCh38","branch":843.62,"sensor_id":true,"subject":false,"wavelength":{"position":true,"status":581.01,"address":"https://example.org/data","label":true}} |
TASK repair_structured_output
SPEC
FIELD dim_q38 TYPE number REQUIRED no
FIELD val_z74 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_m31 TYPE null REQUIRED no
FIELD val_k45 TYPE null REQUIRED yes
FIELD attr_u05 TYPE string REQUIRED no
FIELD val_l93 TYPE number REQUIRED no
FIELD prop_v77 TYPE integer ... | {"dim_q38":310.82,"val_z74":"small","key_m31":null,"val_k45":null,"attr_u05":"Luis","val_l93":356.08,"prop_v77":901} | extra_field | {
"type": "object",
"properties": {
"dim_q38": {
"type": "number"
},
"val_z74": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_m31": {
"type": "null"
},
"val_k45": {
"type": "null"
},
"a... | {"dim_q38": 310.82, "val_z74": "small", "key_m31": null, "val_k45": null, "attr_u05": "Luis", "val_l93": 356.08, "prop_v77": 901, "extra_info_975": 42} | Unknown field 'extra_info_975' not defined in schema | {"dim_q38":310.82,"val_z74":"small","key_m31":null,"val_k45":null,"attr_u05":"Luis","val_l93":356.08,"prop_v77":901} |
TASK repair_structured_output
SPEC
FIELD url TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD lab_result TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD due_date TYPE string REQUIRED no
FIELD user_id TYPE boolean REQUIRED no
FIELD hazmat_code TYPE boolean REQUIRED yes
FI... | {"url":"inactive","lab_result":"option_c","due_date":"2024-01-15","user_id":true,"hazmat_code":true,"start_date":"level_2","notes":"maintenance"} | wrong_type | {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"lab_result": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_... | {"url": "inactive", "lab_result": "option_c", "due_date": "2024-01-15", "user_id": true, "hazmat_code": "\"yes\"", "start_date": "level_2", "notes": "maintenance"} | Field 'hazmat_code' must be boolean, got string | {"url":"inactive","lab_result":"option_c","due_date":"2024-01-15","user_id":true,"hazmat_code":true,"start_date":"level_2","notes":"maintenance"} |
TASK repair_structured_output
SPEC
FIELD param_j80 TYPE string REQUIRED yes
FIELD val_l75 TYPE null REQUIRED yes
FIELD col_a44[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
BROKEN_OUTPUT
{'param_j80':'bar','val_l75':null,'col_a44':['level_2']} | {"param_j80":"bar","val_l75":null,"col_a44":["level_2"]} | single_quotes | {
"type": "object",
"properties": {
"param_j80": {
"type": "string"
},
"val_l75": {
"type": "null"
},
"col_a44": {
"type": "array",
"items": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
... | {'param_j80':'bar','val_l75':null,'col_a44':['level_2']} | Expecting property name enclosed in double quotes | {"param_j80":"bar","val_l75":null,"col_a44":["level_2"]} |
TASK repair_structured_output
SPEC
FIELD prop_x13 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD attr_d54 TYPE boolean REQUIRED no
FIELD prop_f81 TYPE integer REQUIRED no
FIELD param_q05 TYPE integer REQUIRED yes
FIELD attr_s14.val_g01 TYPE string_email REQUIRED no
FIELD attr_s14.field_h76 TYPE string VALUE... | {"prop_x13":"viewer","attr_d54":false,"prop_f81":919,"param_q05":155} | boolean_as_string | {
"type": "object",
"properties": {
"prop_x13": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_d54": {
"type": "boolean"
},
"prop_f81": {
"type": "integer"
},
"param_q05": {
"type": "integer"
},
"at... | {"prop_x13": "viewer", "attr_d54": "no", "prop_f81": 919, "param_q05": 155} | Field 'attr_d54' must be boolean, got string | {"prop_x13":"viewer","attr_d54":false,"prop_f81":919,"param_q05":155} |
TASK repair_structured_output
SPEC
FIELD key_h17 TYPE integer REQUIRED no
FIELD attr_f20 TYPE string REQUIRED yes
FIELD val_c32.key_m13 TYPE string REQUIRED no
FIELD val_c32.prop_f82.dim_e58 TYPE number REQUIRED yes
FIELD val_c32.prop_f82.param_p21 TYPE string REQUIRED yes
FIELD val_c32.prop_f82.dim_i76 TYPE string RE... | {"attr_f20":"qux","val_c32":{"key_m13":"example","prop_f82":{"dim_e58":193.29,"param_p21":"test","dim_i76":"https://api.example.com/v1","param_l61":"Sao Paulo","param_n16":"mode_b"},"col_b73":"https://api.io/api","field_i89":"type_b"}} | extra_field | {
"type": "object",
"properties": {
"key_h17": {
"type": "integer"
},
"attr_f20": {
"type": "string"
},
"val_c32": {
"type": "object",
"properties": {
"key_m13": {
"type": "string"
},
"prop_f82": {
"type": "object",
"p... | {"attr_f20": "qux", "val_c32": {"key_m13": "example", "prop_f82": {"dim_e58": 193.29, "param_p21": "test", "dim_i76": "https://api.example.com/v1", "param_l61": "Sao Paulo", "param_n16": "mode_b"}, "col_b73": "https://api.io/api", "field_i89": "type_b"}, "extra_info_597": "unexpected"} | Unknown field 'extra_info_597' not defined in schema | {"attr_f20":"qux","val_c32":{"key_m13":"example","prop_f82":{"dim_e58":193.29,"param_p21":"test","dim_i76":"https://api.example.com/v1","param_l61":"Sao Paulo","param_n16":"mode_b"},"col_b73":"https://api.io/api","field_i89":"type_b"}} |
TASK repair_structured_output
SPEC
FIELD id.nickname TYPE string_uri REQUIRED no
FIELD id.subject TYPE string_email REQUIRED no
FIELD id.state TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD id.isotope TYPE string REQUIRED yes
FIELD id.torque_output TYPE null REQUIRED no
FIELD id.dosage.coverage... | {"reagent":691,"quality_score":"in_progress","balance":"https://www.com/data","tags":"chrX","bearing":"Hapag-Lloyd-Express"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"nickname": {
"type": "string",
"format": "uri"
},
"subject": {
"type": "string",
"format": "email"
},
"state": {
"type": "string",
... | delete_item(reagent=691, quality_score='in_progress', balance='https://www.com/data', tags='chrX', bearing='Hapag-Lloyd-Express') | Tool call uses Python syntax instead of JSON | {"reagent":691,"quality_score":"in_progress","balance":"https://www.com/data","tags":"chrX","bearing":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD col_l07 TYPE integer REQUIRED yes
FIELD param_m60 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_c05 TYPE string REQUIRED yes
FIELD val_v10 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_k51.attr_h57 TYPE string VALUES homozyg... | {"col_l07":247,"val_c05":"REV","field_k51":{"attr_h57":"homozygous","param_q82":"black","field_f57":622,"attr_v43":false}} | missing_required | {
"type": "object",
"properties": {
"col_l07": {
"type": "integer"
},
"param_m60": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"val_c05": {
"type": "string"
},
"val_v10": {
"typ... | {"col_l07": 247, "field_k51": {"attr_h57": "homozygous", "param_q82": "black", "field_f57": 622, "attr_v43": false}} | Required field 'val_c05' is missing | {"col_l07":247,"val_c05":"REV","field_k51":{"attr_h57":"homozygous","param_q82":"black","field_f57":622,"attr_v43":false}} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE integer REQUIRED no
FIELD trace_id TYPE string_email REQUIRED no
FIELD type TYPE integer REQUIRED no
FIELD color TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD invoice_id TYPE integer REQUIRED yes
FIELD id TYPE string REQUIRED no
FIELD featu... | {"enabled":310,"color":"new","invoice_id":401,"features":"baz","last_name":622.39} | tool_call_text_mix | {
"type": "object",
"properties": {
"enabled": {
"type": "integer"
},
"trace_id": {
"type": "string",
"format": "email"
},
"type": {
"type": "integer"
},
"color": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | I'll query our database.
<tool_call name="get_inventory">
{"enabled":310,"color":"new","invoice_id":401,"features":"baz","last_name":622.39}
</tool_call. | Agent response mixes reasoning text with tool call | {"enabled":310,"color":"new","invoice_id":401,"features":"baz","last_name":622.39} |
TASK repair_structured_output
SPEC
FIELD field_v43 TYPE boolean REQUIRED yes
FIELD dim_z73 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD attr_d25 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"field_v43":false,"attr_d25":127}
Feel free to ask if you have questions. | {"field_v43":false,"attr_d25":127} | extra_text_after | {
"type": "object",
"properties": {
"field_v43": {
"type": "boolean"
},
"dim_z73": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"attr_d25": {
"type": "integer"
}
},
"required": [
"field_v... | {"field_v43":false,"attr_d25":127}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"field_v43":false,"attr_d25":127} |
TASK repair_structured_output
SPEC
FIELD param_j74.prop_r32 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_j74.prop_q48 TYPE boolean REQUIRED no
FIELD param_j74.field_w94 TYPE integer REQUIRED yes
FIELD param_j74.attr_v04 TYPE integer REQUIRED yes
FIELD param_j74.param_y70 TYPE boolean REQUIRED no
FIE... | {"param_j74":{"prop_r32":"BRL","prop_q48":true,"field_w94":506,"attr_v04":534,"param_y70":true},"col_a19":845,"dim_i74":"test@domain.org","prop_f23":887,"field_x07":"bar"} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_j74": {
"type": "object",
"properties": {
"prop_r32": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"prop_q48": {
... | I need to look up the information first.
Action: queue_sequencing_run
Arguments: {"param_j74": {"prop_r32": "BRL", "prop_q48": true, "field_w94": 506, "attr_v04": 534, "param_y70": true}, "col_a19": 845, "dim_i74": "test@domain.org", "field_x07": "bar"} | Agent tool call missing required parameter 'prop_f23' | {"param_j74":{"prop_r32":"BRL","prop_q48":true,"field_w94":506,"attr_v04":534,"param_y70":true},"col_a19":845,"dim_i74":"test@domain.org","prop_f23":887,"field_x07":"bar"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string REQUIRED no
FIELD commit_hash.loan_amount TYPE number REQUIRED no
FIELD commit_hash.dosage TYPE integer REQUIRED no
FIELD commit_hash.color TYPE boolean REQUIRED no
FIELD commit_hash.latitude TYPE string REQUIRED no
FIELD commit_hash.updated_at TYPE string ... | {"username":"Hapag-Lloyd-Express","due_date":{"timezone":"xl","catalyst":"2022-08-13T23:12:00Z","start_date":"world","strand":{"half_life":"Maria","gene_id":"frameshift","salinity":349,"ward":"London","level":247.23,"last_name":"2024-09-21T17:07:00Z"},"features":{"subtotal":707.55,"catalyst":"active","count":222,"filte... | partial_structure | {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"commit_hash": {
"type": "object",
"properties": {
"loan_amount": {
"type": "number"
},
"dosage": {
"type": "integer"
},
"color": {
"type": "boole... | Based on the data, duration_ms is 193. {"username":"Hapag-Lloyd-Express","due_date":{"timezone":"xl","catalyst":"2022-08-13T23:12:00Z","start_date":"world","strand":{"half_life":"Maria","gene_id":"frameshift","salinity":349,"ward":"London","level":247.23,"last_name":"2024-09-21T17:07:00Z"},"features":{"subtotal":707.55... | Output mixes natural language with JSON | {"username":"Hapag-Lloyd-Express","due_date":{"timezone":"xl","catalyst":"2022-08-13T23:12:00Z","start_date":"world","strand":{"half_life":"Maria","gene_id":"frameshift","salinity":349,"ward":"London","level":247.23,"last_name":"2024-09-21T17:07:00Z"},"features":{"subtotal":707.55,"catalyst":"active","count":222,"filte... |
TASK repair_structured_output
SPEC
FIELD dim_k52 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_a07 TYPE integer REQUIRED yes
FIELD attr_n89 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD key_a47 TYPE number REQUIRED no
FIELD field_t40 TYPE string REQUIRED yes
F... | {"dim_k52":"level_1","param_a07":499,"attr_n89":"option_a","key_a47":101.13,"field_t40":"https://example.com","param_k44":"mode_b","col_d22":311} | wrong_type | {
"type": "object",
"properties": {
"dim_k52": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_a07": {
"type": "integer"
},
"attr_n89": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | {"dim_k52": "level_1", "param_a07": 499, "attr_n89": "option_a", "key_a47": "\"101.13\"", "field_t40": "https://example.com", "param_k44": "mode_b", "col_d22": 311} | Field 'key_a47' must be number, got string | {"dim_k52":"level_1","param_a07":499,"attr_n89":"option_a","key_a47":101.13,"field_t40":"https://example.com","param_k44":"mode_b","col_d22":311} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD weight TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD salinity TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD frequency_hz TYPE number REQUIRED no
FIELD interest_rat... | {"lab_result":"red","salinity":"mode_a","interest_rate":"cat_b"} | unquoted_keys | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"weight": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
... | {lab_result:"red",salinity:"mode_a",interest_rate:"cat_b"} | Expecting property name enclosed in double quotes | {"lab_result":"red","salinity":"mode_a","interest_rate":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD half_life TYPE integer REQUIRED yes
FIELD name TYPE boolean REQUIRED yes
FIELD yield_pct.lab_result TYPE string_uri REQUIRED yes
FIELD yield_pct.ward TYPE string VALUES level_1|level_2|level_3|lev... | {"dissolved_oxygen":"black","half_life":60,"name":false,"yield_pct":{"lab_result":"https://data.io/data","ward":"level_2","current_draw":"cat_d","wavelength":"info@domain.org","branch":"chrX","description":"cat_b","type":148,"payment_status":null}} | tool_call_partial_args | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"half_life": {
"type": "integer"
},
"name": {
"type": "boolean"
},
"yield_pct": {
... | Let me check the system.
Action: check_availability
Arguments: {"dissolved_oxygen": "black", "half_life": 60, "name": false} | Agent tool call missing required parameter 'yield_pct' | {"dissolved_oxygen":"black","half_life":60,"name":false,"yield_pct":{"lab_result":"https://data.io/data","ward":"level_2","current_draw":"cat_d","wavelength":"info@domain.org","branch":"chrX","description":"cat_b","type":148,"payment_status":null}} |
TASK repair_structured_output
SPEC
FIELD date TYPE integer REQUIRED yes
FIELD size TYPE string REQUIRED no
FIELD weight TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"date":775,"size":"chr1","weight":true}
Let me know if you need anything else! | {"date":775,"size":"chr1","weight":true} | extra_text_after | {
"type": "object",
"properties": {
"date": {
"type": "integer"
},
"size": {
"type": "string"
},
"weight": {
"type": "boolean"
}
},
"required": [
"date"
]
} | {"date":775,"size":"chr1","weight":true}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"date":775,"size":"chr1","weight":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.