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 brake_pressure TYPE integer REQUIRED no
FIELD active TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD section TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD size TYPE number REQUIRED yes
BROKEN_OUTPUT
Tool: query_port_status
Params: {"sect... | {"brake_pressure":195,"section":"active","size":911.51} | tool_call_wrong_param | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "integer"
},
"active": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"section": {
"type": "string",
"enum": [
"active",
"ina... | Tool: query_port_status
Params: {"section": "active", "size": 911.51, "brake_pressure2": 195} | Agent used wrong parameter name 'brake_pressure2' instead of 'brake_pressure' | {"brake_pressure":195,"section":"active","size":911.51} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD format TYPE integer REQUIRED yes
FIELD yield_pct.bearing TYPE string_email REQUIRED yes
FIELD yield_pct.ward.velocity TYPE string REQUIRED yes
FIELD yield_pct.ward.balance TYPE number REQUIRE... | {"bill_of_lading":"homozygous","format":111,"yield_pct":{"bearing":"admin@domain.org","ward":{"velocity":"A short description.","balance":999.05,"published":"xl","invoice_id":"world","quality_score":"test@test.io"},"last_name":{"frequency_hz":"bar","interest_rate":510.93,"level":397,"annotation":null,"aligned_pct":null... | invalid_enum | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"format": {
"type": "integer"
},
"yield_pct": {
"type": "object",
"properties": {
"bearing": {
... | {"bill_of_lading": "invalid_option_273", "format": 111, "yield_pct": {"bearing": "admin@domain.org", "ward": {"velocity": "A short description.", "balance": 999.05, "published": "xl", "invoice_id": "world", "quality_score": "test@test.io"}, "last_name": {"frequency_hz": "bar", "interest_rate": 510.93, "level": 397, "an... | Field 'bill_of_lading' has invalid enum value 'invalid_option_273', expected one of ['homozygous', 'heterozygous', 'hemizygous'] | {"bill_of_lading":"homozygous","format":111,"yield_pct":{"bearing":"admin@domain.org","ward":{"velocity":"A short description.","balance":999.05,"published":"xl","invoice_id":"world","quality_score":"test@test.io"},"last_name":{"frequency_hz":"bar","interest_rate":510.93,"level":397,"annotation":null,"aligned_pct":null... |
TASK repair_structured_output
SPEC
FIELD log_level TYPE integer REQUIRED yes
FIELD longitude TYPE string REQUIRED yes
FIELD updated_at[].order_id TYPE string REQUIRED no
FIELD updated_at[].consignee TYPE null REQUIRED no
FIELD updated_at[].comments TYPE string VALUES success|error|warning|info REQUIRED no
FIELD update... | {"log_level":29,"longitude":"New York","updated_at":[{"order_id":"chrX","comments":"success","throttle_pos":[null,null,null,null]},{"order_id":"cancelled","consignee":null,"features":[43.49,242.97,874.61,169.4],"throttle_pos":[null,null]},{"comments":"warning","features":[312.46],"throttle_pos":[null,null,null,null]}]} | wrong_type | {
"type": "object",
"properties": {
"log_level": {
"type": "integer"
},
"longitude": {
"type": "string"
},
"updated_at": {
"type": "array",
"items": {
"type": "object",
"properties": {
"order_id": {
"type": "string"
},
... | {"log_level": "\"29\"", "longitude": "New York", "updated_at": [{"order_id": "chrX", "comments": "success", "throttle_pos": [null, null, null, null]}, {"order_id": "cancelled", "consignee": null, "features": [43.49, 242.97, 874.61, 169.4], "throttle_pos": [null, null]}, {"comments": "warning", "features": [312.46], "th... | Field 'log_level' must be integer, got string | {"log_level":29,"longitude":"New York","updated_at":[{"order_id":"chrX","comments":"success","throttle_pos":[null,null,null,null]},{"order_id":"cancelled","consignee":null,"features":[43.49,242.97,874.61,169.4],"throttle_pos":[null,null]},{"comments":"warning","features":[312.46],"throttle_pos":[null,null,null,null]}]} |
TASK repair_structured_output
SPEC
FIELD col_y71.val_m55 TYPE null REQUIRED no
FIELD col_y71.key_r99 TYPE boolean REQUIRED no
FIELD col_y71.prop_b61.val_k52 TYPE number REQUIRED no
FIELD col_y71.prop_b61.param_m86 TYPE string REQUIRED yes
FIELD col_y71.prop_b61.val_n48 TYPE string_uri REQUIRED yes
FIELD col_y71.prop_b... | {"col_y71":{"val_m55":null,"key_r99":false,"prop_b61":{"param_m86":"Paris","val_n48":"https://api.io/data","attr_r37":164,"dim_p40":185.0,"field_s06":null,"col_d92":"2020-01-15T03:37:00Z","attr_g53":null}},"col_p98":"foo","key_b98":698.33,"col_k60":420,"dim_s66":true} | null_required | {
"type": "object",
"properties": {
"col_y71": {
"type": "object",
"properties": {
"val_m55": {
"type": "null"
},
"key_r99": {
"type": "boolean"
},
"prop_b61": {
"type": "object",
"properties": {
"val_k52": {... | {"col_y71": {"val_m55": null, "key_r99": false, "prop_b61": {"param_m86": "Paris", "val_n48": "https://api.io/data", "attr_r37": 164, "dim_p40": 185.0, "field_s06": null, "col_d92": "2020-01-15T03:37:00Z", "attr_g53": null}}, "col_p98": "foo", "key_b98": null, "col_k60": 420, "dim_s66": true} | Required field 'key_b98' is null | {"col_y71":{"val_m55":null,"key_r99":false,"prop_b61":{"param_m86":"Paris","val_n48":"https://api.io/data","attr_r37":164,"dim_p40":185.0,"field_s06":null,"col_d92":"2020-01-15T03:37:00Z","attr_g53":null}},"col_p98":"foo","key_b98":698.33,"col_k60":420,"dim_s66":true} |
TASK repair_structured_output
SPEC
FIELD val_o81 TYPE number REQUIRED yes
FIELD key_l83 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_j48 TYPE boolean REQUIRED yes
FIELD col_q17 TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
Tool: assign_berth
Params: {"val_o81": 521.26, "key... | {"val_o81":521.26,"key_l83":"option_a","val_j48":false,"col_q17":"admin"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_o81": {
"type": "number"
},
"key_l83": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"val_j48": {
"type": "boolean"
},
"col_q17": {
"type": "string",
"enum":... | Tool: assign_berth
Params: {"val_o81": 521.26, "key_l83": "option_a", "val_j48": false, "col_q17_value": "admin"} | Agent used wrong parameter name 'col_q17_value' instead of 'col_q17' | {"val_o81":521.26,"key_l83":"option_a","val_j48":false,"col_q17":"admin"} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string_date-time REQUIRED yes
FIELD enabled TYPE number REQUIRED yes
FIELD account_id TYPE string REQUIRED no
FIELD salinity TYPE integer REQUIRED yes
FIELD phenotype TYPE number REQUIRED yes
FIELD message TYPE null REQUIRED no
BROKEN_OUTPUT
{"gene_id": "2020-01-1... | {"gene_id":"2020-01-16T18:35:00Z","enabled":738.67,"account_id":"GRCh38","salinity":827,"phenotype":978.99} | date_format_error | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"format": "date-time"
},
"enabled": {
"type": "number"
},
"account_id": {
"type": "string"
},
"salinity": {
"type": "integer"
},
"phenotype": {
"type": "number"
},
"mess... | {"gene_id": "2020-01-16T18:35:00", "enabled": 738.67, "account_id": "GRCh38", "salinity": 827, "phenotype": 978.99} | Field 'gene_id' has invalid date format | {"gene_id":"2020-01-16T18:35:00Z","enabled":738.67,"account_id":"GRCh38","salinity":827,"phenotype":978.99} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD section TYPE string REQUIRED yes
FIELD wavelength TYPE integer REQUIRED no
FIELD type.longitude TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD type.u... | {"payment_status":"option_e","section":"sample","wavelength":76,"type":{"longitude":"resolved","user_id":"mode_d","height":null,"payment_status":"baz","throttle_pos":"user@domain.org","notes":"New York"}} | null_required | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"section": {
"type": "string"
},
"wavelength": {
"type": "... | {"payment_status": "option_e", "section": null, "wavelength": 76, "type": {"longitude": "resolved", "user_id": "mode_d", "height": null, "payment_status": "baz", "throttle_pos": "user@domain.org", "notes": "New York"}} | Required field 'section' is null | {"payment_status":"option_e","section":"sample","wavelength":76,"type":{"longitude":"resolved","user_id":"mode_d","height":null,"payment_status":"baz","throttle_pos":"user@domain.org","notes":"New York"}} |
TASK repair_structured_output
SPEC
FIELD prop_j62 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD val_n69 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_q51 TYPE string REQUIRED yes
FIELD param_e12 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"prop_j62": "inactive", "field_q51": "... | {"prop_j62":"inactive","field_q51":"qux","param_e12":755} | null_required | {
"type": "object",
"properties": {
"prop_j62": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_n69": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_q51":... | {"prop_j62": "inactive", "field_q51": "qux", "param_e12": null} | Required field 'param_e12' is null | {"prop_j62":"inactive","field_q51":"qux","param_e12":755} |
TASK repair_structured_output
SPEC
FIELD verified TYPE integer REQUIRED no
FIELD credit_score TYPE boolean REQUIRED yes
FIELD url TYPE string REQUIRED yes
FIELD description TYPE null REQUIRED no
FIELD loan_amount[].phenotype TYPE string REQUIRED no
FIELD loan_amount[].order_id TYPE integer REQUIRED yes
FIELD loan_amou... | {"credit_score":false,"url":"FWD","description":null,"loan_amount":[{"order_id":417,"temp_celsius":null,"first_name":247},{"order_id":664,"first_name":531,"filter_flag":"PASS"}]} | markdown_fences | {
"type": "object",
"properties": {
"verified": {
"type": "integer"
},
"credit_score": {
"type": "boolean"
},
"url": {
"type": "string"
},
"description": {
"type": "null"
},
"loan_amount": {
"type": "array",
"items": {
"type": "object",... | ```json
{"credit_score":false,"url":"FWD","description":null,"loan_amount":[{"order_id":417,"temp_celsius":null,"first_name":247},{"order_id":664,"first_name":531,"filter_flag":"PASS"}]}
``` | Output contains markdown code fences | {"credit_score":false,"url":"FWD","description":null,"loan_amount":[{"order_id":417,"temp_celsius":null,"first_name":247},{"order_id":664,"first_name":531,"filter_flag":"PASS"}]} |
TASK repair_structured_output
SPEC
FIELD key_a63 TYPE null REQUIRED yes
FIELD dim_q54 TYPE number REQUIRED no
FIELD dim_h31 TYPE string_date-time REQUIRED yes
FIELD prop_h23[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"key_a63": null, "dim_h31": "2024/06/15 14:30:00"} | {"key_a63":null,"dim_h31":"2025-12-15T10:47:00Z"} | date_format_error | {
"type": "object",
"properties": {
"key_a63": {
"type": "null"
},
"dim_q54": {
"type": "number"
},
"dim_h31": {
"type": "string",
"format": "date-time"
},
"prop_h23": {
"type": "array",
"items": {
"type": "string"
}
}
},
"require... | {"key_a63": null, "dim_h31": "2024/06/15 14:30:00"} | Field 'dim_h31' has invalid date format | {"key_a63":null,"dim_h31":"2025-12-15T10:47:00Z"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE null REQUIRED yes
FIELD amount TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD tags TYPE integer REQUIRED yes
FIELD torque_output TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
BROKEN_OUTPUT
{"decay_rate":null,"... | {"decay_rate":null,"amount":"mode_e","tags":650,"torque_output":"berthed"} | truncated_array | {
"type": "object",
"properties": {
"decay_rate": {
"type": "null"
},
"amount": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"tags": {
"type": "integer"
},
"torq... | {"decay_rate":null,"amount":"mode_e","tags":650,"torque_output":"berthed" | Unexpected end of JSON input — truncated object | {"decay_rate":null,"amount":"mode_e","tags":650,"torque_output":"berthed"} |
TASK repair_structured_output
SPEC
FIELD key_m92 TYPE integer REQUIRED no
FIELD dim_q17 TYPE string REQUIRED no
FIELD col_u43.field_p59 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD col_u43.val_a02 TYPE boolean REQUIRED no
FIELD col_u43.dim_j24 TYPE string VALUES success|error|warning|info REQUIRED ... | {"key_m92":687,"dim_q17":"2024-06-30","key_y55":319,"col_j39":"rejected","dim_j16":"archived"} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_m92": {
"type": "integer"
},
"dim_q17": {
"type": "string"
},
"col_u43": {
"type": "object",
"properties": {
"field_p59": {
"type": "string",
"enum": [
"success",
"error",
... | Let me check the system.
<tool_call name="check_cargo_manifest">
{"key_m92":687,"dim_q17":"2024-06-30","key_y55":319,"col_j39":"rejected","dim_j16":"archived"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"key_m92":687,"dim_q17":"2024-06-30","key_y55":319,"col_j39":"rejected","dim_j16":"archived"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE number REQUIRED yes
FIELD deploy_target TYPE number REQUIRED yes
FIELD features.subtotal TYPE string REQUIRED no
FIELD features.total TYPE string REQUIRED no
FIELD features.voltage TYPE integer REQUIRED yes
FIELD features.branch TYPE number REQUIRED no
FIELD fea... | {"medication":313.03,"deploy_target":895.53} | extra_text_after | {
"type": "object",
"properties": {
"medication": {
"type": "number"
},
"deploy_target": {
"type": "number"
},
"features": {
"type": "object",
"properties": {
"subtotal": {
"type": "string"
},
"total": {
"type": "string"
... | {"medication":313.03,"deploy_target":895.53}
Hope this helps! | Output contains non-JSON text after the object | {"medication":313.03,"deploy_target":895.53} |
TASK repair_structured_output
SPEC
FIELD dim_y17 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_n12 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_o11 TYPE integer REQUIRED yes
FIELD key_d95 TYPE string REQUIRED no
FIELD prop_l11 TYPE string REQUIRED no
FIELD dim_e02 TYPE string... | {"dim_y17":"medium","dim_n12":"high","prop_o11":165,"key_d95":"pending","prop_l11":"Sao Paulo","dim_e02":"baz"} | null_required | {
"type": "object",
"properties": {
"dim_y17": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_n12": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
... | {"dim_y17": "medium", "dim_n12": "high", "prop_o11": 165, "key_d95": "pending", "prop_l11": "Sao Paulo", "dim_e02": null} | Required field 'dim_e02' is null | {"dim_y17":"medium","dim_n12":"high","prop_o11":165,"key_d95":"pending","prop_l11":"Sao Paulo","dim_e02":"baz"} |
TASK repair_structured_output
SPEC
FIELD val_m89 TYPE string REQUIRED no
FIELD attr_m98 TYPE boolean REQUIRED yes
FIELD dim_x27 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_e54 TYPE string REQUIRED no
FIELD col_r22.dim_i18 TYPE string REQUIRED no
FIELD col_r22.attr_r66 TYPE string_email REQUIRED no
F... | {"attr_m98":true,"dim_x27":"editor","field_e54":"Maria","col_r22":{"dim_i18":"2023-12-25","dim_q89":null},"field_v96":{"attr_t91":561,"param_q05":"2024-12-08T00:00:00Z","param_h87":"anchored","param_g46":"2023-12-25"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_m89": {
"type": "string"
},
"attr_m98": {
"type": "boolean"
},
"dim_x27": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_e54": {
"type": "string"
},
"col_r2... | Tool: fetch_lab_result
Params: {"dim_x27": "editor", "field_e54": "Maria", "col_r22": {"dim_i18": "2023-12-25", "dim_q89": null}, "field_v96": {"attr_t91": 561, "param_q05": "2024-12-08T00:00:00Z", "param_h87": "anchored", "param_g46": "2023-12-25"}, "attr_m98_name": true} | Agent used wrong parameter name 'attr_m98_name' instead of 'attr_m98' | {"attr_m98":true,"dim_x27":"editor","field_e54":"Maria","col_r22":{"dim_i18":"2023-12-25","dim_q89":null},"field_v96":{"attr_t91":561,"param_q05":"2024-12-08T00:00:00Z","param_h87":"anchored","param_g46":"2023-12-25"}} |
TASK repair_structured_output
SPEC
FIELD dim_o09 TYPE boolean REQUIRED no
FIELD attr_e09 TYPE boolean REQUIRED yes
FIELD prop_e72 TYPE integer REQUIRED yes
FIELD key_q37.param_l11 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD key_q37.dim_b70 TYPE string REQUIRED no
FIELD key_q37.col_l1... | {"dim_o09":true,"attr_e09":false,"prop_e72":405,"key_q37":{"param_l11":"type_e","dim_b70":"This is a test value.","col_l14":[{"dim_u36":null,"param_m26":null,"prop_u03":141,"col_o45":279.73},{"dim_u36":null,"dim_s71":"completed","param_m26":null,"prop_u03":429,"col_o45":736.99},{"dim_u36":null,"dim_s71":"pending","para... | missing_required | {
"type": "object",
"properties": {
"dim_o09": {
"type": "boolean"
},
"attr_e09": {
"type": "boolean"
},
"prop_e72": {
"type": "integer"
},
"key_q37": {
"type": "object",
"properties": {
"param_l11": {
"type": "string",
"enum": [
... | {"dim_o09": true, "attr_e09": false, "key_q37": {"param_l11": "type_e", "dim_b70": "This is a test value.", "col_l14": [{"dim_u36": null, "param_m26": null, "prop_u03": 141, "col_o45": 279.73}, {"dim_u36": null, "dim_s71": "completed", "param_m26": null, "prop_u03": 429, "col_o45": 736.99}, {"dim_u36": null, "dim_s71":... | Required field 'prop_e72' is missing | {"dim_o09":true,"attr_e09":false,"prop_e72":405,"key_q37":{"param_l11":"type_e","dim_b70":"This is a test value.","col_l14":[{"dim_u36":null,"param_m26":null,"prop_u03":141,"col_o45":279.73},{"dim_u36":null,"dim_s71":"completed","param_m26":null,"prop_u03":429,"col_o45":736.99},{"dim_u36":null,"dim_s71":"pending","para... |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string_uri REQUIRED no
FIELD chapter TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD reagent TYPE boolean REQUIRED yes
FIELD berth_slot TYPE number REQUIRED no
FIELD message.color TYPE integer REQUIRED yes
FIELD message.bill_of_lading TYPE integer REQU... | {"invoice_id":"https://www.org/v1","chapter":"mode_a","reagent":true,"berth_slot":357.31,"price":903.43} | wrong_type | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"format": "uri"
},
"chapter": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"reagent": {
"type": "boolean"
},
"berth_slot": {
"type": ... | {"invoice_id": "https://www.org/v1", "chapter": "mode_a", "reagent": true, "berth_slot": "\"357.31\"", "price": 903.43} | Field 'berth_slot' must be number, got string | {"invoice_id":"https://www.org/v1","chapter":"mode_a","reagent":true,"berth_slot":357.31,"price":903.43} |
TASK repair_structured_output
SPEC
FIELD val_u84 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_u17 TYPE string VALUES type_a|type_b REQUIRED no
FIELD attr_p98 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
BROKEN_OUTPUT
The instrument reported:
```json
{"val_u84":"inactive","key_u... | {"val_u84":"inactive","key_u17":"type_b","attr_p98":"level_2"} | markdown_explanation | {
"type": "object",
"properties": {
"val_u84": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_u17": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"attr_p98": {
"type": "string",
... | The instrument reported:
```json
{"val_u84":"inactive","key_u17":"type_b","attr_p98":"level_2"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"val_u84":"inactive","key_u17":"type_b","attr_p98":"level_2"} |
TASK repair_structured_output
SPEC
FIELD dim_b51 TYPE string REQUIRED yes
FIELD dim_g23 TYPE string_uri REQUIRED yes
FIELD dim_q87 TYPE string REQUIRED yes
FIELD val_s30 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specifi... | {"dim_b51":"Alice","dim_g23":"https://example.io/api","dim_q87":"user@domain.com","val_s30":"John"} | thought_process | {
"type": "object",
"properties": {
"dim_b51": {
"type": "string"
},
"dim_g23": {
"type": "string",
"format": "uri"
},
"dim_q87": {
"type": "string"
},
"val_s30": {
"type": "string"
}
},
"required": [
"val_s30",
"dim_b51",
"dim_q87",
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"dim_b51":"Alice","dim_g23":"https://example.io/api","dim_q87":"user@domain.com","val_s30":"John"} | Output contains chain-of-thought reasoning before JSON | {"dim_b51":"Alice","dim_g23":"https://example.io/api","dim_q87":"user@domain.com","val_s30":"John"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE number REQUIRED yes
FIELD age TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD balance TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD insurance_id[].commit_hash TYPE number REQUIRED yes
FIELD insurance_id[].discount TYPE number... | {"currency":703.54,"age":"level_3","balance":"free","insurance_id":[{"commit_hash":96.36,"discount":622.95,"salinity":"mode_c","phone":"qux"}]} | missing_required | {
"type": "object",
"properties": {
"currency": {
"type": "number"
},
"age": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"balance": {
"type": "string",
"enum": [
"free",
"basic",... | {"age": "level_3", "balance": "free", "insurance_id": [{"commit_hash": 96.36, "discount": 622.95, "salinity": "mode_c", "phone": "qux"}]} | Required field 'currency' is missing | {"currency":703.54,"age":"level_3","balance":"free","insurance_id":[{"commit_hash":96.36,"discount":622.95,"salinity":"mode_c","phone":"qux"}]} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE number REQUIRED no
FIELD port_code TYPE number REQUIRED no
FIELD barcode TYPE string REQUIRED no
FIELD first_name TYPE number REQUIRED yes
FIELD balance TYPE number REQUIRED yes
FIELD longitude.price TYPE string_uri REQUIRED yes
FIELD longitude.quantity TYPE string... | {"item_id":241.9,"barcode":"test@example.com","first_name":263.45,"balance":412.27,"longitude":{"price":"https://api.org/api","quantity":"option_c","address":"level_2","longitude":"Diana","chapter":{"reagent":"pro","due_date":324.06,"brake_pressure":"admin","format":"level_3","temp_celsius":true,"values":640}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"item_id": {
"type": "number"
},
"port_code": {
"type": "number"
},
"barcode": {
"type": "string"
},
"first_name": {
"type": "number"
},
"balance": {
"type": "number"
},
"longitude": {
"type": "object... | create_order(item_id=241.9, barcode='test@example.com', first_name=263.45, balance=412.27, longitude={'price': 'https://api.org/api', 'quantity': 'option_c', 'address': 'level_2', 'longitude': 'Diana', 'chapter': {'reagent': 'pro', 'due_date': 324.06, 'brake_pressure': 'admin', 'format': 'level_3', 'temp_celsius': True... | Tool call uses Python syntax instead of JSON | {"item_id":241.9,"barcode":"test@example.com","first_name":263.45,"balance":412.27,"longitude":{"price":"https://api.org/api","quantity":"option_c","address":"level_2","longitude":"Diana","chapter":{"reagent":"pro","due_date":324.06,"brake_pressure":"admin","format":"level_3","temp_celsius":true,"values":640}}} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE integer REQUIRED yes
FIELD sensor_id TYPE string REQUIRED yes
FIELD collateral TYPE string REQUIRED yes
FIELD turbidity[].altitude TYPE string REQUIRED no
FIELD turbidity[].weight TYPE string_email REQUIRED no
FIELD turbidity[].level TYPE boolean REQUIRED yes
FIEL... | {"quantity":887,"sensor_id":"New York","collateral":"2024-06-30","turbidity":[{"weight":"admin@example.com","level":true,"wavelength":false,"aligned_pct":"high","credit_score":579,"branch":"admin@example.com"},{"altitude":"approved","weight":"test@test.io","level":false,"run_id":774,"aligned_pct":"medium","branch":"inf... | truncated_array | {
"type": "object",
"properties": {
"quantity": {
"type": "integer"
},
"sensor_id": {
"type": "string"
},
"collateral": {
"type": "string"
},
"turbidity": {
"type": "array",
"items": {
"type": "object",
"properties": {
"altitude": {... | {"quantity":887,"sensor_id":"New York","collateral":"2024-06-30","turbidity":[{"weight":"admin@example.com","level":true,"wavelength":false,"aligned_pct":"high","credit_score":579,"branch":"admin@example.com"},{"altitude":"approved","weight":"test@test.io","level":false,"run_id":774,"aligned_pct":"medium","branch":"inf... | Unexpected end of JSON input — truncated array | {"quantity":887,"sensor_id":"New York","collateral":"2024-06-30","turbidity":[{"weight":"admin@example.com","level":true,"wavelength":false,"aligned_pct":"high","credit_score":579,"branch":"admin@example.com"},{"altitude":"approved","weight":"test@test.io","level":false,"run_id":774,"aligned_pct":"medium","branch":"inf... |
TASK repair_structured_output
SPEC
FIELD field_d47 TYPE string REQUIRED no
FIELD dim_x21 TYPE string REQUIRED yes
FIELD prop_q75 TYPE integer REQUIRED yes
BROKEN_OUTPUT
update_record(field_d47='Diana', dim_x21='Charlie', prop_q75=268) | {"field_d47":"Diana","dim_x21":"Charlie","prop_q75":268} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_d47": {
"type": "string"
},
"dim_x21": {
"type": "string"
},
"prop_q75": {
"type": "integer"
}
},
"required": [
"dim_x21",
"prop_q75"
]
} | update_record(field_d47='Diana', dim_x21='Charlie', prop_q75=268) | Tool call uses Python syntax instead of JSON | {"field_d47":"Diana","dim_x21":"Charlie","prop_q75":268} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string_date-time REQUIRED no
FIELD balance TYPE number REQUIRED no
FIELD message TYPE string REQUIRED no
FIELD isotope TYPE string REQUIRED no
FIELD end_date TYPE null REQUIRED no
FIELD thumbnail TYPE number REQUIRED no
FIELD terminal_id TYPE number REQUIRED yes
... | {"full_name":"2023-12-05T11:04:00Z","balance":197.19,"message":"hello","thumbnail":826.75,"terminal_id":922.33,"length":{"score":161.59,"yield_pct":"info@domain.org","items":230.43,"tile":988,"invoice_id":null,"compound":"mode_a","user_id":"Alice"}} | truncated_object | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"format": "date-time"
},
"balance": {
"type": "number"
},
"message": {
"type": "string"
},
"isotope": {
"type": "string"
},
"end_date": {
"type": "null"
},
"thumbnail"... | {"full_name":"2023-12-05T11:04:00Z","balance":197.19,"message":"hello","thumbnail":826.75,"terminal_id":922.33,"length":{"score":161.59,"yield_pct":"info@domain.org","items":230.43,"tile":988,"invoice_id":null,"compound":"mode_a","user_id":"Alice"} | Unexpected end of JSON input — truncated object | {"full_name":"2023-12-05T11:04:00Z","balance":197.19,"message":"hello","thumbnail":826.75,"terminal_id":922.33,"length":{"score":161.59,"yield_pct":"info@domain.org","items":230.43,"tile":988,"invoice_id":null,"compound":"mode_a","user_id":"Alice"}} |
TASK repair_structured_output
SPEC
FIELD attr_h09 TYPE integer REQUIRED no
FIELD field_b17 TYPE string_date-time REQUIRED no
FIELD key_b86.attr_e80 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD key_b86.prop_t35.col_r23 TYPE boolean REQUIRED no
FIELD key_b86.prop_t35.dim_q02 TYPE string VALUES mode_a... | {"attr_h09":908,"key_b86":{"attr_e80":"warning","prop_t35":{"col_r23":false,"dim_q02":"mode_c","field_a81":622.19,"field_x41":true},"col_z76":{"prop_h32":153,"col_y37":361.92,"field_a40":"2024-06-30","col_v78":"admin@domain.org"},"dim_w94":"level_6","attr_s20":181}} | trailing_comma | {
"type": "object",
"properties": {
"attr_h09": {
"type": "integer"
},
"field_b17": {
"type": "string",
"format": "date-time"
},
"key_b86": {
"type": "object",
"properties": {
"attr_e80": {
"type": "string",
"enum": [
"success... | {"attr_h09":908,"key_b86":{"attr_e80":"warning","prop_t35":{"col_r23":false,"dim_q02":"mode_c","field_a81":622.19,"field_x41":true,},"col_z76":{"prop_h32":153,"col_y37":361.92,"field_a40":"2024-06-30","col_v78":"admin@domain.org"},"dim_w94":"level_6","attr_s20":181}} | Unexpected trailing comma | {"attr_h09":908,"key_b86":{"attr_e80":"warning","prop_t35":{"col_r23":false,"dim_q02":"mode_c","field_a81":622.19,"field_x41":true},"col_z76":{"prop_h32":153,"col_y37":361.92,"field_a40":"2024-06-30","col_v78":"admin@domain.org"},"dim_w94":"level_6","attr_s20":181}} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD enabled TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD values TYPE integer REQUIRED no
FIELD altitude TYPE string VALUES option_a|option_b|option_c|option_d|option_e|opt... | {"insurance_id":"option_a","enabled":"cat_c","values":509,"altitude":"option_b","label":"test","discount":false,"tags":785.8} | number_with_unit | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"enabled": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_... | {"insurance_id": "option_a", "enabled": "cat_c", "values": 509, "altitude": "option_b", "label": "test", "discount": false, "tags": "785.8sec"} | Field 'tags' must be number, got string with unit | {"insurance_id":"option_a","enabled":"cat_c","values":509,"altitude":"option_b","label":"test","discount":false,"tags":785.8} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string_uri REQUIRED no
FIELD altitude TYPE string_date-time REQUIRED no
FIELD shipping TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD order_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD amplitude TYPE string ... | {"due_date":"https://data.io/data","order_id":"degraded","amplitude":"PASS","batch_code":null,"status_code":null,"tile":"Luis"} | extra_field | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"format": "uri"
},
"altitude": {
"type": "string",
"format": "date-time"
},
"shipping": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {"due_date": "https://data.io/data", "order_id": "degraded", "amplitude": "PASS", "batch_code": null, "status_code": null, "tile": "Luis", "extra_field_3303": true} | Unknown field 'extra_field_3303' not defined in schema | {"due_date":"https://data.io/data","order_id":"degraded","amplitude":"PASS","batch_code":null,"status_code":null,"tile":"Luis"} |
TASK repair_structured_output
SPEC
FIELD attr_d72 TYPE string REQUIRED yes
FIELD param_t88 TYPE integer REQUIRED no
FIELD param_y85.prop_l18 TYPE null REQUIRED yes
FIELD param_y85.param_k47 TYPE string_uri REQUIRED no
FIELD param_y85.col_f25 TYPE string REQUIRED yes
FIELD param_y85.attr_y27 TYPE string REQUIRED no
FIE... | {"attr_d72":"PASS","param_t88":680,"param_y85":{"prop_l18":null,"col_f25":"cancelled","attr_y27":"Paris","field_l28":{"param_x47":null,"col_x20":828.52,"prop_l59":250.44,"field_j59":"pending"}},"val_y02":"https://example.com","field_x09":"MV-Evergreen-01"} | truncated_array | {
"type": "object",
"properties": {
"attr_d72": {
"type": "string"
},
"param_t88": {
"type": "integer"
},
"param_y85": {
"type": "object",
"properties": {
"prop_l18": {
"type": "null"
},
"param_k47": {
"type": "string",
... | {"attr_d72":"PASS","param_t88":680,"param_y85":{"prop_l18":null,"col_f25":"cancelled","attr_y27":"Paris","field_l28":{"param_x47":null,"col_x20":828.52,"prop_l59":250.44,"field_j59":"pending"}},"val_y02":"https://example.com","field_x09":"MV-Evergreen-01" | Unexpected end of JSON input — truncated object | {"attr_d72":"PASS","param_t88":680,"param_y85":{"prop_l18":null,"col_f25":"cancelled","attr_y27":"Paris","field_l28":{"param_x47":null,"col_x20":828.52,"prop_l59":250.44,"field_j59":"pending"}},"val_y02":"https://example.com","field_x09":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD values TYPE string REQUIRED no
FIELD credit_score TYPE string REQUIRED yes
FIELD patient_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"credit_score": "world", "patient_id": 878, "extra_data_5925": 42} | {"credit_score":"world","patient_id":878} | extra_field | {
"type": "object",
"properties": {
"values": {
"type": "string"
},
"credit_score": {
"type": "string"
},
"patient_id": {
"type": "integer"
}
},
"required": [
"patient_id",
"credit_score"
]
} | {"credit_score": "world", "patient_id": 878, "extra_data_5925": 42} | Unknown field 'extra_data_5925' not defined in schema | {"credit_score":"world","patient_id":878} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string VALUES draft|published|archived REQUIRED no
FIELD quality_score TYPE number REQUIRED yes
FIELD item_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD half_life TYPE string REQUIRED no
FIELD last_name TYPE number REQUIRED yes
FIELD featur... | {"frequency_hz":"archived","quality_score":52.31,"item_id":"enterprise","last_name":802.58,"features":600,"build_status":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"quality_score": {
"type": "number"
},
"item_id": {
"type": "string",
"enum": [
"free",
"basic",
... | Let me check the system.
Action: queue_sequencing_run
Arguments: {"frequency_hz": "archived", "item_id": "enterprise", "last_name": 802.58, "features": 600, "build_status": false} | Agent tool call missing required parameter 'quality_score' | {"frequency_hz":"archived","quality_score":52.31,"item_id":"enterprise","last_name":802.58,"features":600,"build_status":false} |
TASK repair_structured_output
SPEC
FIELD width TYPE string VALUES draft|published|archived REQUIRED yes
FIELD procedure_code TYPE string REQUIRED yes
FIELD lab_result TYPE boolean REQUIRED yes
FIELD created_at TYPE string VALUES draft|published|archived REQUIRED yes
BROKEN_OUTPUT
{"width": "archived", "procedure_code... | {"width":"archived","procedure_code":"Maria","lab_result":true,"created_at":"draft"} | extra_field | {
"type": "object",
"properties": {
"width": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"procedure_code": {
"type": "string"
},
"lab_result": {
"type": "boolean"
},
"created_at": {
"type": "string",
... | {"width": "archived", "procedure_code": "Maria", "lab_result": true, "created_at": "draft", "extra_field_5412": true} | Unknown field 'extra_field_5412' not defined in schema | {"width":"archived","procedure_code":"Maria","lab_result":true,"created_at":"draft"} |
TASK repair_structured_output
SPEC
FIELD amplitude.sensor_id.patient_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD amplitude.sensor_id.invoice_id TYPE number REQUIRED yes
FIELD amplitude.sensor_id.bearing TYPE integer REQUIRED yes
FIELD amplitude.sensor_id.terminal_id[] TYPE number REQUIRED no
FIELD ... | {"color":"level_5","account_id":null,"title":"type_c"} | tool_call_text_mix | {
"type": "object",
"properties": {
"amplitude": {
"type": "object",
"properties": {
"sensor_id": {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"enum": [
"active",
"inactive",
... | I'll query our database.
<tool_call name="annotate_mutation">
{"color":"level_5","account_id":null,"title":"type_c"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"color":"level_5","account_id":null,"title":"type_c"} |
TASK repair_structured_output
SPEC
FIELD param_h23 TYPE boolean REQUIRED yes
FIELD val_u78 TYPE string REQUIRED no
FIELD param_q17 TYPE string REQUIRED yes
FIELD col_y99[].key_c12 TYPE string REQUIRED yes
FIELD col_y99[].col_y03 TYPE string REQUIRED no
FIELD col_y99[].key_m39 TYPE number REQUIRED no
FIELD col_y99[].fi... | {"param_h23":true,"val_u78":"PASS","param_q17":"foo","col_y99":[{"key_c12":"pending","key_m39":611.3,"field_b43":"option_a"},{"key_c12":"RTG-04","col_y03":"London","key_m39":926.82,"field_b43":"option_a"},{"key_c12":"Bob","key_m39":574.92,"field_b43":"option_b"},{"key_c12":"Sao Paulo","col_y03":"Bob","key_m39":812.17,"... | markdown_explanation | {
"type": "object",
"properties": {
"param_h23": {
"type": "boolean"
},
"val_u78": {
"type": "string"
},
"param_q17": {
"type": "string"
},
"col_y99": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key_c12": {
... | The parsed result is:
```json
{"param_h23":true,"val_u78":"PASS","param_q17":"foo","col_y99":[{"key_c12":"pending","key_m39":611.3,"field_b43":"option_a"},{"key_c12":"RTG-04","col_y03":"London","key_m39":926.82,"field_b43":"option_a"},{"key_c12":"Bob","key_m39":574.92,"field_b43":"option_b"},{"key_c12":"Sao Paulo","col... | Output contains markdown and explanatory text around JSON | {"param_h23":true,"val_u78":"PASS","param_q17":"foo","col_y99":[{"key_c12":"pending","key_m39":611.3,"field_b43":"option_a"},{"key_c12":"RTG-04","col_y03":"London","key_m39":926.82,"field_b43":"option_a"},{"key_c12":"Bob","key_m39":574.92,"field_b43":"option_b"},{"key_c12":"Sao Paulo","col_y03":"Bob","key_m39":812.17,"... |
TASK repair_structured_output
SPEC
FIELD prop_g64.param_e70 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_g64.key_w08 TYPE string REQUIRED no
FIELD prop_g64.field_q62 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_g64.prop_p48 TYPE integer REQUIRED yes
FIELD... | {"prop_g64":{"param_e70":"heterozygous","key_w08":"Tokyo","field_q62":"in_transit","prop_p48":520},"col_f93":"degraded","prop_o78":"degraded"} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_g64": {
"type": "object",
"properties": {
"param_e70": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_w08": {
"type": "str... | Let me check the system.
<tool_call name="queue_sequencing_run">
{"prop_g64":{"param_e70":"heterozygous","key_w08":"Tokyo","field_q62":"in_transit","prop_p48":520},"col_f93":"degraded","prop_o78":"degraded"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"prop_g64":{"param_e70":"heterozygous","key_w08":"Tokyo","field_q62":"in_transit","prop_p48":520},"col_f93":"degraded","prop_o78":"degraded"} |
TASK repair_structured_output
SPEC
FIELD attr_s85 TYPE string_uri REQUIRED no
FIELD field_r31 TYPE string REQUIRED no
FIELD attr_f92 TYPE string REQUIRED yes
FIELD prop_y69 TYPE string REQUIRED no
FIELD col_v00 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"field_r31": "New York", "prop_y69": "active"} | {"field_r31":"New York","attr_f92":"Jane","prop_y69":"active"} | missing_required | {
"type": "object",
"properties": {
"attr_s85": {
"type": "string",
"format": "uri"
},
"field_r31": {
"type": "string"
},
"attr_f92": {
"type": "string"
},
"prop_y69": {
"type": "string"
},
"col_v00": {
"type": "string",
"format": "uri"
... | {"field_r31": "New York", "prop_y69": "active"} | Required field 'attr_f92' is missing | {"field_r31":"New York","attr_f92":"Jane","prop_y69":"active"} |
TASK repair_structured_output
SPEC
FIELD key_v44 TYPE boolean REQUIRED yes
FIELD col_e44.col_o51 TYPE string REQUIRED no
FIELD col_e44.val_l83 TYPE string REQUIRED yes
FIELD col_e44.key_e53 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD col_e44.prop_q06 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRE... | {"key_v44":true,"col_e44":{"col_o51":"Alice","val_l83":"Sao Paulo","key_e53":"mode_b","prop_q06":"type_e"},"key_y97":364} | thought_process | {
"type": "object",
"properties": {
"key_v44": {
"type": "boolean"
},
"col_e44": {
"type": "object",
"properties": {
"col_o51": {
"type": "string"
},
"val_l83": {
"type": "string"
},
"key_e53": {
"type": "string",
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"key_v44":true,"col_e44":{"col_o51":"Alice","val_l83":"Sao Paulo","key_e53":"mode_b","prop_q06":"type_e"},"key_y97":364} | Output contains chain-of-thought reasoning before JSON | {"key_v44":true,"col_e44":{"col_o51":"Alice","val_l83":"Sao Paulo","key_e53":"mode_b","prop_q06":"type_e"},"key_y97":364} |
TASK repair_structured_output
SPEC
FIELD prop_w88 TYPE string_uri REQUIRED no
FIELD param_e31 TYPE string REQUIRED no
FIELD val_l34 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
```json
{"val_l34":462}
```
Analysis finished. | {"val_l34":462} | markdown_explanation | {
"type": "object",
"properties": {
"prop_w88": {
"type": "string",
"format": "uri"
},
"param_e31": {
"type": "string"
},
"val_l34": {
"type": "integer"
}
},
"required": [
"val_l34"
]
} | Let me provide the data in JSON format:
```json
{"val_l34":462}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"val_l34":462} |
TASK repair_structured_output
SPEC
FIELD val_w97 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_j98 TYPE string_uri REQUIRED no
FIELD param_c32 TYPE string VALUES cat_a|cat_b REQUIRED no
BROKEN_OUTPUT
"val_w97":"offline","attr_j98":"https://www.com/v1","param_c32":"cat_a"} | {"val_w97":"offline","attr_j98":"https://www.com/v1","param_c32":"cat_a"} | missing_brace | {
"type": "object",
"properties": {
"val_w97": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_j98": {
"type": "string",
"format": "uri"
},
"param_c32": {
"type": "string",
"enu... | "val_w97":"offline","attr_j98":"https://www.com/v1","param_c32":"cat_a"} | Missing closing brace | {"val_w97":"offline","attr_j98":"https://www.com/v1","param_c32":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE boolean REQUIRED no
FIELD yield_pct TYPE string_uri REQUIRED no
FIELD branch TYPE null REQUIRED no
FIELD aligned_pct TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD values TYPE string_email REQUIRED no
FIELD status TYPE number REQUIRE... | {"currency":true,"branch":null,"values":"ops@domain.org","status":322.74,"isotope":{"visible":76,"shipping":"Berlin","coverage":{"gene_id":668,"username":376},"due_date":664}} | unquoted_keys | {
"type": "object",
"properties": {
"currency": {
"type": "boolean"
},
"yield_pct": {
"type": "string",
"format": "uri"
},
"branch": {
"type": "null"
},
"aligned_pct": {
"type": "string",
"enum": [
"operational",
"degraded",
"of... | {currency:true,branch:null,values:"ops@domain.org",status:322.74,isotope:{visible:76,shipping:"Berlin",coverage:{gene_id:668,username:376},due_date:664}} | Expecting property name enclosed in double quotes | {"currency":true,"branch":null,"values":"ops@domain.org","status":322.74,"isotope":{"visible":76,"shipping":"Berlin","coverage":{"gene_id":668,"username":376},"due_date":664}} |
TASK repair_structured_output
SPEC
FIELD dim_x07 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD key_m37 TYPE boolean REQUIRED no
FIELD col_c45 TYPE integer REQUIRED no
FIELD param_p94 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_a44 TYPE string REQUIRED no
FIELD ke... | {"dim_x07":"level_5","key_m37":true,"col_c45":576,"param_p94":"blue","key_q33":"low","param_d73":683.95,"key_y19":"completed"} | missing_required | {
"type": "object",
"properties": {
"dim_x07": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"key_m37": {
"type": "boolean"
},
"col_c45": {
"type": "integer"
},
"param_p94": {... | {"key_m37": true, "col_c45": 576, "param_p94": "blue", "key_q33": "low", "param_d73": 683.95, "key_y19": "completed"} | Required field 'dim_x07' is missing | {"dim_x07":"level_5","key_m37":true,"col_c45":576,"param_p94":"blue","key_q33":"low","param_d73":683.95,"key_y19":"completed"} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD payment_status TYPE number REQUIRED yes
FIELD insurance_id TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD port_code TYPE string_date-time REQUIRED yes
FIELD size TYPE string REQUIRED yes
FIELD ann... | {"salinity":"cat_b","payment_status":86.73,"insurance_id":"sms","port_code":"2024-01-17T20:15:00Z","size":"example","annotation":"foo"} | markdown_fences | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"payment_status": {
"type": "number"
},
"insurance_id": {
"type": "string",
"enum": [
"email",
... | ```json
{"salinity":"cat_b","payment_status":86.73,"insurance_id":"sms","port_code":"2024-01-17T20:15:00Z","size":"example","annotation":"foo"}
``` | Output contains markdown code fences | {"salinity":"cat_b","payment_status":86.73,"insurance_id":"sms","port_code":"2024-01-17T20:15:00Z","size":"example","annotation":"foo"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED yes
FIELD yield_pct TYPE boolean REQUIRED no
FIELD shipping TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD gene_id[].commit_hash TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD gene_id[].ward TYPE... | {"items":"world","yield_pct":true,"shipping":"level_1","gene_id":[{"ward":"Maria","collateral":270,"reagent":false,"name":"cancelled"},{"commit_hash":"type_c","ward":"MV-Evergreen-01","collateral":575,"reagent":false}]} | boolean_as_string | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"yield_pct": {
"type": "boolean"
},
"shipping": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},... | {"items": "world", "yield_pct": "False", "shipping": "level_1", "gene_id": [{"ward": "Maria", "collateral": 270, "reagent": false, "name": "cancelled"}, {"commit_hash": "type_c", "ward": "MV-Evergreen-01", "collateral": 575, "reagent": false}]} | Field 'yield_pct' must be boolean, got string | {"items":"world","yield_pct":true,"shipping":"level_1","gene_id":[{"ward":"Maria","collateral":270,"reagent":false,"name":"cancelled"},{"commit_hash":"type_c","ward":"MV-Evergreen-01","collateral":575,"reagent":false}]} |
TASK repair_structured_output
SPEC
FIELD dim_u20 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD dim_v83 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_v55 TYPE number REQUIRED no
FIELD key_a74.col_o93.val_x67 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD... | {"dim_u20":"level_3","dim_v83":"success","dim_v55":713.71,"key_a74":{"field_x18":null,"prop_n31":{"prop_u44":"option_a","dim_w30":"married","col_s92":"mode_c","param_u49":"Alice"},"val_b72":false},"field_s74":"Tokyo","attr_c07":null} | unquoted_keys | {
"type": "object",
"properties": {
"dim_u20": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"dim_v83": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | {dim_u20:"level_3",dim_v83:"success",dim_v55:713.71,key_a74:{field_x18:null,prop_n31:{prop_u44:"option_a",dim_w30:"married",col_s92:"mode_c",param_u49:"Alice"},val_b72:false},field_s74:"Tokyo",attr_c07:null} | Expecting property name enclosed in double quotes | {"dim_u20":"level_3","dim_v83":"success","dim_v55":713.71,"key_a74":{"field_x18":null,"prop_n31":{"prop_u44":"option_a","dim_w30":"married","col_s92":"mode_c","param_u49":"Alice"},"val_b72":false},"field_s74":"Tokyo","attr_c07":null} |
TASK repair_structured_output
SPEC
FIELD values.level TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD values.name TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD values.full_name TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD values... | {"values":{"level":"mode_b","name":"mode_b","full_name":"type_b","due_date":"user@domain.com","image_url":"2021-09-19T18:13:00Z","rating":false,"footnote":"mode_a","start_date":null},"dissolved_oxygen":"option_d","organism":86,"throttle_pos":{"subject":"cat_b","lane":"mode_b","full_name":631,"consignee":"cat_b","freigh... | thought_process | {
"type": "object",
"properties": {
"values": {
"type": "object",
"properties": {
"level": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"name": {
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"values":{"level":"mode_b","name":"mode_b","full_name":"type_b","due_date":"user@domain.com","image_url":"2021-09-19T18:13:00Z","rating":false,"footnote":"mode_a","start_date":null},"dissolve... | Output contains chain-of-thought reasoning before JSON | {"values":{"level":"mode_b","name":"mode_b","full_name":"type_b","due_date":"user@domain.com","image_url":"2021-09-19T18:13:00Z","rating":false,"footnote":"mode_a","start_date":null},"dissolved_oxygen":"option_d","organism":86,"throttle_pos":{"subject":"cat_b","lane":"mode_b","full_name":631,"consignee":"cat_b","freigh... |
TASK repair_structured_output
SPEC
FIELD dim_f36 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD val_a97 TYPE string REQUIRED no
FIELD key_w25 TYPE string REQUIRED no
FIELD attr_i11 TYPE string_email REQUIRED no
FIELD field_b06.col_i25 TYPE string_uri REQUIRED no
FIELD field_b06.val_u08 TYPE bool... | {"dim_f36":"resolved","val_a97":"pending","attr_i11":"test@domain.org","field_b06":{"col_i25":"https://example.io/data","val_u08":true,"dim_w87":null},"field_g00":{"prop_x98":null,"param_u21":70,"dim_o85":795},"val_e10":"QC-07"} | extra_field | {
"type": "object",
"properties": {
"dim_f36": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"val_a97": {
"type": "string"
},
"key_w25": {
"type": "string"
},
"attr_i11": {
"type": "strin... | {"dim_f36": "resolved", "val_a97": "pending", "attr_i11": "test@domain.org", "field_b06": {"col_i25": "https://example.io/data", "val_u08": true, "dim_w87": null}, "field_g00": {"prop_x98": null, "param_u21": 70, "dim_o85": 795}, "val_e10": "QC-07", "extra_info_5904": true} | Unknown field 'extra_info_5904' not defined in schema | {"dim_f36":"resolved","val_a97":"pending","attr_i11":"test@domain.org","field_b06":{"col_i25":"https://example.io/data","val_u08":true,"dim_w87":null},"field_g00":{"prop_x98":null,"param_u21":70,"dim_o85":795},"val_e10":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD param_g42 TYPE boolean REQUIRED no
FIELD param_w24 TYPE string_uri REQUIRED yes
FIELD attr_f01 TYPE string REQUIRED no
FIELD param_h19 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: annotate_mutation
Arg... | {"param_g42":false,"param_w24":"https://data.org/data","attr_f01":"This is a test value.","param_h19":"mode_c"} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_g42": {
"type": "boolean"
},
"param_w24": {
"type": "string",
"format": "uri"
},
"attr_f01": {
"type": "string"
},
"param_h19": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c... | Let me check the system.
Action: annotate_mutation
Arguments: {"param_g42": false, "attr_f01": "This is a test value.", "param_h19": "mode_c"} | Agent tool call missing required parameter 'param_w24' | {"param_g42":false,"param_w24":"https://data.org/data","attr_f01":"This is a test value.","param_h19":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string REQUIRED yes
FIELD enabled TYPE string REQUIRED yes
FIELD role TYPE string REQUIRED yes
FIELD half_life TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD company.city TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD company.shift... | {"crew_id":"Oliveira","enabled":"A short description.","role":"Luis","half_life":"option_a","company":{"shift_code":635.51,"half_life":"https://api.org/api","vessel_name":false,"notes":8}} | partial_structure | {
"type": "object",
"properties": {
"crew_id": {
"type": "string"
},
"enabled": {
"type": "string"
},
"role": {
"type": "string"
},
"half_life": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"comp... | I found that crew_id should be Oliveira. {"crew_id":"Oliveira","enabled":"A short description.","role":"Luis","half_life":"option_a","company":{"shift_code":635.51,"half_life":"https://api.org/api","vessel_name":false,"notes":8}} | Output mixes natural language with JSON | {"crew_id":"Oliveira","enabled":"A short description.","role":"Luis","half_life":"option_a","company":{"shift_code":635.51,"half_life":"https://api.org/api","vessel_name":false,"notes":8}} |
TASK repair_structured_output
SPEC
FIELD val_t83 TYPE number REQUIRED yes
FIELD field_o92 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD dim_f59 TYPE integer REQUIRED no
FIELD col_f52.col_x90 TYPE boolean REQUIRED yes
FIELD col_f52.param_a01 TYPE string REQUIRED yes
FIELD col_f52.param_f64[] TYPE inte... | {"val_t83":494.75,"field_o92":"option_a","dim_f59":983,"col_f52":{"col_x90":true,"param_a01":"Tokyo","param_f64":[336,420,589]},"key_s83":{"attr_q63":"level_3","col_b02":false,"field_y18":"PASS","prop_l17":"2022-03-10T03:55:00Z","field_u24":"cat_d","val_v30":"world","attr_i98":151}} | unquoted_keys | {
"type": "object",
"properties": {
"val_t83": {
"type": "number"
},
"field_o92": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"dim_f59": {
"type": "integer"
},
"col_f52": {
"type": "object",
"prop... | {val_t83:494.75,field_o92:"option_a",dim_f59:983,col_f52:{col_x90:true,param_a01:"Tokyo",param_f64:[336,420,589]},key_s83:{attr_q63:"level_3",col_b02:false,field_y18:"PASS",prop_l17:"2022-03-10T03:55:00Z",field_u24:"cat_d",val_v30:"world",attr_i98:151}} | Expecting property name enclosed in double quotes | {"val_t83":494.75,"field_o92":"option_a","dim_f59":983,"col_f52":{"col_x90":true,"param_a01":"Tokyo","param_f64":[336,420,589]},"key_s83":{"attr_q63":"level_3","col_b02":false,"field_y18":"PASS","prop_l17":"2022-03-10T03:55:00Z","field_u24":"cat_d","val_v30":"world","attr_i98":151}} |
TASK repair_structured_output
SPEC
FIELD attr_z01 TYPE integer REQUIRED no
FIELD param_x13 TYPE integer REQUIRED yes
FIELD param_t12 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD col_g14 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
BROKEN_OUTPUT
I need to look up the infor... | {"param_x13":954,"param_t12":"level_2","col_g14":"mode_d"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_z01": {
"type": "integer"
},
"param_x13": {
"type": "integer"
},
"param_t12": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"col_g14": {
"type": "... | I need to look up the information first.
Action: transfer_call
Arguments: {"param_x13": 954, "col_g14": "mode_d"} | Agent tool call missing required parameter 'param_t12' | {"param_x13":954,"param_t12":"level_2","col_g14":"mode_d"} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE string_date-time REQUIRED yes
FIELD commit_hash TYPE boolean REQUIRED no
FIELD port_code TYPE integer REQUIRED no
FIELD barcode TYPE integer REQUIRED no
BROKEN_OUTPUT
"thumbnail":"2025-02-17T14:46:00Z","commit_hash":false} | {"thumbnail":"2025-02-17T14:46:00Z","commit_hash":false} | missing_brace | {
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
"format": "date-time"
},
"commit_hash": {
"type": "boolean"
},
"port_code": {
"type": "integer"
},
"barcode": {
"type": "integer"
}
},
"required": [
"thumbnail"
]
} | "thumbnail":"2025-02-17T14:46:00Z","commit_hash":false} | Missing closing brace | {"thumbnail":"2025-02-17T14:46:00Z","commit_hash":false} |
TASK repair_structured_output
SPEC
FIELD col_e49 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_s88 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD key_x93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
BROKEN_OUTPUT
Let me check the system.
A... | {"col_e49":"divorced","col_s88":"heterozygous","key_x93":"level_2"} | agent_chain | {
"type": "object",
"properties": {
"col_e49": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"col_s88": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_x93"... | Let me check the system.
Action: verify_hazmat_compliance
Result: {"col_e49": "divorced", "key_x93": "level_2"}
Processing the request now.
Action: call_variants
Result: | Agent multi-step chain with truncated tool output | {"col_e49":"divorced","col_s88":"heterozygous","key_x93":"level_2"} |
TASK repair_structured_output
SPEC
FIELD field_b43 TYPE number REQUIRED no
FIELD dim_a26 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD attr_l33 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_j71 TYPE integer REQUIRED no
FIELD col_e48 TYPE null REQUIRED no
FIELD param_b99 TYPE boolean REQ... | {"field_b43":602.2,"dim_a26":"admin","dim_j71":451,"col_e48":null,"param_b99":false,"col_h06":542,"prop_o22":{"key_c50":619.1,"dim_i01":"active","dim_y57":null,"attr_f39":324,"field_i20":null,"key_v64":"JPY","attr_b97":"pending"}} | missing_bracket | {
"type": "object",
"properties": {
"field_b43": {
"type": "number"
},
"dim_a26": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_l33": {
"type": "string",
"enum": [
"draft",
"published",
"ar... | {"field_b43":602.2,"dim_a26":"admin","dim_j71":451,"col_e48":null,"param_b99":false,"col_h06":542,"prop_o22":{"key_c50":619.1,"dim_i01":"active","dim_y57":null,"attr_f39":324,"field_i20":null,"key_v64":"JPY","attr_b97":"pending"}} | Missing closing bracket | {"field_b43":602.2,"dim_a26":"admin","dim_j71":451,"col_e48":null,"param_b99":false,"col_h06":542,"prop_o22":{"key_c50":619.1,"dim_i01":"active","dim_y57":null,"attr_f39":324,"field_i20":null,"key_v64":"JPY","attr_b97":"pending"}} |
TASK repair_structured_output
SPEC
FIELD field_g61 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_f37 TYPE string REQUIRED yes
FIELD attr_j06 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_l65 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"field_g61": "in_progress"... | {"field_g61":"in_progress","key_f37":"example","attr_j06":"homozygous","field_l65":624} | extra_field | {
"type": "object",
"properties": {
"field_g61": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"key_f37": {
"type": "string"
},
"attr_j06": {
"type": "string",
"enum": [
"homozygous",
... | {"field_g61": "in_progress", "key_f37": "example", "attr_j06": "homozygous", "field_l65": 624, "extra_info_8658": true} | Unknown field 'extra_info_8658' not defined in schema | {"field_g61":"in_progress","key_f37":"example","attr_j06":"homozygous","field_l65":624} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string REQUIRED yes
FIELD manifest_ref TYPE string_uri REQUIRED yes
FIELD sensor_id.velocity TYPE boolean REQUIRED no
FIELD sensor_id.catalyst TYPE number REQUIRED yes
FIELD sensor_id.hazmat_code TYPE integer REQUIRED no
FIELD sensor_id.product_id TYPE integer R... | {"wavelength":"https://api.example.com/v1","manifest_ref":"https://www.com/data","sensor_id":{"catalyst":782.71,"hazmat_code":730,"verified":{"options":"Smith","chromosome":637.61,"yield_pct":["ops@domain.org","ops@test.io"]},"size":{"name":true,"gene_id":null,"chapter":"https://example.com","full_name":"2024-01-15"}},... | missing_required | {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"manifest_ref": {
"type": "string",
"format": "uri"
},
"sensor_id": {
"type": "object",
"properties": {
"velocity": {
"type": "boolean"
},
"catalyst": {
... | {"wavelength": "https://api.example.com/v1", "sensor_id": {"catalyst": 782.71, "hazmat_code": 730, "verified": {"options": "Smith", "chromosome": 637.61, "yield_pct": ["ops@domain.org", "ops@test.io"]}, "size": {"name": true, "gene_id": null, "chapter": "https://example.com", "full_name": "2024-01-15"}}, "gene_id": nul... | Required field 'manifest_ref' is missing | {"wavelength":"https://api.example.com/v1","manifest_ref":"https://www.com/data","sensor_id":{"catalyst":782.71,"hazmat_code":730,"verified":{"options":"Smith","chromosome":637.61,"yield_pct":["ops@domain.org","ops@test.io"]},"size":{"name":true,"gene_id":null,"chapter":"https://example.com","full_name":"2024-01-15"}},... |
TASK repair_structured_output
SPEC
FIELD dim_r01 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD prop_e59 TYPE null REQUIRED yes
FIELD dim_l30.attr_l95.dim_c04 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dim_l30.attr_l95.param_u53 TYPE integer REQUIRED no
FIELD dim_l... | {"dim_r01":"escalated","prop_e59":null,"dim_l30":{"attr_l95":{"dim_c04":"published","param_u53":693,"dim_l51":435.31,"prop_k10":["success","info","error","success"]},"param_g91":"homozygous","field_f94":507.24,"field_w37":"large"},"key_a97":{"prop_s98":"ops@example.com","col_o40":"offline","val_j14":"free","key_f99":{"... | trailing_comma | {
"type": "object",
"properties": {
"dim_r01": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_e59": {
"type": "null"
},
"dim_l30": {
"type": "object",
"properties": {
"att... | {"dim_r01":"escalated","prop_e59":null,"dim_l30":{"attr_l95":{"dim_c04":"published","param_u53":693,"dim_l51":435.31,"prop_k10":["success","info","error","success"]},"param_g91":"homozygous","field_f94":507.24,"field_w37":"large"},"key_a97":{"prop_s98":"ops@example.com","col_o40":"offline","val_j14":"free","key_f99":{"... | Unexpected trailing comma | {"dim_r01":"escalated","prop_e59":null,"dim_l30":{"attr_l95":{"dim_c04":"published","param_u53":693,"dim_l51":435.31,"prop_k10":["success","info","error","success"]},"param_g91":"homozygous","field_f94":507.24,"field_w37":"large"},"key_a97":{"prop_s98":"ops@example.com","col_o40":"offline","val_j14":"free","key_f99":{"... |
TASK repair_structured_output
SPEC
FIELD field_a02 TYPE integer REQUIRED no
FIELD val_v06 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD attr_z58 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_v61 TYPE number REQUIRED no
FIELD col_m83 TYPE null REQUIRED yes
FIELD val_d53 TYPE integer REQUIRED ... | {"field_a02":412,"val_v06":"level_2","attr_z58":"divorced","dim_v61":582.28,"col_m83":null,"val_d53":933,"attr_o10":"cat_d"} | markdown_fences | {
"type": "object",
"properties": {
"field_a02": {
"type": "integer"
},
"val_v06": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"attr_z58": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]... | ```json
{"field_a02":412,"val_v06":"level_2","attr_z58":"divorced","dim_v61":582.28,"col_m83":null,"val_d53":933,"attr_o10":"cat_d"}
``` | Output contains markdown code fences | {"field_a02":412,"val_v06":"level_2","attr_z58":"divorced","dim_v61":582.28,"col_m83":null,"val_d53":933,"attr_o10":"cat_d"} |
TASK repair_structured_output
SPEC
FIELD param_f21 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD prop_s44 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_r42 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD attr_c52 TYPE string VALUES level_1|level_2|level... | {"param_f21":"level_4","prop_s44":"error","param_r42":"type_b","attr_c52":"level_2","dim_m75":"active","field_r71":743} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_f21": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"prop_s44": {
"type": "string",
"enum": [
"success",
"error",
"warning",... | <functioncall> queue_sequencing_run
{param_f21: "level_4", prop_s44: "error", param_r42: "type_b", attr_c52: "level_2", dim_m75: "active", field_r71: 743} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_f21":"level_4","prop_s44":"error","param_r42":"type_b","attr_c52":"level_2","dim_m75":"active","field_r71":743} |
TASK repair_structured_output
SPEC
FIELD col_w29 TYPE integer REQUIRED no
FIELD val_r03 TYPE string REQUIRED no
FIELD param_b10.param_u76 TYPE string REQUIRED no
FIELD param_b10.param_u45 TYPE string REQUIRED yes
FIELD param_b10.attr_x42 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{'param_b10':{'param_u76':'Santos','para... | {"param_b10":{"param_u76":"Santos","param_u45":"hello","attr_x42":true}} | single_quotes | {
"type": "object",
"properties": {
"col_w29": {
"type": "integer"
},
"val_r03": {
"type": "string"
},
"param_b10": {
"type": "object",
"properties": {
"param_u76": {
"type": "string"
},
"param_u45": {
"type": "string"
}... | {'param_b10':{'param_u76':'Santos','param_u45':'hello','attr_x42':true}} | Expecting property name enclosed in double quotes | {"param_b10":{"param_u76":"Santos","param_u45":"hello","attr_x42":true}} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string REQUIRED yes
FIELD trace_id.color TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD trace_id.run_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD trace_id.payment_status TYPE string VALUES new|in_transit|delivered|... | {"footnote":"https://example.com","timezone":true,"diagnosis_code":"BRL"} | tool_call_text_mix | {
"type": "object",
"properties": {
"footnote": {
"type": "string"
},
"trace_id": {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
... | I need to look up the information first.
<tool_call name="check_cargo_manifest">
{"footnote":"https://example.com","timezone":true,"diagnosis_code":"BRL"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"footnote":"https://example.com","timezone":true,"diagnosis_code":"BRL"} |
TASK repair_structured_output
SPEC
FIELD key_n06 TYPE string_uri REQUIRED yes
FIELD attr_a75 TYPE string_uri REQUIRED no
FIELD col_m22.attr_u22 TYPE boolean REQUIRED yes
FIELD col_m22.key_o53 TYPE boolean REQUIRED yes
FIELD col_m22.key_j99 TYPE boolean REQUIRED no
FIELD col_m22.field_b74[] TYPE number REQUIRED yes
BR... | {"key_n06":"https://example.io/data","col_m22":{"attr_u22":false,"key_o53":true,"key_j99":true,"field_b74":[299.56,396.12]}} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_n06": {
"type": "string",
"format": "uri"
},
"attr_a75": {
"type": "string",
"format": "uri"
},
"col_m22": {
"type": "object",
"properties": {
"attr_u22": {
"type": "boolean"
},
"key_o5... | <functioncall> apply_discount
{key_n06: "https://example.io/data", col_m22: {attr_u22: false, key_o53: true, key_j99: true, field_b74: [299.56, 396.12]}} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_n06":"https://example.io/data","col_m22":{"attr_u22":false,"key_o53":true,"key_j99":true,"field_b74":[299.56,396.12]}} |
TASK repair_structured_output
SPEC
FIELD amount TYPE null REQUIRED yes
FIELD berth_slot TYPE string_uri REQUIRED no
FIELD ward TYPE string_email REQUIRED yes
FIELD verified TYPE number REQUIRED no
FIELD color TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD allele TYPE integer REQUIRED yes
FIELD... | {"amount":null,"berth_slot":"https://api.org/v1","ward":"test@example.com","verified":110.93,"allele":546,"timezone":"nonsense"} | wrong_type | {
"type": "object",
"properties": {
"amount": {
"type": "null"
},
"berth_slot": {
"type": "string",
"format": "uri"
},
"ward": {
"type": "string",
"format": "email"
},
"verified": {
"type": "number"
},
"color": {
"type": "string",
"... | {"amount": null, "berth_slot": "https://api.org/v1", "ward": "test@example.com", "verified": "\"110.93\"", "allele": 546, "timezone": "nonsense"} | Field 'verified' must be number, got string | {"amount":null,"berth_slot":"https://api.org/v1","ward":"test@example.com","verified":110.93,"allele":546,"timezone":"nonsense"} |
TASK repair_structured_output
SPEC
FIELD col_n19 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_e41 TYPE null REQUIRED no
FIELD dim_b13 TYPE string REQUIRED no
FIELD field_s86[] TYPE string REQUIRED yes
FIELD dim_f56[] TYPE integer REQUIRED no
BROKEN_OUTPUT
Tool: schedule_meeting
Params: {"... | {"col_n19":"intermittent","field_e41":null,"dim_b13":"chrX","field_s86":["approved","completed","2024-01-15","Diana"],"dim_f56":[767,920]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_n19": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_e41": {
"type": "null"
},
"dim_b13": {
"type": "string"
},
"field_s86": {
"type": "array",
"it... | Tool: schedule_meeting
Params: {"col_n19": "intermittent", "field_e41": null, "dim_b13": "chrX", "dim_f56": [767, 920], "field_s86_id": ["approved", "completed", "2024-01-15", "Diana"]} | Agent used wrong parameter name 'field_s86_id' instead of 'field_s86' | {"col_n19":"intermittent","field_e41":null,"dim_b13":"chrX","field_s86":["approved","completed","2024-01-15","Diana"],"dim_f56":[767,920]} |
TASK repair_structured_output
SPEC
FIELD prop_c79 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_r93 TYPE integer REQUIRED yes
FIELD prop_w38 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_i88 TYPE null REQUIRED yes
BROKEN_OUTPUT
{'prop_c79':'warning','key_r93':4,'prop_w38':'sms'... | {"prop_c79":"warning","key_r93":4,"prop_w38":"sms","attr_i88":null} | single_quotes | {
"type": "object",
"properties": {
"prop_c79": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_r93": {
"type": "integer"
},
"prop_w38": {
"type": "string",
"enum": [
"email",
"phone... | {'prop_c79':'warning','key_r93':4,'prop_w38':'sms','attr_i88':null} | Expecting property name enclosed in double quotes | {"prop_c79":"warning","key_r93":4,"prop_w38":"sms","attr_i88":null} |
TASK repair_structured_output
SPEC
FIELD lane TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD status.run_id TYPE number REQUIRED no
FIELD status.credit_score.version TYPE string VALUES type_a|type_b REQUIRED no
FIELD status.credit_score.temp_celsius TYPE integer REQUIRED no
FIELD status.credit_score.repository TYP... | {"lane":"mode_a","status":{"run_id":66.4,"credit_score":{"version":"type_a","temp_celsius":170,"repository":563.55,"country":[550,837,542,599],"vessel_name":[false,false,false]},"tax":886,"sensor_id":{"throttle_pos":251,"tags":687,"payment_status":"cat_b","status_code":"test@domain.org","lane":"cancelled"}},"index":547... | missing_bracket | {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"status": {
"type": "object",
"properties": {
"run_id": {
"type": "number"
},
"credit_score": {
"type": "object",
... | {"lane":"mode_a","status":{"run_id":66.4,"credit_score":{"version":"type_a","temp_celsius":170,"repository":563.55,"country":[550,837,542,599,"vessel_name":[false,false,false]},"tax":886,"sensor_id":{"throttle_pos":251,"tags":687,"payment_status":"cat_b","status_code":"test@domain.org","lane":"cancelled"}},"index":547,... | Missing closing bracket | {"lane":"mode_a","status":{"run_id":66.4,"credit_score":{"version":"type_a","temp_celsius":170,"repository":563.55,"country":[550,837,542,599],"vessel_name":[false,false,false]},"tax":886,"sensor_id":{"throttle_pos":251,"tags":687,"payment_status":"cat_b","status_code":"test@domain.org","lane":"cancelled"}},"index":547... |
TASK repair_structured_output
SPEC
FIELD total TYPE number REQUIRED yes
FIELD priority.repository TYPE string_uri REQUIRED no
FIELD priority.current_draw TYPE string VALUES draft|published|archived REQUIRED no
FIELD priority.rating TYPE number REQUIRED yes
FIELD priority.image_url.diagnosis_code TYPE string VALUES typ... | {"total":250.31,"priority":{"repository":"https://www.io/api","rating":312.0,"image_url":{"diagnosis_code":"type_b","humidity_pct":"Alice","strand":true,"interest_rate":false,"id":43.96}}} | truncated_array | {
"type": "object",
"properties": {
"total": {
"type": "number"
},
"priority": {
"type": "object",
"properties": {
"repository": {
"type": "string",
"format": "uri"
},
"current_draw": {
"type": "string",
"enum": [
... | {"total":250.31,"priority":{"repository":"https://www.io/api","rating":312.0,"image_url":{"diagnosis_code":"type_b","humidity_pct":"Alice","strand":true,"interest_rate":false,"id":43.96}} | Unexpected end of JSON input — truncated object | {"total":250.31,"priority":{"repository":"https://www.io/api","rating":312.0,"image_url":{"diagnosis_code":"type_b","humidity_pct":"Alice","strand":true,"interest_rate":false,"id":43.96}}} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string_date-time REQUIRED yes
FIELD vital_sign TYPE number REQUIRED no
FIELD manifest_ref TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD thumbnail TYPE null REQUIRED yes
FIELD width TYPE string VALUES single|married|divorced REQU... | {"aligned_pct":"2022-03-09T07:40:00Z","manifest_ref":"offline","thumbnail":null,"width":"single"} | thought_process | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"format": "date-time"
},
"vital_sign": {
"type": "number"
},
"manifest_ref": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"aligned_pct":"2022-03-09T07:40:00Z","manifest_ref":"offline","thumbnail":null,"width":"single"} | Output contains chain-of-thought reasoning before JSON | {"aligned_pct":"2022-03-09T07:40:00Z","manifest_ref":"offline","thumbnail":null,"width":"single"} |
TASK repair_structured_output
SPEC
FIELD key_v56 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_j96 TYPE string REQUIRED yes
FIELD dim_u06 TYPE number REQUIRED no
FIELD attr_q05 TYPE integer REQUIRED no
FIELD col_i48[] TYPE string REQUIRED yes
FIELD field_q46[] TYPE string VALUES mode_a|mo... | {"key_v56":"berthed","param_j96":"A short description.","dim_u06":203.56,"attr_q05":149,"col_i48":["Maria","qux"],"field_q46":["mode_b"]} | extra_text_before | {
"type": "object",
"properties": {
"key_v56": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_j96": {
"type": "string"
},
"dim_u06": {
"type": "number"
},
"attr_q05": {
"type": "int... | Here is the response in the requested format:
{"key_v56":"berthed","param_j96":"A short description.","dim_u06":203.56,"attr_q05":149,"col_i48":["Maria","qux"],"field_q46":["mode_b"]} | Output contains non-JSON text before the object | {"key_v56":"berthed","param_j96":"A short description.","dim_u06":203.56,"attr_q05":149,"col_i48":["Maria","qux"],"field_q46":["mode_b"]} |
TASK repair_structured_output
SPEC
FIELD tax.footnote TYPE number REQUIRED yes
FIELD tax.account_id.comments TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD tax.account_id.bill_of_lading TYPE number REQUIRED yes
FIELD tax.account_id.product_id TYPE boolean REQUIRED yes
FIELD tax.account_id.bed_... | {"half_life":"Luis","span_id":"GRCh38","reagent":true,"country":{"shipping":"info","account_id":"user@domain.org","title":{"annotation":"cat_a","hazmat_code":"type_b","credit_score":755.65},"username":{"position":"option_c","order_id":null,"verified":"bar","credit_score":"mode_b","conductivity":null,"size":false}},"pro... | single_quotes | {
"type": "object",
"properties": {
"tax": {
"type": "object",
"properties": {
"footnote": {
"type": "number"
},
"account_id": {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
... | {'half_life':'Luis','span_id':'GRCh38','reagent':true,'country':{'shipping':'info','account_id':'user@domain.org','title':{'annotation':'cat_a','hazmat_code':'type_b','credit_score':755.65},'username':{'position':'option_c','order_id':null,'verified':'bar','credit_score':'mode_b','conductivity':null,'size':false}},'pro... | Expecting property name enclosed in double quotes | {"half_life":"Luis","span_id":"GRCh38","reagent":true,"country":{"shipping":"info","account_id":"user@domain.org","title":{"annotation":"cat_a","hazmat_code":"type_b","credit_score":755.65},"username":{"position":"option_c","order_id":null,"verified":"bar","credit_score":"mode_b","conductivity":null,"size":false}},"pro... |
TASK repair_structured_output
SPEC
FIELD key_a16 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_t17 TYPE integer REQUIRED yes
FIELD param_t86 TYPE integer REQUIRED yes
FIELD param_w65 TYPE number REQUIRED yes
BROKEN_OUTPUT
transfer_call(key_a16='critical', val_t17=896, param_t86=965, param_w65=676... | {"key_a16":"critical","val_t17":896,"param_t86":965,"param_w65":676.79} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_a16": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_t17": {
"type": "integer"
},
"param_t86": {
"type": "integer"
},
"param_w65": {
"type": "number"
... | transfer_call(key_a16='critical', val_t17=896, param_t86=965, param_w65=676.79) | Tool call uses Python syntax instead of JSON | {"key_a16":"critical","val_t17":896,"param_t86":965,"param_w65":676.79} |
TASK repair_structured_output
SPEC
FIELD visible TYPE null REQUIRED no
FIELD insurance_id TYPE string_date-time REQUIRED no
FIELD shipper_ref.organism TYPE string REQUIRED yes
FIELD shipper_ref.features TYPE number REQUIRED yes
FIELD shipper_ref.balance TYPE number REQUIRED no
FIELD shipper_ref.thumbnail TYPE string V... | {"shipper_ref":{"organism":"sample","features":414.11,"thumbnail":"rejected","dissolved_oxygen":"type_d","level":537,"status":"type_b","coverage":"bar"},"order_id":{"reagent":"Smith","umi":"RTG-04","strand":[{"currency":"https://data.org/v1","values":347,"trace_id":"homozygous","updated_at":285,"insurance_id":"https://... | trailing_comma | {
"type": "object",
"properties": {
"visible": {
"type": "null"
},
"insurance_id": {
"type": "string",
"format": "date-time"
},
"shipper_ref": {
"type": "object",
"properties": {
"organism": {
"type": "string"
},
"features": {
... | {"shipper_ref":{"organism":"sample","features":414.11,"thumbnail":"rejected","dissolved_oxygen":"type_d","level":537,"status":"type_b","coverage":"bar",},"order_id":{"reagent":"Smith","umi":"RTG-04","strand":[{"currency":"https://data.org/v1","values":347,"trace_id":"homozygous","updated_at":285,"insurance_id":"https:/... | Unexpected trailing comma | {"shipper_ref":{"organism":"sample","features":414.11,"thumbnail":"rejected","dissolved_oxygen":"type_d","level":537,"status":"type_b","coverage":"bar"},"order_id":{"reagent":"Smith","umi":"RTG-04","strand":[{"currency":"https://data.org/v1","values":347,"trace_id":"homozygous","updated_at":285,"insurance_id":"https://... |
TASK repair_structured_output
SPEC
FIELD col_r11 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD prop_a18 TYPE boolean REQUIRED no
FIELD prop_u27 TYPE boolean REQUIRED no
FIELD key_x58.dim_z90 TYPE integer REQUIRED yes
FIELD key_x58.key_u05 TYPE string VALUES single|married|divorced REQUIRED no
FIELD ke... | {"col_r11":"archived","prop_a18":false,"prop_u27":false,"field_e07":"chrX","param_k87":762.9} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_r11": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_a18": {
"type": "boolean"
},
"prop_u27": {
"type": "boolean"
},
"key_x58": {
"type": "object",
"prope... | lookup_customer(col_r11='archived', prop_a18=False, prop_u27=False, field_e07='chrX', param_k87=762.9) | Tool call uses Python syntax instead of JSON | {"col_r11":"archived","prop_a18":false,"prop_u27":false,"field_e07":"chrX","param_k87":762.9} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD title TYPE integer REQUIRED yes
FIELD username TYPE boolean REQUIRED no
FIELD notes TYPE string REQUIRED no
FIELD repository TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: calibrate_instr... | {"title":529,"username":false,"repository":"2024-06-30"} | agent_chain | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"title": {
"type": "integer"
},
"username": {
"type": "boolean"
},
"notes": {
"type": "string"
},
"repository... | Let me check the system.
Action: calibrate_instrument
Result: {"username": false, "repository": "2024-06-30"}
I'll query our database.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"title":529,"username":false,"repository":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD col_p75.key_j04 TYPE boolean REQUIRED yes
FIELD col_p75.prop_v96 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD col_p75.field_g67 TYPE string REQUIRED no
FIELD col_p75.prop_j58[] TYPE integer REQUIRED no
FIELD field_w56 TYPE boolean REQUIRED yes
F... | {"col_p75":{"key_j04":true,"prop_v96":"level_5","prop_j58":[516,701]},"field_w56":true,"attr_f62":"foo","prop_s34":"2024-04-01T17:20:00Z"} | markdown_explanation | {
"type": "object",
"properties": {
"col_p75": {
"type": "object",
"properties": {
"key_j04": {
"type": "boolean"
},
"prop_v96": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level... | The instrument reported:
```json
{"col_p75":{"key_j04":true,"prop_v96":"level_5","prop_j58":[516,701]},"field_w56":true,"attr_f62":"foo","prop_s34":"2024-04-01T17:20:00Z"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"col_p75":{"key_j04":true,"prop_v96":"level_5","prop_j58":[516,701]},"field_w56":true,"attr_f62":"foo","prop_s34":"2024-04-01T17:20:00Z"} |
TASK repair_structured_output
SPEC
FIELD param_m40.param_d18 TYPE string REQUIRED yes
FIELD param_m40.field_i51 TYPE string REQUIRED yes
FIELD param_m40.dim_r02.prop_t11 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_m40.dim_r02.field_o17 TYPE string REQUIRED no
FIELD param_m40.dim_r02.param... | {"param_m40":{"param_d18":"Sao Paulo","field_i51":"https://api.example.com/v1","dim_r02":{"prop_t11":"arctic","param_x30":"test@example.com","prop_q06":"option_c"},"field_o63":{"dim_y99":"Jane","prop_w61":276.76,"col_i42":"https://data.com/v1"}},"attr_h12":null,"prop_s28":80} | missing_bracket | {
"type": "object",
"properties": {
"param_m40": {
"type": "object",
"properties": {
"param_d18": {
"type": "string"
},
"field_i51": {
"type": "string"
},
"dim_r02": {
"type": "object",
"properties": {
"prop_... | {"param_m40":{"param_d18":"Sao Paulo","field_i51":"https://api.example.com/v1","dim_r02":{"prop_t11":"arctic","param_x30":"test@example.com","prop_q06":"option_c"},"field_o63":{"dim_y99":"Jane","prop_w61":276.76,"col_i42":"https://data.com/v1"}},"attr_h12":null,"prop_s28":80} | Missing closing bracket | {"param_m40":{"param_d18":"Sao Paulo","field_i51":"https://api.example.com/v1","dim_r02":{"prop_t11":"arctic","param_x30":"test@example.com","prop_q06":"option_c"},"field_o63":{"dim_y99":"Jane","prop_w61":276.76,"col_i42":"https://data.com/v1"}},"attr_h12":null,"prop_s28":80} |
TASK repair_structured_output
SPEC
FIELD compound TYPE integer REQUIRED yes
FIELD ward.full_name.index TYPE string_uri REQUIRED yes
FIELD ward.full_name.phenotype TYPE string REQUIRED yes
FIELD ward.full_name.active TYPE string VALUES single|married|divorced REQUIRED yes
FIELD ward.full_name.throttle_pos TYPE integer ... | {"compound":380,"ward":{"full_name":{"index":"https://data.io/api","phenotype":"example","active":"divorced","throttle_pos":324,"discount":"Luis","url":"2020-06-09T21:21:00Z"},"visible":"level_2","ward":{"index":"REV","url":false,"vessel_name":"type_b","end_date":null,"amount":"https://api.io/api"},"balance":"mode_a"},... | invalid_enum | {
"type": "object",
"properties": {
"compound": {
"type": "integer"
},
"ward": {
"type": "object",
"properties": {
"full_name": {
"type": "object",
"properties": {
"index": {
"type": "string",
"format": "uri"
... | {"compound": 380, "ward": {"full_name": {"index": "https://data.io/api", "phenotype": "example", "active": "divorced", "throttle_pos": 324, "discount": "Luis", "url": "2020-06-09T21:21:00Z"}, "visible": "level_2", "ward": {"index": "REV", "url": false, "vessel_name": "type_b", "end_date": null, "amount": "https://api.i... | Field 'consignee' has invalid enum value 'invalid_value_521', expected one of ['level_1', 'level_2'] | {"compound":380,"ward":{"full_name":{"index":"https://data.io/api","phenotype":"example","active":"divorced","throttle_pos":324,"discount":"Luis","url":"2020-06-09T21:21:00Z"},"visible":"level_2","ward":{"index":"REV","url":false,"vessel_name":"type_b","end_date":null,"amount":"https://api.io/api"},"balance":"mode_a"},... |
TASK repair_structured_output
SPEC
FIELD val_m25 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_n48 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_s82 TYPE string REQUIRED yes
FIELD key_i91 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_h33 TYPE number RE... | {"dim_n48":"reliable","col_s82":"Jane","attr_p62":93.7} | null_required | {
"type": "object",
"properties": {
"val_m25": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_n48": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"... | {"dim_n48": null, "col_s82": "Jane", "attr_p62": 93.7} | Required field 'dim_n48' is null | {"dim_n48":"reliable","col_s82":"Jane","attr_p62":93.7} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD voltage TYPE string REQUIRED yes
FIELD thumbnail.trace_id TYPE boolean REQUIRED no
FIELD thumbnail.port_code TYPE null REQUIRED no
FIELD thumbnail.hazmat_code TYPE string REQUIRED yes
FIELD thumbnail.updat... | {"dosage":"mode_c","voltage":"Luis","thumbnail":{"port_code":null,"hazmat_code":"Bob","updated_at":"demo","position":"info@test.io"},"count":"mode_b","payment_status":604.92,"coverage":877,"bed_number":"inactive"} | single_quotes | {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"voltage": {
"type": "string"
},
"thumbnail": {
"type": "object",
"properties": {
"trace_id": {
... | {'dosage':'mode_c','voltage':'Luis','thumbnail':{'port_code':null,'hazmat_code':'Bob','updated_at':'demo','position':'info@test.io'},'count':'mode_b','payment_status':604.92,'coverage':877,'bed_number':'inactive'} | Expecting property name enclosed in double quotes | {"dosage":"mode_c","voltage":"Luis","thumbnail":{"port_code":null,"hazmat_code":"Bob","updated_at":"demo","position":"info@test.io"},"count":"mode_b","payment_status":604.92,"coverage":877,"bed_number":"inactive"} |
TASK repair_structured_output
SPEC
FIELD height TYPE boolean REQUIRED yes
FIELD notes TYPE integer REQUIRED yes
FIELD pressure_kpa TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
{"height": false, "notes": 351, "pressure_kpa": "pending_review", "extra_info_5436": true} | {"height":false,"notes":351,"pressure_kpa":"pending_review"} | extra_field | {
"type": "object",
"properties": {
"height": {
"type": "boolean"
},
"notes": {
"type": "integer"
},
"pressure_kpa": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
}
},
"required": [
... | {"height": false, "notes": 351, "pressure_kpa": "pending_review", "extra_info_5436": true} | Unknown field 'extra_info_5436' not defined in schema | {"height":false,"notes":351,"pressure_kpa":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD prop_i93.param_q33 TYPE string REQUIRED no
FIELD prop_i93.key_b19.field_u74 TYPE boolean REQUIRED yes
FIELD prop_i93.key_b19.attr_t97 TYPE string_date-time REQUIRED yes
FIELD prop_i93.key_b19.attr_i21[] TYPE integer REQUIRED no
FIELD prop_i93.key_b19.dim_h97[] TYPE string REQUI... | {"prop_i93":{"key_b19":{"field_u74":false,"attr_t97":"2023-08-15T00:23:00Z","attr_i21":[730,563,909,64]},"attr_u21":362,"key_c26":false,"prop_p79":"2024-08-07T02:59:00Z","val_f22":239.5},"param_d62":false,"key_j78":null,"dim_w25":true} | truncated_array | {
"type": "object",
"properties": {
"prop_i93": {
"type": "object",
"properties": {
"param_q33": {
"type": "string"
},
"key_b19": {
"type": "object",
"properties": {
"field_u74": {
"type": "boolean"
},
... | {"prop_i93":{"key_b19":{"field_u74":false,"attr_t97":"2023-08-15T00:23:00Z","attr_i21":[730,563,909,64]},"attr_u21":362,"key_c26":false,"prop_p79":"2024-08-07T02:59:00Z","val_f22":239.5},"param_d62":false,"key_j78":null,"dim_w25":true | Unexpected end of JSON input — truncated object | {"prop_i93":{"key_b19":{"field_u74":false,"attr_t97":"2023-08-15T00:23:00Z","attr_i21":[730,563,909,64]},"attr_u21":362,"key_c26":false,"prop_p79":"2024-08-07T02:59:00Z","val_f22":239.5},"param_d62":false,"key_j78":null,"dim_w25":true} |
TASK repair_structured_output
SPEC
FIELD key_c36 TYPE string_email REQUIRED yes
FIELD val_c84 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD prop_d62 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_b02 TYPE integer REQUIRED no
FIELD field_k73.col_v55 TYPE string_email REQUIRED yes
FIEL... | {"key_c36":"info@test.io","val_c84":"type_b","param_b02":197,"field_k73":{"col_v55":"ops@domain.org","field_d07":"user@test.io","param_x09":{"param_v73":"FWD","field_c11":"type_b","attr_s74":49,"param_z44":"bar","prop_g84":false,"col_n86":"https://www.io/data"}}} | markdown_fences | {
"type": "object",
"properties": {
"key_c36": {
"type": "string",
"format": "email"
},
"val_c84": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"prop_d62": {
"type": "string",
"enum": [
... | ```json
{"key_c36":"info@test.io","val_c84":"type_b","param_b02":197,"field_k73":{"col_v55":"ops@domain.org","field_d07":"user@test.io","param_x09":{"param_v73":"FWD","field_c11":"type_b","attr_s74":49,"param_z44":"bar","prop_g84":false,"col_n86":"https://www.io/data"}}}
``` | Output contains markdown code fences | {"key_c36":"info@test.io","val_c84":"type_b","param_b02":197,"field_k73":{"col_v55":"ops@domain.org","field_d07":"user@test.io","param_x09":{"param_v73":"FWD","field_c11":"type_b","attr_s74":49,"param_z44":"bar","prop_g84":false,"col_n86":"https://www.io/data"}}} |
TASK repair_structured_output
SPEC
FIELD col_t37 TYPE number REQUIRED yes
FIELD col_g89.key_c51 TYPE string REQUIRED yes
FIELD col_g89.prop_s87 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD col_g89.param_v10[].field_m73 TYPE string_uri REQUIRED no
FIELD col_g89.param_v10[].prop_m34 TYPE string_uri REQUIRED y... | {"col_t37":431.21,"col_g89":{"key_c51":"New York","prop_s87":"cat_a","param_v10":[{"prop_m34":"https://api.com/data","col_q82":"type_b","field_a44":"completed"},{"field_m73":"https://api.org/api","prop_m34":"https://data.org/api","col_q82":"type_a","field_a44":"completed"}],"field_s57":[976,183]},"col_i93":908.01,"attr... | tool_call_partial_args | {
"type": "object",
"properties": {
"col_t37": {
"type": "number"
},
"col_g89": {
"type": "object",
"properties": {
"key_c51": {
"type": "string"
},
"prop_s87": {
"type": "string",
"enum": [
"cat_a",
"cat_b",... | I need to look up the information first.
Action: query_port_status
Arguments: {"col_t37": 431.21, "col_i93": 908.01, "attr_j25": "pending"} | Agent tool call missing required parameter 'col_g89' | {"col_t37":431.21,"col_g89":{"key_c51":"New York","prop_s87":"cat_a","param_v10":[{"prop_m34":"https://api.com/data","col_q82":"type_b","field_a44":"completed"},{"field_m73":"https://api.org/api","prop_m34":"https://data.org/api","col_q82":"type_a","field_a44":"completed"}],"field_s57":[976,183]},"col_i93":908.01,"attr... |
TASK repair_structured_output
SPEC
FIELD subject TYPE null REQUIRED no
FIELD duration_ms TYPE integer REQUIRED no
FIELD website TYPE integer REQUIRED no
FIELD notes TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD interest_rate.insurance_id TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD interest_... | {"subject":null,"website":771,"notes":"sms","interest_rate":{"insurance_id":"xl","url":"blue","bed_number":"maintenance"},"city":{"wavelength":{"batch_code":476,"weight":"USD","invoice_id":829,"diagnosis_code":[false]},"trace_id":"2024-06-30","annotation":"https://www.org/api"}} | unquoted_keys | {
"type": "object",
"properties": {
"subject": {
"type": "null"
},
"duration_ms": {
"type": "integer"
},
"website": {
"type": "integer"
},
"notes": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {subject:null,website:771,notes:"sms",interest_rate:{insurance_id:"xl",url:"blue",bed_number:"maintenance"},city:{wavelength:{batch_code:476,weight:"USD",invoice_id:829,diagnosis_code:[false]},trace_id:"2024-06-30",annotation:"https://www.org/api"}} | Expecting property name enclosed in double quotes | {"subject":null,"website":771,"notes":"sms","interest_rate":{"insurance_id":"xl","url":"blue","bed_number":"maintenance"},"city":{"wavelength":{"batch_code":476,"weight":"USD","invoice_id":829,"diagnosis_code":[false]},"trace_id":"2024-06-30","annotation":"https://www.org/api"}} |
TASK repair_structured_output
SPEC
FIELD name.vessel_name TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD name.crew_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD name.paragraph TYPE string REQUIRED yes
FIELD weight TYPE string REQUIRED no
FIELD priority TYPE string VALUES option_a|... | {"name":{"vessel_name":"closed","crew_id":"EUR","paragraph":"Maria"},"weight":"MV-Evergreen-01","priority":"option_d","username":713.28,"gene_id":{"format":"escalated","end_date":false,"latitude":"example","full_name":"option_b"},"format":"level_1","run_id":305.06,"price":669.02} | partial_structure | {
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"vessel_name": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"crew_id": {
"... | Based on the data, weight is MV-Evergreen-01. {"name":{"vessel_name":"closed","crew_id":"EUR","paragraph":"Maria"},"weight":"MV-Evergreen-01","priority":"option_d","username":713.28,"gene_id":{"format":"escalated","end_date":false,"latitude":"example","full_name":"option_b"},"format":"level_1","run_id":305.06,"price":6... | Output mixes natural language with JSON | {"name":{"vessel_name":"closed","crew_id":"EUR","paragraph":"Maria"},"weight":"MV-Evergreen-01","priority":"option_d","username":713.28,"gene_id":{"format":"escalated","end_date":false,"latitude":"example","full_name":"option_b"},"format":"level_1","run_id":305.06,"price":669.02} |
TASK repair_structured_output
SPEC
FIELD prop_e37 TYPE string REQUIRED yes
FIELD prop_w07.col_o38 TYPE integer REQUIRED yes
FIELD prop_w07.key_g60 TYPE string REQUIRED no
FIELD prop_w07.attr_x60 TYPE null REQUIRED no
FIELD prop_w07.key_o55 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIE... | {"prop_e37":"PASS","prop_w07":{"col_o38":923,"key_g60":"chr1","key_o55":"confirmed"},"attr_w44":null} | truncated_array | {
"type": "object",
"properties": {
"prop_e37": {
"type": "string"
},
"prop_w07": {
"type": "object",
"properties": {
"col_o38": {
"type": "integer"
},
"key_g60": {
"type": "string"
},
"attr_x60": {
"type": "null"
... | {"prop_e37":"PASS","prop_w07":{"col_o38":923,"key_g60":"chr1","key_o55":"confirmed"},"attr_w44":null | Unexpected end of JSON input — truncated object | {"prop_e37":"PASS","prop_w07":{"col_o38":923,"key_g60":"chr1","key_o55":"confirmed"},"attr_w44":null} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE boolean REQUIRED yes
FIELD catalyst TYPE string REQUIRED no
FIELD thumbnail TYPE number REQUIRED yes
FIELD date.color TYPE null REQUIRED no
FIELD date.phone TYPE integer REQUIRED yes
FIELD date.position TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD date... | {"voltage":false,"thumbnail":464.47,"date":{"color":null,"phone":379,"position":"sms","step":"RTG-04","address":{"commit_hash":643.22,"label":580.44,"level":440,"order_id":"https://www.org/data"}},"language":"2024-06-30","format":"homozygous","altitude":"user@example.com"} | trailing_comma | {
"type": "object",
"properties": {
"voltage": {
"type": "boolean"
},
"catalyst": {
"type": "string"
},
"thumbnail": {
"type": "number"
},
"date": {
"type": "object",
"properties": {
"color": {
"type": "null"
},
"phone": {
... | {"voltage":false,"thumbnail":464.47,"date":{"color":null,"phone":379,"position":"sms","step":"RTG-04","address":{"commit_hash":643.22,"label":580.44,"level":440,"order_id":"https://www.org/data",}},"language":"2024-06-30","format":"homozygous","altitude":"user@example.com"} | Unexpected trailing comma | {"voltage":false,"thumbnail":464.47,"date":{"color":null,"phone":379,"position":"sms","step":"RTG-04","address":{"commit_hash":643.22,"label":580.44,"level":440,"order_id":"https://www.org/data"}},"language":"2024-06-30","format":"homozygous","altitude":"user@example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_e92 TYPE null REQUIRED yes
FIELD val_w74 TYPE string REQUIRED no
FIELD col_g07 TYPE number REQUIRED yes
FIELD param_u80 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD prop_q95 TYPE null REQUIRED yes
FIELD val_x15 TYPE string REQU... | {"prop_e92":null,"val_w74":"inactive","col_g07":635.4,"param_u80":"option_e","prop_q95":null} | extra_text_after | {
"type": "object",
"properties": {
"prop_e92": {
"type": "null"
},
"val_w74": {
"type": "string"
},
"col_g07": {
"type": "number"
},
"param_u80": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | {"prop_e92":null,"val_w74":"inactive","col_g07":635.4,"param_u80":"option_e","prop_q95":null}
This should match the schema you provided. | Output contains non-JSON text after the object | {"prop_e92":null,"val_w74":"inactive","col_g07":635.4,"param_u80":"option_e","prop_q95":null} |
TASK repair_structured_output
SPEC
FIELD attr_f37 TYPE integer REQUIRED no
FIELD param_e90 TYPE number REQUIRED yes
FIELD field_p20 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_s28.key_j34 TYPE boolean REQUIRED no
FIELD dim_s28.param_e37 TYPE string_email REQUIRED no
FIELD dim_s28.p... | {"attr_f37":326,"param_e90":616.36,"field_p20":"synonymous","dim_s28":{"param_e37":"ops@example.com","prop_v64":"test@example.com"}} | agent_chain | {
"type": "object",
"properties": {
"attr_f37": {
"type": "integer"
},
"param_e90": {
"type": "number"
},
"field_p20": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_s28": {
"t... | I need to look up the information first.
Action: get_weather
Result: {"attr_f37": 326, "param_e90": 616.36, "field_p20": "synonymous"}
Processing the request now.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"attr_f37":326,"param_e90":616.36,"field_p20":"synonymous","dim_s28":{"param_e37":"ops@example.com","prop_v64":"test@example.com"}} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE number REQUIRED no
FIELD discount TYPE number REQUIRED yes
FIELD section TYPE string REQUIRED no
FIELD url[].interest_rate TYPE string VALUES single|married|divorced REQUIRED no
FIELD url[].date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIR... | {"zip_code":130.34,"discount":387.82,"section":"approved","url":[{"size":"pro","values":"EUR","throttle_pos":"black","allele":"user@test.io","torque_output":"2023-05-03T01:32:00Z"}]} | unquoted_keys | {
"type": "object",
"properties": {
"zip_code": {
"type": "number"
},
"discount": {
"type": "number"
},
"section": {
"type": "string"
},
"url": {
"type": "array",
"items": {
"type": "object",
"properties": {
"interest_rate": {
... | {zip_code:130.34,discount:387.82,section:"approved",url:[{size:"pro",values:"EUR",throttle_pos:"black",allele:"user@test.io",torque_output:"2023-05-03T01:32:00Z"}]} | Expecting property name enclosed in double quotes | {"zip_code":130.34,"discount":387.82,"section":"approved","url":[{"size":"pro","values":"EUR","throttle_pos":"black","allele":"user@test.io","torque_output":"2023-05-03T01:32:00Z"}]} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE integer REQUIRED yes
FIELD position TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD format TYPE number REQUIRED yes
FIELD commit_hash TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD age TYPE string_email REQUIRED no
FIELD dissolved_ox... | {"timezone":33,"position":"blue","format":775.4,"commit_hash":"pending","age":"test@domain.org","dissolved_oxygen":"hemizygous"} | single_quotes | {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"position": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"format": {
"type": "number"
},
"commit_hash": {
"typ... | {'timezone':33,'position':'blue','format':775.4,'commit_hash':'pending','age':'test@domain.org','dissolved_oxygen':'hemizygous'} | Expecting property name enclosed in double quotes | {"timezone":33,"position":"blue","format":775.4,"commit_hash":"pending","age":"test@domain.org","dissolved_oxygen":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD val_o26.field_t99 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_o26.col_p61 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_o26.dim_k75 TYPE integer REQUIRED yes
FIELD val_o26.val_l92 TYPE string REQUIRED no
FIELD val_o26.dim_i21 TYPE i... | {"val_o26":{"field_t99":"arctic","col_p61":"active","dim_k75":767,"val_l92":"This is a test value.","dim_i21":108,"dim_h87":486.75,"val_j74":"pending_review"},"field_x78":117,"dim_j11":"Paris","attr_f96":{"val_f35":"pro","dim_j67":38.54},"col_t07":"email"} | single_quotes | {
"type": "object",
"properties": {
"val_o26": {
"type": "object",
"properties": {
"field_t99": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_p61": {
"ty... | {'val_o26':{'field_t99':'arctic','col_p61':'active','dim_k75':767,'val_l92':'This is a test value.','dim_i21':108,'dim_h87':486.75,'val_j74':'pending_review'},'field_x78':117,'dim_j11':'Paris','attr_f96':{'val_f35':'pro','dim_j67':38.54},'col_t07':'email'} | Expecting property name enclosed in double quotes | {"val_o26":{"field_t99":"arctic","col_p61":"active","dim_k75":767,"val_l92":"This is a test value.","dim_i21":108,"dim_h87":486.75,"val_j74":"pending_review"},"field_x78":117,"dim_j11":"Paris","attr_f96":{"val_f35":"pro","dim_j67":38.54},"col_t07":"email"} |
TASK repair_structured_output
SPEC
FIELD param_y45.col_y05 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD param_y45.param_r96 TYPE integer REQUIRED yes
FIELD param_y45.col_d42 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD param_y45.col_d26 TYPE null REQUIRED yes
FIELD val_m... | {"param_y45":{"col_y05":"admin","param_r96":920,"col_d26":null},"val_m37":{"dim_y82":"Santos","col_t94":"demo","dim_d03":[true,true,true]}} | extra_field | {
"type": "object",
"properties": {
"param_y45": {
"type": "object",
"properties": {
"col_y05": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"param_r96": {
"type": "integer"
... | {"param_y45": {"col_y05": "admin", "param_r96": 920, "col_d26": null}, "val_m37": {"dim_y82": "Santos", "col_t94": "demo", "dim_d03": [true, true, true]}, "extra_info_4441": "unexpected"} | Unknown field 'extra_info_4441' not defined in schema | {"param_y45":{"col_y05":"admin","param_r96":920,"col_d26":null},"val_m37":{"dim_y82":"Santos","col_t94":"demo","dim_d03":[true,true,true]}} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE number REQUIRED yes
FIELD yield_pct TYPE boolean REQUIRED yes
FIELD loan_amount TYPE integer REQUIRED yes
FIELD throttle_pos TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{"berth_slot":755.07,"yield_pct":true,"loan_amount":317,"throttle_pos... | {"berth_slot":755.07,"yield_pct":true,"loan_amount":317,"throttle_pos":"sms"} | extra_text_after | {
"type": "object",
"properties": {
"berth_slot": {
"type": "number"
},
"yield_pct": {
"type": "boolean"
},
"loan_amount": {
"type": "integer"
},
"throttle_pos": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | {"berth_slot":755.07,"yield_pct":true,"loan_amount":317,"throttle_pos":"sms"}
Analysis finished. | Output contains non-JSON text after the object | {"berth_slot":755.07,"yield_pct":true,"loan_amount":317,"throttle_pos":"sms"} |
TASK repair_structured_output
SPEC
FIELD field_g27 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD key_c89 TYPE integer REQUIRED yes
FIELD param_j25 TYPE integer REQUIRED no
FIELD dim_s76 TYPE string REQUIRED no
BROKEN_OUTPUT
I need to check the port status before assigning the berth.
Let me verify the carg... | {"field_g27":"editor","key_c89":898,"dim_s76":"Paris"} | thought_process | {
"type": "object",
"properties": {
"field_g27": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_c89": {
"type": "integer"
},
"param_j25": {
"type": "integer"
},
"dim_s76": {
"type": "string"
}
},
"re... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"field_g27":"editor","key_c89":898,"dim_s76":"Paris"} | Output contains chain-of-thought reasoning before JSON | {"field_g27":"editor","key_c89":898,"dim_s76":"Paris"} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD tags TYPE number REQUIRED yes
FIELD age TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"enabled": "admin", "tags": 573.52, "age": "false"} | {"enabled":"admin","tags":573.52,"age":true} | boolean_as_string | {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"tags": {
"type": "number"
},
"age": {
"type": "boolean"
}
},
"required": [
"tags",
"age",
"enabled"
]
} | {"enabled": "admin", "tags": 573.52, "age": "false"} | Field 'age' must be boolean, got string | {"enabled":"admin","tags":573.52,"age":true} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string REQUIRED yes
FIELD quantity TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD status_code[] TYPE string REQUIRED no
FIELD ward[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: lookup_customer
Arguments: {"quantity": "EUR... | {"shipper_ref":"Tokyo","quantity":"EUR","status_code":["Maria","2023-12-25","This is a test value."]} | tool_call_partial_args | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"quantity": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"status_code": {
"type": "array",
"items": {
"type": "stri... | Let me check the system.
Action: lookup_customer
Arguments: {"quantity": "EUR", "status_code": ["Maria", "2023-12-25", "This is a test value."]} | Agent tool call missing required parameter 'shipper_ref' | {"shipper_ref":"Tokyo","quantity":"EUR","status_code":["Maria","2023-12-25","This is a test value."]} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE string_date-time REQUIRED no
FIELD last_name TYPE string REQUIRED no
FIELD items.dosage TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD items.total TYPE integer REQUIRED yes
FIELD items.state TYPE string VALUES new|in_transit|delivered|returned REQUIRED n... | {"order_id":"2026-05-22T00:50:00Z","items":{"dosage":"editor","total":112,"verified":"medium","label":{"annotation":"Charlie","isotope":"https://example.org/api"},"lab_result":true,"compound":"Santos"}} | missing_bracket | {
"type": "object",
"properties": {
"order_id": {
"type": "string",
"format": "date-time"
},
"last_name": {
"type": "string"
},
"items": {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"enum": [
"admin",
... | {"order_id":"2026-05-22T00:50:00Z","items":{"dosage":"editor","total":112,"verified":"medium","label":{"annotation":"Charlie","isotope":"https://example.org/api"},"lab_result":true,"compound":"Santos"}} | Missing closing bracket | {"order_id":"2026-05-22T00:50:00Z","items":{"dosage":"editor","total":112,"verified":"medium","label":{"annotation":"Charlie","isotope":"https://example.org/api"},"lab_result":true,"compound":"Santos"}} |
TASK repair_structured_output
SPEC
FIELD attr_o58 TYPE null REQUIRED no
FIELD attr_p17 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_c54 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"attr_o58": null, "key_c54": "\"996\""} | {"attr_o58":null,"key_c54":996} | wrong_type | {
"type": "object",
"properties": {
"attr_o58": {
"type": "null"
},
"attr_p17": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_c54": {
"type": "integer"
}
},
"required": [
"key_c54"
]
} | {"attr_o58": null, "key_c54": "\"996\""} | Field 'key_c54' must be integer, got string | {"attr_o58":null,"key_c54":996} |
TASK repair_structured_output
SPEC
FIELD dim_g14 TYPE boolean REQUIRED no
FIELD prop_b65 TYPE string REQUIRED no
FIELD attr_b90 TYPE integer REQUIRED yes
FIELD key_s61 TYPE integer REQUIRED no
FIELD attr_n18.param_y78 TYPE string REQUIRED yes
FIELD attr_n18.key_y70 TYPE integer REQUIRED yes
FIELD attr_n18.key_w69 TYPE... | {"dim_g14":true,"attr_b90":967,"key_s61":688,"attr_n18":{"param_y78":"Jane","key_y70":131,"key_w69":true}} | wrong_type | {
"type": "object",
"properties": {
"dim_g14": {
"type": "boolean"
},
"prop_b65": {
"type": "string"
},
"attr_b90": {
"type": "integer"
},
"key_s61": {
"type": "integer"
},
"attr_n18": {
"type": "object",
"properties": {
"param_y78": {
... | {"dim_g14": "\"yes\"", "attr_b90": 967, "key_s61": 688, "attr_n18": {"param_y78": "Jane", "key_y70": 131, "key_w69": true}} | Field 'dim_g14' must be boolean, got string | {"dim_g14":true,"attr_b90":967,"key_s61":688,"attr_n18":{"param_y78":"Jane","key_y70":131,"key_w69":true}} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD price TYPE boolean REQUIRED no
FIELD notes TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD salinity[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"feedback": "large", "price": "False", "notes"... | {"feedback":"large","price":false,"notes":"unstable","salinity":[8,432,462]} | boolean_as_string | {
"type": "object",
"properties": {
"feedback": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"price": {
"type": "boolean"
},
"notes": {
"type": "string",
"enum": [
"reliable",
"unstable",
... | {"feedback": "large", "price": "False", "notes": "unstable", "salinity": [8, 432, 462]} | Field 'price' must be boolean, got string | {"feedback":"large","price":false,"notes":"unstable","salinity":[8,432,462]} |
TASK repair_structured_output
SPEC
FIELD dim_y22 TYPE string_date-time REQUIRED no
FIELD field_p78 TYPE number REQUIRED yes
FIELD val_q48 TYPE string REQUIRED yes
FIELD field_b55[].prop_h80 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD field_b55[].col_t22 TYPE string VALUES option_a|option_b|option_... | {"dim_y22":"2026-05-19T23:55:00Z","field_p78":658.18,"val_q48":"RTG-04","field_b55":[{"prop_h80":"error","field_z08":"baz"},{"prop_h80":"success","col_t22":"option_f","attr_k40":"option_c","field_z08":"foo","field_v37":"world"},{"prop_h80":"success","col_t22":"option_b","attr_k40":"option_b","field_z08":"bar","field_v3... | markdown_explanation | {
"type": "object",
"properties": {
"dim_y22": {
"type": "string",
"format": "date-time"
},
"field_p78": {
"type": "number"
},
"val_q48": {
"type": "string"
},
"field_b55": {
"type": "array",
"items": {
"type": "object",
"properties": {... | The output is as follows:
```json
{"dim_y22":"2026-05-19T23:55:00Z","field_p78":658.18,"val_q48":"RTG-04","field_b55":[{"prop_h80":"error","field_z08":"baz"},{"prop_h80":"success","col_t22":"option_f","attr_k40":"option_c","field_z08":"foo","field_v37":"world"},{"prop_h80":"success","col_t22":"option_b","attr_k40":"opt... | Output contains markdown and explanatory text around JSON | {"dim_y22":"2026-05-19T23:55:00Z","field_p78":658.18,"val_q48":"RTG-04","field_b55":[{"prop_h80":"error","field_z08":"baz"},{"prop_h80":"success","col_t22":"option_f","attr_k40":"option_c","field_z08":"foo","field_v37":"world"},{"prop_h80":"success","col_t22":"option_b","attr_k40":"option_b","field_z08":"bar","field_v3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.