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 prop_n45 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD field_m12.attr_y19 TYPE boolean REQUIRED yes
FIELD field_m12.dim_o29 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD field_m12.val_x50 TYPE string_uri REQUIRED yes
FIELD field_m12.prop_n98.dim_o96... | {"prop_n45":"mode_b","field_m12":{"attr_y19":false,"val_x50":"https://api.org/v1","prop_n98":{"dim_o96":"hello","attr_z89":false,"prop_b83":317.08},"prop_k29":"Berlin","prop_y35":{"param_j14":"option_a","col_f89":"sms","param_d67":151,"field_b79":"Tokyo"}},"param_b66":"Smith"} | truncated_array | {
"type": "object",
"properties": {
"prop_n45": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_m12": {
"type": "object",
"properties": {
"attr_y19": {
"type": "boolean"
},
"dim_o29": {
"type": "string... | {"prop_n45":"mode_b","field_m12":{"attr_y19":false,"val_x50":"https://api.org/v1","prop_n98":{"dim_o96":"hello","attr_z89":false,"prop_b83":317.08},"prop_k29":"Berlin","prop_y35":{"param_j14":"option_a","col_f89":"sms","param_d67":151,"field_b79":"Tokyo"}},"param_b66":"Smith" | Unexpected end of JSON input — truncated object | {"prop_n45":"mode_b","field_m12":{"attr_y19":false,"val_x50":"https://api.org/v1","prop_n98":{"dim_o96":"hello","attr_z89":false,"prop_b83":317.08},"prop_k29":"Berlin","prop_y35":{"param_j14":"option_a","col_f89":"sms","param_d67":151,"field_b79":"Tokyo"}},"param_b66":"Smith"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string REQUIRED yes
FIELD crew_id TYPE integer REQUIRED no
FIELD subject TYPE number REQUIRED no
FIELD priority TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: update_record
Arguments: {"cre... | {"commit_hash":"2024-06-30","crew_id":52,"subject":145.4,"priority":"level_4"} | tool_call_partial_args | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
},
"crew_id": {
"type": "integer"
},
"subject": {
"type": "number"
},
"priority": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | Let me check the system.
Action: update_record
Arguments: {"crew_id": 52, "subject": 145.4, "priority": "level_4"} | Agent tool call missing required parameter 'commit_hash' | {"commit_hash":"2024-06-30","crew_id":52,"subject":145.4,"priority":"level_4"} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES success|error|warning|info REQUIRED no
FIELD strand TYPE integer REQUIRED yes
FIELD build_status TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD tags TYPE boolean REQUIRED yes
FIELD coverage TYPE string_email REQUIRED ... | {"duration_ms":"warning","strand":175,"build_status":"level_2","tags":false,"coverage":"admin@test.io"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"strand": {
"type": "integer"
},
"build_status": {
"type": "string",
"enum": [
"level_1",
... | generate_report(duration_ms='warning', strand=175, build_status='level_2', tags=False, coverage='admin@test.io') | Tool call uses Python syntax instead of JSON | {"duration_ms":"warning","strand":175,"build_status":"level_2","tags":false,"coverage":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD col_o14 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_v34 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD attr_k60 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_u52 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUI... | {"col_o14":"low","val_v34":"new","attr_k60":"red","param_u52":"JPY","col_s97":null} | missing_bracket | {
"type": "object",
"properties": {
"col_o14": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_v34": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | {"col_o14":"low","val_v34":"new","attr_k60":"red","param_u52":"JPY","col_s97":null} | Missing closing bracket | {"col_o14":"low","val_v34":"new","attr_k60":"red","param_u52":"JPY","col_s97":null} |
TASK repair_structured_output
SPEC
FIELD coverage TYPE integer REQUIRED no
FIELD allele TYPE boolean REQUIRED no
FIELD company TYPE integer REQUIRED no
FIELD consignee TYPE string REQUIRED yes
FIELD department TYPE string REQUIRED no
FIELD voltage TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"coverage":243,"allel... | {"coverage":243,"allele":false,"company":591,"consignee":"foo","department":"completed","voltage":101} | markdown_fences | {
"type": "object",
"properties": {
"coverage": {
"type": "integer"
},
"allele": {
"type": "boolean"
},
"company": {
"type": "integer"
},
"consignee": {
"type": "string"
},
"department": {
"type": "string"
},
"voltage": {
"type": "integ... | ```json
{"coverage":243,"allele":false,"company":591,"consignee":"foo","department":"completed","voltage":101}
``` | Output contains markdown code fences | {"coverage":243,"allele":false,"company":591,"consignee":"foo","department":"completed","voltage":101} |
TASK repair_structured_output
SPEC
FIELD attr_z20 TYPE integer REQUIRED no
FIELD val_c58 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD param_o56 TYPE boolean REQUIRED no
FIELD field_t18 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_o66 TYPE string VALUES berthed|a... | {"attr_z20":224,"val_c58":"mode_c","field_t18":"free","val_o66":"moored","prop_d28":106,"key_a62":"single"} | unquoted_keys | {
"type": "object",
"properties": {
"attr_z20": {
"type": "integer"
},
"val_c58": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"param_o56": {
"type": "boolean"
},
... | {attr_z20:224,val_c58:"mode_c",field_t18:"free",val_o66:"moored",prop_d28:106,key_a62:"single"} | Expecting property name enclosed in double quotes | {"attr_z20":224,"val_c58":"mode_c","field_t18":"free","val_o66":"moored","prop_d28":106,"key_a62":"single"} |
TASK repair_structured_output
SPEC
FIELD catalyst.bed_number.item_id TYPE integer REQUIRED no
FIELD catalyst.bed_number.trace_id TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD catalyst.bed_number.half_life TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD catalyst.bed_number.zip_code TYPE stri... | {"item_id":"Oliveira","credit_score":"GRCh38","longitude":"level_1","type":477,"bill_of_lading":"John","visible":{"quality_score":898,"loan_amount":"https://www.com/v1","score":false}} | tool_call_bad_format | {
"type": "object",
"properties": {
"catalyst": {
"type": "object",
"properties": {
"bed_number": {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"trace_id": {
"type": "string",
... | <functioncall> annotate_mutation
{item_id: "Oliveira", credit_score: "GRCh38", longitude: "level_1", type: 477, bill_of_lading: "John", visible: {quality_score: 898, loan_amount: "https://www.com/v1", score: false}} | Tool call has malformed arguments — unquoted keys in function parameters | {"item_id":"Oliveira","credit_score":"GRCh38","longitude":"level_1","type":477,"bill_of_lading":"John","visible":{"quality_score":898,"loan_amount":"https://www.com/v1","score":false}} |
TASK repair_structured_output
SPEC
FIELD col_t98 TYPE string REQUIRED yes
FIELD val_m05.field_o06.prop_g85 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_m05.field_o06.prop_e75 TYPE integer REQUIRED no
FIELD val_m05.field_o06.col_l59 TYPE string VALUES single|married|divorced REQUIRED no
FIELD ... | {"col_t98":"Charlie","val_m05":{"field_o06":{"prop_e75":705,"col_l59":"married","param_r58":19,"dim_o43":291.04,"param_g89":"2026-02-03T18:52:00Z"},"key_v93":{"key_o23":"type_b","val_q66":"pending_review","param_j47":"A short description.","prop_x81":"Maria","val_p17":"https://example.com/api","val_h23":"married"},"fie... | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_t98": {
"type": "string"
},
"val_m05": {
"type": "object",
"properties": {
"field_o06": {
"type": "object",
"properties": {
"prop_g85": {
"type": "string",
"enum": [
... | check_availability(col_t98='Charlie', val_m05={'field_o06': {'prop_e75': 705, 'col_l59': 'married', 'param_r58': 19, 'dim_o43': 291.04, 'param_g89': '2026-02-03T18:52:00Z'}, 'key_v93': {'key_o23': 'type_b', 'val_q66': 'pending_review', 'param_j47': 'A short description.', 'prop_x81': 'Maria', 'val_p17': 'https://exampl... | Tool call uses Python syntax instead of JSON | {"col_t98":"Charlie","val_m05":{"field_o06":{"prop_e75":705,"col_l59":"married","param_r58":19,"dim_o43":291.04,"param_g89":"2026-02-03T18:52:00Z"},"key_v93":{"key_o23":"type_b","val_q66":"pending_review","param_j47":"A short description.","prop_x81":"Maria","val_p17":"https://example.com/api","val_h23":"married"},"fie... |
TASK repair_structured_output
SPEC
FIELD val_u88 TYPE integer REQUIRED no
FIELD prop_y99 TYPE integer REQUIRED no
FIELD prop_f45 TYPE integer REQUIRED no
FIELD col_s84 TYPE string REQUIRED yes
FIELD field_k04 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
{"val_u88":326,"prop_y99":499,"... | {"val_u88":326,"prop_y99":499,"prop_f45":140,"col_s84":"qux","field_k04":"anchored"} | truncated_object | {
"type": "object",
"properties": {
"val_u88": {
"type": "integer"
},
"prop_y99": {
"type": "integer"
},
"prop_f45": {
"type": "integer"
},
"col_s84": {
"type": "string"
},
"field_k04": {
"type": "string",
"enum": [
"berthed",
"... | {"val_u88":326,"prop_y99":499,"prop_f45":140,"col_s84":"qux","field_k04":"anchored" | Unexpected end of JSON input — truncated object | {"val_u88":326,"prop_y99":499,"prop_f45":140,"col_s84":"qux","field_k04":"anchored"} |
TASK repair_structured_output
SPEC
FIELD prop_b09 TYPE string REQUIRED yes
FIELD col_w76 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_t10 TYPE string REQUIRED no
FIELD attr_p44 TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{"prop_b09":"approved","attr_p44":"sms"}
This should mat... | {"prop_b09":"approved","attr_p44":"sms"} | extra_text_after | {
"type": "object",
"properties": {
"prop_b09": {
"type": "string"
},
"col_w76": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_t10": {
"type": "string"
},
"attr_p44": {
"type": "string",
... | {"prop_b09":"approved","attr_p44":"sms"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"prop_b09":"approved","attr_p44":"sms"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE integer REQUIRED yes
FIELD diagnosis_code TYPE string REQUIRED no
FIELD price.tile TYPE number REQUIRED yes
FIELD price.terminal_id TYPE string REQUIRED no
FIELD price.updated_at TYPE string REQUIRED no
FIELD price.color TYPE string REQUIRED no
FIELD price.paragrap... | {"voltage":343,"diagnosis_code":"quux","price":{"tile":480.1,"updated_at":"2024-01-15","color":"user@domain.com","tax":{"half_life":"free","tags":null,"user_id":"https://example.com"},"enabled":null,"compound":false}} | partial_structure | {
"type": "object",
"properties": {
"voltage": {
"type": "integer"
},
"diagnosis_code": {
"type": "string"
},
"price": {
"type": "object",
"properties": {
"tile": {
"type": "number"
},
"terminal_id": {
"type": "string"
}... | Based on the data, diagnosis_code is quux. {"voltage":343,"diagnosis_code":"quux","price":{"tile":480.1,"updated_at":"2024-01-15","color":"user@domain.com","tax":{"half_life":"free","tags":null,"user_id":"https://example.com"},"enabled":null,"compound":false}} | Output mixes natural language with JSON | {"voltage":343,"diagnosis_code":"quux","price":{"tile":480.1,"updated_at":"2024-01-15","color":"user@domain.com","tax":{"half_life":"free","tags":null,"user_id":"https://example.com"},"enabled":null,"compound":false}} |
TASK repair_structured_output
SPEC
FIELD attr_w57 TYPE boolean REQUIRED no
FIELD val_w06 TYPE number REQUIRED yes
FIELD field_r91[] TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{val_w06:815.26,field_r91:["https://data.io/v1"]} | {"val_w06":815.26,"field_r91":["https://data.io/v1"]} | unquoted_keys | {
"type": "object",
"properties": {
"attr_w57": {
"type": "boolean"
},
"val_w06": {
"type": "number"
},
"field_r91": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
}
},
"required": [
"val_w06"
]
} | {val_w06:815.26,field_r91:["https://data.io/v1"]} | Expecting property name enclosed in double quotes | {"val_w06":815.26,"field_r91":["https://data.io/v1"]} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD role TYPE integer REQUIRED yes
FIELD gene_id TYPE string_email REQUIRED no
FIELD isotope TYPE string_date-time REQUIRED no
FIELD invoice_id.insurance_id TYPE string REQUIRED no
FIELD invoice_id.torqu... | {"branch":"homozygous","role":492,"gene_id":"user@domain.org","isotope":"2023-08-25T09:35:00Z","invoice_id":{"insurance_id":"Sao Paulo","torque_output":25,"wavelength":"Charlie","humidity_pct":"foo","catalyst":794.77}} | tool_call_partial_args | {
"type": "object",
"properties": {
"branch": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"role": {
"type": "integer"
},
"gene_id": {
"type": "string",
"format": "email"
},
"isotope": {
"t... | I need to look up the information first.
Action: call_variants
Arguments: {"branch": "homozygous", "role": 492, "gene_id": "user@domain.org", "isotope": "2023-08-25T09:35:00Z"} | Agent tool call missing required parameter 'invoice_id' | {"branch":"homozygous","role":492,"gene_id":"user@domain.org","isotope":"2023-08-25T09:35:00Z","invoice_id":{"insurance_id":"Sao Paulo","torque_output":25,"wavelength":"Charlie","humidity_pct":"foo","catalyst":794.77}} |
TASK repair_structured_output
SPEC
FIELD col_x94 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_o02 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD param_u65.val_s84 TYPE string REQUIRED yes
FIELD param_u65.key_c63 TYPE integer REQUIRED no
FIELD param_u65.field_i07 TY... | {"param_o02":"option_a","param_u65":{"val_s84":"London","key_c63":590,"field_i07":90,"field_o93":{"param_u52":"inactive","prop_m25":267.48,"field_n76":"RTG-04","key_l03":false,"prop_j69":"John","val_q18":"type_b","prop_w52":"bar"}},"key_w47":"synonymous","prop_i55":384,"attr_r53":"missense"} | null_required | {
"type": "object",
"properties": {
"col_x94": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"param_o02": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | {"param_o02": "option_a", "param_u65": null, "key_w47": "synonymous", "prop_i55": 384, "attr_r53": "missense"} | Required field 'param_u65' is null | {"param_o02":"option_a","param_u65":{"val_s84":"London","key_c63":590,"field_i07":90,"field_o93":{"param_u52":"inactive","prop_m25":267.48,"field_n76":"RTG-04","key_l03":false,"prop_j69":"John","val_q18":"type_b","prop_w52":"bar"}},"key_w47":"synonymous","prop_i55":384,"attr_r53":"missense"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string_uri REQUIRED yes
FIELD size TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD length TYPE number REQUIRED no
FIELD half_life TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"altitude":"https://example.com/data","length":116.34,"half_life":"https://e... | {"altitude":"https://example.com/data","length":116.34,"half_life":"https://example.com/v1"} | extra_text_after | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"format": "uri"
},
"size": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"length": {
"type": "number"
},
"half_life": {
"... | {"altitude":"https://example.com/data","length":116.34,"half_life":"https://example.com/v1"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"altitude":"https://example.com/data","length":116.34,"half_life":"https://example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_p20 TYPE string REQUIRED no
FIELD key_n47.prop_p31 TYPE null REQUIRED yes
FIELD key_n47.dim_o01.val_z92 TYPE null REQUIRED no
FIELD key_n47.dim_o01.field_r98 TYPE number REQUIRED no
FIELD key_n47.dim_o01.col_c59 TYPE number REQUIRED yes
FIELD key_n47.dim_o01.key_y17 TYPE s... | {"prop_p20":"FWD","key_n47":{"prop_p31":null,"dim_o01":{"val_z92":null,"field_r98":71.13,"col_c59":907.73,"key_y17":"moored","param_v81":"2026-12-22T22:06:00Z","col_j35":569.28},"key_o72":true},"key_s23":true,"param_t61":433.0,"field_u76":"2024-06-30","field_y12":"critical"} | partial_structure | {
"type": "object",
"properties": {
"prop_p20": {
"type": "string"
},
"key_n47": {
"type": "object",
"properties": {
"prop_p31": {
"type": "null"
},
"dim_o01": {
"type": "object",
"properties": {
"val_z92": {
... | Result: prop_p20=FWD, {"prop_p20":"FWD","key_n47":{"prop_p31":null,"dim_o01":{"val_z92":null,"field_r98":71.13,"col_c59":907.73,"key_y17":"moored","param_v81":"2026-12-22T22:06:00Z","col_j35":569.28},"key_o72":true},"key_s23":true,"param_t61":433.0,"field_u76":"2024-06-30","field_y12":"critical"} | Output mixes natural language with JSON | {"prop_p20":"FWD","key_n47":{"prop_p31":null,"dim_o01":{"val_z92":null,"field_r98":71.13,"col_c59":907.73,"key_y17":"moored","param_v81":"2026-12-22T22:06:00Z","col_j35":569.28},"key_o72":true},"key_s23":true,"param_t61":433.0,"field_u76":"2024-06-30","field_y12":"critical"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE null REQUIRED no
FIELD frequency_hz TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD shipper_ref TYPE string REQUIRED no
FIELD priority[].freight_class TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD priority[].humidi... | {"lab_result":null,"frequency_hz":"in_transit","shipper_ref":"Charlie","priority":[{"freight_class":"moored","humidity_pct":"John","bill_of_lading":"active","tax":338.39,"url":false},{"freight_class":"anchored","bill_of_lading":"foo","tax":482.13},{"freight_class":"anchored","bill_of_lading":"inactive","tax":289.83,"ur... | tool_call_wrong_param | {
"type": "object",
"properties": {
"lab_result": {
"type": "null"
},
"frequency_hz": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"shipper_ref": {
"type": "string"
},
"priority": {
"ty... | Tool: verify_hazmat_compliance
Params: {"frequency_hz": "in_transit", "shipper_ref": "Charlie", "priority": [{"freight_class": "moored", "humidity_pct": "John", "bill_of_lading": "active", "tax": 338.39, "url": false}, {"freight_class": "anchored", "bill_of_lading": "foo", "tax": 482.13}, {"freight_class": "anchored", ... | Agent used wrong parameter name 'lab_result_value' instead of 'lab_result' | {"lab_result":null,"frequency_hz":"in_transit","shipper_ref":"Charlie","priority":[{"freight_class":"moored","humidity_pct":"John","bill_of_lading":"active","tax":338.39,"url":false},{"freight_class":"anchored","bill_of_lading":"foo","tax":482.13},{"freight_class":"anchored","bill_of_lading":"inactive","tax":289.83,"ur... |
TASK repair_structured_output
SPEC
FIELD paragraph.aligned_pct TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD paragraph.role TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD paragraph.annotation TYPE integer REQUIRED no
FIELD paragraph.active TYPE string VALUES success|error|warning|info REQU... | {"paragraph":{"role":"cat_d","annotation":817,"active":"warning","trace_id":"GRCh38","format":"Smith","half_life":"cat_c"},"user_id":"test@test.io","port_code":"sample","comments":"REV","dissolved_oxygen":570.15} | tool_call_bad_format | {
"type": "object",
"properties": {
"paragraph": {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"role": {
"type": ... | <functioncall> validate_address
{paragraph: {role: "cat_d", annotation: 817, active: "warning", trace_id: "GRCh38", format: "Smith", half_life: "cat_c"}, user_id: "test@test.io", port_code: "sample", comments: "REV", dissolved_oxygen: 570.15} | Tool call has malformed arguments — unquoted keys in function parameters | {"paragraph":{"role":"cat_d","annotation":817,"active":"warning","trace_id":"GRCh38","format":"Smith","half_life":"cat_c"},"user_id":"test@test.io","port_code":"sample","comments":"REV","dissolved_oxygen":570.15} |
TASK repair_structured_output
SPEC
FIELD order_id.status TYPE string REQUIRED yes
FIELD order_id.coverage TYPE number REQUIRED no
FIELD order_id.loan_amount.allele TYPE integer REQUIRED yes
FIELD order_id.loan_amount.last_name TYPE string_email REQUIRED no
FIELD order_id.loan_amount.manifest_ref TYPE number REQUIRED n... | {"order_id":{"status":"Santos","loan_amount":{"allele":530,"last_name":"admin@test.io","manifest_ref":303.83,"weight":null,"language":[159.59,276.8]},"altitude":null},"username":"blue","address":728,"comments":"2024-11-20T15:51:00Z","interest_rate":"Bob","annotation":371} | missing_required | {
"type": "object",
"properties": {
"order_id": {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"coverage": {
"type": "number"
},
"loan_amount": {
"type": "object",
"properties": {
"allele... | {"order_id": {"status": "Santos", "loan_amount": {"allele": 530, "last_name": "admin@test.io", "manifest_ref": 303.83, "weight": null, "language": [159.59, 276.8]}, "altitude": null}, "username": "blue", "address": 728, "comments": "2024-11-20T15:51:00Z", "annotation": 371} | Required field 'interest_rate' is missing | {"order_id":{"status":"Santos","loan_amount":{"allele":530,"last_name":"admin@test.io","manifest_ref":303.83,"weight":null,"language":[159.59,276.8]},"altitude":null},"username":"blue","address":728,"comments":"2024-11-20T15:51:00Z","interest_rate":"Bob","annotation":371} |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE string REQUIRED no
FIELD insurance_id TYPE integer REQUIRED no
FIELD freight_class.end_date TYPE string REQUIRED yes
FIELD freight_class.medication TYPE null REQUIRED yes
FIELD freight_class.manifest_ref TYPE string_date-time REQUIRED yes
FIELD freight_class.c... | {"manifest_ref":"Diana","insurance_id":897,"freight_class":{"end_date":"Johnson","medication":null,"manifest_ref":"2020-10-03T09:31:00Z","comments":"published"},"footnote":831.91,"product_id":"QC-07"} | partial_structure | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "string"
},
"insurance_id": {
"type": "integer"
},
"freight_class": {
"type": "object",
"properties": {
"end_date": {
"type": "string"
},
"medication": {
"type": "nul... | I found that manifest_ref should be Diana. {"manifest_ref":"Diana","insurance_id":897,"freight_class":{"end_date":"Johnson","medication":null,"manifest_ref":"2020-10-03T09:31:00Z","comments":"published"},"footnote":831.91,"product_id":"QC-07"} | Output mixes natural language with JSON | {"manifest_ref":"Diana","insurance_id":897,"freight_class":{"end_date":"Johnson","medication":null,"manifest_ref":"2020-10-03T09:31:00Z","comments":"published"},"footnote":831.91,"product_id":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD col_t45 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_b54.key_m61 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD dim_b54.val_u69 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD dim_b54.val_j42 TYPE integer REQUIRED no
FIELD dim_b54.prop_l95 TYPE ... | {"col_t45":"level_2","dim_b54":{"key_m61":"warning","val_u69":"cat_b","val_j42":200,"col_k40":"cat_a","key_z15":false},"dim_g65":777,"prop_b56":"info@test.io","attr_y34":"MV-Evergreen-01","attr_y66":"hemizygous","col_m19":"Diana"} | invalid_enum | {
"type": "object",
"properties": {
"col_t45": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"dim_b54": {
"type": "object",
"properties": {
"key_m61": {
"type": "string",
"enum": [
"success",
"err... | {"col_t45": "level_2", "dim_b54": {"key_m61": "warning", "val_u69": "cat_b", "val_j42": 200, "col_k40": "cat_a", "key_z15": false}, "dim_g65": 777, "prop_b56": "info@test.io", "attr_y34": "MV-Evergreen-01", "attr_y66": "invalid_choice_692", "col_m19": "Diana"} | Field 'attr_y66' has invalid enum value 'invalid_choice_692', expected one of ['homozygous', 'heterozygous', 'hemizygous'] | {"col_t45":"level_2","dim_b54":{"key_m61":"warning","val_u69":"cat_b","val_j42":200,"col_k40":"cat_a","key_z15":false},"dim_g65":777,"prop_b56":"info@test.io","attr_y34":"MV-Evergreen-01","attr_y66":"hemizygous","col_m19":"Diana"} |
TASK repair_structured_output
SPEC
FIELD field_c38 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD field_h90 TYPE integer REQUIRED no
FIELD col_q62 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD val_v59 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD attr_r47 ... | {"field_c38":"open","field_h90":108,"col_q62":"option_a","attr_r47":"synonymous"} | truncated_object | {
"type": "object",
"properties": {
"field_c38": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_h90": {
"type": "integer"
},
"col_q62": {
"type": "string",
"enum": [
"option_a",
... | {"field_c38":"open","field_h90":108,"col_q62":"option_a","attr_r47":"synonymous" | Unexpected end of JSON input — truncated object | {"field_c38":"open","field_h90":108,"col_q62":"option_a","attr_r47":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES single|married|divorced REQUIRED yes
FIELD yield_pct TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD values TYPE string VALUES type_a|type_b|type_c REQUIRED no
BROKEN_OUTPUT
{"batch_code": "invalid_choice_481", "yield_pct": "inactive... | {"batch_code":"married","yield_pct":"inactive","values":"type_b"} | invalid_enum | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"yield_pct": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"values": {
... | {"batch_code": "invalid_choice_481", "yield_pct": "inactive", "values": "type_b"} | Field 'batch_code' has invalid enum value 'invalid_choice_481', expected one of ['single', 'married', 'divorced'] | {"batch_code":"married","yield_pct":"inactive","values":"type_b"} |
TASK repair_structured_output
SPEC
FIELD val_d07 TYPE string_uri REQUIRED yes
FIELD val_f59 TYPE integer REQUIRED yes
FIELD col_k41 TYPE integer REQUIRED yes
BROKEN_OUTPUT
<functioncall> process_payment
{val_d07: "https://example.com/data", val_f59: 332, col_k41: 629} | {"val_d07":"https://example.com/data","val_f59":332,"col_k41":629} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_d07": {
"type": "string",
"format": "uri"
},
"val_f59": {
"type": "integer"
},
"col_k41": {
"type": "integer"
}
},
"required": [
"val_f59",
"col_k41",
"val_d07"
]
} | <functioncall> process_payment
{val_d07: "https://example.com/data", val_f59: 332, col_k41: 629} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_d07":"https://example.com/data","val_f59":332,"col_k41":629} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string REQUIRED yes
FIELD language TYPE integer REQUIRED no
FIELD phone TYPE string_date-time REQUIRED no
FIELD credit_score TYPE integer REQUIRED no
FIELD torque_output TYPE string REQUIRED yes
FIELD user_id TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD... | {"berth_slot":"Alice","language":796,"credit_score":99,"torque_output":"foo","user_id":"level_1","catalyst":"Tokyo"} | unquoted_keys | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string"
},
"language": {
"type": "integer"
},
"phone": {
"type": "string",
"format": "date-time"
},
"credit_score": {
"type": "integer"
},
"torque_output": {
"type": "string"
},
... | {berth_slot:"Alice",language:796,credit_score:99,torque_output:"foo",user_id:"level_1",catalyst:"Tokyo"} | Expecting property name enclosed in double quotes | {"berth_slot":"Alice","language":796,"credit_score":99,"torque_output":"foo","user_id":"level_1","catalyst":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD isotope TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD aligned_pct TYPE integer REQUIRED no
FIELD footnote TYPE string_date-time REQUIRED no
FIELD size TYPE string REQUIR... | {"conductivity":"level_1","isotope":"mode_e","aligned_pct":192,"footnote":"2022-03-11T21:47:00Z","size":"Smith","city":"Silva"} | missing_bracket | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"isotope": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",... | {"conductivity":"level_1","isotope":"mode_e","aligned_pct":192,"footnote":"2022-03-11T21:47:00Z","size":"Smith","city":"Silva"} | Missing closing bracket | {"conductivity":"level_1","isotope":"mode_e","aligned_pct":192,"footnote":"2022-03-11T21:47:00Z","size":"Smith","city":"Silva"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string REQUIRED yes
FIELD pressure_kpa TYPE integer REQUIRED yes
FIELD order_id TYPE null REQUIRED yes
FIELD temp_celsius TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD feedback TYPE string_uri REQUIRED yes
FIELD hazmat_code TYPE string REQUIRED no
FIEL... | {"amplitude":"sample","pressure_kpa":489,"order_id":null,"temp_celsius":"GBP","feedback":"https://data.io/data","hazmat_code":"Maria","yield_pct":"ops@domain.org"} | extra_field | {
"type": "object",
"properties": {
"amplitude": {
"type": "string"
},
"pressure_kpa": {
"type": "integer"
},
"order_id": {
"type": "null"
},
"temp_celsius": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"J... | {"amplitude": "sample", "pressure_kpa": 489, "order_id": null, "temp_celsius": "GBP", "feedback": "https://data.io/data", "hazmat_code": "Maria", "yield_pct": "ops@domain.org", "extra_value_5909": "unexpected"} | Unknown field 'extra_value_5909' not defined in schema | {"amplitude":"sample","pressure_kpa":489,"order_id":null,"temp_celsius":"GBP","feedback":"https://data.io/data","hazmat_code":"Maria","yield_pct":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD field_f82 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD param_y91 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD field_l13 TYPE boolean REQUIRED yes
FIELD attr_v79 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e R... | {"field_f82":"missense","param_y91":"option_c","field_l13":false,"attr_v79":"mode_e","val_u84":761} | missing_required | {
"type": "object",
"properties": {
"field_f82": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"param_y91": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | {"param_y91": "option_c", "field_l13": false, "attr_v79": "mode_e", "val_u84": 761} | Required field 'field_f82' is missing | {"field_f82":"missense","param_y91":"option_c","field_l13":false,"attr_v79":"mode_e","val_u84":761} |
TASK repair_structured_output
SPEC
FIELD procedure_code.image_url TYPE number REQUIRED no
FIELD procedure_code.amount TYPE string_date-time REQUIRED yes
FIELD procedure_code.shift_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD procedure_code.price TYPE boolean REQUIRED no
FIELD procedure_code... | {"procedure_code":{"image_url":367.79,"amount":"2026-10-18T19:25:00Z","shift_code":"oceanic"},"barcode":128.94,"fleet_number":"in_transit","position":"cat_a","log_level":"critical","product_id":{"patient_id":{"turbidity":"level_2","diagnosis_code":"type_d","description":false,"repository":"option_b"},"dosage":"world","... | missing_required | {
"type": "object",
"properties": {
"procedure_code": {
"type": "object",
"properties": {
"image_url": {
"type": "number"
},
"amount": {
"type": "string",
"format": "date-time"
},
"shift_code": {
"type": "string",
... | {"barcode": 128.94, "fleet_number": "in_transit", "position": "cat_a", "log_level": "critical", "product_id": {"patient_id": {"turbidity": "level_2", "diagnosis_code": "type_d", "description": false, "repository": "option_b"}, "dosage": "world", "items": 447.37, "zip_code": {"version": "https://example.org/data", "leve... | Required field 'procedure_code' is missing | {"procedure_code":{"image_url":367.79,"amount":"2026-10-18T19:25:00Z","shift_code":"oceanic"},"barcode":128.94,"fleet_number":"in_transit","position":"cat_a","log_level":"critical","product_id":{"patient_id":{"turbidity":"level_2","diagnosis_code":"type_d","description":false,"repository":"option_b"},"dosage":"world","... |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD current_draw TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD transaction_id TYPE number REQUIRED yes
BROKEN_OUTPUT
{"total": "underway", "current_draw": "heterozygous", "trans... | {"total":"underway","current_draw":"heterozygous","transaction_id":958.29} | wrong_type | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"current_draw": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | {"total": "underway", "current_draw": "heterozygous", "transaction_id": "\"958.29\""} | Field 'transaction_id' must be number, got string | {"total":"underway","current_draw":"heterozygous","transaction_id":958.29} |
TASK repair_structured_output
SPEC
FIELD field_m57 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_t21 TYPE string REQUIRED yes
FIELD dim_v25 TYPE string_email REQUIRED yes
FIELD col_o50 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"field_m57":"divorced","col_t21":"Sao Paulo","dim_v25":"admin@test.io","col_... | {"field_m57":"divorced","col_t21":"Sao Paulo","dim_v25":"admin@test.io","col_o50":null} | missing_bracket | {
"type": "object",
"properties": {
"field_m57": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"col_t21": {
"type": "string"
},
"dim_v25": {
"type": "string",
"format": "email"
},
"col_o50": {
"type": ... | {"field_m57":"divorced","col_t21":"Sao Paulo","dim_v25":"admin@test.io","col_o50":null} | Missing closing bracket | {"field_m57":"divorced","col_t21":"Sao Paulo","dim_v25":"admin@test.io","col_o50":null} |
TASK repair_structured_output
SPEC
FIELD prop_x95.col_o35 TYPE string REQUIRED yes
FIELD prop_x95.field_p87 TYPE string_uri REQUIRED yes
FIELD prop_x95.prop_s03 TYPE string REQUIRED no
FIELD prop_x95.dim_q97[].col_f94 TYPE boolean REQUIRED no
FIELD prop_x95.dim_q97[].param_p42 TYPE boolean REQUIRED no
FIELD prop_x95.d... | {"col_d13":null,"param_y55":{"param_f55":"2020-08-24T04:03:00Z","param_e04":"info@domain.org","key_n40":{"attr_e52":12.27,"val_g38":"cancelled","attr_p20":"green"}},"val_z20":{"key_r05":true,"col_y01":"MV-Evergreen-01","key_s35":"2021-04-01T06:38:00Z"}} | missing_brace | {
"type": "object",
"properties": {
"prop_x95": {
"type": "object",
"properties": {
"col_o35": {
"type": "string"
},
"field_p87": {
"type": "string",
"format": "uri"
},
"prop_s03": {
"type": "string"
},
"... | {"col_d13":null,"param_y55":{"param_f55":"2020-08-24T04:03:00Z","param_e04":"info@domain.org","key_n40":{"attr_e52":12.27,"val_g38":"cancelled","attr_p20":"green"}},"val_z20":{"key_r05":true,"col_y01":"MV-Evergreen-01","key_s35":"2021-04-01T06:38:00Z"} | Missing closing brace | {"col_d13":null,"param_y55":{"param_f55":"2020-08-24T04:03:00Z","param_e04":"info@domain.org","key_n40":{"attr_e52":12.27,"val_g38":"cancelled","attr_p20":"green"}},"val_z20":{"key_r05":true,"col_y01":"MV-Evergreen-01","key_s35":"2021-04-01T06:38:00Z"}} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE integer REQUIRED no
FIELD full_name TYPE string REQUIRED yes
FIELD score TYPE integer REQUIRED no
FIELD shipper_ref TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD log_level[] TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRE... | {"salinity":630,"full_name":"foo","score":672,"log_level":["nonsense"]} | tool_call_bad_format | {
"type": "object",
"properties": {
"salinity": {
"type": "integer"
},
"full_name": {
"type": "string"
},
"score": {
"type": "integer"
},
"shipper_ref": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"... | <functioncall> delete_item
{salinity: 630, full_name: "foo", score: 672, log_level: ["nonsense"]} | Tool call has malformed arguments — unquoted keys in function parameters | {"salinity":630,"full_name":"foo","score":672,"log_level":["nonsense"]} |
TASK repair_structured_output
SPEC
FIELD key_w21 TYPE string REQUIRED yes
FIELD col_z05 TYPE string_uri REQUIRED no
FIELD field_y55 TYPE integer REQUIRED yes
FIELD param_n00.col_f87 TYPE integer REQUIRED no
FIELD param_n00.param_p02 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_n00.prop_u97.col_c16... | {"key_w21":"https://example.com","col_z05":"https://www.com/api","field_y55":272,"prop_l22":"white"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_w21": {
"type": "string"
},
"col_z05": {
"type": "string",
"format": "uri"
},
"field_y55": {
"type": "integer"
},
"param_n00": {
"type": "object",
"properties": {
"col_f87": {
"type": "integer"... | Tool: process_payment
Params: {"key_w21": "https://example.com", "field_y55": 272, "prop_l22": "white", "col_z05_new": "https://www.com/api"} | Agent used wrong parameter name 'col_z05_new' instead of 'col_z05' | {"key_w21":"https://example.com","col_z05":"https://www.com/api","field_y55":272,"prop_l22":"white"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE integer REQUIRED yes
FIELD humidity_pct TYPE number REQUIRED no
FIELD bearing TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"deploy_target":665,"bearing":true} | {"deploy_target":665,"bearing":true} | missing_bracket | {
"type": "object",
"properties": {
"deploy_target": {
"type": "integer"
},
"humidity_pct": {
"type": "number"
},
"bearing": {
"type": "boolean"
}
},
"required": [
"bearing",
"deploy_target"
]
} | {"deploy_target":665,"bearing":true} | Missing closing bracket | {"deploy_target":665,"bearing":true} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE null REQUIRED yes
FIELD yield_pct TYPE integer REQUIRED no
FIELD berth_slot.comments TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD berth_slot.sensor_id TYPE string_email REQUIRED no
FIELD berth_slot.balance TYPE string REQUIRED no
FIELD berth_slot.... | {"altitude":null,"yield_pct":505,"berth_slot":{"comments":"cat_a","sensor_id":"user@example.com","interest_rate":"white","department":null}} | tool_call_partial_args | {
"type": "object",
"properties": {
"altitude": {
"type": "null"
},
"yield_pct": {
"type": "integer"
},
"berth_slot": {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Let me check the system.
Action: get_account
Arguments: {"yield_pct": 505, "berth_slot": {"comments": "cat_a", "sensor_id": "user@example.com", "interest_rate": "white", "department": null}} | Agent tool call missing required parameter 'altitude' | {"altitude":null,"yield_pct":505,"berth_slot":{"comments":"cat_a","sensor_id":"user@example.com","interest_rate":"white","department":null}} |
TASK repair_structured_output
SPEC
FIELD field_t30 TYPE null REQUIRED no
FIELD prop_b60 TYPE integer REQUIRED yes
FIELD col_z60 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD prop_f77 TYPE number REQUIRED no
FIELD field_j89 TYPE string REQUIRED no
BROKEN_OUTPUT
{"field_t30": null, "prop_b60":... | {"field_t30":null,"prop_b60":186,"col_z60":"mode_e","prop_f77":716.8,"field_j89":"John"} | null_required | {
"type": "object",
"properties": {
"field_t30": {
"type": "null"
},
"prop_b60": {
"type": "integer"
},
"col_z60": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_f77": {
... | {"field_t30": null, "prop_b60": null, "col_z60": "mode_e", "prop_f77": 716.8, "field_j89": "John"} | Required field 'prop_b60' is null | {"field_t30":null,"prop_b60":186,"col_z60":"mode_e","prop_f77":716.8,"field_j89":"John"} |
TASK repair_structured_output
SPEC
FIELD val_k19 TYPE string REQUIRED yes
FIELD col_c31 TYPE integer REQUIRED yes
FIELD prop_z72 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"val_k19": "https://example.com", "col_c31": 896} | {"val_k19":"https://example.com","col_c31":896,"prop_z72":949} | missing_required | {
"type": "object",
"properties": {
"val_k19": {
"type": "string"
},
"col_c31": {
"type": "integer"
},
"prop_z72": {
"type": "integer"
}
},
"required": [
"prop_z72",
"val_k19",
"col_c31"
]
} | {"val_k19": "https://example.com", "col_c31": 896} | Required field 'prop_z72' is missing | {"val_k19":"https://example.com","col_c31":896,"prop_z72":949} |
TASK repair_structured_output
SPEC
FIELD key_z31 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_y59 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_q29 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_n37 TYPE string VALUES new|in_transit|delivered|return... | {"key_y59":"married","val_q29":"low","val_n37":"delivered","key_v49":"https://example.io/v1","key_l75":"intermittent","param_x75":"London"} | truncated_object | {
"type": "object",
"properties": {
"key_z31": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_y59": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"val_q29"... | {"key_y59":"married","val_q29":"low","val_n37":"delivered","key_v49":"https://example.io/v1","key_l75":"intermittent","param_x75":"London" | Unexpected end of JSON input — truncated object | {"key_y59":"married","val_q29":"low","val_n37":"delivered","key_v49":"https://example.io/v1","key_l75":"intermittent","param_x75":"London"} |
TASK repair_structured_output
SPEC
FIELD attr_b89.attr_k60 TYPE string REQUIRED yes
FIELD attr_b89.key_d95 TYPE string REQUIRED yes
FIELD attr_b89.dim_m11.param_w68 TYPE string_uri REQUIRED yes
FIELD attr_b89.dim_m11.dim_y66 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD attr_b89.dim_m11.attr_j98 TYPE strin... | {"attr_b89":{"attr_k60":"Jane","key_d95":"Tokyo","attr_t32":440,"key_k97":474,"attr_s17":{"attr_y77":"Bob","key_r09":"https://example.org/api","param_q19":"user@domain.com","param_l82":728,"param_i45":"2025-02-11T23:02:00Z"}},"dim_g37":"2022-12-28T17:43:00Z","dim_x80":false} | markdown_explanation | {
"type": "object",
"properties": {
"attr_b89": {
"type": "object",
"properties": {
"attr_k60": {
"type": "string"
},
"key_d95": {
"type": "string"
},
"dim_m11": {
"type": "object",
"properties": {
"param_w68... | The output is as follows:
```json
{"attr_b89":{"attr_k60":"Jane","key_d95":"Tokyo","attr_t32":440,"key_k97":474,"attr_s17":{"attr_y77":"Bob","key_r09":"https://example.org/api","param_q19":"user@domain.com","param_l82":728,"param_i45":"2025-02-11T23:02:00Z"}},"dim_g37":"2022-12-28T17:43:00Z","dim_x80":false}
```
Hope t... | Output contains markdown and explanatory text around JSON | {"attr_b89":{"attr_k60":"Jane","key_d95":"Tokyo","attr_t32":440,"key_k97":474,"attr_s17":{"attr_y77":"Bob","key_r09":"https://example.org/api","param_q19":"user@domain.com","param_l82":728,"param_i45":"2025-02-11T23:02:00Z"}},"dim_g37":"2022-12-28T17:43:00Z","dim_x80":false} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE number REQUIRED no
FIELD latitude TYPE string REQUIRED yes
FIELD annotation TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD bill_of_lading TYPE string_email REQUIRED no
FIELD tile.company TYPE number REQUIRED yes
FIELD tile.currency TYPE string_uri R... | {"insurance_id":330.3,"latitude":"RTG-04","annotation":"viewer","bill_of_lading":"admin@domain.org","tile":{"company":80.53,"currency":"https://data.org/api","barcode":{"country":"foo","total":"GRCh38","allele":null,"status_code":"chrX","zip_code":"sample","age":"published"},"timezone":null},"terminal_id":744} | tool_call_text_mix | {
"type": "object",
"properties": {
"insurance_id": {
"type": "number"
},
"latitude": {
"type": "string"
},
"annotation": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"bill_of_lading": {
"type": "string",
... | I'll query our database.
<tool_call name="queue_sequencing_run">
{"insurance_id":330.3,"latitude":"RTG-04","annotation":"viewer","bill_of_lading":"admin@domain.org","tile":{"company":80.53,"currency":"https://data.org/api","barcode":{"country":"foo","total":"GRCh38","allele":null,"status_code":"chrX","zip_code":"sample... | Agent response mixes reasoning text with tool call | {"insurance_id":330.3,"latitude":"RTG-04","annotation":"viewer","bill_of_lading":"admin@domain.org","tile":{"company":80.53,"currency":"https://data.org/api","barcode":{"country":"foo","total":"GRCh38","allele":null,"status_code":"chrX","zip_code":"sample","age":"published"},"timezone":null},"terminal_id":744} |
TASK repair_structured_output
SPEC
FIELD param_n53 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_q59 TYPE number REQUIRED yes
FIELD field_x41 TYPE boolean REQUIRED no
FIELD key_l73.dim_f29 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_l73.dim_l79 TYPE string VALUES red|blue|gre... | {"field_q59":358.96,"field_x41":false,"key_l73":{"dim_f29":"divorced","dim_l79":"red","col_f24":"intermittent","key_v58":{"param_i34":"anchored","field_s54":"single","key_w15":100,"col_k84":"example","prop_q84":"pending","param_a55":null,"val_u08":"https://example.com"},"prop_t98":{"field_p61":null,"dim_p96":418,"key_e... | truncated_object | {
"type": "object",
"properties": {
"param_n53": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_q59": {
"type": "number"
},
"field_x41": {
"type": "boolean"
},
"key_l73": {
"type": "object",
"pro... | {"field_q59":358.96,"field_x41":false,"key_l73":{"dim_f29":"divorced","dim_l79":"red","col_f24":"intermittent","key_v58":{"param_i34":"anchored","field_s54":"single","key_w15":100,"col_k84":"example","prop_q84":"pending","param_a55":null,"val_u08":"https://example.com"},"prop_t98":{"field_p61":null,"dim_p96":418,"key_e... | Unexpected end of JSON input — truncated object | {"field_q59":358.96,"field_x41":false,"key_l73":{"dim_f29":"divorced","dim_l79":"red","col_f24":"intermittent","key_v58":{"param_i34":"anchored","field_s54":"single","key_w15":100,"col_k84":"example","prop_q84":"pending","param_a55":null,"val_u08":"https://example.com"},"prop_t98":{"field_p61":null,"dim_p96":418,"key_e... |
TASK repair_structured_output
SPEC
FIELD prop_c10 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_o01 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_t10 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD param_h42 TYPE null REQUIRED no
FIELD val_q46 TYPE null RE... | {"dim_o01":"basic","param_h42":null,"val_q46":null,"field_f38":"https://example.io/api"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_c10": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_o01": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop... | Tool: update_record
Params: {"param_h42": null, "val_q46": null, "field_f38": "https://example.io/api", "dim_o01_id": "basic"} | Agent used wrong parameter name 'dim_o01_id' instead of 'dim_o01' | {"dim_o01":"basic","param_h42":null,"val_q46":null,"field_f38":"https://example.io/api"} |
TASK repair_structured_output
SPEC
FIELD attr_e97 TYPE string REQUIRED no
FIELD prop_o36 TYPE integer REQUIRED no
FIELD dim_j36[].dim_h44 TYPE null REQUIRED no
FIELD dim_j36[].val_f13 TYPE boolean REQUIRED no
FIELD dim_j36[].col_p17 TYPE number REQUIRED no
FIELD dim_j36[].field_d83 TYPE string REQUIRED yes
FIELD dim_j... | {"attr_e97":"2023-12-25","dim_j36":[{"val_f13":false,"col_p17":4.45,"field_d83":"QC-07"},{"dim_h44":null,"val_f13":true,"col_p17":846.44,"field_d83":"Smith","col_m66":null}]} | partial_structure | {
"type": "object",
"properties": {
"attr_e97": {
"type": "string"
},
"prop_o36": {
"type": "integer"
},
"dim_j36": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dim_h44": {
"type": "null"
},
"va... | I found that attr_e97 should be 2023-12-25. {"attr_e97":"2023-12-25","dim_j36":[{"val_f13":false,"col_p17":4.45,"field_d83":"QC-07"},{"dim_h44":null,"val_f13":true,"col_p17":846.44,"field_d83":"Smith","col_m66":null}]} | Output mixes natural language with JSON | {"attr_e97":"2023-12-25","dim_j36":[{"val_f13":false,"col_p17":4.45,"field_d83":"QC-07"},{"dim_h44":null,"val_f13":true,"col_p17":846.44,"field_d83":"Smith","col_m66":null}]} |
TASK repair_structured_output
SPEC
FIELD attr_h53 TYPE string_date-time REQUIRED no
FIELD dim_w09 TYPE integer REQUIRED no
FIELD val_j52 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_z32 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_v87 TYPE boolean REQUIRED no
FIELD prop_x98 T... | {"attr_h53":"2021-02-12T10:08:00Z","dim_w09":935,"val_j52":"success","key_z32":"inactive","prop_x98":"2024-01-15"} | trailing_comma | {
"type": "object",
"properties": {
"attr_h53": {
"type": "string",
"format": "date-time"
},
"dim_w09": {
"type": "integer"
},
"val_j52": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_z32"... | {"attr_h53":"2021-02-12T10:08:00Z","dim_w09":935,"val_j52":"success","key_z32":"inactive","prop_x98":"2024-01-15",} | Unexpected trailing comma | {"attr_h53":"2021-02-12T10:08:00Z","dim_w09":935,"val_j52":"success","key_z32":"inactive","prop_x98":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string REQUIRED yes
FIELD total TYPE number REQUIRED no
FIELD chapter[] TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
Based on the data, chapter is ['https://example.org/v1', 'https://example.org/api', 'https://www.io/v1', 'https://example.org/data']. {"diagno... | {"diagnosis_code":"qux","total":227.91,"chapter":["https://example.org/v1","https://example.org/api","https://www.io/v1","https://example.org/data"]} | partial_structure | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string"
},
"total": {
"type": "number"
},
"chapter": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
}
},
"required": [
"chapter",
"diagnosis_code"
]... | Based on the data, chapter is ['https://example.org/v1', 'https://example.org/api', 'https://www.io/v1', 'https://example.org/data']. {"diagnosis_code":"qux","total":227.91,"chapter":["https://example.org/v1","https://example.org/api","https://www.io/v1","https://example.org/data"]} | Output mixes natural language with JSON | {"diagnosis_code":"qux","total":227.91,"chapter":["https://example.org/v1","https://example.org/api","https://www.io/v1","https://example.org/data"]} |
TASK repair_structured_output
SPEC
FIELD dim_u86 TYPE number REQUIRED yes
FIELD field_h81 TYPE string_email REQUIRED no
FIELD dim_n54 TYPE string REQUIRED no
FIELD attr_h77 TYPE integer REQUIRED no
FIELD dim_s37 TYPE null REQUIRED yes
FIELD col_d46 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Below is the JSON object:
```... | {"dim_u86":320.98,"field_h81":"test@domain.org","dim_n54":"Santos","attr_h77":237,"dim_s37":null,"col_d46":false} | markdown_explanation | {
"type": "object",
"properties": {
"dim_u86": {
"type": "number"
},
"field_h81": {
"type": "string",
"format": "email"
},
"dim_n54": {
"type": "string"
},
"attr_h77": {
"type": "integer"
},
"dim_s37": {
"type": "null"
},
"col_d46": {
... | Below is the JSON object:
```json
{"dim_u86":320.98,"field_h81":"test@domain.org","dim_n54":"Santos","attr_h77":237,"dim_s37":null,"col_d46":false}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"dim_u86":320.98,"field_h81":"test@domain.org","dim_n54":"Santos","attr_h77":237,"dim_s37":null,"col_d46":false} |
TASK repair_structured_output
SPEC
FIELD product_id.dissolved_oxygen TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD product_id.length TYPE string VALUES option_a|option_b REQUIRED no
FIELD product_id.diagnosis_code TYPE number REQUIRED no
FIELD product_id.published TYPE number REQUIRED no
FIELD product_id.current_... | {"product_id":{"length":"option_a","diagnosis_code":371.54,"published":357.8,"current_draw":991,"bill_of_lading":true,"section":null},"subtotal":"test","age":"level_1"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"product_id": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"length": {
"type": "string",
"enum": [
... | lookup_customer(product_id={'length': 'option_a', 'diagnosis_code': 371.54, 'published': 357.8, 'current_draw': 991, 'bill_of_lading': True, 'section': None}, subtotal='test', age='level_1') | Tool call uses Python syntax instead of JSON | {"product_id":{"length":"option_a","diagnosis_code":371.54,"published":357.8,"current_draw":991,"bill_of_lading":true,"section":null},"subtotal":"test","age":"level_1"} |
TASK repair_structured_output
SPEC
FIELD key_o64 TYPE string REQUIRED yes
FIELD dim_z91 TYPE integer REQUIRED no
FIELD field_z25 TYPE string REQUIRED yes
FIELD param_v05 TYPE string REQUIRED no
FIELD col_h25 TYPE boolean REQUIRED no
FIELD val_x29 TYPE string REQUIRED no
BROKEN_OUTPUT
Tool: book_appointment
Params: {"... | {"key_o64":"https://api.example.com/v1","dim_z91":805,"field_z25":"https://api.example.com/v1","col_h25":false,"val_x29":"Maria"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_o64": {
"type": "string"
},
"dim_z91": {
"type": "integer"
},
"field_z25": {
"type": "string"
},
"param_v05": {
"type": "string"
},
"col_h25": {
"type": "boolean"
},
"val_x29": {
"type": "string"... | Tool: book_appointment
Params: {"key_o64": "https://api.example.com/v1", "field_z25": "https://api.example.com/v1", "col_h25": false, "val_x29": "Maria", "dim_z91_id": 805} | Agent used wrong parameter name 'dim_z91_id' instead of 'dim_z91' | {"key_o64":"https://api.example.com/v1","dim_z91":805,"field_z25":"https://api.example.com/v1","col_h25":false,"val_x29":"Maria"} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE integer REQUIRED no
FIELD decay_rate TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD dissolved_oxygen TYPE string_email REQUIRED yes
FIELD chapter.message TYPE integer REQUIRED yes
FIELD chapter.deploy_target TYPE string REQUIRED no
FIEL... | {"hazmat_code":706,"decay_rate":"returned","dissolved_oxygen":"info@test.io","chapter":{"message":198,"language":184,"medication":197}} | invalid_enum | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "integer"
},
"decay_rate": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"dissolved_oxygen": {
"type": "string",
"format": "email"
... | {"hazmat_code": 706, "decay_rate": "invalid_choice_426", "dissolved_oxygen": "info@test.io", "chapter": {"message": 198, "language": 184, "medication": 197}} | Field 'decay_rate' has invalid enum value 'invalid_choice_426', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"hazmat_code":706,"decay_rate":"returned","dissolved_oxygen":"info@test.io","chapter":{"message":198,"language":184,"medication":197}} |
TASK repair_structured_output
SPEC
FIELD prop_i67.dim_h04 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_i67.dim_m47 TYPE string REQUIRED no
FIELD prop_i67.val_l80 TYPE boolean REQUIRED no
FIELD prop_i67.prop_h55 TYPE integer REQUIRED no
FIELD prop_i67.dim_h73 TYPE number REQUIRED yes
FIELD prop_i67.a... | {"prop_i67":{"dim_h04":"medium","val_l80":true,"prop_h55":899,"dim_h73":899.75,"attr_o47":true,"val_n12":"chrX"},"dim_w04":48.98,"dim_s80":"option_b","prop_v68":"pro"} | trailing_comma | {
"type": "object",
"properties": {
"prop_i67": {
"type": "object",
"properties": {
"dim_h04": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_m47": {
"type": "str... | {"prop_i67":{"dim_h04":"medium","val_l80":true,"prop_h55":899,"dim_h73":899.75,"attr_o47":true,"val_n12":"chrX",},"dim_w04":48.98,"dim_s80":"option_b","prop_v68":"pro"} | Unexpected trailing comma | {"prop_i67":{"dim_h04":"medium","val_l80":true,"prop_h55":899,"dim_h73":899.75,"attr_o47":true,"val_n12":"chrX"},"dim_w04":48.98,"dim_s80":"option_b","prop_v68":"pro"} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD zip_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD tile TYPE boolean REQUIRED no
FIELD options TYPE string REQUIRED no
FIELD reagent TYPE string REQUIRED no
FIELD currency ... | {"tax":"anchored","zip_code":"type_b","tile":false,"options":"London","currency":"ops@example.com","age":"test@example.com"} | markdown_fences | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"zip_code": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | ```json
{"tax":"anchored","zip_code":"type_b","tile":false,"options":"London","currency":"ops@example.com","age":"test@example.com"}
``` | Output contains markdown code fences | {"tax":"anchored","zip_code":"type_b","tile":false,"options":"London","currency":"ops@example.com","age":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED no
FIELD repository TYPE string_email REQUIRED yes
FIELD items TYPE integer REQUIRED yes
FIELD position.start_date TYPE integer REQUIRED no
FIELD position.price TYPE boolean REQUIRED yes
FIELD position.address TYPE string VALUES pending_review... | {"interest_rate":"chrX","repository":"user@test.io","items":447,"position":{"price":false,"address":"escalated","weight":817,"currency":"test"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"repository": {
"type": "string",
"format": "email"
},
"items": {
"type": "integer"
},
"position": {
"type": "object",
"properties": {
"start_date": {
"type": ... | I need to look up the information first.
Action: annotate_mutation
Arguments: {"interest_rate": "chrX", "items": 447, "position": {"price": false, "address": "escalated", "weight": 817, "currency": "test"}} | Agent tool call missing required parameter 'repository' | {"interest_rate":"chrX","repository":"user@test.io","items":447,"position":{"price":false,"address":"escalated","weight":817,"currency":"test"}} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD verified TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD freight_class TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"user_id":"missense","verified":"missense","f... | {"user_id":"missense","verified":"missense","freight_class":"info@example.com"} | missing_brace | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"verified": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | {"user_id":"missense","verified":"missense","freight_class":"info@example.com" | Missing closing brace | {"user_id":"missense","verified":"missense","freight_class":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_m72 TYPE null REQUIRED yes
FIELD key_q69 TYPE string REQUIRED yes
FIELD key_p25.param_u59 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_p25.dim_a88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD key_p25.attr_b37 TYPE string VALUES acti... | {"prop_m72":null,"key_q69":"demo","key_p25":{"param_u59":"blue","dim_a88":"cat_a","attr_b37":"active","attr_a81":"admin"},"attr_u94":"mode_b","attr_x66":"foo"} | markdown_fences | {
"type": "object",
"properties": {
"prop_m72": {
"type": "null"
},
"key_q69": {
"type": "string"
},
"key_p25": {
"type": "object",
"properties": {
"param_u59": {
"type": "string",
"enum": [
"red",
"blue",
"g... | ```json
{"prop_m72":null,"key_q69":"demo","key_p25":{"param_u59":"blue","dim_a88":"cat_a","attr_b37":"active","attr_a81":"admin"},"attr_u94":"mode_b","attr_x66":"foo"}
``` | Output contains markdown code fences | {"prop_m72":null,"key_q69":"demo","key_p25":{"param_u59":"blue","dim_a88":"cat_a","attr_b37":"active","attr_a81":"admin"},"attr_u94":"mode_b","attr_x66":"foo"} |
TASK repair_structured_output
SPEC
FIELD attr_q13 TYPE integer REQUIRED no
FIELD field_r80 TYPE number REQUIRED no
FIELD dim_f72 TYPE number REQUIRED no
FIELD val_o39 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
BROKEN_OUTPUT
The field_r80 is 723.99 and {"attr_q13":414,"field_r80":723.99,"dim_f72"... | {"attr_q13":414,"field_r80":723.99,"dim_f72":245.58,"val_o39":"underway"} | partial_structure | {
"type": "object",
"properties": {
"attr_q13": {
"type": "integer"
},
"field_r80": {
"type": "number"
},
"dim_f72": {
"type": "number"
},
"val_o39": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | The field_r80 is 723.99 and {"attr_q13":414,"field_r80":723.99,"dim_f72":245.58,"val_o39":"underway"} | Output mixes natural language with JSON | {"attr_q13":414,"field_r80":723.99,"dim_f72":245.58,"val_o39":"underway"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD interest_rate TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD date TYPE boolean REQUIRED no
FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIR... | {"interest_rate":"maintenance","due_date":"mode_a","format":"cat_b","discount":"info@test.io","credit_score":{"torque_output":"married","name":"user@domain.org","commit_hash":true,"ward":"Johnson","annotation":744,"category":"2024-11-13T02:40:00Z","dosage":"admin@test.io"},"lane":69} | tool_call_bad_format | {
"type": "object",
"properties": {
"priority": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"interest_rate": {
"type": "string",
"enum": [
"operational",
"degra... | <functioncall> check_availability
{interest_rate: "maintenance", due_date: "mode_a", format: "cat_b", discount: "info@test.io", credit_score: {torque_output: "married", name: "user@domain.org", commit_hash: true, ward: "Johnson", annotation: 744, category: "2024-11-13T02:40:00Z", dosage: "admin@test.io"}, lane: 69} | Tool call has malformed arguments — unquoted keys in function parameters | {"interest_rate":"maintenance","due_date":"mode_a","format":"cat_b","discount":"info@test.io","credit_score":{"torque_output":"married","name":"user@domain.org","commit_hash":true,"ward":"Johnson","annotation":744,"category":"2024-11-13T02:40:00Z","dosage":"admin@test.io"},"lane":69} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE integer REQUIRED yes
FIELD name TYPE string REQUIRED yes
FIELD transaction_id.phone TYPE integer REQUIRED no
FIELD transaction_id.tile TYPE integer REQUIRED yes
FIELD transaction_id.torque_output TYPE integer REQUIRED no
FIELD transaction_id.footnote TYPE string R... | {"ph_level":524,"name":"Bob","transaction_id":{"phone":246,"tile":563,"torque_output":916,"footnote":"approved","shift_code":null,"brake_pressure":{"span_id":"delivered","phenotype":396,"build_status":"level_1","aligned_pct":809,"longitude":null,"chromosome":"info@example.com"}},"throttle_pos":"2023-03-23T14:59:00Z"} | partial_structure | {
"type": "object",
"properties": {
"ph_level": {
"type": "integer"
},
"name": {
"type": "string"
},
"transaction_id": {
"type": "object",
"properties": {
"phone": {
"type": "integer"
},
"tile": {
"type": "integer"
},
... | Result: transaction_id={'phone': 246, 'tile': 563, 'torque_output': 916, 'footnote': 'approved', 'shift_code': None, 'brake_pressure': {'span_id': 'delivered', 'phenotype': 396, 'build_status': 'level_1', 'aligned_pct': 809, 'longitude': None, 'chromosome': 'info@example.com'}}, {"ph_level":524,"name":"Bob","transactio... | Output mixes natural language with JSON | {"ph_level":524,"name":"Bob","transaction_id":{"phone":246,"tile":563,"torque_output":916,"footnote":"approved","shift_code":null,"brake_pressure":{"span_id":"delivered","phenotype":396,"build_status":"level_1","aligned_pct":809,"longitude":null,"chromosome":"info@example.com"}},"throttle_pos":"2023-03-23T14:59:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_w30 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD prop_c64 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD field_t40 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_v48 TYPE number REQUIRED no
FI... | {"val_w30":"level_1","field_t40":"push","dim_v48":475.59,"param_i91":"level_2"} | invalid_enum | {
"type": "object",
"properties": {
"val_w30": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"prop_c64": {
"type": "string",
"enum": [
"option_a",
"option_b... | {"val_w30": "level_1", "field_t40": "invalid_choice_566", "dim_v48": 475.59, "param_i91": "level_2"} | Field 'field_t40' has invalid enum value 'invalid_choice_566', expected one of ['email', 'phone', 'sms', 'push'] | {"val_w30":"level_1","field_t40":"push","dim_v48":475.59,"param_i91":"level_2"} |
TASK repair_structured_output
SPEC
FIELD key_w98 TYPE integer REQUIRED no
FIELD dim_n43 TYPE string_email REQUIRED no
FIELD field_p06 TYPE number REQUIRED yes
FIELD param_c70 TYPE integer REQUIRED yes
FIELD attr_o31 TYPE string REQUIRED no
FIELD val_n57 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD k... | {"key_w98":290,"dim_n43":"user@example.com","field_p06":926.4,"param_c70":381,"key_j92":"option_c"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_w98": {
"type": "integer"
},
"dim_n43": {
"type": "string",
"format": "email"
},
"field_p06": {
"type": "number"
},
"param_c70": {
"type": "integer"
},
"attr_o31": {
"type": "string"
},
"val_n57"... | schedule_meeting(key_w98=290, dim_n43='user@example.com', field_p06=926.4, param_c70=381, key_j92='option_c') | Tool call uses Python syntax instead of JSON | {"key_w98":290,"dim_n43":"user@example.com","field_p06":926.4,"param_c70":381,"key_j92":"option_c"} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE null REQUIRED no
FIELD name TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD log_level TYPE integer REQUIRED yes
FIELD aligned_pct.brake_pressure TYPE number REQUIRED no
FIELD aligned_pct.phenotype TYPE number REQUIRED no
FIELD aligned_pct.foo... | {"log_level":533,"aligned_pct":{"brake_pressure":866.4,"phenotype":454.84,"footnote":29,"price":"https://data.io/api","item_id":[{"temp_celsius":"medium","dissolved_oxygen":"inactive","branch":"maintenance","department":true,"build_status":false,"zip_code":"https://example.com"}]},"batch_code":{"medication":"sms","foot... | tool_call_bad_format | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "null"
},
"name": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"log_level": {
"type": "integer"
},
"aligned_pct": {
"type": "obj... | <functioncall> update_record
{log_level: 533, aligned_pct: {brake_pressure: 866.4, phenotype: 454.84, footnote: 29, price: "https://data.io/api", item_id: [{temp_celsius: "medium", dissolved_oxygen: "inactive", branch: "maintenance", department: true, build_status: false, zip_code: "https://example.com"}]}, batch_code:... | Tool call has malformed arguments — unquoted keys in function parameters | {"log_level":533,"aligned_pct":{"brake_pressure":866.4,"phenotype":454.84,"footnote":29,"price":"https://data.io/api","item_id":[{"temp_celsius":"medium","dissolved_oxygen":"inactive","branch":"maintenance","department":true,"build_status":false,"zip_code":"https://example.com"}]},"batch_code":{"medication":"sms","foot... |
TASK repair_structured_output
SPEC
FIELD amount.item_id TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD amount.id TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD amount.chapter TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD amount.run_id TYPE number REQUIRED yes
FIELD amount.amplitude T... | {"amount":{"item_id":"large","id":"push","chapter":"BRL","run_id":710.73,"amplitude":"test","conductivity":null},"priority":"https://example.org/v1","annotation":701.59} | tool_call_bad_format | {
"type": "object",
"properties": {
"amount": {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"id": {
"type": "string",
... | <functioncall> check_availability
{amount: {item_id: "large", id: "push", chapter: "BRL", run_id: 710.73, amplitude: "test", conductivity: null}, priority: "https://example.org/v1", annotation: 701.59} | Tool call has malformed arguments — unquoted keys in function parameters | {"amount":{"item_id":"large","id":"push","chapter":"BRL","run_id":710.73,"amplitude":"test","conductivity":null},"priority":"https://example.org/v1","annotation":701.59} |
TASK repair_structured_output
SPEC
FIELD features TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD paragraph TYPE number REQUIRED yes
FIELD last_name TYPE string REQUIRED yes
BROKEN_OUTPUT
{"features": "coastal", "paragraph": 927.79} | {"features":"coastal","paragraph":927.79,"last_name":"A short description."} | missing_required | {
"type": "object",
"properties": {
"features": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"paragraph": {
"type": "number"
},
"last_name": {
"type": "string"
}
},
"required": [
"paragraph",... | {"features": "coastal", "paragraph": 927.79} | Required field 'last_name' is missing | {"features":"coastal","paragraph":927.79,"last_name":"A short description."} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE integer REQUIRED no
FIELD rating TYPE integer REQUIRED yes
FIELD humidity_pct TYPE string_uri REQUIRED no
FIELD website.allele TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD website.shift_code TYPE boolean REQUIRED no
FIELD website.procedure_code TYPE ... | {"rating":995,"humidity_pct":"https://data.org/v1","website":{"shift_code":false,"procedure_code":"Jane","chapter":{"cargo_type":"mode_c","brake_pressure":"https://api.io/api","consignee":"Tokyo"}},"language":{"product_id":"world","website":"qux","cargo_type":{"width":68,"address":"mode_a","start_date":"ops@example.com... | unquoted_keys | {
"type": "object",
"properties": {
"footnote": {
"type": "integer"
},
"rating": {
"type": "integer"
},
"humidity_pct": {
"type": "string",
"format": "uri"
},
"website": {
"type": "object",
"properties": {
"allele": {
"type": "string"... | {rating:995,humidity_pct:"https://data.org/v1",website:{shift_code:false,procedure_code:"Jane",chapter:{cargo_type:"mode_c",brake_pressure:"https://api.io/api",consignee:"Tokyo"}},language:{product_id:"world",website:"qux",cargo_type:{width:68,address:"mode_a",start_date:"ops@example.com",id:null}}} | Expecting property name enclosed in double quotes | {"rating":995,"humidity_pct":"https://data.org/v1","website":{"shift_code":false,"procedure_code":"Jane","chapter":{"cargo_type":"mode_c","brake_pressure":"https://api.io/api","consignee":"Tokyo"}},"language":{"product_id":"world","website":"qux","cargo_type":{"width":68,"address":"mode_a","start_date":"ops@example.com... |
TASK repair_structured_output
SPEC
FIELD brake_pressure.quantity.diagnosis_code TYPE integer REQUIRED no
FIELD brake_pressure.quantity.balance TYPE integer REQUIRED no
FIELD brake_pressure.quantity.pressure_kpa TYPE integer REQUIRED no
FIELD brake_pressure.quantity.price TYPE integer REQUIRED yes
FIELD brake_pressure.... | {"chromosome":"2024-02-25T05:27:00Z","version":584,"category":"2023-12-25","thumbnail":{"position":"https://example.org/v1","zip_code":{"count":259,"rating":407,"conductivity":"world","dosage":"white","type":"resolved","voltage":null,"procedure_code":"married"},"nickname":"MV-Evergreen-01","published":"pending_review",... | trailing_comma | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "object",
"properties": {
"quantity": {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "integer"
},
"balance": {
"type": "integer... | {"chromosome":"2024-02-25T05:27:00Z","version":584,"category":"2023-12-25","thumbnail":{"position":"https://example.org/v1","zip_code":{"count":259,"rating":407,"conductivity":"world","dosage":"white","type":"resolved","voltage":null,"procedure_code":"married",},"nickname":"MV-Evergreen-01","published":"pending_review"... | Unexpected trailing comma | {"chromosome":"2024-02-25T05:27:00Z","version":584,"category":"2023-12-25","thumbnail":{"position":"https://example.org/v1","zip_code":{"count":259,"rating":407,"conductivity":"world","dosage":"white","type":"resolved","voltage":null,"procedure_code":"married"},"nickname":"MV-Evergreen-01","published":"pending_review",... |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string REQUIRED no
FIELD rating TYPE string REQUIRED no
FIELD pressure_kpa.first_name TYPE string REQUIRED yes
FIELD pressure_kpa.language.organism TYPE integer REQUIRED yes
FIELD pressure_kpa.language.vital_sign TYPE string REQUIRED no
FIELD pressure_kpa.language... | {"zip_code":"Charlie","pressure_kpa":{"first_name":"test","language":{"organism":907,"vital_sign":"Charlie","run_id":975}},"insurance_id":384,"organism":{"amount":"intermittent","medication":"inactive","build_status":{"umi":"oceanic","brake_pressure":"info","ward":95,"price":"Luis"}},"step":"FWD"} | extra_text_before | {
"type": "object",
"properties": {
"zip_code": {
"type": "string"
},
"rating": {
"type": "string"
},
"pressure_kpa": {
"type": "object",
"properties": {
"first_name": {
"type": "string"
},
"language": {
"type": "object",
... | Sure, here's the result:
{"zip_code":"Charlie","pressure_kpa":{"first_name":"test","language":{"organism":907,"vital_sign":"Charlie","run_id":975}},"insurance_id":384,"organism":{"amount":"intermittent","medication":"inactive","build_status":{"umi":"oceanic","brake_pressure":"info","ward":95,"price":"Luis"}},"step":"FW... | Output contains non-JSON text before the object | {"zip_code":"Charlie","pressure_kpa":{"first_name":"test","language":{"organism":907,"vital_sign":"Charlie","run_id":975}},"insurance_id":384,"organism":{"amount":"intermittent","medication":"inactive","build_status":{"umi":"oceanic","brake_pressure":"info","ward":95,"price":"Luis"}},"step":"FWD"} |
TASK repair_structured_output
SPEC
FIELD val_q20 TYPE boolean REQUIRED yes
FIELD attr_w08 TYPE boolean REQUIRED no
FIELD prop_a77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_w31 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_p57.dim_l86.val_s55 TYPE string REQUI... | {"val_q20":false,"prop_a77":"heterozygous","val_w31":"black","key_g08":false} | agent_chain | {
"type": "object",
"properties": {
"val_q20": {
"type": "boolean"
},
"attr_w08": {
"type": "boolean"
},
"prop_a77": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_w31": {
"type": "string",
... | I need to look up the information first.
Action: process_payment
Result: {"val_q20": false, "prop_a77": "heterozygous", "val_w31": "black"}
Processing the request now.
Action: annotate_mutation
Result: | Agent multi-step chain with truncated tool output | {"val_q20":false,"prop_a77":"heterozygous","val_w31":"black","key_g08":false} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD features TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD barcode TYPE integer REQUIRED yes
FIELD status TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BRO... | {"features":"berthed","barcode":247,"status":"closed"} | thought_process | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"features": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"features":"berthed","barcode":247,"status":"closed"} | Output contains chain-of-thought reasoning before JSON | {"features":"berthed","barcode":247,"status":"closed"} |
TASK repair_structured_output
SPEC
FIELD company TYPE string VALUES type_a|type_b REQUIRED no
FIELD medication.trace_id TYPE number REQUIRED no
FIELD medication.shift_code TYPE integer REQUIRED no
FIELD medication.diagnosis_code TYPE string REQUIRED yes
FIELD medication.currency TYPE boolean REQUIRED yes
FIELD medicat... | {"medication":{"trace_id":736.76,"diagnosis_code":"example","currency":true,"dissolved_oxygen":false},"freight_class":{"rating":"info@example.com","phone":567,"options":"admin@test.io","current_draw":{"current_draw":"viewer","trace_id":"Smith","subject":"2022-03-23T23:51:00Z","ward":false}},"active":{"verified":"user@d... | missing_required | {
"type": "object",
"properties": {
"company": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"medication": {
"type": "object",
"properties": {
"trace_id": {
"type": "number"
},
"shift_code": {
"type": "inte... | {"medication": {"trace_id": 736.76, "diagnosis_code": "example", "currency": true, "dissolved_oxygen": false}, "freight_class": {"rating": "info@example.com", "phone": 567, "options": "admin@test.io", "current_draw": {"current_draw": "viewer", "trace_id": "Smith", "subject": "2022-03-23T23:51:00Z", "ward": false}}} | Required field 'active' is missing | {"medication":{"trace_id":736.76,"diagnosis_code":"example","currency":true,"dissolved_oxygen":false},"freight_class":{"rating":"info@example.com","phone":567,"options":"admin@test.io","current_draw":{"current_draw":"viewer","trace_id":"Smith","subject":"2022-03-23T23:51:00Z","ward":false}},"active":{"verified":"user@d... |
TASK repair_structured_output
SPEC
FIELD verified TYPE number REQUIRED no
FIELD collateral TYPE boolean REQUIRED yes
FIELD feedback[].voltage TYPE string_email REQUIRED yes
FIELD feedback[].color TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD feedback[].hazmat_code TYPE boolean REQUIRED yes
BROKEN_OU... | {"verified":39.2,"collateral":true,"feedback":[{"voltage":"test@domain.org","color":"pro","hazmat_code":true},{"voltage":"test@test.io","color":"pro","hazmat_code":true}]} | extra_text_before | {
"type": "object",
"properties": {
"verified": {
"type": "number"
},
"collateral": {
"type": "boolean"
},
"feedback": {
"type": "array",
"items": {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"format"... | Let me provide the data in JSON format:
{"verified":39.2,"collateral":true,"feedback":[{"voltage":"test@domain.org","color":"pro","hazmat_code":true},{"voltage":"test@test.io","color":"pro","hazmat_code":true}]} | Output contains non-JSON text before the object | {"verified":39.2,"collateral":true,"feedback":[{"voltage":"test@domain.org","color":"pro","hazmat_code":true},{"voltage":"test@test.io","color":"pro","hazmat_code":true}]} |
TASK repair_structured_output
SPEC
FIELD val_v23 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_w77.prop_m51 TYPE null REQUIRED no
FIELD attr_w77.col_r25 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_w77.col_u31 TYPE string VALUES berthed|anchored|underway|moored R... | {"val_v23":"berthed","attr_w77":{"prop_m51":null,"prop_i16":"inland","dim_r71":"pending","dim_y31":"nonsense"},"prop_v20":875,"param_w56":"maintenance","key_e30":{"attr_o23":"BRL","field_q40":"https://data.io/v1","key_d08":"2024-10-23T08:02:00Z","field_r72":419}} | single_quotes | {
"type": "object",
"properties": {
"val_v23": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_w77": {
"type": "object",
"properties": {
"prop_m51": {
"type": "null"
},
"c... | {'val_v23':'berthed','attr_w77':{'prop_m51':null,'prop_i16':'inland','dim_r71':'pending','dim_y31':'nonsense'},'prop_v20':875,'param_w56':'maintenance','key_e30':{'attr_o23':'BRL','field_q40':'https://data.io/v1','key_d08':'2024-10-23T08:02:00Z','field_r72':419}} | Expecting property name enclosed in double quotes | {"val_v23":"berthed","attr_w77":{"prop_m51":null,"prop_i16":"inland","dim_r71":"pending","dim_y31":"nonsense"},"prop_v20":875,"param_w56":"maintenance","key_e30":{"attr_o23":"BRL","field_q40":"https://data.io/v1","key_d08":"2024-10-23T08:02:00Z","field_r72":419}} |
TASK repair_structured_output
SPEC
FIELD param_b35.field_x95 TYPE string_uri REQUIRED no
FIELD param_b35.prop_r41 TYPE integer REQUIRED no
FIELD param_b35.col_o16 TYPE string REQUIRED no
FIELD param_b35.key_d08 TYPE boolean REQUIRED no
FIELD param_b35.field_h68 TYPE string REQUIRED yes
FIELD param_b35.attr_c55.val_e95... | {"param_b35":{"prop_r41":268,"key_d08":false,"field_h68":"completed","attr_c55":{"val_e95":"cancelled","dim_f29":false,"val_b57":"https://example.com/v1","val_q89":"admin@domain.org"},"prop_g76":894},"col_f15":null,"key_e41":{"col_w18":false,"field_j18":"GRCh38","dim_r40":"This is a test value.","field_y22":357,"key_d4... | truncated_array | {
"type": "object",
"properties": {
"param_b35": {
"type": "object",
"properties": {
"field_x95": {
"type": "string",
"format": "uri"
},
"prop_r41": {
"type": "integer"
},
"col_o16": {
"type": "string"
},
... | {"param_b35":{"prop_r41":268,"key_d08":false,"field_h68":"completed","attr_c55":{"val_e95":"cancelled","dim_f29":false,"val_b57":"https://example.com/v1","val_q89":"admin@domain.org"},"prop_g76":894},"col_f15":null,"key_e41":{"col_w18":false,"field_j18":"GRCh38","dim_r40":"This is a test value.","field_y22":357,"key_d4... | Unexpected end of JSON input — truncated object | {"param_b35":{"prop_r41":268,"key_d08":false,"field_h68":"completed","attr_c55":{"val_e95":"cancelled","dim_f29":false,"val_b57":"https://example.com/v1","val_q89":"admin@domain.org"},"prop_g76":894},"col_f15":null,"key_e41":{"col_w18":false,"field_j18":"GRCh38","dim_r40":"This is a test value.","field_y22":357,"key_d4... |
TASK repair_structured_output
SPEC
FIELD field_h74 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD param_m85 TYPE null REQUIRED no
FIELD val_h08 TYPE string REQUIRED no
FIELD key_o66[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Here is the response in the requested format:
```json
{"field_h74":"mode_b","key_o66... | {"field_h74":"mode_b","key_o66":["Paris","pending","pending"]} | markdown_explanation | {
"type": "object",
"properties": {
"field_h74": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param_m85": {
"type": "null"
},
"val_h08": {
"type": "string"
},
"key_o66": {
"type": "array",
"items": {
... | Here is the response in the requested format:
```json
{"field_h74":"mode_b","key_o66":["Paris","pending","pending"]}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"field_h74":"mode_b","key_o66":["Paris","pending","pending"]} |
TASK repair_structured_output
SPEC
FIELD build_status.position TYPE string REQUIRED yes
FIELD build_status.throttle_pos TYPE number REQUIRED yes
FIELD build_status.tile TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD build_status.website TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD index TYPE integ... | {"build_status":{"position":"https://api.example.com/v1","throttle_pos":431.61,"tile":"level_2","website":"type_a"},"index":957,"account_id":"John","options":"resolved","chapter":386,"port_code":{"humidity_pct":true,"order_id":{"step":680,"product_id":144,"trace_id":"mode_b","balance":244.33,"hazmat_code":null,"vessel_... | trailing_comma | {
"type": "object",
"properties": {
"build_status": {
"type": "object",
"properties": {
"position": {
"type": "string"
},
"throttle_pos": {
"type": "number"
},
"tile": {
"type": "string",
"enum": [
"level_1",... | {"build_status":{"position":"https://api.example.com/v1","throttle_pos":431.61,"tile":"level_2","website":"type_a",},"index":957,"account_id":"John","options":"resolved","chapter":386,"port_code":{"humidity_pct":true,"order_id":{"step":680,"product_id":144,"trace_id":"mode_b","balance":244.33,"hazmat_code":null,"vessel... | Unexpected trailing comma | {"build_status":{"position":"https://api.example.com/v1","throttle_pos":431.61,"tile":"level_2","website":"type_a"},"index":957,"account_id":"John","options":"resolved","chapter":386,"port_code":{"humidity_pct":true,"order_id":{"step":680,"product_id":144,"trace_id":"mode_b","balance":244.33,"hazmat_code":null,"vessel_... |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string REQUIRED yes
FIELD item_id TYPE null REQUIRED yes
FIELD allele TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
{"transaction_id":"2024-06-30","item_id":null,"allele":"admin",} | {"transaction_id":"2024-06-30","item_id":null,"allele":"admin"} | trailing_comma | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string"
},
"item_id": {
"type": "null"
},
"allele": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}
},
"required": [
"item_id",
"transaction_id",
... | {"transaction_id":"2024-06-30","item_id":null,"allele":"admin",} | Unexpected trailing comma | {"transaction_id":"2024-06-30","item_id":null,"allele":"admin"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED no
FIELD trace_id TYPE string REQUIRED yes
FIELD shipping TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD zip_code[] TYPE boolean REQUIRED no
FIELD lane[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"trace_id": null, "shipping": "unsta... | {"trace_id":"test@example.com","shipping":"unstable","zip_code":[false,true,true],"lane":["cancelled"]} | null_required | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"trace_id": {
"type": "string"
},
"shipping": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"zip_code": {
"type": "array",
"ite... | {"trace_id": null, "shipping": "unstable", "zip_code": [false, true, true], "lane": ["cancelled"]} | Required field 'trace_id' is null | {"trace_id":"test@example.com","shipping":"unstable","zip_code":[false,true,true],"lane":["cancelled"]} |
TASK repair_structured_output
SPEC
FIELD key_j64 TYPE number REQUIRED yes
FIELD attr_l48 TYPE string REQUIRED yes
FIELD col_j77 TYPE string REQUIRED no
FIELD key_t51 TYPE null REQUIRED no
FIELD field_e77.key_a93 TYPE number REQUIRED yes
FIELD field_e77.field_j80 TYPE number REQUIRED no
FIELD field_e77.field_c26 TYPE n... | {"key_j64":775.01,"attr_l48":"Hapag-Lloyd-Express","col_j77":"user@domain.com","key_t51":null,"field_e77":{"key_a93":405.33,"field_c26":298.81}} | extra_field | {
"type": "object",
"properties": {
"key_j64": {
"type": "number"
},
"attr_l48": {
"type": "string"
},
"col_j77": {
"type": "string"
},
"key_t51": {
"type": "null"
},
"field_e77": {
"type": "object",
"properties": {
"key_a93": {
... | {"key_j64": 775.01, "attr_l48": "Hapag-Lloyd-Express", "col_j77": "user@domain.com", "key_t51": null, "field_e77": {"key_a93": 405.33, "field_c26": 298.81}, "extra_value_4717": 42} | Unknown field 'extra_value_4717' not defined in schema | {"key_j64":775.01,"attr_l48":"Hapag-Lloyd-Express","col_j77":"user@domain.com","key_t51":null,"field_e77":{"key_a93":405.33,"field_c26":298.81}} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string REQUIRED no
FIELD rating TYPE string REQUIRED yes
FIELD strand TYPE string_uri REQUIRED yes
FIELD count TYPE integer REQUIRED no
BROKEN_OUTPUT
{"throttle_pos":"Berlin","rating":"REV","strand":"https://data.io/v1",} | {"throttle_pos":"Berlin","rating":"REV","strand":"https://data.io/v1"} | trailing_comma | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string"
},
"rating": {
"type": "string"
},
"strand": {
"type": "string",
"format": "uri"
},
"count": {
"type": "integer"
}
},
"required": [
"rating",
"strand"
]
} | {"throttle_pos":"Berlin","rating":"REV","strand":"https://data.io/v1",} | Unexpected trailing comma | {"throttle_pos":"Berlin","rating":"REV","strand":"https://data.io/v1"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD batch_code TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD tax TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD velocity TYPE string REQUIRED no
FIELD dissolv... | {"medication":"enterprise","batch_code":"info","tax":"nonsense","velocity":"example","dissolved_oxygen":"2023-05-11T12:14:00Z","amount":598.01} | extra_text_after | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"batch_code": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | {"medication":"enterprise","batch_code":"info","tax":"nonsense","velocity":"example","dissolved_oxygen":"2023-05-11T12:14:00Z","amount":598.01}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"medication":"enterprise","batch_code":"info","tax":"nonsense","velocity":"example","dissolved_oxygen":"2023-05-11T12:14:00Z","amount":598.01} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string_uri REQUIRED no
FIELD end_date TYPE number REQUIRED yes
FIELD lane TYPE string_uri REQUIRED no
FIELD title TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"amount":"https://example.io/data","end_date":458.0,"title":"2022-07-16T09:25:00Z" | {"amount":"https://example.io/data","end_date":458.0,"title":"2022-07-16T09:25:00Z"} | truncated_array | {
"type": "object",
"properties": {
"amount": {
"type": "string",
"format": "uri"
},
"end_date": {
"type": "number"
},
"lane": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string",
"format": "date-time"
}
},
"required": [
... | {"amount":"https://example.io/data","end_date":458.0,"title":"2022-07-16T09:25:00Z" | Unexpected end of JSON input — truncated object | {"amount":"https://example.io/data","end_date":458.0,"title":"2022-07-16T09:25:00Z"} |
TASK repair_structured_output
SPEC
FIELD salinity.level TYPE boolean REQUIRED no
FIELD salinity.bearing TYPE integer REQUIRED no
FIELD salinity.strand TYPE boolean REQUIRED yes
FIELD salinity.loan_amount.status_code TYPE number REQUIRED yes
FIELD salinity.loan_amount.count TYPE number REQUIRED yes
FIELD salinity.loan_... | {"salinity":{"level":true,"strand":true,"loan_amount":{"status_code":971.33,"count":804.95,"patient_id":"2026-01-28T05:31:00Z","interest_rate":369}},"ward":"https://example.com/v1","last_name":false,"visible":"completed","label":null} | truncated_array | {
"type": "object",
"properties": {
"salinity": {
"type": "object",
"properties": {
"level": {
"type": "boolean"
},
"bearing": {
"type": "integer"
},
"strand": {
"type": "boolean"
},
"loan_amount": {
"typ... | {"salinity":{"level":true,"strand":true,"loan_amount":{"status_code":971.33,"count":804.95,"patient_id":"2026-01-28T05:31:00Z","interest_rate":369}},"ward":"https://example.com/v1","last_name":false,"visible":"completed","label":null | Unexpected end of JSON input — truncated object | {"salinity":{"level":true,"strand":true,"loan_amount":{"status_code":971.33,"count":804.95,"patient_id":"2026-01-28T05:31:00Z","interest_rate":369}},"ward":"https://example.com/v1","last_name":false,"visible":"completed","label":null} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE integer REQUIRED no
FIELD lane TYPE string REQUIRED no
FIELD state TYPE null REQUIRED yes
FIELD title TYPE number REQUIRED yes
FIELD values.created_at TYPE integer REQUIRED no
FIELD values.color TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD values... | {"torque_output":780,"lane":"sample","state":null,"title":243.52,"values":{"created_at":896,"color":"JPY","options":{"updated_at":496,"level":806,"status":true,"filter_flag":"medium","image_url":"Tokyo"},"filter_flag":{"freight_class":false,"last_name":"https://data.org/v1","chapter":744,"size":178},"nickname":807,"dat... | tool_call_wrong_param | {
"type": "object",
"properties": {
"torque_output": {
"type": "integer"
},
"lane": {
"type": "string"
},
"state": {
"type": "null"
},
"title": {
"type": "number"
},
"values": {
"type": "object",
"properties": {
"created_at": {
... | Tool: calculate_price
Params: {"lane": "sample", "state": null, "title": 243.52, "values": {"created_at": 896, "color": "JPY", "options": {"updated_at": 496, "level": 806, "status": true, "filter_flag": "medium", "image_url": "Tokyo"}, "filter_flag": {"freight_class": false, "last_name": "https://data.org/v1", "chapter... | Agent used wrong parameter name 'torque_output_new' instead of 'torque_output' | {"torque_output":780,"lane":"sample","state":null,"title":243.52,"values":{"created_at":896,"color":"JPY","options":{"updated_at":496,"level":806,"status":true,"filter_flag":"medium","image_url":"Tokyo"},"filter_flag":{"freight_class":false,"last_name":"https://data.org/v1","chapter":744,"size":178},"nickname":807,"dat... |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD amount TYPE number REQUIRED yes
FIELD log_level TYPE string_uri REQUIRED yes
FIELD active TYPE string REQUIRED no
FIELD address TYPE string REQUIRED no
BROKEN_OUTPUT
{"state": "missense", "log_l... | {"state":"missense","amount":347.67,"log_level":"https://data.io/v1","active":"FWD"} | missing_required | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"amount": {
"type": "number"
},
"log_level": {
"type": "string",
"format": "uri"
},
"acti... | {"state": "missense", "log_level": "https://data.io/v1", "active": "FWD"} | Required field 'amount' is missing | {"state":"missense","amount":347.67,"log_level":"https://data.io/v1","active":"FWD"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD vessel_name TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD catalyst.product_id TYPE string REQUIRED yes
FIELD catalyst.length TYPE string REQUIRED no
FIELD catalyst.isotope TYPE string REQUIRED no
FIE... | {"phone":"small","vessel_name":"small","catalyst":{"product_id":"Smith","length":"user@domain.com","isotope":"Silva","interest_rate":615.01,"section":"hemizygous","color":"sample"},"updated_at":"test@example.com"} | extra_text_after | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"vessel_name": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
... | {"phone":"small","vessel_name":"small","catalyst":{"product_id":"Smith","length":"user@domain.com","isotope":"Silva","interest_rate":615.01,"section":"hemizygous","color":"sample"},"updated_at":"test@example.com"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"phone":"small","vessel_name":"small","catalyst":{"product_id":"Smith","length":"user@domain.com","isotope":"Silva","interest_rate":615.01,"section":"hemizygous","color":"sample"},"updated_at":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE number REQUIRED yes
FIELD lane TYPE integer REQUIRED yes
FIELD feedback TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: get_inventory
Result: {"freight_class": 620.35, "lane": 709}
I'll query our database.
Action: calculate_price
Re... | {"freight_class":620.35,"lane":709,"feedback":339} | agent_chain | {
"type": "object",
"properties": {
"freight_class": {
"type": "number"
},
"lane": {
"type": "integer"
},
"feedback": {
"type": "integer"
}
},
"required": [
"feedback",
"lane",
"freight_class"
]
} | Let me check the system.
Action: get_inventory
Result: {"freight_class": 620.35, "lane": 709}
I'll query our database.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"freight_class":620.35,"lane":709,"feedback":339} |
TASK repair_structured_output
SPEC
FIELD width TYPE string REQUIRED yes
FIELD cargo_type TYPE number REQUIRED no
FIELD end_date TYPE integer REQUIRED no
FIELD status.build_status TYPE string_date-time REQUIRED no
FIELD status.username TYPE integer REQUIRED yes
FIELD status.transaction_id TYPE string REQUIRED no
FIELD ... | {"width":"GRCh38"} | thought_process | {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"cargo_type": {
"type": "number"
},
"end_date": {
"type": "integer"
},
"status": {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"format": ... | Processing the request now.
I'll validate against the schema.
{"width":"GRCh38"} | Output contains chain-of-thought reasoning before JSON | {"width":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD attr_l67 TYPE null REQUIRED yes
FIELD prop_a84 TYPE string_date-time REQUIRED no
FIELD field_y96 TYPE null REQUIRED yes
FIELD dim_w21 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_l67":null,"prop_a84":"2026-04-24T09:28:00Z","field_y96":null,"dim_w21":"approved" | {"attr_l67":null,"prop_a84":"2026-04-24T09:28:00Z","field_y96":null,"dim_w21":"approved"} | truncated_array | {
"type": "object",
"properties": {
"attr_l67": {
"type": "null"
},
"prop_a84": {
"type": "string",
"format": "date-time"
},
"field_y96": {
"type": "null"
},
"dim_w21": {
"type": "string"
}
},
"required": [
"attr_l67",
"field_y96",
"dim_w... | {"attr_l67":null,"prop_a84":"2026-04-24T09:28:00Z","field_y96":null,"dim_w21":"approved" | Unexpected end of JSON input — truncated object | {"attr_l67":null,"prop_a84":"2026-04-24T09:28:00Z","field_y96":null,"dim_w21":"approved"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string_uri REQUIRED yes
FIELD freight_class.email TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD freight_class.crew_id TYPE string REQUIRED no
FIELD freight_class.score TYPE integer REQUIRED no
FIELD freight_class.half_life TYPE boolean REQUIRED yes... | {"footnote":"https://data.org/v1","freight_class":{"email":"level_1","crew_id":"PASS","score":620,"half_life":false,"account_id":939.17},"throttle_pos":434} | markdown_fences | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"format": "uri"
},
"freight_class": {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
... | ```json
{"footnote":"https://data.org/v1","freight_class":{"email":"level_1","crew_id":"PASS","score":620,"half_life":false,"account_id":939.17},"throttle_pos":434}
``` | Output contains markdown code fences | {"footnote":"https://data.org/v1","freight_class":{"email":"level_1","crew_id":"PASS","score":620,"half_life":false,"account_id":939.17},"throttle_pos":434} |
TASK repair_structured_output
SPEC
FIELD options TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD state.chromosome TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD state.priority TYPE string REQUIRED yes
FIELD state.patient_id TYPE string VALUES type_a|type_b|type_c|type... | {"options":"synonymous","state":{"chromosome":"cat_d","priority":"quux","patient_id":"type_a","username":[{"yield_pct":"test@example.com","consignee":971,"fleet_number":true,"start_date":733,"section":832},{"yield_pct":"completed","consignee":928,"fleet_number":false,"username":"active","index":true,"start_date":593},{... | extra_text_before | {
"type": "object",
"properties": {
"options": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"state": {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
"e... | Here is the response in the requested format:
{"options":"synonymous","state":{"chromosome":"cat_d","priority":"quux","patient_id":"type_a","username":[{"yield_pct":"test@example.com","consignee":971,"fleet_number":true,"start_date":733,"section":832},{"yield_pct":"completed","consignee":928,"fleet_number":false,"usern... | Output contains non-JSON text before the object | {"options":"synonymous","state":{"chromosome":"cat_d","priority":"quux","patient_id":"type_a","username":[{"yield_pct":"test@example.com","consignee":971,"fleet_number":true,"start_date":733,"section":832},{"yield_pct":"completed","consignee":928,"fleet_number":false,"username":"active","index":true,"start_date":593},{... |
TASK repair_structured_output
SPEC
FIELD key_g41 TYPE integer REQUIRED yes
FIELD param_w89 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD attr_o34[].attr_x19 TYPE boolean REQUIRED yes
FIELD attr_o34[].val_p69 TYPE string REQUIRED no
FIELD attr_o34[].prop_h28 TYPE string REQUIRED no
FIELD attr_o34[].attr... | {"key_g41":574,"param_w89":"single","attr_o34":[{"attr_x19":false,"prop_h28":"FWD","attr_d17":"2025-02-20T22:07:00Z","key_p49":"chrX"}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_g41": {
"type": "integer"
},
"param_w89": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_o34": {
"type": "array",
"items": {
"type": "object",
"propertie... | calculate_price(key_g41=574, param_w89='single', attr_o34=[{'attr_x19': False, 'prop_h28': 'FWD', 'attr_d17': '2025-02-20T22:07:00Z', 'key_p49': 'chrX'}]) | Tool call uses Python syntax instead of JSON | {"key_g41":574,"param_w89":"single","attr_o34":[{"attr_x19":false,"prop_h28":"FWD","attr_d17":"2025-02-20T22:07:00Z","key_p49":"chrX"}]} |
TASK repair_structured_output
SPEC
FIELD col_w59 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_s53 TYPE integer REQUIRED no
FIELD field_g33 TYPE null REQUIRED yes
FIELD dim_c47.param_c14 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_c47.dim_b93 TYPE string REQUIRED yes
FIELD dim_c47... | {"col_w59":"single","dim_s53":224,"field_g33":null,"param_w54":"Johnson","param_m97":828.75} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_w59": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_s53": {
"type": "integer"
},
"field_g33": {
"type": "null"
},
"dim_c47": {
"type": "object",
"propertie... | I need to look up the information first.
Action: calibrate_instrument
Arguments: {"col_w59": "single", "dim_s53": 224, "param_w54": "Johnson", "param_m97": 828.75} | Agent tool call missing required parameter 'field_g33' | {"col_w59":"single","dim_s53":224,"field_g33":null,"param_w54":"Johnson","param_m97":828.75} |
TASK repair_structured_output
SPEC
FIELD prop_k44 TYPE boolean REQUIRED no
FIELD key_c72 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD attr_b11 TYPE boolean REQUIRED yes
FIELD key_l61.prop_r72 TYPE string_email REQUIRED yes
FIELD key_l61.attr_x37 TYPE boolean REQUIRED no
FIELD key_l61.val_x02 TYP... | {"prop_k44":true,"key_c72":"cat_d","attr_b11":false,"val_k67":230} | extra_field | {
"type": "object",
"properties": {
"prop_k44": {
"type": "boolean"
},
"key_c72": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"attr_b11": {
"type": "boolean"
},
"key_l61": {
"ty... | {"prop_k44": true, "key_c72": "cat_d", "attr_b11": false, "val_k67": 230, "extra_info_6575": "unexpected"} | Unknown field 'extra_info_6575' not defined in schema | {"prop_k44":true,"key_c72":"cat_d","attr_b11":false,"val_k67":230} |
TASK repair_structured_output
SPEC
FIELD param_o84 TYPE null REQUIRED yes
FIELD dim_t00 TYPE string REQUIRED no
FIELD dim_n73 TYPE integer REQUIRED yes
FIELD param_z77.val_s43 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD param_z77.key_v33 TYPE string REQUIRED yes
FIELD param_z77.param_g66 TYPE... | {"param_o84":null,"dim_t00":"2024-06-30","dim_n73":71} | null_required | {
"type": "object",
"properties": {
"param_o84": {
"type": "null"
},
"dim_t00": {
"type": "string"
},
"dim_n73": {
"type": "integer"
},
"param_z77": {
"type": "object",
"properties": {
"val_s43": {
"type": "string",
"enum": [
... | {"param_o84": null, "dim_t00": "2024-06-30", "dim_n73": 71} | Required field 'param_o84' is null | {"param_o84":null,"dim_t00":"2024-06-30","dim_n73":71} |
TASK repair_structured_output
SPEC
FIELD attr_l83 TYPE string REQUIRED yes
FIELD field_q69 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_s63[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{attr_l83:"hello",field_q69:"EUR",key_s63:["Diana","user@domain.com","2023-12-25","quux"]} | {"attr_l83":"hello","field_q69":"EUR","key_s63":["Diana","user@domain.com","2023-12-25","quux"]} | unquoted_keys | {
"type": "object",
"properties": {
"attr_l83": {
"type": "string"
},
"field_q69": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_s63": {
"type": "array",
"items": {
"type": "string"
... | {attr_l83:"hello",field_q69:"EUR",key_s63:["Diana","user@domain.com","2023-12-25","quux"]} | Expecting property name enclosed in double quotes | {"attr_l83":"hello","field_q69":"EUR","key_s63":["Diana","user@domain.com","2023-12-25","quux"]} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD bill_of_lading TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD diagnosis_code TYPE string VALUES draft|published|archived REQUIRED yes
FIELD humidity_pct TYPE null REQUIRED yes
BROKEN_OUTP... | {"timezone":"anchored","bill_of_lading":"USD","diagnosis_code":"archived","humidity_pct":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"bill_of_lading": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
... | I need to look up the information first.
Action: search
Arguments: {"timezone": "anchored", "diagnosis_code": "archived", "humidity_pct": null} | Agent tool call missing required parameter 'bill_of_lading' | {"timezone":"anchored","bill_of_lading":"USD","diagnosis_code":"archived","humidity_pct":null} |
TASK repair_structured_output
SPEC
FIELD role TYPE string_uri REQUIRED yes
FIELD coverage TYPE string REQUIRED yes
FIELD section TYPE boolean REQUIRED yes
FIELD features TYPE string VALUES mode_a|mode_b REQUIRED no
BROKEN_OUTPUT
<functioncall> create_ticket
{role: "https://www.org/data", coverage: "Oliveira", section... | {"role":"https://www.org/data","coverage":"Oliveira","section":true,"features":"mode_b"} | tool_call_bad_format | {
"type": "object",
"properties": {
"role": {
"type": "string",
"format": "uri"
},
"coverage": {
"type": "string"
},
"section": {
"type": "boolean"
},
"features": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
}
},
"re... | <functioncall> create_ticket
{role: "https://www.org/data", coverage: "Oliveira", section: true, features: "mode_b"} | Tool call has malformed arguments — unquoted keys in function parameters | {"role":"https://www.org/data","coverage":"Oliveira","section":true,"features":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string_email REQUIRED yes
FIELD frequency_hz TYPE string VALUES single|married|divorced REQUIRED yes
FIELD thumbnail TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD title TYPE integer REQUIRED no
FIELD maturity_date TYPE integer REQUIRED yes
FIELD stat... | {"aligned_pct":"test@domain.org","frequency_hz":"married","thumbnail":"viewer","title":504,"maturity_date":517,"state":928,"yield_pct":709} | extra_field | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"format": "email"
},
"frequency_hz": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"thumbnail": {
"type": "string",
"enum": [
"adm... | {"aligned_pct": "test@domain.org", "frequency_hz": "married", "thumbnail": "viewer", "title": 504, "maturity_date": 517, "state": 928, "yield_pct": 709, "extra_info_4874": true} | Unknown field 'extra_info_4874' not defined in schema | {"aligned_pct":"test@domain.org","frequency_hz":"married","thumbnail":"viewer","title":504,"maturity_date":517,"state":928,"yield_pct":709} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE number REQUIRED yes
FIELD amplitude TYPE integer REQUIRED no
FIELD build_status TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD index TYPE string REQUIRED no
BROKEN_OUTPUT
{"collateral": "\"799.41\"", "build_status": "red"} | {"collateral":799.41,"build_status":"red"} | wrong_type | {
"type": "object",
"properties": {
"collateral": {
"type": "number"
},
"amplitude": {
"type": "integer"
},
"build_status": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"index": {
"... | {"collateral": "\"799.41\"", "build_status": "red"} | Field 'collateral' must be number, got string | {"collateral":799.41,"build_status":"red"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string REQUIRED yes
FIELD transaction_id TYPE integer REQUIRED no
FIELD type TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD values TYPE null REQUIRED no
FIELD consignee.paragraph TYPE string_date-time REQUIRED no
FIELD consignee.end_date TYPE string VA... | {"throttle_pos":"Johnson","transaction_id":561,"type":"cat_c","values":null,"consignee":{"paragraph":"2024-04-19T18:05:00Z","end_date":"cat_a","freight_class":{"interest_rate":198.01,"height":true,"items":"in_transit","quantity":true},"allele":{"shipper_ref":707.77,"quantity":false,"state":"Alice","latitude":169.49,"de... | truncated_object | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string"
},
"transaction_id": {
"type": "integer"
},
"type": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"values": {
"type": "null"
},
"consi... | {"throttle_pos":"Johnson","transaction_id":561,"type":"cat_c","values":null,"consignee":{"paragraph":"2024-04-19T18:05:00Z","end_date":"cat_a","freight_class":{"interest_rate":198.01,"height":true,"items":"in_transit","quantity":true},"allele":{"shipper_ref":707.77,"quantity":false,"state":"Alice","latitude":169.49,"de... | Unexpected end of JSON input — truncated object | {"throttle_pos":"Johnson","transaction_id":561,"type":"cat_c","values":null,"consignee":{"paragraph":"2024-04-19T18:05:00Z","end_date":"cat_a","freight_class":{"interest_rate":198.01,"height":true,"items":"in_transit","quantity":true},"allele":{"shipper_ref":707.77,"quantity":false,"state":"Alice","latitude":169.49,"de... |
TASK repair_structured_output
SPEC
FIELD nickname TYPE integer REQUIRED no
FIELD quality_score TYPE string REQUIRED no
FIELD batch_code[].coverage TYPE integer REQUIRED no
FIELD batch_code[].throttle_pos TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD batch_code[].full_name TYPE integer REQUIRED no
FIE... | {"nickname":383,"quality_score":"test@example.com","batch_code":[{"throttle_pos":"blue","full_name":670,"version":994,"pressure_kpa":611,"level":false}],"image_url":[{"role":"PASS","size":"error","quality_score":"Charlie"},{"role":"RTG-04","size":"error","quality_score":"completed"}]} | null_required | {
"type": "object",
"properties": {
"nickname": {
"type": "integer"
},
"quality_score": {
"type": "string"
},
"batch_code": {
"type": "array",
"items": {
"type": "object",
"properties": {
"coverage": {
"type": "integer"
},
... | {"nickname": 383, "quality_score": "test@example.com", "batch_code": [{"throttle_pos": "blue", "full_name": 670, "version": 994, "pressure_kpa": 611, "level": false}], "image_url": null} | Required field 'image_url' is null | {"nickname":383,"quality_score":"test@example.com","batch_code":[{"throttle_pos":"blue","full_name":670,"version":994,"pressure_kpa":611,"level":false}],"image_url":[{"role":"PASS","size":"error","quality_score":"Charlie"},{"role":"RTG-04","size":"error","quality_score":"completed"}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.