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 verified TYPE number REQUIRED no
FIELD ward TYPE string VALUES active|inactive|pending REQUIRED no
FIELD full_name TYPE boolean REQUIRED no
FIELD bill_of_lading TYPE number REQUIRED yes
FIELD branch TYPE null REQUIRED no
FIELD humidity_pct TYPE number REQUIRED yes
FIELD tax TYP... | {"ward":"active","bill_of_lading":576.09,"branch":null,"humidity_pct":739.64} | partial_structure | {
"type": "object",
"properties": {
"verified": {
"type": "number"
},
"ward": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"full_name": {
"type": "boolean"
},
"bill_of_lading": {
"type": "number"
},
... | I found that humidity_pct should be 739.64. {"ward":"active","bill_of_lading":576.09,"branch":null,"humidity_pct":739.64} | Output mixes natural language with JSON | {"ward":"active","bill_of_lading":576.09,"branch":null,"humidity_pct":739.64} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD username TYPE string_uri REQUIRED no
FIELD longitude TYPE string REQUIRED no
FIELD crew_id TYPE string REQUIRED no
FIELD updated_at.decay_rate TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD... | {"username":"https://data.io/data","longitude":"Silva","crew_id":"Diana","updated_at":{"decay_rate":"resolved"}} | missing_bracket | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"username": {
"type": "string",
"format": "uri"
},
"longitude": {
"type": "string"
},
"crew_id": {
"t... | {"username":"https://data.io/data","longitude":"Silva","crew_id":"Diana","updated_at":{"decay_rate":"resolved"}} | Missing closing bracket | {"username":"https://data.io/data","longitude":"Silva","crew_id":"Diana","updated_at":{"decay_rate":"resolved"}} |
TASK repair_structured_output
SPEC
FIELD param_w19 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_v67 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD val_n21 TYPE string REQUIRED yes
FIELD col_x71 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"param_w19": "hemizygous", "v... | {"param_w19":"hemizygous","val_v67":"moored","val_n21":"Tokyo","col_x71":717.77} | invalid_enum | {
"type": "object",
"properties": {
"param_w19": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_v67": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | {"param_w19": "hemizygous", "val_v67": "invalid_choice_694", "val_n21": "Tokyo", "col_x71": 717.77} | Field 'val_v67' has invalid enum value 'invalid_choice_694', expected one of ['berthed', 'anchored', 'underway', 'moored'] | {"param_w19":"hemizygous","val_v67":"moored","val_n21":"Tokyo","col_x71":717.77} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD comments TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD price TYPE string REQUIRED no
FIELD commit_hash TYPE null REQUIRED no
FIELD collateral TYPE number REQUIRED no
FIELD city TYPE string REQUIRED no
FIE... | {"title":"mode_a","comments":"medium","price":"This is a test value.","collateral":316.16,"city":"QC-07","step":"https://www.com/v1","shipper_ref":"2021-03-26T20:13:00Z"} | extra_text_before | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"comments": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"price": {
"type": "stri... | Based on your request, here is the data:
{"title":"mode_a","comments":"medium","price":"This is a test value.","collateral":316.16,"city":"QC-07","step":"https://www.com/v1","shipper_ref":"2021-03-26T20:13:00Z"} | Output contains non-JSON text before the object | {"title":"mode_a","comments":"medium","price":"This is a test value.","collateral":316.16,"city":"QC-07","step":"https://www.com/v1","shipper_ref":"2021-03-26T20:13:00Z"} |
TASK repair_structured_output
SPEC
FIELD format TYPE boolean REQUIRED no
FIELD rating TYPE string REQUIRED no
FIELD salinity TYPE number REQUIRED no
FIELD freight_class TYPE string REQUIRED no
FIELD berth_slot TYPE string REQUIRED yes
FIELD barcode TYPE string REQUIRED yes
FIELD current_draw TYPE string VALUES operati... | {"format":true,"salinity":536.17,"freight_class":"Oliveira","berth_slot":"active","barcode":"sample","current_draw":"operational"} | missing_brace | {
"type": "object",
"properties": {
"format": {
"type": "boolean"
},
"rating": {
"type": "string"
},
"salinity": {
"type": "number"
},
"freight_class": {
"type": "string"
},
"berth_slot": {
"type": "string"
},
"barcode": {
"type": "stri... | {"format":true,"salinity":536.17,"freight_class":"Oliveira","berth_slot":"active","barcode":"sample","current_draw":"operational" | Missing closing brace | {"format":true,"salinity":536.17,"freight_class":"Oliveira","berth_slot":"active","barcode":"sample","current_draw":"operational"} |
TASK repair_structured_output
SPEC
FIELD prop_r70 TYPE string_email REQUIRED no
FIELD prop_u00.field_u41 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD prop_u00.key_w79 TYPE string REQUIRED yes
FIELD prop_u00.dim_i27.attr_m15 TYPE string REQUIRED no
FIELD prop_u00.dim_i27.val_l30 TYPE null REQUIRED no
F... | {"prop_r70":"user@test.io","prop_u00":{"field_u41":"level_3","key_w79":"2024-06-30","dim_i27":{"attr_m15":"FWD","val_l30":null,"param_k67":844.14,"field_p71":"MV-Evergreen-01","col_c28":732,"field_u60":730}},"attr_h17":false} | trailing_comma | {
"type": "object",
"properties": {
"prop_r70": {
"type": "string",
"format": "email"
},
"prop_u00": {
"type": "object",
"properties": {
"field_u41": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
... | {"prop_r70":"user@test.io","prop_u00":{"field_u41":"level_3","key_w79":"2024-06-30","dim_i27":{"attr_m15":"FWD","val_l30":null,"param_k67":844.14,"field_p71":"MV-Evergreen-01","col_c28":732,"field_u60":730,}},"attr_h17":false} | Unexpected trailing comma | {"prop_r70":"user@test.io","prop_u00":{"field_u41":"level_3","key_w79":"2024-06-30","dim_i27":{"attr_m15":"FWD","val_l30":null,"param_k67":844.14,"field_p71":"MV-Evergreen-01","col_c28":732,"field_u60":730}},"attr_h17":false} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD last_name TYPE string REQUIRED yes
FIELD website TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD order_id TYPE boolean REQUIRED no
FIELD frequency_hz TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD ... | {"build_status":"cat_a","last_name":"PASS","website":"enterprise","order_id":true,"frequency_hz":"mode_b","shipping":"Smith"} | extra_text_before | {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"last_name": {
"type": "string"
},
"website": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterpr... | Based on your request, here is the data:
{"build_status":"cat_a","last_name":"PASS","website":"enterprise","order_id":true,"frequency_hz":"mode_b","shipping":"Smith"} | Output contains non-JSON text before the object | {"build_status":"cat_a","last_name":"PASS","website":"enterprise","order_id":true,"frequency_hz":"mode_b","shipping":"Smith"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE integer REQUIRED no
FIELD maturity_date TYPE integer REQUIRED no
FIELD price.barcode TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD price.section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD price.url TYPE string VALUES ... | {"account_id":887,"maturity_date":374,"enabled":{"nickname":false,"humidity_pct":"https://data.com/v1","vessel_name":"inactive","transaction_id":"approved","published":{"isotope":"Luis","dosage":2.62,"torque_output":[831,739,257,985]}},"torque_output":{"score":973,"trace_id":null}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"account_id": {
"type": "integer"
},
"maturity_date": {
"type": "integer"
},
"price": {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"synonymous",
"missen... | create_order(account_id=887, maturity_date=374, enabled={'nickname': False, 'humidity_pct': 'https://data.com/v1', 'vessel_name': 'inactive', 'transaction_id': 'approved', 'published': {'isotope': 'Luis', 'dosage': 2.62, 'torque_output': [831, 739, 257, 985]}}, torque_output={'score': 973, 'trace_id': None}) | Tool call uses Python syntax instead of JSON | {"account_id":887,"maturity_date":374,"enabled":{"nickname":false,"humidity_pct":"https://data.com/v1","vessel_name":"inactive","transaction_id":"approved","published":{"isotope":"Luis","dosage":2.62,"torque_output":[831,739,257,985]}},"torque_output":{"score":973,"trace_id":null}} |
TASK repair_structured_output
SPEC
FIELD credit_score.batch_code TYPE null REQUIRED yes
FIELD credit_score.message TYPE integer REQUIRED yes
FIELD credit_score.decay_rate.bill_of_lading TYPE number REQUIRED no
FIELD credit_score.decay_rate.full_name TYPE string REQUIRED no
FIELD credit_score.decay_rate.shipping[] TYPE... | {"credit_score":{"batch_code":null,"message":773,"decay_rate":{"bill_of_lading":460.79,"full_name":"2023-12-25","shipping":[506,154,957,238],"nickname":["Paris"]}},"organism":"info@domain.org","size":"cat_c"} | tool_call_bad_format | {
"type": "object",
"properties": {
"credit_score": {
"type": "object",
"properties": {
"batch_code": {
"type": "null"
},
"message": {
"type": "integer"
},
"decay_rate": {
"type": "object",
"properties": {
"b... | <functioncall> align_reads
{credit_score: {batch_code: null, message: 773, decay_rate: {bill_of_lading: 460.79, full_name: "2023-12-25", shipping: [506, 154, 957, 238], nickname: ["Paris"]}}, organism: "info@domain.org", size: "cat_c"} | Tool call has malformed arguments — unquoted keys in function parameters | {"credit_score":{"batch_code":null,"message":773,"decay_rate":{"bill_of_lading":460.79,"full_name":"2023-12-25","shipping":[506,154,957,238],"nickname":["Paris"]}},"organism":"info@domain.org","size":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD col_a51 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_e45 TYPE number REQUIRED no
FIELD param_b09 TYPE number REQUIRED no
FIELD val_n68 TYPE string REQUIRED no
FIELD param_t40 TYPE string VALUES single|married|divorced REQUIRED yes
BROKEN_OUTPUT
{"col_a51": "vie... | {"col_a51":"viewer","key_e45":761.32,"param_b09":557.98,"val_n68":"Charlie","param_t40":"divorced"} | null_required | {
"type": "object",
"properties": {
"col_a51": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_e45": {
"type": "number"
},
"param_b09": {
"type": "number"
},
"val_n68": {
"type": "string"
},
"param_t4... | {"col_a51": "viewer", "key_e45": 761.32, "param_b09": 557.98, "val_n68": "Charlie", "param_t40": null} | Required field 'param_t40' is null | {"col_a51":"viewer","key_e45":761.32,"param_b09":557.98,"val_n68":"Charlie","param_t40":"divorced"} |
TASK repair_structured_output
SPEC
FIELD name TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD port_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD visible TYPE string_date-time REQUIRED no
FIELD insurance_id TYPE string VALUES option_a|option_b REQUIRED no
... | {"name":"option_c","port_code":"mode_e","insurance_id":"option_b","bill_of_lading":316.43} | tool_call_partial_args | {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"port_code": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
... | I need to look up the information first.
Action: assign_berth
Arguments: {"port_code": "mode_e", "insurance_id": "option_b", "bill_of_lading": 316.43} | Agent tool call missing required parameter 'name' | {"name":"option_c","port_code":"mode_e","insurance_id":"option_b","bill_of_lading":316.43} |
TASK repair_structured_output
SPEC
FIELD dim_s99 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_a73 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_p99 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_h17 TYPE string VALUES email|phone|sms|push REQUIRED ... | {"dim_p99":"returned","val_t60":"user@domain.com","val_g20":true,"param_y38":"medium","key_o85":false} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_s99": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_a73": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_... | Tool: generate_report
Params: {"dim_p99": "returned", "val_t60": "user@domain.com", "val_g20": true, "key_o85": false, "param_y38_id": "medium"} | Agent used wrong parameter name 'param_y38_id' instead of 'param_y38' | {"dim_p99":"returned","val_t60":"user@domain.com","val_g20":true,"param_y38":"medium","key_o85":false} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD step TYPE integer REQUIRED no
FIELD vital_sign TYPE null REQUIRED no
FIELD interest_rate TYPE string_email REQUIRED yes
FIELD run_id TYPE string REQUIRED no
FIELD duration_ms TYPE string_date-time REQUI... | {"currency":"cat_b","interest_rate":"admin@test.io","run_id":"pending","duration_ms":"2025-01-07T03:33:00Z"} | extra_text_before | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"step": {
"type": "integer"
},
"vital_sign": {
"type": "null"
},
"interest_rate": {
"... | Pipeline result:
{"currency":"cat_b","interest_rate":"admin@test.io","run_id":"pending","duration_ms":"2025-01-07T03:33:00Z"} | Output contains non-JSON text before the object | {"currency":"cat_b","interest_rate":"admin@test.io","run_id":"pending","duration_ms":"2025-01-07T03:33:00Z"} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD company TYPE integer REQUIRED no
FIELD message TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"salinity": "JPY", "company": "351px", "message": false} | {"salinity":"JPY","company":351,"message":false} | number_with_unit | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"company": {
"type": "integer"
},
"message": {
"type": "boolean"
}
},
"required": [
"message"
]... | {"salinity": "JPY", "company": "351px", "message": false} | Field 'company' must be number, got string with unit | {"salinity":"JPY","company":351,"message":false} |
TASK repair_structured_output
SPEC
FIELD val_w14 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_t53 TYPE string REQUIRED no
FIELD field_s91 TYPE string REQUIRED no
FIELD param_m73 TYPE string REQUIRED yes
FIELD dim_x99 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD attr_s... | {"val_w14":"success","field_t53":"chrX","field_s91":"2024-01-15","param_m73":"active","dim_x99":"returned","param_b49":"coastal"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_w14": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_t53": {
"type": "string"
},
"field_s91": {
"type": "string"
},
"param_m73": {
"type": "string... | Tool: update_preferences
Params: {"val_w14": "success", "field_t53": "chrX", "field_s91": "2024-01-15", "param_m73": "active", "dim_x99": "returned", "param_b49": "coastal"} | Agent used wrong parameter name 'attr_s43_new' instead of 'attr_s43' | {"val_w14":"success","field_t53":"chrX","field_s91":"2024-01-15","param_m73":"active","dim_x99":"returned","param_b49":"coastal"} |
TASK repair_structured_output
SPEC
FIELD field_j35 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD key_j84 TYPE string REQUIRED yes
FIELD dim_c38 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"field_j35":"option_a","key_j84":"John","dim_c38":877.36 | {"field_j35":"option_a","key_j84":"John","dim_c38":877.36} | missing_brace | {
"type": "object",
"properties": {
"field_j35": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"key_j84": {
"type": "string"
},
"dim_c38": {
"type": "number"
}
},
"required": [
"dim_c38",
"key_j84",
"field_j35"
]
} | {"field_j35":"option_a","key_j84":"John","dim_c38":877.36 | Missing closing brace | {"field_j35":"option_a","key_j84":"John","dim_c38":877.36} |
TASK repair_structured_output
SPEC
FIELD param_e38 TYPE string REQUIRED no
FIELD dim_x08 TYPE integer REQUIRED no
FIELD field_r72 TYPE null REQUIRED no
FIELD val_s36.param_m54 TYPE string_email REQUIRED no
FIELD val_s36.val_f14 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_s36.field_i45 TYPE null R... | {"param_e38":"Maria","field_r72":null,"val_s36":{"param_m54":"ops@domain.org","val_f14":"married","field_i45":null}} | missing_required | {
"type": "object",
"properties": {
"param_e38": {
"type": "string"
},
"dim_x08": {
"type": "integer"
},
"field_r72": {
"type": "null"
},
"val_s36": {
"type": "object",
"properties": {
"param_m54": {
"type": "string",
"format": "e... | {"param_e38": "Maria", "field_r72": null} | Required field 'val_s36' is missing | {"param_e38":"Maria","field_r72":null,"val_s36":{"param_m54":"ops@domain.org","val_f14":"married","field_i45":null}} |
TASK repair_structured_output
SPEC
FIELD val_i38 TYPE string REQUIRED yes
FIELD dim_d97 TYPE string REQUIRED no
FIELD val_g00 TYPE string REQUIRED no
FIELD key_p63[] TYPE integer REQUIRED no
BROKEN_OUTPUT
<functioncall> process_payment
{val_i38: "user@domain.com", dim_d97: "quux", val_g00: "https://example.com", key_... | {"val_i38":"user@domain.com","dim_d97":"quux","val_g00":"https://example.com","key_p63":[990,269]} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_i38": {
"type": "string"
},
"dim_d97": {
"type": "string"
},
"val_g00": {
"type": "string"
},
"key_p63": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"val_i38"
]
} | <functioncall> process_payment
{val_i38: "user@domain.com", dim_d97: "quux", val_g00: "https://example.com", key_p63: [990, 269]} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_i38":"user@domain.com","dim_d97":"quux","val_g00":"https://example.com","key_p63":[990,269]} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD shift_code TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD total TYPE string REQUIRED no
FIELD ward TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD lengt... | {"title":"level_6","shift_code":"mode_a","total":"inactive","ward":"anchored","length":"Johnson"} | tool_call_partial_args | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"shift_code": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | I need to look up the information first.
Action: create_order
Arguments: {"title": "level_6", "shift_code": "mode_a", "total": "inactive", "length": "Johnson"} | Agent tool call missing required parameter 'ward' | {"title":"level_6","shift_code":"mode_a","total":"inactive","ward":"anchored","length":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD dim_q61 TYPE string_uri REQUIRED yes
FIELD col_t89 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_g19 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD attr_h79 TYPE null REQUIRED no
FIELD key_a04 TYPE string REQUIRED no
FIELD attr_s61 TYPE in... | {"dim_q61":"https://example.org/v1","col_t89":"arctic","attr_h79":null,"key_a04":"2024-06-30","prop_i15":"https://example.com"} | extra_text_before | {
"type": "object",
"properties": {
"dim_q61": {
"type": "string",
"format": "uri"
},
"col_t89": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_g19": {
"type": "string",
"enum": [
... | Below is the JSON object:
{"dim_q61":"https://example.org/v1","col_t89":"arctic","attr_h79":null,"key_a04":"2024-06-30","prop_i15":"https://example.com"} | Output contains non-JSON text before the object | {"dim_q61":"https://example.org/v1","col_t89":"arctic","attr_h79":null,"key_a04":"2024-06-30","prop_i15":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_z31 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD field_o50 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD dim_r09 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_d08 TYPE string REQUIRED yes
BROKEN_OUTPUT
Tool: calc... | {"dim_z31":"mode_b","field_o50":"degraded","dim_r09":"low","field_d08":"This is a test value."} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_z31": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_o50": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"dim_r09": ... | Tool: calculate_docking_fee
Params: {"field_o50": "degraded", "dim_r09": "low", "field_d08": "This is a test value.", "dim_z312": "mode_b"} | Agent used wrong parameter name 'dim_z312' instead of 'dim_z31' | {"dim_z31":"mode_b","field_o50":"degraded","dim_r09":"low","field_d08":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE number REQUIRED no
FIELD barcode.items TYPE number REQUIRED yes
FIELD barcode.feedback TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD barcode.organism.status TYPE integer REQUIRED no
FIELD barcode.organism.paragraph TYPE string_email REQUIRED yes
FIE... | {"humidity_pct":111.35,"barcode":{"items":167.05,"feedback":"viewer","organism":{"status":520,"paragraph":"user@example.com","consignee":"2023-12-25"}},"active":false,"product_id":239.27} | truncated_object | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "number"
},
"barcode": {
"type": "object",
"properties": {
"items": {
"type": "number"
},
"feedback": {
"type": "string",
"enum": [
"admin",
"edit... | {"humidity_pct":111.35,"barcode":{"items":167.05,"feedback":"viewer","organism":{"status":520,"paragraph":"user@example.com","consignee":"2023-12-25"}},"active":false,"product_id":239.27 | Unexpected end of JSON input — truncated object | {"humidity_pct":111.35,"barcode":{"items":167.05,"feedback":"viewer","organism":{"status":520,"paragraph":"user@example.com","consignee":"2023-12-25"}},"active":false,"product_id":239.27} |
TASK repair_structured_output
SPEC
FIELD prop_j67 TYPE boolean REQUIRED no
FIELD prop_b05 TYPE null REQUIRED no
FIELD prop_g91 TYPE integer REQUIRED yes
FIELD prop_s46[].param_f05 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD prop_s46[].dim_e71 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD... | {"prop_j67":true,"prop_g91":376,"prop_s46":[{"dim_e71":"draft","val_i70":"phone","prop_x63":"2023-01-07T10:34:00Z","val_c15":false}]} | missing_bracket | {
"type": "object",
"properties": {
"prop_j67": {
"type": "boolean"
},
"prop_b05": {
"type": "null"
},
"prop_g91": {
"type": "integer"
},
"prop_s46": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_f05": {
... | {"prop_j67":true,"prop_g91":376,"prop_s46":[{"dim_e71":"draft","val_i70":"phone","prop_x63":"2023-01-07T10:34:00Z","val_c15":false}} | Missing closing bracket | {"prop_j67":true,"prop_g91":376,"prop_s46":[{"dim_e71":"draft","val_i70":"phone","prop_x63":"2023-01-07T10:34:00Z","val_c15":false}]} |
TASK repair_structured_output
SPEC
FIELD sensor_id.role TYPE string REQUIRED no
FIELD sensor_id.umi TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD sensor_id.organism TYPE string_uri REQUIRED yes
FIELD sensor_id.transaction_id TYPE null REQUIRED yes
FIELD procedure_code TYPE string_date-time REQ... | {"language":"ops@test.io","payment_status":"test@example.com","score":550,"options":"Smith"} | extra_text_after | {
"type": "object",
"properties": {
"sensor_id": {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"umi": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"language":"ops@test.io","payment_status":"test@example.com","score":550,"options":"Smith"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"language":"ops@test.io","payment_status":"test@example.com","score":550,"options":"Smith"} |
TASK repair_structured_output
SPEC
FIELD website TYPE number REQUIRED no
FIELD options TYPE integer REQUIRED no
FIELD hazmat_code TYPE number REQUIRED no
FIELD crew_id TYPE boolean REQUIRED yes
FIELD features TYPE string REQUIRED no
FIELD quality_score TYPE string REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIEL... | {"options":416,"hazmat_code":983.96,"crew_id":true,"features":"MV-Evergreen-01","quality_score":"QC-07","chapter":"bar","pressure_kpa":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"website": {
"type": "number"
},
"options": {
"type": "integer"
},
"hazmat_code": {
"type": "number"
},
"crew_id": {
"type": "boolean"
},
"features": {
"type": "string"
},
"quality_score": {
"type": "... | Tool: check_availability
Params: {"options": 416, "hazmat_code": 983.96, "crew_id": true, "features": "MV-Evergreen-01", "quality_score": "QC-07", "pressure_kpa": null, "chapter_value": "bar"} | Agent used wrong parameter name 'chapter_value' instead of 'chapter' | {"options":416,"hazmat_code":983.96,"crew_id":true,"features":"MV-Evergreen-01","quality_score":"QC-07","chapter":"bar","pressure_kpa":null} |
TASK repair_structured_output
SPEC
FIELD dim_y78 TYPE boolean REQUIRED no
FIELD col_c93 TYPE string REQUIRED no
FIELD attr_b80 TYPE integer REQUIRED yes
FIELD param_h79 TYPE string_date-time REQUIRED no
FIELD val_y22 TYPE integer REQUIRED no
FIELD attr_j86 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_i... | {"dim_y78":true,"col_c93":"REV","attr_b80":105,"param_h79":"2022-07-28T02:46:00Z","attr_j86":"viewer","col_i98":"pending"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_y78": {
"type": "boolean"
},
"col_c93": {
"type": "string"
},
"attr_b80": {
"type": "integer"
},
"param_h79": {
"type": "string",
"format": "date-time"
},
"val_y22": {
"type": "integer"
},
"attr_... | Here's the structured output:
```json
{"dim_y78":true,"col_c93":"REV","attr_b80":105,"param_h79":"2022-07-28T02:46:00Z","attr_j86":"viewer","col_i98":"pending"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"dim_y78":true,"col_c93":"REV","attr_b80":105,"param_h79":"2022-07-28T02:46:00Z","attr_j86":"viewer","col_i98":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_a98.param_c33 TYPE string_email REQUIRED yes
FIELD col_a98.field_d18 TYPE number REQUIRED no
FIELD col_a98.val_t16 TYPE null REQUIRED yes
FIELD col_a98.col_e55 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD col_a98.key_q68 TYPE string VALUES email|phone|sm... | {"col_a98":{"param_c33":"user@example.com","val_t16":null,"col_e55":"red","key_q68":"sms","prop_e02":"Hapag-Lloyd-Express","param_p07":"chr1"},"param_c17":{"dim_c67":"baz","prop_q76":466.7,"prop_w03":{"param_d19":218,"val_z41":74,"dim_v63":358},"val_t88":null,"param_c86":"PASS","field_h95":"inactive","field_j97":482},"... | trailing_comma | {
"type": "object",
"properties": {
"col_a98": {
"type": "object",
"properties": {
"param_c33": {
"type": "string",
"format": "email"
},
"field_d18": {
"type": "number"
},
"val_t16": {
"type": "null"
},
"... | {"col_a98":{"param_c33":"user@example.com","val_t16":null,"col_e55":"red","key_q68":"sms","prop_e02":"Hapag-Lloyd-Express","param_p07":"chr1",},"param_c17":{"dim_c67":"baz","prop_q76":466.7,"prop_w03":{"param_d19":218,"val_z41":74,"dim_v63":358},"val_t88":null,"param_c86":"PASS","field_h95":"inactive","field_j97":482},... | Unexpected trailing comma | {"col_a98":{"param_c33":"user@example.com","val_t16":null,"col_e55":"red","key_q68":"sms","prop_e02":"Hapag-Lloyd-Express","param_p07":"chr1"},"param_c17":{"dim_c67":"baz","prop_q76":466.7,"prop_w03":{"param_d19":218,"val_z41":74,"dim_v63":358},"val_t88":null,"param_c86":"PASS","field_h95":"inactive","field_j97":482},"... |
TASK repair_structured_output
SPEC
FIELD features TYPE string REQUIRED no
FIELD tags TYPE number REQUIRED no
FIELD batch_code TYPE string REQUIRED yes
BROKEN_OUTPUT
{"features":"user@domain.com","batch_code":"demo" | {"features":"user@domain.com","batch_code":"demo"} | truncated_object | {
"type": "object",
"properties": {
"features": {
"type": "string"
},
"tags": {
"type": "number"
},
"batch_code": {
"type": "string"
}
},
"required": [
"batch_code"
]
} | {"features":"user@domain.com","batch_code":"demo" | Unexpected end of JSON input — truncated object | {"features":"user@domain.com","batch_code":"demo"} |
TASK repair_structured_output
SPEC
FIELD field_o87 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_d85 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_x79 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD dim_t17 TYPE string REQUIRED no
FIELD param_q50 TYPE inte... | {"field_d85":"pro","prop_x79":"cat_e","param_q50":469} | extra_field | {
"type": "object",
"properties": {
"field_o87": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_d85": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"pr... | {"field_d85": "pro", "prop_x79": "cat_e", "param_q50": 469, "extra_value_7733": "unexpected"} | Unknown field 'extra_value_7733' not defined in schema | {"field_d85":"pro","prop_x79":"cat_e","param_q50":469} |
TASK repair_structured_output
SPEC
FIELD prop_f77 TYPE boolean REQUIRED yes
FIELD col_q37 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_r45 TYPE string_uri REQUIRED no
FIELD attr_r59.key_b96 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_r59.prop_p14 TYPE integer REQUIRED... | {"prop_f77":false,"col_q37":"hemizygous","attr_r45":"https://example.io/api","attr_r59":{"key_b96":"JPY","prop_p14":394,"key_n61":"foo","key_k67":"Hapag-Lloyd-Express","key_z98":{"dim_i35":"phone","dim_x91":894,"attr_s72":"user@domain.com"},"key_e92":false},"param_p12":{"field_l51":723.1,"val_e90":"2024-05-13T09:45:00Z... | extra_field | {
"type": "object",
"properties": {
"prop_f77": {
"type": "boolean"
},
"col_q37": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_r45": {
"type": "string",
"format": "uri"
},
"attr_r59": {
... | {"prop_f77": false, "col_q37": "hemizygous", "attr_r45": "https://example.io/api", "attr_r59": {"key_b96": "JPY", "prop_p14": 394, "key_n61": "foo", "key_k67": "Hapag-Lloyd-Express", "key_z98": {"dim_i35": "phone", "dim_x91": 894, "attr_s72": "user@domain.com"}, "key_e92": false}, "param_p12": {"field_l51": 723.1, "val... | Unknown field 'extra_info_9607' not defined in schema | {"prop_f77":false,"col_q37":"hemizygous","attr_r45":"https://example.io/api","attr_r59":{"key_b96":"JPY","prop_p14":394,"key_n61":"foo","key_k67":"Hapag-Lloyd-Express","key_z98":{"dim_i35":"phone","dim_x91":894,"attr_s72":"user@domain.com"},"key_e92":false},"param_p12":{"field_l51":723.1,"val_e90":"2024-05-13T09:45:00Z... |
TASK repair_structured_output
SPEC
FIELD priority TYPE string REQUIRED yes
FIELD payment_status TYPE integer REQUIRED yes
FIELD umi TYPE string REQUIRED no
BROKEN_OUTPUT
The payment_status is 522 and {"priority":"Luis","payment_status":522,"umi":"Hapag-Lloyd-Express"} | {"priority":"Luis","payment_status":522,"umi":"Hapag-Lloyd-Express"} | partial_structure | {
"type": "object",
"properties": {
"priority": {
"type": "string"
},
"payment_status": {
"type": "integer"
},
"umi": {
"type": "string"
}
},
"required": [
"payment_status",
"priority"
]
} | The payment_status is 522 and {"priority":"Luis","payment_status":522,"umi":"Hapag-Lloyd-Express"} | Output mixes natural language with JSON | {"priority":"Luis","payment_status":522,"umi":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD position.amplitude.address TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD position.amplitude.level TYPE null REQUIRED yes
FIELD position.amplitude.consignee TYPE string_email REQUIRED no
FIELD position.amplitude.voltage TYPE string REQUIRED no
FIELD pos... | {"position":{"amplitude":{"address":"hemizygous","level":null,"consignee":"user@test.io"},"repository":{"visible":"option_e","velocity":true,"user_id":"nonsense","maturity_date":"mode_b","published":184.98,"url":"New York","enabled":"foo"},"collateral":null,"insurance_id":"phone","options":"cat_b"},"organism":null,"for... | missing_brace | {
"type": "object",
"properties": {
"position": {
"type": "object",
"properties": {
"amplitude": {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"homozygous",
"heterozygou... | {"position":{"amplitude":{"address":"hemizygous","level":null,"consignee":"user@test.io","repository":{"visible":"option_e","velocity":true,"user_id":"nonsense","maturity_date":"mode_b","published":184.98,"url":"New York","enabled":"foo"},"collateral":null,"insurance_id":"phone","options":"cat_b"},"organism":null,"form... | Missing closing brace | {"position":{"amplitude":{"address":"hemizygous","level":null,"consignee":"user@test.io"},"repository":{"visible":"option_e","velocity":true,"user_id":"nonsense","maturity_date":"mode_b","published":184.98,"url":"New York","enabled":"foo"},"collateral":null,"insurance_id":"phone","options":"cat_b"},"organism":null,"for... |
TASK repair_structured_output
SPEC
FIELD umi TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD description TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD thumbnail TYPE integer REQUIRED yes
FIELD zip_code TYPE integer REQUIRED yes
FIELD count TYPE string_date-time REQUIRED ... | {"description":"synonymous","thumbnail":788,"zip_code":60,"count":"2024-04-14T17:48:00Z","isotope":"foo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"umi": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"description": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshif... | I need to look up the information first.
Action: get_inventory
Arguments: {"description": "synonymous", "thumbnail": 788, "count": "2024-04-14T17:48:00Z", "isotope": "foo"} | Agent tool call missing required parameter 'zip_code' | {"description":"synonymous","thumbnail":788,"zip_code":60,"count":"2024-04-14T17:48:00Z","isotope":"foo"} |
TASK repair_structured_output
SPEC
FIELD col_a30 TYPE integer REQUIRED no
FIELD field_a67 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD col_b08 TYPE string_date-time REQUIRED no
FIELD attr_j38 TYPE string REQUIRED yes
FIELD dim_r30 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"col_a30":460,"attr_... | {"col_a30":460,"attr_j38":"Hapag-Lloyd-Express","dim_r30":765} | trailing_comma | {
"type": "object",
"properties": {
"col_a30": {
"type": "integer"
},
"field_a67": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"col_b08": {
"type": "string",
"format": "date-time"
... | {"col_a30":460,"attr_j38":"Hapag-Lloyd-Express","dim_r30":765,} | Unexpected trailing comma | {"col_a30":460,"attr_j38":"Hapag-Lloyd-Express","dim_r30":765} |
TASK repair_structured_output
SPEC
FIELD col_n41 TYPE string_email REQUIRED yes
FIELD attr_w22 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_f53 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD prop_s08 TYPE string REQUIRED no
BROKEN_OUTPUT
Pipeline result:
```json
{"col_n41":... | {"col_n41":"info@domain.org","attr_f53":"info","prop_s08":"New York"} | markdown_explanation | {
"type": "object",
"properties": {
"col_n41": {
"type": "string",
"format": "email"
},
"attr_w22": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_f53": {
"type": "string",
"enum": [
... | Pipeline result:
```json
{"col_n41":"info@domain.org","attr_f53":"info","prop_s08":"New York"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"col_n41":"info@domain.org","attr_f53":"info","prop_s08":"New York"} |
TASK repair_structured_output
SPEC
FIELD param_i98 TYPE string REQUIRED no
FIELD attr_q19 TYPE boolean REQUIRED no
FIELD val_n36 TYPE string_date-time REQUIRED no
FIELD prop_z29 TYPE string REQUIRED yes
FIELD param_a68[].attr_r48 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD param_a68[].field... | {"param_i98":"REV","attr_q19":true,"val_n36":"2021-08-18T02:29:00Z","prop_z29":"This is a test value.","param_a68":[{"attr_r48":"mode_e","field_c14":"hemizygous","field_a17":514},{"attr_r48":"mode_e","field_c14":"hemizygous","attr_k72":"cat_c","field_a17":959},{"field_c14":"homozygous"}],"key_e44":["London","test","quu... | markdown_explanation | {
"type": "object",
"properties": {
"param_i98": {
"type": "string"
},
"attr_q19": {
"type": "boolean"
},
"val_n36": {
"type": "string",
"format": "date-time"
},
"prop_z29": {
"type": "string"
},
"param_a68": {
"type": "array",
"items": {... | The instrument reported:
```json
{"param_i98":"REV","attr_q19":true,"val_n36":"2021-08-18T02:29:00Z","prop_z29":"This is a test value.","param_a68":[{"attr_r48":"mode_e","field_c14":"hemizygous","field_a17":514},{"attr_r48":"mode_e","field_c14":"hemizygous","attr_k72":"cat_c","field_a17":959},{"field_c14":"homozygous"}... | Output contains markdown and explanatory text around JSON | {"param_i98":"REV","attr_q19":true,"val_n36":"2021-08-18T02:29:00Z","prop_z29":"This is a test value.","param_a68":[{"attr_r48":"mode_e","field_c14":"hemizygous","field_a17":514},{"attr_r48":"mode_e","field_c14":"hemizygous","attr_k72":"cat_c","field_a17":959},{"field_c14":"homozygous"}],"key_e44":["London","test","quu... |
TASK repair_structured_output
SPEC
FIELD discount TYPE string_date-time REQUIRED no
FIELD end_date TYPE number REQUIRED yes
FIELD transaction_id TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD trace_id TYPE number REQUIRED no
BROKEN_OUTPUT
{"end_date":991.97,"transaction_id":"mode_a","trace_id":33.16 | {"end_date":991.97,"transaction_id":"mode_a","trace_id":33.16} | truncated_object | {
"type": "object",
"properties": {
"discount": {
"type": "string",
"format": "date-time"
},
"end_date": {
"type": "number"
},
"transaction_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"trace_id": {
"type": "number"
... | {"end_date":991.97,"transaction_id":"mode_a","trace_id":33.16 | Unexpected end of JSON input — truncated object | {"end_date":991.97,"transaction_id":"mode_a","trace_id":33.16} |
TASK repair_structured_output
SPEC
FIELD key_c57 TYPE string REQUIRED yes
FIELD val_v60 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_e45 TYPE integer REQUIRED no
FIELD field_x71 TYPE string REQUIRED no
FIELD prop_j97.col_f87 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_j97.key... | {"key_c57":"Sao Paulo","val_v60":"published","prop_j97":{"col_f87":"inactive","key_k42":220,"field_n85":84.64,"param_p38":null}} | truncated_array | {
"type": "object",
"properties": {
"key_c57": {
"type": "string"
},
"val_v60": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"val_e45": {
"type": "integer"
},
"field_x71": {
"type": "string"
},
"pr... | {"key_c57":"Sao Paulo","val_v60":"published","prop_j97":{"col_f87":"inactive","key_k42":220,"field_n85":84.64,"param_p38":null} | Unexpected end of JSON input — truncated object | {"key_c57":"Sao Paulo","val_v60":"published","prop_j97":{"col_f87":"inactive","key_k42":220,"field_n85":84.64,"param_p38":null}} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string_uri REQUIRED no
FIELD description TYPE boolean REQUIRED no
FIELD timezone TYPE number REQUIRED yes
FIELD language TYPE string REQUIRED no
FIELD reagent TYPE integer REQUIRED yes
FIELD verified TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Tool: align_reads
Param... | {"shipping":"https://api.org/api","description":false,"timezone":668.39,"language":"https://example.com","reagent":803,"verified":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"format": "uri"
},
"description": {
"type": "boolean"
},
"timezone": {
"type": "number"
},
"language": {
"type": "string"
},
"reagent": {
"type": "integer"
},
"verified... | Tool: align_reads
Params: {"shipping": "https://api.org/api", "description": false, "timezone": 668.39, "language": "https://example.com", "reagent": 803, "verified_new": true} | Agent used wrong parameter name 'verified_new' instead of 'verified' | {"shipping":"https://api.org/api","description":false,"timezone":668.39,"language":"https://example.com","reagent":803,"verified":true} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD account_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD umi TYPE boolean REQUIRED yes
BROKEN_OUTPUT
<functioncall> call_variants
{procedure_code: "in_tra... | {"procedure_code":"in_transit","umi":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"account_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | <functioncall> call_variants
{procedure_code: "in_transit", umi: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"procedure_code":"in_transit","umi":false} |
TASK repair_structured_output
SPEC
FIELD dim_q47 TYPE boolean REQUIRED yes
FIELD col_g04 TYPE boolean REQUIRED no
FIELD field_u33.field_m56 TYPE string REQUIRED yes
FIELD field_u33.prop_i41 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_u33.key_c43 TYPE integer REQUIRED yes
FIELD param_s35 TYPE number... | {"dim_q47":false,"col_g04":true,"field_u33":{"field_m56":"https://api.example.com/v1","prop_i41":"push","key_c43":877},"param_s35":108.52,"col_k66":false,"prop_v02":"https://api.com/data","attr_c60":{"field_m35":true,"prop_v00":"type_c","key_j70":["mode_a"]}} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_q47": {
"type": "boolean"
},
"col_g04": {
"type": "boolean"
},
"field_u33": {
"type": "object",
"properties": {
"field_m56": {
"type": "string"
},
"prop_i41": {
"type": "string",
... | I'll query our database.
<tool_call name="check_cargo_manifest">
{"dim_q47":false,"col_g04":true,"field_u33":{"field_m56":"https://api.example.com/v1","prop_i41":"push","key_c43":877},"param_s35":108.52,"col_k66":false,"prop_v02":"https://api.com/data","attr_c60":{"field_m35":true,"prop_v00":"type_c","key_j70":["mode_a... | Agent response mixes reasoning text with tool call | {"dim_q47":false,"col_g04":true,"field_u33":{"field_m56":"https://api.example.com/v1","prop_i41":"push","key_c43":877},"param_s35":108.52,"col_k66":false,"prop_v02":"https://api.com/data","attr_c60":{"field_m35":true,"prop_v00":"type_c","key_j70":["mode_a"]}} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD wavelength TYPE null REQUIRED yes
FIELD nickname TYPE integer REQUIRED yes
FIELD username.payment_status TYPE boolean REQUIRED no
FIELD username.isotope TYPE string REQUIRED no
FIELD use... | {"consignee":"confirmed","wavelength":null,"nickname":777,"username":{"payment_status":false,"isotope":"MV-Evergreen-01","repository":{"port_code":817,"active":"user@test.io","duration_ms":790,"footnote":"Santos"},"height":"Silva","first_name":551,"wavelength":"black"},"first_name":"homozygous"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"consignee": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"wavelength": {
"type": "null"
},
"nickname": {
"type": "integer"
},
"username": {
... | Tool: calculate_docking_fee
Params: {"consignee": "confirmed", "nickname": 777, "username": {"payment_status": false, "isotope": "MV-Evergreen-01", "repository": {"port_code": 817, "active": "user@test.io", "duration_ms": 790, "footnote": "Santos"}, "height": "Silva", "first_name": 551, "wavelength": "black"}, "first_n... | Agent used wrong parameter name 'wavelength2' instead of 'wavelength' | {"consignee":"confirmed","wavelength":null,"nickname":777,"username":{"payment_status":false,"isotope":"MV-Evergreen-01","repository":{"port_code":817,"active":"user@test.io","duration_ms":790,"footnote":"Santos"},"height":"Silva","first_name":551,"wavelength":"black"},"first_name":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD field_u15 TYPE string REQUIRED yes
FIELD dim_d98 TYPE string REQUIRED yes
FIELD col_g70 TYPE integer REQUIRED yes
FIELD val_i76 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD prop_x36 TYPE string REQUIRED no
FIELD prop_v55 TYPE integer REQUIRED yes
FIELD col_o... | {"field_u15":"Alice","dim_d98":"sample","col_g70":532,"val_i76":"type_d","prop_v55":690} | invalid_enum | {
"type": "object",
"properties": {
"field_u15": {
"type": "string"
},
"dim_d98": {
"type": "string"
},
"col_g70": {
"type": "integer"
},
"val_i76": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
... | {"field_u15": "Alice", "dim_d98": "sample", "col_g70": 532, "val_i76": "invalid_choice_508", "prop_v55": 690} | Field 'val_i76' has invalid enum value 'invalid_choice_508', expected one of ['type_a', 'type_b', 'type_c', 'type_d'] | {"field_u15":"Alice","dim_d98":"sample","col_g70":532,"val_i76":"type_d","prop_v55":690} |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD run_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD temp_celsius TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD span_id TYPE integer REQUIRED no
FIELD consignee TYPE ... | {"patient_id":"email","temp_celsius":"push","span_id":429,"consignee":null} | partial_structure | {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"run_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
... | I found that consignee should be None. {"patient_id":"email","temp_celsius":"push","span_id":429,"consignee":null} | Output mixes natural language with JSON | {"patient_id":"email","temp_celsius":"push","span_id":429,"consignee":null} |
TASK repair_structured_output
SPEC
FIELD col_c54 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD field_y15 TYPE string REQUIRED yes
FIELD prop_b73 TYPE string_uri REQUIRED no
FIELD col_x09 TYPE integer REQUIRED yes
FIELD prop_l00 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_j4... | {"col_c54":"cat_c","field_y15":"inactive","prop_b73":"https://api.org/data","col_x09":447,"prop_l00":"moored","key_j43":false,"key_w11":true,"key_p78":"mode_a"} | invalid_enum | {
"type": "object",
"properties": {
"col_c54": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"field_y15": {
"type": "string"
},
"prop_b73": {
"type": "string",
"format": "uri"
},
"col_x09": {
... | {"col_c54": "cat_c", "field_y15": "inactive", "prop_b73": "https://api.org/data", "col_x09": 447, "prop_l00": "moored", "key_j43": false, "key_w11": true, "key_p78": "invalid_option_682"} | Field 'key_p78' has invalid enum value 'invalid_option_682', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e'] | {"col_c54":"cat_c","field_y15":"inactive","prop_b73":"https://api.org/data","col_x09":447,"prop_l00":"moored","key_j43":false,"key_w11":true,"key_p78":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD val_r03 TYPE string REQUIRED yes
FIELD attr_m18 TYPE boolean REQUIRED yes
FIELD param_z41 TYPE string_email REQUIRED yes
FIELD val_h50 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
BROKEN_OUTPUT
{"val_r03": "quux", "attr_m18": "\"yes\"", "param_z41": ... | {"val_r03":"quux","attr_m18":true,"param_z41":"test@test.io","val_h50":"level_2"} | wrong_type | {
"type": "object",
"properties": {
"val_r03": {
"type": "string"
},
"attr_m18": {
"type": "boolean"
},
"param_z41": {
"type": "string",
"format": "email"
},
"val_h50": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_... | {"val_r03": "quux", "attr_m18": "\"yes\"", "param_z41": "test@test.io", "val_h50": "level_2"} | Field 'attr_m18' must be boolean, got string | {"val_r03":"quux","attr_m18":true,"param_z41":"test@test.io","val_h50":"level_2"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE integer REQUIRED no
FIELD tile TYPE string REQUIRED no
FIELD username TYPE string REQUIRED yes
FIELD total TYPE null REQUIRED yes
BROKEN_OUTPUT
{"crew_id":586,"tile":"Johnson","username":"Luis","total":null,} | {"crew_id":586,"tile":"Johnson","username":"Luis","total":null} | trailing_comma | {
"type": "object",
"properties": {
"crew_id": {
"type": "integer"
},
"tile": {
"type": "string"
},
"username": {
"type": "string"
},
"total": {
"type": "null"
}
},
"required": [
"username",
"total"
]
} | {"crew_id":586,"tile":"Johnson","username":"Luis","total":null,} | Unexpected trailing comma | {"crew_id":586,"tile":"Johnson","username":"Luis","total":null} |
TASK repair_structured_output
SPEC
FIELD key_u37 TYPE string REQUIRED no
FIELD key_b47 TYPE string REQUIRED yes
FIELD field_m07 TYPE integer REQUIRED no
FIELD dim_w79 TYPE string REQUIRED no
FIELD field_c93 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD dim_j51 TYPE string_email REQUIRED no
FIELD param_d29 ... | {"key_u37":"foo","key_b47":"Johnson","field_m07":813,"dim_w79":"2024-01-15","field_c93":"editor","dim_j51":"admin@example.com","param_d29":"published"} | invalid_enum | {
"type": "object",
"properties": {
"key_u37": {
"type": "string"
},
"key_b47": {
"type": "string"
},
"field_m07": {
"type": "integer"
},
"dim_w79": {
"type": "string"
},
"field_c93": {
"type": "string",
"enum": [
"admin",
"edit... | {"key_u37": "foo", "key_b47": "Johnson", "field_m07": 813, "dim_w79": "2024-01-15", "field_c93": "invalid_option_488", "dim_j51": "admin@example.com", "param_d29": "published"} | Field 'field_c93' has invalid enum value 'invalid_option_488', expected one of ['admin', 'editor', 'viewer'] | {"key_u37":"foo","key_b47":"Johnson","field_m07":813,"dim_w79":"2024-01-15","field_c93":"editor","dim_j51":"admin@example.com","param_d29":"published"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD barcode TYPE integer REQUIRED no
FIELD label TYPE integer REQUIRED yes
FIELD terminal_id TYPE string_email REQUIRED yes
FIELD price.user_id TYPE integer REQUIRED no
FIELD price.branch TYPE string VALUES t... | {"items":"cat_e","label":730,"terminal_id":"admin@test.io","price":{"branch":"type_c","run_id":"2024-06-30"}} | thought_process | {
"type": "object",
"properties": {
"items": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"barcode": {
"type": "integer"
},
"label": {
"type": "integer"
},
"terminal_id": {
"type... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"items":"cat_e","label":730,"terminal_id":"admin@test.io","price":{"branch":"type_c","run_id":"2024-06-30"}} | Output contains chain-of-thought reasoning before JSON | {"items":"cat_e","label":730,"terminal_id":"admin@test.io","price":{"branch":"type_c","run_id":"2024-06-30"}} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD amount TYPE number REQUIRED yes
FIELD email TYPE number REQUIRED yes
FIELD umi[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"phenotype":"oceanic","amount":797.58,"email":699.97,"umi":[684.34]}
I've ensur... | {"phenotype":"oceanic","amount":797.58,"email":699.97,"umi":[684.34]} | extra_text_after | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"amount": {
"type": "number"
},
"email": {
"type": "number"
},
"umi": {
"type": "array",
... | {"phenotype":"oceanic","amount":797.58,"email":699.97,"umi":[684.34]}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"phenotype":"oceanic","amount":797.58,"email":699.97,"umi":[684.34]} |
TASK repair_structured_output
SPEC
FIELD verified TYPE number REQUIRED no
FIELD conductivity TYPE number REQUIRED yes
FIELD humidity_pct TYPE string_uri REQUIRED no
FIELD gene_id TYPE string REQUIRED yes
FIELD footnote TYPE integer REQUIRED no
FIELD hazmat_code TYPE number REQUIRED yes
FIELD turbidity TYPE null REQUIR... | {"conductivity":379.1,"gene_id":"MV-Evergreen-01","hazmat_code":657.98,"turbidity":null,"thumbnail":"low"} | missing_bracket | {
"type": "object",
"properties": {
"verified": {
"type": "number"
},
"conductivity": {
"type": "number"
},
"humidity_pct": {
"type": "string",
"format": "uri"
},
"gene_id": {
"type": "string"
},
"footnote": {
"type": "integer"
},
"hazm... | {"conductivity":379.1,"gene_id":"MV-Evergreen-01","hazmat_code":657.98,"turbidity":null,"thumbnail":"low"} | Missing closing bracket | {"conductivity":379.1,"gene_id":"MV-Evergreen-01","hazmat_code":657.98,"turbidity":null,"thumbnail":"low"} |
TASK repair_structured_output
SPEC
FIELD dim_a86.col_w33 TYPE null REQUIRED no
FIELD dim_a86.key_f11 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD dim_a86.key_u72 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dim_a86.field_p48 TYPE number REQUIRED no
FIELD dim_a86.val_j35 TYPE number REQUIRED no
FIEL... | {"dim_a86":{"key_f11":"cat_a","key_u72":"xl","field_p48":372.57,"val_j35":939.74,"col_j08":null,"col_d66":"completed","val_u19":"unstable"},"attr_k63":"option_c","val_a29":"Berlin","param_q58":"option_c","col_q81":"Hapag-Lloyd-Express","attr_i72":{"col_e87":null,"prop_d07":"London","attr_b56":true,"prop_k15":"baz","att... | unquoted_keys | {
"type": "object",
"properties": {
"dim_a86": {
"type": "object",
"properties": {
"col_w33": {
"type": "null"
},
"key_f11": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"key_u72": {
... | {dim_a86:{key_f11:"cat_a",key_u72:"xl",field_p48:372.57,val_j35:939.74,col_j08:null,col_d66:"completed",val_u19:"unstable"},attr_k63:"option_c",val_a29:"Berlin",param_q58:"option_c",col_q81:"Hapag-Lloyd-Express",attr_i72:{col_e87:null,prop_d07:"London",attr_b56:true,prop_k15:"baz",attr_q65:"2021-02-21T13:19:00Z"}} | Expecting property name enclosed in double quotes | {"dim_a86":{"key_f11":"cat_a","key_u72":"xl","field_p48":372.57,"val_j35":939.74,"col_j08":null,"col_d66":"completed","val_u19":"unstable"},"attr_k63":"option_c","val_a29":"Berlin","param_q58":"option_c","col_q81":"Hapag-Lloyd-Express","attr_i72":{"col_e87":null,"prop_d07":"London","attr_b56":true,"prop_k15":"baz","att... |
TASK repair_structured_output
SPEC
FIELD col_c76 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_g62 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD col_e10 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_b47 TYPE integer REQUIRED no
FIELD field_p92 TYPE i... | {"col_c76":"hemizygous","col_g62":"warning","field_p92":999,"dim_x94":"Hapag-Lloyd-Express","col_i19":null,"col_v13":"unstable"} | extra_text_before | {
"type": "object",
"properties": {
"col_c76": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col_g62": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},... | The output is as follows:
{"col_c76":"hemizygous","col_g62":"warning","field_p92":999,"dim_x94":"Hapag-Lloyd-Express","col_i19":null,"col_v13":"unstable"} | Output contains non-JSON text before the object | {"col_c76":"hemizygous","col_g62":"warning","field_p92":999,"dim_x94":"Hapag-Lloyd-Express","col_i19":null,"col_v13":"unstable"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE string VALUES draft|published|archived REQUIRED yes
FIELD account_id TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD cargo_type TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD thumbnail TYPE string_date-time REQUIRED yes
FIELD commit_hash T... | {"quality_score":"archived","account_id":"editor","thumbnail":"2024-02-27T03:14:00Z","commit_hash":"This is a test value."} | single_quotes | {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"account_id": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"cargo_type": ... | {'quality_score':'archived','account_id':'editor','thumbnail':'2024-02-27T03:14:00Z','commit_hash':'This is a test value.'} | Expecting property name enclosed in double quotes | {"quality_score":"archived","account_id":"editor","thumbnail":"2024-02-27T03:14:00Z","commit_hash":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD field_z72 TYPE integer REQUIRED yes
FIELD col_b65.field_d92 TYPE null REQUIRED yes
FIELD col_b65.prop_t97 TYPE string_uri REQUIRED yes
FIELD col_b65.col_l20 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_b65.key_u83 TYPE string REQUIRED no
FIELD attr_n58 TYP... | {"field_z72":193,"attr_c80":"email"} | extra_text_after | {
"type": "object",
"properties": {
"field_z72": {
"type": "integer"
},
"col_b65": {
"type": "object",
"properties": {
"field_d92": {
"type": "null"
},
"prop_t97": {
"type": "string",
"format": "uri"
},
"col_l20": {
... | {"field_z72":193,"attr_c80":"email"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"field_z72":193,"attr_c80":"email"} |
TASK repair_structured_output
SPEC
FIELD field_i52 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD param_q62 TYPE integer REQUIRED no
FIELD prop_a18 TYPE integer REQUIRED no
FIELD col_y57 TYPE string_email REQUIRED yes
FIELD field_c25 TYPE number REQUIRED yes
BROKEN_OUTPUT
Let me chec... | {"field_i52":"confirmed","prop_a18":7,"col_y57":"info@domain.org","field_c25":258.77} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_i52": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_q62": {
"type": "integer"
},
"prop_a18": {
"type": "integer"
},
"col_y57": {
... | Let me check the system.
Action: book_appointment
Arguments: {"field_i52": "confirmed", "prop_a18": 7, "field_c25": 258.77} | Agent tool call missing required parameter 'col_y57' | {"field_i52":"confirmed","prop_a18":7,"col_y57":"info@domain.org","field_c25":258.77} |
TASK repair_structured_output
SPEC
FIELD dim_s15 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_n12 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_b09 TYPE integer REQUIRED yes
FIELD attr_w31 TYPE number REQUIRED no
FIELD col_a29 TYPE string VALUES success|error|warning|info REQUIRE... | {"dim_s15":"BRL","attr_n12":"basic","val_b09":387,"attr_w31":980.11,"col_f09":"JPY","val_t33":"https://www.io/v1"} | single_quotes | {
"type": "object",
"properties": {
"dim_s15": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"attr_n12": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]... | {'dim_s15':'BRL','attr_n12':'basic','val_b09':387,'attr_w31':980.11,'col_f09':'JPY','val_t33':'https://www.io/v1'} | Expecting property name enclosed in double quotes | {"dim_s15":"BRL","attr_n12":"basic","val_b09":387,"attr_w31":980.11,"col_f09":"JPY","val_t33":"https://www.io/v1"} |
TASK repair_structured_output
SPEC
FIELD param_c64 TYPE integer REQUIRED no
FIELD val_h80 TYPE number REQUIRED no
FIELD field_q22 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_a27 TYPE string_date-time REQUIRED no
FIELD attr_w21 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"val_h80": "\"889.65\"", "... | {"val_h80":889.65,"field_q22":"archived","attr_w21":259} | wrong_type | {
"type": "object",
"properties": {
"param_c64": {
"type": "integer"
},
"val_h80": {
"type": "number"
},
"field_q22": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"field_a27": {
"type": "string",
"fo... | {"val_h80": "\"889.65\"", "field_q22": "archived", "attr_w21": 259} | Field 'val_h80' must be number, got string | {"val_h80":889.65,"field_q22":"archived","attr_w21":259} |
TASK repair_structured_output
SPEC
FIELD col_v46 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD param_s88 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD dim_c72.col_p92 TYPE string REQUIRED no
FIELD dim_c72.attr_d89.dim_x10 TYPE string VALUES mode_a|mode_b|mode_c|m... | {"param_s88":"mode_b","dim_c72":{"attr_d89":{"dim_x10":"mode_d","val_t61":null,"dim_s47":"enterprise","prop_i07":450.48,"col_c27":841.2},"param_f25":825.94,"field_w49":"Jane"},"key_s79":{"dim_e17":false,"val_f45":"level_2","key_g69":"2020-10-18T03:37:00Z"}} | markdown_explanation | {
"type": "object",
"properties": {
"col_v46": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"param_s88": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_... | Sure, here's the result:
```json
{"param_s88":"mode_b","dim_c72":{"attr_d89":{"dim_x10":"mode_d","val_t61":null,"dim_s47":"enterprise","prop_i07":450.48,"col_c27":841.2},"param_f25":825.94,"field_w49":"Jane"},"key_s79":{"dim_e17":false,"val_f45":"level_2","key_g69":"2020-10-18T03:37:00Z"}}
```
Let me know if you need a... | Output contains markdown and explanatory text around JSON | {"param_s88":"mode_b","dim_c72":{"attr_d89":{"dim_x10":"mode_d","val_t61":null,"dim_s47":"enterprise","prop_i07":450.48,"col_c27":841.2},"param_f25":825.94,"field_w49":"Jane"},"key_s79":{"dim_e17":false,"val_f45":"level_2","key_g69":"2020-10-18T03:37:00Z"}} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE number REQUIRED yes
FIELD step TYPE string REQUIRED no
FIELD age TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD status_code TYPE integer REQUIRED no
FIELD comments TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD ... | {"diagnosis_code":376.02,"age":"mode_b","status_code":371,"comments":"escalated","visible":17.82,"version":"https://api.org/api","isotope":765.66} | invalid_enum | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "number"
},
"step": {
"type": "string"
},
"age": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"status_code": {
"type": "integer"
},
"comm... | {"diagnosis_code": 376.02, "age": "invalid_value_707", "status_code": 371, "comments": "escalated", "visible": 17.82, "version": "https://api.org/api", "isotope": 765.66} | Field 'age' has invalid enum value 'invalid_value_707', expected one of ['mode_a', 'mode_b', 'mode_c'] | {"diagnosis_code":376.02,"age":"mode_b","status_code":371,"comments":"escalated","visible":17.82,"version":"https://api.org/api","isotope":765.66} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string_email REQUIRED no
FIELD isotope.yield_pct TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD isotope.id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD isotope.run_id TYPE integer REQUIRED no
FIELD isotope.annotation TYPE s... | {"isotope":{"yield_pct":"mode_b","id":"high","annotation":"FWD"},"loan_amount":{"bill_of_lading":"Tokyo","procedure_code":"chrX"},"ward":"2023-12-25","created_at":null} | null_required | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"format": "email"
},
"isotope": {
"type": "object",
"properties": {
"yield_pct": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
... | {"isotope": {"yield_pct": "mode_b", "id": "high", "annotation": "FWD"}, "loan_amount": null, "ward": "2023-12-25", "created_at": null} | Required field 'loan_amount' is null | {"isotope":{"yield_pct":"mode_b","id":"high","annotation":"FWD"},"loan_amount":{"bill_of_lading":"Tokyo","procedure_code":"chrX"},"ward":"2023-12-25","created_at":null} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD format TYPE integer REQUIRED no
FIELD active TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD umi TYPE boolean REQUIRED yes
FIELD balance TYPE string VALUES coastal|oceanic|inland|arctic... | {"ward":"in_transit","active":"free","umi":false,"balance":"coastal"} | missing_required | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"format": {
"type": "integer"
},
"active": {
"type": "string",
"enum": [
"free",
"basic"... | {"ward": "in_transit", "active": "free", "umi": false} | Required field 'balance' is missing | {"ward":"in_transit","active":"free","umi":false,"balance":"coastal"} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD conductivity TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD created_at.duration_ms TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD created_at.options TYPE s... | {"bill_of_lading":"berthed","created_at":{"duration_ms":"intermittent","items":774},"role":"active"} | truncated_array | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"conductivity": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterp... | {"bill_of_lading":"berthed","created_at":{"duration_ms":"intermittent","items":774},"role":"active" | Unexpected end of JSON input — truncated object | {"bill_of_lading":"berthed","created_at":{"duration_ms":"intermittent","items":774},"role":"active"} |
TASK repair_structured_output
SPEC
FIELD dim_q47 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_l88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD val_r99 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_p65 TYPE null REQUIRED no
FIELD key_f88 TYPE string REQUIRED... | {"dim_q47":"oceanic","prop_l88":"cat_c","val_r99":"medium","key_f88":"GRCh38","prop_q55":"Johnson"} | markdown_fences | {
"type": "object",
"properties": {
"dim_q47": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_l88": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
... | ```json
{"dim_q47":"oceanic","prop_l88":"cat_c","val_r99":"medium","key_f88":"GRCh38","prop_q55":"Johnson"}
``` | Output contains markdown code fences | {"dim_q47":"oceanic","prop_l88":"cat_c","val_r99":"medium","key_f88":"GRCh38","prop_q55":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE boolean REQUIRED yes
FIELD consignee TYPE string REQUIRED yes
FIELD branch TYPE string REQUIRED no
FIELD comments TYPE string REQUIRED yes
FIELD length TYPE string REQUIRED no
FIELD annotation TYPE string REQUIRED yes
FIELD velocity TYPE integer REQUIRED no
BROK... | {"full_name":false,"consignee":"foo","branch":"chrX","comments":"world","length":"hello","annotation":"MV-Evergreen-01"} | markdown_fences | {
"type": "object",
"properties": {
"full_name": {
"type": "boolean"
},
"consignee": {
"type": "string"
},
"branch": {
"type": "string"
},
"comments": {
"type": "string"
},
"length": {
"type": "string"
},
"annotation": {
"type": "string... | ```json
{"full_name":false,"consignee":"foo","branch":"chrX","comments":"world","length":"hello","annotation":"MV-Evergreen-01"}
``` | Output contains markdown code fences | {"full_name":false,"consignee":"foo","branch":"chrX","comments":"world","length":"hello","annotation":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD col_p60 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD dim_l93 TYPE string REQUIRED no
FIELD param_v40 TYPE boolean REQUIRED no
FIELD param_e44.param_i18 TYPE string REQUIRED no
FIELD param_e44.prop_o15 TYPE string REQUIRED yes
FIELD param_e44.key_w85.pr... | {"col_p60":"berthed","param_v40":false,"param_e44":{"param_i18":"Maria","prop_o15":"world","key_w85":{"prop_y14":80,"key_g09":true,"dim_x63":[null]},"dim_w64":"cat_a","val_f18":320.17,"col_z91":{"attr_c16":"cat_e","col_g70":true,"prop_p22":null,"col_r40":"https://api.com/data","val_c09":495,"attr_m58":870.48,"key_a07":... | truncated_array | {
"type": "object",
"properties": {
"col_p60": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_l93": {
"type": "string"
},
"param_v40": {
"type": "boolean"
},
"param_e44": {
"type": "o... | {"col_p60":"berthed","param_v40":false,"param_e44":{"param_i18":"Maria","prop_o15":"world","key_w85":{"prop_y14":80,"key_g09":true,"dim_x63":[null]},"dim_w64":"cat_a","val_f18":320.17,"col_z91":{"attr_c16":"cat_e","col_g70":true,"prop_p22":null,"col_r40":"https://api.com/data","val_c09":495,"attr_m58":870.48,"key_a07":... | Unexpected end of JSON input — truncated object | {"col_p60":"berthed","param_v40":false,"param_e44":{"param_i18":"Maria","prop_o15":"world","key_w85":{"prop_y14":80,"key_g09":true,"dim_x63":[null]},"dim_w64":"cat_a","val_f18":320.17,"col_z91":{"attr_c16":"cat_e","col_g70":true,"prop_p22":null,"col_r40":"https://api.com/data","val_c09":495,"attr_m58":870.48,"key_a07":... |
TASK repair_structured_output
SPEC
FIELD col_n16 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD key_h71 TYPE null REQUIRED no
FIELD dim_x09 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_p98 TYPE integer REQUIRED no
FIELD prop_k61 TYPE string REQUIRED yes
FIELD dim_f83 TYPE string REQUIRE... | {"col_n16":"enterprise","dim_x09":"editor","key_p98":928,"prop_k61":"active","dim_f83":"A short description."} | number_with_unit | {
"type": "object",
"properties": {
"col_n16": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"key_h71": {
"type": "null"
},
"dim_x09": {
"type": "string",
"enum": [
"admin",
"editor",
... | {"col_n16": "enterprise", "dim_x09": "editor", "key_p98": "928sec", "prop_k61": "active", "dim_f83": "A short description."} | Field 'key_p98' must be number, got string with unit | {"col_n16":"enterprise","dim_x09":"editor","key_p98":928,"prop_k61":"active","dim_f83":"A short description."} |
TASK repair_structured_output
SPEC
FIELD key_q45 TYPE string_date-time REQUIRED no
FIELD dim_e36 TYPE string REQUIRED no
FIELD dim_k02 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_o23[].prop_h92 TYPE number REQUIRED yes
FIELD dim_o23[].val_v20 TYPE string REQUIRED yes
FIELD dim_o23[].fiel... | {"key_q45":"2022-04-10T02:01:00Z","dim_e36":"2023-12-25","dim_k02":"resolved","dim_o23":[{"prop_h92":376.04,"val_v20":"Santos","field_q49":191},{"prop_h92":512.07,"val_v20":"Sao Paulo","field_q49":412,"field_o04":"email"},{"prop_h92":996.5,"val_v20":"https://example.com","field_o04":"push"},{"prop_h92":526.34,"val_v20"... | tool_call_partial_args | {
"type": "object",
"properties": {
"key_q45": {
"type": "string",
"format": "date-time"
},
"dim_e36": {
"type": "string"
},
"dim_k02": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_... | Let me check the system.
Action: get_account
Arguments: {"key_q45": "2022-04-10T02:01:00Z", "dim_e36": "2023-12-25", "dim_o23": [{"prop_h92": 376.04, "val_v20": "Santos", "field_q49": 191}, {"prop_h92": 512.07, "val_v20": "Sao Paulo", "field_q49": 412, "field_o04": "email"}, {"prop_h92": 996.5, "val_v20": "https://exam... | Agent tool call missing required parameter 'dim_k02' | {"key_q45":"2022-04-10T02:01:00Z","dim_e36":"2023-12-25","dim_k02":"resolved","dim_o23":[{"prop_h92":376.04,"val_v20":"Santos","field_q49":191},{"prop_h92":512.07,"val_v20":"Sao Paulo","field_q49":412,"field_o04":"email"},{"prop_h92":996.5,"val_v20":"https://example.com","field_o04":"push"},{"prop_h92":526.34,"val_v20"... |
TASK repair_structured_output
SPEC
FIELD bearing TYPE number REQUIRED yes
FIELD language TYPE integer REQUIRED no
FIELD gene_id TYPE number REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES single|married|divorced REQUIRED yes
FIELD torque_output TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
F... | {"bearing":600.38,"language":935,"gene_id":98.76,"dissolved_oxygen":"married","torque_output":"hemizygous"} | tool_call_partial_args | {
"type": "object",
"properties": {
"bearing": {
"type": "number"
},
"language": {
"type": "integer"
},
"gene_id": {
"type": "number"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | Let me check the system.
Action: track_vessel
Arguments: {"language": 935, "gene_id": 98.76, "dissolved_oxygen": "married", "torque_output": "hemizygous"} | Agent tool call missing required parameter 'bearing' | {"bearing":600.38,"language":935,"gene_id":98.76,"dissolved_oxygen":"married","torque_output":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD section TYPE number REQUIRED yes
FIELD deploy_target.zip_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD deploy_target.current_draw TYPE boolean REQUIRED yes
FIELD deploy_target.name TYPE string_date-time REQUIRED yes
FIELD deploy_target.s... | {"section":993.5,"nickname":{"conductivity":"pending","height":746,"ph_level":874,"city":"Smith","pressure_kpa":935,"subject":313.83},"manifest_ref":"cancelled","wavelength":533,"allele":"option_c","gene_id":"2026-03-22T17:43:00Z"} | agent_chain | {
"type": "object",
"properties": {
"section": {
"type": "number"
},
"deploy_target": {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"... | Let me check the system.
Action: align_reads
Result: {"section": 993.5, "nickname": {"conductivity": "pending", "height": 746, "ph_level": 874, "city": "Smith", "pressure_kpa": 935, "subject": 313.83}, "manifest_ref": "cancelled", "allele": "option_c", "gene_id": "2026-03-22T17:43:00Z"}
Processing the request now.
Act... | Agent multi-step chain with truncated tool output | {"section":993.5,"nickname":{"conductivity":"pending","height":746,"ph_level":874,"city":"Smith","pressure_kpa":935,"subject":313.83},"manifest_ref":"cancelled","wavelength":533,"allele":"option_c","gene_id":"2026-03-22T17:43:00Z"} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD paragraph TYPE string REQUIRED no
FIELD city TYPE integer REQUIRED yes
FIELD conductivity TYPE string REQUIRED yes
FIELD consignee TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"turbidity": "intermittent... | {"turbidity":"intermittent","city":22,"conductivity":"2023-12-25","consignee":788} | number_with_unit | {
"type": "object",
"properties": {
"turbidity": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"paragraph": {
"type": "string"
},
"city": {
"type": "integer"
},
"conductivity": {
"type": "string"
... | {"turbidity": "intermittent", "city": "22%", "conductivity": "2023-12-25", "consignee": 788} | Field 'city' must be number, got string with unit | {"turbidity":"intermittent","city":22,"conductivity":"2023-12-25","consignee":788} |
TASK repair_structured_output
SPEC
FIELD val_h97 TYPE number REQUIRED yes
FIELD dim_x49 TYPE string REQUIRED yes
FIELD val_s26.dim_h90 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_s26.attr_b61 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD val_s26.param_e57 TYPE str... | {"val_h97":20.33,"dim_x49":"Jane","val_s26":{"dim_h90":"low","attr_b61":"mode_e","param_e57":"https://data.io/api","col_l21":127},"param_a90":null} | wrong_type | {
"type": "object",
"properties": {
"val_h97": {
"type": "number"
},
"dim_x49": {
"type": "string"
},
"val_s26": {
"type": "object",
"properties": {
"dim_h90": {
"type": "string",
"enum": [
"low",
"medium",
"... | {"val_h97": "\"20.33\"", "dim_x49": "Jane", "val_s26": {"dim_h90": "low", "attr_b61": "mode_e", "param_e57": "https://data.io/api", "col_l21": 127}, "param_a90": null} | Field 'val_h97' must be number, got string | {"val_h97":20.33,"dim_x49":"Jane","val_s26":{"dim_h90":"low","attr_b61":"mode_e","param_e57":"https://data.io/api","col_l21":127},"param_a90":null} |
TASK repair_structured_output
SPEC
FIELD val_v87 TYPE null REQUIRED yes
FIELD key_r34.attr_s38 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD key_r34.param_b33 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_r34.key_h68 TYPE integer REQUIRED no
FIELD key_r34.field_f45 TYPE string REQUIRE... | {"val_v87":null,"key_r34":{"attr_s38":"mode_a","param_b33":"enterprise","key_h68":528,"field_f45":"London","field_h17":938.69,"key_p75":"Bob","key_w23":"cat_a"},"attr_j40":"pro","val_l20":{"field_p71":417,"col_i58":670.15,"prop_u68":"Oliveira"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_v87": {
"type": "null"
},
"key_r34": {
"type": "object",
"properties": {
"attr_s38": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param... | I need to look up the information first.
Action: assign_berth
Arguments: {"key_r34": {"attr_s38": "mode_a", "param_b33": "enterprise", "key_h68": 528, "field_f45": "London", "field_h17": 938.69, "key_p75": "Bob", "key_w23": "cat_a"}, "attr_j40": "pro", "val_l20": {"field_p71": 417, "col_i58": 670.15, "prop_u68": "Olive... | Agent tool call missing required parameter 'val_v87' | {"val_v87":null,"key_r34":{"attr_s38":"mode_a","param_b33":"enterprise","key_h68":528,"field_f45":"London","field_h17":938.69,"key_p75":"Bob","key_w23":"cat_a"},"attr_j40":"pro","val_l20":{"field_p71":417,"col_i58":670.15,"prop_u68":"Oliveira"}} |
TASK repair_structured_output
SPEC
FIELD field_x60 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD dim_h30 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD key_k82 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD attr_k05 TYPE string REQUIRED yes
BR... | {"field_x60":"admin","dim_h30":"option_a","key_k82":"type_c","attr_k05":"pending"} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_x60": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"dim_h30": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e... | Let me check the system.
Action: get_account
Arguments: {"field_x60": "admin", "dim_h30": "option_a", "key_k82": "type_c"} | Agent tool call missing required parameter 'attr_k05' | {"field_x60":"admin","dim_h30":"option_a","key_k82":"type_c","attr_k05":"pending"} |
TASK repair_structured_output
SPEC
FIELD param_u63 TYPE string_uri REQUIRED no
FIELD key_c05 TYPE boolean REQUIRED no
FIELD param_u73 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD attr_s77 TYPE string REQUIRED yes
FIELD col_p06 TYPE string REQUIRED no
FIELD attr_b79 TYPE string REQUIRED no
FIE... | {"param_u63":"https://example.org/api","key_c05":false,"param_u73":"returned","attr_s77":"Bob","col_p06":"Bob","attr_b79":"hello"} | truncated_object | {
"type": "object",
"properties": {
"param_u63": {
"type": "string",
"format": "uri"
},
"key_c05": {
"type": "boolean"
},
"param_u73": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"attr... | {"param_u63":"https://example.org/api","key_c05":false,"param_u73":"returned","attr_s77":"Bob","col_p06":"Bob","attr_b79":"hello" | Unexpected end of JSON input — truncated object | {"param_u63":"https://example.org/api","key_c05":false,"param_u73":"returned","attr_s77":"Bob","col_p06":"Bob","attr_b79":"hello"} |
TASK repair_structured_output
SPEC
FIELD prop_o48 TYPE string_uri REQUIRED yes
FIELD key_k89 TYPE string REQUIRED no
FIELD prop_r60 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_c56 TYPE string REQUIRED yes
FIELD dim_y43 TYPE string_email REQUIRED no
FIELD col_v36 TYPE string VALUES open|i... | {"prop_o48":"https://example.com/data","key_k89":"sample","prop_r60":"underway","attr_c56":"Charlie","dim_y43":"info@test.io","col_v36":"in_progress","field_j85":{"key_b33":{"attr_i37":"pending_review","param_i55":"high","attr_h63":505.75},"attr_g30":168.47,"field_o81":"RTG-04","col_v51":"escalated"},"key_k88":"white"} | thought_process | {
"type": "object",
"properties": {
"prop_o48": {
"type": "string",
"format": "uri"
},
"key_k89": {
"type": "string"
},
"prop_r60": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_c56... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"prop_o48":"https://example.com/data","key_k89":"sample","prop_r60":"underway","attr_c56":"Charlie","dim_y43":"info@test.io","col_v36":"in_progress","field_j85":{"key_b33":{"attr_i37":"pending_review... | Output contains chain-of-thought reasoning before JSON | {"prop_o48":"https://example.com/data","key_k89":"sample","prop_r60":"underway","attr_c56":"Charlie","dim_y43":"info@test.io","col_v36":"in_progress","field_j85":{"key_b33":{"attr_i37":"pending_review","param_i55":"high","attr_h63":505.75},"attr_g30":168.47,"field_o81":"RTG-04","col_v51":"escalated"},"key_k88":"white"} |
TASK repair_structured_output
SPEC
FIELD email TYPE string REQUIRED no
FIELD nickname TYPE integer REQUIRED yes
FIELD role.quantity TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD role.id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD role.category TYPE null REQUIRED yes
FIELD role.aligned_... | {"nickname":637,"role":{"quantity":"mode_a","id":"error","category":null,"aligned_pct":"mode_a"}} | missing_bracket | {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"nickname": {
"type": "integer"
},
"role": {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"nickname":637,"role":{"quantity":"mode_a","id":"error","category":null,"aligned_pct":"mode_a"}} | Missing closing bracket | {"nickname":637,"role":{"quantity":"mode_a","id":"error","category":null,"aligned_pct":"mode_a"}} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE number REQUIRED no
FIELD index TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD discount TYPE string_date-time REQUIRED no
FIELD due_date TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD position TYPE string VALUES low|medium... | {"order_id":28.56,"index":"intermittent","discount":"2024-03-24T15:15:00Z","position":"critical"} | tool_call_bad_format | {
"type": "object",
"properties": {
"order_id": {
"type": "number"
},
"index": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"discount": {
"type": "string",
"format": "date-time"
},
"due_date": {
... | <functioncall> delete_item
{order_id: 28.56, index: "intermittent", discount: "2024-03-24T15:15:00Z", position: "critical"} | Tool call has malformed arguments — unquoted keys in function parameters | {"order_id":28.56,"index":"intermittent","discount":"2024-03-24T15:15:00Z","position":"critical"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD current_draw TYPE integer REQUIRED no
FIELD order_id TYPE number REQUIRED no
FIELD timezone TYPE string VALUES type_a|type_b REQUIRED no
FIELD decay_rate.latitude TYPE string VALUES option_a|option_b|option_c|... | {"user_id":"level_1","current_draw":385,"order_id":840.88,"timezone":"type_a","decay_rate":{"latitude":"option_e","size":{"patient_id":"REV","humidity_pct":"RTG-04","address":"cat_c","current_draw":false,"bearing":"https://example.org/api"}}} | trailing_comma | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"current_draw": {
"type": "integer"
},
"order_id": {
"type": "number"
},
"timezone": {
"type": "string",
"en... | {"user_id":"level_1","current_draw":385,"order_id":840.88,"timezone":"type_a","decay_rate":{"latitude":"option_e","size":{"patient_id":"REV","humidity_pct":"RTG-04","address":"cat_c","current_draw":false,"bearing":"https://example.org/api",}}} | Unexpected trailing comma | {"user_id":"level_1","current_draw":385,"order_id":840.88,"timezone":"type_a","decay_rate":{"latitude":"option_e","size":{"patient_id":"REV","humidity_pct":"RTG-04","address":"cat_c","current_draw":false,"bearing":"https://example.org/api"}}} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE integer REQUIRED yes
FIELD freight_class TYPE integer REQUIRED no
FIELD phenotype.first_name TYPE string REQUIRED yes
FIELD phenotype.crew_id TYPE string VALUES single|married|divorced REQUIRED yes
FIELD phenotype.comments TYPE integer REQUIRED no
FIELD phenot... | {"current_draw":544,"freight_class":593,"phenotype":{"first_name":"completed","crew_id":"single","comments":873,"bill_of_lading":"Alice"},"priority":{"strand":"baz","velocity":{"enabled":"hello","created_at":430.38,"lane":"Santos"},"age":"https://example.com"}} | missing_bracket | {
"type": "object",
"properties": {
"current_draw": {
"type": "integer"
},
"freight_class": {
"type": "integer"
},
"phenotype": {
"type": "object",
"properties": {
"first_name": {
"type": "string"
},
"crew_id": {
"type": "string... | {"current_draw":544,"freight_class":593,"phenotype":{"first_name":"completed","crew_id":"single","comments":873,"bill_of_lading":"Alice"},"priority":{"strand":"baz","velocity":{"enabled":"hello","created_at":430.38,"lane":"Santos"},"age":"https://example.com"}} | Missing closing bracket | {"current_draw":544,"freight_class":593,"phenotype":{"first_name":"completed","crew_id":"single","comments":873,"bill_of_lading":"Alice"},"priority":{"strand":"baz","velocity":{"enabled":"hello","created_at":430.38,"lane":"Santos"},"age":"https://example.com"}} |
TASK repair_structured_output
SPEC
FIELD val_a42 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD prop_s81 TYPE number REQUIRED yes
FIELD prop_r99 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_f01 TYPE null REQUIRED no
FIELD dim_q72 TYPE string_email REQUIRED yes
BROKEN_OUT... | {"val_a42":"synonymous","prop_s81":605.28,"col_f01":null,"dim_q72":"admin@example.com"} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_a42": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_s81": {
"type": "number"
},
"prop_r99": {
"type": "string",
"enum": [
"USD",
... | Let me check the system.
Action: assign_berth
Arguments: {"val_a42": "synonymous", "col_f01": null, "dim_q72": "admin@example.com"} | Agent tool call missing required parameter 'prop_s81' | {"val_a42":"synonymous","prop_s81":605.28,"col_f01":null,"dim_q72":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD field_x14 TYPE integer REQUIRED yes
FIELD dim_x94 TYPE string REQUIRED no
FIELD col_p87 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_h24.key_l93 TYPE string_email REQUIRED no
FIELD field_h24.val_c79 TYPE string REQUIRED yes
FIELD field_h24.prop_y98 TYPE string... | {"field_x14":200,"col_p87":"admin","field_h24":{"key_l93":"admin@test.io","val_c79":"https://example.com","prop_y98":"2023-12-25","attr_x06":["2020-06-03T06:32:00Z","2022-09-21T11:02:00Z","2026-04-15T01:23:00Z","2023-10-28T00:58:00Z"]}} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_x14": {
"type": "integer"
},
"dim_x94": {
"type": "string"
},
"col_p87": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_h24": {
"type": "object",
"propertie... | Let me check the system.
Action: calculate_price
Arguments: {"field_x14": 200, "col_p87": "admin"} | Agent tool call missing required parameter 'field_h24' | {"field_x14":200,"col_p87":"admin","field_h24":{"key_l93":"admin@test.io","val_c79":"https://example.com","prop_y98":"2023-12-25","attr_x06":["2020-06-03T06:32:00Z","2022-09-21T11:02:00Z","2026-04-15T01:23:00Z","2023-10-28T00:58:00Z"]}} |
TASK repair_structured_output
SPEC
FIELD param_p91 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_v99 TYPE integer REQUIRED yes
FIELD dim_h56 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
I'll query our database.
<tool_call name="calibrate_instrument">
{"param_p91":"berthed","key_v99":582,"dim_... | {"param_p91":"berthed","key_v99":582,"dim_h56":"https://www.com/api"} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_p91": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_v99": {
"type": "integer"
},
"dim_h56": {
"type": "string",
"format": "uri"
}
},
"requi... | I'll query our database.
<tool_call name="calibrate_instrument">
{"param_p91":"berthed","key_v99":582,"dim_h56":"https://www.com/api"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"param_p91":"berthed","key_v99":582,"dim_h56":"https://www.com/api"} |
TASK repair_structured_output
SPEC
FIELD col_s61 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD val_q71 TYPE string REQUIRED no
FIELD prop_n28 TYPE string REQUIRED no
FIELD field_h86 TYPE number REQUIRED no
FIELD prop_u35 TYPE string REQUIRED no
FIELD key_v01 TYPE string VALUES single|married|div... | {"col_s61":"level_4","val_q71":"inactive","prop_u35":"MV-Evergreen-01","key_v01":"single","field_u62":"pending"} | extra_field | {
"type": "object",
"properties": {
"col_s61": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"val_q71": {
"type": "string"
},
"prop_n28": {
"type": "string"
},
"field_h86": {
"type": "numb... | {"col_s61": "level_4", "val_q71": "inactive", "prop_u35": "MV-Evergreen-01", "key_v01": "single", "field_u62": "pending", "extra_value_9816": 42} | Unknown field 'extra_value_9816' not defined in schema | {"col_s61":"level_4","val_q71":"inactive","prop_u35":"MV-Evergreen-01","key_v01":"single","field_u62":"pending"} |
TASK repair_structured_output
SPEC
FIELD attr_w27 TYPE string REQUIRED no
FIELD field_z11 TYPE string REQUIRED yes
FIELD col_k14 TYPE string REQUIRED no
FIELD attr_t83.attr_n80 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD attr_t83.val_u84 TYPE boolean REQUIRED no
FIELD attr_t83.dim_t48.col_f73 TYPE numb... | {"attr_w27":"Jane","field_z11":"London","col_k14":"Johnson","attr_t83":{"attr_n80":"small","val_u84":false,"dim_t48":{"col_f73":450.94,"prop_i85":"active","param_i47":"unstable"}}} | partial_structure | {
"type": "object",
"properties": {
"attr_w27": {
"type": "string"
},
"field_z11": {
"type": "string"
},
"col_k14": {
"type": "string"
},
"attr_t83": {
"type": "object",
"properties": {
"attr_n80": {
"type": "string",
"enum": [
... | I found that attr_w27 should be Jane. {"attr_w27":"Jane","field_z11":"London","col_k14":"Johnson","attr_t83":{"attr_n80":"small","val_u84":false,"dim_t48":{"col_f73":450.94,"prop_i85":"active","param_i47":"unstable"}}} | Output mixes natural language with JSON | {"attr_w27":"Jane","field_z11":"London","col_k14":"Johnson","attr_t83":{"attr_n80":"small","val_u84":false,"dim_t48":{"col_f73":450.94,"prop_i85":"active","param_i47":"unstable"}}} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string_date-time REQUIRED no
FIELD shipper_ref TYPE string REQUIRED yes
FIELD fleet_number.company TYPE number REQUIRED yes
FIELD fleet_number.active TYPE string REQUIRED yes
FIELD fleet_number.description.size TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD... | {"invoice_id":"2026-07-06T15:03:00Z","shipper_ref":"Johnson","fleet_number":{"company":27.13,"active":"2023-12-25","description":{"size":"mode_a","annotation":"This is a test value.","order_id":669.45,"category":"mode_d","message":"sample"},"yield_pct":638,"procedure_code":{"sensor_id":"mode_d","level":"https://www.com... | truncated_object | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"format": "date-time"
},
"shipper_ref": {
"type": "string"
},
"fleet_number": {
"type": "object",
"properties": {
"company": {
"type": "number"
},
"active": {
... | {"invoice_id":"2026-07-06T15:03:00Z","shipper_ref":"Johnson","fleet_number":{"company":27.13,"active":"2023-12-25","description":{"size":"mode_a","annotation":"This is a test value.","order_id":669.45,"category":"mode_d","message":"sample"},"yield_pct":638,"procedure_code":{"sensor_id":"mode_d","level":"https://www.com... | Unexpected end of JSON input — truncated object | {"invoice_id":"2026-07-06T15:03:00Z","shipper_ref":"Johnson","fleet_number":{"company":27.13,"active":"2023-12-25","description":{"size":"mode_a","annotation":"This is a test value.","order_id":669.45,"category":"mode_d","message":"sample"},"yield_pct":638,"procedure_code":{"sensor_id":"mode_d","level":"https://www.com... |
TASK repair_structured_output
SPEC
FIELD field_a87 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_g51 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_b93 TYPE number REQUIRED yes
BROKEN_OUTPUT
Tool: check_cargo_manifest
Params: {"field_a87": "pending_review", "... | {"field_a87":"pending_review","prop_g51":"push","param_b93":644.13} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_a87": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_g51": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"pus... | Tool: check_cargo_manifest
Params: {"field_a87": "pending_review", "param_b93": 644.13, "prop_g51_id": "push"} | Agent used wrong parameter name 'prop_g51_id' instead of 'prop_g51' | {"field_a87":"pending_review","prop_g51":"push","param_b93":644.13} |
TASK repair_structured_output
SPEC
FIELD key_q43.col_h89 TYPE boolean REQUIRED no
FIELD key_q43.col_b50 TYPE integer REQUIRED no
FIELD key_q43.prop_r01 TYPE boolean REQUIRED yes
FIELD key_q43.val_g59 TYPE boolean REQUIRED no
FIELD val_m84 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD field_l15 TYP... | {"key_q43":{"col_b50":196,"prop_r01":false,"val_g59":true},"val_m84":"coastal","field_l15":null,"param_m18":{"val_s98":"ops@example.com","col_o57":916,"param_r53":321,"col_s71":"editor","dim_a20":{"prop_c18":"A short description.","param_o57":true},"attr_y87":"Smith"}} | truncated_array | {
"type": "object",
"properties": {
"key_q43": {
"type": "object",
"properties": {
"col_h89": {
"type": "boolean"
},
"col_b50": {
"type": "integer"
},
"prop_r01": {
"type": "boolean"
},
"val_g59": {
"type... | {"key_q43":{"col_b50":196,"prop_r01":false,"val_g59":true},"val_m84":"coastal","field_l15":null,"param_m18":{"val_s98":"ops@example.com","col_o57":916,"param_r53":321,"col_s71":"editor","dim_a20":{"prop_c18":"A short description.","param_o57":true},"attr_y87":"Smith"} | Unexpected end of JSON input — truncated object | {"key_q43":{"col_b50":196,"prop_r01":false,"val_g59":true},"val_m84":"coastal","field_l15":null,"param_m18":{"val_s98":"ops@example.com","col_o57":916,"param_r53":321,"col_s71":"editor","dim_a20":{"prop_c18":"A short description.","param_o57":true},"attr_y87":"Smith"}} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE integer REQUIRED yes
FIELD message TYPE integer REQUIRED no
FIELD payment_status TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
BROKEN_OUTPUT
update_record(feedback=3, payment_status='type_c') | {"feedback":3,"payment_status":"type_c"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"feedback": {
"type": "integer"
},
"message": {
"type": "integer"
},
"payment_status": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
}
},
"required": [
"feedback... | update_record(feedback=3, payment_status='type_c') | Tool call uses Python syntax instead of JSON | {"feedback":3,"payment_status":"type_c"} |
TASK repair_structured_output
SPEC
FIELD prop_y57 TYPE string REQUIRED no
FIELD field_u25 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD param_j98 TYPE string_date-time REQUIRED yes
FIELD key_q68.key_s13 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD key_q68.... | {"prop_y57":"2024-06-30","field_u25":"mode_b","param_j98":"2023-07-01T19:37:00Z","key_q68":{"key_s13":"option_c","key_b38":"viewer","prop_g18":"https://example.org/data","attr_d67":{"key_k62":"chrX","col_i17":"2024-01-20T20:55:00Z","prop_x06":"cat_d","dim_k38":"foo","key_a57":"admin@example.com"}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_y57": {
"type": "string"
},
"field_u25": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"param_j98": {
"type": "string",
"f... | I'll query our database.
<tool_call name="filter_variants">
{"prop_y57":"2024-06-30","field_u25":"mode_b","param_j98":"2023-07-01T19:37:00Z","key_q68":{"key_s13":"option_c","key_b38":"viewer","prop_g18":"https://example.org/data","attr_d67":{"key_k62":"chrX","col_i17":"2024-01-20T20:55:00Z","prop_x06":"cat_d","dim_k38"... | Agent response mixes reasoning text with tool call | {"prop_y57":"2024-06-30","field_u25":"mode_b","param_j98":"2023-07-01T19:37:00Z","key_q68":{"key_s13":"option_c","key_b38":"viewer","prop_g18":"https://example.org/data","attr_d67":{"key_k62":"chrX","col_i17":"2024-01-20T20:55:00Z","prop_x06":"cat_d","dim_k38":"foo","key_a57":"admin@example.com"}}} |
TASK repair_structured_output
SPEC
FIELD dim_y33 TYPE string_email REQUIRED yes
FIELD prop_y37 TYPE null REQUIRED yes
FIELD dim_q12[].col_x54 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD dim_q12[].field_k52 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD dim_q12[].param_j27 TYPE i... | {"dim_y33":"user@example.com","prop_y37":null,"dim_q12":[{"param_j27":759,"dim_f40":true,"prop_b36":null,"col_h83":"type_a","param_f01":894.28}],"key_w28":[{"key_c99":"coastal","param_k19":"type_d"},{"key_c99":"oceanic","field_a12":"cat_b","param_k19":"type_a"},{"key_c99":"arctic","field_a12":"cat_a","param_k19":"type_... | missing_brace | {
"type": "object",
"properties": {
"dim_y33": {
"type": "string",
"format": "email"
},
"prop_y37": {
"type": "null"
},
"dim_q12": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_x54": {
"type": "string",
... | {"dim_y33":"user@example.com","prop_y37":null,"dim_q12":[{"param_j27":759,"dim_f40":true,"prop_b36":null,"col_h83":"type_a","param_f01":894.28}],"key_w28":[{"key_c99":"coastal","param_k19":"type_d"},{"key_c99":"oceanic","field_a12":"cat_b","param_k19":"type_a"},{"key_c99":"arctic","field_a12":"cat_a","param_k19":"type_... | Missing closing brace | {"dim_y33":"user@example.com","prop_y37":null,"dim_q12":[{"param_j27":759,"dim_f40":true,"prop_b36":null,"col_h83":"type_a","param_f01":894.28}],"key_w28":[{"key_c99":"coastal","param_k19":"type_d"},{"key_c99":"oceanic","field_a12":"cat_b","param_k19":"type_a"},{"key_c99":"arctic","field_a12":"cat_a","param_k19":"type_... |
TASK repair_structured_output
SPEC
FIELD param_h19 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD prop_r22 TYPE integer REQUIRED no
FIELD val_f70 TYPE string REQUIRED yes
FIELD param_x88 TYPE string_date-time REQUIRED yes
FIELD col_d40 TYPE boolean REQUIRED no
FIELD dim_s03 TYPE string REQUIRED yes... | {"prop_r22":166,"val_f70":"hello","param_x88":"2021-11-17T03:21:00Z","col_d40":false,"dim_s03":"GRCh38","key_n72":880} | extra_text_before | {
"type": "object",
"properties": {
"param_h19": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"prop_r22": {
"type": "integer"
},
"val_f70": {
"type": "string"
},
"param_x88": {
"... | The parsed result is:
{"prop_r22":166,"val_f70":"hello","param_x88":"2021-11-17T03:21:00Z","col_d40":false,"dim_s03":"GRCh38","key_n72":880} | Output contains non-JSON text before the object | {"prop_r22":166,"val_f70":"hello","param_x88":"2021-11-17T03:21:00Z","col_d40":false,"dim_s03":"GRCh38","key_n72":880} |
TASK repair_structured_output
SPEC
FIELD attr_g54 TYPE integer REQUIRED no
FIELD key_t78 TYPE string REQUIRED yes
FIELD val_g51 TYPE null REQUIRED no
FIELD attr_y15 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
BROKEN_OUTPUT
Analyzing the sensor data to generate the output.
I'll apply the required for... | {"attr_g54":588,"key_t78":"Hapag-Lloyd-Express","val_g51":null,"attr_y15":"unstable"} | thought_process | {
"type": "object",
"properties": {
"attr_g54": {
"type": "integer"
},
"key_t78": {
"type": "string"
},
"val_g51": {
"type": "null"
},
"attr_y15": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}
},... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"attr_g54":588,"key_t78":"Hapag-Lloyd-Express","val_g51":null,"attr_y15":"unstable"} | Output contains chain-of-thought reasoning before JSON | {"attr_g54":588,"key_t78":"Hapag-Lloyd-Express","val_g51":null,"attr_y15":"unstable"} |
TASK repair_structured_output
SPEC
FIELD altitude.manifest_ref.company TYPE boolean REQUIRED yes
FIELD altitude.manifest_ref.user_id TYPE string_email REQUIRED no
FIELD altitude.manifest_ref.height TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD altitude.manifest_ref.tax TYPE string REQUIRED no
FIELD alt... | {"altitude":{"manifest_ref":{"company":false,"user_id":"test@test.io","height":"pending","tax":"Sao Paulo","batch_code":["Tokyo","QC-07","Smith"],"category":["example","example","inactive","2024-01-15"]},"state":"info","item_id":832},"collateral":443,"repository":739.96,"country":false,"total":482.27} | truncated_object | {
"type": "object",
"properties": {
"altitude": {
"type": "object",
"properties": {
"manifest_ref": {
"type": "object",
"properties": {
"company": {
"type": "boolean"
},
"user_id": {
"type": "string",
... | {"altitude":{"manifest_ref":{"company":false,"user_id":"test@test.io","height":"pending","tax":"Sao Paulo","batch_code":["Tokyo","QC-07","Smith"],"category":["example","example","inactive","2024-01-15"]},"state":"info","item_id":832},"collateral":443,"repository":739.96,"country":false,"total":482.27 | Unexpected end of JSON input — truncated object | {"altitude":{"manifest_ref":{"company":false,"user_id":"test@test.io","height":"pending","tax":"Sao Paulo","batch_code":["Tokyo","QC-07","Smith"],"category":["example","example","inactive","2024-01-15"]},"state":"info","item_id":832},"collateral":443,"repository":739.96,"country":false,"total":482.27} |
TASK repair_structured_output
SPEC
FIELD field_m40 TYPE integer REQUIRED yes
FIELD col_h51 TYPE number REQUIRED no
FIELD key_t38 TYPE string REQUIRED yes
FIELD field_e38 TYPE integer REQUIRED no
FIELD dim_d78 TYPE string REQUIRED no
FIELD dim_u13 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
```json
{"field_m40":52... | {"field_m40":522,"col_h51":269.97,"key_t38":"https://example.com","field_e38":605,"dim_u13":"2020-12-20T15:47:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"field_m40": {
"type": "integer"
},
"col_h51": {
"type": "number"
},
"key_t38": {
"type": "string"
},
"field_e38": {
"type": "integer"
},
"dim_d78": {
"type": "string"
},
"dim_u13": {
"type": "string"... | ```json
{"field_m40":522,"col_h51":269.97,"key_t38":"https://example.com","field_e38":605,"dim_u13":"2020-12-20T15:47:00Z"}
``` | Output contains markdown code fences | {"field_m40":522,"col_h51":269.97,"key_t38":"https://example.com","field_e38":605,"dim_u13":"2020-12-20T15:47:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_n27 TYPE null REQUIRED yes
FIELD param_s43 TYPE boolean REQUIRED yes
FIELD param_f56 TYPE string REQUIRED no
FIELD val_y64 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
annotate_mutation(key_n27=None, param_s43=False, param_f56='Santos', val_y64=False) | {"key_n27":null,"param_s43":false,"param_f56":"Santos","val_y64":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_n27": {
"type": "null"
},
"param_s43": {
"type": "boolean"
},
"param_f56": {
"type": "string"
},
"val_y64": {
"type": "boolean"
}
},
"required": [
"val_y64",
"param_s43",
"key_n27"
]
} | annotate_mutation(key_n27=None, param_s43=False, param_f56='Santos', val_y64=False) | Tool call uses Python syntax instead of JSON | {"key_n27":null,"param_s43":false,"param_f56":"Santos","val_y64":false} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string REQUIRED no
FIELD status_code TYPE integer REQUIRED yes
FIELD shift_code TYPE string_date-time REQUIRED yes
FIELD consignee[].credit_score TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD consignee[].trace_id TYPE integer REQUIRE... | {"torque_output":"QC-07","status_code":873,"shift_code":"2023-05-11T00:32:00Z","consignee":[{"credit_score":"mode_e","trace_id":218,"last_name":"https://data.io/data","tax":"heterozygous","lane":"type_b","turbidity":false},{"trace_id":142,"last_name":"https://data.io/api","tax":"homozygous","throttle_pos":682,"width":3... | tool_call_wrong_param | {
"type": "object",
"properties": {
"torque_output": {
"type": "string"
},
"status_code": {
"type": "integer"
},
"shift_code": {
"type": "string",
"format": "date-time"
},
"consignee": {
"type": "array",
"items": {
"type": "object",
"pr... | Tool: update_preferences
Params: {"torque_output": "QC-07", "status_code": 873, "shift_code": "2023-05-11T00:32:00Z", "consignee_new": [{"credit_score": "mode_e", "trace_id": 218, "last_name": "https://data.io/data", "tax": "heterozygous", "lane": "type_b", "turbidity": false}, {"trace_id": 142, "last_name": "https://d... | Agent used wrong parameter name 'consignee_new' instead of 'consignee' | {"torque_output":"QC-07","status_code":873,"shift_code":"2023-05-11T00:32:00Z","consignee":[{"credit_score":"mode_e","trace_id":218,"last_name":"https://data.io/data","tax":"heterozygous","lane":"type_b","turbidity":false},{"trace_id":142,"last_name":"https://data.io/api","tax":"homozygous","throttle_pos":682,"width":3... |
TASK repair_structured_output
SPEC
FIELD col_v40 TYPE string REQUIRED no
FIELD key_f31 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD col_l61 TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
Sure, here's the result:
```json
{"col_l61":"success"}
```
Let me know if you need an... | {"col_l61":"success"} | markdown_explanation | {
"type": "object",
"properties": {
"col_v40": {
"type": "string"
},
"key_f31": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"col_l61": {
"type": "string",
"enum": [
"success",
"error... | Sure, here's the result:
```json
{"col_l61":"success"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"col_l61":"success"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE number REQUIRED yes
FIELD country TYPE integer REQUIRED no
FIELD current_draw TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD nickname TYPE integer REQUIRED no
FIELD payment_status.language.manifest_ref TYPE integer REQUIRED yes
FIELD ... | {"allele":77.94,"country":342,"current_draw":"degraded","nickname":499,"payment_status":{"language":{"manifest_ref":547,"dosage":172.47,"title":null},"consignee":false,"amount":"baz","temp_celsius":"GBP"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"allele": {
"type": "number"
},
"country": {
"type": "integer"
},
"current_draw": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"nickname": {
"... | I need to look up the information first.
<tool_call name="verify_hazmat_compliance">
{"allele":77.94,"country":342,"current_draw":"degraded","nickname":499,"payment_status":{"language":{"manifest_ref":547,"dosage":172.47,"title":null},"consignee":false,"amount":"baz","temp_celsius":"GBP"}}
</tool_call.
Operation comple... | Agent response mixes reasoning text with tool call | {"allele":77.94,"country":342,"current_draw":"degraded","nickname":499,"payment_status":{"language":{"manifest_ref":547,"dosage":172.47,"title":null},"consignee":false,"amount":"baz","temp_celsius":"GBP"}} |
TASK repair_structured_output
SPEC
FIELD attr_k13 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_k47 TYPE string REQUIRED yes
FIELD attr_z55 TYPE string_email REQUIRED no
FIELD dim_m37 TYPE string REQUIRED no
FIELD val_p27[] TYPE integer REQUIRED yes
FIELD param_i83[].dim_b59 TYPE integer REQUIRED ... | {"attr_k13":"inactive","param_k47":"2023-12-25","attr_z55":"info@test.io","val_p27":[481,225,189],"param_i83":[{"dim_b59":304,"field_u89":467.1,"prop_f07":"oceanic","dim_h22":true,"dim_y96":"single","prop_c41":"admin","attr_z87":899},{"prop_o51":"https://data.com/v1","field_u89":663.99,"dim_h22":true,"dim_y96":"single"... | thought_process | {
"type": "object",
"properties": {
"attr_k13": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_k47": {
"type": "string"
},
"attr_z55": {
"type": "string",
"format": "email"
},
"dim_m37": {
"type"... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"attr_k13":"inactive","param_k47":"2023-12-25","attr_z55":"info@test.io","val_p27":[481,225,189],"param_i83":[{"dim_b59":304,"field_u89":467.1,"prop_f07":"oceanic","dim_h22":true,"dim_y96":"single","prop_c... | Output contains chain-of-thought reasoning before JSON | {"attr_k13":"inactive","param_k47":"2023-12-25","attr_z55":"info@test.io","val_p27":[481,225,189],"param_i83":[{"dim_b59":304,"field_u89":467.1,"prop_f07":"oceanic","dim_h22":true,"dim_y96":"single","prop_c41":"admin","attr_z87":899},{"prop_o51":"https://data.com/v1","field_u89":663.99,"dim_h22":true,"dim_y96":"single"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.