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 trace_id.city TYPE string VALUES single|married|divorced REQUIRED yes
FIELD trace_id.conductivity TYPE string_date-time REQUIRED yes
FIELD trace_id.consignee TYPE string REQUIRED yes
FIELD trace_id.patient_id TYPE string REQUIRED yes
FIELD pressure_kpa TYPE integer REQUIRED yes... | {"trace_id":{"city":"married","conductivity":"2021-01-04T00:26:00Z","consignee":"Maria","patient_id":"approved"},"pressure_kpa":240,"section":true} | markdown_fences | {
"type": "object",
"properties": {
"trace_id": {
"type": "object",
"properties": {
"city": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"conductivity": {
"type": "string",
... | ```json
{"trace_id":{"city":"married","conductivity":"2021-01-04T00:26:00Z","consignee":"Maria","patient_id":"approved"},"pressure_kpa":240,"section":true}
``` | Output contains markdown code fences | {"trace_id":{"city":"married","conductivity":"2021-01-04T00:26:00Z","consignee":"Maria","patient_id":"approved"},"pressure_kpa":240,"section":true} |
TASK repair_structured_output
SPEC
FIELD val_x84 TYPE integer REQUIRED yes
FIELD key_n63 TYPE string REQUIRED no
FIELD dim_i96[].param_e39 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_i96[].field_y29 TYPE null REQUIRED no
FIELD dim_i96[].param_s33 TYPE string_date-time REQUIRED no
FIELD dim_i96[].prop_f30... | {"val_x84":498,"key_n63":"Alice","key_m96":[{"param_y83":"QC-07","val_e16":206,"col_k69":"PASS","val_r46":604.53},{"param_y83":"approved","col_o86":true,"val_e16":581,"col_k69":"QC-07","val_r46":280.21},{"col_x79":"anchored","param_y83":"demo","col_o86":false,"val_e16":429,"col_k69":"Smith"},{"param_y83":"Hapag-Lloyd-E... | number_with_unit | {
"type": "object",
"properties": {
"val_x84": {
"type": "integer"
},
"key_n63": {
"type": "string"
},
"dim_i96": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_e39": {
"type": "string",
"enum": [
... | {"val_x84": "498px", "key_n63": "Alice", "key_m96": [{"param_y83": "QC-07", "val_e16": 206, "col_k69": "PASS", "val_r46": 604.53}, {"param_y83": "approved", "col_o86": true, "val_e16": 581, "col_k69": "QC-07", "val_r46": 280.21}, {"col_x79": "anchored", "param_y83": "demo", "col_o86": false, "val_e16": 429, "col_k69": ... | Field 'val_x84' must be number, got string with unit | {"val_x84":498,"key_n63":"Alice","key_m96":[{"param_y83":"QC-07","val_e16":206,"col_k69":"PASS","val_r46":604.53},{"param_y83":"approved","col_o86":true,"val_e16":581,"col_k69":"QC-07","val_r46":280.21},{"col_x79":"anchored","param_y83":"demo","col_o86":false,"val_e16":429,"col_k69":"Smith"},{"param_y83":"Hapag-Lloyd-E... |
TASK repair_structured_output
SPEC
FIELD col_l47 TYPE null REQUIRED no
FIELD dim_b62 TYPE boolean REQUIRED yes
FIELD prop_t74 TYPE integer REQUIRED no
BROKEN_OUTPUT
<functioncall> track_vessel
{col_l47: null, dim_b62: true} | {"col_l47":null,"dim_b62":true} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_l47": {
"type": "null"
},
"dim_b62": {
"type": "boolean"
},
"prop_t74": {
"type": "integer"
}
},
"required": [
"dim_b62"
]
} | <functioncall> track_vessel
{col_l47: null, dim_b62: true} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_l47":null,"dim_b62":true} |
TASK repair_structured_output
SPEC
FIELD field_n07 TYPE string_date-time REQUIRED yes
FIELD param_x44 TYPE boolean REQUIRED yes
FIELD col_f26 TYPE boolean REQUIRED yes
FIELD key_j04.param_m80 TYPE string REQUIRED no
FIELD key_j04.val_l12 TYPE string REQUIRED yes
FIELD key_j04.col_l25.attr_x66 TYPE string VALUES free|b... | {"field_n07":"2023-03-22T00:18:00Z","param_x44":true,"col_f26":true,"key_j04":{"param_m80":"Johnson","val_l12":"REV","col_l25":{"attr_x66":"free","param_a30":"moored","key_e55":"closed","val_k30":997.16,"val_l08":"chr1","prop_f88":"RTG-04"},"attr_w37":"qux","param_i45":"2025-10-20T12:14:00Z","key_f82":"hemizygous","key... | markdown_fences | {
"type": "object",
"properties": {
"field_n07": {
"type": "string",
"format": "date-time"
},
"param_x44": {
"type": "boolean"
},
"col_f26": {
"type": "boolean"
},
"key_j04": {
"type": "object",
"properties": {
"param_m80": {
"type": ... | ```json
{"field_n07":"2023-03-22T00:18:00Z","param_x44":true,"col_f26":true,"key_j04":{"param_m80":"Johnson","val_l12":"REV","col_l25":{"attr_x66":"free","param_a30":"moored","key_e55":"closed","val_k30":997.16,"val_l08":"chr1","prop_f88":"RTG-04"},"attr_w37":"qux","param_i45":"2025-10-20T12:14:00Z","key_f82":"hemizygo... | Output contains markdown code fences | {"field_n07":"2023-03-22T00:18:00Z","param_x44":true,"col_f26":true,"key_j04":{"param_m80":"Johnson","val_l12":"REV","col_l25":{"attr_x66":"free","param_a30":"moored","key_e55":"closed","val_k30":997.16,"val_l08":"chr1","prop_f88":"RTG-04"},"attr_w37":"qux","param_i45":"2025-10-20T12:14:00Z","key_f82":"hemizygous","key... |
TASK repair_structured_output
SPEC
FIELD col_m28 TYPE null REQUIRED no
FIELD val_z50 TYPE string REQUIRED no
FIELD field_g94 TYPE string REQUIRED yes
FIELD col_a08 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_z50":"user@domain.com","field_g94":"Hapag-Lloyd-Express","col_a08":548,} | {"val_z50":"user@domain.com","field_g94":"Hapag-Lloyd-Express","col_a08":548} | trailing_comma | {
"type": "object",
"properties": {
"col_m28": {
"type": "null"
},
"val_z50": {
"type": "string"
},
"field_g94": {
"type": "string"
},
"col_a08": {
"type": "integer"
}
},
"required": [
"field_g94"
]
} | {"val_z50":"user@domain.com","field_g94":"Hapag-Lloyd-Express","col_a08":548,} | Unexpected trailing comma | {"val_z50":"user@domain.com","field_g94":"Hapag-Lloyd-Express","col_a08":548} |
TASK repair_structured_output
SPEC
FIELD lane TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD version TYPE string REQUIRED yes
FIELD allele TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD fleet_number.trace_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD fleet_number.... | {"lane":"GBP","version":"Paris","allele":"frameshift","fleet_number":{"trace_id":"BRL","age":"rejected","brake_pressure":"JPY"},"height":false} | agent_chain | {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"version": {
"type": "string"
},
"allele": {
"type": "string",
"enum": [
"synonymous",
"mis... | I need to look up the information first.
Action: book_appointment
Result: {"lane": "GBP", "version": "Paris", "allele": "frameshift", "height": false}
Processing the request now.
Action: schedule_meeting
Result: | Agent multi-step chain with truncated tool output | {"lane":"GBP","version":"Paris","allele":"frameshift","fleet_number":{"trace_id":"BRL","age":"rejected","brake_pressure":"JPY"},"height":false} |
TASK repair_structured_output
SPEC
FIELD val_l00 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_f81 TYPE boolean REQUIRED yes
FIELD param_y42 TYPE integer REQUIRED yes
FIELD attr_v79[] TYPE boolean REQUIRED no
FIELD param_j00[].attr_l94 TYPE string REQUIRED no
FIELD param_j00[].field_d31 TYPE boolea... | {"val_l00":"single","dim_f81":true,"param_y42":265} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_l00": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_f81": {
"type": "boolean"
},
"param_y42": {
"type": "integer"
},
"attr_v79": {
"type": "array",
"items"... | I need to look up the information first.
<tool_call name="update_preferences">
{"val_l00":"single","dim_f81":true,"param_y42":265}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"val_l00":"single","dim_f81":true,"param_y42":265} |
TASK repair_structured_output
SPEC
FIELD department TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD wavelength TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD balance TYPE string VALUES draft|published|archived REQUIRED no
FIELD account_id TYPE integer REQUIRED... | {"department":"escalated","wavelength":"heterozygous","balance":"draft","account_id":707,"transaction_id":"info@test.io"} | tool_call_text_mix | {
"type": "object",
"properties": {
"department": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"wavelength": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hem... | I need to look up the information first.
<tool_call name="query_port_status">
{"department":"escalated","wavelength":"heterozygous","balance":"draft","account_id":707,"transaction_id":"info@test.io"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"department":"escalated","wavelength":"heterozygous","balance":"draft","account_id":707,"transaction_id":"info@test.io"} |
TASK repair_structured_output
SPEC
FIELD width.end_date TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD width.ward TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD width.subject TYPE number REQUIRED yes
FIELD width.price.dosage TYPE string VALUES red|blue|green|black|white REQUIR... | {"width":{"end_date":"type_f","ward":"admin","subject":901.54,"price":{"catalyst":"cat_b"},"diagnosis_code":"type_d","notes":"info@test.io","verified":"pending_review","throttle_pos":"type_b"},"ward":723,"reagent":"https://www.com/data","rating":"Berlin","message":362} | extra_text_before | {
"type": "object",
"properties": {
"width": {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
... | The parsed result is:
{"width":{"end_date":"type_f","ward":"admin","subject":901.54,"price":{"catalyst":"cat_b"},"diagnosis_code":"type_d","notes":"info@test.io","verified":"pending_review","throttle_pos":"type_b"},"ward":723,"reagent":"https://www.com/data","rating":"Berlin","message":362} | Output contains non-JSON text before the object | {"width":{"end_date":"type_f","ward":"admin","subject":901.54,"price":{"catalyst":"cat_b"},"diagnosis_code":"type_d","notes":"info@test.io","verified":"pending_review","throttle_pos":"type_b"},"ward":723,"reagent":"https://www.com/data","rating":"Berlin","message":362} |
TASK repair_structured_output
SPEC
FIELD field_b06 TYPE integer REQUIRED yes
FIELD field_v45 TYPE integer REQUIRED no
FIELD attr_x32.param_l06 TYPE string REQUIRED yes
FIELD attr_x32.prop_v48 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD attr_x32.dim_s82 TYPE string REQUIRED yes
FIELD prop_d11.val_f29.p... | {"field_b06":665,"attr_x32":{"param_l06":"demo","prop_v48":"active","dim_s82":"sample"},"prop_d11":{"val_f29":{"prop_l73":380,"field_a09":75,"val_r54":298,"param_n48":"delivered"},"attr_i11":"sample","val_r42":"pending","key_y81":{"param_k94":"arctic","param_h55":"white","val_l74":"Charlie"},"col_r33":872.43,"col_d55":... | markdown_explanation | {
"type": "object",
"properties": {
"field_b06": {
"type": "integer"
},
"field_v45": {
"type": "integer"
},
"attr_x32": {
"type": "object",
"properties": {
"param_l06": {
"type": "string"
},
"prop_v48": {
"type": "string",
... | Sure, here's the result:
```json
{"field_b06":665,"attr_x32":{"param_l06":"demo","prop_v48":"active","dim_s82":"sample"},"prop_d11":{"val_f29":{"prop_l73":380,"field_a09":75,"val_r54":298,"param_n48":"delivered"},"attr_i11":"sample","val_r42":"pending","key_y81":{"param_k94":"arctic","param_h55":"white","val_l74":"Char... | Output contains markdown and explanatory text around JSON | {"field_b06":665,"attr_x32":{"param_l06":"demo","prop_v48":"active","dim_s82":"sample"},"prop_d11":{"val_f29":{"prop_l73":380,"field_a09":75,"val_r54":298,"param_n48":"delivered"},"attr_i11":"sample","val_r42":"pending","key_y81":{"param_k94":"arctic","param_h55":"white","val_l74":"Charlie"},"col_r33":872.43,"col_d55":... |
TASK repair_structured_output
SPEC
FIELD param_v33 TYPE string REQUIRED no
FIELD dim_d27 TYPE boolean REQUIRED yes
FIELD col_a28 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_p74 TYPE integer REQUIRED no
FIELD col_v52 TYPE string_date-time REQUIRED no
FIELD dim_c48 TYPE string REQUIRED no
FIELD key_h74... | {"param_v33":"Oliveira","dim_d27":true,"col_a28":"viewer","prop_p74":401,"col_v52":"2022-05-01T12:42:00Z","key_h74":25} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_v33": {
"type": "string"
},
"dim_d27": {
"type": "boolean"
},
"col_a28": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_p74": {
"type": "integer"
},
"col_v... | Tool: calculate_price
Params: {"param_v33": "Oliveira", "col_a28": "viewer", "prop_p74": 401, "col_v52": "2022-05-01T12:42:00Z", "key_h74": 25, "dim_d27_new": true} | Agent used wrong parameter name 'dim_d27_new' instead of 'dim_d27' | {"param_v33":"Oliveira","dim_d27":true,"col_a28":"viewer","prop_p74":401,"col_v52":"2022-05-01T12:42:00Z","key_h74":25} |
TASK repair_structured_output
SPEC
FIELD title TYPE boolean REQUIRED no
FIELD tags.type TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD tags.cargo_type.position TYPE integer REQUIRED no
FIELD tags.cargo_type.item_id TYPE boolean REQUIRED no
FIELD tags.cargo_type.invoice_id TYPE integer REQUIRED no
FIELD tag... | {"title":true,"tags":{"type":"email","cargo_type":{"item_id":false,"invoice_id":336,"barcode":true,"hazmat_code":319.65},"count":null,"filter_flag":"warning"},"message":null} | agent_chain | {
"type": "object",
"properties": {
"title": {
"type": "boolean"
},
"tags": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | Let me check the system.
Action: calculate_price
Result: {"title": true, "message": null}
Processing the request now.
Action: verify_hazmat_compliance
Result: | Agent multi-step chain with truncated tool output | {"title":true,"tags":{"type":"email","cargo_type":{"item_id":false,"invoice_id":336,"barcode":true,"hazmat_code":319.65},"count":null,"filter_flag":"warning"},"message":null} |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES single|married|divorced REQUIRED no
FIELD title TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD updated_at TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD label TYPE string_email REQUIRED no
FIELD ph_level TYPE string... | {"version":"married","title":"pending","updated_at":"arctic","label":"user@test.io","ph_level":"foo","role":"pending"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"title": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"updated_at": {
... | Tool: generate_report
Params: {"version": "married", "title": "pending", "updated_at": "arctic", "label": "user@test.io", "ph_level": "foo", "role2": "pending"} | Agent used wrong parameter name 'role2' instead of 'role' | {"version":"married","title":"pending","updated_at":"arctic","label":"user@test.io","ph_level":"foo","role":"pending"} |
TASK repair_structured_output
SPEC
FIELD prop_e06 TYPE integer REQUIRED no
FIELD prop_d50 TYPE string REQUIRED no
FIELD attr_l82 TYPE integer REQUIRED no
FIELD val_u70 TYPE null REQUIRED yes
FIELD field_n76[] TYPE string REQUIRED no
BROKEN_OUTPUT
Sensor output follows:
```json
{"prop_e06":375,"prop_d50":"Smith","val_... | {"prop_e06":375,"prop_d50":"Smith","val_u70":null} | markdown_explanation | {
"type": "object",
"properties": {
"prop_e06": {
"type": "integer"
},
"prop_d50": {
"type": "string"
},
"attr_l82": {
"type": "integer"
},
"val_u70": {
"type": "null"
},
"field_n76": {
"type": "array",
"items": {
"type": "string"
... | Sensor output follows:
```json
{"prop_e06":375,"prop_d50":"Smith","val_u70":null}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"prop_e06":375,"prop_d50":"Smith","val_u70":null} |
TASK repair_structured_output
SPEC
FIELD department TYPE string REQUIRED yes
FIELD coverage TYPE string_date-time REQUIRED yes
FIELD tags TYPE number REQUIRED yes
FIELD amplitude TYPE string REQUIRED no
FIELD age TYPE number REQUIRED yes
BROKEN_OUTPUT
"department":"pending","coverage":"2020-12-10T14:33:00Z","tags":77... | {"department":"pending","coverage":"2020-12-10T14:33:00Z","tags":772.89,"amplitude":"RTG-04","age":88.57} | missing_brace | {
"type": "object",
"properties": {
"department": {
"type": "string"
},
"coverage": {
"type": "string",
"format": "date-time"
},
"tags": {
"type": "number"
},
"amplitude": {
"type": "string"
},
"age": {
"type": "number"
}
},
"required":... | "department":"pending","coverage":"2020-12-10T14:33:00Z","tags":772.89,"amplitude":"RTG-04","age":88.57} | Missing closing brace | {"department":"pending","coverage":"2020-12-10T14:33:00Z","tags":772.89,"amplitude":"RTG-04","age":88.57} |
TASK repair_structured_output
SPEC
FIELD key_d69 TYPE boolean REQUIRED no
FIELD param_l26 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_k30 TYPE string_uri REQUIRED yes
FIELD val_c68 TYPE string REQUIRED yes
FIELD dim_c52 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I've generated the followin... | {"key_d69":true,"param_l26":"in_progress","col_k30":"https://data.org/api","val_c68":"Sao Paulo","dim_c52":630} | markdown_explanation | {
"type": "object",
"properties": {
"key_d69": {
"type": "boolean"
},
"param_l26": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_k30": {
"type": "string",
"format": "uri"
},
"val_c68... | I've generated the following JSON:
```json
{"key_d69":true,"param_l26":"in_progress","col_k30":"https://data.org/api","val_c68":"Sao Paulo","dim_c52":630}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"key_d69":true,"param_l26":"in_progress","col_k30":"https://data.org/api","val_c68":"Sao Paulo","dim_c52":630} |
TASK repair_structured_output
SPEC
FIELD department TYPE string_email REQUIRED no
FIELD longitude TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD bearing.active TYPE string REQUIRED no
FIELD bearing.country TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD bearing.title TYPE bo... | {"department":"test@test.io","longitude":"open","bearing":{"country":"reliable","title":false,"paragraph":["Jane","Alice"]},"filter_flag":{"log_level":"2024-01-15","altitude":"pending","cargo_type":"Oliveira","brake_pressure":false,"format":"Smith","lab_result":"ops@test.io"}} | thought_process | {
"type": "object",
"properties": {
"department": {
"type": "string",
"format": "email"
},
"longitude": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"bearing": {
"type": "object",
"propert... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"department":"test@test.io","longitude":"open","bearing":{"country":"reliable","title":false,"paragraph":["Jane","Alice"]},"filter_flag":{"log_level":"2024-01-15","altitude":"pending","cargo_type":"Oliveira","brake_pressure":false,"f... | Output contains chain-of-thought reasoning before JSON | {"department":"test@test.io","longitude":"open","bearing":{"country":"reliable","title":false,"paragraph":["Jane","Alice"]},"filter_flag":{"log_level":"2024-01-15","altitude":"pending","cargo_type":"Oliveira","brake_pressure":false,"format":"Smith","lab_result":"ops@test.io"}} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string VALUES draft|published|archived REQUIRED no
FIELD wavelength TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD pressure_kpa TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD index TYPE integer REQUIRED yes
FIELD branch TYP... | {"payment_status":"published","wavelength":"inactive","pressure_kpa":"cat_d","index":521,"branch":"type_c"} | extra_text_after | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"wavelength": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"pressure... | {"payment_status":"published","wavelength":"inactive","pressure_kpa":"cat_d","index":521,"branch":"type_c"}
Data logged successfully. | Output contains non-JSON text after the object | {"payment_status":"published","wavelength":"inactive","pressure_kpa":"cat_d","index":521,"branch":"type_c"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string_date-time REQUIRED yes
FIELD build_status TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD product_id[].subject TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD product_id[].visible TYPE string VALUES pending_revie... | {"annotation":"2022-07-23T21:49:00Z","build_status":"reliable","product_id":[{"subject":"anchored","visible":"rejected","length":null,"organism":"https://api.org/v1","total":null,"balance":"escalated","bearing":243.01}]} | truncated_array | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"format": "date-time"
},
"build_status": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"product_id": {
"type": "array",
"items": {
... | {"annotation":"2022-07-23T21:49:00Z","build_status":"reliable","product_id":[{"subject":"anchored","visible":"rejected","length":null,"organism":"https://api.org/v1","total":null,"balance":"escalated","bearing":243.01} | Unexpected end of JSON input — truncated array | {"annotation":"2022-07-23T21:49:00Z","build_status":"reliable","product_id":[{"subject":"anchored","visible":"rejected","length":null,"organism":"https://api.org/v1","total":null,"balance":"escalated","bearing":243.01}]} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD sensor_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD deploy_target TYPE string REQUIRED yes
FIELD branch TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"sensor_id": "operational", ... | {"sensor_id":"operational","deploy_target":"New York","branch":false} | extra_field | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"sensor_id": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"... | {"sensor_id": "operational", "deploy_target": "New York", "branch": false, "extra_info_5336": true} | Unknown field 'extra_info_5336' not defined in schema | {"sensor_id":"operational","deploy_target":"New York","branch":false} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string_uri REQUIRED no
FIELD temp_celsius TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD patient_id TYPE number REQUIRED yes
BROKEN_OUTPUT
{"batch_code":"https://example.com/v1","temp_celsius":"mode_d","patient_id":757.42} | {"batch_code":"https://example.com/v1","temp_celsius":"mode_d","patient_id":757.42} | missing_bracket | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"format": "uri"
},
"temp_celsius": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"patient_id": {
... | {"batch_code":"https://example.com/v1","temp_celsius":"mode_d","patient_id":757.42} | Missing closing bracket | {"batch_code":"https://example.com/v1","temp_celsius":"mode_d","patient_id":757.42} |
TASK repair_structured_output
SPEC
FIELD param_z76 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD attr_d68 TYPE string REQUIRED no
FIELD attr_g12 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD attr_k18 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{'param_z76':'level_1... | {"param_z76":"level_1","attr_g12":"mode_f","attr_k18":false} | single_quotes | {
"type": "object",
"properties": {
"param_z76": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"attr_d68": {
"type": "string"
},
"attr_g12": {
"type": "string",
"enum": [
"mode_a",
... | {'param_z76':'level_1','attr_g12':'mode_f','attr_k18':false} | Expecting property name enclosed in double quotes | {"param_z76":"level_1","attr_g12":"mode_f","attr_k18":false} |
TASK repair_structured_output
SPEC
FIELD val_o73 TYPE string REQUIRED no
FIELD dim_i21 TYPE integer REQUIRED yes
FIELD val_q04 TYPE string REQUIRED yes
FIELD val_x33.val_o48 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_x33.val_h40.val_u66 TYPE string VALUES single|married|divorced R... | {"val_o73":"FWD","dim_i21":955,"val_q04":"Tokyo","val_x33":{"val_h40":{"val_u66":"divorced","key_s10":"PASS","param_c71":"Smith","prop_p03":"Bob"},"key_r91":"A short description."}} | missing_bracket | {
"type": "object",
"properties": {
"val_o73": {
"type": "string"
},
"dim_i21": {
"type": "integer"
},
"val_q04": {
"type": "string"
},
"val_x33": {
"type": "object",
"properties": {
"val_o48": {
"type": "string",
"enum": [
... | {"val_o73":"FWD","dim_i21":955,"val_q04":"Tokyo","val_x33":{"val_h40":{"val_u66":"divorced","key_s10":"PASS","param_c71":"Smith","prop_p03":"Bob"},"key_r91":"A short description."}} | Missing closing bracket | {"val_o73":"FWD","dim_i21":955,"val_q04":"Tokyo","val_x33":{"val_h40":{"val_u66":"divorced","key_s10":"PASS","param_c71":"Smith","prop_p03":"Bob"},"key_r91":"A short description."}} |
TASK repair_structured_output
SPEC
FIELD key_q77 TYPE boolean REQUIRED yes
FIELD param_j31 TYPE string REQUIRED yes
FIELD dim_e97 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD key_q31 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_v81.dim_c07.val_j84 TYPE string_uri ... | {"key_q77":false,"param_j31":"example","key_q31":"divorced","attr_v81":{"param_d77":"cat_a","param_d42":"completed","val_s27":529.9,"dim_j18":868.22,"prop_f71":223.11}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_q77": {
"type": "boolean"
},
"param_j31": {
"type": "string"
},
"dim_e97": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
... | Tool: create_ticket
Params: {"param_j31": "example", "key_q31": "divorced", "attr_v81": {"param_d77": "cat_a", "param_d42": "completed", "val_s27": 529.9, "dim_j18": 868.22, "prop_f71": 223.11}, "key_q77_value": false} | Agent used wrong parameter name 'key_q77_value' instead of 'key_q77' | {"key_q77":false,"param_j31":"example","key_q31":"divorced","attr_v81":{"param_d77":"cat_a","param_d42":"completed","val_s27":529.9,"dim_j18":868.22,"prop_f71":223.11}} |
TASK repair_structured_output
SPEC
FIELD key_s92 TYPE integer REQUIRED yes
FIELD dim_r81.val_h56 TYPE number REQUIRED no
FIELD dim_r81.field_h32 TYPE number REQUIRED no
FIELD dim_r81.val_o40 TYPE integer REQUIRED no
FIELD dim_r81.key_u99 TYPE string REQUIRED no
FIELD dim_r81.col_i70 TYPE string REQUIRED yes
FIELD dim_... | {"key_s92":330,"dim_r81":{"val_o40":237,"key_u99":"Paris","col_i70":"Santos"},"attr_n81":{"dim_y98":"A short description.","val_y24":"married","dim_s62":[{"attr_j73":"medium","key_c98":"critical","field_z95":"sample","attr_e67":false},{"attr_j73":"small","key_c98":"low","field_z95":"Hapag-Lloyd-Express","attr_e67":true... | missing_brace | {
"type": "object",
"properties": {
"key_s92": {
"type": "integer"
},
"dim_r81": {
"type": "object",
"properties": {
"val_h56": {
"type": "number"
},
"field_h32": {
"type": "number"
},
"val_o40": {
"type": "integer"
... | {"key_s92":330,"dim_r81":"val_o40":237,"key_u99":"Paris","col_i70":"Santos"},"attr_n81":{"dim_y98":"A short description.","val_y24":"married","dim_s62":[{"attr_j73":"medium","key_c98":"critical","field_z95":"sample","attr_e67":false},{"attr_j73":"small","key_c98":"low","field_z95":"Hapag-Lloyd-Express","attr_e67":true}... | Missing closing brace | {"key_s92":330,"dim_r81":{"val_o40":237,"key_u99":"Paris","col_i70":"Santos"},"attr_n81":{"dim_y98":"A short description.","val_y24":"married","dim_s62":[{"attr_j73":"medium","key_c98":"critical","field_z95":"sample","attr_e67":false},{"attr_j73":"small","key_c98":"low","field_z95":"Hapag-Lloyd-Express","attr_e67":true... |
TASK repair_structured_output
SPEC
FIELD city TYPE integer REQUIRED no
FIELD total TYPE integer REQUIRED yes
FIELD branch TYPE boolean REQUIRED yes
FIELD description.updated_at TYPE boolean REQUIRED no
FIELD description.decay_rate.nickname TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD description.deca... | {"city":748,"total":60,"branch":false,"description":{"decay_rate":{"nickname":"medium","quality_score":744,"published":"admin","created_at":54,"chromosome":"https://example.com","branch":"Sao Paulo","conductivity":"new"},"type":{"diagnosis_code":"quux","comments":true,"zip_code":"free","date":null,"items":false},"websi... | missing_bracket | {
"type": "object",
"properties": {
"city": {
"type": "integer"
},
"total": {
"type": "integer"
},
"branch": {
"type": "boolean"
},
"description": {
"type": "object",
"properties": {
"updated_at": {
"type": "boolean"
},
"dec... | {"city":748,"total":60,"branch":false,"description":{"decay_rate":{"nickname":"medium","quality_score":744,"published":"admin","created_at":54,"chromosome":"https://example.com","branch":"Sao Paulo","conductivity":"new"},"type":{"diagnosis_code":"quux","comments":true,"zip_code":"free","date":null,"items":false},"websi... | Missing closing bracket | {"city":748,"total":60,"branch":false,"description":{"decay_rate":{"nickname":"medium","quality_score":744,"published":"admin","created_at":54,"chromosome":"https://example.com","branch":"Sao Paulo","conductivity":"new"},"type":{"diagnosis_code":"quux","comments":true,"zip_code":"free","date":null,"items":false},"websi... |
TASK repair_structured_output
SPEC
FIELD chapter TYPE integer REQUIRED yes
FIELD version TYPE number REQUIRED yes
FIELD temp_celsius TYPE boolean REQUIRED yes
BROKEN_OUTPUT
```json
{"chapter":510,"version":209.82,"temp_celsius":false}
``` | {"chapter":510,"version":209.82,"temp_celsius":false} | markdown_fences | {
"type": "object",
"properties": {
"chapter": {
"type": "integer"
},
"version": {
"type": "number"
},
"temp_celsius": {
"type": "boolean"
}
},
"required": [
"version",
"chapter",
"temp_celsius"
]
} | ```json
{"chapter":510,"version":209.82,"temp_celsius":false}
``` | Output contains markdown code fences | {"chapter":510,"version":209.82,"temp_celsius":false} |
TASK repair_structured_output
SPEC
FIELD prop_z27 TYPE string REQUIRED no
FIELD val_e90 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_y05 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_s94 TYPE integer REQUIRED no
FIELD dim_o55 TYPE integer REQUIRED yes
FIELD col_y34 TYPE string REQUIR... | {"prop_z27":"foo","val_e90":"large","field_y05":"USD","dim_o55":849,"col_y34":"FWD","val_u41":"2021-10-07T12:26:00Z"} | null_required | {
"type": "object",
"properties": {
"prop_z27": {
"type": "string"
},
"val_e90": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_y05": {
"type": "string",
"enum": [
"USD",
"EUR",
... | {"prop_z27": "foo", "val_e90": "large", "field_y05": "USD", "dim_o55": null, "col_y34": "FWD", "val_u41": "2021-10-07T12:26:00Z"} | Required field 'dim_o55' is null | {"prop_z27":"foo","val_e90":"large","field_y05":"USD","dim_o55":849,"col_y34":"FWD","val_u41":"2021-10-07T12:26:00Z"} |
TASK repair_structured_output
SPEC
FIELD attr_g81 TYPE boolean REQUIRED no
FIELD attr_h98 TYPE integer REQUIRED yes
FIELD attr_b27[] TYPE null REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
{"attr_g81":true,"attr_h98":452,"attr_b27":[null]} | {"attr_g81":true,"attr_h98":452,"attr_b27":[null]} | extra_text_before | {
"type": "object",
"properties": {
"attr_g81": {
"type": "boolean"
},
"attr_h98": {
"type": "integer"
},
"attr_b27": {
"type": "array",
"items": {
"type": "null"
}
}
},
"required": [
"attr_b27",
"attr_h98"
]
} | Let me provide the data in JSON format:
{"attr_g81":true,"attr_h98":452,"attr_b27":[null]} | Output contains non-JSON text before the object | {"attr_g81":true,"attr_h98":452,"attr_b27":[null]} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string_uri REQUIRED no
FIELD aligned_pct TYPE string REQUIRED yes
FIELD notes TYPE integer REQUIRED yes
FIELD branch TYPE boolean REQUIRED yes
FIELD width.score TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD width.role TYPE string REQUI... | {"berth_slot":"https://data.org/data","aligned_pct":"Alice","notes":663,"branch":false,"width":{"score":"heterozygous","balance":"degraded","username":"Jane"},"catalyst":{"order_id":"maintenance","website":"degraded","freight_class":"https://www.com/api","company":"inactive","label":"xl","aligned_pct":"foo"}} | markdown_fences | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"format": "uri"
},
"aligned_pct": {
"type": "string"
},
"notes": {
"type": "integer"
},
"branch": {
"type": "boolean"
},
"width": {
"type": "object",
"properties": {
... | ```json
{"berth_slot":"https://data.org/data","aligned_pct":"Alice","notes":663,"branch":false,"width":{"score":"heterozygous","balance":"degraded","username":"Jane"},"catalyst":{"order_id":"maintenance","website":"degraded","freight_class":"https://www.com/api","company":"inactive","label":"xl","aligned_pct":"foo"}}
`... | Output contains markdown code fences | {"berth_slot":"https://data.org/data","aligned_pct":"Alice","notes":663,"branch":false,"width":{"score":"heterozygous","balance":"degraded","username":"Jane"},"catalyst":{"order_id":"maintenance","website":"degraded","freight_class":"https://www.com/api","company":"inactive","label":"xl","aligned_pct":"foo"}} |
TASK repair_structured_output
SPEC
FIELD total TYPE number REQUIRED yes
FIELD created_at TYPE string REQUIRED no
FIELD bed_number TYPE boolean REQUIRED yes
FIELD compound TYPE null REQUIRED yes
FIELD tags TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
The output is as follows:
```json
{"total":243.75,"bed_number":fa... | {"total":243.75,"bed_number":false,"compound":null,"tags":"2024-01-14T20:45:00Z"} | markdown_explanation | {
"type": "object",
"properties": {
"total": {
"type": "number"
},
"created_at": {
"type": "string"
},
"bed_number": {
"type": "boolean"
},
"compound": {
"type": "null"
},
"tags": {
"type": "string",
"format": "date-time"
}
},
"required... | The output is as follows:
```json
{"total":243.75,"bed_number":false,"compound":null,"tags":"2024-01-14T20:45:00Z"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"total":243.75,"bed_number":false,"compound":null,"tags":"2024-01-14T20:45:00Z"} |
TASK repair_structured_output
SPEC
FIELD dim_v25 TYPE integer REQUIRED no
FIELD attr_b20 TYPE null REQUIRED no
FIELD col_x14 TYPE number REQUIRED no
FIELD field_p12 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"dim_v25": 445, "attr_b20": null, "col_x14": "643.41cm", "field_p12": false} | {"dim_v25":445,"attr_b20":null,"col_x14":643.41,"field_p12":false} | number_with_unit | {
"type": "object",
"properties": {
"dim_v25": {
"type": "integer"
},
"attr_b20": {
"type": "null"
},
"col_x14": {
"type": "number"
},
"field_p12": {
"type": "boolean"
}
},
"required": [
"field_p12"
]
} | {"dim_v25": 445, "attr_b20": null, "col_x14": "643.41cm", "field_p12": false} | Field 'col_x14' must be number, got string with unit | {"dim_v25":445,"attr_b20":null,"col_x14":643.41,"field_p12":false} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string_email REQUIRED yes
FIELD total TYPE integer REQUIRED no
FIELD invoice_id TYPE null REQUIRED yes
FIELD tax.insurance_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD tax.wavelength TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD ta... | {"shipper_ref":"test@test.io","total":192,"invoice_id":null,"tax":{"insurance_id":"divorced","wavelength":"editor","username":"pro","discount":"admin@domain.org","tile":522,"branch":"editor"},"thumbnail":null,"crew_id":"ops@test.io","footnote":743} | unquoted_keys | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"format": "email"
},
"total": {
"type": "integer"
},
"invoice_id": {
"type": "null"
},
"tax": {
"type": "object",
"properties": {
"insurance_id": {
"type": "string... | {shipper_ref:"test@test.io",total:192,invoice_id:null,tax:{insurance_id:"divorced",wavelength:"editor",username:"pro",discount:"admin@domain.org",tile:522,branch:"editor"},thumbnail:null,crew_id:"ops@test.io",footnote:743} | Expecting property name enclosed in double quotes | {"shipper_ref":"test@test.io","total":192,"invoice_id":null,"tax":{"insurance_id":"divorced","wavelength":"editor","username":"pro","discount":"admin@domain.org","tile":522,"branch":"editor"},"thumbnail":null,"crew_id":"ops@test.io","footnote":743} |
TASK repair_structured_output
SPEC
FIELD width TYPE string REQUIRED yes
FIELD annotation TYPE string VALUES active|inactive|pending REQUIRED no
FIELD lane.tile TYPE number REQUIRED yes
FIELD lane.priority TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD lane.brake_pressure.status TYPE stri... | {"width":"FWD","lane":{"tile":13.74,"priority":"nonsense","brake_pressure":{"status":"https://api.com/v1","torque_output":754,"end_date":597.26,"organism":false,"phenotype":["ops@domain.org","ops@domain.org"],"salinity":["quux","REV","John","London"]}},"credit_score":"open","role":null} | null_required | {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"annotation": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"lane": {
"type": "object",
"properties": {
"tile": {
"type": "number"... | {"width": null, "lane": {"tile": 13.74, "priority": "nonsense", "brake_pressure": {"status": "https://api.com/v1", "torque_output": 754, "end_date": 597.26, "organism": false, "phenotype": ["ops@domain.org", "ops@domain.org"], "salinity": ["quux", "REV", "John", "London"]}}, "credit_score": "open", "role": null} | Required field 'width' is null | {"width":"FWD","lane":{"tile":13.74,"priority":"nonsense","brake_pressure":{"status":"https://api.com/v1","torque_output":754,"end_date":597.26,"organism":false,"phenotype":["ops@domain.org","ops@domain.org"],"salinity":["quux","REV","John","London"]}},"credit_score":"open","role":null} |
TASK repair_structured_output
SPEC
FIELD ward TYPE boolean REQUIRED yes
FIELD branch.salinity TYPE string VALUES draft|published|archived REQUIRED yes
FIELD branch.language TYPE string REQUIRED no
FIELD branch.filter_flag TYPE integer REQUIRED no
FIELD branch.bill_of_lading TYPE boolean REQUIRED yes
FIELD branch.heigh... | {"ward":true,"branch":{"salinity":"archived","language":"world","filter_flag":954,"bill_of_lading":true,"decay_rate":"editor","longitude":"option_a"},"reagent":"Tokyo"} | wrong_type | {
"type": "object",
"properties": {
"ward": {
"type": "boolean"
},
"branch": {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"la... | {"ward": "\"yes\"", "branch": {"salinity": "archived", "language": "world", "filter_flag": 954, "bill_of_lading": true, "decay_rate": "editor", "longitude": "option_a"}, "reagent": "Tokyo"} | Field 'ward' must be boolean, got string | {"ward":true,"branch":{"salinity":"archived","language":"world","filter_flag":954,"bill_of_lading":true,"decay_rate":"editor","longitude":"option_a"},"reagent":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD prop_j63.key_g58 TYPE integer REQUIRED no
FIELD prop_j63.val_u61.key_j56 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD prop_j63.val_u61.attr_r15 TYPE string_date-time REQUIRED no
FIELD prop_j63.val_u61.key_j57 TYPE string REQUIRED no
FIELD prop_j63.prop_k43 TYPE boole... | {"prop_j63":{"key_g58":825,"val_u61":{"key_j56":"cat_c","attr_r15":"2026-07-18T09:17:00Z"},"prop_k43":false,"attr_h24":"mode_e","val_d04":"RTG-04","key_i70":568.97},"dim_r95":"REV","col_i40":"archived"} | truncated_array | {
"type": "object",
"properties": {
"prop_j63": {
"type": "object",
"properties": {
"key_g58": {
"type": "integer"
},
"val_u61": {
"type": "object",
"properties": {
"key_j56": {
"type": "string",
"enum": [
... | {"prop_j63":{"key_g58":825,"val_u61":{"key_j56":"cat_c","attr_r15":"2026-07-18T09:17:00Z"},"prop_k43":false,"attr_h24":"mode_e","val_d04":"RTG-04","key_i70":568.97},"dim_r95":"REV","col_i40":"archived" | Unexpected end of JSON input — truncated object | {"prop_j63":{"key_g58":825,"val_u61":{"key_j56":"cat_c","attr_r15":"2026-07-18T09:17:00Z"},"prop_k43":false,"attr_h24":"mode_e","val_d04":"RTG-04","key_i70":568.97},"dim_r95":"REV","col_i40":"archived"} |
TASK repair_structured_output
SPEC
FIELD field_k13 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD attr_y93 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_y62 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD col_r74 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
The col... | {"field_k13":"published","col_y62":"married"} | partial_structure | {
"type": "object",
"properties": {
"field_k13": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"attr_y93": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_y62"... | The col_y62 is married and {"field_k13":"published","col_y62":"married"} | Output mixes natural language with JSON | {"field_k13":"published","col_y62":"married"} |
TASK repair_structured_output
SPEC
FIELD col_d72 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD val_x17 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD val_q50 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD dim_b35 TYPE string REQU... | {"col_d72":"type_b","val_x17":"type_d","val_q50":"level_4","dim_b35":"world"} | trailing_comma | {
"type": "object",
"properties": {
"col_d72": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"val_x17": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | {"col_d72":"type_b","val_x17":"type_d","val_q50":"level_4","dim_b35":"world",} | Unexpected trailing comma | {"col_d72":"type_b","val_x17":"type_d","val_q50":"level_4","dim_b35":"world"} |
TASK repair_structured_output
SPEC
FIELD val_q90 TYPE number REQUIRED no
FIELD val_o01 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_b34 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_r46 TYPE string REQUIRED no
FIELD val_n84[].key_i26 TYPE string VALUES single|married|divor... | {"val_q90":841.26,"field_b34":"reliable","col_r46":"approved","val_n84":[{"key_a60":"success","dim_q02":"heterozygous","prop_d75":"active","param_v14":"2025-04-07T00:39:00Z"},{"key_i26":"divorced","key_a60":"success","dim_q02":"heterozygous","prop_d75":"inactive","param_v14":"2023-04-12T01:56:00Z"},{"key_i26":"divorced... | extra_text_before | {
"type": "object",
"properties": {
"val_q90": {
"type": "number"
},
"val_o01": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_b34": {
"type": "string",
"enum": [
"reliable",
"unstable... | I've generated the following JSON:
{"val_q90":841.26,"field_b34":"reliable","col_r46":"approved","val_n84":[{"key_a60":"success","dim_q02":"heterozygous","prop_d75":"active","param_v14":"2025-04-07T00:39:00Z"},{"key_i26":"divorced","key_a60":"success","dim_q02":"heterozygous","prop_d75":"inactive","param_v14":"2023-04-... | Output contains non-JSON text before the object | {"val_q90":841.26,"field_b34":"reliable","col_r46":"approved","val_n84":[{"key_a60":"success","dim_q02":"heterozygous","prop_d75":"active","param_v14":"2025-04-07T00:39:00Z"},{"key_i26":"divorced","key_a60":"success","dim_q02":"heterozygous","prop_d75":"inactive","param_v14":"2023-04-12T01:56:00Z"},{"key_i26":"divorced... |
TASK repair_structured_output
SPEC
FIELD param_e48 TYPE integer REQUIRED yes
FIELD val_s12 TYPE null REQUIRED yes
FIELD attr_f63 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"param_e48": "471ms", "val_s12": null, "attr_f63": false} | {"param_e48":471,"val_s12":null,"attr_f63":false} | number_with_unit | {
"type": "object",
"properties": {
"param_e48": {
"type": "integer"
},
"val_s12": {
"type": "null"
},
"attr_f63": {
"type": "boolean"
}
},
"required": [
"val_s12",
"param_e48",
"attr_f63"
]
} | {"param_e48": "471ms", "val_s12": null, "attr_f63": false} | Field 'param_e48' must be number, got string with unit | {"param_e48":471,"val_s12":null,"attr_f63":false} |
TASK repair_structured_output
SPEC
FIELD col_f80.col_l25 TYPE number REQUIRED no
FIELD col_f80.prop_f07 TYPE integer REQUIRED no
FIELD col_f80.field_i54 TYPE string REQUIRED no
FIELD col_f80.val_p96 TYPE string REQUIRED no
FIELD col_f80.prop_o87[].attr_b95 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED ye... | {"col_f80":{"prop_f07":817,"field_i54":"Luis","prop_o87":[{"attr_b95":"level_3","field_r58":"type_c","attr_q40":"2023-10-24T15:32:00Z","dim_w27":269},{"attr_b95":"level_1","field_r58":"type_a","attr_q40":"2024-01-24T21:32:00Z","dim_w27":597},{"attr_b95":"level_2","field_r58":"type_a","attr_q40":"2021-10-18T10:50:00Z","... | missing_required | {
"type": "object",
"properties": {
"col_f80": {
"type": "object",
"properties": {
"col_l25": {
"type": "number"
},
"prop_f07": {
"type": "integer"
},
"field_i54": {
"type": "string"
},
"val_p96": {
"type... | {"col_f80": {"prop_f07": 817, "field_i54": "Luis", "prop_o87": [{"attr_b95": "level_3", "field_r58": "type_c", "attr_q40": "2023-10-24T15:32:00Z", "dim_w27": 269}, {"attr_b95": "level_1", "field_r58": "type_a", "attr_q40": "2024-01-24T21:32:00Z", "dim_w27": 597}, {"attr_b95": "level_2", "field_r58": "type_a", "attr_q40... | Required field 'key_b65' is missing | {"col_f80":{"prop_f07":817,"field_i54":"Luis","prop_o87":[{"attr_b95":"level_3","field_r58":"type_c","attr_q40":"2023-10-24T15:32:00Z","dim_w27":269},{"attr_b95":"level_1","field_r58":"type_a","attr_q40":"2024-01-24T21:32:00Z","dim_w27":597},{"attr_b95":"level_2","field_r58":"type_a","attr_q40":"2021-10-18T10:50:00Z","... |
TASK repair_structured_output
SPEC
FIELD dim_r95 TYPE string REQUIRED no
FIELD val_k95 TYPE integer REQUIRED yes
FIELD col_c15.dim_n30 TYPE string_email REQUIRED yes
FIELD col_c15.field_e03 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_c15.dim_w70 TYPE number REQUIRED no
FIELD col_c15.field_v65.val_i40 TYPE s... | {"dim_r95":"test@example.com","val_k95":1,"col_c15":{"dim_n30":"admin@test.io","field_e03":"type_b","dim_w70":781.47,"field_v65":{"val_i40":"https://data.org/api","field_y60":"This is a test value.","prop_x64":["level_5","level_2","level_3","level_5"]},"key_i31":"level_1"}} | thought_process | {
"type": "object",
"properties": {
"dim_r95": {
"type": "string"
},
"val_k95": {
"type": "integer"
},
"col_c15": {
"type": "object",
"properties": {
"dim_n30": {
"type": "string",
"format": "email"
},
"field_e03": {
"... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"dim_r95":"test@example.com","val_k95":1,"col_c15":{"dim_n30":"admin@test.io","field_e03":"type_b","dim_w70":781.47,"field_v65":{"val_i40":"https://data.org/api","field_y60":"This is a test value.","prop_x64":["level_5","lev... | Output contains chain-of-thought reasoning before JSON | {"dim_r95":"test@example.com","val_k95":1,"col_c15":{"dim_n30":"admin@test.io","field_e03":"type_b","dim_w70":781.47,"field_v65":{"val_i40":"https://data.org/api","field_y60":"This is a test value.","prop_x64":["level_5","level_2","level_3","level_5"]},"key_i31":"level_1"}} |
TASK repair_structured_output
SPEC
FIELD prop_j72 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_y71 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD dim_e82 TYPE boolean REQUIRED no
FIELD dim_t02 TYPE string REQUIRED yes
FIELD prop_y44 TYPE string REQUIRED no
FIELD col_i21 TYPE nu... | {"prop_j72":"EUR","key_y71":"in_transit","dim_t02":"FWD","prop_y44":"RTG-04","col_i21":566.43,"prop_l55":"foo","prop_q20":{"prop_h31":{"val_j81":"in_progress","field_x10":"USD","val_l84":"rejected","field_e13":"user@domain.org"},"dim_e78":"returned","key_z66":false,"field_z97":null}} | missing_required | {
"type": "object",
"properties": {
"prop_j72": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_y71": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"... | {"prop_j72": "EUR", "key_y71": "in_transit", "prop_y44": "RTG-04", "col_i21": 566.43, "prop_l55": "foo", "prop_q20": {"prop_h31": {"val_j81": "in_progress", "field_x10": "USD", "val_l84": "rejected", "field_e13": "user@domain.org"}, "dim_e78": "returned", "key_z66": false, "field_z97": null}} | Required field 'dim_t02' is missing | {"prop_j72":"EUR","key_y71":"in_transit","dim_t02":"FWD","prop_y44":"RTG-04","col_i21":566.43,"prop_l55":"foo","prop_q20":{"prop_h31":{"val_j81":"in_progress","field_x10":"USD","val_l84":"rejected","field_e13":"user@domain.org"},"dim_e78":"returned","key_z66":false,"field_z97":null}} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string REQUIRED no
FIELD brake_pressure TYPE null REQUIRED no
FIELD features TYPE string VALUES success|error|warning|info REQUIRED no
FIELD footnote TYPE string REQUIRED yes
FIELD run_id TYPE string REQUIRED yes
FIELD status_code TYPE string REQUIRED no
BROKEN_OU... | {"isotope":"2024-01-15","brake_pressure":null,"footnote":"approved","run_id":"Charlie","status_code":"PASS"} | missing_bracket | {
"type": "object",
"properties": {
"isotope": {
"type": "string"
},
"brake_pressure": {
"type": "null"
},
"features": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"footnote": {
"type": "strin... | {"isotope":"2024-01-15","brake_pressure":null,"footnote":"approved","run_id":"Charlie","status_code":"PASS"} | Missing closing bracket | {"isotope":"2024-01-15","brake_pressure":null,"footnote":"approved","run_id":"Charlie","status_code":"PASS"} |
TASK repair_structured_output
SPEC
FIELD dim_o56 TYPE integer REQUIRED no
FIELD col_v09 TYPE null REQUIRED no
FIELD col_x60[] TYPE string REQUIRED yes
FIELD col_i52[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"dim_o56":62,"col_v09":null,"col_x60":["Paris","Bob","completed"],"col_i52":false,false,true]} | {"dim_o56":62,"col_v09":null,"col_x60":["Paris","Bob","completed"],"col_i52":[false,false,true]} | missing_bracket | {
"type": "object",
"properties": {
"dim_o56": {
"type": "integer"
},
"col_v09": {
"type": "null"
},
"col_x60": {
"type": "array",
"items": {
"type": "string"
}
},
"col_i52": {
"type": "array",
"items": {
"type": "boolean"
}... | {"dim_o56":62,"col_v09":null,"col_x60":["Paris","Bob","completed"],"col_i52":false,false,true]} | Missing closing bracket | {"dim_o56":62,"col_v09":null,"col_x60":["Paris","Bob","completed"],"col_i52":[false,false,true]} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string REQUIRED no
FIELD id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD tax.repository TYPE string REQUIRED no
FIELD tax.values TYPE boolean REQUIRED no
FIELD tax.description TYPE string REQUIRED no
FIELD tax.account_id.cargo_type TYPE... | {"last_name":"pending","id":"in_transit","tax":{"repository":"London","values":false,"description":"Santos","account_id":{"cargo_type":"https://example.com","item_id":829.48,"frequency_hz":"active"},"amplitude":"2025-01-03T23:06:00Z","temp_celsius":"QC-07"},"bill_of_lading":"https://www.com/api","enabled":"arctic","all... | thought_process | {
"type": "object",
"properties": {
"last_name": {
"type": "string"
},
"id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"tax": {
"type": "object",
"properties": {
"repository": {
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"last_name":"pending","id":"in_transit","tax":{"repository":"London","values":false,"description":"Santos","account_id":{"cargo_type":"https://example.com","item_id":829.48,"frequency_hz":"active"},"amplit... | Output contains chain-of-thought reasoning before JSON | {"last_name":"pending","id":"in_transit","tax":{"repository":"London","values":false,"description":"Santos","account_id":{"cargo_type":"https://example.com","item_id":829.48,"frequency_hz":"active"},"amplitude":"2025-01-03T23:06:00Z","temp_celsius":"QC-07"},"bill_of_lading":"https://www.com/api","enabled":"arctic","all... |
TASK repair_structured_output
SPEC
FIELD salinity TYPE number REQUIRED no
FIELD type TYPE string REQUIRED no
FIELD umi.type TYPE string VALUES single|married|divorced REQUIRED yes
FIELD umi.length TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD umi.gene_id TYPE string REQUIRED no
FIELD duration... | {"salinity":252.44,"type":"quux","umi":{"type":"divorced"},"duration_ms":"REV","lab_result":80} | trailing_comma | {
"type": "object",
"properties": {
"salinity": {
"type": "number"
},
"type": {
"type": "string"
},
"umi": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"single",
"married",
"divor... | {"salinity":252.44,"type":"quux","umi":{"type":"divorced"},"duration_ms":"REV","lab_result":80,} | Unexpected trailing comma | {"salinity":252.44,"type":"quux","umi":{"type":"divorced"},"duration_ms":"REV","lab_result":80} |
TASK repair_structured_output
SPEC
FIELD key_g50 TYPE string REQUIRED no
FIELD prop_r45 TYPE integer REQUIRED no
FIELD dim_t94 TYPE integer REQUIRED yes
FIELD key_g66 TYPE boolean REQUIRED yes
FIELD dim_y90 TYPE integer REQUIRED no
FIELD attr_r60 TYPE null REQUIRED no
FIELD attr_e51 TYPE string VALUES small|medium|lar... | {"key_g50":"This is a test value.","dim_t94":370,"key_g66":true,"dim_y90":634,"attr_e51":"medium","dim_n41":true} | single_quotes | {
"type": "object",
"properties": {
"key_g50": {
"type": "string"
},
"prop_r45": {
"type": "integer"
},
"dim_t94": {
"type": "integer"
},
"key_g66": {
"type": "boolean"
},
"dim_y90": {
"type": "integer"
},
"attr_r60": {
"type": "null"
... | {'key_g50':'This is a test value.','dim_t94':370,'key_g66':true,'dim_y90':634,'attr_e51':'medium','dim_n41':true} | Expecting property name enclosed in double quotes | {"key_g50":"This is a test value.","dim_t94":370,"key_g66":true,"dim_y90":634,"attr_e51":"medium","dim_n41":true} |
TASK repair_structured_output
SPEC
FIELD options TYPE string REQUIRED no
FIELD interest_rate TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD role TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD allele TYPE string VALUES level_1|level_2|level_3 REQUIRED no
BROKEN_OUTPUT
{"interest... | {"interest_rate":"delivered","role":"cat_c","allele":"level_3"} | missing_bracket | {
"type": "object",
"properties": {
"options": {
"type": "string"
},
"interest_rate": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"role": {
"type": "string",
"enum": [
"cat_a",
... | {"interest_rate":"delivered","role":"cat_c","allele":"level_3"} | Missing closing bracket | {"interest_rate":"delivered","role":"cat_c","allele":"level_3"} |
TASK repair_structured_output
SPEC
FIELD prop_v10.val_d08 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_v10.key_q42 TYPE string REQUIRED no
FIELD prop_v10.param_k83 TYPE integer REQUIRED no
FIELD field_i07 TYPE integer REQUIRED yes
FIELD param_q61 TYPE string VALUES new|in_transit|delivered|retur... | {"prop_v10":{"val_d08":"critical","key_q42":"chr1"},"field_i07":369,"param_q61":"in_transit","prop_l08":"2024-08-19T08:53:00Z","key_w60":{"prop_k92":"https://api.com/v1","param_j23":115},"attr_e90":"inactive","val_a13":574} | trailing_comma | {
"type": "object",
"properties": {
"prop_v10": {
"type": "object",
"properties": {
"val_d08": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_q42": {
"type": "... | {"prop_v10":{"val_d08":"critical","key_q42":"chr1",},"field_i07":369,"param_q61":"in_transit","prop_l08":"2024-08-19T08:53:00Z","key_w60":{"prop_k92":"https://api.com/v1","param_j23":115},"attr_e90":"inactive","val_a13":574} | Unexpected trailing comma | {"prop_v10":{"val_d08":"critical","key_q42":"chr1"},"field_i07":369,"param_q61":"in_transit","prop_l08":"2024-08-19T08:53:00Z","key_w60":{"prop_k92":"https://api.com/v1","param_j23":115},"attr_e90":"inactive","val_a13":574} |
TASK repair_structured_output
SPEC
FIELD param_i58 TYPE null REQUIRED no
FIELD dim_j17 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD key_i47 TYPE integer REQUIRED no
FIELD dim_v93 TYPE string REQUIRED no
FIELD col_e70 TYPE integer REQUIRED no
FIELD dim_d03 TYPE string REQUIRED no
FIELD attr_... | {"param_i58":null,"dim_j17":"option_b","key_i47":882,"dim_v93":"user@domain.com","dim_d03":"Tokyo","attr_u80":null} | number_with_unit | {
"type": "object",
"properties": {
"param_i58": {
"type": "null"
},
"dim_j17": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"key_i47": {
"type": "integer"
},
"dim_v93": {
"type": "st... | {"param_i58": null, "dim_j17": "option_b", "key_i47": "882%", "dim_v93": "user@domain.com", "dim_d03": "Tokyo", "attr_u80": null} | Field 'key_i47' must be number, got string with unit | {"param_i58":null,"dim_j17":"option_b","key_i47":882,"dim_v93":"user@domain.com","dim_d03":"Tokyo","attr_u80":null} |
TASK repair_structured_output
SPEC
FIELD dim_u03 TYPE string_date-time REQUIRED yes
FIELD val_p31 TYPE string_email REQUIRED yes
FIELD dim_l72[].param_v15 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD dim_l72[].prop_a09 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD dim_l72[].key... | {"dim_u03":"2022-03-24T14:19:00Z","val_p31":"test@test.io"} | truncated_object | {
"type": "object",
"properties": {
"dim_u03": {
"type": "string",
"format": "date-time"
},
"val_p31": {
"type": "string",
"format": "email"
},
"dim_l72": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_v15": {
... | {"dim_u03":"2022-03-24T14:19:00Z","val_p31":"test@test.io" | Unexpected end of JSON input — truncated object | {"dim_u03":"2022-03-24T14:19:00Z","val_p31":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD feedback TYPE string VALUES active|inactive|pending REQUIRED no
FIELD hazmat_code TYPE string REQUIRED no
FIELD quality_score TYPE string REQUIRED yes
FIELD medication TYPE string VALUES c... | {"lab_result":"mode_a","feedback":"active","hazmat_code":"New York","quality_score":"Jane","medication":"cat_a","repository":177,"thumbnail":171.3} | trailing_comma | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"feedback": {
"type": "string",
"enum": [
"active",
"inactive",
... | {"lab_result":"mode_a","feedback":"active","hazmat_code":"New York","quality_score":"Jane","medication":"cat_a","repository":177,"thumbnail":171.3,} | Unexpected trailing comma | {"lab_result":"mode_a","feedback":"active","hazmat_code":"New York","quality_score":"Jane","medication":"cat_a","repository":177,"thumbnail":171.3} |
TASK repair_structured_output
SPEC
FIELD attr_t66.dim_i64 TYPE integer REQUIRED yes
FIELD attr_t66.attr_p21 TYPE number REQUIRED yes
FIELD attr_t66.dim_u54.attr_y66 TYPE string REQUIRED yes
FIELD attr_t66.dim_u54.val_o74 TYPE null REQUIRED yes
FIELD attr_t66.dim_u54.field_p03 TYPE integer REQUIRED no
FIELD attr_t66.di... | {"attr_t66":{"dim_i64":195,"attr_p21":21.47,"dim_u54":{"attr_y66":"bar","val_o74":null,"field_p03":541,"col_p64":"approved"},"col_q56":true,"key_v58":"confirmed","col_t25":"Paris","dim_m12":625.37},"dim_p45":"Paris","field_f64":"Hapag-Lloyd-Express","val_e61":"Bob","key_i84":null} | truncated_object | {
"type": "object",
"properties": {
"attr_t66": {
"type": "object",
"properties": {
"dim_i64": {
"type": "integer"
},
"attr_p21": {
"type": "number"
},
"dim_u54": {
"type": "object",
"properties": {
"attr_y66... | {"attr_t66":{"dim_i64":195,"attr_p21":21.47,"dim_u54":{"attr_y66":"bar","val_o74":null,"field_p03":541,"col_p64":"approved"},"col_q56":true,"key_v58":"confirmed","col_t25":"Paris","dim_m12":625.37},"dim_p45":"Paris","field_f64":"Hapag-Lloyd-Express","val_e61":"Bob","key_i84":null | Unexpected end of JSON input — truncated object | {"attr_t66":{"dim_i64":195,"attr_p21":21.47,"dim_u54":{"attr_y66":"bar","val_o74":null,"field_p03":541,"col_p64":"approved"},"col_q56":true,"key_v58":"confirmed","col_t25":"Paris","dim_m12":625.37},"dim_p45":"Paris","field_f64":"Hapag-Lloyd-Express","val_e61":"Bob","key_i84":null} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD start_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD total TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD maturity_date TYPE string REQUIRED yes
BROKEN_OUTPUT
{"sh... | {"shipping":"mode_a","start_date":"oceanic","total":"cat_a","maturity_date":"https://example.com"} | missing_brace | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"start_date": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"total": {
"ty... | {"shipping":"mode_a","start_date":"oceanic","total":"cat_a","maturity_date":"https://example.com" | Missing closing brace | {"shipping":"mode_a","start_date":"oceanic","total":"cat_a","maturity_date":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string REQUIRED yes
FIELD label.build_status TYPE boolean REQUIRED yes
FIELD label.notes TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD label.quality_score TYPE number REQUIRED yes
FIELD notes TYPE number REQUIRED yes
FIELD section TYPE integ... | {"commit_hash":"active","label":{"build_status":true,"notes":"type_c","quality_score":440.59},"notes":188.67,"section":363,"organism":905,"due_date":"level_1","wavelength":"type_e"} | missing_bracket | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
},
"label": {
"type": "object",
"properties": {
"build_status": {
"type": "boolean"
},
"notes": {
"type": "string",
"enum": [
"type_a",
"t... | {"commit_hash":"active","label":{"build_status":true,"notes":"type_c","quality_score":440.59},"notes":188.67,"section":363,"organism":905,"due_date":"level_1","wavelength":"type_e"} | Missing closing bracket | {"commit_hash":"active","label":{"build_status":true,"notes":"type_c","quality_score":440.59},"notes":188.67,"section":363,"organism":905,"due_date":"level_1","wavelength":"type_e"} |
TASK repair_structured_output
SPEC
FIELD prop_h43 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_z13 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_y83 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD field_z56 TYPE number REQUIRE... | {"prop_h43":"published","field_y83":"mode_f","field_z56":578.79,"attr_j36":654,"val_w99":"level_1","prop_q61":"Berlin"} | extra_field | {
"type": "object",
"properties": {
"prop_h43": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_z13": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
... | {"prop_h43": "published", "field_y83": "mode_f", "field_z56": 578.79, "attr_j36": 654, "val_w99": "level_1", "prop_q61": "Berlin", "extra_data_7856": true} | Unknown field 'extra_data_7856' not defined in schema | {"prop_h43":"published","field_y83":"mode_f","field_z56":578.79,"attr_j36":654,"val_w99":"level_1","prop_q61":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string REQUIRED yes
FIELD reagent TYPE integer REQUIRED no
FIELD priority TYPE number REQUIRED yes
BROKEN_OUTPUT
{"freight_class": null, "priority": 410.31} | {"freight_class":"test","priority":410.31} | null_required | {
"type": "object",
"properties": {
"freight_class": {
"type": "string"
},
"reagent": {
"type": "integer"
},
"priority": {
"type": "number"
}
},
"required": [
"freight_class",
"priority"
]
} | {"freight_class": null, "priority": 410.31} | Required field 'freight_class' is null | {"freight_class":"test","priority":410.31} |
TASK repair_structured_output
SPEC
FIELD field_j47 TYPE string_uri REQUIRED yes
FIELD dim_f21 TYPE string_email REQUIRED yes
FIELD field_z12 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"field_j47":"https://data.com/data","dim_f21":"ops@example.com","field_z12":true | {"field_j47":"https://data.com/data","dim_f21":"ops@example.com","field_z12":true} | missing_brace | {
"type": "object",
"properties": {
"field_j47": {
"type": "string",
"format": "uri"
},
"dim_f21": {
"type": "string",
"format": "email"
},
"field_z12": {
"type": "boolean"
}
},
"required": [
"dim_f21",
"field_z12",
"field_j47"
]
} | {"field_j47":"https://data.com/data","dim_f21":"ops@example.com","field_z12":true | Missing closing brace | {"field_j47":"https://data.com/data","dim_f21":"ops@example.com","field_z12":true} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string_uri REQUIRED no
FIELD level TYPE string REQUIRED no
FIELD timezone TYPE boolean REQUIRED no
FIELD department.count TYPE boolean REQUIRED no
FIELD department.city TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD department.gene_id TYPE string REQUI... | {"subject":"https://api.org/data","timezone":true,"payment_status":"green","gene_id":"2023-12-25","url":466} | partial_structure | {
"type": "object",
"properties": {
"subject": {
"type": "string",
"format": "uri"
},
"level": {
"type": "string"
},
"timezone": {
"type": "boolean"
},
"department": {
"type": "object",
"properties": {
"count": {
"type": "boolean"
... | Based on the data, subject is https://api.org/data. {"subject":"https://api.org/data","timezone":true,"payment_status":"green","gene_id":"2023-12-25","url":466} | Output mixes natural language with JSON | {"subject":"https://api.org/data","timezone":true,"payment_status":"green","gene_id":"2023-12-25","url":466} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD humidity_pct TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD tile TYPE string REQUIRED no
FIELD span_id TYPE null REQUIRED no
FIELD berth_slot TYPE null REQUIRED yes
BROKEN_O... | {"humidity_pct":"heterozygous","berth_slot":null} | single_quotes | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"humidity_pct": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | {'humidity_pct':'heterozygous','berth_slot':null} | Expecting property name enclosed in double quotes | {"humidity_pct":"heterozygous","berth_slot":null} |
TASK repair_structured_output
SPEC
FIELD field_n43 TYPE string_date-time REQUIRED no
FIELD field_s74 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_q44 TYPE integer REQUIRED yes
FIELD val_j66 TYPE null REQUIRED yes
FIELD val_v95[].key_y29 TYPE string REQUIRED no
FIELD val_v95[].dim_... | {"attr_q44":55,"val_j66":null} | trailing_comma | {
"type": "object",
"properties": {
"field_n43": {
"type": "string",
"format": "date-time"
},
"field_s74": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_q44": {
"type": "integer"
... | {"attr_q44":55,"val_j66":null,} | Unexpected trailing comma | {"attr_q44":55,"val_j66":null} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string REQUIRED yes
FIELD item_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD vessel_name TYPE integer REQUIRED no
FIELD company TYPE string REQUIRED yes
BROKEN_OUTPUT
The parsed result is:
```json
{"paragraph":"Bob","item_i... | {"paragraph":"Bob","item_id":"escalated","vessel_name":196,"company":"Tokyo"} | markdown_explanation | {
"type": "object",
"properties": {
"paragraph": {
"type": "string"
},
"item_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"vessel_name": {
"type": "integer"
},
"company": {
... | The parsed result is:
```json
{"paragraph":"Bob","item_id":"escalated","vessel_name":196,"company":"Tokyo"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"paragraph":"Bob","item_id":"escalated","vessel_name":196,"company":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD col_q07 TYPE string_date-time REQUIRED no
FIELD field_w05.param_y81 TYPE boolean REQUIRED no
FIELD field_w05.prop_x73 TYPE string REQUIRED no
FIELD field_w05.field_k06[] TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_w05.prop_i02[] TYPE string REQUIRED yes... | {"col_q07":"2021-10-25T16:42:00Z","field_w05":{"param_y81":false,"prop_x73":"Oliveira","field_k06":["free","enterprise","basic","basic"],"prop_i02":["active","user@domain.com","Alice"]},"val_w81":616.14,"col_t50":864.66,"key_n96":992} | single_quotes | {
"type": "object",
"properties": {
"col_q07": {
"type": "string",
"format": "date-time"
},
"field_w05": {
"type": "object",
"properties": {
"param_y81": {
"type": "boolean"
},
"prop_x73": {
"type": "string"
},
"field_k0... | {'col_q07':'2021-10-25T16:42:00Z','field_w05':{'param_y81':false,'prop_x73':'Oliveira','field_k06':['free','enterprise','basic','basic'],'prop_i02':['active','user@domain.com','Alice']},'val_w81':616.14,'col_t50':864.66,'key_n96':992} | Expecting property name enclosed in double quotes | {"col_q07":"2021-10-25T16:42:00Z","field_w05":{"param_y81":false,"prop_x73":"Oliveira","field_k06":["free","enterprise","basic","basic"],"prop_i02":["active","user@domain.com","Alice"]},"val_w81":616.14,"col_t50":864.66,"key_n96":992} |
TASK repair_structured_output
SPEC
FIELD dim_c96 TYPE null REQUIRED no
FIELD col_i91 TYPE string REQUIRED no
FIELD attr_f26 TYPE null REQUIRED no
FIELD dim_m21 TYPE string_uri REQUIRED no
FIELD val_m96 TYPE boolean REQUIRED yes
FIELD val_d11 TYPE boolean REQUIRED no
FIELD val_d81.attr_e42 TYPE boolean REQUIRED yes
FIE... | {"attr_f26":null,"dim_m21":"https://api.org/api","val_m96":true,"val_d11":false,"val_d81":{"attr_e42":true,"val_d98":"type_a","dim_d76":{"attr_t83":"pending","dim_k68":"mode_c","key_l89":"ops@test.io","col_q65":"intermittent","col_o78":"free"},"attr_x90":{"val_o89":"level_2","attr_a20":"https://www.com/api","attr_y55":... | missing_bracket | {
"type": "object",
"properties": {
"dim_c96": {
"type": "null"
},
"col_i91": {
"type": "string"
},
"attr_f26": {
"type": "null"
},
"dim_m21": {
"type": "string",
"format": "uri"
},
"val_m96": {
"type": "boolean"
},
"val_d11": {
"... | {"attr_f26":null,"dim_m21":"https://api.org/api","val_m96":true,"val_d11":false,"val_d81":{"attr_e42":true,"val_d98":"type_a","dim_d76":{"attr_t83":"pending","dim_k68":"mode_c","key_l89":"ops@test.io","col_q65":"intermittent","col_o78":"free"},"attr_x90":{"val_o89":"level_2","attr_a20":"https://www.com/api","attr_y55":... | Missing closing bracket | {"attr_f26":null,"dim_m21":"https://api.org/api","val_m96":true,"val_d11":false,"val_d81":{"attr_e42":true,"val_d98":"type_a","dim_d76":{"attr_t83":"pending","dim_k68":"mode_c","key_l89":"ops@test.io","col_q65":"intermittent","col_o78":"free"},"attr_x90":{"val_o89":"level_2","attr_a20":"https://www.com/api","attr_y55":... |
TASK repair_structured_output
SPEC
FIELD attr_r99 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD field_e75 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_b36 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_r50 TYPE integer REQUIRED yes
FIELD param_e28 TYPE boolea... | {"attr_r99":"mode_d","field_e75":"push","param_b36":"email","val_r50":220,"param_e28":false,"col_f27":"Tokyo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_r99": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"field_e75": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"p... | Let me check the system.
Action: send_email
Arguments: {"attr_r99": "mode_d", "field_e75": "push", "param_b36": "email", "val_r50": 220, "param_e28": false} | Agent tool call missing required parameter 'col_f27' | {"attr_r99":"mode_d","field_e75":"push","param_b36":"email","val_r50":220,"param_e28":false,"col_f27":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD voltage TYPE string REQUIRED yes
FIELD timezone TYPE integer REQUIRED yes
FIELD country TYPE string REQUIRED no
FIELD payment_status[].gene_id TYPE string VALUES small|medium|large|xl REQUIRED ... | {"dissolved_oxygen":"reliable","voltage":"https://example.com","timezone":338,"country":"chr1","payment_status":[{"gene_id":"small","altitude":false,"items":290.79,"shipper_ref":106.97},{"gene_id":"small","altitude":false,"items":426.07,"shipper_ref":349.84},{"altitude":false,"shipper_ref":194.37},{"altitude":false,"it... | tool_call_python_syntax | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"voltage": {
"type": "string"
},
"timezone": {
"type": "integer"
},
"country": {
"type": "string"
... | queue_sequencing_run(dissolved_oxygen='reliable', voltage='https://example.com', timezone=338, country='chr1', payment_status=[{'gene_id': 'small', 'altitude': False, 'items': 290.79, 'shipper_ref': 106.97}, {'gene_id': 'small', 'altitude': False, 'items': 426.07, 'shipper_ref': 349.84}, {'altitude': False, 'shipper_re... | Tool call uses Python syntax instead of JSON | {"dissolved_oxygen":"reliable","voltage":"https://example.com","timezone":338,"country":"chr1","payment_status":[{"gene_id":"small","altitude":false,"items":290.79,"shipper_ref":106.97},{"gene_id":"small","altitude":false,"items":426.07,"shipper_ref":349.84},{"altitude":false,"shipper_ref":194.37},{"altitude":false,"it... |
TASK repair_structured_output
SPEC
FIELD param_x08 TYPE boolean REQUIRED no
FIELD dim_n85 TYPE number REQUIRED no
FIELD prop_v01 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_x09.param_z55 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_x09.col_i91 TYPE string VALUES ... | {"dim_n85":499.82,"prop_v01":"unstable","col_x09":{"param_z55":"coastal","dim_q51":321,"attr_x74":"test@domain.org"}} | extra_text_before | {
"type": "object",
"properties": {
"param_x08": {
"type": "boolean"
},
"dim_n85": {
"type": "number"
},
"prop_v01": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_x09": {
"type": "object",
... | Based on your request, here is the data:
{"dim_n85":499.82,"prop_v01":"unstable","col_x09":{"param_z55":"coastal","dim_q51":321,"attr_x74":"test@domain.org"}} | Output contains non-JSON text before the object | {"dim_n85":499.82,"prop_v01":"unstable","col_x09":{"param_z55":"coastal","dim_q51":321,"attr_x74":"test@domain.org"}} |
TASK repair_structured_output
SPEC
FIELD val_f70 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_l72 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD param_w10 TYPE integer REQUIRED no
FIELD attr_o48 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD dim_h51 TYPE str... | {"val_f70":"coastal","key_l72":"cat_e","param_w10":281,"dim_h51":"2022-02-03T09:08:00Z"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_f70": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"key_l72": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"c... | Tool: assign_berth
Params: {"val_f70": "coastal", "key_l72": "cat_e", "dim_h51": "2022-02-03T09:08:00Z", "param_w10_id": 281} | Agent used wrong parameter name 'param_w10_id' instead of 'param_w10' | {"val_f70":"coastal","key_l72":"cat_e","param_w10":281,"dim_h51":"2022-02-03T09:08:00Z"} |
TASK repair_structured_output
SPEC
FIELD param_u79 TYPE string REQUIRED no
FIELD attr_d06 TYPE integer REQUIRED no
FIELD key_t28 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_j18 TYPE number REQUIRED no
FIELD field_i06 TYPE null REQUIRED yes
FIELD attr_r08 TYPE string VALUES level_1|level_2|level_3 REQUIRED n... | {"param_u79":"Sao Paulo","key_t28":"type_b","col_j18":6.77,"field_i06":null,"attr_r08":"level_2","val_k31":{"prop_f48":409,"col_q63":328,"field_s74":{"val_k88":"open","param_a54":"Jane","param_f64":"chr1","col_o21":"arctic","col_b41":"small","param_d98":"https://www.io/data"},"key_a52":{"col_f51":"baz","field_p39":"sma... | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_u79": {
"type": "string"
},
"attr_d06": {
"type": "integer"
},
"key_t28": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"col_j18": {
"type": "number"
},
"field_i06": {
"ty... | calculate_price(param_u79='Sao Paulo', key_t28='type_b', col_j18=6.77, field_i06=None, attr_r08='level_2', val_k31={'prop_f48': 409, 'col_q63': 328, 'field_s74': {'val_k88': 'open', 'param_a54': 'Jane', 'param_f64': 'chr1', 'col_o21': 'arctic', 'col_b41': 'small', 'param_d98': 'https://www.io/data'}, 'key_a52': {'col_f... | Tool call uses Python syntax instead of JSON | {"param_u79":"Sao Paulo","key_t28":"type_b","col_j18":6.77,"field_i06":null,"attr_r08":"level_2","val_k31":{"prop_f48":409,"col_q63":328,"field_s74":{"val_k88":"open","param_a54":"Jane","param_f64":"chr1","col_o21":"arctic","col_b41":"small","param_d98":"https://www.io/data"},"key_a52":{"col_f51":"baz","field_p39":"sma... |
TASK repair_structured_output
SPEC
FIELD ward TYPE integer REQUIRED no
FIELD footnote TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD image_url TYPE integer REQUIRED yes
FIELD umi TYPE string REQUIRED yes
FIELD label TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD... | {"ward":495,"footnote":"type_b","image_url":420,"umi":"QC-07","label":"type_f","balance":"MV-Evergreen-01","due_date":{"format":"world","quality_score":"2023-07-10T05:59:00Z","gene_id":[{"version":"example","total":false,"current_draw":false,"medication":"2020-01-18T18:39:00Z"}]}} | number_with_unit | {
"type": "object",
"properties": {
"ward": {
"type": "integer"
},
"footnote": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"image_url": {
"type": "integer"
},
"umi": {
"typ... | {"ward": "495kg", "footnote": "type_b", "image_url": 420, "umi": "QC-07", "label": "type_f", "balance": "MV-Evergreen-01", "due_date": {"format": "world", "quality_score": "2023-07-10T05:59:00Z", "gene_id": [{"version": "example", "total": false, "current_draw": false, "medication": "2020-01-18T18:39:00Z"}]}} | Field 'ward' must be number, got string with unit | {"ward":495,"footnote":"type_b","image_url":420,"umi":"QC-07","label":"type_f","balance":"MV-Evergreen-01","due_date":{"format":"world","quality_score":"2023-07-10T05:59:00Z","gene_id":[{"version":"example","total":false,"current_draw":false,"medication":"2020-01-18T18:39:00Z"}]}} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD loan_amount TYPE number REQUIRED no
FIELD company TYPE string REQUIRED no
FIELD color TYPE string REQUIRED yes
FIELD url[].torque_output TYPE string_email REQUIRED no
FIELD url[].notes TYPE string REQU... | {"shipping":"cat_b","loan_amount":621.08,"company":"Luis","color":"Diana","url":[{"torque_output":"test@example.com","bed_number":341.99},{"notes":"chr1","bed_number":635.24},{"bed_number":884.73}]} | wrong_type | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"loan_amount": {
"type": "number"
},
"company": {
"type": "string"
},
"color": {
"typ... | {"shipping": "cat_b", "loan_amount": "\"621.08\"", "company": "Luis", "color": "Diana", "url": [{"torque_output": "test@example.com", "bed_number": 341.99}, {"notes": "chr1", "bed_number": 635.24}, {"bed_number": 884.73}]} | Field 'loan_amount' must be number, got string | {"shipping":"cat_b","loan_amount":621.08,"company":"Luis","color":"Diana","url":[{"torque_output":"test@example.com","bed_number":341.99},{"notes":"chr1","bed_number":635.24},{"bed_number":884.73}]} |
TASK repair_structured_output
SPEC
FIELD dim_b08 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD param_v03 TYPE number REQUIRED no
FIELD key_g42.col_e24 TYPE null REQUIRED yes
FIELD key_g42.param_w95 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_g42.key_b24 TYPE integer REQUIRED no
FIELD key_g42.... | {"dim_b08":"level_2","param_v03":471.2,"key_g42":{"col_e24":null,"param_w95":"sms","key_b24":998,"col_c67":"Diana"},"field_a87":{"param_p15":"basic","key_e32":"level_1","field_d12":806,"prop_c86":{"val_a49":"mode_a","prop_c16":"level_1","dim_v33":30.99,"attr_a36":"draft"},"col_v18":591,"key_e60":false}} | null_required | {
"type": "object",
"properties": {
"dim_b08": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_v03": {
"type": "number"
},
"key_g42": {
"type": "object",
"properties": {
"col_e24": {
"type": "null"
},
... | {"dim_b08": "level_2", "param_v03": 471.2, "key_g42": {"col_e24": null, "param_w95": "sms", "key_b24": 998, "col_c67": "Diana"}, "field_a87": null} | Required field 'field_a87' is null | {"dim_b08":"level_2","param_v03":471.2,"key_g42":{"col_e24":null,"param_w95":"sms","key_b24":998,"col_c67":"Diana"},"field_a87":{"param_p15":"basic","key_e32":"level_1","field_d12":806,"prop_c86":{"val_a49":"mode_a","prop_c16":"level_1","dim_v33":30.99,"attr_a36":"draft"},"col_v18":591,"key_e60":false}} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE string VALUES active|inactive|pending REQUIRED no
FIELD duration_ms TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD ph_level TYPE number REQUIRED yes
FIELD velocity[] TYPE integer REQUIRED no
FIELD filter_flag[] TYPE string VALUES free|basic|pro|... | {"fleet_number":"active","duration_ms":"inactive","ph_level":596.22,"velocity":[527,331,551,753],"filter_flag":["pro","free"]} | number_with_unit | {
"type": "object",
"properties": {
"fleet_number": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"duration_ms": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"ph_level":... | {"fleet_number": "active", "duration_ms": "inactive", "ph_level": "596.22MB", "velocity": [527, 331, 551, 753], "filter_flag": ["pro", "free"]} | Field 'ph_level' must be number, got string with unit | {"fleet_number":"active","duration_ms":"inactive","ph_level":596.22,"velocity":[527,331,551,753],"filter_flag":["pro","free"]} |
TASK repair_structured_output
SPEC
FIELD field_i68 TYPE string_date-time REQUIRED yes
FIELD key_k07 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD col_h32 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD prop_n93 TYPE integer REQUIRED no
FIELD dim_a77.val_o00.val_y01 TYPE integer REQUIRED no
FIELD dim_a7... | {"field_i68":"2021-01-10T02:16:00Z","col_h32":"type_a"} | extra_text_after | {
"type": "object",
"properties": {
"field_i68": {
"type": "string",
"format": "date-time"
},
"key_k07": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"col_h32": {
"type": "string",
"enum": [
"type_a",
... | {"field_i68":"2021-01-10T02:16:00Z","col_h32":"type_a"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"field_i68":"2021-01-10T02:16:00Z","col_h32":"type_a"} |
TASK repair_structured_output
SPEC
FIELD val_o30 TYPE string REQUIRED no
FIELD val_q29 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD val_c68 TYPE boolean REQUIRED yes
FIELD dim_p22 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"val_q29":"level_2","val_c68":true,"dim_p22":233.86} | {"val_q29":"level_2","val_c68":true,"dim_p22":233.86} | missing_bracket | {
"type": "object",
"properties": {
"val_o30": {
"type": "string"
},
"val_q29": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"val_c68": {
"type": "boolean"
},
"dim_p22": {
"type": "number"
}
},
"req... | {"val_q29":"level_2","val_c68":true,"dim_p22":233.86} | Missing closing bracket | {"val_q29":"level_2","val_c68":true,"dim_p22":233.86} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE integer REQUIRED no
FIELD username TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD comments TYPE string REQUIRED yes
BROKEN_OUTPUT
{"crew_id": 183, "username": "level_2", "comments": "PASS", "extra_field_2520": true} | {"crew_id":183,"username":"level_2","comments":"PASS"} | extra_field | {
"type": "object",
"properties": {
"crew_id": {
"type": "integer"
},
"username": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"comments": {
"type": "string"
}
},
"required":... | {"crew_id": 183, "username": "level_2", "comments": "PASS", "extra_field_2520": true} | Unknown field 'extra_field_2520' not defined in schema | {"crew_id":183,"username":"level_2","comments":"PASS"} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string REQUIRED yes
FIELD bearing TYPE null REQUIRED no
FIELD port_code TYPE number REQUIRED yes
FIELD full_name TYPE integer REQUIRED no
FIELD level TYPE null REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call name="align_reads">
{"torque_outp... | {"torque_output":"baz","bearing":null,"port_code":504.43} | tool_call_text_mix | {
"type": "object",
"properties": {
"torque_output": {
"type": "string"
},
"bearing": {
"type": "null"
},
"port_code": {
"type": "number"
},
"full_name": {
"type": "integer"
},
"level": {
"type": "null"
}
},
"required": [
"torque_output",... | Processing the request now.
<tool_call name="align_reads">
{"torque_output":"baz","bearing":null,"port_code":504.43}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"torque_output":"baz","bearing":null,"port_code":504.43} |
TASK repair_structured_output
SPEC
FIELD val_b49.key_p14 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD val_b49.val_c16 TYPE integer REQUIRED no
FIELD val_b49.key_f11 TYPE number REQUIRED yes
FIELD val_b49.param_k41 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD val_b49.pa... | {"val_b49":{"key_f11":863.6,"param_k41":"cat_a","param_a25":"operational"},"param_e77":"Smith","field_t33":348,"param_v27":null,"prop_c70":"in_transit","key_h98":"test@example.com","col_l18":"chr1","key_x62":"inactive"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_b49": {
"type": "object",
"properties": {
"key_p14": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"val_c16... | Tool: filter_variants
Params: {"val_b49": {"key_f11": 863.6, "param_k41": "cat_a", "param_a25": "operational"}, "param_e77": "Smith", "field_t33": 348, "param_v27": null, "key_h98": "test@example.com", "col_l18": "chr1", "key_x62": "inactive", "prop_c702": "in_transit"} | Agent used wrong parameter name 'prop_c702' instead of 'prop_c70' | {"val_b49":{"key_f11":863.6,"param_k41":"cat_a","param_a25":"operational"},"param_e77":"Smith","field_t33":348,"param_v27":null,"prop_c70":"in_transit","key_h98":"test@example.com","col_l18":"chr1","key_x62":"inactive"} |
TASK repair_structured_output
SPEC
FIELD title TYPE string_uri REQUIRED no
FIELD label TYPE string VALUES active|inactive|pending REQUIRED no
FIELD position TYPE string_date-time REQUIRED no
FIELD ward TYPE string REQUIRED no
FIELD shipper_ref TYPE integer REQUIRED yes
FIELD message TYPE string REQUIRED yes
FIELD span... | {"title":"https://example.org/data","label":"pending","position":"2024-12-11T04:41:00Z","ward":"Smith","shipper_ref":533,"message":"Silva","span_id":false} | date_format_error | {
"type": "object",
"properties": {
"title": {
"type": "string",
"format": "uri"
},
"label": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"position": {
"type": "string",
"format": "date-time"
},
"ward... | {"title": "https://example.org/data", "label": "pending", "position": "2024-12-11", "ward": "Smith", "shipper_ref": 533, "message": "Silva", "span_id": false} | Field 'position' has invalid date format | {"title":"https://example.org/data","label":"pending","position":"2024-12-11T04:41:00Z","ward":"Smith","shipper_ref":533,"message":"Silva","span_id":false} |
TASK repair_structured_output
SPEC
FIELD attr_b82 TYPE number REQUIRED no
FIELD val_u57 TYPE boolean REQUIRED no
FIELD dim_j26 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_c52 TYPE string REQUIRED yes
FIELD col_y81 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_g... | {"attr_b82":116.89,"val_u57":false,"col_c52":"test","col_y81":"underway"} | extra_text_before | {
"type": "object",
"properties": {
"attr_b82": {
"type": "number"
},
"val_u57": {
"type": "boolean"
},
"dim_j26": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"col_c52": {
"type": "stri... | Sensor output follows:
{"attr_b82":116.89,"val_u57":false,"col_c52":"test","col_y81":"underway"} | Output contains non-JSON text before the object | {"attr_b82":116.89,"val_u57":false,"col_c52":"test","col_y81":"underway"} |
TASK repair_structured_output
SPEC
FIELD key_d62 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_g47 TYPE string_uri REQUIRED yes
FIELD val_i11 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"key_d62":"USD","dim_g47":"https://data.com/data","val_i11":"https://data.com/v1" | {"key_d62":"USD","dim_g47":"https://data.com/data","val_i11":"https://data.com/v1"} | truncated_array | {
"type": "object",
"properties": {
"key_d62": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_g47": {
"type": "string",
"format": "uri"
},
"val_i11": {
"type": "string",
"format": "uri"
... | {"key_d62":"USD","dim_g47":"https://data.com/data","val_i11":"https://data.com/v1" | Unexpected end of JSON input — truncated object | {"key_d62":"USD","dim_g47":"https://data.com/data","val_i11":"https://data.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_y23 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_w87 TYPE number REQUIRED no
FIELD val_n74.val_e67 TYPE string REQUIRED yes
FIELD val_n74.attr_e00 TYPE boolean REQUIRED no
FIELD val_n74.val_p11 TYPE string REQUIRED yes
FIELD val_n74.dim_s95 TYPE integer ... | {"prop_y23":"push","prop_w87":438.45,"val_n74":{"val_e67":"https://example.com","attr_e00":false,"val_p11":"Luis","dim_s95":999},"param_z36":"USD","param_a69":"example"} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_y23": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_w87": {
"type": "number"
},
"val_n74": {
"type": "object",
"properties": {
"val_e67": {
"... | I'll query our database.
<tool_call name="calculate_docking_fee">
{"prop_y23":"push","prop_w87":438.45,"val_n74":{"val_e67":"https://example.com","attr_e00":false,"val_p11":"Luis","dim_s95":999},"param_z36":"USD","param_a69":"example"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"prop_y23":"push","prop_w87":438.45,"val_n74":{"val_e67":"https://example.com","attr_e00":false,"val_p11":"Luis","dim_s95":999},"param_z36":"USD","param_a69":"example"} |
TASK repair_structured_output
SPEC
FIELD col_u13 TYPE string REQUIRED yes
FIELD dim_n90 TYPE string REQUIRED yes
FIELD val_g64 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"col_u13": null, "dim_n90": "quux", "val_g64": "pending"} | {"col_u13":"test@example.com","dim_n90":"quux","val_g64":"pending"} | null_required | {
"type": "object",
"properties": {
"col_u13": {
"type": "string"
},
"dim_n90": {
"type": "string"
},
"val_g64": {
"type": "string"
}
},
"required": [
"col_u13",
"dim_n90",
"val_g64"
]
} | {"col_u13": null, "dim_n90": "quux", "val_g64": "pending"} | Required field 'col_u13' is null | {"col_u13":"test@example.com","dim_n90":"quux","val_g64":"pending"} |
TASK repair_structured_output
SPEC
FIELD prop_c27 TYPE string_email REQUIRED yes
FIELD prop_k51 TYPE null REQUIRED yes
FIELD prop_x73.field_f60 TYPE boolean REQUIRED no
FIELD prop_x73.dim_t62 TYPE string REQUIRED no
FIELD prop_x73.dim_q09 TYPE string_email REQUIRED no
FIELD prop_x73.val_y14 TYPE integer REQUIRED no
FI... | {"prop_c27":"admin@test.io","prop_k51":null,"prop_x73":{"field_f60":true,"dim_t62":"baz","dim_q09":"ops@example.com","key_w05":239}} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_c27": {
"type": "string",
"format": "email"
},
"prop_k51": {
"type": "null"
},
"prop_x73": {
"type": "object",
"properties": {
"field_f60": {
"type": "boolean"
},
"dim_t62": {
"typ... | <functioncall> track_vessel
{prop_c27: "admin@test.io", prop_k51: null, prop_x73: {field_f60: true, dim_t62: "baz", dim_q09: "ops@example.com", key_w05: 239}} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_c27":"admin@test.io","prop_k51":null,"prop_x73":{"field_f60":true,"dim_t62":"baz","dim_q09":"ops@example.com","key_w05":239}} |
TASK repair_structured_output
SPEC
FIELD prop_x16.val_d00 TYPE string REQUIRED no
FIELD prop_x16.col_f69 TYPE string REQUIRED yes
FIELD prop_x16.key_j18 TYPE string REQUIRED no
FIELD prop_x16.field_w78 TYPE string REQUIRED no
FIELD prop_x16.dim_z23 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIEL... | {"prop_x16":{"val_d00":"world","col_f69":"test","key_j18":"Jane","dim_z23":"heterozygous","val_d97":"cat_c"},"val_d02":{"dim_f34":"single","param_t18":"option_f","val_e47":"https://example.com"},"field_g11":58,"dim_a78":"Jane"} | extra_field | {
"type": "object",
"properties": {
"prop_x16": {
"type": "object",
"properties": {
"val_d00": {
"type": "string"
},
"col_f69": {
"type": "string"
},
"key_j18": {
"type": "string"
},
"field_w78": {
"type"... | {"prop_x16": {"val_d00": "world", "col_f69": "test", "key_j18": "Jane", "dim_z23": "heterozygous", "val_d97": "cat_c"}, "val_d02": {"dim_f34": "single", "param_t18": "option_f", "val_e47": "https://example.com"}, "field_g11": 58, "dim_a78": "Jane", "extra_value_2625": 42} | Unknown field 'extra_value_2625' not defined in schema | {"prop_x16":{"val_d00":"world","col_f69":"test","key_j18":"Jane","dim_z23":"heterozygous","val_d97":"cat_c"},"val_d02":{"dim_f34":"single","param_t18":"option_f","val_e47":"https://example.com"},"field_g11":58,"dim_a78":"Jane"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string REQUIRED no
FIELD maturity_date TYPE number REQUIRED no
FIELD run_id.created_at TYPE boolean REQUIRED no
FIELD run_id.collateral TYPE integer REQUIRED yes
FIELD run_id.insurance_id TYPE number REQUIRED yes
FIELD run_id.total.values TYPE number REQUIRED yes... | {"longitude":"Luis","maturity_date":39.9,"run_id":{"created_at":false,"collateral":187,"insurance_id":85.71,"ward":"sample","address":868,"description":"2024-01-15"},"published":{"current_draw":"PASS","invoice_id":110,"shipping":{"shipping":"level_4","shipper_ref":"type_b","bill_of_lading":"type_a"}},"footnote":"https:... | extra_text_before | {
"type": "object",
"properties": {
"longitude": {
"type": "string"
},
"maturity_date": {
"type": "number"
},
"run_id": {
"type": "object",
"properties": {
"created_at": {
"type": "boolean"
},
"collateral": {
"type": "integer"
... | The parsed result is:
{"longitude":"Luis","maturity_date":39.9,"run_id":{"created_at":false,"collateral":187,"insurance_id":85.71,"ward":"sample","address":868,"description":"2024-01-15"},"published":{"current_draw":"PASS","invoice_id":110,"shipping":{"shipping":"level_4","shipper_ref":"type_b","bill_of_lading":"type_a... | Output contains non-JSON text before the object | {"longitude":"Luis","maturity_date":39.9,"run_id":{"created_at":false,"collateral":187,"insurance_id":85.71,"ward":"sample","address":868,"description":"2024-01-15"},"published":{"current_draw":"PASS","invoice_id":110,"shipping":{"shipping":"level_4","shipper_ref":"type_b","bill_of_lading":"type_a"}},"footnote":"https:... |
TASK repair_structured_output
SPEC
FIELD prop_l87 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD dim_d74 TYPE string REQUIRED no
FIELD field_p15 TYPE number REQUIRED yes
FIELD dim_c18 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD dim_p02 TYPE string REQUIRED no
BROKEN_OUTPUT
apply_discount(p... | {"prop_l87":"cat_a","dim_d74":"GRCh38","field_p15":827.25,"dim_c18":"level_1"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_l87": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"dim_d74": {
"type": "string"
},
"field_p15": {
"type": "number"
},
"dim_c18": {
"type": "string",
"enum": [
"level_1",
... | apply_discount(prop_l87='cat_a', dim_d74='GRCh38', field_p15=827.25, dim_c18='level_1') | Tool call uses Python syntax instead of JSON | {"prop_l87":"cat_a","dim_d74":"GRCh38","field_p15":827.25,"dim_c18":"level_1"} |
TASK repair_structured_output
SPEC
FIELD val_x94 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_i97 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_d57 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_l14 TYPE number REQUIRED no
F... | {"val_x94":"inland","param_i97":"reliable","field_d57":"escalated","prop_f35":771.53,"dim_h95":false,"param_o72":{"val_i74":91,"field_n86":685,"dim_o22":"blue","val_y49":455.07,"attr_w40":"2023-03-28T03:18:00Z"},"dim_f25":true} | partial_structure | {
"type": "object",
"properties": {
"val_x94": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_i97": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}... | Result: dim_h95=False, {"val_x94":"inland","param_i97":"reliable","field_d57":"escalated","prop_f35":771.53,"dim_h95":false,"param_o72":{"val_i74":91,"field_n86":685,"dim_o22":"blue","val_y49":455.07,"attr_w40":"2023-03-28T03:18:00Z"},"dim_f25":true} | Output mixes natural language with JSON | {"val_x94":"inland","param_i97":"reliable","field_d57":"escalated","prop_f35":771.53,"dim_h95":false,"param_o72":{"val_i74":91,"field_n86":685,"dim_o22":"blue","val_y49":455.07,"attr_w40":"2023-03-28T03:18:00Z"},"dim_f25":true} |
TASK repair_structured_output
SPEC
FIELD color TYPE null REQUIRED yes
FIELD price TYPE boolean REQUIRED no
FIELD chromosome TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"color":null,"price":true,"chromosome":"Smith"}
``` | {"color":null,"price":true,"chromosome":"Smith"} | markdown_fences | {
"type": "object",
"properties": {
"color": {
"type": "null"
},
"price": {
"type": "boolean"
},
"chromosome": {
"type": "string"
}
},
"required": [
"color"
]
} | ```json
{"color":null,"price":true,"chromosome":"Smith"}
``` | Output contains markdown code fences | {"color":null,"price":true,"chromosome":"Smith"} |
TASK repair_structured_output
SPEC
FIELD param_j25 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD param_n58 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_p28 TYPE string REQUIRED no
FIELD attr_z42 TYPE number REQUIRED no
FIELD col_a22 TYPE number REQUIRED no
FIELD dim_b71... | {"param_n58":"pro","attr_z42":528.84,"col_a22":230.69,"dim_b71":159,"col_x70":"level_1","key_p84":"inactive"} | missing_brace | {
"type": "object",
"properties": {
"param_j25": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"param_n58": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"e... | {"param_n58":"pro","attr_z42":528.84,"col_a22":230.69,"dim_b71":159,"col_x70":"level_1","key_p84":"inactive" | Missing closing brace | {"param_n58":"pro","attr_z42":528.84,"col_a22":230.69,"dim_b71":159,"col_x70":"level_1","key_p84":"inactive"} |
TASK repair_structured_output
SPEC
FIELD key_k06 TYPE integer REQUIRED no
FIELD prop_u45 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD dim_i51 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD val_d99 TYPE integer REQUIRED no
FIELD key_b50.col_b08 TYPE integer REQUIRED yes
FIELD key_b50.col_t09 TY... | {"prop_u45":"type_b","dim_i51":"EUR","val_d99":284} | markdown_explanation | {
"type": "object",
"properties": {
"key_k06": {
"type": "integer"
},
"prop_u45": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"dim_i51": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | Based on your request, here is the data:
```json
{"prop_u45":"type_b","dim_i51":"EUR","val_d99":284}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"prop_u45":"type_b","dim_i51":"EUR","val_d99":284} |
TASK repair_structured_output
SPEC
FIELD val_p33 TYPE string REQUIRED yes
FIELD param_b90 TYPE integer REQUIRED no
FIELD attr_n82 TYPE null REQUIRED no
FIELD dim_p72 TYPE boolean REQUIRED no
FIELD val_d82 TYPE string VALUES mode_a|mode_b REQUIRED yes
BROKEN_OUTPUT
{"val_p33":"test","param_b90":135,"attr_n82":null,"di... | {"val_p33":"test","param_b90":135,"attr_n82":null,"dim_p72":true,"val_d82":"mode_a"} | missing_brace | {
"type": "object",
"properties": {
"val_p33": {
"type": "string"
},
"param_b90": {
"type": "integer"
},
"attr_n82": {
"type": "null"
},
"dim_p72": {
"type": "boolean"
},
"val_d82": {
"type": "string",
"enum": [
"mode_a",
"mode_... | {"val_p33":"test","param_b90":135,"attr_n82":null,"dim_p72":true,"val_d82":"mode_a" | Missing closing brace | {"val_p33":"test","param_b90":135,"attr_n82":null,"dim_p72":true,"val_d82":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD date TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD type TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD gene_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD vital_sign TYPE number REQUIRED yes
BROKEN_OUTPUT
{"gene_id": "... | {"gene_id":"EUR","vital_sign":502.85} | number_with_unit | {
"type": "object",
"properties": {
"date": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"type": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
... | {"gene_id": "EUR", "vital_sign": "502.85cm"} | Field 'vital_sign' must be number, got string with unit | {"gene_id":"EUR","vital_sign":502.85} |
TASK repair_structured_output
SPEC
FIELD dim_p97 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_u23 TYPE number REQUIRED no
FIELD key_x19 TYPE string_email REQUIRED yes
FIELD key_o73 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"dim_p97": "intermittent", "dim_u23": 445.29, "key_x19": "admin@exam... | {"dim_p97":"intermittent","dim_u23":445.29,"key_x19":"admin@example.com","key_o73":498} | missing_required | {
"type": "object",
"properties": {
"dim_p97": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_u23": {
"type": "number"
},
"key_x19": {
"type": "string",
"format": "email"
},
"key_o73": {
"ty... | {"dim_p97": "intermittent", "dim_u23": 445.29, "key_x19": "admin@example.com"} | Required field 'key_o73' is missing | {"dim_p97":"intermittent","dim_u23":445.29,"key_x19":"admin@example.com","key_o73":498} |
TASK repair_structured_output
SPEC
FIELD dim_f12 TYPE null REQUIRED yes
FIELD dim_u65 TYPE string_uri REQUIRED no
FIELD param_w48 TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
{"dim_f12":null} | {"dim_f12":null} | missing_bracket | {
"type": "object",
"properties": {
"dim_f12": {
"type": "null"
},
"dim_u65": {
"type": "string",
"format": "uri"
},
"param_w48": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
},
"required": [
"dim_f12"
... | {"dim_f12":null} | Missing closing bracket | {"dim_f12":null} |
TASK repair_structured_output
SPEC
FIELD attr_i55 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_b08 TYPE boolean REQUIRED yes
FIELD val_a26 TYPE boolean REQUIRED no
FIELD dim_s91 TYPE string VALUES single|married|divorced REQUIRED no
FIELD val_r69 TYPE string REQUIRED no
FIELD v... | {"attr_i55":"pending_review","key_b08":false,"val_r69":"2024-01-15","val_i67":"test","col_i70":"https://api.org/v1","attr_d54":"maintenance"} | extra_field | {
"type": "object",
"properties": {
"attr_i55": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_b08": {
"type": "boolean"
},
"val_a26": {
"type": "boolean"
},
"dim_s91": {
"... | {"attr_i55": "pending_review", "key_b08": false, "val_r69": "2024-01-15", "val_i67": "test", "col_i70": "https://api.org/v1", "attr_d54": "maintenance", "extra_data_4666": 42} | Unknown field 'extra_data_4666' not defined in schema | {"attr_i55":"pending_review","key_b08":false,"val_r69":"2024-01-15","val_i67":"test","col_i70":"https://api.org/v1","attr_d54":"maintenance"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE null REQUIRED yes
FIELD username TYPE integer REQUIRED no
FIELD website TYPE string REQUIRED yes
BROKEN_OUTPUT
{'discount':null,'username':271,'website':'sample'} | {"discount":null,"username":271,"website":"sample"} | single_quotes | {
"type": "object",
"properties": {
"discount": {
"type": "null"
},
"username": {
"type": "integer"
},
"website": {
"type": "string"
}
},
"required": [
"website",
"discount"
]
} | {'discount':null,'username':271,'website':'sample'} | Expecting property name enclosed in double quotes | {"discount":null,"username":271,"website":"sample"} |
TASK repair_structured_output
SPEC
FIELD prop_g99 TYPE string_uri REQUIRED yes
FIELD key_t11 TYPE string REQUIRED yes
FIELD field_k56 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"prop_g99": "https://api.com/api", "key_t11": "GRCh38", "field_k56": null, "extra_info_2186": 42} | {"prop_g99":"https://api.com/api","key_t11":"GRCh38","field_k56":null} | extra_field | {
"type": "object",
"properties": {
"prop_g99": {
"type": "string",
"format": "uri"
},
"key_t11": {
"type": "string"
},
"field_k56": {
"type": "null"
}
},
"required": [
"key_t11",
"prop_g99",
"field_k56"
]
} | {"prop_g99": "https://api.com/api", "key_t11": "GRCh38", "field_k56": null, "extra_info_2186": 42} | Unknown field 'extra_info_2186' not defined in schema | {"prop_g99":"https://api.com/api","key_t11":"GRCh38","field_k56":null} |
TASK repair_structured_output
SPEC
FIELD section TYPE number REQUIRED yes
FIELD values TYPE string_date-time REQUIRED yes
FIELD build_status TYPE string REQUIRED no
FIELD interest_rate TYPE integer REQUIRED yes
FIELD message TYPE string REQUIRED no
FIELD yield_pct TYPE string VALUES type_a|type_b|type_c REQUIRED no
B... | {"section":285.24,"values":"2024-06-20T21:51:00Z","interest_rate":886,"message":"cancelled","yield_pct":"type_b"} | null_required | {
"type": "object",
"properties": {
"section": {
"type": "number"
},
"values": {
"type": "string",
"format": "date-time"
},
"build_status": {
"type": "string"
},
"interest_rate": {
"type": "integer"
},
"message": {
"type": "string"
},
"... | {"section": 285.24, "values": "2024-06-20T21:51:00Z", "interest_rate": null, "message": "cancelled", "yield_pct": "type_b"} | Required field 'interest_rate' is null | {"section":285.24,"values":"2024-06-20T21:51:00Z","interest_rate":886,"message":"cancelled","yield_pct":"type_b"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.