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 field_o17 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD val_t16 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD prop_s36 TYPE string REQUIRED yes
BROKEN_OUTPUT
Here is the response in the requested format:
```json
{"field_o17":"level_2","v... | {"field_o17":"level_2","val_t16":"cat_b","prop_s36":"Berlin"} | markdown_explanation | {
"type": "object",
"properties": {
"field_o17": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"val_t16": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]... | Here is the response in the requested format:
```json
{"field_o17":"level_2","val_t16":"cat_b","prop_s36":"Berlin"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"field_o17":"level_2","val_t16":"cat_b","prop_s36":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD val_l47 TYPE string_email REQUIRED no
FIELD col_q99 TYPE number REQUIRED no
FIELD dim_j61 TYPE string REQUIRED no
FIELD val_b48 TYPE string REQUIRED no
FIELD param_o68.prop_a45 TYPE null REQUIRED no
FIELD param_o68.attr_e52.prop_h97 TYPE number REQUIRED no
FIELD param_o68.attr_... | {"val_l47":"user@example.com","col_q99":136.53,"dim_j61":"foo","val_b48":"Oliveira","param_o68":{"prop_a45":null,"attr_e52":{"prop_h97":458.55,"col_n56":488,"col_a85":"hemizygous","val_v84":null,"dim_d34":931,"col_k68":"info@domain.org","dim_t67":621},"attr_g50":null},"col_b33":{"param_l04":"open","key_u35":null,"dim_k... | number_with_unit | {
"type": "object",
"properties": {
"val_l47": {
"type": "string",
"format": "email"
},
"col_q99": {
"type": "number"
},
"dim_j61": {
"type": "string"
},
"val_b48": {
"type": "string"
},
"param_o68": {
"type": "object",
"properties": {
... | {"val_l47": "user@example.com", "col_q99": "136.53MB", "dim_j61": "foo", "val_b48": "Oliveira", "param_o68": {"prop_a45": null, "attr_e52": {"prop_h97": 458.55, "col_n56": 488, "col_a85": "hemizygous", "val_v84": null, "dim_d34": 931, "col_k68": "info@domain.org", "dim_t67": 621}, "attr_g50": null}, "col_b33": {"param_... | Field 'col_q99' must be number, got string with unit | {"val_l47":"user@example.com","col_q99":136.53,"dim_j61":"foo","val_b48":"Oliveira","param_o68":{"prop_a45":null,"attr_e52":{"prop_h97":458.55,"col_n56":488,"col_a85":"hemizygous","val_v84":null,"dim_d34":931,"col_k68":"info@domain.org","dim_t67":621},"attr_g50":null},"col_b33":{"param_l04":"open","key_u35":null,"dim_k... |
TASK repair_structured_output
SPEC
FIELD price TYPE number REQUIRED no
FIELD color TYPE integer REQUIRED no
FIELD run_id TYPE string_date-time REQUIRED yes
FIELD isotope TYPE boolean REQUIRED no
FIELD format TYPE integer REQUIRED no
FIELD transaction_id TYPE string_email REQUIRED no
BROKEN_OUTPUT
The instrument repor... | {"price":298.0,"run_id":"2023-09-25T20:05:00Z","isotope":true} | markdown_explanation | {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"color": {
"type": "integer"
},
"run_id": {
"type": "string",
"format": "date-time"
},
"isotope": {
"type": "boolean"
},
"format": {
"type": "integer"
},
"transaction_id... | The instrument reported:
```json
{"price":298.0,"run_id":"2023-09-25T20:05:00Z","isotope":true}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"price":298.0,"run_id":"2023-09-25T20:05:00Z","isotope":true} |
TASK repair_structured_output
SPEC
FIELD col_i52 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_s15 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_v01 TYPE string REQUIRED yes
FIELD key_o76 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD key_z22 TYPE string REQUI... | {"col_i52":"inland","val_v01":"London","field_k47":867.58} | unquoted_keys | {
"type": "object",
"properties": {
"col_i52": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_s15": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {col_i52:"inland",val_v01:"London",field_k47:867.58} | Expecting property name enclosed in double quotes | {"col_i52":"inland","val_v01":"London","field_k47":867.58} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD feedback TYPE string REQUIRED yes
FIELD credit_score TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD phenotype TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD tax T... | {"berth_slot":"red","feedback":"https://example.com","credit_score":"closed","tax":761,"turbidity":"returned"} | missing_brace | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"feedback": {
"type": "string"
},
"credit_score": {
"type": "string",
"enum": [
"open"... | {"berth_slot":"red","feedback":"https://example.com","credit_score":"closed","tax":761,"turbidity":"returned" | Missing closing brace | {"berth_slot":"red","feedback":"https://example.com","credit_score":"closed","tax":761,"turbidity":"returned"} |
TASK repair_structured_output
SPEC
FIELD format TYPE string REQUIRED yes
FIELD crew_id TYPE integer REQUIRED no
FIELD chromosome TYPE number REQUIRED yes
BROKEN_OUTPUT
{"format": "PASS", "crew_id": 448, "chromosome": null} | {"format":"PASS","crew_id":448,"chromosome":170.1} | null_required | {
"type": "object",
"properties": {
"format": {
"type": "string"
},
"crew_id": {
"type": "integer"
},
"chromosome": {
"type": "number"
}
},
"required": [
"format",
"chromosome"
]
} | {"format": "PASS", "crew_id": 448, "chromosome": null} | Required field 'chromosome' is null | {"format":"PASS","crew_id":448,"chromosome":170.1} |
TASK repair_structured_output
SPEC
FIELD val_u50 TYPE string_email REQUIRED yes
FIELD key_x36 TYPE integer REQUIRED yes
FIELD param_z77 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_u50":"admin@domain.org","key_x36":390,"param_z77":"Luis",} | {"val_u50":"admin@domain.org","key_x36":390,"param_z77":"Luis"} | trailing_comma | {
"type": "object",
"properties": {
"val_u50": {
"type": "string",
"format": "email"
},
"key_x36": {
"type": "integer"
},
"param_z77": {
"type": "string"
}
},
"required": [
"key_x36",
"val_u50",
"param_z77"
]
} | {"val_u50":"admin@domain.org","key_x36":390,"param_z77":"Luis",} | Unexpected trailing comma | {"val_u50":"admin@domain.org","key_x36":390,"param_z77":"Luis"} |
TASK repair_structured_output
SPEC
FIELD attr_w05 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_u11 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD col_g96 TYPE boolean REQUIRED yes
FIELD key_z88 TYPE number REQUIRED yes
FIELD attr_d89 TYPE number REQUIRED no
FIELD pr... | {"attr_w05":"inactive","dim_u11":"type_c","col_g96":false,"key_z88":15.51,"attr_d89":795.33,"prop_p42":895} | trailing_comma | {
"type": "object",
"properties": {
"attr_w05": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_u11": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
... | {"attr_w05":"inactive","dim_u11":"type_c","col_g96":false,"key_z88":15.51,"attr_d89":795.33,"prop_p42":895,} | Unexpected trailing comma | {"attr_w05":"inactive","dim_u11":"type_c","col_g96":false,"key_z88":15.51,"attr_d89":795.33,"prop_p42":895} |
TASK repair_structured_output
SPEC
FIELD prop_v62.param_r40 TYPE null REQUIRED no
FIELD prop_v62.attr_v61 TYPE string REQUIRED no
FIELD prop_v62.param_k76 TYPE boolean REQUIRED yes
FIELD prop_r07 TYPE string REQUIRED no
FIELD param_x99.key_i94 TYPE number REQUIRED no
FIELD param_x99.val_w39 TYPE integer REQUIRED yes
F... | {"prop_v62":{"param_r40":null,"attr_v61":"quux","param_k76":false},"prop_r07":"example","param_x99":{"key_i94":312.33,"val_w39":96,"attr_b03":{"dim_b96":"small","val_j21":"mode_c","col_w48":"cat_b","key_a50":"cat_b"},"field_e46":{"param_z81":"high","val_g46":"https://data.com/v1","prop_a89":null,"col_c04":"cat_a"}},"fi... | extra_text_after | {
"type": "object",
"properties": {
"prop_v62": {
"type": "object",
"properties": {
"param_r40": {
"type": "null"
},
"attr_v61": {
"type": "string"
},
"param_k76": {
"type": "boolean"
}
},
"required": [
... | {"prop_v62":{"param_r40":null,"attr_v61":"quux","param_k76":false},"prop_r07":"example","param_x99":{"key_i94":312.33,"val_w39":96,"attr_b03":{"dim_b96":"small","val_j21":"mode_c","col_w48":"cat_b","key_a50":"cat_b"},"field_e46":{"param_z81":"high","val_g46":"https://data.com/v1","prop_a89":null,"col_c04":"cat_a"}},"fi... | Output contains non-JSON text after the object | {"prop_v62":{"param_r40":null,"attr_v61":"quux","param_k76":false},"prop_r07":"example","param_x99":{"key_i94":312.33,"val_w39":96,"attr_b03":{"dim_b96":"small","val_j21":"mode_c","col_w48":"cat_b","key_a50":"cat_b"},"field_e46":{"param_z81":"high","val_g46":"https://data.com/v1","prop_a89":null,"col_c04":"cat_a"}},"fi... |
TASK repair_structured_output
SPEC
FIELD col_g50 TYPE string REQUIRED yes
FIELD prop_q09 TYPE integer REQUIRED no
FIELD dim_f01 TYPE null REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: validate_sample
Result: {"prop_q09": 486, "dim_f01": null}
I'll query our database.
Action: update_pref... | {"col_g50":"FWD","prop_q09":486,"dim_f01":null} | agent_chain | {
"type": "object",
"properties": {
"col_g50": {
"type": "string"
},
"prop_q09": {
"type": "integer"
},
"dim_f01": {
"type": "null"
}
},
"required": [
"dim_f01",
"col_g50"
]
} | I need to look up the information first.
Action: validate_sample
Result: {"prop_q09": 486, "dim_f01": null}
I'll query our database.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"col_g50":"FWD","prop_q09":486,"dim_f01":null} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE number REQUIRED no
FIELD start_date.notes TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD start_date.width TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD start_date.patient_id TYPE string REQUIRED no
FIELD ... | {"conductivity":862.3,"start_date":{"notes":"intermittent","width":"rejected","patient_id":"inactive","priority":"John","balance":547},"options":"admin"} | number_with_unit | {
"type": "object",
"properties": {
"conductivity": {
"type": "number"
},
"start_date": {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | {"conductivity": "862.3ms", "start_date": {"notes": "intermittent", "width": "rejected", "patient_id": "inactive", "priority": "John", "balance": 547}, "options": "admin"} | Field 'conductivity' must be number, got string with unit | {"conductivity":862.3,"start_date":{"notes":"intermittent","width":"rejected","patient_id":"inactive","priority":"John","balance":547},"options":"admin"} |
TASK repair_structured_output
SPEC
FIELD key_r37 TYPE string REQUIRED no
FIELD val_d31.prop_i39 TYPE string_uri REQUIRED yes
FIELD val_d31.col_e95 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD val_d31.dim_b43 TYPE integer REQUIRED no
FIELD val_d31.col_z91[] TYPE boolean REQUIRED no
FIELD attr_i38 TYPE ... | {"key_r37":"approved","prop_q64":126,"val_w50":"qux","col_d94":"example"} | agent_chain | {
"type": "object",
"properties": {
"key_r37": {
"type": "string"
},
"val_d31": {
"type": "object",
"properties": {
"prop_i39": {
"type": "string",
"format": "uri"
},
"col_e95": {
"type": "string",
"enum": [
"l... | I need to look up the information first.
Action: assign_berth
Result: {"key_r37": "approved", "val_w50": "qux", "col_d94": "example"}
Processing the request now.
Action: filter_variants
Result: | Agent multi-step chain with truncated tool output | {"key_r37":"approved","prop_q64":126,"val_w50":"qux","col_d94":"example"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES success|error|warning|info REQUIRED no
FIELD nickname TYPE number REQUIRED no
FIELD turbidity TYPE string REQUIRED no
FIELD lab_result TYPE number REQUIRED no
FIELD count TYPE string REQUIRED yes
FIELD dosage TYPE integer REQUIRED no
BROKEN_OUTPUT
H... | {"altitude":"success","turbidity":"This is a test value.","lab_result":603.47,"count":"cancelled"} | markdown_explanation | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"nickname": {
"type": "number"
},
"turbidity": {
"type": "string"
},
"lab_result": {
"type": "numbe... | Here is the JSON you requested:
```json
{"altitude":"success","turbidity":"This is a test value.","lab_result":603.47,"count":"cancelled"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"altitude":"success","turbidity":"This is a test value.","lab_result":603.47,"count":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string REQUIRED yes
FIELD phenotype TYPE string_uri REQUIRED no
FIELD torque_output TYPE null REQUIRED no
FIELD thumbnail[] TYPE number REQUIRED no
FIELD priority[].reagent TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD priority[].website ... | {"shipper_ref":"baz","phenotype":"https://api.io/api","torque_output":null,"thumbnail":[863.86],"priority":[{"reagent":"reliable","website":"type_a","repository":"new"},{"reagent":"intermittent","website":"type_a","repository":"returned"},{"reagent":"intermittent","website":"type_b","repository":"in_transit"}]} | partial_structure | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"phenotype": {
"type": "string",
"format": "uri"
},
"torque_output": {
"type": "null"
},
"thumbnail": {
"type": "array",
"items": {
"type": "number"
}
},
"pr... | Based on the data, thumbnail is [863.86]. {"shipper_ref":"baz","phenotype":"https://api.io/api","torque_output":null,"thumbnail":[863.86],"priority":[{"reagent":"reliable","website":"type_a","repository":"new"},{"reagent":"intermittent","website":"type_a","repository":"returned"},{"reagent":"intermittent","website":"ty... | Output mixes natural language with JSON | {"shipper_ref":"baz","phenotype":"https://api.io/api","torque_output":null,"thumbnail":[863.86],"priority":[{"reagent":"reliable","website":"type_a","repository":"new"},{"reagent":"intermittent","website":"type_a","repository":"returned"},{"reagent":"intermittent","website":"type_b","repository":"in_transit"}]} |
TASK repair_structured_output
SPEC
FIELD col_w50 TYPE string_date-time REQUIRED no
FIELD dim_l48 TYPE integer REQUIRED no
FIELD attr_y02 TYPE number REQUIRED no
FIELD col_y94 TYPE integer REQUIRED yes
FIELD param_p00.param_w26 TYPE string_uri REQUIRED no
FIELD param_p00.dim_w54 TYPE null REQUIRED yes
FIELD param_p00.k... | {"col_w50":"2023-01-08T08:19:00Z","dim_l48":146,"attr_y02":531.25,"col_y94":344,"param_p00":{"param_w26":"https://example.io/data","dim_w54":null},"val_c56":{"dim_r18":"example","key_n76":"Silva","val_n17":[968,205],"key_k42":["2023-12-25","John","New York","Alice"]}} | markdown_fences | {
"type": "object",
"properties": {
"col_w50": {
"type": "string",
"format": "date-time"
},
"dim_l48": {
"type": "integer"
},
"attr_y02": {
"type": "number"
},
"col_y94": {
"type": "integer"
},
"param_p00": {
"type": "object",
"properties... | ```json
{"col_w50":"2023-01-08T08:19:00Z","dim_l48":146,"attr_y02":531.25,"col_y94":344,"param_p00":{"param_w26":"https://example.io/data","dim_w54":null},"val_c56":{"dim_r18":"example","key_n76":"Silva","val_n17":[968,205],"key_k42":["2023-12-25","John","New York","Alice"]}}
``` | Output contains markdown code fences | {"col_w50":"2023-01-08T08:19:00Z","dim_l48":146,"attr_y02":531.25,"col_y94":344,"param_p00":{"param_w26":"https://example.io/data","dim_w54":null},"val_c56":{"dim_r18":"example","key_n76":"Silva","val_n17":[968,205],"key_k42":["2023-12-25","John","New York","Alice"]}} |
TASK repair_structured_output
SPEC
FIELD prop_c07 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD field_n68 TYPE string REQUIRED yes
FIELD attr_w35 TYPE string_date-time REQUIRED yes
FIELD prop_p36 TYPE string REQUIRED no
FIELD key_r30 TYPE string REQUIRED yes
FIELD param_c85 TYPE string VALUES... | {"prop_c07":"type_c","field_n68":"Paris","attr_w35":"2021-01-20T08:30:00Z","prop_p36":"QC-07","key_r30":"inactive","param_m11":"cat_e"} | extra_text_before | {
"type": "object",
"properties": {
"prop_c07": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"field_n68": {
"type": "string"
},
"attr_w35": {
"type": "string",
"format": "date-time"... | Let me provide the data in JSON format:
{"prop_c07":"type_c","field_n68":"Paris","attr_w35":"2021-01-20T08:30:00Z","prop_p36":"QC-07","key_r30":"inactive","param_m11":"cat_e"} | Output contains non-JSON text before the object | {"prop_c07":"type_c","field_n68":"Paris","attr_w35":"2021-01-20T08:30:00Z","prop_p36":"QC-07","key_r30":"inactive","param_m11":"cat_e"} |
TASK repair_structured_output
SPEC
FIELD date TYPE integer REQUIRED no
FIELD discount.phone TYPE string_email REQUIRED no
FIELD discount.crew_id TYPE string REQUIRED yes
FIELD discount.insurance_id TYPE string REQUIRED yes
FIELD discount.features.brake_pressure TYPE string REQUIRED yes
FIELD discount.features.interest... | {"date":477,"discount":{"phone":"test@example.com","crew_id":"sample","insurance_id":"2024-01-15","features":{"brake_pressure":"completed","interest_rate":"single","amount":"A short description.","reagent":"mode_f"}},"image_url":"level_4","collateral":"homozygous","full_name":{"role":"mode_d","date":44}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"date": {
"type": "integer"
},
"discount": {
"type": "object",
"properties": {
"phone": {
"type": "string",
"format": "email"
},
"crew_id": {
"type": "string"
},
"insurance_id": {
... | Tool: get_inventory
Params: {"date": 477, "discount": {"phone": "test@example.com", "crew_id": "sample", "insurance_id": "2024-01-15", "features": {"brake_pressure": "completed", "interest_rate": "single", "amount": "A short description.", "reagent": "mode_f"}}, "image_url": "level_4", "full_name": {"role": "mode_d", "... | Agent used wrong parameter name 'collateral_value' instead of 'collateral' | {"date":477,"discount":{"phone":"test@example.com","crew_id":"sample","insurance_id":"2024-01-15","features":{"brake_pressure":"completed","interest_rate":"single","amount":"A short description.","reagent":"mode_f"}},"image_url":"level_4","collateral":"homozygous","full_name":{"role":"mode_d","date":44}} |
TASK repair_structured_output
SPEC
FIELD score TYPE number REQUIRED no
FIELD frequency_hz.discount.maturity_date TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD frequency_hz.discount.email TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD frequency_hz.discount.interest_rate TYPE st... | {"score":687.3,"bearing":"New York","sensor_id":{"filter_flag":true,"collateral":{"coverage":"high","quantity":"inactive","balance":true},"repository":"Paris","vital_sign":true},"footnote":"underway"} | missing_bracket | {
"type": "object",
"properties": {
"score": {
"type": "number"
},
"frequency_hz": {
"type": "object",
"properties": {
"discount": {
"type": "object",
"properties": {
"maturity_date": {
"type": "string",
"enum": [
... | {"score":687.3,"bearing":"New York","sensor_id":{"filter_flag":true,"collateral":{"coverage":"high","quantity":"inactive","balance":true},"repository":"Paris","vital_sign":true},"footnote":"underway"} | Missing closing bracket | {"score":687.3,"bearing":"New York","sensor_id":{"filter_flag":true,"collateral":{"coverage":"high","quantity":"inactive","balance":true},"repository":"Paris","vital_sign":true},"footnote":"underway"} |
TASK repair_structured_output
SPEC
FIELD dim_v26 TYPE string VALUES single|married|divorced REQUIRED no
FIELD val_d10 TYPE string_email REQUIRED no
FIELD prop_l35 TYPE string REQUIRED yes
FIELD dim_y45.key_m37 TYPE integer REQUIRED no
FIELD dim_y45.param_l49 TYPE integer REQUIRED yes
FIELD dim_y45.field_y44 TYPE strin... | {"dim_v26":"single","val_d10":"ops@domain.org","prop_l35":"London","prop_l59":{"val_y01":"new","prop_s60":"viewer","prop_t60":false,"val_v25":null,"dim_e91":"anchored","val_c42":false}} | markdown_fences | {
"type": "object",
"properties": {
"dim_v26": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"val_d10": {
"type": "string",
"format": "email"
},
"prop_l35": {
"type": "string"
},
"dim_y45": {
"type": "... | ```json
{"dim_v26":"single","val_d10":"ops@domain.org","prop_l35":"London","prop_l59":{"val_y01":"new","prop_s60":"viewer","prop_t60":false,"val_v25":null,"dim_e91":"anchored","val_c42":false}}
``` | Output contains markdown code fences | {"dim_v26":"single","val_d10":"ops@domain.org","prop_l35":"London","prop_l59":{"val_y01":"new","prop_s60":"viewer","prop_t60":false,"val_v25":null,"dim_e91":"anchored","val_c42":false}} |
TASK repair_structured_output
SPEC
FIELD attr_m19 TYPE number REQUIRED yes
FIELD attr_j51 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_a86 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
```json
{"attr_m19":861.71,"attr_j51":"critical","val_a86":"user@domain.org"}
``` | {"attr_m19":861.71,"attr_j51":"critical","val_a86":"user@domain.org"} | markdown_fences | {
"type": "object",
"properties": {
"attr_m19": {
"type": "number"
},
"attr_j51": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_a86": {
"type": "string",
"format": "email"
}
},
"required": [... | ```json
{"attr_m19":861.71,"attr_j51":"critical","val_a86":"user@domain.org"}
``` | Output contains markdown code fences | {"attr_m19":861.71,"attr_j51":"critical","val_a86":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD key_w18 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_o73 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD attr_h67 TYPE integer REQUIRED yes
FIELD field_q51 TYPE string REQUIRED no
FIELD attr_j57 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD ... | {"key_w18":"draft","val_o73":"level_2","attr_h67":924,"field_q51":"hello","attr_j57":"JPY","prop_e13":null} | number_with_unit | {
"type": "object",
"properties": {
"key_w18": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"val_o73": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"attr_h67": {
"type": "integer"
... | {"key_w18": "draft", "val_o73": "level_2", "attr_h67": "924MB", "field_q51": "hello", "attr_j57": "JPY", "prop_e13": null} | Field 'attr_h67' must be number, got string with unit | {"key_w18":"draft","val_o73":"level_2","attr_h67":924,"field_q51":"hello","attr_j57":"JPY","prop_e13":null} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE string_date-time REQUIRED yes
FIELD url TYPE string REQUIRED yes
FIELD level.category TYPE null REQUIRED no
FIELD level.created_at TYPE boolean REQUIRED yes
FIELD level.frequency_hz.umi TYPE null REQUIRED yes
FIELD level.frequency_hz.barcode TYPE integer REQUI... | {"build_status":"2021-11-18T23:17:00Z","url":"REV","level":{"category":null,"created_at":false,"frequency_hz":{"umi":null,"barcode":845,"color":[851.97]},"ph_level":"Oliveira","color":false,"diagnosis_code":834.12}} | single_quotes | {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"format": "date-time"
},
"url": {
"type": "string"
},
"level": {
"type": "object",
"properties": {
"category": {
"type": "null"
},
"created_at": {
"ty... | {'build_status':'2021-11-18T23:17:00Z','url':'REV','level':{'category':null,'created_at':false,'frequency_hz':{'umi':null,'barcode':845,'color':[851.97]},'ph_level':'Oliveira','color':false,'diagnosis_code':834.12}} | Expecting property name enclosed in double quotes | {"build_status":"2021-11-18T23:17:00Z","url":"REV","level":{"category":null,"created_at":false,"frequency_hz":{"umi":null,"barcode":845,"color":[851.97]},"ph_level":"Oliveira","color":false,"diagnosis_code":834.12}} |
TASK repair_structured_output
SPEC
FIELD col_o41 TYPE integer REQUIRED yes
FIELD val_m49 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD col_g58 TYPE string_email REQUIRED yes
FIELD attr_y17.dim_x33 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_y17.val_z59 TYPE integer REQU... | {"col_o41":611,"val_m49":"type_d","col_g58":"test@example.com","dim_g35":208.57,"dim_g19":"Charlie"} | markdown_fences | {
"type": "object",
"properties": {
"col_o41": {
"type": "integer"
},
"val_m49": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"col_g58": {
"type": "string",
"format": "email"
},... | ```json
{"col_o41":611,"val_m49":"type_d","col_g58":"test@example.com","dim_g35":208.57,"dim_g19":"Charlie"}
``` | Output contains markdown code fences | {"col_o41":611,"val_m49":"type_d","col_g58":"test@example.com","dim_g35":208.57,"dim_g19":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD role TYPE boolean REQUIRED yes
FIELD country TYPE integer REQUIRED no
FIELD state TYPE string REQUIRED yes
FIELD half_life TYPE string_date-time REQUIRED no
FIELD run_id TYPE integer REQUIRED yes
FIELD gene_id TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD maturity_date TYPE ... | {"role":false,"country":639,"state":"Smith","half_life":"2025-09-14T10:34:00Z","run_id":684,"gene_id":"cat_a","maturity_date":null,"footnote":"option_b"} | wrong_type | {
"type": "object",
"properties": {
"role": {
"type": "boolean"
},
"country": {
"type": "integer"
},
"state": {
"type": "string"
},
"half_life": {
"type": "string",
"format": "date-time"
},
"run_id": {
"type": "integer"
},
"gene_id": {
... | {"role": false, "country": "\"639\"", "state": "Smith", "half_life": "2025-09-14T10:34:00Z", "run_id": 684, "gene_id": "cat_a", "maturity_date": null, "footnote": "option_b"} | Field 'country' must be integer, got string | {"role":false,"country":639,"state":"Smith","half_life":"2025-09-14T10:34:00Z","run_id":684,"gene_id":"cat_a","maturity_date":null,"footnote":"option_b"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string_date-time REQUIRED no
FIELD description TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD quantity.chromosome.manifest_ref TYPE null REQUIRED no
FIELD quantity.chromosome.chapter TYPE integer REQUIRED no
FIELD quantity.chromosome.diagnosis_code TYPE stri... | {"tags":"2026-06-19T02:41:00Z","quantity":{"phenotype":"free","subtotal":null,"updated_at":"active","coverage":false,"country":"https://example.io/api"},"consignee":536,"lab_result":72,"annotation":"critical","position":876} | markdown_explanation | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"format": "date-time"
},
"description": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"quantity": {
"type": "object",
"properti... | The instrument reported:
```json
{"tags":"2026-06-19T02:41:00Z","quantity":{"phenotype":"free","subtotal":null,"updated_at":"active","coverage":false,"country":"https://example.io/api"},"consignee":536,"lab_result":72,"annotation":"critical","position":876}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"tags":"2026-06-19T02:41:00Z","quantity":{"phenotype":"free","subtotal":null,"updated_at":"active","coverage":false,"country":"https://example.io/api"},"consignee":536,"lab_result":72,"annotation":"critical","position":876} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD velocity TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD language TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD level TYPE string VALUES low|medium|high|critical RE... | {"verified":"option_c","velocity":"low","language":"cat_c","level":"critical","length":null} | synonym_enum | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"velocity": {
"type": "string",
"enum": [
"low",
"medium",
"high",
... | {"verified": "option_c", "velocity": "minor", "language": "cat_c", "level": "critical", "length": null} | Field 'velocity' has synonym 'minor' instead of valid enum value | {"verified":"option_c","velocity":"low","language":"cat_c","level":"critical","length":null} |
TASK repair_structured_output
SPEC
FIELD discount TYPE string REQUIRED no
FIELD build_status TYPE integer REQUIRED yes
FIELD timezone[] TYPE integer REQUIRED no
FIELD values[].bed_number TYPE string VALUES draft|published|archived REQUIRED yes
FIELD values[].shipper_ref TYPE string VALUES draft|published|archived REQU... | {"discount":"Silva","build_status":53,"timezone":[919],"values":[{"bed_number":"draft","shipper_ref":"published"},{"bed_number":"archived","shipper_ref":"published","balance":[24,362,334,587]}]} | missing_brace | {
"type": "object",
"properties": {
"discount": {
"type": "string"
},
"build_status": {
"type": "integer"
},
"timezone": {
"type": "array",
"items": {
"type": "integer"
}
},
"values": {
"type": "array",
"items": {
"type": "object"... | "discount":"Silva","build_status":53,"timezone":[919],"values":[{"bed_number":"draft","shipper_ref":"published"},{"bed_number":"archived","shipper_ref":"published","balance":[24,362,334,587]}]} | Missing closing brace | {"discount":"Silva","build_status":53,"timezone":[919],"values":[{"bed_number":"draft","shipper_ref":"published"},{"bed_number":"archived","shipper_ref":"published","balance":[24,362,334,587]}]} |
TASK repair_structured_output
SPEC
FIELD name TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD tile TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD berth_slot TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
BROKEN_OUTPUT
I need to look up the informati... | {"name":"missense","tile":"closed","berth_slot":"inland"} | tool_call_partial_args | {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"tile": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed... | I need to look up the information first.
Action: annotate_mutation
Arguments: {"name": "missense", "tile": "closed"} | Agent tool call missing required parameter 'berth_slot' | {"name":"missense","tile":"closed","berth_slot":"inland"} |
TASK repair_structured_output
SPEC
FIELD dim_m77 TYPE string_uri REQUIRED yes
FIELD prop_t08 TYPE integer REQUIRED yes
FIELD param_o47 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
{"dim_m77":"https://www.io/data","prop_t08":667,"param_o47":"pending_review"}
Data logged suc... | {"dim_m77":"https://www.io/data","prop_t08":667,"param_o47":"pending_review"} | extra_text_after | {
"type": "object",
"properties": {
"dim_m77": {
"type": "string",
"format": "uri"
},
"prop_t08": {
"type": "integer"
},
"param_o47": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
}
... | {"dim_m77":"https://www.io/data","prop_t08":667,"param_o47":"pending_review"}
Data logged successfully. | Output contains non-JSON text after the object | {"dim_m77":"https://www.io/data","prop_t08":667,"param_o47":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD format TYPE string REQUIRED yes
FIELD created_at TYPE integer REQUIRED no
FIELD image_url TYPE string_date-time REQUIRED no
FIELD shipping TYPE string REQUIRED no
FIELD age TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD height TYPE string REQUIRED yes
... | {"format":"2023-12-25","created_at":531,"shipping":"pending","height":"RTG-04"} | extra_field | {
"type": "object",
"properties": {
"format": {
"type": "string"
},
"created_at": {
"type": "integer"
},
"image_url": {
"type": "string",
"format": "date-time"
},
"shipping": {
"type": "string"
},
"age": {
"type": "string",
"enum": [
... | {"format": "2023-12-25", "created_at": 531, "shipping": "pending", "height": "RTG-04", "extra_data_8434": true} | Unknown field 'extra_data_8434' not defined in schema | {"format":"2023-12-25","created_at":531,"shipping":"pending","height":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD attr_x81 TYPE string_date-time REQUIRED yes
FIELD col_v41 TYPE number REQUIRED no
FIELD dim_j05 TYPE null REQUIRED yes
FIELD col_i30 TYPE string REQUIRED no
FIELD key_b26[].field_q82 TYPE integer REQUIRED yes
FIELD key_b26[].field_c50 TYPE string REQUIRED yes
FIELD key_b26[].va... | {"attr_x81":"2025-03-27T01:22:00Z","col_v41":562.07,"dim_j05":null,"col_i30":"pending","key_b26":[{"field_q82":918,"field_c50":"bar","val_j78":"A short description."}]} | missing_required | {
"type": "object",
"properties": {
"attr_x81": {
"type": "string",
"format": "date-time"
},
"col_v41": {
"type": "number"
},
"dim_j05": {
"type": "null"
},
"col_i30": {
"type": "string"
},
"key_b26": {
"type": "array",
"items": {
... | {"col_v41": 562.07, "dim_j05": null, "col_i30": "pending", "key_b26": [{"field_q82": 918, "field_c50": "bar", "val_j78": "A short description."}]} | Required field 'attr_x81' is missing | {"attr_x81":"2025-03-27T01:22:00Z","col_v41":562.07,"dim_j05":null,"col_i30":"pending","key_b26":[{"field_q82":918,"field_c50":"bar","val_j78":"A short description."}]} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD address TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD patient_id TYPE string REQUIRED yes
BROKEN_OUTPUT
Tool: send_email
Params: {"address": "white", "patient_id": "completed", "strand_id... | {"strand":"basic","address":"white","patient_id":"completed"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"address": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | Tool: send_email
Params: {"address": "white", "patient_id": "completed", "strand_id": "basic"} | Agent used wrong parameter name 'strand_id' instead of 'strand' | {"strand":"basic","address":"white","patient_id":"completed"} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD section TYPE string REQUIRED yes
FIELD nickname.phenotype TYPE string VALUES success|error|warning|info REQUIRED no
FIELD nickname.invoice_id TYPE string_date-time REQUIRED yes
FIELD nickname.score TYPE boo... | {"subject":"free","section":"inactive","nickname":{"invoice_id":"2025-03-02T01:36:00Z"},"tax":{"length":"2025-06-27T18:33:00Z","created_at":"2021-08-07T01:13:00Z","chromosome":"warning"},"coverage":"2025-09-13T23:04:00Z","options":"baz"} | markdown_explanation | {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"section": {
"type": "string"
},
"nickname": {
"type": "object",
"properties": {
"phenotype": {
... | Here's the structured output:
```json
{"subject":"free","section":"inactive","nickname":{"invoice_id":"2025-03-02T01:36:00Z"},"tax":{"length":"2025-06-27T18:33:00Z","created_at":"2021-08-07T01:13:00Z","chromosome":"warning"},"coverage":"2025-09-13T23:04:00Z","options":"baz"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"subject":"free","section":"inactive","nickname":{"invoice_id":"2025-03-02T01:36:00Z"},"tax":{"length":"2025-06-27T18:33:00Z","created_at":"2021-08-07T01:13:00Z","chromosome":"warning"},"coverage":"2025-09-13T23:04:00Z","options":"baz"} |
TASK repair_structured_output
SPEC
FIELD attr_e07 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_q83 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_f56 TYPE number REQUIRED yes
FIELD dim_w51 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"attr_e07":"reliable","key_q83":"unst... | {"attr_e07":"reliable","key_q83":"unstable","dim_f56":344.15} | trailing_comma | {
"type": "object",
"properties": {
"attr_e07": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_q83": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_... | {"attr_e07":"reliable","key_q83":"unstable","dim_f56":344.15,} | Unexpected trailing comma | {"attr_e07":"reliable","key_q83":"unstable","dim_f56":344.15} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES active|inactive|pending REQUIRED no
FIELD discount TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD decay_rate TYPE string_uri REQUIRED yes
FIELD lab_result TYPE boolean REQUIRED yes
FIELD quantity TYPE string REQUIRED no
FIELD invoic... | {"title":"pending","discount":"coastal","decay_rate":"https://example.org/v1","lab_result":true,"invoice_id":842.05} | thought_process | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"discount": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"dec... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"title":"pending","discount":"coastal","decay_rate":"https://example.org/v1","lab_result":true,"invoice_id":842.05} | Output contains chain-of-thought reasoning before JSON | {"title":"pending","discount":"coastal","decay_rate":"https://example.org/v1","lab_result":true,"invoice_id":842.05} |
TASK repair_structured_output
SPEC
FIELD dim_z84 TYPE number REQUIRED no
FIELD prop_f46 TYPE integer REQUIRED yes
FIELD key_z25 TYPE string REQUIRED no
FIELD val_j92[] TYPE string REQUIRED yes
FIELD val_j77[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"dim_z84": 312.39, "prop_f46": "\"82\"", "key_z25": "Paris", "val_j92"... | {"dim_z84":312.39,"prop_f46":82,"key_z25":"Paris","val_j92":["cancelled","Tokyo","QC-07","MV-Evergreen-01"],"val_j77":["inactive","user@domain.com","test","qux"]} | wrong_type | {
"type": "object",
"properties": {
"dim_z84": {
"type": "number"
},
"prop_f46": {
"type": "integer"
},
"key_z25": {
"type": "string"
},
"val_j92": {
"type": "array",
"items": {
"type": "string"
}
},
"val_j77": {
"type": "array",
... | {"dim_z84": 312.39, "prop_f46": "\"82\"", "key_z25": "Paris", "val_j92": ["cancelled", "Tokyo", "QC-07", "MV-Evergreen-01"], "val_j77": ["inactive", "user@domain.com", "test", "qux"]} | Field 'prop_f46' must be integer, got string | {"dim_z84":312.39,"prop_f46":82,"key_z25":"Paris","val_j92":["cancelled","Tokyo","QC-07","MV-Evergreen-01"],"val_j77":["inactive","user@domain.com","test","qux"]} |
TASK repair_structured_output
SPEC
FIELD param_q55 TYPE boolean REQUIRED yes
FIELD param_f20 TYPE integer REQUIRED yes
FIELD col_j27 TYPE string REQUIRED no
FIELD dim_r45 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD dim_h14[] TYPE boolean REQUIRED no
FIELD prop_n73[] TYPE string VALUES type_a|type_b RE... | {"param_q55":false,"param_f20":843,"col_j27":"user@domain.com","dim_h14":[false,false]} | missing_bracket | {
"type": "object",
"properties": {
"param_q55": {
"type": "boolean"
},
"param_f20": {
"type": "integer"
},
"col_j27": {
"type": "string"
},
"dim_r45": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
... | {"param_q55":false,"param_f20":843,"col_j27":"user@domain.com","dim_h14":false,false]} | Missing closing bracket | {"param_q55":false,"param_f20":843,"col_j27":"user@domain.com","dim_h14":[false,false]} |
TASK repair_structured_output
SPEC
FIELD umi TYPE string_email REQUIRED no
FIELD feedback TYPE number REQUIRED yes
FIELD berth_slot.chapter TYPE string_email REQUIRED no
FIELD berth_slot.updated_at TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD berth_slot.torque_output TYPE string REQUIRED yes
FIELD berth_... | {"umi":"test@domain.org","feedback":360.82,"berth_slot":{"chapter":"admin@domain.org","updated_at":"mode_b","torque_output":"Oliveira","amplitude":{"first_name":null,"image_url":"https://api.io/api","repository":null,"hazmat_code":53.68,"salinity":false,"total":"level_4"}}} | markdown_explanation | {
"type": "object",
"properties": {
"umi": {
"type": "string",
"format": "email"
},
"feedback": {
"type": "number"
},
"berth_slot": {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"format": "email"
},
"u... | Sure, here's the result:
```json
{"umi":"test@domain.org","feedback":360.82,"berth_slot":{"chapter":"admin@domain.org","updated_at":"mode_b","torque_output":"Oliveira","amplitude":{"first_name":null,"image_url":"https://api.io/api","repository":null,"hazmat_code":53.68,"salinity":false,"total":"level_4"}}}
```
This sho... | Output contains markdown and explanatory text around JSON | {"umi":"test@domain.org","feedback":360.82,"berth_slot":{"chapter":"admin@domain.org","updated_at":"mode_b","torque_output":"Oliveira","amplitude":{"first_name":null,"image_url":"https://api.io/api","repository":null,"hazmat_code":53.68,"salinity":false,"total":"level_4"}}} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string REQUIRED no
FIELD language TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD length.berth_slot TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD length.paragraph TYPE string REQUIRED no
FIELD length.consignee TYPE intege... | {"organism":"Charlie","length":{"berth_slot":"level_3","paragraph":"Berlin","description":354,"account_id":"2022-12-03T21:52:00Z","credit_score":false,"first_name":59.06,"weight":"Oliveira"}} | extra_text_before | {
"type": "object",
"properties": {
"organism": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"length": {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
... | Here is the response in the requested format:
{"organism":"Charlie","length":{"berth_slot":"level_3","paragraph":"Berlin","description":354,"account_id":"2022-12-03T21:52:00Z","credit_score":false,"first_name":59.06,"weight":"Oliveira"}} | Output contains non-JSON text before the object | {"organism":"Charlie","length":{"berth_slot":"level_3","paragraph":"Berlin","description":354,"account_id":"2022-12-03T21:52:00Z","credit_score":false,"first_name":59.06,"weight":"Oliveira"}} |
TASK repair_structured_output
SPEC
FIELD hazmat_code.bearing TYPE null REQUIRED no
FIELD hazmat_code.quality_score TYPE string REQUIRED no
FIELD hazmat_code.active TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD hazmat_code.crew_id.currency TYPE number REQUIRED no
FIELD hazmat_code.crew_id.cargo_type TYPE strin... | {"hazmat_code":{"quality_score":"Hapag-Lloyd-Express","active":"cat_b","lane":null},"isotope":743.67,"notes":102} | markdown_fences | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "object",
"properties": {
"bearing": {
"type": "null"
},
"quality_score": {
"type": "string"
},
"active": {
"type": "string",
"enum": [
"cat_a",
... | ```json
{"hazmat_code":{"quality_score":"Hapag-Lloyd-Express","active":"cat_b","lane":null},"isotope":743.67,"notes":102}
``` | Output contains markdown code fences | {"hazmat_code":{"quality_score":"Hapag-Lloyd-Express","active":"cat_b","lane":null},"isotope":743.67,"notes":102} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD chapter TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD website TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD invoice_id TYPE integer REQUIRED ye... | {"throttle_pos":"mode_d","website":"level_2","invoice_id":965,"maturity_date":227.97,"nickname":571.28,"user_id":"Bob","start_date":"cat_a"} | missing_bracket | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"chapter": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c... | {"throttle_pos":"mode_d","website":"level_2","invoice_id":965,"maturity_date":227.97,"nickname":571.28,"user_id":"Bob","start_date":"cat_a"} | Missing closing bracket | {"throttle_pos":"mode_d","website":"level_2","invoice_id":965,"maturity_date":227.97,"nickname":571.28,"user_id":"Bob","start_date":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE integer REQUIRED no
FIELD count TYPE string REQUIRED no
FIELD url TYPE number REQUIRED no
FIELD cargo_type TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD commit_hash.section TYPE string REQUIRED no
FIELD commit_hash.amount TYPE null REQUIRED... | {"maturity_date":252,"count":"2023-12-25","url":888.76,"cargo_type":"type_b","commit_hash":{"section":"active","amount":null,"duration_ms":false,"index":{"cargo_type":"mode_a","thumbnail":"option_f","values":true,"organism":true,"lab_result":"escalated","comments":"2026-12-07T20:33:00Z","salinity":null}},"active":555,"... | invalid_enum | {
"type": "object",
"properties": {
"maturity_date": {
"type": "integer"
},
"count": {
"type": "string"
},
"url": {
"type": "number"
},
"cargo_type": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]... | {"maturity_date": 252, "count": "2023-12-25", "url": 888.76, "cargo_type": "invalid_choice_245", "commit_hash": {"section": "active", "amount": null, "duration_ms": false, "index": {"cargo_type": "mode_a", "thumbnail": "option_f", "values": true, "organism": true, "lab_result": "escalated", "comments": "2026-12-07T20:3... | Field 'cargo_type' has invalid enum value 'invalid_choice_245', expected one of ['type_a', 'type_b', 'type_c', 'type_d'] | {"maturity_date":252,"count":"2023-12-25","url":888.76,"cargo_type":"type_b","commit_hash":{"section":"active","amount":null,"duration_ms":false,"index":{"cargo_type":"mode_a","thumbnail":"option_f","values":true,"organism":true,"lab_result":"escalated","comments":"2026-12-07T20:33:00Z","salinity":null}},"active":555,"... |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string REQUIRED yes
FIELD priority TYPE string_date-time REQUIRED no
FIELD feedback TYPE integer REQUIRED no
BROKEN_OUTPUT
{berth_slot:"quux"} | {"berth_slot":"quux"} | unquoted_keys | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string"
},
"priority": {
"type": "string",
"format": "date-time"
},
"feedback": {
"type": "integer"
}
},
"required": [
"berth_slot"
]
} | {berth_slot:"quux"} | Expecting property name enclosed in double quotes | {"berth_slot":"quux"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD phenotype TYPE string REQUIRED no
FIELD phone.subject TYPE string VALUES type_a|type_b REQUIRED yes
FIELD phone.username TYPE integer REQUIRED yes
FIELD phone.account_id TYPE string REQUIRED yes
FIELD versi... | {"allele":"mode_b","phenotype":"GRCh38","phone":{"subject":"type_a","username":868,"account_id":"chrX"},"version":469,"language":null,"ph_level":"returned","product_id":613,"weight":"2024-06-30"} | tool_call_text_mix | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"phenotype": {
"type": "string"
},
"phone": {
"type": "object",
"properties": {
"subject": {
... | Let me check the system.
<tool_call name="fetch_lab_result">
{"allele":"mode_b","phenotype":"GRCh38","phone":{"subject":"type_a","username":868,"account_id":"chrX"},"version":469,"language":null,"ph_level":"returned","product_id":613,"weight":"2024-06-30"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"allele":"mode_b","phenotype":"GRCh38","phone":{"subject":"type_a","username":868,"account_id":"chrX"},"version":469,"language":null,"ph_level":"returned","product_id":613,"weight":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD key_d24 TYPE string REQUIRED yes
FIELD prop_b53 TYPE string REQUIRED yes
FIELD prop_j84 TYPE boolean REQUIRED no
FIELD param_u69 TYPE number REQUIRED no
BROKEN_OUTPUT
{"key_d24":"example","prop_b53":"Oliveira","prop_j84":false,"param_u69":945.33} | {"key_d24":"example","prop_b53":"Oliveira","prop_j84":false,"param_u69":945.33} | missing_bracket | {
"type": "object",
"properties": {
"key_d24": {
"type": "string"
},
"prop_b53": {
"type": "string"
},
"prop_j84": {
"type": "boolean"
},
"param_u69": {
"type": "number"
}
},
"required": [
"prop_b53",
"key_d24"
]
} | {"key_d24":"example","prop_b53":"Oliveira","prop_j84":false,"param_u69":945.33} | Missing closing bracket | {"key_d24":"example","prop_b53":"Oliveira","prop_j84":false,"param_u69":945.33} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD wavelength TYPE string VALUES single|married|divorced REQUIRED no
FIELD first_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
{"wavelength": "divorced", "first_name... | {"price":"intermittent","wavelength":"divorced","first_name":"hemizygous"} | missing_required | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"wavelength": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"first_name"... | {"wavelength": "divorced", "first_name": "hemizygous"} | Required field 'price' is missing | {"price":"intermittent","wavelength":"divorced","first_name":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD step TYPE string REQUIRED no
FIELD message TYPE integer REQUIRED yes
FIELD yield_pct[].country TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD yield_pct[].run_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD yield_pct[].end_date... | {"step":"2024-01-15","message":150} | extra_text_after | {
"type": "object",
"properties": {
"step": {
"type": "string"
},
"message": {
"type": "integer"
},
"yield_pct": {
"type": "array",
"items": {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
... | {"step":"2024-01-15","message":150}
Hope this helps! | Output contains non-JSON text after the object | {"step":"2024-01-15","message":150} |
TASK repair_structured_output
SPEC
FIELD attr_p50 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_o54 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_m56.prop_x12 TYPE boolean REQUIRED no
FIELD field_m56.key_o34 TYPE string_email REQUIRED yes
FIELD field_m56.key_t91 TYPE string VA... | {"attr_p50":"large","col_o54":"black","field_m56":{"key_o34":"user@example.com","key_t91":"divorced","attr_y45":"high","val_r81":433.38},"key_x76":259,"dim_u58":156,"prop_r19":"pending_review","dim_n29":"resolved"} | thought_process | {
"type": "object",
"properties": {
"attr_p50": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_o54": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"attr_p50":"large","col_o54":"black","field_m56":{"key_o34":"user@example.com","key_t91":"divorced","attr_y45":"high","val_r81":433.38},"key_x76":259,"dim_u58":156,"prop_r19":"pending_review","dim_n29":"resolved"} | Output contains chain-of-thought reasoning before JSON | {"attr_p50":"large","col_o54":"black","field_m56":{"key_o34":"user@example.com","key_t91":"divorced","attr_y45":"high","val_r81":433.38},"key_x76":259,"dim_u58":156,"prop_r19":"pending_review","dim_n29":"resolved"} |
TASK repair_structured_output
SPEC
FIELD param_v98.key_x39 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_v98.param_s70 TYPE string REQUIRED yes
FIELD param_v98.key_d32 TYPE null REQUIRED yes
FIELD field_v49 TYPE string REQUIRED yes
FIELD col_f52 TYPE integer REQUIRED no
FIELD param_o82.key_u87 TYPE... | {"param_v98":{"key_x39":"medium","param_s70":"MV-Evergreen-01","key_d32":null},"field_v49":"Bob","col_f52":768,"param_o82":{"key_u87":"Oliveira","field_m47":null,"col_a35":"active","attr_i74":[173,209,598,424]}} | number_with_unit | {
"type": "object",
"properties": {
"param_v98": {
"type": "object",
"properties": {
"key_x39": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"param_s70": {
"type": "... | {"param_v98": {"key_x39": "medium", "param_s70": "MV-Evergreen-01", "key_d32": null}, "field_v49": "Bob", "col_f52": "768cm", "param_o82": {"key_u87": "Oliveira", "field_m47": null, "col_a35": "active", "attr_i74": [173, 209, 598, 424]}} | Field 'col_f52' must be number, got string with unit | {"param_v98":{"key_x39":"medium","param_s70":"MV-Evergreen-01","key_d32":null},"field_v49":"Bob","col_f52":768,"param_o82":{"key_u87":"Oliveira","field_m47":null,"col_a35":"active","attr_i74":[173,209,598,424]}} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE number REQUIRED no
FIELD nickname TYPE string REQUIRED yes
FIELD isotope.end_date TYPE integer REQUIRED yes
FIELD isotope.user_id TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD isotope.span_id TYPE integer REQUIRED yes
FIELD isotope.height TYPE string ... | {"nickname":"2024-01-15","isotope":{"end_date":904,"user_id":"sms","span_id":426}} | extra_text_after | {
"type": "object",
"properties": {
"catalyst": {
"type": "number"
},
"nickname": {
"type": "string"
},
"isotope": {
"type": "object",
"properties": {
"end_date": {
"type": "integer"
},
"user_id": {
"type": "string",
"... | {"nickname":"2024-01-15","isotope":{"end_date":904,"user_id":"sms","span_id":426}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"nickname":"2024-01-15","isotope":{"end_date":904,"user_id":"sms","span_id":426}} |
TASK repair_structured_output
SPEC
FIELD size.loan_amount TYPE number REQUIRED no
FIELD size.velocity TYPE boolean REQUIRED no
FIELD size.thumbnail TYPE null REQUIRED yes
FIELD size.title TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD size.terminal_id TYPE integer REQUIRED no
FIELD size.tax TYPE number REQUI... | {"size":{"loan_amount":711.9,"velocity":true,"thumbnail":null,"title":"admin"},"shipper_ref":"2024-06-30","created_at":{"enabled":"hello","status":true,"department":"QC-07","medication":[314,960]}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"size": {
"type": "object",
"properties": {
"loan_amount": {
"type": "number"
},
"velocity": {
"type": "boolean"
},
"thumbnail": {
"type": "null"
},
"title": {
"type": ... | Tool: create_ticket
Params: {"size": {"loan_amount": 711.9, "velocity": true, "thumbnail": null, "title": "admin"}, "shipper_ref": "2024-06-30", "created_at_new": {"enabled": "hello", "status": true, "department": "QC-07", "medication": [314, 960]}} | Agent used wrong parameter name 'created_at_new' instead of 'created_at' | {"size":{"loan_amount":711.9,"velocity":true,"thumbnail":null,"title":"admin"},"shipper_ref":"2024-06-30","created_at":{"enabled":"hello","status":true,"department":"QC-07","medication":[314,960]}} |
TASK repair_structured_output
SPEC
FIELD val_l20 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_p64 TYPE integer REQUIRED yes
FIELD prop_n59 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_c56 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_o09[] TYPE string... | {"val_l20":"hemizygous","field_p64":467,"attr_c56":"email"} | missing_bracket | {
"type": "object",
"properties": {
"val_l20": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_p64": {
"type": "integer"
},
"prop_n59": {
"type": "string",
"enum": [
"email",
"phone",... | {"val_l20":"hemizygous","field_p64":467,"attr_c56":"email"} | Missing closing bracket | {"val_l20":"hemizygous","field_p64":467,"attr_c56":"email"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD strand TYPE boolean REQUIRED yes
FIELD status TYPE string REQUIRED no
FIELD language TYPE string REQUIRED no
BROKEN_OUTPUT
Analyzi... | {"dissolved_oxygen":"admin","strand":true,"language":"Diana"} | thought_process | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"dissolved_oxygen":"admin","strand":true,"language":"Diana"} | Output contains chain-of-thought reasoning before JSON | {"dissolved_oxygen":"admin","strand":true,"language":"Diana"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE boolean REQUIRED yes
FIELD salinity TYPE null REQUIRED no
FIELD values TYPE boolean REQUIRED no
FIELD subtotal TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD berth_slot.url TYPE integer REQUIRED yes
FIELD berth_slot.duration_ms TYPE integer REQUIRED ... | {"tags":true,"salinity":null,"values":false,"subtotal":"blue","berth_slot":{"url":321,"duration_ms":16,"count":"Diana"}} | missing_brace | {
"type": "object",
"properties": {
"tags": {
"type": "boolean"
},
"salinity": {
"type": "null"
},
"values": {
"type": "boolean"
},
"subtotal": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | "tags":true,"salinity":null,"values":false,"subtotal":"blue","berth_slot":{"url":321,"duration_ms":16,"count":"Diana"}} | Missing closing brace | {"tags":true,"salinity":null,"values":false,"subtotal":"blue","berth_slot":{"url":321,"duration_ms":16,"count":"Diana"}} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD repository TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD batch_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD status TYPE string_date-time REQUIRED no
... | {"balance":"nonsense","repository":"editor","batch_code":"moored","status":"2026-04-26T17:31:00Z","bearing":"oceanic"} | partial_structure | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"repository": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}... | Based on the data, status is 2026-04-26T17:31:00Z. {"balance":"nonsense","repository":"editor","batch_code":"moored","status":"2026-04-26T17:31:00Z","bearing":"oceanic"} | Output mixes natural language with JSON | {"balance":"nonsense","repository":"editor","batch_code":"moored","status":"2026-04-26T17:31:00Z","bearing":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD dim_m28 TYPE string REQUIRED no
FIELD key_o21 TYPE string REQUIRED no
FIELD val_d91 TYPE integer REQUIRED no
FIELD prop_d19 TYPE string REQUIRED no
FIELD key_e65 TYPE boolean REQUIRED yes
FIELD col_u87 TYPE boolean REQUIRED no
FIELD dim_b63 TYPE boolean REQUIRED no
FIELD attr_e... | {"dim_m28":"RTG-04","key_o21":"Oliveira","prop_d19":"inactive","key_e65":true,"col_u87":false,"dim_b63":false,"attr_e20":"pending"} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_m28": {
"type": "string"
},
"key_o21": {
"type": "string"
},
"val_d91": {
"type": "integer"
},
"prop_d19": {
"type": "string"
},
"key_e65": {
"type": "boolean"
},
"col_u87": {
"type": "boolean"
... | <functioncall> track_vessel
{dim_m28: "RTG-04", key_o21: "Oliveira", prop_d19: "inactive", key_e65: true, col_u87: false, dim_b63: false, attr_e20: "pending"} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_m28":"RTG-04","key_o21":"Oliveira","prop_d19":"inactive","key_e65":true,"col_u87":false,"dim_b63":false,"attr_e20":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_k40 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD attr_o75 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD param_s39 TYPE string VALUES single|married|divorced REQUIRED no
BROKEN_OUTPUT
{'col_k40':'underway','attr_o75':'cat_b'} | {"col_k40":"underway","attr_o75":"cat_b"} | single_quotes | {
"type": "object",
"properties": {
"col_k40": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_o75": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]... | {'col_k40':'underway','attr_o75':'cat_b'} | Expecting property name enclosed in double quotes | {"col_k40":"underway","attr_o75":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD val_f76 TYPE integer REQUIRED yes
FIELD field_s17 TYPE boolean REQUIRED no
FIELD attr_c76.param_c98.key_x10 TYPE number REQUIRED yes
FIELD attr_c76.param_c98.field_v68 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD attr_c76.param_c98.prop_i78 TYPE string... | {"val_f76":822,"field_s17":false,"attr_c76":{"param_c98":{"key_x10":200.86,"field_v68":"resolved","prop_i78":"https://example.com/api","key_t43":"2023-07-21T17:41:00Z","key_r09":false},"key_b36":{"param_y56":null,"key_v23":"GRCh38"},"prop_n32":"bar","prop_a43":"Alice","attr_h22":false}} | missing_required | {
"type": "object",
"properties": {
"val_f76": {
"type": "integer"
},
"field_s17": {
"type": "boolean"
},
"attr_c76": {
"type": "object",
"properties": {
"param_c98": {
"type": "object",
"properties": {
"key_x10": {
"t... | {"field_s17": false, "attr_c76": {"param_c98": {"key_x10": 200.86, "field_v68": "resolved", "prop_i78": "https://example.com/api", "key_t43": "2023-07-21T17:41:00Z", "key_r09": false}, "key_b36": {"param_y56": null, "key_v23": "GRCh38"}, "prop_n32": "bar", "prop_a43": "Alice", "attr_h22": false}} | Required field 'val_f76' is missing | {"val_f76":822,"field_s17":false,"attr_c76":{"param_c98":{"key_x10":200.86,"field_v68":"resolved","prop_i78":"https://example.com/api","key_t43":"2023-07-21T17:41:00Z","key_r09":false},"key_b36":{"param_y56":null,"key_v23":"GRCh38"},"prop_n32":"bar","prop_a43":"Alice","attr_h22":false}} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES active|inactive|pending REQUIRED no
FIELD consignee TYPE string REQUIRED no
FIELD humidity_pct TYPE boolean REQUIRED yes
FIELD vessel_name TYPE string REQUIRED no
FIELD interest_rate TYPE string VALUES active|inactive|pending REQUIRED no
FIELD create... | {"username":"active","humidity_pct":false,"vessel_name":"test","interest_rate":"pending","created_at":"https://data.com/v1","position":"cat_b"} | truncated_object | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"consignee": {
"type": "string"
},
"humidity_pct": {
"type": "boolean"
},
"vessel_name": {
"type": "string"
}... | {"username":"active","humidity_pct":false,"vessel_name":"test","interest_rate":"pending","created_at":"https://data.com/v1","position":"cat_b" | Unexpected end of JSON input — truncated object | {"username":"active","humidity_pct":false,"vessel_name":"test","interest_rate":"pending","created_at":"https://data.com/v1","position":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD field_z55 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_p52 TYPE integer REQUIRED no
FIELD key_x88 TYPE number REQUIRED yes
FIELD param_f09 TYPE integer REQUIRED yes
FIELD val_t83[].col_h62 TYPE string REQUIRED yes
FIELD val_t83[].key_m56 TYPE boolean REQUIRED no... | {"field_z55":"USD","val_p52":512,"key_x88":327.34,"param_f09":559,"val_t83":[{"col_h62":"QC-07","key_m56":true,"dim_t94":832.25,"key_r66":728,"key_i06":"inactive","dim_h79":"foo","dim_q00":"maintenance"}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_z55": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_p52": {
"type": "integer"
},
"key_x88": {
"type": "number"
},
"param_f09": {
"type": "int... | I need to look up the information first.
Action: assign_berth
Arguments: {"field_z55": "USD", "val_p52": 512, "key_x88": 327.34, "val_t83": [{"col_h62": "QC-07", "key_m56": true, "dim_t94": 832.25, "key_r66": 728, "key_i06": "inactive", "dim_h79": "foo", "dim_q00": "maintenance"}]} | Agent tool call missing required parameter 'param_f09' | {"field_z55":"USD","val_p52":512,"key_x88":327.34,"param_f09":559,"val_t83":[{"col_h62":"QC-07","key_m56":true,"dim_t94":832.25,"key_r66":728,"key_i06":"inactive","dim_h79":"foo","dim_q00":"maintenance"}]} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string_email REQUIRED no
FIELD diagnosis_code.half_life TYPE string REQUIRED yes
FIELD diagnosis_code.coverage TYPE string VALUES option_a|option_b REQUIRED no
FIELD diagnosis_code.deploy_target TYPE boolean REQUIRED yes
FIELD diagnosis_code.strand.status_co... | {"bill_of_lading":"test@test.io","diagnosis_code":{"half_life":"John","coverage":"option_b","deploy_target":true,"strand":{"status_code":"FWD","bill_of_lading":105.18}},"umi":"cat_d","items":29,"last_name":"approved","frequency_hz":"cat_c"} | tool_call_partial_args | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"format": "email"
},
"diagnosis_code": {
"type": "object",
"properties": {
"half_life": {
"type": "string"
},
"coverage": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: send_email
Arguments: {"bill_of_lading": "test@test.io", "diagnosis_code": {"half_life": "John", "coverage": "option_b", "deploy_target": true, "strand": {"status_code": "FWD", "bill_of_lading": 105.18}}, "umi": "cat_d", "items": 29, "frequency_hz": "cat_c"} | Agent tool call missing required parameter 'last_name' | {"bill_of_lading":"test@test.io","diagnosis_code":{"half_life":"John","coverage":"option_b","deploy_target":true,"strand":{"status_code":"FWD","bill_of_lading":105.18}},"umi":"cat_d","items":29,"last_name":"approved","frequency_hz":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD interest_rate TYPE number REQUIRED no
FIELD count TYPE integer REQUIRED no
BROKEN_OUTPUT
{"payment_status":"degraded",} | {"payment_status":"degraded"} | trailing_comma | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"interest_rate": {
"type": "number"
},
"count": {
"type": "integer"
}
},
"required": ... | {"payment_status":"degraded",} | Unexpected trailing comma | {"payment_status":"degraded"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string REQUIRED yes
FIELD country TYPE integer REQUIRED no
FIELD age TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD wavelength TYPE string REQUIRED yes
FIELD type TYPE number REQUIRED yes
BROKEN_OUTPUT
{"voltage": "Sao P... | {"voltage":"Sao Paulo","country":507,"age":"option_d","wavelength":"2024-06-30","type":87.12} | wrong_type | {
"type": "object",
"properties": {
"voltage": {
"type": "string"
},
"country": {
"type": "integer"
},
"age": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
}... | {"voltage": "Sao Paulo", "country": 507, "age": "option_d", "wavelength": "2024-06-30", "type": "\"87.12\""} | Field 'type' must be number, got string | {"voltage":"Sao Paulo","country":507,"age":"option_d","wavelength":"2024-06-30","type":87.12} |
TASK repair_structured_output
SPEC
FIELD col_b44.attr_j93 TYPE boolean REQUIRED no
FIELD col_b44.col_l45 TYPE boolean REQUIRED yes
FIELD col_b44.prop_y61 TYPE string_uri REQUIRED no
FIELD col_b44.col_v34 TYPE string_date-time REQUIRED no
FIELD col_b44.param_q78 TYPE null REQUIRED yes
FIELD col_b44.val_q62 TYPE string_... | {"param_x57":"pending","attr_w80":{"attr_t70":469,"key_s30":296,"prop_d27":"2026-09-05T14:25:00Z","field_k91":{"attr_b89":473,"prop_g37":153,"param_n03":681.43,"attr_b88":143.89,"val_e22":true}},"prop_j51":"cancelled","field_b97":{"col_z17":"level_2","field_h76":"inland","val_c01":"Smith","param_j38":253},"val_h22":"RE... | extra_field | {
"type": "object",
"properties": {
"col_b44": {
"type": "object",
"properties": {
"attr_j93": {
"type": "boolean"
},
"col_l45": {
"type": "boolean"
},
"prop_y61": {
"type": "string",
"format": "uri"
},
"... | {"param_x57": "pending", "attr_w80": {"attr_t70": 469, "key_s30": 296, "prop_d27": "2026-09-05T14:25:00Z", "field_k91": {"attr_b89": 473, "prop_g37": 153, "param_n03": 681.43, "attr_b88": 143.89, "val_e22": true}}, "prop_j51": "cancelled", "field_b97": {"col_z17": "level_2", "field_h76": "inland", "val_c01": "Smith", "... | Unknown field 'extra_field_9667' not defined in schema | {"param_x57":"pending","attr_w80":{"attr_t70":469,"key_s30":296,"prop_d27":"2026-09-05T14:25:00Z","field_k91":{"attr_b89":473,"prop_g37":153,"param_n03":681.43,"attr_b88":143.89,"val_e22":true}},"prop_j51":"cancelled","field_b97":{"col_z17":"level_2","field_h76":"inland","val_c01":"Smith","param_j38":253},"val_h22":"RE... |
TASK repair_structured_output
SPEC
FIELD verified TYPE integer REQUIRED yes
FIELD build_status TYPE integer REQUIRED no
FIELD age TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD altitude TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD sensor_id[].email TYPE string VALU... | {"verified":245,"age":"level_3","altitude":"level_1","sensor_id":[{"email":"type_b","phenotype":900,"annotation":null,"tile":[79,468,820]},{"phenotype":964,"annotation":null,"tile":[994]},{"email":"type_b","phenotype":989,"annotation":null,"tile":[696,936]},{"annotation":null,"tile":[625]}]} | missing_brace | {
"type": "object",
"properties": {
"verified": {
"type": "integer"
},
"build_status": {
"type": "integer"
},
"age": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"altitude": {
"type": "string",
"enum"... | {"verified":245,"age":"level_3","altitude":"level_1","sensor_id":[{"email":"type_b","phenotype":900,"annotation":null,"tile":[79,468,820]},{"phenotype":964,"annotation":null,"tile":[994]},{"email":"type_b","phenotype":989,"annotation":null,"tile":[696,936]},{"annotation":null,"tile":[625]}] | Missing closing brace | {"verified":245,"age":"level_3","altitude":"level_1","sensor_id":[{"email":"type_b","phenotype":900,"annotation":null,"tile":[79,468,820]},{"phenotype":964,"annotation":null,"tile":[994]},{"email":"type_b","phenotype":989,"annotation":null,"tile":[696,936]},{"annotation":null,"tile":[625]}]} |
TASK repair_structured_output
SPEC
FIELD field_d14 TYPE string REQUIRED no
FIELD prop_h48.param_l86 TYPE integer REQUIRED no
FIELD prop_h48.val_l46 TYPE number REQUIRED no
FIELD prop_h48.dim_s87.prop_x80 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_h48.dim_s87.prop_e62 TYPE integer REQUIR... | {"field_d14":"Santos","prop_h48":{"param_l86":135,"val_l46":673.91,"dim_s87":{"prop_x80":"closed","prop_e62":26,"param_q58":761,"col_y24":false,"field_w60":"warning","prop_g91":"Johnson"},"val_l52":660.69,"field_n76":"free","param_q49":"2024-06-30","key_t13":"heterozygous"},"col_t73":"hemizygous","prop_s43":769.92,"pro... | truncated_array | {
"type": "object",
"properties": {
"field_d14": {
"type": "string"
},
"prop_h48": {
"type": "object",
"properties": {
"param_l86": {
"type": "integer"
},
"val_l46": {
"type": "number"
},
"dim_s87": {
"type": "object... | {"field_d14":"Santos","prop_h48":{"param_l86":135,"val_l46":673.91,"dim_s87":{"prop_x80":"closed","prop_e62":26,"param_q58":761,"col_y24":false,"field_w60":"warning","prop_g91":"Johnson"},"val_l52":660.69,"field_n76":"free","param_q49":"2024-06-30","key_t13":"heterozygous"},"col_t73":"hemizygous","prop_s43":769.92,"pro... | Unexpected end of JSON input — truncated object | {"field_d14":"Santos","prop_h48":{"param_l86":135,"val_l46":673.91,"dim_s87":{"prop_x80":"closed","prop_e62":26,"param_q58":761,"col_y24":false,"field_w60":"warning","prop_g91":"Johnson"},"val_l52":660.69,"field_n76":"free","param_q49":"2024-06-30","key_t13":"heterozygous"},"col_t73":"hemizygous","prop_s43":769.92,"pro... |
TASK repair_structured_output
SPEC
FIELD rating TYPE boolean REQUIRED no
FIELD email TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD city TYPE null REQUIRED yes
FIELD index TYPE string VALUES single|married|divorced REQUIRED no
FIELD payment_status[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to l... | {"rating":true,"email":"red","city":null,"index":"married","payment_status":["New York","MV-Evergreen-01","MV-Evergreen-01","New York"]} | agent_chain | {
"type": "object",
"properties": {
"rating": {
"type": "boolean"
},
"email": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"city": {
"type": "null"
},
"index": {
"type": "string",
... | I need to look up the information first.
Action: run_diagnostics
Result: {"rating": true, "email": "red", "city": null, "payment_status": ["New York", "MV-Evergreen-01", "MV-Evergreen-01", "New York"]}
Processing the request now.
Action: process_payment
Result: | Agent multi-step chain with truncated tool output | {"rating":true,"email":"red","city":null,"index":"married","payment_status":["New York","MV-Evergreen-01","MV-Evergreen-01","New York"]} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string REQUIRED no
FIELD type TYPE number REQUIRED no
FIELD catalyst TYPE string REQUIRED no
FIELD shift_code TYPE string_date-time REQUIRED yes
FIELD image_url TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD items.branch TYPE string VALUES... | {"duration_ms":"quux","shift_code":"2020-07-26T02:15:00Z","category":"QC-07"} | tool_call_bad_format | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string"
},
"type": {
"type": "number"
},
"catalyst": {
"type": "string"
},
"shift_code": {
"type": "string",
"format": "date-time"
},
"image_url": {
"type": "string",
"enum": [... | <functioncall> update_preferences
{duration_ms: "quux", shift_code: "2020-07-26T02:15:00Z", category: "QC-07"} | Tool call has malformed arguments — unquoted keys in function parameters | {"duration_ms":"quux","shift_code":"2020-07-26T02:15:00Z","category":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD step TYPE boolean REQUIRED no
FIELD type TYPE integer REQUIRED no
FIELD language.account_id TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD language.subtotal TYPE string VALUES ... | {"salinity":"pending_review","step":true,"type":263,"language":{"account_id":"email","subtotal":"level_3","amplitude":240.43,"log_level":"Charlie","cargo_type":"https://www.io/api","item_id":false,"notes":77.8,"score":"2025-03-17T23:17:00Z"}} | extra_text_after | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"step": {
"type": "boolean"
},
"type": {
"type": "integer"
},
"language": {
"type"... | {"salinity":"pending_review","step":true,"type":263,"language":{"account_id":"email","subtotal":"level_3","amplitude":240.43,"log_level":"Charlie","cargo_type":"https://www.io/api","item_id":false,"notes":77.8,"score":"2025-03-17T23:17:00Z"}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"salinity":"pending_review","step":true,"type":263,"language":{"account_id":"email","subtotal":"level_3","amplitude":240.43,"log_level":"Charlie","cargo_type":"https://www.io/api","item_id":false,"notes":77.8,"score":"2025-03-17T23:17:00Z"}} |
TASK repair_structured_output
SPEC
FIELD param_v00 TYPE string_email REQUIRED no
FIELD field_s49 TYPE string_date-time REQUIRED no
FIELD dim_r81.dim_s73 TYPE integer REQUIRED yes
FIELD dim_r81.param_s44 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD dim_r81.key_m02.col_u76 TYPE string VALUES type_a|... | {"param_v00":"info@test.io","param_k78":562,"dim_k70":{"col_y79":"type_b","param_o26":234,"field_i53":"type_c"},"dim_s35":true,"param_x38":"mode_a"} | boolean_as_string | {
"type": "object",
"properties": {
"param_v00": {
"type": "string",
"format": "email"
},
"field_s49": {
"type": "string",
"format": "date-time"
},
"dim_r81": {
"type": "object",
"properties": {
"dim_s73": {
"type": "integer"
},
... | {"param_v00": "info@test.io", "param_k78": 562, "dim_k70": {"col_y79": "type_b", "param_o26": 234, "field_i53": "type_c"}, "dim_s35": "True", "param_x38": "mode_a"} | Field 'dim_s35' must be boolean, got string | {"param_v00":"info@test.io","param_k78":562,"dim_k70":{"col_y79":"type_b","param_o26":234,"field_i53":"type_c"},"dim_s35":true,"param_x38":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD amount TYPE number REQUIRED no
FIELD product_id TYPE integer REQUIRED no
FIELD batch_code TYPE integer REQUIRED no
FIELD category.insurance_id TYPE string REQUIRED yes
FIELD category.brake_pressure TYPE boolean REQUIRED no
FIELD category.build_status TYPE number REQUIRED no
FIE... | {"product_id":766,"batch_code":476,"category":{"insurance_id":"https://example.com","build_status":320.08,"phenotype":["USD","GBP","JPY"]},"type":{"label":"synonymous","weight":779.09,"status_code":12.54,"item_id":{"coverage":null,"message":"degraded","status_code":"test@example.com","role":88.99,"company":753},"feedba... | unquoted_keys | {
"type": "object",
"properties": {
"amount": {
"type": "number"
},
"product_id": {
"type": "integer"
},
"batch_code": {
"type": "integer"
},
"category": {
"type": "object",
"properties": {
"insurance_id": {
"type": "string"
},
... | {product_id:766,batch_code:476,category:{insurance_id:"https://example.com",build_status:320.08,phenotype:["USD","GBP","JPY"]},type:{label:"synonymous",weight:779.09,status_code:12.54,item_id:{coverage:null,message:"degraded",status_code:"test@example.com",role:88.99,company:753},feedback:{repository:"chrX",batch_code:... | Expecting property name enclosed in double quotes | {"product_id":766,"batch_code":476,"category":{"insurance_id":"https://example.com","build_status":320.08,"phenotype":["USD","GBP","JPY"]},"type":{"label":"synonymous","weight":779.09,"status_code":12.54,"item_id":{"coverage":null,"message":"degraded","status_code":"test@example.com","role":88.99,"company":753},"feedba... |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD zip_code TYPE number REQUIRED no
FIELD commit_hash TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD height TYPE number REQUIRED no
FIELD barcode TYPE string_uri REQUIRED no
FI... | {"loan_amount":"berthed","commit_hash":"berthed","height":246.58,"barcode":"https://api.org/v1","item_id":"cat_a","fleet_number":null} | truncated_array | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"zip_code": {
"type": "number"
},
"commit_hash": {
"type": "string",
"enum": [
"berthed",
... | {"loan_amount":"berthed","commit_hash":"berthed","height":246.58,"barcode":"https://api.org/v1","item_id":"cat_a","fleet_number":null | Unexpected end of JSON input — truncated object | {"loan_amount":"berthed","commit_hash":"berthed","height":246.58,"barcode":"https://api.org/v1","item_id":"cat_a","fleet_number":null} |
TASK repair_structured_output
SPEC
FIELD dim_r45 TYPE string REQUIRED yes
FIELD val_m22.prop_h01 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_m22.field_k57 TYPE boolean REQUIRED no
FIELD val_m22.dim_h23 TYPE null REQUIRED no
FIELD val_m22.attr_f07 TYPE null REQUIRED yes
FIELD v... | {"dim_r45":"inactive","val_m22":{"prop_h01":"rejected","field_k57":false,"dim_h23":null,"attr_f07":null,"field_n85":{"field_v48":"critical","val_r17":"homozygous","prop_u08":true,"dim_c81":"user@domain.org","param_s44":881.6},"field_b69":false,"col_q31":"admin@domain.org","col_j97":null},"key_o64":{"prop_n64":"active",... | unquoted_keys | {
"type": "object",
"properties": {
"dim_r45": {
"type": "string"
},
"val_m22": {
"type": "object",
"properties": {
"prop_h01": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalate... | {dim_r45:"inactive",val_m22:{prop_h01:"rejected",field_k57:false,dim_h23:null,attr_f07:null,field_n85:{field_v48:"critical",val_r17:"homozygous",prop_u08:true,dim_c81:"user@domain.org",param_s44:881.6},field_b69:false,col_q31:"admin@domain.org",col_j97:null},key_o64:{prop_n64:"active",key_h86:"completed",param_n35:"htt... | Expecting property name enclosed in double quotes | {"dim_r45":"inactive","val_m22":{"prop_h01":"rejected","field_k57":false,"dim_h23":null,"attr_f07":null,"field_n85":{"field_v48":"critical","val_r17":"homozygous","prop_u08":true,"dim_c81":"user@domain.org","param_s44":881.6},"field_b69":false,"col_q31":"admin@domain.org","col_j97":null},"key_o64":{"prop_n64":"active",... |
TASK repair_structured_output
SPEC
FIELD color TYPE string VALUES draft|published|archived REQUIRED yes
FIELD build_status TYPE string_date-time REQUIRED yes
FIELD torque_output TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"color":"archived","build_status":"2026-10-01T21:36:00Z","torque_output":"2023-04-14T20:40... | {"color":"archived","build_status":"2026-10-01T21:36:00Z","torque_output":"2023-04-14T20:40:00Z"} | missing_bracket | {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"build_status": {
"type": "string",
"format": "date-time"
},
"torque_output": {
"type": "string",
"format": "date-tim... | {"color":"archived","build_status":"2026-10-01T21:36:00Z","torque_output":"2023-04-14T20:40:00Z"} | Missing closing bracket | {"color":"archived","build_status":"2026-10-01T21:36:00Z","torque_output":"2023-04-14T20:40:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_p69 TYPE null REQUIRED yes
FIELD prop_o32 TYPE integer REQUIRED yes
FIELD param_m39 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_s02 TYPE number REQUIRED yes
FIELD prop_y91 TYPE boolean REQUIRED no
FIELD key_e27 TYPE string_email R... | {"prop_p69":null,"prop_o32":711,"field_s02":486.14,"key_e27":"test@example.com"} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_p69": {
"type": "null"
},
"prop_o32": {
"type": "integer"
},
"param_m39": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"field_s02": {
... | I need to look up the information first.
<tool_call name="generate_report">
{"prop_p69":null,"prop_o32":711,"field_s02":486.14,"key_e27":"test@example.com"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"prop_p69":null,"prop_o32":711,"field_s02":486.14,"key_e27":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_h69.attr_c73 TYPE number REQUIRED no
FIELD prop_h69.val_e14 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_h69.col_w25 TYPE string_uri REQUIRED no
FIELD prop_h69.field_e50.dim_a76 TYPE string_date-time REQUIRED yes
FIELD prop_h69.field_e50.attr_o13 TYPE... | {"prop_h69":{"col_w25":"https://www.io/data","field_e50":{"dim_a76":"2021-12-08T05:35:00Z","dim_q54":"https://api.org/v1"}},"val_w60":"pending"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_h69": {
"type": "object",
"properties": {
"attr_c73": {
"type": "number"
},
"val_e14": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {prop_h69:{col_w25:"https://www.io/data",field_e50:{dim_a76:"2021-12-08T05:35:00Z",dim_q54:"https://api.org/v1"}},val_w60:"pending"} | Expecting property name enclosed in double quotes | {"prop_h69":{"col_w25":"https://www.io/data","field_e50":{"dim_a76":"2021-12-08T05:35:00Z","dim_q54":"https://api.org/v1"}},"val_w60":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_s68 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD dim_u22.field_i26 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_u22.attr_t95 TYPE string_date-time REQUIRED yes
FIELD dim_u22.field_q06 TYPE number REQUIRED no
FIELD dim_u22.attr_y... | {"col_s68":"level_3","dim_u22":{"attr_t95":"2021-05-22T12:40:00Z","field_q06":298.06,"attr_y46":"ops@test.io"},"val_w91":"mode_a","col_r63":"demo","dim_w86":{"attr_w49":740.43,"col_k18":11.14,"val_t65":{"col_i67":"Paris","key_z53":false,"dim_f68":"FWD","param_b04":245.93}},"prop_n81":"chrX","attr_h23":490,"val_d73":"Ne... | invalid_enum | {
"type": "object",
"properties": {
"col_s68": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"dim_u22": {
"type": "object",
"properties": {
"field_i26": {
"type": "string",
"enum": [
"new",... | {"col_s68": "invalid_option_112", "dim_u22": {"attr_t95": "2021-05-22T12:40:00Z", "field_q06": 298.06, "attr_y46": "ops@test.io"}, "val_w91": "mode_a", "col_r63": "demo", "dim_w86": {"attr_w49": 740.43, "col_k18": 11.14, "val_t65": {"col_i67": "Paris", "key_z53": false, "dim_f68": "FWD", "param_b04": 245.93}}, "prop_n8... | Field 'col_s68' has invalid enum value 'invalid_option_112', expected one of ['level_1', 'level_2', 'level_3'] | {"col_s68":"level_3","dim_u22":{"attr_t95":"2021-05-22T12:40:00Z","field_q06":298.06,"attr_y46":"ops@test.io"},"val_w91":"mode_a","col_r63":"demo","dim_w86":{"attr_w49":740.43,"col_k18":11.14,"val_t65":{"col_i67":"Paris","key_z53":false,"dim_f68":"FWD","param_b04":245.93}},"prop_n81":"chrX","attr_h23":490,"val_d73":"Ne... |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD price TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD annotation TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD count TYPE string REQUIRED no
F... | {"amplitude":"arctic","price":"rejected","annotation":"underway","run_id":"user@domain.com"} | markdown_explanation | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"price": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"es... | Here is the response in the requested format:
```json
{"amplitude":"arctic","price":"rejected","annotation":"underway","run_id":"user@domain.com"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"amplitude":"arctic","price":"rejected","annotation":"underway","run_id":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string_date-time REQUIRED yes
FIELD section TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD throttle_pos TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD height[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
<functioncall> valid... | {"freight_class":"2026-04-14T10:34:00Z","section":"intermittent","throttle_pos":"free","height":[134,424,754,480]} | tool_call_bad_format | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"format": "date-time"
},
"section": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"throttle_pos": {
"type": "string",
"enum": [
... | <functioncall> validate_sample
{freight_class: "2026-04-14T10:34:00Z", section: "intermittent", throttle_pos: "free", height: [134, 424, 754, 480]} | Tool call has malformed arguments — unquoted keys in function parameters | {"freight_class":"2026-04-14T10:34:00Z","section":"intermittent","throttle_pos":"free","height":[134,424,754,480]} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD sensor_id TYPE string REQUIRED no
FIELD fleet_number TYPE string REQUIRED yes
BROKEN_OUTPUT
calibrate_instrument(run_id='draft', fleet_number='2023-12-25') | {"run_id":"draft","fleet_number":"2023-12-25"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"sensor_id": {
"type": "string"
},
"fleet_number": {
"type": "string"
}
},
"required": [
"fleet_number"
]
} | calibrate_instrument(run_id='draft', fleet_number='2023-12-25') | Tool call uses Python syntax instead of JSON | {"run_id":"draft","fleet_number":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string_date-time REQUIRED yes
FIELD shipping TYPE string REQUIRED no
FIELD name TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD index TYPE integer REQUIRED no
FIELD items.category TYPE string REQUIRED no
FIELD ite... | {"dissolved_oxygen":"2025-04-07T20:33:00Z","shipping":"Charlie","name":"option_b","index":258,"items":{"category":"Maria","half_life":569.16,"compound":533,"turbidity":135.24}} | missing_bracket | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"format": "date-time"
},
"shipping": {
"type": "string"
},
"name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"opti... | {"dissolved_oxygen":"2025-04-07T20:33:00Z","shipping":"Charlie","name":"option_b","index":258,"items":{"category":"Maria","half_life":569.16,"compound":533,"turbidity":135.24}} | Missing closing bracket | {"dissolved_oxygen":"2025-04-07T20:33:00Z","shipping":"Charlie","name":"option_b","index":258,"items":{"category":"Maria","half_life":569.16,"compound":533,"turbidity":135.24}} |
TASK repair_structured_output
SPEC
FIELD key_i04 TYPE string_uri REQUIRED no
FIELD attr_e79 TYPE string_uri REQUIRED yes
FIELD col_a85 TYPE string REQUIRED no
FIELD key_m21 TYPE number REQUIRED no
FIELD dim_o66 TYPE string REQUIRED no
FIELD val_s25 TYPE number REQUIRED no
FIELD prop_b10 TYPE integer REQUIRED yes
FIELD... | {"key_i04":"https://www.com/api","attr_e79":"https://data.org/data","col_a85":"GRCh38","key_m21":832.73,"val_s25":104.6,"prop_b10":145,"col_y76":"Charlie"} | trailing_comma | {
"type": "object",
"properties": {
"key_i04": {
"type": "string",
"format": "uri"
},
"attr_e79": {
"type": "string",
"format": "uri"
},
"col_a85": {
"type": "string"
},
"key_m21": {
"type": "number"
},
"dim_o66": {
"type": "string"
}... | {"key_i04":"https://www.com/api","attr_e79":"https://data.org/data","col_a85":"GRCh38","key_m21":832.73,"val_s25":104.6,"prop_b10":145,"col_y76":"Charlie",} | Unexpected trailing comma | {"key_i04":"https://www.com/api","attr_e79":"https://data.org/data","col_a85":"GRCh38","key_m21":832.73,"val_s25":104.6,"prop_b10":145,"col_y76":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE integer REQUIRED no
FIELD hazmat_code TYPE boolean REQUIRED yes
FIELD lab_result[].thumbnail TYPE string_uri REQUIRED yes
FIELD lab_result[].throttle_pos TYPE string REQUIRED yes
FIELD lab_result[].city TYPE integer REQUIRED no
FIELD country[].build_status TYPE ... | {"hazmat_code":true,"lab_result":[{"thumbnail":"https://example.io/v1","throttle_pos":"baz","city":524},{"thumbnail":"https://www.org/v1","throttle_pos":"Bob","city":39}],"country":[{"build_status":"Johnson","yield_pct":"Berlin","commit_hash":"pending"},{"build_status":"chr1","yield_pct":"Johnson","commit_hash":"Jane"}... | tool_call_bad_format | {
"type": "object",
"properties": {
"vital_sign": {
"type": "integer"
},
"hazmat_code": {
"type": "boolean"
},
"lab_result": {
"type": "array",
"items": {
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
... | <functioncall> generate_report
{hazmat_code: true, lab_result: [{thumbnail: "https://example.io/v1", throttle_pos: "baz", city: 524}, {thumbnail: "https://www.org/v1", throttle_pos: "Bob", city: 39}], country: [{build_status: "Johnson", yield_pct: "Berlin", commit_hash: "pending"}, {build_status: "chr1", yield_pct: "Jo... | Tool call has malformed arguments — unquoted keys in function parameters | {"hazmat_code":true,"lab_result":[{"thumbnail":"https://example.io/v1","throttle_pos":"baz","city":524},{"thumbnail":"https://www.org/v1","throttle_pos":"Bob","city":39}],"country":[{"build_status":"Johnson","yield_pct":"Berlin","commit_hash":"pending"},{"build_status":"chr1","yield_pct":"Johnson","commit_hash":"Jane"}... |
TASK repair_structured_output
SPEC
FIELD val_p87 TYPE number REQUIRED yes
FIELD dim_v45 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD attr_u54 TYPE string_date-time REQUIRED yes
FIELD param_u32.param_j53 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD param_u32.val_p00 TYPE boolean REQUIRED no
FIELD param_u32.fi... | {"val_p87":380.3,"attr_u54":"2026-05-02T14:11:00Z","param_u32":{"param_j53":"cat_b","val_p00":false,"field_l77":"Smith","val_s53":"Jane","dim_u98":"option_a","val_o52":689.08,"attr_f68":true,"field_l28":618},"dim_b22":364.94,"val_y41":"2022-06-18T01:12:00Z"} | markdown_explanation | {
"type": "object",
"properties": {
"val_p87": {
"type": "number"
},
"dim_v45": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"attr_u54": {
"type": "string",
"format": "date-time"
},
"param_u32": {
"type": "object",
... | I've generated the following JSON:
```json
{"val_p87":380.3,"attr_u54":"2026-05-02T14:11:00Z","param_u32":{"param_j53":"cat_b","val_p00":false,"field_l77":"Smith","val_s53":"Jane","dim_u98":"option_a","val_o52":689.08,"attr_f68":true,"field_l28":618},"dim_b22":364.94,"val_y41":"2022-06-18T01:12:00Z"}
```
Feel free to a... | Output contains markdown and explanatory text around JSON | {"val_p87":380.3,"attr_u54":"2026-05-02T14:11:00Z","param_u32":{"param_j53":"cat_b","val_p00":false,"field_l77":"Smith","val_s53":"Jane","dim_u98":"option_a","val_o52":689.08,"attr_f68":true,"field_l28":618},"dim_b22":364.94,"val_y41":"2022-06-18T01:12:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_z97 TYPE string REQUIRED no
FIELD dim_t12 TYPE number REQUIRED no
FIELD prop_s83 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD prop_t28 TYPE string REQUIRED no
FIELD key_h41[] TYPE string REQUIRED no
FIELD param_m60[].col_h77 TYPE string REQUIRED yes
FIEL... | {"prop_z97":"cancelled","dim_t12":528.68,"prop_s83":"option_c","prop_t28":"Tokyo","key_h41":["world"],"param_m60":[{"col_h77":"hello","col_m80":"option_b","col_c78":"mode_b"}]} | missing_bracket | {
"type": "object",
"properties": {
"prop_z97": {
"type": "string"
},
"dim_t12": {
"type": "number"
},
"prop_s83": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"prop_t28": {
"type": "string"
},
"... | {"prop_z97":"cancelled","dim_t12":528.68,"prop_s83":"option_c","prop_t28":"Tokyo","key_h41":["world"],"param_m60":{"col_h77":"hello","col_m80":"option_b","col_c78":"mode_b"}]} | Missing closing bracket | {"prop_z97":"cancelled","dim_t12":528.68,"prop_s83":"option_c","prop_t28":"Tokyo","key_h41":["world"],"param_m60":[{"col_h77":"hello","col_m80":"option_b","col_c78":"mode_b"}]} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE integer REQUIRED no
FIELD status_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD conductivity TYPE string_uri REQUIRED no
FIELD description TYPE integer REQUIRED yes
FIELD website[].shipping TYPE string REQUIRED no
FIELD websi... | {"status_code":"frameshift","conductivity":"https://data.io/api","description":344,"website":[{"shipping":"Santos","cargo_type":715.91,"diagnosis_code":20,"company":"QC-07"},{"shipping":"https://example.com","cargo_type":525.98,"diagnosis_code":683,"company":"test@example.com"},{"cargo_type":305.89,"diagnosis_code":42,... | markdown_explanation | {
"type": "object",
"properties": {
"commit_hash": {
"type": "integer"
},
"status_code": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"conductivity": {
"type": "string",
"format": "uri"
... | Pipeline result:
```json
{"status_code":"frameshift","conductivity":"https://data.io/api","description":344,"website":[{"shipping":"Santos","cargo_type":715.91,"diagnosis_code":20,"company":"QC-07"},{"shipping":"https://example.com","cargo_type":525.98,"diagnosis_code":683,"company":"test@example.com"},{"cargo_type":30... | Output contains markdown and explanatory text around JSON | {"status_code":"frameshift","conductivity":"https://data.io/api","description":344,"website":[{"shipping":"Santos","cargo_type":715.91,"diagnosis_code":20,"company":"QC-07"},{"shipping":"https://example.com","cargo_type":525.98,"diagnosis_code":683,"company":"test@example.com"},{"cargo_type":305.89,"diagnosis_code":42,... |
TASK repair_structured_output
SPEC
FIELD dim_y84 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD key_u17 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_z64 TYPE string REQUIRED no
FIELD dim_n34 TYPE string_date-time REQUIRED yes
FIELD dim_c07 TYPE string REQUIR... | {"dim_y84":"mode_e","key_u17":"synonymous","dim_n34":"2020-11-06T17:20:00Z","dim_c07":"hello"} | single_quotes | {
"type": "object",
"properties": {
"dim_y84": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"key_u17": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | {'dim_y84':'mode_e','key_u17':'synonymous','dim_n34':'2020-11-06T17:20:00Z','dim_c07':'hello'} | Expecting property name enclosed in double quotes | {"dim_y84":"mode_e","key_u17":"synonymous","dim_n34":"2020-11-06T17:20:00Z","dim_c07":"hello"} |
TASK repair_structured_output
SPEC
FIELD dim_m96 TYPE string REQUIRED yes
FIELD val_p66 TYPE integer REQUIRED no
FIELD param_u10 TYPE null REQUIRED yes
FIELD col_u57 TYPE string REQUIRED no
FIELD prop_f29.field_g01 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_f29.field_c91 TYPE int... | {"dim_m96":"qux","val_p66":561,"param_u10":null,"col_u57":"FWD","prop_f29":{"field_g01":"missense","field_c91":256,"dim_r16":{"col_f90":"confirmed","col_y39":"quux","param_h10":null,"attr_c50":"bar","val_o99":true},"val_j16":{"val_p61":"nonsense","field_c24":"low","prop_k97":59.9,"col_r21":189,"col_j18":null}},"param_n... | truncated_object | {
"type": "object",
"properties": {
"dim_m96": {
"type": "string"
},
"val_p66": {
"type": "integer"
},
"param_u10": {
"type": "null"
},
"col_u57": {
"type": "string"
},
"prop_f29": {
"type": "object",
"properties": {
"field_g01": {
... | {"dim_m96":"qux","val_p66":561,"param_u10":null,"col_u57":"FWD","prop_f29":{"field_g01":"missense","field_c91":256,"dim_r16":{"col_f90":"confirmed","col_y39":"quux","param_h10":null,"attr_c50":"bar","val_o99":true},"val_j16":{"val_p61":"nonsense","field_c24":"low","prop_k97":59.9,"col_r21":189,"col_j18":null}},"param_n... | Unexpected end of JSON input — truncated object | {"dim_m96":"qux","val_p66":561,"param_u10":null,"col_u57":"FWD","prop_f29":{"field_g01":"missense","field_c91":256,"dim_r16":{"col_f90":"confirmed","col_y39":"quux","param_h10":null,"attr_c50":"bar","val_o99":true},"val_j16":{"val_p61":"nonsense","field_c24":"low","prop_k97":59.9,"col_r21":189,"col_j18":null}},"param_n... |
TASK repair_structured_output
SPEC
FIELD val_l97 TYPE integer REQUIRED no
FIELD field_f70 TYPE integer REQUIRED no
FIELD attr_s29 TYPE number REQUIRED yes
FIELD key_d03.field_i88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD key_d03.param_u29 TYPE string VALUES type_a|type_b REQUIRED no
FIELD key_... | {"val_l97":46,"attr_s29":405.75,"key_d03":{"dim_k88":{"key_d66":"GBP","param_k82":466,"col_k45":"level_1","field_k30":"draft","col_c77":"GRCh38"},"prop_q12":795},"prop_l14":{"param_z16":"mode_a","field_o37":"arctic","field_p25":"admin","key_v48":"quux"},"key_j22":false} | extra_text_before | {
"type": "object",
"properties": {
"val_l97": {
"type": "integer"
},
"field_f70": {
"type": "integer"
},
"attr_s29": {
"type": "number"
},
"key_d03": {
"type": "object",
"properties": {
"field_i88": {
"type": "string",
"enum": [
... | The instrument reported:
{"val_l97":46,"attr_s29":405.75,"key_d03":{"dim_k88":{"key_d66":"GBP","param_k82":466,"col_k45":"level_1","field_k30":"draft","col_c77":"GRCh38"},"prop_q12":795},"prop_l14":{"param_z16":"mode_a","field_o37":"arctic","field_p25":"admin","key_v48":"quux"},"key_j22":false} | Output contains non-JSON text before the object | {"val_l97":46,"attr_s29":405.75,"key_d03":{"dim_k88":{"key_d66":"GBP","param_k82":466,"col_k45":"level_1","field_k30":"draft","col_c77":"GRCh38"},"prop_q12":795},"prop_l14":{"param_z16":"mode_a","field_o37":"arctic","field_p25":"admin","key_v48":"quux"},"key_j22":false} |
TASK repair_structured_output
SPEC
FIELD field_a82 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD key_x23 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_r94 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_p31 TYPE string REQUIRED yes
FIELD dim_e01 ... | {"field_a82":"maintenance","key_x23":"push","key_r94":"arctic","col_p31":"Luis"} | truncated_array | {
"type": "object",
"properties": {
"field_a82": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"key_x23": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | {"field_a82":"maintenance","key_x23":"push","key_r94":"arctic","col_p31":"Luis" | Unexpected end of JSON input — truncated object | {"field_a82":"maintenance","key_x23":"push","key_r94":"arctic","col_p31":"Luis"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE integer REQUIRED yes
FIELD humidity_pct TYPE boolean REQUIRED yes
FIELD deploy_target TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD enabled TYPE string_uri REQUIRED no
FIELD width TYPE number REQUIRED no
BROKEN_OUTPUT
"cond... | {"conductivity":534,"humidity_pct":false,"deploy_target":"pending_review","enabled":"https://www.com/api","width":404.99} | missing_brace | {
"type": "object",
"properties": {
"conductivity": {
"type": "integer"
},
"humidity_pct": {
"type": "boolean"
},
"deploy_target": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"enab... | "conductivity":534,"humidity_pct":false,"deploy_target":"pending_review","enabled":"https://www.com/api","width":404.99} | Missing closing brace | {"conductivity":534,"humidity_pct":false,"deploy_target":"pending_review","enabled":"https://www.com/api","width":404.99} |
TASK repair_structured_output
SPEC
FIELD col_s19 TYPE integer REQUIRED yes
FIELD field_z92.prop_i95 TYPE number REQUIRED yes
FIELD field_z92.val_n03 TYPE string VALUES option_a|option_b REQUIRED no
FIELD field_z92.param_h44 TYPE string_date-time REQUIRED yes
FIELD field_f04 TYPE string REQUIRED no
FIELD col_e24 TYPE s... | {"col_s19":614,"field_z92":{"prop_i95":861.13,"val_n03":"option_b","param_h44":"2021-12-01T17:45:00Z"},"col_e24":"demo"} | thought_process | {
"type": "object",
"properties": {
"col_s19": {
"type": "integer"
},
"field_z92": {
"type": "object",
"properties": {
"prop_i95": {
"type": "number"
},
"val_n03": {
"type": "string",
"enum": [
"option_a",
"o... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"col_s19":614,"field_z92":{"prop_i95":861.13,"val_n03":"option_b","param_h44":"2021-12-01T17:45:00Z"},"col_e24":"demo"} | Output contains chain-of-thought reasoning before JSON | {"col_s19":614,"field_z92":{"prop_i95":861.13,"val_n03":"option_b","param_h44":"2021-12-01T17:45:00Z"},"col_e24":"demo"} |
TASK repair_structured_output
SPEC
FIELD key_y12 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD param_w12 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_h73 TYPE string REQUIRED no
FIELD prop_j25 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes... | {"key_y12":"closed","param_w12":"arctic","attr_h73":"Luis","prop_j25":"mode_d","val_u83":"type_e","attr_y40":732} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_y12": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_w12": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | Tool: track_vessel
Params: {"key_y12": "closed", "param_w12": "arctic", "attr_h73": "Luis", "prop_j25": "mode_d", "val_u83": "type_e", "attr_y40": 732} | Agent used wrong parameter name 'field_z38_value' instead of 'field_z38' | {"key_y12":"closed","param_w12":"arctic","attr_h73":"Luis","prop_j25":"mode_d","val_u83":"type_e","attr_y40":732} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD barcode TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD longitude TYPE string VALUES draft|published|archived REQUIRED yes
FIELD repository TYPE boolean REQUIRED no
FIELD span_id TYPE numb... | {"conductivity":"oceanic","barcode":"viewer","longitude":"published","repository":true,"span_id":626.23,"deploy_target":"https://api.example.com/v1","country":"intermittent"} | truncated_object | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"barcode": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"l... | {"conductivity":"oceanic","barcode":"viewer","longitude":"published","repository":true,"span_id":626.23,"deploy_target":"https://api.example.com/v1","country":"intermittent" | Unexpected end of JSON input — truncated object | {"conductivity":"oceanic","barcode":"viewer","longitude":"published","repository":true,"span_id":626.23,"deploy_target":"https://api.example.com/v1","country":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD attr_l55 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_x33 TYPE number REQUIRED no
FIELD attr_f83.param_s50 TYPE boolean REQUIRED no
FIELD attr_f83.prop_x01 TYPE string_uri REQUIRED yes
FIELD attr_f83.param_o72 TYPE integer REQUIRED no
FIELD attr_f83.v... | {"dim_x33":404.3,"attr_f83":{"prop_x01":"https://api.io/v1","param_o72":223}} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_l55": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_x33": {
"type": "number"
},
"attr_f83": {
"type": "object",
"properties": {
"param_s50": {
... | I need to look up the information first.
Action: lookup_customer
Arguments: {"dim_x33": 404.3} | Agent tool call missing required parameter 'attr_f83' | {"dim_x33":404.3,"attr_f83":{"prop_x01":"https://api.io/v1","param_o72":223}} |
TASK repair_structured_output
SPEC
FIELD visible TYPE string REQUIRED yes
FIELD span_id TYPE string REQUIRED no
FIELD options TYPE integer REQUIRED no
FIELD organism.comments TYPE null REQUIRED yes
FIELD organism.last_name TYPE boolean REQUIRED yes
FIELD organism.image_url TYPE boolean REQUIRED yes
FIELD category.medi... | {"visible":"test","options":626,"organism":{"comments":null,"last_name":false,"image_url":false},"category":{"medication":"https://example.com","language":"admin","thumbnail":"Sao Paulo"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"visible": {
"type": "string"
},
"span_id": {
"type": "string"
},
"options": {
"type": "integer"
},
"organism": {
"type": "object",
"properties": {
"comments": {
"type": "null"
},
"last_na... | call_variants(visible='test', options=626, organism={'comments': None, 'last_name': False, 'image_url': False}, category={'medication': 'https://example.com', 'language': 'admin', 'thumbnail': 'Sao Paulo'}) | Tool call uses Python syntax instead of JSON | {"visible":"test","options":626,"organism":{"comments":null,"last_name":false,"image_url":false},"category":{"medication":"https://example.com","language":"admin","thumbnail":"Sao Paulo"}} |
TASK repair_structured_output
SPEC
FIELD param_n55 TYPE string_uri REQUIRED no
FIELD dim_t56 TYPE string REQUIRED no
FIELD key_n06 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_w03.param_d14 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD col_w03.prop_f27 TYPE string VALUES USD|EUR|GB... | {"dim_t56":"approved","key_n06":"published","col_w03":{"param_d14":"inactive","prop_f27":"BRL","field_w96":{"dim_z70":"rejected","key_e01":58,"attr_j56":"arctic","key_y39":true,"val_g34":"sample"},"field_y47":"large","param_g34":844.97,"prop_p99":891},"field_k28":312.75,"prop_n23":"critical"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_n55": {
"type": "string",
"format": "uri"
},
"dim_t56": {
"type": "string"
},
"key_n06": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_w03": {
"type": "... | Tool: call_variants
Params: {"dim_t56": "approved", "key_n06": "published", "col_w03": {"param_d14": "inactive", "prop_f27": "BRL", "field_w96": {"dim_z70": "rejected", "key_e01": 58, "attr_j56": "arctic", "key_y39": true, "val_g34": "sample"}, "field_y47": "large", "param_g34": 844.97, "prop_p99": 891}, "prop_n23": "c... | Agent used wrong parameter name 'field_k28_id' instead of 'field_k28' | {"dim_t56":"approved","key_n06":"published","col_w03":{"param_d14":"inactive","prop_f27":"BRL","field_w96":{"dim_z70":"rejected","key_e01":58,"attr_j56":"arctic","key_y39":true,"val_g34":"sample"},"field_y47":"large","param_g34":844.97,"prop_p99":891},"field_k28":312.75,"prop_n23":"critical"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED yes
FIELD language TYPE string REQUIRED yes
FIELD velocity TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD credit_score TYPE null REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: validate_address
Arguments: {"account_i... | {"account_id":"MV-Evergreen-01","language":"Oliveira","credit_score":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"language": {
"type": "string"
},
"velocity": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"credit_score": {
... | Let me check the system.
Action: validate_address
Arguments: {"account_id": "MV-Evergreen-01", "credit_score": null} | Agent tool call missing required parameter 'language' | {"account_id":"MV-Evergreen-01","language":"Oliveira","credit_score":null} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string REQUIRED no
FIELD end_date TYPE string REQUIRED no
FIELD phenotype TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD category TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"allele": "Santos", "end_date": "Hapag-Lloyd-Express", "phenotype": "succe... | {"allele":"Santos","end_date":"Hapag-Lloyd-Express","phenotype":"success","category":"https://example.io/data"} | extra_field | {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"end_date": {
"type": "string"
},
"phenotype": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"category": {
"type": "string",
... | {"allele": "Santos", "end_date": "Hapag-Lloyd-Express", "phenotype": "success", "category": "https://example.io/data", "extra_data_9509": 42} | Unknown field 'extra_data_9509' not defined in schema | {"allele":"Santos","end_date":"Hapag-Lloyd-Express","phenotype":"success","category":"https://example.io/data"} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED no
FIELD visible TYPE boolean REQUIRED no
FIELD reagent TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD umi TYPE boolean REQUIRED no
FIELD title TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD product_id.y... | {"label":"baz","reagent":"mode_a","first_name":"option_d"} | tool_call_partial_args | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"visible": {
"type": "boolean"
},
"reagent": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"umi": {
"type": "boolean"
},
... | Let me check the system.
Action: queue_sequencing_run
Arguments: {"label": "baz", "reagent": "mode_a"} | Agent tool call missing required parameter 'first_name' | {"label":"baz","reagent":"mode_a","first_name":"option_d"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.