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 vessel_name TYPE string REQUIRED no
FIELD last_name TYPE string_uri REQUIRED no
FIELD image_url TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD color TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD id.wavelength.patient_id T... | {"vessel_name":"John","image_url":"operational","color":"resolved","id":{"wavelength":{"patient_id":950.36,"duration_ms":"black","consignee":"small","deploy_target":"user@test.io","filter_flag":"Tokyo"},"width":null,"freight_class":true,"feedback":"published","city":112},"build_status":null,"total":"single"} | truncated_object | {
"type": "object",
"properties": {
"vessel_name": {
"type": "string"
},
"last_name": {
"type": "string",
"format": "uri"
},
"image_url": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},... | {"vessel_name":"John","image_url":"operational","color":"resolved","id":{"wavelength":{"patient_id":950.36,"duration_ms":"black","consignee":"small","deploy_target":"user@test.io","filter_flag":"Tokyo"},"width":null,"freight_class":true,"feedback":"published","city":112},"build_status":null,"total":"single" | Unexpected end of JSON input — truncated object | {"vessel_name":"John","image_url":"operational","color":"resolved","id":{"wavelength":{"patient_id":950.36,"duration_ms":"black","consignee":"small","deploy_target":"user@test.io","filter_flag":"Tokyo"},"width":null,"freight_class":true,"feedback":"published","city":112},"build_status":null,"total":"single"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE boolean REQUIRED no
FIELD brake_pressure TYPE boolean REQUIRED yes
FIELD medication TYPE string_email REQUIRED yes
FIELD created_at TYPE string REQUIRED no
FIELD company TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD product_id T... | {"zip_code":false,"brake_pressure":false,"medication":"info@example.com","created_at":"https://api.example.com/v1","company":"option_c","product_id":"2026-11-03T16:29:00Z","altitude":"option_f"} | truncated_array | {
"type": "object",
"properties": {
"zip_code": {
"type": "boolean"
},
"brake_pressure": {
"type": "boolean"
},
"medication": {
"type": "string",
"format": "email"
},
"created_at": {
"type": "string"
},
"company": {
"type": "string",
"enu... | {"zip_code":false,"brake_pressure":false,"medication":"info@example.com","created_at":"https://api.example.com/v1","company":"option_c","product_id":"2026-11-03T16:29:00Z","altitude":"option_f" | Unexpected end of JSON input — truncated object | {"zip_code":false,"brake_pressure":false,"medication":"info@example.com","created_at":"https://api.example.com/v1","company":"option_c","product_id":"2026-11-03T16:29:00Z","altitude":"option_f"} |
TASK repair_structured_output
SPEC
FIELD score TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD shipper_ref TYPE string REQUIRED no
FIELD length TYPE number REQUIRED yes
FIELD timezone TYPE integer REQUIRED no
FIELD voltage TYPE boolean REQUIRED no
FIELD half_life TYPE integer REQUIRED no
FIELD ta... | {"score":"anchored","shipper_ref":"chr1","length":805.74,"timezone":943,"voltage":true,"half_life":247} | boolean_as_string | {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"shipper_ref": {
"type": "string"
},
"length": {
"type": "number"
},
"timezone": {
"type": "inte... | {"score": "anchored", "shipper_ref": "chr1", "length": 805.74, "timezone": 943, "voltage": "no", "half_life": 247} | Field 'voltage' must be boolean, got string | {"score":"anchored","shipper_ref":"chr1","length":805.74,"timezone":943,"voltage":true,"half_life":247} |
TASK repair_structured_output
SPEC
FIELD val_m86 TYPE integer REQUIRED no
FIELD key_l08 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD key_m62 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD dim_l78 TYPE string REQUIRED no
FIELD field_m22 TYPE string REQUIRED no
FIELD dim_m14.col_y52.attr_b90... | {"key_l08":"option_b","key_m62":"type_a","dim_l78":"foo","field_m22":"Oliveira","dim_m14":{"col_y52":{"col_i51":495,"param_k53":"cat_b","col_o49":654},"param_j71":424,"dim_s81":"Oliveira","param_x19":"2023-11-03T10:59:00Z"},"val_g14":true} | trailing_comma | {
"type": "object",
"properties": {
"val_m86": {
"type": "integer"
},
"key_l08": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"key_m62": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"t... | {"key_l08":"option_b","key_m62":"type_a","dim_l78":"foo","field_m22":"Oliveira","dim_m14":{"col_y52":{"col_i51":495,"param_k53":"cat_b","col_o49":654,},"param_j71":424,"dim_s81":"Oliveira","param_x19":"2023-11-03T10:59:00Z"},"val_g14":true} | Unexpected trailing comma | {"key_l08":"option_b","key_m62":"type_a","dim_l78":"foo","field_m22":"Oliveira","dim_m14":{"col_y52":{"col_i51":495,"param_k53":"cat_b","col_o49":654},"param_j71":424,"dim_s81":"Oliveira","param_x19":"2023-11-03T10:59:00Z"},"val_g14":true} |
TASK repair_structured_output
SPEC
FIELD level TYPE number REQUIRED no
FIELD balance TYPE string_uri REQUIRED no
FIELD phenotype TYPE integer REQUIRED yes
FIELD brake_pressure TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD chromosome TYPE number REQUIRED no
FIELD subtotal TYPE string REQU... | {"balance":"https://data.io/data","phenotype":374,"brake_pressure":"level_3","subtotal":"https://api.example.com/v1"} | extra_text_before | {
"type": "object",
"properties": {
"level": {
"type": "number"
},
"balance": {
"type": "string",
"format": "uri"
},
"phenotype": {
"type": "integer"
},
"brake_pressure": {
"type": "string",
"enum": [
"level_1",
"level_2",
"leve... | Here's the structured output:
{"balance":"https://data.io/data","phenotype":374,"brake_pressure":"level_3","subtotal":"https://api.example.com/v1"} | Output contains non-JSON text before the object | {"balance":"https://data.io/data","phenotype":374,"brake_pressure":"level_3","subtotal":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_q07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_w56 TYPE string REQUIRED yes
FIELD attr_h48 TYPE integer REQUIRED no
FIELD field_u55 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: get_account
Arguments: {"prop_q07": "... | {"prop_q07":"anchored","dim_w56":"Johnson","field_u55":"Johnson"} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_q07": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_w56": {
"type": "string"
},
"attr_h48": {
"type": "integer"
},
"field_u55": {
"type": "s... | Let me check the system.
Action: get_account
Arguments: {"prop_q07": "anchored", "dim_w56": "Johnson"} | Agent tool call missing required parameter 'field_u55' | {"prop_q07":"anchored","dim_w56":"Johnson","field_u55":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD vital_sign TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD voltage TYPE integer REQUIRED no
FIELD branch TYPE string REQUIRED no
FIELD quality_score TYPE stri... | {"zip_code":"mode_a","vital_sign":"mode_f","branch":"2023-12-25"} | truncated_object | {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"vital_sign": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"zip_code":"mode_a","vital_sign":"mode_f","branch":"2023-12-25" | Unexpected end of JSON input — truncated object | {"zip_code":"mode_a","vital_sign":"mode_f","branch":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE boolean REQUIRED no
FIELD name TYPE boolean REQUIRED no
FIELD voltage TYPE number REQUIRED yes
FIELD batch_code TYPE boolean REQUIRED yes
FIELD collateral TYPE number REQUIRED yes
FIELD notes TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
H... | {"currency":false,"name":false,"voltage":332.83,"batch_code":true,"collateral":724.13,"notes":"active"} | extra_text_before | {
"type": "object",
"properties": {
"currency": {
"type": "boolean"
},
"name": {
"type": "boolean"
},
"voltage": {
"type": "number"
},
"batch_code": {
"type": "boolean"
},
"collateral": {
"type": "number"
},
"notes": {
"type": "string",... | Here is the response in the requested format:
{"currency":false,"name":false,"voltage":332.83,"batch_code":true,"collateral":724.13,"notes":"active"} | Output contains non-JSON text before the object | {"currency":false,"name":false,"voltage":332.83,"batch_code":true,"collateral":724.13,"notes":"active"} |
TASK repair_structured_output
SPEC
FIELD col_n99 TYPE number REQUIRED yes
FIELD key_c09 TYPE string REQUIRED yes
FIELD param_d88 TYPE number REQUIRED no
FIELD attr_b15 TYPE number REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
I'll validate against the schema.
{"col_n99":215.21,"key_c09":"RTG-04","param_d88"... | {"col_n99":215.21,"key_c09":"RTG-04","param_d88":597.13,"attr_b15":450.01} | thought_process | {
"type": "object",
"properties": {
"col_n99": {
"type": "number"
},
"key_c09": {
"type": "string"
},
"param_d88": {
"type": "number"
},
"attr_b15": {
"type": "number"
}
},
"required": [
"col_n99",
"key_c09",
"attr_b15"
]
} | Processing the request now.
I'll validate against the schema.
{"col_n99":215.21,"key_c09":"RTG-04","param_d88":597.13,"attr_b15":450.01} | Output contains chain-of-thought reasoning before JSON | {"col_n99":215.21,"key_c09":"RTG-04","param_d88":597.13,"attr_b15":450.01} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD thumbnail TYPE string_email REQUIRED no
FIELD shift_code TYPE integer REQUIRED no
FIELD ph_level.allele TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD ph_level.company TYPE string VALUE... | {"trace_id":"mode_d","thumbnail":"ops@example.com","shift_code":870,"ph_level":{"allele":"mode_b","company":"success","language":{"type":false,"age":null,"enabled":"Maria","published":"Silva","notes":true},"full_name":464},"transaction_id":{"end_date":907.71,"salinity":964,"notes":null,"invoice_id":"MV-Evergreen-01","t... | markdown_fences | {
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"thumbnail": {
"type": "string",
"format": "email"
},
"shift_code": {
... | ```json
{"trace_id":"mode_d","thumbnail":"ops@example.com","shift_code":870,"ph_level":{"allele":"mode_b","company":"success","language":{"type":false,"age":null,"enabled":"Maria","published":"Silva","notes":true},"full_name":464},"transaction_id":{"end_date":907.71,"salinity":964,"notes":null,"invoice_id":"MV-Evergree... | Output contains markdown code fences | {"trace_id":"mode_d","thumbnail":"ops@example.com","shift_code":870,"ph_level":{"allele":"mode_b","company":"success","language":{"type":false,"age":null,"enabled":"Maria","published":"Silva","notes":true},"full_name":464},"transaction_id":{"end_date":907.71,"salinity":964,"notes":null,"invoice_id":"MV-Evergreen-01","t... |
TASK repair_structured_output
SPEC
FIELD language TYPE integer REQUIRED no
FIELD commit_hash TYPE string_date-time REQUIRED no
FIELD role[].title TYPE string_email REQUIRED no
FIELD role[].voltage TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD role[].conductivity TYPE string VALUES single|married|divorc... | {"language":261,"commit_hash":"2021-07-16T00:12:00Z","role":[{"title":"info@test.io","voltage":"inactive","conductivity":"divorced","phenotype":true,"humidity_pct":556},{"voltage":"inactive","conductivity":"married","phenotype":true,"humidity_pct":460}]} | date_format_error | {
"type": "object",
"properties": {
"language": {
"type": "integer"
},
"commit_hash": {
"type": "string",
"format": "date-time"
},
"role": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "strin... | {"language": 261, "commit_hash": "2024/06/15 14:30:00", "role": [{"title": "info@test.io", "voltage": "inactive", "conductivity": "divorced", "phenotype": true, "humidity_pct": 556}, {"voltage": "inactive", "conductivity": "married", "phenotype": true, "humidity_pct": 460}]} | Field 'commit_hash' has invalid date format | {"language":261,"commit_hash":"2021-07-16T00:12:00Z","role":[{"title":"info@test.io","voltage":"inactive","conductivity":"divorced","phenotype":true,"humidity_pct":556},{"voltage":"inactive","conductivity":"married","phenotype":true,"humidity_pct":460}]} |
TASK repair_structured_output
SPEC
FIELD val_p46 TYPE integer REQUIRED no
FIELD val_m66 TYPE integer REQUIRED yes
FIELD key_w67 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD attr_h14 TYPE integer REQUIRED yes
FIELD col_p54 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD attr... | {"val_m66":980,"key_w67":"option_b","attr_h14":45,"col_p54":"option_b","attr_s70":370} | extra_text_after | {
"type": "object",
"properties": {
"val_p46": {
"type": "integer"
},
"val_m66": {
"type": "integer"
},
"key_w67": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"attr_h14": {
"type": "integer"
},
"col_p54": {
"... | {"val_m66":980,"key_w67":"option_b","attr_h14":45,"col_p54":"option_b","attr_s70":370}
Analysis finished. | Output contains non-JSON text after the object | {"val_m66":980,"key_w67":"option_b","attr_h14":45,"col_p54":"option_b","attr_s70":370} |
TASK repair_structured_output
SPEC
FIELD key_w15 TYPE string_email REQUIRED yes
FIELD val_c28 TYPE integer REQUIRED no
FIELD dim_h91 TYPE string REQUIRED no
FIELD param_b11.attr_n19 TYPE integer REQUIRED yes
FIELD param_b11.param_x25.col_h23 TYPE null REQUIRED yes
FIELD param_b11.param_x25.dim_a05 TYPE boolean REQUIRE... | {"key_w15":"admin@example.com","val_c28":97,"dim_h91":"foo","param_b11":{"attr_n19":902,"param_x25":{"col_h23":null,"field_s42":689.21},"prop_u62":"free","col_v71":"approved"},"val_t42":{"val_x23":null,"key_j36":"type_b","attr_f41":{"col_l59":"https://example.io/data","col_m77":"RTG-04","key_l95":"pending"}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_w15": {
"type": "string",
"format": "email"
},
"val_c28": {
"type": "integer"
},
"dim_h91": {
"type": "string"
},
"param_b11": {
"type": "object",
"properties": {
"attr_n19": {
"type": "integer... | check_cargo_manifest(key_w15='admin@example.com', val_c28=97, dim_h91='foo', param_b11={'attr_n19': 902, 'param_x25': {'col_h23': None, 'field_s42': 689.21}, 'prop_u62': 'free', 'col_v71': 'approved'}, val_t42={'val_x23': None, 'key_j36': 'type_b', 'attr_f41': {'col_l59': 'https://example.io/data', 'col_m77': 'RTG-04',... | Tool call uses Python syntax instead of JSON | {"key_w15":"admin@example.com","val_c28":97,"dim_h91":"foo","param_b11":{"attr_n19":902,"param_x25":{"col_h23":null,"field_s42":689.21},"prop_u62":"free","col_v71":"approved"},"val_t42":{"val_x23":null,"key_j36":"type_b","attr_f41":{"col_l59":"https://example.io/data","col_m77":"RTG-04","key_l95":"pending"}}} |
TASK repair_structured_output
SPEC
FIELD total TYPE integer REQUIRED yes
FIELD title TYPE string_uri REQUIRED yes
FIELD medication[] TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"total":842,"title":"... | {"total":842,"title":"https://example.com/data","medication":["reliable"]} | thought_process | {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"title": {
"type": "string",
"format": "uri"
},
"medication": {
"type": "array",
"items": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermi... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"total":842,"title":"https://example.com/data","medication":["reliable"]} | Output contains chain-of-thought reasoning before JSON | {"total":842,"title":"https://example.com/data","medication":["reliable"]} |
TASK repair_structured_output
SPEC
FIELD dim_l47 TYPE string_email REQUIRED no
FIELD dim_b94 TYPE integer REQUIRED yes
FIELD prop_y22 TYPE string REQUIRED yes
BROKEN_OUTPUT
Result: dim_l47=admin@example.com, {"dim_l47":"admin@example.com","dim_b94":834,"prop_y22":"REV"} | {"dim_l47":"admin@example.com","dim_b94":834,"prop_y22":"REV"} | partial_structure | {
"type": "object",
"properties": {
"dim_l47": {
"type": "string",
"format": "email"
},
"dim_b94": {
"type": "integer"
},
"prop_y22": {
"type": "string"
}
},
"required": [
"prop_y22",
"dim_b94"
]
} | Result: dim_l47=admin@example.com, {"dim_l47":"admin@example.com","dim_b94":834,"prop_y22":"REV"} | Output mixes natural language with JSON | {"dim_l47":"admin@example.com","dim_b94":834,"prop_y22":"REV"} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE integer REQUIRED yes
FIELD verified TYPE string REQUIRED yes
FIELD gene_id.bed_number TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD gene_id.category TYPE string_email REQUIRED yes
FIELD gene_id.tags TYPE number REQUIRED no
FIELD gene_id.po... | {"half_life":618,"verified":"sample","gene_id":{"category":"info@domain.org","tags":81.07,"position":false,"phenotype":{"decay_rate":null,"price":["mode_b","mode_a","mode_b","mode_a"],"diagnosis_code":[84,892,762]}}} | truncated_object | {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"verified": {
"type": "string"
},
"gene_id": {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"enum": [
"open",
"in_progress",
... | {"half_life":618,"verified":"sample","gene_id":{"category":"info@domain.org","tags":81.07,"position":false,"phenotype":{"decay_rate":null,"price":["mode_b","mode_a","mode_b","mode_a"],"diagnosis_code":[84,892,762]}} | Unexpected end of JSON input — truncated object | {"half_life":618,"verified":"sample","gene_id":{"category":"info@domain.org","tags":81.07,"position":false,"phenotype":{"decay_rate":null,"price":["mode_b","mode_a","mode_b","mode_a"],"diagnosis_code":[84,892,762]}}} |
TASK repair_structured_output
SPEC
FIELD score TYPE number REQUIRED no
FIELD quantity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD current_draw TYPE string REQUIRED yes
FIELD maturity_date TYPE string VALUES coastal|oceanic|inland|arctic ... | {"score":947.27,"quantity":"rejected","current_draw":"Johnson","maturity_date":"coastal","annotation":{"footnote":"hemizygous","transaction_id":{"values":"rejected","published":"GBP","barcode":"oceanic"},"gene_id":"2026-09-06T18:24:00Z","level":"https://www.org/api","currency":{"description":164,"date":"completed","tor... | tool_call_bad_format | {
"type": "object",
"properties": {
"score": {
"type": "number"
},
"quantity": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"bill_of_lading": {
"type": "string"
},
"current_draw": {... | <functioncall> verify_hazmat_compliance
{score: 947.27, quantity: "rejected", current_draw: "Johnson", maturity_date: "coastal", annotation: {footnote: "hemizygous", transaction_id: {values: "rejected", published: "GBP", barcode: "oceanic"}, gene_id: "2026-09-06T18:24:00Z", level: "https://www.org/api", currency: {desc... | Tool call has malformed arguments — unquoted keys in function parameters | {"score":947.27,"quantity":"rejected","current_draw":"Johnson","maturity_date":"coastal","annotation":{"footnote":"hemizygous","transaction_id":{"values":"rejected","published":"GBP","barcode":"oceanic"},"gene_id":"2026-09-06T18:24:00Z","level":"https://www.org/api","currency":{"description":164,"date":"completed","tor... |
TASK repair_structured_output
SPEC
FIELD prop_a01 TYPE integer REQUIRED yes
FIELD key_p17.val_l45 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD key_p17.field_t08 TYPE string REQUIRED yes
FIELD key_p17.col_z09[] TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD di... | {"prop_a01":197,"dim_f84":"FWD"} | wrong_type | {
"type": "object",
"properties": {
"prop_a01": {
"type": "integer"
},
"key_p17": {
"type": "object",
"properties": {
"val_l45": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"prop_a01": "\"197\"", "dim_f84": "FWD"} | Field 'prop_a01' must be integer, got string | {"prop_a01":197,"dim_f84":"FWD"} |
TASK repair_structured_output
SPEC
FIELD col_f40 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_z34 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_p64 TYPE integer REQUIRED yes
FIELD key_n94 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"dim_z34":"high","col_p64":609,"key_n94":38... | {"dim_z34":"high","col_p64":609,"key_n94":381.62} | missing_bracket | {
"type": "object",
"properties": {
"col_f40": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"dim_z34": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"dim_z34":"high","col_p64":609,"key_n94":381.62} | Missing closing bracket | {"dim_z34":"high","col_p64":609,"key_n94":381.62} |
TASK repair_structured_output
SPEC
FIELD length TYPE null REQUIRED yes
FIELD reagent TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD count[].amplitude TYPE integer REQUIRED yes
FIELD count[].barcode TYPE string REQUIRED yes
FIELD count[].label TYPE string REQUIRED no
BROKEN_OUTPUT
{length... | {"length":null,"reagent":"nonsense","count":[{"amplitude":233,"barcode":"PASS","label":"world"},{"amplitude":896,"barcode":"hello","label":"hello"},{"amplitude":370,"barcode":"New York","label":"Berlin"},{"amplitude":659,"barcode":"Bob","label":"test"}]} | unquoted_keys | {
"type": "object",
"properties": {
"length": {
"type": "null"
},
"reagent": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"count": {
"type": "array",
"items": {
"type": "object",
... | {length:null,reagent:"nonsense",count:[{amplitude:233,barcode:"PASS",label:"world"},{amplitude:896,barcode:"hello",label:"hello"},{amplitude:370,barcode:"New York",label:"Berlin"},{amplitude:659,barcode:"Bob",label:"test"}]} | Expecting property name enclosed in double quotes | {"length":null,"reagent":"nonsense","count":[{"amplitude":233,"barcode":"PASS","label":"world"},{"amplitude":896,"barcode":"hello","label":"hello"},{"amplitude":370,"barcode":"New York","label":"Berlin"},{"amplitude":659,"barcode":"Bob","label":"test"}]} |
TASK repair_structured_output
SPEC
FIELD key_d79 TYPE string REQUIRED no
FIELD param_h45.field_z59 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD param_h45.field_f97 TYPE boolean REQUIRED yes
FIELD param_h45.val_w60 TYPE integer REQUIRED yes
FIELD param_h45.key_b82 TYPE string REQUIRED yes
FIELD attr_j66 TYPE str... | {"key_d79":"MV-Evergreen-01","param_h45":{"field_z59":"type_b","field_f97":false,"val_w60":429,"key_b82":"QC-07"},"attr_j66":"REV"} | extra_field | {
"type": "object",
"properties": {
"key_d79": {
"type": "string"
},
"param_h45": {
"type": "object",
"properties": {
"field_z59": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"field_f97": {
... | {"key_d79": "MV-Evergreen-01", "param_h45": {"field_z59": "type_b", "field_f97": false, "val_w60": 429, "key_b82": "QC-07"}, "attr_j66": "REV", "extra_data_7157": true} | Unknown field 'extra_data_7157' not defined in schema | {"key_d79":"MV-Evergreen-01","param_h45":{"field_z59":"type_b","field_f97":false,"val_w60":429,"key_b82":"QC-07"},"attr_j66":"REV"} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES single|married|divorced REQUIRED no
FIELD status_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD message TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD half_life TYPE string REQUIRED no
FIELD patien... | {"status_code":"in_transit","message":"in_progress","half_life":"John","patient_id":null,"latitude":"2025-06-17T23:53:00Z"} | single_quotes | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"status_code": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
}... | {'status_code':'in_transit','message':'in_progress','half_life':'John','patient_id':null,'latitude':'2025-06-17T23:53:00Z'} | Expecting property name enclosed in double quotes | {"status_code":"in_transit","message":"in_progress","half_life":"John","patient_id":null,"latitude":"2025-06-17T23:53:00Z"} |
TASK repair_structured_output
SPEC
FIELD attr_y44 TYPE number REQUIRED yes
FIELD key_x17.key_l67 TYPE integer REQUIRED no
FIELD key_x17.prop_c37 TYPE integer REQUIRED yes
FIELD key_x17.val_n33 TYPE integer REQUIRED yes
FIELD key_x17.key_b49 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD key_x17.fiel... | {"attr_y44":17.17,"key_c44":927} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_y44": {
"type": "number"
},
"key_x17": {
"type": "object",
"properties": {
"key_l67": {
"type": "integer"
},
"prop_c37": {
"type": "integer"
},
"val_n33": {
"type": "integer"... | Tool: get_weather
Params: {"attr_y44": 17.17, "key_c44_value": 927} | Agent used wrong parameter name 'key_c44_value' instead of 'key_c44' | {"attr_y44":17.17,"key_c44":927} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string REQUIRED yes
FIELD start_date TYPE string REQUIRED no
FIELD phone TYPE string REQUIRED no
FIELD items TYPE string REQUIRED yes
FIELD nickname TYPE null REQUIRED no
FIELD bill_of_lading TYPE string_date-time REQUIRED no
FIELD wavelength TYPE integer REQUIRED y... | {"rating":"active","start_date":"FWD","phone":"John","items":"test","nickname":null,"wavelength":490} | number_with_unit | {
"type": "object",
"properties": {
"rating": {
"type": "string"
},
"start_date": {
"type": "string"
},
"phone": {
"type": "string"
},
"items": {
"type": "string"
},
"nickname": {
"type": "null"
},
"bill_of_lading": {
"type": "string",
... | {"rating": "active", "start_date": "FWD", "phone": "John", "items": "test", "nickname": null, "wavelength": "490cm"} | Field 'wavelength' must be number, got string with unit | {"rating":"active","start_date":"FWD","phone":"John","items":"test","nickname":null,"wavelength":490} |
TASK repair_structured_output
SPEC
FIELD field_x87 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_a03 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_z77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_m27 TYPE number REQUIRED yes
FIELD col_a91 T... | {"field_x87":"returned","prop_a03":"email","field_m27":650.1,"col_a91":"admin","col_o23":"xl","dim_t20":"user@domain.com"} | extra_field | {
"type": "object",
"properties": {
"field_x87": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_a03": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]... | {"field_x87": "returned", "prop_a03": "email", "field_m27": 650.1, "col_a91": "admin", "col_o23": "xl", "dim_t20": "user@domain.com", "extra_field_9746": true} | Unknown field 'extra_field_9746' not defined in schema | {"field_x87":"returned","prop_a03":"email","field_m27":650.1,"col_a91":"admin","col_o23":"xl","dim_t20":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD field_n34.dim_t74 TYPE string REQUIRED yes
FIELD field_n34.dim_y06 TYPE integer REQUIRED no
FIELD field_n34.dim_w52.param_b38 TYPE string REQUIRED yes
FIELD field_n34.dim_w52.prop_g10 TYPE boolean REQUIRED no
FIELD field_n34.dim_w52.attr_o74 TYPE integer REQUIRED no
FIELD field... | {"param_e50":{"key_k18":"qux","val_t03":"Smith","prop_u09":[{"key_o23":"green","col_s43":"pending","param_q42":"test@example.com"},{"key_o23":"red","col_s43":"pending","param_d41":"oceanic","param_q42":"demo"}]},"attr_z95":95,"col_w39":{"dim_l01":803,"param_e79":"active","col_m05":"escalated","col_y84":null,"key_x34":n... | agent_chain | {
"type": "object",
"properties": {
"field_n34": {
"type": "object",
"properties": {
"dim_t74": {
"type": "string"
},
"dim_y06": {
"type": "integer"
},
"dim_w52": {
"type": "object",
"properties": {
"param_b3... | Let me check the system.
Action: get_weather
Result: {"param_e50": {"key_k18": "qux", "val_t03": "Smith", "prop_u09": [{"key_o23": "green", "col_s43": "pending", "param_q42": "test@example.com"}, {"key_o23": "red", "col_s43": "pending", "param_d41": "oceanic", "param_q42": "demo"}]}, "attr_z95": 95, "col_w39": {"dim_l0... | Agent multi-step chain with truncated tool output | {"param_e50":{"key_k18":"qux","val_t03":"Smith","prop_u09":[{"key_o23":"green","col_s43":"pending","param_q42":"test@example.com"},{"key_o23":"red","col_s43":"pending","param_d41":"oceanic","param_q42":"demo"}]},"attr_z95":95,"col_w39":{"dim_l01":803,"param_e79":"active","col_m05":"escalated","col_y84":null,"key_x34":n... |
TASK repair_structured_output
SPEC
FIELD field_v45 TYPE string REQUIRED yes
FIELD attr_l18 TYPE integer REQUIRED no
FIELD col_j85 TYPE boolean REQUIRED yes
FIELD param_f33 TYPE string REQUIRED yes
FIELD prop_h10 TYPE string REQUIRED yes
FIELD attr_i89 TYPE number REQUIRED no
BROKEN_OUTPUT
<functioncall> apply_discoun... | {"field_v45":"Tokyo","attr_l18":530,"col_j85":true,"param_f33":"inactive","prop_h10":"Oliveira","attr_i89":734.52} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_v45": {
"type": "string"
},
"attr_l18": {
"type": "integer"
},
"col_j85": {
"type": "boolean"
},
"param_f33": {
"type": "string"
},
"prop_h10": {
"type": "string"
},
"attr_i89": {
"type": "numb... | <functioncall> apply_discount
{field_v45: "Tokyo", attr_l18: 530, col_j85: true, param_f33: "inactive", prop_h10: "Oliveira", attr_i89: 734.52} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_v45":"Tokyo","attr_l18":530,"col_j85":true,"param_f33":"inactive","prop_h10":"Oliveira","attr_i89":734.52} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE integer REQUIRED yes
FIELD sensor_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD first_name.label TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD first_name.version TYPE string VALUES low|medium|high|critical REQUIRED no
FIE... | {"end_date":440,"sensor_id":"heterozygous","first_name":{"label":"large","version":"low","color":"https://www.io/v1","date":{"url":"admin@domain.org","score":"berthed","tax":"qux","lab_result":"reliable","transaction_id":"baz"}}} | single_quotes | {
"type": "object",
"properties": {
"end_date": {
"type": "integer"
},
"sensor_id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"first_name": {
"type": "object",
"properties": {
"label": {
... | {'end_date':440,'sensor_id':'heterozygous','first_name':{'label':'large','version':'low','color':'https://www.io/v1','date':{'url':'admin@domain.org','score':'berthed','tax':'qux','lab_result':'reliable','transaction_id':'baz'}}} | Expecting property name enclosed in double quotes | {"end_date":440,"sensor_id":"heterozygous","first_name":{"label":"large","version":"low","color":"https://www.io/v1","date":{"url":"admin@domain.org","score":"berthed","tax":"qux","lab_result":"reliable","transaction_id":"baz"}}} |
TASK repair_structured_output
SPEC
FIELD prop_p61 TYPE string REQUIRED yes
FIELD field_n61 TYPE integer REQUIRED no
FIELD val_d75 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD val_j40[].val_n16 TYPE string REQUIRED no
FIELD val_j40[].key_w48 TYPE string REQUIRED yes
FIELD val_j40[].prop_... | {"prop_p61":"Diana","field_n61":901,"val_d75":"level_4"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_p61": {
"type": "string"
},
"field_n61": {
"type": "integer"
},
"val_d75": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"val_j40": {... | Below is the JSON object:
```json
{"prop_p61":"Diana","field_n61":901,"val_d75":"level_4"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_p61":"Diana","field_n61":901,"val_d75":"level_4"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD item_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD latitude TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD decay_rate TYPE string_date-time REQUIRED no
... | {"image_url":"black","item_id":"hemizygous","latitude":"unstable","decay_rate":"2025-11-13T05:47:00Z","start_date":"quux","email":"Maria"} | markdown_explanation | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"item_id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | I've generated the following JSON:
```json
{"image_url":"black","item_id":"hemizygous","latitude":"unstable","decay_rate":"2025-11-13T05:47:00Z","start_date":"quux","email":"Maria"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"image_url":"black","item_id":"hemizygous","latitude":"unstable","decay_rate":"2025-11-13T05:47:00Z","start_date":"quux","email":"Maria"} |
TASK repair_structured_output
SPEC
FIELD col_h92 TYPE string REQUIRED yes
FIELD param_e90 TYPE number REQUIRED yes
FIELD field_o64 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_t40 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"col_h92":"RTG-04","param_e90":612.33,"field_o64":"oper... | {"col_h92":"RTG-04","param_e90":612.33,"field_o64":"operational","param_t40":"https://www.org/v1"} | truncated_array | {
"type": "object",
"properties": {
"col_h92": {
"type": "string"
},
"param_e90": {
"type": "number"
},
"field_o64": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_t40": {
"... | {"col_h92":"RTG-04","param_e90":612.33,"field_o64":"operational","param_t40":"https://www.org/v1" | Unexpected end of JSON input — truncated object | {"col_h92":"RTG-04","param_e90":612.33,"field_o64":"operational","param_t40":"https://www.org/v1"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD items TYPE boolean REQUIRED no
FIELD last_name TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"phone": "oceanic", "items": true, "last_name": "800ms"} | {"phone":"oceanic","items":true,"last_name":800} | number_with_unit | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"items": {
"type": "boolean"
},
"last_name": {
"type": "integer"
}
},
"required": [
"last_name",
... | {"phone": "oceanic", "items": true, "last_name": "800ms"} | Field 'last_name' must be number, got string with unit | {"phone":"oceanic","items":true,"last_name":800} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD timezone TYPE boolean REQUIRED no
FIELD language TYPE integer REQUIRED no
BROKEN_OUTPUT
Based on your request, here is the data:
{"altitude":"closed","language":324} | {"altitude":"closed","language":324} | extra_text_before | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"timezone": {
"type": "boolean"
},
"language": {
"type": "integer"
}
},
"required": [
"altitude... | Based on your request, here is the data:
{"altitude":"closed","language":324} | Output contains non-JSON text before the object | {"altitude":"closed","language":324} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD visible.account_id TYPE string_uri REQUIRED no
FIELD visible.discount TYPE number REQUIRED no
FIELD visible.title TYPE integer REQUIRED no
FIELD visible.bed_number.umi TYPE string VALUES mode_a|... | {"temp_celsius":"underway","visible":{"account_id":"https://api.com/api","discount":989.55,"bed_number":{"umi":"mode_c","color":"cancelled","voltage":116.3,"thumbnail":"https://api.com/data","conductivity":"REV","company":"2023-11-17T18:18:00Z","total":"test@test.io"},"payment_status":"test@example.com","comments":"qux... | null_required | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"visible": {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"f... | {"temp_celsius": "underway", "visible": null, "username": 912.57} | Required field 'visible' is null | {"temp_celsius":"underway","visible":{"account_id":"https://api.com/api","discount":989.55,"bed_number":{"umi":"mode_c","color":"cancelled","voltage":116.3,"thumbnail":"https://api.com/data","conductivity":"REV","company":"2023-11-17T18:18:00Z","total":"test@test.io"},"payment_status":"test@example.com","comments":"qux... |
TASK repair_structured_output
SPEC
FIELD language TYPE string REQUIRED yes
FIELD subtotal TYPE integer REQUIRED no
FIELD items TYPE integer REQUIRED no
FIELD branch TYPE string VALUES success|error|warning|info REQUIRED no
FIELD chromosome[].verified TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD... | {"language":"2023-12-25","subtotal":400,"items":482,"branch":"success","chromosome":[{"verified":"reliable","consignee":"free","credit_score":745,"description":47,"type":false},{"verified":"unstable","description":521,"type":true},{"verified":"intermittent","credit_score":102,"type":true},{"verified":"intermittent","co... | tool_call_wrong_param | {
"type": "object",
"properties": {
"language": {
"type": "string"
},
"subtotal": {
"type": "integer"
},
"items": {
"type": "integer"
},
"branch": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | Tool: get_weather
Params: {"language": "2023-12-25", "subtotal": 400, "items": 482, "branch": "success", "chromosome_value": [{"verified": "reliable", "consignee": "free", "credit_score": 745, "description": 47, "type": false}, {"verified": "unstable", "description": 521, "type": true}, {"verified": "intermittent", "cr... | Agent used wrong parameter name 'chromosome_value' instead of 'chromosome' | {"language":"2023-12-25","subtotal":400,"items":482,"branch":"success","chromosome":[{"verified":"reliable","consignee":"free","credit_score":745,"description":47,"type":false},{"verified":"unstable","description":521,"type":true},{"verified":"intermittent","credit_score":102,"type":true},{"verified":"intermittent","co... |
TASK repair_structured_output
SPEC
FIELD dim_v08 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_p09.val_i32 TYPE integer REQUIRED no
FIELD param_p09.field_p46 TYPE string REQUIRED no
FIELD param_p09.field_f99 TYPE string REQUIRED no
FIELD param_p09.field_q86 TYPE string REQUIRED no
FIELD param_p09.... | {"dim_v08":"pending","param_p09":{"val_i32":689,"field_p46":"pending","field_f99":"Smith","field_q86":"London","attr_t14":"moored","dim_e99":"approved"},"col_h62":true,"val_z86":"user@example.com","val_y89":null,"param_f35":"viewer","param_p40":{"val_a32":"in_transit","param_s42":823,"key_l37":"Tokyo"}} | missing_brace | {
"type": "object",
"properties": {
"dim_v08": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_p09": {
"type": "object",
"properties": {
"val_i32": {
"type": "integer"
},
"field_p46": {
... | "dim_v08":"pending","param_p09":{"val_i32":689,"field_p46":"pending","field_f99":"Smith","field_q86":"London","attr_t14":"moored","dim_e99":"approved"},"col_h62":true,"val_z86":"user@example.com","val_y89":null,"param_f35":"viewer","param_p40":{"val_a32":"in_transit","param_s42":823,"key_l37":"Tokyo"}} | Missing closing brace | {"dim_v08":"pending","param_p09":{"val_i32":689,"field_p46":"pending","field_f99":"Smith","field_q86":"London","attr_t14":"moored","dim_e99":"approved"},"col_h62":true,"val_z86":"user@example.com","val_y89":null,"param_f35":"viewer","param_p40":{"val_a32":"in_transit","param_s42":823,"key_l37":"Tokyo"}} |
TASK repair_structured_output
SPEC
FIELD step TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD label TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD shipping TYPE number REQUIRED yes
FIELD velocity TYPE number REQUIRED yes
FIELD subtotal TYPE string VALUES mode_a|mode_b|mo... | {"step":"level_4","label":"admin","shipping":576.9,"velocity":520.65,"subtotal":"mode_e"} | tool_call_bad_format | {
"type": "object",
"properties": {
"step": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"label": {
"type": "string",
"enum": [
"admin",
"editor",
... | <functioncall> validate_address
{step: "level_4", label: "admin", shipping: 576.9, velocity: 520.65, subtotal: "mode_e"} | Tool call has malformed arguments — unquoted keys in function parameters | {"step":"level_4","label":"admin","shipping":576.9,"velocity":520.65,"subtotal":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE integer REQUIRED yes
FIELD weight TYPE boolean REQUIRED yes
FIELD status TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: lookup_customer
Arguments: {"commit_hash": 444, "weight": true} | {"commit_hash":444,"weight":true,"status":693} | tool_call_partial_args | {
"type": "object",
"properties": {
"commit_hash": {
"type": "integer"
},
"weight": {
"type": "boolean"
},
"status": {
"type": "integer"
}
},
"required": [
"weight",
"status",
"commit_hash"
]
} | I need to look up the information first.
Action: lookup_customer
Arguments: {"commit_hash": 444, "weight": true} | Agent tool call missing required parameter 'status' | {"commit_hash":444,"weight":true,"status":693} |
TASK repair_structured_output
SPEC
FIELD level TYPE boolean REQUIRED no
FIELD dissolved_oxygen TYPE number REQUIRED yes
FIELD priority TYPE string REQUIRED no
FIELD phone TYPE string_email REQUIRED yes
FIELD patient_id TYPE integer REQUIRED yes
FIELD format TYPE string REQUIRED no
FIELD isotope TYPE string REQUIRED ye... | {"level":true,"dissolved_oxygen":462.52,"priority":"Tokyo","phone":"user@domain.org","patient_id":964,"format":"RTG-04","isotope":"A short description."} | extra_text_after | {
"type": "object",
"properties": {
"level": {
"type": "boolean"
},
"dissolved_oxygen": {
"type": "number"
},
"priority": {
"type": "string"
},
"phone": {
"type": "string",
"format": "email"
},
"patient_id": {
"type": "integer"
},
"form... | {"level":true,"dissolved_oxygen":462.52,"priority":"Tokyo","phone":"user@domain.org","patient_id":964,"format":"RTG-04","isotope":"A short description."}
Analysis finished. | Output contains non-JSON text after the object | {"level":true,"dissolved_oxygen":462.52,"priority":"Tokyo","phone":"user@domain.org","patient_id":964,"format":"RTG-04","isotope":"A short description."} |
TASK repair_structured_output
SPEC
FIELD discount TYPE string VALUES success|error|warning|info REQUIRED no
FIELD quantity TYPE string REQUIRED no
FIELD zip_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD timezone TYPE string_email REQUIRED yes
FIELD count TYPE integer REQUIRED yes
FIELD s... | {"discount":"success","zip_code":"mode_c","timezone":"admin@domain.org","count":592,"section":true,"feedback":"example","dosage":"user@domain.org"} | missing_required | {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"quantity": {
"type": "string"
},
"zip_code": {
"type": "string",
"enum": [
"mode_a",
"mode... | {"discount": "success", "zip_code": "mode_c", "timezone": "admin@domain.org", "section": true, "feedback": "example", "dosage": "user@domain.org"} | Required field 'count' is missing | {"discount":"success","zip_code":"mode_c","timezone":"admin@domain.org","count":592,"section":true,"feedback":"example","dosage":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD col_o66 TYPE integer REQUIRED yes
FIELD val_k65 TYPE integer REQUIRED yes
FIELD dim_x51.prop_s47 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_x51.col_d62 TYPE integer REQUIRED no
FIELD dim_x51.col_a36 TYPE string VALUES homozygous|heterozygous|hemizygous R... | {"col_o66":709,"val_k65":386,"dim_x51":{"prop_s47":"critical","col_d62":168,"col_a36":"heterozygous","attr_l08":393,"key_u01":"inactive"}} | extra_text_before | {
"type": "object",
"properties": {
"col_o66": {
"type": "integer"
},
"val_k65": {
"type": "integer"
},
"dim_x51": {
"type": "object",
"properties": {
"prop_s47": {
"type": "string",
"enum": [
"low",
"medium",
... | Here is the response in the requested format:
{"col_o66":709,"val_k65":386,"dim_x51":{"prop_s47":"critical","col_d62":168,"col_a36":"heterozygous","attr_l08":393,"key_u01":"inactive"}} | Output contains non-JSON text before the object | {"col_o66":709,"val_k65":386,"dim_x51":{"prop_s47":"critical","col_d62":168,"col_a36":"heterozygous","attr_l08":393,"key_u01":"inactive"}} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE null REQUIRED no
FIELD total.width TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD total.total TYPE null REQUIRED no
FIELD total.aligned_pct TYPE string VALUES draft|published|archived REQUIRED yes
FIELD total.currency TYPE number REQUIRED no
F... | {"terminal_id":null,"total":{"width":"success","aligned_pct":"archived","length":false},"values":925.33,"voltage":"intermittent"} | invalid_enum | {
"type": "object",
"properties": {
"terminal_id": {
"type": "null"
},
"total": {
"type": "object",
"properties": {
"width": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | {"terminal_id": null, "total": {"width": "success", "aligned_pct": "archived", "length": false}, "values": 925.33, "voltage": "invalid_value_130"} | Field 'voltage' has invalid enum value 'invalid_value_130', expected one of ['reliable', 'unstable', 'intermittent'] | {"terminal_id":null,"total":{"width":"success","aligned_pct":"archived","length":false},"values":925.33,"voltage":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string REQUIRED no
FIELD frequency_hz TYPE string REQUIRED no
FIELD patient_id TYPE integer REQUIRED yes
FIELD chapter TYPE integer REQUIRED no
BROKEN_OUTPUT
```json
{"decay_rate":"sample","frequency_hz":"cancelled","patient_id":442,"chapter":951}
``` | {"decay_rate":"sample","frequency_hz":"cancelled","patient_id":442,"chapter":951} | markdown_fences | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string"
},
"frequency_hz": {
"type": "string"
},
"patient_id": {
"type": "integer"
},
"chapter": {
"type": "integer"
}
},
"required": [
"patient_id"
]
} | ```json
{"decay_rate":"sample","frequency_hz":"cancelled","patient_id":442,"chapter":951}
``` | Output contains markdown code fences | {"decay_rate":"sample","frequency_hz":"cancelled","patient_id":442,"chapter":951} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD age TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD section TYPE boolean REQUIRED yes
FIELD format TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD published.decay_rate ... | {"username":"level_2","age":"cat_a","section":true,"format":"mode_b","published":{"decay_rate":false,"category":923.87,"temp_celsius":182.32,"width":"option_f"}} | truncated_array | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"age": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
... | {"username":"level_2","age":"cat_a","section":true,"format":"mode_b","published":{"decay_rate":false,"category":923.87,"temp_celsius":182.32,"width":"option_f"} | Unexpected end of JSON input — truncated object | {"username":"level_2","age":"cat_a","section":true,"format":"mode_b","published":{"decay_rate":false,"category":923.87,"temp_celsius":182.32,"width":"option_f"}} |
TASK repair_structured_output
SPEC
FIELD col_o37 TYPE string REQUIRED no
FIELD col_v74 TYPE number REQUIRED no
FIELD prop_m23[].param_d37 TYPE boolean REQUIRED yes
FIELD prop_m23[].key_n42 TYPE number REQUIRED yes
FIELD prop_m23[].key_h41 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_m23[... | {"col_o37":"pending","col_v74":497.35,"prop_m23":[{"param_d37":true,"key_n42":74.31,"key_h41":"new","attr_i06":"demo","key_n98":false},{"param_d37":false,"key_n42":937.22,"attr_i06":"Tokyo","dim_v32":"low","key_n98":true,"col_f31":"pending"}],"col_s59":[false,false,false,true]} | missing_brace | {
"type": "object",
"properties": {
"col_o37": {
"type": "string"
},
"col_v74": {
"type": "number"
},
"prop_m23": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_d37": {
"type": "boolean"
},
... | "col_o37":"pending","col_v74":497.35,"prop_m23":[{"param_d37":true,"key_n42":74.31,"key_h41":"new","attr_i06":"demo","key_n98":false},{"param_d37":false,"key_n42":937.22,"attr_i06":"Tokyo","dim_v32":"low","key_n98":true,"col_f31":"pending"}],"col_s59":[false,false,false,true]} | Missing closing brace | {"col_o37":"pending","col_v74":497.35,"prop_m23":[{"param_d37":true,"key_n42":74.31,"key_h41":"new","attr_i06":"demo","key_n98":false},{"param_d37":false,"key_n42":937.22,"attr_i06":"Tokyo","dim_v32":"low","key_n98":true,"col_f31":"pending"}],"col_s59":[false,false,false,true]} |
TASK repair_structured_output
SPEC
FIELD prop_g94 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_f41 TYPE integer REQUIRED no
FIELD param_f79 TYPE string REQUIRED no
FIELD key_c21 TYPE integer REQUIRED yes
FIELD attr_u17 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD... | {"prop_g94":"in_transit","prop_f41":675,"param_f79":"hello","key_c21":1000,"attr_u17":"berthed","dim_r17":"mode_c"} | single_quotes | {
"type": "object",
"properties": {
"prop_g94": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_f41": {
"type": "integer"
},
"param_f79": {
"type": "string"
},
"key_c21": {
"type": "... | {'prop_g94':'in_transit','prop_f41':675,'param_f79':'hello','key_c21':1000,'attr_u17':'berthed','dim_r17':'mode_c'} | Expecting property name enclosed in double quotes | {"prop_g94":"in_transit","prop_f41":675,"param_f79":"hello","key_c21":1000,"attr_u17":"berthed","dim_r17":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD param_n92 TYPE string REQUIRED no
FIELD val_f67 TYPE string REQUIRED no
FIELD attr_m11 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_m11":"bar" | {"attr_m11":"bar"} | truncated_object | {
"type": "object",
"properties": {
"param_n92": {
"type": "string"
},
"val_f67": {
"type": "string"
},
"attr_m11": {
"type": "string"
}
},
"required": [
"attr_m11"
]
} | {"attr_m11":"bar" | Unexpected end of JSON input — truncated object | {"attr_m11":"bar"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD message TYPE string VALUES option_a|option_b REQUIRED yes
FIELD status_code.freight_class TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD status_code.name.p... | {"brake_pressure":"type_c","message":"option_b","status_code":{"freight_class":"option_a","name":{"phenotype":"2023-12-25","crew_id":981},"version":909.89}} | extra_field | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"message": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
... | {"brake_pressure": "type_c", "message": "option_b", "status_code": {"freight_class": "option_a", "name": {"phenotype": "2023-12-25", "crew_id": 981}, "version": 909.89}, "extra_field_7769": "unexpected"} | Unknown field 'extra_field_7769' not defined in schema | {"brake_pressure":"type_c","message":"option_b","status_code":{"freight_class":"option_a","name":{"phenotype":"2023-12-25","crew_id":981},"version":909.89}} |
TASK repair_structured_output
SPEC
FIELD param_c55 TYPE number REQUIRED no
FIELD val_t83 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD val_o57 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_h33 TYPE integer REQUIRED yes
FIELD field_v70 TYPE string VALUES free|... | {"param_c55":745.3,"val_t83":"mode_c","val_o57":"unstable","key_h33":684,"field_v70":"free","param_c15":"cat_b"} | invalid_enum | {
"type": "object",
"properties": {
"param_c55": {
"type": "number"
},
"val_t83": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"val_o57": {
"type": "string",
"enum... | {"param_c55": 745.3, "val_t83": "mode_c", "val_o57": "unstable", "key_h33": 684, "field_v70": "free", "param_c15": "invalid_choice_168"} | Field 'param_c15' has invalid enum value 'invalid_choice_168', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f'] | {"param_c55":745.3,"val_t83":"mode_c","val_o57":"unstable","key_h33":684,"field_v70":"free","param_c15":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string_date-time REQUIRED yes
FIELD duration_ms TYPE number REQUIRED yes
FIELD end_date TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD website TYPE string REQUIRED no
FIELD status TYPE string_uri REQUIRED yes
FIELD velocity TYPE string... | {"brake_pressure":"2021-10-09T05:23:00Z","duration_ms":315.74,"end_date":"underway","website":"inactive","status":"https://data.com/v1","tags":"BRL"} | null_required | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"format": "date-time"
},
"duration_ms": {
"type": "number"
},
"end_date": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
... | {"brake_pressure": null, "duration_ms": 315.74, "end_date": "underway", "website": "inactive", "status": "https://data.com/v1", "tags": "BRL"} | Required field 'brake_pressure' is null | {"brake_pressure":"2021-10-09T05:23:00Z","duration_ms":315.74,"end_date":"underway","website":"inactive","status":"https://data.com/v1","tags":"BRL"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD reagent TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD values.build_status TYPE number REQUIRED no
FIELD values.label TYPE string_date-time REQUIRED no
FIELD values.frequency_hz[].end_date T... | {"item_id":"pending","reagent":"option_b","values":{"build_status":711.0,"label":"2023-12-14T16:02:00Z","frequency_hz":[{"end_date":"Silva","turbidity":"email","barcode":"test@test.io","amount":"open"}]},"notes":"level_2","last_name":{"build_status":true,"user_id":"hello","index":"pending"},"published":637} | missing_required | {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"reagent": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"values": {
... | {"item_id": "pending", "reagent": "option_b", "values": {"build_status": 711.0, "label": "2023-12-14T16:02:00Z", "frequency_hz": [{"end_date": "Silva", "turbidity": "email", "barcode": "test@test.io", "amount": "open"}]}, "last_name": {"build_status": true, "user_id": "hello", "index": "pending"}, "published": 637} | Required field 'notes' is missing | {"item_id":"pending","reagent":"option_b","values":{"build_status":711.0,"label":"2023-12-14T16:02:00Z","frequency_hz":[{"end_date":"Silva","turbidity":"email","barcode":"test@test.io","amount":"open"}]},"notes":"level_2","last_name":{"build_status":true,"user_id":"hello","index":"pending"},"published":637} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD aligned_pct.sensor_id TYPE number REQUIRED yes
FIELD aligned_pct.section TYPE number REQUIRED yes
FIELD aligned_pct.payment_status TYPE boolean REQUIRED no
FIELD aligned_pct.index TYPE strin... | {"aligned_pct":{"sensor_id":250.27,"section":634.9,"payment_status":true,"catalyst":null,"annotation":"Maria"},"language":null,"barcode":"2022-02-13T15:11:00Z","latitude":false} | boolean_as_string | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"aligned_pct": {
"type": "object",
"properties": {
"sensor_id": {
"type": "number"
... | {"aligned_pct": {"sensor_id": 250.27, "section": 634.9, "payment_status": true, "catalyst": null, "annotation": "Maria"}, "language": null, "barcode": "2022-02-13T15:11:00Z", "latitude": "no"} | Field 'latitude' must be boolean, got string | {"aligned_pct":{"sensor_id":250.27,"section":634.9,"payment_status":true,"catalyst":null,"annotation":"Maria"},"language":null,"barcode":"2022-02-13T15:11:00Z","latitude":false} |
TASK repair_structured_output
SPEC
FIELD allele.age.phone TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD allele.age.throttle_pos TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD allele.age.verified TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD allele.age.category TYPE number REQUIRE... | {"allele":{"age":{"phone":"pending","throttle_pos":"EUR","verified":"GBP","category":933.77,"branch":847},"position":966},"type":645,"format":976,"count":"A short description.","values":"example","diagnosis_code":"bar"} | truncated_array | {
"type": "object",
"properties": {
"allele": {
"type": "object",
"properties": {
"age": {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"active",
"inactive",
... | {"allele":{"age":{"phone":"pending","throttle_pos":"EUR","verified":"GBP","category":933.77,"branch":847},"position":966},"type":645,"format":976,"count":"A short description.","values":"example","diagnosis_code":"bar" | Unexpected end of JSON input — truncated object | {"allele":{"age":{"phone":"pending","throttle_pos":"EUR","verified":"GBP","category":933.77,"branch":847},"position":966},"type":645,"format":976,"count":"A short description.","values":"example","diagnosis_code":"bar"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD credit_score TYPE integer REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD wavelength TYPE number REQUIRED yes
FIELD amplitude TYPE string REQUIRED yes
FIELD bed_number TYPE integer REQUIRED yes
FIELD iso... | {"footnote":"phone","credit_score":885,"chapter":"2024-01-15","wavelength":730.3,"amplitude":"bar","bed_number":776,"isotope":"mode_e"} | tool_call_partial_args | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"credit_score": {
"type": "integer"
},
"chapter": {
"type": "string"
},
"wavelength": {
"type": "number"
... | Let me check the system.
Action: read_sensor_array
Arguments: {"footnote": "phone", "credit_score": 885, "chapter": "2024-01-15", "wavelength": 730.3, "amplitude": "bar", "isotope": "mode_e"} | Agent tool call missing required parameter 'bed_number' | {"footnote":"phone","credit_score":885,"chapter":"2024-01-15","wavelength":730.3,"amplitude":"bar","bed_number":776,"isotope":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD col_i85 TYPE integer REQUIRED no
FIELD key_v72 TYPE integer REQUIRED no
FIELD param_q64 TYPE null REQUIRED yes
FIELD dim_u11.col_e05 TYPE boolean REQUIRED yes
FIELD dim_u11.field_k33 TYPE boolean REQUIRED no
FIELD dim_u11.field_t74 TYPE integer REQUIRED yes
FIELD dim_u11.col_q2... | {"col_i85":886,"key_v72":56,"param_q64":null,"dim_w22":"missense","dim_v09":948,"field_p05":true} | markdown_fences | {
"type": "object",
"properties": {
"col_i85": {
"type": "integer"
},
"key_v72": {
"type": "integer"
},
"param_q64": {
"type": "null"
},
"dim_u11": {
"type": "object",
"properties": {
"col_e05": {
"type": "boolean"
},
"field... | ```json
{"col_i85":886,"key_v72":56,"param_q64":null,"dim_w22":"missense","dim_v09":948,"field_p05":true}
``` | Output contains markdown code fences | {"col_i85":886,"key_v72":56,"param_q64":null,"dim_w22":"missense","dim_v09":948,"field_p05":true} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string_email REQUIRED no
FIELD credit_score TYPE string REQUIRED yes
FIELD version TYPE string REQUIRED no
FIELD notes TYPE number REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES active|inactive|pending REQUIRED no
BROKEN_OUTPUT
{footnote:"info@example.com"... | {"footnote":"info@example.com","credit_score":"QC-07","version":"Maria","dissolved_oxygen":"active"} | unquoted_keys | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"format": "email"
},
"credit_score": {
"type": "string"
},
"version": {
"type": "string"
},
"notes": {
"type": "number"
},
"dissolved_oxygen": {
"type": "string",
"enum":... | {footnote:"info@example.com",credit_score:"QC-07",version:"Maria",dissolved_oxygen:"active"} | Expecting property name enclosed in double quotes | {"footnote":"info@example.com","credit_score":"QC-07","version":"Maria","dissolved_oxygen":"active"} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE string_date-time REQUIRED yes
FIELD strand TYPE string REQUIRED no
FIELD phone[].feedback TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD phone[].count TYPE integer REQUIRED no
FIELD phone[].state TYPE array REQUIRED yes
FIELD shipper_ref[] TYPE n... | {"humidity_pct":"2024-06-15T08:14:00Z","strand":"user@domain.com","phone":[{"feedback":"level_3","state":["cat_c","cat_c","cat_b"]},{"state":["cat_a","cat_a"]},{"state":["cat_c"]}],"shipper_ref":[984.47,699.44,955.07,847.76]} | missing_brace | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "string",
"format": "date-time"
},
"strand": {
"type": "string"
},
"phone": {
"type": "array",
"items": {
"type": "object",
"properties": {
"feedback": {
"type": "str... | {"humidity_pct":"2024-06-15T08:14:00Z","strand":"user@domain.com","phone":[{"feedback":"level_3","state":["cat_c","cat_c","cat_b"]},{"state":["cat_a","cat_a"]},{"state":["cat_c"]],"shipper_ref":[984.47,699.44,955.07,847.76]} | Missing closing brace | {"humidity_pct":"2024-06-15T08:14:00Z","strand":"user@domain.com","phone":[{"feedback":"level_3","state":["cat_c","cat_c","cat_b"]},{"state":["cat_a","cat_a"]},{"state":["cat_c"]}],"shipper_ref":[984.47,699.44,955.07,847.76]} |
TASK repair_structured_output
SPEC
FIELD prop_b63 TYPE string_email REQUIRED no
FIELD attr_p95 TYPE string REQUIRED yes
FIELD dim_p13 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"prop_b63":"adm... | {"prop_b63":"admin@example.com","attr_p95":"GRCh38","dim_p13":478} | thought_process | {
"type": "object",
"properties": {
"prop_b63": {
"type": "string",
"format": "email"
},
"attr_p95": {
"type": "string"
},
"dim_p13": {
"type": "integer"
}
},
"required": [
"attr_p95",
"dim_p13"
]
} | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"prop_b63":"admin@example.com","attr_p95":"GRCh38","dim_p13":478} | Output contains chain-of-thought reasoning before JSON | {"prop_b63":"admin@example.com","attr_p95":"GRCh38","dim_p13":478} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD vital_sign TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD coverage TYPE string REQUIRED yes
FIELD filter_flag TYPE number REQUIRED no
FIELD first_name TYPE string VALUES low|med... | {"freight_class":"level_2","vital_sign":"new","coverage":"sample","filter_flag":99.81,"maturity_date":true,"umi":true} | number_with_unit | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"vital_sign": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
... | {"freight_class": "level_2", "vital_sign": "new", "coverage": "sample", "filter_flag": "99.81cm", "maturity_date": true, "umi": true} | Field 'filter_flag' must be number, got string with unit | {"freight_class":"level_2","vital_sign":"new","coverage":"sample","filter_flag":99.81,"maturity_date":true,"umi":true} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD notes TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD feedback TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD id TYPE string REQUIRED yes
BROKEN_OUTPUT
<functio... | {"ph_level":"type_c","notes":"EUR","feedback":"mode_a","id":"world"} | tool_call_bad_format | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"notes": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | <functioncall> validate_address
{ph_level: "type_c", notes: "EUR", feedback: "mode_a", id: "world"} | Tool call has malformed arguments — unquoted keys in function parameters | {"ph_level":"type_c","notes":"EUR","feedback":"mode_a","id":"world"} |
TASK repair_structured_output
SPEC
FIELD step TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD published TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD tags TYPE integer REQUIRED yes
FIELD throttle_pos TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> check_availability
{step:... | {"step":"cat_a","published":"mode_b","tags":763,"throttle_pos":"qux"} | tool_call_bad_format | {
"type": "object",
"properties": {
"step": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"published": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c... | <functioncall> check_availability
{step: "cat_a", published: "mode_b", tags: 763, throttle_pos: "qux"} | Tool call has malformed arguments — unquoted keys in function parameters | {"step":"cat_a","published":"mode_b","tags":763,"throttle_pos":"qux"} |
TASK repair_structured_output
SPEC
FIELD param_q43 TYPE string_email REQUIRED yes
FIELD dim_t72 TYPE boolean REQUIRED yes
FIELD key_y34 TYPE integer REQUIRED yes
FIELD field_y03 TYPE number REQUIRED yes
FIELD attr_v91 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
BROKEN_OUTPUT
{"param_q43":"ops@exam... | {"param_q43":"ops@example.com","dim_t72":false,"key_y34":94,"field_y03":419.5,"attr_v91":"resolved"} | truncated_array | {
"type": "object",
"properties": {
"param_q43": {
"type": "string",
"format": "email"
},
"dim_t72": {
"type": "boolean"
},
"key_y34": {
"type": "integer"
},
"field_y03": {
"type": "number"
},
"attr_v91": {
"type": "string",
"enum": [
... | {"param_q43":"ops@example.com","dim_t72":false,"key_y34":94,"field_y03":419.5,"attr_v91":"resolved" | Unexpected end of JSON input — truncated object | {"param_q43":"ops@example.com","dim_t72":false,"key_y34":94,"field_y03":419.5,"attr_v91":"resolved"} |
TASK repair_structured_output
SPEC
FIELD dim_g65.val_q24 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_g65.dim_m38 TYPE integer REQUIRED no
FIELD dim_g65.key_g02.col_d21 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD dim_g65.key_g02.col_i96 TYPE string VALUES opera... | {"dim_g65":{"val_q24":"open","dim_m38":889,"key_g02":{"col_d21":"heterozygous","col_i96":"degraded","key_v64":204.6,"param_q04":414,"prop_b11":"hello"}},"param_i38":"info@domain.org","val_c52":true,"prop_q56":"Silva","col_g37":"2021-03-23T06:13:00Z","val_a07":"Luis","prop_p49":"inactive","dim_o61":644} | partial_structure | {
"type": "object",
"properties": {
"dim_g65": {
"type": "object",
"properties": {
"val_q24": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_m38": {
"t... | The prop_p49 is inactive and {"dim_g65":{"val_q24":"open","dim_m38":889,"key_g02":{"col_d21":"heterozygous","col_i96":"degraded","key_v64":204.6,"param_q04":414,"prop_b11":"hello"}},"param_i38":"info@domain.org","val_c52":true,"prop_q56":"Silva","col_g37":"2021-03-23T06:13:00Z","val_a07":"Luis","prop_p49":"inactive","d... | Output mixes natural language with JSON | {"dim_g65":{"val_q24":"open","dim_m38":889,"key_g02":{"col_d21":"heterozygous","col_i96":"degraded","key_v64":204.6,"param_q04":414,"prop_b11":"hello"}},"param_i38":"info@domain.org","val_c52":true,"prop_q56":"Silva","col_g37":"2021-03-23T06:13:00Z","val_a07":"Luis","prop_p49":"inactive","dim_o61":644} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD dosage TYPE string_uri REQUIRED no
FIELD discount TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD amplitude TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIE... | {"strand":"level_1","dosage":"https://data.org/v1","discount":"type_c","amplitude":"type_d","frequency_hz":667} | extra_text_after | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"dosage": {
"type": "string",
"format": "uri"
},
"discount": {
"type": "string",
"enum": [
"type_a",
... | {"strand":"level_1","dosage":"https://data.org/v1","discount":"type_c","amplitude":"type_d","frequency_hz":667}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"strand":"level_1","dosage":"https://data.org/v1","discount":"type_c","amplitude":"type_d","frequency_hz":667} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE boolean REQUIRED no
FIELD color TYPE string VALUES draft|published|archived REQUIRED yes
FIELD feedback TYPE integer REQUIRED yes
FIELD status_code TYPE string REQUIRED no
FIELD footnote TYPE boolean REQUIRED yes
FIELD weight TYPE integer REQUIRED yes
FIELD dos... | {"color":"archived","feedback":342,"status_code":"approved","footnote":false,"weight":376} | tool_call_bad_format | {
"type": "object",
"properties": {
"terminal_id": {
"type": "boolean"
},
"color": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"feedback": {
"type": "integer"
},
"status_code": {
"type": "string"
},
... | <functioncall> get_inventory
{color: "archived", feedback: 342, status_code: "approved", footnote: false, weight: 376} | Tool call has malformed arguments — unquoted keys in function parameters | {"color":"archived","feedback":342,"status_code":"approved","footnote":false,"weight":376} |
TASK repair_structured_output
SPEC
FIELD col_j53 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_t78 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_y54 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
{"col_j53": "phone", "param_t78": "berthed... | {"col_j53":"phone","param_t78":"berthed","attr_y54":"in_transit"} | extra_field | {
"type": "object",
"properties": {
"col_j53": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_t78": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
... | {"col_j53": "phone", "param_t78": "berthed", "attr_y54": "in_transit", "extra_value_2117": 42} | Unknown field 'extra_value_2117' not defined in schema | {"col_j53":"phone","param_t78":"berthed","attr_y54":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD catalyst.tags TYPE string VALUES single|married|divorced REQUIRED yes
FIELD catalyst.catalyst TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD catalyst.start_date TYPE string_uri REQUIRED no
FIELD catalyst.conductivity TYPE integer REQUIRED no
FIELD... | {"catalyst":{"tags":"divorced","catalyst":"degraded","start_date":"https://data.io/api","conductivity":686,"nickname":"completed","medication":null,"reagent":"test@domain.org"},"currency":{"chapter":"Bob","current_draw":31.65,"coverage":447.72,"altitude":["foo","Hapag-Lloyd-Express","Alice"]},"score":"REV","altitude":"... | agent_chain | {
"type": "object",
"properties": {
"catalyst": {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"catalyst": {
"type": "string",
... | I need to look up the information first.
Action: assign_berth
Result: {"catalyst": {"tags": "divorced", "catalyst": "degraded", "start_date": "https://data.io/api", "conductivity": 686, "nickname": "completed", "medication": null, "reagent": "test@domain.org"}, "score": "REV", "altitude": "basic", "timezone": 478}
Pro... | Agent multi-step chain with truncated tool output | {"catalyst":{"tags":"divorced","catalyst":"degraded","start_date":"https://data.io/api","conductivity":686,"nickname":"completed","medication":null,"reagent":"test@domain.org"},"currency":{"chapter":"Bob","current_draw":31.65,"coverage":447.72,"altitude":["foo","Hapag-Lloyd-Express","Alice"]},"score":"REV","altitude":"... |
TASK repair_structured_output
SPEC
FIELD val_t65 TYPE string REQUIRED yes
FIELD col_p97 TYPE integer REQUIRED no
FIELD attr_o12 TYPE string REQUIRED no
FIELD key_y35 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD col_l71 TYPE string_email REQUIRED yes
FIELD key_q69 TYPE string RE... | {"val_t65":"Charlie","col_p97":94,"attr_o12":"Diana","key_y35":"level_6","col_l71":"info@test.io","key_q69":"test@example.com"} | truncated_object | {
"type": "object",
"properties": {
"val_t65": {
"type": "string"
},
"col_p97": {
"type": "integer"
},
"attr_o12": {
"type": "string"
},
"key_y35": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | {"val_t65":"Charlie","col_p97":94,"attr_o12":"Diana","key_y35":"level_6","col_l71":"info@test.io","key_q69":"test@example.com" | Unexpected end of JSON input — truncated object | {"val_t65":"Charlie","col_p97":94,"attr_o12":"Diana","key_y35":"level_6","col_l71":"info@test.io","key_q69":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_h22 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_v30 TYPE string REQUIRED yes
FIELD key_a25.param_o86 TYPE null REQUIRED no
FIELD key_a25.val_m15 TYPE string REQUIRED yes
FIELD key_a25.dim_m70.val_g82 TYPE string REQUIRED yes
FIELD key_a25.dim_m70.key_... | {"prop_h22":"inactive","key_v30":"Santos","key_a25":{"val_m15":"Oliveira","dim_m70":{"val_g82":"Luis","key_k53":"email","field_u21":633,"attr_t23":"admin@example.com","param_j59":"active"},"prop_b03":"https://api.org/data"},"key_y13":{"key_e70":741.99,"val_b33":"homozygous","dim_l27":{"field_q93":"single","dim_l71":nul... | null_required | {
"type": "object",
"properties": {
"prop_h22": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_v30": {
"type": "string"
},
"key_a25": {
"type": "object",
"properties": {
"param_o86": {
"type": ... | {"prop_h22": "inactive", "key_v30": null, "key_a25": {"val_m15": "Oliveira", "dim_m70": {"val_g82": "Luis", "key_k53": "email", "field_u21": 633, "attr_t23": "admin@example.com", "param_j59": "active"}, "prop_b03": "https://api.org/data"}, "key_y13": {"key_e70": 741.99, "val_b33": "homozygous", "dim_l27": {"field_q93":... | Required field 'key_v30' is null | {"prop_h22":"inactive","key_v30":"Santos","key_a25":{"val_m15":"Oliveira","dim_m70":{"val_g82":"Luis","key_k53":"email","field_u21":633,"attr_t23":"admin@example.com","param_j59":"active"},"prop_b03":"https://api.org/data"},"key_y13":{"key_e70":741.99,"val_b33":"homozygous","dim_l27":{"field_q93":"single","dim_l71":nul... |
TASK repair_structured_output
SPEC
FIELD price TYPE number REQUIRED no
FIELD collateral TYPE boolean REQUIRED no
FIELD pressure_kpa TYPE string_email REQUIRED yes
FIELD filter_flag.score TYPE string_date-time REQUIRED yes
FIELD filter_flag.length TYPE integer REQUIRED no
FIELD filter_flag.count TYPE string REQUIRED ye... | {"price":205.68,"collateral":false,"pressure_kpa":"info@domain.org","filter_flag":{"score":"2026-12-08T16:37:00Z","length":960,"count":"quux","strand":"Luis","vessel_name":null},"altitude":682} | partial_structure | {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"collateral": {
"type": "boolean"
},
"pressure_kpa": {
"type": "string",
"format": "email"
},
"filter_flag": {
"type": "object",
"properties": {
"score": {
"type": "st... | The altitude is 682 and {"price":205.68,"collateral":false,"pressure_kpa":"info@domain.org","filter_flag":{"score":"2026-12-08T16:37:00Z","length":960,"count":"quux","strand":"Luis","vessel_name":null},"altitude":682} | Output mixes natural language with JSON | {"price":205.68,"collateral":false,"pressure_kpa":"info@domain.org","filter_flag":{"score":"2026-12-08T16:37:00Z","length":960,"count":"quux","strand":"Luis","vessel_name":null},"altitude":682} |
TASK repair_structured_output
SPEC
FIELD col_f52 TYPE boolean REQUIRED yes
FIELD prop_y76.prop_y13 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_y76.val_f82 TYPE integer REQUIRED yes
FIELD prop_y76.field_s99 TYPE string_uri REQUIRED yes
FIELD prop_y76.param_l00 TYPE number REQU... | {"col_f52":true,"prop_y76":{"prop_y13":"pending_review","val_f82":412,"field_s99":"https://data.io/v1","param_l00":371.53},"key_f18":710,"key_a59":"cancelled","field_p34":"unstable","col_p03":"nonsense"} | partial_structure | {
"type": "object",
"properties": {
"col_f52": {
"type": "boolean"
},
"prop_y76": {
"type": "object",
"properties": {
"prop_y13": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escala... | The prop_y76 is {'prop_y13': 'pending_review', 'val_f82': 412, 'field_s99': 'https://data.io/v1', 'param_l00': 371.53} and {"col_f52":true,"prop_y76":{"prop_y13":"pending_review","val_f82":412,"field_s99":"https://data.io/v1","param_l00":371.53},"key_f18":710,"key_a59":"cancelled","field_p34":"unstable","col_p03":"nons... | Output mixes natural language with JSON | {"col_f52":true,"prop_y76":{"prop_y13":"pending_review","val_f82":412,"field_s99":"https://data.io/v1","param_l00":371.53},"key_f18":710,"key_a59":"cancelled","field_p34":"unstable","col_p03":"nonsense"} |
TASK repair_structured_output
SPEC
FIELD dim_w55 TYPE integer REQUIRED yes
FIELD param_j44 TYPE boolean REQUIRED no
FIELD field_u06 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
BROKEN_OUTPUT
assign_berth(dim_w55=67, param_j44=False) | {"dim_w55":67,"param_j44":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_w55": {
"type": "integer"
},
"param_j44": {
"type": "boolean"
},
"field_u06": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
}
},
"required": [
"dim_w55... | assign_berth(dim_w55=67, param_j44=False) | Tool call uses Python syntax instead of JSON | {"dim_w55":67,"param_j44":false} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string_email REQUIRED yes
FIELD user_id TYPE string REQUIRED no
FIELD longitude TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD deploy_target TYPE string REQUIRED yes
BROKEN_OUTPUT
{first_name:"test@example.com",user_id:"QC-07",longitude:"pro",d... | {"first_name":"test@example.com","user_id":"QC-07","longitude":"pro","deploy_target":"qux"} | unquoted_keys | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"format": "email"
},
"user_id": {
"type": "string"
},
"longitude": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"deploy_tar... | {first_name:"test@example.com",user_id:"QC-07",longitude:"pro",deploy_target:"qux"} | Expecting property name enclosed in double quotes | {"first_name":"test@example.com","user_id":"QC-07","longitude":"pro","deploy_target":"qux"} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE integer REQUIRED yes
FIELD catalyst TYPE string REQUIRED yes
FIELD ph_level TYPE string REQUIRED no
BROKEN_OUTPUT
"berth_slot":644,"catalyst":"Sao Paulo","ph_level":"https://api.example.com/v1"} | {"berth_slot":644,"catalyst":"Sao Paulo","ph_level":"https://api.example.com/v1"} | missing_brace | {
"type": "object",
"properties": {
"berth_slot": {
"type": "integer"
},
"catalyst": {
"type": "string"
},
"ph_level": {
"type": "string"
}
},
"required": [
"catalyst",
"berth_slot"
]
} | "berth_slot":644,"catalyst":"Sao Paulo","ph_level":"https://api.example.com/v1"} | Missing closing brace | {"berth_slot":644,"catalyst":"Sao Paulo","ph_level":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD val_i53 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD dim_x64 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD attr_v77 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
BROKEN_OUTPUT
{"val_i53": "invalid_choice_268", ... | {"val_i53":"type_c","dim_x64":"mode_e"} | invalid_enum | {
"type": "object",
"properties": {
"val_i53": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"dim_x64": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
... | {"val_i53": "invalid_choice_268", "dim_x64": "mode_e"} | Field 'val_i53' has invalid enum value 'invalid_choice_268', expected one of ['type_a', 'type_b', 'type_c'] | {"val_i53":"type_c","dim_x64":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD param_h57 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD val_i33 TYPE string_uri REQUIRED yes
FIELD prop_f44 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Sure, here's the result:
```json
{"param_h57":"inactive","val_i33":"https://www.org/api","prop_f44":770}
```
Feel... | {"param_h57":"inactive","val_i33":"https://www.org/api","prop_f44":770} | markdown_explanation | {
"type": "object",
"properties": {
"param_h57": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_i33": {
"type": "string",
"format": "uri"
},
"prop_f44": {
"type": "integer"
}
},
"required": [
"prop_f... | Sure, here's the result:
```json
{"param_h57":"inactive","val_i33":"https://www.org/api","prop_f44":770}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"param_h57":"inactive","val_i33":"https://www.org/api","prop_f44":770} |
TASK repair_structured_output
SPEC
FIELD prop_c53.col_b03 TYPE string REQUIRED yes
FIELD prop_c53.col_j20 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_c53.val_r41 TYPE number REQUIRED yes
FIELD prop_c53.param_c11 TYPE string REQUIRED no
FIELD prop_c53.val_i84 TYPE string VALUES mode_a|mo... | {"prop_c53":{"col_b03":"REV","col_j20":"in_transit","val_r41":480.37,"param_c11":"PASS","val_i84":"mode_a","param_f96":"PASS"},"attr_w73":646,"dim_h70":true,"attr_w62":"https://data.org/data","attr_u76":73.2,"param_d19":false} | wrong_type | {
"type": "object",
"properties": {
"prop_c53": {
"type": "object",
"properties": {
"col_b03": {
"type": "string"
},
"col_j20": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"retur... | {"prop_c53": {"col_b03": "REV", "col_j20": "in_transit", "val_r41": 480.37, "param_c11": "PASS", "val_i84": "mode_a", "param_f96": "PASS"}, "attr_w73": 646, "dim_h70": true, "attr_w62": "https://data.org/data", "attr_u76": 73.2, "param_d19": "\"no\""} | Field 'param_d19' must be boolean, got string | {"prop_c53":{"col_b03":"REV","col_j20":"in_transit","val_r41":480.37,"param_c11":"PASS","val_i84":"mode_a","param_f96":"PASS"},"attr_w73":646,"dim_h70":true,"attr_w62":"https://data.org/data","attr_u76":73.2,"param_d19":false} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD total TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD procedure_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD temp_celsius TYPE string_date-time REQUIRED no
... | {"amplitude":"new","total":"BRL","temp_celsius":"2025-12-26T05:54:00Z","freight_class":"anchored","consignee":671} | truncated_object | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"total": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | {"amplitude":"new","total":"BRL","temp_celsius":"2025-12-26T05:54:00Z","freight_class":"anchored","consignee":671 | Unexpected end of JSON input — truncated object | {"amplitude":"new","total":"BRL","temp_celsius":"2025-12-26T05:54:00Z","freight_class":"anchored","consignee":671} |
TASK repair_structured_output
SPEC
FIELD department TYPE string REQUIRED yes
FIELD credit_score TYPE integer REQUIRED yes
FIELD notes TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD run_id TYPE number REQUIRED yes
BROKEN_OUTPUT
{"department":"inactive","credit_score":304,"notes":"mode_... | {"department":"inactive","credit_score":304,"notes":"mode_e","run_id":262.04} | missing_bracket | {
"type": "object",
"properties": {
"department": {
"type": "string"
},
"credit_score": {
"type": "integer"
},
"notes": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
... | {"department":"inactive","credit_score":304,"notes":"mode_e","run_id":262.04} | Missing closing bracket | {"department":"inactive","credit_score":304,"notes":"mode_e","run_id":262.04} |
TASK repair_structured_output
SPEC
FIELD dim_h79 TYPE integer REQUIRED no
FIELD param_o48 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD attr_v69 TYPE string REQUIRED no
FIELD key_o08 TYPE integer REQUIRED yes
FIELD param_v61 TYPE number REQUIRED no
FIELD prop_l82 TYPE number REQUIRED yes
FIEL... | {"dim_h79":571,"param_o48":"type_a","key_o08":261,"param_v61":689.53,"prop_l82":844.5,"prop_f21":"ops@domain.org"} | partial_structure | {
"type": "object",
"properties": {
"dim_h79": {
"type": "integer"
},
"param_o48": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"attr_v69": {
"type": "string"
},
"key_o08": {
... | I found that dim_h79 should be 571. {"dim_h79":571,"param_o48":"type_a","key_o08":261,"param_v61":689.53,"prop_l82":844.5,"prop_f21":"ops@domain.org"} | Output mixes natural language with JSON | {"dim_h79":571,"param_o48":"type_a","key_o08":261,"param_v61":689.53,"prop_l82":844.5,"prop_f21":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD shift_code.position TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD shift_code.subject TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD shift_code.currency TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD shift_code.visible TYPE integer R... | {"shift_code":{"position":"GBP","subject":"large","currency":"intermittent","visible":510,"transaction_id":"Oliveira"},"shipper_ref":459.4,"catalyst":"https://example.org/api","state":null} | unquoted_keys | {
"type": "object",
"properties": {
"shift_code": {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"subject": {
... | {shift_code:{position:"GBP",subject:"large",currency:"intermittent",visible:510,transaction_id:"Oliveira"},shipper_ref:459.4,catalyst:"https://example.org/api",state:null} | Expecting property name enclosed in double quotes | {"shift_code":{"position":"GBP","subject":"large","currency":"intermittent","visible":510,"transaction_id":"Oliveira"},"shipper_ref":459.4,"catalyst":"https://example.org/api","state":null} |
TASK repair_structured_output
SPEC
FIELD col_d31 TYPE string REQUIRED no
FIELD dim_q64 TYPE integer REQUIRED no
FIELD prop_o00 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD col_k47 TYPE integer REQUIRED no
FIELD prop_q91 TYPE number REQUIRED yes
FIELD val_e05 TYPE number REQUIRED yes
BROKEN_OUTPUT
Sure, here's... | {"col_d31":"John","dim_q64":684,"prop_o00":"level_2","col_k47":823,"prop_q91":40.54,"val_e05":183.56} | markdown_explanation | {
"type": "object",
"properties": {
"col_d31": {
"type": "string"
},
"dim_q64": {
"type": "integer"
},
"prop_o00": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"col_k47": {
"type": "integer"
},
"prop_q91": {
"ty... | Sure, here's the result:
```json
{"col_d31":"John","dim_q64":684,"prop_o00":"level_2","col_k47":823,"prop_q91":40.54,"val_e05":183.56}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"col_d31":"John","dim_q64":684,"prop_o00":"level_2","col_k47":823,"prop_q91":40.54,"val_e05":183.56} |
TASK repair_structured_output
SPEC
FIELD items TYPE string VALUES active|inactive|pending REQUIRED no
FIELD section TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD port_code TYPE boolean REQUIRED yes
FIELD quantity TYPE integer REQUIRED no
FIELD yield_pct[] TYPE string VALUES single|ma... | {"items":"active","section":"confirmed","port_code":false,"quantity":545} | number_with_unit | {
"type": "object",
"properties": {
"items": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"section": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
... | {"items": "active", "section": "confirmed", "port_code": false, "quantity": "545px"} | Field 'quantity' must be number, got string with unit | {"items":"active","section":"confirmed","port_code":false,"quantity":545} |
TASK repair_structured_output
SPEC
FIELD description TYPE number REQUIRED no
FIELD size TYPE integer REQUIRED yes
FIELD humidity_pct TYPE string REQUIRED yes
FIELD discount TYPE string REQUIRED no
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"d... | {"description":500.9,"size":717,"humidity_pct":"bar"} | thought_process | {
"type": "object",
"properties": {
"description": {
"type": "number"
},
"size": {
"type": "integer"
},
"humidity_pct": {
"type": "string"
},
"discount": {
"type": "string"
}
},
"required": [
"size",
"humidity_pct"
]
} | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"description":500.9,"size":717,"humidity_pct":"bar"} | Output contains chain-of-thought reasoning before JSON | {"description":500.9,"size":717,"humidity_pct":"bar"} |
TASK repair_structured_output
SPEC
FIELD field_f70 TYPE number REQUIRED yes
FIELD val_a66 TYPE string REQUIRED yes
FIELD field_c70 TYPE number REQUIRED yes
FIELD col_z33 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"field_f70": 999.79, "val_a66": null, "field_c70": 742.68, "col_z33": 802} | {"field_f70":999.79,"val_a66":"qux","field_c70":742.68,"col_z33":802} | null_required | {
"type": "object",
"properties": {
"field_f70": {
"type": "number"
},
"val_a66": {
"type": "string"
},
"field_c70": {
"type": "number"
},
"col_z33": {
"type": "integer"
}
},
"required": [
"col_z33",
"field_c70",
"val_a66",
"field_f70"
]
... | {"field_f70": 999.79, "val_a66": null, "field_c70": 742.68, "col_z33": 802} | Required field 'val_a66' is null | {"field_f70":999.79,"val_a66":"qux","field_c70":742.68,"col_z33":802} |
TASK repair_structured_output
SPEC
FIELD phone TYPE integer REQUIRED yes
FIELD branch TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD ph_level TYPE boolean REQUIRED no
FIELD vital_sign TYPE string REQUIRED no
FIELD organism.state TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD organism... | {"phone":469,"ph_level":true,"vital_sign":"Johnson","organism":{"state":"warning","end_date":false,"feedback":"archived"},"current_draw":{"company":"pro","tags":"heterozygous","strand":"chr1","turbidity":"white","cargo_type":"sample","decay_rate":825}} | wrong_type | {
"type": "object",
"properties": {
"phone": {
"type": "integer"
},
"branch": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"ph_level": {
"type": "boolean"
},
"vital_sign": {
"type":... | {"phone": 469, "ph_level": "\"yes\"", "vital_sign": "Johnson", "organism": {"state": "warning", "end_date": false, "feedback": "archived"}, "current_draw": {"company": "pro", "tags": "heterozygous", "strand": "chr1", "turbidity": "white", "cargo_type": "sample", "decay_rate": 825}} | Field 'ph_level' must be boolean, got string | {"phone":469,"ph_level":true,"vital_sign":"Johnson","organism":{"state":"warning","end_date":false,"feedback":"archived"},"current_draw":{"company":"pro","tags":"heterozygous","strand":"chr1","turbidity":"white","cargo_type":"sample","decay_rate":825}} |
TASK repair_structured_output
SPEC
FIELD dim_e89 TYPE string REQUIRED no
FIELD dim_q90 TYPE string_email REQUIRED yes
FIELD key_s27[].dim_y15 TYPE string REQUIRED yes
FIELD key_s27[].param_a17 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD key_s27[].dim_m94 TYPE string VALU... | {"dim_e89":"Oliveira","dim_q90":"test@domain.org","key_s27":[{"dim_y15":"completed","param_a17":"option_d","dim_m94":"large","val_a55":768,"col_v63":177},{"dim_y15":"chrX","param_a17":"option_a","dim_m94":"small","val_a55":539,"val_d30":"type_b","col_v63":869}]} | trailing_comma | {
"type": "object",
"properties": {
"dim_e89": {
"type": "string"
},
"dim_q90": {
"type": "string",
"format": "email"
},
"key_s27": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dim_y15": {
"type": "string"
... | {"dim_e89":"Oliveira","dim_q90":"test@domain.org","key_s27":[{"dim_y15":"completed","param_a17":"option_d","dim_m94":"large","val_a55":768,"col_v63":177,},{"dim_y15":"chrX","param_a17":"option_a","dim_m94":"small","val_a55":539,"val_d30":"type_b","col_v63":869}]} | Unexpected trailing comma | {"dim_e89":"Oliveira","dim_q90":"test@domain.org","key_s27":[{"dim_y15":"completed","param_a17":"option_d","dim_m94":"large","val_a55":768,"col_v63":177},{"dim_y15":"chrX","param_a17":"option_a","dim_m94":"small","val_a55":539,"val_d30":"type_b","col_v63":869}]} |
TASK repair_structured_output
SPEC
FIELD col_p25 TYPE null REQUIRED no
FIELD col_v14 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_y18 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_i34 TYPE string REQUIRED no
FIELD col_h86[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I foun... | {"col_v14":"pending","param_y18":"unstable","prop_i34":"world","col_h86":["completed","Alice","2024-01-15","Alice"]} | partial_structure | {
"type": "object",
"properties": {
"col_p25": {
"type": "null"
},
"col_v14": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_y18": {
"type": "string",
"enum": [
"reliable",
"unstable",
... | I found that col_v14 should be pending. {"col_v14":"pending","param_y18":"unstable","prop_i34":"world","col_h86":["completed","Alice","2024-01-15","Alice"]} | Output mixes natural language with JSON | {"col_v14":"pending","param_y18":"unstable","prop_i34":"world","col_h86":["completed","Alice","2024-01-15","Alice"]} |
TASK repair_structured_output
SPEC
FIELD param_l60 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_f44 TYPE string REQUIRED no
FIELD attr_w06 TYPE boolean REQUIRED yes
FIELD col_h01 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
BROKEN_OUTPUT
{"param_l60": "unstable", "attr... | {"param_l60":"unstable","attr_f44":"FWD","attr_w06":false,"col_h01":"mode_a"} | null_required | {
"type": "object",
"properties": {
"param_l60": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_f44": {
"type": "string"
},
"attr_w06": {
"type": "boolean"
},
"col_h01": {
"type": "string",
... | {"param_l60": "unstable", "attr_f44": "FWD", "attr_w06": null, "col_h01": "mode_a"} | Required field 'attr_w06' is null | {"param_l60":"unstable","attr_f44":"FWD","attr_w06":false,"col_h01":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD version TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD latitude TYPE integer REQUIRED yes
BROKEN_OUTPUT
I found that voltage should be JPY. {"voltage":"JPY","version":"in_transit","latitu... | {"voltage":"JPY","version":"in_transit","latitude":227} | partial_structure | {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"version": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | I found that voltage should be JPY. {"voltage":"JPY","version":"in_transit","latitude":227} | Output mixes natural language with JSON | {"voltage":"JPY","version":"in_transit","latitude":227} |
TASK repair_structured_output
SPEC
FIELD date TYPE string REQUIRED no
FIELD nickname TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD quantity[].total TYPE number REQUIRED no
FIELD quantity[].salinity TYPE string REQUIRED yes
FIELD quantity[].country TYPE null REQUIRED yes
FIELD quantity[].frequenc... | {"date":"REV","nickname":"intermittent","quantity":[{"salinity":"approved","country":null,"frequency_hz":915},{"total":628.68,"salinity":"test@example.com","country":null,"frequency_hz":805,"trace_id":"John"},{"total":20.12,"salinity":"John","country":null,"frequency_hz":44}]} | single_quotes | {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"nickname": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"quantity": {
"type": "array",
"items": {
"type": "object",
"propert... | {'date':'REV','nickname':'intermittent','quantity':[{'salinity':'approved','country':null,'frequency_hz':915},{'total':628.68,'salinity':'test@example.com','country':null,'frequency_hz':805,'trace_id':'John'},{'total':20.12,'salinity':'John','country':null,'frequency_hz':44}]} | Expecting property name enclosed in double quotes | {"date":"REV","nickname":"intermittent","quantity":[{"salinity":"approved","country":null,"frequency_hz":915},{"total":628.68,"salinity":"test@example.com","country":null,"frequency_hz":805,"trace_id":"John"},{"total":20.12,"salinity":"John","country":null,"frequency_hz":44}]} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE boolean REQUIRED yes
FIELD color TYPE string REQUIRED no
FIELD diagnosis_code TYPE integer REQUIRED no
FIELD bill_of_lading TYPE integer REQUIRED yes
FIELD zip_code[].diagnosis_code TYPE string_email REQUIRED yes
FIELD zip_code[].status TYPE string VALUES new|in... | {"chromosome":true,"color":"baz","diagnosis_code":41,"bill_of_lading":469,"yield_pct":[{"conductivity":"new","sensor_id":"homozygous","score":"pending"},{"conductivity":"new","sensor_id":"homozygous","score":"inactive","shipping":[null,null,null],"payment_status":[false,false,false,false]},{"conductivity":"in_transit",... | agent_chain | {
"type": "object",
"properties": {
"chromosome": {
"type": "boolean"
},
"color": {
"type": "string"
},
"diagnosis_code": {
"type": "integer"
},
"bill_of_lading": {
"type": "integer"
},
"zip_code": {
"type": "array",
"items": {
"type": ... | Let me check the system.
Action: calculate_price
Result: {"chromosome": true, "color": "baz", "diagnosis_code": 41, "yield_pct": [{"conductivity": "new", "sensor_id": "homozygous", "score": "pending"}, {"conductivity": "new", "sensor_id": "homozygous", "score": "inactive", "shipping": [null, null, null], "payment_statu... | Agent multi-step chain with truncated tool output | {"chromosome":true,"color":"baz","diagnosis_code":41,"bill_of_lading":469,"yield_pct":[{"conductivity":"new","sensor_id":"homozygous","score":"pending"},{"conductivity":"new","sensor_id":"homozygous","score":"inactive","shipping":[null,null,null],"payment_status":[false,false,false,false]},{"conductivity":"in_transit",... |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE string_email REQUIRED no
FIELD email TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD width TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD username TYPE boolean REQUIRED no
FIELD nickname TYPE string VALUES ope... | {"manifest_ref":"admin@test.io","email":"blue","width":"escalated","username":false,"nickname":"closed","level":"escalated","items":"https://api.io/v1","rating":513} | invalid_enum | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "string",
"format": "email"
},
"email": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"width": {
"type": "string",
"enum":... | {"manifest_ref": "admin@test.io", "email": "blue", "width": "escalated", "username": false, "nickname": "closed", "level": "invalid_choice_5", "items": "https://api.io/v1", "rating": 513} | Field 'level' has invalid enum value 'invalid_choice_5', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated'] | {"manifest_ref":"admin@test.io","email":"blue","width":"escalated","username":false,"nickname":"closed","level":"escalated","items":"https://api.io/v1","rating":513} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string REQUIRED yes
FIELD company TYPE number REQUIRED yes
FIELD cargo_type TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: create_order
Arguments: {"latitude": "A short description.", "company": 222.51} | {"latitude":"A short description.","company":222.51,"cargo_type":"level_1"} | tool_call_partial_args | {
"type": "object",
"properties": {
"latitude": {
"type": "string"
},
"company": {
"type": "number"
},
"cargo_type": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
}
},
"required": [
"cargo_type",
"latitude",
... | Let me check the system.
Action: create_order
Arguments: {"latitude": "A short description.", "company": 222.51} | Agent tool call missing required parameter 'cargo_type' | {"latitude":"A short description.","company":222.51,"cargo_type":"level_1"} |
TASK repair_structured_output
SPEC
FIELD prop_p70 TYPE null REQUIRED yes
FIELD prop_f44 TYPE string REQUIRED yes
FIELD val_d23 TYPE string REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="call_variants">
{"prop_p70":null,"prop_f44":"QC-07","val_d23":"2023-12-25"}
</tool_call.
The result is read... | {"prop_p70":null,"prop_f44":"QC-07","val_d23":"2023-12-25"} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_p70": {
"type": "null"
},
"prop_f44": {
"type": "string"
},
"val_d23": {
"type": "string"
}
},
"required": [
"prop_f44",
"val_d23",
"prop_p70"
]
} | Processing the request now.
<tool_call name="call_variants">
{"prop_p70":null,"prop_f44":"QC-07","val_d23":"2023-12-25"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"prop_p70":null,"prop_f44":"QC-07","val_d23":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD message TYPE number REQUIRED yes
FIELD notes TYPE integer REQUIRED yes
FIELD height TYPE string REQUIRED yes
BROKEN_OUTPUT
"message":374.71,"notes":454,"height":"active"} | {"message":374.71,"notes":454,"height":"active"} | missing_brace | {
"type": "object",
"properties": {
"message": {
"type": "number"
},
"notes": {
"type": "integer"
},
"height": {
"type": "string"
}
},
"required": [
"notes",
"height",
"message"
]
} | "message":374.71,"notes":454,"height":"active"} | Missing closing brace | {"message":374.71,"notes":454,"height":"active"} |
TASK repair_structured_output
SPEC
FIELD col_q27 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_u91 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_w39 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_b58 TYPE null REQUIRED yes
BROKEN_OUTPUT
The key_w3... | {"key_w39":"error","param_b58":null} | partial_structure | {
"type": "object",
"properties": {
"col_q27": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_u91": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
... | The key_w39 is error and {"key_w39":"error","param_b58":null} | Output mixes natural language with JSON | {"key_w39":"error","param_b58":null} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string REQUIRED no
FIELD allele TYPE boolean REQUIRED yes
FIELD consignee TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD commit_hash TYPE string_email REQUIRED no
FIELD crew_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD tot... | {"port_code":"chr1","allele":false,"consignee":"phone","commit_hash":"info@domain.org","crew_id":"in_transit","phone":"2021-08-17T18:34:00Z"} | truncated_array | {
"type": "object",
"properties": {
"port_code": {
"type": "string"
},
"allele": {
"type": "boolean"
},
"consignee": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"commit_hash": {
"type": "string",
... | {"port_code":"chr1","allele":false,"consignee":"phone","commit_hash":"info@domain.org","crew_id":"in_transit","phone":"2021-08-17T18:34:00Z" | Unexpected end of JSON input — truncated object | {"port_code":"chr1","allele":false,"consignee":"phone","commit_hash":"info@domain.org","crew_id":"in_transit","phone":"2021-08-17T18:34:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_m34 TYPE null REQUIRED yes
FIELD dim_q95 TYPE string REQUIRED no
FIELD attr_q86.attr_d24 TYPE number REQUIRED no
FIELD attr_q86.param_i49 TYPE integer REQUIRED yes
FIELD attr_q86.field_w74 TYPE null REQUIRED yes
FIELD attr_q86.attr_b25 TYPE string VALUES USD|EUR|GBP|BRL|JPY... | {"key_m34":null,"dim_q95":"example","key_h26":{"col_h89":"foo","attr_g14":true}} | partial_structure | {
"type": "object",
"properties": {
"key_m34": {
"type": "null"
},
"dim_q95": {
"type": "string"
},
"attr_q86": {
"type": "object",
"properties": {
"attr_d24": {
"type": "number"
},
"param_i49": {
"type": "integer"
},
... | Result: dim_q95=example, {"key_m34":null,"dim_q95":"example","key_h26":{"col_h89":"foo","attr_g14":true}} | Output mixes natural language with JSON | {"key_m34":null,"dim_q95":"example","key_h26":{"col_h89":"foo","attr_g14":true}} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE boolean REQUIRED yes
FIELD conductivity TYPE string VALUES single|married|divorced REQUIRED yes
FIELD vessel_name TYPE integer REQUIRED no
FIELD vital_sign TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"pressure_kpa":true,"conductivity":"married","vessel_name... | {"pressure_kpa":true,"conductivity":"married","vessel_name":841,"vital_sign":"ops@test.io"} | missing_bracket | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "boolean"
},
"conductivity": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"vessel_name": {
"type": "integer"
},
"vital_sign": {
"type": "string"... | {"pressure_kpa":true,"conductivity":"married","vessel_name":841,"vital_sign":"ops@test.io"} | Missing closing bracket | {"pressure_kpa":true,"conductivity":"married","vessel_name":841,"vital_sign":"ops@test.io"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.