input stringlengths 170 4.38k | target stringlengths 11 500 | corruption_type stringclasses 28
values | schema dict | invalid_json stringlengths 2 1.02k | error stringlengths 21 156 | target_json stringlengths 11 500 |
|---|---|---|---|---|---|---|
TASK repair_structured_output
SPEC
FIELD val_x91 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_y48 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_q32 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_h37 TYPE number REQUIRED no
FIELD dim_z02 TYPE string REQUIRED no... | {"val_x91":"sms","field_y48":"critical","dim_q32":"single","dim_z02":"Alice"} | markdown_fences | {
"type": "object",
"properties": {
"val_x91": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_y48": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
... | ```json
{"val_x91":"sms","field_y48":"critical","dim_q32":"single","dim_z02":"Alice"}
``` | Output contains markdown code fences | {"val_x91":"sms","field_y48":"critical","dim_q32":"single","dim_z02":"Alice"} |
TASK repair_structured_output
SPEC
FIELD field_o91 TYPE integer REQUIRED yes
FIELD attr_o04 TYPE string REQUIRED yes
FIELD param_d31 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_v18 TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTPUT
{"field_o91":604,"attr_o04":"Maria","param... | {"field_o91":604,"attr_o04":"Maria","param_d31":"pending"} | missing_bracket | {
"type": "object",
"properties": {
"field_o91": {
"type": "integer"
},
"attr_o04": {
"type": "string"
},
"param_d31": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_v18": {
"type": "string",
"en... | {"field_o91":604,"attr_o04":"Maria","param_d31":"pending"} | Missing closing bracket | {"field_o91":604,"attr_o04":"Maria","param_d31":"pending"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE boolean REQUIRED yes
FIELD title TYPE boolean REQUIRED no
FIELD status_code.price TYPE number REQUIRED no
FIELD status_code.phone TYPE boolean REQUIRED no
FIELD status_code.created_at.email TYPE string_uri REQUIRED yes
FIELD status_code.created_at.due_date TYP... | {"frequency_hz":true,"status_code":{"price":52.78,"created_at":{"email":"https://api.com/data","due_date":765,"gene_id":false,"color":170,"status_code":"option_b","id":214},"batch_code":"error","discount":953,"patient_id":246,"full_name":"demo"},"yield_pct":"info@domain.org","address":"PASS","deploy_target":726.98} | missing_required | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "boolean"
},
"title": {
"type": "boolean"
},
"status_code": {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"phone": {
"type": "boolean"
},... | {"frequency_hz": true, "status_code": {"price": 52.78, "created_at": {"email": "https://api.com/data", "due_date": 765, "gene_id": false, "color": 170, "status_code": "option_b", "id": 214}, "batch_code": "error", "discount": 953, "patient_id": 246, "full_name": "demo"}, "yield_pct": "info@domain.org", "deploy_target":... | Required field 'address' is missing | {"frequency_hz":true,"status_code":{"price":52.78,"created_at":{"email":"https://api.com/data","due_date":765,"gene_id":false,"color":170,"status_code":"option_b","id":214},"batch_code":"error","discount":953,"patient_id":246,"full_name":"demo"},"yield_pct":"info@domain.org","address":"PASS","deploy_target":726.98} |
TASK repair_structured_output
SPEC
FIELD val_n05 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_b44 TYPE string REQUIRED no
FIELD prop_h76 TYPE boolean REQUIRED yes
FIELD param_s75 TYPE integer REQUIRED no
FIELD key_j08 TYPE number REQUIRED no
FIELD attr_m78 TYPE string REQUIRED no
BROK... | {"val_n05":"homozygous","prop_b44":"pending","prop_h76":false,"key_j08":235.13,"attr_m78":"Luis"} | thought_process | {
"type": "object",
"properties": {
"val_n05": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_b44": {
"type": "string"
},
"prop_h76": {
"type": "boolean"
},
"param_s75": {
"type": "integer"
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"val_n05":"homozygous","prop_b44":"pending","prop_h76":false,"key_j08":235.13,"attr_m78":"Luis"} | Output contains chain-of-thought reasoning before JSON | {"val_n05":"homozygous","prop_b44":"pending","prop_h76":false,"key_j08":235.13,"attr_m78":"Luis"} |
TASK repair_structured_output
SPEC
FIELD field_v70 TYPE string REQUIRED yes
FIELD col_x26 TYPE string REQUIRED no
FIELD key_w68 TYPE string REQUIRED no
FIELD attr_p41.val_q69 TYPE string REQUIRED yes
FIELD attr_p41.dim_o38 TYPE string REQUIRED yes
FIELD attr_p41.val_p78 TYPE integer REQUIRED no
FIELD attr_p41.field_c8... | {"field_v70":"FWD","attr_p41":{"val_q69":"Diana","dim_o38":"https://api.example.com/v1","val_p78":254,"param_h17":{"col_u52":"2020-06-13T11:37:00Z","col_o41":527.72,"col_x65":"returned","field_x16":"option_b"}},"param_g30":"world"} | markdown_fences | {
"type": "object",
"properties": {
"field_v70": {
"type": "string"
},
"col_x26": {
"type": "string"
},
"key_w68": {
"type": "string"
},
"attr_p41": {
"type": "object",
"properties": {
"val_q69": {
"type": "string"
},
"dim_o... | ```json
{"field_v70":"FWD","attr_p41":{"val_q69":"Diana","dim_o38":"https://api.example.com/v1","val_p78":254,"param_h17":{"col_u52":"2020-06-13T11:37:00Z","col_o41":527.72,"col_x65":"returned","field_x16":"option_b"}},"param_g30":"world"}
``` | Output contains markdown code fences | {"field_v70":"FWD","attr_p41":{"val_q69":"Diana","dim_o38":"https://api.example.com/v1","val_p78":254,"param_h17":{"col_u52":"2020-06-13T11:37:00Z","col_o41":527.72,"col_x65":"returned","field_x16":"option_b"}},"param_g30":"world"} |
TASK repair_structured_output
SPEC
FIELD prop_z00 TYPE string REQUIRED no
FIELD attr_o67 TYPE string REQUIRED no
FIELD param_i65 TYPE string REQUIRED no
FIELD col_x22 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_l91.val_b48.attr_a83 TYPE number REQUIRED yes
FIELD dim_l91.val_b48.val_b22 TYPE string VA... | {"param_i65":"Charlie","col_x22":"sms","dim_l91":{"val_b48":{"attr_a83":479.68,"val_b22":"black","key_z25":"GRCh38"},"dim_q12":false,"dim_m25":807.61,"param_m95":"user@domain.org","param_s88":"2024-09-24T17:09:00Z","val_z24":"Santos"}} | partial_structure | {
"type": "object",
"properties": {
"prop_z00": {
"type": "string"
},
"attr_o67": {
"type": "string"
},
"param_i65": {
"type": "string"
},
"col_x22": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},... | Based on the data, param_i65 is Charlie. {"param_i65":"Charlie","col_x22":"sms","dim_l91":{"val_b48":{"attr_a83":479.68,"val_b22":"black","key_z25":"GRCh38"},"dim_q12":false,"dim_m25":807.61,"param_m95":"user@domain.org","param_s88":"2024-09-24T17:09:00Z","val_z24":"Santos"}} | Output mixes natural language with JSON | {"param_i65":"Charlie","col_x22":"sms","dim_l91":{"val_b48":{"attr_a83":479.68,"val_b22":"black","key_z25":"GRCh38"},"dim_q12":false,"dim_m25":807.61,"param_m95":"user@domain.org","param_s88":"2024-09-24T17:09:00Z","val_z24":"Santos"}} |
TASK repair_structured_output
SPEC
FIELD position TYPE string_uri REQUIRED yes
FIELD order_id TYPE string_uri REQUIRED no
FIELD terminal_id TYPE string_email REQUIRED yes
FIELD feedback[].build_status TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD feedback[].username TYPE string VALUES admin|edi... | {"position":"https://data.io/v1","order_id":"https://example.org/data","terminal_id":"admin@test.io"} | extra_text_after | {
"type": "object",
"properties": {
"position": {
"type": "string",
"format": "uri"
},
"order_id": {
"type": "string",
"format": "uri"
},
"terminal_id": {
"type": "string",
"format": "email"
},
"feedback": {
"type": "array",
"items": {
... | {"position":"https://data.io/v1","order_id":"https://example.org/data","terminal_id":"admin@test.io"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"position":"https://data.io/v1","order_id":"https://example.org/data","terminal_id":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string REQUIRED no
FIELD reagent TYPE integer REQUIRED no
FIELD options TYPE string VALUES active|inactive|pending REQUIRED no
FIELD version TYPE integer REQUIRED no
FIELD section.role TYPE null REQUIRED yes
FIELD section.bill_of_lading TYPE integer REQUIRED yes
FI... | {"user_id":"user@domain.com","reagent":300,"options":"inactive","version":692,"section":{"role":null,"bill_of_lading":387,"phone":"Oliveira","pressure_kpa":{"catalyst":"coastal","brake_pressure":"bar","hazmat_code":false}},"terminal_id":"2022-08-10T06:32:00Z","image_url":"divorced"} | thought_process | {
"type": "object",
"properties": {
"user_id": {
"type": "string"
},
"reagent": {
"type": "integer"
},
"options": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"version": {
"type": "integer"
},
"sect... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"user_id":"user@domain.com","reagent":300,"options":"inactive","version":692,"section":{"role":null,"bill_of_lading":387,"phone":"Oliveira","pressure_kpa":{"catalyst":"coastal","brake_pressure":"bar","hazmat_code":false}},"terminal_i... | Output contains chain-of-thought reasoning before JSON | {"user_id":"user@domain.com","reagent":300,"options":"inactive","version":692,"section":{"role":null,"bill_of_lading":387,"phone":"Oliveira","pressure_kpa":{"catalyst":"coastal","brake_pressure":"bar","hazmat_code":false}},"terminal_id":"2022-08-10T06:32:00Z","image_url":"divorced"} |
TASK repair_structured_output
SPEC
FIELD prop_c39 TYPE boolean REQUIRED no
FIELD dim_c98 TYPE string REQUIRED no
FIELD col_z99 TYPE string_email REQUIRED no
FIELD field_p41 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD col_o52 TYPE integer REQUIRED yes
FIELD attr_m62 TYPE string_uri REQUIRED no
FIELD c... | {"prop_c39":true,"dim_c98":"Alice","col_z99":"info@test.io","field_p41":"single","col_o52":508,"attr_m62":"https://data.com/data","col_p59":"test@example.com","col_j34":611} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_c39": {
"type": "boolean"
},
"dim_c98": {
"type": "string"
},
"col_z99": {
"type": "string",
"format": "email"
},
"field_p41": {
"type": "string",
"enum": [
"single",
"married",
"divorce... | Tool: queue_sequencing_run
Params: {"dim_c98": "Alice", "col_z99": "info@test.io", "field_p41": "single", "col_o52": 508, "attr_m62": "https://data.com/data", "col_p59": "test@example.com", "col_j34": 611, "prop_c39_new": true} | Agent used wrong parameter name 'prop_c39_new' instead of 'prop_c39' | {"prop_c39":true,"dim_c98":"Alice","col_z99":"info@test.io","field_p41":"single","col_o52":508,"attr_m62":"https://data.com/data","col_p59":"test@example.com","col_j34":611} |
TASK repair_structured_output
SPEC
FIELD dim_w86 TYPE number REQUIRED no
FIELD field_d63 TYPE integer REQUIRED yes
FIELD key_r35 TYPE number REQUIRED yes
BROKEN_OUTPUT
"dim_w86":858.46,"field_d63":381,"key_r35":328.82} | {"dim_w86":858.46,"field_d63":381,"key_r35":328.82} | missing_brace | {
"type": "object",
"properties": {
"dim_w86": {
"type": "number"
},
"field_d63": {
"type": "integer"
},
"key_r35": {
"type": "number"
}
},
"required": [
"field_d63",
"key_r35"
]
} | "dim_w86":858.46,"field_d63":381,"key_r35":328.82} | Missing closing brace | {"dim_w86":858.46,"field_d63":381,"key_r35":328.82} |
TASK repair_structured_output
SPEC
FIELD key_q27.field_b74 TYPE integer REQUIRED no
FIELD key_q27.key_z06 TYPE boolean REQUIRED no
FIELD key_q27.val_k42 TYPE null REQUIRED yes
FIELD key_q27.key_s46 TYPE number REQUIRED no
FIELD attr_c81 TYPE integer REQUIRED yes
FIELD field_w17 TYPE string_email REQUIRED no
FIELD key_... | {"key_q27":{"field_b74":31,"val_k42":null,"key_s46":722.7},"attr_c81":714,"field_w17":"admin@example.com","key_x60":{"attr_q26":"QC-07","dim_m26":47,"field_a22":803.32,"field_j02":true,"attr_f41":"active","key_r66":"mode_e","val_h26":{"attr_z73":559,"key_v00":"option_a","prop_z42":"chrX","param_q77":514.46}},"attr_l25"... | tool_call_text_mix | {
"type": "object",
"properties": {
"key_q27": {
"type": "object",
"properties": {
"field_b74": {
"type": "integer"
},
"key_z06": {
"type": "boolean"
},
"val_k42": {
"type": "null"
},
"key_s46": {
"type":... | Let me check the system.
<tool_call name="delete_item">
{"key_q27":{"field_b74":31,"val_k42":null,"key_s46":722.7},"attr_c81":714,"field_w17":"admin@example.com","key_x60":{"attr_q26":"QC-07","dim_m26":47,"field_a22":803.32,"field_j02":true,"attr_f41":"active","key_r66":"mode_e","val_h26":{"attr_z73":559,"key_v00":"opt... | Agent response mixes reasoning text with tool call | {"key_q27":{"field_b74":31,"val_k42":null,"key_s46":722.7},"attr_c81":714,"field_w17":"admin@example.com","key_x60":{"attr_q26":"QC-07","dim_m26":47,"field_a22":803.32,"field_j02":true,"attr_f41":"active","key_r66":"mode_e","val_h26":{"attr_z73":559,"key_v00":"option_a","prop_z42":"chrX","param_q77":514.46}},"attr_l25"... |
TASK repair_structured_output
SPEC
FIELD val_e77 TYPE string REQUIRED yes
FIELD col_y97 TYPE string REQUIRED no
FIELD param_n42[].col_h44 TYPE number REQUIRED yes
FIELD param_n42[].param_b12 TYPE boolean REQUIRED no
FIELD param_n42[].param_d25 TYPE string_email REQUIRED yes
FIELD param_w91[].prop_w49 TYPE string VALUE... | {"val_e77":"pending","col_y97":"active","param_n42":[{"col_h44":464.51,"param_b12":false,"param_d25":"ops@example.com"},{"col_h44":537.42,"param_d25":"user@domain.org"},{"col_h44":574.66,"param_b12":true,"param_d25":"user@test.io"}],"param_w91":[{"prop_w49":"inactive","param_g81":false,"key_j81":"test","dim_o25":532.27... | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_e77": {
"type": "string"
},
"col_y97": {
"type": "string"
},
"param_n42": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_h44": {
"type": "number"
},
"p... | Tool: calculate_docking_fee
Params: {"val_e77": "pending", "col_y97": "active", "param_n42": [{"col_h44": 464.51, "param_b12": false, "param_d25": "ops@example.com"}, {"col_h44": 537.42, "param_d25": "user@domain.org"}, {"col_h44": 574.66, "param_b12": true, "param_d25": "user@test.io"}], "param_w91_new": [{"prop_w49":... | Agent used wrong parameter name 'param_w91_new' instead of 'param_w91' | {"val_e77":"pending","col_y97":"active","param_n42":[{"col_h44":464.51,"param_b12":false,"param_d25":"ops@example.com"},{"col_h44":537.42,"param_d25":"user@domain.org"},{"col_h44":574.66,"param_b12":true,"param_d25":"user@test.io"}],"param_w91":[{"prop_w49":"inactive","param_g81":false,"key_j81":"test","dim_o25":532.27... |
TASK repair_structured_output
SPEC
FIELD bearing TYPE integer REQUIRED yes
FIELD visible TYPE string REQUIRED yes
FIELD values.status_code TYPE number REQUIRED yes
FIELD values.footnote TYPE boolean REQUIRED yes
FIELD values.shift_code TYPE number REQUIRED no
FIELD values.product_id TYPE string_email REQUIRED no
FIELD... | {"bearing":424,"visible":"MV-Evergreen-01","values":{"status_code":120.88,"footnote":false,"shift_code":364.12,"verified":[71,974]},"coverage":{"manifest_ref":false,"visible":"berthed","invoice_id":888.45}} | truncated_object | {
"type": "object",
"properties": {
"bearing": {
"type": "integer"
},
"visible": {
"type": "string"
},
"values": {
"type": "object",
"properties": {
"status_code": {
"type": "number"
},
"footnote": {
"type": "boolean"
},... | {"bearing":424,"visible":"MV-Evergreen-01","values":{"status_code":120.88,"footnote":false,"shift_code":364.12,"verified":[71,974]},"coverage":{"manifest_ref":false,"visible":"berthed","invoice_id":888.45} | Unexpected end of JSON input — truncated object | {"bearing":424,"visible":"MV-Evergreen-01","values":{"status_code":120.88,"footnote":false,"shift_code":364.12,"verified":[71,974]},"coverage":{"manifest_ref":false,"visible":"berthed","invoice_id":888.45}} |
TASK repair_structured_output
SPEC
FIELD key_m14 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD field_h89 TYPE boolean REQUIRED yes
FIELD param_e86 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD field_p75.col_g97 TYPE string REQUIRED no
FIELD field_p75.field_y31 TYPE string VALUES... | {"key_m14":"moored","field_h89":true,"param_e86":"level_2","field_p75":{"col_g97":"Alice","field_y31":"option_a","val_u42":"foo","param_u30":671,"prop_z92":"info@domain.org","val_a12":955}} | truncated_array | {
"type": "object",
"properties": {
"key_m14": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"field_h89": {
"type": "boolean"
},
"param_e86": {
"type": "string",
"enum": [
"level_1",
... | {"key_m14":"moored","field_h89":true,"param_e86":"level_2","field_p75":{"col_g97":"Alice","field_y31":"option_a","val_u42":"foo","param_u30":671,"prop_z92":"info@domain.org","val_a12":955} | Unexpected end of JSON input — truncated object | {"key_m14":"moored","field_h89":true,"param_e86":"level_2","field_p75":{"col_g97":"Alice","field_y31":"option_a","val_u42":"foo","param_u30":671,"prop_z92":"info@domain.org","val_a12":955}} |
TASK repair_structured_output
SPEC
FIELD key_z71 TYPE string REQUIRED no
FIELD dim_f61 TYPE string REQUIRED no
FIELD prop_i89 TYPE string_email REQUIRED no
FIELD col_i46.key_m72 TYPE string REQUIRED no
FIELD col_i46.prop_k61 TYPE string_date-time REQUIRED yes
FIELD col_i46.attr_k12 TYPE string REQUIRED no
BROKEN_OUTP... | {"key_z71":"world","dim_f61":"Charlie","col_i46":{"key_m72":"https://api.example.com/v1","prop_k61":"2023-06-12T05:03:00Z","attr_k12":"hello"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_z71": {
"type": "string"
},
"dim_f61": {
"type": "string"
},
"prop_i89": {
"type": "string",
"format": "email"
},
"col_i46": {
"type": "object",
"properties": {
"key_m72": {
"type": "string"
... | process_payment(key_z71='world', dim_f61='Charlie', col_i46={'key_m72': 'https://api.example.com/v1', 'prop_k61': '2023-06-12T05:03:00Z', 'attr_k12': 'hello'}) | Tool call uses Python syntax instead of JSON | {"key_z71":"world","dim_f61":"Charlie","col_i46":{"key_m72":"https://api.example.com/v1","prop_k61":"2023-06-12T05:03:00Z","attr_k12":"hello"}} |
TASK repair_structured_output
SPEC
FIELD col_u45 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD field_l99 TYPE string REQUIRED no
FIELD attr_n53.field_h40 TYPE string REQUIRED yes
FIELD attr_n53.val_i91.col_f65 TYPE boolean REQUIRED no
FIELD attr_n53.val_i91.col_m03 TYPE string_email RE... | {"col_u45":"operational","field_l99":"foo"} | truncated_object | {
"type": "object",
"properties": {
"col_u45": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"field_l99": {
"type": "string"
},
"attr_n53": {
"type": "object",
"properties": {
"fi... | {"col_u45":"operational","field_l99":"foo" | Unexpected end of JSON input — truncated object | {"col_u45":"operational","field_l99":"foo"} |
TASK repair_structured_output
SPEC
FIELD published TYPE integer REQUIRED no
FIELD image_url TYPE string_date-time REQUIRED no
FIELD timezone[].organism TYPE string REQUIRED yes
FIELD timezone[].procedure_code TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD timezone[].shipper_ref TYPE integer REQUIRED no
... | {"published":271,"image_url":"2024-04-11T01:01:00Z","timezone":[{"organism":"Sao Paulo","procedure_code":"level_2","format":401,"feedback":"Oliveira","strand":"synonymous"},{"organism":"Tokyo","procedure_code":"level_1","shipper_ref":36,"feedback":"GRCh38","strand":"synonymous"}]} | number_with_unit | {
"type": "object",
"properties": {
"published": {
"type": "integer"
},
"image_url": {
"type": "string",
"format": "date-time"
},
"timezone": {
"type": "array",
"items": {
"type": "object",
"properties": {
"organism": {
"type": ... | {"published": "271ms", "image_url": "2024-04-11T01:01:00Z", "timezone": [{"organism": "Sao Paulo", "procedure_code": "level_2", "format": 401, "feedback": "Oliveira", "strand": "synonymous"}, {"organism": "Tokyo", "procedure_code": "level_1", "shipper_ref": 36, "feedback": "GRCh38", "strand": "synonymous"}]} | Field 'published' must be number, got string with unit | {"published":271,"image_url":"2024-04-11T01:01:00Z","timezone":[{"organism":"Sao Paulo","procedure_code":"level_2","format":401,"feedback":"Oliveira","strand":"synonymous"},{"organism":"Tokyo","procedure_code":"level_1","shipper_ref":36,"feedback":"GRCh38","strand":"synonymous"}]} |
TASK repair_structured_output
SPEC
FIELD field_r14 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD col_t65 TYPE string REQUIRED no
FIELD key_i08 TYPE string REQUIRED no
FIELD param_i66 TYPE string REQUIRED yes
FIELD prop_h21 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
schedule_meeting(field_r14='option_b'... | {"field_r14":"option_b","key_i08":"approved","param_i66":"Diana","prop_h21":true} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_r14": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"col_t65": {
"type": "string"
},
"key_i08": {
"type": "string"
},
"param_i66": {
"type": "string"
},
... | schedule_meeting(field_r14='option_b', key_i08='approved', param_i66='Diana', prop_h21=True) | Tool call uses Python syntax instead of JSON | {"field_r14":"option_b","key_i08":"approved","param_i66":"Diana","prop_h21":true} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE integer REQUIRED yes
FIELD deploy_target TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD tile.longitude.temp_celsius TYPE number REQUIRED yes
FIELD tile.longitude.invoice_id TYPE string REQUIRED no
FIELD tile.longitude.currency TYPE string REQUIRED no
F... | {"duration_ms":208,"deploy_target":"cat_c","tile":{"lane":884,"email":"escalated","order_id":"ops@example.com","address":725,"voltage":false}} | missing_bracket | {
"type": "object",
"properties": {
"duration_ms": {
"type": "integer"
},
"deploy_target": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"tile": {
"type": "object",
"properties": {
"longitude": {
"type":... | {"duration_ms":208,"deploy_target":"cat_c","tile":{"lane":884,"email":"escalated","order_id":"ops@example.com","address":725,"voltage":false}} | Missing closing bracket | {"duration_ms":208,"deploy_target":"cat_c","tile":{"lane":884,"email":"escalated","order_id":"ops@example.com","address":725,"voltage":false}} |
TASK repair_structured_output
SPEC
FIELD col_x87 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_u31 TYPE boolean REQUIRED yes
FIELD dim_n82 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_c19 TYPE string_date-time REQUIRED yes
FIELD param_o63 TYPE string_uri REQUIRED no
BROKEN_OUT... | {"col_x87":"published","dim_u31":false,"dim_n82":"inactive","key_c19":"2020-08-05T15:09:00Z","param_o63":"https://www.org/data"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_x87": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_u31": {
"type": "boolean"
},
"dim_n82": {
"type": "string",
"enum": [
"active",
"inactive",
... | Let me check the system.
Action: validate_address
Arguments: {"col_x87": "published", "dim_n82": "inactive", "key_c19": "2020-08-05T15:09:00Z", "param_o63": "https://www.org/data"} | Agent tool call missing required parameter 'dim_u31' | {"col_x87":"published","dim_u31":false,"dim_n82":"inactive","key_c19":"2020-08-05T15:09:00Z","param_o63":"https://www.org/data"} |
TASK repair_structured_output
SPEC
FIELD field_g72 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_e47 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_d55 TYPE string REQUIRED no
FIELD prop_y64 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_n74... | {"field_g72":"homozygous","val_e47":"inactive","dim_d55":"pending","field_n74":"rejected","val_c87":false,"col_p40":true} | thought_process | {
"type": "object",
"properties": {
"field_g72": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_e47": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_d5... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"field_g72":"homozygous","val_e47":"inactive","dim_d55":"pending","field_n74":"rejected","val_c87":false,"col_p40":true} | Output contains chain-of-thought reasoning before JSON | {"field_g72":"homozygous","val_e47":"inactive","dim_d55":"pending","field_n74":"rejected","val_c87":false,"col_p40":true} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string REQUIRED yes
FIELD payment_status TYPE string REQUIRED yes
FIELD verified TYPE string VALUES success|error|warning|info REQUIRED no
FIELD version TYPE string REQUIRED yes
FIELD items TYPE string_date-time REQUIRED no
FIELD medication TYPE string_date-time R... | {"footnote":"sample","payment_status":"qux","verified":"success","version":"MV-Evergreen-01","items":"2020-08-05T08:16:00Z","medication":"2024-09-20T08:25:00Z","phone":"xl"} | invalid_enum | {
"type": "object",
"properties": {
"footnote": {
"type": "string"
},
"payment_status": {
"type": "string"
},
"verified": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"version": {
"type": "str... | {"footnote": "sample", "payment_status": "qux", "verified": "invalid_value_42", "version": "MV-Evergreen-01", "items": "2020-08-05T08:16:00Z", "medication": "2024-09-20T08:25:00Z", "phone": "xl"} | Field 'verified' has invalid enum value 'invalid_value_42', expected one of ['success', 'error', 'warning', 'info'] | {"footnote":"sample","payment_status":"qux","verified":"success","version":"MV-Evergreen-01","items":"2020-08-05T08:16:00Z","medication":"2024-09-20T08:25:00Z","phone":"xl"} |
TASK repair_structured_output
SPEC
FIELD step TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD batch_code TYPE integer REQUIRED no
FIELD timezone TYPE string_uri REQUIRED yes
FIELD count TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD allele TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat... | {"step":"viewer","timezone":"https://data.com/data","count":"resolved","half_life":true,"color":"Alice"} | unquoted_keys | {
"type": "object",
"properties": {
"step": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"batch_code": {
"type": "integer"
},
"timezone": {
"type": "string",
"format": "uri"
},
"count": {
"type": "string"... | {step:"viewer",timezone:"https://data.com/data",count:"resolved",half_life:true,color:"Alice"} | Expecting property name enclosed in double quotes | {"step":"viewer","timezone":"https://data.com/data","count":"resolved","half_life":true,"color":"Alice"} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE string REQUIRED yes
FIELD ward.subtotal TYPE boolean REQUIRED yes
FIELD ward.step.chapter TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD ward.step.version TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD ward.step.dissolved_oxygen TYPE string VALUE... | {"velocity":"foo","ward":{"subtotal":false,"step":{"chapter":"cat_a","dissolved_oxygen":"low","lab_result":853.75,"brake_pressure":78,"commit_hash":"quux","feedback":"option_c"},"city":{"username":null,"full_name":"cat_a","hazmat_code":"2026-09-16T14:04:00Z","city":"admin"},"decay_rate":"2024-01-15","voltage":{"maturit... | truncated_array | {
"type": "object",
"properties": {
"velocity": {
"type": "string"
},
"ward": {
"type": "object",
"properties": {
"subtotal": {
"type": "boolean"
},
"step": {
"type": "object",
"properties": {
"chapter": {
... | {"velocity":"foo","ward":{"subtotal":false,"step":{"chapter":"cat_a","dissolved_oxygen":"low","lab_result":853.75,"brake_pressure":78,"commit_hash":"quux","feedback":"option_c"},"city":{"username":null,"full_name":"cat_a","hazmat_code":"2026-09-16T14:04:00Z","city":"admin"},"decay_rate":"2024-01-15","voltage":{"maturit... | Unexpected end of JSON input — truncated object | {"velocity":"foo","ward":{"subtotal":false,"step":{"chapter":"cat_a","dissolved_oxygen":"low","lab_result":853.75,"brake_pressure":78,"commit_hash":"quux","feedback":"option_c"},"city":{"username":null,"full_name":"cat_a","hazmat_code":"2026-09-16T14:04:00Z","city":"admin"},"decay_rate":"2024-01-15","voltage":{"maturit... |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD name TYPE string REQUIRED no
FIELD payment_status TYPE integer REQUIRED yes
FIELD credit_score TYPE string REQUIRED no
FIELD version TYPE null REQUIRED no
FIELD website TYPE string REQUIRED no
FIELD bearing TYPE b... | {"allele":"type_c","name":"chrX","payment_status":95,"version":null,"bearing":true} | markdown_fences | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"name": {
"type": "string"
},
"payment_status": {
"type": "integer"
},
"credit_score": {
"type": "string"
},
"... | ```json
{"allele":"type_c","name":"chrX","payment_status":95,"version":null,"bearing":true}
``` | Output contains markdown code fences | {"allele":"type_c","name":"chrX","payment_status":95,"version":null,"bearing":true} |
TASK repair_structured_output
SPEC
FIELD val_w89 TYPE string REQUIRED no
FIELD param_e66 TYPE string_uri REQUIRED yes
FIELD attr_u14.param_q16 TYPE boolean REQUIRED no
FIELD attr_u14.key_j60.attr_x03 TYPE string REQUIRED yes
FIELD attr_u14.key_j60.key_d24 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD attr_... | {"val_w89":"REV","param_e66":"https://www.org/api","attr_u14":{"param_q16":true,"key_j60":{"attr_x03":"2024-06-30","key_d24":"admin","dim_f09":"MV-Evergreen-01","prop_q31":["baz","2024-06-30","Smith"]},"attr_s31":"option_a"}} | unquoted_keys | {
"type": "object",
"properties": {
"val_w89": {
"type": "string"
},
"param_e66": {
"type": "string",
"format": "uri"
},
"attr_u14": {
"type": "object",
"properties": {
"param_q16": {
"type": "boolean"
},
"key_j60": {
"typ... | {val_w89:"REV",param_e66:"https://www.org/api",attr_u14:{param_q16:true,key_j60:{attr_x03:"2024-06-30",key_d24:"admin",dim_f09:"MV-Evergreen-01",prop_q31:["baz","2024-06-30","Smith"]},attr_s31:"option_a"}} | Expecting property name enclosed in double quotes | {"val_w89":"REV","param_e66":"https://www.org/api","attr_u14":{"param_q16":true,"key_j60":{"attr_x03":"2024-06-30","key_d24":"admin","dim_f09":"MV-Evergreen-01","prop_q31":["baz","2024-06-30","Smith"]},"attr_s31":"option_a"}} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string_date-time REQUIRED yes
FIELD longitude TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD filter_flag TYPE string REQUIRED no
FIELD priority TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD hazmat_... | {"balance":"2026-10-23T04:56:00Z","longitude":"degraded","hazmat_code":{"port_code":"https://data.org/v1"}} | extra_text_after | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"format": "date-time"
},
"longitude": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"filter_flag": {
"type": "string"
... | {"balance":"2026-10-23T04:56:00Z","longitude":"degraded","hazmat_code":{"port_code":"https://data.org/v1"}}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"balance":"2026-10-23T04:56:00Z","longitude":"degraded","hazmat_code":{"port_code":"https://data.org/v1"}} |
TASK repair_structured_output
SPEC
FIELD prop_t96 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_l98 TYPE string REQUIRED yes
FIELD param_l33 TYPE boolean REQUIRED yes
FIELD param_r08 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_n30 TYPE number REQUIRED no
BROKEN_... | {"prop_t96":"missense","key_l98":"RTG-04","param_l33":false,"param_r08":"sms","field_n30":216.48} | missing_brace | {
"type": "object",
"properties": {
"prop_t96": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_l98": {
"type": "string"
},
"param_l33": {
"type": "boolean"
},
"param_r08": {
"t... | "prop_t96":"missense","key_l98":"RTG-04","param_l33":false,"param_r08":"sms","field_n30":216.48} | Missing closing brace | {"prop_t96":"missense","key_l98":"RTG-04","param_l33":false,"param_r08":"sms","field_n30":216.48} |
TASK repair_structured_output
SPEC
FIELD col_h56 TYPE string_date-time REQUIRED no
FIELD param_s65 TYPE number REQUIRED no
FIELD attr_m33 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD field_t11 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_e78 TYPE string VALUES acti... | {"field_e78":"active"} | truncated_object | {
"type": "object",
"properties": {
"col_h56": {
"type": "string",
"format": "date-time"
},
"param_s65": {
"type": "number"
},
"attr_m33": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},... | {"field_e78":"active" | Unexpected end of JSON input — truncated object | {"field_e78":"active"} |
TASK repair_structured_output
SPEC
FIELD col_p36 TYPE number REQUIRED yes
FIELD param_y67 TYPE integer REQUIRED no
FIELD param_o94 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_w17.dim_z26 TYPE string REQUIRED no
FIELD prop_w17.val_z40 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD pro... | {"col_p36":931.55,"param_y67":136,"param_o94":"editor","prop_w17":{"dim_z26":"Santos","val_z40":"basic","param_f44":"New York","attr_y48":"2021-04-05T04:25:00Z","prop_l76":"2020-11-23T23:50:00Z","key_o02":{"attr_b44":"returned","field_h39":false,"val_a47":"completed"}}} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_p36": {
"type": "number"
},
"param_y67": {
"type": "integer"
},
"param_o94": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_w17": {
"type": "object",
"properti... | Let me check the system.
Action: assign_berth
Arguments: {"param_y67": 136, "param_o94": "editor", "prop_w17": {"dim_z26": "Santos", "val_z40": "basic", "param_f44": "New York", "attr_y48": "2021-04-05T04:25:00Z", "prop_l76": "2020-11-23T23:50:00Z", "key_o02": {"attr_b44": "returned", "field_h39": false, "val_a47": "co... | Agent tool call missing required parameter 'col_p36' | {"col_p36":931.55,"param_y67":136,"param_o94":"editor","prop_w17":{"dim_z26":"Santos","val_z40":"basic","param_f44":"New York","attr_y48":"2021-04-05T04:25:00Z","prop_l76":"2020-11-23T23:50:00Z","key_o02":{"attr_b44":"returned","field_h39":false,"val_a47":"completed"}}} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE integer REQUIRED no
FIELD priority.description TYPE string REQUIRED yes
FIELD priority.ph_level TYPE string REQUIRED yes
FIELD priority.values[] TYPE number REQUIRED no
FIELD repository TYPE string REQUIRED no
FIELD weight TYPE string REQUIRED yes
BROKEN_OUTPU... | {"terminal_id":469,"priority":{"description":"chr1","ph_level":"New York","values":[500.0,644.15,261.64]},"repository":"baz","weight":"world"} | agent_chain | {
"type": "object",
"properties": {
"terminal_id": {
"type": "integer"
},
"priority": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"ph_level": {
"type": "string"
},
"values": {
"type": "ar... | I need to look up the information first.
Action: query_port_status
Result: {"terminal_id": 469, "repository": "baz", "weight": "world"}
I'll query our database.
Action: calibrate_instrument
Result: | Agent multi-step chain with truncated tool output | {"terminal_id":469,"priority":{"description":"chr1","ph_level":"New York","values":[500.0,644.15,261.64]},"repository":"baz","weight":"world"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD price TYPE integer REQUIRED no
FIELD credit_score TYPE string REQUIRED no
FIELD medication TYPE integer REQUIRED no
FIELD last_name TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"sensor_id":"viewer","medica... | {"sensor_id":"viewer","medication":557,"last_name":473} | markdown_fences | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"price": {
"type": "integer"
},
"credit_score": {
"type": "string"
},
"medication": {
"type": "integer"
},
"... | ```json
{"sensor_id":"viewer","medication":557,"last_name":473}
``` | Output contains markdown code fences | {"sensor_id":"viewer","medication":557,"last_name":473} |
TASK repair_structured_output
SPEC
FIELD prop_y31 TYPE string REQUIRED no
FIELD dim_m35 TYPE number REQUIRED yes
FIELD key_y14 TYPE string REQUIRED no
FIELD attr_r41 TYPE integer REQUIRED yes
FIELD key_o75 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_x23 TYPE string REQUIRED no
BROKEN_OUTPUT
```j... | {"prop_y31":"A short description.","dim_m35":649.58,"key_y14":"2024-06-30","attr_r41":875,"key_o75":"archived","dim_x23":"2024-06-30"} | markdown_fences | {
"type": "object",
"properties": {
"prop_y31": {
"type": "string"
},
"dim_m35": {
"type": "number"
},
"key_y14": {
"type": "string"
},
"attr_r41": {
"type": "integer"
},
"key_o75": {
"type": "string",
"enum": [
"draft",
"publis... | ```json
{"prop_y31":"A short description.","dim_m35":649.58,"key_y14":"2024-06-30","attr_r41":875,"key_o75":"archived","dim_x23":"2024-06-30"}
``` | Output contains markdown code fences | {"prop_y31":"A short description.","dim_m35":649.58,"key_y14":"2024-06-30","attr_r41":875,"key_o75":"archived","dim_x23":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD subject TYPE string VALUES active|inactive|pending REQUIRED no
FIELD date TYPE string REQUIRED yes
FIELD score TYPE integer REQUIRED no
FIELD due_date TYPE string_email REQUIRED no
FIELD city TYPE number R... | {"feedback":"enterprise","subject":"pending","date":"demo","score":615,"due_date":"user@test.io","city":368.38,"comments":"example"} | truncated_object | {
"type": "object",
"properties": {
"feedback": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"subject": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"date"... | {"feedback":"enterprise","subject":"pending","date":"demo","score":615,"due_date":"user@test.io","city":368.38,"comments":"example" | Unexpected end of JSON input — truncated object | {"feedback":"enterprise","subject":"pending","date":"demo","score":615,"due_date":"user@test.io","city":368.38,"comments":"example"} |
TASK repair_structured_output
SPEC
FIELD field_x12 TYPE boolean REQUIRED yes
FIELD key_r81 TYPE string REQUIRED no
FIELD prop_r30 TYPE integer REQUIRED yes
FIELD dim_q52 TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"field_x12":true,"key_r81":"world","prop_r30":812,"dim_q52":998}
``` | {"field_x12":true,"key_r81":"world","prop_r30":812,"dim_q52":998} | markdown_fences | {
"type": "object",
"properties": {
"field_x12": {
"type": "boolean"
},
"key_r81": {
"type": "string"
},
"prop_r30": {
"type": "integer"
},
"dim_q52": {
"type": "integer"
}
},
"required": [
"prop_r30",
"field_x12",
"dim_q52"
]
} | ```json
{"field_x12":true,"key_r81":"world","prop_r30":812,"dim_q52":998}
``` | Output contains markdown code fences | {"field_x12":true,"key_r81":"world","prop_r30":812,"dim_q52":998} |
TASK repair_structured_output
SPEC
FIELD param_t49 TYPE integer REQUIRED no
FIELD prop_h65 TYPE number REQUIRED no
FIELD attr_b36 TYPE string REQUIRED yes
FIELD param_r54 TYPE number REQUIRED no
FIELD dim_q64 TYPE string REQUIRED no
FIELD key_l05 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_p84.prop_v5... | {"param_t49":790,"attr_b36":"Sao Paulo","param_r54":323.4} | extra_field | {
"type": "object",
"properties": {
"param_t49": {
"type": "integer"
},
"prop_h65": {
"type": "number"
},
"attr_b36": {
"type": "string"
},
"param_r54": {
"type": "number"
},
"dim_q64": {
"type": "string"
},
"key_l05": {
"type": "string... | {"param_t49": 790, "attr_b36": "Sao Paulo", "param_r54": 323.4, "extra_value_1291": true} | Unknown field 'extra_value_1291' not defined in schema | {"param_t49":790,"attr_b36":"Sao Paulo","param_r54":323.4} |
TASK repair_structured_output
SPEC
FIELD berth_slot.size TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD berth_slot.insurance_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD berth_slot.fleet_number TYPE boolean REQUIRED no
FIELD berth_slot.department TYPE integer REQUIRED no
FIELD berth_slo... | {"vessel_name":"approved","features":902.64,"consignee":{"label":"admin@example.com","features":"Maria","maturity_date":"Bob"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"berth_slot": {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"insurance_id": {
"type": ... | Tool: generate_report
Params: {"features": 902.64, "consignee": {"label": "admin@example.com", "features": "Maria", "maturity_date": "Bob"}, "vessel_name_name": "approved"} | Agent used wrong parameter name 'vessel_name_name' instead of 'vessel_name' | {"vessel_name":"approved","features":902.64,"consignee":{"label":"admin@example.com","features":"Maria","maturity_date":"Bob"}} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD rating TYPE string REQUIRED yes
FIELD maturity_date[].voltage TYPE number REQUIRED no
FIELD maturity_date[].diagnosis_code TYPE boolean REQUIRED no
FIELD maturity_date[].ward TYPE boolean REQUIRED ... | {"crew_id":"mode_d","rating":"Berlin","maturity_date":[{"voltage":282.1,"diagnosis_code":false,"ward":true,"format":"Paris","brake_pressure":false,"ph_level":"mode_a","website":true},{"voltage":550.14,"ward":true,"format":"hello","brake_pressure":true,"ph_level":"mode_b","website":false,"account_id":null},{"voltage":91... | null_required | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"rating": {
"type": "string"
},
"maturity_date": {
"type": "array",
"items": {
"t... | {"crew_id": "mode_d", "rating": null, "maturity_date": [{"voltage": 282.1, "diagnosis_code": false, "ward": true, "format": "Paris", "brake_pressure": false, "ph_level": "mode_a", "website": true}, {"voltage": 550.14, "ward": true, "format": "hello", "brake_pressure": true, "ph_level": "mode_b", "website": false, "acco... | Required field 'rating' is null | {"crew_id":"mode_d","rating":"Berlin","maturity_date":[{"voltage":282.1,"diagnosis_code":false,"ward":true,"format":"Paris","brake_pressure":false,"ph_level":"mode_a","website":true},{"voltage":550.14,"ward":true,"format":"hello","brake_pressure":true,"ph_level":"mode_b","website":false,"account_id":null},{"voltage":91... |
TASK repair_structured_output
SPEC
FIELD visible TYPE string_email REQUIRED yes
FIELD features TYPE string REQUIRED yes
FIELD weight.footnote TYPE string_date-time REQUIRED no
FIELD weight.trace_id TYPE integer REQUIRED yes
FIELD weight.commit_hash TYPE integer REQUIRED no
BROKEN_OUTPUT
{'visible':'info@test.io','fea... | {"visible":"info@test.io","features":"New York","weight":{"footnote":"2020-08-17T13:08:00Z","trace_id":905,"commit_hash":476}} | single_quotes | {
"type": "object",
"properties": {
"visible": {
"type": "string",
"format": "email"
},
"features": {
"type": "string"
},
"weight": {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"format": "date-time"
},
... | {'visible':'info@test.io','features':'New York','weight':{'footnote':'2020-08-17T13:08:00Z','trace_id':905,'commit_hash':476}} | Expecting property name enclosed in double quotes | {"visible":"info@test.io","features":"New York","weight":{"footnote":"2020-08-17T13:08:00Z","trace_id":905,"commit_hash":476}} |
TASK repair_structured_output
SPEC
FIELD key_v27 TYPE boolean REQUIRED yes
FIELD field_t37 TYPE integer REQUIRED yes
FIELD dim_r99.col_o81 TYPE integer REQUIRED yes
FIELD dim_r99.prop_i36 TYPE number REQUIRED yes
FIELD dim_r99.dim_x80 TYPE string REQUIRED yes
FIELD dim_r99.param_b83 TYPE integer REQUIRED yes
FIELD att... | {"key_v27":true,"field_t37":1000,"attr_w62":"missense","prop_g54":"https://www.org/v1"} | partial_structure | {
"type": "object",
"properties": {
"key_v27": {
"type": "boolean"
},
"field_t37": {
"type": "integer"
},
"dim_r99": {
"type": "object",
"properties": {
"col_o81": {
"type": "integer"
},
"prop_i36": {
"type": "number"
},... | Based on the data, attr_w62 is missense. {"key_v27":true,"field_t37":1000,"attr_w62":"missense","prop_g54":"https://www.org/v1"} | Output mixes natural language with JSON | {"key_v27":true,"field_t37":1000,"attr_w62":"missense","prop_g54":"https://www.org/v1"} |
TASK repair_structured_output
SPEC
FIELD col_w59 TYPE number REQUIRED no
FIELD dim_z94 TYPE string REQUIRED no
FIELD attr_f70 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD param_l76[].prop_q57 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_l76[].param_c04 TYPE integer REQUIRED no
FIELD p... | {"dim_z94":"Smith","attr_f70":"mode_a","param_l76":[{"param_c04":295,"val_y31":"cat_c","param_c24":"cat_b","field_k71":"USD","param_q54":"ops@test.io"},{"prop_q57":"cat_b","param_c04":292,"val_y31":"cat_d","field_k71":"BRL","param_q54":"admin@test.io"},{"val_y31":"cat_a","param_c24":"cat_a","field_k71":"JPY","param_q54... | markdown_fences | {
"type": "object",
"properties": {
"col_w59": {
"type": "number"
},
"dim_z94": {
"type": "string"
},
"attr_f70": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"param_l76": {
"type": "array",
"items": {
"type": "ob... | ```json
{"dim_z94":"Smith","attr_f70":"mode_a","param_l76":[{"param_c04":295,"val_y31":"cat_c","param_c24":"cat_b","field_k71":"USD","param_q54":"ops@test.io"},{"prop_q57":"cat_b","param_c04":292,"val_y31":"cat_d","field_k71":"BRL","param_q54":"admin@test.io"},{"val_y31":"cat_a","param_c24":"cat_a","field_k71":"JPY","p... | Output contains markdown code fences | {"dim_z94":"Smith","attr_f70":"mode_a","param_l76":[{"param_c04":295,"val_y31":"cat_c","param_c24":"cat_b","field_k71":"USD","param_q54":"ops@test.io"},{"prop_q57":"cat_b","param_c04":292,"val_y31":"cat_d","field_k71":"BRL","param_q54":"admin@test.io"},{"val_y31":"cat_a","param_c24":"cat_a","field_k71":"JPY","param_q54... |
TASK repair_structured_output
SPEC
FIELD field_u55.param_q65 TYPE integer REQUIRED no
FIELD field_u55.attr_i37 TYPE null REQUIRED no
FIELD field_u55.val_v61 TYPE string REQUIRED yes
FIELD field_u55.field_a94 TYPE boolean REQUIRED no
FIELD val_l75 TYPE number REQUIRED no
FIELD dim_c00 TYPE number REQUIRED no
FIELD prop... | {"prop_y80":866,"prop_x64":null,"col_p08":{"field_i37":{"col_c29":"active","key_n59":null,"col_y58":[935,141,513,605]},"attr_n30":{"param_n97":"success","val_s36":"escalated","dim_w68":"email"},"key_d52":true,"val_i26":"degraded","key_e81":693,"param_x45":"sample"}} | extra_text_before | {
"type": "object",
"properties": {
"field_u55": {
"type": "object",
"properties": {
"param_q65": {
"type": "integer"
},
"attr_i37": {
"type": "null"
},
"val_v61": {
"type": "string"
},
"field_a94": {
"ty... | Here's the structured output:
{"prop_y80":866,"prop_x64":null,"col_p08":{"field_i37":{"col_c29":"active","key_n59":null,"col_y58":[935,141,513,605]},"attr_n30":{"param_n97":"success","val_s36":"escalated","dim_w68":"email"},"key_d52":true,"val_i26":"degraded","key_e81":693,"param_x45":"sample"}} | Output contains non-JSON text before the object | {"prop_y80":866,"prop_x64":null,"col_p08":{"field_i37":{"col_c29":"active","key_n59":null,"col_y58":[935,141,513,605]},"attr_n30":{"param_n97":"success","val_s36":"escalated","dim_w68":"email"},"key_d52":true,"val_i26":"degraded","key_e81":693,"param_x45":"sample"}} |
TASK repair_structured_output
SPEC
FIELD yield_pct.label TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD yield_pct.items TYPE string_email REQUIRED yes
FIELD yield_pct.type.end_date TYPE string REQUIRED yes
FIELD yield_pct.type.compound TYPE string REQUIRED no
FIELD yield_pct.type.label ... | {"yield_pct":{"label":"degraded","items":"info@test.io","type":{"end_date":"chr1","compound":"quux","label":"London"}},"shift_code":"Luis","verified":true,"count":"Alice","values":271,"footnote":"https://api.example.com/v1"} | agent_chain | {
"type": "object",
"properties": {
"yield_pct": {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"items": {
... | I need to look up the information first.
Action: create_ticket
Result: {"yield_pct": {"label": "degraded", "items": "info@test.io", "type": {"end_date": "chr1", "compound": "quux", "label": "London"}}, "shift_code": "Luis", "verified": true, "values": 271, "footnote": "https://api.example.com/v1"}
Processing the reque... | Agent multi-step chain with truncated tool output | {"yield_pct":{"label":"degraded","items":"info@test.io","type":{"end_date":"chr1","compound":"quux","label":"London"}},"shift_code":"Luis","verified":true,"count":"Alice","values":271,"footnote":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD field_q68 TYPE string REQUIRED no
FIELD field_p66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_o54 TYPE boolean REQUIRED yes
FIELD attr_q39 TYPE string REQUIRED yes
FIELD attr_g10 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
I need to look ... | {"field_q68":"Luis","field_p66":"JPY","val_o54":false,"attr_q39":"Luis","attr_g10":"JPY"} | agent_chain | {
"type": "object",
"properties": {
"field_q68": {
"type": "string"
},
"field_p66": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_o54": {
"type": "boolean"
},
"attr_q39": {
"type": "st... | I need to look up the information first.
Action: validate_address
Result: {"field_q68": "Luis", "field_p66": "JPY", "val_o54": false, "attr_q39": "Luis"}
Processing the request now.
Action: verify_hazmat_compliance
Result: | Agent multi-step chain with truncated tool output | {"field_q68":"Luis","field_p66":"JPY","val_o54":false,"attr_q39":"Luis","attr_g10":"JPY"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD branch TYPE string REQUIRED yes
FIELD end_date TYPE string REQUIRED yes
FIELD hazmat_code TYPE string REQUIRED yes
FIELD port_code TYPE number REQUIRED no
BROKEN_OUTPUT
{"branch": "Hapag-Lloyd-Express", "end_... | {"branch":"Hapag-Lloyd-Express","end_date":"sample","hazmat_code":"completed"} | null_required | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"branch": {
"type": "string"
},
"end_date": {
"type": "string"
},
"hazmat_code": {
"type": "string"
... | {"branch": "Hapag-Lloyd-Express", "end_date": "sample", "hazmat_code": null} | Required field 'hazmat_code' is null | {"branch":"Hapag-Lloyd-Express","end_date":"sample","hazmat_code":"completed"} |
TASK repair_structured_output
SPEC
FIELD field_k16 TYPE number REQUIRED no
FIELD param_r48 TYPE number REQUIRED no
FIELD prop_q65 TYPE integer REQUIRED no
FIELD field_s98.field_j01 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD field_s98.field_s71 TYPE boolean REQUIRED no
FIELD field_s98.... | {"field_k16":617.98,"param_r48":998.09,"prop_q65":719,"field_s98":{"field_s71":true,"field_a25":"option_b","field_t66":"option_a","val_z49":72,"dim_q87":783,"key_q14":null,"field_j58":"ops@test.io"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_k16": {
"type": "number"
},
"param_r48": {
"type": "number"
},
"prop_q65": {
"type": "integer"
},
"field_s98": {
"type": "object",
"properties": {
"field_j01": {
"type": "string",
"enum":... | I'll query our database.
<tool_call name="track_vessel">
{"field_k16":617.98,"param_r48":998.09,"prop_q65":719,"field_s98":{"field_s71":true,"field_a25":"option_b","field_t66":"option_a","val_z49":72,"dim_q87":783,"key_q14":null,"field_j58":"ops@test.io"}}
</tool_call. | Agent response mixes reasoning text with tool call | {"field_k16":617.98,"param_r48":998.09,"prop_q65":719,"field_s98":{"field_s71":true,"field_a25":"option_b","field_t66":"option_a","val_z49":72,"dim_q87":783,"key_q14":null,"field_j58":"ops@test.io"}} |
TASK repair_structured_output
SPEC
FIELD label TYPE boolean REQUIRED yes
FIELD features.ward TYPE string REQUIRED yes
FIELD features.position TYPE number REQUIRED yes
FIELD features.status_code.port_code TYPE string REQUIRED yes
FIELD features.status_code.paragraph TYPE string_email REQUIRED yes
FIELD features.status_... | {"label":false,"procedure_code":"open","active":"cancelled"} | unquoted_keys | {
"type": "object",
"properties": {
"label": {
"type": "boolean"
},
"features": {
"type": "object",
"properties": {
"ward": {
"type": "string"
},
"position": {
"type": "number"
},
"status_code": {
"type": "object",
... | {label:false,procedure_code:"open",active:"cancelled"} | Expecting property name enclosed in double quotes | {"label":false,"procedure_code":"open","active":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD type TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD ph_level TYPE string REQUIRED no
FIELD rating TYPE integer REQUIRED no
FIELD section TYPE boolean REQUIRED yes
FIELD transaction_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD qu... | {"type":"level_4","section":true,"transaction_id":"in_progress","quality_score":false} | tool_call_text_mix | {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"ph_level": {
"type": "string"
},
"rating": {
"type": "integer"
},
"section": {
"type": "boolean"
... | Let me check the system.
<tool_call name="delete_item">
{"type":"level_4","section":true,"transaction_id":"in_progress","quality_score":false}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"type":"level_4","section":true,"transaction_id":"in_progress","quality_score":false} |
TASK repair_structured_output
SPEC
FIELD active TYPE number REQUIRED yes
FIELD weight TYPE string REQUIRED no
FIELD isotope TYPE integer REQUIRED yes
FIELD voltage TYPE string REQUIRED no
BROKEN_OUTPUT
<functioncall> query_port_status
{active: 547.58, weight: "pending", isotope: 174, voltage: "Paris"} | {"active":547.58,"weight":"pending","isotope":174,"voltage":"Paris"} | tool_call_bad_format | {
"type": "object",
"properties": {
"active": {
"type": "number"
},
"weight": {
"type": "string"
},
"isotope": {
"type": "integer"
},
"voltage": {
"type": "string"
}
},
"required": [
"isotope",
"active"
]
} | <functioncall> query_port_status
{active: 547.58, weight: "pending", isotope: 174, voltage: "Paris"} | Tool call has malformed arguments — unquoted keys in function parameters | {"active":547.58,"weight":"pending","isotope":174,"voltage":"Paris"} |
TASK repair_structured_output
SPEC
FIELD field_k82 TYPE string REQUIRED no
FIELD field_j11 TYPE string REQUIRED no
FIELD prop_h62 TYPE string REQUIRED no
FIELD key_z35.field_f86 TYPE string REQUIRED yes
FIELD key_z35.dim_f58 TYPE number REQUIRED no
FIELD key_z35.key_i42 TYPE integer REQUIRED yes
FIELD key_z35.key_f50 ... | {"field_k82":"completed","field_j11":"qux","prop_h62":"sample","key_z35":{"field_f86":"A short description.","dim_f58":227.12,"key_i42":919,"key_f50":"https://api.org/api"},"val_q80":null} | single_quotes | {
"type": "object",
"properties": {
"field_k82": {
"type": "string"
},
"field_j11": {
"type": "string"
},
"prop_h62": {
"type": "string"
},
"key_z35": {
"type": "object",
"properties": {
"field_f86": {
"type": "string"
},
"d... | {'field_k82':'completed','field_j11':'qux','prop_h62':'sample','key_z35':{'field_f86':'A short description.','dim_f58':227.12,'key_i42':919,'key_f50':'https://api.org/api'},'val_q80':null} | Expecting property name enclosed in double quotes | {"field_k82":"completed","field_j11":"qux","prop_h62":"sample","key_z35":{"field_f86":"A short description.","dim_f58":227.12,"key_i42":919,"key_f50":"https://api.org/api"},"val_q80":null} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE number REQUIRED yes
FIELD collateral.width TYPE boolean REQUIRED no
FIELD collateral.format TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD collateral.updated_at TYPE number REQUIRED no
FIELD collateral.timezone TYPE number REQUIRED yes
FIELD collateral.ag... | {"barcode":840.28,"collateral":{"width":false,"updated_at":123.91,"timezone":164.38,"age":{"item_id":701,"half_life":78,"full_name":null},"email":{"throttle_pos":"2025-03-14T11:17:00Z","humidity_pct":"Alice","build_status":"reliable","credit_score":"xl","level":null,"account_id":"This is a test value."}},"phone":"level... | truncated_array | {
"type": "object",
"properties": {
"barcode": {
"type": "number"
},
"collateral": {
"type": "object",
"properties": {
"width": {
"type": "boolean"
},
"format": {
"type": "string",
"enum": [
"admin",
"editor"... | {"barcode":840.28,"collateral":{"width":false,"updated_at":123.91,"timezone":164.38,"age":{"item_id":701,"half_life":78,"full_name":null},"email":{"throttle_pos":"2025-03-14T11:17:00Z","humidity_pct":"Alice","build_status":"reliable","credit_score":"xl","level":null,"account_id":"This is a test value."}},"phone":"level... | Unexpected end of JSON input — truncated object | {"barcode":840.28,"collateral":{"width":false,"updated_at":123.91,"timezone":164.38,"age":{"item_id":701,"half_life":78,"full_name":null},"email":{"throttle_pos":"2025-03-14T11:17:00Z","humidity_pct":"Alice","build_status":"reliable","credit_score":"xl","level":null,"account_id":"This is a test value."}},"phone":"level... |
TASK repair_structured_output
SPEC
FIELD section TYPE integer REQUIRED yes
FIELD values TYPE null REQUIRED yes
FIELD company TYPE string_date-time REQUIRED no
FIELD verified TYPE boolean REQUIRED no
FIELD created_at TYPE integer REQUIRED no
FIELD velocity TYPE string REQUIRED yes
FIELD format TYPE string REQUIRED no
... | {"section":413,"values":null,"company":"2021-06-12T04:49:00Z","verified":false,"created_at":121,"velocity":"QC-07"} | tool_call_bad_format | {
"type": "object",
"properties": {
"section": {
"type": "integer"
},
"values": {
"type": "null"
},
"company": {
"type": "string",
"format": "date-time"
},
"verified": {
"type": "boolean"
},
"created_at": {
"type": "integer"
},
"velocit... | <functioncall> fetch_lab_result
{section: 413, values: null, company: "2021-06-12T04:49:00Z", verified: false, created_at: 121, velocity: "QC-07"} | Tool call has malformed arguments — unquoted keys in function parameters | {"section":413,"values":null,"company":"2021-06-12T04:49:00Z","verified":false,"created_at":121,"velocity":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD ph_level TYPE integer REQUIRED yes
FIELD department TYPE integer REQUIRED no
FIELD frequency_hz TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
{"status":"GBP","ph_level":388,"depart... | {"status":"GBP","ph_level":388,"department":29,"frequency_hz":"underway"} | trailing_comma | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"ph_level": {
"type": "integer"
},
"department": {
"type": "integer"
},
"frequency_hz": {
"type":... | {"status":"GBP","ph_level":388,"department":29,"frequency_hz":"underway",} | Unexpected trailing comma | {"status":"GBP","ph_level":388,"department":29,"frequency_hz":"underway"} |
TASK repair_structured_output
SPEC
FIELD date TYPE string REQUIRED yes
FIELD turbidity TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD published TYPE string REQUIRED no
FIELD id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD items[] TYPE string REQUIRED no
FIELD bed_number[... | {"date":"baz","turbidity":"nonsense","id":"high","items":["test@example.com","Alice","test"],"bed_number":[{"description":true,"options":"sms","order_id":true},{"description":false,"options":"push","order_id":false},{"description":false,"options":"phone","order_id":false},{"description":true,"options":"push","order_id"... | truncated_array | {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"turbidity": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"published": {
"type": "string"
},
"id": {
"type": "str... | {"date":"baz","turbidity":"nonsense","id":"high","items":["test@example.com","Alice","test"],"bed_number":[{"description":true,"options":"sms","order_id":true},{"description":false,"options":"push","order_id":false},{"description":false,"options":"phone","order_id":false},{"description":true,"options":"push","order_id"... | Unexpected end of JSON input — truncated array | {"date":"baz","turbidity":"nonsense","id":"high","items":["test@example.com","Alice","test"],"bed_number":[{"description":true,"options":"sms","order_id":true},{"description":false,"options":"push","order_id":false},{"description":false,"options":"phone","order_id":false},{"description":true,"options":"push","order_id"... |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD age TYPE string REQUIRED yes
FIELD velocity TYPE string REQUIRED yes
FIELD pressure_kpa TYPE boolean REQUIRED no
BROKEN_OUTPUT
check_availability(conductivity='type_c', age='quux', velocity='... | {"conductivity":"type_c","age":"quux","velocity":"Jane"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"age": {
"type": "string"
},
"velocity": {
"type": "string"
},
"pressure_kpa": {
... | check_availability(conductivity='type_c', age='quux', velocity='Jane') | Tool call uses Python syntax instead of JSON | {"conductivity":"type_c","age":"quux","velocity":"Jane"} |
TASK repair_structured_output
SPEC
FIELD dim_h48 TYPE string_uri REQUIRED no
FIELD dim_l41 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD prop_w30 TYPE string REQUIRED no
FIELD key_a70 TYPE null REQUIRED yes
FIELD dim_s28 TYPE number REQUIRED no
BROKEN_OUTPUT
{"dim_h48": "https://data.org/v1... | {"dim_h48":"https://data.org/v1","dim_l41":"cat_a","key_a70":null,"dim_s28":115.58} | extra_field | {
"type": "object",
"properties": {
"dim_h48": {
"type": "string",
"format": "uri"
},
"dim_l41": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"prop_w30": {
"type": "stri... | {"dim_h48": "https://data.org/v1", "dim_l41": "cat_a", "key_a70": null, "dim_s28": 115.58, "extra_data_9944": 42} | Unknown field 'extra_data_9944' not defined in schema | {"dim_h48":"https://data.org/v1","dim_l41":"cat_a","key_a70":null,"dim_s28":115.58} |
TASK repair_structured_output
SPEC
FIELD attr_d88 TYPE string REQUIRED no
FIELD val_n53 TYPE string REQUIRED yes
FIELD field_u57 TYPE boolean REQUIRED yes
FIELD col_i19.prop_i18 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_i19.attr_p62 TYPE string VALUES homozygous|heterozygous|he... | {"attr_d88":"completed","val_n53":"2024-01-15","field_u57":false,"col_i19":{"prop_i18":"maintenance","attr_p62":"heterozygous","param_m76":"intermittent","param_a97":575,"param_z33":"low","prop_w14":"user@domain.org","prop_z07":453}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_d88": {
"type": "string"
},
"val_n53": {
"type": "string"
},
"field_u57": {
"type": "boolean"
},
"col_i19": {
"type": "object",
"properties": {
"prop_i18": {
"type": "string",
"enum": [
... | queue_sequencing_run(attr_d88='completed', val_n53='2024-01-15', field_u57=False, col_i19={'prop_i18': 'maintenance', 'attr_p62': 'heterozygous', 'param_m76': 'intermittent', 'param_a97': 575, 'param_z33': 'low', 'prop_w14': 'user@domain.org', 'prop_z07': 453}) | Tool call uses Python syntax instead of JSON | {"attr_d88":"completed","val_n53":"2024-01-15","field_u57":false,"col_i19":{"prop_i18":"maintenance","attr_p62":"heterozygous","param_m76":"intermittent","param_a97":575,"param_z33":"low","prop_w14":"user@domain.org","prop_z07":453}} |
TASK repair_structured_output
SPEC
FIELD date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD interest_rate TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD values TYPE integer REQUIRED no
FIELD payment_status TYPE string REQUIRED yes
FIELD count TYPE number REQUIRED no
FIELD isotope TYPE... | {"date":"mode_b","interest_rate":"cat_c","payment_status":"Johnson","count":61.57,"conductivity":"baz"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"date": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"interest_rate": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
... | calibrate_instrument(date='mode_b', interest_rate='cat_c', payment_status='Johnson', count=61.57, conductivity='baz') | Tool call uses Python syntax instead of JSON | {"date":"mode_b","interest_rate":"cat_c","payment_status":"Johnson","count":61.57,"conductivity":"baz"} |
TASK repair_structured_output
SPEC
FIELD param_h11 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_m63 TYPE string REQUIRED no
FIELD val_i55 TYPE null REQUIRED no
FIELD field_q59 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_l22[] TYPE integer REQUIRED no
BROKEN_OUTPUT
I'll query o... | {"param_h11":"option_b","val_m63":"London","field_q59":"viewer","val_l22":[937,95]} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_h11": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"val_m63": {
"type": "string"
},
"val_i55": {
"type": "null"
},
"field_q59": {
"type": "string",
"enum"... | I'll query our database.
<tool_call name="delete_item">
{"param_h11":"option_b","val_m63":"London","field_q59":"viewer","val_l22":[937,95]}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"param_h11":"option_b","val_m63":"London","field_q59":"viewer","val_l22":[937,95]} |
TASK repair_structured_output
SPEC
FIELD attr_b51 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD key_w83 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD param_r86 TYPE integer REQUIRED no
FIELD param_w54 TYPE number REQUIRED no
FIELD attr_a60 TYPE string REQUIRED no
FIELD col_n78 TYPE string VALUES... | {"key_w83":"level_1","param_w54":404.01,"attr_a60":"QC-07","field_p29":null,"attr_h23":"https://example.com/data"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_b51": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"key_w83": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_r86": {
"type"... | I need to look up the information first.
Action: apply_discount
Arguments: {"param_w54": 404.01, "attr_a60": "QC-07", "field_p29": null, "attr_h23": "https://example.com/data"} | Agent tool call missing required parameter 'key_w83' | {"key_w83":"level_1","param_w54":404.01,"attr_a60":"QC-07","field_p29":null,"attr_h23":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD chromosome TYPE integer REQUIRED no
FIELD last_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD interest_rate TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD loan_amount... | {"duration_ms":"email","chromosome":214,"last_name":"heterozygous","loan_amount":"London","commit_hash":"demo","bearing":"approved","name":278.47} | tool_call_text_mix | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"chromosome": {
"type": "integer"
},
"last_name": {
"type": "string",
"enum": [
"homozygous",
... | I need to look up the information first.
<tool_call name="schedule_meeting">
{"duration_ms":"email","chromosome":214,"last_name":"heterozygous","loan_amount":"London","commit_hash":"demo","bearing":"approved","name":278.47}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"duration_ms":"email","chromosome":214,"last_name":"heterozygous","loan_amount":"London","commit_hash":"demo","bearing":"approved","name":278.47} |
TASK repair_structured_output
SPEC
FIELD val_t93.field_w93 TYPE integer REQUIRED no
FIELD val_t93.param_p68 TYPE null REQUIRED yes
FIELD val_t93.val_m79 TYPE number REQUIRED no
FIELD val_t93.dim_e74 TYPE string REQUIRED yes
FIELD val_t93.val_b39 TYPE boolean REQUIRED yes
FIELD val_t93.attr_l33.param_s06 TYPE string VA... | {"val_t93":{"field_w93":441,"param_p68":null,"val_m79":31.41,"dim_e74":"Maria","val_b39":true,"col_r87":"offline","key_q05":"quux"},"attr_k16":{"col_o46":593.49,"attr_d08":177,"field_h67":false,"val_k87":{"field_j78":519,"attr_b14":"level_3","val_h47":712.08,"field_v83":[false,true,false]},"param_l57":{"col_p02":"Alice... | unquoted_keys | {
"type": "object",
"properties": {
"val_t93": {
"type": "object",
"properties": {
"field_w93": {
"type": "integer"
},
"param_p68": {
"type": "null"
},
"val_m79": {
"type": "number"
},
"dim_e74": {
"type"... | {val_t93:{field_w93:441,param_p68:null,val_m79:31.41,dim_e74:"Maria",val_b39:true,col_r87:"offline",key_q05:"quux"},attr_k16:{col_o46:593.49,attr_d08:177,field_h67:false,val_k87:{field_j78:519,attr_b14:"level_3",val_h47:712.08,field_v83:[false,true,false]},param_l57:{col_p02:"Alice",param_y13:"This is a test value.",fi... | Expecting property name enclosed in double quotes | {"val_t93":{"field_w93":441,"param_p68":null,"val_m79":31.41,"dim_e74":"Maria","val_b39":true,"col_r87":"offline","key_q05":"quux"},"attr_k16":{"col_o46":593.49,"attr_d08":177,"field_h67":false,"val_k87":{"field_j78":519,"attr_b14":"level_3","val_h47":712.08,"field_v83":[false,true,false]},"param_l57":{"col_p02":"Alice... |
TASK repair_structured_output
SPEC
FIELD key_j99 TYPE string_uri REQUIRED yes
FIELD dim_s39 TYPE boolean REQUIRED yes
FIELD field_m54 TYPE boolean REQUIRED no
FIELD key_f60.attr_r34 TYPE string REQUIRED yes
FIELD key_f60.field_y62.col_g07 TYPE string REQUIRED no
FIELD key_f60.field_y62.val_o74 TYPE null REQUIRED yes
F... | {"key_j99":"https://api.com/api","dim_s39":true,"field_m54":false,"key_f60":{"attr_r34":"chrX","field_y62":{"col_g07":"MV-Evergreen-01","val_o74":null,"col_z40":["Johnson","Bob","world","Sao Paulo"],"col_u62":["cat_c","cat_a","cat_b","cat_c"]},"param_h21":false},"dim_r24":"cat_a","field_d19":632.23} | truncated_object | {
"type": "object",
"properties": {
"key_j99": {
"type": "string",
"format": "uri"
},
"dim_s39": {
"type": "boolean"
},
"field_m54": {
"type": "boolean"
},
"key_f60": {
"type": "object",
"properties": {
"attr_r34": {
"type": "string"
... | {"key_j99":"https://api.com/api","dim_s39":true,"field_m54":false,"key_f60":{"attr_r34":"chrX","field_y62":{"col_g07":"MV-Evergreen-01","val_o74":null,"col_z40":["Johnson","Bob","world","Sao Paulo"],"col_u62":["cat_c","cat_a","cat_b","cat_c"]},"param_h21":false},"dim_r24":"cat_a","field_d19":632.23 | Unexpected end of JSON input — truncated object | {"key_j99":"https://api.com/api","dim_s39":true,"field_m54":false,"key_f60":{"attr_r34":"chrX","field_y62":{"col_g07":"MV-Evergreen-01","val_o74":null,"col_z40":["Johnson","Bob","world","Sao Paulo"],"col_u62":["cat_c","cat_a","cat_b","cat_c"]},"param_h21":false},"dim_r24":"cat_a","field_d19":632.23} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE integer REQUIRED no
FIELD status TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD brake_pressure TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"nickname": 483, "status": "invalid_option_98", "brake_pressure": true} | {"nickname":483,"status":"basic","brake_pressure":true} | invalid_enum | {
"type": "object",
"properties": {
"nickname": {
"type": "integer"
},
"status": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"brake_pressure": {
"type": "boolean"
}
},
"required": [
"brake_press... | {"nickname": 483, "status": "invalid_option_98", "brake_pressure": true} | Field 'status' has invalid enum value 'invalid_option_98', expected one of ['free', 'basic', 'pro', 'enterprise'] | {"nickname":483,"status":"basic","brake_pressure":true} |
TASK repair_structured_output
SPEC
FIELD attr_z12 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD attr_x04 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD col_a42 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD val_s22 TYPE string REQUIRED no
FIELD val_l47 TYP... | {"attr_x04":"type_c","col_a42":"type_e"} | missing_required | {
"type": "object",
"properties": {
"attr_z12": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"attr_x04": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]... | {"col_a42": "type_e"} | Required field 'attr_x04' is missing | {"attr_x04":"type_c","col_a42":"type_e"} |
TASK repair_structured_output
SPEC
FIELD attr_u26 TYPE boolean REQUIRED yes
FIELD val_y57 TYPE string REQUIRED yes
FIELD attr_t97 TYPE integer REQUIRED yes
FIELD dim_d05.key_d31 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_d05.prop_h22 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD ... | {"attr_u26":false,"val_y57":"Tokyo","attr_t97":183,"dim_d05":{"prop_h22":"editor","attr_j89":"Maria","val_q36":"chr1","dim_v09":287,"dim_y16":"world"},"val_a04":null,"param_y67":591.35} | missing_required | {
"type": "object",
"properties": {
"attr_u26": {
"type": "boolean"
},
"val_y57": {
"type": "string"
},
"attr_t97": {
"type": "integer"
},
"dim_d05": {
"type": "object",
"properties": {
"key_d31": {
"type": "string",
"enum": [
... | {"attr_u26": false, "attr_t97": 183, "dim_d05": {"prop_h22": "editor", "attr_j89": "Maria", "val_q36": "chr1", "dim_v09": 287, "dim_y16": "world"}, "val_a04": null, "param_y67": 591.35} | Required field 'val_y57' is missing | {"attr_u26":false,"val_y57":"Tokyo","attr_t97":183,"dim_d05":{"prop_h22":"editor","attr_j89":"Maria","val_q36":"chr1","dim_v09":287,"dim_y16":"world"},"val_a04":null,"param_y67":591.35} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE string VALUES single|married|divorced REQUIRED yes
FIELD latitude TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD isotope TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD id TYPE string REQUIRED no
BROKEN_OUTPUT
{"log_level":"singl... | {"log_level":"single","latitude":"unstable","isotope":"sms","id":"approved"} | extra_text_after | {
"type": "object",
"properties": {
"log_level": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"latitude": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"isotope":... | {"log_level":"single","latitude":"unstable","isotope":"sms","id":"approved"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"log_level":"single","latitude":"unstable","isotope":"sms","id":"approved"} |
TASK repair_structured_output
SPEC
FIELD field_v79.val_r16 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD field_v79.val_c56 TYPE string REQUIRED no
FIELD field_v79.val_p06 TYPE string REQUIRED no
FIELD field_v79.col_h25.field_r64 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_v79.c... | {"field_v79":{"val_r16":"inland","val_c56":"QC-07","val_p06":"Silva","param_m67":"JPY","col_r28":false,"key_e36":"Jane"},"prop_v02":601.11,"dim_d69":982,"prop_b42":"2024-06-30","field_s93":false,"attr_t79":"Tokyo","val_i55":950.46} | missing_brace | {
"type": "object",
"properties": {
"field_v79": {
"type": "object",
"properties": {
"val_r16": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_c56": {
"ty... | "field_v79":{"val_r16":"inland","val_c56":"QC-07","val_p06":"Silva","param_m67":"JPY","col_r28":false,"key_e36":"Jane"},"prop_v02":601.11,"dim_d69":982,"prop_b42":"2024-06-30","field_s93":false,"attr_t79":"Tokyo","val_i55":950.46} | Missing closing brace | {"field_v79":{"val_r16":"inland","val_c56":"QC-07","val_p06":"Silva","param_m67":"JPY","col_r28":false,"key_e36":"Jane"},"prop_v02":601.11,"dim_d69":982,"prop_b42":"2024-06-30","field_s93":false,"attr_t79":"Tokyo","val_i55":950.46} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES option_a|option_b REQUIRED no
FIELD vital_sign.brake_pressure TYPE integer REQUIRED no
FIELD vital_sign.compound TYPE string REQUIRED yes
FIELD vital_sign.zip_code TYPE number REQUIRED yes
FIELD vital_sign.umi TYPE string VALUES email|phone|sms|push REQU... | {"ward":"option_a","vital_sign":{"brake_pressure":853,"compound":"active","zip_code":997.01},"trace_id":802,"humidity_pct":"info@example.com","quality_score":"bar","end_date":716} | partial_structure | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"vital_sign": {
"type": "object",
"properties": {
"brake_pressure": {
"type": "integer"
},
"compound": {
"type":... | Based on the data, vital_sign is {'brake_pressure': 853, 'compound': 'active', 'zip_code': 997.01}. {"ward":"option_a","vital_sign":{"brake_pressure":853,"compound":"active","zip_code":997.01},"trace_id":802,"humidity_pct":"info@example.com","quality_score":"bar","end_date":716} | Output mixes natural language with JSON | {"ward":"option_a","vital_sign":{"brake_pressure":853,"compound":"active","zip_code":997.01},"trace_id":802,"humidity_pct":"info@example.com","quality_score":"bar","end_date":716} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED yes
FIELD deploy_target TYPE integer REQUIRED yes
FIELD format TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
I've generated the following JSON:
{"items":"A short description.","deploy_target":600,"format":"2022-03-01T00:15:00Z"} | {"items":"A short description.","deploy_target":600,"format":"2022-03-01T00:15:00Z"} | extra_text_before | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"deploy_target": {
"type": "integer"
},
"format": {
"type": "string",
"format": "date-time"
}
},
"required": [
"deploy_target",
"items",
"format"
]
} | I've generated the following JSON:
{"items":"A short description.","deploy_target":600,"format":"2022-03-01T00:15:00Z"} | Output contains non-JSON text before the object | {"items":"A short description.","deploy_target":600,"format":"2022-03-01T00:15:00Z"} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE string_uri REQUIRED no
FIELD insurance_id TYPE boolean REQUIRED no
FIELD zip_code.title TYPE string_uri REQUIRED no
FIELD zip_code.published TYPE integer REQUIRED no
FIELD zip_code.transaction_id.ward TYPE string VALUES draft|published|archived REQUIRED no
FIEL... | {"filter_flag":"https://www.org/v1","zip_code":{"title":"https://example.org/v1","transaction_id":{"ward":"archived","step":"degraded","conductivity":"ops@test.io","transaction_id":337},"end_date":929.28,"zip_code":true},"language":983.75,"hazmat_code":false,"ph_level":"new"} | tool_call_bad_format | {
"type": "object",
"properties": {
"filter_flag": {
"type": "string",
"format": "uri"
},
"insurance_id": {
"type": "boolean"
},
"zip_code": {
"type": "object",
"properties": {
"title": {
"type": "string",
"format": "uri"
},
... | <functioncall> check_cargo_manifest
{filter_flag: "https://www.org/v1", zip_code: {title: "https://example.org/v1", transaction_id: {ward: "archived", step: "degraded", conductivity: "ops@test.io", transaction_id: 337}, end_date: 929.28, zip_code: true}, language: 983.75, hazmat_code: false, ph_level: "new"} | Tool call has malformed arguments — unquoted keys in function parameters | {"filter_flag":"https://www.org/v1","zip_code":{"title":"https://example.org/v1","transaction_id":{"ward":"archived","step":"degraded","conductivity":"ops@test.io","transaction_id":337},"end_date":929.28,"zip_code":true},"language":983.75,"hazmat_code":false,"ph_level":"new"} |
TASK repair_structured_output
SPEC
FIELD level TYPE integer REQUIRED yes
FIELD title TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD amplitude.size TYPE integer REQUIRED yes
FIELD amplitude.width.credit_score TYPE string_date-time REQUIRED no
FIELD amplitude.width.count TYPE number REQ... | {"level":225,"title":"confirmed","amplitude":{"size":928,"width":{"credit_score":"2026-12-25T13:28:00Z","count":457.65,"decay_rate":["white","white","red","blue"]},"vital_sign":827}} | missing_required | {
"type": "object",
"properties": {
"level": {
"type": "integer"
},
"title": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"amplitude": {
"type": "object",
"properties": {
"siz... | {"level": 225, "title": "confirmed"} | Required field 'amplitude' is missing | {"level":225,"title":"confirmed","amplitude":{"size":928,"width":{"credit_score":"2026-12-25T13:28:00Z","count":457.65,"decay_rate":["white","white","red","blue"]},"vital_sign":827}} |
TASK repair_structured_output
SPEC
FIELD country.length TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD country.bearing TYPE string REQUIRED no
FIELD country.duration_ms TYPE string_date-time REQUIRED no
FIELD country.terminal_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD country.i... | {"country":{"length":"critical","bearing":"Santos","duration_ms":"2020-09-18T15:56:00Z","terminal_id":"success","item_id":["in_progress"]},"strand":631,"weight":121,"total":{"interest_rate":"missense","status_code":"Alice","terminal_id":{"updated_at":"high","visible":"editor","amplitude":"GRCh38","features":"black","sh... | unquoted_keys | {
"type": "object",
"properties": {
"country": {
"type": "object",
"properties": {
"length": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"bearing": {
"type": "st... | {country:{length:"critical",bearing:"Santos",duration_ms:"2020-09-18T15:56:00Z",terminal_id:"success",item_id:["in_progress"]},strand:631,weight:121,total:{interest_rate:"missense",status_code:"Alice",terminal_id:{updated_at:"high",visible:"editor",amplitude:"GRCh38",features:"black",shipping:"Bob"}},index:"email",bala... | Expecting property name enclosed in double quotes | {"country":{"length":"critical","bearing":"Santos","duration_ms":"2020-09-18T15:56:00Z","terminal_id":"success","item_id":["in_progress"]},"strand":631,"weight":121,"total":{"interest_rate":"missense","status_code":"Alice","terminal_id":{"updated_at":"high","visible":"editor","amplitude":"GRCh38","features":"black","sh... |
TASK repair_structured_output
SPEC
FIELD key_l33 TYPE string REQUIRED no
FIELD key_e47 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD val_l67 TYPE integer REQUIRED no
FIELD val_v41 TYPE string REQUIRED no
FIELD col_g90 TYPE string REQUIRED no
FIELD attr_y50 TYPE string VALUES pending_review|co... | {"key_e47":"new","val_l67":368,"val_v41":"Bob","col_g90":"inactive","attr_y50":"confirmed","field_e47":"small"} | markdown_fences | {
"type": "object",
"properties": {
"key_l33": {
"type": "string"
},
"key_e47": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"val_l67": {
"type": "integer"
},
"val_v41": {
"type": "stri... | ```json
{"key_e47":"new","val_l67":368,"val_v41":"Bob","col_g90":"inactive","attr_y50":"confirmed","field_e47":"small"}
``` | Output contains markdown code fences | {"key_e47":"new","val_l67":368,"val_v41":"Bob","col_g90":"inactive","attr_y50":"confirmed","field_e47":"small"} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string REQUIRED yes
FIELD freight_class TYPE null REQUIRED yes
FIELD hazmat_code TYPE string REQUIRED no
FIELD level.values TYPE boolean REQUIRED no
FIELD level.loan_amount TYPE number REQUIRED no
FIELD level.commit_hash TYPE boolean REQUIRED yes
FIELD level.amount TYP... | {"tax":"user@domain.com","freight_class":null,"level":{"commit_hash":true,"amount":null,"total":"underway"}} | markdown_explanation | {
"type": "object",
"properties": {
"tax": {
"type": "string"
},
"freight_class": {
"type": "null"
},
"hazmat_code": {
"type": "string"
},
"level": {
"type": "object",
"properties": {
"values": {
"type": "boolean"
},
"loan_a... | The parsed result is:
```json
{"tax":"user@domain.com","freight_class":null,"level":{"commit_hash":true,"amount":null,"total":"underway"}}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"tax":"user@domain.com","freight_class":null,"level":{"commit_hash":true,"amount":null,"total":"underway"}} |
TASK repair_structured_output
SPEC
FIELD col_z67 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_k51 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_z11 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_c00 TYPE integer REQUIRED no
FIELD field_q40 TYP... | {"attr_k51":"oceanic","attr_z11":"draft","prop_b51":{"key_h24":{"prop_i50":"basic","val_q28":null,"val_h86":"hello","field_v36":"hemizygous"},"param_w98":false,"dim_a47":119,"key_b46":{"col_w06":372.12,"field_r22":"https://www.com/v1","key_b29":"Smith"},"prop_c93":"Alice"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_z67": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_k51": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | Tool: lookup_customer
Params: {"attr_z11": "draft", "prop_b51": {"key_h24": {"prop_i50": "basic", "val_q28": null, "val_h86": "hello", "field_v36": "hemizygous"}, "param_w98": false, "dim_a47": 119, "key_b46": {"col_w06": 372.12, "field_r22": "https://www.com/v1", "key_b29": "Smith"}, "prop_c93": "Alice"}, "attr_k51_va... | Agent used wrong parameter name 'attr_k51_value' instead of 'attr_k51' | {"attr_k51":"oceanic","attr_z11":"draft","prop_b51":{"key_h24":{"prop_i50":"basic","val_q28":null,"val_h86":"hello","field_v36":"hemizygous"},"param_w98":false,"dim_a47":119,"key_b46":{"col_w06":372.12,"field_r22":"https://www.com/v1","key_b29":"Smith"},"prop_c93":"Alice"}} |
TASK repair_structured_output
SPEC
FIELD key_i14.attr_w50 TYPE string REQUIRED yes
FIELD key_i14.key_g95.param_q90 TYPE number REQUIRED no
FIELD key_i14.key_g95.attr_h68 TYPE number REQUIRED no
FIELD key_i14.key_g95.col_n44 TYPE string REQUIRED no
FIELD key_i14.key_g95.col_a68 TYPE string_email REQUIRED no
FIELD key_i... | {"key_i14":{"attr_w50":"demo","key_g95":{"param_q90":453.35,"attr_h68":78.75,"col_a68":"test@example.com","param_w98":352,"prop_u65":"admin","param_f96":"baz","col_b73":328.78},"key_m30":994,"val_y45":{"val_f29":"offline","dim_q55":"anchored","val_u38":"success","col_i79":437.53,"key_j62":"reliable"}},"val_n62":"chrX",... | markdown_explanation | {
"type": "object",
"properties": {
"key_i14": {
"type": "object",
"properties": {
"attr_w50": {
"type": "string"
},
"key_g95": {
"type": "object",
"properties": {
"param_q90": {
"type": "number"
},
... | Here is the response in the requested format:
```json
{"key_i14":{"attr_w50":"demo","key_g95":{"param_q90":453.35,"attr_h68":78.75,"col_a68":"test@example.com","param_w98":352,"prop_u65":"admin","param_f96":"baz","col_b73":328.78},"key_m30":994,"val_y45":{"val_f29":"offline","dim_q55":"anchored","val_u38":"success","co... | Output contains markdown and explanatory text around JSON | {"key_i14":{"attr_w50":"demo","key_g95":{"param_q90":453.35,"attr_h68":78.75,"col_a68":"test@example.com","param_w98":352,"prop_u65":"admin","param_f96":"baz","col_b73":328.78},"key_m30":994,"val_y45":{"val_f29":"offline","dim_q55":"anchored","val_u38":"success","col_i79":437.53,"key_j62":"reliable"}},"val_n62":"chrX",... |
TASK repair_structured_output
SPEC
FIELD param_f02 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_q39 TYPE integer REQUIRED yes
FIELD param_m51 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_g31 TYPE string_email REQUIRED no
FIELD val_y05.param_t80 TYPE string VALUES coastal|ocea... | {"attr_q39":477,"param_m51":"warning","val_y05":{"param_t80":"oceanic","dim_s76":"GBP","key_t55":"intermittent"},"key_g15":{"param_z89":399.92,"key_k26":765.33,"attr_q33":"2023-12-25","prop_n72":"info@example.com","key_h06":665,"param_y10":283.02,"field_e47":"escalated"}} | single_quotes | {
"type": "object",
"properties": {
"param_f02": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_q39": {
"type": "integer"
},
"param_m51": {
"type": "string",
"enum": [
"success",
"error"... | {'attr_q39':477,'param_m51':'warning','val_y05':{'param_t80':'oceanic','dim_s76':'GBP','key_t55':'intermittent'},'key_g15':{'param_z89':399.92,'key_k26':765.33,'attr_q33':'2023-12-25','prop_n72':'info@example.com','key_h06':665,'param_y10':283.02,'field_e47':'escalated'}} | Expecting property name enclosed in double quotes | {"attr_q39":477,"param_m51":"warning","val_y05":{"param_t80":"oceanic","dim_s76":"GBP","key_t55":"intermittent"},"key_g15":{"param_z89":399.92,"key_k26":765.33,"attr_q33":"2023-12-25","prop_n72":"info@example.com","key_h06":665,"param_y10":283.02,"field_e47":"escalated"}} |
TASK repair_structured_output
SPEC
FIELD dim_s72 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD prop_a50 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD dim_v23 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD param_f15 TYPE integer REQUIRED yes
FIELD key_i14 ... | {"dim_s72":"type_d","prop_a50":"mode_e","dim_v23":"type_c","param_f15":380} | markdown_fences | {
"type": "object",
"properties": {
"dim_s72": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"prop_a50": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
... | ```json
{"dim_s72":"type_d","prop_a50":"mode_e","dim_v23":"type_c","param_f15":380}
``` | Output contains markdown code fences | {"dim_s72":"type_d","prop_a50":"mode_e","dim_v23":"type_c","param_f15":380} |
TASK repair_structured_output
SPEC
FIELD val_k75 TYPE integer REQUIRED no
FIELD val_w89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_o05 TYPE string REQUIRED no
FIELD field_z79 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_t39.key_u60 TYPE string VALUES berthed|anchored... | {"val_k75":839,"val_w89":"delivered","val_o05":"REV","field_z79":"xl","prop_t39":{"key_u60":"moored","val_o48":"2024-06-30","attr_q14":"heterozygous","field_c31":false,"prop_x03":960,"param_k22":411},"col_g74":{"prop_t91":"test@test.io","attr_d04":940,"prop_r23":504,"col_n39":{"val_q40":"reliable","col_m41":651,"attr_l... | unquoted_keys | {
"type": "object",
"properties": {
"val_k75": {
"type": "integer"
},
"val_w89": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"val_o05": {
"type": "string"
},
"field_z79": {
"type": "st... | {val_k75:839,val_w89:"delivered",val_o05:"REV",field_z79:"xl",prop_t39:{key_u60:"moored",val_o48:"2024-06-30",attr_q14:"heterozygous",field_c31:false,prop_x03:960,param_k22:411},col_g74:{prop_t91:"test@test.io",attr_d04:940,prop_r23:504,col_n39:{val_q40:"reliable",col_m41:651,attr_l60:"New York",param_o98:"A short desc... | Expecting property name enclosed in double quotes | {"val_k75":839,"val_w89":"delivered","val_o05":"REV","field_z79":"xl","prop_t39":{"key_u60":"moored","val_o48":"2024-06-30","attr_q14":"heterozygous","field_c31":false,"prop_x03":960,"param_k22":411},"col_g74":{"prop_t91":"test@test.io","attr_d04":940,"prop_r23":504,"col_n39":{"val_q40":"reliable","col_m41":651,"attr_l... |
TASK repair_structured_output
SPEC
FIELD subject TYPE string VALUES single|married|divorced REQUIRED no
FIELD compound TYPE string REQUIRED no
FIELD yield_pct TYPE integer REQUIRED no
FIELD count.lane TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD count.tax TYPE string VALUES active|inactive|pendi... | {"compound":"demo","count":{"lane":"reliable","tax":"active","item_id":"https://example.com","user_id":386,"options":"large","active":true,"features":795.59,"coverage":null},"user_id":{"quality_score":"small","id":"operational","item_id":"published","step":"synonymous","build_status":"admin","verified":true,"cargo_type... | markdown_fences | {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"compound": {
"type": "string"
},
"yield_pct": {
"type": "integer"
},
"count": {
"type": "object",
"properti... | ```json
{"compound":"demo","count":{"lane":"reliable","tax":"active","item_id":"https://example.com","user_id":386,"options":"large","active":true,"features":795.59,"coverage":null},"user_id":{"quality_score":"small","id":"operational","item_id":"published","step":"synonymous","build_status":"admin","verified":true,"ca... | Output contains markdown code fences | {"compound":"demo","count":{"lane":"reliable","tax":"active","item_id":"https://example.com","user_id":386,"options":"large","active":true,"features":795.59,"coverage":null},"user_id":{"quality_score":"small","id":"operational","item_id":"published","step":"synonymous","build_status":"admin","verified":true,"cargo_type... |
TASK repair_structured_output
SPEC
FIELD ward TYPE integer REQUIRED yes
FIELD decay_rate TYPE string VALUES draft|published|archived REQUIRED yes
FIELD collateral TYPE string VALUES active|inactive|pending REQUIRED no
FIELD hazmat_code.product_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD hazmat_co... | {"ward":895,"decay_rate":"archived","collateral":"inactive","hazmat_code":{"product_id":"enterprise","span_id":"foo","size":50},"image_url":{"collateral":713,"hazmat_code":false,"phone":"heterozygous"}} | missing_required | {
"type": "object",
"properties": {
"ward": {
"type": "integer"
},
"decay_rate": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"collateral": {
"type": "string",
"enum": [
"active",
"inactive",
... | {"decay_rate": "archived", "collateral": "inactive", "hazmat_code": {"product_id": "enterprise", "span_id": "foo", "size": 50}, "image_url": {"collateral": 713, "hazmat_code": false, "phone": "heterozygous"}} | Required field 'ward' is missing | {"ward":895,"decay_rate":"archived","collateral":"inactive","hazmat_code":{"product_id":"enterprise","span_id":"foo","size":50},"image_url":{"collateral":713,"hazmat_code":false,"phone":"heterozygous"}} |
TASK repair_structured_output
SPEC
FIELD col_u11 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD attr_y74 TYPE integer REQUIRED yes
FIELD param_d98 TYPE number REQUIRED yes
FIELD col_v64 TYPE number REQUIRED no
BROKEN_OUTPUT
"col_u11":"divorced","attr_y74":673,"param_d98":735.0,"col_v64":213.51} | {"col_u11":"divorced","attr_y74":673,"param_d98":735.0,"col_v64":213.51} | missing_brace | {
"type": "object",
"properties": {
"col_u11": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_y74": {
"type": "integer"
},
"param_d98": {
"type": "number"
},
"col_v64": {
"type": "number"
}
},
"... | "col_u11":"divorced","attr_y74":673,"param_d98":735.0,"col_v64":213.51} | Missing closing brace | {"col_u11":"divorced","attr_y74":673,"param_d98":735.0,"col_v64":213.51} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string REQUIRED yes
FIELD position TYPE boolean REQUIRED no
FIELD username TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD fleet_number.balance TYPE string REQUIRED no
FIELD fleet_number.priority TYPE string REQUIRED yes
FIELD fleet_number.payment_st... | {"aligned_pct":"https://api.example.com/v1","username":"phone","fleet_number":{"priority":"Bob","payment_status":null,"amplitude":"world"}} | extra_text_before | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string"
},
"position": {
"type": "boolean"
},
"username": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"fleet_number": {
"type": "object... | Sensor output follows:
{"aligned_pct":"https://api.example.com/v1","username":"phone","fleet_number":{"priority":"Bob","payment_status":null,"amplitude":"world"}} | Output contains non-JSON text before the object | {"aligned_pct":"https://api.example.com/v1","username":"phone","fleet_number":{"priority":"Bob","payment_status":null,"amplitude":"world"}} |
TASK repair_structured_output
SPEC
FIELD attr_e30.attr_u49 TYPE null REQUIRED yes
FIELD attr_e30.col_s59.val_m87 TYPE string REQUIRED no
FIELD attr_e30.col_s59.param_j39 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_e30.col_s59.val_z91 TYPE integer REQUIRED no
FIELD attr_e30.col... | {"attr_e30":{"attr_u49":null,"dim_q47":578,"col_r26":"degraded","prop_w31":781},"param_k38":196,"col_i80":"Jane","field_i84":"sample","field_e81":null} | single_quotes | {
"type": "object",
"properties": {
"attr_e30": {
"type": "object",
"properties": {
"attr_u49": {
"type": "null"
},
"col_s59": {
"type": "object",
"properties": {
"val_m87": {
"type": "string"
},
... | {'attr_e30':{'attr_u49':null,'dim_q47':578,'col_r26':'degraded','prop_w31':781},'param_k38':196,'col_i80':'Jane','field_i84':'sample','field_e81':null} | Expecting property name enclosed in double quotes | {"attr_e30":{"attr_u49":null,"dim_q47":578,"col_r26":"degraded","prop_w31":781},"param_k38":196,"col_i80":"Jane","field_i84":"sample","field_e81":null} |
TASK repair_structured_output
SPEC
FIELD col_g19.prop_p09 TYPE string REQUIRED yes
FIELD col_g19.col_r81.attr_q22 TYPE integer REQUIRED no
FIELD col_g19.col_r81.dim_q00 TYPE string REQUIRED no
FIELD col_g19.col_r81.dim_p31 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_g19.col_r81.col_d55 TYPE number REQ... | {"prop_o39":"sample","key_k56":"green","col_i83":"underway","key_q48":"test@domain.org"} | truncated_object | {
"type": "object",
"properties": {
"col_g19": {
"type": "object",
"properties": {
"prop_p09": {
"type": "string"
},
"col_r81": {
"type": "object",
"properties": {
"attr_q22": {
"type": "integer"
},
... | {"prop_o39":"sample","key_k56":"green","col_i83":"underway","key_q48":"test@domain.org" | Unexpected end of JSON input — truncated object | {"prop_o39":"sample","key_k56":"green","col_i83":"underway","key_q48":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD verified.fleet_number TYPE number REQUIRED yes
FIELD verified.index TYPE string REQUIRED yes
FIELD verified.procedure_code TYPE string REQUIRED no
FIELD verified.deploy_target.currency TYPE string_uri REQUIRED no
FIELD verified.deploy_target.invoice_id TYPE integer REQUIRED no
... | {"department":"https://www.com/v1","temp_celsius":912,"procedure_code":"option_d"} | wrong_type | {
"type": "object",
"properties": {
"verified": {
"type": "object",
"properties": {
"fleet_number": {
"type": "number"
},
"index": {
"type": "string"
},
"procedure_code": {
"type": "string"
},
"deploy_target": {
... | {"department": "https://www.com/v1", "temp_celsius": "\"912\"", "procedure_code": "option_d"} | Field 'temp_celsius' must be integer, got string | {"department":"https://www.com/v1","temp_celsius":912,"procedure_code":"option_d"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE integer REQUIRED no
FIELD section TYPE number REQUIRED no
FIELD run_id TYPE string VALUES option_a|option_b REQUIRED no
FIELD terminal_id.wavelength TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD terminal_id.footnote TYPE null REQUIRED no
FIELD te... | {"section":350.74,"run_id":"option_a","shipping":{"id":"2024-01-15","organism":"Maria","terminal_id":{"current_draw":819.11,"date":485,"city":440,"created_at":"test@example.com","bill_of_lading":true,"username":"PASS"},"address":"Paris"},"span_id":"bar","chromosome":"example","repository":"level_2"} | trailing_comma | {
"type": "object",
"properties": {
"discount": {
"type": "integer"
},
"section": {
"type": "number"
},
"run_id": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"terminal_id": {
"type": "object",
"properties": {
... | {"section":350.74,"run_id":"option_a","shipping":{"id":"2024-01-15","organism":"Maria","terminal_id":{"current_draw":819.11,"date":485,"city":440,"created_at":"test@example.com","bill_of_lading":true,"username":"PASS",},"address":"Paris"},"span_id":"bar","chromosome":"example","repository":"level_2"} | Unexpected trailing comma | {"section":350.74,"run_id":"option_a","shipping":{"id":"2024-01-15","organism":"Maria","terminal_id":{"current_draw":819.11,"date":485,"city":440,"created_at":"test@example.com","bill_of_lading":true,"username":"PASS"},"address":"Paris"},"span_id":"bar","chromosome":"example","repository":"level_2"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE integer REQUIRED yes
FIELD procedure_code TYPE string_email REQUIRED no
FIELD span_id TYPE integer REQUIRED no
FIELD values TYPE null REQUIRED no
BROKEN_OUTPUT
Below is the JSON object:
```json
{"freight_class":425,"procedure_code":"user@example.com","span_i... | {"freight_class":425,"procedure_code":"user@example.com","span_id":234,"values":null} | markdown_explanation | {
"type": "object",
"properties": {
"freight_class": {
"type": "integer"
},
"procedure_code": {
"type": "string",
"format": "email"
},
"span_id": {
"type": "integer"
},
"values": {
"type": "null"
}
},
"required": [
"freight_class"
]
} | Below is the JSON object:
```json
{"freight_class":425,"procedure_code":"user@example.com","span_id":234,"values":null}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"freight_class":425,"procedure_code":"user@example.com","span_id":234,"values":null} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE integer REQUIRED yes
FIELD deploy_target TYPE string REQUIRED no
FIELD organism TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD velocity TYPE string_email REQUIRED no
BROKEN_OUTPUT
{"vessel_name":337,"organism":"returned" | {"vessel_name":337,"organism":"returned"} | truncated_array | {
"type": "object",
"properties": {
"vessel_name": {
"type": "integer"
},
"deploy_target": {
"type": "string"
},
"organism": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"velocity": {
"... | {"vessel_name":337,"organism":"returned" | Unexpected end of JSON input — truncated object | {"vessel_name":337,"organism":"returned"} |
TASK repair_structured_output
SPEC
FIELD field_n57 TYPE number REQUIRED yes
FIELD prop_g71.col_u07.field_l23 TYPE integer REQUIRED yes
FIELD prop_g71.col_u07.attr_q76 TYPE number REQUIRED no
FIELD prop_g71.col_u07.prop_d46 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD prop_g71.col_u... | {"field_n57":298.72,"prop_g71":{"col_u07":{"field_l23":217,"attr_q76":879.76,"prop_d46":"option_c","key_u14":["https://www.org/api","https://www.com/api","https://data.io/v1"]},"key_v05":"bar","col_d95":"quux","attr_i97":"test@example.com","key_e98":"cancelled"},"prop_u50":null,"key_e94":978} | markdown_fences | {
"type": "object",
"properties": {
"field_n57": {
"type": "number"
},
"prop_g71": {
"type": "object",
"properties": {
"col_u07": {
"type": "object",
"properties": {
"field_l23": {
"type": "integer"
},
"attr_... | ```json
{"field_n57":298.72,"prop_g71":{"col_u07":{"field_l23":217,"attr_q76":879.76,"prop_d46":"option_c","key_u14":["https://www.org/api","https://www.com/api","https://data.io/v1"]},"key_v05":"bar","col_d95":"quux","attr_i97":"test@example.com","key_e98":"cancelled"},"prop_u50":null,"key_e94":978}
``` | Output contains markdown code fences | {"field_n57":298.72,"prop_g71":{"col_u07":{"field_l23":217,"attr_q76":879.76,"prop_d46":"option_c","key_u14":["https://www.org/api","https://www.com/api","https://data.io/v1"]},"key_v05":"bar","col_d95":"quux","attr_i97":"test@example.com","key_e98":"cancelled"},"prop_u50":null,"key_e94":978} |
TASK repair_structured_output
SPEC
FIELD col_d43 TYPE integer REQUIRED no
FIELD param_o85 TYPE integer REQUIRED no
FIELD dim_u85 TYPE boolean REQUIRED yes
FIELD field_d51 TYPE number REQUIRED no
FIELD val_a29.attr_w81 TYPE string REQUIRED no
FIELD val_a29.key_w90 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f ... | {"param_o85":74,"dim_u85":false,"field_d51":999.54,"val_a29":{"key_w90":"cat_c","val_o37":true,"attr_a88":"sample","dim_z62":"2024-04-28T03:00:00Z","col_r86":411},"col_b27":"admin@example.com"} | markdown_explanation | {
"type": "object",
"properties": {
"col_d43": {
"type": "integer"
},
"param_o85": {
"type": "integer"
},
"dim_u85": {
"type": "boolean"
},
"field_d51": {
"type": "number"
},
"val_a29": {
"type": "object",
"properties": {
"attr_w81": {
... | Here's the structured output:
```json
{"param_o85":74,"dim_u85":false,"field_d51":999.54,"val_a29":{"key_w90":"cat_c","val_o37":true,"attr_a88":"sample","dim_z62":"2024-04-28T03:00:00Z","col_r86":411},"col_b27":"admin@example.com"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"param_o85":74,"dim_u85":false,"field_d51":999.54,"val_a29":{"key_w90":"cat_c","val_o37":true,"attr_a88":"sample","dim_z62":"2024-04-28T03:00:00Z","col_r86":411},"col_b27":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_s32 TYPE string REQUIRED yes
FIELD param_n81 TYPE integer REQUIRED yes
FIELD col_j62 TYPE string REQUIRED no
FIELD col_u54 TYPE string REQUIRED yes
FIELD col_l98 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_e97 TYPE boolean REQUIRED no
BROKEN_OU... | {"dim_s32":"inactive","param_n81":917,"col_j62":"Smith","col_u54":"cancelled","col_l98":"unstable","dim_e97":false} | truncated_object | {
"type": "object",
"properties": {
"dim_s32": {
"type": "string"
},
"param_n81": {
"type": "integer"
},
"col_j62": {
"type": "string"
},
"col_u54": {
"type": "string"
},
"col_l98": {
"type": "string",
"enum": [
"reliable",
"uns... | {"dim_s32":"inactive","param_n81":917,"col_j62":"Smith","col_u54":"cancelled","col_l98":"unstable","dim_e97":false | Unexpected end of JSON input — truncated object | {"dim_s32":"inactive","param_n81":917,"col_j62":"Smith","col_u54":"cancelled","col_l98":"unstable","dim_e97":false} |
TASK repair_structured_output
SPEC
FIELD val_u27 TYPE string REQUIRED yes
FIELD col_t53 TYPE number REQUIRED no
FIELD col_u72 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD col_l10 TYPE null REQUIRED no
FIELD dim_u98.val_s84 TYPE boolean REQUIRED no
FIELD dim_u98.dim_k38 TYPE string VALUES USD|EUR|GBP|BRL|JPY R... | {"val_u27":"test","col_t53":432.99,"col_u72":"level_2","col_l10":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_u27": {
"type": "string"
},
"col_t53": {
"type": "number"
},
"col_u72": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"col_l10": {
"type": "null"
},
"dim_u98": {
"type": "... | <functioncall> read_sensor_array
{val_u27: "test", col_t53: 432.99, col_u72: "level_2", col_l10: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_u27":"test","col_t53":432.99,"col_u72":"level_2","col_l10":null} |
TASK repair_structured_output
SPEC
FIELD department TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD end_date TYPE string REQUIRED yes
FIELD berth_slot.berth_slot TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD berth_slot.half_life TYPE string VALUES synonymous|missense|nonsense|frameshift RE... | {"end_date":"demo","berth_slot":{"berth_slot":"medium","half_life":"nonsense"}} | null_required | {
"type": "object",
"properties": {
"department": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"end_date": {
"type": "string"
},
"berth_slot": {
"type": "object",
"properties": {
"berth_slot": ... | {"end_date": null, "berth_slot": {"berth_slot": "medium", "half_life": "nonsense"}} | Required field 'end_date' is null | {"end_date":"demo","berth_slot":{"berth_slot":"medium","half_life":"nonsense"}} |
TASK repair_structured_output
SPEC
FIELD col_f11 TYPE boolean REQUIRED yes
FIELD col_e21 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_w15.dim_c11 TYPE boolean REQUIRED yes
FIELD param_w15.attr_b85 TYPE integer REQUIRED no
FIELD param_w15.key_u56.col_e32 TYPE string REQUIRED yes
FIELD par... | {"col_f11":false,"param_w15":{"dim_c11":true,"attr_b85":439,"key_u56":{"col_e32":"test","val_b56":158,"param_b43":"This is a test value."}}} | agent_chain | {
"type": "object",
"properties": {
"col_f11": {
"type": "boolean"
},
"col_e21": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_w15": {
"type": "object",
"properties": {
"dim_c11": ... | I need to look up the information first.
Action: read_sensor_array
Result: {"col_f11": false}
I'll query our database.
Action: calibrate_instrument
Result: | Agent multi-step chain with truncated tool output | {"col_f11":false,"param_w15":{"dim_c11":true,"attr_b85":439,"key_u56":{"col_e32":"test","val_b56":158,"param_b43":"This is a test value."}}} |
TASK repair_structured_output
SPEC
FIELD field_a90 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD col_z43 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD dim_i80 TYPE integer REQUIRED no
FIELD val_c53 TYPE string REQUIRED no
FIELD dim_r41 TYPE null REQUIRED no
FIELD col_n35 TYPE... | {"field_a90":"synonymous","col_z43":"editor","dim_i80":607,"val_c53":"world","dim_r41":null,"col_n35":"Oliveira","dim_p33":"MV-Evergreen-01"} | markdown_explanation | {
"type": "object",
"properties": {
"field_a90": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"col_z43": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},... | Here is the JSON you requested:
```json
{"field_a90":"synonymous","col_z43":"editor","dim_i80":607,"val_c53":"world","dim_r41":null,"col_n35":"Oliveira","dim_p33":"MV-Evergreen-01"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"field_a90":"synonymous","col_z43":"editor","dim_i80":607,"val_c53":"world","dim_r41":null,"col_n35":"Oliveira","dim_p33":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD key_t61 TYPE integer REQUIRED yes
FIELD val_f18 TYPE string REQUIRED yes
FIELD dim_q79 TYPE number REQUIRED yes
FIELD val_j69 TYPE string REQUIRED yes
BROKEN_OUTPUT
queue_sequencing_run(key_t61=184, val_f18='2023-12-25', dim_q79=634.06, val_j69='example') | {"key_t61":184,"val_f18":"2023-12-25","dim_q79":634.06,"val_j69":"example"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_t61": {
"type": "integer"
},
"val_f18": {
"type": "string"
},
"dim_q79": {
"type": "number"
},
"val_j69": {
"type": "string"
}
},
"required": [
"val_f18",
"val_j69",
"dim_q79",
"key_t61"
]
} | queue_sequencing_run(key_t61=184, val_f18='2023-12-25', dim_q79=634.06, val_j69='example') | Tool call uses Python syntax instead of JSON | {"key_t61":184,"val_f18":"2023-12-25","dim_q79":634.06,"val_j69":"example"} |
TASK repair_structured_output
SPEC
FIELD val_z15 TYPE integer REQUIRED no
FIELD attr_d48 TYPE string REQUIRED no
FIELD param_l90 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_o90 TYPE string_uri REQUIRED no
FIELD field_m42 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
... | {"attr_d48":"quux","val_o90":"https://api.io/v1","field_m42":"frameshift","field_w63":236.32,"key_s38":179} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_z15": {
"type": "integer"
},
"attr_d48": {
"type": "string"
},
"param_l90": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_o90": {
"type": "strin... | Processing the request now.
<tool_call name="generate_report">
{"attr_d48":"quux","val_o90":"https://api.io/v1","field_m42":"frameshift","field_w63":236.32,"key_s38":179}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"attr_d48":"quux","val_o90":"https://api.io/v1","field_m42":"frameshift","field_w63":236.32,"key_s38":179} |
TASK repair_structured_output
SPEC
FIELD col_d41 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD attr_y94 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_x55 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD param_d52 TYPE string_email REQUIRED no
FIELD field_e74 TYPE... | {"col_d41":"heterozygous","attr_y94":"pro","param_d52":"user@example.com","field_e74":null,"field_m67":"user@domain.com"} | extra_field | {
"type": "object",
"properties": {
"col_d41": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_y94": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},... | {"col_d41": "heterozygous", "attr_y94": "pro", "param_d52": "user@example.com", "field_e74": null, "field_m67": "user@domain.com", "extra_data_786": "unexpected"} | Unknown field 'extra_data_786' not defined in schema | {"col_d41":"heterozygous","attr_y94":"pro","param_d52":"user@example.com","field_e74":null,"field_m67":"user@domain.com"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.