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 created_at TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD maturity_date TYPE null REQUIRED no
FIELD crew_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD strand TYPE string REQUIRED no
FIELD width.items TYPE string VALUES typ... | {"created_at":"maintenance","maturity_date":null,"crew_id":"cat_b","width":{"price":"active","address":342}} | thought_process | {
"type": "object",
"properties": {
"created_at": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"maturity_date": {
"type": "null"
},
"crew_id": {
"type": "string",
"enum": [
"cat_... | Processing the request now.
I'll validate against the schema.
{"created_at":"maintenance","maturity_date":null,"crew_id":"cat_b","width":{"price":"active","address":342}} | Output contains chain-of-thought reasoning before JSON | {"created_at":"maintenance","maturity_date":null,"crew_id":"cat_b","width":{"price":"active","address":342}} |
TASK repair_structured_output
SPEC
FIELD prop_h92.param_n73 TYPE boolean REQUIRED no
FIELD prop_h92.field_s51.attr_t01 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_h92.field_s51.param_v67 TYPE number REQUIRED no
FIELD prop_h92.field_s51.param_p25 TYPE boolean REQUIRED no
FIELD prop_h92.field_s51.param... | {"prop_f06":true,"val_m98":"2024-01-15"} | agent_chain | {
"type": "object",
"properties": {
"prop_h92": {
"type": "object",
"properties": {
"param_n73": {
"type": "boolean"
},
"field_s51": {
"type": "object",
"properties": {
"attr_t01": {
"type": "string",
"enum... | Let me check the system.
Action: assign_berth
Result: {"val_m98": "2024-01-15"}
I'll query our database.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"prop_f06":true,"val_m98":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD width TYPE string_date-time REQUIRED yes
FIELD dissolved_oxygen TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD department TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: track_vessel
Result: {"dissolved_oxygen": "type_c", "department... | {"width":"2025-11-19T02:03:00Z","dissolved_oxygen":"type_c","department":false} | agent_chain | {
"type": "object",
"properties": {
"width": {
"type": "string",
"format": "date-time"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"department": {
"type": "boolean"
}
},... | Let me check the system.
Action: track_vessel
Result: {"dissolved_oxygen": "type_c", "department": false}
Processing the request now.
Action: annotate_mutation
Result: | Agent multi-step chain with truncated tool output | {"width":"2025-11-19T02:03:00Z","dissolved_oxygen":"type_c","department":false} |
TASK repair_structured_output
SPEC
FIELD weight TYPE boolean REQUIRED no
FIELD tax TYPE string_email REQUIRED yes
FIELD id.procedure_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD id.batch_code TYPE string_email REQUIRED no
FIELD id.fleet_number TYPE boolean REQUIRED no
FIELD id.updated_at... | {"tax":"test@domain.org","id":{"procedure_code":"anchored","batch_code":"test@test.io","fleet_number":false,"updated_at":"rejected"},"size":"This is a test value.","half_life":184,"batch_code":{"maturity_date":"2024-06-30","last_name":{"payment_status":false,"id":"example","berth_slot":"ops@example.com","website":"Char... | tool_call_wrong_param | {
"type": "object",
"properties": {
"weight": {
"type": "boolean"
},
"tax": {
"type": "string",
"format": "email"
},
"id": {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"berthed",
... | Tool: check_cargo_manifest
Params: {"tax": "test@domain.org", "id": {"procedure_code": "anchored", "batch_code": "test@test.io", "fleet_number": false, "updated_at": "rejected"}, "size": "This is a test value.", "half_life": 184, "batch_code": {"maturity_date": "2024-06-30", "last_name": {"payment_status": false, "id":... | Agent used wrong parameter name 'weight_value' instead of 'weight' | {"tax":"test@domain.org","id":{"procedure_code":"anchored","batch_code":"test@test.io","fleet_number":false,"updated_at":"rejected"},"size":"This is a test value.","half_life":184,"batch_code":{"maturity_date":"2024-06-30","last_name":{"payment_status":false,"id":"example","berth_slot":"ops@example.com","website":"Char... |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD website TYPE string REQUIRED yes
FIELD account_id TYPE string VALUES admin|editor|viewer REQUIRED no
BROKEN_OUTPUT
{"brake_pressure":"inactive","website":"Silva","account_id":"editor" | {"brake_pressure":"inactive","website":"Silva","account_id":"editor"} | truncated_object | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"website": {
"type": "string"
},
"account_id": {
"type": "string",
"enum": [
"admin",
"editor",
... | {"brake_pressure":"inactive","website":"Silva","account_id":"editor" | Unexpected end of JSON input — truncated object | {"brake_pressure":"inactive","website":"Silva","account_id":"editor"} |
TASK repair_structured_output
SPEC
FIELD field_w13 TYPE string REQUIRED no
FIELD prop_f02 TYPE string_date-time REQUIRED no
FIELD attr_m03 TYPE string REQUIRED no
FIELD col_r68 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"field_w13": "Oliveira", "attr_m03": "This is a test value.", "col_r68": 805, "extra_value_6862": tr... | {"field_w13":"Oliveira","attr_m03":"This is a test value.","col_r68":805} | extra_field | {
"type": "object",
"properties": {
"field_w13": {
"type": "string"
},
"prop_f02": {
"type": "string",
"format": "date-time"
},
"attr_m03": {
"type": "string"
},
"col_r68": {
"type": "integer"
}
},
"required": [
"col_r68"
]
} | {"field_w13": "Oliveira", "attr_m03": "This is a test value.", "col_r68": 805, "extra_value_6862": true} | Unknown field 'extra_value_6862' not defined in schema | {"field_w13":"Oliveira","attr_m03":"This is a test value.","col_r68":805} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD latitude TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD build_status TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD bill_of_lading TYPE bool... | {"shipping":"unstable","latitude":"level_2","bill_of_lading":false,"discount":"single"} | truncated_object | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"latitude": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"l... | {"shipping":"unstable","latitude":"level_2","bill_of_lading":false,"discount":"single" | Unexpected end of JSON input — truncated object | {"shipping":"unstable","latitude":"level_2","bill_of_lading":false,"discount":"single"} |
TASK repair_structured_output
SPEC
FIELD key_c98 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_z41 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD attr_p36 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"key_c98": "critical", "dim_z41": "small", "attr_p36": null} | {"key_c98":"critical","dim_z41":"small","attr_p36":"Silva"} | null_required | {
"type": "object",
"properties": {
"key_c98": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_z41": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
... | {"key_c98": "critical", "dim_z41": "small", "attr_p36": null} | Required field 'attr_p36' is null | {"key_c98":"critical","dim_z41":"small","attr_p36":"Silva"} |
TASK repair_structured_output
SPEC
FIELD shift_code.commit_hash TYPE string REQUIRED yes
FIELD shift_code.latitude TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD shift_code.aligned_pct TYPE boolean REQUIRED yes
FIELD shift_code.velocity.torque_output TYPE string VALUES operational|degraded|offline|maintenan... | {"shift_code":{"commit_hash":"2023-12-25","latitude":"mode_b","aligned_pct":false,"velocity":{"torque_output":"offline","log_level":"Charlie","diagnosis_code":null,"patient_id":928,"paragraph":false},"deploy_target":"single","batch_code":"success"},"product_id":{"branch":"This is a test value.","catalyst":"2024-06-30",... | extra_text_after | {
"type": "object",
"properties": {
"shift_code": {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
},
"latitude": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
... | {"shift_code":{"commit_hash":"2023-12-25","latitude":"mode_b","aligned_pct":false,"velocity":{"torque_output":"offline","log_level":"Charlie","diagnosis_code":null,"patient_id":928,"paragraph":false},"deploy_target":"single","batch_code":"success"},"product_id":{"branch":"This is a test value.","catalyst":"2024-06-30",... | Output contains non-JSON text after the object | {"shift_code":{"commit_hash":"2023-12-25","latitude":"mode_b","aligned_pct":false,"velocity":{"torque_output":"offline","log_level":"Charlie","diagnosis_code":null,"patient_id":928,"paragraph":false},"deploy_target":"single","batch_code":"success"},"product_id":{"branch":"This is a test value.","catalyst":"2024-06-30",... |
TASK repair_structured_output
SPEC
FIELD log_level TYPE number REQUIRED yes
FIELD salinity TYPE string REQUIRED no
FIELD items TYPE number REQUIRED no
FIELD frequency_hz TYPE number REQUIRED no
FIELD payment_status[] TYPE string_email REQUIRED no
BROKEN_OUTPUT
validate_address(log_level=683.57, salinity='completed', ... | {"log_level":683.57,"salinity":"completed","frequency_hz":451.41,"payment_status":["ops@domain.org","test@test.io"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"log_level": {
"type": "number"
},
"salinity": {
"type": "string"
},
"items": {
"type": "number"
},
"frequency_hz": {
"type": "number"
},
"payment_status": {
"type": "array",
"items": {
"type": "strin... | validate_address(log_level=683.57, salinity='completed', frequency_hz=451.41, payment_status=['ops@domain.org', 'test@test.io']) | Tool call uses Python syntax instead of JSON | {"log_level":683.57,"salinity":"completed","frequency_hz":451.41,"payment_status":["ops@domain.org","test@test.io"]} |
TASK repair_structured_output
SPEC
FIELD key_d77 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD attr_r50 TYPE string_date-time REQUIRED no
FIELD param_p97 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_z48.val_r11 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no... | {"key_d77":"xl","attr_r50":"2024-10-25T15:10:00Z","param_z48":{"key_d03":319,"col_a34":"Diana","prop_g73":{"field_q16":160,"param_p93":true,"prop_i34":null,"val_q75":false,"attr_z79":"medium","dim_l82":"Johnson"}}} | truncated_object | {
"type": "object",
"properties": {
"key_d77": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_r50": {
"type": "string",
"format": "date-time"
},
"param_p97": {
"type": "string",
"enum": [
... | {"key_d77":"xl","attr_r50":"2024-10-25T15:10:00Z","param_z48":{"key_d03":319,"col_a34":"Diana","prop_g73":{"field_q16":160,"param_p93":true,"prop_i34":null,"val_q75":false,"attr_z79":"medium","dim_l82":"Johnson"}} | Unexpected end of JSON input — truncated object | {"key_d77":"xl","attr_r50":"2024-10-25T15:10:00Z","param_z48":{"key_d03":319,"col_a34":"Diana","prop_g73":{"field_q16":160,"param_p93":true,"prop_i34":null,"val_q75":false,"attr_z79":"medium","dim_l82":"Johnson"}}} |
TASK repair_structured_output
SPEC
FIELD key_m60 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD val_u02 TYPE boolean REQUIRED yes
FIELD prop_y48 TYPE boolean REQUIRED no
FIELD val_r80 TYPE number REQUIRED yes
FIELD col_k34 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD attr_e05 TYPE string ... | {"key_m60":"mode_a","val_u02":true,"val_r80":109.49,"col_k34":"option_a","attr_e05":"level_1","prop_k74":"push"} | extra_field | {
"type": "object",
"properties": {
"key_m60": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"val_u02": {
"type": "boolean"
},
"prop_y48": {
"type": "boolean"
},
"val_r80": {
"type": "number"
},
"col_k3... | {"key_m60": "mode_a", "val_u02": true, "val_r80": 109.49, "col_k34": "option_a", "attr_e05": "level_1", "prop_k74": "push", "extra_value_1338": true} | Unknown field 'extra_value_1338' not defined in schema | {"key_m60":"mode_a","val_u02":true,"val_r80":109.49,"col_k34":"option_a","attr_e05":"level_1","prop_k74":"push"} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE number REQUIRED no
FIELD amount.features TYPE number REQUIRED no
FIELD amount.annotation TYPE string VALUES draft|published|archived REQUIRED yes
FIELD amount.shift_code TYPE boolean REQUIRED no
FIELD amount.thumbnail TYPE string REQUIRED no
FIELD amount.role... | {"torque_output":288.49,"amount":{"features":665.56,"annotation":"draft","thumbnail":"test","role":{"age":"chr1","quality_score":[false,false]}},"message":"MV-Evergreen-01","name":"Tokyo"} | tool_call_text_mix | {
"type": "object",
"properties": {
"torque_output": {
"type": "number"
},
"amount": {
"type": "object",
"properties": {
"features": {
"type": "number"
},
"annotation": {
"type": "string",
"enum": [
"draft",
... | Processing the request now.
<tool_call name="lookup_customer">
{"torque_output":288.49,"amount":{"features":665.56,"annotation":"draft","thumbnail":"test","role":{"age":"chr1","quality_score":[false,false]}},"message":"MV-Evergreen-01","name":"Tokyo"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"torque_output":288.49,"amount":{"features":665.56,"annotation":"draft","thumbnail":"test","role":{"age":"chr1","quality_score":[false,false]}},"message":"MV-Evergreen-01","name":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED yes
FIELD interest_rate TYPE boolean REQUIRED yes
FIELD city TYPE string REQUIRED no
FIELD vital_sign.shift_code TYPE string REQUIRED yes
FIELD vital_sign.timezone TYPE string REQUIRED no
FIELD vital_sign.cargo_type TYPE string REQUIRED yes
FIELD colo... | {"items":"sample","interest_rate":true,"city":"foo","vital_sign":{"shift_code":"quux","cargo_type":"cancelled"},"color":756,"phenotype":"type_b"} | invalid_enum | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"interest_rate": {
"type": "boolean"
},
"city": {
"type": "string"
},
"vital_sign": {
"type": "object",
"properties": {
"shift_code": {
"type": "string"
},
"... | {"items": "sample", "interest_rate": true, "city": "foo", "vital_sign": {"shift_code": "quux", "cargo_type": "cancelled"}, "color": 756, "phenotype": "invalid_option_970"} | Field 'phenotype' has invalid enum value 'invalid_option_970', expected one of ['type_a', 'type_b'] | {"items":"sample","interest_rate":true,"city":"foo","vital_sign":{"shift_code":"quux","cargo_type":"cancelled"},"color":756,"phenotype":"type_b"} |
TASK repair_structured_output
SPEC
FIELD phone.footnote TYPE string REQUIRED no
FIELD phone.timezone.tax TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD phone.timezone.hazmat_code TYPE boolean REQUIRED yes
FIELD phone.timezone.filter_flag TYPE number REQUIRED yes
FIELD phone.timezone.half_life TYPE string VALUES low|... | {"phone":{"footnote":"completed","timezone":{"tax":"cat_a","hazmat_code":true,"filter_flag":510.45,"half_life":"high","vessel_name":["bar","Diana","demo"]},"type":{"company":true,"item_id":"option_a","maturity_date":981},"strand":604.54},"vessel_name":"cat_c","compound":"Diana"} | tool_call_text_mix | {
"type": "object",
"properties": {
"phone": {
"type": "object",
"properties": {
"footnote": {
"type": "string"
},
"timezone": {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
... | I need to look up the information first.
<tool_call name="update_record">
{"phone":{"footnote":"completed","timezone":{"tax":"cat_a","hazmat_code":true,"filter_flag":510.45,"half_life":"high","vessel_name":["bar","Diana","demo"]},"type":{"company":true,"item_id":"option_a","maturity_date":981},"strand":604.54},"vessel_... | Agent response mixes reasoning text with tool call | {"phone":{"footnote":"completed","timezone":{"tax":"cat_a","hazmat_code":true,"filter_flag":510.45,"half_life":"high","vessel_name":["bar","Diana","demo"]},"type":{"company":true,"item_id":"option_a","maturity_date":981},"strand":604.54},"vessel_name":"cat_c","compound":"Diana"} |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES draft|published|archived REQUIRED yes
FIELD date TYPE string_date-time REQUIRED yes
FIELD barcode TYPE string VALUES draft|published|archived REQUIRED no
FIELD total[].sensor_id TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD total[].filt... | {"repository":"published","date":"2020-08-21T04:18:00Z","barcode":"archived","total":[{"sensor_id":"phone","filter_flag":"blue","ph_level":"completed"},{"sensor_id":"sms","filter_flag":"black","consignee":"https://data.com/data"},{"sensor_id":"push","filter_flag":"white","ph_level":"Paris"},{"sensor_id":"email","filter... | tool_call_partial_args | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"date": {
"type": "string",
"format": "date-time"
},
"barcode": {
"type": "string",
"enum": [
"draft",
... | Let me check the system.
Action: apply_discount
Arguments: {"repository": "published", "date": "2020-08-21T04:18:00Z", "barcode": "archived"} | Agent tool call missing required parameter 'total' | {"repository":"published","date":"2020-08-21T04:18:00Z","barcode":"archived","total":[{"sensor_id":"phone","filter_flag":"blue","ph_level":"completed"},{"sensor_id":"sms","filter_flag":"black","consignee":"https://data.com/data"},{"sensor_id":"push","filter_flag":"white","ph_level":"Paris"},{"sensor_id":"email","filter... |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE number REQUIRED yes
FIELD url TYPE string REQUIRED no
FIELD user_id TYPE integer REQUIRED no
FIELD lab_result TYPE number REQUIRED no
FIELD port_code TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"frequency_hz": "713.96px", "user_id": 735, "lab_result": 206.46} | {"frequency_hz":713.96,"user_id":735,"lab_result":206.46} | number_with_unit | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "number"
},
"url": {
"type": "string"
},
"user_id": {
"type": "integer"
},
"lab_result": {
"type": "number"
},
"port_code": {
"type": "boolean"
}
},
"required": [
"frequency_hz... | {"frequency_hz": "713.96px", "user_id": 735, "lab_result": 206.46} | Field 'frequency_hz' must be number, got string with unit | {"frequency_hz":713.96,"user_id":735,"lab_result":206.46} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE integer REQUIRED yes
FIELD procedure_code TYPE number REQUIRED yes
FIELD tile TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD bed_number.gene_id TYPE string_email REQUIRED yes
FIELD bed_number.altitude TYPE string REQUIRED yes
FIEL... | {"timezone":922,"procedure_code":213.86,"tile":"confirmed","bed_number":{"gene_id":"admin@test.io","altitude":"Alice","aligned_pct":{"status":916.63,"role":"quux","manifest_ref":"foo","bearing":"maintenance","index":35,"currency":"Johnson"},"build_status":791}} | extra_text_after | {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"procedure_code": {
"type": "number"
},
"tile": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"bed_number": {
... | {"timezone":922,"procedure_code":213.86,"tile":"confirmed","bed_number":{"gene_id":"admin@test.io","altitude":"Alice","aligned_pct":{"status":916.63,"role":"quux","manifest_ref":"foo","bearing":"maintenance","index":35,"currency":"Johnson"},"build_status":791}}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"timezone":922,"procedure_code":213.86,"tile":"confirmed","bed_number":{"gene_id":"admin@test.io","altitude":"Alice","aligned_pct":{"status":916.63,"role":"quux","manifest_ref":"foo","bearing":"maintenance","index":35,"currency":"Johnson"},"build_status":791}} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD throttle_pos TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD deploy_target TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action:... | {"verified":"cat_b","throttle_pos":"level_3","deploy_target":"type_d"} | agent_chain | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"throttle_pos": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"deploy_target": {
"type": "str... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"verified": "cat_b", "deploy_target": "type_d"}
I'll query our database.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"verified":"cat_b","throttle_pos":"level_3","deploy_target":"type_d"} |
TASK repair_structured_output
SPEC
FIELD prop_c79 TYPE string_uri REQUIRED yes
FIELD param_j30.attr_s27 TYPE boolean REQUIRED no
FIELD param_j30.param_d80 TYPE integer REQUIRED yes
FIELD param_j30.param_x56[].col_u27 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD param_j30.param_x56[].col_h60 T... | {"prop_c79":"https://data.io/api","param_j30":{"attr_s27":false,"param_d80":596,"param_x56":[{"col_u27":"in_progress","col_h60":"heterozygous","attr_x83":true,"key_h80":"chrX","attr_k68":"USD","prop_r91":"2022-11-01T20:09:00Z"},{"col_u27":"open","col_h60":"heterozygous","attr_x83":false,"key_h80":"Maria","attr_k68":"US... | markdown_explanation | {
"type": "object",
"properties": {
"prop_c79": {
"type": "string",
"format": "uri"
},
"param_j30": {
"type": "object",
"properties": {
"attr_s27": {
"type": "boolean"
},
"param_d80": {
"type": "integer"
},
"param_x56": ... | Pipeline result:
```json
{"prop_c79":"https://data.io/api","param_j30":{"attr_s27":false,"param_d80":596,"param_x56":[{"col_u27":"in_progress","col_h60":"heterozygous","attr_x83":true,"key_h80":"chrX","attr_k68":"USD","prop_r91":"2022-11-01T20:09:00Z"},{"col_u27":"open","col_h60":"heterozygous","attr_x83":false,"key_h8... | Output contains markdown and explanatory text around JSON | {"prop_c79":"https://data.io/api","param_j30":{"attr_s27":false,"param_d80":596,"param_x56":[{"col_u27":"in_progress","col_h60":"heterozygous","attr_x83":true,"key_h80":"chrX","attr_k68":"USD","prop_r91":"2022-11-01T20:09:00Z"},{"col_u27":"open","col_h60":"heterozygous","attr_x83":false,"key_h80":"Maria","attr_k68":"US... |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD timezone TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD options TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD transaction_id TYPE null REQUIRED no
BROK... | {"timezone":"sms","transaction_id":null} | extra_field | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"timezone": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push... | {"timezone": "sms", "transaction_id": null, "extra_info_7196": "unexpected"} | Unknown field 'extra_info_7196' not defined in schema | {"timezone":"sms","transaction_id":null} |
TASK repair_structured_output
SPEC
FIELD index TYPE number REQUIRED yes
FIELD brake_pressure TYPE string_email REQUIRED yes
FIELD description TYPE string REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="annotate_mutation">
{"index":969.61,"brake_pressure":"test@example.com","description":"New York... | {"index":969.61,"brake_pressure":"test@example.com","description":"New York"} | tool_call_text_mix | {
"type": "object",
"properties": {
"index": {
"type": "number"
},
"brake_pressure": {
"type": "string",
"format": "email"
},
"description": {
"type": "string"
}
},
"required": [
"index",
"description",
"brake_pressure"
]
} | I'll query our database.
<tool_call name="annotate_mutation">
{"index":969.61,"brake_pressure":"test@example.com","description":"New York"}
</tool_call. | Agent response mixes reasoning text with tool call | {"index":969.61,"brake_pressure":"test@example.com","description":"New York"} |
TASK repair_structured_output
SPEC
FIELD val_r46 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_f70.param_f34.prop_n58 TYPE boolean REQUIRED no
FIELD dim_f70.param_f34.attr_n02 TYPE number REQUIRED no
FIELD dim_f70.param_f34.prop_a24 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_... | {"val_r46":"low","dim_c07":"intermittent","val_k00":730,"val_z89":{"attr_r55":"sample","field_h51":"open","param_e00":false},"key_d59":677} | missing_required | {
"type": "object",
"properties": {
"val_r46": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_f70": {
"type": "object",
"properties": {
"param_f34": {
"type": "object",
"properties": {
... | {"val_r46": "low", "dim_c07": "intermittent", "val_k00": 730, "key_d59": 677} | Required field 'val_z89' is missing | {"val_r46":"low","dim_c07":"intermittent","val_k00":730,"val_z89":{"attr_r55":"sample","field_h51":"open","param_e00":false},"key_d59":677} |
TASK repair_structured_output
SPEC
FIELD col_g97 TYPE string_email REQUIRED yes
FIELD dim_x90 TYPE string REQUIRED yes
FIELD param_s18 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
Based on the data, dim_x90 is Alice. {"col_g97":"admin@example.com","dim_x90":"Alice","param_s18":"2023-05-03T02:15:00Z"} | {"col_g97":"admin@example.com","dim_x90":"Alice","param_s18":"2023-05-03T02:15:00Z"} | partial_structure | {
"type": "object",
"properties": {
"col_g97": {
"type": "string",
"format": "email"
},
"dim_x90": {
"type": "string"
},
"param_s18": {
"type": "string",
"format": "date-time"
}
},
"required": [
"param_s18",
"dim_x90",
"col_g97"
]
} | Based on the data, dim_x90 is Alice. {"col_g97":"admin@example.com","dim_x90":"Alice","param_s18":"2023-05-03T02:15:00Z"} | Output mixes natural language with JSON | {"col_g97":"admin@example.com","dim_x90":"Alice","param_s18":"2023-05-03T02:15:00Z"} |
TASK repair_structured_output
SPEC
FIELD col_v67 TYPE boolean REQUIRED no
FIELD attr_f61 TYPE number REQUIRED no
FIELD dim_i12 TYPE string_date-time REQUIRED no
FIELD field_n28.attr_c85 TYPE string REQUIRED no
FIELD field_n28.attr_w15 TYPE null REQUIRED no
FIELD field_n28.col_u07 TYPE string VALUES open|in_progress|re... | {"col_v67":true,"attr_f61":839.82,"dim_i12":"2023-07-17T21:54:00Z","field_n28":{"attr_c85":"baz","attr_y80":"2023-12-25","param_e48":{"prop_u01":"cancelled","col_q80":"GRCh38","col_h50":"inactive"},"val_k41":460,"col_u29":"mode_b","key_f63":"level_1"}} | null_required | {
"type": "object",
"properties": {
"col_v67": {
"type": "boolean"
},
"attr_f61": {
"type": "number"
},
"dim_i12": {
"type": "string",
"format": "date-time"
},
"field_n28": {
"type": "object",
"properties": {
"attr_c85": {
"type": "st... | {"col_v67": true, "attr_f61": 839.82, "dim_i12": "2023-07-17T21:54:00Z", "field_n28": null} | Required field 'field_n28' is null | {"col_v67":true,"attr_f61":839.82,"dim_i12":"2023-07-17T21:54:00Z","field_n28":{"attr_c85":"baz","attr_y80":"2023-12-25","param_e48":{"prop_u01":"cancelled","col_q80":"GRCh38","col_h50":"inactive"},"val_k41":460,"col_u29":"mode_b","key_f63":"level_1"}} |
TASK repair_structured_output
SPEC
FIELD col_k07.col_u45 TYPE null REQUIRED no
FIELD col_k07.val_d70 TYPE integer REQUIRED yes
FIELD col_k07.prop_w11.val_v94 TYPE number REQUIRED no
FIELD col_k07.prop_w11.prop_j01 TYPE null REQUIRED yes
FIELD col_k07.prop_w11.field_x14 TYPE number REQUIRED no
FIELD col_k07.prop_w11.va... | {"col_k07":{"val_d70":987,"prop_w11":{"val_v94":914.7,"prop_j01":null,"field_x14":932.51,"val_v53":"admin","dim_i96":false,"dim_k76":91,"dim_r74":true},"prop_z81":{"col_z03":876,"param_v01":"published","col_x12":"user@domain.org","field_f42":289,"val_o60":true,"prop_j97":281.6,"attr_q97":432}},"dim_c66":87.36,"attr_t69... | extra_text_before | {
"type": "object",
"properties": {
"col_k07": {
"type": "object",
"properties": {
"col_u45": {
"type": "null"
},
"val_d70": {
"type": "integer"
},
"prop_w11": {
"type": "object",
"properties": {
"val_v94": {... | The parsed result is:
{"col_k07":{"val_d70":987,"prop_w11":{"val_v94":914.7,"prop_j01":null,"field_x14":932.51,"val_v53":"admin","dim_i96":false,"dim_k76":91,"dim_r74":true},"prop_z81":{"col_z03":876,"param_v01":"published","col_x12":"user@domain.org","field_f42":289,"val_o60":true,"prop_j97":281.6,"attr_q97":432}},"di... | Output contains non-JSON text before the object | {"col_k07":{"val_d70":987,"prop_w11":{"val_v94":914.7,"prop_j01":null,"field_x14":932.51,"val_v53":"admin","dim_i96":false,"dim_k76":91,"dim_r74":true},"prop_z81":{"col_z03":876,"param_v01":"published","col_x12":"user@domain.org","field_f42":289,"val_o60":true,"prop_j97":281.6,"attr_q97":432}},"dim_c66":87.36,"attr_t69... |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD altitude TYPE string REQUIRED yes
FIELD run_id.credit_score TYPE string REQUIRED no
FIELD run_id.currency TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD run_id.zip_code TYPE bo... | {"title":"returned","altitude":"active","run_id":{"credit_score":"Smith","currency":"in_transit","zip_code":false,"weight":"2024-01-15","version":"A short description.","country":"homozygous","tile":"pro"}} | extra_text_before | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"altitude": {
"type": "string"
},
"run_id": {
"type": "object",
"properties": {
"credit_score":... | Sensor output follows:
{"title":"returned","altitude":"active","run_id":{"credit_score":"Smith","currency":"in_transit","zip_code":false,"weight":"2024-01-15","version":"A short description.","country":"homozygous","tile":"pro"}} | Output contains non-JSON text before the object | {"title":"returned","altitude":"active","run_id":{"credit_score":"Smith","currency":"in_transit","zip_code":false,"weight":"2024-01-15","version":"A short description.","country":"homozygous","tile":"pro"}} |
TASK repair_structured_output
SPEC
FIELD field_u13.val_t17 TYPE integer REQUIRED yes
FIELD field_u13.key_o03 TYPE string_uri REQUIRED no
FIELD field_u13.param_f62.val_t34 TYPE number REQUIRED no
FIELD field_u13.param_f62.param_q67 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_u13.param_f... | {"field_u13":{"val_t17":958,"key_o03":"https://www.io/data","param_f62":{"val_t34":952.32,"param_q67":"delivered","key_b69":"FWD","param_y82":false,"key_f63":true,"col_z17":"test@test.io","field_a05":997.15},"key_p43":"synonymous","prop_h15":536.48},"param_c99":"2025-05-27T14:47:00Z","key_f53":{"key_b76":{"key_e84":563... | missing_bracket | {
"type": "object",
"properties": {
"field_u13": {
"type": "object",
"properties": {
"val_t17": {
"type": "integer"
},
"key_o03": {
"type": "string",
"format": "uri"
},
"param_f62": {
"type": "object",
"propert... | {"field_u13":{"val_t17":958,"key_o03":"https://www.io/data","param_f62":{"val_t34":952.32,"param_q67":"delivered","key_b69":"FWD","param_y82":false,"key_f63":true,"col_z17":"test@test.io","field_a05":997.15},"key_p43":"synonymous","prop_h15":536.48},"param_c99":"2025-05-27T14:47:00Z","key_f53":{"key_b76":{"key_e84":563... | Missing closing bracket | {"field_u13":{"val_t17":958,"key_o03":"https://www.io/data","param_f62":{"val_t34":952.32,"param_q67":"delivered","key_b69":"FWD","param_y82":false,"key_f63":true,"col_z17":"test@test.io","field_a05":997.15},"key_p43":"synonymous","prop_h15":536.48},"param_c99":"2025-05-27T14:47:00Z","key_f53":{"key_b76":{"key_e84":563... |
TASK repair_structured_output
SPEC
FIELD field_n01 TYPE boolean REQUIRED yes
FIELD field_a95 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD key_g61 TYPE integer REQUIRED no
FIELD col_z61 TYPE number REQUIRED no
FIELD prop_u68 TYPE string_uri REQUIRED no
FIELD param_a46 TYPE integer REQUIRED ... | {"field_n01":true,"field_a95":"cat_a","prop_u68":"https://www.org/api","param_a46":129,"field_a21":"https://www.org/api"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_n01": {
"type": "boolean"
},
"field_a95": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"key_g61": {
"type": "integer"
},
"co... | Tool: read_sensor_array
Params: {"field_n01": true, "prop_u68": "https://www.org/api", "param_a46": 129, "field_a21": "https://www.org/api", "field_a95_value": "cat_a"} | Agent used wrong parameter name 'field_a95_value' instead of 'field_a95' | {"field_n01":true,"field_a95":"cat_a","prop_u68":"https://www.org/api","param_a46":129,"field_a21":"https://www.org/api"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string REQUIRED yes
FIELD username TYPE null REQUIRED no
FIELD end_date[].medication TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD end_date[].shift_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD end_date[... | {"medication":"Smith","username":null} | single_quotes | {
"type": "object",
"properties": {
"medication": {
"type": "string"
},
"username": {
"type": "null"
},
"end_date": {
"type": "array",
"items": {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": ... | {'medication':'Smith','username':null} | Expecting property name enclosed in double quotes | {"medication":"Smith","username":null} |
TASK repair_structured_output
SPEC
FIELD val_q55 TYPE string_date-time REQUIRED no
FIELD col_c86 TYPE string REQUIRED no
FIELD col_r87 TYPE number REQUIRED yes
FIELD val_j13 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_g58[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"col_c86": "baz", "va... | {"col_c86":"baz","col_r87":189.07,"val_j13":"new"} | missing_required | {
"type": "object",
"properties": {
"val_q55": {
"type": "string",
"format": "date-time"
},
"col_c86": {
"type": "string"
},
"col_r87": {
"type": "number"
},
"val_j13": {
"type": "string",
"enum": [
"new",
"in_transit",
"deliver... | {"col_c86": "baz", "val_j13": "new"} | Required field 'col_r87' is missing | {"col_c86":"baz","col_r87":189.07,"val_j13":"new"} |
TASK repair_structured_output
SPEC
FIELD val_w05 TYPE integer REQUIRED yes
FIELD attr_d57 TYPE integer REQUIRED no
FIELD val_b06 TYPE number REQUIRED no
FIELD param_b46 TYPE number REQUIRED no
FIELD dim_r27 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
BROKEN_OUTPUT
Analyzing the schema to generate valid... | {"val_w05":471,"attr_d57":591,"param_b46":369.74,"dim_r27":"type_d"} | thought_process | {
"type": "object",
"properties": {
"val_w05": {
"type": "integer"
},
"attr_d57": {
"type": "integer"
},
"val_b06": {
"type": "number"
},
"param_b46": {
"type": "number"
},
"dim_r27": {
"type": "string",
"enum": [
"type_a",
"typ... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"val_w05":471,"attr_d57":591,"param_b46":369.74,"dim_r27":"type_d"} | Output contains chain-of-thought reasoning before JSON | {"val_w05":471,"attr_d57":591,"param_b46":369.74,"dim_r27":"type_d"} |
TASK repair_structured_output
SPEC
FIELD prop_s47 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_w66 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_p61.key_j71 TYPE number REQUIRED no
FIELD field_p61.dim_z51 TYPE string VALUES pending_review|confirmed|rejected|escalated RE... | {"prop_s47":"admin","prop_w66":"homozygous","field_p61":{"key_j71":913.52,"dim_z51":"rejected","attr_e14":"Paris","attr_q96":424,"dim_t83":148}} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_s47": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_w66": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_p61"... | I'll query our database.
<tool_call name="calculate_docking_fee">
{"prop_s47":"admin","prop_w66":"homozygous","field_p61":{"key_j71":913.52,"dim_z51":"rejected","attr_e14":"Paris","attr_q96":424,"dim_t83":148}}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"prop_s47":"admin","prop_w66":"homozygous","field_p61":{"key_j71":913.52,"dim_z51":"rejected","attr_e14":"Paris","attr_q96":424,"dim_t83":148}} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES active|inactive|pending REQUIRED no
FIELD balance TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD step TYPE integer REQUIRED no
FIELD medication TYPE string REQUIRED yes
FIELD length TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'balance':'emai... | {"balance":"email","medication":"foo","length":77} | single_quotes | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"balance": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"step": {
... | {'balance':'email','medication':'foo','length':77} | Expecting property name enclosed in double quotes | {"balance":"email","medication":"foo","length":77} |
TASK repair_structured_output
SPEC
FIELD key_i81 TYPE string REQUIRED yes
FIELD key_c22 TYPE string REQUIRED yes
FIELD field_m36 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD prop_m35 TYPE string REQUIRED no
FIELD col_t89 TYPE null REQUIRED no
FIELD dim_b95 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"key_i8... | {"key_i81":"Johnson","key_c22":"Charlie","field_m36":"admin","prop_m35":"demo","col_t89":null,"dim_b95":500} | invalid_enum | {
"type": "object",
"properties": {
"key_i81": {
"type": "string"
},
"key_c22": {
"type": "string"
},
"field_m36": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_m35": {
"type": "string"
},
"col_t89... | {"key_i81": "Johnson", "key_c22": "Charlie", "field_m36": "invalid_choice_204", "prop_m35": "demo", "col_t89": null, "dim_b95": 500} | Field 'field_m36' has invalid enum value 'invalid_choice_204', expected one of ['admin', 'editor', 'viewer'] | {"key_i81":"Johnson","key_c22":"Charlie","field_m36":"admin","prop_m35":"demo","col_t89":null,"dim_b95":500} |
TASK repair_structured_output
SPEC
FIELD email TYPE null REQUIRED yes
FIELD type TYPE string_date-time REQUIRED no
FIELD organism TYPE string REQUIRED no
FIELD humidity_pct.title TYPE number REQUIRED yes
FIELD humidity_pct.yield_pct.duration_ms TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRE... | {"email":null,"type":"2024-04-21T19:34:00Z","organism":"John","humidity_pct":{"title":676.77,"zip_code":"Bob"},"visible":"2023-03-01T23:47:00Z"} | null_required | {
"type": "object",
"properties": {
"email": {
"type": "null"
},
"type": {
"type": "string",
"format": "date-time"
},
"organism": {
"type": "string"
},
"humidity_pct": {
"type": "object",
"properties": {
"title": {
"type": "number"
... | {"email": null, "type": "2024-04-21T19:34:00Z", "organism": "John", "humidity_pct": null, "visible": "2023-03-01T23:47:00Z"} | Required field 'humidity_pct' is null | {"email":null,"type":"2024-04-21T19:34:00Z","organism":"John","humidity_pct":{"title":676.77,"zip_code":"Bob"},"visible":"2023-03-01T23:47:00Z"} |
TASK repair_structured_output
SPEC
FIELD col_n24 TYPE string REQUIRED no
FIELD param_q28 TYPE string REQUIRED no
FIELD col_r88 TYPE boolean REQUIRED yes
FIELD val_q97 TYPE number REQUIRED no
FIELD param_r73 TYPE number REQUIRED yes
FIELD val_w16 TYPE integer REQUIRED yes
FIELD val_b26 TYPE string VALUES success|error|... | {"param_q28":"hello","col_r88":false,"val_q97":865.21,"param_r73":661.6,"val_w16":75,"val_b26":"error"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_n24": {
"type": "string"
},
"param_q28": {
"type": "string"
},
"col_r88": {
"type": "boolean"
},
"val_q97": {
"type": "number"
},
"param_r73": {
"type": "number"
},
"val_w16": {
"type": "integer"... | check_cargo_manifest(param_q28='hello', col_r88=False, val_q97=865.21, param_r73=661.6, val_w16=75, val_b26='error') | Tool call uses Python syntax instead of JSON | {"param_q28":"hello","col_r88":false,"val_q97":865.21,"param_r73":661.6,"val_w16":75,"val_b26":"error"} |
TASK repair_structured_output
SPEC
FIELD step TYPE integer REQUIRED yes
FIELD lab_result TYPE number REQUIRED yes
FIELD collateral TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD consignee TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD state TYPE string VALUES mod... | {"step":261,"lab_result":936.37,"collateral":"mode_b","consignee":"operational","state":"mode_a","gene_id":{"active":"https://example.io/data","nickname":"pending_review","feedback":"A short description.","annotation":964.49},"phone":"level_1"} | truncated_object | {
"type": "object",
"properties": {
"step": {
"type": "integer"
},
"lab_result": {
"type": "number"
},
"collateral": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"consignee": {
... | {"step":261,"lab_result":936.37,"collateral":"mode_b","consignee":"operational","state":"mode_a","gene_id":{"active":"https://example.io/data","nickname":"pending_review","feedback":"A short description.","annotation":964.49},"phone":"level_1" | Unexpected end of JSON input — truncated object | {"step":261,"lab_result":936.37,"collateral":"mode_b","consignee":"operational","state":"mode_a","gene_id":{"active":"https://example.io/data","nickname":"pending_review","feedback":"A short description.","annotation":964.49},"phone":"level_1"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE integer REQUIRED no
FIELD wavelength TYPE string_uri REQUIRED yes
FIELD features TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD subtotal TYPE boolean REQUIRED yes
FIELD torque_output TYPE string REQUIRED yes
BROKEN_OUTPUT
{"altitude":239,"waveleng... | {"altitude":239,"wavelength":"https://example.org/v1","features":"low","subtotal":true,"torque_output":"https://example.com"} | truncated_array | {
"type": "object",
"properties": {
"altitude": {
"type": "integer"
},
"wavelength": {
"type": "string",
"format": "uri"
},
"features": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"subtotal": {... | {"altitude":239,"wavelength":"https://example.org/v1","features":"low","subtotal":true,"torque_output":"https://example.com" | Unexpected end of JSON input — truncated object | {"altitude":239,"wavelength":"https://example.org/v1","features":"low","subtotal":true,"torque_output":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD col_x57 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_f83 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_k58 TYPE string REQUIRED yes
FIELD val_a19 TYPE integer REQUIRED no
FIELD field_i72 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"col_x5... | {"col_x57":"cat_a","field_f83":"reliable","val_k58":"Jane","val_a19":900,"field_i72":true} | extra_field | {
"type": "object",
"properties": {
"col_x57": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"field_f83": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_k58": {
... | {"col_x57": "cat_a", "field_f83": "reliable", "val_k58": "Jane", "val_a19": 900, "field_i72": true, "extra_data_2100": 42} | Unknown field 'extra_data_2100' not defined in schema | {"col_x57":"cat_a","field_f83":"reliable","val_k58":"Jane","val_a19":900,"field_i72":true} |
TASK repair_structured_output
SPEC
FIELD attr_t00 TYPE boolean REQUIRED yes
FIELD col_y57 TYPE string REQUIRED yes
FIELD val_a55 TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
Sure, here's the result:
```json
{"attr_t00":true,"col_y57":"world","val_a55":"published"}
```
Data logged successfully... | {"attr_t00":true,"col_y57":"world","val_a55":"published"} | markdown_explanation | {
"type": "object",
"properties": {
"attr_t00": {
"type": "boolean"
},
"col_y57": {
"type": "string"
},
"val_a55": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
},
"required": [
"attr_t00",
"col_y57"
]
} | Sure, here's the result:
```json
{"attr_t00":true,"col_y57":"world","val_a55":"published"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"attr_t00":true,"col_y57":"world","val_a55":"published"} |
TASK repair_structured_output
SPEC
FIELD col_o88 TYPE string_email REQUIRED no
FIELD field_p04 TYPE null REQUIRED yes
FIELD dim_d95.param_w47 TYPE string REQUIRED no
FIELD dim_d95.attr_t66 TYPE string REQUIRED no
FIELD dim_d95.col_e87.param_b97 TYPE string REQUIRED yes
FIELD dim_d95.col_e87.field_i04 TYPE string REQUI... | {"col_o88":"test@test.io","field_p04":null,"dim_d95":{"param_w47":"Johnson","col_e87":{"param_b97":"demo","field_i04":"Oliveira","val_c62":"user@domain.com","attr_w71":"resolved","val_c80":"https://www.io/data","col_b13":"PASS"},"param_o83":"A short description.","dim_d68":"confirmed","attr_a44":"oceanic"}} | truncated_array | {
"type": "object",
"properties": {
"col_o88": {
"type": "string",
"format": "email"
},
"field_p04": {
"type": "null"
},
"dim_d95": {
"type": "object",
"properties": {
"param_w47": {
"type": "string"
},
"attr_t66": {
"type... | {"col_o88":"test@test.io","field_p04":null,"dim_d95":{"param_w47":"Johnson","col_e87":{"param_b97":"demo","field_i04":"Oliveira","val_c62":"user@domain.com","attr_w71":"resolved","val_c80":"https://www.io/data","col_b13":"PASS"},"param_o83":"A short description.","dim_d68":"confirmed","attr_a44":"oceanic"} | Unexpected end of JSON input — truncated object | {"col_o88":"test@test.io","field_p04":null,"dim_d95":{"param_w47":"Johnson","col_e87":{"param_b97":"demo","field_i04":"Oliveira","val_c62":"user@domain.com","attr_w71":"resolved","val_c80":"https://www.io/data","col_b13":"PASS"},"param_o83":"A short description.","dim_d68":"confirmed","attr_a44":"oceanic"}} |
TASK repair_structured_output
SPEC
FIELD attr_n18.attr_j84 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_n18.field_g24 TYPE boolean REQUIRED no
FIELD attr_n18.key_u75.prop_u97 TYPE integer REQUIRED yes
FIELD attr_n18.key_u75.param_l33 TYPE string_email REQUIRED yes
FIELD attr_n18.key_u75.pro... | {"attr_n18":{"attr_j84":"inland","field_g24":true,"key_u75":{"prop_u97":120,"param_l33":"user@example.com","prop_t73":"test@example.com"},"prop_n40":"pending","prop_k88":"medium","attr_s08":"frameshift"},"prop_m87":"user@test.io","param_s66":"pending","key_o47":"published","param_f40":"world","col_x51":{"field_z32":tru... | missing_bracket | {
"type": "object",
"properties": {
"attr_n18": {
"type": "object",
"properties": {
"attr_j84": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"field_g24": {
"... | {"attr_n18":{"attr_j84":"inland","field_g24":true,"key_u75":{"prop_u97":120,"param_l33":"user@example.com","prop_t73":"test@example.com"},"prop_n40":"pending","prop_k88":"medium","attr_s08":"frameshift"},"prop_m87":"user@test.io","param_s66":"pending","key_o47":"published","param_f40":"world","col_x51":{"field_z32":tru... | Missing closing bracket | {"attr_n18":{"attr_j84":"inland","field_g24":true,"key_u75":{"prop_u97":120,"param_l33":"user@example.com","prop_t73":"test@example.com"},"prop_n40":"pending","prop_k88":"medium","attr_s08":"frameshift"},"prop_m87":"user@test.io","param_s66":"pending","key_o47":"published","param_f40":"world","col_x51":{"field_z32":tru... |
TASK repair_structured_output
SPEC
FIELD key_t14.val_h06 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_t14.dim_j85 TYPE string_email REQUIRED yes
FIELD key_t14.attr_r53 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD key_t14.field_t34.attr_v51 TYPE integer REQUIRED no
FIELD key_t... | {"key_t14":{"val_h06":"archived","dim_j85":"admin@domain.org","attr_r53":"type_d","field_t34":{"attr_v51":705,"val_u17":false,"field_o50":"RTG-04","col_a60":916,"attr_t78":"sample"}},"col_j70":"https://example.com/data","col_i15":{"col_f07":true,"attr_l73":"Paris","dim_h35":true,"key_w00":"Jane","attr_o60":"mode_b"},"a... | unquoted_keys | {
"type": "object",
"properties": {
"key_t14": {
"type": "object",
"properties": {
"val_h06": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_j85": {
"type": "string",
... | {key_t14:{val_h06:"archived",dim_j85:"admin@domain.org",attr_r53:"type_d",field_t34:{attr_v51:705,val_u17:false,field_o50:"RTG-04",col_a60:916,attr_t78:"sample"}},col_j70:"https://example.com/data",col_i15:{col_f07:true,attr_l73:"Paris",dim_h35:true,key_w00:"Jane",attr_o60:"mode_b"},attr_l33:{attr_e79:"mode_d",param_j6... | Expecting property name enclosed in double quotes | {"key_t14":{"val_h06":"archived","dim_j85":"admin@domain.org","attr_r53":"type_d","field_t34":{"attr_v51":705,"val_u17":false,"field_o50":"RTG-04","col_a60":916,"attr_t78":"sample"}},"col_j70":"https://example.com/data","col_i15":{"col_f07":true,"attr_l73":"Paris","dim_h35":true,"key_w00":"Jane","attr_o60":"mode_b"},"a... |
TASK repair_structured_output
SPEC
FIELD prop_j70 TYPE integer REQUIRED no
FIELD attr_e26 TYPE number REQUIRED yes
FIELD col_e66 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"prop_j70": 840, "attr_e26": 367.21, "col_e66": 455, "extra_field_5037": true} | {"prop_j70":840,"attr_e26":367.21,"col_e66":455} | extra_field | {
"type": "object",
"properties": {
"prop_j70": {
"type": "integer"
},
"attr_e26": {
"type": "number"
},
"col_e66": {
"type": "integer"
}
},
"required": [
"attr_e26"
]
} | {"prop_j70": 840, "attr_e26": 367.21, "col_e66": 455, "extra_field_5037": true} | Unknown field 'extra_field_5037' not defined in schema | {"prop_j70":840,"attr_e26":367.21,"col_e66":455} |
TASK repair_structured_output
SPEC
FIELD val_r62 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_d85 TYPE number REQUIRED no
FIELD key_w00 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_u46 TYPE string_email REQUIRED no
FIELD dim_d89.attr_h00 TYPE string REQUIRED yes
FI... | {"val_r62":"divorced","dim_d85":548.45,"key_w00":"heterozygous","prop_u46":"test@domain.org","dim_d89":{"attr_h00":"Alice","param_l13":"active","val_h72":"https://example.org/api","attr_r49":170,"val_v44":"user@domain.org"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_r62": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_d85": {
"type": "number"
},
"key_w00": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | I need to look up the information first.
Action: get_inventory
Arguments: {"val_r62": "divorced", "dim_d85": 548.45, "prop_u46": "test@domain.org", "dim_d89": {"attr_h00": "Alice", "param_l13": "active", "val_h72": "https://example.org/api", "attr_r49": 170, "val_v44": "user@domain.org"}} | Agent tool call missing required parameter 'key_w00' | {"val_r62":"divorced","dim_d85":548.45,"key_w00":"heterozygous","prop_u46":"test@domain.org","dim_d89":{"attr_h00":"Alice","param_l13":"active","val_h72":"https://example.org/api","attr_r49":170,"val_v44":"user@domain.org"}} |
TASK repair_structured_output
SPEC
FIELD total TYPE string REQUIRED no
FIELD age TYPE string REQUIRED yes
FIELD category TYPE number REQUIRED no
BROKEN_OUTPUT
Sensor output follows:
{"total":"quux","age":"bar","category":694.22} | {"total":"quux","age":"bar","category":694.22} | extra_text_before | {
"type": "object",
"properties": {
"total": {
"type": "string"
},
"age": {
"type": "string"
},
"category": {
"type": "number"
}
},
"required": [
"age"
]
} | Sensor output follows:
{"total":"quux","age":"bar","category":694.22} | Output contains non-JSON text before the object | {"total":"quux","age":"bar","category":694.22} |
TASK repair_structured_output
SPEC
FIELD coverage.height TYPE string_email REQUIRED yes
FIELD coverage.published TYPE number REQUIRED no
FIELD coverage.paragraph TYPE number REQUIRED yes
FIELD coverage.dosage.altitude TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD coverage.dosage.countr... | {"coverage":{"height":"info@domain.org","paragraph":373.79,"dosage":{"altitude":"mode_c","country":"https://example.org/data","visible":581,"velocity":294,"allele":504.39},"dissolved_oxygen":813.94},"department":true,"length":null} | extra_text_before | {
"type": "object",
"properties": {
"coverage": {
"type": "object",
"properties": {
"height": {
"type": "string",
"format": "email"
},
"published": {
"type": "number"
},
"paragraph": {
"type": "number"
},
... | Below is the JSON object:
{"coverage":{"height":"info@domain.org","paragraph":373.79,"dosage":{"altitude":"mode_c","country":"https://example.org/data","visible":581,"velocity":294,"allele":504.39},"dissolved_oxygen":813.94},"department":true,"length":null} | Output contains non-JSON text before the object | {"coverage":{"height":"info@domain.org","paragraph":373.79,"dosage":{"altitude":"mode_c","country":"https://example.org/data","visible":581,"velocity":294,"allele":504.39},"dissolved_oxygen":813.94},"department":true,"length":null} |
TASK repair_structured_output
SPEC
FIELD longitude.size TYPE string VALUES option_a|option_b REQUIRED no
FIELD longitude.count TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD longitude.longitude TYPE number REQUIRED yes
FIELD longitude.umi TYPE string VALUES cat_a|cat_b REQUIRED yes
... | {"longitude":{"size":"option_b","count":"option_c","longitude":87.25,"umi":"cat_b"},"state":null,"umi":458,"items":"2024-01-15"} | null_required | {
"type": "object",
"properties": {
"longitude": {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"count": {
"type": "string",
"enum": [
... | {"longitude": {"size": "option_b", "count": "option_c", "longitude": 87.25, "umi": "cat_b"}, "state": null, "umi": 458, "items": null} | Required field 'items' is null | {"longitude":{"size":"option_b","count":"option_c","longitude":87.25,"umi":"cat_b"},"state":null,"umi":458,"items":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD dim_m05 TYPE string REQUIRED yes
FIELD col_f40 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD field_y29 TYPE boolean REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: queue_sequencing_run
Result: {"col_f40": "cat_b"}
I'll query ou... | {"dim_m05":"Paris","col_f40":"cat_b"} | agent_chain | {
"type": "object",
"properties": {
"dim_m05": {
"type": "string"
},
"col_f40": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"field_y29": {
"type": "boolean"
}
},
"required": [
"co... | I need to look up the information first.
Action: queue_sequencing_run
Result: {"col_f40": "cat_b"}
I'll query our database.
Action: queue_sequencing_run
Result: | Agent multi-step chain with truncated tool output | {"dim_m05":"Paris","col_f40":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD position TYPE integer REQUIRED no
FIELD credit_score TYPE integer REQUIRED yes
FIELD salinity TYPE string VALUES success|error|warning|info REQUIRED no
FIELD thumbnail.medication TYPE integer REQUIRED yes
FIELD thumbnail.maturity_date TYPE number REQUIRED yes
FIELD thumbnail.ag... | {"position":866,"credit_score":109,"salinity":"error","timezone":494.12} | missing_bracket | {
"type": "object",
"properties": {
"position": {
"type": "integer"
},
"credit_score": {
"type": "integer"
},
"salinity": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"thumbnail": {
"type": "o... | {"position":866,"credit_score":109,"salinity":"error","timezone":494.12} | Missing closing bracket | {"position":866,"credit_score":109,"salinity":"error","timezone":494.12} |
TASK repair_structured_output
SPEC
FIELD field_j58 TYPE integer REQUIRED no
FIELD val_p06 TYPE string REQUIRED no
FIELD field_x50 TYPE boolean REQUIRED yes
FIELD dim_u15 TYPE boolean REQUIRED yes
FIELD key_n15 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Pipeline result:
```json
{"field_j58":260,"val_p06":"test@example.co... | {"field_j58":260,"val_p06":"test@example.com","field_x50":false,"dim_u15":true,"key_n15":632} | markdown_explanation | {
"type": "object",
"properties": {
"field_j58": {
"type": "integer"
},
"val_p06": {
"type": "string"
},
"field_x50": {
"type": "boolean"
},
"dim_u15": {
"type": "boolean"
},
"key_n15": {
"type": "integer"
}
},
"required": [
"field_x50",
... | Pipeline result:
```json
{"field_j58":260,"val_p06":"test@example.com","field_x50":false,"dim_u15":true,"key_n15":632}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"field_j58":260,"val_p06":"test@example.com","field_x50":false,"dim_u15":true,"key_n15":632} |
TASK repair_structured_output
SPEC
FIELD col_m96 TYPE string REQUIRED yes
FIELD dim_g99 TYPE string REQUIRED no
FIELD col_r52 TYPE string REQUIRED no
FIELD dim_s75.dim_v95 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD dim_s75.field_u45 TYPE integer REQUIRED yes
FIELD dim_s75.field_i27 TYPE string_uri REQUIRE... | {"col_m96":"GRCh38","dim_g99":"Santos","col_r52":"Smith"} | agent_chain | {
"type": "object",
"properties": {
"col_m96": {
"type": "string"
},
"dim_g99": {
"type": "string"
},
"col_r52": {
"type": "string"
},
"dim_s75": {
"type": "object",
"properties": {
"dim_v95": {
"type": "string",
"enum": [
... | Let me check the system.
Action: read_sensor_array
Result: {"col_m96": "GRCh38", "dim_g99": "Santos"}
Processing the request now.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"col_m96":"GRCh38","dim_g99":"Santos","col_r52":"Smith"} |
TASK repair_structured_output
SPEC
FIELD options TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD bill_of_lading TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD status TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRE... | {"status":"option_a","latitude":"warning","gene_id":"world","full_name":null} | truncated_array | {
"type": "object",
"properties": {
"options": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"bill_of_lading": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | {"status":"option_a","latitude":"warning","gene_id":"world","full_name":null | Unexpected end of JSON input — truncated object | {"status":"option_a","latitude":"warning","gene_id":"world","full_name":null} |
TASK repair_structured_output
SPEC
FIELD items TYPE number REQUIRED no
FIELD umi TYPE string_email REQUIRED yes
FIELD footnote TYPE string VALUES admin|editor|viewer REQUIRED no
BROKEN_OUTPUT
track_vessel(items=275.89, umi='ops@test.io') | {"items":275.89,"umi":"ops@test.io"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"items": {
"type": "number"
},
"umi": {
"type": "string",
"format": "email"
},
"footnote": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}
},
"required": [
"umi"
]
} | track_vessel(items=275.89, umi='ops@test.io') | Tool call uses Python syntax instead of JSON | {"items":275.89,"umi":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD key_y81 TYPE boolean REQUIRED yes
FIELD key_l17 TYPE integer REQUIRED no
FIELD val_p86 TYPE integer REQUIRED yes
FIELD col_t22.prop_r98 TYPE boolean REQUIRED yes
FIELD col_t22.field_d84 TYPE null REQUIRED no
FIELD col_t22.dim_v28 TYPE null REQUIRED no
FIELD col_t22.attr_k29 TYP... | {"key_y81":false,"val_p86":826} | agent_chain | {
"type": "object",
"properties": {
"key_y81": {
"type": "boolean"
},
"key_l17": {
"type": "integer"
},
"val_p86": {
"type": "integer"
},
"col_t22": {
"type": "object",
"properties": {
"prop_r98": {
"type": "boolean"
},
"fie... | Let me check the system.
Action: assign_berth
Result: {"val_p86": 826}
I'll query our database.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"key_y81":false,"val_p86":826} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD latitude TYPE string_date-time REQUIRED yes
FIELD tile.organism TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD tile.shipping TYPE string_email REQUIRED yes
FIELD tile.discount TYP... | {"latitude":"2022-02-04T06:06:00Z","address":681.34} | thought_process | {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"latitude": {
"type": "string",
"format": "date-time"
},
"tile": {
"type": "object",
"propertie... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"latitude":"2022-02-04T06:06:00Z","address":681.34} | Output contains chain-of-thought reasoning before JSON | {"latitude":"2022-02-04T06:06:00Z","address":681.34} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE integer REQUIRED no
FIELD tags TYPE boolean REQUIRED yes
FIELD shipper_ref.velocity TYPE string_uri REQUIRED no
FIELD shipper_ref.phenotype TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD shipper_ref.commit_hash TYPE number REQU... | {"tags":true,"shipper_ref":{"phenotype":"confirmed","commit_hash":780.62,"deploy_target":{"port_code":"single","fleet_number":485.1,"user_id":985.02,"website":"user@domain.com"}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"lab_result": {
"type": "integer"
},
"tags": {
"type": "boolean"
},
"shipper_ref": {
"type": "object",
"properties": {
"velocity": {
"type": "string",
"format": "uri"
},
"phenotype": {
... | I need to look up the information first.
<tool_call name="book_appointment">
{"tags":true,"shipper_ref":{"phenotype":"confirmed","commit_hash":780.62,"deploy_target":{"port_code":"single","fleet_number":485.1,"user_id":985.02,"website":"user@domain.com"}}}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"tags":true,"shipper_ref":{"phenotype":"confirmed","commit_hash":780.62,"deploy_target":{"port_code":"single","fleet_number":485.1,"user_id":985.02,"website":"user@domain.com"}}} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string REQUIRED yes
FIELD currency TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD berth_slot[].cargo_type TYPE boolean REQUIRED yes
FIELD berth_slot[].current_draw TYPE number REQUIRED no
FIELD berth_slot[].first_name TYPE string REQUI... | {"temp_celsius":"Smith","currency":"in_transit","berth_slot":[{"cargo_type":false,"first_name":"Diana","phenotype":"RTG-04","tax":"2022-05-26T19:46:00Z"},{"cargo_type":false,"first_name":"QC-07","phenotype":"2023-12-25","tax":"2021-11-22T22:54:00Z"},{"cargo_type":true,"current_draw":549.4,"tax":"2020-12-16T18:01:00Z"}]... | extra_field | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string"
},
"currency": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"berth_slot": {
"type": "array",
"items": {
"type": "o... | {"temp_celsius": "Smith", "currency": "in_transit", "berth_slot": [{"cargo_type": false, "first_name": "Diana", "phenotype": "RTG-04", "tax": "2022-05-26T19:46:00Z"}, {"cargo_type": false, "first_name": "QC-07", "phenotype": "2023-12-25", "tax": "2021-11-22T22:54:00Z"}, {"cargo_type": true, "current_draw": 549.4, "tax"... | Unknown field 'extra_data_5449' not defined in schema | {"temp_celsius":"Smith","currency":"in_transit","berth_slot":[{"cargo_type":false,"first_name":"Diana","phenotype":"RTG-04","tax":"2022-05-26T19:46:00Z"},{"cargo_type":false,"first_name":"QC-07","phenotype":"2023-12-25","tax":"2021-11-22T22:54:00Z"},{"cargo_type":true,"current_draw":549.4,"tax":"2020-12-16T18:01:00Z"}]... |
TASK repair_structured_output
SPEC
FIELD prop_v47 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_k11 TYPE boolean REQUIRED yes
FIELD val_u24 TYPE number REQUIRED no
BROKEN_OUTPUT
Result: dim_k11=True, {"prop_v47":"pending","dim_k11":true,"val_u24":559.7} | {"prop_v47":"pending","dim_k11":true,"val_u24":559.7} | partial_structure | {
"type": "object",
"properties": {
"prop_v47": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_k11": {
"type": "boolean"
},
"val_u24": {
"type": "number"
}
},
"required": [
"dim_k11",
"prop_v47"
]
} | Result: dim_k11=True, {"prop_v47":"pending","dim_k11":true,"val_u24":559.7} | Output mixes natural language with JSON | {"prop_v47":"pending","dim_k11":true,"val_u24":559.7} |
TASK repair_structured_output
SPEC
FIELD description TYPE string REQUIRED yes
FIELD product_id TYPE integer REQUIRED no
FIELD quality_score TYPE integer REQUIRED no
FIELD freight_class TYPE integer REQUIRED no
BROKEN_OUTPUT
{"description": "QC-07", "quality_score": 200, "freight_class": "114cm"} | {"description":"QC-07","quality_score":200,"freight_class":114} | number_with_unit | {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"product_id": {
"type": "integer"
},
"quality_score": {
"type": "integer"
},
"freight_class": {
"type": "integer"
}
},
"required": [
"description"
]
} | {"description": "QC-07", "quality_score": 200, "freight_class": "114cm"} | Field 'freight_class' must be number, got string with unit | {"description":"QC-07","quality_score":200,"freight_class":114} |
TASK repair_structured_output
SPEC
FIELD field_d66 TYPE string REQUIRED yes
FIELD val_t44 TYPE string REQUIRED no
FIELD attr_x81[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{'field_d66':'London','val_t44':'Johnson','attr_x81':['Oliveira','baz']} | {"field_d66":"London","val_t44":"Johnson","attr_x81":["Oliveira","baz"]} | single_quotes | {
"type": "object",
"properties": {
"field_d66": {
"type": "string"
},
"val_t44": {
"type": "string"
},
"attr_x81": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"field_d66",
"attr_x81"
]
} | {'field_d66':'London','val_t44':'Johnson','attr_x81':['Oliveira','baz']} | Expecting property name enclosed in double quotes | {"field_d66":"London","val_t44":"Johnson","attr_x81":["Oliveira","baz"]} |
TASK repair_structured_output
SPEC
FIELD val_e46.val_v03 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_e46.param_o72 TYPE integer REQUIRED yes
FIELD val_e46.prop_g37 TYPE string REQUIRED yes
FIELD val_e46.dim_f40 TYPE string REQUIRED yes
FIELD dim_i73 TYPE string REQUIRED no
FIE... | {"val_e46":{"val_v03":"rejected","param_o72":250,"prop_g37":"Johnson","dim_f40":"completed"},"dim_i73":"completed","col_k22":false,"field_k71":"info@domain.org","prop_e96":"sample","param_j64":"USD"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_e46": {
"type": "object",
"properties": {
"val_v03": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_o72": {... | Tool: verify_hazmat_compliance
Params: {"val_e46": {"val_v03": "rejected", "param_o72": 250, "prop_g37": "Johnson", "dim_f40": "completed"}, "dim_i73": "completed", "col_k22": false, "field_k71": "info@domain.org", "param_j64": "USD", "prop_e96_id": "sample"} | Agent used wrong parameter name 'prop_e96_id' instead of 'prop_e96' | {"val_e46":{"val_v03":"rejected","param_o72":250,"prop_g37":"Johnson","dim_f40":"completed"},"dim_i73":"completed","col_k22":false,"field_k71":"info@domain.org","prop_e96":"sample","param_j64":"USD"} |
TASK repair_structured_output
SPEC
FIELD param_t26 TYPE number REQUIRED no
FIELD key_d83 TYPE boolean REQUIRED yes
FIELD field_b16 TYPE null REQUIRED no
FIELD prop_b64.prop_z42 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_b64.attr_j55 TYPE string REQUIRED no
FIELD prop_b64.dim_n36 TYPE string VALUES... | {"param_t26":447.15,"key_d83":false,"prop_b64":{"prop_z42":"email","attr_j55":"Charlie","dim_n36":"degraded"},"val_j50":"pending","prop_b33":{"val_z34":386.55,"attr_s33":"approved","col_j89":507.97,"prop_x12":"2023-02-20T15:26:00Z","val_t01":{"dim_z24":"phone","dim_r94":"RTG-04","field_j11":"https://www.org/data","col_... | extra_field | {
"type": "object",
"properties": {
"param_t26": {
"type": "number"
},
"key_d83": {
"type": "boolean"
},
"field_b16": {
"type": "null"
},
"prop_b64": {
"type": "object",
"properties": {
"prop_z42": {
"type": "string",
"enum": [
... | {"param_t26": 447.15, "key_d83": false, "prop_b64": {"prop_z42": "email", "attr_j55": "Charlie", "dim_n36": "degraded"}, "val_j50": "pending", "prop_b33": {"val_z34": 386.55, "attr_s33": "approved", "col_j89": 507.97, "prop_x12": "2023-02-20T15:26:00Z", "val_t01": {"dim_z24": "phone", "dim_r94": "RTG-04", "field_j11": ... | Unknown field 'extra_value_806' not defined in schema | {"param_t26":447.15,"key_d83":false,"prop_b64":{"prop_z42":"email","attr_j55":"Charlie","dim_n36":"degraded"},"val_j50":"pending","prop_b33":{"val_z34":386.55,"attr_s33":"approved","col_j89":507.97,"prop_x12":"2023-02-20T15:26:00Z","val_t01":{"dim_z24":"phone","dim_r94":"RTG-04","field_j11":"https://www.org/data","col_... |
TASK repair_structured_output
SPEC
FIELD field_c61 TYPE boolean REQUIRED no
FIELD prop_l39 TYPE string REQUIRED no
FIELD key_a69 TYPE integer REQUIRED yes
FIELD key_r81 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_z43[].val_u48 TYPE integer REQUIRED no
FIELD field_z43[].field_z46 TYPE string REQUIRED y... | {"prop_l39":"PASS","key_a69":97,"key_r81":"cat_a","field_z43":[{"val_u48":846,"field_z46":"Berlin","dim_x73":"info@example.com"},{"val_u48":958,"field_z46":"Tokyo","dim_x73":"user@domain.org"},{"val_u48":180,"field_z46":"2024-06-30","dim_x73":"test@domain.org"},{"val_u48":873,"field_z46":"FWD","dim_x73":"admin@test.io"... | single_quotes | {
"type": "object",
"properties": {
"field_c61": {
"type": "boolean"
},
"prop_l39": {
"type": "string"
},
"key_a69": {
"type": "integer"
},
"key_r81": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"field_z... | {'prop_l39':'PASS','key_a69':97,'key_r81':'cat_a','field_z43':[{'val_u48':846,'field_z46':'Berlin','dim_x73':'info@example.com'},{'val_u48':958,'field_z46':'Tokyo','dim_x73':'user@domain.org'},{'val_u48':180,'field_z46':'2024-06-30','dim_x73':'test@domain.org'},{'val_u48':873,'field_z46':'FWD','dim_x73':'admin@test.io'... | Expecting property name enclosed in double quotes | {"prop_l39":"PASS","key_a69":97,"key_r81":"cat_a","field_z43":[{"val_u48":846,"field_z46":"Berlin","dim_x73":"info@example.com"},{"val_u48":958,"field_z46":"Tokyo","dim_x73":"user@domain.org"},{"val_u48":180,"field_z46":"2024-06-30","dim_x73":"test@domain.org"},{"val_u48":873,"field_z46":"FWD","dim_x73":"admin@test.io"... |
TASK repair_structured_output
SPEC
FIELD prop_g75 TYPE string REQUIRED yes
FIELD dim_i16 TYPE string REQUIRED yes
FIELD param_f28 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD prop_p22 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_p99 TYPE integer REQUIRED yes
BROKEN_OUTPUT
... | {"prop_g75":"2024-01-15","dim_i16":"test@example.com","param_f28":"intermittent","prop_p22":"draft","dim_p99":250} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_g75": {
"type": "string"
},
"dim_i16": {
"type": "string"
},
"param_f28": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"prop_p22": {
"type": "string",
... | Tool: track_vessel
Params: {"prop_g75": "2024-01-15", "dim_i16": "test@example.com", "param_f28": "intermittent", "prop_p22": "draft", "dim_p99_value": 250} | Agent used wrong parameter name 'dim_p99_value' instead of 'dim_p99' | {"prop_g75":"2024-01-15","dim_i16":"test@example.com","param_f28":"intermittent","prop_p22":"draft","dim_p99":250} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE boolean REQUIRED yes
FIELD active TYPE string_date-time REQUIRED no
FIELD salinity TYPE number REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD count TYPE string REQUIRED no
FIELD size.chapter TYPE string VALUES option_a|option_b|option_c|option_... | {"build_status":true,"active":"2025-08-18T13:14:00Z","salinity":607.65,"bill_of_lading":"qux","count":"pending","diagnosis_code":{"options":"info@example.com","repository":"https://api.example.com/v1","count":"Alice"},"order_id":{"image_url":"option_c","company":"baz","url":"Maria","voltage":["berthed","berthed","moore... | tool_call_bad_format | {
"type": "object",
"properties": {
"build_status": {
"type": "boolean"
},
"active": {
"type": "string",
"format": "date-time"
},
"salinity": {
"type": "number"
},
"bill_of_lading": {
"type": "string"
},
"count": {
"type": "string"
},
"... | <functioncall> lookup_customer
{build_status: true, active: "2025-08-18T13:14:00Z", salinity: 607.65, bill_of_lading: "qux", count: "pending", diagnosis_code: {options: "info@example.com", repository: "https://api.example.com/v1", count: "Alice"}, order_id: {image_url: "option_c", company: "baz", url: "Maria", voltage:... | Tool call has malformed arguments — unquoted keys in function parameters | {"build_status":true,"active":"2025-08-18T13:14:00Z","salinity":607.65,"bill_of_lading":"qux","count":"pending","diagnosis_code":{"options":"info@example.com","repository":"https://api.example.com/v1","count":"Alice"},"order_id":{"image_url":"option_c","company":"baz","url":"Maria","voltage":["berthed","berthed","moore... |
TASK repair_structured_output
SPEC
FIELD param_f90.dim_f01 TYPE string REQUIRED yes
FIELD param_f90.attr_n71 TYPE boolean REQUIRED yes
FIELD param_f90.col_w47.key_m83 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_f90.col_w47.attr_m70 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
... | {"key_g65":{"dim_t43":{"col_v16":143,"param_x05":null,"key_i60":"https://example.com","col_b43":574},"col_l42":"2021-02-18T02:09:00Z","dim_i78":"draft","field_z38":"heterozygous","col_j48":"https://example.com"},"field_b53":"hemizygous","key_o37":{"dim_s59":"type_e","col_b45":{"prop_t56":true,"key_j11":"level_3","prop_... | missing_required | {
"type": "object",
"properties": {
"param_f90": {
"type": "object",
"properties": {
"dim_f01": {
"type": "string"
},
"attr_n71": {
"type": "boolean"
},
"col_w47": {
"type": "object",
"properties": {
"key_m83... | {"key_g65": {"dim_t43": {"col_v16": 143, "param_x05": null, "key_i60": "https://example.com", "col_b43": 574}, "col_l42": "2021-02-18T02:09:00Z", "dim_i78": "draft", "field_z38": "heterozygous", "col_j48": "https://example.com"}, "field_b53": "hemizygous", "key_o37": {"dim_s59": "type_e", "col_b45": {"prop_t56": true, ... | Required field 'attr_z25' is missing | {"key_g65":{"dim_t43":{"col_v16":143,"param_x05":null,"key_i60":"https://example.com","col_b43":574},"col_l42":"2021-02-18T02:09:00Z","dim_i78":"draft","field_z38":"heterozygous","col_j48":"https://example.com"},"field_b53":"hemizygous","key_o37":{"dim_s59":"type_e","col_b45":{"prop_t56":true,"key_j11":"level_3","prop_... |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string REQUIRED no
FIELD commit_hash TYPE string REQUIRED yes
FIELD voltage TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{current_draw:"This is a test value.",commit_hash:"QC-07",voltage:true} | {"current_draw":"This is a test value.","commit_hash":"QC-07","voltage":true} | unquoted_keys | {
"type": "object",
"properties": {
"current_draw": {
"type": "string"
},
"commit_hash": {
"type": "string"
},
"voltage": {
"type": "boolean"
}
},
"required": [
"commit_hash",
"voltage"
]
} | {current_draw:"This is a test value.",commit_hash:"QC-07",voltage:true} | Expecting property name enclosed in double quotes | {"current_draw":"This is a test value.","commit_hash":"QC-07","voltage":true} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD chapter TYPE string_uri REQUIRED no
FIELD dosage TYPE string REQUIRED yes
FIELD freight_class.consignee TYPE string REQUIRED yes
FIELD freight_class.nickname.thumbnail TYPE string REQUIRED no
FIELD freight_class.nickname.p... | {"phone":"cat_b","chapter":"https://data.com/api","dosage":"QC-07","version":{"visible":"test@domain.org","total":{"weight":true,"collateral":"Hapag-Lloyd-Express","url":657.09,"barcode":true,"throttle_pos":true,"lab_result":"draft"},"cargo_type":"Johnson"}} | extra_text_before | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"chapter": {
"type": "string",
"format": "uri"
},
"dosage": {
"type": "string"
},
"freight_class": {
"type": "object",
"propert... | Pipeline result:
{"phone":"cat_b","chapter":"https://data.com/api","dosage":"QC-07","version":{"visible":"test@domain.org","total":{"weight":true,"collateral":"Hapag-Lloyd-Express","url":657.09,"barcode":true,"throttle_pos":true,"lab_result":"draft"},"cargo_type":"Johnson"}} | Output contains non-JSON text before the object | {"phone":"cat_b","chapter":"https://data.com/api","dosage":"QC-07","version":{"visible":"test@domain.org","total":{"weight":true,"collateral":"Hapag-Lloyd-Express","url":657.09,"barcode":true,"throttle_pos":true,"lab_result":"draft"},"cargo_type":"Johnson"}} |
TASK repair_structured_output
SPEC
FIELD field_z74 TYPE number REQUIRED no
FIELD attr_v05 TYPE string_email REQUIRED yes
FIELD param_a85.attr_o65 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD param_a85.val_h89 TYPE boolean REQUIRED yes
FIELD param_a85.param_e84.dim_s35 TYPE string VALUES mode_a|mode_b|m... | {"attr_v05":"test@domain.org","param_a85":{"attr_o65":"level_2","val_h89":true,"param_e84":{"dim_s35":"mode_b","val_d38":"cat_c"}},"col_n70":"pending","col_v08":"enterprise","prop_n82":883,"val_f01":"ops@test.io"} | number_with_unit | {
"type": "object",
"properties": {
"field_z74": {
"type": "number"
},
"attr_v05": {
"type": "string",
"format": "email"
},
"param_a85": {
"type": "object",
"properties": {
"attr_o65": {
"type": "string",
"enum": [
"level_1",
... | {"attr_v05": "test@domain.org", "param_a85": {"attr_o65": "level_2", "val_h89": true, "param_e84": {"dim_s35": "mode_b", "val_d38": "cat_c"}}, "col_n70": "pending", "col_v08": "enterprise", "prop_n82": "883px", "val_f01": "ops@test.io"} | Field 'prop_n82' must be number, got string with unit | {"attr_v05":"test@domain.org","param_a85":{"attr_o65":"level_2","val_h89":true,"param_e84":{"dim_s35":"mode_b","val_d38":"cat_c"}},"col_n70":"pending","col_v08":"enterprise","prop_n82":883,"val_f01":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD start_date.organism TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD start_date.invoice_id TYPE string REQUIRED no
FIELD start_date.patient_id[] TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD category TYPE string VALUES red|blue|green|black|white REQUIRED... | {"category":"green","commit_hash":"success","order_id":44.23,"gene_id":null} | null_required | {
"type": "object",
"properties": {
"start_date": {
"type": "object",
"properties": {
"organism": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"invoice_id": {
"type"... | {"category": "green", "commit_hash": "success", "order_id": 44.23, "gene_id": null} | Required field 'gene_id' is null | {"category":"green","commit_hash":"success","order_id":44.23,"gene_id":null} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD url TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD website TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD values TYPE integer REQUIRED yes
FIELD lane ... | {"url":"nonsense","website":"black","values":565,"lane":434.51,"altitude":"2022-09-23T12:02:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"url": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frame... | {url:"nonsense",website:"black",values:565,lane:434.51,altitude:"2022-09-23T12:02:00Z"} | Expecting property name enclosed in double quotes | {"url":"nonsense","website":"black","values":565,"lane":434.51,"altitude":"2022-09-23T12:02:00Z"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD diagnosis_code.transaction_id TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD diagnosis_code.barcode TYPE string REQUIRED no
FIELD diagnosis_code.span_id TYPE string VALUES free|b... | {"vital_sign":"nonsense","diagnosis_code":{"transaction_id":"small","barcode":"https://example.com","span_id":"basic","interest_rate":null},"interest_rate":341} | tool_call_partial_args | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"diagnosis_code": {
"type": "object",
"properties": {
"transaction_id": {
"type": "strin... | Let me check the system.
Action: validate_sample
Arguments: {"vital_sign": "nonsense", "diagnosis_code": {"transaction_id": "small", "barcode": "https://example.com", "span_id": "basic", "interest_rate": null}} | Agent tool call missing required parameter 'interest_rate' | {"vital_sign":"nonsense","diagnosis_code":{"transaction_id":"small","barcode":"https://example.com","span_id":"basic","interest_rate":null},"interest_rate":341} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE number REQUIRED yes
FIELD product_id TYPE null REQUIRED no
FIELD country TYPE string REQUIRED no
FIELD currency TYPE null REQUIRED no
FIELD brake_pressure TYPE string REQUIRED yes
FIELD maturity_date TYPE string VALUES option_a|option_b|option_c|option_d|option_e|o... | {"bearing":683.15,"product_id":null,"country":"2024-06-30","currency":null,"brake_pressure":"foo","maturity_date":"option_b","weight":"user@test.io","quantity":null} | unquoted_keys | {
"type": "object",
"properties": {
"bearing": {
"type": "number"
},
"product_id": {
"type": "null"
},
"country": {
"type": "string"
},
"currency": {
"type": "null"
},
"brake_pressure": {
"type": "string"
},
"maturity_date": {
"type": "... | {bearing:683.15,product_id:null,country:"2024-06-30",currency:null,brake_pressure:"foo",maturity_date:"option_b",weight:"user@test.io",quantity:null} | Expecting property name enclosed in double quotes | {"bearing":683.15,"product_id":null,"country":"2024-06-30","currency":null,"brake_pressure":"foo","maturity_date":"option_b","weight":"user@test.io","quantity":null} |
TASK repair_structured_output
SPEC
FIELD features TYPE number REQUIRED yes
FIELD aligned_pct TYPE integer REQUIRED yes
FIELD url TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD role TYPE null REQUIRED no
FIELD credit_score TYPE boolean REQUIRED yes
FIELD email TYPE integer REQUIRED no
BROKEN_OUTPUT
{"featur... | {"features":609.81,"aligned_pct":800,"url":"admin","role":null,"credit_score":false,"email":271} | number_with_unit | {
"type": "object",
"properties": {
"features": {
"type": "number"
},
"aligned_pct": {
"type": "integer"
},
"url": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"role": {
"type": "null"
},
"credit_score"... | {"features": 609.81, "aligned_pct": "800ms", "url": "admin", "role": null, "credit_score": false, "email": 271} | Field 'aligned_pct' must be number, got string with unit | {"features":609.81,"aligned_pct":800,"url":"admin","role":null,"credit_score":false,"email":271} |
TASK repair_structured_output
SPEC
FIELD name TYPE string REQUIRED yes
FIELD dissolved_oxygen TYPE integer REQUIRED yes
FIELD notes TYPE string REQUIRED yes
BROKEN_OUTPUT
{"dissolved_oxygen": 732, "notes": "Oliveira"} | {"name":"baz","dissolved_oxygen":732,"notes":"Oliveira"} | missing_required | {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"dissolved_oxygen": {
"type": "integer"
},
"notes": {
"type": "string"
}
},
"required": [
"name",
"notes",
"dissolved_oxygen"
]
} | {"dissolved_oxygen": 732, "notes": "Oliveira"} | Required field 'name' is missing | {"name":"baz","dissolved_oxygen":732,"notes":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD field_l22 TYPE boolean REQUIRED no
FIELD prop_e68 TYPE boolean REQUIRED no
FIELD prop_q38 TYPE string REQUIRED no
FIELD key_m93 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="fetch_lab_result">
{"field_l22":false,"prop_q38":"This is a test va... | {"field_l22":false,"prop_q38":"This is a test value.","key_m93":false} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_l22": {
"type": "boolean"
},
"prop_e68": {
"type": "boolean"
},
"prop_q38": {
"type": "string"
},
"key_m93": {
"type": "boolean"
}
},
"required": [
"key_m93"
]
} | I'll query our database.
<tool_call name="fetch_lab_result">
{"field_l22":false,"prop_q38":"This is a test value.","key_m93":false}
</tool_call. | Agent response mixes reasoning text with tool call | {"field_l22":false,"prop_q38":"This is a test value.","key_m93":false} |
TASK repair_structured_output
SPEC
FIELD field_j60 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_j36 TYPE string REQUIRED no
FIELD param_i07 TYPE string_email REQUIRED no
FIELD field_o69 TYPE integer REQUIRED yes
FIELD attr_x63.prop_j22 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD... | {"field_j60":"large","col_j36":"Charlie","param_i07":"info@domain.org","field_o69":957,"attr_x63":{"prop_j22":"option_a","param_l32":"qux","param_p19":{"val_y20":"example","param_m09":971.16,"key_z75":650}}} | unquoted_keys | {
"type": "object",
"properties": {
"field_j60": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_j36": {
"type": "string"
},
"param_i07": {
"type": "string",
"format": "email"
},
"field_o69": {
... | {field_j60:"large",col_j36:"Charlie",param_i07:"info@domain.org",field_o69:957,attr_x63:{prop_j22:"option_a",param_l32:"qux",param_p19:{val_y20:"example",param_m09:971.16,key_z75:650}}} | Expecting property name enclosed in double quotes | {"field_j60":"large","col_j36":"Charlie","param_i07":"info@domain.org","field_o69":957,"attr_x63":{"prop_j22":"option_a","param_l32":"qux","param_p19":{"val_y20":"example","param_m09":971.16,"key_z75":650}}} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string_email REQUIRED yes
FIELD lab_result TYPE string REQUIRED yes
FIELD zip_code[] TYPE number REQUIRED yes
BROKEN_OUTPUT
calculate_price(dissolved_oxygen='user@example.com', lab_result='2024-01-15', zip_code=[519.49, 203.84]) | {"dissolved_oxygen":"user@example.com","lab_result":"2024-01-15","zip_code":[519.49,203.84]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"format": "email"
},
"lab_result": {
"type": "string"
},
"zip_code": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"dissolved_oxygen",
"zi... | calculate_price(dissolved_oxygen='user@example.com', lab_result='2024-01-15', zip_code=[519.49, 203.84]) | Tool call uses Python syntax instead of JSON | {"dissolved_oxygen":"user@example.com","lab_result":"2024-01-15","zip_code":[519.49,203.84]} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE integer REQUIRED yes
FIELD duration_ms TYPE integer REQUIRED yes
FIELD filter_flag[].chapter TYPE string_date-time REQUIRED no
FIELD filter_flag[].visible TYPE boolean REQUIRED yes
FIELD filter_flag[].duration_ms TYPE boolean REQUIRED yes
FIELD filter_flag[].for... | {"batch_code":548,"duration_ms":561,"filter_flag":[{"visible":false,"duration_ms":false,"subtotal":[675.86,595.74,834.93]}]} | missing_required | {
"type": "object",
"properties": {
"batch_code": {
"type": "integer"
},
"duration_ms": {
"type": "integer"
},
"filter_flag": {
"type": "array",
"items": {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"... | {"batch_code": 548, "duration_ms": 561} | Required field 'filter_flag' is missing | {"batch_code":548,"duration_ms":561,"filter_flag":[{"visible":false,"duration_ms":false,"subtotal":[675.86,595.74,834.93]}]} |
TASK repair_structured_output
SPEC
FIELD key_c73 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_r64 TYPE boolean REQUIRED yes
FIELD attr_b22 TYPE string REQUIRED yes
FIELD col_j49.attr_t71 TYPE number REQUIRED no
FIELD col_j49.val_c71 TYPE boolean REQUIRED yes
FIELD col_j49.field_u81.field_u50 TYPE str... | {"key_c73":"phone","attr_r64":true,"attr_b22":"Bob","col_j49":{"attr_t71":154.46,"val_c71":false,"field_u81":{"field_u50":"xl","key_r88":78.06},"key_y98":"Paris","field_j22":"Tokyo","field_p35":"ops@domain.org","attr_m93":536,"attr_h53":true}} | invalid_enum | {
"type": "object",
"properties": {
"key_c73": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_r64": {
"type": "boolean"
},
"attr_b22": {
"type": "string"
},
"col_j49": {
"type": "object",
... | {"key_c73": "invalid_value_686", "attr_r64": true, "attr_b22": "Bob", "col_j49": {"attr_t71": 154.46, "val_c71": false, "field_u81": {"field_u50": "xl", "key_r88": 78.06}, "key_y98": "Paris", "field_j22": "Tokyo", "field_p35": "ops@domain.org", "attr_m93": 536, "attr_h53": true}} | Field 'key_c73' has invalid enum value 'invalid_value_686', expected one of ['email', 'phone', 'sms', 'push'] | {"key_c73":"phone","attr_r64":true,"attr_b22":"Bob","col_j49":{"attr_t71":154.46,"val_c71":false,"field_u81":{"field_u50":"xl","key_r88":78.06},"key_y98":"Paris","field_j22":"Tokyo","field_p35":"ops@domain.org","attr_m93":536,"attr_h53":true}} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE boolean REQUIRED yes
FIELD crew_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD catalyst TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD span_id[] TYPE null REQUIRED no
BROKEN_OUTPUT
{"thumbnail":true,"catalys... | {"thumbnail":true,"catalyst":"black"} | extra_text_after | {
"type": "object",
"properties": {
"thumbnail": {
"type": "boolean"
},
"crew_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"catalyst": {
"type": "string",
"enum": [
"red"... | {"thumbnail":true,"catalyst":"black"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"thumbnail":true,"catalyst":"black"} |
TASK repair_structured_output
SPEC
FIELD attr_o02 TYPE null REQUIRED yes
FIELD col_u35 TYPE string REQUIRED no
FIELD field_w43.field_a09 TYPE null REQUIRED no
FIELD field_w43.val_d70 TYPE number REQUIRED yes
FIELD field_w43.val_r93 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD field_w43.prop_... | {"attr_o02":null,"col_u35":"https://api.example.com/v1","field_w43":{"field_a09":null,"val_d70":968.3,"val_r93":"mode_e","prop_a85":true,"dim_p67":true,"key_w30":null},"key_c79":"QC-07"} | single_quotes | {
"type": "object",
"properties": {
"attr_o02": {
"type": "null"
},
"col_u35": {
"type": "string"
},
"field_w43": {
"type": "object",
"properties": {
"field_a09": {
"type": "null"
},
"val_d70": {
"type": "number"
},
... | {'attr_o02':null,'col_u35':'https://api.example.com/v1','field_w43':{'field_a09':null,'val_d70':968.3,'val_r93':'mode_e','prop_a85':true,'dim_p67':true,'key_w30':null},'key_c79':'QC-07'} | Expecting property name enclosed in double quotes | {"attr_o02":null,"col_u35":"https://api.example.com/v1","field_w43":{"field_a09":null,"val_d70":968.3,"val_r93":"mode_e","prop_a85":true,"dim_p67":true,"key_w30":null},"key_c79":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD step TYPE boolean REQUIRED yes
FIELD features TYPE integer REQUIRED no
FIELD last_name TYPE null REQUIRED no
FIELD tax TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD lab_result TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD ... | {"step":true,"features":218,"last_name":null,"tax":"pending_review","state":842} | agent_chain | {
"type": "object",
"properties": {
"step": {
"type": "boolean"
},
"features": {
"type": "integer"
},
"last_name": {
"type": "null"
},
"tax": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"... | Let me check the system.
Action: search
Result: {"step": true, "features": 218, "tax": "pending_review", "state": 842}
Processing the request now.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"step":true,"features":218,"last_name":null,"tax":"pending_review","state":842} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD section TYPE string_date-time REQUIRED no
FIELD comments TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD user_id TYPE string REQUIRED yes
FIELD date[] TYPE string REQUIRED yes
BROKE... | {"section":"2021-01-21T03:05:00Z","user_id":"chrX","date":["QC-07","sample","Diana"]} | truncated_object | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"section": {
"type": "string",
"format": "date-time"
},
"comments": {
"type": "string"... | {"section":"2021-01-21T03:05:00Z","user_id":"chrX","date":["QC-07","sample","Diana"] | Unexpected end of JSON input — truncated object | {"section":"2021-01-21T03:05:00Z","user_id":"chrX","date":["QC-07","sample","Diana"]} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD total TYPE boolean REQUIRED no
FIELD feedback TYPE string REQUIRED yes
BROKEN_OUTPUT
"state":"anchored","feedback":"https://api.example.com/v1"} | {"state":"anchored","feedback":"https://api.example.com/v1"} | missing_brace | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"total": {
"type": "boolean"
},
"feedback": {
"type": "string"
}
},
"required": [
"feedback"
]
} | "state":"anchored","feedback":"https://api.example.com/v1"} | Missing closing brace | {"state":"anchored","feedback":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string REQUIRED yes
FIELD salinity.invoice_id TYPE string_date-time REQUIRED yes
FIELD salinity.items TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD salinity.chromosome TYPE null REQUIRED yes
FIELD salinity.width.phone TYPE string VALUES email|phone|... | {"berth_slot":"Jane","salinity":{"invoice_id":"2021-04-04T19:51:00Z","items":"phone","chromosome":null,"width":{"phone":"push","subtotal":"world","level":"info@test.io","vital_sign":256,"patient_id":"homozygous","discount":"foo"}},"published":"active"} | null_required | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string"
},
"salinity": {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"format": "date-time"
},
"items": {
"type": "string",
"enum": [
... | {"berth_slot": null, "salinity": {"invoice_id": "2021-04-04T19:51:00Z", "items": "phone", "chromosome": null, "width": {"phone": "push", "subtotal": "world", "level": "info@test.io", "vital_sign": 256, "patient_id": "homozygous", "discount": "foo"}}, "published": "active"} | Required field 'berth_slot' is null | {"berth_slot":"Jane","salinity":{"invoice_id":"2021-04-04T19:51:00Z","items":"phone","chromosome":null,"width":{"phone":"push","subtotal":"world","level":"info@test.io","vital_sign":256,"patient_id":"homozygous","discount":"foo"}},"published":"active"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string_email REQUIRED no
FIELD name TYPE string REQUIRED yes
FIELD dosage TYPE integer REQUIRED yes
FIELD account_id.berth_slot TYPE string_email REQUIRED yes
FIELD account_id.company TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIEL... | {"subtotal":"ops@test.io","name":"FWD","dosage":311,"account_id":{"berth_slot":"info@domain.org","company":"rejected","zip_code":{"country":"level_2","throttle_pos":773,"quantity":["mode_d"],"due_date":["2020-07-23T11:00:00Z","2020-11-21T13:27:00Z"]},"decay_rate":"error","item_id":"baz"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"format": "email"
},
"name": {
"type": "string"
},
"dosage": {
"type": "integer"
},
"account_id": {
"type": "object",
"properties": {
"berth_slot": {
"type": "string"... | validate_sample(subtotal='ops@test.io', name='FWD', dosage=311, account_id={'berth_slot': 'info@domain.org', 'company': 'rejected', 'zip_code': {'country': 'level_2', 'throttle_pos': 773, 'quantity': ['mode_d'], 'due_date': ['2020-07-23T11:00:00Z', '2020-11-21T13:27:00Z']}, 'decay_rate': 'error', 'item_id': 'baz'}) | Tool call uses Python syntax instead of JSON | {"subtotal":"ops@test.io","name":"FWD","dosage":311,"account_id":{"berth_slot":"info@domain.org","company":"rejected","zip_code":{"country":"level_2","throttle_pos":773,"quantity":["mode_d"],"due_date":["2020-07-23T11:00:00Z","2020-11-21T13:27:00Z"]},"decay_rate":"error","item_id":"baz"}} |
TASK repair_structured_output
SPEC
FIELD attr_c51 TYPE string_uri REQUIRED no
FIELD col_h95 TYPE null REQUIRED no
FIELD field_e91 TYPE string REQUIRED no
FIELD dim_l45 TYPE string REQUIRED yes
FIELD val_v23 TYPE string VALUES option_a|option_b REQUIRED no
FIELD val_r36 TYPE integer REQUIRED no
FIELD prop_o07 TYPE inte... | {"field_e91":"https://api.example.com/v1","dim_l45":"2024-06-30","val_v23":"option_b","prop_o07":309,"param_x68":"https://example.io/data"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_c51": {
"type": "string",
"format": "uri"
},
"col_h95": {
"type": "null"
},
"field_e91": {
"type": "string"
},
"dim_l45": {
"type": "string"
},
"val_v23": {
"type": "string",
"enum": [
"op... | validate_sample(field_e91='https://api.example.com/v1', dim_l45='2024-06-30', val_v23='option_b', prop_o07=309, param_x68='https://example.io/data') | Tool call uses Python syntax instead of JSON | {"field_e91":"https://api.example.com/v1","dim_l45":"2024-06-30","val_v23":"option_b","prop_o07":309,"param_x68":"https://example.io/data"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE string REQUIRED no
FIELD vital_sign TYPE number REQUIRED yes
FIELD zip_code[].dissolved_oxygen TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD zip_code[].enabled TYPE string REQUIRED no
FIELD zip_code[].label TYPE number REQUIRED yes
FIELD zip_code[]... | {"quality_score":"Oliveira","vital_sign":302.93,"zip_code":[{"label":773.76,"bearing":857,"values":"blue","city":"large","length":"https://www.io/v1"}]} | agent_chain | {
"type": "object",
"properties": {
"quality_score": {
"type": "string"
},
"vital_sign": {
"type": "number"
},
"zip_code": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
... | Let me check the system.
Action: update_preferences
Result: {"quality_score": "Oliveira", "vital_sign": 302.93}
I'll query our database.
Action: verify_hazmat_compliance
Result: | Agent multi-step chain with truncated tool output | {"quality_score":"Oliveira","vital_sign":302.93,"zip_code":[{"label":773.76,"bearing":857,"values":"blue","city":"large","length":"https://www.io/v1"}]} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES type_a|type_b REQUIRED yes
FIELD product_id TYPE string REQUIRED no
FIELD half_life TYPE integer REQUIRED no
FIELD turbidity TYPE string REQUIRED yes
BROKEN_OUTPUT
{"full_name":"type_a","half_life":270,"turbidity":"PASS"}
This should match the sche... | {"full_name":"type_a","half_life":270,"turbidity":"PASS"} | extra_text_after | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"product_id": {
"type": "string"
},
"half_life": {
"type": "integer"
},
"turbidity": {
"type": "string"
}
},
"required": [
... | {"full_name":"type_a","half_life":270,"turbidity":"PASS"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"full_name":"type_a","half_life":270,"turbidity":"PASS"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string REQUIRED no
FIELD notes TYPE boolean REQUIRED yes
FIELD pressure_kpa TYPE integer REQUIRED no
FIELD bearing TYPE string_email REQUIRED no
FIELD berth_slot.total TYPE string VALUES success|error|warning|info REQUIRED no
FIELD berth_slot.transaction_id TYPE s... | {"ph_level":"John","notes":true,"pressure_kpa":616,"bearing":"info@example.com","berth_slot":{"transaction_id":"London","shipping":85,"priority":["https://example.org/v1","https://example.org/v1","https://data.io/data"],"compound":["Alice"]}} | truncated_array | {
"type": "object",
"properties": {
"ph_level": {
"type": "string"
},
"notes": {
"type": "boolean"
},
"pressure_kpa": {
"type": "integer"
},
"bearing": {
"type": "string",
"format": "email"
},
"berth_slot": {
"type": "object",
"properties... | {"ph_level":"John","notes":true,"pressure_kpa":616,"bearing":"info@example.com","berth_slot":{"transaction_id":"London","shipping":85,"priority":["https://example.org/v1","https://example.org/v1","https://data.io/data"],"compound":["Alice"]} | Unexpected end of JSON input — truncated object | {"ph_level":"John","notes":true,"pressure_kpa":616,"bearing":"info@example.com","berth_slot":{"transaction_id":"London","shipping":85,"priority":["https://example.org/v1","https://example.org/v1","https://data.io/data"],"compound":["Alice"]}} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD created_at TYPE null REQUIRED yes
FIELD label.brake_pressure TYPE string REQUIRED no
FIELD label.department TYPE boolean REQUIRED yes
FIELD label.reagent TYPE string VALUES active|inactive|pending R... | {"berth_slot":"intermittent","created_at":null,"label":{"department":false,"organism":"reliable","compound":"test@example.com"}} | extra_text_after | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"created_at": {
"type": "null"
},
"label": {
"type": "object",
"properties": {
"brake_pressure": {
... | {"berth_slot":"intermittent","created_at":null,"label":{"department":false,"organism":"reliable","compound":"test@example.com"}}
Hope this helps! | Output contains non-JSON text after the object | {"berth_slot":"intermittent","created_at":null,"label":{"department":false,"organism":"reliable","compound":"test@example.com"}} |
TASK repair_structured_output
SPEC
FIELD email TYPE string REQUIRED no
FIELD vessel_name TYPE string REQUIRED no
FIELD values TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD image_url TYPE string REQUIRED yes
FIELD compound TYPE boolean REQUIRED no
FIELD bed_number TYPE string REQUIRED no
FIELD commit... | {"email":"London","vessel_name":"example","values":"mode_d","image_url":"hello","bed_number":"2024-01-15","commit_hash":{"catalyst":"test@example.com","state":505.32,"barcode":"ops@example.com","throttle_pos":"nonsense","vital_sign":{"salinity":"level_2","format":null,"values":true,"status":"inland","start_date":131,"t... | tool_call_wrong_param | {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"vessel_name": {
"type": "string"
},
"values": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"image_url": {
"type": "string"
... | Tool: search
Params: {"email": "London", "vessel_name": "example", "values": "mode_d", "image_url": "hello", "bed_number": "2024-01-15", "commit_hash": {"catalyst": "test@example.com", "state": 505.32, "barcode": "ops@example.com", "throttle_pos": "nonsense", "vital_sign": {"salinity": "level_2", "format": null, "value... | Agent used wrong parameter name 'compound_name' instead of 'compound' | {"email":"London","vessel_name":"example","values":"mode_d","image_url":"hello","bed_number":"2024-01-15","commit_hash":{"catalyst":"test@example.com","state":505.32,"barcode":"ops@example.com","throttle_pos":"nonsense","vital_sign":{"salinity":"level_2","format":null,"values":true,"status":"inland","start_date":131,"t... |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string REQUIRED yes
FIELD age TYPE string_uri REQUIRED yes
FIELD aligned_pct.phone TYPE number REQUIRED no
FIELD aligned_pct.type TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD aligned_pct.ph_level TYPE integer REQUIRED no
FIELD aligned_pct.allele.w... | {"pressure_kpa":"RTG-04","age":"https://example.com/data","aligned_pct":{"phone":134.3,"type":"push","allele":{"ward":"option_a","lab_result":609.72,"bearing":"Luis","berth_slot":673.49,"isotope":849},"collateral":55.51}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string"
},
"age": {
"type": "string",
"format": "uri"
},
"aligned_pct": {
"type": "object",
"properties": {
"phone": {
"type": "number"
},
"type": {
"type": "s... | Tool: assign_berth
Params: {"age": "https://example.com/data", "aligned_pct": {"phone": 134.3, "type": "push", "allele": {"ward": "option_a", "lab_result": 609.72, "bearing": "Luis", "berth_slot": 673.49, "isotope": 849}, "collateral": 55.51}, "pressure_kpa2": "RTG-04"} | Agent used wrong parameter name 'pressure_kpa2' instead of 'pressure_kpa' | {"pressure_kpa":"RTG-04","age":"https://example.com/data","aligned_pct":{"phone":134.3,"type":"push","allele":{"ward":"option_a","lab_result":609.72,"bearing":"Luis","berth_slot":673.49,"isotope":849},"collateral":55.51}} |
TASK repair_structured_output
SPEC
FIELD field_x97 TYPE integer REQUIRED yes
FIELD key_c87 TYPE string_email REQUIRED no
FIELD key_s87.prop_h38 TYPE string REQUIRED no
FIELD key_s87.attr_o88 TYPE number REQUIRED yes
FIELD key_s87.prop_q95 TYPE boolean REQUIRED no
FIELD key_s87.field_s39.key_l68 TYPE boolean REQUIRED y... | {"field_x97":380,"key_c87":"admin@domain.org","key_s87":{"prop_h38":"REV","attr_o88":964.66,"field_s39":{"key_l68":true,"col_a82":"published","key_u78":["2021-10-13T03:09:00Z","2022-06-17T19:59:00Z"],"param_s21":["option_c","option_d","option_a","option_b"]},"dim_j40":24}} | number_with_unit | {
"type": "object",
"properties": {
"field_x97": {
"type": "integer"
},
"key_c87": {
"type": "string",
"format": "email"
},
"key_s87": {
"type": "object",
"properties": {
"prop_h38": {
"type": "string"
},
"attr_o88": {
"ty... | {"field_x97": "380kg", "key_c87": "admin@domain.org", "key_s87": {"prop_h38": "REV", "attr_o88": 964.66, "field_s39": {"key_l68": true, "col_a82": "published", "key_u78": ["2021-10-13T03:09:00Z", "2022-06-17T19:59:00Z"], "param_s21": ["option_c", "option_d", "option_a", "option_b"]}, "dim_j40": 24}} | Field 'field_x97' must be number, got string with unit | {"field_x97":380,"key_c87":"admin@domain.org","key_s87":{"prop_h38":"REV","attr_o88":964.66,"field_s39":{"key_l68":true,"col_a82":"published","key_u78":["2021-10-13T03:09:00Z","2022-06-17T19:59:00Z"],"param_s21":["option_c","option_d","option_a","option_b"]},"dim_j40":24}} |
TASK repair_structured_output
SPEC
FIELD attr_i52 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD param_i47 TYPE integer REQUIRED no
FIELD key_e17 TYPE integer REQUIRED yes
FIELD param_t72.param_k42 TYPE null REQUIRED yes
FIELD param_t72.dim_l49.dim_f76 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e... | {"attr_i52":"option_b","key_e17":397,"param_t72":{"param_k42":null,"dim_l49":{"dim_f76":"cat_b","key_i02":"confirmed","val_f62":"Charlie","dim_l78":"open"},"val_z21":141.57,"attr_j82":"cat_a","attr_j28":"Silva"},"dim_k81":482,"attr_o57":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_i52": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"param_i47": {
"type": "integer"
},
"key_e17": {
"type": "integer"
},
"param_t72": {
"type": "object",
"... | Tool: send_email
Params: {"attr_i52": "option_b", "key_e17": 397, "param_t72": {"param_k42": null, "dim_l49": {"dim_f76": "cat_b", "key_i02": "confirmed", "val_f62": "Charlie", "dim_l78": "open"}, "val_z21": 141.57, "attr_j82": "cat_a", "attr_j28": "Silva"}, "dim_k81": 482, "attr_o57": null} | Agent used wrong parameter name 'param_i47_name' instead of 'param_i47' | {"attr_i52":"option_b","key_e17":397,"param_t72":{"param_k42":null,"dim_l49":{"dim_f76":"cat_b","key_i02":"confirmed","val_f62":"Charlie","dim_l78":"open"},"val_z21":141.57,"attr_j82":"cat_a","attr_j28":"Silva"},"dim_k81":482,"attr_o57":null} |
TASK repair_structured_output
SPEC
FIELD dim_d61 TYPE string REQUIRED yes
FIELD dim_r10 TYPE number REQUIRED yes
FIELD key_j47 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
{'dim_d61':'Berlin','dim_r10':626.77,'key_j47':'rejected'} | {"dim_d61":"Berlin","dim_r10":626.77,"key_j47":"rejected"} | single_quotes | {
"type": "object",
"properties": {
"dim_d61": {
"type": "string"
},
"dim_r10": {
"type": "number"
},
"key_j47": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
}
},
"required": [
"ke... | {'dim_d61':'Berlin','dim_r10':626.77,'key_j47':'rejected'} | Expecting property name enclosed in double quotes | {"dim_d61":"Berlin","dim_r10":626.77,"key_j47":"rejected"} |
TASK repair_structured_output
SPEC
FIELD key_f04 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD val_b16 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD col_x52[].prop_v89 TYPE string REQUIRED no
FIELD col_x52[].col_t46 TYPE string_email REQUIRED no
FIELD col_x52[].key_l07 TYPE strin... | {"key_f04":"type_a","val_b16":"mode_e"} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_f04": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"val_b16": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
... | Let me check the system.
<tool_call name="check_availability">
{"key_f04":"type_a","val_b16":"mode_e"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"key_f04":"type_a","val_b16":"mode_e"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.