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 compound TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD vital_sign TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD width TYPE integer REQUIRED no
BROKEN_OUTPUT
```json
{"compound":"option_d","vital_sign":"mode_a","width":361}
``` | {"compound":"option_d","vital_sign":"mode_a","width":361} | markdown_fences | {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"vital_sign": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"width": {
... | ```json
{"compound":"option_d","vital_sign":"mode_a","width":361}
``` | Output contains markdown code fences | {"compound":"option_d","vital_sign":"mode_a","width":361} |
TASK repair_structured_output
SPEC
FIELD dim_h91 TYPE string REQUIRED no
FIELD field_s45 TYPE boolean REQUIRED no
FIELD field_p57 TYPE string REQUIRED no
FIELD attr_m21 TYPE string REQUIRED yes
FIELD prop_y91[].prop_j30 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD prop_y91[].key_b69 TYPE integer REQUI... | {"field_s45":true,"field_p57":"chr1","attr_m21":"test","prop_y91":[{"prop_j30":"inactive","key_b69":667,"field_y88":null,"field_e76":676,"prop_a79":899,"param_x77":"Santos","dim_i58":480},{"prop_j30":"inactive","key_b69":718,"field_y88":null,"attr_h13":"admin","field_e76":629,"param_x77":"user@domain.com","dim_i58":949... | null_required | {
"type": "object",
"properties": {
"dim_h91": {
"type": "string"
},
"field_s45": {
"type": "boolean"
},
"field_p57": {
"type": "string"
},
"attr_m21": {
"type": "string"
},
"prop_y91": {
"type": "array",
"items": {
"type": "object",
... | {"field_s45": true, "field_p57": "chr1", "attr_m21": "test", "prop_y91": null} | Required field 'prop_y91' is null | {"field_s45":true,"field_p57":"chr1","attr_m21":"test","prop_y91":[{"prop_j30":"inactive","key_b69":667,"field_y88":null,"field_e76":676,"prop_a79":899,"param_x77":"Santos","dim_i58":480},{"prop_j30":"inactive","key_b69":718,"field_y88":null,"attr_h13":"admin","field_e76":629,"param_x77":"user@domain.com","dim_i58":949... |
TASK repair_structured_output
SPEC
FIELD prop_d14 TYPE string REQUIRED no
FIELD key_w14 TYPE null REQUIRED yes
FIELD key_g62 TYPE string REQUIRED no
FIELD prop_z35 TYPE integer REQUIRED no
FIELD key_z52.val_m91 TYPE boolean REQUIRED no
FIELD key_z52.col_y39 TYPE boolean REQUIRED yes
FIELD key_z52.val_s51 TYPE string_u... | {"prop_d14":"bar","key_w14":null,"key_g62":"REV","key_z52":{"val_m91":true,"col_y39":false,"val_s51":"https://api.org/api","prop_d41":"Maria"},"param_p29":{"param_g85":{"key_z68":"archived","val_j49":631.06,"attr_e53":"ops@test.io"},"param_h47":"new","field_w94":{"val_u72":335,"param_e21":"2023-10-23T19:38:00Z","attr_r... | single_quotes | {
"type": "object",
"properties": {
"prop_d14": {
"type": "string"
},
"key_w14": {
"type": "null"
},
"key_g62": {
"type": "string"
},
"prop_z35": {
"type": "integer"
},
"key_z52": {
"type": "object",
"properties": {
"val_m91": {
... | {'prop_d14':'bar','key_w14':null,'key_g62':'REV','key_z52':{'val_m91':true,'col_y39':false,'val_s51':'https://api.org/api','prop_d41':'Maria'},'param_p29':{'param_g85':{'key_z68':'archived','val_j49':631.06,'attr_e53':'ops@test.io'},'param_h47':'new','field_w94':{'val_u72':335,'param_e21':'2023-10-23T19:38:00Z','attr_r... | Expecting property name enclosed in double quotes | {"prop_d14":"bar","key_w14":null,"key_g62":"REV","key_z52":{"val_m91":true,"col_y39":false,"val_s51":"https://api.org/api","prop_d41":"Maria"},"param_p29":{"param_g85":{"key_z68":"archived","val_j49":631.06,"attr_e53":"ops@test.io"},"param_h47":"new","field_w94":{"val_u72":335,"param_e21":"2023-10-23T19:38:00Z","attr_r... |
TASK repair_structured_output
SPEC
FIELD val_d03 TYPE string REQUIRED yes
FIELD attr_v59 TYPE string REQUIRED no
FIELD val_j99 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_e46[] TYPE integer REQUIRED no
FIELD col_f43[].prop_l37 TYPE integer REQUIRED no
FIELD col_f43[].col_b74 TYPE string REQUIRED yes
F... | {"val_d03":"foo","attr_v59":"Hapag-Lloyd-Express","val_j99":"admin","val_e46":[579],"col_f43":[{"prop_l37":427,"col_b74":"RTG-04","dim_r16":true},{"prop_l37":727,"col_b74":"world","dim_r16":false},{"prop_l37":148,"col_b74":"approved","dim_r16":false,"attr_n96":[985,352,174,304]},{"prop_l37":890,"col_b74":"approved","di... | unquoted_keys | {
"type": "object",
"properties": {
"val_d03": {
"type": "string"
},
"attr_v59": {
"type": "string"
},
"val_j99": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_e46": {
"type": "array",
"items": {
... | {val_d03:"foo",attr_v59:"Hapag-Lloyd-Express",val_j99:"admin",val_e46:[579],col_f43:[{prop_l37:427,col_b74:"RTG-04",dim_r16:true},{prop_l37:727,col_b74:"world",dim_r16:false},{prop_l37:148,col_b74:"approved",dim_r16:false,attr_n96:[985,352,174,304]},{prop_l37:890,col_b74:"approved",dim_r16:false,attr_n96:[148,734,973]}... | Expecting property name enclosed in double quotes | {"val_d03":"foo","attr_v59":"Hapag-Lloyd-Express","val_j99":"admin","val_e46":[579],"col_f43":[{"prop_l37":427,"col_b74":"RTG-04","dim_r16":true},{"prop_l37":727,"col_b74":"world","dim_r16":false},{"prop_l37":148,"col_b74":"approved","dim_r16":false,"attr_n96":[985,352,174,304]},{"prop_l37":890,"col_b74":"approved","di... |
TASK repair_structured_output
SPEC
FIELD val_e92 TYPE string REQUIRED yes
FIELD col_c51 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD field_l14 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_e92": "London", "col_c51": "admin", "field_l14": "889ms"} | {"val_e92":"London","col_c51":"admin","field_l14":889} | number_with_unit | {
"type": "object",
"properties": {
"val_e92": {
"type": "string"
},
"col_c51": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_l14": {
"type": "integer"
}
},
"required": [
"val_e92",
"col_c51"
]
} | {"val_e92": "London", "col_c51": "admin", "field_l14": "889ms"} | Field 'field_l14' must be number, got string with unit | {"val_e92":"London","col_c51":"admin","field_l14":889} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE number REQUIRED yes
FIELD enabled TYPE boolean REQUIRED no
FIELD tax TYPE string REQUIRED no
FIELD email TYPE integer REQUIRED yes
FIELD payment_status TYPE string_email REQUIRED no
FIELD vital_sign TYPE string_email REQUIRED yes
FIELD full_name TYPE string R... | {"freight_class":576.27,"enabled":false,"email":235,"vital_sign":"admin@example.com","full_name":"Silva"} | unquoted_keys | {
"type": "object",
"properties": {
"freight_class": {
"type": "number"
},
"enabled": {
"type": "boolean"
},
"tax": {
"type": "string"
},
"email": {
"type": "integer"
},
"payment_status": {
"type": "string",
"format": "email"
},
"vital_... | {freight_class:576.27,enabled:false,email:235,vital_sign:"admin@example.com",full_name:"Silva"} | Expecting property name enclosed in double quotes | {"freight_class":576.27,"enabled":false,"email":235,"vital_sign":"admin@example.com","full_name":"Silva"} |
TASK repair_structured_output
SPEC
FIELD param_b67 TYPE string REQUIRED no
FIELD attr_k56 TYPE string REQUIRED no
FIELD key_z21 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_y38[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
Tool: create_ticket
Params: {"attr_k56": "Ne... | {"attr_k56":"New York","key_z21":"sms","param_y38":["arctic","inland"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_b67": {
"type": "string"
},
"attr_k56": {
"type": "string"
},
"key_z21": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_y38": {
"type": "array",
... | Tool: create_ticket
Params: {"attr_k56": "New York", "param_y38": ["arctic", "inland"], "key_z212": "sms"} | Agent used wrong parameter name 'key_z212' instead of 'key_z21' | {"attr_k56":"New York","key_z21":"sms","param_y38":["arctic","inland"]} |
TASK repair_structured_output
SPEC
FIELD full_name.strand TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD full_name.paragraph TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD full_name.vessel_name TYPE string VALUES draft|published|archived REQUIRED no
FIELD full_name.loan_amount TYP... | {"full_name":{"strand":"cat_d","paragraph":"moored","vessel_name":"draft","loan_amount":"cat_c","footnote":"warning"},"longitude":"cat_f","trace_id":"foo"} | tool_call_text_mix | {
"type": "object",
"properties": {
"full_name": {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"paragraph": {
"type": ... | I need to look up the information first.
<tool_call name="create_ticket">
{"full_name":{"strand":"cat_d","paragraph":"moored","vessel_name":"draft","loan_amount":"cat_c","footnote":"warning"},"longitude":"cat_f","trace_id":"foo"}
</tool_call. | Agent response mixes reasoning text with tool call | {"full_name":{"strand":"cat_d","paragraph":"moored","vessel_name":"draft","loan_amount":"cat_c","footnote":"warning"},"longitude":"cat_f","trace_id":"foo"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string REQUIRED no
FIELD url TYPE string REQUIRED no
FIELD items TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{'longitude':'2024-01-15','url':'Jane','items':true} | {"longitude":"2024-01-15","url":"Jane","items":true} | single_quotes | {
"type": "object",
"properties": {
"longitude": {
"type": "string"
},
"url": {
"type": "string"
},
"items": {
"type": "boolean"
}
},
"required": [
"items"
]
} | {'longitude':'2024-01-15','url':'Jane','items':true} | Expecting property name enclosed in double quotes | {"longitude":"2024-01-15","url":"Jane","items":true} |
TASK repair_structured_output
SPEC
FIELD language TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD organism TYPE integer REQUIRED no
FIELD bed_number TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD deploy_target TYPE null REQUIRED no
FIELD currency TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me provid... | {"language":"EUR","currency":"Alice"} | extra_text_before | {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"organism": {
"type": "integer"
},
"bed_number": {
"type": "string",
"enum": [
"USD",
"... | Let me provide the data in JSON format:
{"language":"EUR","currency":"Alice"} | Output contains non-JSON text before the object | {"language":"EUR","currency":"Alice"} |
TASK repair_structured_output
SPEC
FIELD param_y33.key_q19 TYPE integer REQUIRED no
FIELD param_y33.param_y54 TYPE integer REQUIRED no
FIELD param_y33.key_j95 TYPE string REQUIRED no
FIELD param_y33.prop_z49 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD param_y33.field_p98 TYPE integer REQUIRED yes
FIELD par... | {"param_f65":{"prop_o03":"info@domain.org","val_x62":"option_b","field_t77":{"val_t51":473.32,"param_s76":"2024-01-15","val_t20":true,"val_u20":true,"col_a02":"Luis","attr_e76":false,"dim_f54":"type_a"}},"dim_j15":"type_b","val_d31":712.65} | truncated_array | {
"type": "object",
"properties": {
"param_y33": {
"type": "object",
"properties": {
"key_q19": {
"type": "integer"
},
"param_y54": {
"type": "integer"
},
"key_j95": {
"type": "string"
},
"prop_z49": {
"t... | {"param_f65":{"prop_o03":"info@domain.org","val_x62":"option_b","field_t77":{"val_t51":473.32,"param_s76":"2024-01-15","val_t20":true,"val_u20":true,"col_a02":"Luis","attr_e76":false,"dim_f54":"type_a"}},"dim_j15":"type_b","val_d31":712.65 | Unexpected end of JSON input — truncated object | {"param_f65":{"prop_o03":"info@domain.org","val_x62":"option_b","field_t77":{"val_t51":473.32,"param_s76":"2024-01-15","val_t20":true,"val_u20":true,"col_a02":"Luis","attr_e76":false,"dim_f54":"type_a"}},"dim_j15":"type_b","val_d31":712.65} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string_uri REQUIRED no
FIELD format TYPE boolean REQUIRED no
FIELD lab_result TYPE number REQUIRED no
FIELD last_name TYPE string REQUIRED yes
FIELD throttle_pos[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"ward":"https://www.io/api","format":true,"last_name":"foo","th... | {"ward":"https://www.io/api","format":true,"last_name":"foo","throttle_pos":[537.1,629.66,604.03]} | missing_brace | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"format": "uri"
},
"format": {
"type": "boolean"
},
"lab_result": {
"type": "number"
},
"last_name": {
"type": "string"
},
"throttle_pos": {
"type": "array",
"items": {
... | {"ward":"https://www.io/api","format":true,"last_name":"foo","throttle_pos":[537.1,629.66,604.03] | Missing closing brace | {"ward":"https://www.io/api","format":true,"last_name":"foo","throttle_pos":[537.1,629.66,604.03]} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string REQUIRED no
FIELD barcode TYPE boolean REQUIRED yes
FIELD build_status TYPE string REQUIRED no
FIELD timezone TYPE boolean REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: update_record
Arguments: {"medication": "Johnson", "buil... | {"medication":"Johnson","barcode":true,"build_status":"Diana"} | tool_call_partial_args | {
"type": "object",
"properties": {
"medication": {
"type": "string"
},
"barcode": {
"type": "boolean"
},
"build_status": {
"type": "string"
},
"timezone": {
"type": "boolean"
}
},
"required": [
"barcode"
]
} | I need to look up the information first.
Action: update_record
Arguments: {"medication": "Johnson", "build_status": "Diana"} | Agent tool call missing required parameter 'barcode' | {"medication":"Johnson","barcode":true,"build_status":"Diana"} |
TASK repair_structured_output
SPEC
FIELD prop_g00 TYPE string REQUIRED no
FIELD attr_a85 TYPE string REQUIRED no
FIELD field_u85 TYPE integer REQUIRED yes
FIELD col_h57 TYPE string REQUIRED no
FIELD attr_i88 TYPE number REQUIRED no
BROKEN_OUTPUT
{"attr_a85": "2023-12-25", "field_u85": null, "attr_i88": 464.27} | {"attr_a85":"2023-12-25","field_u85":22,"attr_i88":464.27} | null_required | {
"type": "object",
"properties": {
"prop_g00": {
"type": "string"
},
"attr_a85": {
"type": "string"
},
"field_u85": {
"type": "integer"
},
"col_h57": {
"type": "string"
},
"attr_i88": {
"type": "number"
}
},
"required": [
"field_u85"
]... | {"attr_a85": "2023-12-25", "field_u85": null, "attr_i88": 464.27} | Required field 'field_u85' is null | {"attr_a85":"2023-12-25","field_u85":22,"attr_i88":464.27} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE integer REQUIRED yes
FIELD commit_hash TYPE integer REQUIRED yes
FIELD altitude[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="call_variants">
{"collateral":163,"commit_hash":667,"altitude":[37,824,649]}
</tool_call.
Operati... | {"collateral":163,"commit_hash":667,"altitude":[37,824,649]} | tool_call_text_mix | {
"type": "object",
"properties": {
"collateral": {
"type": "integer"
},
"commit_hash": {
"type": "integer"
},
"altitude": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"commit_hash",
"collateral",
"altitude"
]
} | I'll query our database.
<tool_call name="call_variants">
{"collateral":163,"commit_hash":667,"altitude":[37,824,649]}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"collateral":163,"commit_hash":667,"altitude":[37,824,649]} |
TASK repair_structured_output
SPEC
FIELD prop_o80 TYPE string REQUIRED no
FIELD dim_q70 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_p10 TYPE number REQUIRED yes
FIELD val_e62 TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{"prop_o80":"hello","dim_q70":"pending","dim_p10":2... | {"prop_o80":"hello","dim_q70":"pending","dim_p10":248.94,"val_e62":"critical"} | trailing_comma | {
"type": "object",
"properties": {
"prop_o80": {
"type": "string"
},
"dim_q70": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_p10": {
"type": "number"
},
"val_e62": {
"type": "string",
"enum": [
... | {"prop_o80":"hello","dim_q70":"pending","dim_p10":248.94,"val_e62":"critical",} | Unexpected trailing comma | {"prop_o80":"hello","dim_q70":"pending","dim_p10":248.94,"val_e62":"critical"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE integer REQUIRED no
FIELD phenotype TYPE null REQUIRED yes
FIELD transaction_id.bed_number TYPE string_date-time REQUIRED no
FIELD transaction_id.paragraph TYPE number REQUIRED no
FIELD transaction_id.order_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIE... | {"discount":427,"phenotype":null,"transaction_id":{"bed_number":"2022-01-11T17:00:00Z","role":50}} | partial_structure | {
"type": "object",
"properties": {
"discount": {
"type": "integer"
},
"phenotype": {
"type": "null"
},
"transaction_id": {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"format": "date-time"
},
"paragraph"... | Based on the data, phenotype is None. {"discount":427,"phenotype":null,"transaction_id":{"bed_number":"2022-01-11T17:00:00Z","role":50}} | Output mixes natural language with JSON | {"discount":427,"phenotype":null,"transaction_id":{"bed_number":"2022-01-11T17:00:00Z","role":50}} |
TASK repair_structured_output
SPEC
FIELD val_y18 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_b48 TYPE number REQUIRED yes
FIELD key_i67 TYPE string REQUIRED no
FIELD dim_s62 TYPE string REQUIRED no
FIELD param_f18 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_b9... | {"val_y18":"homozygous","param_b48":808.5,"key_i67":"Hapag-Lloyd-Express","dim_s62":"2023-12-25","param_f18":"info","val_b92":{"key_k02":true,"dim_b82":false,"param_r51":null,"dim_a44":null},"val_a70":"https://data.org/api","col_h86":876} | missing_brace | {
"type": "object",
"properties": {
"val_y18": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"param_b48": {
"type": "number"
},
"key_i67": {
"type": "string"
},
"dim_s62": {
"type": "string"
}... | {"val_y18":"homozygous","param_b48":808.5,"key_i67":"Hapag-Lloyd-Express","dim_s62":"2023-12-25","param_f18":"info","val_b92":"key_k02":true,"dim_b82":false,"param_r51":null,"dim_a44":null},"val_a70":"https://data.org/api","col_h86":876} | Missing closing brace | {"val_y18":"homozygous","param_b48":808.5,"key_i67":"Hapag-Lloyd-Express","dim_s62":"2023-12-25","param_f18":"info","val_b92":{"key_k02":true,"dim_b82":false,"param_r51":null,"dim_a44":null},"val_a70":"https://data.org/api","col_h86":876} |
TASK repair_structured_output
SPEC
FIELD size TYPE null REQUIRED no
FIELD strand TYPE integer REQUIRED no
FIELD options TYPE string REQUIRED yes
FIELD medication TYPE boolean REQUIRED no
FIELD thumbnail TYPE integer REQUIRED yes
FIELD temp_celsius TYPE null REQUIRED no
FIELD collateral.id.quantity TYPE string VALUES t... | {"size":null,"strand":828,"options":"Luis","medication":true,"thumbnail":392,"temp_celsius":null,"collateral":{"id":{"quantity":"type_a","conductivity":"level_2","date":"level_4"},"maturity_date":600,"format":true,"salinity":"RTG-04","cargo_type":{"yield_pct":"active","account_id":"mode_b","catalyst":"FWD"},"shift_code... | extra_text_before | {
"type": "object",
"properties": {
"size": {
"type": "null"
},
"strand": {
"type": "integer"
},
"options": {
"type": "string"
},
"medication": {
"type": "boolean"
},
"thumbnail": {
"type": "integer"
},
"temp_celsius": {
"type": "null"
... | Based on your request, here is the data:
{"size":null,"strand":828,"options":"Luis","medication":true,"thumbnail":392,"temp_celsius":null,"collateral":{"id":{"quantity":"type_a","conductivity":"level_2","date":"level_4"},"maturity_date":600,"format":true,"salinity":"RTG-04","cargo_type":{"yield_pct":"active","account_i... | Output contains non-JSON text before the object | {"size":null,"strand":828,"options":"Luis","medication":true,"thumbnail":392,"temp_celsius":null,"collateral":{"id":{"quantity":"type_a","conductivity":"level_2","date":"level_4"},"maturity_date":600,"format":true,"salinity":"RTG-04","cargo_type":{"yield_pct":"active","account_id":"mode_b","catalyst":"FWD"},"shift_code... |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD phenotype TYPE string REQUIRED yes
FIELD interest_rate TYPE number REQUIRED yes
FIELD vessel_name TYPE string REQUIRED no
BROKEN_OUTPUT
{"wavelength": "invalid_value_212", "phenotype":... | {"wavelength":"escalated","phenotype":"completed","interest_rate":838.22,"vessel_name":"example"} | invalid_enum | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"phenotype": {
"type": "string"
},
"interest_rate": {
"type": "number"
},
"vessel_name... | {"wavelength": "invalid_value_212", "phenotype": "completed", "interest_rate": 838.22, "vessel_name": "example"} | Field 'wavelength' has invalid enum value 'invalid_value_212', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated'] | {"wavelength":"escalated","phenotype":"completed","interest_rate":838.22,"vessel_name":"example"} |
TASK repair_structured_output
SPEC
FIELD prop_x16 TYPE string_uri REQUIRED yes
FIELD key_p08 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_t88.dim_e62 TYPE number REQUIRED no
FIELD val_t88.val_e11.val_p17 TYPE null REQUIRED no
FIELD val_t88.val_e11.param_g24 TYPE string_date-time REQUIRED no
FIELD... | {"prop_x16":"https://data.com/api","key_p08":"low","val_t88":{"param_m96":"heterozygous","prop_j34":309.89,"param_m54":"PASS","key_e02":{"prop_q91":"returned","col_e05":false,"attr_g30":101}}} | markdown_explanation | {
"type": "object",
"properties": {
"prop_x16": {
"type": "string",
"format": "uri"
},
"key_p08": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_t88": {
"type": "object",
"properties": {
... | Here is the JSON you requested:
```json
{"prop_x16":"https://data.com/api","key_p08":"low","val_t88":{"param_m96":"heterozygous","prop_j34":309.89,"param_m54":"PASS","key_e02":{"prop_q91":"returned","col_e05":false,"attr_g30":101}}}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"prop_x16":"https://data.com/api","key_p08":"low","val_t88":{"param_m96":"heterozygous","prop_j34":309.89,"param_m54":"PASS","key_e02":{"prop_q91":"returned","col_e05":false,"attr_g30":101}}} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES success|error|warning|info REQUIRED no
FIELD type TYPE integer REQUIRED no
FIELD account_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD isotope TYPE string REQUIRED yes
FIELD lab_result TYPE integer REQUIRED yes
BROKEN_O... | {"start_date":"error","type":168,"account_id":"delivered","isotope":"Bob","lab_result":935} | unquoted_keys | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"type": {
"type": "integer"
},
"account_id": {
"type": "string",
"enum": [
"new",
"in_tra... | {start_date:"error",type:168,account_id:"delivered",isotope:"Bob",lab_result:935} | Expecting property name enclosed in double quotes | {"start_date":"error","type":168,"account_id":"delivered","isotope":"Bob","lab_result":935} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD cargo_type TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD ward TYPE string REQUIRED yes
FIELD title TYPE number REQUIRED yes
FIELD comments TYPE string VA... | {"run_id":"level_3","ward":"Luis","title":67.86,"comments":"cat_e","label":"oceanic"} | tool_call_bad_format | {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"cargo_type": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | <functioncall> run_diagnostics
{run_id: "level_3", ward: "Luis", title: 67.86, comments: "cat_e", label: "oceanic"} | Tool call has malformed arguments — unquoted keys in function parameters | {"run_id":"level_3","ward":"Luis","title":67.86,"comments":"cat_e","label":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD active TYPE number REQUIRED no
FIELD timezone.tags TYPE number REQUIRED yes
FIELD timezone.shipper_ref TYPE integer REQUIRED no
FIELD timezone.repository TYPE integer REQUIRED yes
FIELD timezone.level TYPE number REQUIRED no
FIELD timezone.width TYPE number REQUIRED no
FIELD ti... | {"label":966,"values":"pending","comments":"divorced","features":171} | missing_bracket | {
"type": "object",
"properties": {
"active": {
"type": "number"
},
"timezone": {
"type": "object",
"properties": {
"tags": {
"type": "number"
},
"shipper_ref": {
"type": "integer"
},
"repository": {
"type": "integer... | {"label":966,"values":"pending","comments":"divorced","features":171} | Missing closing bracket | {"label":966,"values":"pending","comments":"divorced","features":171} |
TASK repair_structured_output
SPEC
FIELD dim_a63 TYPE string REQUIRED yes
FIELD param_p61 TYPE boolean REQUIRED no
FIELD param_r29.col_b62 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD param_r29.param_c70 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_r29.field_t12 TYPE string REQUIRED no
FI... | {"dim_a63":"baz","param_p61":false,"param_r29":{"param_c70":"warning","attr_z52":[{"key_d52":714.25,"prop_u87":394}],"attr_i60":["QC-07","2024-06-30"]},"prop_r85":739,"prop_h79":"Johnson"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_a63": {
"type": "string"
},
"param_p61": {
"type": "boolean"
},
"param_r29": {
"type": "object",
"properties": {
"col_b62": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
... | update_preferences(dim_a63='baz', param_p61=False, param_r29={'param_c70': 'warning', 'attr_z52': [{'key_d52': 714.25, 'prop_u87': 394}], 'attr_i60': ['QC-07', '2024-06-30']}, prop_r85=739, prop_h79='Johnson') | Tool call uses Python syntax instead of JSON | {"dim_a63":"baz","param_p61":false,"param_r29":{"param_c70":"warning","attr_z52":[{"key_d52":714.25,"prop_u87":394}],"attr_i60":["QC-07","2024-06-30"]},"prop_r85":739,"prop_h79":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD dim_e68 TYPE string REQUIRED no
FIELD param_f37 TYPE number REQUIRED yes
FIELD key_e95 TYPE integer REQUIRED yes
FIELD val_d56.col_s94.prop_h49 TYPE string REQUIRED no
FIELD val_d56.col_s94.col_f86 TYPE boolean REQUIRED yes
FIELD val_d56.col_s94.dim_d76 TYPE string VALUES draft... | {"dim_e68":"world","param_f37":258.65,"key_e95":847,"val_d56":{"col_s94":{"prop_h49":"Paris","col_f86":true,"dim_d76":"draft"},"prop_m90":null,"dim_v28":318,"key_q24":717,"field_u37":{"dim_j78":null,"prop_i90":"enterprise","field_y33":"completed"},"key_a83":946},"col_h01":{"param_l80":"baz","field_y86":"cat_c","col_t10... | missing_brace | {
"type": "object",
"properties": {
"dim_e68": {
"type": "string"
},
"param_f37": {
"type": "number"
},
"key_e95": {
"type": "integer"
},
"val_d56": {
"type": "object",
"properties": {
"col_s94": {
"type": "object",
"properties": ... | {"dim_e68":"world","param_f37":258.65,"key_e95":847,"val_d56":{"col_s94":{"prop_h49":"Paris","col_f86":true,"dim_d76":"draft"},"prop_m90":null,"dim_v28":318,"key_q24":717,"field_u37":{"dim_j78":null,"prop_i90":"enterprise","field_y33":"completed"},"key_a83":946},"col_h01":"param_l80":"baz","field_y86":"cat_c","col_t10"... | Missing closing brace | {"dim_e68":"world","param_f37":258.65,"key_e95":847,"val_d56":{"col_s94":{"prop_h49":"Paris","col_f86":true,"dim_d76":"draft"},"prop_m90":null,"dim_v28":318,"key_q24":717,"field_u37":{"dim_j78":null,"prop_i90":"enterprise","field_y33":"completed"},"key_a83":946},"col_h01":{"param_l80":"baz","field_y86":"cat_c","col_t10... |
TASK repair_structured_output
SPEC
FIELD key_g11 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_s23 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD val_a54 TYPE integer REQUIRED no
BROKEN_OUTPUT
Result: key_g11=draft, {"key_g11":"draft","field_s23":"type_e","val_a54":269} | {"key_g11":"draft","field_s23":"type_e","val_a54":269} | partial_structure | {
"type": "object",
"properties": {
"key_g11": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"field_s23": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
... | Result: key_g11=draft, {"key_g11":"draft","field_s23":"type_e","val_a54":269} | Output mixes natural language with JSON | {"key_g11":"draft","field_s23":"type_e","val_a54":269} |
TASK repair_structured_output
SPEC
FIELD prop_p87 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_j30 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_h82 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_a90 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD ... | {"prop_p87":"married","key_h82":"phone","prop_p63":false} | trailing_comma | {
"type": "object",
"properties": {
"prop_p87": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"val_j30": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_... | {"prop_p87":"married","key_h82":"phone","prop_p63":false,} | Unexpected trailing comma | {"prop_p87":"married","key_h82":"phone","prop_p63":false} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES option_a|option_b REQUIRED no
FIELD freight_class TYPE string REQUIRED no
FIELD version.commit_hash TYPE string REQUIRED yes
FIELD version.duration_ms.umi TYPE number REQUIRED no
FIELD version.duration_ms.trace_id TYPE string VALUES cat_a|cat_b|cat_c|ca... | {"freight_class":"demo","version":{"commit_hash":"active","duration_ms":{"items":"user@example.com","half_life":"level_3","start_date":true},"total":"type_b","count":"chrX"},"aligned_pct":null,"priority":"missense","last_name":119,"half_life":70.2} | tool_call_wrong_param | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"freight_class": {
"type": "string"
},
"version": {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
... | Tool: annotate_mutation
Params: {"freight_class": "demo", "aligned_pct": null, "priority": "missense", "last_name": 119, "half_life": 70.2, "version2": {"commit_hash": "active", "duration_ms": {"items": "user@example.com", "half_life": "level_3", "start_date": true}, "total": "type_b", "count": "chrX"}} | Agent used wrong parameter name 'version2' instead of 'version' | {"freight_class":"demo","version":{"commit_hash":"active","duration_ms":{"items":"user@example.com","half_life":"level_3","start_date":true},"total":"type_b","count":"chrX"},"aligned_pct":null,"priority":"missense","last_name":119,"half_life":70.2} |
TASK repair_structured_output
SPEC
FIELD val_k75 TYPE string REQUIRED no
FIELD prop_n75 TYPE string REQUIRED yes
FIELD key_z07 TYPE integer REQUIRED yes
FIELD col_r00 TYPE integer REQUIRED no
FIELD attr_e57 TYPE integer REQUIRED no
FIELD dim_r63.prop_e59 TYPE null REQUIRED no
FIELD dim_r63.dim_j03 TYPE string_uri REQU... | {"val_k75":"GRCh38","prop_n75":"qux","key_z07":393,"attr_e57":283,"dim_r63":{"dim_j03":"https://example.io/v1","key_e10":"mode_d"},"attr_q81":true} | missing_required | {
"type": "object",
"properties": {
"val_k75": {
"type": "string"
},
"prop_n75": {
"type": "string"
},
"key_z07": {
"type": "integer"
},
"col_r00": {
"type": "integer"
},
"attr_e57": {
"type": "integer"
},
"dim_r63": {
"type": "object",... | {"val_k75": "GRCh38", "prop_n75": "qux", "attr_e57": 283, "dim_r63": {"dim_j03": "https://example.io/v1", "key_e10": "mode_d"}, "attr_q81": true} | Required field 'key_z07' is missing | {"val_k75":"GRCh38","prop_n75":"qux","key_z07":393,"attr_e57":283,"dim_r63":{"dim_j03":"https://example.io/v1","key_e10":"mode_d"},"attr_q81":true} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED no
FIELD allele TYPE string REQUIRED yes
FIELD zip_code TYPE integer REQUIRED no
FIELD color TYPE string REQUIRED no
FIELD visible TYPE string_date-time REQUIRED no
FIELD username TYPE string REQUIRED no
FIELD feedback TYPE boolean REQUIRED yes
BROKE... | {"label":"FWD","allele":"Santos","zip_code":79,"visible":"2020-09-08T06:23:00Z","username":"foo","feedback":true} | tool_call_text_mix | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"allele": {
"type": "string"
},
"zip_code": {
"type": "integer"
},
"color": {
"type": "string"
},
"visible": {
"type": "string",
"format": "date-time"
},
"username": {
... | Let me check the system.
<tool_call name="create_ticket">
{"label":"FWD","allele":"Santos","zip_code":79,"visible":"2020-09-08T06:23:00Z","username":"foo","feedback":true}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"label":"FWD","allele":"Santos","zip_code":79,"visible":"2020-09-08T06:23:00Z","username":"foo","feedback":true} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD end_date TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD department TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
BROKEN_OUTPUT
Result: loan_amoun... | {"loan_amount":"option_d","end_date":"inactive","department":"type_c"} | partial_structure | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"end_date": {
"type": "string",
"enum": [
"active",
"... | Result: loan_amount=option_d, {"loan_amount":"option_d","end_date":"inactive","department":"type_c"} | Output mixes natural language with JSON | {"loan_amount":"option_d","end_date":"inactive","department":"type_c"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD status_code TYPE boolean REQUIRED no
FIELD hazmat_code TYPE string REQUIRED no
FIELD title TYPE string REQUIRED no
FIELD description TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FI... | {"diagnosis_code":"medium","status_code":true,"hazmat_code":"RTG-04","title":"https://api.example.com/v1","description":"hemizygous","tax":"email"} | markdown_fences | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"status_code": {
"type": "boolean"
},
"hazmat_code": {
"type": "string"
},
"title": {
"type": "... | ```json
{"diagnosis_code":"medium","status_code":true,"hazmat_code":"RTG-04","title":"https://api.example.com/v1","description":"hemizygous","tax":"email"}
``` | Output contains markdown code fences | {"diagnosis_code":"medium","status_code":true,"hazmat_code":"RTG-04","title":"https://api.example.com/v1","description":"hemizygous","tax":"email"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES type_a|type_b REQUIRED yes
FIELD credit_score TYPE string REQUIRED no
FIELD due_date TYPE string REQUIRED no
FIELD lab_result TYPE boolean REQUIRED yes
FIELD shift_code TYPE integer REQUIRED yes
FIELD branch TYPE string_date-time REQUIRED no
FIELD ta... | {"subtotal":"type_b","lab_result":false,"shift_code":545,"branch":"2025-05-26T15:58:00Z","tax":886,"maturity_date":"cat_e"} | extra_text_after | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"credit_score": {
"type": "string"
},
"due_date": {
"type": "string"
},
"lab_result": {
"type": "boolean"
},
"shift_code": {
... | {"subtotal":"type_b","lab_result":false,"shift_code":545,"branch":"2025-05-26T15:58:00Z","tax":886,"maturity_date":"cat_e"}
Analysis finished. | Output contains non-JSON text after the object | {"subtotal":"type_b","lab_result":false,"shift_code":545,"branch":"2025-05-26T15:58:00Z","tax":886,"maturity_date":"cat_e"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE null REQUIRED yes
FIELD level TYPE boolean REQUIRED yes
FIELD span_id[].score TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD span_id[].message TYPE number REQUIRED no
FIELD span_id[].shipping TYPE string VALUES draft|published|archived REQUIRED ... | {"decay_rate":null,"level":false,"span_id":[{"score":"pro","message":620.54,"shipping":"draft","fleet_number":null},{"score":"enterprise","message":772.26,"shipping":"draft","values":"inland","fleet_number":null},{"score":"pro","message":837.43,"shipping":"archived","values":"inland","fleet_number":null},{"score":"basi... | thought_process | {
"type": "object",
"properties": {
"decay_rate": {
"type": "null"
},
"level": {
"type": "boolean"
},
"span_id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"decay_rate":null,"level":false,"span_id":[{"score":"pro","message":620.54,"shipping":"draft","fleet_number":null},{"score":"enterprise","message":772.26,"shipping":"draft","values":"inland","fleet_number"... | Output contains chain-of-thought reasoning before JSON | {"decay_rate":null,"level":false,"span_id":[{"score":"pro","message":620.54,"shipping":"draft","fleet_number":null},{"score":"enterprise","message":772.26,"shipping":"draft","values":"inland","fleet_number":null},{"score":"pro","message":837.43,"shipping":"archived","values":"inland","fleet_number":null},{"score":"basi... |
TASK repair_structured_output
SPEC
FIELD attr_j18 TYPE string REQUIRED yes
FIELD attr_o77 TYPE number REQUIRED no
FIELD field_g59 TYPE number REQUIRED no
FIELD val_l98 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{attr_j18:"inactive",attr_o77:885.97,field_g59:231.74} | {"attr_j18":"inactive","attr_o77":885.97,"field_g59":231.74} | unquoted_keys | {
"type": "object",
"properties": {
"attr_j18": {
"type": "string"
},
"attr_o77": {
"type": "number"
},
"field_g59": {
"type": "number"
},
"val_l98": {
"type": "boolean"
}
},
"required": [
"attr_j18"
]
} | {attr_j18:"inactive",attr_o77:885.97,field_g59:231.74} | Expecting property name enclosed in double quotes | {"attr_j18":"inactive","attr_o77":885.97,"field_g59":231.74} |
TASK repair_structured_output
SPEC
FIELD val_z60 TYPE integer REQUIRED yes
FIELD field_i93 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_z33 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_j44 TYPE integer REQUIRED no
FIELD dim_j65.key_l53.col_x40 TYPE string_uri REQUIRED no
FIE... | {"val_z60":878,"field_i93":"error","val_z33":"xl","prop_j44":827,"dim_j65":{"key_l53":{"dim_y66":789.74,"field_f26":"JPY","attr_b81":"Alice","attr_y72":562.7,"col_u45":625},"dim_e87":"2026-08-14T13:49:00Z"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_z60": {
"type": "integer"
},
"field_i93": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_z33": {
"type": "string",
"enum": [
"small",
"mediu... | I'll query our database.
<tool_call name="call_variants">
{"val_z60":878,"field_i93":"error","val_z33":"xl","prop_j44":827,"dim_j65":{"key_l53":{"dim_y66":789.74,"field_f26":"JPY","attr_b81":"Alice","attr_y72":562.7,"col_u45":625},"dim_e87":"2026-08-14T13:49:00Z"}}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"val_z60":878,"field_i93":"error","val_z33":"xl","prop_j44":827,"dim_j65":{"key_l53":{"dim_y66":789.74,"field_f26":"JPY","attr_b81":"Alice","attr_y72":562.7,"col_u45":625},"dim_e87":"2026-08-14T13:49:00Z"}} |
TASK repair_structured_output
SPEC
FIELD dim_n60.dim_h78 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_n60.dim_z72 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_n60.val_d21 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD dim_n60.val_s39 ... | {"dim_n60":{"dim_h78":"xl","dim_z72":"synonymous","val_d21":"maintenance","val_s39":82,"val_r89":[{"field_y40":501.38,"attr_k00":[535.5],"col_x19":["high","critical","medium","medium"]},{"field_y40":266.31,"col_x19":["high"]}]},"col_v33":125.72,"prop_e68":517,"param_f23":{"field_q40":{"col_l96":null,"field_y52":"A shor... | wrong_type | {
"type": "object",
"properties": {
"dim_n60": {
"type": "object",
"properties": {
"dim_h78": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_z72": {
"type": "stri... | {"dim_n60": {"dim_h78": "xl", "dim_z72": "synonymous", "val_d21": "maintenance", "val_s39": 82, "val_r89": [{"field_y40": 501.38, "attr_k00": [535.5], "col_x19": ["high", "critical", "medium", "medium"]}, {"field_y40": 266.31, "col_x19": ["high"]}]}, "col_v33": 125.72, "prop_e68": "\"517\"", "param_f23": {"field_q40": ... | Field 'prop_e68' must be integer, got string | {"dim_n60":{"dim_h78":"xl","dim_z72":"synonymous","val_d21":"maintenance","val_s39":82,"val_r89":[{"field_y40":501.38,"attr_k00":[535.5],"col_x19":["high","critical","medium","medium"]},{"field_y40":266.31,"col_x19":["high"]}]},"col_v33":125.72,"prop_e68":517,"param_f23":{"field_q40":{"col_l96":null,"field_y52":"A shor... |
TASK repair_structured_output
SPEC
FIELD val_i89 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_b26 TYPE string REQUIRED yes
FIELD param_f01 TYPE string_uri REQUIRED yes
FIELD param_n37 TYPE integer REQUIRED no
FIELD prop_c33 TYPE string_date-time REQUIRED yes
FIELD dim_m18.col_d40 TYPE boolean REQUIRED ... | {"val_i89":"editor","col_b26":"Alice","param_f01":"https://www.org/v1","param_n37":190,"prop_c33":"2026-07-09T23:19:00Z","dim_m18":{"col_e57":true,"dim_q24":false}} | unquoted_keys | {
"type": "object",
"properties": {
"val_i89": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_b26": {
"type": "string"
},
"param_f01": {
"type": "string",
"format": "uri"
},
"param_n37": {
"type": "int... | {val_i89:"editor",col_b26:"Alice",param_f01:"https://www.org/v1",param_n37:190,prop_c33:"2026-07-09T23:19:00Z",dim_m18:{col_e57:true,dim_q24:false}} | Expecting property name enclosed in double quotes | {"val_i89":"editor","col_b26":"Alice","param_f01":"https://www.org/v1","param_n37":190,"prop_c33":"2026-07-09T23:19:00Z","dim_m18":{"col_e57":true,"dim_q24":false}} |
TASK repair_structured_output
SPEC
FIELD dim_j44 TYPE number REQUIRED yes
FIELD key_k53 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD prop_u21 TYPE boolean REQUIRED yes
FIELD field_x24 TYPE null REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
```json
{"dim_j44":916.49,"key_k53":"level_1","p... | {"dim_j44":916.49,"key_k53":"level_1","prop_u21":true,"field_x24":null} | markdown_explanation | {
"type": "object",
"properties": {
"dim_j44": {
"type": "number"
},
"key_k53": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_u21": {
"type": "boolean"
},
"field_x24": {
"type": "null"
}
},
"required": [
"dim... | Let me provide the data in JSON format:
```json
{"dim_j44":916.49,"key_k53":"level_1","prop_u21":true,"field_x24":null}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"dim_j44":916.49,"key_k53":"level_1","prop_u21":true,"field_x24":null} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE integer REQUIRED yes
FIELD fleet_number.credit_score TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD fleet_number.allele TYPE string VALUES draft|published|archived REQUIRED no
FIELD fleet_number.order_id TYPE string VALUES USD|EUR|GBP|BRL|JPY... | {"half_life":636,"fleet_number":{"credit_score":"inland","allele":"draft","dosage":943},"category":{"dosage":"cancelled","gene_id":"New York","url":["coastal","inland","inland"]},"bed_number":"test@test.io","url":{"ph_level":{"umi":"married","shift_code":"underway","role":["https://example.org/api","https://data.io/v1"... | wrong_type | {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"fleet_number": {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"... | {"half_life": "\"636\"", "fleet_number": {"credit_score": "inland", "allele": "draft", "dosage": 943}, "category": {"dosage": "cancelled", "gene_id": "New York", "url": ["coastal", "inland", "inland"]}, "bed_number": "test@test.io", "url": {"ph_level": {"umi": "married", "shift_code": "underway", "role": ["https://exam... | Field 'half_life' must be integer, got string | {"half_life":636,"fleet_number":{"credit_score":"inland","allele":"draft","dosage":943},"category":{"dosage":"cancelled","gene_id":"New York","url":["coastal","inland","inland"]},"bed_number":"test@test.io","url":{"ph_level":{"umi":"married","shift_code":"underway","role":["https://example.org/api","https://data.io/v1"... |
TASK repair_structured_output
SPEC
FIELD bearing TYPE boolean REQUIRED no
FIELD altitude TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD status TYPE string REQUIRED yes
FIELD end_date.username TYPE string REQUIRED no
FIELD end_date.status_code TYPE string VALUES cat_a|cat_b|c... | {"bearing":true,"altitude":"option_b","status":"bar","end_date":{"username":"Sao Paulo","notes":true}} | extra_field | {
"type": "object",
"properties": {
"bearing": {
"type": "boolean"
},
"altitude": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"status": {
"type": "string"
... | {"bearing": true, "altitude": "option_b", "status": "bar", "end_date": {"username": "Sao Paulo", "notes": true}, "extra_field_105": 42} | Unknown field 'extra_field_105' not defined in schema | {"bearing":true,"altitude":"option_b","status":"bar","end_date":{"username":"Sao Paulo","notes":true}} |
TASK repair_structured_output
SPEC
FIELD val_u35 TYPE number REQUIRED yes
FIELD key_v26 TYPE string REQUIRED yes
FIELD dim_u21.dim_j15 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD dim_u21.attr_s44 TYPE boolean REQUIRED yes
FIELD dim_u21.attr_r82[].dim_r64 TYPE string REQUIRED yes
FIE... | {"val_u35":298.22,"key_v26":"2024-06-30","dim_u21":{"dim_j15":"type_a","attr_s44":true}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_u35": {
"type": "number"
},
"key_v26": {
"type": "string"
},
"dim_u21": {
"type": "object",
"properties": {
"dim_j15": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | I need to look up the information first.
Action: annotate_mutation
Arguments: {"key_v26": "2024-06-30", "dim_u21": {"dim_j15": "type_a", "attr_s44": true}} | Agent tool call missing required parameter 'val_u35' | {"val_u35":298.22,"key_v26":"2024-06-30","dim_u21":{"dim_j15":"type_a","attr_s44":true}} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD diagnosis_code TYPE string VALUES draft|published|archived REQUIRED no
FIELD order_id TYPE boolean REQUIRED yes
FIELD shipping TYPE string REQUIRED no
FIELD url TYPE boolean REQUIRED ye... | {"throttle_pos":"type_f","order_id":true,"shipping":"Charlie","url":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"diagnosis_code": {
"type": "string",
"enum": [
"draft",
"publis... | get_inventory(throttle_pos='type_f', order_id=True, shipping='Charlie', url=False) | Tool call uses Python syntax instead of JSON | {"throttle_pos":"type_f","order_id":true,"shipping":"Charlie","url":false} |
TASK repair_structured_output
SPEC
FIELD key_l54 TYPE string REQUIRED no
FIELD prop_e76 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD param_e00 TYPE string REQUIRED no
FIELD dim_b45 TYPE string REQUIRED yes
FIELD val_v38 TYPE string REQUIRED no
FIELD param_a70 TYPE string VALUES type_a|type_... | {"key_l54":"Alice","prop_e76":"option_d","param_e00":"chr1","dim_b45":"foo","val_v38":"hello","param_a70":"type_d"} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_l54": {
"type": "string"
},
"prop_e76": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"param_e00": {
"type": "string"
},
"dim_b45": {
"type": "... | Let me check the system.
Action: validate_sample
Arguments: {"key_l54": "Alice", "prop_e76": "option_d", "param_e00": "chr1", "val_v38": "hello", "param_a70": "type_d"} | Agent tool call missing required parameter 'dim_b45' | {"key_l54":"Alice","prop_e76":"option_d","param_e00":"chr1","dim_b45":"foo","val_v38":"hello","param_a70":"type_d"} |
TASK repair_structured_output
SPEC
FIELD key_n05 TYPE boolean REQUIRED yes
FIELD attr_m86 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_f43.col_y62 TYPE integer REQUIRED yes
FIELD key_f43.dim_x02 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_f43.attr_j56 TYPE boolean ... | {"key_n05":false,"attr_m86":"new"} | agent_chain | {
"type": "object",
"properties": {
"key_n05": {
"type": "boolean"
},
"attr_m86": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_f43": {
"type": "object",
"properties": {
"col_y62": ... | Let me check the system.
Action: align_reads
Result: {"attr_m86": "new"}
Processing the request now.
Action: run_diagnostics
Result: | Agent multi-step chain with truncated tool output | {"key_n05":false,"attr_m86":"new"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE string REQUIRED no
FIELD patient_id TYPE string REQUIRED no
FIELD subject TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD id TYPE string_date-time REQUIRED yes
FIELD organism TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> apply_discount
... | {"weight":"QC-07","patient_id":"demo","subject":"unstable","id":"2022-10-24T05:01:00Z","organism":"chr1"} | tool_call_bad_format | {
"type": "object",
"properties": {
"weight": {
"type": "string"
},
"patient_id": {
"type": "string"
},
"subject": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"id": {
"type": "string",
"format... | <functioncall> apply_discount
{weight: "QC-07", patient_id: "demo", subject: "unstable", id: "2022-10-24T05:01:00Z", organism: "chr1"} | Tool call has malformed arguments — unquoted keys in function parameters | {"weight":"QC-07","patient_id":"demo","subject":"unstable","id":"2022-10-24T05:01:00Z","organism":"chr1"} |
TASK repair_structured_output
SPEC
FIELD options TYPE string_email REQUIRED no
FIELD feedback TYPE number REQUIRED yes
FIELD item_id.items TYPE string_email REQUIRED no
FIELD item_id.first_name.color TYPE string_uri REQUIRED yes
FIELD item_id.first_name.maturity_date TYPE string_uri REQUIRED yes
FIELD item_id.first_na... | {"options":"test@test.io","feedback":71.33,"item_id":{"version":false,"collateral":true,"department":"https://www.org/api"},"filter_flag":"rejected","subtotal":true} | agent_chain | {
"type": "object",
"properties": {
"options": {
"type": "string",
"format": "email"
},
"feedback": {
"type": "number"
},
"item_id": {
"type": "object",
"properties": {
"items": {
"type": "string",
"format": "email"
},
"fi... | I need to look up the information first.
Action: book_appointment
Result: {"feedback": 71.33, "item_id": {"version": false, "collateral": true, "department": "https://www.org/api"}, "filter_flag": "rejected", "subtotal": true}
Processing the request now.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"options":"test@test.io","feedback":71.33,"item_id":{"version":false,"collateral":true,"department":"https://www.org/api"},"filter_flag":"rejected","subtotal":true} |
TASK repair_structured_output
SPEC
FIELD param_m10 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD param_x30 TYPE string REQUIRED no
FIELD key_u26 TYPE number REQUIRED yes
FIELD col_r83 TYPE string REQUIRED no
FIELD param_z44 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_a95 TYPE num... | {"param_x30":"test","key_u26":353.3,"col_r83":"London","param_z44":"error","dim_i52":"MV-Evergreen-01","param_h56":740} | truncated_object | {
"type": "object",
"properties": {
"param_m10": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"param_x30": {
"type": "string"
},
"key_u26": {
"type": "number"
},
"col_r83": {
"type": "string"
},
"pa... | {"param_x30":"test","key_u26":353.3,"col_r83":"London","param_z44":"error","dim_i52":"MV-Evergreen-01","param_h56":740 | Unexpected end of JSON input — truncated object | {"param_x30":"test","key_u26":353.3,"col_r83":"London","param_z44":"error","dim_i52":"MV-Evergreen-01","param_h56":740} |
TASK repair_structured_output
SPEC
FIELD param_p98 TYPE string REQUIRED no
FIELD dim_s13 TYPE string REQUIRED no
FIELD field_f22 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
```json
{"field_f22":"in_transit"}
``` | {"field_f22":"in_transit"} | markdown_fences | {
"type": "object",
"properties": {
"param_p98": {
"type": "string"
},
"dim_s13": {
"type": "string"
},
"field_f22": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
}
},
"required": [
"field_f2... | ```json
{"field_f22":"in_transit"}
``` | Output contains markdown code fences | {"field_f22":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE null REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED yes
FIELD terminal_id TYPE integer REQUIRED no
FIELD annotation TYPE string REQUIRED yes
FIELD footnote TYPE integer REQUIRED yes
FIELD label TYPE integer REQUIRED no
FIELD status_code TYPE boolean REQUIRED ... | {"feedback":null,"pressure_kpa":"sample","annotation":"2024-06-30","footnote":503,"label":433,"status_code":true,"enabled":null} | missing_bracket | {
"type": "object",
"properties": {
"feedback": {
"type": "null"
},
"pressure_kpa": {
"type": "string"
},
"terminal_id": {
"type": "integer"
},
"annotation": {
"type": "string"
},
"footnote": {
"type": "integer"
},
"label": {
"type": "i... | {"feedback":null,"pressure_kpa":"sample","annotation":"2024-06-30","footnote":503,"label":433,"status_code":true,"enabled":null} | Missing closing bracket | {"feedback":null,"pressure_kpa":"sample","annotation":"2024-06-30","footnote":503,"label":433,"status_code":true,"enabled":null} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD chapter TYPE integer REQUIRED no
FIELD umi TYPE string_date-time REQUIRED yes
FIELD subtotal TYPE string REQUIRED yes
FIELD date.total TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD date.feedback TYPE ... | {"rating":"small","chapter":470,"umi":"2024-04-10T09:00:00Z","subtotal":"completed","date":{"total":"push","feedback":126,"format":"https://www.com/v1","altitude":"2021-12-11T03:58:00Z","options":{"sensor_id":"homozygous","run_id":"https://example.com","altitude":"Charlie","trace_id":"New York"},"aligned_pct":{"section... | extra_text_before | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"chapter": {
"type": "integer"
},
"umi": {
"type": "string",
"format": "date-time"
},
"subtotal": {
... | I've generated the following JSON:
{"rating":"small","chapter":470,"umi":"2024-04-10T09:00:00Z","subtotal":"completed","date":{"total":"push","feedback":126,"format":"https://www.com/v1","altitude":"2021-12-11T03:58:00Z","options":{"sensor_id":"homozygous","run_id":"https://example.com","altitude":"Charlie","trace_id":... | Output contains non-JSON text before the object | {"rating":"small","chapter":470,"umi":"2024-04-10T09:00:00Z","subtotal":"completed","date":{"total":"push","feedback":126,"format":"https://www.com/v1","altitude":"2021-12-11T03:58:00Z","options":{"sensor_id":"homozygous","run_id":"https://example.com","altitude":"Charlie","trace_id":"New York"},"aligned_pct":{"section... |
TASK repair_structured_output
SPEC
FIELD values TYPE number REQUIRED no
FIELD ph_level TYPE string VALUES draft|published|archived REQUIRED yes
FIELD username TYPE string_email REQUIRED no
FIELD phenotype TYPE string_email REQUIRED no
FIELD status_code TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{'ph_level':'draft','us... | {"ph_level":"draft","username":"info@domain.org","phenotype":"test@example.com","status_code":"https://data.com/v1"} | single_quotes | {
"type": "object",
"properties": {
"values": {
"type": "number"
},
"ph_level": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"username": {
"type": "string",
"format": "email"
},
"phenotype": {
"type"... | {'ph_level':'draft','username':'info@domain.org','phenotype':'test@example.com','status_code':'https://data.com/v1'} | Expecting property name enclosed in double quotes | {"ph_level":"draft","username":"info@domain.org","phenotype":"test@example.com","status_code":"https://data.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_y83 TYPE integer REQUIRED yes
FIELD col_e56 TYPE string_date-time REQUIRED no
FIELD field_g42 TYPE number REQUIRED yes
FIELD prop_p96.dim_p74 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_p96.col_k63 TYPE integer REQUIRED yes
FIELD prop_p96.pa... | {"prop_y83":173,"field_g42":297.73,"prop_p96":{"dim_p74":"in_transit","col_k63":321,"param_b71":["hemizygous","hemizygous","homozygous"],"attr_m27":[{"val_y19":true,"attr_i60":"quux","prop_z48":true,"prop_d95":"level_2","attr_q29":"mode_a","key_l98":107.5},{"val_c81":351.71,"attr_i60":"pending","prop_z48":false,"prop_d... | agent_chain | {
"type": "object",
"properties": {
"prop_y83": {
"type": "integer"
},
"col_e56": {
"type": "string",
"format": "date-time"
},
"field_g42": {
"type": "number"
},
"prop_p96": {
"type": "object",
"properties": {
"dim_p74": {
"type": "st... | Let me check the system.
Action: query_port_status
Result: {"prop_y83": 173, "field_g42": 297.73}
I'll query our database.
Action: create_ticket
Result: | Agent multi-step chain with truncated tool output | {"prop_y83":173,"field_g42":297.73,"prop_p96":{"dim_p74":"in_transit","col_k63":321,"param_b71":["hemizygous","hemizygous","homozygous"],"attr_m27":[{"val_y19":true,"attr_i60":"quux","prop_z48":true,"prop_d95":"level_2","attr_q29":"mode_a","key_l98":107.5},{"val_c81":351.71,"attr_i60":"pending","prop_z48":false,"prop_d... |
TASK repair_structured_output
SPEC
FIELD col_e51 TYPE number REQUIRED yes
FIELD col_c01 TYPE boolean REQUIRED yes
FIELD prop_c02.field_u69.dim_s15 TYPE string REQUIRED yes
FIELD prop_c02.field_u69.val_o46 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_c02.field_u69.field_m83 TYPE string REQUIRED n... | {"col_e51":400.16,"col_c01":true,"prop_c02":{"field_u69":{"dim_s15":"Smith","val_o46":"pro","field_m83":"Jane","attr_r61":"operational","field_o06":"2023-02-25T22:04:00Z","val_b26":192},"val_n51":null,"key_q49":354,"attr_j43":{"attr_u30":"demo","attr_x21":"active"},"key_j43":343.53}} | single_quotes | {
"type": "object",
"properties": {
"col_e51": {
"type": "number"
},
"col_c01": {
"type": "boolean"
},
"prop_c02": {
"type": "object",
"properties": {
"field_u69": {
"type": "object",
"properties": {
"dim_s15": {
"type... | {'col_e51':400.16,'col_c01':true,'prop_c02':{'field_u69':{'dim_s15':'Smith','val_o46':'pro','field_m83':'Jane','attr_r61':'operational','field_o06':'2023-02-25T22:04:00Z','val_b26':192},'val_n51':null,'key_q49':354,'attr_j43':{'attr_u30':'demo','attr_x21':'active'},'key_j43':343.53}} | Expecting property name enclosed in double quotes | {"col_e51":400.16,"col_c01":true,"prop_c02":{"field_u69":{"dim_s15":"Smith","val_o46":"pro","field_m83":"Jane","attr_r61":"operational","field_o06":"2023-02-25T22:04:00Z","val_b26":192},"val_n51":null,"key_q49":354,"attr_j43":{"attr_u30":"demo","attr_x21":"active"},"key_j43":343.53}} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string REQUIRED yes
FIELD date TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD status_code TYPE string REQUIRED yes
BROKEN_OUTPUT
{"compound":"world","date":"free","status_code":"FWD",} | {"compound":"world","date":"free","status_code":"FWD"} | trailing_comma | {
"type": "object",
"properties": {
"compound": {
"type": "string"
},
"date": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"status_code": {
"type": "string"
}
},
"required": [
"status_code",
... | {"compound":"world","date":"free","status_code":"FWD",} | Unexpected trailing comma | {"compound":"world","date":"free","status_code":"FWD"} |
TASK repair_structured_output
SPEC
FIELD val_w85 TYPE string REQUIRED no
FIELD prop_p39 TYPE string REQUIRED yes
FIELD attr_n60 TYPE string_uri REQUIRED no
FIELD field_r10 TYPE string REQUIRED no
BROKEN_OUTPUT
{"val_w85":"GRCh38","prop_p39":"Jane",} | {"val_w85":"GRCh38","prop_p39":"Jane"} | trailing_comma | {
"type": "object",
"properties": {
"val_w85": {
"type": "string"
},
"prop_p39": {
"type": "string"
},
"attr_n60": {
"type": "string",
"format": "uri"
},
"field_r10": {
"type": "string"
}
},
"required": [
"prop_p39"
]
} | {"val_w85":"GRCh38","prop_p39":"Jane",} | Unexpected trailing comma | {"val_w85":"GRCh38","prop_p39":"Jane"} |
TASK repair_structured_output
SPEC
FIELD dim_o29 TYPE string_uri REQUIRED no
FIELD val_o78.val_u50 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD val_o78.col_f32 TYPE integer REQUIRED no
FIELD val_o78.col_e48 TYPE string REQUIRED no
FIELD val_o78.prop_x55 TYPE string_uri REQUIRED yes
F... | {"dim_o29":"https://api.org/api","val_o78":{"val_u50":"type_f","col_f32":598,"col_e48":"demo","prop_x55":"https://data.io/v1","col_o56":429.07,"attr_k50":"type_d"},"prop_i14":808.51,"param_p47":"cat_b","attr_d84":{"key_l01":true,"val_z19":"draft","key_f19":{"dim_b99":"Tokyo","attr_b85":true,"key_v79":"GRCh38","val_z02"... | null_required | {
"type": "object",
"properties": {
"dim_o29": {
"type": "string",
"format": "uri"
},
"val_o78": {
"type": "object",
"properties": {
"val_u50": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | {"dim_o29": "https://api.org/api", "val_o78": {"val_u50": "type_f", "col_f32": 598, "col_e48": "demo", "prop_x55": "https://data.io/v1", "col_o56": 429.07, "attr_k50": "type_d"}, "prop_i14": 808.51, "param_p47": "cat_b", "attr_d84": {"key_l01": true, "val_z19": "draft", "key_f19": {"dim_b99": "Tokyo", "attr_b85": true,... | Required field 'prop_c12' is null | {"dim_o29":"https://api.org/api","val_o78":{"val_u50":"type_f","col_f32":598,"col_e48":"demo","prop_x55":"https://data.io/v1","col_o56":429.07,"attr_k50":"type_d"},"prop_i14":808.51,"param_p47":"cat_b","attr_d84":{"key_l01":true,"val_z19":"draft","key_f19":{"dim_b99":"Tokyo","attr_b85":true,"key_v79":"GRCh38","val_z02"... |
TASK repair_structured_output
SPEC
FIELD prop_h53 TYPE integer REQUIRED yes
FIELD prop_p71 TYPE number REQUIRED yes
FIELD dim_x98[] TYPE number REQUIRED no
BROKEN_OUTPUT
{"prop_h53":336,"prop_p71":98.71} | {"prop_h53":336,"prop_p71":98.71} | missing_bracket | {
"type": "object",
"properties": {
"prop_h53": {
"type": "integer"
},
"prop_p71": {
"type": "number"
},
"dim_x98": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"prop_p71",
"prop_h53"
]
} | {"prop_h53":336,"prop_p71":98.71} | Missing closing bracket | {"prop_h53":336,"prop_p71":98.71} |
TASK repair_structured_output
SPEC
FIELD val_l28.field_i19 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_l28.col_a06 TYPE integer REQUIRED yes
FIELD val_l28.prop_r29 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_c02 TYPE string VALUES mode_a|mode_b|mode_c... | {"val_l28":{"field_i19":"new","col_a06":837,"prop_r29":"level_3"},"key_c02":"mode_d","field_l09":"quux","col_c66":{"val_r20":false,"attr_u24":317},"prop_v45":"level_1"} | truncated_object | {
"type": "object",
"properties": {
"val_l28": {
"type": "object",
"properties": {
"field_i19": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_a06": {
... | {"val_l28":{"field_i19":"new","col_a06":837,"prop_r29":"level_3"},"key_c02":"mode_d","field_l09":"quux","col_c66":{"val_r20":false,"attr_u24":317},"prop_v45":"level_1" | Unexpected end of JSON input — truncated object | {"val_l28":{"field_i19":"new","col_a06":837,"prop_r29":"level_3"},"key_c02":"mode_d","field_l09":"quux","col_c66":{"val_r20":false,"attr_u24":317},"prop_v45":"level_1"} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE string_email REQUIRED no
FIELD half_life TYPE string_email REQUIRED yes
FIELD reagent TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
BROKEN_OUTPUT
{"half_life":"ops@test.io","reagent":"basic" | {"half_life":"ops@test.io","reagent":"basic"} | truncated_object | {
"type": "object",
"properties": {
"velocity": {
"type": "string",
"format": "email"
},
"half_life": {
"type": "string",
"format": "email"
},
"reagent": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]... | {"half_life":"ops@test.io","reagent":"basic" | Unexpected end of JSON input — truncated object | {"half_life":"ops@test.io","reagent":"basic"} |
TASK repair_structured_output
SPEC
FIELD param_a15 TYPE integer REQUIRED yes
FIELD param_f49 TYPE integer REQUIRED no
FIELD param_m52 TYPE string REQUIRED no
FIELD prop_q39 TYPE string REQUIRED no
FIELD dim_v52 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD val_v42 TYPE string VALUES single|married|divorced... | {"param_a15":123,"param_m52":"bar","prop_q39":"Silva","val_v42":"divorced","col_c06":true,"key_k60":"https://data.com/data"} | agent_chain | {
"type": "object",
"properties": {
"param_a15": {
"type": "integer"
},
"param_f49": {
"type": "integer"
},
"param_m52": {
"type": "string"
},
"prop_q39": {
"type": "string"
},
"dim_v52": {
"type": "string",
"enum": [
"type_a",
... | I need to look up the information first.
Action: filter_variants
Result: {"param_a15": 123, "param_m52": "bar", "prop_q39": "Silva", "col_c06": true, "key_k60": "https://data.com/data"}
I'll query our database.
Action: process_payment
Result: | Agent multi-step chain with truncated tool output | {"param_a15":123,"param_m52":"bar","prop_q39":"Silva","val_v42":"divorced","col_c06":true,"key_k60":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD val_i10 TYPE string REQUIRED no
FIELD key_t07 TYPE integer REQUIRED yes
FIELD key_c85[] TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
I found that key_c85 should be ['2026-09-19T13:13:00Z']. {"val_i10":"demo","key_t07":448,"key_c85":["2026-09-19T13:13:00Z"]} | {"val_i10":"demo","key_t07":448,"key_c85":["2026-09-19T13:13:00Z"]} | partial_structure | {
"type": "object",
"properties": {
"val_i10": {
"type": "string"
},
"key_t07": {
"type": "integer"
},
"key_c85": {
"type": "array",
"items": {
"type": "string",
"format": "date-time"
}
}
},
"required": [
"key_c85",
"key_t07"
]
} | I found that key_c85 should be ['2026-09-19T13:13:00Z']. {"val_i10":"demo","key_t07":448,"key_c85":["2026-09-19T13:13:00Z"]} | Output mixes natural language with JSON | {"val_i10":"demo","key_t07":448,"key_c85":["2026-09-19T13:13:00Z"]} |
TASK repair_structured_output
SPEC
FIELD level TYPE integer REQUIRED yes
FIELD width TYPE number REQUIRED no
FIELD score TYPE string REQUIRED no
FIELD patient_id TYPE integer REQUIRED yes
FIELD port_code TYPE string_uri REQUIRED yes
FIELD step TYPE string VALUES free|basic|pro|enterprise REQUIRED no
BROKEN_OUTPUT
{"l... | {"level":288,"score":"sample","patient_id":11,"port_code":"https://api.com/api","step":"free"} | missing_required | {
"type": "object",
"properties": {
"level": {
"type": "integer"
},
"width": {
"type": "number"
},
"score": {
"type": "string"
},
"patient_id": {
"type": "integer"
},
"port_code": {
"type": "string",
"format": "uri"
},
"step": {
"... | {"level": 288, "score": "sample", "port_code": "https://api.com/api", "step": "free"} | Required field 'patient_id' is missing | {"level":288,"score":"sample","patient_id":11,"port_code":"https://api.com/api","step":"free"} |
TASK repair_structured_output
SPEC
FIELD dim_x35 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD field_v51 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD param_q34 TYPE integer REQUIRED no
FIELD prop_m98.col_l54 TYPE number REQUIRED no
FIELD prop_m98.key_f67 TYPE stri... | {"dim_x35":"error","field_v51":"pending_review","param_q34":205,"prop_m98":{"key_f67":"info","key_x01":false,"dim_j38":"underway","dim_g04":{"prop_s03":null,"dim_f31":"Sao Paulo","param_q38":62},"prop_d69":"high","field_e06":{"prop_s04":523,"val_s55":"test@domain.org","prop_k03":832.5,"key_u79":true,"prop_g04":635.32,"... | extra_text_before | {
"type": "object",
"properties": {
"dim_x35": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_v51": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"esc... | I've generated the following JSON:
{"dim_x35":"error","field_v51":"pending_review","param_q34":205,"prop_m98":{"key_f67":"info","key_x01":false,"dim_j38":"underway","dim_g04":{"prop_s03":null,"dim_f31":"Sao Paulo","param_q38":62},"prop_d69":"high","field_e06":{"prop_s04":523,"val_s55":"test@domain.org","prop_k03":832.5... | Output contains non-JSON text before the object | {"dim_x35":"error","field_v51":"pending_review","param_q34":205,"prop_m98":{"key_f67":"info","key_x01":false,"dim_j38":"underway","dim_g04":{"prop_s03":null,"dim_f31":"Sao Paulo","param_q38":62},"prop_d69":"high","field_e06":{"prop_s04":523,"val_s55":"test@domain.org","prop_k03":832.5,"key_u79":true,"prop_g04":635.32,"... |
TASK repair_structured_output
SPEC
FIELD attr_r74 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_t01 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD param_u55 TYPE number REQUIRED no
FIELD attr_y80 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD field_k94... | {"attr_r74":"push","param_t01":"option_b"} | partial_structure | {
"type": "object",
"properties": {
"attr_r74": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_t01": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"param... | The attr_r74 is push and {"attr_r74":"push","param_t01":"option_b"} | Output mixes natural language with JSON | {"attr_r74":"push","param_t01":"option_b"} |
TASK repair_structured_output
SPEC
FIELD maturity_date.vessel_name TYPE string REQUIRED no
FIELD maturity_date.freight_class TYPE string VALUES active|inactive|pending REQUIRED no
FIELD maturity_date.enabled TYPE string REQUIRED yes
FIELD maturity_date.collateral TYPE number REQUIRED yes
FIELD maturity_date.color TYPE... | {"maturity_date":{"enabled":"completed","collateral":930.13,"color":"New York","price":true,"organism":"2023-12-25"},"isotope":"escalated","updated_at":"2023-12-25","turbidity":"RTG-04","bed_number":true,"insurance_id":384} | trailing_comma | {
"type": "object",
"properties": {
"maturity_date": {
"type": "object",
"properties": {
"vessel_name": {
"type": "string"
},
"freight_class": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
... | {"maturity_date":{"enabled":"completed","collateral":930.13,"color":"New York","price":true,"organism":"2023-12-25",},"isotope":"escalated","updated_at":"2023-12-25","turbidity":"RTG-04","bed_number":true,"insurance_id":384} | Unexpected trailing comma | {"maturity_date":{"enabled":"completed","collateral":930.13,"color":"New York","price":true,"organism":"2023-12-25"},"isotope":"escalated","updated_at":"2023-12-25","turbidity":"RTG-04","bed_number":true,"insurance_id":384} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE integer REQUIRED yes
FIELD bearing TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD run_id TYPE string REQUIRED no
FIELD duration_ms TYPE integer REQUIRED yes
FIELD batch_code TYPE string_uri REQUIRED yes
FIELD temp_celsius TYPE strin... | {"catalyst":345,"run_id":"London","duration_ms":520,"batch_code":"https://example.com/data","temp_celsius":"EUR","ward":"married","branch":"cat_a"} | number_with_unit | {
"type": "object",
"properties": {
"catalyst": {
"type": "integer"
},
"bearing": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"run_id": {
"type": "string"
},
"d... | {"catalyst": "345sec", "run_id": "London", "duration_ms": 520, "batch_code": "https://example.com/data", "temp_celsius": "EUR", "ward": "married", "branch": "cat_a"} | Field 'catalyst' must be number, got string with unit | {"catalyst":345,"run_id":"London","duration_ms":520,"batch_code":"https://example.com/data","temp_celsius":"EUR","ward":"married","branch":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD val_q99 TYPE string REQUIRED no
FIELD dim_q70 TYPE integer REQUIRED no
FIELD param_v07 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_z57.dim_t86 TYPE string REQUIRED yes
FIELD dim_z57.field_v92 TYPE boolean REQUIRED yes
FIELD dim_z57.dim_i35 TYPE stri... | {"val_q99":"Hapag-Lloyd-Express","param_v07":"unstable","dim_z57":{"dim_t86":"https://example.com","field_v92":true,"dim_i35":"reliable","prop_m03":true}} | missing_required | {
"type": "object",
"properties": {
"val_q99": {
"type": "string"
},
"dim_q70": {
"type": "integer"
},
"param_v07": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_z57": {
"type": "object",
"... | {"val_q99": "Hapag-Lloyd-Express", "param_v07": "unstable"} | Required field 'dim_z57' is missing | {"val_q99":"Hapag-Lloyd-Express","param_v07":"unstable","dim_z57":{"dim_t86":"https://example.com","field_v92":true,"dim_i35":"reliable","prop_m03":true}} |
TASK repair_structured_output
SPEC
FIELD val_a89 TYPE string REQUIRED no
FIELD prop_b46 TYPE string_uri REQUIRED yes
FIELD param_w84 TYPE string REQUIRED no
FIELD prop_c12 TYPE string REQUIRED yes
FIELD col_f86 TYPE number REQUIRED yes
FIELD param_v97 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the info... | {"prop_b46":"https://data.com/api","param_w84":"QC-07","prop_c12":"demo","col_f86":411.32,"param_v97":856} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_a89": {
"type": "string"
},
"prop_b46": {
"type": "string",
"format": "uri"
},
"param_w84": {
"type": "string"
},
"prop_c12": {
"type": "string"
},
"col_f86": {
"type": "number"
},
"param_v97": {... | I need to look up the information first.
Action: search
Arguments: {"prop_b46": "https://data.com/api", "param_w84": "QC-07", "prop_c12": "demo", "param_v97": 856} | Agent tool call missing required parameter 'col_f86' | {"prop_b46":"https://data.com/api","param_w84":"QC-07","prop_c12":"demo","col_f86":411.32,"param_v97":856} |
TASK repair_structured_output
SPEC
FIELD key_i83 TYPE string REQUIRED no
FIELD param_y47 TYPE integer REQUIRED yes
FIELD param_d95 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_s74 TYPE boolean REQUIRED no
FIELD prop_x60 TYPE integer REQUIRED no
FIELD col_v42 TYPE string VALUES open|in_progress|resol... | {"param_y47":678,"param_d95":"sms","param_s74":false,"val_k86":{"prop_d88":66,"prop_w32":"published","param_i57":880.14,"param_i00":904,"param_f93":"FWD","field_m45":"hello","param_p04":false},"attr_m85":"success"} | boolean_as_string | {
"type": "object",
"properties": {
"key_i83": {
"type": "string"
},
"param_y47": {
"type": "integer"
},
"param_d95": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_s74": {
"type": "boolean"
... | {"param_y47": 678, "param_d95": "sms", "param_s74": "no", "val_k86": {"prop_d88": 66, "prop_w32": "published", "param_i57": 880.14, "param_i00": 904, "param_f93": "FWD", "field_m45": "hello", "param_p04": false}, "attr_m85": "success"} | Field 'param_s74' must be boolean, got string | {"param_y47":678,"param_d95":"sms","param_s74":false,"val_k86":{"prop_d88":66,"prop_w32":"published","param_i57":880.14,"param_i00":904,"param_f93":"FWD","field_m45":"hello","param_p04":false},"attr_m85":"success"} |
TASK repair_structured_output
SPEC
FIELD due_date.allele TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD due_date.diagnosis_code TYPE string VALUES option_a|option_b REQUIRED yes
FIELD due_date.position TYPE string REQUIRED no
FIELD due_date.throttle_pos TYPE string VALUES level_1|level... | {"due_date":{"allele":"mode_a","diagnosis_code":"option_a","position":"https://example.com","throttle_pos":"level_2"},"score":{"allele":632,"created_at":"editor","account_id":791,"loan_amount":"example","level":"success","bill_of_lading":"2021-05-23T03:09:00Z"},"weight":"This is a test value.","level":"oceanic","name":... | unquoted_keys | {
"type": "object",
"properties": {
"due_date": {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
... | {due_date:{allele:"mode_a",diagnosis_code:"option_a",position:"https://example.com",throttle_pos:"level_2"},score:{allele:632,created_at:"editor",account_id:791,loan_amount:"example",level:"success",bill_of_lading:"2021-05-23T03:09:00Z"},weight:"This is a test value.",level:"oceanic",name:"level_4"} | Expecting property name enclosed in double quotes | {"due_date":{"allele":"mode_a","diagnosis_code":"option_a","position":"https://example.com","throttle_pos":"level_2"},"score":{"allele":632,"created_at":"editor","account_id":791,"loan_amount":"example","level":"success","bill_of_lading":"2021-05-23T03:09:00Z"},"weight":"This is a test value.","level":"oceanic","name":... |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD run_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD payment_status TYPE integer REQUIRED no
FIELD feedback TYPE string VALUES draft|published|archived REQUIRED yes
FIELD sensor_id TYPE s... | {"ph_level":"underway","payment_status":500,"feedback":"draft","sensor_id":"delivered","email":728.87} | markdown_fences | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"run_id": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | ```json
{"ph_level":"underway","payment_status":500,"feedback":"draft","sensor_id":"delivered","email":728.87}
``` | Output contains markdown code fences | {"ph_level":"underway","payment_status":500,"feedback":"draft","sensor_id":"delivered","email":728.87} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string_date-time REQUIRED no
FIELD wavelength TYPE string REQUIRED yes
FIELD shift_code TYPE integer REQUIRED yes
FIELD strand TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD username[].hazmat_code TYPE string_email REQUIRED no
FIELD username[].f... | {"lab_result":"2020-01-01T03:31:00Z","wavelength":"This is a test value.","shift_code":471,"strand":"white","username":[{"hazmat_code":"ops@domain.org","footnote":"active","color":"Paris","frequency_hz":577},{"footnote":"Smith","color":"pending","frequency_hz":222,"account_id":"2021-01-17T03:49:00Z"},{"hazmat_code":"in... | tool_call_bad_format | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"format": "date-time"
},
"wavelength": {
"type": "string"
},
"shift_code": {
"type": "integer"
},
"strand": {
"type": "string",
"enum": [
"red",
"blue",
"gree... | <functioncall> generate_report
{lab_result: "2020-01-01T03:31:00Z", wavelength: "This is a test value.", shift_code: 471, strand: "white", username: [{hazmat_code: "ops@domain.org", footnote: "active", color: "Paris", frequency_hz: 577}, {footnote: "Smith", color: "pending", frequency_hz: 222, account_id: "2021-01-17T0... | Tool call has malformed arguments — unquoted keys in function parameters | {"lab_result":"2020-01-01T03:31:00Z","wavelength":"This is a test value.","shift_code":471,"strand":"white","username":[{"hazmat_code":"ops@domain.org","footnote":"active","color":"Paris","frequency_hz":577},{"footnote":"Smith","color":"pending","frequency_hz":222,"account_id":"2021-01-17T03:49:00Z"},{"hazmat_code":"in... |
TASK repair_structured_output
SPEC
FIELD dim_y56 TYPE string REQUIRED no
FIELD key_l97 TYPE number REQUIRED yes
FIELD param_e93 TYPE string REQUIRED yes
FIELD dim_m68 TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: calibrate_instrument
Arguments: {"key_l97": 689.11, "dim_m68": "A short descript... | {"key_l97":689.11,"param_e93":"baz","dim_m68":"A short description."} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_y56": {
"type": "string"
},
"key_l97": {
"type": "number"
},
"param_e93": {
"type": "string"
},
"dim_m68": {
"type": "string"
}
},
"required": [
"param_e93",
"key_l97"
]
} | Let me check the system.
Action: calibrate_instrument
Arguments: {"key_l97": 689.11, "dim_m68": "A short description."} | Agent tool call missing required parameter 'param_e93' | {"key_l97":689.11,"param_e93":"baz","dim_m68":"A short description."} |
TASK repair_structured_output
SPEC
FIELD title TYPE null REQUIRED no
FIELD velocity TYPE boolean REQUIRED yes
FIELD step TYPE string REQUIRED yes
FIELD ward TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD published.conductivity TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD published.credit_... | {"velocity":false,"step":"London","ward":"green"} | single_quotes | {
"type": "object",
"properties": {
"title": {
"type": "null"
},
"velocity": {
"type": "boolean"
},
"step": {
"type": "string"
},
"ward": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
... | {'velocity':false,'step':'London','ward':'green'} | Expecting property name enclosed in double quotes | {"velocity":false,"step":"London","ward":"green"} |
TASK repair_structured_output
SPEC
FIELD col_n26 TYPE number REQUIRED no
FIELD dim_y66 TYPE integer REQUIRED no
FIELD dim_r07 TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"col_n26":345.13,"dim_y66":251,"dim_r07":"New York"}
``` | {"col_n26":345.13,"dim_y66":251,"dim_r07":"New York"} | markdown_fences | {
"type": "object",
"properties": {
"col_n26": {
"type": "number"
},
"dim_y66": {
"type": "integer"
},
"dim_r07": {
"type": "string"
}
},
"required": [
"dim_r07"
]
} | ```json
{"col_n26":345.13,"dim_y66":251,"dim_r07":"New York"}
``` | Output contains markdown code fences | {"col_n26":345.13,"dim_y66":251,"dim_r07":"New York"} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string REQUIRED yes
FIELD yield_pct TYPE null REQUIRED yes
FIELD total TYPE string REQUIRED yes
FIELD phone TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: create_order
Result: {"isotope": "MV-Evergreen-01", "yield_pct": nul... | {"isotope":"MV-Evergreen-01","yield_pct":null,"total":"quux","phone":"baz"} | agent_chain | {
"type": "object",
"properties": {
"isotope": {
"type": "string"
},
"yield_pct": {
"type": "null"
},
"total": {
"type": "string"
},
"phone": {
"type": "string"
}
},
"required": [
"total",
"yield_pct",
"phone",
"isotope"
]
} | I need to look up the information first.
Action: create_order
Result: {"isotope": "MV-Evergreen-01", "yield_pct": null, "total": "quux"}
I'll query our database.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"isotope":"MV-Evergreen-01","yield_pct":null,"total":"quux","phone":"baz"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string_email REQUIRED no
FIELD height TYPE string REQUIRED no
FIELD published TYPE number REQUIRED yes
FIELD ph_level TYPE number REQUIRED yes
FIELD rating TYPE string VALUES active|inactive|pending REQUIRED no
FIELD first_name.latitude TYPE string REQUIRED yes
FI... | {"zip_code":"user@test.io","published":564.15,"ph_level":288.48,"first_name":{"latitude":"approved","repository":303.38,"procedure_code":"John","ph_level":"https://api.io/data","conductivity":{"active":"missense","country":"GRCh38","frequency_hz":586,"currency":"divorced","height":"https://www.io/api","dissolved_oxygen... | truncated_array | {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"format": "email"
},
"height": {
"type": "string"
},
"published": {
"type": "number"
},
"ph_level": {
"type": "number"
},
"rating": {
"type": "string",
"enum": [
... | {"zip_code":"user@test.io","published":564.15,"ph_level":288.48,"first_name":{"latitude":"approved","repository":303.38,"procedure_code":"John","ph_level":"https://api.io/data","conductivity":{"active":"missense","country":"GRCh38","frequency_hz":586,"currency":"divorced","height":"https://www.io/api","dissolved_oxygen... | Unexpected end of JSON input — truncated object | {"zip_code":"user@test.io","published":564.15,"ph_level":288.48,"first_name":{"latitude":"approved","repository":303.38,"procedure_code":"John","ph_level":"https://api.io/data","conductivity":{"active":"missense","country":"GRCh38","frequency_hz":586,"currency":"divorced","height":"https://www.io/api","dissolved_oxygen... |
TASK repair_structured_output
SPEC
FIELD state TYPE string REQUIRED yes
FIELD medication TYPE integer REQUIRED yes
FIELD deploy_target TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
Tool: run_diagnostics
Params: {"state": "2023-12-25", "deploy_target": "synonymous", "medication_... | {"state":"2023-12-25","medication":532,"deploy_target":"synonymous"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"state": {
"type": "string"
},
"medication": {
"type": "integer"
},
"deploy_target": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
}
},
"required": [
... | Tool: run_diagnostics
Params: {"state": "2023-12-25", "deploy_target": "synonymous", "medication_id": 532} | Agent used wrong parameter name 'medication_id' instead of 'medication' | {"state":"2023-12-25","medication":532,"deploy_target":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD prop_p54 TYPE integer REQUIRED yes
FIELD prop_y93 TYPE string REQUIRED yes
FIELD col_n83 TYPE string REQUIRED no
FIELD param_h50 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD prop_s42 TYPE string REQUIRED no
FIELD prop_w02.key_i65 TYPE string REQUIRED yes
FIELD p... | {"prop_p54":650,"prop_y93":"Paris","param_h50":"level_1","prop_s42":"active","param_r09":true,"prop_p47":"https://api.com/v1"} | agent_chain | {
"type": "object",
"properties": {
"prop_p54": {
"type": "integer"
},
"prop_y93": {
"type": "string"
},
"col_n83": {
"type": "string"
},
"param_h50": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"p... | I need to look up the information first.
Action: check_availability
Result: {"prop_p54": 650, "prop_y93": "Paris", "param_h50": "level_1", "prop_s42": "active", "param_r09": true}
I'll query our database.
Action: schedule_meeting
Result: | Agent multi-step chain with truncated tool output | {"prop_p54":650,"prop_y93":"Paris","param_h50":"level_1","prop_s42":"active","param_r09":true,"prop_p47":"https://api.com/v1"} |
TASK repair_structured_output
SPEC
FIELD key_p58 TYPE string REQUIRED no
FIELD val_t06 TYPE boolean REQUIRED no
FIELD param_p14 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_l99 TYPE number REQUIRED no
FIELD key_k70.prop_c73 TYPE string VALUES new|in_transit|delivered|returned REQ... | {"key_p58":"sample","param_p14":"synonymous","attr_p01":{"dim_d15":806,"key_u57":"Tokyo","dim_f77":493.86,"key_x80":"intermittent","val_a55":522}} | trailing_comma | {
"type": "object",
"properties": {
"key_p58": {
"type": "string"
},
"val_t06": {
"type": "boolean"
},
"param_p14": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_l99": {
"ty... | {"key_p58":"sample","param_p14":"synonymous","attr_p01":{"dim_d15":806,"key_u57":"Tokyo","dim_f77":493.86,"key_x80":"intermittent","val_a55":522,}} | Unexpected trailing comma | {"key_p58":"sample","param_p14":"synonymous","attr_p01":{"dim_d15":806,"key_u57":"Tokyo","dim_f77":493.86,"key_x80":"intermittent","val_a55":522}} |
TASK repair_structured_output
SPEC
FIELD val_v60.attr_x66 TYPE number REQUIRED no
FIELD val_v60.attr_l41 TYPE string REQUIRED yes
FIELD val_v60.attr_p12 TYPE null REQUIRED no
FIELD val_v60.val_o47 TYPE boolean REQUIRED no
FIELD val_v60.field_k58.col_o75 TYPE integer REQUIRED no
FIELD val_v60.field_k58.col_k67 TYPE int... | {"col_c25":{"prop_e84":527,"prop_c93":"type_b","key_s14":[671,565]},"key_o58":"level_1","val_l93":{"field_c14":289.04,"prop_v72":"test@example.com","key_a70":"world","field_p70":{"key_a38":"warning","param_a34":"https://api.example.com/v1"}}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_v60": {
"type": "object",
"properties": {
"attr_x66": {
"type": "number"
},
"attr_l41": {
"type": "string"
},
"attr_p12": {
"type": "null"
},
"val_o47": {
"type": ... | I need to look up the information first.
Action: process_payment
Arguments: {"col_c25": {"prop_e84": 527, "prop_c93": "type_b", "key_s14": [671, 565]}, "key_o58": "level_1"} | Agent tool call missing required parameter 'val_l93' | {"col_c25":{"prop_e84":527,"prop_c93":"type_b","key_s14":[671,565]},"key_o58":"level_1","val_l93":{"field_c14":289.04,"prop_v72":"test@example.com","key_a70":"world","field_p70":{"key_a38":"warning","param_a34":"https://api.example.com/v1"}}} |
TASK repair_structured_output
SPEC
FIELD date TYPE number REQUIRED yes
FIELD lane TYPE integer REQUIRED no
FIELD values.wavelength TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD values.options TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD values.coverage TYPE string VALUES mode... | {"date":587.44,"lane":646,"values":{"wavelength":"info","options":"level_2","coverage":"mode_e","language":true,"salinity":"success","log_level":310,"url":317.22,"ward":"Paris"}} | missing_required | {
"type": "object",
"properties": {
"date": {
"type": "number"
},
"lane": {
"type": "integer"
},
"values": {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"success",
"error",
"... | {"date": 587.44, "lane": 646} | Required field 'values' is missing | {"date":587.44,"lane":646,"values":{"wavelength":"info","options":"level_2","coverage":"mode_e","language":true,"salinity":"success","log_level":310,"url":317.22,"ward":"Paris"}} |
TASK repair_structured_output
SPEC
FIELD status TYPE string_email REQUIRED no
FIELD last_name TYPE string REQUIRED no
FIELD longitude TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD published TYPE string REQUIRED no
BROKEN_OUTPUT
{"last_name":"This is a test value.","longitude":"EUR"} | {"last_name":"This is a test value.","longitude":"EUR"} | missing_bracket | {
"type": "object",
"properties": {
"status": {
"type": "string",
"format": "email"
},
"last_name": {
"type": "string"
},
"longitude": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"publish... | {"last_name":"This is a test value.","longitude":"EUR"} | Missing closing bracket | {"last_name":"This is a test value.","longitude":"EUR"} |
TASK repair_structured_output
SPEC
FIELD attr_w46 TYPE string REQUIRED yes
FIELD param_i08 TYPE null REQUIRED yes
FIELD field_u53 TYPE string REQUIRED no
FIELD prop_b33[] TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
BROKEN_OUTPUT
{"param_i08": null, "field_u53": "test@example.com", "prop_b33": ["type_a"... | {"attr_w46":"demo","param_i08":null,"field_u53":"test@example.com","prop_b33":["type_a","type_b"]} | missing_required | {
"type": "object",
"properties": {
"attr_w46": {
"type": "string"
},
"param_i08": {
"type": "null"
},
"field_u53": {
"type": "string"
},
"prop_b33": {
"type": "array",
"items": {
"type": "string",
"enum": [
"type_a",
"typ... | {"param_i08": null, "field_u53": "test@example.com", "prop_b33": ["type_a", "type_b"]} | Required field 'attr_w46' is missing | {"attr_w46":"demo","param_i08":null,"field_u53":"test@example.com","prop_b33":["type_a","type_b"]} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD strand TYPE integer REQUIRED yes
FIELD filter_flag.zip_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD filter_flag.options TYPE integer REQUIRED yes
FIELD filter_flag.status TYPE stri... | {"phone":"inactive","strand":147,"tile":"Diana","quantity":"example"} | null_required | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"strand": {
"type": "integer"
},
"filter_flag": {
"type": "object",
"properties": {
"zip_code": {
"type": ... | {"phone": null, "strand": 147, "tile": "Diana", "quantity": "example"} | Required field 'phone' is null | {"phone":"inactive","strand":147,"tile":"Diana","quantity":"example"} |
TASK repair_structured_output
SPEC
FIELD field_j66 TYPE string_uri REQUIRED no
FIELD prop_n71 TYPE boolean REQUIRED yes
FIELD prop_j74 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD key_p61 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_m91 TYPE string_uri RE... | {"field_j66":"https://example.io/data","prop_n71":false,"prop_j74":"operational","key_p61":"resolved","dim_m91":"https://example.com/data"} | thought_process | {
"type": "object",
"properties": {
"field_j66": {
"type": "string",
"format": "uri"
},
"prop_n71": {
"type": "boolean"
},
"prop_j74": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"field_j66":"https://example.io/data","prop_n71":false,"prop_j74":"operational","key_p61":"resolved","dim_m91":"https://example.com/data"} | Output contains chain-of-thought reasoning before JSON | {"field_j66":"https://example.io/data","prop_n71":false,"prop_j74":"operational","key_p61":"resolved","dim_m91":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD dim_c00 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_s18 TYPE number REQUIRED yes
FIELD dim_x70[] TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
BROKEN_OUTPUT
{'dim_c00':'option_b','field_s18':551.77,'dim_x70':['cat_a','cat_c','cat_a','cat_b']} | {"dim_c00":"option_b","field_s18":551.77,"dim_x70":["cat_a","cat_c","cat_a","cat_b"]} | single_quotes | {
"type": "object",
"properties": {
"dim_c00": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"field_s18": {
"type": "number"
},
"dim_x70": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cat_a",
... | {'dim_c00':'option_b','field_s18':551.77,'dim_x70':['cat_a','cat_c','cat_a','cat_b']} | Expecting property name enclosed in double quotes | {"dim_c00":"option_b","field_s18":551.77,"dim_x70":["cat_a","cat_c","cat_a","cat_b"]} |
TASK repair_structured_output
SPEC
FIELD url TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD product_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD ward TYPE string REQUIRED yes
BROKEN_OUTPUT
{"url": "berthed", "product_id": "basic", "ward": null} | {"url":"berthed","product_id":"basic","ward":"Santos"} | null_required | {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"product_id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]... | {"url": "berthed", "product_id": "basic", "ward": null} | Required field 'ward' is null | {"url":"berthed","product_id":"basic","ward":"Santos"} |
TASK repair_structured_output
SPEC
FIELD field_r99.attr_i33.dim_r83 TYPE number REQUIRED yes
FIELD field_r99.attr_i33.attr_q71 TYPE number REQUIRED yes
FIELD field_r99.attr_i33.dim_d22 TYPE string_email REQUIRED no
FIELD field_r99.attr_i98 TYPE string REQUIRED yes
FIELD field_r99.prop_j74 TYPE string REQUIRED yes
FIEL... | {"field_r99":{"attr_i33":{"dim_r83":969.68,"attr_q71":312.7,"dim_d22":"test@domain.org"},"attr_i98":"Smith","prop_j74":"Hapag-Lloyd-Express"},"val_v35":true,"val_o92":"closed","col_v84":"warning","key_w68":"operational","val_g91":{"dim_o17":true,"param_x16":"https://example.com/api","dim_b51":null,"field_d53":980}} | thought_process | {
"type": "object",
"properties": {
"field_r99": {
"type": "object",
"properties": {
"attr_i33": {
"type": "object",
"properties": {
"dim_r83": {
"type": "number"
},
"attr_q71": {
"type": "number"
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"field_r99":{"attr_i33":{"dim_r83":969.68,"attr_q71":312.7,"dim_d22":"test@domain.org"},"attr_i98":"Smith","prop_j74":"Hapag-Lloyd-Express"},"val_v35":true,"val_o92":"closed","col_v84":"warning","key_w68":"operational","val_g91":{"di... | Output contains chain-of-thought reasoning before JSON | {"field_r99":{"attr_i33":{"dim_r83":969.68,"attr_q71":312.7,"dim_d22":"test@domain.org"},"attr_i98":"Smith","prop_j74":"Hapag-Lloyd-Express"},"val_v35":true,"val_o92":"closed","col_v84":"warning","key_w68":"operational","val_g91":{"dim_o17":true,"param_x16":"https://example.com/api","dim_b51":null,"field_d53":980}} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE integer REQUIRED no
FIELD yield_pct TYPE string REQUIRED yes
FIELD wavelength.quality_score TYPE string VALUES draft|published|archived REQUIRED yes
FIELD wavelength.label TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD wavelength.longitude TYPE str... | {"yield_pct":"foo","wavelength":{"quality_score":"archived","run_id":849.71,"latitude":"Diana","email":"test@example.com"}} | agent_chain | {
"type": "object",
"properties": {
"amplitude": {
"type": "integer"
},
"yield_pct": {
"type": "string"
},
"wavelength": {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"draft",
"publis... | Let me check the system.
Action: get_weather
Result: {"yield_pct": "foo"}
I'll query our database.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"yield_pct":"foo","wavelength":{"quality_score":"archived","run_id":849.71,"latitude":"Diana","email":"test@example.com"}} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE number REQUIRED no
FIELD type TYPE string REQUIRED no
FIELD torque_output[].build_status TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD torque_output[].brake_pressure TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIR... | {"updated_at":17.22,"type":"active","torque_output":[{"build_status":"low","brake_pressure":"option_d","procedure_code":"user@domain.com","order_id":"cat_b"},{"build_status":"low","brake_pressure":"option_c","procedure_code":"Paris","order_id":"cat_b","repository":295}]} | truncated_array | {
"type": "object",
"properties": {
"updated_at": {
"type": "number"
},
"type": {
"type": "string"
},
"torque_output": {
"type": "array",
"items": {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"en... | {"updated_at":17.22,"type":"active","torque_output":[{"build_status":"low","brake_pressure":"option_d","procedure_code":"user@domain.com","order_id":"cat_b"},{"build_status":"low","brake_pressure":"option_c","procedure_code":"Paris","order_id":"cat_b","repository":295} | Unexpected end of JSON input — truncated array | {"updated_at":17.22,"type":"active","torque_output":[{"build_status":"low","brake_pressure":"option_d","procedure_code":"user@domain.com","order_id":"cat_b"},{"build_status":"low","brake_pressure":"option_c","procedure_code":"Paris","order_id":"cat_b","repository":295}]} |
TASK repair_structured_output
SPEC
FIELD val_q63 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD prop_v20 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD dim_n93 TYPE integer REQUIRED no
FIELD key_y04 TYPE string_date-time REQUIRED no
FIELD prop_k80 TYPE string RE... | {"val_q63":"cat_d","prop_v20":"level_5","dim_n93":322,"key_y04":"2026-05-06T11:22:00Z","field_i59":"level_4","prop_s25":904} | truncated_object | {
"type": "object",
"properties": {
"val_q63": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"prop_v20": {
"type": "string",
"enum": [
"level_1",
"level_2",
"le... | {"val_q63":"cat_d","prop_v20":"level_5","dim_n93":322,"key_y04":"2026-05-06T11:22:00Z","field_i59":"level_4","prop_s25":904 | Unexpected end of JSON input — truncated object | {"val_q63":"cat_d","prop_v20":"level_5","dim_n93":322,"key_y04":"2026-05-06T11:22:00Z","field_i59":"level_4","prop_s25":904} |
TASK repair_structured_output
SPEC
FIELD col_a04 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD key_l64 TYPE boolean REQUIRED no
FIELD dim_i91.key_j34 TYPE number REQUIRED no
FIELD dim_i91.dim_p34 TYPE string_uri REQUIRED yes
FIELD dim_i91.attr_l60[] TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mod... | {"col_a04":"mode_c","key_l64":true,"dim_i91":{"dim_p34":"https://data.com/data","attr_l60":["mode_c"]},"col_z21":"active","prop_e75":"Bob","field_r35":900.84,"field_y49":"mode_d"} | agent_chain | {
"type": "object",
"properties": {
"col_a04": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"key_l64": {
"type": "boolean"
},
"dim_i91": {
"type": "object",
"properties": {
"key_j34": {
... | I need to look up the information first.
Action: generate_report
Result: {"col_a04": "mode_c", "dim_i91": {"dim_p34": "https://data.com/data", "attr_l60": ["mode_c"]}, "col_z21": "active", "prop_e75": "Bob", "field_r35": 900.84, "field_y49": "mode_d"}
I'll query our database.
Action: filter_variants
Result: | Agent multi-step chain with truncated tool output | {"col_a04":"mode_c","key_l64":true,"dim_i91":{"dim_p34":"https://data.com/data","attr_l60":["mode_c"]},"col_z21":"active","prop_e75":"Bob","field_r35":900.84,"field_y49":"mode_d"} |
TASK repair_structured_output
SPEC
FIELD strand TYPE boolean REQUIRED no
FIELD paragraph TYPE boolean REQUIRED no
FIELD status_code TYPE null REQUIRED yes
FIELD user_id.color TYPE boolean REQUIRED yes
FIELD user_id.umi TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD user_id.end_date.deploy_target TYPE strin... | {"strand":false,"status_code":null,"user_id":{"color":false,"umi":"xl","conductivity":265},"temp_celsius":595,"maturity_date":true} | missing_required | {
"type": "object",
"properties": {
"strand": {
"type": "boolean"
},
"paragraph": {
"type": "boolean"
},
"status_code": {
"type": "null"
},
"user_id": {
"type": "object",
"properties": {
"color": {
"type": "boolean"
},
"umi"... | {"strand": false, "user_id": {"color": false, "umi": "xl", "conductivity": 265}, "temp_celsius": 595, "maturity_date": true} | Required field 'status_code' is missing | {"strand":false,"status_code":null,"user_id":{"color":false,"umi":"xl","conductivity":265},"temp_celsius":595,"maturity_date":true} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD city TYPE string REQUIRED no
FIELD run_id.commit_hash TYPE boolean REQUIRED yes
FIELD run_id.amplitude TYPE string_email REQUIRED yes
FIELD run_id.message TYPE string VALUES small|medium|large|xl REQUIRED y... | {"commit_hash":"small","run_id":{"commit_hash":false,"amplitude":"ops@example.com","message":"medium","organism":"Silva"},"language":"new","score":{"bed_number":"medium","discount":"baz","level":"push"},"longitude":"chrX"} | invalid_enum | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"city": {
"type": "string"
},
"run_id": {
"type": "object",
"properties": {
"commit_hash": {
... | {"commit_hash": "small", "run_id": {"commit_hash": false, "amplitude": "ops@example.com", "message": "medium", "organism": "Silva"}, "language": "invalid_value_485", "score": {"bed_number": "medium", "discount": "baz", "level": "push"}, "longitude": "chrX"} | Field 'language' has invalid enum value 'invalid_value_485', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"commit_hash":"small","run_id":{"commit_hash":false,"amplitude":"ops@example.com","message":"medium","organism":"Silva"},"language":"new","score":{"bed_number":"medium","discount":"baz","level":"push"},"longitude":"chrX"} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string_uri REQUIRED no
FIELD turbidity TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD company TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD organism TYPE integer REQUIRED yes
FIELD insurance_id TYPE string R... | {"turbidity":"nonsense","company":"open","organism":273,"insurance_id":"test@example.com"} | tool_call_partial_args | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"format": "uri"
},
"turbidity": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"company": {
"type": "string",
"en... | Let me check the system.
Action: generate_report
Arguments: {"turbidity": "nonsense", "organism": 273, "insurance_id": "test@example.com"} | Agent tool call missing required parameter 'company' | {"turbidity":"nonsense","company":"open","organism":273,"insurance_id":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD param_v40 TYPE string REQUIRED no
FIELD key_c36 TYPE integer REQUIRED yes
FIELD col_p98 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
BROKEN_OUTPUT
{"key_c36":585,"col_p98":"intermittent"} | {"key_c36":585,"col_p98":"intermittent"} | missing_bracket | {
"type": "object",
"properties": {
"param_v40": {
"type": "string"
},
"key_c36": {
"type": "integer"
},
"col_p98": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}
},
"required": [
"key_c36"
]
} | {"key_c36":585,"col_p98":"intermittent"} | Missing closing bracket | {"key_c36":585,"col_p98":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE null REQUIRED yes
FIELD allele TYPE integer REQUIRED no
FIELD umi TYPE boolean REQUIRED no
FIELD category TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"fleet_number":null,"allele":365,"category":122}
``` | {"fleet_number":null,"allele":365,"category":122} | markdown_fences | {
"type": "object",
"properties": {
"fleet_number": {
"type": "null"
},
"allele": {
"type": "integer"
},
"umi": {
"type": "boolean"
},
"category": {
"type": "integer"
}
},
"required": [
"fleet_number",
"category"
]
} | ```json
{"fleet_number":null,"allele":365,"category":122}
``` | Output contains markdown code fences | {"fleet_number":null,"allele":365,"category":122} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.