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 credit_score TYPE string REQUIRED yes
FIELD crew_id TYPE integer REQUIRED yes
FIELD position TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"credit_score":"REV","crew_id":474,"position":"A short description."}
``` | {"credit_score":"REV","crew_id":474,"position":"A short description."} | markdown_fences | {
"type": "object",
"properties": {
"credit_score": {
"type": "string"
},
"crew_id": {
"type": "integer"
},
"position": {
"type": "string"
}
},
"required": [
"crew_id",
"credit_score",
"position"
]
} | ```json
{"credit_score":"REV","crew_id":474,"position":"A short description."}
``` | Output contains markdown code fences | {"credit_score":"REV","crew_id":474,"position":"A short description."} |
TASK repair_structured_output
SPEC
FIELD attr_y34 TYPE string REQUIRED no
FIELD val_b76.prop_x20.dim_h79 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD val_b76.prop_x20.val_d29 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_b76.prop_x20.val_w81 TYPE integer REQUIRED no
FIELD val_b76.prop... | {"attr_y34":"Hapag-Lloyd-Express","param_w11":"2024-01-15","attr_q07":null,"field_h16":"https://api.com/api"} | trailing_comma | {
"type": "object",
"properties": {
"attr_y34": {
"type": "string"
},
"val_b76": {
"type": "object",
"properties": {
"prop_x20": {
"type": "object",
"properties": {
"dim_h79": {
"type": "string",
"enum": [
... | {"attr_y34":"Hapag-Lloyd-Express","param_w11":"2024-01-15","attr_q07":null,"field_h16":"https://api.com/api",} | Unexpected trailing comma | {"attr_y34":"Hapag-Lloyd-Express","param_w11":"2024-01-15","attr_q07":null,"field_h16":"https://api.com/api"} |
TASK repair_structured_output
SPEC
FIELD field_m15 TYPE null REQUIRED no
FIELD key_q85 TYPE boolean REQUIRED yes
FIELD field_d87 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
<tool_call name="get_inventory">
{"field_m15":null,"key_q85":false,"field_d87":"USD"}
</tool_call.... | {"field_m15":null,"key_q85":false,"field_d87":"USD"} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_m15": {
"type": "null"
},
"key_q85": {
"type": "boolean"
},
"field_d87": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
}
},
"required": [
"key_q85",
... | Let me check the system.
<tool_call name="get_inventory">
{"field_m15":null,"key_q85":false,"field_d87":"USD"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"field_m15":null,"key_q85":false,"field_d87":"USD"} |
TASK repair_structured_output
SPEC
FIELD rating TYPE number REQUIRED no
FIELD lab_result TYPE boolean REQUIRED yes
FIELD collateral TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD product_id TYPE integer REQUIRED yes
FIELD frequency_hz TYPE string REQUIRED no
FIELD sensor_id TYPE string REQUIRED no... | {"lab_result":true,"collateral":"arctic","product_id":635,"frequency_hz":"demo","sensor_id":"London"} | tool_call_bad_format | {
"type": "object",
"properties": {
"rating": {
"type": "number"
},
"lab_result": {
"type": "boolean"
},
"collateral": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"product_id": {
"type": "... | <functioncall> get_inventory
{lab_result: true, collateral: "arctic", product_id: 635, frequency_hz: "demo", sensor_id: "London"} | Tool call has malformed arguments — unquoted keys in function parameters | {"lab_result":true,"collateral":"arctic","product_id":635,"frequency_hz":"demo","sensor_id":"London"} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE string_uri REQUIRED no
FIELD nickname TYPE integer REQUIRED no
FIELD language TYPE integer REQUIRED yes
FIELD maturity_date TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: create_ticket
Result: {"log_level": "https://data.com/api", "maturi... | {"log_level":"https://data.com/api","language":539,"maturity_date":"Oliveira"} | agent_chain | {
"type": "object",
"properties": {
"log_level": {
"type": "string",
"format": "uri"
},
"nickname": {
"type": "integer"
},
"language": {
"type": "integer"
},
"maturity_date": {
"type": "string"
}
},
"required": [
"language"
]
} | Let me check the system.
Action: create_ticket
Result: {"log_level": "https://data.com/api", "maturity_date": "Oliveira"}
Processing the request now.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"log_level":"https://data.com/api","language":539,"maturity_date":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD index TYPE string REQUIRED yes
FIELD wavelength TYPE null REQUIRED no
FIELD umi TYPE integer REQUIRED yes
FIELD country TYPE boolean REQUIRED no
FIELD end_date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD bed_number TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"index":... | {"index":"Bob","wavelength":null,"umi":242,"end_date":"GBP","bed_number":true} | number_with_unit | {
"type": "object",
"properties": {
"index": {
"type": "string"
},
"wavelength": {
"type": "null"
},
"umi": {
"type": "integer"
},
"country": {
"type": "boolean"
},
"end_date": {
"type": "string",
"enum": [
"USD",
"EUR",
... | {"index": "Bob", "wavelength": null, "umi": "242kg", "end_date": "GBP", "bed_number": true} | Field 'umi' must be number, got string with unit | {"index":"Bob","wavelength":null,"umi":242,"end_date":"GBP","bed_number":true} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE integer REQUIRED no
FIELD company TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD role TYPE string REQUIRED no
FIELD address TYPE string REQUIRED no
FIELD tax TYPE boolean REQUIRED no
FIELD deploy_target TYPE number REQUIRED yes
FIELD visible TY... | {"dosage":201,"company":"unstable","role":"Sao Paulo","address":"A short description.","deploy_target":186.18,"visible":"https://www.org/api"} | unquoted_keys | {
"type": "object",
"properties": {
"dosage": {
"type": "integer"
},
"company": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"role": {
"type": "string"
},
"address": {
"type": "string"
},
"ta... | {dosage:201,company:"unstable",role:"Sao Paulo",address:"A short description.",deploy_target:186.18,visible:"https://www.org/api"} | Expecting property name enclosed in double quotes | {"dosage":201,"company":"unstable","role":"Sao Paulo","address":"A short description.","deploy_target":186.18,"visible":"https://www.org/api"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD zip_code TYPE boolean REQUIRED no
FIELD size TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD current_draw.features TYPE string VALUES level_1|level_2|level_3|level_4... | {"user_id":"low","size":"option_b","current_draw":{"first_name":"Sao Paulo","crew_id":"MV-Evergreen-01","allele":194.02,"level":"mode_a","options":"push"}} | markdown_fences | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"zip_code": {
"type": "boolean"
},
"size": {
"type": "string",
"enum": [
"option_a",
"option_b... | ```json
{"user_id":"low","size":"option_b","current_draw":{"first_name":"Sao Paulo","crew_id":"MV-Evergreen-01","allele":194.02,"level":"mode_a","options":"push"}}
``` | Output contains markdown code fences | {"user_id":"low","size":"option_b","current_draw":{"first_name":"Sao Paulo","crew_id":"MV-Evergreen-01","allele":194.02,"level":"mode_a","options":"push"}} |
TASK repair_structured_output
SPEC
FIELD val_v63 TYPE null REQUIRED no
FIELD dim_h59.key_e39 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD dim_h59.prop_r54 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_h59.dim_s28 TYPE string REQUIRED no
FIELD dim_h59.field_e45 TYPE string VALUE... | {"val_v63":null,"dim_h59":{"key_e39":"moored","prop_r54":"BRL","dim_s28":"https://example.com","key_d11":"Bob"},"field_o39":506,"key_b87":"world","field_l61":"ops@domain.org","prop_a59":298} | extra_text_before | {
"type": "object",
"properties": {
"val_v63": {
"type": "null"
},
"dim_h59": {
"type": "object",
"properties": {
"key_e39": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]... | Pipeline result:
{"val_v63":null,"dim_h59":{"key_e39":"moored","prop_r54":"BRL","dim_s28":"https://example.com","key_d11":"Bob"},"field_o39":506,"key_b87":"world","field_l61":"ops@domain.org","prop_a59":298} | Output contains non-JSON text before the object | {"val_v63":null,"dim_h59":{"key_e39":"moored","prop_r54":"BRL","dim_s28":"https://example.com","key_d11":"Bob"},"field_o39":506,"key_b87":"world","field_l61":"ops@domain.org","prop_a59":298} |
TASK repair_structured_output
SPEC
FIELD col_b27 TYPE string_email REQUIRED yes
FIELD key_y87 TYPE string REQUIRED no
FIELD dim_x22 TYPE string REQUIRED no
BROKEN_OUTPUT
{"col_b27":"user@test.io","key_y87":"https://example.com","dim_x22":"Berlin" | {"col_b27":"user@test.io","key_y87":"https://example.com","dim_x22":"Berlin"} | truncated_object | {
"type": "object",
"properties": {
"col_b27": {
"type": "string",
"format": "email"
},
"key_y87": {
"type": "string"
},
"dim_x22": {
"type": "string"
}
},
"required": [
"col_b27"
]
} | {"col_b27":"user@test.io","key_y87":"https://example.com","dim_x22":"Berlin" | Unexpected end of JSON input — truncated object | {"col_b27":"user@test.io","key_y87":"https://example.com","dim_x22":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD field_w95 TYPE integer REQUIRED no
FIELD param_h07 TYPE boolean REQUIRED yes
FIELD dim_z65.key_j50 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_z65.prop_m07 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_z65.prop_h18 TYPE string VALUE... | {"param_h07":true,"dim_z65":{"prop_m07":"success","prop_h18":"info","attr_s87":"pending","dim_z37":"https://example.com/data","field_x54":448},"field_u57":844,"attr_l68":"2024-09-03T08:39:00Z","val_c47":"user@domain.com"} | agent_chain | {
"type": "object",
"properties": {
"field_w95": {
"type": "integer"
},
"param_h07": {
"type": "boolean"
},
"dim_z65": {
"type": "object",
"properties": {
"key_j50": {
"type": "string",
"enum": [
"red",
"blue",
... | Let me check the system.
Action: fetch_lab_result
Result: {"param_h07": true, "dim_z65": {"prop_m07": "success", "prop_h18": "info", "attr_s87": "pending", "dim_z37": "https://example.com/data", "field_x54": 448}, "attr_l68": "2024-09-03T08:39:00Z", "val_c47": "user@domain.com"}
I'll query our database.
Action: search... | Agent multi-step chain with truncated tool output | {"param_h07":true,"dim_z65":{"prop_m07":"success","prop_h18":"info","attr_s87":"pending","dim_z37":"https://example.com/data","field_x54":448},"field_u57":844,"attr_l68":"2024-09-03T08:39:00Z","val_c47":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD col_q03 TYPE string_email REQUIRED yes
FIELD field_e23 TYPE integer REQUIRED yes
FIELD field_s10 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_q03": "info@domain.org", "field_e23": "\"379\"", "field_s10": 904} | {"col_q03":"info@domain.org","field_e23":379,"field_s10":904} | wrong_type | {
"type": "object",
"properties": {
"col_q03": {
"type": "string",
"format": "email"
},
"field_e23": {
"type": "integer"
},
"field_s10": {
"type": "integer"
}
},
"required": [
"field_s10",
"col_q03",
"field_e23"
]
} | {"col_q03": "info@domain.org", "field_e23": "\"379\"", "field_s10": 904} | Field 'field_e23' must be integer, got string | {"col_q03":"info@domain.org","field_e23":379,"field_s10":904} |
TASK repair_structured_output
SPEC
FIELD attr_p39 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD val_y76 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_y48 TYPE number REQUIRED yes
FIELD prop_v42 TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{attr_p39:"fre... | {"attr_p39":"free","val_y76":"draft","attr_y48":682.53,"prop_v42":"low"} | unquoted_keys | {
"type": "object",
"properties": {
"attr_p39": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_y76": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"attr... | {attr_p39:"free",val_y76:"draft",attr_y48:682.53,prop_v42:"low"} | Expecting property name enclosed in double quotes | {"attr_p39":"free","val_y76":"draft","attr_y48":682.53,"prop_v42":"low"} |
TASK repair_structured_output
SPEC
FIELD key_y16 TYPE boolean REQUIRED yes
FIELD attr_t71.col_g35 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD attr_t71.key_j39 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_t71.col_z49 TYPE string VALUES open|in_progress|resolved|closed REQUIRED y... | {"key_y16":false,"attr_t71":{"col_g35":"inactive","key_j39":"warning","col_z49":"in_progress","key_l34":null,"val_j92":"PASS","key_n17":"info"},"attr_x16":"2023-05-09T23:14:00Z","prop_x97":41,"attr_y89":{"col_s98":514,"val_i70":"single"},"param_d21":876,"prop_q84":54.17,"key_y65":"quux"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_y16": {
"type": "boolean"
},
"attr_t71": {
"type": "object",
"properties": {
"col_g35": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
... | query_port_status(key_y16=False, attr_t71={'col_g35': 'inactive', 'key_j39': 'warning', 'col_z49': 'in_progress', 'key_l34': None, 'val_j92': 'PASS', 'key_n17': 'info'}, attr_x16='2023-05-09T23:14:00Z', prop_x97=41, attr_y89={'col_s98': 514, 'val_i70': 'single'}, param_d21=876, prop_q84=54.17, key_y65='quux') | Tool call uses Python syntax instead of JSON | {"key_y16":false,"attr_t71":{"col_g35":"inactive","key_j39":"warning","col_z49":"in_progress","key_l34":null,"val_j92":"PASS","key_n17":"info"},"attr_x16":"2023-05-09T23:14:00Z","prop_x97":41,"attr_y89":{"col_s98":514,"val_i70":"single"},"param_d21":876,"prop_q84":54.17,"key_y65":"quux"} |
TASK repair_structured_output
SPEC
FIELD message TYPE integer REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
FIELD current_draw TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD width TYPE boolean REQUIRED yes
FIELD build_status TYPE integer REQUIRED no
FIELD medication.discount TYPE boolean ... | {"message":589,"maturity_date":365,"current_draw":"success","width":false,"build_status":350,"medication":{"discount":true,"repository":"berthed","height":635},"height":"degraded"} | boolean_as_string | {
"type": "object",
"properties": {
"message": {
"type": "integer"
},
"maturity_date": {
"type": "integer"
},
"current_draw": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"width": {
"type": "b... | {"message": 589, "maturity_date": 365, "current_draw": "success", "width": "no", "build_status": 350, "medication": {"discount": true, "repository": "berthed", "height": 635}, "height": "degraded"} | Field 'width' must be boolean, got string | {"message":589,"maturity_date":365,"current_draw":"success","width":false,"build_status":350,"medication":{"discount":true,"repository":"berthed","height":635},"height":"degraded"} |
TASK repair_structured_output
SPEC
FIELD lane TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD message TYPE number REQUIRED yes
FIELD repository TYPE string REQUIRED no
FIELD role[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Below is the JSON object:
```json
{"lane":"maintenance","message":87... | {"lane":"maintenance","message":870.97,"repository":"Alice","role":["https://api.example.com/v1"]} | markdown_explanation | {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"message": {
"type": "number"
},
"repository": {
"type": "string"
},
"role": {
"type": "a... | Below is the JSON object:
```json
{"lane":"maintenance","message":870.97,"repository":"Alice","role":["https://api.example.com/v1"]}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"lane":"maintenance","message":870.97,"repository":"Alice","role":["https://api.example.com/v1"]} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD features TYPE string VALUES active|inactive|pending REQUIRED no
FIELD amplitude TYPE string VALUES draft|published|archived REQUIRED no
FIELD hazmat_code TYPE integer REQUIRED no
FIELD index TYPE b... | {"latitude":"heterozygous","index":false,"run_id":"2024-09-14T19:53:00Z"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"latitude": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"features": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"amplit... | Tool: run_diagnostics
Params: {"latitude": "heterozygous", "index": false, "run_id_name": "2024-09-14T19:53:00Z"} | Agent used wrong parameter name 'run_id_name' instead of 'run_id' | {"latitude":"heterozygous","index":false,"run_id":"2024-09-14T19:53:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_v50 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_u76 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD field_l08 TYPE null REQUIRED no
FIELD col_g44 TYPE null REQUIRED yes
FIELD col_w97 TYPE string VALUES new|in_transit|deli... | {"field_l08":null,"col_g44":null,"col_w97":"in_transit"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_v50": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_u76": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift... | queue_sequencing_run(field_l08=None, col_g44=None, col_w97='in_transit') | Tool call uses Python syntax instead of JSON | {"field_l08":null,"col_g44":null,"col_w97":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE string VALUES draft|published|archived REQUIRED no
FIELD zip_code TYPE integer REQUIRED yes
FIELD payment_status TYPE string REQUIRED no
BROKEN_OUTPUT
{'discount':'archived','zip_code':259,'payment_status':'New York'} | {"discount":"archived","zip_code":259,"payment_status":"New York"} | single_quotes | {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"zip_code": {
"type": "integer"
},
"payment_status": {
"type": "string"
}
},
"required": [
"zip_code"
]
} | {'discount':'archived','zip_code':259,'payment_status':'New York'} | Expecting property name enclosed in double quotes | {"discount":"archived","zip_code":259,"payment_status":"New York"} |
TASK repair_structured_output
SPEC
FIELD attr_d74 TYPE integer REQUIRED yes
FIELD col_r97 TYPE number REQUIRED yes
FIELD field_i27 TYPE null REQUIRED no
FIELD attr_s72[].field_v92 TYPE integer REQUIRED no
FIELD attr_s72[].key_p07 TYPE string_date-time REQUIRED yes
FIELD attr_s72[].dim_m71 TYPE string VALUES berthed|an... | {"attr_d74":211,"col_r97":623.38,"field_i27":null,"attr_s72":[{"key_p07":"2022-02-22T08:57:00Z","dim_m71":"underway","val_w32":398,"val_e37":["Maria"]},{"field_v92":255,"key_p07":"2020-02-23T05:31:00Z","val_w32":76,"val_e37":["Hapag-Lloyd-Express"]},{"field_v92":588,"key_p07":"2025-03-09T15:34:00Z","val_w32":825,"val_e... | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_d74": {
"type": "integer"
},
"col_r97": {
"type": "number"
},
"field_i27": {
"type": "null"
},
"attr_s72": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_v92": {
... | Let me check the system.
<tool_call name="update_record">
{"attr_d74":211,"col_r97":623.38,"field_i27":null,"attr_s72":[{"key_p07":"2022-02-22T08:57:00Z","dim_m71":"underway","val_w32":398,"val_e37":["Maria"]},{"field_v92":255,"key_p07":"2020-02-23T05:31:00Z","val_w32":76,"val_e37":["Hapag-Lloyd-Express"]},{"field_v92"... | Agent response mixes reasoning text with tool call | {"attr_d74":211,"col_r97":623.38,"field_i27":null,"attr_s72":[{"key_p07":"2022-02-22T08:57:00Z","dim_m71":"underway","val_w32":398,"val_e37":["Maria"]},{"field_v92":255,"key_p07":"2020-02-23T05:31:00Z","val_w32":76,"val_e37":["Hapag-Lloyd-Express"]},{"field_v92":588,"key_p07":"2025-03-09T15:34:00Z","val_w32":825,"val_e... |
TASK repair_structured_output
SPEC
FIELD thumbnail.pressure_kpa TYPE number REQUIRED yes
FIELD thumbnail.barcode TYPE integer REQUIRED no
FIELD thumbnail.count TYPE boolean REQUIRED no
FIELD thumbnail.bill_of_lading.score TYPE boolean REQUIRED no
FIELD thumbnail.bill_of_lading.section TYPE boolean REQUIRED yes
FIELD t... | {"thumbnail":{"pressure_kpa":951.01,"count":true,"bill_of_lading":{"score":false,"section":false,"interest_rate":"escalated","bearing":[305.37,792.53,707.0],"date":["info","warning","info"]}},"date":true,"diagnosis_code":"admin"} | missing_required | {
"type": "object",
"properties": {
"thumbnail": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "number"
},
"barcode": {
"type": "integer"
},
"count": {
"type": "boolean"
},
"bill_of_lading": {
... | {"thumbnail": {"pressure_kpa": 951.01, "count": true, "bill_of_lading": {"score": false, "section": false, "interest_rate": "escalated", "bearing": [305.37, 792.53, 707.0], "date": ["info", "warning", "info"]}}, "diagnosis_code": "admin"} | Required field 'date' is missing | {"thumbnail":{"pressure_kpa":951.01,"count":true,"bill_of_lading":{"score":false,"section":false,"interest_rate":"escalated","bearing":[305.37,792.53,707.0],"date":["info","warning","info"]}},"date":true,"diagnosis_code":"admin"} |
TASK repair_structured_output
SPEC
FIELD dim_f02 TYPE string REQUIRED yes
FIELD col_d71 TYPE string_date-time REQUIRED no
FIELD key_i38 TYPE string REQUIRED no
FIELD field_u02 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"dim_f02":"demo","col_d71":"2021-01-25T17:43:00Z","key_i38":"This is a test value." | {"dim_f02":"demo","col_d71":"2021-01-25T17:43:00Z","key_i38":"This is a test value."} | truncated_object | {
"type": "object",
"properties": {
"dim_f02": {
"type": "string"
},
"col_d71": {
"type": "string",
"format": "date-time"
},
"key_i38": {
"type": "string"
},
"field_u02": {
"type": "integer"
}
},
"required": [
"dim_f02"
]
} | {"dim_f02":"demo","col_d71":"2021-01-25T17:43:00Z","key_i38":"This is a test value." | Unexpected end of JSON input — truncated object | {"dim_f02":"demo","col_d71":"2021-01-25T17:43:00Z","key_i38":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD prop_n36 TYPE string REQUIRED no
FIELD val_z88 TYPE string_date-time REQUIRED no
FIELD key_r86 TYPE string_uri REQUIRED yes
FIELD dim_u17 TYPE string_date-time REQUIRED no
FIELD attr_y54 TYPE string_uri REQUIRED yes
FIELD dim_t76 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'prop_... | {"prop_n36":"Hapag-Lloyd-Express","val_z88":"2023-10-05T13:50:00Z","key_r86":"https://example.io/v1","dim_u17":"2023-12-19T04:16:00Z","attr_y54":"https://api.org/data","dim_t76":138} | single_quotes | {
"type": "object",
"properties": {
"prop_n36": {
"type": "string"
},
"val_z88": {
"type": "string",
"format": "date-time"
},
"key_r86": {
"type": "string",
"format": "uri"
},
"dim_u17": {
"type": "string",
"format": "date-time"
},
"attr_... | {'prop_n36':'Hapag-Lloyd-Express','val_z88':'2023-10-05T13:50:00Z','key_r86':'https://example.io/v1','dim_u17':'2023-12-19T04:16:00Z','attr_y54':'https://api.org/data','dim_t76':138} | Expecting property name enclosed in double quotes | {"prop_n36":"Hapag-Lloyd-Express","val_z88":"2023-10-05T13:50:00Z","key_r86":"https://example.io/v1","dim_u17":"2023-12-19T04:16:00Z","attr_y54":"https://api.org/data","dim_t76":138} |
TASK repair_structured_output
SPEC
FIELD col_a03 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD val_d95 TYPE null REQUIRED no
FIELD key_c05.val_t60 TYPE string_uri REQUIRED no
FIELD key_c05.dim_n43 TYPE null REQUIRED no
FIELD key_c05.val_k61 TYPE boolean REQUIRED no
FIELD key_c05.prop_i31... | {"val_d95":null,"key_c05":{"val_t60":"https://www.org/api","dim_n43":null,"val_k61":false,"prop_i31":754,"param_j08":{"param_f24":"demo","dim_y58":"2023-12-25","field_w72":"2020-06-22T11:44:00Z","key_b78":null,"prop_q86":237}},"param_y61":"Santos","param_q57":"GRCh38"} | extra_text_after | {
"type": "object",
"properties": {
"col_a03": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"val_d95": {
"type": "null"
},
"key_c05": {
"type": "object",
"properties": {
... | {"val_d95":null,"key_c05":{"val_t60":"https://www.org/api","dim_n43":null,"val_k61":false,"prop_i31":754,"param_j08":{"param_f24":"demo","dim_y58":"2023-12-25","field_w72":"2020-06-22T11:44:00Z","key_b78":null,"prop_q86":237}},"param_y61":"Santos","param_q57":"GRCh38"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"val_d95":null,"key_c05":{"val_t60":"https://www.org/api","dim_n43":null,"val_k61":false,"prop_i31":754,"param_j08":{"param_f24":"demo","dim_y58":"2023-12-25","field_w72":"2020-06-22T11:44:00Z","key_b78":null,"prop_q86":237}},"param_y61":"Santos","param_q57":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE boolean REQUIRED yes
FIELD loan_amount TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD consignee TYPE number REQUIRED yes
FIELD city TYPE boolean REQUIRED yes
FIELD feedback[] TYPE boolean REQUIRED no
FIELD bearing[].voltage TYPE number REQUIRED n... | {"full_name":false,"loan_amount":"red","consignee":825.19,"city":true,"feedback":[true,true]} | extra_text_before | {
"type": "object",
"properties": {
"full_name": {
"type": "boolean"
},
"loan_amount": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"consignee": {
"type": "number"
},
"city": {
"typ... | Here is the response in the requested format:
{"full_name":false,"loan_amount":"red","consignee":825.19,"city":true,"feedback":[true,true]} | Output contains non-JSON text before the object | {"full_name":false,"loan_amount":"red","consignee":825.19,"city":true,"feedback":[true,true]} |
TASK repair_structured_output
SPEC
FIELD attr_i55 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_j28 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD attr_c26 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_h21 TYPE integer REQUIRED no
FIE... | {"attr_i55":"in_transit","col_j28":"level_2","attr_c26":"sms","key_o39":"example"} | extra_text_before | {
"type": "object",
"properties": {
"attr_i55": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_j28": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4... | Here is the JSON you requested:
{"attr_i55":"in_transit","col_j28":"level_2","attr_c26":"sms","key_o39":"example"} | Output contains non-JSON text before the object | {"attr_i55":"in_transit","col_j28":"level_2","attr_c26":"sms","key_o39":"example"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES level_1|level_2 REQUIRED no
FIELD filter_flag TYPE string_date-time REQUIRED no
FIELD transaction_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD half_life TYPE null REQUIRED no
FIELD length TYPE boolean REQUIRED yes
FI... | {"status_code":"level_2","half_life":null,"length":false,"invoice_id":"https://api.io/v1"} | extra_field | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"filter_flag": {
"type": "string",
"format": "date-time"
},
"transaction_id": {
"type": "string",
"enum": [
"cat_a",
... | {"status_code": "level_2", "half_life": null, "length": false, "invoice_id": "https://api.io/v1", "extra_value_6643": 42} | Unknown field 'extra_value_6643' not defined in schema | {"status_code":"level_2","half_life":null,"length":false,"invoice_id":"https://api.io/v1"} |
TASK repair_structured_output
SPEC
FIELD company TYPE boolean REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD bill_of_lading TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD port_code TYPE null REQUIRED yes
FIELD size TYPE string VALUES pending_review|confirmed|rejected|escalated RE... | {"company":true,"bill_of_lading":"frameshift","port_code":null,"size":"rejected"} | invalid_enum | {
"type": "object",
"properties": {
"company": {
"type": "boolean"
},
"chapter": {
"type": "string"
},
"bill_of_lading": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"port_code": {
... | {"company": true, "bill_of_lading": "frameshift", "port_code": null, "size": "invalid_value_350"} | Field 'size' has invalid enum value 'invalid_value_350', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated'] | {"company":true,"bill_of_lading":"frameshift","port_code":null,"size":"rejected"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD patient_id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD order_id TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD length TYPE string REQUIRED yes
FIELD status TYPE number R... | {"patient_id":"level_3","length":"Maria","status":102.05,"sensor_id":662.0,"yield_pct":220.41} | missing_required | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"patient_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
... | {"patient_id": "level_3", "status": 102.05, "sensor_id": 662.0, "yield_pct": 220.41} | Required field 'length' is missing | {"patient_id":"level_3","length":"Maria","status":102.05,"sensor_id":662.0,"yield_pct":220.41} |
TASK repair_structured_output
SPEC
FIELD key_e93 TYPE string REQUIRED yes
FIELD field_e78 TYPE boolean REQUIRED yes
FIELD param_r90 TYPE null REQUIRED yes
FIELD prop_t68.prop_c05 TYPE integer REQUIRED no
FIELD prop_t68.attr_g44 TYPE boolean REQUIRED yes
FIELD prop_t68.attr_k03.key_e13 TYPE string REQUIRED no
FIELD pro... | {"key_e93":"Oliveira","field_e78":false,"param_r90":null,"prop_t68":{"attr_g44":true,"attr_k03":{"col_c91":"single","prop_n89":"cat_a","col_j77":741,"dim_m64":null,"param_a60":69}}} | truncated_object | {
"type": "object",
"properties": {
"key_e93": {
"type": "string"
},
"field_e78": {
"type": "boolean"
},
"param_r90": {
"type": "null"
},
"prop_t68": {
"type": "object",
"properties": {
"prop_c05": {
"type": "integer"
},
"at... | {"key_e93":"Oliveira","field_e78":false,"param_r90":null,"prop_t68":{"attr_g44":true,"attr_k03":{"col_c91":"single","prop_n89":"cat_a","col_j77":741,"dim_m64":null,"param_a60":69}} | Unexpected end of JSON input — truncated object | {"key_e93":"Oliveira","field_e78":false,"param_r90":null,"prop_t68":{"attr_g44":true,"attr_k03":{"col_c91":"single","prop_n89":"cat_a","col_j77":741,"dim_m64":null,"param_a60":69}}} |
TASK repair_structured_output
SPEC
FIELD attr_s89 TYPE string REQUIRED no
FIELD dim_s88 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_j08 TYPE string_date-time REQUIRED no
FIELD dim_f67 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD field_d13 TYPE string VALUES admin|editor|v... | {"attr_s89":"test@example.com","dim_s88":"enterprise","dim_f67":"inland","col_c68":807.67} | missing_required | {
"type": "object",
"properties": {
"attr_s89": {
"type": "string"
},
"dim_s88": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"field_j08": {
"type": "string",
"format": "date-time"
},
"dim_f67"... | {"attr_s89": "test@example.com", "dim_s88": "enterprise", "dim_f67": "inland"} | Required field 'col_c68' is missing | {"attr_s89":"test@example.com","dim_s88":"enterprise","dim_f67":"inland","col_c68":807.67} |
TASK repair_structured_output
SPEC
FIELD key_n14 TYPE string REQUIRED no
FIELD param_a11 TYPE integer REQUIRED yes
FIELD val_a67 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD field_b13 TYPE boolean REQUIRED no
FIELD param_h22 TYPE integer REQUIRED no
FIELD col_x99 TYPE string_email REQUIRED ... | {"param_a11":511,"val_a67":"hemizygous","field_b13":false,"attr_x91":710} | missing_bracket | {
"type": "object",
"properties": {
"key_n14": {
"type": "string"
},
"param_a11": {
"type": "integer"
},
"val_a67": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_b13": {
"type": "boolean"
... | {"param_a11":511,"val_a67":"hemizygous","field_b13":false,"attr_x91":710} | Missing closing bracket | {"param_a11":511,"val_a67":"hemizygous","field_b13":false,"attr_x91":710} |
TASK repair_structured_output
SPEC
FIELD field_s25 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_n98 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD param_p71 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_j08 TYPE string VALUES new|in_transit|delive... | {"field_s25":"small","col_n98":"type_e","param_p71":"married","key_j08":"delivered","field_n02":91} | extra_text_after | {
"type": "object",
"properties": {
"field_s25": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_n98": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"typ... | {"field_s25":"small","col_n98":"type_e","param_p71":"married","key_j08":"delivered","field_n02":91}
Analysis finished. | Output contains non-JSON text after the object | {"field_s25":"small","col_n98":"type_e","param_p71":"married","key_j08":"delivered","field_n02":91} |
TASK repair_structured_output
SPEC
FIELD notes TYPE number REQUIRED yes
FIELD batch_code TYPE string_date-time REQUIRED yes
FIELD tax TYPE string_uri REQUIRED no
FIELD duration_ms TYPE number REQUIRED yes
FIELD build_status TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"notes":136.86,"batch_code":"2021-11-03T16:04:00Z","t... | {"notes":136.86,"batch_code":"2021-11-03T16:04:00Z","tax":"https://data.com/data","duration_ms":912.19,"build_status":522} | truncated_array | {
"type": "object",
"properties": {
"notes": {
"type": "number"
},
"batch_code": {
"type": "string",
"format": "date-time"
},
"tax": {
"type": "string",
"format": "uri"
},
"duration_ms": {
"type": "number"
},
"build_status": {
"type": "in... | {"notes":136.86,"batch_code":"2021-11-03T16:04:00Z","tax":"https://data.com/data","duration_ms":912.19,"build_status":522 | Unexpected end of JSON input — truncated object | {"notes":136.86,"batch_code":"2021-11-03T16:04:00Z","tax":"https://data.com/data","duration_ms":912.19,"build_status":522} |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD ward TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD freight_class TYPE boolean REQUIRED no
FIELD credit_score TYPE string VALUES single|married|divorced REQUIRED yes
FIELD publish... | {"repository":"black","ward":"in_progress","credit_score":"single","type":null} | extra_field | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"ward": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"cl... | {"repository": "black", "ward": "in_progress", "credit_score": "single", "type": null, "extra_field_5907": 42} | Unknown field 'extra_field_5907' not defined in schema | {"repository":"black","ward":"in_progress","credit_score":"single","type":null} |
TASK repair_structured_output
SPEC
FIELD val_w56 TYPE integer REQUIRED yes
FIELD field_p33 TYPE boolean REQUIRED no
FIELD attr_q74 TYPE string REQUIRED no
FIELD param_m21 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD val_f69.col_h30 TYPE string REQUIRED yes
FIELD val_f69.param_q29 TYPE number REQUIRED yes
FIELD... | {"val_w56":712,"attr_q74":"example","val_f69":{"col_h30":"Bob","param_q29":939.83,"param_h97":"sample","field_r40":"Santos","dim_u96":991.17,"field_d09":true},"val_c71":{"attr_v31":false,"dim_h86":true,"col_o30":"cat_a"}} | extra_text_before | {
"type": "object",
"properties": {
"val_w56": {
"type": "integer"
},
"field_p33": {
"type": "boolean"
},
"attr_q74": {
"type": "string"
},
"param_m21": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"val_f69": {
... | Below is the JSON object:
{"val_w56":712,"attr_q74":"example","val_f69":{"col_h30":"Bob","param_q29":939.83,"param_h97":"sample","field_r40":"Santos","dim_u96":991.17,"field_d09":true},"val_c71":{"attr_v31":false,"dim_h86":true,"col_o30":"cat_a"}} | Output contains non-JSON text before the object | {"val_w56":712,"attr_q74":"example","val_f69":{"col_h30":"Bob","param_q29":939.83,"param_h97":"sample","field_r40":"Santos","dim_u96":991.17,"field_d09":true},"val_c71":{"attr_v31":false,"dim_h86":true,"col_o30":"cat_a"}} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD torque_output TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD phenotype.verified TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD phenotype.currency TYPE string VAL... | {"allele":"unstable","torque_output":"option_b"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"torque_output": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"phen... | query_port_status(allele='unstable', torque_output='option_b') | Tool call uses Python syntax instead of JSON | {"allele":"unstable","torque_output":"option_b"} |
TASK repair_structured_output
SPEC
FIELD berth_slot.phone TYPE number REQUIRED no
FIELD berth_slot.invoice_id TYPE string REQUIRED yes
FIELD berth_slot.ward TYPE boolean REQUIRED yes
FIELD berth_slot.length[].position TYPE number REQUIRED yes
FIELD berth_slot.length[].language TYPE string REQUIRED no
FIELD berth_slot.... | {"log_level":"2024-06-30","insurance_id":"Santos"} | tool_call_partial_args | {
"type": "object",
"properties": {
"berth_slot": {
"type": "object",
"properties": {
"phone": {
"type": "number"
},
"invoice_id": {
"type": "string"
},
"ward": {
"type": "boolean"
},
"length": {
"type": ... | I need to look up the information first.
Action: read_sensor_array
Arguments: {"log_level": "2024-06-30"} | Agent tool call missing required parameter 'insurance_id' | {"log_level":"2024-06-30","insurance_id":"Santos"} |
TASK repair_structured_output
SPEC
FIELD key_a45 TYPE string_uri REQUIRED no
FIELD prop_b85.attr_j54 TYPE string_uri REQUIRED no
FIELD prop_b85.dim_b87 TYPE string REQUIRED yes
FIELD prop_b85.param_a59 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_b85.attr_w95 TYPE string VALUES type_a|type_b REQUIRED ... | {"key_a45":"https://www.io/v1","prop_b85":{"attr_j54":"https://www.com/data","dim_b87":"user@domain.com","prop_k71":821,"val_m18":"demo","val_j55":132,"prop_y78":"pending"},"val_u99":171,"attr_n61":392,"attr_v62":"https://example.org/data","param_z13":true,"field_v83":"mode_a"} | single_quotes | {
"type": "object",
"properties": {
"key_a45": {
"type": "string",
"format": "uri"
},
"prop_b85": {
"type": "object",
"properties": {
"attr_j54": {
"type": "string",
"format": "uri"
},
"dim_b87": {
"type": "string"
},
... | {'key_a45':'https://www.io/v1','prop_b85':{'attr_j54':'https://www.com/data','dim_b87':'user@domain.com','prop_k71':821,'val_m18':'demo','val_j55':132,'prop_y78':'pending'},'val_u99':171,'attr_n61':392,'attr_v62':'https://example.org/data','param_z13':true,'field_v83':'mode_a'} | Expecting property name enclosed in double quotes | {"key_a45":"https://www.io/v1","prop_b85":{"attr_j54":"https://www.com/data","dim_b87":"user@domain.com","prop_k71":821,"val_m18":"demo","val_j55":132,"prop_y78":"pending"},"val_u99":171,"attr_n61":392,"attr_v62":"https://example.org/data","param_z13":true,"field_v83":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD product_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD altitude TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD id TYPE integer REQUIRED no
FIELD c... | {"trace_id":"warning","product_id":"pending_review","altitude":"intermittent","id":1000,"width":139.43} | single_quotes | {
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"product_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"e... | {'trace_id':'warning','product_id':'pending_review','altitude':'intermittent','id':1000,'width':139.43} | Expecting property name enclosed in double quotes | {"trace_id":"warning","product_id":"pending_review","altitude":"intermittent","id":1000,"width":139.43} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD manifest_ref TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD allele TYPE integer REQUIRED no
FIELD terminal_id.deploy_target TYPE integer REQUIRED yes
FIELD terminal_id.department TYPE ... | {"run_id":"info","manifest_ref":"moored","allele":978,"terminal_id":{"deploy_target":899,"department":"Maria","paragraph":105,"timezone":"2025-10-09T13:58:00Z","vessel_name":"Alice"},"trace_id":true,"ward":false,"category":"reliable","credit_score":{"gene_id":{"span_id":"homozygous","published":890,"title":"PASS","lang... | trailing_comma | {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"manifest_ref": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | {"run_id":"info","manifest_ref":"moored","allele":978,"terminal_id":{"deploy_target":899,"department":"Maria","paragraph":105,"timezone":"2025-10-09T13:58:00Z","vessel_name":"Alice",},"trace_id":true,"ward":false,"category":"reliable","credit_score":{"gene_id":{"span_id":"homozygous","published":890,"title":"PASS","lan... | Unexpected trailing comma | {"run_id":"info","manifest_ref":"moored","allele":978,"terminal_id":{"deploy_target":899,"department":"Maria","paragraph":105,"timezone":"2025-10-09T13:58:00Z","vessel_name":"Alice"},"trace_id":true,"ward":false,"category":"reliable","credit_score":{"gene_id":{"span_id":"homozygous","published":890,"title":"PASS","lang... |
TASK repair_structured_output
SPEC
FIELD prop_s08 TYPE number REQUIRED yes
FIELD val_g66 TYPE number REQUIRED yes
FIELD val_o12 TYPE string_date-time REQUIRED yes
FIELD key_z26 TYPE string REQUIRED no
FIELD val_m61.val_d62 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_m61.param_e18 TYPE string... | {"prop_s08":202.67,"val_g66":582.41,"val_o12":"2022-11-06T04:48:00Z","key_z26":"Paris","val_m61":{"param_e18":"green","dim_v21":"small","param_q19":true,"field_a63":"closed","attr_q57":877,"col_x90":true}} | missing_bracket | {
"type": "object",
"properties": {
"prop_s08": {
"type": "number"
},
"val_g66": {
"type": "number"
},
"val_o12": {
"type": "string",
"format": "date-time"
},
"key_z26": {
"type": "string"
},
"val_m61": {
"type": "object",
"properties": {... | {"prop_s08":202.67,"val_g66":582.41,"val_o12":"2022-11-06T04:48:00Z","key_z26":"Paris","val_m61":{"param_e18":"green","dim_v21":"small","param_q19":true,"field_a63":"closed","attr_q57":877,"col_x90":true}} | Missing closing bracket | {"prop_s08":202.67,"val_g66":582.41,"val_o12":"2022-11-06T04:48:00Z","key_z26":"Paris","val_m61":{"param_e18":"green","dim_v21":"small","param_q19":true,"field_a63":"closed","attr_q57":877,"col_x90":true}} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD date TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD commit_hash TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
{"title": "rejected", "... | {"title":"rejected","date":"high","commit_hash":"offline"} | null_required | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"date": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {"title": "rejected", "date": "high", "commit_hash": null} | Required field 'commit_hash' is null | {"title":"rejected","date":"high","commit_hash":"offline"} |
TASK repair_structured_output
SPEC
FIELD key_g03 TYPE boolean REQUIRED no
FIELD prop_x88 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD key_z49 TYPE string REQUIRED no
FIELD prop_l34 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
BROKEN_OUTPUT
{"prop_x88": "cat_b", "key_z49": "Maria", "pr... | {"prop_x88":"cat_b","key_z49":"Maria","prop_l34":"cat_b"} | extra_field | {
"type": "object",
"properties": {
"key_g03": {
"type": "boolean"
},
"prop_x88": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"key_z49": {
"type": "string"
},
"prop_l34": {
"type": "string",
"enum": [
... | {"prop_x88": "cat_b", "key_z49": "Maria", "prop_l34": "cat_b", "extra_data_3683": true} | Unknown field 'extra_data_3683' not defined in schema | {"prop_x88":"cat_b","key_z49":"Maria","prop_l34":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD color.sensor_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD color.index TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD color.verified TYPE string REQUIRED yes
FIELD color.age TYPE number REQUIRED no
FIELD shipping TYPE string V... | {"color":{"sensor_id":"new","verified":"bar","age":316.39},"shipping":"xl","deploy_target":{"address":"divorced","values":524.84,"rating":{"items":false,"age":"hemizygous","footnote":948,"commit_hash":"large"},"full_name":"chrX","height":{"features":"https://data.io/v1","type":"Charlie","start_date":["test@domain.org",... | extra_field | {
"type": "object",
"properties": {
"color": {
"type": "object",
"properties": {
"sensor_id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"index": {
"ty... | {"color": {"sensor_id": "new", "verified": "bar", "age": 316.39}, "shipping": "xl", "deploy_target": {"address": "divorced", "values": 524.84, "rating": {"items": false, "age": "hemizygous", "footnote": 948, "commit_hash": "large"}, "full_name": "chrX", "height": {"features": "https://data.io/v1", "type": "Charlie", "s... | Unknown field 'extra_field_8626' not defined in schema | {"color":{"sensor_id":"new","verified":"bar","age":316.39},"shipping":"xl","deploy_target":{"address":"divorced","values":524.84,"rating":{"items":false,"age":"hemizygous","footnote":948,"commit_hash":"large"},"full_name":"chrX","height":{"features":"https://data.io/v1","type":"Charlie","start_date":["test@domain.org",... |
TASK repair_structured_output
SPEC
FIELD prop_z15 TYPE string REQUIRED yes
FIELD attr_z30 TYPE integer REQUIRED no
FIELD val_l77 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD col_g16 TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_z15": "example", "attr_z30": 669, "val_l77": "success", "col_g16": "Joh... | {"prop_z15":"example","attr_z30":669,"val_l77":"success","col_g16":"John"} | extra_field | {
"type": "object",
"properties": {
"prop_z15": {
"type": "string"
},
"attr_z30": {
"type": "integer"
},
"val_l77": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"col_g16": {
"type": "string"
... | {"prop_z15": "example", "attr_z30": 669, "val_l77": "success", "col_g16": "John", "extra_info_6677": "unexpected"} | Unknown field 'extra_info_6677' not defined in schema | {"prop_z15":"example","attr_z30":669,"val_l77":"success","col_g16":"John"} |
TASK repair_structured_output
SPEC
FIELD attr_h45 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_h17 TYPE null REQUIRED no
FIELD col_f33 TYPE string REQUIRED no
FIELD val_p49 TYPE string_date-time REQUIRED no
FIELD key_a86 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD field_c73 TYPE string... | {"attr_h45":"sms","field_h17":null,"col_f33":"chr1","key_a86":"JPY","field_c73":"info@domain.org","field_x39":261} | agent_chain | {
"type": "object",
"properties": {
"attr_h45": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_h17": {
"type": "null"
},
"col_f33": {
"type": "string"
},
"val_p49": {
"type": "string",
"f... | I need to look up the information first.
Action: lookup_customer
Result: {"field_h17": null, "col_f33": "chr1", "key_a86": "JPY", "field_c73": "info@domain.org", "field_x39": 261}
I'll query our database.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"attr_h45":"sms","field_h17":null,"col_f33":"chr1","key_a86":"JPY","field_c73":"info@domain.org","field_x39":261} |
TASK repair_structured_output
SPEC
FIELD score TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD commit_hash TYPE string_date-time REQUIRED yes
FIELD email TYPE string REQUIRED no
BROKEN_OUTPUT
Based on the data, commit_hash is 2025-11-06T12:07:00Z. {"score":"type_a","commit_hash":"2025-1... | {"score":"type_a","commit_hash":"2025-11-06T12:07:00Z","email":"Maria"} | partial_structure | {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"commit_hash": {
"type": "string",
"format": "date-time"
},
"email": {
"t... | Based on the data, commit_hash is 2025-11-06T12:07:00Z. {"score":"type_a","commit_hash":"2025-11-06T12:07:00Z","email":"Maria"} | Output mixes natural language with JSON | {"score":"type_a","commit_hash":"2025-11-06T12:07:00Z","email":"Maria"} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE integer REQUIRED no
FIELD transaction_id.tile TYPE string REQUIRED no
FIELD transaction_id.aligned_pct TYPE integer REQUIRED yes
FIELD transaction_id.isotope TYPE null REQUIRED yes
FIELD transaction_id.zip_code.throttle_pos TYPE integer REQUIRED no
FIELD transacti... | {"due_date":735,"username":96} | extra_text_after | {
"type": "object",
"properties": {
"due_date": {
"type": "integer"
},
"transaction_id": {
"type": "object",
"properties": {
"tile": {
"type": "string"
},
"aligned_pct": {
"type": "integer"
},
"isotope": {
"type": "n... | {"due_date":735,"username":96}
Hope this helps! | Output contains non-JSON text after the object | {"due_date":735,"username":96} |
TASK repair_structured_output
SPEC
FIELD key_t98 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_a25 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_u69 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_b42 TYPE string REQUIRED yes
FIELD field_x90 TYPE number REQU... | {"key_t98":"enterprise","col_a25":"basic","dim_b42":"completed","field_x90":857.15,"col_s99":"https://www.org/data"} | extra_text_before | {
"type": "object",
"properties": {
"key_t98": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_a25": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
}... | Sure, here's the result:
{"key_t98":"enterprise","col_a25":"basic","dim_b42":"completed","field_x90":857.15,"col_s99":"https://www.org/data"} | Output contains non-JSON text before the object | {"key_t98":"enterprise","col_a25":"basic","dim_b42":"completed","field_x90":857.15,"col_s99":"https://www.org/data"} |
TASK repair_structured_output
SPEC
FIELD key_x92 TYPE number REQUIRED no
FIELD field_j39 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD col_e39 TYPE string REQUIRED no
FIELD field_p66[] TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD field_w15[].field_e15 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED ye... | {"key_x92":977.27,"field_j39":"cat_b","field_p66":["type_a","type_b","type_a"],"field_w15":[{"field_e15":"USD","val_m24":161,"field_q47":"confirmed","param_k46":"pending"},{"field_e15":"EUR","val_m24":722,"field_q47":"escalated","param_k46":"Silva"}]} | missing_brace | {
"type": "object",
"properties": {
"key_x92": {
"type": "number"
},
"field_j39": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"col_e39": {
"type": "string"
},
"field_p66": {
"type": "array",
"items": {
"type": "str... | {"key_x92":977.27,"field_j39":"cat_b","field_p66":["type_a","type_b","type_a"],"field_w15":[{"field_e15":"USD","val_m24":161,"field_q47":"confirmed","param_k46":"pending"},{"field_e15":"EUR","val_m24":722,"field_q47":"escalated","param_k46":"Silva"]} | Missing closing brace | {"key_x92":977.27,"field_j39":"cat_b","field_p66":["type_a","type_b","type_a"],"field_w15":[{"field_e15":"USD","val_m24":161,"field_q47":"confirmed","param_k46":"pending"},{"field_e15":"EUR","val_m24":722,"field_q47":"escalated","param_k46":"Silva"}]} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD tile TYPE string VALUES type_a|type_b REQUIRED no
FIELD loan_amount TYPE integer REQUIRED yes
FIELD isotope TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD gene_id TYPE null ... | {"cargo_type":"in_progress","loan_amount":644,"gene_id":null} | invalid_enum | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"tile": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"loan_amount": {
... | {"cargo_type": "invalid_value_405", "loan_amount": 644, "gene_id": null} | Field 'cargo_type' has invalid enum value 'invalid_value_405', expected one of ['open', 'in_progress', 'resolved', 'closed'] | {"cargo_type":"in_progress","loan_amount":644,"gene_id":null} |
TASK repair_structured_output
SPEC
FIELD field_z71 TYPE number REQUIRED no
FIELD prop_a46 TYPE string REQUIRED no
FIELD attr_f67 TYPE integer REQUIRED yes
FIELD dim_n77 TYPE string_date-time REQUIRED no
FIELD val_m06[].key_v41 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD val_m06... | {"field_z71":702.64,"attr_f67":440,"dim_n77":"2021-07-11T10:15:00Z"} | extra_text_before | {
"type": "object",
"properties": {
"field_z71": {
"type": "number"
},
"prop_a46": {
"type": "string"
},
"attr_f67": {
"type": "integer"
},
"dim_n77": {
"type": "string",
"format": "date-time"
},
"val_m06": {
"type": "array",
"items": {
... | Let me provide the data in JSON format:
{"field_z71":702.64,"attr_f67":440,"dim_n77":"2021-07-11T10:15:00Z"} | Output contains non-JSON text before the object | {"field_z71":702.64,"attr_f67":440,"dim_n77":"2021-07-11T10:15:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_q73 TYPE string REQUIRED no
FIELD key_h81 TYPE string REQUIRED yes
FIELD key_c86 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_j95[].key_l96 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD param_j95[].col_l52 TYPE number REQ... | {"key_h81":"PASS","param_j95":[{"key_l96":"medium","col_l52":850.1,"val_e68":696.67}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_q73": {
"type": "string"
},
"key_h81": {
"type": "string"
},
"key_c86": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_j95": {
"typ... | Tool: search
Params: {"key_h81": "PASS", "param_j95": [{"key_l96": "medium", "col_l52": 850.1, "val_e68": 696.67}]} | Agent used wrong parameter name 'key_c86_id' instead of 'key_c86' | {"key_h81":"PASS","param_j95":[{"key_l96":"medium","col_l52":850.1,"val_e68":696.67}]} |
TASK repair_structured_output
SPEC
FIELD key_i40 TYPE string_email REQUIRED yes
FIELD col_y68 TYPE string REQUIRED yes
FIELD param_e40 TYPE string REQUIRED yes
FIELD attr_b89 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"key_i40":"admin@domain.org","col_y68":"New York","param_e40":"John","attr_b89":"2026-05-15T0... | {"key_i40":"admin@domain.org","col_y68":"New York","param_e40":"John","attr_b89":"2026-05-15T08:14:00Z"} | missing_bracket | {
"type": "object",
"properties": {
"key_i40": {
"type": "string",
"format": "email"
},
"col_y68": {
"type": "string"
},
"param_e40": {
"type": "string"
},
"attr_b89": {
"type": "string",
"format": "date-time"
}
},
"required": [
"col_y68",
... | {"key_i40":"admin@domain.org","col_y68":"New York","param_e40":"John","attr_b89":"2026-05-15T08:14:00Z"} | Missing closing bracket | {"key_i40":"admin@domain.org","col_y68":"New York","param_e40":"John","attr_b89":"2026-05-15T08:14:00Z"} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES draft|published|archived REQUIRED no
FIELD consignee TYPE string REQUIRED yes
FIELD ph_level TYPE number REQUIRED no
FIELD nickname TYPE string_uri REQUIRED yes
FIELD quality_score TYPE boolean REQUIRED no
FIELD language TYPE string REQUIRED no... | {"consignee":"QC-07","nickname":"https://api.io/data","quality_score":false} | agent_chain | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"consignee": {
"type": "string"
},
"ph_level": {
"type": "number"
},
"nickname": {
"type": "string",
... | Let me check the system.
Action: call_variants
Result: {"consignee": "QC-07", "nickname": "https://api.io/data"}
Processing the request now.
Action: search
Result: | Agent multi-step chain with truncated tool output | {"consignee":"QC-07","nickname":"https://api.io/data","quality_score":false} |
TASK repair_structured_output
SPEC
FIELD val_v62 TYPE boolean REQUIRED no
FIELD field_f61 TYPE integer REQUIRED yes
FIELD val_g47 TYPE integer REQUIRED yes
FIELD col_w87.prop_w16 TYPE string REQUIRED yes
FIELD col_w87.param_h10 TYPE string_email REQUIRED yes
FIELD col_w87.prop_s54 TYPE integer REQUIRED yes
BROKEN_OUT... | {"field_f61":619,"val_g47":178,"col_w87":{"prop_w16":"This is a test value.","param_h10":"admin@example.com","prop_s54":157}} | missing_brace | {
"type": "object",
"properties": {
"val_v62": {
"type": "boolean"
},
"field_f61": {
"type": "integer"
},
"val_g47": {
"type": "integer"
},
"col_w87": {
"type": "object",
"properties": {
"prop_w16": {
"type": "string"
},
"pa... | {"field_f61":619,"val_g47":178,"col_w87":{"prop_w16":"This is a test value.","param_h10":"admin@example.com","prop_s54":157} | Missing closing brace | {"field_f61":619,"val_g47":178,"col_w87":{"prop_w16":"This is a test value.","param_h10":"admin@example.com","prop_s54":157}} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE integer REQUIRED yes
FIELD vessel_name TYPE string_uri REQUIRED yes
FIELD item_id TYPE integer REQUIRED yes
FIELD diagnosis_code.category TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD diagnosis_code.country TYPE string VALUES single|married... | {"start_date":437,"vessel_name":"https://example.com/v1","item_id":1000,"diagnosis_code":{"category":"coastal","country":"single","description":"escalated","tax":127.76,"lab_result":"active"}} | truncated_array | {
"type": "object",
"properties": {
"start_date": {
"type": "integer"
},
"vessel_name": {
"type": "string",
"format": "uri"
},
"item_id": {
"type": "integer"
},
"diagnosis_code": {
"type": "object",
"properties": {
"category": {
"type... | {"start_date":437,"vessel_name":"https://example.com/v1","item_id":1000,"diagnosis_code":{"category":"coastal","country":"single","description":"escalated","tax":127.76,"lab_result":"active"} | Unexpected end of JSON input — truncated object | {"start_date":437,"vessel_name":"https://example.com/v1","item_id":1000,"diagnosis_code":{"category":"coastal","country":"single","description":"escalated","tax":127.76,"lab_result":"active"}} |
TASK repair_structured_output
SPEC
FIELD param_i09 TYPE boolean REQUIRED yes
FIELD attr_k84 TYPE null REQUIRED yes
FIELD attr_r74 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: annotate_mutation
Arguments: {"attr_k84": null, "attr_r74": "cancelled"} | {"param_i09":false,"attr_k84":null,"attr_r74":"cancelled"} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_i09": {
"type": "boolean"
},
"attr_k84": {
"type": "null"
},
"attr_r74": {
"type": "string"
}
},
"required": [
"param_i09",
"attr_k84",
"attr_r74"
]
} | Let me check the system.
Action: annotate_mutation
Arguments: {"attr_k84": null, "attr_r74": "cancelled"} | Agent tool call missing required parameter 'param_i09' | {"param_i09":false,"attr_k84":null,"attr_r74":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD key_l03 TYPE string REQUIRED no
FIELD val_n08 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD field_t71 TYPE string_uri REQUIRED no
FIELD val_m42.field_l94 TYPE boolean REQUIRED yes
FIELD val_m42.val_w99 TYPE null REQUIRED yes
FIELD val_m42.col_q88 TYPE null... | {"key_l03":"chrX","val_n08":"inland","val_m42":{"field_l94":true,"val_w99":null,"col_q88":null},"param_c18":{"dim_e51":"basic","col_k79":false,"col_x97":"active","key_o00":["2023-02-13T14:12:00Z","2026-05-17T23:44:00Z"]}} | trailing_comma | {
"type": "object",
"properties": {
"key_l03": {
"type": "string"
},
"val_n08": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"field_t71": {
"type": "string",
"format": "uri"
},
"val_m42": {... | {"key_l03":"chrX","val_n08":"inland","val_m42":{"field_l94":true,"val_w99":null,"col_q88":null,},"param_c18":{"dim_e51":"basic","col_k79":false,"col_x97":"active","key_o00":["2023-02-13T14:12:00Z","2026-05-17T23:44:00Z"]}} | Unexpected trailing comma | {"key_l03":"chrX","val_n08":"inland","val_m42":{"field_l94":true,"val_w99":null,"col_q88":null},"param_c18":{"dim_e51":"basic","col_k79":false,"col_x97":"active","key_o00":["2023-02-13T14:12:00Z","2026-05-17T23:44:00Z"]}} |
TASK repair_structured_output
SPEC
FIELD bed_number TYPE string REQUIRED no
FIELD enabled TYPE string REQUIRED no
FIELD status_code TYPE integer REQUIRED no
FIELD address TYPE string REQUIRED yes
FIELD color TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD ph_level TYPE string REQUIRED yes
FIELD... | {"status_code":617,"address":"This is a test value.","ph_level":"MV-Evergreen-01","medication":"Maria"} | markdown_fences | {
"type": "object",
"properties": {
"bed_number": {
"type": "string"
},
"enabled": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"address": {
"type": "string"
},
"color": {
"type": "string",
"enum": [
"homozygous",
... | ```json
{"status_code":617,"address":"This is a test value.","ph_level":"MV-Evergreen-01","medication":"Maria"}
``` | Output contains markdown code fences | {"status_code":617,"address":"This is a test value.","ph_level":"MV-Evergreen-01","medication":"Maria"} |
TASK repair_structured_output
SPEC
FIELD param_a85 TYPE number REQUIRED no
FIELD val_j24 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_t42.prop_h25.param_a76 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD field_t42.prop_h25.param_q48 TYPE string VALUES email|phone|sms|push REQ... | {"param_a85":833.43,"val_j24":"low","field_t42":{"prop_h25":{"param_a76":"oceanic","param_q48":"sms","field_a17":677},"field_v76":"2021-12-05T15:40:00Z","field_z53":"inland","prop_f29":"https://example.org/data","val_u61":"hello","prop_z87":"Santos"},"attr_i88":{"attr_j34":"homozygous","dim_i34":"2024-08-07T13:57:00Z",... | single_quotes | {
"type": "object",
"properties": {
"param_a85": {
"type": "number"
},
"val_j24": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_t42": {
"type": "object",
"properties": {
"prop_h25": {
... | {'param_a85':833.43,'val_j24':'low','field_t42':{'prop_h25':{'param_a76':'oceanic','param_q48':'sms','field_a17':677},'field_v76':'2021-12-05T15:40:00Z','field_z53':'inland','prop_f29':'https://example.org/data','val_u61':'hello','prop_z87':'Santos'},'attr_i88':{'attr_j34':'homozygous','dim_i34':'2024-08-07T13:57:00Z',... | Expecting property name enclosed in double quotes | {"param_a85":833.43,"val_j24":"low","field_t42":{"prop_h25":{"param_a76":"oceanic","param_q48":"sms","field_a17":677},"field_v76":"2021-12-05T15:40:00Z","field_z53":"inland","prop_f29":"https://example.org/data","val_u61":"hello","prop_z87":"Santos"},"attr_i88":{"attr_j34":"homozygous","dim_i34":"2024-08-07T13:57:00Z",... |
TASK repair_structured_output
SPEC
FIELD key_i02 TYPE string REQUIRED yes
FIELD field_d17 TYPE null REQUIRED yes
FIELD dim_v81 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD field_m27 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Result: key_i02=Alice, {"key_i02":"Alice","field_d17":null,"dim_v81":"GBP","field_m... | {"key_i02":"Alice","field_d17":null,"dim_v81":"GBP","field_m27":979} | partial_structure | {
"type": "object",
"properties": {
"key_i02": {
"type": "string"
},
"field_d17": {
"type": "null"
},
"dim_v81": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"field_m27": {
"type": "intege... | Result: key_i02=Alice, {"key_i02":"Alice","field_d17":null,"dim_v81":"GBP","field_m27":979} | Output mixes natural language with JSON | {"key_i02":"Alice","field_d17":null,"dim_v81":"GBP","field_m27":979} |
TASK repair_structured_output
SPEC
FIELD prop_n32.key_f75 TYPE string REQUIRED yes
FIELD prop_n32.dim_i10 TYPE integer REQUIRED no
FIELD prop_n32.col_c22 TYPE null REQUIRED yes
FIELD prop_n32.prop_a07 TYPE number REQUIRED no
FIELD prop_n32.dim_x75[] TYPE integer REQUIRED no
FIELD prop_n32.val_i03[] TYPE string REQUIRE... | {"prop_n32":{"key_f75":"RTG-04","col_c22":null,"dim_x75":[701],"val_i03":["Jane","2024-06-30","https://api.example.com/v1","REV"]},"col_g92":"completed","col_v41":"closed","dim_c40":256,"dim_g80":{"param_y95":"unstable","dim_t24":"unstable","attr_f17":"ops@test.io","key_c40":"new","field_i45":840,"field_z13":null},"col... | invalid_enum | {
"type": "object",
"properties": {
"prop_n32": {
"type": "object",
"properties": {
"key_f75": {
"type": "string"
},
"dim_i10": {
"type": "integer"
},
"col_c22": {
"type": "null"
},
"prop_a07": {
"type": ... | {"prop_n32": {"key_f75": "RTG-04", "col_c22": null, "dim_x75": [701], "val_i03": ["Jane", "2024-06-30", "https://api.example.com/v1", "REV"]}, "col_g92": "completed", "col_v41": "invalid_choice_487", "dim_c40": 256, "dim_g80": {"param_y95": "unstable", "dim_t24": "unstable", "attr_f17": "ops@test.io", "key_c40": "new",... | Field 'col_v41' has invalid enum value 'invalid_choice_487', expected one of ['open', 'in_progress', 'resolved', 'closed'] | {"prop_n32":{"key_f75":"RTG-04","col_c22":null,"dim_x75":[701],"val_i03":["Jane","2024-06-30","https://api.example.com/v1","REV"]},"col_g92":"completed","col_v41":"closed","dim_c40":256,"dim_g80":{"param_y95":"unstable","dim_t24":"unstable","attr_f17":"ops@test.io","key_c40":"new","field_i45":840,"field_z13":null},"col... |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE number REQUIRED no
FIELD description TYPE boolean REQUIRED yes
FIELD credit_score TYPE integer REQUIRED yes
FIELD active.tags TYPE null REQUIRED yes
FIELD active.name TYPE string_uri REQUIRED yes
FIELD active.description TYPE string_email REQUIRED no
FIELD acti... | {"filter_flag":470.21,"description":false,"credit_score":901,"active":{"tags":null,"name":"https://example.io/api","description":"test@test.io"}} | markdown_fences | {
"type": "object",
"properties": {
"filter_flag": {
"type": "number"
},
"description": {
"type": "boolean"
},
"credit_score": {
"type": "integer"
},
"active": {
"type": "object",
"properties": {
"tags": {
"type": "null"
},
... | ```json
{"filter_flag":470.21,"description":false,"credit_score":901,"active":{"tags":null,"name":"https://example.io/api","description":"test@test.io"}}
``` | Output contains markdown code fences | {"filter_flag":470.21,"description":false,"credit_score":901,"active":{"tags":null,"name":"https://example.io/api","description":"test@test.io"}} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD city TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD consignee TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
BROKEN_OUTPUT
"altitude":"level_2","city":"intermittent","consignee... | {"altitude":"level_2","city":"intermittent","consignee":"level_2"} | missing_brace | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"city": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"consignee": {
... | "altitude":"level_2","city":"intermittent","consignee":"level_2"} | Missing closing brace | {"altitude":"level_2","city":"intermittent","consignee":"level_2"} |
TASK repair_structured_output
SPEC
FIELD key_g21 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_h98 TYPE string REQUIRED yes
FIELD key_q84 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_a49 TYPE integer REQUIRED no
BROKEN_OUTPUT
I've generated the following JSO... | {"key_g21":"homozygous","val_h98":"https://api.example.com/v1","key_q84":"reliable","attr_a49":676} | markdown_explanation | {
"type": "object",
"properties": {
"key_g21": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_h98": {
"type": "string"
},
"key_q84": {
"type": "string",
"enum": [
"reliable",
"unstable... | I've generated the following JSON:
```json
{"key_g21":"homozygous","val_h98":"https://api.example.com/v1","key_q84":"reliable","attr_a49":676}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"key_g21":"homozygous","val_h98":"https://api.example.com/v1","key_q84":"reliable","attr_a49":676} |
TASK repair_structured_output
SPEC
FIELD field_u10 TYPE integer REQUIRED no
FIELD col_a85 TYPE string REQUIRED no
FIELD prop_v98 TYPE integer REQUIRED no
FIELD val_l43 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD prop_y47[].dim_v02 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD pro... | {"field_u10":465,"col_a85":"QC-07","val_l43":"level_2","prop_y47":[{"dim_v02":"mode_b","dim_y21":18,"val_e76":"2026-02-22T13:08:00Z","col_x74":"Diana","prop_o99":"single"},{"dim_v02":"mode_b","key_b25":"cat_e","dim_y21":964,"val_e76":"2024-12-04T05:26:00Z","col_x74":"RTG-04"},{"dim_v02":"mode_a","dim_y21":37,"val_e76":... | partial_structure | {
"type": "object",
"properties": {
"field_u10": {
"type": "integer"
},
"col_a85": {
"type": "string"
},
"prop_v98": {
"type": "integer"
},
"val_l43": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | Result: col_a85=QC-07, {"field_u10":465,"col_a85":"QC-07","val_l43":"level_2","prop_y47":[{"dim_v02":"mode_b","dim_y21":18,"val_e76":"2026-02-22T13:08:00Z","col_x74":"Diana","prop_o99":"single"},{"dim_v02":"mode_b","key_b25":"cat_e","dim_y21":964,"val_e76":"2024-12-04T05:26:00Z","col_x74":"RTG-04"},{"dim_v02":"mode_a",... | Output mixes natural language with JSON | {"field_u10":465,"col_a85":"QC-07","val_l43":"level_2","prop_y47":[{"dim_v02":"mode_b","dim_y21":18,"val_e76":"2026-02-22T13:08:00Z","col_x74":"Diana","prop_o99":"single"},{"dim_v02":"mode_b","key_b25":"cat_e","dim_y21":964,"val_e76":"2024-12-04T05:26:00Z","col_x74":"RTG-04"},{"dim_v02":"mode_a","dim_y21":37,"val_e76":... |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD price TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD half_life TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD coverage TYPE integer REQUIRED no
FIELD timezone TY... | {"vessel_name":"medium","half_life":"degraded","coverage":579,"timezone":"medium"} | partial_structure | {
"type": "object",
"properties": {
"vessel_name": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"price": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
... | I found that timezone should be medium. {"vessel_name":"medium","half_life":"degraded","coverage":579,"timezone":"medium"} | Output mixes natural language with JSON | {"vessel_name":"medium","half_life":"degraded","coverage":579,"timezone":"medium"} |
TASK repair_structured_output
SPEC
FIELD status TYPE string REQUIRED no
FIELD yield_pct TYPE string_email REQUIRED no
FIELD lane TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD product_id TYPE string REQUIRED no
FIELD nickname.id TYPE string REQUIRED yes
FIELD nickname.language TYPE strin... | {"status":"Bob","yield_pct":"user@domain.org","lane":"frameshift","product_id":"Bob","nickname":{"id":"Alice","language":"oceanic","credit_score":null},"tags":81.76,"aligned_pct":780} | tool_call_bad_format | {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"yield_pct": {
"type": "string",
"format": "email"
},
"lane": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"pro... | <functioncall> assign_berth
{status: "Bob", yield_pct: "user@domain.org", lane: "frameshift", product_id: "Bob", nickname: {id: "Alice", language: "oceanic", credit_score: null}, tags: 81.76, aligned_pct: 780} | Tool call has malformed arguments — unquoted keys in function parameters | {"status":"Bob","yield_pct":"user@domain.org","lane":"frameshift","product_id":"Bob","nickname":{"id":"Alice","language":"oceanic","credit_score":null},"tags":81.76,"aligned_pct":780} |
TASK repair_structured_output
SPEC
FIELD key_k74 TYPE string_email REQUIRED yes
FIELD param_x92 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_x93[] TYPE integer REQUIRED no
FIELD param_a50[] TYPE string_email REQUIRED yes
BROKEN_OUTPUT
```json
{"key_k74":"info@domain.org","param_x92":"del... | {"key_k74":"info@domain.org","param_x92":"delivered","val_x93":[307,24,454,165],"param_a50":["user@test.io","info@test.io","ops@example.com","test@domain.org"]} | markdown_fences | {
"type": "object",
"properties": {
"key_k74": {
"type": "string",
"format": "email"
},
"param_x92": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"val_x93": {
"type": "array",
"items": {
... | ```json
{"key_k74":"info@domain.org","param_x92":"delivered","val_x93":[307,24,454,165],"param_a50":["user@test.io","info@test.io","ops@example.com","test@domain.org"]}
``` | Output contains markdown code fences | {"key_k74":"info@domain.org","param_x92":"delivered","val_x93":[307,24,454,165],"param_a50":["user@test.io","info@test.io","ops@example.com","test@domain.org"]} |
TASK repair_structured_output
SPEC
FIELD visible TYPE string REQUIRED no
FIELD department.priority TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD department.first_name TYPE string REQUIRED yes
FIELD department.tax TYPE integer REQUIRED no
FIELD department.amount TYPE boolean REQUIRED no
FIELD departme... | {"visible":"quux","department":{"priority":"pro","first_name":"Santos","tax":463,"amount":false,"date":"user@test.io","ph_level":"admin@domain.org"},"currency":"qux","vital_sign":"foo"} | tool_call_text_mix | {
"type": "object",
"properties": {
"visible": {
"type": "string"
},
"department": {
"type": "object",
"properties": {
"priority": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | Processing the request now.
<tool_call name="get_inventory">
{"visible":"quux","department":{"priority":"pro","first_name":"Santos","tax":463,"amount":false,"date":"user@test.io","ph_level":"admin@domain.org"},"currency":"qux","vital_sign":"foo"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"visible":"quux","department":{"priority":"pro","first_name":"Santos","tax":463,"amount":false,"date":"user@test.io","ph_level":"admin@domain.org"},"currency":"qux","vital_sign":"foo"} |
TASK repair_structured_output
SPEC
FIELD param_y77 TYPE string REQUIRED yes
FIELD prop_r50 TYPE integer REQUIRED yes
FIELD key_c22 TYPE null REQUIRED yes
FIELD key_k72.val_e80 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD key_k72.dim_w29 TYPE string VALUES homozygous|heterozygous|hemizy... | {"param_y77":"New York","prop_r50":874,"key_c22":null,"key_k72":{"dim_w29":"heterozygous","col_e48":{"attr_r51":"moored","prop_w70":true,"dim_l37":"Charlie"},"dim_v35":"missense","dim_i68":{"key_c27":520.1,"prop_w88":"ops@example.com","prop_t79":"info"}}} | agent_chain | {
"type": "object",
"properties": {
"param_y77": {
"type": "string"
},
"prop_r50": {
"type": "integer"
},
"key_c22": {
"type": "null"
},
"key_k72": {
"type": "object",
"properties": {
"val_e80": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: get_account
Result: {"prop_r50": 874, "key_c22": null, "key_k72": {"dim_w29": "heterozygous", "col_e48": {"attr_r51": "moored", "prop_w70": true, "dim_l37": "Charlie"}, "dim_v35": "missense", "dim_i68": {"key_c27": 520.1, "prop_w88": "ops@example.com", "prop_t79": "info"... | Agent multi-step chain with truncated tool output | {"param_y77":"New York","prop_r50":874,"key_c22":null,"key_k72":{"dim_w29":"heterozygous","col_e48":{"attr_r51":"moored","prop_w70":true,"dim_l37":"Charlie"},"dim_v35":"missense","dim_i68":{"key_c27":520.1,"prop_w88":"ops@example.com","prop_t79":"info"}}} |
TASK repair_structured_output
SPEC
FIELD val_l51.key_k11 TYPE integer REQUIRED no
FIELD val_l51.param_r34 TYPE boolean REQUIRED yes
FIELD val_l51.dim_s73 TYPE boolean REQUIRED yes
FIELD val_l51.dim_k47.prop_n90 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_l51.dim_k47.field_b22 TYPE string VALUES ... | {"val_l51":{"key_k11":298,"param_r34":true,"dim_s73":false,"dim_k47":{"param_l64":"admin","prop_f46":399,"dim_u74":"Jane","col_t82":"single"}},"attr_v27":"new","val_a50":"xl","param_d09":"Santos","col_m31":{"param_k91":"active","val_v25":"cancelled","prop_z42":165},"key_o65":true,"attr_o48":true,"key_o28":"REV"} | missing_required | {
"type": "object",
"properties": {
"val_l51": {
"type": "object",
"properties": {
"key_k11": {
"type": "integer"
},
"param_r34": {
"type": "boolean"
},
"dim_s73": {
"type": "boolean"
},
"dim_k47": {
"typ... | {"val_l51": {"key_k11": 298, "param_r34": true, "dim_s73": false, "dim_k47": {"param_l64": "admin", "prop_f46": 399, "dim_u74": "Jane", "col_t82": "single"}}, "attr_v27": "new", "val_a50": "xl", "param_d09": "Santos", "col_m31": {"param_k91": "active", "val_v25": "cancelled", "prop_z42": 165}, "key_o65": true, "attr_o4... | Required field 'key_o28' is missing | {"val_l51":{"key_k11":298,"param_r34":true,"dim_s73":false,"dim_k47":{"param_l64":"admin","prop_f46":399,"dim_u74":"Jane","col_t82":"single"}},"attr_v27":"new","val_a50":"xl","param_d09":"Santos","col_m31":{"param_k91":"active","val_v25":"cancelled","prop_z42":165},"key_o65":true,"attr_o48":true,"key_o28":"REV"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD currency TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD payment_status.end_date TYPE number REQUIRED no
FIELD payment_status.nickname TYPE boolean REQUIRED yes
FIELD paymen... | {"throttle_pos":"hemizygous","payment_status":{"end_date":297.93,"nickname":true,"altitude":482,"half_life":437,"updated_at":{"hazmat_code":"https://www.io/data","price":"high"}}} | thought_process | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"currency": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"throttle_pos":"hemizygous","payment_status":{"end_date":297.93,"nickname":true,"altitude":482,"half_life":437,"updated_at":{"hazmat_code":"https://www.io/data","price":"high"}}} | Output contains chain-of-thought reasoning before JSON | {"throttle_pos":"hemizygous","payment_status":{"end_date":297.93,"nickname":true,"altitude":482,"half_life":437,"updated_at":{"hazmat_code":"https://www.io/data","price":"high"}}} |
TASK repair_structured_output
SPEC
FIELD lane TYPE string REQUIRED yes
FIELD height.medication TYPE integer REQUIRED yes
FIELD height.bill_of_lading TYPE string_email REQUIRED yes
FIELD height.date TYPE null REQUIRED no
FIELD height.language TYPE number REQUIRED no
FIELD height.crew_id TYPE number REQUIRED no
FIELD he... | {"lane":"GRCh38","height":{"medication":242,"bill_of_lading":"ops@test.io","date":null,"language":374.68,"crew_id":592.94,"lane":false,"insurance_id":"https://data.io/data"},"interest_rate":{"version":"red","torque_output":507.13,"filter_flag":"2024-06-30","id":109,"priority":null,"tax":29,"updated_at":505.61},"dosage"... | tool_call_wrong_param | {
"type": "object",
"properties": {
"lane": {
"type": "string"
},
"height": {
"type": "object",
"properties": {
"medication": {
"type": "integer"
},
"bill_of_lading": {
"type": "string",
"format": "email"
},
"date": ... | Tool: generate_report
Params: {"lane": "GRCh38", "height": {"medication": 242, "bill_of_lading": "ops@test.io", "date": null, "language": 374.68, "crew_id": 592.94, "lane": false, "insurance_id": "https://data.io/data"}, "interest_rate": {"version": "red", "torque_output": 507.13, "filter_flag": "2024-06-30", "id": 109... | Agent used wrong parameter name 'count_value' instead of 'count' | {"lane":"GRCh38","height":{"medication":242,"bill_of_lading":"ops@test.io","date":null,"language":374.68,"crew_id":592.94,"lane":false,"insurance_id":"https://data.io/data"},"interest_rate":{"version":"red","torque_output":507.13,"filter_flag":"2024-06-30","id":109,"priority":null,"tax":29,"updated_at":505.61},"dosage"... |
TASK repair_structured_output
SPEC
FIELD attr_f24 TYPE string REQUIRED no
FIELD field_b83 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_a19 TYPE string REQUIRED yes
FIELD dim_t75[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_a18[].field_r05 TYPE integer REQ... | {"field_b83":"moored","dim_a19":"Smith","dim_t75":["homozygous","homozygous","heterozygous"],"attr_a18":[{"field_r05":836,"field_m90":"new","param_c18":"baz","val_y12":"hemizygous"},{"field_r05":731,"field_m90":"new","param_c18":"chrX","val_y12":"heterozygous"},{"field_r05":275,"field_m90":"new","param_k01":"https://ap... | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_f24": {
"type": "string"
},
"field_b83": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_a19": {
"type": "string"
},
"dim_t75": {
"type": "arr... | I need to look up the information first.
Action: track_vessel
Arguments: {"field_b83": "moored", "dim_a19": "Smith", "attr_a18": [{"field_r05": 836, "field_m90": "new", "param_c18": "baz", "val_y12": "hemizygous"}, {"field_r05": 731, "field_m90": "new", "param_c18": "chrX", "val_y12": "heterozygous"}, {"field_r05": 275... | Agent tool call missing required parameter 'dim_t75' | {"field_b83":"moored","dim_a19":"Smith","dim_t75":["homozygous","homozygous","heterozygous"],"attr_a18":[{"field_r05":836,"field_m90":"new","param_c18":"baz","val_y12":"hemizygous"},{"field_r05":731,"field_m90":"new","param_c18":"chrX","val_y12":"heterozygous"},{"field_r05":275,"field_m90":"new","param_k01":"https://ap... |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD maturity_date TYPE integer REQUIRED yes
FIELD comments TYPE null REQUIRED no
BROKEN_OUTPUT
{"run_id": "degraded", "maturity_date": "412sec", "comments": null} | {"run_id":"degraded","maturity_date":412,"comments":null} | number_with_unit | {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"maturity_date": {
"type": "integer"
},
"comments": {
"type": "null"
}
},
"required": [
"... | {"run_id": "degraded", "maturity_date": "412sec", "comments": null} | Field 'maturity_date' must be number, got string with unit | {"run_id":"degraded","maturity_date":412,"comments":null} |
TASK repair_structured_output
SPEC
FIELD attr_g94 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_f66 TYPE string REQUIRED yes
FIELD prop_m17 TYPE number REQUIRED no
FIELD dim_q99 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD attr_h92 TYPE string_uri REQUIRED no... | {"attr_f66":"qux","dim_q99":"mode_d","attr_h92":"https://data.com/data"} | single_quotes | {
"type": "object",
"properties": {
"attr_g94": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"attr_f66": {
"type": "string"
},
"prop_m17": {
"type": "number"
},
"dim_q99": {
"... | {'attr_f66':'qux','dim_q99':'mode_d','attr_h92':'https://data.com/data'} | Expecting property name enclosed in double quotes | {"attr_f66":"qux","dim_q99":"mode_d","attr_h92":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD section TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD score TYPE string_date-time REQUIRED yes
FIELD diagnosis_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f R... | {"phenotype":"option_a","section":"critical","score":"2024-12-25T19:01:00Z","diagnosis_code":"mode_a","port_code":"degraded","tax":"ops@test.io","interest_rate":198} | trailing_comma | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"section": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {"phenotype":"option_a","section":"critical","score":"2024-12-25T19:01:00Z","diagnosis_code":"mode_a","port_code":"degraded","tax":"ops@test.io","interest_rate":198,} | Unexpected trailing comma | {"phenotype":"option_a","section":"critical","score":"2024-12-25T19:01:00Z","diagnosis_code":"mode_a","port_code":"degraded","tax":"ops@test.io","interest_rate":198} |
TASK repair_structured_output
SPEC
FIELD col_k37 TYPE integer REQUIRED yes
FIELD param_i55 TYPE integer REQUIRED no
FIELD col_d58 TYPE boolean REQUIRED no
FIELD val_a89 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_o16 TYPE boolean REQUIRED no
FIELD attr_i37 TYPE string VALUES type_a|type_b|type_c... | {"col_k37":866,"param_i55":79,"col_d58":false,"val_a89":"archived","key_o16":true,"attr_i37":"type_a"} | partial_structure | {
"type": "object",
"properties": {
"col_k37": {
"type": "integer"
},
"param_i55": {
"type": "integer"
},
"col_d58": {
"type": "boolean"
},
"val_a89": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"... | I found that col_k37 should be 866. {"col_k37":866,"param_i55":79,"col_d58":false,"val_a89":"archived","key_o16":true,"attr_i37":"type_a"} | Output mixes natural language with JSON | {"col_k37":866,"param_i55":79,"col_d58":false,"val_a89":"archived","key_o16":true,"attr_i37":"type_a"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD first_name TYPE boolean REQUIRED no
FIELD company[].altitude TYPE integer REQUIRED yes
FIELD company[].sensor_id TYPE boolean REQUIRED yes
FIELD company[].website TYPE string VALUES USD|EUR|GBP|BR... | {"lab_result":"closed","first_name":true} | truncated_object | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"first_name": {
"type": "boolean"
},
"company": {
"type": "array",
"items": {
"type": "obje... | {"lab_result":"closed","first_name":true | Unexpected end of JSON input — truncated object | {"lab_result":"closed","first_name":true} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string REQUIRED yes
FIELD count TYPE string REQUIRED yes
FIELD level TYPE integer REQUIRED no
FIELD longitude TYPE string REQUIRED yes
FIELD collateral.values TYPE string VALUES draft|published|archived REQUIRED no
FIELD collateral.repository TYPE string VALUES mod... | {"span_id":"https://example.com","count":"REV","level":992,"longitude":"cancelled","tags":{"email":true,"subject":null,"format":"Luis","half_life":"test","paragraph":false,"pressure_kpa":{"vessel_name":0.96,"invoice_id":677},"description":"mode_c"}} | extra_text_before | {
"type": "object",
"properties": {
"span_id": {
"type": "string"
},
"count": {
"type": "string"
},
"level": {
"type": "integer"
},
"longitude": {
"type": "string"
},
"collateral": {
"type": "object",
"properties": {
"values": {
... | Based on your request, here is the data:
{"span_id":"https://example.com","count":"REV","level":992,"longitude":"cancelled","tags":{"email":true,"subject":null,"format":"Luis","half_life":"test","paragraph":false,"pressure_kpa":{"vessel_name":0.96,"invoice_id":677},"description":"mode_c"}} | Output contains non-JSON text before the object | {"span_id":"https://example.com","count":"REV","level":992,"longitude":"cancelled","tags":{"email":true,"subject":null,"format":"Luis","half_life":"test","paragraph":false,"pressure_kpa":{"vessel_name":0.96,"invoice_id":677},"description":"mode_c"}} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string_uri REQUIRED no
FIELD salinity TYPE string REQUIRED no
FIELD duration_ms TYPE null REQUIRED yes
FIELD torque_output TYPE string_email REQUIRED no
FIELD bill_of_lading TYPE null REQUIRED yes
FIELD voltage TYPE string REQUIRED no
BROKEN_OUTPUT
Let me construc... | {"chapter":"https://www.com/data","salinity":"REV","duration_ms":null,"torque_output":"ops@example.com","bill_of_lading":null,"voltage":"active"} | thought_process | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"format": "uri"
},
"salinity": {
"type": "string"
},
"duration_ms": {
"type": "null"
},
"torque_output": {
"type": "string",
"format": "email"
},
"bill_of_lading": {
"type... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"chapter":"https://www.com/data","salinity":"REV","duration_ms":null,"torque_output":"ops@example.com","bill_of_lading":null,"voltage":"active"} | Output contains chain-of-thought reasoning before JSON | {"chapter":"https://www.com/data","salinity":"REV","duration_ms":null,"torque_output":"ops@example.com","bill_of_lading":null,"voltage":"active"} |
TASK repair_structured_output
SPEC
FIELD language TYPE string_email REQUIRED yes
FIELD company TYPE number REQUIRED no
FIELD features TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD terminal_id TYPE integer REQUIRED no
FIELD wavelength[] TYPE string REQUIRED no
FIELD zip_code[].transaction_id TY... | {"language":"admin@domain.org","company":305.17,"features":"underway","terminal_id":620,"zip_code":[{"decay_rate":"pending","bill_of_lading":"white","rating":"admin@example.com","options":"USD","run_id":183},{"decay_rate":"pending","options":"BRL","compound":548,"run_id":601},{"transaction_id":761,"decay_rate":"inactiv... | missing_brace | {
"type": "object",
"properties": {
"language": {
"type": "string",
"format": "email"
},
"company": {
"type": "number"
},
"features": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"termin... | {"language":"admin@domain.org","company":305.17,"features":"underway","terminal_id":620,"zip_code":[{"decay_rate":"pending","bill_of_lading":"white","rating":"admin@example.com","options":"USD","run_id":183},{"decay_rate":"pending","options":"BRL","compound":548,"run_id":601},"transaction_id":761,"decay_rate":"inactive... | Missing closing brace | {"language":"admin@domain.org","company":305.17,"features":"underway","terminal_id":620,"zip_code":[{"decay_rate":"pending","bill_of_lading":"white","rating":"admin@example.com","options":"USD","run_id":183},{"decay_rate":"pending","options":"BRL","compound":548,"run_id":601},{"transaction_id":761,"decay_rate":"inactiv... |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD annotation TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD first_name TYPE integer REQUIRED yes
FIELD priority TYPE string_uri REQUIRED no
FIELD shipping T... | {"berth_slot":"level_4","first_name":362,"shipping":"anchored"} | invalid_enum | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"annotation": {
"type": "string",
"enum": [
"option_a",
"option_b",
"op... | {"berth_slot": "invalid_choice_773", "first_name": 362, "shipping": "anchored"} | Field 'berth_slot' has invalid enum value 'invalid_choice_773', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5'] | {"berth_slot":"level_4","first_name":362,"shipping":"anchored"} |
TASK repair_structured_output
SPEC
FIELD position TYPE null REQUIRED no
FIELD phenotype TYPE string REQUIRED no
FIELD velocity.temp_celsius TYPE boolean REQUIRED yes
FIELD velocity.commit_hash TYPE string REQUIRED yes
FIELD velocity.created_at.span_id TYPE string REQUIRED no
FIELD velocity.created_at.enabled TYPE inte... | {"position":null,"phenotype":"London","velocity":{"temp_celsius":true,"commit_hash":"pending","created_at":{"span_id":"https://api.example.com/v1","enabled":389,"published":"option_b","torque_output":"https://example.com"},"port_code":{"frequency_hz":"intermittent","last_name":null,"due_date":["active","PASS","RTG-04",... | partial_structure | {
"type": "object",
"properties": {
"position": {
"type": "null"
},
"phenotype": {
"type": "string"
},
"velocity": {
"type": "object",
"properties": {
"temp_celsius": {
"type": "boolean"
},
"commit_hash": {
"type": "string"
... | Result: lane=mode_c, {"position":null,"phenotype":"London","velocity":{"temp_celsius":true,"commit_hash":"pending","created_at":{"span_id":"https://api.example.com/v1","enabled":389,"published":"option_b","torque_output":"https://example.com"},"port_code":{"frequency_hz":"intermittent","last_name":null,"due_date":["act... | Output mixes natural language with JSON | {"position":null,"phenotype":"London","velocity":{"temp_celsius":true,"commit_hash":"pending","created_at":{"span_id":"https://api.example.com/v1","enabled":389,"published":"option_b","torque_output":"https://example.com"},"port_code":{"frequency_hz":"intermittent","last_name":null,"due_date":["active","PASS","RTG-04",... |
TASK repair_structured_output
SPEC
FIELD website TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD reagent TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD longitude TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD index TYPE string VALUES low|... | {"website":"confirmed","reagent":"maintenance","longitude":"green","index":"critical","start_date":"divorced","size":889.24,"medication":401.22} | wrong_type | {
"type": "object",
"properties": {
"website": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"reagent": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
... | {"website": "confirmed", "reagent": "maintenance", "longitude": "green", "index": "critical", "start_date": "divorced", "size": "\"889.24\"", "medication": 401.22} | Field 'size' must be number, got string | {"website":"confirmed","reagent":"maintenance","longitude":"green","index":"critical","start_date":"divorced","size":889.24,"medication":401.22} |
TASK repair_structured_output
SPEC
FIELD prop_l42 TYPE boolean REQUIRED no
FIELD key_x25 TYPE integer REQUIRED no
FIELD col_b45 TYPE number REQUIRED yes
FIELD attr_s59 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_y15 TYPE integer REQUIRED no
FIELD param_j01 TYPE string REQUIRED no
BROKEN_OUTPUT... | {"prop_l42":false,"col_b45":781.0,"attr_s59":"enterprise","dim_y15":965,"param_j01":"chrX"} | null_required | {
"type": "object",
"properties": {
"prop_l42": {
"type": "boolean"
},
"key_x25": {
"type": "integer"
},
"col_b45": {
"type": "number"
},
"attr_s59": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | {"prop_l42": false, "col_b45": null, "attr_s59": "enterprise", "dim_y15": 965, "param_j01": "chrX"} | Required field 'col_b45' is null | {"prop_l42":false,"col_b45":781.0,"attr_s59":"enterprise","dim_y15":965,"param_j01":"chrX"} |
TASK repair_structured_output
SPEC
FIELD dim_l04 TYPE string REQUIRED no
FIELD prop_l40 TYPE integer REQUIRED yes
FIELD field_p97 TYPE null REQUIRED yes
FIELD dim_x81 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Tool: apply_discount
Params: {"prop_l40": 155, "dim_x81": 83, "field_p97_id": null} | {"prop_l40":155,"field_p97":null,"dim_x81":83} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_l04": {
"type": "string"
},
"prop_l40": {
"type": "integer"
},
"field_p97": {
"type": "null"
},
"dim_x81": {
"type": "integer"
}
},
"required": [
"field_p97",
"prop_l40",
"dim_x81"
]
} | Tool: apply_discount
Params: {"prop_l40": 155, "dim_x81": 83, "field_p97_id": null} | Agent used wrong parameter name 'field_p97_id' instead of 'field_p97' | {"prop_l40":155,"field_p97":null,"dim_x81":83} |
TASK repair_structured_output
SPEC
FIELD dim_z32 TYPE boolean REQUIRED yes
FIELD key_y39 TYPE boolean REQUIRED no
FIELD prop_m00.field_x36 TYPE string_email REQUIRED yes
FIELD prop_m00.field_b56 TYPE string_email REQUIRED yes
FIELD prop_m00.val_i52 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
<functioncall> create_orde... | {"dim_z32":true,"key_y39":true,"prop_m00":{"field_x36":"info@example.com","field_b56":"user@domain.org","val_i52":"https://api.org/api"}} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_z32": {
"type": "boolean"
},
"key_y39": {
"type": "boolean"
},
"prop_m00": {
"type": "object",
"properties": {
"field_x36": {
"type": "string",
"format": "email"
},
"field_b56": {
... | <functioncall> create_order
{dim_z32: true, key_y39: true, prop_m00: {field_x36: "info@example.com", field_b56: "user@domain.org", val_i52: "https://api.org/api"}} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_z32":true,"key_y39":true,"prop_m00":{"field_x36":"info@example.com","field_b56":"user@domain.org","val_i52":"https://api.org/api"}} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD visible TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD size TYPE string REQUIRED no
FIELD active[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{'turbidity':'pending_review','visib... | {"turbidity":"pending_review","visible":"phone","active":[635,768,203]} | single_quotes | {
"type": "object",
"properties": {
"turbidity": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"visible": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push... | {'turbidity':'pending_review','visible':'phone','active':[635,768,203]} | Expecting property name enclosed in double quotes | {"turbidity":"pending_review","visible":"phone","active":[635,768,203]} |
TASK repair_structured_output
SPEC
FIELD val_j45 TYPE string REQUIRED yes
FIELD prop_a19 TYPE string_email REQUIRED yes
FIELD field_b53 TYPE integer REQUIRED no
FIELD dim_c95.prop_f46 TYPE boolean REQUIRED yes
FIELD dim_c95.param_a83 TYPE string_date-time REQUIRED yes
FIELD dim_c95.attr_r25.prop_s56 TYPE string VALUES... | {"val_j45":"Diana","prop_a19":"user@test.io","field_b53":994,"dim_c95":{"prop_f46":false,"param_a83":"2024-05-26T04:31:00Z","attr_r25":{"prop_s56":"level_2","field_b62":"cat_d","prop_n18":"PASS","key_a60":"Berlin","prop_f92":3.04}},"val_e43":"2022-01-26T11:31:00Z","prop_p46":"This is a test value.","dim_n01":{"col_w60"... | missing_required | {
"type": "object",
"properties": {
"val_j45": {
"type": "string"
},
"prop_a19": {
"type": "string",
"format": "email"
},
"field_b53": {
"type": "integer"
},
"dim_c95": {
"type": "object",
"properties": {
"prop_f46": {
"type": "boolea... | {"val_j45": "Diana", "prop_a19": "user@test.io", "field_b53": 994, "dim_c95": {"prop_f46": false, "param_a83": "2024-05-26T04:31:00Z", "attr_r25": {"prop_s56": "level_2", "field_b62": "cat_d", "prop_n18": "PASS", "key_a60": "Berlin", "prop_f92": 3.04}}, "prop_p46": "This is a test value.", "dim_n01": {"col_w60": {"prop... | Required field 'val_e43' is missing | {"val_j45":"Diana","prop_a19":"user@test.io","field_b53":994,"dim_c95":{"prop_f46":false,"param_a83":"2024-05-26T04:31:00Z","attr_r25":{"prop_s56":"level_2","field_b62":"cat_d","prop_n18":"PASS","key_a60":"Berlin","prop_f92":3.04}},"val_e43":"2022-01-26T11:31:00Z","prop_p46":"This is a test value.","dim_n01":{"col_w60"... |
TASK repair_structured_output
SPEC
FIELD field_q06 TYPE string REQUIRED no
FIELD col_r55 TYPE string REQUIRED yes
FIELD attr_y68.dim_g93 TYPE boolean REQUIRED yes
FIELD attr_y68.col_x23 TYPE string REQUIRED no
FIELD attr_y68.attr_x34 TYPE string REQUIRED no
FIELD attr_y68.key_c98.param_x85 TYPE boolean REQUIRED yes
FI... | {"col_r55":"This is a test value.","key_i21":{"prop_a03":false,"param_i10":33,"attr_z50":"https://data.io/data"},"field_x59":"Tokyo","dim_v73":"https://api.example.com/v1"} | extra_text_before | {
"type": "object",
"properties": {
"field_q06": {
"type": "string"
},
"col_r55": {
"type": "string"
},
"attr_y68": {
"type": "object",
"properties": {
"dim_g93": {
"type": "boolean"
},
"col_x23": {
"type": "string"
},
... | Here's the structured output:
{"col_r55":"This is a test value.","key_i21":{"prop_a03":false,"param_i10":33,"attr_z50":"https://data.io/data"},"field_x59":"Tokyo","dim_v73":"https://api.example.com/v1"} | Output contains non-JSON text before the object | {"col_r55":"This is a test value.","key_i21":{"prop_a03":false,"param_i10":33,"attr_z50":"https://data.io/data"},"field_x59":"Tokyo","dim_v73":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_e12 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_t12 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_e13 TYPE string REQUIRED no
FIELD field_v82 TYPE integer REQUIRED no
FIELD val_k79 TYPE integer REQUIRED no
FIELD field_w72 TY... | {"dim_e12":"critical","dim_t12":"intermittent","field_v82":674,"field_w72":181} | unquoted_keys | {
"type": "object",
"properties": {
"dim_e12": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_t12": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"... | {dim_e12:"critical",dim_t12:"intermittent",field_v82:674,field_w72:181} | Expecting property name enclosed in double quotes | {"dim_e12":"critical","dim_t12":"intermittent","field_v82":674,"field_w72":181} |
TASK repair_structured_output
SPEC
FIELD tile TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD timezone TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD address TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: track_vessel
Arguments: {"timezone": "homozygo... | {"timezone":"homozygous","address":"completed"} | tool_call_partial_args | {
"type": "object",
"properties": {
"tile": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"timezone": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | Let me check the system.
Action: track_vessel
Arguments: {"timezone": "homozygous"} | Agent tool call missing required parameter 'address' | {"timezone":"homozygous","address":"completed"} |
TASK repair_structured_output
SPEC
FIELD attr_b64 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD field_o46 TYPE integer REQUIRED no
FIELD field_h84 TYPE boolean REQUIRED yes
FIELD dim_v24[].val_e30 TYPE integer REQUIRED no
FIELD dim_v24[].dim_k77 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FI... | {"attr_b64":"cat_b","field_o46":25,"field_h84":false,"dim_v24":[{"val_e30":692,"dim_k77":"option_a","col_q34":804.17,"dim_b06":476},{"val_e30":940,"dim_k77":"option_a","col_q34":596.37,"dim_b06":884},{"dim_k77":"option_c","col_q34":355.41,"dim_b06":244},{"val_e30":574,"dim_k77":"option_b","col_q34":346.37,"dim_b06":490... | partial_structure | {
"type": "object",
"properties": {
"attr_b64": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"field_o46": {
"type": "integer"
},
"field_h84": {
"type": "boolean"
},
"dim_v24": {
"type": "array",
"items": {
"type": "... | The attr_b64 is cat_b and {"attr_b64":"cat_b","field_o46":25,"field_h84":false,"dim_v24":[{"val_e30":692,"dim_k77":"option_a","col_q34":804.17,"dim_b06":476},{"val_e30":940,"dim_k77":"option_a","col_q34":596.37,"dim_b06":884},{"dim_k77":"option_c","col_q34":355.41,"dim_b06":244},{"val_e30":574,"dim_k77":"option_b","col... | Output mixes natural language with JSON | {"attr_b64":"cat_b","field_o46":25,"field_h84":false,"dim_v24":[{"val_e30":692,"dim_k77":"option_a","col_q34":804.17,"dim_b06":476},{"val_e30":940,"dim_k77":"option_a","col_q34":596.37,"dim_b06":884},{"dim_k77":"option_c","col_q34":355.41,"dim_b06":244},{"val_e30":574,"dim_k77":"option_b","col_q34":346.37,"dim_b06":490... |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD index TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD dosage TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD values TYPE null REQUIRED no
BROKEN_OUTPUT
{... | {"index":"cat_c"} | missing_required | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"index": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f... | {} | Required field 'index' is missing | {"index":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD dim_e29 TYPE string REQUIRED yes
FIELD param_w14 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD attr_w47 TYPE integer REQUIRED no
FIELD key_h44 TYPE integer REQUIRED no
FIELD col_j02 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_o71 TYPE integ... | {"dim_e29":"Sao Paulo","param_w14":"type_a","attr_w47":709,"key_h44":886,"col_j02":"red"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_e29": {
"type": "string"
},
"param_w14": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"attr_w47": {
"type": "integer"
},
"key_h44": {
"type": "integer"
},
"col_... | create_ticket(dim_e29='Sao Paulo', param_w14='type_a', attr_w47=709, key_h44=886, col_j02='red') | Tool call uses Python syntax instead of JSON | {"dim_e29":"Sao Paulo","param_w14":"type_a","attr_w47":709,"key_h44":886,"col_j02":"red"} |
TASK repair_structured_output
SPEC
FIELD param_x87 TYPE boolean REQUIRED no
FIELD field_q51 TYPE string_email REQUIRED no
FIELD dim_u18 TYPE integer REQUIRED no
FIELD attr_a42 TYPE boolean REQUIRED no
FIELD field_e05 TYPE string VALUES mode_a|mode_b REQUIRED yes
BROKEN_OUTPUT
{'param_x87':true,'field_q51':'ops@test.i... | {"param_x87":true,"field_q51":"ops@test.io","dim_u18":5,"field_e05":"mode_a"} | single_quotes | {
"type": "object",
"properties": {
"param_x87": {
"type": "boolean"
},
"field_q51": {
"type": "string",
"format": "email"
},
"dim_u18": {
"type": "integer"
},
"attr_a42": {
"type": "boolean"
},
"field_e05": {
"type": "string",
"enum": [
... | {'param_x87':true,'field_q51':'ops@test.io','dim_u18':5,'field_e05':'mode_a'} | Expecting property name enclosed in double quotes | {"param_x87":true,"field_q51":"ops@test.io","dim_u18":5,"field_e05":"mode_a"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.