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 payment_status TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD size TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD vessel_name TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD turbidity TYPE string_email REQUIRED no
BROKEN_OU... | {"payment_status":"operational","size":"medium","vessel_name":"viewer"} | extra_text_before | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"size": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl... | I've generated the following JSON:
{"payment_status":"operational","size":"medium","vessel_name":"viewer"} | Output contains non-JSON text before the object | {"payment_status":"operational","size":"medium","vessel_name":"viewer"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD humidity_pct TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD priority TYPE string VALUES option_a|option_... | {"ph_level":"moored","dissolved_oxygen":"viewer","humidity_pct":"reliable","priority":"option_c","salinity":225,"manifest_ref":"Johnson","cargo_type":"ops@domain.org"} | partial_structure | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}... | Result: manifest_ref=Johnson, {"ph_level":"moored","dissolved_oxygen":"viewer","humidity_pct":"reliable","priority":"option_c","salinity":225,"manifest_ref":"Johnson","cargo_type":"ops@domain.org"} | Output mixes natural language with JSON | {"ph_level":"moored","dissolved_oxygen":"viewer","humidity_pct":"reliable","priority":"option_c","salinity":225,"manifest_ref":"Johnson","cargo_type":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE integer REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD username TYPE string_date-time REQUIRED no
FIELD zip_code TYPE integer REQUIRED no
FIELD log_level TYPE string_date-time REQUIRED yes
FIELD type TYPE integer REQUIRED no
FIELD age TYPE boolean REQUIRED... | {"tags":951,"shift_code":"Diana","username":"2025-04-19T03:29:00Z","zip_code":292,"log_level":"2025-09-16T07:02:00Z","type":492,"age":true,"barcode":"GRCh38"} | markdown_fences | {
"type": "object",
"properties": {
"tags": {
"type": "integer"
},
"shift_code": {
"type": "string"
},
"username": {
"type": "string",
"format": "date-time"
},
"zip_code": {
"type": "integer"
},
"log_level": {
"type": "string",
"format": ... | ```json
{"tags":951,"shift_code":"Diana","username":"2025-04-19T03:29:00Z","zip_code":292,"log_level":"2025-09-16T07:02:00Z","type":492,"age":true,"barcode":"GRCh38"}
``` | Output contains markdown code fences | {"tags":951,"shift_code":"Diana","username":"2025-04-19T03:29:00Z","zip_code":292,"log_level":"2025-09-16T07:02:00Z","type":492,"age":true,"barcode":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD dim_a99 TYPE string REQUIRED yes
FIELD field_z82 TYPE null REQUIRED no
FIELD attr_e44 TYPE boolean REQUIRED yes
FIELD key_g82.val_y76 TYPE integer REQUIRED no
FIELD key_g82.dim_j26 TYPE string REQUIRED no
FIELD key_g82.prop_d93 TYPE boolean REQUIRED no
FIELD key_g82.key_k09 TYP... | {"dim_a99":"completed","field_z82":null,"attr_e44":true,"key_g82":{"val_y76":599,"key_k09":true,"dim_p29":46.46,"field_q32":723.98,"col_h28":null},"prop_l39":{"val_i99":null,"field_j68":"type_d","col_u91":true}} | extra_text_before | {
"type": "object",
"properties": {
"dim_a99": {
"type": "string"
},
"field_z82": {
"type": "null"
},
"attr_e44": {
"type": "boolean"
},
"key_g82": {
"type": "object",
"properties": {
"val_y76": {
"type": "integer"
},
"dim_j... | The parsed result is:
{"dim_a99":"completed","field_z82":null,"attr_e44":true,"key_g82":{"val_y76":599,"key_k09":true,"dim_p29":46.46,"field_q32":723.98,"col_h28":null},"prop_l39":{"val_i99":null,"field_j68":"type_d","col_u91":true}} | Output contains non-JSON text before the object | {"dim_a99":"completed","field_z82":null,"attr_e44":true,"key_g82":{"val_y76":599,"key_k09":true,"dim_p29":46.46,"field_q32":723.98,"col_h28":null},"prop_l39":{"val_i99":null,"field_j68":"type_d","col_u91":true}} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE boolean REQUIRED no
FIELD chromosome TYPE integer REQUIRED no
FIELD velocity TYPE boolean REQUIRED no
FIELD umi TYPE boolean REQUIRED no
FIELD berth_slot.catalyst TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD berth_slot.... | {"chromosome":667,"velocity":true,"umi":true,"berth_slot":{"catalyst":"level_3","run_id":"type_d"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"build_status": {
"type": "boolean"
},
"chromosome": {
"type": "integer"
},
"velocity": {
"type": "boolean"
},
"umi": {
"type": "boolean"
},
"berth_slot": {
"type": "object",
"properties": {
"catalyst... | assign_berth(chromosome=667, velocity=True, umi=True, berth_slot={'catalyst': 'level_3', 'run_id': 'type_d'}) | Tool call uses Python syntax instead of JSON | {"chromosome":667,"velocity":true,"umi":true,"berth_slot":{"catalyst":"level_3","run_id":"type_d"}} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string_email REQUIRED no
FIELD ph_level TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD allele.length TYPE integer REQUIRED no
FIELD allele.maturity_date TYPE string_date-time REQUIRED no
FIELD allele.shipper_ref.company TYPE string VALUE... | {"aligned_pct":"admin@test.io","ph_level":"in_transit","allele":{"length":126,"shipper_ref":{"company":"option_f","country":true,"score":false,"item_id":246,"subtotal":"world","published":"https://example.com"},"chapter":null,"wavelength":null,"run_id":863.94},"maturity_date":{"shift_code":true,"timezone":{"quality_sco... | extra_text_after | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"format": "email"
},
"ph_level": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"allele": {
"type": "object",
"propert... | {"aligned_pct":"admin@test.io","ph_level":"in_transit","allele":{"length":126,"shipper_ref":{"company":"option_f","country":true,"score":false,"item_id":246,"subtotal":"world","published":"https://example.com"},"chapter":null,"wavelength":null,"run_id":863.94},"maturity_date":{"shift_code":true,"timezone":{"quality_sco... | Output contains non-JSON text after the object | {"aligned_pct":"admin@test.io","ph_level":"in_transit","allele":{"length":126,"shipper_ref":{"company":"option_f","country":true,"score":false,"item_id":246,"subtotal":"world","published":"https://example.com"},"chapter":null,"wavelength":null,"run_id":863.94},"maturity_date":{"shift_code":true,"timezone":{"quality_sco... |
TASK repair_structured_output
SPEC
FIELD param_s02 TYPE boolean REQUIRED no
FIELD val_u63 TYPE string REQUIRED yes
FIELD attr_n56 TYPE string REQUIRED no
FIELD dim_u46 TYPE string REQUIRED no
FIELD dim_l29.prop_s62.col_p90 TYPE string REQUIRED no
FIELD dim_l29.prop_s62.key_s55 TYPE integer REQUIRED yes
FIELD dim_l29.p... | {"param_s02":false,"val_u63":"world","dim_u46":"Alice","dim_l29":{"prop_s62":{"key_s55":951,"key_e83":true,"dim_w99":[false,true],"dim_a51":["sample","Sao Paulo","A short description.","2024-06-30"]},"col_a74":"homozygous","key_e09":"RTG-04","prop_r91":"sms","field_b59":"chr1"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_s02": {
"type": "boolean"
},
"val_u63": {
"type": "string"
},
"attr_n56": {
"type": "string"
},
"dim_u46": {
"type": "string"
},
"dim_l29": {
"type": "object",
"properties": {
"prop_s62": {
... | calculate_price(param_s02=False, val_u63='world', dim_u46='Alice', dim_l29={'prop_s62': {'key_s55': 951, 'key_e83': True, 'dim_w99': [False, True], 'dim_a51': ['sample', 'Sao Paulo', 'A short description.', '2024-06-30']}, 'col_a74': 'homozygous', 'key_e09': 'RTG-04', 'prop_r91': 'sms', 'field_b59': 'chr1'}) | Tool call uses Python syntax instead of JSON | {"param_s02":false,"val_u63":"world","dim_u46":"Alice","dim_l29":{"prop_s62":{"key_s55":951,"key_e83":true,"dim_w99":[false,true],"dim_a51":["sample","Sao Paulo","A short description.","2024-06-30"]},"col_a74":"homozygous","key_e09":"RTG-04","prop_r91":"sms","field_b59":"chr1"}} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD subject TYPE string_email REQUIRED yes
FIELD dosage TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{feedback:"critical",subject:"test@test.io",dosage:"critical"} | {"feedback":"critical","subject":"test@test.io","dosage":"critical"} | unquoted_keys | {
"type": "object",
"properties": {
"feedback": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"subject": {
"type": "string",
"format": "email"
},
"dosage": {
"type": "string",
"enum": [
"lo... | {feedback:"critical",subject:"test@test.io",dosage:"critical"} | Expecting property name enclosed in double quotes | {"feedback":"critical","subject":"test@test.io","dosage":"critical"} |
TASK repair_structured_output
SPEC
FIELD dim_s46 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD col_s73 TYPE string_uri REQUIRED no
FIELD col_w01.param_i37 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD col_w01.prop_k88 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQ... | {"dim_s46":"cat_a","col_w01":{"param_i37":"option_b","prop_k88":"option_c","dim_h02":"mode_a"},"field_c55":"hello","key_f96":338,"key_p51":"mode_a","field_u98":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_s46": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"col_s73": {
"type": "string",
"format": "uri"
},
"col_w01": {
"type": "object",
"properties": {
... | Let me check the system.
Action: check_availability
Arguments: {"dim_s46": "cat_a", "col_w01": {"param_i37": "option_b", "prop_k88": "option_c", "dim_h02": "mode_a"}, "field_c55": "hello", "key_p51": "mode_a", "field_u98": null} | Agent tool call missing required parameter 'key_f96' | {"dim_s46":"cat_a","col_w01":{"param_i37":"option_b","prop_k88":"option_c","dim_h02":"mode_a"},"field_c55":"hello","key_f96":338,"key_p51":"mode_a","field_u98":null} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE null REQUIRED yes
FIELD loan_amount TYPE string REQUIRED no
FIELD state TYPE null REQUIRED no
BROKEN_OUTPUT
{"temp_celsius": null} | {"temp_celsius":null} | null_required | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "null"
},
"loan_amount": {
"type": "string"
},
"state": {
"type": "null"
}
},
"required": [
"temp_celsius"
]
} | {"temp_celsius": null} | Required field 'temp_celsius' is null | {"temp_celsius":null} |
TASK repair_structured_output
SPEC
FIELD param_a52 TYPE null REQUIRED no
FIELD dim_j32 TYPE string REQUIRED no
FIELD dim_f22 TYPE number REQUIRED yes
FIELD col_r90.field_r56 TYPE string_date-time REQUIRED yes
FIELD col_r90.val_f34 TYPE number REQUIRED no
FIELD col_r90.key_r34 TYPE number REQUIRED yes
FIELD col_r90.fie... | {"param_a52":null,"dim_j32":"bar","dim_f22":568.55,"col_r90":{"field_r56":"2024-02-18T05:58:00Z","key_r34":651.47,"field_k08":385,"attr_j71":null}} | single_quotes | {
"type": "object",
"properties": {
"param_a52": {
"type": "null"
},
"dim_j32": {
"type": "string"
},
"dim_f22": {
"type": "number"
},
"col_r90": {
"type": "object",
"properties": {
"field_r56": {
"type": "string",
"format": "date... | {'param_a52':null,'dim_j32':'bar','dim_f22':568.55,'col_r90':{'field_r56':'2024-02-18T05:58:00Z','key_r34':651.47,'field_k08':385,'attr_j71':null}} | Expecting property name enclosed in double quotes | {"param_a52":null,"dim_j32":"bar","dim_f22":568.55,"col_r90":{"field_r56":"2024-02-18T05:58:00Z","key_r34":651.47,"field_k08":385,"attr_j71":null}} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD user_id TYPE boolean REQUIRED yes
FIELD quality_score TYPE integer REQUIRED yes
FIELD commit_hash TYPE boolean REQUIRED no
FIELD diagnosis_code[].maturity_date TYPE string VALUES synonymous|missense|nonsense|fr... | {"full_name":"viewer","user_id":false,"quality_score":712,"commit_hash":false} | extra_text_before | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"user_id": {
"type": "boolean"
},
"quality_score": {
"type": "integer"
},
"commit_hash": {
"type": "boolean"
},
... | The parsed result is:
{"full_name":"viewer","user_id":false,"quality_score":712,"commit_hash":false} | Output contains non-JSON text before the object | {"full_name":"viewer","user_id":false,"quality_score":712,"commit_hash":false} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE boolean REQUIRED yes
FIELD length TYPE string REQUIRED no
FIELD insurance_id TYPE integer REQUIRED no
FIELD created_at.fleet_number TYPE string REQUIRED no
FIELD created_at.wavelength TYPE number REQUIRED yes
FIELD created_at.branch TYPE integer REQUIRED no
FIELD c... | {"crew_id":false,"length":"user@domain.com","insurance_id":483,"created_at":{"fleet_number":"Jane","wavelength":851.37,"turbidity":"pending"}} | missing_required | {
"type": "object",
"properties": {
"crew_id": {
"type": "boolean"
},
"length": {
"type": "string"
},
"insurance_id": {
"type": "integer"
},
"created_at": {
"type": "object",
"properties": {
"fleet_number": {
"type": "string"
},
... | {"crew_id": false, "length": "user@domain.com", "insurance_id": 483} | Required field 'created_at' is missing | {"crew_id":false,"length":"user@domain.com","insurance_id":483,"created_at":{"fleet_number":"Jane","wavelength":851.37,"turbidity":"pending"}} |
TASK repair_structured_output
SPEC
FIELD val_v50 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD field_r53 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD val_i37 TYPE string REQUIRED no
FIELD param_r18 TYPE number REQUIRED no
FIELD param_c59 TYPE string REQUIRED no
FIELD d... | {"field_r53":"cat_c","param_c59":"hello","dim_z77":"FWD"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_v50": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"field_r53": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
... | process_payment(field_r53='cat_c', param_c59='hello', dim_z77='FWD') | Tool call uses Python syntax instead of JSON | {"field_r53":"cat_c","param_c59":"hello","dim_z77":"FWD"} |
TASK repair_structured_output
SPEC
FIELD date.coverage TYPE string VALUES single|married|divorced REQUIRED no
FIELD date.voltage TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD date.status TYPE string REQUIRED no
FIELD date.zip_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
F... | {"date":{"voltage":"oceanic","status":"Luis","turbidity":"example","version":"coastal","username":"coastal"},"phone":"Johnson","currency":{"level":"in_progress"},"catalyst":"Silva"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"date": {
"type": "object",
"properties": {
"coverage": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"voltage": {
"type": "string",
... | read_sensor_array(date={'voltage': 'oceanic', 'status': 'Luis', 'turbidity': 'example', 'version': 'coastal', 'username': 'coastal'}, phone='Johnson', currency={'level': 'in_progress'}, catalyst='Silva') | Tool call uses Python syntax instead of JSON | {"date":{"voltage":"oceanic","status":"Luis","turbidity":"example","version":"coastal","username":"coastal"},"phone":"Johnson","currency":{"level":"in_progress"},"catalyst":"Silva"} |
TASK repair_structured_output
SPEC
FIELD phone.repository TYPE null REQUIRED yes
FIELD phone.throttle_pos TYPE null REQUIRED no
FIELD phone.level TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD index TYPE boolean REQUIRED no
FIELD name TYPE string REQUIRED no
FIELD bearing.website TYPE number REQUIRED y... | {"phone":{"repository":null,"throttle_pos":null,"level":"low"},"index":true,"bearing":{"website":110.15,"price":"https://example.com","throttle_pos":null},"bed_number":"Charlie","duration_ms":{"shift_code":false,"ward":"2023-12-25","throttle_pos":"type_a","position":false},"quality_score":false} | truncated_object | {
"type": "object",
"properties": {
"phone": {
"type": "object",
"properties": {
"repository": {
"type": "null"
},
"throttle_pos": {
"type": "null"
},
"level": {
"type": "string",
"enum": [
"low",
... | {"phone":{"repository":null,"throttle_pos":null,"level":"low"},"index":true,"bearing":{"website":110.15,"price":"https://example.com","throttle_pos":null},"bed_number":"Charlie","duration_ms":{"shift_code":false,"ward":"2023-12-25","throttle_pos":"type_a","position":false},"quality_score":false | Unexpected end of JSON input — truncated object | {"phone":{"repository":null,"throttle_pos":null,"level":"low"},"index":true,"bearing":{"website":110.15,"price":"https://example.com","throttle_pos":null},"bed_number":"Charlie","duration_ms":{"shift_code":false,"ward":"2023-12-25","throttle_pos":"type_a","position":false},"quality_score":false} |
TASK repair_structured_output
SPEC
FIELD type TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD order_id TYPE integer REQUIRED no
FIELD index TYPE integer REQUIRED no
FIELD verified.organism TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD verified.temp_celsius TYPE string VALUES s... | {"order_id":394,"verified":{"organism":"heterozygous","phone":"Diana","color":"https://data.io/v1","type":"unstable"},"zip_code":"2024-07-04T11:47:00Z","shipper_ref":743,"position":"GRCh38","language":{"shipper_ref":359,"role":"Alice","tile":[{"updated_at":669.38,"rating":508,"due_date":781},{"updated_at":771.88,"ratin... | truncated_array | {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"order_id": {
"type": "integer"
},
"index": {
"type": "integer"
},
"verified": {
"type": "ob... | {"order_id":394,"verified":{"organism":"heterozygous","phone":"Diana","color":"https://data.io/v1","type":"unstable"},"zip_code":"2024-07-04T11:47:00Z","shipper_ref":743,"position":"GRCh38","language":{"shipper_ref":359,"role":"Alice","tile":[{"updated_at":669.38,"rating":508,"due_date":781},{"updated_at":771.88,"ratin... | Unexpected end of JSON input — truncated object | {"order_id":394,"verified":{"organism":"heterozygous","phone":"Diana","color":"https://data.io/v1","type":"unstable"},"zip_code":"2024-07-04T11:47:00Z","shipper_ref":743,"position":"GRCh38","language":{"shipper_ref":359,"role":"Alice","tile":[{"updated_at":669.38,"rating":508,"due_date":781},{"updated_at":771.88,"ratin... |
TASK repair_structured_output
SPEC
FIELD prop_f35 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_d79 TYPE number REQUIRED yes
FIELD dim_b16 TYPE string_email REQUIRED yes
FIELD param_e07 TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
Let me construct this st... | {"prop_f35":"frameshift","field_d79":240.43,"dim_b16":"user@test.io","param_e07":"active"} | thought_process | {
"type": "object",
"properties": {
"prop_f35": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_d79": {
"type": "number"
},
"dim_b16": {
"type": "string",
"format": "email"
},
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"prop_f35":"frameshift","field_d79":240.43,"dim_b16":"user@test.io","param_e07":"active"} | Output contains chain-of-thought reasoning before JSON | {"prop_f35":"frameshift","field_d79":240.43,"dim_b16":"user@test.io","param_e07":"active"} |
TASK repair_structured_output
SPEC
FIELD col_r40 TYPE integer REQUIRED no
FIELD field_m40 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD attr_o11 TYPE string VALUES level_1|level_2 REQUIRED yes
BROKEN_OUTPUT
{col_r40:228,field_m40:"cat_a",attr_o11:"level_1"} | {"col_r40":228,"field_m40":"cat_a","attr_o11":"level_1"} | unquoted_keys | {
"type": "object",
"properties": {
"col_r40": {
"type": "integer"
},
"field_m40": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"attr_o11": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
}... | {col_r40:228,field_m40:"cat_a",attr_o11:"level_1"} | Expecting property name enclosed in double quotes | {"col_r40":228,"field_m40":"cat_a","attr_o11":"level_1"} |
TASK repair_structured_output
SPEC
FIELD dim_r25 TYPE integer REQUIRED no
FIELD prop_o82 TYPE string REQUIRED no
FIELD val_m10.attr_x16 TYPE string_uri REQUIRED yes
FIELD val_m10.key_b17 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD val_m10.prop_b48 TYPE string_date-time REQUIRED no
FIELD val_m10.field_a65... | {"dim_r25":584,"prop_o82":"Paris","val_e54":false,"col_t68":true} | missing_bracket | {
"type": "object",
"properties": {
"dim_r25": {
"type": "integer"
},
"prop_o82": {
"type": "string"
},
"val_m10": {
"type": "object",
"properties": {
"attr_x16": {
"type": "string",
"format": "uri"
},
"key_b17": {
"ty... | {"dim_r25":584,"prop_o82":"Paris","val_e54":false,"col_t68":true} | Missing closing bracket | {"dim_r25":584,"prop_o82":"Paris","val_e54":false,"col_t68":true} |
TASK repair_structured_output
SPEC
FIELD col_b90 TYPE number REQUIRED no
FIELD dim_z55 TYPE boolean REQUIRED no
FIELD col_y28 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_n49 TYPE string_date-time REQUIRED no
FIELD attr_a40 TYPE string VALUES draft|published|archived REQUIRED yes... | {"dim_z55":false,"col_y28":"offline","param_n49":"2024-07-15T07:21:00Z","attr_a40":"archived","attr_a12":713.04,"prop_q01":"single"} | markdown_fences | {
"type": "object",
"properties": {
"col_b90": {
"type": "number"
},
"dim_z55": {
"type": "boolean"
},
"col_y28": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_n49": {
"typ... | ```json
{"dim_z55":false,"col_y28":"offline","param_n49":"2024-07-15T07:21:00Z","attr_a40":"archived","attr_a12":713.04,"prop_q01":"single"}
``` | Output contains markdown code fences | {"dim_z55":false,"col_y28":"offline","param_n49":"2024-07-15T07:21:00Z","attr_a40":"archived","attr_a12":713.04,"prop_q01":"single"} |
TASK repair_structured_output
SPEC
FIELD key_j51 TYPE string REQUIRED yes
FIELD field_v05 TYPE string REQUIRED no
FIELD param_p09 TYPE number REQUIRED no
FIELD prop_t26.attr_q04 TYPE null REQUIRED no
FIELD prop_t26.key_p47 TYPE integer REQUIRED no
FIELD prop_t26.dim_p30 TYPE string REQUIRED yes
FIELD prop_t26.param_z8... | {"key_j51":"approved","field_v05":"Luis","param_p09":196.65,"prop_t26":{"attr_q04":null,"key_p47":776,"dim_p30":"pending","param_z84":"Luis","attr_m86":{"field_s96":"Maria","key_m67":["hello"],"col_u91":[641,672,694,719]},"prop_b60":"enterprise"},"dim_l78":"Luis","param_v08":"hello","dim_w62":true,"param_u30":"type_b"} | single_quotes | {
"type": "object",
"properties": {
"key_j51": {
"type": "string"
},
"field_v05": {
"type": "string"
},
"param_p09": {
"type": "number"
},
"prop_t26": {
"type": "object",
"properties": {
"attr_q04": {
"type": "null"
},
"key_... | {'key_j51':'approved','field_v05':'Luis','param_p09':196.65,'prop_t26':{'attr_q04':null,'key_p47':776,'dim_p30':'pending','param_z84':'Luis','attr_m86':{'field_s96':'Maria','key_m67':['hello'],'col_u91':[641,672,694,719]},'prop_b60':'enterprise'},'dim_l78':'Luis','param_v08':'hello','dim_w62':true,'param_u30':'type_b'} | Expecting property name enclosed in double quotes | {"key_j51":"approved","field_v05":"Luis","param_p09":196.65,"prop_t26":{"attr_q04":null,"key_p47":776,"dim_p30":"pending","param_z84":"Luis","attr_m86":{"field_s96":"Maria","key_m67":["hello"],"col_u91":[641,672,694,719]},"prop_b60":"enterprise"},"dim_l78":"Luis","param_v08":"hello","dim_w62":true,"param_u30":"type_b"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string REQUIRED yes
FIELD section TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD bearing TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD decay_rate TYPE integer REQUIRED no
FIELD quality_score.patient_id TYPE st... | {"amplitude":"Diana","section":"inland","bearing":"mode_d","decay_rate":179,"discount":"FWD"} | unquoted_keys | {
"type": "object",
"properties": {
"amplitude": {
"type": "string"
},
"section": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"bearing": {
"type": "string",
"enum": [
"mode_a",
"mo... | {amplitude:"Diana",section:"inland",bearing:"mode_d",decay_rate:179,discount:"FWD"} | Expecting property name enclosed in double quotes | {"amplitude":"Diana","section":"inland","bearing":"mode_d","decay_rate":179,"discount":"FWD"} |
TASK repair_structured_output
SPEC
FIELD prop_n23 TYPE string REQUIRED no
FIELD val_a65 TYPE integer REQUIRED yes
FIELD param_k51 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_a72 TYPE number REQUIRED yes
FIELD key_j36.prop_t13 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD key_j3... | {"val_a65":342,"dim_a72":785.08} | trailing_comma | {
"type": "object",
"properties": {
"prop_n23": {
"type": "string"
},
"val_a65": {
"type": "integer"
},
"param_k51": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_a72": {
"type": "number"
},
"k... | {"val_a65":342,"dim_a72":785.08,} | Unexpected trailing comma | {"val_a65":342,"dim_a72":785.08} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD step TYPE string_uri REQUIRED no
FIELD end_date TYPE string REQUIRED yes
BROKEN_OUTPUT
{last_name:"option_e",step:"https://data.com/v1",end_date:"qux"} | {"last_name":"option_e","step":"https://data.com/v1","end_date":"qux"} | unquoted_keys | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"step": {
"type": "string",
"format": "uri"
},
"end_date": {
"type": "string"... | {last_name:"option_e",step:"https://data.com/v1",end_date:"qux"} | Expecting property name enclosed in double quotes | {"last_name":"option_e","step":"https://data.com/v1","end_date":"qux"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string REQUIRED yes
FIELD message TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD country TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"invoice_id": "bar", "message": "enterprise", "country": "2020-04-26T05:36:00"} | {"invoice_id":"bar","message":"enterprise","country":"2020-04-26T05:36:00Z"} | date_format_error | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string"
},
"message": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"country": {
"type": "string",
"format": "date-time"
}
},
"requir... | {"invoice_id": "bar", "message": "enterprise", "country": "2020-04-26T05:36:00"} | Field 'country' has invalid date format | {"invoice_id":"bar","message":"enterprise","country":"2020-04-26T05:36:00Z"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE integer REQUIRED yes
FIELD procedure_code TYPE integer REQUIRED no
FIELD bed_number TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD state TYPE number REQUIRED yes
FIELD maturity_date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIE... | {"quality_score":933,"bed_number":"unstable","state":429.41,"maturity_date":"USD","end_date":true} | missing_bracket | {
"type": "object",
"properties": {
"quality_score": {
"type": "integer"
},
"procedure_code": {
"type": "integer"
},
"bed_number": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"state": {
"type": "num... | {"quality_score":933,"bed_number":"unstable","state":429.41,"maturity_date":"USD","end_date":true} | Missing closing bracket | {"quality_score":933,"bed_number":"unstable","state":429.41,"maturity_date":"USD","end_date":true} |
TASK repair_structured_output
SPEC
FIELD val_x17 TYPE string REQUIRED no
FIELD param_t66 TYPE integer REQUIRED yes
FIELD dim_o32 TYPE boolean REQUIRED yes
FIELD dim_a18[].val_t83 TYPE integer REQUIRED no
FIELD dim_a18[].val_h04 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_a18[].dim_j00 TYPE string VALU... | {"val_x17":"2023-12-25","param_t66":490,"dim_o32":false,"attr_x66":[{"key_q74":"anchored","dim_t80":null,"prop_t11":false,"val_u27":"2020-10-06T17:31:00Z"},{"key_q74":"moored","dim_t80":null,"prop_t11":false,"val_u27":"2024-03-11T14:10:00Z","param_m59":"degraded","col_y79":"London","key_j81":true},{"dim_t80":null,"prop... | tool_call_bad_format | {
"type": "object",
"properties": {
"val_x17": {
"type": "string"
},
"param_t66": {
"type": "integer"
},
"dim_o32": {
"type": "boolean"
},
"dim_a18": {
"type": "array",
"items": {
"type": "object",
"properties": {
"val_t83": {
... | <functioncall> transfer_call
{val_x17: "2023-12-25", param_t66: 490, dim_o32: false, attr_x66: [{key_q74: "anchored", dim_t80: null, prop_t11: false, val_u27: "2020-10-06T17:31:00Z"}, {key_q74: "moored", dim_t80: null, prop_t11: false, val_u27: "2024-03-11T14:10:00Z", param_m59: "degraded", col_y79: "London", key_j81: ... | Tool call has malformed arguments — unquoted keys in function parameters | {"val_x17":"2023-12-25","param_t66":490,"dim_o32":false,"attr_x66":[{"key_q74":"anchored","dim_t80":null,"prop_t11":false,"val_u27":"2020-10-06T17:31:00Z"},{"key_q74":"moored","dim_t80":null,"prop_t11":false,"val_u27":"2024-03-11T14:10:00Z","param_m59":"degraded","col_y79":"London","key_j81":true},{"dim_t80":null,"prop... |
TASK repair_structured_output
SPEC
FIELD due_date TYPE integer REQUIRED no
FIELD version TYPE integer REQUIRED no
FIELD torque_output TYPE boolean REQUIRED no
FIELD decay_rate TYPE string REQUIRED no
FIELD id TYPE number REQUIRED no
FIELD isotope TYPE integer REQUIRED yes
FIELD coverage TYPE string VALUES low|medium|h... | {"decay_rate":"2024-01-15","id":802.25,"isotope":449,"coverage":"high"} | null_required | {
"type": "object",
"properties": {
"due_date": {
"type": "integer"
},
"version": {
"type": "integer"
},
"torque_output": {
"type": "boolean"
},
"decay_rate": {
"type": "string"
},
"id": {
"type": "number"
},
"isotope": {
"type": "integ... | {"decay_rate": "2024-01-15", "id": 802.25, "isotope": null, "coverage": "high"} | Required field 'isotope' is null | {"decay_rate":"2024-01-15","id":802.25,"isotope":449,"coverage":"high"} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string_date-time REQUIRED no
FIELD section TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD options TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"dissolved_oxygen": "2025-02-27T23:23:00Z", "options": "false"} | {"dissolved_oxygen":"2025-02-27T23:23:00Z","options":false} | boolean_as_string | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"format": "date-time"
},
"section": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"options": {
"type": "boolean"
}
},
"requ... | {"dissolved_oxygen": "2025-02-27T23:23:00Z", "options": "false"} | Field 'options' must be boolean, got string | {"dissolved_oxygen":"2025-02-27T23:23:00Z","options":false} |
TASK repair_structured_output
SPEC
FIELD dim_n54 TYPE string_uri REQUIRED no
FIELD col_f70 TYPE string_date-time REQUIRED no
FIELD field_r05 TYPE integer REQUIRED no
FIELD param_b94 TYPE integer REQUIRED yes
FIELD val_v09 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_n76 TYPE null REQUIRED n... | {"dim_n54":"https://api.com/api","col_f70":"2022-07-23T05:58:00Z","field_r05":617,"param_b94":268,"val_v09":"intermittent","attr_w90":"John","prop_e21":"level_2"} | missing_bracket | {
"type": "object",
"properties": {
"dim_n54": {
"type": "string",
"format": "uri"
},
"col_f70": {
"type": "string",
"format": "date-time"
},
"field_r05": {
"type": "integer"
},
"param_b94": {
"type": "integer"
},
"val_v09": {
"type": "st... | {"dim_n54":"https://api.com/api","col_f70":"2022-07-23T05:58:00Z","field_r05":617,"param_b94":268,"val_v09":"intermittent","attr_w90":"John","prop_e21":"level_2"} | Missing closing bracket | {"dim_n54":"https://api.com/api","col_f70":"2022-07-23T05:58:00Z","field_r05":617,"param_b94":268,"val_v09":"intermittent","attr_w90":"John","prop_e21":"level_2"} |
TASK repair_structured_output
SPEC
FIELD dim_k91 TYPE number REQUIRED yes
FIELD key_k66 TYPE integer REQUIRED yes
FIELD field_y07 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
Tool: check_cargo_manifest
Params: {"dim_k91": 688.82, "key_k66": 536, "field_y072": "frameshift"} | {"dim_k91":688.82,"key_k66":536,"field_y07":"frameshift"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_k91": {
"type": "number"
},
"key_k66": {
"type": "integer"
},
"field_y07": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
}
},
"required": [
"fie... | Tool: check_cargo_manifest
Params: {"dim_k91": 688.82, "key_k66": 536, "field_y072": "frameshift"} | Agent used wrong parameter name 'field_y072' instead of 'field_y07' | {"dim_k91":688.82,"key_k66":536,"field_y07":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD param_m35 TYPE string REQUIRED yes
FIELD prop_q94 TYPE integer REQUIRED no
FIELD attr_c28 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD param_v82 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD prop_v79 TYPE string REQUIRED no
... | {"param_m35":"approved","attr_c28":"rejected","param_v82":"draft"} | trailing_comma | {
"type": "object",
"properties": {
"param_m35": {
"type": "string"
},
"prop_q94": {
"type": "integer"
},
"attr_c28": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_v82": {
... | {"param_m35":"approved","attr_c28":"rejected","param_v82":"draft",} | Unexpected trailing comma | {"param_m35":"approved","attr_c28":"rejected","param_v82":"draft"} |
TASK repair_structured_output
SPEC
FIELD key_k33 TYPE integer REQUIRED yes
FIELD param_r10 TYPE string REQUIRED no
FIELD field_p62 TYPE string_email REQUIRED yes
FIELD field_p20 TYPE boolean REQUIRED no
FIELD prop_n01.col_i10 TYPE number REQUIRED no
FIELD prop_n01.param_l53.field_s83 TYPE boolean REQUIRED no
FIELD pro... | {"key_k33":73,"field_p62":"ops@example.com","field_p20":true,"prop_n01":{"attr_o83":"https://example.io/v1","param_i89":853,"field_h76":{"prop_n62":"viewer","param_m92":"test@example.com","col_s01":"black","attr_u99":888,"field_p87":"Jane"}}} | markdown_fences | {
"type": "object",
"properties": {
"key_k33": {
"type": "integer"
},
"param_r10": {
"type": "string"
},
"field_p62": {
"type": "string",
"format": "email"
},
"field_p20": {
"type": "boolean"
},
"prop_n01": {
"type": "object",
"properties... | ```json
{"key_k33":73,"field_p62":"ops@example.com","field_p20":true,"prop_n01":{"attr_o83":"https://example.io/v1","param_i89":853,"field_h76":{"prop_n62":"viewer","param_m92":"test@example.com","col_s01":"black","attr_u99":888,"field_p87":"Jane"}}}
``` | Output contains markdown code fences | {"key_k33":73,"field_p62":"ops@example.com","field_p20":true,"prop_n01":{"attr_o83":"https://example.io/v1","param_i89":853,"field_h76":{"prop_n62":"viewer","param_m92":"test@example.com","col_s01":"black","attr_u99":888,"field_p87":"Jane"}}} |
TASK repair_structured_output
SPEC
FIELD field_b17.attr_t18 TYPE number REQUIRED yes
FIELD field_b17.prop_j80 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_b17.attr_o47 TYPE boolean REQUIRED yes
FIELD field_b17.param_q57 TYPE string REQUIRED yes
FIELD field_b17.field_c67 TYPE b... | {"field_b04":"large","prop_t83":754} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_b17": {
"type": "object",
"properties": {
"attr_t18": {
"type": "number"
},
"prop_j80": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | fetch_lab_result(field_b04='large', prop_t83=754) | Tool call uses Python syntax instead of JSON | {"field_b04":"large","prop_t83":754} |
TASK repair_structured_output
SPEC
FIELD field_g30 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_v84 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_k84 TYPE string_uri REQUIRED no
FIELD attr_i17 TYPE string REQUIRED no
FIELD col_u76 TYPE string_email REQUIRED no
FIELD param_q82 TYP... | {"field_g30":"viewer","key_k84":"https://example.org/v1","attr_i17":"Hapag-Lloyd-Express","param_q82":"https://example.com/api"} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_g30": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_v84": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
... | I need to look up the information first.
Action: call_variants
Arguments: {"field_g30": "viewer", "key_k84": "https://example.org/v1", "attr_i17": "Hapag-Lloyd-Express"} | Agent tool call missing required parameter 'param_q82' | {"field_g30":"viewer","key_k84":"https://example.org/v1","attr_i17":"Hapag-Lloyd-Express","param_q82":"https://example.com/api"} |
TASK repair_structured_output
SPEC
FIELD attr_r60 TYPE integer REQUIRED yes
FIELD param_k14 TYPE string VALUES type_a|type_b REQUIRED no
FIELD field_e77.dim_n84 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD field_e77.param_p29 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIEL... | {"attr_r60":104,"param_k14":"type_a","field_e77":{"dim_n84":"cat_a","prop_a58":"cat_b"}} | missing_bracket | {
"type": "object",
"properties": {
"attr_r60": {
"type": "integer"
},
"param_k14": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"field_e77": {
"type": "object",
"properties": {
"dim_n84": {
"type": "string",
... | {"attr_r60":104,"param_k14":"type_a","field_e77":{"dim_n84":"cat_a","prop_a58":"cat_b"}} | Missing closing bracket | {"attr_r60":104,"param_k14":"type_a","field_e77":{"dim_n84":"cat_a","prop_a58":"cat_b"}} |
TASK repair_structured_output
SPEC
FIELD col_i75 TYPE boolean REQUIRED no
FIELD attr_f17 TYPE string REQUIRED yes
FIELD field_r56 TYPE boolean REQUIRED yes
FIELD col_v59.attr_o55 TYPE string_uri REQUIRED yes
FIELD col_v59.prop_n08 TYPE string REQUIRED yes
FIELD col_v59.attr_n14 TYPE string REQUIRED yes
BROKEN_OUTPUT
... | {"col_i75":true,"attr_f17":"https://example.com","field_r56":false,"col_v59":{"attr_o55":"https://data.io/api","prop_n08":"2024-06-30","attr_n14":"qux"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_i75": {
"type": "boolean"
},
"attr_f17": {
"type": "string"
},
"field_r56": {
"type": "boolean"
},
"col_v59": {
"type": "object",
"properties": {
"attr_o55": {
"type": "string",
"format": "... | I need to look up the information first.
Action: call_variants
Arguments: {"col_i75": true, "field_r56": false, "col_v59": {"attr_o55": "https://data.io/api", "prop_n08": "2024-06-30", "attr_n14": "qux"}} | Agent tool call missing required parameter 'attr_f17' | {"col_i75":true,"attr_f17":"https://example.com","field_r56":false,"col_v59":{"attr_o55":"https://data.io/api","prop_n08":"2024-06-30","attr_n14":"qux"}} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE string REQUIRED no
FIELD chromosome TYPE integer REQUIRED yes
FIELD rating TYPE number REQUIRED no
FIELD last_name.type.values TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD last_name.type.salinity TYPE string VALUES ... | {"created_at":"Luis","chromosome":607,"rating":55.8,"last_name":{"type":{"values":"option_f","salinity":"type_e","balance":"option_d","catalyst":396,"payment_status":"mode_b","ward":195.9},"width":null,"voltage":"chr1","footnote":"2026-02-20T14:50:00Z","balance":442}} | agent_chain | {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"chromosome": {
"type": "integer"
},
"rating": {
"type": "number"
},
"last_name": {
"type": "object",
"properties": {
"type": {
"type": "object",
"properties"... | I need to look up the information first.
Action: create_order
Result: {"created_at": "Luis", "chromosome": 607, "rating": 55.8}
I'll query our database.
Action: book_appointment
Result: | Agent multi-step chain with truncated tool output | {"created_at":"Luis","chromosome":607,"rating":55.8,"last_name":{"type":{"values":"option_f","salinity":"type_e","balance":"option_d","catalyst":396,"payment_status":"mode_b","ward":195.9},"width":null,"voltage":"chr1","footnote":"2026-02-20T14:50:00Z","balance":442}} |
TASK repair_structured_output
SPEC
FIELD due_date.interest_rate TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD due_date.ph_level TYPE number REQUIRED yes
FIELD due_date.published TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD due_date.quantity TYPE string_email REQUI... | {"due_date":{"interest_rate":"cat_a","ph_level":491.53,"published":"option_a","quantity":"ops@domain.org"},"height":931,"batch_code":"QC-07","commit_hash":"https://www.com/v1","verified":"blue","price":{"weight":"2023-12-25","rating":"ops@example.com","options":"QC-07"},"tags":"reliable"} | wrong_type | {
"type": "object",
"properties": {
"due_date": {
"type": "object",
"properties": {
"interest_rate": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
... | {"due_date": {"interest_rate": "cat_a", "ph_level": 491.53, "published": "option_a", "quantity": "ops@domain.org"}, "height": "\"931\"", "batch_code": "QC-07", "commit_hash": "https://www.com/v1", "verified": "blue", "price": {"weight": "2023-12-25", "rating": "ops@example.com", "options": "QC-07"}, "tags": "reliable"} | Field 'height' must be integer, got string | {"due_date":{"interest_rate":"cat_a","ph_level":491.53,"published":"option_a","quantity":"ops@domain.org"},"height":931,"batch_code":"QC-07","commit_hash":"https://www.com/v1","verified":"blue","price":{"weight":"2023-12-25","rating":"ops@example.com","options":"QC-07"},"tags":"reliable"} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD velocity TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD dosage TYPE string_date-time REQUIRED yes
FIELD label TYPE integer REQUIRED no
FIELD quality_score TYPE null REQ... | {"title":"email","velocity":"option_f","dosage":"2021-11-09T04:05:00Z","label":511,"quality_score":null,"turbidity":true} | tool_call_python_syntax | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"velocity": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | delete_item(title='email', velocity='option_f', dosage='2021-11-09T04:05:00Z', label=511, quality_score=None, turbidity=True) | Tool call uses Python syntax instead of JSON | {"title":"email","velocity":"option_f","dosage":"2021-11-09T04:05:00Z","label":511,"quality_score":null,"turbidity":true} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string_uri REQUIRED yes
FIELD notes TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD isotope TYPE string_uri REQUIRED no
FIELD first_name.account_id TYPE boolean REQUIRED no
FIELD first_name.branch TYPE integer REQUIRED yes
FIELD first_name.d... | {"altitude":"https://api.org/data","notes":"moored","first_name":{"account_id":true,"branch":299,"description":[{"product_id":352.32,"catalyst":"high","bearing":null},{"product_id":293.9,"catalyst":"critical","bearing":null,"score":"active"},{"product_id":882.0,"catalyst":"low","bearing":null,"score":"active"},{"produc... | unquoted_keys | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"format": "uri"
},
"notes": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"isotope": {
"type": "string",
"format": "uri"
... | {altitude:"https://api.org/data",notes:"moored",first_name:{account_id:true,branch:299,description:[{product_id:352.32,catalyst:"high",bearing:null},{product_id:293.9,catalyst:"critical",bearing:null,score:"active"},{product_id:882.0,catalyst:"low",bearing:null,score:"active"},{product_id:42.0,bearing:null,score:"activ... | Expecting property name enclosed in double quotes | {"altitude":"https://api.org/data","notes":"moored","first_name":{"account_id":true,"branch":299,"description":[{"product_id":352.32,"catalyst":"high","bearing":null},{"product_id":293.9,"catalyst":"critical","bearing":null,"score":"active"},{"product_id":882.0,"catalyst":"low","bearing":null,"score":"active"},{"produc... |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD priority TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD repository TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD bearing TYPE string REQUIRED no
FIELD span_id ... | {"ph_level":"cat_d","bearing":"test@example.com","span_id":"active","dissolved_oxygen":"info@test.io"} | tool_call_partial_args | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"priority": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"ph_level": "cat_d", "bearing": "test@example.com", "dissolved_oxygen": "info@test.io"} | Agent tool call missing required parameter 'span_id' | {"ph_level":"cat_d","bearing":"test@example.com","span_id":"active","dissolved_oxygen":"info@test.io"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE integer REQUIRED yes
FIELD lane TYPE number REQUIRED no
FIELD hazmat_code[] TYPE string REQUIRED no
FIELD tax[].country TYPE string_uri REQUIRED no
FIELD tax[].annotation TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD tax[].version TYPE integer... | {"item_id":59,"lane":519.86,"hazmat_code":["example"],"tax":[{"country":"https://example.io/api","annotation":"intermittent","version":264,"tile":720,"branch":"push"},{"country":"https://api.io/data","annotation":"unstable","version":463,"tile":55,"shipper_ref":"test"}]} | truncated_array | {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"lane": {
"type": "number"
},
"hazmat_code": {
"type": "array",
"items": {
"type": "string"
}
},
"tax": {
"type": "array",
"items": {
"type": "object",
... | {"item_id":59,"lane":519.86,"hazmat_code":["example"],"tax":[{"country":"https://example.io/api","annotation":"intermittent","version":264,"tile":720,"branch":"push"},{"country":"https://api.io/data","annotation":"unstable","version":463,"tile":55,"shipper_ref":"test"} | Unexpected end of JSON input — truncated array | {"item_id":59,"lane":519.86,"hazmat_code":["example"],"tax":[{"country":"https://example.io/api","annotation":"intermittent","version":264,"tile":720,"branch":"push"},{"country":"https://api.io/data","annotation":"unstable","version":463,"tile":55,"shipper_ref":"test"}]} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD cargo_type TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD transaction_id TYPE number REQUIRED yes
FIELD score TYPE string REQUIRED yes
FIELD consignee TYPE string VALUES... | {"transaction_id":609.89,"score":"active"} | markdown_explanation | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"cargo_type": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"... | I've generated the following JSON:
```json
{"transaction_id":609.89,"score":"active"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"transaction_id":609.89,"score":"active"} |
TASK repair_structured_output
SPEC
FIELD field_j84 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_f83 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD attr_a86 TYPE integer REQUIRED yes
FIELD param_g85 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_j84":"enterprise","val_f83":"divorce... | {"field_j84":"enterprise","val_f83":"divorced","attr_a86":4,"param_g85":747} | truncated_object | {
"type": "object",
"properties": {
"field_j84": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_f83": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr... | {"field_j84":"enterprise","val_f83":"divorced","attr_a86":4,"param_g85":747 | Unexpected end of JSON input — truncated object | {"field_j84":"enterprise","val_f83":"divorced","attr_a86":4,"param_g85":747} |
TASK repair_structured_output
SPEC
FIELD currency TYPE number REQUIRED no
FIELD consignee TYPE integer REQUIRED no
FIELD age TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD organism TYPE boolean REQUIRED no
FIELD humidity_pct[] TYPE string_uri REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: ... | {"currency":301.88,"consignee":157,"age":"low","organism":false,"humidity_pct":["https://data.io/v1","https://api.io/v1","https://example.com/api","https://example.io/v1"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"currency": {
"type": "number"
},
"consignee": {
"type": "integer"
},
"age": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"organism": {
"type": "boolean"
... | Let me check the system.
Action: track_vessel
Arguments: {"currency": 301.88, "consignee": 157, "organism": false, "humidity_pct": ["https://data.io/v1", "https://api.io/v1", "https://example.com/api", "https://example.io/v1"]} | Agent tool call missing required parameter 'age' | {"currency":301.88,"consignee":157,"age":"low","organism":false,"humidity_pct":["https://data.io/v1","https://api.io/v1","https://example.com/api","https://example.io/v1"]} |
TASK repair_structured_output
SPEC
FIELD aligned_pct.pressure_kpa TYPE number REQUIRED no
FIELD aligned_pct.manifest_ref TYPE string REQUIRED yes
FIELD aligned_pct.total TYPE string_email REQUIRED yes
FIELD aligned_pct.status[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD crew_id TYPE null R... | {"aligned_pct":{"pressure_kpa":781.37,"manifest_ref":"This is a test value.","total":"user@domain.org","status":["new","in_transit","in_transit","delivered"]},"crew_id":null,"compound":519,"diagnosis_code":923.43} | tool_call_wrong_param | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "number"
},
"manifest_ref": {
"type": "string"
},
"total": {
"type": "string",
"format": "email"
},... | Tool: fetch_lab_result
Params: {"aligned_pct": {"pressure_kpa": 781.37, "manifest_ref": "This is a test value.", "total": "user@domain.org", "status": ["new", "in_transit", "in_transit", "delivered"]}, "crew_id": null, "compound": 519, "diagnosis_code_new": 923.43} | Agent used wrong parameter name 'diagnosis_code_new' instead of 'diagnosis_code' | {"aligned_pct":{"pressure_kpa":781.37,"manifest_ref":"This is a test value.","total":"user@domain.org","status":["new","in_transit","in_transit","delivered"]},"crew_id":null,"compound":519,"diagnosis_code":923.43} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string_uri REQUIRED yes
FIELD manifest_ref.score TYPE string_email REQUIRED no
FIELD manifest_ref.consignee TYPE number REQUIRED yes
FIELD manifest_ref.annotation.category TYPE string REQUIRED no
FIELD manifest_ref.annotation.zip_code TYPE integer REQUIRED no
F... | {"loan_amount":"https://example.org/v1","manifest_ref":{"score":"test@example.com","consignee":408.93,"product_id":"pro"},"discount":"Charlie","label":448.71,"state":"Hapag-Lloyd-Express","sensor_id":"active"} | markdown_explanation | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"format": "uri"
},
"manifest_ref": {
"type": "object",
"properties": {
"score": {
"type": "string",
"format": "email"
},
"consignee": {
"type": "number"
... | Pipeline result:
```json
{"loan_amount":"https://example.org/v1","manifest_ref":{"score":"test@example.com","consignee":408.93,"product_id":"pro"},"discount":"Charlie","label":448.71,"state":"Hapag-Lloyd-Express","sensor_id":"active"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"loan_amount":"https://example.org/v1","manifest_ref":{"score":"test@example.com","consignee":408.93,"product_id":"pro"},"discount":"Charlie","label":448.71,"state":"Hapag-Lloyd-Express","sensor_id":"active"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string REQUIRED no
FIELD procedure_code TYPE boolean REQUIRED no
FIELD collateral TYPE string REQUIRED no
FIELD version TYPE integer REQUIRED yes
FIELD phenotype[] TYPE null REQUIRED yes
BROKEN_OUTPUT
<functioncall> book_appointment
{procedure_code: false, coll... | {"procedure_code":false,"collateral":"sample","version":950,"phenotype":[null,null,null]} | tool_call_bad_format | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string"
},
"procedure_code": {
"type": "boolean"
},
"collateral": {
"type": "string"
},
"version": {
"type": "integer"
},
"phenotype": {
"type": "array",
"items": {
"type": "n... | <functioncall> book_appointment
{procedure_code: false, collateral: "sample", version: 950, phenotype: [null, null, null]} | Tool call has malformed arguments — unquoted keys in function parameters | {"procedure_code":false,"collateral":"sample","version":950,"phenotype":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD val_u14 TYPE string REQUIRED no
FIELD prop_l73 TYPE string REQUIRED yes
FIELD attr_r97.param_f12 TYPE null REQUIRED yes
FIELD attr_r97.field_m95 TYPE number REQUIRED no
FIELD attr_r97.col_r01 TYPE integer REQUIRED no
FIELD attr_r97.param_g18 TYPE number REQUIRED no
FIELD attr_r... | {"val_u14":"Alice","prop_l73":"2024-01-15","attr_r97":{"param_f12":null,"col_r01":176,"param_g18":194.99,"field_y77":{"param_y78":"https://api.example.com/v1","col_f30":"John","col_g75":925.7,"field_a86":null}},"attr_p00":{"val_k67":"cat_d"}} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_u14": {
"type": "string"
},
"prop_l73": {
"type": "string"
},
"attr_r97": {
"type": "object",
"properties": {
"param_f12": {
"type": "null"
},
"field_m95": {
"type": "number"
},
... | <functioncall> send_email
{val_u14: "Alice", prop_l73: "2024-01-15", attr_r97: {param_f12: null, col_r01: 176, param_g18: 194.99, field_y77: {param_y78: "https://api.example.com/v1", col_f30: "John", col_g75: 925.7, field_a86: null}}, attr_p00: {val_k67: "cat_d"}} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_u14":"Alice","prop_l73":"2024-01-15","attr_r97":{"param_f12":null,"col_r01":176,"param_g18":194.99,"field_y77":{"param_y78":"https://api.example.com/v1","col_f30":"John","col_g75":925.7,"field_a86":null}},"attr_p00":{"val_k67":"cat_d"}} |
TASK repair_structured_output
SPEC
FIELD param_h88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD attr_c11.param_g80 TYPE integer REQUIRED no
FIELD attr_c11.col_c77 TYPE string REQUIRED yes
FIELD attr_c11.param_k42 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD attr... | {"param_h88":"cat_f","attr_c11":{"col_c77":"inactive"},"prop_s89":"mode_a","dim_s29":858,"col_p68":{"dim_x20":"London","key_d38":"user@domain.org","col_j02":false,"prop_i04":"chrX"}} | markdown_explanation | {
"type": "object",
"properties": {
"param_h88": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"attr_c11": {
"type": "object",
"properties": {
"param_g80": {
"type": ... | Here is the JSON you requested:
```json
{"param_h88":"cat_f","attr_c11":{"col_c77":"inactive"},"prop_s89":"mode_a","dim_s29":858,"col_p68":{"dim_x20":"London","key_d38":"user@domain.org","col_j02":false,"prop_i04":"chrX"}}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"param_h88":"cat_f","attr_c11":{"col_c77":"inactive"},"prop_s89":"mode_a","dim_s29":858,"col_p68":{"dim_x20":"London","key_d38":"user@domain.org","col_j02":false,"prop_i04":"chrX"}} |
TASK repair_structured_output
SPEC
FIELD prop_e88 TYPE number REQUIRED yes
FIELD col_j94 TYPE string REQUIRED yes
FIELD field_o35 TYPE number REQUIRED no
FIELD field_q13 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD attr_f28 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
... | {"prop_e88":854.81,"col_j94":"chrX","field_o35":246.27,"field_q13":"type_b","attr_f28":"mode_a"} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_e88": {
"type": "number"
},
"col_j94": {
"type": "string"
},
"field_o35": {
"type": "number"
},
"field_q13": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | <functioncall> check_availability
{prop_e88: 854.81, col_j94: "chrX", field_o35: 246.27, field_q13: "type_b", attr_f28: "mode_a"} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_e88":854.81,"col_j94":"chrX","field_o35":246.27,"field_q13":"type_b","attr_f28":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD name TYPE string_uri REQUIRED no
FIELD price TYPE string REQUIRED no
FIELD city TYPE number REQUIRED no
FIELD repository.level TYPE integer REQUIRED no
FIELD repository.lane TYPE integer REQUIRED no
FIELD repository.label TYPE boolean REQUIRED yes
FIELD repository.batch_code TY... | {"name":"https://data.org/data","city":680.21,"repository":{"level":548,"lane":539,"label":false,"batch_code":354.86,"items":false},"longitude":"USD","url":630.01,"width":"intermittent","wavelength":null} | trailing_comma | {
"type": "object",
"properties": {
"name": {
"type": "string",
"format": "uri"
},
"price": {
"type": "string"
},
"city": {
"type": "number"
},
"repository": {
"type": "object",
"properties": {
"level": {
"type": "integer"
},
... | {"name":"https://data.org/data","city":680.21,"repository":{"level":548,"lane":539,"label":false,"batch_code":354.86,"items":false,},"longitude":"USD","url":630.01,"width":"intermittent","wavelength":null} | Unexpected trailing comma | {"name":"https://data.org/data","city":680.21,"repository":{"level":548,"lane":539,"label":false,"batch_code":354.86,"items":false},"longitude":"USD","url":630.01,"width":"intermittent","wavelength":null} |
TASK repair_structured_output
SPEC
FIELD col_u67 TYPE string REQUIRED yes
FIELD field_r17 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD col_a29.col_x47 TYPE string_uri REQUIRED no
FIELD col_a29.dim_n62 TYPE boolean REQUIRED yes
FIELD col_a29.field_k81 TYPE string VALUES type_a|type_b|type_c REQUIRED... | {"col_u67":"chrX","col_a29":{"dim_n62":false,"field_k81":"type_b","param_g88":[{"col_p91":"New York","field_a68":"option_d","attr_v97":845.53,"key_m10":"2024-01-15"}]},"attr_v81":387.65,"field_y70":{"col_n80":{"attr_d87":398.63,"param_f71":"https://example.io/v1"},"val_y98":"Paris","attr_t38":893.37,"dim_u48":205.03,"p... | markdown_fences | {
"type": "object",
"properties": {
"col_u67": {
"type": "string"
},
"field_r17": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"col_a29": {
"type": "object",
"properties": {
"col_x47": {
... | ```json
{"col_u67":"chrX","col_a29":{"dim_n62":false,"field_k81":"type_b","param_g88":[{"col_p91":"New York","field_a68":"option_d","attr_v97":845.53,"key_m10":"2024-01-15"}]},"attr_v81":387.65,"field_y70":{"col_n80":{"attr_d87":398.63,"param_f71":"https://example.io/v1"},"val_y98":"Paris","attr_t38":893.37,"dim_u48":2... | Output contains markdown code fences | {"col_u67":"chrX","col_a29":{"dim_n62":false,"field_k81":"type_b","param_g88":[{"col_p91":"New York","field_a68":"option_d","attr_v97":845.53,"key_m10":"2024-01-15"}]},"attr_v81":387.65,"field_y70":{"col_n80":{"attr_d87":398.63,"param_f71":"https://example.io/v1"},"val_y98":"Paris","attr_t38":893.37,"dim_u48":205.03,"p... |
TASK repair_structured_output
SPEC
FIELD voltage TYPE integer REQUIRED no
FIELD size TYPE string_uri REQUIRED yes
FIELD index TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"voltage":643,"size":"https://data.com/v1","index":"https://example.org/v1" | {"voltage":643,"size":"https://data.com/v1","index":"https://example.org/v1"} | truncated_object | {
"type": "object",
"properties": {
"voltage": {
"type": "integer"
},
"size": {
"type": "string",
"format": "uri"
},
"index": {
"type": "string",
"format": "uri"
}
},
"required": [
"size"
]
} | {"voltage":643,"size":"https://data.com/v1","index":"https://example.org/v1" | Unexpected end of JSON input — truncated object | {"voltage":643,"size":"https://data.com/v1","index":"https://example.org/v1"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD due_date TYPE string REQUIRED no
FIELD batch_code TYPE integer REQUIRED no
FIELD chromosome TYPE string_uri REQUIRED no
FIELD deploy_target TYPE number REQUIRED no
FIELD verified TYPE boolean REQUIRED no
FIEL... | {"voltage":"critical","due_date":"GRCh38","chromosome":"https://www.org/api","deploy_target":11.29,"commit_hash":345.67,"email":231} | tool_call_text_mix | {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"due_date": {
"type": "string"
},
"batch_code": {
"type": "integer"
},
"chromosome": {
"type": "string... | Processing the request now.
<tool_call name="query_port_status">
{"voltage":"critical","due_date":"GRCh38","chromosome":"https://www.org/api","deploy_target":11.29,"commit_hash":345.67,"email":231}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"voltage":"critical","due_date":"GRCh38","chromosome":"https://www.org/api","deploy_target":11.29,"commit_hash":345.67,"email":231} |
TASK repair_structured_output
SPEC
FIELD format.ph_level TYPE integer REQUIRED yes
FIELD format.frequency_hz TYPE number REQUIRED yes
FIELD format.options.diagnosis_code TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD format.options.level TYPE string REQUIRED no
FIELD format.options.email TYPE boolean REQUI... | {"comments":"FWD","repository":"test@domain.org"} | missing_required | {
"type": "object",
"properties": {
"format": {
"type": "object",
"properties": {
"ph_level": {
"type": "integer"
},
"frequency_hz": {
"type": "number"
},
"options": {
"type": "object",
"properties": {
"diagn... | {"comments": "FWD"} | Required field 'repository' is missing | {"comments":"FWD","repository":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD company TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD frequency_hz TYPE string_date-time REQUIRED no
FIELD log_level.credit_score TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD log_level.size TYPE string REQUIRED yes
FIELD log_level.veloc... | {"company":"delivered","frequency_hz":"2021-10-15T14:57:00Z","log_level":{"credit_score":"cat_b","size":"bar","velocity":true,"amplitude":"https://data.io/data"}} | unquoted_keys | {
"type": "object",
"properties": {
"company": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"frequency_hz": {
"type": "string",
"format": "date-time"
},
"log_level": {
"type": "object",
"... | {company:"delivered",frequency_hz:"2021-10-15T14:57:00Z",log_level:{credit_score:"cat_b",size:"bar",velocity:true,amplitude:"https://data.io/data"}} | Expecting property name enclosed in double quotes | {"company":"delivered","frequency_hz":"2021-10-15T14:57:00Z","log_level":{"credit_score":"cat_b","size":"bar","velocity":true,"amplitude":"https://data.io/data"}} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string REQUIRED no
FIELD url TYPE string_date-time REQUIRED yes
FIELD fleet_number TYPE boolean REQUIRED no
FIELD length TYPE string REQUIRED no
BROKEN_OUTPUT
{'gene_id':'Diana','url':'2022-09-19T04:39:00Z','fleet_number':false,'length':'baz'} | {"gene_id":"Diana","url":"2022-09-19T04:39:00Z","fleet_number":false,"length":"baz"} | single_quotes | {
"type": "object",
"properties": {
"gene_id": {
"type": "string"
},
"url": {
"type": "string",
"format": "date-time"
},
"fleet_number": {
"type": "boolean"
},
"length": {
"type": "string"
}
},
"required": [
"url"
]
} | {'gene_id':'Diana','url':'2022-09-19T04:39:00Z','fleet_number':false,'length':'baz'} | Expecting property name enclosed in double quotes | {"gene_id":"Diana","url":"2022-09-19T04:39:00Z","fleet_number":false,"length":"baz"} |
TASK repair_structured_output
SPEC
FIELD key_x95 TYPE number REQUIRED yes
FIELD val_g60 TYPE boolean REQUIRED no
FIELD attr_i03 TYPE null REQUIRED no
FIELD param_r94 TYPE integer REQUIRED no
FIELD attr_p70 TYPE string REQUIRED no
FIELD dim_m79 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_w24 TYPE in... | {"key_x95":681.59,"val_g60":false,"attr_i03":null,"param_r94":853,"param_w24":881} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_x95": {
"type": "number"
},
"val_g60": {
"type": "boolean"
},
"attr_i03": {
"type": "null"
},
"param_r94": {
"type": "integer"
},
"attr_p70": {
"type": "string"
},
"dim_m79": {
"type": "string",
... | Tool: create_order
Params: {"key_x95": 681.59, "val_g60": false, "attr_i03": null, "param_r94": 853, "param_w24": 881} | Agent used wrong parameter name 'dim_m79_name' instead of 'dim_m79' | {"key_x95":681.59,"val_g60":false,"attr_i03":null,"param_r94":853,"param_w24":881} |
TASK repair_structured_output
SPEC
FIELD rating TYPE integer REQUIRED yes
FIELD turbidity TYPE string_date-time REQUIRED yes
FIELD dosage TYPE boolean REQUIRED no
BROKEN_OUTPUT
```json
{"rating":942,"turbidity":"2026-06-17T01:22:00Z","dosage":false}
``` | {"rating":942,"turbidity":"2026-06-17T01:22:00Z","dosage":false} | markdown_fences | {
"type": "object",
"properties": {
"rating": {
"type": "integer"
},
"turbidity": {
"type": "string",
"format": "date-time"
},
"dosage": {
"type": "boolean"
}
},
"required": [
"turbidity",
"rating"
]
} | ```json
{"rating":942,"turbidity":"2026-06-17T01:22:00Z","dosage":false}
``` | Output contains markdown code fences | {"rating":942,"turbidity":"2026-06-17T01:22:00Z","dosage":false} |
TASK repair_structured_output
SPEC
FIELD dim_s67 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_e30 TYPE string REQUIRED no
FIELD val_p60 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"dim_s67":"heterozygous","attr_e30":"demo","val_p60":869}
Analysis finished. | {"dim_s67":"heterozygous","attr_e30":"demo","val_p60":869} | extra_text_after | {
"type": "object",
"properties": {
"dim_s67": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_e30": {
"type": "string"
},
"val_p60": {
"type": "integer"
}
},
"required": [
"dim_s67",
"val_p... | {"dim_s67":"heterozygous","attr_e30":"demo","val_p60":869}
Analysis finished. | Output contains non-JSON text after the object | {"dim_s67":"heterozygous","attr_e30":"demo","val_p60":869} |
TASK repair_structured_output
SPEC
FIELD weight TYPE number REQUIRED no
FIELD created_at TYPE integer REQUIRED yes
FIELD age TYPE integer REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD zip_code TYPE string_date-time REQUIRED yes
FIELD verified TYPE string VALUES operational|degraded|offline|maintenance REQ... | {"created_at":46,"age":434,"zip_code":"2024-04-11T02:32:00Z","verified":"operational"} | markdown_fences | {
"type": "object",
"properties": {
"weight": {
"type": "number"
},
"created_at": {
"type": "integer"
},
"age": {
"type": "integer"
},
"shift_code": {
"type": "string"
},
"zip_code": {
"type": "string",
"format": "date-time"
},
"verifie... | ```json
{"created_at":46,"age":434,"zip_code":"2024-04-11T02:32:00Z","verified":"operational"}
``` | Output contains markdown code fences | {"created_at":46,"age":434,"zip_code":"2024-04-11T02:32:00Z","verified":"operational"} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES single|married|divorced REQUIRED yes
FIELD end_date TYPE string VALUES draft|published|archived REQUIRED no
FIELD altitude TYPE integer REQUIRED yes
FIELD price[] TYPE string REQUIRED no
FIELD country[].end_date TYPE string VALUES berthed|anchored|under... | {"state":"divorced","end_date":"published","altitude":852,"country":[{"end_date":"underway","vital_sign":false,"city":"quux"},{"vital_sign":false,"city":"Bob"}]} | markdown_explanation | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"end_date": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"altitude": {
... | I've generated the following JSON:
```json
{"state":"divorced","end_date":"published","altitude":852,"country":[{"end_date":"underway","vital_sign":false,"city":"quux"},{"vital_sign":false,"city":"Bob"}]}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"state":"divorced","end_date":"published","altitude":852,"country":[{"end_date":"underway","vital_sign":false,"city":"quux"},{"vital_sign":false,"city":"Bob"}]} |
TASK repair_structured_output
SPEC
FIELD phone TYPE boolean REQUIRED no
FIELD altitude TYPE string REQUIRED yes
FIELD last_name[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: calculate_price
Result: {"altitude": "London", "last_name": ["Oliveira", "FWD", "Sao Paulo"]}
I'll query our databa... | {"phone":false,"altitude":"London","last_name":["Oliveira","FWD","Sao Paulo"]} | agent_chain | {
"type": "object",
"properties": {
"phone": {
"type": "boolean"
},
"altitude": {
"type": "string"
},
"last_name": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"last_name",
"altitude"
]
} | Let me check the system.
Action: calculate_price
Result: {"altitude": "London", "last_name": ["Oliveira", "FWD", "Sao Paulo"]}
I'll query our database.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"phone":false,"altitude":"London","last_name":["Oliveira","FWD","Sao Paulo"]} |
TASK repair_structured_output
SPEC
FIELD key_s77 TYPE integer REQUIRED no
FIELD prop_a06 TYPE null REQUIRED yes
FIELD attr_n28.col_s90 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD attr_n28.attr_k15 TYPE boolean REQUIRED no
FIELD attr_n28.param_l81.field_c82 TYPE string REQUIRED no
FIELD attr_... | {"key_s77":531,"prop_a06":null,"param_w28":197,"prop_j92":"admin@example.com","prop_e51":738.54} | partial_structure | {
"type": "object",
"properties": {
"key_s77": {
"type": "integer"
},
"prop_a06": {
"type": "null"
},
"attr_n28": {
"type": "object",
"properties": {
"col_s90": {
"type": "string",
"enum": [
"new",
"in_transit",
... | I found that prop_a06 should be None. {"key_s77":531,"prop_a06":null,"param_w28":197,"prop_j92":"admin@example.com","prop_e51":738.54} | Output mixes natural language with JSON | {"key_s77":531,"prop_a06":null,"param_w28":197,"prop_j92":"admin@example.com","prop_e51":738.54} |
TASK repair_structured_output
SPEC
FIELD branch TYPE number REQUIRED no
FIELD turbidity TYPE string REQUIRED no
FIELD phone[].role TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD phone[].notes TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD phone[].maturity_date TYPE string VALUES... | {"branch":540.78,"turbidity":"John","phone":[{"role":"basic","index":"reliable","shipping":"free"}]} | markdown_fences | {
"type": "object",
"properties": {
"branch": {
"type": "number"
},
"turbidity": {
"type": "string"
},
"phone": {
"type": "array",
"items": {
"type": "object",
"properties": {
"role": {
"type": "string",
"enum": [
... | ```json
{"branch":540.78,"turbidity":"John","phone":[{"role":"basic","index":"reliable","shipping":"free"}]}
``` | Output contains markdown code fences | {"branch":540.78,"turbidity":"John","phone":[{"role":"basic","index":"reliable","shipping":"free"}]} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE number REQUIRED no
FIELD diagnosis_code TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD deploy_target TYPE string REQUIRED yes
FIELD notes TYPE integer REQUIRED no
FIELD price TYPE null REQUIRED no
FIELD gene_id TYPE string_email REQUI... | {"diagnosis_code":"option_b","deploy_target":"test@example.com","price":null,"gene_id":"info@example.com"} | partial_structure | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "number"
},
"diagnosis_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"deploy_target": {
"type": "string"
},
"notes": {
... | Result: gene_id=info@example.com, {"diagnosis_code":"option_b","deploy_target":"test@example.com","price":null,"gene_id":"info@example.com"} | Output mixes natural language with JSON | {"diagnosis_code":"option_b","deploy_target":"test@example.com","price":null,"gene_id":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD field_f81.attr_g64 TYPE number REQUIRED yes
FIELD field_f81.param_b55 TYPE integer REQUIRED yes
FIELD field_f81.field_h06 TYPE integer REQUIRED no
FIELD field_f81.param_s70 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD field_f81.dim_t75 TYPE string RE... | {"dim_g31":{"attr_g03":{"val_a36":"hemizygous","col_m23":"level_4","val_x27":"mode_b","dim_l29":821,"param_j09":"large","key_u81":false},"val_s89":false,"attr_f04":"chrX","attr_c15":"Berlin"},"val_w28":"USD","col_z37":959,"field_n15":null} | extra_field | {
"type": "object",
"properties": {
"field_f81": {
"type": "object",
"properties": {
"attr_g64": {
"type": "number"
},
"param_b55": {
"type": "integer"
},
"field_h06": {
"type": "integer"
},
"param_s70": {
... | {"dim_g31": {"attr_g03": {"val_a36": "hemizygous", "col_m23": "level_4", "val_x27": "mode_b", "dim_l29": 821, "param_j09": "large", "key_u81": false}, "val_s89": false, "attr_f04": "chrX", "attr_c15": "Berlin"}, "val_w28": "USD", "col_z37": 959, "field_n15": null, "extra_field_9917": true} | Unknown field 'extra_field_9917' not defined in schema | {"dim_g31":{"attr_g03":{"val_a36":"hemizygous","col_m23":"level_4","val_x27":"mode_b","dim_l29":821,"param_j09":"large","key_u81":false},"val_s89":false,"attr_f04":"chrX","attr_c15":"Berlin"},"val_w28":"USD","col_z37":959,"field_n15":null} |
TASK repair_structured_output
SPEC
FIELD param_o83 TYPE string REQUIRED no
FIELD prop_v38 TYPE string REQUIRED no
FIELD key_o01 TYPE integer REQUIRED no
FIELD key_o30 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_t34 TYPE string REQUIRED yes
FIELD prop_o33 TYPE integer REQUIRED no
BROKEN_OUTPUT
{... | {"param_o83":"Paris","key_o01":131,"key_o30":"medium","key_t34":"bar"} | trailing_comma | {
"type": "object",
"properties": {
"param_o83": {
"type": "string"
},
"prop_v38": {
"type": "string"
},
"key_o01": {
"type": "integer"
},
"key_o30": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"param_o83":"Paris","key_o01":131,"key_o30":"medium","key_t34":"bar",} | Unexpected trailing comma | {"param_o83":"Paris","key_o01":131,"key_o30":"medium","key_t34":"bar"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE string REQUIRED no
FIELD diagnosis_code TYPE string REQUIRED yes
FIELD voltage[].image_url TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD voltage[].diagnosis_code TYPE number REQUIRED no
FIELD voltage[].enabled TYPE string REQUIRED no
FIELD voltage[].st... | {"item_id":"Diana","diagnosis_code":"Luis","voltage":[{"image_url":"type_c","diagnosis_code":731.34,"enabled":"demo","status_code":480,"version":false}]} | truncated_object | {
"type": "object",
"properties": {
"item_id": {
"type": "string"
},
"diagnosis_code": {
"type": "string"
},
"voltage": {
"type": "array",
"items": {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum... | {"item_id":"Diana","diagnosis_code":"Luis","voltage":[{"image_url":"type_c","diagnosis_code":731.34,"enabled":"demo","status_code":480,"version":false}] | Unexpected end of JSON input — truncated object | {"item_id":"Diana","diagnosis_code":"Luis","voltage":[{"image_url":"type_c","diagnosis_code":731.34,"enabled":"demo","status_code":480,"version":false}]} |
TASK repair_structured_output
SPEC
FIELD attr_g15 TYPE boolean REQUIRED no
FIELD field_q14 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_m94 TYPE number REQUIRED no
FIELD key_j63.val_l68 TYPE boolean REQUIRED yes
FIELD key_j63.field_d72 TYPE boolean REQUIRED no
FIELD key_j63.attr_e19 TYPE string ... | {"attr_g15":true,"field_q14":"medium","param_m94":495.98,"key_j63":{"val_l68":false,"field_d72":false}} | single_quotes | {
"type": "object",
"properties": {
"attr_g15": {
"type": "boolean"
},
"field_q14": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_m94": {
"type": "number"
},
"key_j63": {
"type": "object",... | {'attr_g15':true,'field_q14':'medium','param_m94':495.98,'key_j63':{'val_l68':false,'field_d72':false}} | Expecting property name enclosed in double quotes | {"attr_g15":true,"field_q14":"medium","param_m94":495.98,"key_j63":{"val_l68":false,"field_d72":false}} |
TASK repair_structured_output
SPEC
FIELD description TYPE boolean REQUIRED yes
FIELD humidity_pct TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD turbidity TYPE string VALUES active|inactive|pending REQUIRED no
FIELD department TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no... | {"description":true,"humidity_pct":"error","department":"confirmed"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"description": {
"type": "boolean"
},
"humidity_pct": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"turbidity": {
"type": "string",
"enum": [
"active",
... | schedule_meeting(description=True, humidity_pct='error', department='confirmed') | Tool call uses Python syntax instead of JSON | {"description":true,"humidity_pct":"error","department":"confirmed"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD count TYPE string_email REQUIRED yes
FIELD comments TYPE integer REQUIRED no
FIELD phenotype TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD run_id TYPE string VALUES red|blue|green... | {"lab_result":"missense","count":"info@test.io","phenotype":"admin","run_id":"white","throttle_pos":453} | single_quotes | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"count": {
"type": "string",
"format": "email"
},
"comments": {
"type": "integer"
},
... | {'lab_result':'missense','count':'info@test.io','phenotype':'admin','run_id':'white','throttle_pos':453} | Expecting property name enclosed in double quotes | {"lab_result":"missense","count":"info@test.io","phenotype":"admin","run_id":"white","throttle_pos":453} |
TASK repair_structured_output
SPEC
FIELD key_n94 TYPE integer REQUIRED no
FIELD dim_k14 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_f40 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_h99 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_f59 TYPE stri... | {"key_n94":666,"dim_k14":"underway","key_f40":"active","field_h99":"green","dim_f59":"test@example.com"} | single_quotes | {
"type": "object",
"properties": {
"key_n94": {
"type": "integer"
},
"dim_k14": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_f40": {
"type": "string",
"enum": [
"active",
"... | {'key_n94':666,'dim_k14':'underway','key_f40':'active','field_h99':'green','dim_f59':'test@example.com'} | Expecting property name enclosed in double quotes | {"key_n94":666,"dim_k14":"underway","key_f40":"active","field_h99":"green","dim_f59":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD col_n64 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_j78 TYPE integer REQUIRED no
FIELD param_z38 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD dim_d94 TYPE string_uri REQUIRED yes
FIELD col_b32 TYPE boolean REQUIRED no
FIELD attr_q80... | {"col_n64":"basic","dim_j78":544,"param_z38":"arctic","dim_d94":"https://api.io/api","attr_q80":875,"param_p97":794} | missing_required | {
"type": "object",
"properties": {
"col_n64": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_j78": {
"type": "integer"
},
"param_z38": {
"type": "string",
"enum": [
"coastal",
"ocea... | {"col_n64": "basic", "dim_j78": 544, "dim_d94": "https://api.io/api", "attr_q80": 875, "param_p97": 794} | Required field 'param_z38' is missing | {"col_n64":"basic","dim_j78":544,"param_z38":"arctic","dim_d94":"https://api.io/api","attr_q80":875,"param_p97":794} |
TASK repair_structured_output
SPEC
FIELD field_f32 TYPE string_date-time REQUIRED yes
FIELD field_u90 TYPE boolean REQUIRED yes
FIELD dim_n99 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
<functioncall> track_vessel
{field_f32: "2023-03-04T16:24:00Z", field_u90: false, dim_n99: "ops@domain.org"} | {"field_f32":"2023-03-04T16:24:00Z","field_u90":false,"dim_n99":"ops@domain.org"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_f32": {
"type": "string",
"format": "date-time"
},
"field_u90": {
"type": "boolean"
},
"dim_n99": {
"type": "string",
"format": "email"
}
},
"required": [
"dim_n99",
"field_f32",
"field_u90"
]
} | <functioncall> track_vessel
{field_f32: "2023-03-04T16:24:00Z", field_u90: false, dim_n99: "ops@domain.org"} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_f32":"2023-03-04T16:24:00Z","field_u90":false,"dim_n99":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD enabled TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD name TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD transaction_id TYPE string_email REQUIRED no
FIELD wav... | {"filter_flag":"delivered","enabled":"intermittent","name":"xl","transaction_id":"admin@test.io","wavelength":"test","shipping":540.97,"thumbnail":"info"} | extra_text_after | {
"type": "object",
"properties": {
"filter_flag": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"enabled": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]... | {"filter_flag":"delivered","enabled":"intermittent","name":"xl","transaction_id":"admin@test.io","wavelength":"test","shipping":540.97,"thumbnail":"info"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"filter_flag":"delivered","enabled":"intermittent","name":"xl","transaction_id":"admin@test.io","wavelength":"test","shipping":540.97,"thumbnail":"info"} |
TASK repair_structured_output
SPEC
FIELD dim_x96.param_h51.attr_y61 TYPE string_date-time REQUIRED yes
FIELD dim_x96.param_h51.col_x25 TYPE number REQUIRED yes
FIELD dim_x96.param_h51.dim_z71 TYPE integer REQUIRED no
FIELD dim_x96.dim_k85 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_x96.param_t... | {"dim_x96":{"param_h51":{"attr_y61":"2026-07-28T08:16:00Z","col_x25":311.52,"dim_z71":830},"dim_k85":"white","field_h67":400,"prop_z13":233,"field_b91":832},"prop_y18":"mode_c","col_v25":null} | extra_text_after | {
"type": "object",
"properties": {
"dim_x96": {
"type": "object",
"properties": {
"param_h51": {
"type": "object",
"properties": {
"attr_y61": {
"type": "string",
"format": "date-time"
},
"col_x25": {
... | {"dim_x96":{"param_h51":{"attr_y61":"2026-07-28T08:16:00Z","col_x25":311.52,"dim_z71":830},"dim_k85":"white","field_h67":400,"prop_z13":233,"field_b91":832},"prop_y18":"mode_c","col_v25":null}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"dim_x96":{"param_h51":{"attr_y61":"2026-07-28T08:16:00Z","col_x25":311.52,"dim_z71":830},"dim_k85":"white","field_h67":400,"prop_z13":233,"field_b91":832},"prop_y18":"mode_c","col_v25":null} |
TASK repair_structured_output
SPEC
FIELD field_o80 TYPE integer REQUIRED yes
FIELD attr_y39 TYPE integer REQUIRED yes
FIELD dim_e93 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
<functioncall> process_payment
{field_o80: 634, attr_y39: 631, dim_e93: "intermittent"} | {"field_o80":634,"attr_y39":631,"dim_e93":"intermittent"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_o80": {
"type": "integer"
},
"attr_y39": {
"type": "integer"
},
"dim_e93": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}
},
"required": [
"attr_y39",
"dim_e... | <functioncall> process_payment
{field_o80: 634, attr_y39: 631, dim_e93: "intermittent"} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_o80":634,"attr_y39":631,"dim_e93":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string REQUIRED yes
FIELD width TYPE boolean REQUIRED yes
FIELD duration_ms TYPE string REQUIRED no
FIELD isotope TYPE string REQUIRED yes
FIELD vital_sign TYPE string REQUIRED no
FIELD role TYPE integer REQUIRED yes
FIELD velocity.type TYPE null REQUIRED no
FIELD... | {"end_date":"https://api.example.com/v1","width":false,"duration_ms":"2023-12-25","isotope":"example","vital_sign":"Diana","role":549,"velocity":{"type":null,"id":false,"ward":["test@example.com","This is a test value.","Jane"]}} | extra_field | {
"type": "object",
"properties": {
"end_date": {
"type": "string"
},
"width": {
"type": "boolean"
},
"duration_ms": {
"type": "string"
},
"isotope": {
"type": "string"
},
"vital_sign": {
"type": "string"
},
"role": {
"type": "integer"
... | {"end_date": "https://api.example.com/v1", "width": false, "duration_ms": "2023-12-25", "isotope": "example", "vital_sign": "Diana", "role": 549, "velocity": {"type": null, "id": false, "ward": ["test@example.com", "This is a test value.", "Jane"]}, "extra_info_1739": "unexpected"} | Unknown field 'extra_info_1739' not defined in schema | {"end_date":"https://api.example.com/v1","width":false,"duration_ms":"2023-12-25","isotope":"example","vital_sign":"Diana","role":549,"velocity":{"type":null,"id":false,"ward":["test@example.com","This is a test value.","Jane"]}} |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD role TYPE integer REQUIRED yes
FIELD ward TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
<tool_call name="search">
{"version":"new","role":73,"ward":"2026... | {"version":"new","role":73,"ward":"2026-02-07T22:36:00Z"} | tool_call_text_mix | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"role": {
"type": "integer"
},
"ward": {
"type": "string",
"format": "date-time"
}
},
"requir... | I need to look up the information first.
<tool_call name="search">
{"version":"new","role":73,"ward":"2026-02-07T22:36:00Z"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"version":"new","role":73,"ward":"2026-02-07T22:36:00Z"} |
TASK repair_structured_output
SPEC
FIELD total.active TYPE integer REQUIRED yes
FIELD total.country.role TYPE integer REQUIRED no
FIELD total.country.message TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD total.country.age[] TYPE integer REQUIRED yes
FIELD total.country.procedure_code[] TYPE null REQU... | {"total":{"active":137,"quality_score":"Johnson"},"email":836,"current_draw":871.95,"start_date":null} | truncated_object | {
"type": "object",
"properties": {
"total": {
"type": "object",
"properties": {
"active": {
"type": "integer"
},
"country": {
"type": "object",
"properties": {
"role": {
"type": "integer"
},
"mes... | {"total":{"active":137,"quality_score":"Johnson"},"email":836,"current_draw":871.95,"start_date":null | Unexpected end of JSON input — truncated object | {"total":{"active":137,"quality_score":"Johnson"},"email":836,"current_draw":871.95,"start_date":null} |
TASK repair_structured_output
SPEC
FIELD key_t42 TYPE string REQUIRED no
FIELD attr_h54 TYPE integer REQUIRED yes
FIELD attr_a88 TYPE integer REQUIRED yes
FIELD key_m01 TYPE string_uri REQUIRED no
FIELD param_p62.dim_b13 TYPE string REQUIRED yes
FIELD param_p62.attr_v48 TYPE string VALUES reliable|unstable|intermitten... | {"key_t42":"inactive","attr_h54":968,"attr_a88":563,"key_m01":"https://example.org/data","param_p62":{"dim_b13":"New York","attr_v48":"unstable","col_a45":389.58,"val_v72":[{"prop_k93":"critical","param_a70":"level_6","dim_n04":"type_b"},{"prop_k93":"low","param_a70":"level_4","dim_n04":"type_a"}]}} | extra_field | {
"type": "object",
"properties": {
"key_t42": {
"type": "string"
},
"attr_h54": {
"type": "integer"
},
"attr_a88": {
"type": "integer"
},
"key_m01": {
"type": "string",
"format": "uri"
},
"param_p62": {
"type": "object",
"properties": {
... | {"key_t42": "inactive", "attr_h54": 968, "attr_a88": 563, "key_m01": "https://example.org/data", "param_p62": {"dim_b13": "New York", "attr_v48": "unstable", "col_a45": 389.58, "val_v72": [{"prop_k93": "critical", "param_a70": "level_6", "dim_n04": "type_b"}, {"prop_k93": "low", "param_a70": "level_4", "dim_n04": "type... | Unknown field 'extra_data_604' not defined in schema | {"key_t42":"inactive","attr_h54":968,"attr_a88":563,"key_m01":"https://example.org/data","param_p62":{"dim_b13":"New York","attr_v48":"unstable","col_a45":389.58,"val_v72":[{"prop_k93":"critical","param_a70":"level_6","dim_n04":"type_b"},{"prop_k93":"low","param_a70":"level_4","dim_n04":"type_a"}]}} |
TASK repair_structured_output
SPEC
FIELD tile TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD strand TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD current_draw TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD item_id TYPE string REQUI... | {"tile":"option_e","strand":"mode_b","current_draw":"operational"} | null_required | {
"type": "object",
"properties": {
"tile": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"strand": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"tile": null, "strand": "mode_b", "current_draw": "operational"} | Required field 'tile' is null | {"tile":"option_e","strand":"mode_b","current_draw":"operational"} |
TASK repair_structured_output
SPEC
FIELD key_e35 TYPE string REQUIRED yes
FIELD param_u35 TYPE string REQUIRED no
FIELD field_d80.col_m27 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_d80.attr_r28 TYPE integer REQUIRED yes
FIELD field_d80.col_y37 TYPE integer REQUIRED no
FIELD ... | {"key_e35":"Maria","param_u35":"QC-07","param_j80":"test@domain.org","param_q05":172,"param_u02":false,"param_l85":"editor"} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_e35": {
"type": "string"
},
"param_u35": {
"type": "string"
},
"field_d80": {
"type": "object",
"properties": {
"col_m27": {
"type": "string",
"enum": [
"pending_review",
"confirm... | <functioncall> process_payment
{key_e35: "Maria", param_u35: "QC-07", param_j80: "test@domain.org", param_q05: 172, param_u02: false, param_l85: "editor"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_e35":"Maria","param_u35":"QC-07","param_j80":"test@domain.org","param_q05":172,"param_u02":false,"param_l85":"editor"} |
TASK repair_structured_output
SPEC
FIELD param_o43 TYPE integer REQUIRED yes
FIELD prop_j61 TYPE null REQUIRED yes
FIELD col_a67 TYPE string REQUIRED no
FIELD col_z37 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD prop_n55 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD key_g23 TYPE number ... | {"param_o43":259,"prop_j61":null,"col_a67":"test@example.com","col_z37":"mode_c","key_g23":564.13,"attr_d73":"Luis"} | truncated_array | {
"type": "object",
"properties": {
"param_o43": {
"type": "integer"
},
"prop_j61": {
"type": "null"
},
"col_a67": {
"type": "string"
},
"col_z37": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"prop_n5... | {"param_o43":259,"prop_j61":null,"col_a67":"test@example.com","col_z37":"mode_c","key_g23":564.13,"attr_d73":"Luis" | Unexpected end of JSON input — truncated object | {"param_o43":259,"prop_j61":null,"col_a67":"test@example.com","col_z37":"mode_c","key_g23":564.13,"attr_d73":"Luis"} |
TASK repair_structured_output
SPEC
FIELD values TYPE string_email REQUIRED yes
FIELD insurance_id TYPE integer REQUIRED yes
FIELD full_name TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
BROKEN_OUTPUT
```json
{"values":"ops@domain.org","insurance_id":742,"full_name":"mode_a"}
``` | {"values":"ops@domain.org","insurance_id":742,"full_name":"mode_a"} | markdown_fences | {
"type": "object",
"properties": {
"values": {
"type": "string",
"format": "email"
},
"insurance_id": {
"type": "integer"
},
"full_name": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
... | ```json
{"values":"ops@domain.org","insurance_id":742,"full_name":"mode_a"}
``` | Output contains markdown code fences | {"values":"ops@domain.org","insurance_id":742,"full_name":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD param_j22 TYPE boolean REQUIRED no
FIELD dim_z21 TYPE integer REQUIRED yes
FIELD field_k56 TYPE string REQUIRED no
FIELD prop_o44 TYPE string_email REQUIRED no
FIELD key_o01 TYPE number REQUIRED yes
FIELD prop_z62 TYPE string VALUES active|inactive|pending REQUIRED no
BROKEN_O... | {"dim_z21":531,"field_k56":"Johnson","key_o01":813.33,"prop_z62":"pending"} | wrong_type | {
"type": "object",
"properties": {
"param_j22": {
"type": "boolean"
},
"dim_z21": {
"type": "integer"
},
"field_k56": {
"type": "string"
},
"prop_o44": {
"type": "string",
"format": "email"
},
"key_o01": {
"type": "number"
},
"prop_z62... | {"dim_z21": "\"531\"", "field_k56": "Johnson", "key_o01": 813.33, "prop_z62": "pending"} | Field 'dim_z21' must be integer, got string | {"dim_z21":531,"field_k56":"Johnson","key_o01":813.33,"prop_z62":"pending"} |
TASK repair_structured_output
SPEC
FIELD attr_k69 TYPE integer REQUIRED yes
FIELD field_c33 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_k76 TYPE number REQUIRED no
FIELD field_d95.field_h40 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_d95.val_a70 TYPE boolean REQ... | {"attr_k69":759,"field_c33":"reliable","field_k76":938.37,"field_d95":{"field_h40":"white","val_a70":true,"prop_q35":null,"dim_t77":228,"val_w45":208,"val_l21":"https://example.com"}} | markdown_explanation | {
"type": "object",
"properties": {
"attr_k69": {
"type": "integer"
},
"field_c33": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_k76": {
"type": "number"
},
"field_d95": {
"type": "object",
... | Sure, here's the result:
```json
{"attr_k69":759,"field_c33":"reliable","field_k76":938.37,"field_d95":{"field_h40":"white","val_a70":true,"prop_q35":null,"dim_t77":228,"val_w45":208,"val_l21":"https://example.com"}}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"attr_k69":759,"field_c33":"reliable","field_k76":938.37,"field_d95":{"field_h40":"white","val_a70":true,"prop_q35":null,"dim_t77":228,"val_w45":208,"val_l21":"https://example.com"}} |
TASK repair_structured_output
SPEC
FIELD val_p45 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD attr_u58 TYPE string_email REQUIRED no
FIELD prop_g29 TYPE null REQUIRED no
FIELD dim_j48 TYPE boolean REQUIRED no
FIELD field_g14 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD val_f58... | {"val_p45":"level_1","attr_u58":"user@domain.org","prop_g29":null,"field_g14":"type_a","val_x70":879.26,"dim_f09":942} | trailing_comma | {
"type": "object",
"properties": {
"val_p45": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"attr_u58": {
"type": "string",
"format": "email"
},
"prop_g29": {
"type": "null"
},
"dim_j48": {
"type": "boolean"
},
... | {"val_p45":"level_1","attr_u58":"user@domain.org","prop_g29":null,"field_g14":"type_a","val_x70":879.26,"dim_f09":942,} | Unexpected trailing comma | {"val_p45":"level_1","attr_u58":"user@domain.org","prop_g29":null,"field_g14":"type_a","val_x70":879.26,"dim_f09":942} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string REQUIRED no
FIELD url TYPE boolean REQUIRED no
FIELD category TYPE string REQUIRED no
FIELD version TYPE string_uri REQUIRED yes
FIELD quality_score TYPE string_uri REQUIRED no
FIELD paragraph TYPE string_uri REQUIRED no
FIELD shipping TYPE string VALUES coastal... | {"tax":"This is a test value.","category":"Alice","version":"https://data.io/v1","quality_score":"https://www.io/v1","paragraph":"https://www.com/api","vital_sign":false} | single_quotes | {
"type": "object",
"properties": {
"tax": {
"type": "string"
},
"url": {
"type": "boolean"
},
"category": {
"type": "string"
},
"version": {
"type": "string",
"format": "uri"
},
"quality_score": {
"type": "string",
"format": "uri"
},... | {'tax':'This is a test value.','category':'Alice','version':'https://data.io/v1','quality_score':'https://www.io/v1','paragraph':'https://www.com/api','vital_sign':false} | Expecting property name enclosed in double quotes | {"tax":"This is a test value.","category":"Alice","version":"https://data.io/v1","quality_score":"https://www.io/v1","paragraph":"https://www.com/api","vital_sign":false} |
TASK repair_structured_output
SPEC
FIELD val_c08 TYPE string REQUIRED yes
FIELD key_m20 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD key_k50.val_g34 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD key_k50.col_p00 TYPE string VALUES email|phone|sms|push REQUIRED y... | {"val_c08":"Tokyo","key_m20":"editor","key_k50":{"val_g34":"option_a","col_p00":"push","attr_g41":["option_c","option_a"]}} | extra_text_before | {
"type": "object",
"properties": {
"val_c08": {
"type": "string"
},
"key_m20": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_k50": {
"type": "object",
"properties": {
"val_g34": {
"type": "string... | The parsed result is:
{"val_c08":"Tokyo","key_m20":"editor","key_k50":{"val_g34":"option_a","col_p00":"push","attr_g41":["option_c","option_a"]}} | Output contains non-JSON text before the object | {"val_c08":"Tokyo","key_m20":"editor","key_k50":{"val_g34":"option_a","col_p00":"push","attr_g41":["option_c","option_a"]}} |
TASK repair_structured_output
SPEC
FIELD age TYPE integer REQUIRED yes
FIELD credit_score.credit_score TYPE string REQUIRED no
FIELD credit_score.latitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD credit_score.city TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD credit_sc... | {"age":698,"credit_score":{"credit_score":"London","latitude":"moored","city":"oceanic","timezone":"medium","quantity":"homozygous"},"visible":"hemizygous"} | single_quotes | {
"type": "object",
"properties": {
"age": {
"type": "integer"
},
"credit_score": {
"type": "object",
"properties": {
"credit_score": {
"type": "string"
},
"latitude": {
"type": "string",
"enum": [
"berthed",
... | {'age':698,'credit_score':{'credit_score':'London','latitude':'moored','city':'oceanic','timezone':'medium','quantity':'homozygous'},'visible':'hemizygous'} | Expecting property name enclosed in double quotes | {"age":698,"credit_score":{"credit_score":"London","latitude":"moored","city":"oceanic","timezone":"medium","quantity":"homozygous"},"visible":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE boolean REQUIRED no
FIELD shift_code TYPE number REQUIRED no
FIELD active TYPE string REQUIRED no
FIELD balance.vessel_name TYPE string REQUIRED no
FIELD balance.organism TYPE string REQUIRED no
FIELD balance.ph_level TYPE string REQUIRED yes
FIELD consignee TY... | {"terminal_id":true,"shift_code":375.37,"balance":{"vessel_name":"Sao Paulo","organism":"Jane","ph_level":"A short description."},"consignee":740,"image_url":164.85,"phone":true} | extra_text_after | {
"type": "object",
"properties": {
"terminal_id": {
"type": "boolean"
},
"shift_code": {
"type": "number"
},
"active": {
"type": "string"
},
"balance": {
"type": "object",
"properties": {
"vessel_name": {
"type": "string"
},
... | {"terminal_id":true,"shift_code":375.37,"balance":{"vessel_name":"Sao Paulo","organism":"Jane","ph_level":"A short description."},"consignee":740,"image_url":164.85,"phone":true}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"terminal_id":true,"shift_code":375.37,"balance":{"vessel_name":"Sao Paulo","organism":"Jane","ph_level":"A short description."},"consignee":740,"image_url":164.85,"phone":true} |
TASK repair_structured_output
SPEC
FIELD field_o10 TYPE string REQUIRED yes
FIELD prop_a81 TYPE integer REQUIRED no
FIELD key_i21 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD field_d39.key_g40 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_d39.param_q77 TYPE strin... | {"field_o10":"chr1","key_i21":"maintenance","field_d39":{"key_g40":"high","param_q77":"2023-07-16T13:33:00Z","param_o38":"QC-07","key_r13":"cat_b","col_k26":[{"attr_r55":"New York","val_y20":784.66,"prop_x48":"Maria","attr_l33":710.47,"param_d44":"Maria"}]}} | unquoted_keys | {
"type": "object",
"properties": {
"field_o10": {
"type": "string"
},
"prop_a81": {
"type": "integer"
},
"key_i21": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"field_d39": {
"... | {field_o10:"chr1",key_i21:"maintenance",field_d39:{key_g40:"high",param_q77:"2023-07-16T13:33:00Z",param_o38:"QC-07",key_r13:"cat_b",col_k26:[{attr_r55:"New York",val_y20:784.66,prop_x48:"Maria",attr_l33:710.47,param_d44:"Maria"}]}} | Expecting property name enclosed in double quotes | {"field_o10":"chr1","key_i21":"maintenance","field_d39":{"key_g40":"high","param_q77":"2023-07-16T13:33:00Z","param_o38":"QC-07","key_r13":"cat_b","col_k26":[{"attr_r55":"New York","val_y20":784.66,"prop_x48":"Maria","attr_l33":710.47,"param_d44":"Maria"}]}} |
TASK repair_structured_output
SPEC
FIELD weight TYPE number REQUIRED yes
FIELD latitude TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD active TYPE string REQUIRED yes
BROKEN_OUTPUT
{"weight": "796.68MB", "latitude": "escalated", "active": "hello"} | {"weight":796.68,"latitude":"escalated","active":"hello"} | number_with_unit | {
"type": "object",
"properties": {
"weight": {
"type": "number"
},
"latitude": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"active": {
"type": "string"
}
},
"required": [
"act... | {"weight": "796.68MB", "latitude": "escalated", "active": "hello"} | Field 'weight' must be number, got string with unit | {"weight":796.68,"latitude":"escalated","active":"hello"} |
TASK repair_structured_output
SPEC
FIELD attr_v57 TYPE integer REQUIRED no
FIELD attr_e45.field_w48 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_e45.val_n17 TYPE integer REQUIRED no
FIELD attr_e45.val_a75 TYPE string REQUIRED no
FIELD attr_e45.field_k10 TYPE number REQUIRED ye... | {"attr_v57":784,"attr_e45":{"field_w48":"escalated","val_n17":384,"val_a75":"REV","field_k10":33.08,"attr_l25":"moored","val_u99":292.04},"key_q11":"unstable"} | partial_structure | {
"type": "object",
"properties": {
"attr_v57": {
"type": "integer"
},
"attr_e45": {
"type": "object",
"properties": {
"field_w48": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"esca... | I found that attr_e45 should be {'field_w48': 'escalated', 'val_n17': 384, 'val_a75': 'REV', 'field_k10': 33.08, 'attr_l25': 'moored', 'val_u99': 292.04}. {"attr_v57":784,"attr_e45":{"field_w48":"escalated","val_n17":384,"val_a75":"REV","field_k10":33.08,"attr_l25":"moored","val_u99":292.04},"key_q11":"unstable"} | Output mixes natural language with JSON | {"attr_v57":784,"attr_e45":{"field_w48":"escalated","val_n17":384,"val_a75":"REV","field_k10":33.08,"attr_l25":"moored","val_u99":292.04},"key_q11":"unstable"} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string REQUIRED no
FIELD lane TYPE integer REQUIRED no
FIELD half_life TYPE string REQUIRED no
FIELD tile TYPE number REQUIRED no
FIELD footnote.age TYPE boolean REQUIRED no
FIELD footnote.values TYPE boolean REQUIRED yes
FIELD footnote.isotope TYPE integer REQU... | {"first_name":"2023-12-25","half_life":"2024-06-30","tile":463.9,"build_status":"2025-05-06T06:48:00Z"} | tool_call_partial_args | {
"type": "object",
"properties": {
"first_name": {
"type": "string"
},
"lane": {
"type": "integer"
},
"half_life": {
"type": "string"
},
"tile": {
"type": "number"
},
"footnote": {
"type": "object",
"properties": {
"age": {
"... | Let me check the system.
Action: generate_report
Arguments: {"first_name": "2023-12-25", "half_life": "2024-06-30", "tile": 463.9} | Agent tool call missing required parameter 'build_status' | {"first_name":"2023-12-25","half_life":"2024-06-30","tile":463.9,"build_status":"2025-05-06T06:48:00Z"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.