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 field_m47 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_s42 TYPE boolean REQUIRED yes
FIELD attr_k71 TYPE integer REQUIRED no
FIELD attr_e85[].field_u88 TYPE string REQUIRED no
FIELD attr_e85[].key_k38 TYPE boolean REQUIRED no
FIELD attr_e85[].dim_n68 TYPE intege... | {"field_m47":"BRL","col_s42":false,"attr_k71":83,"attr_e85":[{"key_k38":true,"dim_n68":317,"key_d43":867.26,"val_c73":"2023-04-09T12:58:00Z","field_q26":"2022-01-20T10:31:00Z"},{"dim_n68":641,"val_c73":"2024-01-14T05:21:00Z"}]} | missing_brace | {
"type": "object",
"properties": {
"field_m47": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"col_s42": {
"type": "boolean"
},
"attr_k71": {
"type": "integer"
},
"attr_e85": {
"type": "ar... | {"field_m47":"BRL","col_s42":false,"attr_k71":83,"attr_e85":[{"key_k38":true,"dim_n68":317,"key_d43":867.26,"val_c73":"2023-04-09T12:58:00Z","field_q26":"2022-01-20T10:31:00Z"},"dim_n68":641,"val_c73":"2024-01-14T05:21:00Z"}]} | Missing closing brace | {"field_m47":"BRL","col_s42":false,"attr_k71":83,"attr_e85":[{"key_k38":true,"dim_n68":317,"key_d43":867.26,"val_c73":"2023-04-09T12:58:00Z","field_q26":"2022-01-20T10:31:00Z"},{"dim_n68":641,"val_c73":"2024-01-14T05:21:00Z"}]} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string_email REQUIRED yes
FIELD length TYPE string REQUIRED yes
FIELD format.brake_pressure TYPE string_date-time REQUIRED no
FIELD format.compound.active TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD format.compound.country TYPE integer ... | {"product_id":"ops@domain.org","length":"quux","format":{"state":"red","active":{"subtotal":"rejected","credit_score":"https://data.org/api","branch":"Diana","terminal_id":"https://api.com/data","type":264},"dosage":969.99,"last_name":"2023-12-25"}} | missing_required | {
"type": "object",
"properties": {
"product_id": {
"type": "string",
"format": "email"
},
"length": {
"type": "string"
},
"format": {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"format": "date-time"
}... | {"product_id": "ops@domain.org", "format": {"state": "red", "active": {"subtotal": "rejected", "credit_score": "https://data.org/api", "branch": "Diana", "terminal_id": "https://api.com/data", "type": 264}, "dosage": 969.99, "last_name": "2023-12-25"}} | Required field 'length' is missing | {"product_id":"ops@domain.org","length":"quux","format":{"state":"red","active":{"subtotal":"rejected","credit_score":"https://data.org/api","branch":"Diana","terminal_id":"https://api.com/data","type":264},"dosage":969.99,"last_name":"2023-12-25"}} |
TASK repair_structured_output
SPEC
FIELD field_y92 TYPE string REQUIRED no
FIELD dim_m70 TYPE string REQUIRED yes
FIELD col_h45 TYPE number REQUIRED no
BROKEN_OUTPUT
{'dim_m70':'PASS','col_h45':357.92} | {"dim_m70":"PASS","col_h45":357.92} | single_quotes | {
"type": "object",
"properties": {
"field_y92": {
"type": "string"
},
"dim_m70": {
"type": "string"
},
"col_h45": {
"type": "number"
}
},
"required": [
"dim_m70"
]
} | {'dim_m70':'PASS','col_h45':357.92} | Expecting property name enclosed in double quotes | {"dim_m70":"PASS","col_h45":357.92} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE string REQUIRED yes
FIELD aligned_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD vital_sign TYPE integer REQUIRED no
FIELD maturity_date TYPE boolean REQUIRED no
FIELD items TYPE string_uri REQUIRED no
FIELD last_name TYPE... | {"velocity":"qux","aligned_pct":"level_6","vital_sign":426,"maturity_date":false,"items":"https://api.org/api","last_name":"cat_b","user_id":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"velocity": {
"type": "string"
},
"aligned_pct": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"vital_sign": {
"type": "integer"... | Tool: validate_address
Params: {"velocity": "qux", "aligned_pct": "level_6", "vital_sign": 426, "maturity_date": false, "items": "https://api.org/api", "last_name": "cat_b", "user_id": null} | Agent used wrong parameter name 'start_date2' instead of 'start_date' | {"velocity":"qux","aligned_pct":"level_6","vital_sign":426,"maturity_date":false,"items":"https://api.org/api","last_name":"cat_b","user_id":null} |
TASK repair_structured_output
SPEC
FIELD url.salinity TYPE string_uri REQUIRED yes
FIELD url.maturity_date TYPE string_uri REQUIRED yes
FIELD url.vessel_name[].price TYPE string VALUES success|error|warning|info REQUIRED no
FIELD url.vessel_name[].first_name TYPE string VALUES low|medium|high|critical REQUIRED yes
FIE... | {"url":{"salinity":"https://example.io/v1","maturity_date":"https://data.com/data","vessel_name":[{"price":"success","first_name":"critical","port_code":52,"comments":"email"},{"price":"warning","first_name":"critical","port_code":283},{"first_name":"medium","tags":"published","comments":"email"}]},"language":"info@dom... | trailing_comma | {
"type": "object",
"properties": {
"url": {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"format": "uri"
},
"maturity_date": {
"type": "string",
"format": "uri"
},
"vessel_name": {
"type":... | {"url":{"salinity":"https://example.io/v1","maturity_date":"https://data.com/data","vessel_name":[{"price":"success","first_name":"critical","port_code":52,"comments":"email",},{"price":"warning","first_name":"critical","port_code":283},{"first_name":"medium","tags":"published","comments":"email"}]},"language":"info@do... | Unexpected trailing comma | {"url":{"salinity":"https://example.io/v1","maturity_date":"https://data.com/data","vessel_name":[{"price":"success","first_name":"critical","port_code":52,"comments":"email"},{"price":"warning","first_name":"critical","port_code":283},{"first_name":"medium","tags":"published","comments":"email"}]},"language":"info@dom... |
TASK repair_structured_output
SPEC
FIELD dim_s20 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD val_h14 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD field_m09 TYPE string REQUIRED no
BROKEN_OUTPUT
{"dim_s20":"option_e","val_h14":"single","field_m09":"Charlie",} | {"dim_s20":"option_e","val_h14":"single","field_m09":"Charlie"} | trailing_comma | {
"type": "object",
"properties": {
"dim_s20": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"val_h14": {
"type": "string",
"enum": [
"single",
"married",
"divorc... | {"dim_s20":"option_e","val_h14":"single","field_m09":"Charlie",} | Unexpected trailing comma | {"dim_s20":"option_e","val_h14":"single","field_m09":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD published TYPE string REQUIRED no
FIELD pressure_kpa TYPE number REQUIRED no
FIELD berth_slot TYPE integer REQUIRED yes
FIELD insurance_id TYPE string REQUIRED yes
FIELD order_id TYPE integer REQUIRED yes
FIELD footnote TYPE null REQUIRED yes
BROKEN_OUTPUT
{"published":"A shor... | {"published":"A short description.","berth_slot":280,"insurance_id":"inactive","order_id":920,"footnote":null} | extra_text_after | {
"type": "object",
"properties": {
"published": {
"type": "string"
},
"pressure_kpa": {
"type": "number"
},
"berth_slot": {
"type": "integer"
},
"insurance_id": {
"type": "string"
},
"order_id": {
"type": "integer"
},
"footnote": {
"ty... | {"published":"A short description.","berth_slot":280,"insurance_id":"inactive","order_id":920,"footnote":null}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"published":"A short description.","berth_slot":280,"insurance_id":"inactive","order_id":920,"footnote":null} |
TASK repair_structured_output
SPEC
FIELD price TYPE integer REQUIRED no
FIELD image_url TYPE number REQUIRED no
FIELD level TYPE number REQUIRED yes
FIELD subject.height.company TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD subject.height.length TYPE string REQUIRED yes
FIELD subject.height.curren... | {"price":710,"level":819.53,"subject":{"height":{"company":"inland","length":"approved","currency":625.62,"barcode":false,"aligned_pct":"QC-07","country":"Berlin"},"deploy_target":"Maria","user_id":"mode_b","span_id":true,"company":539.21,"paragraph":662},"chromosome":"Johnson","values":221} | extra_text_after | {
"type": "object",
"properties": {
"price": {
"type": "integer"
},
"image_url": {
"type": "number"
},
"level": {
"type": "number"
},
"subject": {
"type": "object",
"properties": {
"height": {
"type": "object",
"properties": {
... | {"price":710,"level":819.53,"subject":{"height":{"company":"inland","length":"approved","currency":625.62,"barcode":false,"aligned_pct":"QC-07","country":"Berlin"},"deploy_target":"Maria","user_id":"mode_b","span_id":true,"company":539.21,"paragraph":662},"chromosome":"Johnson","values":221}
Analysis finished. | Output contains non-JSON text after the object | {"price":710,"level":819.53,"subject":{"height":{"company":"inland","length":"approved","currency":625.62,"barcode":false,"aligned_pct":"QC-07","country":"Berlin"},"deploy_target":"Maria","user_id":"mode_b","span_id":true,"company":539.21,"paragraph":662},"chromosome":"Johnson","values":221} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD paragraph TYPE null REQUIRED no
FIELD altitude TYPE string REQUIRED no
FIELD height TYPE string REQUIRED yes
FIELD strand TYPE string REQUIRED yes
FIELD collateral TYPE integer REQUIRED no
BROKEN_OU... | {"salinity":"open","height":"baz","strand":"Hapag-Lloyd-Express","collateral":636} | agent_chain | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"paragraph": {
"type": "null"
},
"altitude": {
"type": "string"
},
"height": {
"type": "strin... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"salinity": "open", "strand": "Hapag-Lloyd-Express", "collateral": 636}
Processing the request now.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"salinity":"open","height":"baz","strand":"Hapag-Lloyd-Express","collateral":636} |
TASK repair_structured_output
SPEC
FIELD size TYPE integer REQUIRED no
FIELD isotope TYPE boolean REQUIRED no
FIELD batch_code TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD barcode TYPE integer REQUIRED yes
FIELD dosage TYPE null REQUIRED no
FIELD interest_rate.height TYPE string REQUIRED yes
FIELD ... | {"isotope":true,"batch_code":"option_c","barcode":971,"dosage":null,"interest_rate":{"height":"Santos","price":216,"name":{"format":"cat_a","altitude":false,"cargo_type":"2024-12-20T10:21:00Z","phone":"info","compound":"2023-12-25"}},"version":"New York","log_level":"A short description."} | tool_call_python_syntax | {
"type": "object",
"properties": {
"size": {
"type": "integer"
},
"isotope": {
"type": "boolean"
},
"batch_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"barcode": {
"type": "integer"
},
"... | get_inventory(isotope=True, batch_code='option_c', barcode=971, dosage=None, interest_rate={'height': 'Santos', 'price': 216, 'name': {'format': 'cat_a', 'altitude': False, 'cargo_type': '2024-12-20T10:21:00Z', 'phone': 'info', 'compound': '2023-12-25'}}, version='New York', log_level='A short description.') | Tool call uses Python syntax instead of JSON | {"isotope":true,"batch_code":"option_c","barcode":971,"dosage":null,"interest_rate":{"height":"Santos","price":216,"name":{"format":"cat_a","altitude":false,"cargo_type":"2024-12-20T10:21:00Z","phone":"info","compound":"2023-12-25"}},"version":"New York","log_level":"A short description."} |
TASK repair_structured_output
SPEC
FIELD organism TYPE number REQUIRED no
FIELD build_status TYPE integer REQUIRED no
FIELD image_url TYPE number REQUIRED yes
FIELD footnote TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD shipping TYPE string REQUIRED yes
FIELD width TYPE string_email REQUIRED... | {"organism":599.92,"build_status":434,"image_url":891.53,"footnote":"heterozygous","shipping":"Berlin"} | number_with_unit | {
"type": "object",
"properties": {
"organism": {
"type": "number"
},
"build_status": {
"type": "integer"
},
"image_url": {
"type": "number"
},
"footnote": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | {"organism": "599.92px", "build_status": 434, "image_url": 891.53, "footnote": "heterozygous", "shipping": "Berlin"} | Field 'organism' must be number, got string with unit | {"organism":599.92,"build_status":434,"image_url":891.53,"footnote":"heterozygous","shipping":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED yes
FIELD color TYPE integer REQUIRED no
FIELD velocity TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROKEN_OUTPUT
{"frequency_hz": "John"} | {"frequency_hz":"John","velocity":"green"} | missing_required | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"color": {
"type": "integer"
},
"velocity": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
}
},
"required": [
"vel... | {"frequency_hz": "John"} | Required field 'velocity' is missing | {"frequency_hz":"John","velocity":"green"} |
TASK repair_structured_output
SPEC
FIELD dim_w12.attr_i92 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_w12.col_d09 TYPE number REQUIRED no
FIELD dim_w12.val_c19 TYPE boolean REQUIRED yes
FIELD dim_w12.key_a24 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_w12.param_s89[].fie... | {"dim_w12":{"attr_i92":"warning","col_d09":398.63,"val_c19":false,"key_a24":"basic","param_s89":[{"field_v92":"viewer","key_h05":"2020-01-20T05:35:00Z","prop_p10":["quux","completed","New York","hello"]}]},"col_b68":638,"field_q24":{"dim_m25":"homozygous","param_a91":922,"prop_z60":940,"prop_y25":true},"prop_j88":"appr... | missing_brace | {
"type": "object",
"properties": {
"dim_w12": {
"type": "object",
"properties": {
"attr_i92": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"col_d09": {
"type":... | {"dim_w12":{"attr_i92":"warning","col_d09":398.63,"val_c19":false,"key_a24":"basic","param_s89":[{"field_v92":"viewer","key_h05":"2020-01-20T05:35:00Z","prop_p10":["quux","completed","New York","hello"]}]},"col_b68":638,"field_q24":"dim_m25":"homozygous","param_a91":922,"prop_z60":940,"prop_y25":true},"prop_j88":"appro... | Missing closing brace | {"dim_w12":{"attr_i92":"warning","col_d09":398.63,"val_c19":false,"key_a24":"basic","param_s89":[{"field_v92":"viewer","key_h05":"2020-01-20T05:35:00Z","prop_p10":["quux","completed","New York","hello"]}]},"col_b68":638,"field_q24":{"dim_m25":"homozygous","param_a91":922,"prop_z60":940,"prop_y25":true},"prop_j88":"appr... |
TASK repair_structured_output
SPEC
FIELD label TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD items TYPE string_uri REQUIRED no
FIELD batch_code TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD website.title TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQ... | {"label":"berthed","items":"https://example.org/data","batch_code":"option_c","website":{"title":"type_e","position":"returned","notes":314.88,"currency":"test","address":"mode_b"},"company":{"trace_id":"completed","humidity_pct":{"quality_score":"London","half_life":"pending","created_at":["https://data.io/v1","https:... | missing_required | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"items": {
"type": "string",
"format": "uri"
},
"batch_code": {
"type": "string",
"enum": [
... | {"label": "berthed", "items": "https://example.org/data", "batch_code": "option_c", "website": {"title": "type_e", "position": "returned", "notes": 314.88, "currency": "test", "address": "mode_b"}} | Required field 'company' is missing | {"label":"berthed","items":"https://example.org/data","batch_code":"option_c","website":{"title":"type_e","position":"returned","notes":314.88,"currency":"test","address":"mode_b"},"company":{"trace_id":"completed","humidity_pct":{"quality_score":"London","half_life":"pending","created_at":["https://data.io/v1","https:... |
TASK repair_structured_output
SPEC
FIELD attr_q69 TYPE boolean REQUIRED yes
FIELD param_j09 TYPE boolean REQUIRED yes
FIELD prop_q00 TYPE string REQUIRED yes
BROKEN_OUTPUT
calibrate_instrument(attr_q69=False, param_j09=True, prop_q00='Sao Paulo') | {"attr_q69":false,"param_j09":true,"prop_q00":"Sao Paulo"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_q69": {
"type": "boolean"
},
"param_j09": {
"type": "boolean"
},
"prop_q00": {
"type": "string"
}
},
"required": [
"attr_q69",
"prop_q00",
"param_j09"
]
} | calibrate_instrument(attr_q69=False, param_j09=True, prop_q00='Sao Paulo') | Tool call uses Python syntax instead of JSON | {"attr_q69":false,"param_j09":true,"prop_q00":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD prop_f83 TYPE string REQUIRED yes
FIELD prop_g63.param_e23.key_m93 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_g63.param_e23.col_z70 TYPE boolean REQUIRED yes
FIELD prop_g63.param_e23.field_a99 TYPE string REQUIRED no
FIELD prop_g63.param_e23.prop_p92 TYP... | {"prop_f83":"foo","prop_g63":{"param_e23":{"key_m93":"published","col_z70":false,"field_a99":"baz","attr_c24":["FWD","test@example.com","Smith","https://api.example.com/v1"],"prop_v16":["https://www.io/api","https://example.org/v1"]},"dim_t12":"JPY","attr_k48":"qux","field_g50":"user@domain.org","attr_b62":"pro","col_q... | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_f83": {
"type": "string"
},
"prop_g63": {
"type": "object",
"properties": {
"param_e23": {
"type": "object",
"properties": {
"key_m93": {
"type": "string",
"enum": [
... | I'll query our database.
<tool_call name="filter_variants">
{"prop_f83":"foo","prop_g63":{"param_e23":{"key_m93":"published","col_z70":false,"field_a99":"baz","attr_c24":["FWD","test@example.com","Smith","https://api.example.com/v1"],"prop_v16":["https://www.io/api","https://example.org/v1"]},"dim_t12":"JPY","attr_k48"... | Agent response mixes reasoning text with tool call | {"prop_f83":"foo","prop_g63":{"param_e23":{"key_m93":"published","col_z70":false,"field_a99":"baz","attr_c24":["FWD","test@example.com","Smith","https://api.example.com/v1"],"prop_v16":["https://www.io/api","https://example.org/v1"]},"dim_t12":"JPY","attr_k48":"qux","field_g50":"user@domain.org","attr_b62":"pro","col_q... |
TASK repair_structured_output
SPEC
FIELD param_u65 TYPE string REQUIRED no
FIELD attr_l96 TYPE integer REQUIRED no
FIELD val_t87 TYPE string REQUIRED no
FIELD key_d37 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'param_u65':'quux','key_d37':893} | {"param_u65":"quux","key_d37":893} | single_quotes | {
"type": "object",
"properties": {
"param_u65": {
"type": "string"
},
"attr_l96": {
"type": "integer"
},
"val_t87": {
"type": "string"
},
"key_d37": {
"type": "integer"
}
},
"required": [
"key_d37"
]
} | {'param_u65':'quux','key_d37':893} | Expecting property name enclosed in double quotes | {"param_u65":"quux","key_d37":893} |
TASK repair_structured_output
SPEC
FIELD attr_f14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD val_d18 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_c63 TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
I've generated the following JSON:
{"... | {"attr_f14":"in_progress","val_d18":"heterozygous","field_c63":"active"} | extra_text_before | {
"type": "object",
"properties": {
"attr_f14": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"val_d18": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]... | I've generated the following JSON:
{"attr_f14":"in_progress","val_d18":"heterozygous","field_c63":"active"} | Output contains non-JSON text before the object | {"attr_f14":"in_progress","val_d18":"heterozygous","field_c63":"active"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE number REQUIRED no
FIELD zip_code TYPE string_uri REQUIRED yes
FIELD status_code TYPE string REQUIRED yes
FIELD dosage TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"start_date":733.32,"zip_code":"https://data.io/v1","status_code":"cancelled"}
``` | {"start_date":733.32,"zip_code":"https://data.io/v1","status_code":"cancelled"} | markdown_fences | {
"type": "object",
"properties": {
"start_date": {
"type": "number"
},
"zip_code": {
"type": "string",
"format": "uri"
},
"status_code": {
"type": "string"
},
"dosage": {
"type": "string"
}
},
"required": [
"zip_code",
"status_code"
]
} | ```json
{"start_date":733.32,"zip_code":"https://data.io/v1","status_code":"cancelled"}
``` | Output contains markdown code fences | {"start_date":733.32,"zip_code":"https://data.io/v1","status_code":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD salinity TYPE number REQUIRED yes
FIELD nickname TYPE string VALUES single|married|divorced REQUIRED no
FIELD branch TYPE string VALUES level_1|level_2 REQUIRED no
FIELD ph_level.l... | {"salinity":283.5,"nickname":"divorced","ph_level":{"bed_number":"Smith"},"terminal_id":"Smith","verified":{"coverage":335.18,"published":"mode_a","manifest_ref":{"vessel_name":"cat_b","color":"offline","batch_code":628},"humidity_pct":"This is a test value."},"comments":"info@domain.org"} | missing_bracket | {
"type": "object",
"properties": {
"weight": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"salinity": {
"type": "number"
},
"nickname": {
"type": "string",
... | {"salinity":283.5,"nickname":"divorced","ph_level":{"bed_number":"Smith"},"terminal_id":"Smith","verified":{"coverage":335.18,"published":"mode_a","manifest_ref":{"vessel_name":"cat_b","color":"offline","batch_code":628},"humidity_pct":"This is a test value."},"comments":"info@domain.org"} | Missing closing bracket | {"salinity":283.5,"nickname":"divorced","ph_level":{"bed_number":"Smith"},"terminal_id":"Smith","verified":{"coverage":335.18,"published":"mode_a","manifest_ref":{"vessel_name":"cat_b","color":"offline","batch_code":628},"humidity_pct":"This is a test value."},"comments":"info@domain.org"} |
TASK repair_structured_output
SPEC
FIELD deploy_target.phenotype TYPE string REQUIRED yes
FIELD deploy_target.notes.comments TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD deploy_target.notes.lab_result TYPE string REQUIRED no
FIELD deploy_target.notes.phenotype TYPE integer REQUIRED no
FIELD deploy_target.... | {"email":956,"latitude":{"product_id":"red","section":null,"age":"pending_review","phone":"confirmed"},"build_status":null} | single_quotes | {
"type": "object",
"properties": {
"deploy_target": {
"type": "object",
"properties": {
"phenotype": {
"type": "string"
},
"notes": {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum... | {'email':956,'latitude':{'product_id':'red','section':null,'age':'pending_review','phone':'confirmed'},'build_status':null} | Expecting property name enclosed in double quotes | {"email":956,"latitude":{"product_id":"red","section":null,"age":"pending_review","phone":"confirmed"},"build_status":null} |
TASK repair_structured_output
SPEC
FIELD dim_j10 TYPE null REQUIRED no
FIELD dim_e12 TYPE boolean REQUIRED no
FIELD param_m45 TYPE string REQUIRED no
FIELD field_f12[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"dim_j10": null, "param_m45": "bar"} | {"dim_j10":null,"param_m45":"bar","field_f12":[true,false,false]} | missing_required | {
"type": "object",
"properties": {
"dim_j10": {
"type": "null"
},
"dim_e12": {
"type": "boolean"
},
"param_m45": {
"type": "string"
},
"field_f12": {
"type": "array",
"items": {
"type": "boolean"
}
}
},
"required": [
"field_f12"
... | {"dim_j10": null, "param_m45": "bar"} | Required field 'field_f12' is missing | {"dim_j10":null,"param_m45":"bar","field_f12":[true,false,false]} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE integer REQUIRED no
FIELD manifest_ref TYPE boolean REQUIRED no
FIELD tile TYPE null REQUIRED yes
FIELD ph_level TYPE string_email REQUIRED no
FIELD position TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD frequency_hz TYPE boolean REQUI... | {"commit_hash":834,"manifest_ref":false,"tile":null,"ph_level":"test@test.io","frequency_hz":false} | extra_text_after | {
"type": "object",
"properties": {
"commit_hash": {
"type": "integer"
},
"manifest_ref": {
"type": "boolean"
},
"tile": {
"type": "null"
},
"ph_level": {
"type": "string",
"format": "email"
},
"position": {
"type": "string",
"enum": [
... | {"commit_hash":834,"manifest_ref":false,"tile":null,"ph_level":"test@test.io","frequency_hz":false}
This should match the schema you provided. | Output contains non-JSON text after the object | {"commit_hash":834,"manifest_ref":false,"tile":null,"ph_level":"test@test.io","frequency_hz":false} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE integer REQUIRED no
FIELD payment_status TYPE string REQUIRED yes
FIELD account_id TYPE integer REQUIRED yes
FIELD lab_result TYPE integer REQUIRED no
FIELD zip_code TYPE boolean REQUIRED no
FIELD turbidity TYPE boolean REQUIRED yes
FIELD format TYPE string REQUI... | {"half_life":21,"payment_status":"GRCh38","account_id":197,"zip_code":false,"turbidity":false,"format":"completed"} | missing_brace | {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"payment_status": {
"type": "string"
},
"account_id": {
"type": "integer"
},
"lab_result": {
"type": "integer"
},
"zip_code": {
"type": "boolean"
},
"turbidity": {
... | "half_life":21,"payment_status":"GRCh38","account_id":197,"zip_code":false,"turbidity":false,"format":"completed"} | Missing closing brace | {"half_life":21,"payment_status":"GRCh38","account_id":197,"zip_code":false,"turbidity":false,"format":"completed"} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE null REQUIRED yes
FIELD website TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD temp_celsius TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> calibrate_instrument
{wavelength: null, website: "type_e", temp_celsius: "test@example.co... | {"wavelength":null,"website":"type_e","temp_celsius":"test@example.com"} | tool_call_bad_format | {
"type": "object",
"properties": {
"wavelength": {
"type": "null"
},
"website": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"temp_celsius": {
"type": "string"
}
},
"required": [... | <functioncall> calibrate_instrument
{wavelength: null, website: "type_e", temp_celsius: "test@example.com"} | Tool call has malformed arguments — unquoted keys in function parameters | {"wavelength":null,"website":"type_e","temp_celsius":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_i05 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_t31 TYPE string VALUES single|married|divorced REQUIRED no
FIELD val_l78 TYPE integer REQUIRED no
FIELD param_q48 TYPE integer REQUIRED no
FIELD param_q10 TYPE boolean REQUIRED no
FIELD val_o25 TYPE null REQU... | {"col_t31":"married","val_l78":612,"param_q48":933,"param_q10":true,"val_o25":null,"field_y56":"inland","val_n44":"Diana"} | markdown_fences | {
"type": "object",
"properties": {
"dim_i05": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"col_t31": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"val_l78": {... | ```json
{"col_t31":"married","val_l78":612,"param_q48":933,"param_q10":true,"val_o25":null,"field_y56":"inland","val_n44":"Diana"}
``` | Output contains markdown code fences | {"col_t31":"married","val_l78":612,"param_q48":933,"param_q10":true,"val_o25":null,"field_y56":"inland","val_n44":"Diana"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE number REQUIRED no
FIELD dosage TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD product_id TYPE integer REQUIRED no
FIELD thumbnail TYPE string REQUIRED no
FIELD throttle_pos TYPE null REQUIRED yes
FIELD status TYPE integer REQUIRED no
FIELD ... | {"dosage":"red","product_id":88,"thumbnail":"Oliveira","throttle_pos":null,"user_id":"chr1","bed_number":{"end_date":"Berlin","terminal_id":null,"full_name":{"currency":567,"section":"Sao Paulo","credit_score":962.14,"subject":"Johnson"}}} | tool_call_partial_args | {
"type": "object",
"properties": {
"deploy_target": {
"type": "number"
},
"dosage": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"product_id": {
"type": "integer"
},
"thumbnail": {
... | I need to look up the information first.
Action: send_email
Arguments: {"product_id": 88, "thumbnail": "Oliveira", "throttle_pos": null, "user_id": "chr1", "bed_number": {"end_date": "Berlin", "terminal_id": null, "full_name": {"currency": 567, "section": "Sao Paulo", "credit_score": 962.14, "subject": "Johnson"}}} | Agent tool call missing required parameter 'dosage' | {"dosage":"red","product_id":88,"thumbnail":"Oliveira","throttle_pos":null,"user_id":"chr1","bed_number":{"end_date":"Berlin","terminal_id":null,"full_name":{"currency":567,"section":"Sao Paulo","credit_score":962.14,"subject":"Johnson"}}} |
TASK repair_structured_output
SPEC
FIELD prop_s48 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_p67 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_v74 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_g41 TYPE string_date-time REQUIRED no
FIELD... | {"prop_s48":"warning","key_p67":"escalated","attr_g41":"2020-07-03T22:49:00Z","dim_c84":43} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_s48": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_p67": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"esca... | <functioncall> queue_sequencing_run
{prop_s48: "warning", key_p67: "escalated", attr_g41: "2020-07-03T22:49:00Z", dim_c84: 43} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_s48":"warning","key_p67":"escalated","attr_g41":"2020-07-03T22:49:00Z","dim_c84":43} |
TASK repair_structured_output
SPEC
FIELD col_p54 TYPE string REQUIRED yes
FIELD attr_o48 TYPE integer REQUIRED no
FIELD prop_j37[].prop_c09 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_j37[].prop_v63 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_j37[].field_w35 TYPE string VALU... | {"col_p54":"completed","attr_o48":268,"prop_j37":[{"prop_c09":"married","prop_v63":"active","field_w35":"info","dim_o60":402},{"field_w35":"warning","field_v08":"chr1","dim_o60":325}],"key_i86":[null]} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_p54": {
"type": "string"
},
"attr_o48": {
"type": "integer"
},
"prop_j37": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_c09": {
"type": "string",
"enum": [
... | Let me check the system.
Action: get_weather
Arguments: {"col_p54": "completed", "attr_o48": 268, "prop_j37": [{"prop_c09": "married", "prop_v63": "active", "field_w35": "info", "dim_o60": 402}, {"field_w35": "warning", "field_v08": "chr1", "dim_o60": 325}]} | Agent tool call missing required parameter 'key_i86' | {"col_p54":"completed","attr_o48":268,"prop_j37":[{"prop_c09":"married","prop_v63":"active","field_w35":"info","dim_o60":402},{"field_w35":"warning","field_v08":"chr1","dim_o60":325}],"key_i86":[null]} |
TASK repair_structured_output
SPEC
FIELD attr_m35 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD prop_x22 TYPE string REQUIRED yes
FIELD col_o90 TYPE string REQUIRED no
FIELD key_z40 TYPE string REQUIRED yes
FIELD attr_u22 TYPE integer REQUIRED no
FIELD param_a05 TYPE integer REQUIRED no
BROKE... | {"attr_m35":"open","prop_x22":"Johnson","col_o90":"Bob","key_z40":"https://api.example.com/v1","attr_u22":978} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_m35": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_x22": {
"type": "string"
},
"col_o90": {
"type": "string"
},
"key_z40": {
"type": "stri... | validate_address(attr_m35='open', prop_x22='Johnson', col_o90='Bob', key_z40='https://api.example.com/v1', attr_u22=978) | Tool call uses Python syntax instead of JSON | {"attr_m35":"open","prop_x22":"Johnson","col_o90":"Bob","key_z40":"https://api.example.com/v1","attr_u22":978} |
TASK repair_structured_output
SPEC
FIELD prop_m33 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD val_m35 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_z02 TYPE string_email REQUIRED yes
FIELD attr_c75 TYPE string REQUIRED no
BROKEN_OUTPUT
Sensor output follows:
```json
{"prop_m3... | {"prop_m33":"xl","attr_z02":"test@test.io"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_m33": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"val_m35": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
... | Sensor output follows:
```json
{"prop_m33":"xl","attr_z02":"test@test.io"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"prop_m33":"xl","attr_z02":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD updated_at TYPE boolean REQUIRED yes
FIELD bed_number TYPE null REQUIRED yes
FIELD category TYPE integer REQUIRED no
BROKEN_OUTPUT
{bearing:"editor",updated_at:true,bed_number:null,category:753} | {"bearing":"editor","updated_at":true,"bed_number":null,"category":753} | unquoted_keys | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"updated_at": {
"type": "boolean"
},
"bed_number": {
"type": "null"
},
"category": {
"type": "integer"
}
},
"r... | {bearing:"editor",updated_at:true,bed_number:null,category:753} | Expecting property name enclosed in double quotes | {"bearing":"editor","updated_at":true,"bed_number":null,"category":753} |
TASK repair_structured_output
SPEC
FIELD description TYPE string REQUIRED no
FIELD salinity TYPE string REQUIRED yes
FIELD username.chromosome TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD username.notes TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD username.step TYPE string VALU... | {"description":"user@domain.com","salinity":"bar","username":{"chromosome":"cat_b","notes":"medium","step":"level_4"},"latitude":"rejected","frequency_hz":{"temp_celsius":null,"date":333,"lab_result":{"notes":"John","ph_level":595.55,"run_id":539}},"filter_flag":747.79} | extra_text_before | {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"salinity": {
"type": "string"
},
"username": {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Here is the response in the requested format:
{"description":"user@domain.com","salinity":"bar","username":{"chromosome":"cat_b","notes":"medium","step":"level_4"},"latitude":"rejected","frequency_hz":{"temp_celsius":null,"date":333,"lab_result":{"notes":"John","ph_level":595.55,"run_id":539}},"filter_flag":747.79} | Output contains non-JSON text before the object | {"description":"user@domain.com","salinity":"bar","username":{"chromosome":"cat_b","notes":"medium","step":"level_4"},"latitude":"rejected","frequency_hz":{"temp_celsius":null,"date":333,"lab_result":{"notes":"John","ph_level":595.55,"run_id":539}},"filter_flag":747.79} |
TASK repair_structured_output
SPEC
FIELD attr_l31 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_p80 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_h71 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_t52 TYPE number REQUIRED yes
BROKEN_OUTPUT
{attr_l31:"me... | {"attr_l31":"medium","col_p80":"draft","col_h71":"intermittent","attr_t52":993.38} | unquoted_keys | {
"type": "object",
"properties": {
"attr_l31": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_p80": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_h71"... | {attr_l31:"medium",col_p80:"draft",col_h71:"intermittent",attr_t52:993.38} | Expecting property name enclosed in double quotes | {"attr_l31":"medium","col_p80":"draft","col_h71":"intermittent","attr_t52":993.38} |
TASK repair_structured_output
SPEC
FIELD level TYPE string_uri REQUIRED no
FIELD message TYPE number REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD hazmat_code.ward TYPE string_uri REQUIRED no
FIELD hazmat_code.size TYPE null REQUIRED no
FIELD hazmat_code.updated_at TYPE string VALUES berthed|anchored|unde... | {"level":"https://data.io/data","hazmat_code":{"size":null,"updated_at":"underway","throttle_pos":{"company":"admin","label":"chr1","tags":null,"nickname":"approved","price":"2021-12-12T16:24:00Z","full_name":"Jane","payment_status":"editor"},"payment_status":false,"dosage":{"freight_class":378,"active":"test@test.io",... | agent_chain | {
"type": "object",
"properties": {
"level": {
"type": "string",
"format": "uri"
},
"message": {
"type": "number"
},
"shift_code": {
"type": "string"
},
"hazmat_code": {
"type": "object",
"properties": {
"ward": {
"type": "string",
... | Let me check the system.
Action: verify_hazmat_compliance
Result: {"hazmat_code": {"size": null, "updated_at": "underway", "throttle_pos": {"company": "admin", "label": "chr1", "tags": null, "nickname": "approved", "price": "2021-12-12T16:24:00Z", "full_name": "Jane", "payment_status": "editor"}, "payment_status": fals... | Agent multi-step chain with truncated tool output | {"level":"https://data.io/data","hazmat_code":{"size":null,"updated_at":"underway","throttle_pos":{"company":"admin","label":"chr1","tags":null,"nickname":"approved","price":"2021-12-12T16:24:00Z","full_name":"Jane","payment_status":"editor"},"payment_status":false,"dosage":{"freight_class":378,"active":"test@test.io",... |
TASK repair_structured_output
SPEC
FIELD dim_f92 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_r00 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_t74 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_b34 TYPE string REQUIRED yes
FIELD param_n13 T... | {"dim_f92":"inactive","dim_r00":"anchored","param_t74":"in_transit","key_b34":"GRCh38","param_n13":false,"col_c93":734,"val_x11":"sample"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_f92": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_r00": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
... | Below is the JSON object:
```json
{"dim_f92":"inactive","dim_r00":"anchored","param_t74":"in_transit","key_b34":"GRCh38","param_n13":false,"col_c93":734,"val_x11":"sample"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"dim_f92":"inactive","dim_r00":"anchored","param_t74":"in_transit","key_b34":"GRCh38","param_n13":false,"col_c93":734,"val_x11":"sample"} |
TASK repair_structured_output
SPEC
FIELD attr_n68 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_v24 TYPE string REQUIRED yes
FIELD prop_a98 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_t01 TYPE string VALUES draft|published|archived REQUIRED no
FIELD key_a44 TYPE boolean ... | {"attr_n68":"reliable","dim_v24":"Smith","prop_a98":"divorced"} | truncated_object | {
"type": "object",
"properties": {
"attr_n68": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_v24": {
"type": "string"
},
"prop_a98": {
"type": "string",
"enum": [
"single",
"married",
... | {"attr_n68":"reliable","dim_v24":"Smith","prop_a98":"divorced" | Unexpected end of JSON input — truncated object | {"attr_n68":"reliable","dim_v24":"Smith","prop_a98":"divorced"} |
TASK repair_structured_output
SPEC
FIELD val_y81 TYPE string REQUIRED yes
FIELD prop_j44 TYPE number REQUIRED no
FIELD attr_g95 TYPE string REQUIRED no
FIELD param_q07 TYPE integer REQUIRED no
FIELD val_m27 TYPE boolean REQUIRED no
FIELD field_e86.key_r10.col_u06 TYPE string VALUES option_a|option_b|option_c|option_d|... | {"val_y81":"chr1","prop_j44":362.91,"attr_g95":"chrX","param_q07":683,"val_m27":true,"field_e86":{"key_r10":{"col_u06":"option_e","dim_e41":822,"col_k86":"mode_a","val_r84":689,"key_v30":[285.41]},"val_u87":"Maria","param_j96":"active","attr_v64":null,"param_q88":"error"},"field_m58":"baz","field_j89":"mode_c"} | trailing_comma | {
"type": "object",
"properties": {
"val_y81": {
"type": "string"
},
"prop_j44": {
"type": "number"
},
"attr_g95": {
"type": "string"
},
"param_q07": {
"type": "integer"
},
"val_m27": {
"type": "boolean"
},
"field_e86": {
"type": "objec... | {"val_y81":"chr1","prop_j44":362.91,"attr_g95":"chrX","param_q07":683,"val_m27":true,"field_e86":{"key_r10":{"col_u06":"option_e","dim_e41":822,"col_k86":"mode_a","val_r84":689,"key_v30":[285.41,]},"val_u87":"Maria","param_j96":"active","attr_v64":null,"param_q88":"error"},"field_m58":"baz","field_j89":"mode_c"} | Unexpected trailing comma | {"val_y81":"chr1","prop_j44":362.91,"attr_g95":"chrX","param_q07":683,"val_m27":true,"field_e86":{"key_r10":{"col_u06":"option_e","dim_e41":822,"col_k86":"mode_a","val_r84":689,"key_v30":[285.41]},"val_u87":"Maria","param_j96":"active","attr_v64":null,"param_q88":"error"},"field_m58":"baz","field_j89":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD field_z33 TYPE number REQUIRED no
FIELD attr_a71 TYPE string_uri REQUIRED no
FIELD col_l65 TYPE string_date-time REQUIRED yes
FIELD field_z83 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_j69 TYPE string REQUIRED no
FIELD val_n61 TYPE number REQUIRED yes
BROKEN... | {"field_z33":996.91,"col_l65":"2022-08-01T23:17:00Z","field_z83":"viewer","val_j69":"Berlin","val_n61":11.16} | truncated_array | {
"type": "object",
"properties": {
"field_z33": {
"type": "number"
},
"attr_a71": {
"type": "string",
"format": "uri"
},
"col_l65": {
"type": "string",
"format": "date-time"
},
"field_z83": {
"type": "string",
"enum": [
"admin",
... | {"field_z33":996.91,"col_l65":"2022-08-01T23:17:00Z","field_z83":"viewer","val_j69":"Berlin","val_n61":11.16 | Unexpected end of JSON input — truncated object | {"field_z33":996.91,"col_l65":"2022-08-01T23:17:00Z","field_z83":"viewer","val_j69":"Berlin","val_n61":11.16} |
TASK repair_structured_output
SPEC
FIELD dim_u34 TYPE string REQUIRED no
FIELD prop_w30 TYPE string REQUIRED yes
FIELD field_p25 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"dim_u34": "user@domain.com", "prop_w30": "2023-12-25", "field_p25": "\"yes\""} | {"dim_u34":"user@domain.com","prop_w30":"2023-12-25","field_p25":true} | wrong_type | {
"type": "object",
"properties": {
"dim_u34": {
"type": "string"
},
"prop_w30": {
"type": "string"
},
"field_p25": {
"type": "boolean"
}
},
"required": [
"prop_w30",
"field_p25"
]
} | {"dim_u34": "user@domain.com", "prop_w30": "2023-12-25", "field_p25": "\"yes\""} | Field 'field_p25' must be boolean, got string | {"dim_u34":"user@domain.com","prop_w30":"2023-12-25","field_p25":true} |
TASK repair_structured_output
SPEC
FIELD prop_t64 TYPE string_email REQUIRED no
FIELD val_x83 TYPE integer REQUIRED no
FIELD field_w59 TYPE integer REQUIRED no
FIELD dim_a14 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD col_p03 TYPE integer REQUIRED no
FIELD attr_g92 TYPE string_date... | {"prop_t64":"ops@test.io","dim_a14":"rejected","col_p03":153,"attr_g92":"2023-05-01T06:16:00Z","col_k24":294,"key_a30":"2024-06-30"} | invalid_enum | {
"type": "object",
"properties": {
"prop_t64": {
"type": "string",
"format": "email"
},
"val_x83": {
"type": "integer"
},
"field_w59": {
"type": "integer"
},
"dim_a14": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
... | {"prop_t64": "ops@test.io", "dim_a14": "invalid_option_645", "col_p03": 153, "attr_g92": "2023-05-01T06:16:00Z", "col_k24": 294, "key_a30": "2024-06-30"} | Field 'dim_a14' has invalid enum value 'invalid_option_645', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated'] | {"prop_t64":"ops@test.io","dim_a14":"rejected","col_p03":153,"attr_g92":"2023-05-01T06:16:00Z","col_k24":294,"key_a30":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD version TYPE boolean REQUIRED yes
FIELD department TYPE integer REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED yes
FIELD chapter TYPE string REQUIRED yes
BROKEN_OUTPUT
{"version":false,"department":869,"interest_rate":412,"chapter":"Jane"}
Hope this helps! | {"version":false,"department":869,"interest_rate":412,"chapter":"Jane"} | extra_text_after | {
"type": "object",
"properties": {
"version": {
"type": "boolean"
},
"department": {
"type": "integer"
},
"interest_rate": {
"type": "integer"
},
"chapter": {
"type": "string"
}
},
"required": [
"department",
"chapter",
"version",
"interes... | {"version":false,"department":869,"interest_rate":412,"chapter":"Jane"}
Hope this helps! | Output contains non-JSON text after the object | {"version":false,"department":869,"interest_rate":412,"chapter":"Jane"} |
TASK repair_structured_output
SPEC
FIELD dim_x52 TYPE null REQUIRED no
FIELD param_x02 TYPE string REQUIRED yes
FIELD val_f47 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
BROKEN_OUTPUT
{'dim_x52':null,'param_x02':'Santos','val_f47':'option_c'} | {"dim_x52":null,"param_x02":"Santos","val_f47":"option_c"} | single_quotes | {
"type": "object",
"properties": {
"dim_x52": {
"type": "null"
},
"param_x02": {
"type": "string"
},
"val_f47": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
}
},
"required": [
"param_x02"... | {'dim_x52':null,'param_x02':'Santos','val_f47':'option_c'} | Expecting property name enclosed in double quotes | {"dim_x52":null,"param_x02":"Santos","val_f47":"option_c"} |
TASK repair_structured_output
SPEC
FIELD key_c77 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD val_l41 TYPE number REQUIRED yes
FIELD field_m23.prop_a22 TYPE integer REQUIRED no
FIELD field_m23.col_i87 TYPE string REQUIRED no
FIELD field_m23.val_o63 TYPE null REQUIRED yes
... | {"key_c77":"option_f","val_l41":435.62,"field_m23":{"prop_a22":200,"col_i87":"Hapag-Lloyd-Express","val_o63":null,"prop_n86":{"val_a28":"London","prop_w62":505,"col_y42":"level_6"},"key_e86":{"attr_d96":"2024-08-24T16:17:00Z","field_j58":"hello","param_a25":true,"key_m79":689.18,"param_m44":["mode_c"],"prop_g65":["Dian... | tool_call_text_mix | {
"type": "object",
"properties": {
"key_c77": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"val_l41": {
"type": "number"
},
"field_m23": {
"type": "object",... | Processing the request now.
<tool_call name="book_appointment">
{"key_c77":"option_f","val_l41":435.62,"field_m23":{"prop_a22":200,"col_i87":"Hapag-Lloyd-Express","val_o63":null,"prop_n86":{"val_a28":"London","prop_w62":505,"col_y42":"level_6"},"key_e86":{"attr_d96":"2024-08-24T16:17:00Z","field_j58":"hello","param_a25... | Agent response mixes reasoning text with tool call | {"key_c77":"option_f","val_l41":435.62,"field_m23":{"prop_a22":200,"col_i87":"Hapag-Lloyd-Express","val_o63":null,"prop_n86":{"val_a28":"London","prop_w62":505,"col_y42":"level_6"},"key_e86":{"attr_d96":"2024-08-24T16:17:00Z","field_j58":"hello","param_a25":true,"key_m79":689.18,"param_m44":["mode_c"],"prop_g65":["Dian... |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string REQUIRED yes
FIELD account_id TYPE string_uri REQUIRED yes
FIELD level TYPE number REQUIRED no
BROKEN_OUTPUT
{"reagent": "QC-07"} | {"reagent":"QC-07","account_id":"https://example.com/data"} | missing_required | {
"type": "object",
"properties": {
"reagent": {
"type": "string"
},
"account_id": {
"type": "string",
"format": "uri"
},
"level": {
"type": "number"
}
},
"required": [
"account_id",
"reagent"
]
} | {"reagent": "QC-07"} | Required field 'account_id' is missing | {"reagent":"QC-07","account_id":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD key_c58 TYPE null REQUIRED no
FIELD col_i75 TYPE string REQUIRED yes
FIELD key_b18 TYPE string REQUIRED no
BROKEN_OUTPUT
{'col_i75':'2024-01-15','key_b18':'quux'} | {"col_i75":"2024-01-15","key_b18":"quux"} | single_quotes | {
"type": "object",
"properties": {
"key_c58": {
"type": "null"
},
"col_i75": {
"type": "string"
},
"key_b18": {
"type": "string"
}
},
"required": [
"col_i75"
]
} | {'col_i75':'2024-01-15','key_b18':'quux'} | Expecting property name enclosed in double quotes | {"col_i75":"2024-01-15","key_b18":"quux"} |
TASK repair_structured_output
SPEC
FIELD val_p72.val_y32 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD val_p72.key_w20 TYPE number REQUIRED yes
FIELD val_p72.col_k37 TYPE string REQUIRED yes
FIELD val_p72.field_a60 TYPE string_uri REQUIRED yes
FIELD field_s27 TYPE integer REQUIRED yes
FIELD ... | {"field_s27":515,"val_z59":"cat_b","attr_l17":"type_a","key_a37":586.92} | markdown_explanation | {
"type": "object",
"properties": {
"val_p72": {
"type": "object",
"properties": {
"val_y32": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"key_w20... | Pipeline result:
```json
{"field_s27":515,"val_z59":"cat_b","attr_l17":"type_a","key_a37":586.92}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"field_s27":515,"val_z59":"cat_b","attr_l17":"type_a","key_a37":586.92} |
TASK repair_structured_output
SPEC
FIELD param_w79 TYPE number REQUIRED yes
FIELD field_i03 TYPE integer REQUIRED yes
FIELD dim_w70 TYPE string REQUIRED yes
FIELD prop_p90 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_y09 TYPE string REQUIRED no
BROKEN_OUTPUT
Pipeline result:
```json
{"para... | {"param_w79":140.45,"field_i03":873,"dim_w70":"hello"} | markdown_explanation | {
"type": "object",
"properties": {
"param_w79": {
"type": "number"
},
"field_i03": {
"type": "integer"
},
"dim_w70": {
"type": "string"
},
"prop_p90": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}... | Pipeline result:
```json
{"param_w79":140.45,"field_i03":873,"dim_w70":"hello"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"param_w79":140.45,"field_i03":873,"dim_w70":"hello"} |
TASK repair_structured_output
SPEC
FIELD section TYPE string REQUIRED no
FIELD currency TYPE string REQUIRED no
FIELD log_level TYPE boolean REQUIRED no
FIELD size.longitude TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD size.strand TYPE integer REQUIRED no
FIELD size.priority TYPE string REQ... | {"section":"FWD","currency":"A short description.","log_level":true,"size":{"strand":108,"priority":"inactive"},"isotope":"https://data.org/data","notes":"cat_d"} | missing_bracket | {
"type": "object",
"properties": {
"section": {
"type": "string"
},
"currency": {
"type": "string"
},
"log_level": {
"type": "boolean"
},
"size": {
"type": "object",
"properties": {
"longitude": {
"type": "string",
"enum": [
... | {"section":"FWD","currency":"A short description.","log_level":true,"size":{"strand":108,"priority":"inactive"},"isotope":"https://data.org/data","notes":"cat_d"} | Missing closing bracket | {"section":"FWD","currency":"A short description.","log_level":true,"size":{"strand":108,"priority":"inactive"},"isotope":"https://data.org/data","notes":"cat_d"} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD city TYPE string REQUIRED yes
FIELD maturity_date TYPE string_uri REQUIRED yes
FIELD position TYPE number REQUIRED no
BROKEN_OUTPUT
{"turbidity":"email","city":"QC-07","maturity_date":"https://example.org/api... | {"turbidity":"email","city":"QC-07","maturity_date":"https://example.org/api","position":934.67} | extra_text_after | {
"type": "object",
"properties": {
"turbidity": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"city": {
"type": "string"
},
"maturity_date": {
"type": "string",
"format": "uri"
},
"position": {
... | {"turbidity":"email","city":"QC-07","maturity_date":"https://example.org/api","position":934.67}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"turbidity":"email","city":"QC-07","maturity_date":"https://example.org/api","position":934.67} |
TASK repair_structured_output
SPEC
FIELD attr_k16 TYPE string REQUIRED yes
FIELD key_o20 TYPE string_email REQUIRED no
FIELD field_p28 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"attr_k16": "Alice", "key_o20": "test@domain.org", "field_p28": "False"} | {"attr_k16":"Alice","key_o20":"test@domain.org","field_p28":true} | boolean_as_string | {
"type": "object",
"properties": {
"attr_k16": {
"type": "string"
},
"key_o20": {
"type": "string",
"format": "email"
},
"field_p28": {
"type": "boolean"
}
},
"required": [
"field_p28",
"attr_k16"
]
} | {"attr_k16": "Alice", "key_o20": "test@domain.org", "field_p28": "False"} | Field 'field_p28' must be boolean, got string | {"attr_k16":"Alice","key_o20":"test@domain.org","field_p28":true} |
TASK repair_structured_output
SPEC
FIELD attr_m72 TYPE boolean REQUIRED yes
FIELD key_x02 TYPE integer REQUIRED yes
FIELD key_b10.dim_k23 TYPE boolean REQUIRED no
FIELD key_b10.field_k19 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_b10.key_q35.val_t57 TYPE integer REQUIRED yes
FIELD key_b1... | {"attr_m72":false,"key_x02":147,"key_b10":{"dim_k23":false,"field_k19":"open","key_q35":{"val_t57":935,"prop_o61":"married","param_e17":null,"val_r35":["JPY","JPY","JPY"]},"param_u12":{"col_w98":999,"field_q34":"small","field_l44":"xl","val_t78":411.22,"val_r62":false}}} | truncated_array | {
"type": "object",
"properties": {
"attr_m72": {
"type": "boolean"
},
"key_x02": {
"type": "integer"
},
"key_b10": {
"type": "object",
"properties": {
"dim_k23": {
"type": "boolean"
},
"field_k19": {
"type": "string",
... | {"attr_m72":false,"key_x02":147,"key_b10":{"dim_k23":false,"field_k19":"open","key_q35":{"val_t57":935,"prop_o61":"married","param_e17":null,"val_r35":["JPY","JPY","JPY"]},"param_u12":{"col_w98":999,"field_q34":"small","field_l44":"xl","val_t78":411.22,"val_r62":false}} | Unexpected end of JSON input — truncated object | {"attr_m72":false,"key_x02":147,"key_b10":{"dim_k23":false,"field_k19":"open","key_q35":{"val_t57":935,"prop_o61":"married","param_e17":null,"val_r35":["JPY","JPY","JPY"]},"param_u12":{"col_w98":999,"field_q34":"small","field_l44":"xl","val_t78":411.22,"val_r62":false}}} |
TASK repair_structured_output
SPEC
FIELD key_u77 TYPE number REQUIRED yes
FIELD key_b14.param_t70 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_b14.key_s10 TYPE string REQUIRED no
FIELD key_b14.col_x79 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_b14.key_k03.field_... | {"key_u77":501.27,"key_b14":{"key_s10":"Hapag-Lloyd-Express","col_x79":"missense","key_k03":{"field_z92":"coastal","param_t69":"sms","field_s81":"Luis","prop_e46":null,"param_w69":null,"val_g19":269}},"field_x87":{"field_s54":"bar","val_c27":301,"dim_e54":"returned","col_e41":"test@example.com","key_e01":"option_b"},"k... | number_with_unit | {
"type": "object",
"properties": {
"key_u77": {
"type": "number"
},
"key_b14": {
"type": "object",
"properties": {
"param_t70": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | {"key_u77": "501.27kg", "key_b14": {"key_s10": "Hapag-Lloyd-Express", "col_x79": "missense", "key_k03": {"field_z92": "coastal", "param_t69": "sms", "field_s81": "Luis", "prop_e46": null, "param_w69": null, "val_g19": 269}}, "field_x87": {"field_s54": "bar", "val_c27": 301, "dim_e54": "returned", "col_e41": "test@examp... | Field 'key_u77' must be number, got string with unit | {"key_u77":501.27,"key_b14":{"key_s10":"Hapag-Lloyd-Express","col_x79":"missense","key_k03":{"field_z92":"coastal","param_t69":"sms","field_s81":"Luis","prop_e46":null,"param_w69":null,"val_g19":269}},"field_x87":{"field_s54":"bar","val_c27":301,"dim_e54":"returned","col_e41":"test@example.com","key_e01":"option_b"},"k... |
TASK repair_structured_output
SPEC
FIELD key_m36 TYPE boolean REQUIRED yes
FIELD col_x55 TYPE string REQUIRED yes
FIELD val_w74.field_x93.prop_j73 TYPE boolean REQUIRED yes
FIELD val_w74.field_x93.attr_w41 TYPE number REQUIRED yes
FIELD val_w74.field_x93.field_k83 TYPE string VALUES option_a|option_b|option_c REQUIRED... | {"key_m36":true,"col_x55":"MV-Evergreen-01","val_w74":{"field_x93":{"prop_j73":true,"attr_w41":310.53,"field_k83":"option_b","col_m53":"type_a"},"val_b05":"cat_b","key_y25":861.92,"param_t53":"test@domain.org","col_l96":938,"param_i34":"option_a","field_l08":"mode_a"},"col_l65":null} | unquoted_keys | {
"type": "object",
"properties": {
"key_m36": {
"type": "boolean"
},
"col_x55": {
"type": "string"
},
"val_w74": {
"type": "object",
"properties": {
"field_x93": {
"type": "object",
"properties": {
"prop_j73": {
"type... | {key_m36:true,col_x55:"MV-Evergreen-01",val_w74:{field_x93:{prop_j73:true,attr_w41:310.53,field_k83:"option_b",col_m53:"type_a"},val_b05:"cat_b",key_y25:861.92,param_t53:"test@domain.org",col_l96:938,param_i34:"option_a",field_l08:"mode_a"},col_l65:null} | Expecting property name enclosed in double quotes | {"key_m36":true,"col_x55":"MV-Evergreen-01","val_w74":{"field_x93":{"prop_j73":true,"attr_w41":310.53,"field_k83":"option_b","col_m53":"type_a"},"val_b05":"cat_b","key_y25":861.92,"param_t53":"test@domain.org","col_l96":938,"param_i34":"option_a","field_l08":"mode_a"},"col_l65":null} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD run_id TYPE string REQUIRED no
FIELD priority TYPE integer REQUIRED no
FIELD total TYPE boolean REQUIRED no
FIELD tile TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
{"maturity_date... | {"maturity_date":"high","run_id":"Hapag-Lloyd-Express","priority":952,"total":false,"tile":"USD"} | null_required | {
"type": "object",
"properties": {
"maturity_date": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"run_id": {
"type": "string"
},
"priority": {
"type": "integer"
},
"total": {
"type": "boolean"
... | {"maturity_date": "high", "run_id": "Hapag-Lloyd-Express", "priority": 952, "total": false, "tile": null} | Required field 'tile' is null | {"maturity_date":"high","run_id":"Hapag-Lloyd-Express","priority":952,"total":false,"tile":"USD"} |
TASK repair_structured_output
SPEC
FIELD col_m46 TYPE boolean REQUIRED yes
FIELD val_s05 TYPE boolean REQUIRED no
FIELD prop_n79 TYPE integer REQUIRED yes
FIELD dim_x42 TYPE boolean REQUIRED no
BROKEN_OUTPUT
Result: prop_n79=167, {"col_m46":false,"val_s05":true,"prop_n79":167} | {"col_m46":false,"val_s05":true,"prop_n79":167} | partial_structure | {
"type": "object",
"properties": {
"col_m46": {
"type": "boolean"
},
"val_s05": {
"type": "boolean"
},
"prop_n79": {
"type": "integer"
},
"dim_x42": {
"type": "boolean"
}
},
"required": [
"col_m46",
"prop_n79"
]
} | Result: prop_n79=167, {"col_m46":false,"val_s05":true,"prop_n79":167} | Output mixes natural language with JSON | {"col_m46":false,"val_s05":true,"prop_n79":167} |
TASK repair_structured_output
SPEC
FIELD section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD batch_code TYPE integer REQUIRED yes
FIELD role TYPE string_email REQUIRED yes
FIELD country TYPE integer REQUIRED no
FIELD amplitude[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
I need to look up the information fi... | {"section":"USD","batch_code":121,"role":"info@test.io","amplitude":[true,false,true,false]} | agent_chain | {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"batch_code": {
"type": "integer"
},
"role": {
"type": "string",
"format": "email"
},
"country":... | I need to look up the information first.
Action: create_ticket
Result: {"section": "USD", "batch_code": 121, "role": "info@test.io"}
I'll query our database.
Action: verify_hazmat_compliance
Result: | Agent multi-step chain with truncated tool output | {"section":"USD","batch_code":121,"role":"info@test.io","amplitude":[true,false,true,false]} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED no
FIELD hazmat_code TYPE string REQUIRED no
FIELD pressure_kpa TYPE number REQUIRED no
FIELD id TYPE integer REQUIRED no
FIELD timezone TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"label":"Silva","pressure_kpa":92.03,"id":835,"timezone":453 | {"label":"Silva","pressure_kpa":92.03,"id":835,"timezone":453} | truncated_array | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"hazmat_code": {
"type": "string"
},
"pressure_kpa": {
"type": "number"
},
"id": {
"type": "integer"
},
"timezone": {
"type": "integer"
}
},
"required": [
"timezone"
]
} | {"label":"Silva","pressure_kpa":92.03,"id":835,"timezone":453 | Unexpected end of JSON input — truncated object | {"label":"Silva","pressure_kpa":92.03,"id":835,"timezone":453} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD medication TYPE integer REQUIRED no
FIELD category TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD level TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD features... | {"medication":781,"category":"hemizygous","level":"resolved","features":"hemizygous","status_code":"Alice","pressure_kpa":"closed"} | missing_required | {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"medication": {
"type": "integer"
},
"category": {
"type": "string",
"enum": [
"homozygous",
"heterozygous... | {"medication": 781, "category": "hemizygous", "level": "resolved", "status_code": "Alice", "pressure_kpa": "closed"} | Required field 'features' is missing | {"medication":781,"category":"hemizygous","level":"resolved","features":"hemizygous","status_code":"Alice","pressure_kpa":"closed"} |
TASK repair_structured_output
SPEC
FIELD website TYPE boolean REQUIRED yes
FIELD published TYPE integer REQUIRED yes
FIELD language TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"website":false,"published":996,"language":"https://data.io/api"} | {"website":false,"published":996,"language":"https://data.io/api"} | missing_bracket | {
"type": "object",
"properties": {
"website": {
"type": "boolean"
},
"published": {
"type": "integer"
},
"language": {
"type": "string",
"format": "uri"
}
},
"required": [
"language",
"website",
"published"
]
} | {"website":false,"published":996,"language":"https://data.io/api"} | Missing closing bracket | {"website":false,"published":996,"language":"https://data.io/api"} |
TASK repair_structured_output
SPEC
FIELD key_n03 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_i54 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_d72 TYPE number REQUIRED yes
BROKEN_OUTPUT
I found that key_n03 should be offline. {"key_n03":"offline","c... | {"key_n03":"offline","col_i54":"new","prop_d72":859.16} | partial_structure | {
"type": "object",
"properties": {
"key_n03": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_i54": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"... | I found that key_n03 should be offline. {"key_n03":"offline","col_i54":"new","prop_d72":859.16} | Output mixes natural language with JSON | {"key_n03":"offline","col_i54":"new","prop_d72":859.16} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD sensor_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD url TYPE number REQUIRED no
FIELD timezone TYPE string REQUIRED no
FIELD state TYPE string VALUES red|blue|green|black|white REQUIRED... | {"latitude":"critical","sensor_id":"critical","url":388.57,"timezone":"A short description.","state":"blue"} | extra_field | {
"type": "object",
"properties": {
"latitude": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"sensor_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"latitude": "critical", "sensor_id": "critical", "url": 388.57, "timezone": "A short description.", "state": "blue", "extra_data_9502": true} | Unknown field 'extra_data_9502' not defined in schema | {"latitude":"critical","sensor_id":"critical","url":388.57,"timezone":"A short description.","state":"blue"} |
TASK repair_structured_output
SPEC
FIELD build_status.department TYPE string REQUIRED yes
FIELD build_status.credit_score TYPE string REQUIRED no
FIELD build_status.description TYPE number REQUIRED no
FIELD build_status.isotope TYPE number REQUIRED yes
FIELD build_status.dissolved_oxygen.humidity_pct TYPE integer REQU... | {"build_status":{"department":"PASS","credit_score":"inactive","isotope":625.68,"dissolved_oxygen":{"humidity_pct":507,"half_life":636,"vessel_name":"closed","annotation":793.86,"item_id":"MV-Evergreen-01","phenotype":"inactive"},"batch_code":"A short description.","insurance_id":"2020-05-06T17:17:00Z"},"subtotal":"Bob... | missing_required | {
"type": "object",
"properties": {
"build_status": {
"type": "object",
"properties": {
"department": {
"type": "string"
},
"credit_score": {
"type": "string"
},
"description": {
"type": "number"
},
"isotope": {
... | {"build_status": {"department": "PASS", "credit_score": "inactive", "isotope": 625.68, "dissolved_oxygen": {"humidity_pct": 507, "half_life": 636, "vessel_name": "closed", "annotation": 793.86, "item_id": "MV-Evergreen-01", "phenotype": "inactive"}, "batch_code": "A short description.", "insurance_id": "2020-05-06T17:1... | Required field 'created_at' is missing | {"build_status":{"department":"PASS","credit_score":"inactive","isotope":625.68,"dissolved_oxygen":{"humidity_pct":507,"half_life":636,"vessel_name":"closed","annotation":793.86,"item_id":"MV-Evergreen-01","phenotype":"inactive"},"batch_code":"A short description.","insurance_id":"2020-05-06T17:17:00Z"},"subtotal":"Bob... |
TASK repair_structured_output
SPEC
FIELD prop_r67 TYPE string REQUIRED yes
FIELD dim_s07 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_o28 TYPE string REQUIRED yes
FIELD field_b53 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_r67":"pending","dim_s07":"admin","val_o28":"GRCh38","field_b53":"https://api... | {"prop_r67":"pending","dim_s07":"admin","val_o28":"GRCh38","field_b53":"https://api.example.com/v1"} | truncated_object | {
"type": "object",
"properties": {
"prop_r67": {
"type": "string"
},
"dim_s07": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_o28": {
"type": "string"
},
"field_b53": {
"type": "string"
}
},
"requi... | {"prop_r67":"pending","dim_s07":"admin","val_o28":"GRCh38","field_b53":"https://api.example.com/v1" | Unexpected end of JSON input — truncated object | {"prop_r67":"pending","dim_s07":"admin","val_o28":"GRCh38","field_b53":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_m42 TYPE integer REQUIRED yes
FIELD field_q81 TYPE boolean REQUIRED no
FIELD col_s77 TYPE string REQUIRED no
FIELD dim_y14 TYPE string REQUIRED no
FIELD param_a44[].field_d89 TYPE integer REQUIRED no
FIELD param_a44[].field_i23 TYPE string REQUIRED no
FIELD param_a44[].pro... | {"prop_m42":756,"field_q81":true,"col_s77":"New York","dim_y14":"world","param_a44":[{"field_i23":"foo","prop_j39":[70.57],"attr_j27":[187,103,844]},{"prop_j39":[817.47,824.67,268.63],"attr_j27":[438,706,792]},{"field_d89":313,"field_i23":"test@example.com","prop_j39":[351.32,14.53],"attr_j27":[648]},{"field_i23":"QC-0... | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_m42": {
"type": "integer"
},
"field_q81": {
"type": "boolean"
},
"col_s77": {
"type": "string"
},
"dim_y14": {
"type": "string"
},
"param_a44": {
"type": "array",
"items": {
"type": "object",
... | Tool: schedule_meeting
Params: {"prop_m42": 756, "field_q81": true, "col_s77": "New York", "dim_y14": "world", "param_a44_id": [{"field_i23": "foo", "prop_j39": [70.57], "attr_j27": [187, 103, 844]}, {"prop_j39": [817.47, 824.67, 268.63], "attr_j27": [438, 706, 792]}, {"field_d89": 313, "field_i23": "test@example.com",... | Agent used wrong parameter name 'param_a44_id' instead of 'param_a44' | {"prop_m42":756,"field_q81":true,"col_s77":"New York","dim_y14":"world","param_a44":[{"field_i23":"foo","prop_j39":[70.57],"attr_j27":[187,103,844]},{"prop_j39":[817.47,824.67,268.63],"attr_j27":[438,706,792]},{"field_d89":313,"field_i23":"test@example.com","prop_j39":[351.32,14.53],"attr_j27":[648]},{"field_i23":"QC-0... |
TASK repair_structured_output
SPEC
FIELD balance TYPE string REQUIRED no
FIELD frequency_hz TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD chromosome TYPE string REQUIRED no
FIELD salinity.insurance_id TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD salinity.score TYPE inte... | {"balance":"cancelled","frequency_hz":"confirmed","chromosome":"test","salinity":{"insurance_id":"small","score":250,"published":null,"hazmat_code":{"consignee":"Santos","current_draw":true,"label":"EUR","chromosome":553.69}},"width":{"invoice_id":"GBP","item_id":"low","full_name":867}} | trailing_comma | {
"type": "object",
"properties": {
"balance": {
"type": "string"
},
"frequency_hz": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"chromosome": {
"type": "string"
},
"salinity": {
... | {"balance":"cancelled","frequency_hz":"confirmed","chromosome":"test","salinity":{"insurance_id":"small","score":250,"published":null,"hazmat_code":{"consignee":"Santos","current_draw":true,"label":"EUR","chromosome":553.69}},"width":{"invoice_id":"GBP","item_id":"low","full_name":867},} | Unexpected trailing comma | {"balance":"cancelled","frequency_hz":"confirmed","chromosome":"test","salinity":{"insurance_id":"small","score":250,"published":null,"hazmat_code":{"consignee":"Santos","current_draw":true,"label":"EUR","chromosome":553.69}},"width":{"invoice_id":"GBP","item_id":"low","full_name":867}} |
TASK repair_structured_output
SPEC
FIELD col_l96.param_r74 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_l96.prop_j48 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_l96.field_a01 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_l96.param_y27 TYPE boolean REQU... | {"col_b24":true,"key_x14":"USD","attr_a82":"Sao Paulo"} | markdown_explanation | {
"type": "object",
"properties": {
"col_l96": {
"type": "object",
"properties": {
"param_r74": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_j48": {
"type": "st... | Here's the structured output:
```json
{"col_b24":true,"key_x14":"USD","attr_a82":"Sao Paulo"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"col_b24":true,"key_x14":"USD","attr_a82":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD department TYPE boolean REQUIRED no
FIELD city TYPE boolean REQUIRED yes
FIELD price TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"department":false,"city":true,"price":622 | {"department":false,"city":true,"price":622} | truncated_array | {
"type": "object",
"properties": {
"department": {
"type": "boolean"
},
"city": {
"type": "boolean"
},
"price": {
"type": "integer"
}
},
"required": [
"city",
"price"
]
} | {"department":false,"city":true,"price":622 | Unexpected end of JSON input — truncated object | {"department":false,"city":true,"price":622} |
TASK repair_structured_output
SPEC
FIELD country TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD timezone TYPE string_date-time REQUIRED yes
FIELD id TYPE string REQUIRED no
FIELD visible.subject TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD visible.run_id TYPE number REQUIRED no
FIEL... | {"country":"green","timezone":"2021-06-12T20:12:00Z","id":"A short description."} | extra_text_after | {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"timezone": {
"type": "string",
"format": "date-time"
},
"id": {
"type": "string"
},
"vis... | {"country":"green","timezone":"2021-06-12T20:12:00Z","id":"A short description."}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"country":"green","timezone":"2021-06-12T20:12:00Z","id":"A short description."} |
TASK repair_structured_output
SPEC
FIELD param_u48 TYPE string_date-time REQUIRED yes
FIELD attr_c23 TYPE string REQUIRED no
FIELD param_b12 TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
{"param_u48": "2025-07-08T09:42:00Z", "param_b12": "broken"} | {"param_u48":"2025-07-08T09:42:00Z","param_b12":"error"} | synonym_enum | {
"type": "object",
"properties": {
"param_u48": {
"type": "string",
"format": "date-time"
},
"attr_c23": {
"type": "string"
},
"param_b12": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
}
},
"req... | {"param_u48": "2025-07-08T09:42:00Z", "param_b12": "broken"} | Field 'param_b12' has synonym 'broken' instead of valid enum value | {"param_u48":"2025-07-08T09:42:00Z","param_b12":"error"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD temp_celsius TYPE integer REQUIRED yes
FIELD currency TYPE number REQUIRED no
FIELD aligned_pct TYPE string REQUIRED no
FIELD item_id.pressure_kpa TYPE string REQUIRED yes
FIELD item_id.torque_o... | {"amplitude":"option_d","temp_celsius":786,"currency":935.68,"aligned_pct":"test@example.com","item_id":{"pressure_kpa":"chr1","torque_output":640,"decay_rate":"Jane","gene_id":308,"active":{"ph_level":"level_1","humidity_pct":"Charlie","label":568,"items":152.14,"allele":"2022-07-08T05:56:00Z","currency":"option_c"}}} | extra_text_before | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"temp_celsius": {
"type": "integer"
},
"currency": {
"type": "number"
},
"aligned_pct": {
... | Based on your request, here is the data:
{"amplitude":"option_d","temp_celsius":786,"currency":935.68,"aligned_pct":"test@example.com","item_id":{"pressure_kpa":"chr1","torque_output":640,"decay_rate":"Jane","gene_id":308,"active":{"ph_level":"level_1","humidity_pct":"Charlie","label":568,"items":152.14,"allele":"2022-... | Output contains non-JSON text before the object | {"amplitude":"option_d","temp_celsius":786,"currency":935.68,"aligned_pct":"test@example.com","item_id":{"pressure_kpa":"chr1","torque_output":640,"decay_rate":"Jane","gene_id":308,"active":{"ph_level":"level_1","humidity_pct":"Charlie","label":568,"items":152.14,"allele":"2022-07-08T05:56:00Z","currency":"option_c"}}} |
TASK repair_structured_output
SPEC
FIELD quantity.annotation TYPE number REQUIRED no
FIELD quantity.category TYPE string REQUIRED no
FIELD quantity.reagent TYPE string_date-time REQUIRED yes
FIELD quantity.turbidity TYPE integer REQUIRED no
FIELD quantity.trace_id TYPE string VALUES single|married|divorced REQUIRED no... | {"manifest_ref":"degraded","longitude":{"salinity":"https://data.io/api","allele":829,"bill_of_lading":43.75,"patient_id":"world","sensor_id":{"section":"synonymous","run_id":"https://api.io/data","interest_rate":false,"rating":"2025-07-03T12:37:00Z","website":"2026-07-17T00:09:00Z","decay_rate":794}}} | truncated_array | {
"type": "object",
"properties": {
"quantity": {
"type": "object",
"properties": {
"annotation": {
"type": "number"
},
"category": {
"type": "string"
},
"reagent": {
"type": "string",
"format": "date-time"
},
... | {"manifest_ref":"degraded","longitude":{"salinity":"https://data.io/api","allele":829,"bill_of_lading":43.75,"patient_id":"world","sensor_id":{"section":"synonymous","run_id":"https://api.io/data","interest_rate":false,"rating":"2025-07-03T12:37:00Z","website":"2026-07-17T00:09:00Z","decay_rate":794}} | Unexpected end of JSON input — truncated object | {"manifest_ref":"degraded","longitude":{"salinity":"https://data.io/api","allele":829,"bill_of_lading":43.75,"patient_id":"world","sensor_id":{"section":"synonymous","run_id":"https://api.io/data","interest_rate":false,"rating":"2025-07-03T12:37:00Z","website":"2026-07-17T00:09:00Z","decay_rate":794}}} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES single|married|divorced REQUIRED yes
FIELD velocity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD version TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
Pipeline result:
```json
{"veri... | {"verified":"divorced","velocity":"arctic","version":"confirmed"} | markdown_explanation | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"velocity": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"... | Pipeline result:
```json
{"verified":"divorced","velocity":"arctic","version":"confirmed"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"verified":"divorced","velocity":"arctic","version":"confirmed"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string REQUIRED no
FIELD tax TYPE boolean REQUIRED no
FIELD company TYPE string REQUIRED yes
FIELD amount TYPE string REQUIRED yes
FIELD procedure_code TYPE string VALUES single|married|divorced REQUIRED no
FIELD payment_status TYPE number REQUIRED no
FIELD umi TYPE ... | {"tax":false,"company":"foo","amount":"Silva","procedure_code":"single","umi":"Tokyo","status":"mode_b"} | wrong_type | {
"type": "object",
"properties": {
"phone": {
"type": "string"
},
"tax": {
"type": "boolean"
},
"company": {
"type": "string"
},
"amount": {
"type": "string"
},
"procedure_code": {
"type": "string",
"enum": [
"single",
"married... | {"tax": "\"no\"", "company": "foo", "amount": "Silva", "procedure_code": "single", "umi": "Tokyo", "status": "mode_b"} | Field 'tax' must be boolean, got string | {"tax":false,"company":"foo","amount":"Silva","procedure_code":"single","umi":"Tokyo","status":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD field_d20 TYPE null REQUIRED yes
FIELD prop_v99 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD col_q44 TYPE null REQUIRED yes
FIELD key_s65 TYPE integer REQUIRED yes
FIELD key_y19 TYPE boolean REQUIRED no
FIELD prop_v41.field_x78 TYPE string_uri REQUIRED yes
F... | {"field_d20":null,"prop_v99":"white","col_q44":null,"key_s65":720,"key_y19":false,"prop_v41":{"field_x78":"https://example.org/api","param_w71":"2020-02-05T19:37:00Z","prop_t84":116}} | truncated_object | {
"type": "object",
"properties": {
"field_d20": {
"type": "null"
},
"prop_v99": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_q44": {
"type": "null"
},
"key_s65": {
"type": "in... | {"field_d20":null,"prop_v99":"white","col_q44":null,"key_s65":720,"key_y19":false,"prop_v41":{"field_x78":"https://example.org/api","param_w71":"2020-02-05T19:37:00Z","prop_t84":116} | Unexpected end of JSON input — truncated object | {"field_d20":null,"prop_v99":"white","col_q44":null,"key_s65":720,"key_y19":false,"prop_v41":{"field_x78":"https://example.org/api","param_w71":"2020-02-05T19:37:00Z","prop_t84":116}} |
TASK repair_structured_output
SPEC
FIELD val_n06 TYPE boolean REQUIRED yes
FIELD key_e74 TYPE string REQUIRED no
FIELD col_r25 TYPE integer REQUIRED no
FIELD param_g80 TYPE null REQUIRED yes
FIELD dim_m18.col_p98 TYPE string REQUIRED no
FIELD dim_m18.attr_c93 TYPE string REQUIRED no
FIELD dim_m18.param_p36 TYPE null R... | {"val_n06":false,"key_e74":"Smith","col_r25":880,"param_g80":null,"dim_m18":{"col_p98":"Charlie","attr_c93":"qux","param_p36":null,"prop_i02":"https://api.example.com/v1","dim_n77":"chr1","dim_l45":"demo"}} | truncated_object | {
"type": "object",
"properties": {
"val_n06": {
"type": "boolean"
},
"key_e74": {
"type": "string"
},
"col_r25": {
"type": "integer"
},
"param_g80": {
"type": "null"
},
"dim_m18": {
"type": "object",
"properties": {
"col_p98": {
... | {"val_n06":false,"key_e74":"Smith","col_r25":880,"param_g80":null,"dim_m18":{"col_p98":"Charlie","attr_c93":"qux","param_p36":null,"prop_i02":"https://api.example.com/v1","dim_n77":"chr1","dim_l45":"demo"} | Unexpected end of JSON input — truncated object | {"val_n06":false,"key_e74":"Smith","col_r25":880,"param_g80":null,"dim_m18":{"col_p98":"Charlie","attr_c93":"qux","param_p36":null,"prop_i02":"https://api.example.com/v1","dim_n77":"chr1","dim_l45":"demo"}} |
TASK repair_structured_output
SPEC
FIELD prop_y76 TYPE string REQUIRED no
FIELD col_l28 TYPE null REQUIRED no
FIELD dim_d21 TYPE null REQUIRED yes
FIELD col_v68 TYPE integer REQUIRED yes
FIELD key_f01 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
BROKEN_OUTPUT
Let me provide the data in J... | {"prop_y76":"Diana","col_l28":null,"dim_d21":null,"col_v68":512,"key_f01":"confirmed"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_y76": {
"type": "string"
},
"col_l28": {
"type": "null"
},
"dim_d21": {
"type": "null"
},
"col_v68": {
"type": "integer"
},
"key_f01": {
"type": "string",
"enum": [
"pending_review",
"co... | Let me provide the data in JSON format:
```json
{"prop_y76":"Diana","col_l28":null,"dim_d21":null,"col_v68":512,"key_f01":"confirmed"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"prop_y76":"Diana","col_l28":null,"dim_d21":null,"col_v68":512,"key_f01":"confirmed"} |
TASK repair_structured_output
SPEC
FIELD val_t77 TYPE number REQUIRED no
FIELD dim_o96 TYPE string_email REQUIRED no
FIELD param_h92[].key_k26 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_h92[].col_a54 TYPE boolean REQUIRED no
FIELD param_h92[].val_f40 TYPE integer REQUIRED yes
FIELD param_h92[].key_p09 ... | {"val_t77":498.14,"dim_o96":"info@domain.org","param_h92":[{"col_a54":false,"val_f40":956,"key_p09":374,"dim_v29":"Bob","prop_z50":false,"dim_l64":"published"}],"prop_c94":[937.55,42.19,355.12,810.9]} | trailing_comma | {
"type": "object",
"properties": {
"val_t77": {
"type": "number"
},
"dim_o96": {
"type": "string",
"format": "email"
},
"param_h92": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key_k26": {
"type": "string",... | {"val_t77":498.14,"dim_o96":"info@domain.org","param_h92":[{"col_a54":false,"val_f40":956,"key_p09":374,"dim_v29":"Bob","prop_z50":false,"dim_l64":"published",}],"prop_c94":[937.55,42.19,355.12,810.9]} | Unexpected trailing comma | {"val_t77":498.14,"dim_o96":"info@domain.org","param_h92":[{"col_a54":false,"val_f40":956,"key_p09":374,"dim_v29":"Bob","prop_z50":false,"dim_l64":"published"}],"prop_c94":[937.55,42.19,355.12,810.9]} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string REQUIRED yes
FIELD tile TYPE string REQUIRED yes
FIELD consignee.shipping TYPE boolean REQUIRED no
FIELD consignee.start_date TYPE boolean REQUIRED no
FIELD consignee.email[] TYPE number REQUIRED yes
FIELD consignee.vessel_name[] TYPE string REQUIRED no
... | {"chromosome":"pending","tile":"Maria","consignee":{"email":[471.89,344.67]}} | agent_chain | {
"type": "object",
"properties": {
"chromosome": {
"type": "string"
},
"tile": {
"type": "string"
},
"consignee": {
"type": "object",
"properties": {
"shipping": {
"type": "boolean"
},
"start_date": {
"type": "boolean"
... | I need to look up the information first.
Action: apply_discount
Result: {"chromosome": "pending", "tile": "Maria"}
Processing the request now.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"chromosome":"pending","tile":"Maria","consignee":{"email":[471.89,344.67]}} |
TASK repair_structured_output
SPEC
FIELD dim_u56 TYPE integer REQUIRED yes
FIELD attr_r05 TYPE string_email REQUIRED yes
FIELD field_v35[] TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"dim_u56":213,"attr_r05":"admin@example.com","field_v35":[407.8,113.32]}
``` | {"dim_u56":213,"attr_r05":"admin@example.com","field_v35":[407.8,113.32]} | markdown_fences | {
"type": "object",
"properties": {
"dim_u56": {
"type": "integer"
},
"attr_r05": {
"type": "string",
"format": "email"
},
"field_v35": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"field_v35",
"attr_r05",
"di... | ```json
{"dim_u56":213,"attr_r05":"admin@example.com","field_v35":[407.8,113.32]}
``` | Output contains markdown code fences | {"dim_u56":213,"attr_r05":"admin@example.com","field_v35":[407.8,113.32]} |
TASK repair_structured_output
SPEC
FIELD field_t39 TYPE integer REQUIRED no
FIELD col_k48 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD field_b34 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"field_t39":966,"col_k48":"type_d","field_b34":true}
Hope this helps! | {"field_t39":966,"col_k48":"type_d","field_b34":true} | extra_text_after | {
"type": "object",
"properties": {
"field_t39": {
"type": "integer"
},
"col_k48": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"field_b34": {
"type": "boolean"
}
... | {"field_t39":966,"col_k48":"type_d","field_b34":true}
Hope this helps! | Output contains non-JSON text after the object | {"field_t39":966,"col_k48":"type_d","field_b34":true} |
TASK repair_structured_output
SPEC
FIELD dim_v76.param_j16 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_v76.param_g83 TYPE boolean REQUIRED yes
FIELD dim_v76.attr_y47.param_h80 TYPE boolean REQUIRED no
FIELD dim_v76.attr_y47.dim_n00 TYPE boolean REQUIRED yes
FIELD dim_v76.attr_y47.dim_g20 TYPE inte... | {"dim_v76":{"param_j16":"single","param_g83":true,"attr_y47":{"dim_n00":true,"dim_g20":695,"prop_n96":"option_a"}},"val_q60":"cat_c","prop_c90":716.26,"param_r25":{"prop_k82":"sample","col_h26":true,"attr_q03":"PASS","col_y02":783,"attr_j74":708.65,"col_h82":847.77},"val_n76":null,"attr_w85":2} | thought_process | {
"type": "object",
"properties": {
"dim_v76": {
"type": "object",
"properties": {
"param_j16": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"param_g83": {
"type": "boolean"
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"dim_v76":{"param_j16":"single","param_g83":true,"attr_y47":{"dim_n00":true,"dim_g20":695,"prop_n96":"option_a"}},"val_q60":"cat_c","prop_c90":716.26,"param_r25":{"prop_k82":"sample","col_h26":true,"attr_q... | Output contains chain-of-thought reasoning before JSON | {"dim_v76":{"param_j16":"single","param_g83":true,"attr_y47":{"dim_n00":true,"dim_g20":695,"prop_n96":"option_a"}},"val_q60":"cat_c","prop_c90":716.26,"param_r25":{"prop_k82":"sample","col_h26":true,"attr_q03":"PASS","col_y02":783,"attr_j74":708.65,"col_h82":847.77},"val_n76":null,"attr_w85":2} |
TASK repair_structured_output
SPEC
FIELD field_p19 TYPE integer REQUIRED yes
FIELD param_n24.col_v82 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD param_n24.val_w34 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD param_n24.col_w26 TYPE integer REQUIRED no
FIELD param_n24.attr_r2... | {"field_p19":70,"param_n24":{"col_v82":"mode_d","val_w34":"reliable","col_w26":418,"attr_r22":"https://example.com/data","prop_v94":"arctic"},"col_l64":{"val_c32":"red","param_e04":"Paris","dim_n73":743.51,"param_h88":true,"attr_b97":"black"},"col_h84":"Alice","field_e59":165.56,"dim_j63":false,"col_q50":"Diana"} | number_with_unit | {
"type": "object",
"properties": {
"field_p19": {
"type": "integer"
},
"param_n24": {
"type": "object",
"properties": {
"col_v82": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
... | {"field_p19": "70%", "param_n24": {"col_v82": "mode_d", "val_w34": "reliable", "col_w26": 418, "attr_r22": "https://example.com/data", "prop_v94": "arctic"}, "col_l64": {"val_c32": "red", "param_e04": "Paris", "dim_n73": 743.51, "param_h88": true, "attr_b97": "black"}, "col_h84": "Alice", "field_e59": 165.56, "dim_j63"... | Field 'field_p19' must be number, got string with unit | {"field_p19":70,"param_n24":{"col_v82":"mode_d","val_w34":"reliable","col_w26":418,"attr_r22":"https://example.com/data","prop_v94":"arctic"},"col_l64":{"val_c32":"red","param_e04":"Paris","dim_n73":743.51,"param_h88":true,"attr_b97":"black"},"col_h84":"Alice","field_e59":165.56,"dim_j63":false,"col_q50":"Diana"} |
TASK repair_structured_output
SPEC
FIELD prop_o90 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD val_z26 TYPE number REQUIRED no
FIELD val_q16.param_b31 TYPE string REQUIRED yes
FIELD val_q16.field_e02 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD val_q16.col_n64.dim_m28 TYPE stri... | {"prop_o90":"published","val_q16":{"param_b31":"Alice","field_e02":"oceanic","prop_f02":{"attr_j23":891,"attr_x65":false,"col_z08":"world"}}} | single_quotes | {
"type": "object",
"properties": {
"prop_o90": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"val_z26": {
"type": "number"
},
"val_q16": {
"type": "object",
"properties": {
"param_b31": {
"type":... | {'prop_o90':'published','val_q16':{'param_b31':'Alice','field_e02':'oceanic','prop_f02':{'attr_j23':891,'attr_x65':false,'col_z08':'world'}}} | Expecting property name enclosed in double quotes | {"prop_o90":"published","val_q16":{"param_b31":"Alice","field_e02":"oceanic","prop_f02":{"attr_j23":891,"attr_x65":false,"col_z08":"world"}}} |
TASK repair_structured_output
SPEC
FIELD published.full_name TYPE boolean REQUIRED yes
FIELD published.first_name TYPE boolean REQUIRED yes
FIELD published.dissolved_oxygen TYPE integer REQUIRED yes
FIELD published.size.annotation TYPE string REQUIRED no
FIELD published.size.bearing TYPE string VALUES synonymous|misse... | {"salinity":"2021-05-17T14:39:00Z"} | missing_required | {
"type": "object",
"properties": {
"published": {
"type": "object",
"properties": {
"full_name": {
"type": "boolean"
},
"first_name": {
"type": "boolean"
},
"dissolved_oxygen": {
"type": "integer"
},
"size": {
... | {} | Required field 'salinity' is missing | {"salinity":"2021-05-17T14:39:00Z"} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD organism TYPE string REQUIRED no
FIELD ph_level TYPE string REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
FIELD message TYPE integer REQU... | {"fleet_number":"delivered","organism":"chrX","ph_level":"Silva","deploy_target":"Smith","maturity_date":953,"message":678,"status_code":false} | tool_call_wrong_param | {
"type": "object",
"properties": {
"fleet_number": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"organism": {
"type": "string"
},
"ph_level": {
"type": "string"
},
"deploy_target": {
"... | Tool: process_payment
Params: {"organism": "chrX", "ph_level": "Silva", "deploy_target": "Smith", "maturity_date": 953, "message": 678, "status_code": false, "fleet_number2": "delivered"} | Agent used wrong parameter name 'fleet_number2' instead of 'fleet_number' | {"fleet_number":"delivered","organism":"chrX","ph_level":"Silva","deploy_target":"Smith","maturity_date":953,"message":678,"status_code":false} |
TASK repair_structured_output
SPEC
FIELD prop_b88 TYPE string REQUIRED no
FIELD prop_x34 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD key_i10 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"prop_x34":"type_b","key_i10":492} | {"prop_x34":"type_b","key_i10":492} | missing_bracket | {
"type": "object",
"properties": {
"prop_b88": {
"type": "string"
},
"prop_x34": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"key_i10": {
"type": "integer"
}
},
"required": [
"key_i10",
"prop_x34"
]
} | {"prop_x34":"type_b","key_i10":492} | Missing closing bracket | {"prop_x34":"type_b","key_i10":492} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE integer REQUIRED no
FIELD log_level TYPE number REQUIRED no
FIELD age[].amount TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD age[].verified TYPE string VALUES option_a|option_b REQUIRED no
FIELD age[].city TYPE string VALUES level_1|level_2... | {"port_code":399,"age":[{"amount":"reliable","verified":"option_a","repository":476},{"amount":"unstable","verified":"option_b"},{"amount":"reliable","city":"level_4","repository":891}]} | null_required | {
"type": "object",
"properties": {
"port_code": {
"type": "integer"
},
"log_level": {
"type": "number"
},
"age": {
"type": "array",
"items": {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
... | {"port_code": 399, "age": null} | Required field 'age' is null | {"port_code":399,"age":[{"amount":"reliable","verified":"option_a","repository":476},{"amount":"unstable","verified":"option_b"},{"amount":"reliable","city":"level_4","repository":891}]} |
TASK repair_structured_output
SPEC
FIELD attr_f92 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_v42 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD dim_t76 TYPE integer REQUIRED yes
FIELD field_r65 TYPE string REQUIRED no
FIELD prop_a12 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"attr_f92... | {"attr_f92":"pending","dim_v42":"cat_b","dim_t76":944,"field_r65":"test@example.com","prop_a12":null} | truncated_array | {
"type": "object",
"properties": {
"attr_f92": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_v42": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"dim_t76... | {"attr_f92":"pending","dim_v42":"cat_b","dim_t76":944,"field_r65":"test@example.com","prop_a12":null | Unexpected end of JSON input — truncated object | {"attr_f92":"pending","dim_v42":"cat_b","dim_t76":944,"field_r65":"test@example.com","prop_a12":null} |
TASK repair_structured_output
SPEC
FIELD notes TYPE number REQUIRED yes
FIELD order_id TYPE integer REQUIRED no
FIELD altitude TYPE string_date-time REQUIRED yes
FIELD lane[] TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
BROKEN_OUTPUT
{notes:294.72,altitude:"2022-04-27T18:16:00Z"} | {"notes":294.72,"altitude":"2022-04-27T18:16:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"notes": {
"type": "number"
},
"order_id": {
"type": "integer"
},
"altitude": {
"type": "string",
"format": "date-time"
},
"lane": {
"type": "array",
"items": {
"type": "string",
"enum": [
"... | {notes:294.72,altitude:"2022-04-27T18:16:00Z"} | Expecting property name enclosed in double quotes | {"notes":294.72,"altitude":"2022-04-27T18:16:00Z"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE integer REQUIRED yes
FIELD comments TYPE integer REQUIRED no
FIELD coverage TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
<tool_call name="query_port_status">
{"ward":151,"comments":342,"coverage":"2023-12-25"}
</tool_call.
Done! | {"ward":151,"comments":342,"coverage":"2023-12-25"} | tool_call_text_mix | {
"type": "object",
"properties": {
"ward": {
"type": "integer"
},
"comments": {
"type": "integer"
},
"coverage": {
"type": "string"
}
},
"required": [
"coverage",
"ward"
]
} | I need to look up the information first.
<tool_call name="query_port_status">
{"ward":151,"comments":342,"coverage":"2023-12-25"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"ward":151,"comments":342,"coverage":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD col_s47 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_n78 TYPE string REQUIRED no
FIELD dim_k43 TYPE string REQUIRED no
FIELD dim_y43 TYPE null REQUIRED yes
FIELD col_m72 TYPE integer REQUIRED yes
FIELD col_h04 TYPE boolean REQUIRED no
FIELD key_b53.pa... | {"key_n78":"quux","dim_y43":null,"col_m72":747,"col_h04":false} | missing_brace | {
"type": "object",
"properties": {
"col_s47": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_n78": {
"type": "string"
},
"dim_k43": {
"type": "string"
},
"dim_y43": {
"type": "null"
},
"c... | {"key_n78":"quux","dim_y43":null,"col_m72":747,"col_h04":false | Missing closing brace | {"key_n78":"quux","dim_y43":null,"col_m72":747,"col_h04":false} |
TASK repair_structured_output
SPEC
FIELD dim_d07 TYPE string_email REQUIRED no
FIELD dim_d37 TYPE boolean REQUIRED no
FIELD key_r26 TYPE string REQUIRED no
FIELD dim_l44 TYPE string REQUIRED yes
FIELD prop_g90 TYPE string REQUIRED yes
FIELD col_a52.field_m58 TYPE boolean REQUIRED no
FIELD col_a52.param_q00 TYPE string... | {"dim_d07":"test@example.com","dim_d37":true,"dim_l44":"chrX","prop_g90":"RTG-04","col_a52":{"field_m58":false,"param_q00":"Luis","field_n94":219,"field_v77":"2023-12-25","col_x47":"type_d","field_p54":"synonymous","field_r64":{"field_x74":"level_5","dim_n80":763,"val_f10":"ops@domain.org","attr_s16":486}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_d07": {
"type": "string",
"format": "email"
},
"dim_d37": {
"type": "boolean"
},
"key_r26": {
"type": "string"
},
"dim_l44": {
"type": "string"
},
"prop_g90": {
"type": "string"
},
"col_a52": {
... | track_vessel(dim_d07='test@example.com', dim_d37=True, dim_l44='chrX', prop_g90='RTG-04', col_a52={'field_m58': False, 'param_q00': 'Luis', 'field_n94': 219, 'field_v77': '2023-12-25', 'col_x47': 'type_d', 'field_p54': 'synonymous', 'field_r64': {'field_x74': 'level_5', 'dim_n80': 763, 'val_f10': 'ops@domain.org', 'att... | Tool call uses Python syntax instead of JSON | {"dim_d07":"test@example.com","dim_d37":true,"dim_l44":"chrX","prop_g90":"RTG-04","col_a52":{"field_m58":false,"param_q00":"Luis","field_n94":219,"field_v77":"2023-12-25","col_x47":"type_d","field_p54":"synonymous","field_r64":{"field_x74":"level_5","dim_n80":763,"val_f10":"ops@domain.org","attr_s16":486}}} |
TASK repair_structured_output
SPEC
FIELD position TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD label TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD organism TYPE integer REQUIRED yes
FIELD humidity_pct.language TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD humidit... | {"position":"intermittent","label":"low","organism":117,"humidity_pct":{"language":"critical","coverage":{"gene_id":477.15,"diagnosis_code":"warning","tax":"user@example.com","commit_hash":790},"color":{"insurance_id":"small","collateral":"returned","lab_result":602,"shift_code":"berthed","score":510.34,"discount":null... | truncated_object | {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"label": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"o... | {"position":"intermittent","label":"low","organism":117,"humidity_pct":{"language":"critical","coverage":{"gene_id":477.15,"diagnosis_code":"warning","tax":"user@example.com","commit_hash":790},"color":{"insurance_id":"small","collateral":"returned","lab_result":602,"shift_code":"berthed","score":510.34,"discount":null... | Unexpected end of JSON input — truncated object | {"position":"intermittent","label":"low","organism":117,"humidity_pct":{"language":"critical","coverage":{"gene_id":477.15,"diagnosis_code":"warning","tax":"user@example.com","commit_hash":790},"color":{"insurance_id":"small","collateral":"returned","lab_result":602,"shift_code":"berthed","score":510.34,"discount":null... |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE null REQUIRED no
FIELD shift_code TYPE string REQUIRED yes
FIELD color TYPE boolean REQUIRED no
FIELD annotation TYPE number REQUIRED no
FIELD amplitude TYPE string REQUIRED no
FIELD state.order_id TYPE number REQUIRED no
FIELD state.sensor_id TYPE string REQUIR... | {"invoice_id":null,"shift_code":"QC-07","annotation":9.15,"amplitude":"REV","state":{"sensor_id":"Maria","shipping":"JPY","log_level":{"coverage":"moored","user_id":null,"pressure_kpa":false,"type":"Silva"}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"invoice_id": {
"type": "null"
},
"shift_code": {
"type": "string"
},
"color": {
"type": "boolean"
},
"annotation": {
"type": "number"
},
"amplitude": {
"type": "string"
},
"state": {
"type": "object"... | Let me check the system.
<tool_call name="update_preferences">
{"invoice_id":null,"shift_code":"QC-07","annotation":9.15,"amplitude":"REV","state":{"sensor_id":"Maria","shipping":"JPY","log_level":{"coverage":"moored","user_id":null,"pressure_kpa":false,"type":"Silva"}}}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"invoice_id":null,"shift_code":"QC-07","annotation":9.15,"amplitude":"REV","state":{"sensor_id":"Maria","shipping":"JPY","log_level":{"coverage":"moored","user_id":null,"pressure_kpa":false,"type":"Silva"}}} |
TASK repair_structured_output
SPEC
FIELD date TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD conductivity TYPE string REQUIRED no
FIELD comments TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD phenotype TYPE string_email REQUIRED no
FIELD decay_rate TYPE integer REQUIRED no
BROKEN_OU... | {"date":"in_transit","conductivity":"REV","phenotype":"admin@example.com"} | unquoted_keys | {
"type": "object",
"properties": {
"date": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"conductivity": {
"type": "string"
},
"comments": {
"type": "string",
"enum": [
"USD",
"... | {date:"in_transit",conductivity:"REV",phenotype:"admin@example.com"} | Expecting property name enclosed in double quotes | {"date":"in_transit","conductivity":"REV","phenotype":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_e96 TYPE boolean REQUIRED no
FIELD dim_h80 TYPE boolean REQUIRED no
FIELD dim_q46 TYPE string_uri REQUIRED yes
FIELD dim_e57 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_a57.dim_g55 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD val_a57.attr... | {"dim_q46":"https://example.org/data","dim_e57":"option_a","val_a57":{"dim_g55":"cat_b","col_f22":629.07,"param_e32":"option_c","key_u67":"REV"}} | null_required | {
"type": "object",
"properties": {
"dim_e96": {
"type": "boolean"
},
"dim_h80": {
"type": "boolean"
},
"dim_q46": {
"type": "string",
"format": "uri"
},
"dim_e57": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c... | {"dim_q46": null, "dim_e57": "option_a", "val_a57": {"dim_g55": "cat_b", "col_f22": 629.07, "param_e32": "option_c", "key_u67": "REV"}} | Required field 'dim_q46' is null | {"dim_q46":"https://example.org/data","dim_e57":"option_a","val_a57":{"dim_g55":"cat_b","col_f22":629.07,"param_e32":"option_c","key_u67":"REV"}} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string REQUIRED yes
FIELD score TYPE string_uri REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED yes
BROKEN_OUTPUT
{latitude:"world",score:"https://data.io/v1",interest_rate:532} | {"latitude":"world","score":"https://data.io/v1","interest_rate":532} | unquoted_keys | {
"type": "object",
"properties": {
"latitude": {
"type": "string"
},
"score": {
"type": "string",
"format": "uri"
},
"interest_rate": {
"type": "integer"
}
},
"required": [
"score",
"latitude",
"interest_rate"
]
} | {latitude:"world",score:"https://data.io/v1",interest_rate:532} | Expecting property name enclosed in double quotes | {"latitude":"world","score":"https://data.io/v1","interest_rate":532} |
TASK repair_structured_output
SPEC
FIELD val_p97 TYPE string_email REQUIRED no
FIELD dim_n16 TYPE integer REQUIRED no
FIELD field_j81 TYPE string REQUIRED no
FIELD prop_a71 TYPE null REQUIRED yes
FIELD field_p17 TYPE null REQUIRED no
FIELD param_t40.param_a97 TYPE integer REQUIRED no
FIELD param_t40.key_p03 TYPE strin... | {"val_p97":"info@test.io","dim_n16":968,"field_j81":"2023-12-25","prop_a71":null,"field_p17":null,"param_t40":{"key_p03":"hemizygous","param_u31":"active","field_m78":{"param_a46":186.32,"prop_h88":"test@domain.org","field_y90":"pending","attr_i89":"single"},"prop_m43":"test","key_t88":false,"field_v45":"foo"},"col_e36... | markdown_explanation | {
"type": "object",
"properties": {
"val_p97": {
"type": "string",
"format": "email"
},
"dim_n16": {
"type": "integer"
},
"field_j81": {
"type": "string"
},
"prop_a71": {
"type": "null"
},
"field_p17": {
"type": "null"
},
"param_t40": {... | Here is the response in the requested format:
```json
{"val_p97":"info@test.io","dim_n16":968,"field_j81":"2023-12-25","prop_a71":null,"field_p17":null,"param_t40":{"key_p03":"hemizygous","param_u31":"active","field_m78":{"param_a46":186.32,"prop_h88":"test@domain.org","field_y90":"pending","attr_i89":"single"},"prop_m... | Output contains markdown and explanatory text around JSON | {"val_p97":"info@test.io","dim_n16":968,"field_j81":"2023-12-25","prop_a71":null,"field_p17":null,"param_t40":{"key_p03":"hemizygous","param_u31":"active","field_m78":{"param_a46":186.32,"prop_h88":"test@domain.org","field_y90":"pending","attr_i89":"single"},"prop_m43":"test","key_t88":false,"field_v45":"foo"},"col_e36... |
TASK repair_structured_output
SPEC
FIELD key_r34 TYPE string_email REQUIRED no
FIELD prop_g00 TYPE null REQUIRED yes
FIELD field_l07.prop_h92 TYPE null REQUIRED no
FIELD field_l07.key_k25 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD field_l07.attr_s48.key_u70 TYPE boolean REQUIRED no
FIELD field_l07.attr_s48.att... | {"prop_g00":null,"field_l07":{"prop_h92":null,"key_k25":"mode_a","attr_s48":{"key_u70":false,"attr_n66":492,"field_o81":"baz"},"val_m76":"https://example.com","dim_k99":true,"param_z00":{"col_s63":"large","attr_l24":"mode_b","param_i32":"homozygous"}},"col_t70":{"prop_c37":603,"field_x52":"mode_a","dim_r75":386.29,"par... | markdown_fences | {
"type": "object",
"properties": {
"key_r34": {
"type": "string",
"format": "email"
},
"prop_g00": {
"type": "null"
},
"field_l07": {
"type": "object",
"properties": {
"prop_h92": {
"type": "null"
},
"key_k25": {
"type": ... | ```json
{"prop_g00":null,"field_l07":{"prop_h92":null,"key_k25":"mode_a","attr_s48":{"key_u70":false,"attr_n66":492,"field_o81":"baz"},"val_m76":"https://example.com","dim_k99":true,"param_z00":{"col_s63":"large","attr_l24":"mode_b","param_i32":"homozygous"}},"col_t70":{"prop_c37":603,"field_x52":"mode_a","dim_r75":386... | Output contains markdown code fences | {"prop_g00":null,"field_l07":{"prop_h92":null,"key_k25":"mode_a","attr_s48":{"key_u70":false,"attr_n66":492,"field_o81":"baz"},"val_m76":"https://example.com","dim_k99":true,"param_z00":{"col_s63":"large","attr_l24":"mode_b","param_i32":"homozygous"}},"col_t70":{"prop_c37":603,"field_x52":"mode_a","dim_r75":386.29,"par... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.