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 val_u34 TYPE string REQUIRED no
FIELD col_d99.prop_m98.dim_m32 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD col_d99.prop_m98.attr_s11 TYPE integer REQUIRED no
FIELD col_d99.prop_m98.field_k41 TYPE string REQUIRED yes
FIELD col_d99.prop_m98.dim_a67 TYPE str... | {"param_j61":33.03,"dim_w55":null,"dim_z18":true,"attr_z83":"2022-11-03T14:25:00Z","key_o20":"mode_a"} | date_format_error | {
"type": "object",
"properties": {
"val_u34": {
"type": "string"
},
"col_d99": {
"type": "object",
"properties": {
"prop_m98": {
"type": "object",
"properties": {
"dim_m32": {
"type": "string",
"enum": [
... | {"param_j61": 33.03, "dim_w55": null, "dim_z18": true, "attr_z83": "2022-11-03 14:25:00Z", "key_o20": "mode_a"} | Field 'attr_z83' has invalid date format | {"param_j61":33.03,"dim_w55":null,"dim_z18":true,"attr_z83":"2022-11-03T14:25:00Z","key_o20":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE integer REQUIRED yes
FIELD branch TYPE number REQUIRED yes
FIELD level[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD priority[] TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
{'longitude':315,'branch':422.65,'level'... | {"longitude":315,"branch":422.65,"level":["homozygous","homozygous"]} | single_quotes | {
"type": "object",
"properties": {
"longitude": {
"type": "integer"
},
"branch": {
"type": "number"
},
"level": {
"type": "array",
"items": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | {'longitude':315,'branch':422.65,'level':['homozygous','homozygous']} | Expecting property name enclosed in double quotes | {"longitude":315,"branch":422.65,"level":["homozygous","homozygous"]} |
TASK repair_structured_output
SPEC
FIELD field_v12 TYPE null REQUIRED no
FIELD attr_t96 TYPE integer REQUIRED no
FIELD col_s69 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
{"field_v12": null, "attr_t96": "\"962\"", "col_s69": "intermittent"} | {"field_v12":null,"attr_t96":962,"col_s69":"intermittent"} | wrong_type | {
"type": "object",
"properties": {
"field_v12": {
"type": "null"
},
"attr_t96": {
"type": "integer"
},
"col_s69": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}
},
"required": [
"col_s69"
]
} | {"field_v12": null, "attr_t96": "\"962\"", "col_s69": "intermittent"} | Field 'attr_t96' must be integer, got string | {"field_v12":null,"attr_t96":962,"col_s69":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD branch TYPE boolean REQUIRED no
FIELD phone TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD quality_score TYPE string REQUIRED no
FIELD email TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD shipping TYPE string_uri R... | {"branch":true,"email":"degraded","shipping":"https://www.org/api"} | markdown_explanation | {
"type": "object",
"properties": {
"branch": {
"type": "boolean"
},
"phone": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"quality_score": {
"type": "string"
},
... | I've generated the following JSON:
```json
{"branch":true,"email":"degraded","shipping":"https://www.org/api"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"branch":true,"email":"degraded","shipping":"https://www.org/api"} |
TASK repair_structured_output
SPEC
FIELD key_o05 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_l12 TYPE null REQUIRED yes
FIELD val_w93 TYPE number REQUIRED yes
FIELD val_j31 TYPE integer REQUIRED no
FIELD attr_g44 TYPE string REQUIRED no
FIELD field_e62 TYPE string VALUES level_1|level_2|level_3... | {"key_o05":"basic","key_l12":null,"val_w93":900.09,"val_j31":613,"attr_g44":"Oliveira","param_a67":true} | thought_process | {
"type": "object",
"properties": {
"key_o05": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"key_l12": {
"type": "null"
},
"val_w93": {
"type": "number"
},
"val_j31": {
"type": "integer"
},... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"key_o05":"basic","key_l12":null,"val_w93":900.09,"val_j31":613,"attr_g44":"Oliveira","param_a67":true} | Output contains chain-of-thought reasoning before JSON | {"key_o05":"basic","key_l12":null,"val_w93":900.09,"val_j31":613,"attr_g44":"Oliveira","param_a67":true} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string REQUIRED yes
FIELD created_at TYPE null REQUIRED yes
FIELD size TYPE integer REQUIRED yes
FIELD category TYPE integer REQUIRED no
FIELD build_status.age TYPE null REQUIRED no
FIELD build_status.log_level TYPE integer REQUIRED no
FIELD build_status.updated_at... | {"chapter":"example","created_at":null,"size":353,"category":187,"build_status":{"age":null,"log_level":194,"updated_at":20.79}} | missing_bracket | {
"type": "object",
"properties": {
"chapter": {
"type": "string"
},
"created_at": {
"type": "null"
},
"size": {
"type": "integer"
},
"category": {
"type": "integer"
},
"build_status": {
"type": "object",
"properties": {
"age": {
... | {"chapter":"example","created_at":null,"size":353,"category":187,"build_status":{"age":null,"log_level":194,"updated_at":20.79}} | Missing closing bracket | {"chapter":"example","created_at":null,"size":353,"category":187,"build_status":{"age":null,"log_level":194,"updated_at":20.79}} |
TASK repair_structured_output
SPEC
FIELD department TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD first_name TYPE string REQUIRED yes
FIELD vital_sign TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
BROKEN_OUTPUT
{'department':'option_c','first_name':'Oliveira','vit... | {"department":"option_c","first_name":"Oliveira","vital_sign":"level_4"} | single_quotes | {
"type": "object",
"properties": {
"department": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"first_name": {
"type": "string"
},
"vital_sign": {
"type": "string",
"enum": [
"level_1... | {'department':'option_c','first_name':'Oliveira','vital_sign':'level_4'} | Expecting property name enclosed in double quotes | {"department":"option_c","first_name":"Oliveira","vital_sign":"level_4"} |
TASK repair_structured_output
SPEC
FIELD prop_p29 TYPE string REQUIRED no
FIELD val_g43 TYPE boolean REQUIRED yes
FIELD col_e21 TYPE boolean REQUIRED yes
FIELD col_j41 TYPE string_email REQUIRED no
FIELD field_r37.key_w14 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_r37.val_r64 TYPE number REQUIRED yes... | {"val_g43":false,"col_e21":false,"col_j41":"info@example.com","field_r37":{"val_r64":562.99,"attr_h86":{"param_t39":"medium","attr_b00":false,"key_u47":"Bob","dim_z08":"2023-12-25","attr_a87":"quux","field_l57":"large"},"key_f31":85,"dim_a65":370.9}} | trailing_comma | {
"type": "object",
"properties": {
"prop_p29": {
"type": "string"
},
"val_g43": {
"type": "boolean"
},
"col_e21": {
"type": "boolean"
},
"col_j41": {
"type": "string",
"format": "email"
},
"field_r37": {
"type": "object",
"properties": {... | {"val_g43":false,"col_e21":false,"col_j41":"info@example.com","field_r37":{"val_r64":562.99,"attr_h86":{"param_t39":"medium","attr_b00":false,"key_u47":"Bob","dim_z08":"2023-12-25","attr_a87":"quux","field_l57":"large",},"key_f31":85,"dim_a65":370.9}} | Unexpected trailing comma | {"val_g43":false,"col_e21":false,"col_j41":"info@example.com","field_r37":{"val_r64":562.99,"attr_h86":{"param_t39":"medium","attr_b00":false,"key_u47":"Bob","dim_z08":"2023-12-25","attr_a87":"quux","field_l57":"large"},"key_f31":85,"dim_a65":370.9}} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES success|error|warning|info REQUIRED no
FIELD format TYPE boolean REQUIRED yes
FIELD half_life TYPE integer REQUIRED no
FIELD score TYPE string REQUIRED no
FIELD brake_pressure TYPE integer REQUIRED yes
BROKEN_OUTPUT
The instrument reported:
```json
{"p... | {"phone":"success","format":true,"half_life":15,"brake_pressure":664} | markdown_explanation | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"format": {
"type": "boolean"
},
"half_life": {
"type": "integer"
},
"score": {
"type": "string"
}... | The instrument reported:
```json
{"phone":"success","format":true,"half_life":15,"brake_pressure":664}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"phone":"success","format":true,"half_life":15,"brake_pressure":664} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES success|error|warning|info REQUIRED no
FIELD phenotype TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD thumbnail TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD type TYPE string VALUES operational|degrade... | {"quantity":"info","phenotype":"operational","thumbnail":"enterprise","type":"offline","title":92.83,"cargo_type":"https://www.com/api"} | number_with_unit | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"phenotype": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"mainten... | {"quantity": "info", "phenotype": "operational", "thumbnail": "enterprise", "type": "offline", "title": "92.83MB", "cargo_type": "https://www.com/api"} | Field 'title' must be number, got string with unit | {"quantity":"info","phenotype":"operational","thumbnail":"enterprise","type":"offline","title":92.83,"cargo_type":"https://www.com/api"} |
TASK repair_structured_output
SPEC
FIELD attr_c88.field_s96 TYPE integer REQUIRED no
FIELD attr_c88.prop_i03 TYPE number REQUIRED no
FIELD attr_c88.dim_u99 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_c88.attr_q09.val_e26 TYPE integer REQUIRED yes
FIELD attr_c88.attr_q09.val_d36 T... | {"key_j28":258,"prop_u49":"info@test.io","dim_t67":{"dim_g40":false,"key_q66":"email","param_x40":117.79},"col_y08":"large"} | thought_process | {
"type": "object",
"properties": {
"attr_c88": {
"type": "object",
"properties": {
"field_s96": {
"type": "integer"
},
"prop_i03": {
"type": "number"
},
"dim_u99": {
"type": "string",
"enum": [
"synonymous",... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"key_j28":258,"prop_u49":"info@test.io","dim_t67":{"dim_g40":false,"key_q66":"email","param_x40":117.79},"col_y08":"large"} | Output contains chain-of-thought reasoning before JSON | {"key_j28":258,"prop_u49":"info@test.io","dim_t67":{"dim_g40":false,"key_q66":"email","param_x40":117.79},"col_y08":"large"} |
TASK repair_structured_output
SPEC
FIELD col_w87 TYPE null REQUIRED no
FIELD key_c49 TYPE integer REQUIRED no
FIELD dim_p06 TYPE integer REQUIRED no
FIELD param_r56 TYPE string REQUIRED no
FIELD val_j76 TYPE string REQUIRED no
FIELD dim_v12.field_j05 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 R... | {"key_c49":279,"dim_p06":133,"param_r56":"London","val_j76":"Diana","col_l32":{"attr_h76":738.65,"val_n10":"type_b","key_v28":[null],"key_o03":[{"val_v15":"option_b","param_v29":"type_c","field_t80":"test@example.com"},{"val_v15":"option_d","param_v29":"type_c","field_t80":"Luis","val_d52":null},{"val_v15":"option_b","... | number_with_unit | {
"type": "object",
"properties": {
"col_w87": {
"type": "null"
},
"key_c49": {
"type": "integer"
},
"dim_p06": {
"type": "integer"
},
"param_r56": {
"type": "string"
},
"val_j76": {
"type": "string"
},
"dim_v12": {
"type": "object",
... | {"key_c49": 279, "dim_p06": "133MB", "param_r56": "London", "val_j76": "Diana", "col_l32": {"attr_h76": 738.65, "val_n10": "type_b", "key_v28": [null], "key_o03": [{"val_v15": "option_b", "param_v29": "type_c", "field_t80": "test@example.com"}, {"val_v15": "option_d", "param_v29": "type_c", "field_t80": "Luis", "val_d5... | Field 'dim_p06' must be number, got string with unit | {"key_c49":279,"dim_p06":133,"param_r56":"London","val_j76":"Diana","col_l32":{"attr_h76":738.65,"val_n10":"type_b","key_v28":[null],"key_o03":[{"val_v15":"option_b","param_v29":"type_c","field_t80":"test@example.com"},{"val_v15":"option_d","param_v29":"type_c","field_t80":"Luis","val_d52":null},{"val_v15":"option_b","... |
TASK repair_structured_output
SPEC
FIELD enabled TYPE integer REQUIRED yes
FIELD organism.compound TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD organism.run_id TYPE string REQUIRED no
FIELD organism.crew_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD temp_celsius TYPE string... | {"enabled":422,"organism":{"compound":"inactive","run_id":"cancelled","crew_id":"anchored"},"temp_celsius":"https://www.org/v1","index":"moored","port_code":{"longitude":725,"balance":null,"tags":"viewer","ph_level":{"quantity":"2023-12-25","website":"user@domain.org","label":"active","hazmat_code":"bar","dissolved_oxy... | missing_brace | {
"type": "object",
"properties": {
"enabled": {
"type": "integer"
},
"organism": {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
... | {"enabled":422,"organism":{"compound":"inactive","run_id":"cancelled","crew_id":"anchored"},"temp_celsius":"https://www.org/v1","index":"moored","port_code":{"longitude":725,"balance":null,"tags":"viewer","ph_level":{"quantity":"2023-12-25","website":"user@domain.org","label":"active","hazmat_code":"bar","dissolved_oxy... | Missing closing brace | {"enabled":422,"organism":{"compound":"inactive","run_id":"cancelled","crew_id":"anchored"},"temp_celsius":"https://www.org/v1","index":"moored","port_code":{"longitude":725,"balance":null,"tags":"viewer","ph_level":{"quantity":"2023-12-25","website":"user@domain.org","label":"active","hazmat_code":"bar","dissolved_oxy... |
TASK repair_structured_output
SPEC
FIELD field_l27.val_h45 TYPE number REQUIRED no
FIELD field_l27.key_j31 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_l27.key_d30 TYPE integer REQUIRED no
FIELD field_l27.dim_r01 TYPE string_email REQUIRED no
FIELD field_l27.col_i30 TYPE string VALUES low|mediu... | {"field_l27":{"val_h45":316.76,"key_j31":"low","key_d30":835,"dim_r01":"ops@domain.org","col_i30":"low"},"key_l12":null,"col_l79":419.37,"prop_d95":"Sao Paulo","param_h22":null,"attr_a66":695.43} | extra_text_after | {
"type": "object",
"properties": {
"field_l27": {
"type": "object",
"properties": {
"val_h45": {
"type": "number"
},
"key_j31": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {"field_l27":{"val_h45":316.76,"key_j31":"low","key_d30":835,"dim_r01":"ops@domain.org","col_i30":"low"},"key_l12":null,"col_l79":419.37,"prop_d95":"Sao Paulo","param_h22":null,"attr_a66":695.43}
Data logged successfully. | Output contains non-JSON text after the object | {"field_l27":{"val_h45":316.76,"key_j31":"low","key_d30":835,"dim_r01":"ops@domain.org","col_i30":"low"},"key_l12":null,"col_l79":419.37,"prop_d95":"Sao Paulo","param_h22":null,"attr_a66":695.43} |
TASK repair_structured_output
SPEC
FIELD position TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD level TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD medication TYPE string_email REQUIRED no
FIELD batch_code TYPE integer REQUIRED no
FIELD sensor_id TYPE string VALUES s... | {"position":"pending_review","level":"active","batch_code":399,"sensor_id":"warning","annotation":434} | thought_process | {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"level": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"position":"pending_review","level":"active","batch_code":399,"sensor_id":"warning","annotation":434} | Output contains chain-of-thought reasoning before JSON | {"position":"pending_review","level":"active","batch_code":399,"sensor_id":"warning","annotation":434} |
TASK repair_structured_output
SPEC
FIELD val_o01 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_u00 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_f79 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD attr_t63 TYPE integer REQUIRED no
FIELD prop_n7... | {"val_o01":"heterozygous","val_f79":"low","prop_n70":"This is a test value.","prop_o21":"2020-01-17T08:18:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"val_o01": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_u00": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | ```json
{"val_o01":"heterozygous","val_f79":"low","prop_n70":"This is a test value.","prop_o21":"2020-01-17T08:18:00Z"}
``` | Output contains markdown code fences | {"val_o01":"heterozygous","val_f79":"low","prop_n70":"This is a test value.","prop_o21":"2020-01-17T08:18:00Z"} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD organism TYPE string VALUES level_1|level_2 REQUIRED no
FIELD account_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD humidity_pct TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me analyze t... | {"current_draw":"mode_c","organism":"level_1","account_id":"published","humidity_pct":594} | thought_process | {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"organism": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"account_id": {
"type": "strin... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"current_draw":"mode_c","organism":"level_1","account_id":"published","humidity_pct":594} | Output contains chain-of-thought reasoning before JSON | {"current_draw":"mode_c","organism":"level_1","account_id":"published","humidity_pct":594} |
TASK repair_structured_output
SPEC
FIELD attr_c98 TYPE boolean REQUIRED no
FIELD field_a89 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_a98.col_m71 TYPE number REQUIRED no
FIELD attr_a98.col_p02 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD attr_a98.field_r04 TY... | {"attr_c98":false,"field_a89":"rejected","attr_a98":{"col_m71":697.68,"col_p02":"cat_d","field_r04":false,"attr_i79":243.2,"val_s27":756,"field_c28":"cat_d"}} | missing_brace | {
"type": "object",
"properties": {
"attr_c98": {
"type": "boolean"
},
"field_a89": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"attr_a98": {
"type": "object",
"properties": {
... | {"attr_c98":false,"field_a89":"rejected","attr_a98":"col_m71":697.68,"col_p02":"cat_d","field_r04":false,"attr_i79":243.2,"val_s27":756,"field_c28":"cat_d"}} | Missing closing brace | {"attr_c98":false,"field_a89":"rejected","attr_a98":{"col_m71":697.68,"col_p02":"cat_d","field_r04":false,"attr_i79":243.2,"val_s27":756,"field_c28":"cat_d"}} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE number REQUIRED no
FIELD conductivity TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD amplitude TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD transaction_id TYPE integer REQUIRED yes
FIELD subtotal TYPE string_email REQUIRED n... | {"deploy_target":270.81,"conductivity":"push","amplitude":"unstable","transaction_id":838,"enabled":"baz"} | partial_structure | {
"type": "object",
"properties": {
"deploy_target": {
"type": "number"
},
"conductivity": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"amplitude": {
"type": "string",
"enum": [
"reliable",
... | Result: conductivity=push, {"deploy_target":270.81,"conductivity":"push","amplitude":"unstable","transaction_id":838,"enabled":"baz"} | Output mixes natural language with JSON | {"deploy_target":270.81,"conductivity":"push","amplitude":"unstable","transaction_id":838,"enabled":"baz"} |
TASK repair_structured_output
SPEC
FIELD dim_r91 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD val_z15 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_b42.key_y58 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_b42.dim_h11 TYPE integer ... | {"dim_r91":"confirmed","val_z15":"arctic","field_a03":"Silva","val_q24":566,"attr_j47":"berthed","col_n14":{"val_y15":{"param_o90":"viewer","dim_z49":"archived","col_v29":"nonsense","dim_d43":"xl","dim_i99":"https://example.org/data","val_p99":true},"attr_q80":"homozygous","val_p77":true}} | partial_structure | {
"type": "object",
"properties": {
"dim_r91": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_z15": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
... | I found that dim_r91 should be confirmed. {"dim_r91":"confirmed","val_z15":"arctic","field_a03":"Silva","val_q24":566,"attr_j47":"berthed","col_n14":{"val_y15":{"param_o90":"viewer","dim_z49":"archived","col_v29":"nonsense","dim_d43":"xl","dim_i99":"https://example.org/data","val_p99":true},"attr_q80":"homozygous","val... | Output mixes natural language with JSON | {"dim_r91":"confirmed","val_z15":"arctic","field_a03":"Silva","val_q24":566,"attr_j47":"berthed","col_n14":{"val_y15":{"param_o90":"viewer","dim_z49":"archived","col_v29":"nonsense","dim_d43":"xl","dim_i99":"https://example.org/data","val_p99":true},"attr_q80":"homozygous","val_p77":true}} |
TASK repair_structured_output
SPEC
FIELD attr_m05 TYPE string REQUIRED yes
FIELD val_k26 TYPE string_uri REQUIRED yes
FIELD col_v61 TYPE number REQUIRED yes
FIELD val_w81 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_m05":"2023-12-25","val_k26":"https://www.com/data","col_v61":296.46,"val_w81":"PASS" | {"attr_m05":"2023-12-25","val_k26":"https://www.com/data","col_v61":296.46,"val_w81":"PASS"} | truncated_array | {
"type": "object",
"properties": {
"attr_m05": {
"type": "string"
},
"val_k26": {
"type": "string",
"format": "uri"
},
"col_v61": {
"type": "number"
},
"val_w81": {
"type": "string"
}
},
"required": [
"val_k26",
"col_v61",
"attr_m05",
... | {"attr_m05":"2023-12-25","val_k26":"https://www.com/data","col_v61":296.46,"val_w81":"PASS" | Unexpected end of JSON input — truncated object | {"attr_m05":"2023-12-25","val_k26":"https://www.com/data","col_v61":296.46,"val_w81":"PASS"} |
TASK repair_structured_output
SPEC
FIELD prop_x01 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD param_q85 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD field_n78 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_s37 TYPE string_date-time REQUIRED no
FIELD val_l21 TYPE string_... | {"prop_x01":"mode_b","param_q85":"mode_b","prop_s37":"2024-07-02T20:00:00Z","col_m96":"escalated","param_z19":"test@example.com","attr_i86":297.76} | partial_structure | {
"type": "object",
"properties": {
"prop_x01": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param_q85": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_n78": {
"type": "string",
... | The attr_i86 is 297.76 and {"prop_x01":"mode_b","param_q85":"mode_b","prop_s37":"2024-07-02T20:00:00Z","col_m96":"escalated","param_z19":"test@example.com","attr_i86":297.76} | Output mixes natural language with JSON | {"prop_x01":"mode_b","param_q85":"mode_b","prop_s37":"2024-07-02T20:00:00Z","col_m96":"escalated","param_z19":"test@example.com","attr_i86":297.76} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD created_at TYPE string REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED yes
FIELD end_date.address TYPE string REQUIRED yes
FIELD end_date.phone TYPE string VALUES single|married|divorced REQUIRED no
FIELD ... | {"created_at":"foo","pressure_kpa":"This is a test value.","notes":{"address":"A short description.","lab_result":{"consignee":"operational","feedback":"xl","collateral":"https://www.io/v1","crew_id":240,"enabled":986.64,"type":"baz"},"color":{"first_name":"GBP","velocity":"inland","length":"inactive","dosage":"2024-06... | agent_chain | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"created_at": {
"type": "string"
},
"pressure_kpa": {
"type": "string"
},
"end_date": {
"type": "object... | I need to look up the information first.
Action: get_account
Result: {"created_at": "foo", "notes": {"address": "A short description.", "lab_result": {"consignee": "operational", "feedback": "xl", "collateral": "https://www.io/v1", "crew_id": 240, "enabled": 986.64, "type": "baz"}, "color": {"first_name": "GBP", "veloc... | Agent multi-step chain with truncated tool output | {"created_at":"foo","pressure_kpa":"This is a test value.","notes":{"address":"A short description.","lab_result":{"consignee":"operational","feedback":"xl","collateral":"https://www.io/v1","crew_id":240,"enabled":986.64,"type":"baz"},"color":{"first_name":"GBP","velocity":"inland","length":"inactive","dosage":"2024-06... |
TASK repair_structured_output
SPEC
FIELD val_y15 TYPE string_date-time REQUIRED no
FIELD col_h41.field_y92 TYPE boolean REQUIRED yes
FIELD col_h41.key_l69 TYPE string REQUIRED yes
FIELD col_h41.param_k10.prop_w53 TYPE boolean REQUIRED yes
FIELD col_h41.param_k10.prop_n85 TYPE null REQUIRED yes
FIELD col_h41.param_k10.... | {"col_h41":{"field_y92":true,"key_l69":"https://example.com"},"prop_v44":"2024-09-14T12:47:00Z","prop_t34":{"attr_b00":165,"param_r02":false,"prop_l15":727,"col_s87":261.55,"dim_q56":"synonymous"}} | extra_text_after | {
"type": "object",
"properties": {
"val_y15": {
"type": "string",
"format": "date-time"
},
"col_h41": {
"type": "object",
"properties": {
"field_y92": {
"type": "boolean"
},
"key_l69": {
"type": "string"
},
"param_k10":... | {"col_h41":{"field_y92":true,"key_l69":"https://example.com"},"prop_v44":"2024-09-14T12:47:00Z","prop_t34":{"attr_b00":165,"param_r02":false,"prop_l15":727,"col_s87":261.55,"dim_q56":"synonymous"}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_h41":{"field_y92":true,"key_l69":"https://example.com"},"prop_v44":"2024-09-14T12:47:00Z","prop_t34":{"attr_b00":165,"param_r02":false,"prop_l15":727,"col_s87":261.55,"dim_q56":"synonymous"}} |
TASK repair_structured_output
SPEC
FIELD count TYPE null REQUIRED no
FIELD trace_id TYPE string REQUIRED no
FIELD log_level TYPE boolean REQUIRED no
FIELD zip_code.features TYPE string REQUIRED no
FIELD zip_code.size TYPE string_date-time REQUIRED yes
FIELD zip_code.status_code TYPE null REQUIRED no
FIELD zip_code.ite... | {"zip_code":{"size":"2025-05-27T08:23:00Z","item_id":"Berlin","format":"level_1","reagent":152.6,"isotope":720,"due_date":"https://api.io/data"},"sensor_id":896,"title":"option_b","created_at":true} | tool_call_bad_format | {
"type": "object",
"properties": {
"count": {
"type": "null"
},
"trace_id": {
"type": "string"
},
"log_level": {
"type": "boolean"
},
"zip_code": {
"type": "object",
"properties": {
"features": {
"type": "string"
},
"size":... | <functioncall> book_appointment
{zip_code: {size: "2025-05-27T08:23:00Z", item_id: "Berlin", format: "level_1", reagent: 152.6, isotope: 720, due_date: "https://api.io/data"}, sensor_id: 896, title: "option_b", created_at: true} | Tool call has malformed arguments — unquoted keys in function parameters | {"zip_code":{"size":"2025-05-27T08:23:00Z","item_id":"Berlin","format":"level_1","reagent":152.6,"isotope":720,"due_date":"https://api.io/data"},"sensor_id":896,"title":"option_b","created_at":true} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE null REQUIRED yes
FIELD company TYPE string REQUIRED yes
FIELD yield_pct TYPE integer REQUIRED yes
FIELD full_name[].batch_code TYPE string REQUIRED no
FIELD full_name[].address TYPE string REQUIRED yes
FIELD full_name[].due_date TYPE string REQUIRED no
BROK... | {"freight_class":null,"company":"demo","yield_pct":942,"full_name":[{"batch_code":"GRCh38","address":"2023-12-25","due_date":"sample"},{"address":"John"},{"batch_code":"sample","address":"chrX"},{"batch_code":"Luis","address":"user@domain.com","due_date":"Berlin"}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"freight_class": {
"type": "null"
},
"company": {
"type": "string"
},
"yield_pct": {
"type": "integer"
},
"full_name": {
"type": "array",
"items": {
"type": "object",
"properties": {
"batch_code":... | Let me check the system.
<tool_call name="align_reads">
{"freight_class":null,"company":"demo","yield_pct":942,"full_name":[{"batch_code":"GRCh38","address":"2023-12-25","due_date":"sample"},{"address":"John"},{"batch_code":"sample","address":"chrX"},{"batch_code":"Luis","address":"user@domain.com","due_date":"Berlin"}... | Agent response mixes reasoning text with tool call | {"freight_class":null,"company":"demo","yield_pct":942,"full_name":[{"batch_code":"GRCh38","address":"2023-12-25","due_date":"sample"},{"address":"John"},{"batch_code":"sample","address":"chrX"},{"batch_code":"Luis","address":"user@domain.com","due_date":"Berlin"}]} |
TASK repair_structured_output
SPEC
FIELD feedback.cargo_type TYPE string_email REQUIRED no
FIELD feedback.latitude TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD feedback.company.created_at TYPE number REQUIRED yes
FIELD feedback.company.throttle_pos TYPE number REQUIRED yes
FIELD feedback.company.bill_of_la... | {"feedback":{"company":{"created_at":539.44,"throttle_pos":834.5,"bill_of_lading":"test@example.com","cargo_type":851.21,"age":"John","loan_amount":"https://data.org/v1"}},"start_date":true,"wavelength":799} | markdown_explanation | {
"type": "object",
"properties": {
"feedback": {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"format": "email"
},
"latitude": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP"... | Sure, here's the result:
```json
{"feedback":{"company":{"created_at":539.44,"throttle_pos":834.5,"bill_of_lading":"test@example.com","cargo_type":851.21,"age":"John","loan_amount":"https://data.org/v1"}},"start_date":true,"wavelength":799}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"feedback":{"company":{"created_at":539.44,"throttle_pos":834.5,"bill_of_lading":"test@example.com","cargo_type":851.21,"age":"John","loan_amount":"https://data.org/v1"}},"start_date":true,"wavelength":799} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED no
FIELD throttle_pos TYPE integer REQUIRED yes
FIELD current_draw TYPE integer REQUIRED no
FIELD level TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"throttle_pos": "401sec", "level": 661} | {"throttle_pos":401,"level":661} | number_with_unit | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"throttle_pos": {
"type": "integer"
},
"current_draw": {
"type": "integer"
},
"level": {
"type": "integer"
}
},
"required": [
"level",
"throttle_pos"
]
} | {"throttle_pos": "401sec", "level": 661} | Field 'throttle_pos' must be number, got string with unit | {"throttle_pos":401,"level":661} |
TASK repair_structured_output
SPEC
FIELD tags TYPE boolean REQUIRED yes
FIELD first_name TYPE integer REQUIRED yes
FIELD index TYPE string_date-time REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED no
FIELD comments[] TYPE string REQUIRED no
FIELD message[].span_id TYPE string_uri REQUIRED no
FIELD message[].lane T... | {"tags":false,"first_name":668,"index":"2020-11-25T07:45:00Z","comments":["Silva","RTG-04"],"message":[{"span_id":"https://data.io/v1","lane":false,"color":"admin@example.com"}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"tags": {
"type": "boolean"
},
"first_name": {
"type": "integer"
},
"index": {
"type": "string",
"format": "date-time"
},
"aligned_pct": {
"type": "string"
},
"comments": {
"type": "array",
"items": {
... | Tool: validate_sample
Params: {"tags": false, "index": "2020-11-25T07:45:00Z", "comments": ["Silva", "RTG-04"], "message": [{"span_id": "https://data.io/v1", "lane": false, "color": "admin@example.com"}], "first_name_name": 668} | Agent used wrong parameter name 'first_name_name' instead of 'first_name' | {"tags":false,"first_name":668,"index":"2020-11-25T07:45:00Z","comments":["Silva","RTG-04"],"message":[{"span_id":"https://data.io/v1","lane":false,"color":"admin@example.com"}]} |
TASK repair_structured_output
SPEC
FIELD field_p42 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_a64 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_t31 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD param_c06 TYPE number REQUIRED no
FIELD prop_k23 TYPE null REQUIRED no
FI... | {"col_a64":"divorced","col_t31":"mode_b","prop_k23":null,"dim_v15":"QC-07","prop_t61":"https://example.com/api","prop_d87":"option_b"} | missing_bracket | {
"type": "object",
"properties": {
"field_p42": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_a64": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"col_t31"... | {"col_a64":"divorced","col_t31":"mode_b","prop_k23":null,"dim_v15":"QC-07","prop_t61":"https://example.com/api","prop_d87":"option_b"} | Missing closing bracket | {"col_a64":"divorced","col_t31":"mode_b","prop_k23":null,"dim_v15":"QC-07","prop_t61":"https://example.com/api","prop_d87":"option_b"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD cargo_type TYPE string REQUIRED yes
FIELD role TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD created_at TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{"cre... | {"cargo_type":"test@example.com","created_at":"coastal"} | missing_required | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"cargo_type": {
"type": "string"
},
"role": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nons... | {"created_at": "coastal"} | Required field 'cargo_type' is missing | {"cargo_type":"test@example.com","created_at":"coastal"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string REQUIRED no
FIELD features TYPE integer REQUIRED yes
FIELD image_url TYPE string REQUIRED yes
BROKEN_OUTPUT
The parsed result is:
```json
{"end_date":"Santos","features":27,"image_url":"FWD"}
```
Hope this helps! | {"end_date":"Santos","features":27,"image_url":"FWD"} | markdown_explanation | {
"type": "object",
"properties": {
"end_date": {
"type": "string"
},
"features": {
"type": "integer"
},
"image_url": {
"type": "string"
}
},
"required": [
"image_url",
"features"
]
} | The parsed result is:
```json
{"end_date":"Santos","features":27,"image_url":"FWD"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"end_date":"Santos","features":27,"image_url":"FWD"} |
TASK repair_structured_output
SPEC
FIELD key_q03 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD param_r19 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD key_w13 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD dim_a75 TYPE string REQUIRED no
BROKEN_... | {"key_q03":"resolved","param_r19":"cat_c","key_w13":"type_d","dim_a75":"Charlie"} | truncated_array | {
"type": "object",
"properties": {
"key_q03": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_r19": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
... | {"key_q03":"resolved","param_r19":"cat_c","key_w13":"type_d","dim_a75":"Charlie" | Unexpected end of JSON input — truncated object | {"key_q03":"resolved","param_r19":"cat_c","key_w13":"type_d","dim_a75":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE boolean REQUIRED no
FIELD freight_class TYPE number REQUIRED no
FIELD allele.loan_amount TYPE string VALUES success|error|warning|info REQUIRED no
FIELD allele.dissolved_oxygen TYPE number REQUIRED no
FIELD allele.bearing.hazmat_code TYPE boolean REQUIRED yes
FIEL... | {"altitude":false,"freight_class":920.23,"allele":{"dissolved_oxygen":458.03,"priority":"Smith","log_level":"critical"},"subject":{"repository":643.54,"coverage":"open"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"altitude": {
"type": "boolean"
},
"freight_class": {
"type": "number"
},
"allele": {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"enum": [
"success",
"error",... | process_payment(altitude=False, freight_class=920.23, allele={'dissolved_oxygen': 458.03, 'priority': 'Smith', 'log_level': 'critical'}, subject={'repository': 643.54, 'coverage': 'open'}) | Tool call uses Python syntax instead of JSON | {"altitude":false,"freight_class":920.23,"allele":{"dissolved_oxygen":458.03,"priority":"Smith","log_level":"critical"},"subject":{"repository":643.54,"coverage":"open"}} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string VALUES draft|published|archived REQUIRED no
FIELD department TYPE null REQUIRED yes
FIELD total TYPE null REQUIRED no
FIELD phenotype.count TYPE integer REQUIRED yes
FIELD phenotype.batch_code TYPE integer REQUIRED yes
FIELD phenotype.category[] TYPE integer ... | {"department":null,"total":null,"phenotype":{"count":833,"batch_code":657,"category":[462]},"diagnosis_code":"published","width":"Oliveira"} | partial_structure | {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"department": {
"type": "null"
},
"total": {
"type": "null"
},
"phenotype": {
"type": "object",
"properties"... | Result: width=Oliveira, {"department":null,"total":null,"phenotype":{"count":833,"batch_code":657,"category":[462]},"diagnosis_code":"published","width":"Oliveira"} | Output mixes natural language with JSON | {"department":null,"total":null,"phenotype":{"count":833,"batch_code":657,"category":[462]},"diagnosis_code":"published","width":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD index TYPE integer REQUIRED yes
FIELD altitude TYPE string REQUIRED no
FIELD role TYPE boolean REQUIRED no
FIELD strand TYPE string VALUES option_a|option_b REQUIRED no
FIELD crew_id[] TYPE number REQUIRED yes
FIELD repository[].voltage TYPE integer REQUIRED yes
FIELD repositor... | {"index":259,"altitude":"foo","strand":"option_a","crew_id":[568.53,910.47,206.04,791.92],"repository":[{"voltage":942,"amount":"2020-10-19T05:47:00Z","yield_pct":354.97,"interest_rate":true,"wavelength":"Jane"}]} | missing_required | {
"type": "object",
"properties": {
"index": {
"type": "integer"
},
"altitude": {
"type": "string"
},
"role": {
"type": "boolean"
},
"strand": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"crew_id": {
"type": ... | {"index": 259, "altitude": "foo", "strand": "option_a", "repository": [{"voltage": 942, "amount": "2020-10-19T05:47:00Z", "yield_pct": 354.97, "interest_rate": true, "wavelength": "Jane"}]} | Required field 'crew_id' is missing | {"index":259,"altitude":"foo","strand":"option_a","crew_id":[568.53,910.47,206.04,791.92],"repository":[{"voltage":942,"amount":"2020-10-19T05:47:00Z","yield_pct":354.97,"interest_rate":true,"wavelength":"Jane"}]} |
TASK repair_structured_output
SPEC
FIELD date TYPE integer REQUIRED no
FIELD pressure_kpa TYPE integer REQUIRED no
FIELD payment_status TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
{date:553,payment_status:"unstable"} | {"date":553,"payment_status":"unstable"} | unquoted_keys | {
"type": "object",
"properties": {
"date": {
"type": "integer"
},
"pressure_kpa": {
"type": "integer"
},
"payment_status": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}
},
"required": [
"payment_status"... | {date:553,payment_status:"unstable"} | Expecting property name enclosed in double quotes | {"date":553,"payment_status":"unstable"} |
TASK repair_structured_output
SPEC
FIELD field_d38 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_h15 TYPE string REQUIRED no
FIELD param_z82 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD val_c66.key_k79 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_c66.param_d... | {"field_d38":"enterprise","dim_h15":"approved","param_z82":"email","val_c66":{"key_k79":"oceanic","param_d91":"JPY","attr_h33":"offline","param_c80":"approved"},"attr_r50":{"field_g35":{"field_s99":"2020-09-01T19:28:00Z","key_x37":182,"val_d56":"test@example.com","attr_s47":null},"prop_b43":255,"dim_t16":"rejected","pr... | tool_call_partial_args | {
"type": "object",
"properties": {
"field_d38": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_h15": {
"type": "string"
},
"param_z82": {
"type": "string",
"enum": [
"email",
"phone... | I need to look up the information first.
Action: calculate_price
Arguments: {"field_d38": "enterprise", "dim_h15": "approved", "param_z82": "email", "val_c66": {"key_k79": "oceanic", "param_d91": "JPY", "attr_h33": "offline", "param_c80": "approved"}} | Agent tool call missing required parameter 'attr_r50' | {"field_d38":"enterprise","dim_h15":"approved","param_z82":"email","val_c66":{"key_k79":"oceanic","param_d91":"JPY","attr_h33":"offline","param_c80":"approved"},"attr_r50":{"field_g35":{"field_s99":"2020-09-01T19:28:00Z","key_x37":182,"val_d56":"test@example.com","attr_s47":null},"prop_b43":255,"dim_t16":"rejected","pr... |
TASK repair_structured_output
SPEC
FIELD key_q58 TYPE number REQUIRED yes
FIELD field_o09 TYPE integer REQUIRED no
FIELD col_b89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_c96 TYPE number REQUIRED no
FIELD dim_v80[] TYPE string REQUIRED yes
FIELD col_m08[] TYPE integer REQUIRED no
BRO... | {"key_q58":53.02,"field_o09":490,"col_b89":"in_transit","dim_v80":["https://example.com","Paris","Maria","Paris"],"col_m08":[835,598,339]} | number_with_unit | {
"type": "object",
"properties": {
"key_q58": {
"type": "number"
},
"field_o09": {
"type": "integer"
},
"col_b89": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_c96": {
"type": "n... | {"key_q58": 53.02, "field_o09": "490cm", "col_b89": "in_transit", "dim_v80": ["https://example.com", "Paris", "Maria", "Paris"], "col_m08": [835, 598, 339]} | Field 'field_o09' must be number, got string with unit | {"key_q58":53.02,"field_o09":490,"col_b89":"in_transit","dim_v80":["https://example.com","Paris","Maria","Paris"],"col_m08":[835,598,339]} |
TASK repair_structured_output
SPEC
FIELD country TYPE string_date-time REQUIRED no
FIELD freight_class TYPE integer REQUIRED yes
FIELD date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD organism TYPE integer REQUIRED no
BROKEN_OUTPUT
{"country":"2024-11-11T20:32:00Z","freight_class":910 | {"country":"2024-11-11T20:32:00Z","freight_class":910} | truncated_array | {
"type": "object",
"properties": {
"country": {
"type": "string",
"format": "date-time"
},
"freight_class": {
"type": "integer"
},
"date": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
... | {"country":"2024-11-11T20:32:00Z","freight_class":910 | Unexpected end of JSON input — truncated object | {"country":"2024-11-11T20:32:00Z","freight_class":910} |
TASK repair_structured_output
SPEC
FIELD amount TYPE integer REQUIRED no
FIELD throttle_pos TYPE string REQUIRED yes
FIELD cargo_type TYPE string_date-time REQUIRED yes
FIELD transaction_id TYPE string VALUES small|medium|large|xl REQUIRED yes
BROKEN_OUTPUT
{"throttle_pos": "chr1", "transaction_id": "medium"} | {"throttle_pos":"chr1","cargo_type":"2024-01-05T23:58:00Z","transaction_id":"medium"} | missing_required | {
"type": "object",
"properties": {
"amount": {
"type": "integer"
},
"throttle_pos": {
"type": "string"
},
"cargo_type": {
"type": "string",
"format": "date-time"
},
"transaction_id": {
"type": "string",
"enum": [
"small",
"medium",
... | {"throttle_pos": "chr1", "transaction_id": "medium"} | Required field 'cargo_type' is missing | {"throttle_pos":"chr1","cargo_type":"2024-01-05T23:58:00Z","transaction_id":"medium"} |
TASK repair_structured_output
SPEC
FIELD price TYPE string REQUIRED no
FIELD timezone TYPE integer REQUIRED no
FIELD quality_score TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD position TYPE string REQUIRED yes
BROKEN_OUTPUT
{timezone:365,quality_score:"confirmed",position:"complet... | {"timezone":365,"quality_score":"confirmed","position":"completed"} | unquoted_keys | {
"type": "object",
"properties": {
"price": {
"type": "string"
},
"timezone": {
"type": "integer"
},
"quality_score": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"position": {
... | {timezone:365,quality_score:"confirmed",position:"completed"} | Expecting property name enclosed in double quotes | {"timezone":365,"quality_score":"confirmed","position":"completed"} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string_email REQUIRED yes
FIELD lane TYPE string_date-time REQUIRED yes
FIELD quality_score[].allele TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD quality_score[].zip_code TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD quality_scor... | {"barcode":"admin@example.com","lane":"2024-03-05T05:54:00Z","quality_score":[{"allele":"viewer","zip_code":"unstable","temp_celsius":"berthed"}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"format": "email"
},
"lane": {
"type": "string",
"format": "date-time"
},
"quality_score": {
"type": "array",
"items": {
"type": "object",
"properties": {
"allele": {
... | validate_sample(barcode='admin@example.com', lane='2024-03-05T05:54:00Z', quality_score=[{'allele': 'viewer', 'zip_code': 'unstable', 'temp_celsius': 'berthed'}]) | Tool call uses Python syntax instead of JSON | {"barcode":"admin@example.com","lane":"2024-03-05T05:54:00Z","quality_score":[{"allele":"viewer","zip_code":"unstable","temp_celsius":"berthed"}]} |
TASK repair_structured_output
SPEC
FIELD val_y66 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD attr_h16 TYPE string REQUIRED no
FIELD attr_g90 TYPE string REQUIRED no
FIELD field_y09[].key_a96 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_y09[].dim_i89 TYPE integer REQUIR... | {"val_y66":"closed","attr_h16":"Santos","attr_g90":"bar","field_y09":[{"key_a96":"high","prop_b78":null}],"col_j04":[null,null]} | thought_process | {
"type": "object",
"properties": {
"val_y66": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"attr_h16": {
"type": "string"
},
"attr_g90": {
"type": "string"
},
"field_y09": {
"type": "ar... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"val_y66":"closed","attr_h16":"Santos","attr_g90":"bar","field_y09":[{"key_a96":"high","prop_b78":null}],"col_j04":[null,null]} | Output contains chain-of-thought reasoning before JSON | {"val_y66":"closed","attr_h16":"Santos","attr_g90":"bar","field_y09":[{"key_a96":"high","prop_b78":null}],"col_j04":[null,null]} |
TASK repair_structured_output
SPEC
FIELD col_e85 TYPE number REQUIRED no
FIELD val_g45 TYPE string REQUIRED no
FIELD key_h15 TYPE string REQUIRED no
FIELD attr_l88 TYPE number REQUIRED no
FIELD dim_k37 TYPE integer REQUIRED yes
FIELD param_m61 TYPE integer REQUIRED no
BROKEN_OUTPUT
Tool: run_diagnostics
Params: {"col... | {"col_e85":569.82,"val_g45":"GRCh38","key_h15":"chr1","attr_l88":808.1,"dim_k37":178,"param_m61":168} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_e85": {
"type": "number"
},
"val_g45": {
"type": "string"
},
"key_h15": {
"type": "string"
},
"attr_l88": {
"type": "number"
},
"dim_k37": {
"type": "integer"
},
"param_m61": {
"type": "integer"
... | Tool: run_diagnostics
Params: {"col_e85": 569.82, "key_h15": "chr1", "attr_l88": 808.1, "dim_k37": 178, "param_m61": 168, "val_g452": "GRCh38"} | Agent used wrong parameter name 'val_g452' instead of 'val_g45' | {"col_e85":569.82,"val_g45":"GRCh38","key_h15":"chr1","attr_l88":808.1,"dim_k37":178,"param_m61":168} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD isotope TYPE string_uri REQUIRED no
FIELD coverage TYPE string REQUIRED yes
FIELD due_date.maturity_date TYPE string REQUIRED yes
FIELD due_date.yield_pct TYPE boolean REQUIRED no
FIELD due_date.tile TYPE str... | {"shipper_ref":"mode_b","coverage":"GRCh38","due_date":{"maturity_date":"Maria","yield_pct":true,"tile":"2023-09-03T08:44:00Z","isotope":"Alice","username":{"level":"cat_b","timezone":"level_2","maturity_date":null,"terminal_id":"level_4","length":"sample","balance":null,"shift_code":"option_a"}},"email":null,"status":... | extra_field | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"isotope": {
"type": "string",
"format": "uri"
},
"coverage": {
"type": "string"
},
"due_date": {
"type": "... | {"shipper_ref": "mode_b", "coverage": "GRCh38", "due_date": {"maturity_date": "Maria", "yield_pct": true, "tile": "2023-09-03T08:44:00Z", "isotope": "Alice", "username": {"level": "cat_b", "timezone": "level_2", "maturity_date": null, "terminal_id": "level_4", "length": "sample", "balance": null, "shift_code": "option_... | Unknown field 'extra_info_8156' not defined in schema | {"shipper_ref":"mode_b","coverage":"GRCh38","due_date":{"maturity_date":"Maria","yield_pct":true,"tile":"2023-09-03T08:44:00Z","isotope":"Alice","username":{"level":"cat_b","timezone":"level_2","maturity_date":null,"terminal_id":"level_4","length":"sample","balance":null,"shift_code":"option_a"}},"email":null,"status":... |
TASK repair_structured_output
SPEC
FIELD param_h16 TYPE boolean REQUIRED yes
FIELD dim_j35 TYPE boolean REQUIRED no
FIELD attr_b61 TYPE integer REQUIRED no
FIELD key_s73 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD val_m68[].val_c28 TYPE string VALUES type_a|type_b REQUIRED no
FIELD val_m68[... | {"param_h16":false,"dim_j35":true,"attr_b61":986,"key_s73":"type_b","val_m68":[{"val_c28":"type_a","key_d43":"mode_e","col_i60":"QC-07","prop_a52":"Jane","field_s20":"hello","prop_e94":"option_a","col_s42":"https://api.org/data"}]} | single_quotes | {
"type": "object",
"properties": {
"param_h16": {
"type": "boolean"
},
"dim_j35": {
"type": "boolean"
},
"attr_b61": {
"type": "integer"
},
"key_s73": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {'param_h16':false,'dim_j35':true,'attr_b61':986,'key_s73':'type_b','val_m68':[{'val_c28':'type_a','key_d43':'mode_e','col_i60':'QC-07','prop_a52':'Jane','field_s20':'hello','prop_e94':'option_a','col_s42':'https://api.org/data'}]} | Expecting property name enclosed in double quotes | {"param_h16":false,"dim_j35":true,"attr_b61":986,"key_s73":"type_b","val_m68":[{"val_c28":"type_a","key_d43":"mode_e","col_i60":"QC-07","prop_a52":"Jane","field_s20":"hello","prop_e94":"option_a","col_s42":"https://api.org/data"}]} |
TASK repair_structured_output
SPEC
FIELD param_y35 TYPE string_date-time REQUIRED no
FIELD field_g84 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_z13 TYPE number REQUIRED no
FIELD attr_a69.val_w07 TYPE string REQUIRED no
FIELD attr_a69.key_h80 TYPE number REQUIRED no
FIELD attr_a69.dim_n68 TYPE stri... | {"param_y35":"2021-09-25T02:06:00Z","field_g84":"xl","key_z13":83.38,"attr_a69":{"val_w07":"sample","key_h80":711.22,"dim_n68":"foo","dim_a29":"world","param_s17":{"val_n72":"2025-05-11T10:15:00Z","col_u98":"intermittent","dim_b22":"REV","prop_y82":"active","param_w62":171}},"field_p36":{"val_z13":379,"field_h65":true,... | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_y35": {
"type": "string",
"format": "date-time"
},
"field_g84": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_z13": {
"type": "number"
},
"attr_a69": ... | track_vessel(param_y35='2021-09-25T02:06:00Z', field_g84='xl', key_z13=83.38, attr_a69={'val_w07': 'sample', 'key_h80': 711.22, 'dim_n68': 'foo', 'dim_a29': 'world', 'param_s17': {'val_n72': '2025-05-11T10:15:00Z', 'col_u98': 'intermittent', 'dim_b22': 'REV', 'prop_y82': 'active', 'param_w62': 171}}, field_p36={'val_z1... | Tool call uses Python syntax instead of JSON | {"param_y35":"2021-09-25T02:06:00Z","field_g84":"xl","key_z13":83.38,"attr_a69":{"val_w07":"sample","key_h80":711.22,"dim_n68":"foo","dim_a29":"world","param_s17":{"val_n72":"2025-05-11T10:15:00Z","col_u98":"intermittent","dim_b22":"REV","prop_y82":"active","param_w62":171}},"field_p36":{"val_z13":379,"field_h65":true,... |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED no
FIELD quality_score TYPE boolean REQUIRED no
FIELD duration_ms TYPE number REQUIRED no
FIELD crew_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"account_id":"sample","quality_score":false,"crew_id":819}
Analysis finished. | {"account_id":"sample","quality_score":false,"crew_id":819} | extra_text_after | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"quality_score": {
"type": "boolean"
},
"duration_ms": {
"type": "number"
},
"crew_id": {
"type": "integer"
}
},
"required": [
"crew_id"
]
} | {"account_id":"sample","quality_score":false,"crew_id":819}
Analysis finished. | Output contains non-JSON text after the object | {"account_id":"sample","quality_score":false,"crew_id":819} |
TASK repair_structured_output
SPEC
FIELD key_q23 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD col_a32 TYPE integer REQUIRED no
FIELD param_n54 TYPE string_uri REQUIRED no
FIELD prop_j16.param_g36 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD prop_j16.param... | {"key_q23":"option_e","prop_j16":{"param_g36":"type_c","prop_y34":"A short description.","val_x72":"nonsense","attr_f08":41,"attr_w36":"2023-12-25"},"attr_e05":{"param_d98":"option_b","key_x62":null,"dim_z55":564.5}} | truncated_array | {
"type": "object",
"properties": {
"key_q23": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"col_a32": {
"type": "integer"
},
"param_n54": {
"type": "string",
"format": "u... | {"key_q23":"option_e","prop_j16":{"param_g36":"type_c","prop_y34":"A short description.","val_x72":"nonsense","attr_f08":41,"attr_w36":"2023-12-25"},"attr_e05":{"param_d98":"option_b","key_x62":null,"dim_z55":564.5} | Unexpected end of JSON input — truncated object | {"key_q23":"option_e","prop_j16":{"param_g36":"type_c","prop_y34":"A short description.","val_x72":"nonsense","attr_f08":41,"attr_w36":"2023-12-25"},"attr_e05":{"param_d98":"option_b","key_x62":null,"dim_z55":564.5}} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE integer REQUIRED no
FIELD patient_id TYPE string REQUIRED yes
FIELD quality_score TYPE integer REQUIRED no
BROKEN_OUTPUT
{"crew_id":275,"patient_id":"2023-12-25","quality_score":270} | {"crew_id":275,"patient_id":"2023-12-25","quality_score":270} | missing_bracket | {
"type": "object",
"properties": {
"crew_id": {
"type": "integer"
},
"patient_id": {
"type": "string"
},
"quality_score": {
"type": "integer"
}
},
"required": [
"patient_id"
]
} | {"crew_id":275,"patient_id":"2023-12-25","quality_score":270} | Missing closing bracket | {"crew_id":275,"patient_id":"2023-12-25","quality_score":270} |
TASK repair_structured_output
SPEC
FIELD weight TYPE string_date-time REQUIRED no
FIELD footnote TYPE boolean REQUIRED no
FIELD subtotal TYPE integer REQUIRED no
FIELD description.id TYPE string REQUIRED yes
FIELD description.description TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD description.amp... | {"weight":"2023-11-07T22:48:00Z","subtotal":306,"description":{"id":"hello","description":"type_a","amplitude":{"reagent":"push","patient_id":false,"email":206.32,"language":"type_f","updated_at":"admin@domain.org"}},"diagnosis_code":717,"shipping":"bar","gene_id":"degraded"} | extra_text_before | {
"type": "object",
"properties": {
"weight": {
"type": "string",
"format": "date-time"
},
"footnote": {
"type": "boolean"
},
"subtotal": {
"type": "integer"
},
"description": {
"type": "object",
"properties": {
"id": {
"type": "strin... | Sure, here's the result:
{"weight":"2023-11-07T22:48:00Z","subtotal":306,"description":{"id":"hello","description":"type_a","amplitude":{"reagent":"push","patient_id":false,"email":206.32,"language":"type_f","updated_at":"admin@domain.org"}},"diagnosis_code":717,"shipping":"bar","gene_id":"degraded"} | Output contains non-JSON text before the object | {"weight":"2023-11-07T22:48:00Z","subtotal":306,"description":{"id":"hello","description":"type_a","amplitude":{"reagent":"push","patient_id":false,"email":206.32,"language":"type_f","updated_at":"admin@domain.org"}},"diagnosis_code":717,"shipping":"bar","gene_id":"degraded"} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE number REQUIRED yes
FIELD catalyst TYPE boolean REQUIRED no
FIELD port_code TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: call_variants
Result: {"catalyst": false, "port_code": "low"}
I'll query our databa... | {"velocity":653.6,"catalyst":false,"port_code":"low"} | agent_chain | {
"type": "object",
"properties": {
"velocity": {
"type": "number"
},
"catalyst": {
"type": "boolean"
},
"port_code": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
}
},
"required": [
"velocity"
]
} | Let me check the system.
Action: call_variants
Result: {"catalyst": false, "port_code": "low"}
I'll query our database.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"velocity":653.6,"catalyst":false,"port_code":"low"} |
TASK repair_structured_output
SPEC
FIELD val_n62.val_d31 TYPE string REQUIRED no
FIELD val_n62.val_r28 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_n62.param_f39 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_n62.param_q87.attr_n26 TYPE string VALUES small|medium|larg... | {"val_n62":{"val_r28":"critical","param_f39":"homozygous","param_q87":{"attr_n26":"xl","prop_t16":"reliable","col_p00":"2026-09-25T22:28:00Z","key_v27":"Silva"},"dim_c86":"2023-08-11T05:53:00Z","param_z49":null,"prop_k61":773.31},"field_g55":"in_transit","val_y58":null,"dim_n13":{"key_a81":"Tokyo"}} | thought_process | {
"type": "object",
"properties": {
"val_n62": {
"type": "object",
"properties": {
"val_d31": {
"type": "string"
},
"val_r28": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"val_n62":{"val_r28":"critical","param_f39":"homozygous","param_q87":{"attr_n26":"xl","prop_t16":"reliable","col_p00":"2026-09-25T22:28:00Z","key_v27":"Silva"},"dim_c86":"2023-08-11T05:53:00Z","param_z49":... | Output contains chain-of-thought reasoning before JSON | {"val_n62":{"val_r28":"critical","param_f39":"homozygous","param_q87":{"attr_n26":"xl","prop_t16":"reliable","col_p00":"2026-09-25T22:28:00Z","key_v27":"Silva"},"dim_c86":"2023-08-11T05:53:00Z","param_z49":null,"prop_k61":773.31},"field_g55":"in_transit","val_y58":null,"dim_n13":{"key_a81":"Tokyo"}} |
TASK repair_structured_output
SPEC
FIELD field_b93.field_u82 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD field_b93.dim_f60 TYPE null REQUIRED yes
FIELD field_b93.prop_l88.key_g33 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD field_b93.prop_l88.param_e60 TYP... | {"field_b93":{"field_u82":"mode_a","dim_f60":null,"prop_l88":{"key_g33":"option_b","param_e60":null,"prop_q23":["pending","bar","test","example"],"key_r59":["Luis","cancelled","Jane"]},"val_r63":"married"},"key_q87":{"dim_z87":340,"field_r46":false,"key_t65":601.84},"col_x25":179.33,"col_m60":"Berlin"} | null_required | {
"type": "object",
"properties": {
"field_b93": {
"type": "object",
"properties": {
"field_u82": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
... | {"field_b93": {"field_u82": "mode_a", "dim_f60": null, "prop_l88": {"key_g33": "option_b", "param_e60": null, "prop_q23": ["pending", "bar", "test", "example"], "key_r59": ["Luis", "cancelled", "Jane"]}, "val_r63": "married"}, "key_q87": {"dim_z87": 340, "field_r46": false, "key_t65": 601.84}, "col_x25": null, "col_m60... | Required field 'col_x25' is null | {"field_b93":{"field_u82":"mode_a","dim_f60":null,"prop_l88":{"key_g33":"option_b","param_e60":null,"prop_q23":["pending","bar","test","example"],"key_r59":["Luis","cancelled","Jane"]},"val_r63":"married"},"key_q87":{"dim_z87":340,"field_r46":false,"key_t65":601.84},"col_x25":179.33,"col_m60":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE number REQUIRED no
FIELD role TYPE number REQUIRED no
FIELD tags[].dissolved_oxygen TYPE string REQUIRED yes
FIELD tags[].tags TYPE string VALUES type_a|type_b REQUIRED yes
FIELD tags[].decay_rate TYPE string VALUES option_a|option_b|option_c|option_d|option_e... | {"manifest_ref":316.09,"role":749.79,"tags":[{"dissolved_oxygen":"chr1","tags":"type_b","decay_rate":"option_e","filter_flag":"mode_f","strand":754},{"dissolved_oxygen":"Sao Paulo","tags":"type_a","decay_rate":"option_d","strand":341},{"dissolved_oxygen":"2023-12-25","tags":"type_a","decay_rate":"option_d","filter_flag... | markdown_fences | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "number"
},
"role": {
"type": "number"
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string"
},
... | ```json
{"manifest_ref":316.09,"role":749.79,"tags":[{"dissolved_oxygen":"chr1","tags":"type_b","decay_rate":"option_e","filter_flag":"mode_f","strand":754},{"dissolved_oxygen":"Sao Paulo","tags":"type_a","decay_rate":"option_d","strand":341},{"dissolved_oxygen":"2023-12-25","tags":"type_a","decay_rate":"option_d","fil... | Output contains markdown code fences | {"manifest_ref":316.09,"role":749.79,"tags":[{"dissolved_oxygen":"chr1","tags":"type_b","decay_rate":"option_e","filter_flag":"mode_f","strand":754},{"dissolved_oxygen":"Sao Paulo","tags":"type_a","decay_rate":"option_d","strand":341},{"dissolved_oxygen":"2023-12-25","tags":"type_a","decay_rate":"option_d","filter_flag... |
TASK repair_structured_output
SPEC
FIELD coverage.discount TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD coverage.credit_score TYPE number REQUIRED no
FIELD coverage.yield_pct TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD coverage.height TYPE null REQUIRED no
FIELD coverage.berth_slot[... | {"coverage":{"credit_score":27.37,"yield_pct":"option_a","height":null,"berth_slot":["info@test.io","test@test.io"]},"manifest_ref":{"cargo_type":"Charlie","rating":"missense","salinity":"Bob","age":{"balance":916,"width":"hello","weight":true,"phenotype":157,"notes":true}},"title":"type_b","hazmat_code":"ops@domain.or... | unquoted_keys | {
"type": "object",
"properties": {
"coverage": {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"credit_score": {
"typ... | {coverage:{credit_score:27.37,yield_pct:"option_a",height:null,berth_slot:["info@test.io","test@test.io"]},manifest_ref:{cargo_type:"Charlie",rating:"missense",salinity:"Bob",age:{balance:916,width:"hello",weight:true,phenotype:157,notes:true}},title:"type_b",hazmat_code:"ops@domain.org"} | Expecting property name enclosed in double quotes | {"coverage":{"credit_score":27.37,"yield_pct":"option_a","height":null,"berth_slot":["info@test.io","test@test.io"]},"manifest_ref":{"cargo_type":"Charlie","rating":"missense","salinity":"Bob","age":{"balance":916,"width":"hello","weight":true,"phenotype":157,"notes":true}},"title":"type_b","hazmat_code":"ops@domain.or... |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD timezone TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD chromosome TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD consignee TYPE integer REQUIRED yes
FIELD enabled TYPE... | {"chromosome":"xl","consignee":980,"enabled":165} | markdown_fences | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"timezone": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
... | ```json
{"chromosome":"xl","consignee":980,"enabled":165}
``` | Output contains markdown code fences | {"chromosome":"xl","consignee":980,"enabled":165} |
TASK repair_structured_output
SPEC
FIELD val_b60 TYPE boolean REQUIRED yes
FIELD attr_s70 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_z01 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_b60": false, "attr_s70": "small", "key_z01": null} | {"val_b60":false,"attr_s70":"small","key_z01":"REV"} | null_required | {
"type": "object",
"properties": {
"val_b60": {
"type": "boolean"
},
"attr_s70": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_z01": {
"type": "string"
}
},
"required": [
"key_z01",
"attr_s7... | {"val_b60": false, "attr_s70": "small", "key_z01": null} | Required field 'key_z01' is null | {"val_b60":false,"attr_s70":"small","key_z01":"REV"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE boolean REQUIRED no
FIELD footnote TYPE string_email REQUIRED yes
FIELD port_code TYPE string REQUIRED no
FIELD consignee TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD country[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"user_id": false, "footno... | {"user_id":false,"footnote":"test@domain.org","port_code":"chrX","country":["Bob","demo"]} | extra_field | {
"type": "object",
"properties": {
"user_id": {
"type": "boolean"
},
"footnote": {
"type": "string",
"format": "email"
},
"port_code": {
"type": "string"
},
"consignee": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inla... | {"user_id": false, "footnote": "test@domain.org", "port_code": "chrX", "country": ["Bob", "demo"], "extra_value_3296": "unexpected"} | Unknown field 'extra_value_3296' not defined in schema | {"user_id":false,"footnote":"test@domain.org","port_code":"chrX","country":["Bob","demo"]} |
TASK repair_structured_output
SPEC
FIELD param_h92 TYPE string REQUIRED no
FIELD prop_l28 TYPE string REQUIRED yes
FIELD val_x28 TYPE null REQUIRED yes
FIELD field_s46 TYPE string REQUIRED no
FIELD col_t01 TYPE string REQUIRED no
FIELD attr_z72 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_b20 TYPE int... | {"param_h92":"sample","prop_l28":"user@domain.com","val_x28":null,"col_t01":"PASS","attr_z72":"phone","dim_b20":375} | extra_text_after | {
"type": "object",
"properties": {
"param_h92": {
"type": "string"
},
"prop_l28": {
"type": "string"
},
"val_x28": {
"type": "null"
},
"field_s46": {
"type": "string"
},
"col_t01": {
"type": "string"
},
"attr_z72": {
"type": "string",
... | {"param_h92":"sample","prop_l28":"user@domain.com","val_x28":null,"col_t01":"PASS","attr_z72":"phone","dim_b20":375}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"param_h92":"sample","prop_l28":"user@domain.com","val_x28":null,"col_t01":"PASS","attr_z72":"phone","dim_b20":375} |
TASK repair_structured_output
SPEC
FIELD date.lane TYPE boolean REQUIRED no
FIELD date.brake_pressure TYPE boolean REQUIRED no
FIELD date.first_name TYPE string_email REQUIRED no
FIELD date.end_date TYPE number REQUIRED no
FIELD date.position TYPE string REQUIRED yes
FIELD date.coverage TYPE string REQUIRED no
FIELD u... | {"updated_at":789,"compound":"bar","level":{"name":"info","verified":"berthed","score":186},"priority":783,"country":786.58} | single_quotes | {
"type": "object",
"properties": {
"date": {
"type": "object",
"properties": {
"lane": {
"type": "boolean"
},
"brake_pressure": {
"type": "boolean"
},
"first_name": {
"type": "string",
"format": "email"
},
... | {'updated_at':789,'compound':'bar','level':{'name':'info','verified':'berthed','score':186},'priority':783,'country':786.58} | Expecting property name enclosed in double quotes | {"updated_at":789,"compound":"bar","level":{"name":"info","verified":"berthed","score":186},"priority":783,"country":786.58} |
TASK repair_structured_output
SPEC
FIELD discount TYPE integer REQUIRED no
FIELD position TYPE string REQUIRED no
FIELD published TYPE integer REQUIRED no
FIELD address TYPE string_email REQUIRED no
FIELD altitude TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD velocity TYPE string VALUES level_1|level_2|level_3|lev... | {"discount":9,"published":548,"altitude":"cat_b","velocity":"level_2","level":34.63} | null_required | {
"type": "object",
"properties": {
"discount": {
"type": "integer"
},
"position": {
"type": "string"
},
"published": {
"type": "integer"
},
"address": {
"type": "string",
"format": "email"
},
"altitude": {
"type": "string",
"enum": [
... | {"discount": 9, "published": 548, "altitude": null, "velocity": "level_2", "level": 34.63} | Required field 'altitude' is null | {"discount":9,"published":548,"altitude":"cat_b","velocity":"level_2","level":34.63} |
TASK repair_structured_output
SPEC
FIELD level.conductivity TYPE number REQUIRED no
FIELD level.insurance_id TYPE string_email REQUIRED yes
FIELD level.log_level TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD size TYPE boolean REQUIRED no
FIELD total TYPE string REQUIRED no
FIELD wavelength TY... | {"level":{"insurance_id":"admin@domain.org","log_level":"new"},"size":true,"total":"This is a test value.","wavelength":"bar","verified":"2023-10-21T03:36:00Z","temp_celsius":788.04,"salinity":"cat_b"} | agent_chain | {
"type": "object",
"properties": {
"level": {
"type": "object",
"properties": {
"conductivity": {
"type": "number"
},
"insurance_id": {
"type": "string",
"format": "email"
},
"log_level": {
"type": "string",
"... | Let me check the system.
Action: update_preferences
Result: {"level": {"insurance_id": "admin@domain.org", "log_level": "new"}, "size": true, "total": "This is a test value.", "verified": "2023-10-21T03:36:00Z", "temp_celsius": 788.04, "salinity": "cat_b"}
I'll query our database.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"level":{"insurance_id":"admin@domain.org","log_level":"new"},"size":true,"total":"This is a test value.","wavelength":"bar","verified":"2023-10-21T03:36:00Z","temp_celsius":788.04,"salinity":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD format.price TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD format.maturity_date TYPE integer REQUIRED no
FIELD format.collateral TYPE boolean REQUIRED no
FIELD format.title TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD format.acti... | {"format":{"price":"hemizygous","title":"arctic","active":"basic","build_status":null,"timezone":535},"payment_status":"London","role":null,"velocity":"2025-04-26T19:27:00Z","conductivity":"Smith","first_name":"sample"} | missing_brace | {
"type": "object",
"properties": {
"format": {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"maturity_date": {
"type": "int... | {"format":{"price":"hemizygous","title":"arctic","active":"basic","build_status":null,"timezone":535},"payment_status":"London","role":null,"velocity":"2025-04-26T19:27:00Z","conductivity":"Smith","first_name":"sample" | Missing closing brace | {"format":{"price":"hemizygous","title":"arctic","active":"basic","build_status":null,"timezone":535},"payment_status":"London","role":null,"velocity":"2025-04-26T19:27:00Z","conductivity":"Smith","first_name":"sample"} |
TASK repair_structured_output
SPEC
FIELD company TYPE number REQUIRED no
FIELD altitude TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD duration_ms TYPE number REQUIRED no
FIELD vessel_name TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD visible TYPE string VALUES pending_review|confirmed|rejected|... | {"company":609.0,"altitude":"phone","vessel_name":"sms","visible":"escalated","deploy_target":817.09,"current_draw":130} | invalid_enum | {
"type": "object",
"properties": {
"company": {
"type": "number"
},
"altitude": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"duration_ms": {
"type": "number"
},
"vessel_name": {
"type": "string",
... | {"company": 609.0, "altitude": "invalid_option_423", "vessel_name": "sms", "visible": "escalated", "deploy_target": 817.09, "current_draw": 130} | Field 'altitude' has invalid enum value 'invalid_option_423', expected one of ['email', 'phone', 'sms', 'push'] | {"company":609.0,"altitude":"phone","vessel_name":"sms","visible":"escalated","deploy_target":817.09,"current_draw":130} |
TASK repair_structured_output
SPEC
FIELD col_v00 TYPE string_email REQUIRED yes
FIELD param_k29 TYPE number REQUIRED no
FIELD param_g32 TYPE integer REQUIRED yes
FIELD field_z02.dim_v56 TYPE integer REQUIRED no
FIELD field_z02.field_k37 TYPE integer REQUIRED no
FIELD field_z02.prop_p82 TYPE string REQUIRED yes
FIELD f... | {"col_v00":"admin@example.com","param_k29":181.62,"param_g32":410} | missing_brace | {
"type": "object",
"properties": {
"col_v00": {
"type": "string",
"format": "email"
},
"param_k29": {
"type": "number"
},
"param_g32": {
"type": "integer"
},
"field_z02": {
"type": "object",
"properties": {
"dim_v56": {
"type": "inte... | "col_v00":"admin@example.com","param_k29":181.62,"param_g32":410} | Missing closing brace | {"col_v00":"admin@example.com","param_k29":181.62,"param_g32":410} |
TASK repair_structured_output
SPEC
FIELD col_v99 TYPE integer REQUIRED yes
FIELD dim_o59.val_y38 TYPE integer REQUIRED yes
FIELD dim_o59.val_z78 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_o59.col_f68.col_d36 TYPE string REQUIRED no
FIELD dim_o59.col_f68.key_t51 TYPE number REQUIRED no
FIELD dim_o59.col_... | {"col_v99":212,"dim_o59":{"val_y38":28,"val_z78":"level_1","col_f68":{"col_d36":"Johnson","key_t51":743.37,"key_u51":"Silva","attr_p87":"anchored","key_j90":"critical"},"dim_v07":null,"col_n14":"level_3","prop_a47":43.4,"prop_w16":false},"val_k57":592.66} | missing_required | {
"type": "object",
"properties": {
"col_v99": {
"type": "integer"
},
"dim_o59": {
"type": "object",
"properties": {
"val_y38": {
"type": "integer"
},
"val_z78": {
"type": "string",
"enum": [
"level_1",
"leve... | {"col_v99": 212, "val_k57": 592.66} | Required field 'dim_o59' is missing | {"col_v99":212,"dim_o59":{"val_y38":28,"val_z78":"level_1","col_f68":{"col_d36":"Johnson","key_t51":743.37,"key_u51":"Silva","attr_p87":"anchored","key_j90":"critical"},"dim_v07":null,"col_n14":"level_3","prop_a47":43.4,"prop_w16":false},"val_k57":592.66} |
TASK repair_structured_output
SPEC
FIELD attr_l95 TYPE string REQUIRED no
FIELD col_j37 TYPE number REQUIRED yes
FIELD key_r09 TYPE number REQUIRED no
FIELD dim_z29 TYPE boolean REQUIRED yes
FIELD dim_f11 TYPE string REQUIRED no
FIELD key_b19 TYPE string REQUIRED yes
FIELD val_n92 TYPE string REQUIRED yes
BROKEN_OUTP... | {"attr_l95":"Charlie","col_j37":585.66,"dim_z29":true,"key_b19":"2023-12-25","val_n92":"FWD"} | unquoted_keys | {
"type": "object",
"properties": {
"attr_l95": {
"type": "string"
},
"col_j37": {
"type": "number"
},
"key_r09": {
"type": "number"
},
"dim_z29": {
"type": "boolean"
},
"dim_f11": {
"type": "string"
},
"key_b19": {
"type": "string"
... | {attr_l95:"Charlie",col_j37:585.66,dim_z29:true,key_b19:"2023-12-25",val_n92:"FWD"} | Expecting property name enclosed in double quotes | {"attr_l95":"Charlie","col_j37":585.66,"dim_z29":true,"key_b19":"2023-12-25","val_n92":"FWD"} |
TASK repair_structured_output
SPEC
FIELD val_w50 TYPE boolean REQUIRED yes
FIELD field_o32 TYPE string REQUIRED yes
FIELD param_z52.col_y25 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_z52.dim_b33 TYPE string_uri REQUIRED yes
FIELD param_z52.attr_n05 TYPE string_date-time REQUIRED no
B... | {"val_w50":false,"field_o32":"hello","param_z52":{"col_y25":"new","dim_b33":"https://api.org/v1","attr_n05":"2021-11-02T20:15:00Z"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_w50": {
"type": "boolean"
},
"field_o32": {
"type": "string"
},
"param_z52": {
"type": "object",
"properties": {
"col_y25": {
"type": "string",
"enum": [
"new",
"in_transit",
... | Tool: assign_berth
Params: {"val_w50": false, "param_z52": {"col_y25": "new", "dim_b33": "https://api.org/v1", "attr_n05": "2021-11-02T20:15:00Z"}, "field_o32_name": "hello"} | Agent used wrong parameter name 'field_o32_name' instead of 'field_o32' | {"val_w50":false,"field_o32":"hello","param_z52":{"col_y25":"new","dim_b33":"https://api.org/v1","attr_n05":"2021-11-02T20:15:00Z"}} |
TASK repair_structured_output
SPEC
FIELD features TYPE boolean REQUIRED yes
FIELD temp_celsius TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD yield_pct TYPE string REQUIRED no
FIELD phone TYPE number REQUIRED no
FIELD id.freight_class TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD id.full_... | {"features":true,"temp_celsius":"type_a","yield_pct":"hello","phone":786.83,"id":{"freight_class":"error","full_name":true,"message":600,"dissolved_oxygen":"Maria"},"salinity":461,"throttle_pos":"type_b"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"features": {
"type": "boolean"
},
"temp_celsius": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"yield_pct": {
"type": "string"
},
"phone": {
"type": "number"
},
"id... | verify_hazmat_compliance(features=True, temp_celsius='type_a', yield_pct='hello', phone=786.83, id={'freight_class': 'error', 'full_name': True, 'message': 600, 'dissolved_oxygen': 'Maria'}, salinity=461, throttle_pos='type_b') | Tool call uses Python syntax instead of JSON | {"features":true,"temp_celsius":"type_a","yield_pct":"hello","phone":786.83,"id":{"freight_class":"error","full_name":true,"message":600,"dissolved_oxygen":"Maria"},"salinity":461,"throttle_pos":"type_b"} |
TASK repair_structured_output
SPEC
FIELD val_z83 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_l66 TYPE string REQUIRED no
FIELD prop_r60 TYPE string VALUES small|medium|large|xl REQUIRED no
BROKEN_OUTPUT
{"val_z83": null, "val_l66": "Alice"} | {"val_z83":"confirmed","val_l66":"Alice"} | null_required | {
"type": "object",
"properties": {
"val_z83": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_l66": {
"type": "string"
},
"prop_r60": {
"type": "string",
"enum": [
"small",... | {"val_z83": null, "val_l66": "Alice"} | Required field 'val_z83' is null | {"val_z83":"confirmed","val_l66":"Alice"} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD phone TYPE boolean REQUIRED no
FIELD created_at TYPE string_email REQUIRED no
FIELD message TYPE integer REQUIRED yes
FIELD amount TYPE integer REQUIRED yes
FIELD credit_score TYPE string VALUES USD|EUR|GB... | {"berth_slot":"level_3","created_at":"ops@example.com","message":929,"amount":929,"credit_score":"BRL","crew_id":"mode_c"} | invalid_enum | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"phone": {
"type": "boolean"
},
"created_at": {
"type": "string",
"format": "email"
},
"message": {
"type... | {"berth_slot": "level_3", "created_at": "ops@example.com", "message": 929, "amount": 929, "credit_score": "invalid_option_661", "crew_id": "mode_c"} | Field 'credit_score' has invalid enum value 'invalid_option_661', expected one of ['USD', 'EUR', 'GBP', 'BRL', 'JPY'] | {"berth_slot":"level_3","created_at":"ops@example.com","message":929,"amount":929,"credit_score":"BRL","crew_id":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE number REQUIRED yes
FIELD annotation.priority.phenotype TYPE number REQUIRED no
FIELD annotation.priority.voltage TYPE integer REQUIRED no
FIELD annotation.priority.coverage TYPE string REQUIRED yes
FIELD annotation.priority.span_id TYPE integer REQUIRED yes
FIELD an... | {"phone":795.95,"annotation":{"priority":{"voltage":147,"coverage":"FWD","span_id":508,"procedure_code":false,"cargo_type":317,"latitude":"2022-12-06T22:18:00Z"},"last_name":"https://example.com","deploy_target":"quux","footnote":141.05,"chapter":"2025-07-06T23:46:00Z"},"throttle_pos":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"phone": {
"type": "number"
},
"annotation": {
"type": "object",
"properties": {
"priority": {
"type": "object",
"properties": {
"phenotype": {
"type": "number"
},
"voltage... | I need to look up the information first.
Action: check_cargo_manifest
Arguments: {"phone": 795.95, "throttle_pos": null} | Agent tool call missing required parameter 'annotation' | {"phone":795.95,"annotation":{"priority":{"voltage":147,"coverage":"FWD","span_id":508,"procedure_code":false,"cargo_type":317,"latitude":"2022-12-06T22:18:00Z"},"last_name":"https://example.com","deploy_target":"quux","footnote":141.05,"chapter":"2025-07-06T23:46:00Z"},"throttle_pos":null} |
TASK repair_structured_output
SPEC
FIELD attr_c31 TYPE string REQUIRED yes
FIELD attr_i34 TYPE string REQUIRED yes
FIELD key_i14 TYPE string REQUIRED no
FIELD param_h34 TYPE number REQUIRED no
FIELD key_a43.dim_r45 TYPE boolean REQUIRED no
FIELD key_a43.key_x02 TYPE string VALUES option_a|option_b REQUIRED no
FIELD ke... | {"attr_c31":"2024-01-15","attr_i34":"world","key_i14":"PASS","key_a43":{"val_c67":{"col_y76":"mode_b","prop_b71":true,"dim_t88":"chrX","col_m73":null,"col_j06":"https://www.io/data","val_m57":"A short description."}},"param_z74":{"prop_m50":true,"attr_o07":{"prop_s53":"level_3","param_k35":"published","val_q19":"frames... | extra_text_before | {
"type": "object",
"properties": {
"attr_c31": {
"type": "string"
},
"attr_i34": {
"type": "string"
},
"key_i14": {
"type": "string"
},
"param_h34": {
"type": "number"
},
"key_a43": {
"type": "object",
"properties": {
"dim_r45": {
... | I've generated the following JSON:
{"attr_c31":"2024-01-15","attr_i34":"world","key_i14":"PASS","key_a43":{"val_c67":{"col_y76":"mode_b","prop_b71":true,"dim_t88":"chrX","col_m73":null,"col_j06":"https://www.io/data","val_m57":"A short description."}},"param_z74":{"prop_m50":true,"attr_o07":{"prop_s53":"level_3","param... | Output contains non-JSON text before the object | {"attr_c31":"2024-01-15","attr_i34":"world","key_i14":"PASS","key_a43":{"val_c67":{"col_y76":"mode_b","prop_b71":true,"dim_t88":"chrX","col_m73":null,"col_j06":"https://www.io/data","val_m57":"A short description."}},"param_z74":{"prop_m50":true,"attr_o07":{"prop_s53":"level_3","param_k35":"published","val_q19":"frames... |
TASK repair_structured_output
SPEC
FIELD field_l16 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_n49 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD prop_b27 TYPE integer REQUIRED no
FIELD key_k88 TYPE string REQUIRED no
FIELD prop_r67 TYPE boolean REQUIRED no... | {"field_l16":"coastal","prop_r67":true,"field_e79":"operational","dim_g09":false,"prop_x30":"QC-07"} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_l16": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_n49": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"... | Processing the request now.
<tool_call name="check_cargo_manifest">
{"field_l16":"coastal","prop_r67":true,"field_e79":"operational","dim_g09":false,"prop_x30":"QC-07"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"field_l16":"coastal","prop_r67":true,"field_e79":"operational","dim_g09":false,"prop_x30":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD features.lane TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD features.phenotype TYPE number REQUIRED no
FIELD features.feedback TYPE boolean REQUIRED yes
FIELD features.velocity TYPE string_date-time REQUIRED no
FIELD features.department TYPE str... | {"features":{"lane":"type_f","phenotype":725.29,"feedback":true,"velocity":"2025-12-13T23:29:00Z","department":"level_2","repository":915},"half_life":420.22,"consignee":"cancelled","date":"option_b","quality_score":true} | agent_chain | {
"type": "object",
"properties": {
"features": {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
... | I need to look up the information first.
Action: search
Result: {"features": {"lane": "type_f", "phenotype": 725.29, "feedback": true, "velocity": "2025-12-13T23:29:00Z", "department": "level_2", "repository": 915}, "half_life": 420.22, "date": "option_b", "quality_score": true}
Processing the request now.
Action: loo... | Agent multi-step chain with truncated tool output | {"features":{"lane":"type_f","phenotype":725.29,"feedback":true,"velocity":"2025-12-13T23:29:00Z","department":"level_2","repository":915},"half_life":420.22,"consignee":"cancelled","date":"option_b","quality_score":true} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD lane TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD compound TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD visible TYPE string REQUIRED yes
FIELD full_name[].tags T... | {"organism":"basic","lane":"homozygous","compound":"enterprise","visible":"foo","full_name":[{"zip_code":331,"discount":"REV","address":965.95},{"tags":"Luis","discount":"Charlie","start_date":"inactive"}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"organism": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"lane": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
... | I'll query our database.
<tool_call name="validate_address">
{"organism":"basic","lane":"homozygous","compound":"enterprise","visible":"foo","full_name":[{"zip_code":331,"discount":"REV","address":965.95},{"tags":"Luis","discount":"Charlie","start_date":"inactive"}]}
</tool_call. | Agent response mixes reasoning text with tool call | {"organism":"basic","lane":"homozygous","compound":"enterprise","visible":"foo","full_name":[{"zip_code":331,"discount":"REV","address":965.95},{"tags":"Luis","discount":"Charlie","start_date":"inactive"}]} |
TASK repair_structured_output
SPEC
FIELD title TYPE number REQUIRED no
FIELD tags TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD batch_code TYPE string REQUIRED yes
BROKEN_OUTPUT
{"title": "920.09kg", "tags": "sms", "batch_code": "Berlin"} | {"title":920.09,"tags":"sms","batch_code":"Berlin"} | number_with_unit | {
"type": "object",
"properties": {
"title": {
"type": "number"
},
"tags": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"batch_code": {
"type": "string"
}
},
"required": [
"batch_code",
"tags"
]... | {"title": "920.09kg", "tags": "sms", "batch_code": "Berlin"} | Field 'title' must be number, got string with unit | {"title":920.09,"tags":"sms","batch_code":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD col_u20 TYPE null REQUIRED yes
FIELD param_u56 TYPE integer REQUIRED no
FIELD dim_o00 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD prop_p79 TYPE string REQUIRED no
FIELD field_a72 TYPE string_uri REQUIRED yes
FIELD key_w60 TYPE string_date-time REQUIRED no
FIEL... | {"col_u20":null,"param_u56":687,"dim_o00":"cat_b","prop_p79":"completed","field_a72":"https://data.io/data","prop_l82":"Sao Paulo"} | agent_chain | {
"type": "object",
"properties": {
"col_u20": {
"type": "null"
},
"param_u56": {
"type": "integer"
},
"dim_o00": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"prop_p79": {
"type": "string"
}... | I need to look up the information first.
Action: transfer_call
Result: {"col_u20": null, "param_u56": 687, "dim_o00": "cat_b", "prop_p79": "completed", "field_a72": "https://data.io/data"}
Processing the request now.
Action: schedule_meeting
Result: | Agent multi-step chain with truncated tool output | {"col_u20":null,"param_u56":687,"dim_o00":"cat_b","prop_p79":"completed","field_a72":"https://data.io/data","prop_l82":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD attr_k49 TYPE string REQUIRED yes
FIELD val_s21 TYPE integer REQUIRED yes
FIELD param_j60 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"attr_k49":"completed","val_s21":969,"param_j60":76.71} | {"attr_k49":"completed","val_s21":969,"param_j60":76.71} | missing_bracket | {
"type": "object",
"properties": {
"attr_k49": {
"type": "string"
},
"val_s21": {
"type": "integer"
},
"param_j60": {
"type": "number"
}
},
"required": [
"param_j60",
"val_s21",
"attr_k49"
]
} | {"attr_k49":"completed","val_s21":969,"param_j60":76.71} | Missing closing bracket | {"attr_k49":"completed","val_s21":969,"param_j60":76.71} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string REQUIRED no
FIELD step.altitude TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD step.isotope TYPE string REQUIRED yes
FIELD step.item_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD step.country TYPE boolean R... | {"step":{"altitude":"heterozygous","isotope":"Diana","item_id":"moored","country":true,"chapter":"baz"},"balance":"confirmed","terminal_id":"berthed","count":false,"salinity":585.46,"log_level":{"altitude":"rejected","wavelength":550,"run_id":"FWD","zip_code":"married"}} | extra_field | {
"type": "object",
"properties": {
"span_id": {
"type": "string"
},
"step": {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
... | {"step": {"altitude": "heterozygous", "isotope": "Diana", "item_id": "moored", "country": true, "chapter": "baz"}, "balance": "confirmed", "terminal_id": "berthed", "count": false, "salinity": 585.46, "log_level": {"altitude": "rejected", "wavelength": 550, "run_id": "FWD", "zip_code": "married"}, "extra_info_6030": "u... | Unknown field 'extra_info_6030' not defined in schema | {"step":{"altitude":"heterozygous","isotope":"Diana","item_id":"moored","country":true,"chapter":"baz"},"balance":"confirmed","terminal_id":"berthed","count":false,"salinity":585.46,"log_level":{"altitude":"rejected","wavelength":550,"run_id":"FWD","zip_code":"married"}} |
TASK repair_structured_output
SPEC
FIELD key_b74 TYPE number REQUIRED yes
FIELD attr_q25 TYPE string_date-time REQUIRED yes
FIELD prop_y90 TYPE string_date-time REQUIRED no
FIELD prop_r13 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"key_b74":437.7,"attr_q25":"2023-11-21T04:48:00Z","prop_y90":"2020-09-25T22:42:00Z","prop... | {"key_b74":437.7,"attr_q25":"2023-11-21T04:48:00Z","prop_y90":"2020-09-25T22:42:00Z","prop_r13":true} | missing_bracket | {
"type": "object",
"properties": {
"key_b74": {
"type": "number"
},
"attr_q25": {
"type": "string",
"format": "date-time"
},
"prop_y90": {
"type": "string",
"format": "date-time"
},
"prop_r13": {
"type": "boolean"
}
},
"required": [
"attr_... | {"key_b74":437.7,"attr_q25":"2023-11-21T04:48:00Z","prop_y90":"2020-09-25T22:42:00Z","prop_r13":true} | Missing closing bracket | {"key_b74":437.7,"attr_q25":"2023-11-21T04:48:00Z","prop_y90":"2020-09-25T22:42:00Z","prop_r13":true} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE boolean REQUIRED yes
FIELD voltage TYPE string_email REQUIRED no
FIELD level.priority TYPE integer REQUIRED no
FIELD level.yield_pct.gene_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD level.yield_pct.half_life TYPE string VALUES singl... | {"phenotype":true,"level":{"priority":155,"yield_pct":{"gene_id":"heterozygous","half_life":"single","batch_code":903.28,"decay_rate":"London","consignee":false},"sensor_id":"test@example.com","subject":"offline","version":false},"message":{"item_id":"rejected","log_level":902,"latitude":905,"repository":"demo"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"phenotype": {
"type": "boolean"
},
"voltage": {
"type": "string",
"format": "email"
},
"level": {
"type": "object",
"properties": {
"priority": {
"type": "integer"
},
"yield_pct": {
"ty... | create_order(phenotype=True, level={'priority': 155, 'yield_pct': {'gene_id': 'heterozygous', 'half_life': 'single', 'batch_code': 903.28, 'decay_rate': 'London', 'consignee': False}, 'sensor_id': 'test@example.com', 'subject': 'offline', 'version': False}, message={'item_id': 'rejected', 'log_level': 902, 'latitude': ... | Tool call uses Python syntax instead of JSON | {"phenotype":true,"level":{"priority":155,"yield_pct":{"gene_id":"heterozygous","half_life":"single","batch_code":903.28,"decay_rate":"London","consignee":false},"sensor_id":"test@example.com","subject":"offline","version":false},"message":{"item_id":"rejected","log_level":902,"latitude":905,"repository":"demo"}} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES success|error|warning|info REQUIRED no
FIELD chapter TYPE integer REQUIRED no
FIELD gene_id TYPE string_uri REQUIRED no
FIELD nickname.values TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD nickname.cargo_type TYPE string REQUI... | {"full_name":"info","gene_id":"https://api.com/v1","nickname":{"values":"in_progress","cargo_type":"inactive","span_id":true,"user_id":"degraded","shipper_ref":"success"},"turbidity":"world","feedback":"Tokyo","longitude":"returned"} | extra_text_after | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"chapter": {
"type": "integer"
},
"gene_id": {
"type": "string",
"format": "uri"
},
"nickname": {
... | {"full_name":"info","gene_id":"https://api.com/v1","nickname":{"values":"in_progress","cargo_type":"inactive","span_id":true,"user_id":"degraded","shipper_ref":"success"},"turbidity":"world","feedback":"Tokyo","longitude":"returned"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"full_name":"info","gene_id":"https://api.com/v1","nickname":{"values":"in_progress","cargo_type":"inactive","span_id":true,"user_id":"degraded","shipper_ref":"success"},"turbidity":"world","feedback":"Tokyo","longitude":"returned"} |
TASK repair_structured_output
SPEC
FIELD dim_p35 TYPE integer REQUIRED no
FIELD prop_u03.dim_z92 TYPE boolean REQUIRED no
FIELD prop_u03.param_u02.prop_x61 TYPE null REQUIRED yes
FIELD prop_u03.param_u02.dim_p35 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD prop_u03.param_u02.attr_a18 TYPE integer R... | {"dim_p35":550,"prop_u03":{"dim_z92":false,"param_u02":{"prop_x61":null,"dim_p35":"type_a","attr_a18":867},"field_z08":"completed","key_g83":"2024-01-15","param_y80":true,"field_u26":712,"col_o52":"hello"},"param_f76":"MV-Evergreen-01","val_x25":"closed","col_j13":"https://example.com/api"} | trailing_comma | {
"type": "object",
"properties": {
"dim_p35": {
"type": "integer"
},
"prop_u03": {
"type": "object",
"properties": {
"dim_z92": {
"type": "boolean"
},
"param_u02": {
"type": "object",
"properties": {
"prop_x61": {
... | {"dim_p35":550,"prop_u03":{"dim_z92":false,"param_u02":{"prop_x61":null,"dim_p35":"type_a","attr_a18":867,},"field_z08":"completed","key_g83":"2024-01-15","param_y80":true,"field_u26":712,"col_o52":"hello"},"param_f76":"MV-Evergreen-01","val_x25":"closed","col_j13":"https://example.com/api"} | Unexpected trailing comma | {"dim_p35":550,"prop_u03":{"dim_z92":false,"param_u02":{"prop_x61":null,"dim_p35":"type_a","attr_a18":867},"field_z08":"completed","key_g83":"2024-01-15","param_y80":true,"field_u26":712,"col_o52":"hello"},"param_f76":"MV-Evergreen-01","val_x25":"closed","col_j13":"https://example.com/api"} |
TASK repair_structured_output
SPEC
FIELD col_u84.col_c91 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_u84.field_e45 TYPE string REQUIRED no
FIELD col_u84.dim_o73 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_u84.col_h39 TYPE string REQUIRED no
FIELD col_u84.key_d97 TYPE string ... | {"col_u84":{"col_h39":"approved","key_d97":"A short description.","param_m47":"REV"},"key_l55":null,"key_q60":684} | extra_text_after | {
"type": "object",
"properties": {
"col_u84": {
"type": "object",
"properties": {
"col_c91": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"field_e45": {
"ty... | {"col_u84":{"col_h39":"approved","key_d97":"A short description.","param_m47":"REV"},"key_l55":null,"key_q60":684}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_u84":{"col_h39":"approved","key_d97":"A short description.","param_m47":"REV"},"key_l55":null,"key_q60":684} |
TASK repair_structured_output
SPEC
FIELD description TYPE integer REQUIRED yes
FIELD quantity TYPE string_email REQUIRED yes
FIELD department TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"description":704,"quantity":"user@domain.org","department":"ops@domain.org" | {"description":704,"quantity":"user@domain.org","department":"ops@domain.org"} | truncated_array | {
"type": "object",
"properties": {
"description": {
"type": "integer"
},
"quantity": {
"type": "string",
"format": "email"
},
"department": {
"type": "string",
"format": "email"
}
},
"required": [
"description",
"department",
"quantity"
]
} | {"description":704,"quantity":"user@domain.org","department":"ops@domain.org" | Unexpected end of JSON input — truncated object | {"description":704,"quantity":"user@domain.org","department":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD param_v14 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_g70 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD val_q23 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD field_a36 TYPE boolean REQUIRED no
FI... | {"param_v14":"operational","attr_g70":"red","val_q23":"berthed","field_a36":false,"col_r39":"approved","val_z19":false,"attr_a75":572,"prop_i42":"https://www.com/v1"} | extra_text_before | {
"type": "object",
"properties": {
"param_v14": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_g70": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",... | Sensor output follows:
{"param_v14":"operational","attr_g70":"red","val_q23":"berthed","field_a36":false,"col_r39":"approved","val_z19":false,"attr_a75":572,"prop_i42":"https://www.com/v1"} | Output contains non-JSON text before the object | {"param_v14":"operational","attr_g70":"red","val_q23":"berthed","field_a36":false,"col_r39":"approved","val_z19":false,"attr_a75":572,"prop_i42":"https://www.com/v1"} |
TASK repair_structured_output
SPEC
FIELD col_l58 TYPE integer REQUIRED no
FIELD val_s20 TYPE integer REQUIRED yes
FIELD param_v44[] TYPE boolean REQUIRED no
FIELD dim_g97[].key_i07 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD dim_g97[].dim_t74 TYPE string VALUES option_a|option_b|option_c|option... | {"val_s20":334,"param_v44":[true]} | extra_text_before | {
"type": "object",
"properties": {
"col_l58": {
"type": "integer"
},
"val_s20": {
"type": "integer"
},
"param_v44": {
"type": "array",
"items": {
"type": "boolean"
}
},
"dim_g97": {
"type": "array",
"items": {
"type": "object",
... | Here's the structured output:
{"val_s20":334,"param_v44":[true]} | Output contains non-JSON text before the object | {"val_s20":334,"param_v44":[true]} |
TASK repair_structured_output
SPEC
FIELD param_j21 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_x53 TYPE integer REQUIRED no
FIELD dim_r65 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD param_l60.attr_z86 TYPE string REQUIRED no
FIELD param_l60.prop_n23 TYP... | {"param_j21":"new","col_x53":248,"dim_r65":"mode_a","param_l60":{"attr_z86":"Bob","prop_n23":352,"val_m39":"medium","prop_p49":"ops@test.io","prop_y12":157},"val_e87":{"attr_l45":275.13,"prop_b92":820,"key_y96":{"prop_d16":"London","field_z79":"example","param_k63":"cat_b","key_x38":"level_2"}}} | markdown_fences | {
"type": "object",
"properties": {
"param_j21": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_x53": {
"type": "integer"
},
"dim_r65": {
"type": "string",
"enum": [
"mode_a",
... | ```json
{"param_j21":"new","col_x53":248,"dim_r65":"mode_a","param_l60":{"attr_z86":"Bob","prop_n23":352,"val_m39":"medium","prop_p49":"ops@test.io","prop_y12":157},"val_e87":{"attr_l45":275.13,"prop_b92":820,"key_y96":{"prop_d16":"London","field_z79":"example","param_k63":"cat_b","key_x38":"level_2"}}}
``` | Output contains markdown code fences | {"param_j21":"new","col_x53":248,"dim_r65":"mode_a","param_l60":{"attr_z86":"Bob","prop_n23":352,"val_m39":"medium","prop_p49":"ops@test.io","prop_y12":157},"val_e87":{"attr_l45":275.13,"prop_b92":820,"key_y96":{"prop_d16":"London","field_z79":"example","param_k63":"cat_b","key_x38":"level_2"}}} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string REQUIRED no
FIELD torque_output TYPE string REQUIRED yes
FIELD footnote TYPE integer REQUIRED yes
FIELD invoice_id[] TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD account_id[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"tags":"New York","torque_outpu... | {"tags":"New York","torque_output":"REV","footnote":65,"invoice_id":["phone","phone"],"account_id":[false,true]} | trailing_comma | {
"type": "object",
"properties": {
"tags": {
"type": "string"
},
"torque_output": {
"type": "string"
},
"footnote": {
"type": "integer"
},
"invoice_id": {
"type": "array",
"items": {
"type": "string",
"enum": [
"email",
"... | {"tags":"New York","torque_output":"REV","footnote":65,"invoice_id":["phone","phone",],"account_id":[false,true]} | Unexpected trailing comma | {"tags":"New York","torque_output":"REV","footnote":65,"invoice_id":["phone","phone"],"account_id":[false,true]} |
TASK repair_structured_output
SPEC
FIELD field_v68 TYPE string_email REQUIRED yes
FIELD key_d09 TYPE string REQUIRED no
FIELD key_g38.field_y66 TYPE integer REQUIRED yes
FIELD key_g38.field_d86 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD key_g38.key_m96[].val_x52 TYPE string REQUIRED yes
... | {"field_v68":"info@domain.org","key_g38":{"field_y66":949,"field_d86":"option_a","key_m96":[{"val_x52":"approved","val_z86":287.01,"dim_y03":"option_b","param_e32":"FWD"},{"val_x52":"Alice","val_h46":431.43,"val_z86":159.82,"dim_y03":"option_e","attr_r91":"active","param_e32":"Diana"},{"val_x52":"2024-01-15","val_h46":... | truncated_array | {
"type": "object",
"properties": {
"field_v68": {
"type": "string",
"format": "email"
},
"key_d09": {
"type": "string"
},
"key_g38": {
"type": "object",
"properties": {
"field_y66": {
"type": "integer"
},
"field_d86": {
"... | {"field_v68":"info@domain.org","key_g38":{"field_y66":949,"field_d86":"option_a","key_m96":[{"val_x52":"approved","val_z86":287.01,"dim_y03":"option_b","param_e32":"FWD"},{"val_x52":"Alice","val_h46":431.43,"val_z86":159.82,"dim_y03":"option_e","attr_r91":"active","param_e32":"Diana"},{"val_x52":"2024-01-15","val_h46":... | Unexpected end of JSON input — truncated object | {"field_v68":"info@domain.org","key_g38":{"field_y66":949,"field_d86":"option_a","key_m96":[{"val_x52":"approved","val_z86":287.01,"dim_y03":"option_b","param_e32":"FWD"},{"val_x52":"Alice","val_h46":431.43,"val_z86":159.82,"dim_y03":"option_e","attr_r91":"active","param_e32":"Diana"},{"val_x52":"2024-01-15","val_h46":... |
TASK repair_structured_output
SPEC
FIELD key_q22 TYPE string REQUIRED no
FIELD val_n83 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_e77 TYPE string REQUIRED no
FIELD attr_w58 TYPE string REQUIRED yes
FIELD field_k97 TYPE boolean REQUIRED yes
FIELD param_z94 TYPE integer REQUIRED yes
BROKEN_OU... | {"key_q22":"PASS","field_e77":"quux","attr_w58":"active","field_k97":true,"param_z94":339} | single_quotes | {
"type": "object",
"properties": {
"key_q22": {
"type": "string"
},
"val_n83": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_e77": {
"type": "string"
},
"attr_w58": {
"type":... | {'key_q22':'PASS','field_e77':'quux','attr_w58':'active','field_k97':true,'param_z94':339} | Expecting property name enclosed in double quotes | {"key_q22":"PASS","field_e77":"quux","attr_w58":"active","field_k97":true,"param_z94":339} |
TASK repair_structured_output
SPEC
FIELD key_v18.prop_m23 TYPE number REQUIRED no
FIELD key_v18.prop_r69 TYPE string REQUIRED yes
FIELD key_v18.field_z17 TYPE string REQUIRED yes
FIELD key_v18.key_i40 TYPE number REQUIRED no
FIELD key_v18.key_t21 TYPE string REQUIRED no
FIELD key_v18.attr_n51 TYPE integer REQUIRED no
... | {"key_v18":{"prop_m23":173.87,"prop_r69":"cancelled","field_z17":"QC-07","key_i40":660.86,"key_t21":"QC-07","attr_n51":493,"col_m78":{"key_t11":"chr1","prop_k75":"chrX","prop_m54":"This is a test value.","col_k44":"qux","field_s24":241,"val_u25":"offline"},"val_e79":null},"attr_l41":"Hapag-Lloyd-Express","prop_s54":413... | truncated_object | {
"type": "object",
"properties": {
"key_v18": {
"type": "object",
"properties": {
"prop_m23": {
"type": "number"
},
"prop_r69": {
"type": "string"
},
"field_z17": {
"type": "string"
},
"key_i40": {
"type... | {"key_v18":{"prop_m23":173.87,"prop_r69":"cancelled","field_z17":"QC-07","key_i40":660.86,"key_t21":"QC-07","attr_n51":493,"col_m78":{"key_t11":"chr1","prop_k75":"chrX","prop_m54":"This is a test value.","col_k44":"qux","field_s24":241,"val_u25":"offline"},"val_e79":null},"attr_l41":"Hapag-Lloyd-Express","prop_s54":413... | Unexpected end of JSON input — truncated object | {"key_v18":{"prop_m23":173.87,"prop_r69":"cancelled","field_z17":"QC-07","key_i40":660.86,"key_t21":"QC-07","attr_n51":493,"col_m78":{"key_t11":"chr1","prop_k75":"chrX","prop_m54":"This is a test value.","col_k44":"qux","field_s24":241,"val_u25":"offline"},"val_e79":null},"attr_l41":"Hapag-Lloyd-Express","prop_s54":413... |
TASK repair_structured_output
SPEC
FIELD prop_a43 TYPE integer REQUIRED no
FIELD val_v84.attr_m07 TYPE string REQUIRED no
FIELD val_v84.key_f24 TYPE integer REQUIRED yes
FIELD val_v84.attr_u61 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD val_v84.col_d60 TYPE number REQUIRED yes
FIELD val_v84.val_r77 TYP... | {"val_v84":{"attr_m07":"active","key_f24":290,"attr_u61":"medium","col_d60":1.13,"val_r77":"FWD"},"field_o70":"hemizygous","val_z19":"berthed","param_q86":{"val_n82":"foo","key_u65":"resolved","attr_d83":68},"dim_b40":null,"col_m17":550} | single_quotes | {
"type": "object",
"properties": {
"prop_a43": {
"type": "integer"
},
"val_v84": {
"type": "object",
"properties": {
"attr_m07": {
"type": "string"
},
"key_f24": {
"type": "integer"
},
"attr_u61": {
"type": "string"... | {'val_v84':{'attr_m07':'active','key_f24':290,'attr_u61':'medium','col_d60':1.13,'val_r77':'FWD'},'field_o70':'hemizygous','val_z19':'berthed','param_q86':{'val_n82':'foo','key_u65':'resolved','attr_d83':68},'dim_b40':null,'col_m17':550} | Expecting property name enclosed in double quotes | {"val_v84":{"attr_m07":"active","key_f24":290,"attr_u61":"medium","col_d60":1.13,"val_r77":"FWD"},"field_o70":"hemizygous","val_z19":"berthed","param_q86":{"val_n82":"foo","key_u65":"resolved","attr_d83":68},"dim_b40":null,"col_m17":550} |
TASK repair_structured_output
SPEC
FIELD tile TYPE integer REQUIRED no
FIELD length TYPE string REQUIRED no
FIELD loan_amount TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD status_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
BROKEN_OUTPUT
Breaking down the requiremen... | {"tile":24,"length":"2024-06-30","status_code":"mode_a"} | thought_process | {
"type": "object",
"properties": {
"tile": {
"type": "integer"
},
"length": {
"type": "string"
},
"loan_amount": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"status_code": {
"t... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"tile":24,"length":"2024-06-30","status_code":"mode_a"} | Output contains chain-of-thought reasoning before JSON | {"tile":24,"length":"2024-06-30","status_code":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE integer REQUIRED yes
FIELD options TYPE number REQUIRED yes
FIELD count.id TYPE string REQUIRED no
FIELD count.product_id TYPE string REQUIRED yes
FIELD count.isotope TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
Tool: track_vessel
Params: {"enabled": 698, "options":... | {"enabled":698,"options":29.06,"count":{"id":"2024-06-30","product_id":"https://example.com","isotope":"https://example.org/data"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"enabled": {
"type": "integer"
},
"options": {
"type": "number"
},
"count": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"product_id": {
"type": "string"
},
... | Tool: track_vessel
Params: {"enabled": 698, "options": 29.06, "count_id": {"id": "2024-06-30", "product_id": "https://example.com", "isotope": "https://example.org/data"}} | Agent used wrong parameter name 'count_id' instead of 'count' | {"enabled":698,"options":29.06,"count":{"id":"2024-06-30","product_id":"https://example.com","isotope":"https://example.org/data"}} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD procedure_code TYPE string VALUES draft|published|archived REQUIRED no
FIELD paragraph TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD annotation TYPE string VALUES berthed|anc... | {"throttle_pos":"operational","procedure_code":"published","paragraph":"phone","annotation":"underway","longitude":"demo"} | trailing_comma | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"procedure_code": {
"type": "string",
"enum": [
"draft",
"published",
"archived... | {"throttle_pos":"operational","procedure_code":"published","paragraph":"phone","annotation":"underway","longitude":"demo",} | Unexpected trailing comma | {"throttle_pos":"operational","procedure_code":"published","paragraph":"phone","annotation":"underway","longitude":"demo"} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD timezone TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD temp_celsius TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
{"branch":"berthed","timezone":"mode_a","temp... | {"branch":"berthed","timezone":"mode_a","temp_celsius":"email"} | extra_text_after | {
"type": "object",
"properties": {
"branch": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"timezone": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
... | {"branch":"berthed","timezone":"mode_a","temp_celsius":"email"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"branch":"berthed","timezone":"mode_a","temp_celsius":"email"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.