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 enabled.tags TYPE string REQUIRED no FIELD enabled.commit_hash.isotope TYPE string_uri REQUIRED yes FIELD enabled.commit_hash.date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD enabled.commit_hash.manifest_ref TYPE string REQUIRED yes FIELD enabled.reagent.total TYPE...
{"enabled":{"tags":"REV","commit_hash":{"isotope":"https://www.com/v1","manifest_ref":"test@example.com"},"reagent":{"total":942,"payment_status":"nonsense","vital_sign":"GRCh38","title":null,"quality_score":"approved","last_name":"type_b","torque_output":233},"altitude":"PASS","tax":null,"status_code":965},"latitude":...
unquoted_keys
{ "type": "object", "properties": { "enabled": { "type": "object", "properties": { "tags": { "type": "string" }, "commit_hash": { "type": "object", "properties": { "isotope": { "type": "string", "format": "...
{enabled:{tags:"REV",commit_hash:{isotope:"https://www.com/v1",manifest_ref:"test@example.com"},reagent:{total:942,payment_status:"nonsense",vital_sign:"GRCh38",title:null,quality_score:"approved",last_name:"type_b",torque_output:233},altitude:"PASS",tax:null,status_code:965},latitude:true,port_code:"Luis",rating:"cat_...
Expecting property name enclosed in double quotes
{"enabled":{"tags":"REV","commit_hash":{"isotope":"https://www.com/v1","manifest_ref":"test@example.com"},"reagent":{"total":942,"payment_status":"nonsense","vital_sign":"GRCh38","title":null,"quality_score":"approved","last_name":"type_b","torque_output":233},"altitude":"PASS","tax":null,"status_code":965},"latitude":...
TASK repair_structured_output SPEC FIELD col_b36 TYPE boolean REQUIRED no FIELD col_v16 TYPE string_email REQUIRED yes FIELD dim_a86 TYPE number REQUIRED yes FIELD field_g56 TYPE boolean REQUIRED no FIELD key_i24 TYPE string_date-time REQUIRED no FIELD param_p79 TYPE null REQUIRED yes BROKEN_OUTPUT {"dim_a86": 497.74...
{"col_v16":"ops@domain.org","dim_a86":497.74,"field_g56":false,"key_i24":"2023-04-14T10:34:00Z","param_p79":null}
missing_required
{ "type": "object", "properties": { "col_b36": { "type": "boolean" }, "col_v16": { "type": "string", "format": "email" }, "dim_a86": { "type": "number" }, "field_g56": { "type": "boolean" }, "key_i24": { "type": "string", "format": "date-...
{"dim_a86": 497.74, "field_g56": false, "key_i24": "2023-04-14T10:34:00Z", "param_p79": null}
Required field 'col_v16' is missing
{"col_v16":"ops@domain.org","dim_a86":497.74,"field_g56":false,"key_i24":"2023-04-14T10:34:00Z","param_p79":null}
TASK repair_structured_output SPEC FIELD consignee TYPE string REQUIRED no FIELD values TYPE string_email REQUIRED yes FIELD length TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD account_id TYPE integer REQUIRED yes FIELD conductivity TYPE number REQUIRED yes FIELD torque_output TYPE str...
{"consignee":"foo","values":"user@example.com","length":"nonsense","account_id":839,"conductivity":699.78}
single_quotes
{ "type": "object", "properties": { "consignee": { "type": "string" }, "values": { "type": "string", "format": "email" }, "length": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "a...
{'consignee':'foo','values':'user@example.com','length':'nonsense','account_id':839,'conductivity':699.78}
Expecting property name enclosed in double quotes
{"consignee":"foo","values":"user@example.com","length":"nonsense","account_id":839,"conductivity":699.78}
TASK repair_structured_output SPEC FIELD first_name TYPE string_date-time REQUIRED no FIELD salinity TYPE string REQUIRED no FIELD port_code TYPE null REQUIRED no FIELD start_date.velocity TYPE string_uri REQUIRED no FIELD start_date.nickname TYPE string VALUES success|error|warning|info REQUIRED yes FIELD start_date....
{"first_name":"2025-01-13T04:32:00Z","port_code":null,"start_date":{"velocity":"https://api.com/api","nickname":"error","subtotal":"user@example.com","product_id":false}}
tool_call_bad_format
{ "type": "object", "properties": { "first_name": { "type": "string", "format": "date-time" }, "salinity": { "type": "string" }, "port_code": { "type": "null" }, "start_date": { "type": "object", "properties": { "velocity": { "type": ...
<functioncall> check_cargo_manifest {first_name: "2025-01-13T04:32:00Z", port_code: null, start_date: {velocity: "https://api.com/api", nickname: "error", subtotal: "user@example.com", product_id: false}}
Tool call has malformed arguments — unquoted keys in function parameters
{"first_name":"2025-01-13T04:32:00Z","port_code":null,"start_date":{"velocity":"https://api.com/api","nickname":"error","subtotal":"user@example.com","product_id":false}}
TASK repair_structured_output SPEC FIELD coverage TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD duration_ms TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD salinity TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD velocity TYPE string VALUES berthed|anchored|underway|moored REQU...
{"coverage":"cat_b","duration_ms":"cat_d","salinity":"returned","velocity":"berthed"}
missing_bracket
{ "type": "object", "properties": { "coverage": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "duration_ms": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "salinity": { "type":...
{"coverage":"cat_b","duration_ms":"cat_d","salinity":"returned","velocity":"berthed"}
Missing closing bracket
{"coverage":"cat_b","duration_ms":"cat_d","salinity":"returned","velocity":"berthed"}
TASK repair_structured_output SPEC FIELD title TYPE string VALUES option_a|option_b REQUIRED no FIELD age TYPE null REQUIRED no FIELD created_at TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD barcode TYPE string REQUIRED no FIELD account_id TYPE integer REQUIRED no FIELD subject TYPE string R...
{"title":"option_a","age":null,"barcode":"RTG-04","account_id":562,"subject":"test@example.com","shipper_ref":"https://api.org/v1"}
tool_call_partial_args
{ "type": "object", "properties": { "title": { "type": "string", "enum": [ "option_a", "option_b" ] }, "age": { "type": "null" }, "created_at": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "o...
Let me check the system. Action: transfer_call Arguments: {"title": "option_a", "age": null, "barcode": "RTG-04", "account_id": 562, "subject": "test@example.com"}
Agent tool call missing required parameter 'shipper_ref'
{"title":"option_a","age":null,"barcode":"RTG-04","account_id":562,"subject":"test@example.com","shipper_ref":"https://api.org/v1"}
TASK repair_structured_output SPEC FIELD cargo_type TYPE integer REQUIRED yes FIELD turbidity TYPE integer REQUIRED no FIELD level[] TYPE string REQUIRED no BROKEN_OUTPUT Tool: annotate_mutation Params: {"cargo_type": 652, "level_id": ["New York", "A short description.", "A short description."]}
{"cargo_type":652,"level":["New York","A short description.","A short description."]}
tool_call_wrong_param
{ "type": "object", "properties": { "cargo_type": { "type": "integer" }, "turbidity": { "type": "integer" }, "level": { "type": "array", "items": { "type": "string" } } }, "required": [ "cargo_type" ] }
Tool: annotate_mutation Params: {"cargo_type": 652, "level_id": ["New York", "A short description.", "A short description."]}
Agent used wrong parameter name 'level_id' instead of 'level'
{"cargo_type":652,"level":["New York","A short description.","A short description."]}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD strand TYPE integer REQUIRED yes FIELD coverage[] TYPE integer REQUIRED yes BROKEN_OUTPUT Sure, here's the result: ```json {"manifest_ref":"level_2","strand":79,"coverage":[148,236]} ``` Feel fr...
{"manifest_ref":"level_2","strand":79,"coverage":[148,236]}
markdown_explanation
{ "type": "object", "properties": { "manifest_ref": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "strand": { "type": "integer" }, "coverage": { "type": "array", "items": { "type": "intege...
Sure, here's the result: ```json {"manifest_ref":"level_2","strand":79,"coverage":[148,236]} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"manifest_ref":"level_2","strand":79,"coverage":[148,236]}
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD vessel_name TYPE string VALUES level_1|level_2 REQUIRED no FIELD maturity_date TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD format TYPE string VALUES cat_a|cat_b|cat...
{"batch_code":"option_e","vessel_name":"level_1","maturity_date":"cat_c","format":"cat_a"}
missing_required
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "vessel_name": { "type": "string", "enum": [ "level_1", ...
{"batch_code": "option_e", "vessel_name": "level_1", "format": "cat_a"}
Required field 'maturity_date' is missing
{"batch_code":"option_e","vessel_name":"level_1","maturity_date":"cat_c","format":"cat_a"}
TASK repair_structured_output SPEC FIELD dim_a59 TYPE number REQUIRED no FIELD attr_m51.dim_f88 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_m51.prop_a06 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_m51.col_z33 TYPE integer REQUIRED no FIELD attr_m51.val_k6...
{"attr_m51":{"dim_f88":"maintenance","prop_a06":"info","col_z33":208,"val_k66":"Smith"},"field_m94":"Maria","val_z16":236,"prop_x04":{"val_r71":{"key_o79":"editor","col_h40":"RTG-04","param_g49":"email"},"param_d42":488.91,"col_x32":414,"dim_i52":"active","field_x17":"free","field_k64":"A short description."}}
extra_field
{ "type": "object", "properties": { "dim_a59": { "type": "number" }, "attr_m51": { "type": "object", "properties": { "dim_f88": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ...
{"attr_m51": {"dim_f88": "maintenance", "prop_a06": "info", "col_z33": 208, "val_k66": "Smith"}, "field_m94": "Maria", "val_z16": 236, "prop_x04": {"val_r71": {"key_o79": "editor", "col_h40": "RTG-04", "param_g49": "email"}, "param_d42": 488.91, "col_x32": 414, "dim_i52": "active", "field_x17": "free", "field_k64": "A ...
Unknown field 'extra_field_7698' not defined in schema
{"attr_m51":{"dim_f88":"maintenance","prop_a06":"info","col_z33":208,"val_k66":"Smith"},"field_m94":"Maria","val_z16":236,"prop_x04":{"val_r71":{"key_o79":"editor","col_h40":"RTG-04","param_g49":"email"},"param_d42":488.91,"col_x32":414,"dim_i52":"active","field_x17":"free","field_k64":"A short description."}}
TASK repair_structured_output SPEC FIELD website TYPE number REQUIRED no FIELD build_status TYPE string_uri REQUIRED yes FIELD format.status TYPE string REQUIRED no FIELD format.color TYPE number REQUIRED no FIELD format.terminal_id TYPE string REQUIRED yes FIELD format.category TYPE string REQUIRED no FIELD format.tr...
{"website":825.77,"build_status":"https://www.io/data","format":{"color":543.51,"terminal_id":"London","category":"Charlie"}}
markdown_explanation
{ "type": "object", "properties": { "website": { "type": "number" }, "build_status": { "type": "string", "format": "uri" }, "format": { "type": "object", "properties": { "status": { "type": "string" }, "color": { "type": "...
I've generated the following JSON: ```json {"website":825.77,"build_status":"https://www.io/data","format":{"color":543.51,"terminal_id":"London","category":"Charlie"}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"website":825.77,"build_status":"https://www.io/data","format":{"color":543.51,"terminal_id":"London","category":"Charlie"}}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD priority TYPE string VALUES active|inactive|pending REQUIRED yes FIELD version TYPE integer REQUIRED no FIELD salinity TYPE string REQUIRED no FIELD duration_ms TYPE string REQUIRED no BROKEN_OUTPU...
{"frequency_hz":"inland","priority":"pending"}
tool_call_text_mix
{ "type": "object", "properties": { "frequency_hz": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "priority": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, ...
I'll query our database. <tool_call name="apply_discount"> {"frequency_hz":"inland","priority":"pending"} </tool_call.
Agent response mixes reasoning text with tool call
{"frequency_hz":"inland","priority":"pending"}
TASK repair_structured_output SPEC FIELD key_e92 TYPE string_date-time REQUIRED no FIELD prop_i85 TYPE integer REQUIRED no FIELD dim_b56 TYPE string REQUIRED yes FIELD param_l47 TYPE number REQUIRED yes FIELD val_y44 TYPE string REQUIRED yes FIELD dim_r54 TYPE string REQUIRED yes FIELD field_i63 TYPE string REQUIRED n...
{"key_e92":"2024-05-26T04:20:00Z","prop_i85":752,"dim_b56":"Berlin","param_l47":921.15,"val_y44":"John","dim_r54":"QC-07","field_i63":"Oliveira","key_v39":908}
agent_chain
{ "type": "object", "properties": { "key_e92": { "type": "string", "format": "date-time" }, "prop_i85": { "type": "integer" }, "dim_b56": { "type": "string" }, "param_l47": { "type": "number" }, "val_y44": { "type": "string" }, "dim_r54...
I need to look up the information first. Action: check_cargo_manifest Result: {"key_e92": "2024-05-26T04:20:00Z", "prop_i85": 752, "param_l47": 921.15, "val_y44": "John", "dim_r54": "QC-07", "field_i63": "Oliveira", "key_v39": 908} I'll query our database. Action: annotate_mutation Result:
Agent multi-step chain with truncated tool output
{"key_e92":"2024-05-26T04:20:00Z","prop_i85":752,"dim_b56":"Berlin","param_l47":921.15,"val_y44":"John","dim_r54":"QC-07","field_i63":"Oliveira","key_v39":908}
TASK repair_structured_output SPEC FIELD created_at TYPE boolean REQUIRED no FIELD thumbnail TYPE integer REQUIRED yes FIELD bill_of_lading TYPE integer REQUIRED yes FIELD isotope TYPE string REQUIRED no FIELD yield_pct TYPE integer REQUIRED no FIELD values TYPE number REQUIRED no BROKEN_OUTPUT {"thumbnail":894,"bill...
{"thumbnail":894,"bill_of_lading":501,"yield_pct":121,"values":720.42}
missing_brace
{ "type": "object", "properties": { "created_at": { "type": "boolean" }, "thumbnail": { "type": "integer" }, "bill_of_lading": { "type": "integer" }, "isotope": { "type": "string" }, "yield_pct": { "type": "integer" }, "values": { "type...
{"thumbnail":894,"bill_of_lading":501,"yield_pct":121,"values":720.42
Missing closing brace
{"thumbnail":894,"bill_of_lading":501,"yield_pct":121,"values":720.42}
TASK repair_structured_output SPEC FIELD wavelength TYPE integer REQUIRED no FIELD terminal_id TYPE boolean REQUIRED yes FIELD tile TYPE string VALUES single|married|divorced REQUIRED no FIELD manifest_ref TYPE string VALUES active|inactive|pending REQUIRED no FIELD isotope TYPE string REQUIRED no FIELD size TYPE stri...
{"wavelength":690,"terminal_id":false,"tile":"single","manifest_ref":"inactive","isotope":"https://example.com","size":"completed"}
missing_brace
{ "type": "object", "properties": { "wavelength": { "type": "integer" }, "terminal_id": { "type": "boolean" }, "tile": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "manifest_ref": { "type": "string", ...
{"wavelength":690,"terminal_id":false,"tile":"single","manifest_ref":"inactive","isotope":"https://example.com","size":"completed"
Missing closing brace
{"wavelength":690,"terminal_id":false,"tile":"single","manifest_ref":"inactive","isotope":"https://example.com","size":"completed"}
TASK repair_structured_output SPEC FIELD status TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD bearing TYPE boolean REQUIRED yes FIELD procedure_code TYPE boolean REQUIRED yes BROKEN_OUTPUT {"status":"pro","score":"ope...
{"status":"pro","score":"operational","bearing":true,"procedure_code":true}
missing_bracket
{ "type": "object", "properties": { "status": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "score": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ...
{"status":"pro","score":"operational","bearing":true,"procedure_code":true}
Missing closing bracket
{"status":"pro","score":"operational","bearing":true,"procedure_code":true}
TASK repair_structured_output SPEC FIELD param_h15 TYPE boolean REQUIRED no FIELD param_d58 TYPE string REQUIRED yes FIELD col_m87 TYPE string_email REQUIRED yes BROKEN_OUTPUT {"param_d58":"PASS","col_m87":"info@example.com"
{"param_d58":"PASS","col_m87":"info@example.com"}
truncated_object
{ "type": "object", "properties": { "param_h15": { "type": "boolean" }, "param_d58": { "type": "string" }, "col_m87": { "type": "string", "format": "email" } }, "required": [ "col_m87", "param_d58" ] }
{"param_d58":"PASS","col_m87":"info@example.com"
Unexpected end of JSON input — truncated object
{"param_d58":"PASS","col_m87":"info@example.com"}
TASK repair_structured_output SPEC FIELD reagent TYPE integer REQUIRED yes FIELD commit_hash TYPE integer REQUIRED yes FIELD shift_code.transaction_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD shift_code.zip_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIE...
{"reagent":229,"commit_hash":891}
trailing_comma
{ "type": "object", "properties": { "reagent": { "type": "integer" }, "commit_hash": { "type": "integer" }, "shift_code": { "type": "object", "properties": { "transaction_id": { "type": "string", "enum": [ "option_a", "o...
{"reagent":229,"commit_hash":891,}
Unexpected trailing comma
{"reagent":229,"commit_hash":891}
TASK repair_structured_output SPEC FIELD col_a86 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD field_i95 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_m91 TYPE boolean REQUIRED no FIELD val_d14 TYPE string REQUIRED yes FIELD dim_z16.dim_j83 TYPE string REQUIRED ...
{"field_i95":"inland","val_d14":"cancelled","dim_z16":{"dim_j83":"Sao Paulo","dim_g63":"published","val_v12":135.58,"key_e32":false,"col_l58":[null,null,null,null]},"key_c70":false,"field_u61":108}
boolean_as_string
{ "type": "object", "properties": { "col_a86": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "field_i95": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "...
{"field_i95": "inland", "val_d14": "cancelled", "dim_z16": {"dim_j83": "Sao Paulo", "dim_g63": "published", "val_v12": 135.58, "key_e32": false, "col_l58": [null, null, null, null]}, "key_c70": "yes", "field_u61": 108}
Field 'key_c70' must be boolean, got string
{"field_i95":"inland","val_d14":"cancelled","dim_z16":{"dim_j83":"Sao Paulo","dim_g63":"published","val_v12":135.58,"key_e32":false,"col_l58":[null,null,null,null]},"key_c70":false,"field_u61":108}
TASK repair_structured_output SPEC FIELD account_id TYPE string_uri REQUIRED no FIELD conductivity TYPE boolean REQUIRED yes FIELD end_date TYPE string REQUIRED yes FIELD options TYPE string_uri REQUIRED no FIELD humidity_pct TYPE string REQUIRED no FIELD quantity TYPE string VALUES synonymous|missense|nonsense|frames...
{"account_id":"https://data.org/data","conductivity":true,"end_date":"GRCh38","options":"https://api.io/data","quantity":"frameshift","address":true,"country":"enterprise"}
invalid_enum
{ "type": "object", "properties": { "account_id": { "type": "string", "format": "uri" }, "conductivity": { "type": "boolean" }, "end_date": { "type": "string" }, "options": { "type": "string", "format": "uri" }, "humidity_pct": { "type": ...
{"account_id": "https://data.org/data", "conductivity": true, "end_date": "GRCh38", "options": "https://api.io/data", "quantity": "frameshift", "address": true, "country": "invalid_option_183"}
Field 'country' has invalid enum value 'invalid_option_183', expected one of ['free', 'basic', 'pro', 'enterprise']
{"account_id":"https://data.org/data","conductivity":true,"end_date":"GRCh38","options":"https://api.io/data","quantity":"frameshift","address":true,"country":"enterprise"}
TASK repair_structured_output SPEC FIELD interest_rate TYPE integer REQUIRED yes FIELD end_date TYPE string REQUIRED yes FIELD sensor_id TYPE string_date-time REQUIRED no FIELD dosage TYPE string REQUIRED no FIELD consignee TYPE string_date-time REQUIRED no FIELD message TYPE integer REQUIRED no FIELD height TYPE inte...
{"interest_rate":80,"end_date":"RTG-04","sensor_id":"2022-04-17T11:04:00Z","dosage":"cancelled","height":138,"manifest_ref":"enterprise"}
missing_bracket
{ "type": "object", "properties": { "interest_rate": { "type": "integer" }, "end_date": { "type": "string" }, "sensor_id": { "type": "string", "format": "date-time" }, "dosage": { "type": "string" }, "consignee": { "type": "string", "form...
{"interest_rate":80,"end_date":"RTG-04","sensor_id":"2022-04-17T11:04:00Z","dosage":"cancelled","height":138,"manifest_ref":"enterprise"}
Missing closing bracket
{"interest_rate":80,"end_date":"RTG-04","sensor_id":"2022-04-17T11:04:00Z","dosage":"cancelled","height":138,"manifest_ref":"enterprise"}
TASK repair_structured_output SPEC FIELD latitude TYPE string_uri REQUIRED yes FIELD title TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD discount.latitude TYPE string_email REQUIRED no FIELD discount.longitude TYPE string REQUIRED no FIELD discount.subtotal TYPE string REQUIRED no FIELD...
{"latitude":"https://example.org/data","title":"frameshift","discount":{"latitude":"test@domain.org","first_name":"Paris"}}
partial_structure
{ "type": "object", "properties": { "latitude": { "type": "string", "format": "uri" }, "title": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "discount": { "type": "object", "propert...
The discount is {'latitude': 'test@domain.org', 'first_name': 'Paris'} and {"latitude":"https://example.org/data","title":"frameshift","discount":{"latitude":"test@domain.org","first_name":"Paris"}}
Output mixes natural language with JSON
{"latitude":"https://example.org/data","title":"frameshift","discount":{"latitude":"test@domain.org","first_name":"Paris"}}
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD url TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD commit_hash TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD name TYPE string_email REQUIRED no FIE...
{"consignee":"level_1","url":"cat_e","commit_hash":"type_f","name":"ops@domain.org","annotation":"error","compound":"Smith"}
invalid_enum
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "url": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat...
{"consignee": "level_1", "url": "cat_e", "commit_hash": "type_f", "name": "ops@domain.org", "annotation": "invalid_option_937", "compound": "Smith"}
Field 'annotation' has invalid enum value 'invalid_option_937', expected one of ['success', 'error', 'warning', 'info']
{"consignee":"level_1","url":"cat_e","commit_hash":"type_f","name":"ops@domain.org","annotation":"error","compound":"Smith"}
TASK repair_structured_output SPEC FIELD attr_h46 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD val_j72 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD val_r19.key_y40 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD val_r19.field_w66 TYPE string VALUES option_a|option_b|option...
{"attr_h46":"option_c","val_r19":{"key_y40":"cat_a","col_u27":"example","col_n00":"John"}}
missing_bracket
{ "type": "object", "properties": { "attr_h46": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "val_j72": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "val_r19": { ...
{"attr_h46":"option_c","val_r19":{"key_y40":"cat_a","col_u27":"example","col_n00":"John"}}
Missing closing bracket
{"attr_h46":"option_c","val_r19":{"key_y40":"cat_a","col_u27":"example","col_n00":"John"}}
TASK repair_structured_output SPEC FIELD website TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD annotation TYPE integer REQUIRED yes FIELD shipper_ref TYPE boolean REQUIRED no FIELD status_code TYPE integer REQUIRED yes FIELD manifest_ref TYPE null REQUIRED yes FIELD frequency_hz TYPE string VALUES op...
{"website":"option_c","annotation":158,"status_code":485,"manifest_ref":null,"frequency_hz":"option_c"}
tool_call_bad_format
{ "type": "object", "properties": { "website": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "annotation": { "type": "integer" }, "shipper_ref": { "type": "boolean" }, "status_code": { "type": "integer" ...
<functioncall> fetch_lab_result {website: "option_c", annotation: 158, status_code: 485, manifest_ref: null, frequency_hz: "option_c"}
Tool call has malformed arguments — unquoted keys in function parameters
{"website":"option_c","annotation":158,"status_code":485,"manifest_ref":null,"frequency_hz":"option_c"}
TASK repair_structured_output SPEC FIELD attr_n13 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_e36 TYPE integer REQUIRED yes FIELD key_z33 TYPE integer REQUIRED no BROKEN_OUTPUT ```json {"attr_n13":"moored","param_e36":442,"key_z33":736} ```
{"attr_n13":"moored","param_e36":442,"key_z33":736}
markdown_fences
{ "type": "object", "properties": { "attr_n13": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "param_e36": { "type": "integer" }, "key_z33": { "type": "integer" } }, "required": [ "param_e3...
```json {"attr_n13":"moored","param_e36":442,"key_z33":736} ```
Output contains markdown code fences
{"attr_n13":"moored","param_e36":442,"key_z33":736}
TASK repair_structured_output SPEC FIELD key_u96 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD key_f26 TYPE string REQUIRED no FIELD val_d08 TYPE integer REQUIRED yes FIELD col_m94[] TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: get_inventory Result...
{"key_u96":"homozygous","val_d08":725,"col_m94":["https://example.com"]}
agent_chain
{ "type": "object", "properties": { "key_u96": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "key_f26": { "type": "string" }, "val_d08": { "type": "integer" }, "col_m94": { "type": "array", ...
I need to look up the information first. Action: get_inventory Result: {"key_u96": "homozygous", "col_m94": ["https://example.com"]} Processing the request now. Action: query_port_status Result:
Agent multi-step chain with truncated tool output
{"key_u96":"homozygous","val_d08":725,"col_m94":["https://example.com"]}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string REQUIRED no FIELD trace_id TYPE string_uri REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD tile TYPE boolean REQUIRED yes FIELD procedure_code TYPE integer REQUIRED no FIELD full_name TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIEL...
{"trace_id":"https://example.com/v1","tile":true,"procedure_code":289,"full_name":"level_1","state":null,"date":"baz"}
boolean_as_string
{ "type": "object", "properties": { "interest_rate": { "type": "string" }, "trace_id": { "type": "string", "format": "uri" }, "timezone": { "type": "string" }, "tile": { "type": "boolean" }, "procedure_code": { "type": "integer" }, "ful...
{"trace_id": "https://example.com/v1", "tile": "True", "procedure_code": 289, "full_name": "level_1", "state": null, "date": "baz"}
Field 'tile' must be boolean, got string
{"trace_id":"https://example.com/v1","tile":true,"procedure_code":289,"full_name":"level_1","state":null,"date":"baz"}
TASK repair_structured_output SPEC FIELD prop_c19 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD key_a57 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_x90 TYPE string REQUIRED no FIELD val_c84 TYPE boolean REQUIRED no FIELD dim_d77[] TYPE string REQUIRED no FIELD attr_c19[].prop_c00 TYP...
{"prop_c19":"JPY","key_a57":"published","attr_x90":"Jane","val_c84":true,"dim_d77":["John","inactive","John"],"attr_c19":[{"prop_c00":469.18,"attr_n71":null,"dim_n09":"Santos","dim_x60":[830.6,291.22]}]}
tool_call_text_mix
{ "type": "object", "properties": { "prop_c19": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_a57": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
Processing the request now. <tool_call name="calibrate_instrument"> {"prop_c19":"JPY","key_a57":"published","attr_x90":"Jane","val_c84":true,"dim_d77":["John","inactive","John"],"attr_c19":[{"prop_c00":469.18,"attr_n71":null,"dim_n09":"Santos","dim_x60":[830.6,291.22]}]} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"prop_c19":"JPY","key_a57":"published","attr_x90":"Jane","val_c84":true,"dim_d77":["John","inactive","John"],"attr_c19":[{"prop_c00":469.18,"attr_n71":null,"dim_n09":"Santos","dim_x60":[830.6,291.22]}]}
TASK repair_structured_output SPEC FIELD field_j16 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD dim_e97 TYPE integer REQUIRED no FIELD attr_q01 TYPE number REQUIRED no FIELD attr_h66 TYPE string REQUIRED no BROKEN_OUTPUT {"field_j16": "xl", "attr_q01": "\"646.15\"", "attr_h66": "Sao Paulo"}
{"field_j16":"xl","attr_q01":646.15,"attr_h66":"Sao Paulo"}
wrong_type
{ "type": "object", "properties": { "field_j16": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_e97": { "type": "integer" }, "attr_q01": { "type": "number" }, "attr_h66": { "type": "string" ...
{"field_j16": "xl", "attr_q01": "\"646.15\"", "attr_h66": "Sao Paulo"}
Field 'attr_q01' must be number, got string
{"field_j16":"xl","attr_q01":646.15,"attr_h66":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD param_n31 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD dim_k75 TYPE integer REQUIRED no FIELD val_t76 TYPE number REQUIRED yes FIELD attr_g43 TYPE integer REQUIRED no FIELD attr_n02 TYPE null REQUIRED yes FIELD field_d88 TYPE string REQUIRED no FIELD key_k32 TYPE stri...
{"dim_k75":523,"val_t76":611.18,"attr_g43":957,"attr_n02":null,"field_d88":"demo","key_k32":"https://data.io/v1"}
markdown_explanation
{ "type": "object", "properties": { "param_n31": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "dim_k75": { "type": "integer" }, "val_t76": { "type": "number" }, "attr_g43": { "type": "integer" }, "attr_n0...
Let me provide the data in JSON format: ```json {"dim_k75":523,"val_t76":611.18,"attr_g43":957,"attr_n02":null,"field_d88":"demo","key_k32":"https://data.io/v1"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"dim_k75":523,"val_t76":611.18,"attr_g43":957,"attr_n02":null,"field_d88":"demo","key_k32":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD attr_q45 TYPE string REQUIRED yes FIELD prop_u81 TYPE boolean REQUIRED yes FIELD val_n78 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD prop_z25 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"attr_q45": "Alice", "prop_u81": true, "val_n78": "invalid_value_79", "prop_z25...
{"attr_q45":"Alice","prop_u81":true,"val_n78":"push","prop_z25":true}
invalid_enum
{ "type": "object", "properties": { "attr_q45": { "type": "string" }, "prop_u81": { "type": "boolean" }, "val_n78": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "prop_z25": { "type": "boolean" }...
{"attr_q45": "Alice", "prop_u81": true, "val_n78": "invalid_value_79", "prop_z25": true}
Field 'val_n78' has invalid enum value 'invalid_value_79', expected one of ['email', 'phone', 'sms', 'push']
{"attr_q45":"Alice","prop_u81":true,"val_n78":"push","prop_z25":true}
TASK repair_structured_output SPEC FIELD category.footnote TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD category.due_date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD category.phone TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FI...
{"category":{"footnote":"delivered","status_code":false,"date":"2024-01-15","duration_ms":"https://www.org/api"},"throttle_pos":919.2,"footnote":"ops@example.com"}
truncated_object
{ "type": "object", "properties": { "category": { "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "due_date": { ...
{"category":{"footnote":"delivered","status_code":false,"date":"2024-01-15","duration_ms":"https://www.org/api"},"throttle_pos":919.2,"footnote":"ops@example.com"
Unexpected end of JSON input — truncated object
{"category":{"footnote":"delivered","status_code":false,"date":"2024-01-15","duration_ms":"https://www.org/api"},"throttle_pos":919.2,"footnote":"ops@example.com"}
TASK repair_structured_output SPEC FIELD prop_v04 TYPE integer REQUIRED no FIELD param_d74 TYPE number REQUIRED no FIELD key_h00 TYPE null REQUIRED no FIELD col_h84 TYPE boolean REQUIRED yes FIELD param_e58.prop_b23 TYPE number REQUIRED yes FIELD param_e58.field_e93 TYPE string_uri REQUIRED yes FIELD param_e58.col_s79...
{"prop_v04":847,"param_d74":423.5,"key_h00":null,"col_h84":true,"param_e58":{"prop_b23":445.99,"field_e93":"https://example.io/v1","col_s79":"PASS"},"key_x99":{"prop_s92":"Tokyo","col_g55":"level_1"}}
partial_structure
{ "type": "object", "properties": { "prop_v04": { "type": "integer" }, "param_d74": { "type": "number" }, "key_h00": { "type": "null" }, "col_h84": { "type": "boolean" }, "param_e58": { "type": "object", "properties": { "prop_b23": { ...
Result: key_x99={'prop_s92': 'Tokyo', 'col_g55': 'level_1'}, {"prop_v04":847,"param_d74":423.5,"key_h00":null,"col_h84":true,"param_e58":{"prop_b23":445.99,"field_e93":"https://example.io/v1","col_s79":"PASS"},"key_x99":{"prop_s92":"Tokyo","col_g55":"level_1"}}
Output mixes natural language with JSON
{"prop_v04":847,"param_d74":423.5,"key_h00":null,"col_h84":true,"param_e58":{"prop_b23":445.99,"field_e93":"https://example.io/v1","col_s79":"PASS"},"key_x99":{"prop_s92":"Tokyo","col_g55":"level_1"}}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD subject TYPE number REQUIRED no FIELD id.tile TYPE integer REQUIRED no FIELD id.length TYPE integer REQUIRED yes FIELD id.total.size TYPE null REQUIRED yes FIELD id.total.start_date TYPE string R...
{"lab_result":"type_c","subject":696.86,"published":320}
markdown_fences
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "subject": { "type": "number" }, "id": { "type": "object", "properties": { "ti...
```json {"lab_result":"type_c","subject":696.86,"published":320} ```
Output contains markdown code fences
{"lab_result":"type_c","subject":696.86,"published":320}
TASK repair_structured_output SPEC FIELD field_e61.param_g79.field_o03 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD field_e61.param_g79.dim_x86 TYPE integer REQUIRED no FIELD field_e61.param_g79.val_n72 TYPE string_email REQUIRED no FIELD field_e61.param_g79.param_a54 TYPE string_date-time REQUIRED...
{"field_e61":{"param_g79":{"field_o03":"mode_c","val_n72":"ops@example.com","param_a54":"2021-06-06T22:14:00Z","val_r99":"chrX","col_h26":"2024-06-30"},"dim_o69":{"val_i87":true,"param_s49":619},"dim_z49":{"key_p92":null,"col_r14":"admin@domain.org","dim_i28":325.34},"prop_t98":182.3},"prop_g02":"2024-01-15","field_c78...
number_with_unit
{ "type": "object", "properties": { "field_e61": { "type": "object", "properties": { "param_g79": { "type": "object", "properties": { "field_o03": { "type": "string", "enum": [ "mode_a", "mode_b", ...
{"field_e61": {"param_g79": {"field_o03": "mode_c", "val_n72": "ops@example.com", "param_a54": "2021-06-06T22:14:00Z", "val_r99": "chrX", "col_h26": "2024-06-30"}, "dim_o69": {"val_i87": true, "param_s49": 619}, "dim_z49": {"key_p92": null, "col_r14": "admin@domain.org", "dim_i28": 325.34}, "prop_t98": 182.3}, "prop_g0...
Field 'col_t32' must be number, got string with unit
{"field_e61":{"param_g79":{"field_o03":"mode_c","val_n72":"ops@example.com","param_a54":"2021-06-06T22:14:00Z","val_r99":"chrX","col_h26":"2024-06-30"},"dim_o69":{"val_i87":true,"param_s49":619},"dim_z49":{"key_p92":null,"col_r14":"admin@domain.org","dim_i28":325.34},"prop_t98":182.3},"prop_g02":"2024-01-15","field_c78...
TASK repair_structured_output SPEC FIELD address TYPE string_email REQUIRED yes FIELD comments.feedback TYPE string REQUIRED no FIELD comments.longitude TYPE integer REQUIRED no FIELD comments.tile TYPE number REQUIRED no FIELD comments.description TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD ...
{"address":"user@example.com","comments":{"feedback":"test","tile":956.78,"description":"in_progress","chapter":["level_4","level_2","level_5","level_1"]},"vital_sign":null,"gene_id":"level_2","notes":371.52,"version":"type_f"}
missing_brace
{ "type": "object", "properties": { "address": { "type": "string", "format": "email" }, "comments": { "type": "object", "properties": { "feedback": { "type": "string" }, "longitude": { "type": "integer" }, "tile": { ...
{"address":"user@example.com","comments":{"feedback":"test","tile":956.78,"description":"in_progress","chapter":["level_4","level_2","level_5","level_1"]},"vital_sign":null,"gene_id":"level_2","notes":371.52,"version":"type_f"
Missing closing brace
{"address":"user@example.com","comments":{"feedback":"test","tile":956.78,"description":"in_progress","chapter":["level_4","level_2","level_5","level_1"]},"vital_sign":null,"gene_id":"level_2","notes":371.52,"version":"type_f"}
TASK repair_structured_output SPEC FIELD notes TYPE number REQUIRED no FIELD build_status TYPE integer REQUIRED no FIELD status.section TYPE string_date-time REQUIRED no FIELD status.website TYPE number REQUIRED no FIELD status.longitude TYPE string_email REQUIRED yes BROKEN_OUTPUT I need to look up the information f...
{"build_status":874,"status":{"website":71.03,"longitude":"info@example.com"}}
tool_call_text_mix
{ "type": "object", "properties": { "notes": { "type": "number" }, "build_status": { "type": "integer" }, "status": { "type": "object", "properties": { "section": { "type": "string", "format": "date-time" }, "website": { ...
I need to look up the information first. <tool_call name="process_payment"> {"build_status":874,"status":{"website":71.03,"longitude":"info@example.com"}} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"build_status":874,"status":{"website":71.03,"longitude":"info@example.com"}}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES active|inactive|pending REQUIRED no FIELD branch TYPE string_date-time REQUIRED yes FIELD currency TYPE number REQUIRED no FIELD nickname.fleet_number TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD nickname.manifest_ref TYPE string...
{"wavelength":"active","branch":"2021-04-25T19:49:00Z","currency":692.78,"nickname":{"fleet_number":"red","manifest_ref":"low","bed_number":"pending","loan_amount":928,"amplitude":"approved","medication":819}}
thought_process
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "branch": { "type": "string", "format": "date-time" }, "currency": { "type": "number" }, "nickname": { "t...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"wavelength":"active","branch":"2021-04-25T19:49:00Z","currency":692.78,"nickname":{"fleet_number":"red","manifest_ref":"low","bed_number":"pending","loan_amount":928,"amplitude":"approved","medication":81...
Output contains chain-of-thought reasoning before JSON
{"wavelength":"active","branch":"2021-04-25T19:49:00Z","currency":692.78,"nickname":{"fleet_number":"red","manifest_ref":"low","bed_number":"pending","loan_amount":928,"amplitude":"approved","medication":819}}
TASK repair_structured_output SPEC FIELD zip_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD items TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD total TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD country TYPE boolean REQUIRED yes FIELD stat...
{"zip_code":"heterozygous","items":"hemizygous","total":"unstable","country":false,"status":236.69,"current_draw":"single","notes":292,"collateral":"Luis"}
tool_call_wrong_param
{ "type": "object", "properties": { "zip_code": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "items": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, ...
Tool: calculate_price Params: {"zip_code": "heterozygous", "items": "hemizygous", "total": "unstable", "country": false, "status": 236.69, "notes": 292, "collateral": "Luis", "current_draw_new": "single"}
Agent used wrong parameter name 'current_draw_new' instead of 'current_draw'
{"zip_code":"heterozygous","items":"hemizygous","total":"unstable","country":false,"status":236.69,"current_draw":"single","notes":292,"collateral":"Luis"}
TASK repair_structured_output SPEC FIELD key_p10 TYPE string REQUIRED no FIELD key_t25 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD prop_l96 TYPE string REQUIRED yes FIELD param_s29 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD dim_n56.dim_t95 TYPE string REQUIRED no FIELD dim_n56.col_o73...
{"prop_l96":"Diana","param_s29":"mode_b","dim_n56":{"dim_t95":"Santos","col_o73":807,"val_u72":313.69,"attr_b84":{"field_j06":"mode_b","param_r63":"Johnson","field_f13":false},"dim_r66":{"val_n29":null,"field_i75":336,"field_m61":"2025-05-23T06:39:00Z","col_l35":"2024-06-30","val_c56":"FWD"},"col_q68":14},"key_n37":{"f...
markdown_explanation
{ "type": "object", "properties": { "key_p10": { "type": "string" }, "key_t25": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "prop_l96": { "type": "string" }, "param_s29": { "type": "string", "enum": [ "mode_a", ...
The instrument reported: ```json {"prop_l96":"Diana","param_s29":"mode_b","dim_n56":{"dim_t95":"Santos","col_o73":807,"val_u72":313.69,"attr_b84":{"field_j06":"mode_b","param_r63":"Johnson","field_f13":false},"dim_r66":{"val_n29":null,"field_i75":336,"field_m61":"2025-05-23T06:39:00Z","col_l35":"2024-06-30","val_c56":"...
Output contains markdown and explanatory text around JSON
{"prop_l96":"Diana","param_s29":"mode_b","dim_n56":{"dim_t95":"Santos","col_o73":807,"val_u72":313.69,"attr_b84":{"field_j06":"mode_b","param_r63":"Johnson","field_f13":false},"dim_r66":{"val_n29":null,"field_i75":336,"field_m61":"2025-05-23T06:39:00Z","col_l35":"2024-06-30","val_c56":"FWD"},"col_q68":14},"key_n37":{"f...
TASK repair_structured_output SPEC FIELD field_s87 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_a39 TYPE string_date-time REQUIRED yes FIELD col_l26 TYPE number REQUIRED yes FIELD col_q30 TYPE number REQUIRED yes FIELD dim_a50.attr_u99 TYPE null REQUIRED yes FIELD dim_a50.field_z53 TYPE int...
{"field_s87":"inland","prop_a39":"2026-01-11T06:28:00Z","col_l26":189.75,"col_q30":632.49}
missing_required
{ "type": "object", "properties": { "field_s87": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_a39": { "type": "string", "format": "date-time" }, "col_l26": { "type": "number" }, "col_...
{"field_s87": "inland", "prop_a39": "2026-01-11T06:28:00Z", "col_l26": 189.75}
Required field 'col_q30' is missing
{"field_s87":"inland","prop_a39":"2026-01-11T06:28:00Z","col_l26":189.75,"col_q30":632.49}
TASK repair_structured_output SPEC FIELD param_e72 TYPE number REQUIRED no FIELD key_f90 TYPE boolean REQUIRED yes FIELD prop_x26 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD val_b28 TYPE number REQUIRED no FIELD prop_r83[].prop_i13 TYPE string REQUIRED no FIELD prop_r83[].attr_p55 TYPE string VALUES mode_a|mod...
{"param_e72":24.96,"key_f90":true,"prop_x26":"mode_a","val_b28":582.0,"prop_r83":[{"prop_i13":"Silva","attr_p55":"mode_b","attr_i28":"world","attr_i69":959,"param_t18":"quux"},{"prop_i13":"Johnson","attr_p55":"mode_a","col_m36":"2026-04-01T13:06:00Z","attr_i69":508,"param_t18":"foo"},{"prop_i13":"PASS","attr_p55":"mode...
missing_brace
{ "type": "object", "properties": { "param_e72": { "type": "number" }, "key_f90": { "type": "boolean" }, "prop_x26": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "val_b28": { "type": "number" }, "prop_r83": { "typ...
"param_e72":24.96,"key_f90":true,"prop_x26":"mode_a","val_b28":582.0,"prop_r83":[{"prop_i13":"Silva","attr_p55":"mode_b","attr_i28":"world","attr_i69":959,"param_t18":"quux"},{"prop_i13":"Johnson","attr_p55":"mode_a","col_m36":"2026-04-01T13:06:00Z","attr_i69":508,"param_t18":"foo"},{"prop_i13":"PASS","attr_p55":"mode_...
Missing closing brace
{"param_e72":24.96,"key_f90":true,"prop_x26":"mode_a","val_b28":582.0,"prop_r83":[{"prop_i13":"Silva","attr_p55":"mode_b","attr_i28":"world","attr_i69":959,"param_t18":"quux"},{"prop_i13":"Johnson","attr_p55":"mode_a","col_m36":"2026-04-01T13:06:00Z","attr_i69":508,"param_t18":"foo"},{"prop_i13":"PASS","attr_p55":"mode...
TASK repair_structured_output SPEC FIELD step TYPE string VALUES single|married|divorced REQUIRED no FIELD brake_pressure TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD pressure_kpa TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD sensor_id TYPE string REQUIRED ye...
{"step":"single","brake_pressure":"closed","pressure_kpa":"rejected","sensor_id":"example","bill_of_lading":"2023-10-07T01:35:00Z","total":561,"duration_ms":"sample","message":"This is a test value."}
tool_call_python_syntax
{ "type": "object", "properties": { "step": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "brake_pressure": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
get_account(step='single', brake_pressure='closed', pressure_kpa='rejected', sensor_id='example', bill_of_lading='2023-10-07T01:35:00Z', total=561, duration_ms='sample', message='This is a test value.')
Tool call uses Python syntax instead of JSON
{"step":"single","brake_pressure":"closed","pressure_kpa":"rejected","sensor_id":"example","bill_of_lading":"2023-10-07T01:35:00Z","total":561,"duration_ms":"sample","message":"This is a test value."}
TASK repair_structured_output SPEC FIELD company TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD title.notes TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD title.hazmat_code TYPE string VALUES option_a|option_b REQUIRED no FIELD title.features TYPE string VALUES m...
{"company":"white","title":{"notes":"level_6","hazmat_code":"option_a","features":"mode_a","bearing":"level_4","length":"Johnson","ward":921,"discount":"cat_e"},"verified":null,"thumbnail":172}
markdown_explanation
{ "type": "object", "properties": { "company": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "title": { "type": "object", "properties": { "notes": { "type": "string", "enum": [...
I've generated the following JSON: ```json {"company":"white","title":{"notes":"level_6","hazmat_code":"option_a","features":"mode_a","bearing":"level_4","length":"Johnson","ward":921,"discount":"cat_e"},"verified":null,"thumbnail":172} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"company":"white","title":{"notes":"level_6","hazmat_code":"option_a","features":"mode_a","bearing":"level_4","length":"Johnson","ward":921,"discount":"cat_e"},"verified":null,"thumbnail":172}
TASK repair_structured_output SPEC FIELD name TYPE integer REQUIRED no FIELD quantity TYPE string_uri REQUIRED no FIELD zip_code.turbidity TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD zip_code.level TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD zip_code.payment_status TYPE...
{"quantity":"https://www.com/v1","zip_code":{"level":"mode_c","payment_status":"pending","rating":"bar","total":"level_6","credit_score":403,"yield_pct":"GBP"},"payment_status":"viewer","berth_slot":"cat_b","velocity":{"freight_class":false,"username":"synonymous","width":"Silva","footnote":{"subtotal":"option_f","vers...
tool_call_text_mix
{ "type": "object", "properties": { "name": { "type": "integer" }, "quantity": { "type": "string", "format": "uri" }, "zip_code": { "type": "object", "properties": { "turbidity": { "type": "string", "enum": [ "mode_a", ...
Let me check the system. <tool_call name="verify_hazmat_compliance"> {"quantity":"https://www.com/v1","zip_code":{"level":"mode_c","payment_status":"pending","rating":"bar","total":"level_6","credit_score":403,"yield_pct":"GBP"},"payment_status":"viewer","berth_slot":"cat_b","velocity":{"freight_class":false,"username"...
Agent response mixes reasoning text with tool call
{"quantity":"https://www.com/v1","zip_code":{"level":"mode_c","payment_status":"pending","rating":"bar","total":"level_6","credit_score":403,"yield_pct":"GBP"},"payment_status":"viewer","berth_slot":"cat_b","velocity":{"freight_class":false,"username":"synonymous","width":"Silva","footnote":{"subtotal":"option_f","vers...
TASK repair_structured_output SPEC FIELD cargo_type TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD filter_flag TYPE number REQUIRED no FIELD branch TYPE boolean REQUIRED yes BROKEN_OUTPUT {"filter_flag": 773.93, "branch": "false"}
{"filter_flag":773.93,"branch":true}
boolean_as_string
{ "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "filter_flag": { "type": "number" }, "branch": { "type": "bool...
{"filter_flag": 773.93, "branch": "false"}
Field 'branch' must be boolean, got string
{"filter_flag":773.93,"branch":true}
TASK repair_structured_output SPEC FIELD col_r15 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD field_b20 TYPE integer REQUIRED no FIELD col_i33 TYPE boolean REQUIRED no FIELD attr_n16 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_a84 TYP...
{"col_r15":"level_2","field_b20":809,"col_i33":true,"attr_n16":"level_3","dim_a84":609}
thought_process
{ "type": "object", "properties": { "col_r15": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "field_b20": { "type": "integer" }, "col_i33": { "type": "boolean" ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"col_r15":"level_2","field_b20":809,"col_i33":true,"attr_n16":"level_3","dim_a84":609}
Output contains chain-of-thought reasoning before JSON
{"col_r15":"level_2","field_b20":809,"col_i33":true,"attr_n16":"level_3","dim_a84":609}
TASK repair_structured_output SPEC FIELD field_d16 TYPE number REQUIRED yes FIELD key_w67 TYPE integer REQUIRED yes FIELD field_y81 TYPE string VALUES single|married|divorced REQUIRED yes FIELD key_q60[] TYPE string REQUIRED no FIELD attr_x15[] TYPE integer REQUIRED no BROKEN_OUTPUT Below is the JSON object: ```json ...
{"field_d16":295.42,"key_w67":960,"field_y81":"single","key_q60":["https://api.example.com/v1","chr1","Smith","Berlin"]}
markdown_explanation
{ "type": "object", "properties": { "field_d16": { "type": "number" }, "key_w67": { "type": "integer" }, "field_y81": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "key_q60": { "type": "array", "items"...
Below is the JSON object: ```json {"field_d16":295.42,"key_w67":960,"field_y81":"single","key_q60":["https://api.example.com/v1","chr1","Smith","Berlin"]} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"field_d16":295.42,"key_w67":960,"field_y81":"single","key_q60":["https://api.example.com/v1","chr1","Smith","Berlin"]}
TASK repair_structured_output SPEC FIELD col_w03 TYPE null REQUIRED no FIELD param_h41 TYPE number REQUIRED no FIELD col_p81.param_q30 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD col_p81.prop_o20 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_p81.key_l62 TYPE string VALUES single...
{"col_w03":null,"key_z23":"QC-07","prop_r04":{"val_g50":"Maria","prop_n53":"Hapag-Lloyd-Express","attr_a42":{"val_q86":"EUR","field_q84":false,"attr_u46":"white","val_v37":"2021-10-10T03:21:00Z"},"param_a52":{"prop_j64":222,"col_e28":310,"key_q07":598.37}}}
missing_required
{ "type": "object", "properties": { "col_w03": { "type": "null" }, "param_h41": { "type": "number" }, "col_p81": { "type": "object", "properties": { "param_q30": { "type": "string", "enum": [ "email", "phone", ...
{"col_w03": null, "key_z23": "QC-07"}
Required field 'prop_r04' is missing
{"col_w03":null,"key_z23":"QC-07","prop_r04":{"val_g50":"Maria","prop_n53":"Hapag-Lloyd-Express","attr_a42":{"val_q86":"EUR","field_q84":false,"attr_u46":"white","val_v37":"2021-10-10T03:21:00Z"},"param_a52":{"prop_j64":222,"col_e28":310,"key_q07":598.37}}}
TASK repair_structured_output SPEC FIELD attr_d68 TYPE string REQUIRED yes FIELD param_s62 TYPE integer REQUIRED yes FIELD col_h32 TYPE number REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: calculate_price Arguments: {"param_s62": 632, "col_h32": 709.72}
{"attr_d68":"example","param_s62":632,"col_h32":709.72}
tool_call_partial_args
{ "type": "object", "properties": { "attr_d68": { "type": "string" }, "param_s62": { "type": "integer" }, "col_h32": { "type": "number" } }, "required": [ "attr_d68", "param_s62", "col_h32" ] }
Let me check the system. Action: calculate_price Arguments: {"param_s62": 632, "col_h32": 709.72}
Agent tool call missing required parameter 'attr_d68'
{"attr_d68":"example","param_s62":632,"col_h32":709.72}
TASK repair_structured_output SPEC FIELD prop_f71.field_b25 TYPE integer REQUIRED no FIELD prop_f71.param_j37 TYPE string REQUIRED yes FIELD prop_f71.key_w83 TYPE integer REQUIRED yes FIELD prop_f71.col_h54 TYPE string REQUIRED yes FIELD param_h14.attr_v98 TYPE integer REQUIRED no FIELD param_h14.val_u52 TYPE string V...
{"prop_f71":{"field_b25":585,"param_j37":"This is a test value.","key_w83":130,"col_h54":"RTG-04"},"param_h14":{"attr_v98":89,"val_u52":"level_1","field_d79":["level_6"],"key_z60":["https://data.io/data","https://example.io/v1","https://example.com/api","https://data.com/api"]},"val_v97":{"col_o88":true,"prop_p28":{"at...
tool_call_bad_format
{ "type": "object", "properties": { "prop_f71": { "type": "object", "properties": { "field_b25": { "type": "integer" }, "param_j37": { "type": "string" }, "key_w83": { "type": "integer" }, "col_h54": { "t...
<functioncall> lookup_customer {prop_f71: {field_b25: 585, param_j37: "This is a test value.", key_w83: 130, col_h54: "RTG-04"}, param_h14: {attr_v98: 89, val_u52: "level_1", field_d79: ["level_6"], key_z60: ["https://data.io/data", "https://example.io/v1", "https://example.com/api", "https://data.com/api"]}, val_v97: ...
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_f71":{"field_b25":585,"param_j37":"This is a test value.","key_w83":130,"col_h54":"RTG-04"},"param_h14":{"attr_v98":89,"val_u52":"level_1","field_d79":["level_6"],"key_z60":["https://data.io/data","https://example.io/v1","https://example.com/api","https://data.com/api"]},"val_v97":{"col_o88":true,"prop_p28":{"at...
TASK repair_structured_output SPEC FIELD half_life TYPE string REQUIRED yes FIELD length TYPE string REQUIRED no FIELD status TYPE string REQUIRED no FIELD active TYPE string REQUIRED yes FIELD ph_level TYPE number REQUIRED yes BROKEN_OUTPUT lookup_customer(half_life='Tokyo', active='Alice', ph_level=968.98)
{"half_life":"Tokyo","active":"Alice","ph_level":968.98}
tool_call_python_syntax
{ "type": "object", "properties": { "half_life": { "type": "string" }, "length": { "type": "string" }, "status": { "type": "string" }, "active": { "type": "string" }, "ph_level": { "type": "number" } }, "required": [ "ph_level", "half...
lookup_customer(half_life='Tokyo', active='Alice', ph_level=968.98)
Tool call uses Python syntax instead of JSON
{"half_life":"Tokyo","active":"Alice","ph_level":968.98}
TASK repair_structured_output SPEC FIELD param_s54 TYPE integer REQUIRED no FIELD col_m57 TYPE boolean REQUIRED no FIELD key_y28 TYPE integer REQUIRED yes FIELD key_a61 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_i98 TYPE string VALUES single|married|divorced REQUIRED no FIELD prop_f70 TYPE string ...
{"param_s54":47,"col_m57":true,"key_y28":201,"key_a61":"GBP","prop_f70":"phone"}
single_quotes
{ "type": "object", "properties": { "param_s54": { "type": "integer" }, "col_m57": { "type": "boolean" }, "key_y28": { "type": "integer" }, "key_a61": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
{'param_s54':47,'col_m57':true,'key_y28':201,'key_a61':'GBP','prop_f70':'phone'}
Expecting property name enclosed in double quotes
{"param_s54":47,"col_m57":true,"key_y28":201,"key_a61":"GBP","prop_f70":"phone"}
TASK repair_structured_output SPEC FIELD val_w73 TYPE integer REQUIRED no FIELD param_u77 TYPE boolean REQUIRED no FIELD val_q26 TYPE null REQUIRED no FIELD field_t11.key_n00.prop_g49 TYPE string_uri REQUIRED no FIELD field_t11.key_n00.field_q81 TYPE number REQUIRED yes FIELD field_t11.key_n00.field_o58 TYPE integer R...
{"param_u77":false,"val_q26":null,"field_t11":{"key_n00":{"field_q81":146.57,"field_o58":833,"prop_l29":"closed","param_u87":"New York","attr_q96":"closed"},"attr_w65":446,"attr_q40":"2024-01-15"}}
tool_call_wrong_param
{ "type": "object", "properties": { "val_w73": { "type": "integer" }, "param_u77": { "type": "boolean" }, "val_q26": { "type": "null" }, "field_t11": { "type": "object", "properties": { "key_n00": { "type": "object", "properties":...
Tool: calculate_docking_fee Params: {"param_u77": false, "val_q26": null, "field_t11": {"key_n00": {"field_q81": 146.57, "field_o58": 833, "prop_l29": "closed", "param_u87": "New York", "attr_q96": "closed"}, "attr_w65": 446, "attr_q40": "2024-01-15"}}
Agent used wrong parameter name 'val_w73_id' instead of 'val_w73'
{"param_u77":false,"val_q26":null,"field_t11":{"key_n00":{"field_q81":146.57,"field_o58":833,"prop_l29":"closed","param_u87":"New York","attr_q96":"closed"},"attr_w65":446,"attr_q40":"2024-01-15"}}
TASK repair_structured_output SPEC FIELD attr_u34.key_i28 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD attr_u34.key_r44 TYPE integer REQUIRED no FIELD attr_u34.param_a59.param_n21 TYPE integer REQUIRED no FIELD attr_u34.param_a59.col_k91 TYPE boolean REQUIRED no FIELD attr_u34.param_a59.prop_h16 ...
{"attr_u34":{"key_r44":244,"param_a59":{"col_k91":false,"prop_h16":893.38,"col_u61":"2024-01-15","param_a86":"A short description.","field_h54":"level_4","field_o61":"https://data.org/data"},"col_f49":"Paris","attr_l44":763,"attr_i78":945},"col_x57":"https://example.io/v1","dim_f50":"ops@test.io"}
agent_chain
{ "type": "object", "properties": { "attr_u34": { "type": "object", "properties": { "key_i28": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "key_r44": {...
Let me check the system. Action: fetch_lab_result Result: {"col_x57": "https://example.io/v1", "dim_f50": "ops@test.io"} I'll query our database. Action: calculate_docking_fee Result:
Agent multi-step chain with truncated tool output
{"attr_u34":{"key_r44":244,"param_a59":{"col_k91":false,"prop_h16":893.38,"col_u61":"2024-01-15","param_a86":"A short description.","field_h54":"level_4","field_o61":"https://data.org/data"},"col_f49":"Paris","attr_l44":763,"attr_i78":945},"col_x57":"https://example.io/v1","dim_f50":"ops@test.io"}
TASK repair_structured_output SPEC FIELD field_j36 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD field_z52 TYPE string VALUES level_1|level_2 REQUIRED no FIELD key_l00 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD col_d43 TYPE string REQUIRED no FIELD param_p34 TYPE string REQUIRED no F...
{"field_j36":"mode_b","field_z52":"level_1","key_l00":"mode_c","param_p34":"https://example.com"}
missing_required
{ "type": "object", "properties": { "field_j36": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "field_z52": { "type": "string", "enum": [ "level_1", "level_2" ] }, "key_l00": { "type": "string", ...
{"field_j36": "mode_b", "field_z52": "level_1", "param_p34": "https://example.com"}
Required field 'key_l00' is missing
{"field_j36":"mode_b","field_z52":"level_1","key_l00":"mode_c","param_p34":"https://example.com"}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD length TYPE string REQUIRED no FIELD amount TYPE string VALUES email|phone|sms|push REQUIRED no FIELD batch_code TYPE string REQUIRED yes FIELD country TYPE string REQUIRED no FIELD bearing TYP...
{"amount":"phone","batch_code":"Santos","country":"2023-12-25","bearing":"world","salinity":545.59,"coverage":"large"}
missing_bracket
{ "type": "object", "properties": { "frequency_hz": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "length": { "type": "string" }, "amount": { "type": "string", "enum": [ "ema...
{"amount":"phone","batch_code":"Santos","country":"2023-12-25","bearing":"world","salinity":545.59,"coverage":"large"}
Missing closing bracket
{"amount":"phone","batch_code":"Santos","country":"2023-12-25","bearing":"world","salinity":545.59,"coverage":"large"}
TASK repair_structured_output SPEC FIELD prop_p01 TYPE string_date-time REQUIRED yes FIELD prop_t21 TYPE integer REQUIRED yes FIELD attr_i94.val_e46 TYPE integer REQUIRED no FIELD attr_i94.val_n15 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD attr_i94.attr_k86 TYPE string VALUES type_a|type_b|type_c REQUIRED y...
{"prop_p01":"2021-07-22T06:46:00Z","prop_t21":492,"attr_i94":{"val_e46":912,"val_n15":"level_1","attr_k86":"type_b","dim_k04":{"dim_r21":41,"prop_b16":216,"val_w56":"pending","val_h23":"cat_a","prop_k73":275.15,"prop_f99":155.64,"val_d80":189}}}
tool_call_bad_format
{ "type": "object", "properties": { "prop_p01": { "type": "string", "format": "date-time" }, "prop_t21": { "type": "integer" }, "attr_i94": { "type": "object", "properties": { "val_e46": { "type": "integer" }, "val_n15": { ...
<functioncall> track_vessel {prop_p01: "2021-07-22T06:46:00Z", prop_t21: 492, attr_i94: {val_e46: 912, val_n15: "level_1", attr_k86: "type_b", dim_k04: {dim_r21: 41, prop_b16: 216, val_w56: "pending", val_h23: "cat_a", prop_k73: 275.15, prop_f99: 155.64, val_d80: 189}}}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_p01":"2021-07-22T06:46:00Z","prop_t21":492,"attr_i94":{"val_e46":912,"val_n15":"level_1","attr_k86":"type_b","dim_k04":{"dim_r21":41,"prop_b16":216,"val_w56":"pending","val_h23":"cat_a","prop_k73":275.15,"prop_f99":155.64,"val_d80":189}}}
TASK repair_structured_output SPEC FIELD key_u08 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD field_w56 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_u77 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_q66 TYPE string VALUES draft|published|arc...
{"key_u08":"basic","field_u77":"operational","prop_q66":"archived","key_m50":"USD","prop_j70":"GBP","field_v44":"inactive"}
agent_chain
{ "type": "object", "properties": { "key_u08": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "field_w56": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "fie...
I need to look up the information first. Action: create_ticket Result: {"key_u08": "basic", "field_u77": "operational", "prop_q66": "archived", "key_m50": "USD", "prop_j70": "GBP"} Processing the request now. Action: call_variants Result:
Agent multi-step chain with truncated tool output
{"key_u08":"basic","field_u77":"operational","prop_q66":"archived","key_m50":"USD","prop_j70":"GBP","field_v44":"inactive"}
TASK repair_structured_output SPEC FIELD param_t92 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_x20 TYPE boolean REQUIRED no FIELD val_x94 TYPE integer REQUIRED yes FIELD val_b60 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD param_s81 TYPE string VALUES small|medium|large|xl...
{"param_t92":"anchored","param_x20":true,"val_x94":144,"val_b60":"email","param_s81":"xl","field_p89":"REV","prop_f24":"error","col_v70":"option_a"}
missing_required
{ "type": "object", "properties": { "param_t92": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "param_x20": { "type": "boolean" }, "val_x94": { "type": "integer" }, "val_b60": { "type": "...
{"param_t92": "anchored", "param_x20": true, "val_b60": "email", "param_s81": "xl", "field_p89": "REV", "prop_f24": "error", "col_v70": "option_a"}
Required field 'val_x94' is missing
{"param_t92":"anchored","param_x20":true,"val_x94":144,"val_b60":"email","param_s81":"xl","field_p89":"REV","prop_f24":"error","col_v70":"option_a"}
TASK repair_structured_output SPEC FIELD username TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD coverage TYPE string VALUES success|error|warning|info REQUIRED no FIELD section TYPE boolean REQUIRED no FIELD shipping.date TYPE number REQUIRED no FIELD shipping.amplitude TYPE string REQU...
{"username":"nonsense","section":true}
extra_text_after
{ "type": "object", "properties": { "username": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "coverage": { "type": "string", "enum": [ "success", "error", "warning", "in...
{"username":"nonsense","section":true} Hope this helps!
Output contains non-JSON text after the object
{"username":"nonsense","section":true}
TASK repair_structured_output SPEC FIELD span_id TYPE string_uri REQUIRED no FIELD gene_id TYPE string REQUIRED yes FIELD ward TYPE boolean REQUIRED yes FIELD options.log_level TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD options.aligned_pct TYPE string VALUES small|medium|large|xl REQUIRED n...
{"span_id":"https://api.org/data","gene_id":"Tokyo","ward":true,"department":null,"id":"2025-07-09T09:30:00Z","position":null}
extra_text_after
{ "type": "object", "properties": { "span_id": { "type": "string", "format": "uri" }, "gene_id": { "type": "string" }, "ward": { "type": "boolean" }, "options": { "type": "object", "properties": { "log_level": { "type": "string", ...
{"span_id":"https://api.org/data","gene_id":"Tokyo","ward":true,"department":null,"id":"2025-07-09T09:30:00Z","position":null} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"span_id":"https://api.org/data","gene_id":"Tokyo","ward":true,"department":null,"id":"2025-07-09T09:30:00Z","position":null}
TASK repair_structured_output SPEC FIELD strand TYPE string REQUIRED yes FIELD diagnosis_code TYPE string_email REQUIRED yes FIELD quality_score[].compound TYPE string REQUIRED no FIELD quality_score[].level TYPE string VALUES admin|editor|viewer REQUIRED no FIELD quality_score[].lane TYPE string VALUES USD|EUR|GBP|BR...
{"strand":"Jane","diagnosis_code":"info@example.com","quality_score":[{"compound":"approved","level":"editor","shipper_ref":"degraded","url":"Alice","discount":438}]}
single_quotes
{ "type": "object", "properties": { "strand": { "type": "string" }, "diagnosis_code": { "type": "string", "format": "email" }, "quality_score": { "type": "array", "items": { "type": "object", "properties": { "compound": { "type"...
{'strand':'Jane','diagnosis_code':'info@example.com','quality_score':[{'compound':'approved','level':'editor','shipper_ref':'degraded','url':'Alice','discount':438}]}
Expecting property name enclosed in double quotes
{"strand":"Jane","diagnosis_code":"info@example.com","quality_score":[{"compound":"approved","level":"editor","shipper_ref":"degraded","url":"Alice","discount":438}]}
TASK repair_structured_output SPEC FIELD index.tax TYPE string REQUIRED no FIELD index.conductivity TYPE integer REQUIRED yes FIELD index.first_name TYPE boolean REQUIRED yes FIELD index.length TYPE string REQUIRED yes FIELD index.discount[].crew_id TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD inde...
{"conductivity":"white","age":"2023-08-19T09:29:00Z","vital_sign":"free"}
markdown_explanation
{ "type": "object", "properties": { "index": { "type": "object", "properties": { "tax": { "type": "string" }, "conductivity": { "type": "integer" }, "first_name": { "type": "boolean" }, "length": { "type"...
Here is the JSON you requested: ```json {"conductivity":"white","age":"2023-08-19T09:29:00Z","vital_sign":"free"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"conductivity":"white","age":"2023-08-19T09:29:00Z","vital_sign":"free"}
TASK repair_structured_output SPEC FIELD field_q53 TYPE string REQUIRED yes FIELD prop_g90 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD key_j78 TYPE null REQUIRED no FIELD attr_z86 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT Here is the response in the requested format: {"field_q53":"c...
{"field_q53":"chr1","prop_g90":"type_b","key_j78":null,"attr_z86":"2021-02-21T08:30:00Z"}
extra_text_before
{ "type": "object", "properties": { "field_q53": { "type": "string" }, "prop_g90": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "key_j78": { "type": "null" }, "attr_z86": { ...
Here is the response in the requested format: {"field_q53":"chr1","prop_g90":"type_b","key_j78":null,"attr_z86":"2021-02-21T08:30:00Z"}
Output contains non-JSON text before the object
{"field_q53":"chr1","prop_g90":"type_b","key_j78":null,"attr_z86":"2021-02-21T08:30:00Z"}
TASK repair_structured_output SPEC FIELD width TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD order_id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD span_id TYPE number REQUIRED no FIELD trace_id TYPE boolean REQUIRED no BROKEN_OUTPUT Sensor output follows: {"width":"reliab...
{"width":"reliable","order_id":"reliable","span_id":878.03,"trace_id":true}
extra_text_before
{ "type": "object", "properties": { "width": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "order_id": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "span_i...
Sensor output follows: {"width":"reliable","order_id":"reliable","span_id":878.03,"trace_id":true}
Output contains non-JSON text before the object
{"width":"reliable","order_id":"reliable","span_id":878.03,"trace_id":true}
TASK repair_structured_output SPEC FIELD category TYPE integer REQUIRED yes FIELD order_id TYPE number REQUIRED no FIELD last_name TYPE integer REQUIRED yes FIELD throttle_pos TYPE string REQUIRED no FIELD total.image_url TYPE string REQUIRED no FIELD total.balance TYPE number REQUIRED no FIELD total.hazmat_code TYPE ...
{"category":299,"order_id":841.03,"last_name":996,"throttle_pos":"bar","total":{"image_url":"completed","balance":833.03,"hazmat_code":"inactive","width":"Johnson","annotation":{"tags":"Hapag-Lloyd-Express","wavelength":true,"feedback":true,"end_date":973}}}
partial_structure
{ "type": "object", "properties": { "category": { "type": "integer" }, "order_id": { "type": "number" }, "last_name": { "type": "integer" }, "throttle_pos": { "type": "string" }, "total": { "type": "object", "properties": { "image_url":...
Result: throttle_pos=bar, {"category":299,"order_id":841.03,"last_name":996,"throttle_pos":"bar","total":{"image_url":"completed","balance":833.03,"hazmat_code":"inactive","width":"Johnson","annotation":{"tags":"Hapag-Lloyd-Express","wavelength":true,"feedback":true,"end_date":973}}}
Output mixes natural language with JSON
{"category":299,"order_id":841.03,"last_name":996,"throttle_pos":"bar","total":{"image_url":"completed","balance":833.03,"hazmat_code":"inactive","width":"Johnson","annotation":{"tags":"Hapag-Lloyd-Express","wavelength":true,"feedback":true,"end_date":973}}}
TASK repair_structured_output SPEC FIELD url TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD altitude TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD items TYPE integer REQUIRED yes FIELD status TYPE null REQUIRED yes BROKEN_OUTPUT {"url": null, "altitude": "mode_b", "items": 480, ...
{"url":"cat_d","altitude":"mode_b","items":480,"status":null}
null_required
{ "type": "object", "properties": { "url": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "altitude": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ...
{"url": null, "altitude": "mode_b", "items": 480, "status": null}
Required field 'url' is null
{"url":"cat_d","altitude":"mode_b","items":480,"status":null}
TASK repair_structured_output SPEC FIELD prop_n84 TYPE null REQUIRED yes FIELD val_k55 TYPE integer REQUIRED no FIELD dim_o34 TYPE string REQUIRED no FIELD key_t99 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_y34 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no ...
{"prop_n84":null}
markdown_explanation
{ "type": "object", "properties": { "prop_n84": { "type": "null" }, "val_k55": { "type": "integer" }, "dim_o34": { "type": "string" }, "key_t99": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] },...
The output is as follows: ```json {"prop_n84":null} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"prop_n84":null}
TASK repair_structured_output SPEC FIELD attr_u77 TYPE string REQUIRED no FIELD prop_g29.param_s41 TYPE string REQUIRED yes FIELD prop_g29.val_v10 TYPE null REQUIRED yes FIELD prop_g29.param_h86.attr_h84 TYPE null REQUIRED no FIELD prop_g29.param_h86.field_n05 TYPE number REQUIRED yes FIELD prop_g29.param_h86.col_y47 ...
{"attr_u77":"2024-06-30","val_w71":363.02,"dim_m32":133,"prop_d15":"inland"}
tool_call_bad_format
{ "type": "object", "properties": { "attr_u77": { "type": "string" }, "prop_g29": { "type": "object", "properties": { "param_s41": { "type": "string" }, "val_v10": { "type": "null" }, "param_h86": { "type": "object",...
<functioncall> create_ticket {attr_u77: "2024-06-30", val_w71: 363.02, dim_m32: 133, prop_d15: "inland"}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_u77":"2024-06-30","val_w71":363.02,"dim_m32":133,"prop_d15":"inland"}
TASK repair_structured_output SPEC FIELD field_r56 TYPE string VALUES single|married|divorced REQUIRED no FIELD val_g46 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_t75 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD col_q16 TYPE string VALUES berthed|anchored|underway|m...
{"field_r56":"single","val_g46":"resolved","prop_t75":"blue","col_q16":"underway","attr_o01":false,"val_s60":"Berlin","key_t80":204}
tool_call_python_syntax
{ "type": "object", "properties": { "field_r56": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "val_g46": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
calculate_price(field_r56='single', val_g46='resolved', prop_t75='blue', col_q16='underway', attr_o01=False, val_s60='Berlin', key_t80=204)
Tool call uses Python syntax instead of JSON
{"field_r56":"single","val_g46":"resolved","prop_t75":"blue","col_q16":"underway","attr_o01":false,"val_s60":"Berlin","key_t80":204}
TASK repair_structured_output SPEC FIELD longitude TYPE boolean REQUIRED no FIELD format TYPE number REQUIRED no FIELD visible[].chapter TYPE number REQUIRED yes FIELD visible[].active TYPE integer REQUIRED no FIELD visible[].current_draw TYPE string VALUES level_1|level_2 REQUIRED yes FIELD visible[].collateral TYPE ...
{"longitude":false,"format":583.68,"visible":[{"chapter":581.27,"current_draw":"level_1","collateral":388.15},{"chapter":459.33,"current_draw":"level_1"}],"vital_sign":[{"vital_sign":590,"priority":"https://www.org/v1","address":340,"hazmat_code":"https://api.example.com/v1"}]}
missing_required
{ "type": "object", "properties": { "longitude": { "type": "boolean" }, "format": { "type": "number" }, "visible": { "type": "array", "items": { "type": "object", "properties": { "chapter": { "type": "number" }, "a...
{"longitude": false, "format": 583.68, "visible": [{"chapter": 581.27, "current_draw": "level_1", "collateral": 388.15}, {"chapter": 459.33, "current_draw": "level_1"}]}
Required field 'vital_sign' is missing
{"longitude":false,"format":583.68,"visible":[{"chapter":581.27,"current_draw":"level_1","collateral":388.15},{"chapter":459.33,"current_draw":"level_1"}],"vital_sign":[{"vital_sign":590,"priority":"https://www.org/v1","address":340,"hazmat_code":"https://api.example.com/v1"}]}
TASK repair_structured_output SPEC FIELD param_l22 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD dim_r81 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_e37 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_v59 TYPE string_uri REQUIRED yes FIELD attr_o25 TYPE num...
{"param_l22":"green","dim_r81":"archived","field_e37":"single","field_v59":"https://www.org/data","val_b14":"admin@test.io","dim_c30":"MV-Evergreen-01"}
markdown_fences
{ "type": "object", "properties": { "param_l22": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_r81": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
```json {"param_l22":"green","dim_r81":"archived","field_e37":"single","field_v59":"https://www.org/data","val_b14":"admin@test.io","dim_c30":"MV-Evergreen-01"} ```
Output contains markdown code fences
{"param_l22":"green","dim_r81":"archived","field_e37":"single","field_v59":"https://www.org/data","val_b14":"admin@test.io","dim_c30":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD due_date TYPE string REQUIRED no FIELD date TYPE string_date-time REQUIRED yes FIELD interest_rate.brake_pressure TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD interest_rate.umi TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD interest_rate.addres...
{"date":"2024-05-06T03:40:00Z","interest_rate":{"brake_pressure":"free","umi":"high","address":"option_b","tax":"John"}}
thought_process
{ "type": "object", "properties": { "due_date": { "type": "string" }, "date": { "type": "string", "format": "date-time" }, "interest_rate": { "type": "object", "properties": { "brake_pressure": { "type": "string", "enum": [ "f...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"date":"2024-05-06T03:40:00Z","interest_rate":{"brake_pressure":"free","umi":"high","address":"option_b","tax":"John"}}
Output contains chain-of-thought reasoning before JSON
{"date":"2024-05-06T03:40:00Z","interest_rate":{"brake_pressure":"free","umi":"high","address":"option_b","tax":"John"}}
TASK repair_structured_output SPEC FIELD priority.visible TYPE string VALUES level_1|level_2 REQUIRED no FIELD priority.city TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD priority.chapter TYPE integer REQUIRED no FIELD priority.hazmat_code TYPE integer REQUIRED no FIELD priority.freight_clas...
{"priority":{"freight_class":"qux","transaction_id":"https://api.io/data","account_id":807,"conductivity":"oceanic"},"end_date":"active","turbidity":"https://data.io/v1","bed_number":174,"filter_flag":{"label":"hello","run_id":{"interest_rate":575.98,"zip_code":728,"items":"2023-12-25","vessel_name":null,"temp_celsius"...
extra_text_before
{ "type": "object", "properties": { "priority": { "type": "object", "properties": { "visible": { "type": "string", "enum": [ "level_1", "level_2" ] }, "city": { "type": "string", "enum": [ "...
Here is the response in the requested format: {"priority":{"freight_class":"qux","transaction_id":"https://api.io/data","account_id":807,"conductivity":"oceanic"},"end_date":"active","turbidity":"https://data.io/v1","bed_number":174,"filter_flag":{"label":"hello","run_id":{"interest_rate":575.98,"zip_code":728,"items":...
Output contains non-JSON text before the object
{"priority":{"freight_class":"qux","transaction_id":"https://api.io/data","account_id":807,"conductivity":"oceanic"},"end_date":"active","turbidity":"https://data.io/v1","bed_number":174,"filter_flag":{"label":"hello","run_id":{"interest_rate":575.98,"zip_code":728,"items":"2023-12-25","vessel_name":null,"temp_celsius"...
TASK repair_structured_output SPEC FIELD cargo_type TYPE string REQUIRED yes FIELD created_at TYPE integer REQUIRED no FIELD catalyst.hazmat_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD catalyst.features TYPE integer REQUIRED no FIELD catalyst.payment_status[] TYPE string REQUIRED no FIEL...
{"cargo_type":"A short description.","created_at":336,"catalyst":{"hazmat_code":"in_progress","bed_number":["berthed"]}}
wrong_type
{ "type": "object", "properties": { "cargo_type": { "type": "string" }, "created_at": { "type": "integer" }, "catalyst": { "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "open", "in_progre...
{"cargo_type": "A short description.", "created_at": "\"336\"", "catalyst": {"hazmat_code": "in_progress", "bed_number": ["berthed"]}}
Field 'created_at' must be integer, got string
{"cargo_type":"A short description.","created_at":336,"catalyst":{"hazmat_code":"in_progress","bed_number":["berthed"]}}
TASK repair_structured_output SPEC FIELD dim_q11 TYPE string REQUIRED yes FIELD field_i74 TYPE string_date-time REQUIRED no FIELD col_p11 TYPE string_uri REQUIRED no FIELD col_n33[].field_z79 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD col_n33[].key_n34 TYPE string_email REQUIRED no FIELD col_n33[].dim_...
{"dim_q11":"sample","field_i74":"2020-05-12T17:18:00Z","col_p11":"https://api.com/api","col_n33":[{"field_z79":"mode_c","key_n34":"user@example.com"},{"field_z79":"mode_c","key_n34":"test@domain.org","dim_i13":"reliable"}]}
missing_required
{ "type": "object", "properties": { "dim_q11": { "type": "string" }, "field_i74": { "type": "string", "format": "date-time" }, "col_p11": { "type": "string", "format": "uri" }, "col_n33": { "type": "array", "items": { "type": "object", ...
{"field_i74": "2020-05-12T17:18:00Z", "col_p11": "https://api.com/api", "col_n33": [{"field_z79": "mode_c", "key_n34": "user@example.com"}, {"field_z79": "mode_c", "key_n34": "test@domain.org", "dim_i13": "reliable"}]}
Required field 'dim_q11' is missing
{"dim_q11":"sample","field_i74":"2020-05-12T17:18:00Z","col_p11":"https://api.com/api","col_n33":[{"field_z79":"mode_c","key_n34":"user@example.com"},{"field_z79":"mode_c","key_n34":"test@domain.org","dim_i13":"reliable"}]}
TASK repair_structured_output SPEC FIELD procedure_code TYPE boolean REQUIRED yes FIELD discount TYPE number REQUIRED yes FIELD order_id.cargo_type TYPE number REQUIRED no FIELD order_id.footnote TYPE integer REQUIRED yes FIELD order_id.reagent TYPE boolean REQUIRED yes FIELD order_id.invoice_id.umi TYPE null REQUIRED...
{"procedure_code":false,"discount":161.27,"order_id":{"footnote":191,"reagent":false,"invoice_id":{"umi":null,"amplitude":"chrX","label":"level_2","repository":"hello","conductivity":null},"log_level":"option_c"},"temp_celsius":{"wavelength":"https://example.com","items":true,"start_date":"New York","brake_pressure":{"...
agent_chain
{ "type": "object", "properties": { "procedure_code": { "type": "boolean" }, "discount": { "type": "number" }, "order_id": { "type": "object", "properties": { "cargo_type": { "type": "number" }, "footnote": { "type": "integer" ...
I need to look up the information first. Action: fetch_lab_result Result: {"procedure_code": false, "discount": 161.27, "temp_celsius": {"wavelength": "https://example.com", "items": true, "start_date": "New York", "brake_pressure": {"order_id": "level_2", "first_name": "divorced", "deploy_target": null}}} I'll query ...
Agent multi-step chain with truncated tool output
{"procedure_code":false,"discount":161.27,"order_id":{"footnote":191,"reagent":false,"invoice_id":{"umi":null,"amplitude":"chrX","label":"level_2","repository":"hello","conductivity":null},"log_level":"option_c"},"temp_celsius":{"wavelength":"https://example.com","items":true,"start_date":"New York","brake_pressure":{"...
TASK repair_structured_output SPEC FIELD field_k74 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD key_s46 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_v68 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD val_u12 TYPE string VALUES success|error|warning|info REQUIRED...
{"field_k74":"email","key_s46":"in_transit","prop_v68":"medium","val_u12":"error","val_k40":"hello","val_h37":"white"}
tool_call_python_syntax
{ "type": "object", "properties": { "field_k74": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "key_s46": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] ...
book_appointment(field_k74='email', key_s46='in_transit', prop_v68='medium', val_u12='error', val_k40='hello', val_h37='white')
Tool call uses Python syntax instead of JSON
{"field_k74":"email","key_s46":"in_transit","prop_v68":"medium","val_u12":"error","val_k40":"hello","val_h37":"white"}
TASK repair_structured_output SPEC FIELD prop_o16 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_m19 TYPE integer REQUIRED no FIELD key_i50 TYPE boolean REQUIRED no FIELD col_m78 TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT ```json {"prop_o16":"confirmed",...
{"prop_o16":"confirmed","prop_m19":131,"key_i50":true,"col_m78":"xl"}
markdown_fences
{ "type": "object", "properties": { "prop_o16": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_m19": { "type": "integer" }, "key_i50": { "type": "boolean" }, "col_m78": { ...
```json {"prop_o16":"confirmed","prop_m19":131,"key_i50":true,"col_m78":"xl"} ```
Output contains markdown code fences
{"prop_o16":"confirmed","prop_m19":131,"key_i50":true,"col_m78":"xl"}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD length TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD last_name TYPE string REQUIRED no FIELD message TYPE string REQUIRED no FIELD chapter TYPE string VALUES email|phone|sms|push RE...
{"length":"high","last_name":"2024-06-30","message":"Johnson","chapter":"push","score":"rejected","latitude":"2021-01-18T06:03:00Z"}
markdown_explanation
{ "type": "object", "properties": { "loan_amount": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "length": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, ...
The output is as follows: ```json {"length":"high","last_name":"2024-06-30","message":"Johnson","chapter":"push","score":"rejected","latitude":"2021-01-18T06:03:00Z"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"length":"high","last_name":"2024-06-30","message":"Johnson","chapter":"push","score":"rejected","latitude":"2021-01-18T06:03:00Z"}
TASK repair_structured_output SPEC FIELD prop_b08 TYPE string REQUIRED yes FIELD val_d40 TYPE number REQUIRED no FIELD prop_o32 TYPE string_uri REQUIRED no FIELD param_p24.dim_v09 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD param_p24.param_q96.attr_p99 TYPE string VALUES mode_a|mode_b ...
{"prop_b08":"Hapag-Lloyd-Express","prop_o32":"https://api.org/data","param_p24":{"param_q96":{"attr_p99":"mode_a","key_i31":"critical","val_d65":true},"key_e96":null,"key_d12":false,"field_b62":{"dim_q54":false,"val_g63":908,"dim_c06":["type_a","type_a"]},"param_d08":"sample"},"val_o00":{"dim_x30":"mode_b","prop_g03":"...
extra_text_before
{ "type": "object", "properties": { "prop_b08": { "type": "string" }, "val_d40": { "type": "number" }, "prop_o32": { "type": "string", "format": "uri" }, "param_p24": { "type": "object", "properties": { "dim_v09": { "type": "string", ...
Sure, here's the result: {"prop_b08":"Hapag-Lloyd-Express","prop_o32":"https://api.org/data","param_p24":{"param_q96":{"attr_p99":"mode_a","key_i31":"critical","val_d65":true},"key_e96":null,"key_d12":false,"field_b62":{"dim_q54":false,"val_g63":908,"dim_c06":["type_a","type_a"]},"param_d08":"sample"},"val_o00":{"dim_x...
Output contains non-JSON text before the object
{"prop_b08":"Hapag-Lloyd-Express","prop_o32":"https://api.org/data","param_p24":{"param_q96":{"attr_p99":"mode_a","key_i31":"critical","val_d65":true},"key_e96":null,"key_d12":false,"field_b62":{"dim_q54":false,"val_g63":908,"dim_c06":["type_a","type_a"]},"param_d08":"sample"},"val_o00":{"dim_x30":"mode_b","prop_g03":"...
TASK repair_structured_output SPEC FIELD param_p82.field_u40 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD param_p82.attr_s71 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD param_p82.val_t03 TYPE string REQUIRED yes FIELD param_p82.param_a40 TYPE string REQUIRED no FIELD param_p82.dim_q73 TY...
{"param_p82":{"field_u40":"high","attr_s71":"editor","val_t03":"Maria","dim_q73":"world"},"prop_n23":"ops@domain.org","prop_b30":"low","prop_f49":"REV","prop_m38":"confirmed","param_r51":"approved","dim_n65":"GRCh38"}
thought_process
{ "type": "object", "properties": { "param_p82": { "type": "object", "properties": { "field_u40": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_s71": { "type...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"param_p82":{"field_u40":"high","attr_s71":"editor","val_t03":"Maria","dim_q73":"world"},"prop_n23":"ops@domain.org","prop_b30":"low","prop_f49":"REV","prop_m38":"confirmed","param_r51":"approved","dim_n65":"GRCh38"}
Output contains chain-of-thought reasoning before JSON
{"param_p82":{"field_u40":"high","attr_s71":"editor","val_t03":"Maria","dim_q73":"world"},"prop_n23":"ops@domain.org","prop_b30":"low","prop_f49":"REV","prop_m38":"confirmed","param_r51":"approved","dim_n65":"GRCh38"}
TASK repair_structured_output SPEC FIELD image_url TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD wavelength TYPE string VALUES mode_a|mode_b REQUIRED no FIELD tax TYPE string REQUIRED yes FIELD batch_code TYPE number REQUIRED no FIELD gene_id TYPE null REQUIRED yes BROKEN_OUTPUT {"imag...
{"image_url":"maintenance","tax":"FWD","batch_code":402.59,"gene_id":null}
wrong_type
{ "type": "object", "properties": { "image_url": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "wavelength": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "tax": {...
{"image_url": "maintenance", "tax": "FWD", "batch_code": "\"402.59\"", "gene_id": null}
Field 'batch_code' must be number, got string
{"image_url":"maintenance","tax":"FWD","batch_code":402.59,"gene_id":null}
TASK repair_structured_output SPEC FIELD crew_id TYPE string REQUIRED yes FIELD insurance_id.yield_pct TYPE boolean REQUIRED no FIELD insurance_id.company TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD insurance_id.trace_id TYPE string REQUIRED no FIELD insurance_id.shipper_ref[].company TYPE s...
{"crew_id":"Alice","insurance_id":{"yield_pct":false,"company":"underway","trace_id":"Paris","shipper_ref":[{"company":"demo","subtotal":"foo","features":["2022-09-22T03:30:00Z","2020-06-22T07:33:00Z","2024-01-12T14:37:00Z"]}]},"items":"Luis","nickname":"escalated","published":"Johnson"}
unquoted_keys
{ "type": "object", "properties": { "crew_id": { "type": "string" }, "insurance_id": { "type": "object", "properties": { "yield_pct": { "type": "boolean" }, "company": { "type": "string", "enum": [ "berthed", ...
{crew_id:"Alice",insurance_id:{yield_pct:false,company:"underway",trace_id:"Paris",shipper_ref:[{company:"demo",subtotal:"foo",features:["2022-09-22T03:30:00Z","2020-06-22T07:33:00Z","2024-01-12T14:37:00Z"]}]},items:"Luis",nickname:"escalated",published:"Johnson"}
Expecting property name enclosed in double quotes
{"crew_id":"Alice","insurance_id":{"yield_pct":false,"company":"underway","trace_id":"Paris","shipper_ref":[{"company":"demo","subtotal":"foo","features":["2022-09-22T03:30:00Z","2020-06-22T07:33:00Z","2024-01-12T14:37:00Z"]}]},"items":"Luis","nickname":"escalated","published":"Johnson"}
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD loan_amount TYPE boolean REQUIRED no FIELD image_url TYPE integer REQUIRED yes FIELD updated_at[].first_name TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD updated_at[].product_id T...
{"loan_amount":true,"image_url":186}
wrong_type
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "loan_amount": { "type": "boolean" }, "image_url": { "type": "integer" }, "updated_at": { "type"...
{"loan_amount": true, "image_url": "\"186\""}
Field 'image_url' must be integer, got string
{"loan_amount":true,"image_url":186}
TASK repair_structured_output SPEC FIELD param_x37 TYPE string REQUIRED no FIELD field_s63 TYPE string REQUIRED no FIELD field_c45 TYPE string REQUIRED yes FIELD dim_s60 TYPE string REQUIRED no FIELD val_v05 TYPE string_email REQUIRED no FIELD attr_c52 TYPE integer REQUIRED no FIELD prop_x68 TYPE integer REQUIRED no F...
{"field_s63":"Hapag-Lloyd-Express","field_c45":"cancelled","dim_s60":"demo","attr_c52":45,"prop_x68":445,"col_g85":true}
extra_text_before
{ "type": "object", "properties": { "param_x37": { "type": "string" }, "field_s63": { "type": "string" }, "field_c45": { "type": "string" }, "dim_s60": { "type": "string" }, "val_v05": { "type": "string", "format": "email" }, "attr_c52"...
Sensor output follows: {"field_s63":"Hapag-Lloyd-Express","field_c45":"cancelled","dim_s60":"demo","attr_c52":45,"prop_x68":445,"col_g85":true}
Output contains non-JSON text before the object
{"field_s63":"Hapag-Lloyd-Express","field_c45":"cancelled","dim_s60":"demo","attr_c52":45,"prop_x68":445,"col_g85":true}
TASK repair_structured_output SPEC FIELD repository TYPE string REQUIRED no FIELD crew_id TYPE string_email REQUIRED yes FIELD features TYPE boolean REQUIRED yes FIELD wavelength TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD width[] TYPE number REQUIRED yes FIELD country[] TYPE string VALUES mode_...
{"repository":"inactive","crew_id":"test@domain.org","features":false,"wavelength":"arctic","width":[917.6,362.54],"country":["mode_a"]}
invalid_enum
{ "type": "object", "properties": { "repository": { "type": "string" }, "crew_id": { "type": "string", "format": "email" }, "features": { "type": "boolean" }, "wavelength": { "type": "string", "enum": [ "coastal", "oceanic", "in...
{"repository": "inactive", "crew_id": "test@domain.org", "features": false, "wavelength": "invalid_value_44", "width": [917.6, 362.54], "country": ["mode_a"]}
Field 'wavelength' has invalid enum value 'invalid_value_44', expected one of ['coastal', 'oceanic', 'inland', 'arctic']
{"repository":"inactive","crew_id":"test@domain.org","features":false,"wavelength":"arctic","width":[917.6,362.54],"country":["mode_a"]}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES active|inactive|pending REQUIRED no FIELD verified TYPE number REQUIRED yes FIELD brake_pressure TYPE string_date-time REQUIRED no FIELD width TYPE null REQUIRED no FIELD lane TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD con...
{"item_id":"active","verified":950.76,"brake_pressure":"2021-01-05T04:19:00Z","width":null,"lane":"hemizygous","conductivity":"nonsense","velocity":870,"vessel_name":22}
tool_call_text_mix
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "verified": { "type": "number" }, "brake_pressure": { "type": "string", "format": "date-time" }, "width": { ...
I'll query our database. <tool_call name="read_sensor_array"> {"item_id":"active","verified":950.76,"brake_pressure":"2021-01-05T04:19:00Z","width":null,"lane":"hemizygous","conductivity":"nonsense","velocity":870,"vessel_name":22} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"item_id":"active","verified":950.76,"brake_pressure":"2021-01-05T04:19:00Z","width":null,"lane":"hemizygous","conductivity":"nonsense","velocity":870,"vessel_name":22}
TASK repair_structured_output SPEC FIELD key_j81 TYPE integer REQUIRED no FIELD field_p53 TYPE integer REQUIRED no FIELD key_w71 TYPE string_date-time REQUIRED yes FIELD key_l01 TYPE integer REQUIRED yes FIELD val_i14 TYPE string REQUIRED no FIELD prop_y89.field_b55 TYPE string REQUIRED yes FIELD prop_y89.prop_j43 TYP...
{"key_j81":110,"field_p53":111,"key_w71":"2021-06-14T08:45:00Z","key_l01":247,"val_i14":"FWD","prop_y89":{"field_b55":"REV","col_y87":296.13,"val_t78":"hello"}}
agent_chain
{ "type": "object", "properties": { "key_j81": { "type": "integer" }, "field_p53": { "type": "integer" }, "key_w71": { "type": "string", "format": "date-time" }, "key_l01": { "type": "integer" }, "val_i14": { "type": "string" }, "prop_y...
Let me check the system. Action: validate_sample Result: {"key_j81": 110, "field_p53": 111, "key_l01": 247, "val_i14": "FWD", "prop_y89": {"field_b55": "REV", "col_y87": 296.13, "val_t78": "hello"}} Processing the request now. Action: get_weather Result:
Agent multi-step chain with truncated tool output
{"key_j81":110,"field_p53":111,"key_w71":"2021-06-14T08:45:00Z","key_l01":247,"val_i14":"FWD","prop_y89":{"field_b55":"REV","col_y87":296.13,"val_t78":"hello"}}
TASK repair_structured_output SPEC FIELD height TYPE string VALUES type_a|type_b REQUIRED yes FIELD item_id TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD verified TYPE boolean REQUIRED yes BROKEN_OUTPUT {"height": null, "item_id": "cat_b", "verified": true}
{"height":"type_b","item_id":"cat_b","verified":true}
null_required
{ "type": "object", "properties": { "height": { "type": "string", "enum": [ "type_a", "type_b" ] }, "item_id": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "verified": { "type": "boolean" } }, "required": [ ...
{"height": null, "item_id": "cat_b", "verified": true}
Required field 'height' is null
{"height":"type_b","item_id":"cat_b","verified":true}
TASK repair_structured_output SPEC FIELD param_w75 TYPE number REQUIRED yes FIELD dim_a77 TYPE boolean REQUIRED yes FIELD col_b33[].param_z68 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_b33[].prop_e38 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_b33[].attr_w06 TYPE string...
{"param_w75":290.39,"dim_a77":true,"col_b33":[{"prop_e38":"warning","attr_w06":"xl","prop_o61":"New York","param_r76":"Paris","val_y24":"open"},{"param_z68":"info","attr_w06":"small","col_w98":64,"prop_o61":"Johnson"},{"param_z68":"warning","prop_e38":"success","col_w98":30,"prop_o61":"QC-07","prop_z62":"https://exampl...
truncated_array
{ "type": "object", "properties": { "param_w75": { "type": "number" }, "dim_a77": { "type": "boolean" }, "col_b33": { "type": "array", "items": { "type": "object", "properties": { "param_z68": { "type": "string", "enum": [...
{"param_w75":290.39,"dim_a77":true,"col_b33":[{"prop_e38":"warning","attr_w06":"xl","prop_o61":"New York","param_r76":"Paris","val_y24":"open"},{"param_z68":"info","attr_w06":"small","col_w98":64,"prop_o61":"Johnson"},{"param_z68":"warning","prop_e38":"success","col_w98":30,"prop_o61":"QC-07","prop_z62":"https://exampl...
Unexpected end of JSON input — truncated array
{"param_w75":290.39,"dim_a77":true,"col_b33":[{"prop_e38":"warning","attr_w06":"xl","prop_o61":"New York","param_r76":"Paris","val_y24":"open"},{"param_z68":"info","attr_w06":"small","col_w98":64,"prop_o61":"Johnson"},{"param_z68":"warning","prop_e38":"success","col_w98":30,"prop_o61":"QC-07","prop_z62":"https://exampl...
TASK repair_structured_output SPEC FIELD longitude.city TYPE boolean REQUIRED no FIELD longitude.paragraph TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD longitude.step TYPE string REQUIRED yes FIELD longitude.altitude.width TYPE string_email REQUIRED yes FIELD longitude.altitude.index TYPE boolean REQUIR...
{"temp_celsius":"pending","product_id":"GRCh38","latitude":false}
tool_call_wrong_param
{ "type": "object", "properties": { "longitude": { "type": "object", "properties": { "city": { "type": "boolean" }, "paragraph": { "type": "string", "enum": [ "small", "medium", "large", "xl" ...
Tool: query_port_status Params: {"temp_celsius": "pending", "product_id": "GRCh38", "latitude": false}
Agent used wrong parameter name 'longitude_name' instead of 'longitude'
{"temp_celsius":"pending","product_id":"GRCh38","latitude":false}
TASK repair_structured_output SPEC FIELD longitude TYPE integer REQUIRED yes FIELD humidity_pct TYPE string_date-time REQUIRED yes FIELD tile TYPE number REQUIRED yes BROKEN_OUTPUT The humidity_pct is 2022-09-26T16:29:00Z and {"longitude":937,"humidity_pct":"2022-09-26T16:29:00Z","tile":458.97}
{"longitude":937,"humidity_pct":"2022-09-26T16:29:00Z","tile":458.97}
partial_structure
{ "type": "object", "properties": { "longitude": { "type": "integer" }, "humidity_pct": { "type": "string", "format": "date-time" }, "tile": { "type": "number" } }, "required": [ "humidity_pct", "tile", "longitude" ] }
The humidity_pct is 2022-09-26T16:29:00Z and {"longitude":937,"humidity_pct":"2022-09-26T16:29:00Z","tile":458.97}
Output mixes natural language with JSON
{"longitude":937,"humidity_pct":"2022-09-26T16:29:00Z","tile":458.97}
TASK repair_structured_output SPEC FIELD lab_result TYPE number REQUIRED no FIELD balance TYPE string_date-time REQUIRED yes FIELD compound TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD hazmat_code TYPE string REQUIRED yes FIELD full_name TYPE boolean REQUIRED yes FIELD quality_score TYPE int...
{"lab_result":585.17,"balance":"2025-11-03T01:48:00Z","compound":"mode_e","hazmat_code":"Oliveira","full_name":false,"quality_score":49}
extra_text_before
{ "type": "object", "properties": { "lab_result": { "type": "number" }, "balance": { "type": "string", "format": "date-time" }, "compound": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ]...
Based on your request, here is the data: {"lab_result":585.17,"balance":"2025-11-03T01:48:00Z","compound":"mode_e","hazmat_code":"Oliveira","full_name":false,"quality_score":49}
Output contains non-JSON text before the object
{"lab_result":585.17,"balance":"2025-11-03T01:48:00Z","compound":"mode_e","hazmat_code":"Oliveira","full_name":false,"quality_score":49}
TASK repair_structured_output SPEC FIELD bed_number TYPE boolean REQUIRED no FIELD image_url TYPE string REQUIRED yes FIELD brake_pressure TYPE string REQUIRED yes BROKEN_OUTPUT ```json {"bed_number":true,"image_url":"2024-01-15","brake_pressure":"FWD"} ```
{"bed_number":true,"image_url":"2024-01-15","brake_pressure":"FWD"}
markdown_fences
{ "type": "object", "properties": { "bed_number": { "type": "boolean" }, "image_url": { "type": "string" }, "brake_pressure": { "type": "string" } }, "required": [ "brake_pressure", "image_url" ] }
```json {"bed_number":true,"image_url":"2024-01-15","brake_pressure":"FWD"} ```
Output contains markdown code fences
{"bed_number":true,"image_url":"2024-01-15","brake_pressure":"FWD"}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD country TYPE number REQUIRED no FIELD loan_amount.payment_status TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD loan_amount.aligned_pct TYPE string REQUIRED no FIEL...
{"item_id":"mode_c","loan_amount":{"payment_status":"type_a","aligned_pct":"Jane","discount":"type_c","username":24.44,"label":"nonsense","frequency_hz":990.39,"phenotype":452.16},"last_name":{"first_name":{"start_date":464.78,"width":"Alice","bed_number":"single","deploy_target":"qux"},"currency":622.59}}
single_quotes
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "country": { "type": "number" }, "loan_amount": { "type": "object", "pr...
{'item_id':'mode_c','loan_amount':{'payment_status':'type_a','aligned_pct':'Jane','discount':'type_c','username':24.44,'label':'nonsense','frequency_hz':990.39,'phenotype':452.16},'last_name':{'first_name':{'start_date':464.78,'width':'Alice','bed_number':'single','deploy_target':'qux'},'currency':622.59}}
Expecting property name enclosed in double quotes
{"item_id":"mode_c","loan_amount":{"payment_status":"type_a","aligned_pct":"Jane","discount":"type_c","username":24.44,"label":"nonsense","frequency_hz":990.39,"phenotype":452.16},"last_name":{"first_name":{"start_date":464.78,"width":"Alice","bed_number":"single","deploy_target":"qux"},"currency":622.59}}
TASK repair_structured_output SPEC FIELD prop_a65 TYPE number REQUIRED yes FIELD attr_v69 TYPE integer REQUIRED yes FIELD attr_t64 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_a33 TYPE integer REQUIRED no FIELD param_j86 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD dim_x82.dim_j09...
{"prop_a65":428.3,"attr_v69":512,"attr_t64":"blue","attr_a33":993,"param_j86":"type_c","dim_x82":{"dim_j09":"option_b","field_a31":642,"col_a82":{"param_q48":"2020-02-07T21:11:00Z","prop_f29":197.41,"col_d02":["London","FWD"],"field_r63":[125,913]}},"param_m65":"Alice"}
wrong_type
{ "type": "object", "properties": { "prop_a65": { "type": "number" }, "attr_v69": { "type": "integer" }, "attr_t64": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_a33": { "type...
{"prop_a65": 428.3, "attr_v69": 512, "attr_t64": "blue", "attr_a33": "\"993\"", "param_j86": "type_c", "dim_x82": {"dim_j09": "option_b", "field_a31": 642, "col_a82": {"param_q48": "2020-02-07T21:11:00Z", "prop_f29": 197.41, "col_d02": ["London", "FWD"], "field_r63": [125, 913]}}, "param_m65": "Alice"}
Field 'attr_a33' must be integer, got string
{"prop_a65":428.3,"attr_v69":512,"attr_t64":"blue","attr_a33":993,"param_j86":"type_c","dim_x82":{"dim_j09":"option_b","field_a31":642,"col_a82":{"param_q48":"2020-02-07T21:11:00Z","prop_f29":197.41,"col_d02":["London","FWD"],"field_r63":[125,913]}},"param_m65":"Alice"}
TASK repair_structured_output SPEC FIELD attr_v67 TYPE string_email REQUIRED yes FIELD param_l67 TYPE integer REQUIRED yes FIELD attr_f25 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD field_m68 TYPE string REQUIRED no FIELD col_q98 TYPE integer REQUIRED yes BROKEN_OUTPUT {"attr_v67":"admin@...
{"attr_v67":"admin@example.com","param_l67":890,"attr_f25":"heterozygous","field_m68":"RTG-04","col_q98":914}
trailing_comma
{ "type": "object", "properties": { "attr_v67": { "type": "string", "format": "email" }, "param_l67": { "type": "integer" }, "attr_f25": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "field_m68": ...
{"attr_v67":"admin@example.com","param_l67":890,"attr_f25":"heterozygous","field_m68":"RTG-04","col_q98":914,}
Unexpected trailing comma
{"attr_v67":"admin@example.com","param_l67":890,"attr_f25":"heterozygous","field_m68":"RTG-04","col_q98":914}