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 email TYPE string VALUES email|phone|sms|push REQUIRED no FIELD values TYPE number REQUIRED no FIELD insurance_id TYPE string REQUIRED yes FIELD level TYPE integer REQUIRED yes FIELD barcode TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD fleet_number TYP...
{"email":"email","insurance_id":"https://api.example.com/v1","level":355,"barcode":"in_transit","fleet_number":true,"active":"info"}
tool_call_partial_args
{ "type": "object", "properties": { "email": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "values": { "type": "number" }, "insurance_id": { "type": "string" }, "level": { "type": "integer" }, ...
Let me check the system. Action: process_payment Arguments: {"email": "email", "level": 355, "barcode": "in_transit", "fleet_number": true, "active": "info"}
Agent tool call missing required parameter 'insurance_id'
{"email":"email","insurance_id":"https://api.example.com/v1","level":355,"barcode":"in_transit","fleet_number":true,"active":"info"}
TASK repair_structured_output SPEC FIELD field_m84 TYPE number REQUIRED yes FIELD prop_w68 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_b70 TYPE boolean REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="calibrate_instrument"> {"field_m84":991.96,"prop_w68"...
{"field_m84":991.96,"prop_w68":"escalated","field_b70":true}
tool_call_text_mix
{ "type": "object", "properties": { "field_m84": { "type": "number" }, "prop_w68": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_b70": { "type": "boolean" } }, "required": [ ...
I'll query our database. <tool_call name="calibrate_instrument"> {"field_m84":991.96,"prop_w68":"escalated","field_b70":true} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"field_m84":991.96,"prop_w68":"escalated","field_b70":true}
TASK repair_structured_output SPEC FIELD conductivity TYPE string REQUIRED no FIELD freight_class TYPE integer REQUIRED no FIELD phenotype TYPE string REQUIRED yes FIELD throttle_pos TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"conductivity":"baz","phenotype":"FWD","throttle_pos":350} ```
{"conductivity":"baz","phenotype":"FWD","throttle_pos":350}
markdown_fences
{ "type": "object", "properties": { "conductivity": { "type": "string" }, "freight_class": { "type": "integer" }, "phenotype": { "type": "string" }, "throttle_pos": { "type": "integer" } }, "required": [ "throttle_pos", "phenotype" ] }
```json {"conductivity":"baz","phenotype":"FWD","throttle_pos":350} ```
Output contains markdown code fences
{"conductivity":"baz","phenotype":"FWD","throttle_pos":350}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE string VALUES level_1|level_2 REQUIRED yes FIELD strand TYPE integer REQUIRED no FIELD comments TYPE boolean REQUIRED no BROKEN_OUTPUT {"brake_pressure": "level_1", "comments": "no"}
{"brake_pressure":"level_1","comments":false}
boolean_as_string
{ "type": "object", "properties": { "brake_pressure": { "type": "string", "enum": [ "level_1", "level_2" ] }, "strand": { "type": "integer" }, "comments": { "type": "boolean" } }, "required": [ "brake_pressure" ] }
{"brake_pressure": "level_1", "comments": "no"}
Field 'comments' must be boolean, got string
{"brake_pressure":"level_1","comments":false}
TASK repair_structured_output SPEC FIELD key_j94 TYPE integer REQUIRED no FIELD field_g09 TYPE string REQUIRED no FIELD col_g12 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes BROKEN_OUTPUT generate_report(key_j94=548, col_g12='type_b')
{"key_j94":548,"col_g12":"type_b"}
tool_call_python_syntax
{ "type": "object", "properties": { "key_j94": { "type": "integer" }, "field_g09": { "type": "string" }, "col_g12": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] } }, "required": [ ...
generate_report(key_j94=548, col_g12='type_b')
Tool call uses Python syntax instead of JSON
{"key_j94":548,"col_g12":"type_b"}
TASK repair_structured_output SPEC FIELD dosage TYPE string REQUIRED yes FIELD step TYPE string_uri REQUIRED yes FIELD updated_at TYPE string_date-time REQUIRED yes FIELD category TYPE integer REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: generate_report Result: {"step": "https://example.io/api", "updat...
{"dosage":"test","step":"https://example.io/api","updated_at":"2020-03-14T23:43:00Z","category":151}
agent_chain
{ "type": "object", "properties": { "dosage": { "type": "string" }, "step": { "type": "string", "format": "uri" }, "updated_at": { "type": "string", "format": "date-time" }, "category": { "type": "integer" } }, "required": [ "step", "up...
Let me check the system. Action: generate_report Result: {"step": "https://example.io/api", "updated_at": "2020-03-14T23:43:00Z", "category": 151} Processing the request now. Action: create_order Result:
Agent multi-step chain with truncated tool output
{"dosage":"test","step":"https://example.io/api","updated_at":"2020-03-14T23:43:00Z","category":151}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD paragraph TYPE string REQUIRED no FIELD build_status TYPE string REQUIRED yes FIELD enabled TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD sensor_id TYPE integer REQUIRED ye...
{"temp_celsius":"oceanic","build_status":"bar","enabled":"open","sensor_id":923}
synonym_enum
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "paragraph": { "type": "string" }, "build_status": { "type": "string" }, "enabled": { "type"...
{"temp_celsius": "oceanic", "build_status": "bar", "enabled": "new", "sensor_id": 923}
Field 'enabled' has synonym 'new' instead of valid enum value
{"temp_celsius":"oceanic","build_status":"bar","enabled":"open","sensor_id":923}
TASK repair_structured_output SPEC FIELD status TYPE string_email REQUIRED yes FIELD chapter TYPE boolean REQUIRED yes FIELD log_level.date TYPE integer REQUIRED no FIELD log_level.maturity_date TYPE integer REQUIRED no FIELD log_level.ph_level.chapter TYPE null REQUIRED no FIELD log_level.ph_level.count TYPE boolean ...
{"status":"admin@example.com","chapter":true,"log_level":{"maturity_date":660,"ph_level":{"chapter":null,"count":true,"score":739,"account_id":"high","lane":"level_1","title":true,"enabled":103},"patient_id":{"total":"RTG-04","hazmat_code":null,"phenotype":574}}}
thought_process
{ "type": "object", "properties": { "status": { "type": "string", "format": "email" }, "chapter": { "type": "boolean" }, "log_level": { "type": "object", "properties": { "date": { "type": "integer" }, "maturity_date": { "t...
Processing the request now. I'll validate against the schema. {"status":"admin@example.com","chapter":true,"log_level":{"maturity_date":660,"ph_level":{"chapter":null,"count":true,"score":739,"account_id":"high","lane":"level_1","title":true,"enabled":103},"patient_id":{"total":"RTG-04","hazmat_code":null,"phenotype":...
Output contains chain-of-thought reasoning before JSON
{"status":"admin@example.com","chapter":true,"log_level":{"maturity_date":660,"ph_level":{"chapter":null,"count":true,"score":739,"account_id":"high","lane":"level_1","title":true,"enabled":103},"patient_id":{"total":"RTG-04","hazmat_code":null,"phenotype":574}}}
TASK repair_structured_output SPEC FIELD col_h58 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD param_b52 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_q05 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"col_h58":"viewer","param_b52":"rejected","prop_q05":"https://api.or...
{"col_h58":"viewer","param_b52":"rejected","prop_q05":"https://api.org/api"}
extra_text_after
{ "type": "object", "properties": { "col_h58": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "param_b52": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] ...
{"col_h58":"viewer","param_b52":"rejected","prop_q05":"https://api.org/api"} Analysis finished.
Output contains non-JSON text after the object
{"col_h58":"viewer","param_b52":"rejected","prop_q05":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD annotation TYPE boolean REQUIRED yes FIELD voltage TYPE integer REQUIRED no FIELD vital_sign TYPE string REQUIRED no FIELD medication TYPE string REQUIRED no FIELD frequency_hz TYPE string_uri REQUIRED yes FIELD product_id TYPE string VALUES open|in_progress|resolved|closed REQ...
{"annotation":false,"voltage":545,"vital_sign":"RTG-04","medication":"Oliveira","frequency_hz":"https://www.com/v1","product_id":"open","type":690,"diagnosis_code":"synonymous"}
truncated_object
{ "type": "object", "properties": { "annotation": { "type": "boolean" }, "voltage": { "type": "integer" }, "vital_sign": { "type": "string" }, "medication": { "type": "string" }, "frequency_hz": { "type": "string", "format": "uri" }, "p...
{"annotation":false,"voltage":545,"vital_sign":"RTG-04","medication":"Oliveira","frequency_hz":"https://www.com/v1","product_id":"open","type":690,"diagnosis_code":"synonymous"
Unexpected end of JSON input — truncated object
{"annotation":false,"voltage":545,"vital_sign":"RTG-04","medication":"Oliveira","frequency_hz":"https://www.com/v1","product_id":"open","type":690,"diagnosis_code":"synonymous"}
TASK repair_structured_output SPEC FIELD updated_at TYPE string VALUES active|inactive|pending REQUIRED yes FIELD crew_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD tile TYPE string REQUIRED yes BROKEN_OUTPUT {"updated_at":"inactive","crew_id":"offline","tile":"FWD"}
{"updated_at":"inactive","crew_id":"offline","tile":"FWD"}
missing_bracket
{ "type": "object", "properties": { "updated_at": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "crew_id": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] ...
{"updated_at":"inactive","crew_id":"offline","tile":"FWD"}
Missing closing bracket
{"updated_at":"inactive","crew_id":"offline","tile":"FWD"}
TASK repair_structured_output SPEC FIELD field_o55 TYPE string_uri REQUIRED yes FIELD val_d33 TYPE string REQUIRED no FIELD param_n82 TYPE integer REQUIRED yes BROKEN_OUTPUT Result: field_o55=https://example.org/data, {"field_o55":"https://example.org/data","val_d33":"2024-01-15","param_n82":816}
{"field_o55":"https://example.org/data","val_d33":"2024-01-15","param_n82":816}
partial_structure
{ "type": "object", "properties": { "field_o55": { "type": "string", "format": "uri" }, "val_d33": { "type": "string" }, "param_n82": { "type": "integer" } }, "required": [ "field_o55", "param_n82" ] }
Result: field_o55=https://example.org/data, {"field_o55":"https://example.org/data","val_d33":"2024-01-15","param_n82":816}
Output mixes natural language with JSON
{"field_o55":"https://example.org/data","val_d33":"2024-01-15","param_n82":816}
TASK repair_structured_output SPEC FIELD phenotype.bed_number TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD phenotype.filter_flag TYPE string REQUIRED no FIELD phenotype.rating TYPE string REQUIRED yes FIELD phenotype.color TYPE string_uri REQUIRED yes FIELD phenotype.notes[] TYPE stri...
{"phenotype":{"rating":"sample","color":"https://example.io/api","notes":["info@test.io","info@domain.org"]},"account_id":{"shipper_ref":"confirmed","organism":199.94,"shift_code":512.06,"url":"https://example.io/api"},"step":{"lane":"test","product_id":326,"age":true}}
partial_structure
{ "type": "object", "properties": { "phenotype": { "type": "object", "properties": { "bed_number": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] ...
The phenotype is {'rating': 'sample', 'color': 'https://example.io/api', 'notes': ['info@test.io', 'info@domain.org']} and {"phenotype":{"rating":"sample","color":"https://example.io/api","notes":["info@test.io","info@domain.org"]},"account_id":{"shipper_ref":"confirmed","organism":199.94,"shift_code":512.06,"url":"htt...
Output mixes natural language with JSON
{"phenotype":{"rating":"sample","color":"https://example.io/api","notes":["info@test.io","info@domain.org"]},"account_id":{"shipper_ref":"confirmed","organism":199.94,"shift_code":512.06,"url":"https://example.io/api"},"step":{"lane":"test","product_id":326,"age":true}}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD url TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD thumbnail TYPE string REQUIRED yes FIELD shipper_ref TYPE null REQUIRED no FIELD visibl...
{"maturity_date":"option_c","url":"escalated","thumbnail":"Johnson","shipper_ref":null,"visible":null,"height":"coastal","website":926.66}
unquoted_keys
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "url": { "type": "string", "enum": [ "pending_review", ...
{maturity_date:"option_c",url:"escalated",thumbnail:"Johnson",shipper_ref:null,visible:null,height:"coastal",website:926.66}
Expecting property name enclosed in double quotes
{"maturity_date":"option_c","url":"escalated","thumbnail":"Johnson","shipper_ref":null,"visible":null,"height":"coastal","website":926.66}
TASK repair_structured_output SPEC FIELD product_id.age TYPE boolean REQUIRED yes FIELD product_id.turbidity.first_name TYPE string REQUIRED no FIELD product_id.turbidity.voltage TYPE string REQUIRED no FIELD product_id.turbidity.user_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD product_id.turbidi...
{"product_id":{"age":true,"turbidity":{"first_name":"approved","voltage":"foo","user_id":"low","freight_class":"Johnson","email":"confirmed","patient_id":"viewer","position":306.8,"conductivity":"active"},"last_name":"quux"},"manifest_ref":{"tax":767,"subject":"cat_b","span_id":null,"berth_slot":{"barcode":"New York","...
missing_brace
{ "type": "object", "properties": { "product_id": { "type": "object", "properties": { "age": { "type": "boolean" }, "turbidity": { "type": "object", "properties": { "first_name": { "type": "string" }, ...
{"product_id":{"age":true,"turbidity":{"first_name":"approved","voltage":"foo","user_id":"low","freight_class":"Johnson","email":"confirmed","patient_id":"viewer","position":306.8,"conductivity":"active"},"last_name":"quux"},"manifest_ref":{"tax":767,"subject":"cat_b","span_id":null,"berth_slot":{"barcode":"New York","...
Missing closing brace
{"product_id":{"age":true,"turbidity":{"first_name":"approved","voltage":"foo","user_id":"low","freight_class":"Johnson","email":"confirmed","patient_id":"viewer","position":306.8,"conductivity":"active"},"last_name":"quux"},"manifest_ref":{"tax":767,"subject":"cat_b","span_id":null,"berth_slot":{"barcode":"New York","...
TASK repair_structured_output SPEC FIELD dim_l99 TYPE string REQUIRED no FIELD key_m13 TYPE boolean REQUIRED no FIELD val_l44 TYPE string REQUIRED yes FIELD val_q80 TYPE string_email REQUIRED no FIELD param_i14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_x47 TYPE string VALUES single|mar...
{"dim_l99":"world","val_l44":"hello","val_q80":"ops@test.io","param_i14":"closed","dim_x47":"divorced","key_d34":null,"field_r03":"enterprise"}
markdown_fences
{ "type": "object", "properties": { "dim_l99": { "type": "string" }, "key_m13": { "type": "boolean" }, "val_l44": { "type": "string" }, "val_q80": { "type": "string", "format": "email" }, "param_i14": { "type": "string", "enum": [ ...
```json {"dim_l99":"world","val_l44":"hello","val_q80":"ops@test.io","param_i14":"closed","dim_x47":"divorced","key_d34":null,"field_r03":"enterprise"} ```
Output contains markdown code fences
{"dim_l99":"world","val_l44":"hello","val_q80":"ops@test.io","param_i14":"closed","dim_x47":"divorced","key_d34":null,"field_r03":"enterprise"}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string VALUES admin|editor|viewer REQUIRED no FIELD updated_at TYPE string VALUES active|inactive|pending REQUIRED no FIELD last_name TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD email TYPE string VALUES free|basic|pro|enterprise REQUI...
{"last_name":"berthed","email":"basic","terminal_id":"Tokyo"}
single_quotes
{ "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "updated_at": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "last_name": { ...
{'last_name':'berthed','email':'basic','terminal_id':'Tokyo'}
Expecting property name enclosed in double quotes
{"last_name":"berthed","email":"basic","terminal_id":"Tokyo"}
TASK repair_structured_output SPEC FIELD val_k08 TYPE string REQUIRED yes FIELD col_y52 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_h29 TYPE string_date-time REQUIRED no FIELD param_u00 TYPE number REQUIRED no FIELD param_k46 TYPE integer REQUIRED yes FIELD attr_z06 TYPE string VALUES success|err...
{"val_k08":"sample","col_y52":"married","attr_h29":"2023-08-09T14:52:00Z","param_k46":369,"attr_z06":"warning"}
extra_text_before
{ "type": "object", "properties": { "val_k08": { "type": "string" }, "col_y52": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_h29": { "type": "string", "format": "date-time" }, "param_u00": { "ty...
The parsed result is: {"val_k08":"sample","col_y52":"married","attr_h29":"2023-08-09T14:52:00Z","param_k46":369,"attr_z06":"warning"}
Output contains non-JSON text before the object
{"val_k08":"sample","col_y52":"married","attr_h29":"2023-08-09T14:52:00Z","param_k46":369,"attr_z06":"warning"}
TASK repair_structured_output SPEC FIELD val_k61.prop_z80 TYPE string REQUIRED yes FIELD val_k61.field_c31 TYPE string REQUIRED no FIELD val_k61.col_d95 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_k61.dim_e54 TYPE boolean REQUIRED no FIELD val_k61.field_b51 TYPE string REQUIRED yes FIELD col_r...
{"val_k61":{"prop_z80":"user@domain.com","field_c31":"foo","col_d95":"blue","dim_e54":false,"field_b51":"A short description."},"col_r32":712.89,"key_m70":"2024-06-10T22:42:00Z","col_v25":null,"key_n70":{"val_i91":"enterprise","col_r47":"offline","param_w92":"test@example.com","col_l00":"admin@domain.org","attr_v33":"d...
single_quotes
{ "type": "object", "properties": { "val_k61": { "type": "object", "properties": { "prop_z80": { "type": "string" }, "field_c31": { "type": "string" }, "col_d95": { "type": "string", "enum": [ "red", ...
{'val_k61':{'prop_z80':'user@domain.com','field_c31':'foo','col_d95':'blue','dim_e54':false,'field_b51':'A short description.'},'col_r32':712.89,'key_m70':'2024-06-10T22:42:00Z','col_v25':null,'key_n70':{'val_i91':'enterprise','col_r47':'offline','param_w92':'test@example.com','col_l00':'admin@domain.org','attr_v33':'d...
Expecting property name enclosed in double quotes
{"val_k61":{"prop_z80":"user@domain.com","field_c31":"foo","col_d95":"blue","dim_e54":false,"field_b51":"A short description."},"col_r32":712.89,"key_m70":"2024-06-10T22:42:00Z","col_v25":null,"key_n70":{"val_i91":"enterprise","col_r47":"offline","param_w92":"test@example.com","col_l00":"admin@domain.org","attr_v33":"d...
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD rating TYPE string REQUIRED no FIELD yield_pct TYPE string VALUES option_a|option_b REQUIRED no FIELD updated_at TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD amount TYPE string VALUES pen...
{"log_level":"free","rating":"Silva","yield_pct":"option_b","updated_at":"high","phone":"viewer"}
missing_brace
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "rating": { "type": "string" }, "yield_pct": { "type": "string", "enum": [ "option_a", "opt...
"log_level":"free","rating":"Silva","yield_pct":"option_b","updated_at":"high","phone":"viewer"}
Missing closing brace
{"log_level":"free","rating":"Silva","yield_pct":"option_b","updated_at":"high","phone":"viewer"}
TASK repair_structured_output SPEC FIELD dim_z09 TYPE number REQUIRED no FIELD key_v88 TYPE string REQUIRED no FIELD attr_o68 TYPE integer REQUIRED no FIELD dim_s80 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_b97 TYPE integer REQUIRED yes FIELD attr_d59 TYPE null REQUIRED yes FIE...
{"dim_z09":207.5,"key_v88":"A short description.","dim_s80":"operational","prop_b97":587,"attr_d59":null,"prop_z04":"bar"}
invalid_enum
{ "type": "object", "properties": { "dim_z09": { "type": "number" }, "key_v88": { "type": "string" }, "attr_o68": { "type": "integer" }, "dim_s80": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenan...
{"dim_z09": 207.5, "key_v88": "A short description.", "dim_s80": "invalid_value_916", "prop_b97": 587, "attr_d59": null, "prop_z04": "bar"}
Field 'dim_s80' has invalid enum value 'invalid_value_916', expected one of ['operational', 'degraded', 'offline', 'maintenance']
{"dim_z09":207.5,"key_v88":"A short description.","dim_s80":"operational","prop_b97":587,"attr_d59":null,"prop_z04":"bar"}
TASK repair_structured_output SPEC FIELD val_y92 TYPE string_uri REQUIRED yes FIELD prop_w22 TYPE string REQUIRED yes FIELD val_j60 TYPE integer REQUIRED no FIELD dim_q84.prop_q77 TYPE boolean REQUIRED no FIELD dim_q84.key_h82 TYPE string REQUIRED yes FIELD dim_q84.col_o59 TYPE number REQUIRED no FIELD dim_q84.col_b92...
{"val_y92":"https://api.org/api","prop_w22":"Oliveira","val_j60":331,"dim_q84":{"prop_q77":false,"key_h82":"Oliveira","col_o59":253.82,"field_o75":["cat_b"]}}
tool_call_text_mix
{ "type": "object", "properties": { "val_y92": { "type": "string", "format": "uri" }, "prop_w22": { "type": "string" }, "val_j60": { "type": "integer" }, "dim_q84": { "type": "object", "properties": { "prop_q77": { "type": "boolean" ...
Processing the request now. <tool_call name="send_email"> {"val_y92":"https://api.org/api","prop_w22":"Oliveira","val_j60":331,"dim_q84":{"prop_q77":false,"key_h82":"Oliveira","col_o59":253.82,"field_o75":["cat_b"]}} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"val_y92":"https://api.org/api","prop_w22":"Oliveira","val_j60":331,"dim_q84":{"prop_q77":false,"key_h82":"Oliveira","col_o59":253.82,"field_o75":["cat_b"]}}
TASK repair_structured_output SPEC FIELD key_n53 TYPE string REQUIRED yes FIELD param_d15 TYPE string REQUIRED no FIELD field_j79 TYPE integer REQUIRED yes FIELD key_v05 TYPE number REQUIRED no FIELD attr_o26[].col_k35 TYPE integer REQUIRED no FIELD attr_o26[].prop_j42 TYPE string VALUES success|error|warning|info REQ...
{"key_n53":"Oliveira","param_d15":"cancelled","field_j79":601,"key_v05":502.49}
extra_text_after
{ "type": "object", "properties": { "key_n53": { "type": "string" }, "param_d15": { "type": "string" }, "field_j79": { "type": "integer" }, "key_v05": { "type": "number" }, "attr_o26": { "type": "array", "items": { "type": "object", ...
{"key_n53":"Oliveira","param_d15":"cancelled","field_j79":601,"key_v05":502.49} Analysis finished.
Output contains non-JSON text after the object
{"key_n53":"Oliveira","param_d15":"cancelled","field_j79":601,"key_v05":502.49}
TASK repair_structured_output SPEC FIELD prop_s71.field_p57 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_s71.col_f89 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD prop_s71.prop_g29 TYPE number REQUIRED yes FIELD prop_s71.field_n67 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD val_t93...
{"prop_s71":{"field_p57":"admin","col_f89":"cat_b","prop_g29":423.06,"field_n67":"cat_a"},"val_t93":{"dim_a80":false,"key_e58":"Luis","param_w16":"Tokyo"},"col_m57":"New York"}
tool_call_text_mix
{ "type": "object", "properties": { "prop_s71": { "type": "object", "properties": { "field_p57": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_f89": { "type": "string", ...
I need to look up the information first. <tool_call name="query_port_status"> {"prop_s71":{"field_p57":"admin","col_f89":"cat_b","prop_g29":423.06,"field_n67":"cat_a"},"val_t93":{"dim_a80":false,"key_e58":"Luis","param_w16":"Tokyo"},"col_m57":"New York"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"prop_s71":{"field_p57":"admin","col_f89":"cat_b","prop_g29":423.06,"field_n67":"cat_a"},"val_t93":{"dim_a80":false,"key_e58":"Luis","param_w16":"Tokyo"},"col_m57":"New York"}
TASK repair_structured_output SPEC FIELD param_l55 TYPE boolean REQUIRED no FIELD col_l00 TYPE string_uri REQUIRED no FIELD dim_p74 TYPE string REQUIRED yes FIELD prop_m20.val_t86 TYPE boolean REQUIRED yes FIELD prop_m20.dim_u86 TYPE number REQUIRED yes FIELD prop_m20.col_n77 TYPE integer REQUIRED yes FIELD prop_m20.p...
{"param_l55":false,"col_l00":"https://api.com/data","dim_p74":"2024-01-15","prop_m20":{"val_t86":true,"dim_u86":568.72,"col_n77":459,"param_q50":"level_1"}}
trailing_comma
{ "type": "object", "properties": { "param_l55": { "type": "boolean" }, "col_l00": { "type": "string", "format": "uri" }, "dim_p74": { "type": "string" }, "prop_m20": { "type": "object", "properties": { "val_t86": { "type": "boolean" ...
{"param_l55":false,"col_l00":"https://api.com/data","dim_p74":"2024-01-15","prop_m20":{"val_t86":true,"dim_u86":568.72,"col_n77":459,"param_q50":"level_1"},}
Unexpected trailing comma
{"param_l55":false,"col_l00":"https://api.com/data","dim_p74":"2024-01-15","prop_m20":{"val_t86":true,"dim_u86":568.72,"col_n77":459,"param_q50":"level_1"}}
TASK repair_structured_output SPEC FIELD attr_i88 TYPE integer REQUIRED no FIELD val_y44.prop_d08 TYPE boolean REQUIRED yes FIELD val_y44.col_g88 TYPE integer REQUIRED no FIELD val_y44.field_z70 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD val_y44.attr_k12 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|ty...
{"attr_i88":684,"val_y44":{"prop_d08":true,"field_z70":"mode_b","attr_k12":"type_e","col_h96":"RTG-04"},"col_g51":13.5,"prop_t10":"level_6","val_c18":"level_2","dim_a02":"REV"}
missing_brace
{ "type": "object", "properties": { "attr_i88": { "type": "integer" }, "val_y44": { "type": "object", "properties": { "prop_d08": { "type": "boolean" }, "col_g88": { "type": "integer" }, "field_z70": { "type": "strin...
{"attr_i88":684,"val_y44":{"prop_d08":true,"field_z70":"mode_b","attr_k12":"type_e","col_h96":"RTG-04"},"col_g51":13.5,"prop_t10":"level_6","val_c18":"level_2","dim_a02":"REV"
Missing closing brace
{"attr_i88":684,"val_y44":{"prop_d08":true,"field_z70":"mode_b","attr_k12":"type_e","col_h96":"RTG-04"},"col_g51":13.5,"prop_t10":"level_6","val_c18":"level_2","dim_a02":"REV"}
TASK repair_structured_output SPEC FIELD col_t71 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_n61 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD param_r86 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD key_q42 TYP...
{"col_t71":"operational","attr_n61":"mode_e","param_r86":"option_a","key_q42":408}
tool_call_python_syntax
{ "type": "object", "properties": { "col_t71": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "attr_n61": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mod...
get_account(col_t71='operational', attr_n61='mode_e', param_r86='option_a', key_q42=408)
Tool call uses Python syntax instead of JSON
{"col_t71":"operational","attr_n61":"mode_e","param_r86":"option_a","key_q42":408}
TASK repair_structured_output SPEC FIELD prop_d50 TYPE string VALUES success|error|warning|info REQUIRED no FIELD field_v34 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD prop_w05 TYPE integer REQUIRED no FIELD key_b66 TYPE boolean REQUIRED yes FIELD prop_o60 TYPE integer REQUIRED yes FIELD col_c90 TYPE str...
{"prop_d50":"success","field_v34":"type_b","prop_w05":647,"key_b66":false,"prop_o60":876,"col_c90":"new","prop_b12":"cat_a"}
tool_call_text_mix
{ "type": "object", "properties": { "prop_d50": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "field_v34": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "prop_...
Processing the request now. <tool_call name="filter_variants"> {"prop_d50":"success","field_v34":"type_b","prop_w05":647,"key_b66":false,"prop_o60":876,"col_c90":"new","prop_b12":"cat_a"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"prop_d50":"success","field_v34":"type_b","prop_w05":647,"key_b66":false,"prop_o60":876,"col_c90":"new","prop_b12":"cat_a"}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string REQUIRED no FIELD quality_score TYPE string VALUES draft|published|archived REQUIRED no FIELD created_at TYPE string REQUIRED no FIELD tax TYPE integer REQUIRED no FIELD lab_result TYPE integer REQUIRED yes BROKEN_OUTPUT I found that quality_score should...
{"invoice_id":"Charlie","quality_score":"published","created_at":"REV","lab_result":358}
partial_structure
{ "type": "object", "properties": { "invoice_id": { "type": "string" }, "quality_score": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "created_at": { "type": "string" }, "tax": { "type": "integer" }, ...
I found that quality_score should be published. {"invoice_id":"Charlie","quality_score":"published","created_at":"REV","lab_result":358}
Output mixes natural language with JSON
{"invoice_id":"Charlie","quality_score":"published","created_at":"REV","lab_result":358}
TASK repair_structured_output SPEC FIELD key_h51.field_q43.dim_e21 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD key_h51.field_q43.col_r97 TYPE number REQUIRED no FIELD key_h51.field_q43.prop_b75 TYPE boolean REQUIRED yes FIELD key_h51.field_q43.val_s12 TYPE string VALUES admin|editor|viewer REQUIRED no FIE...
{"key_h51":{"field_q43":{"dim_e21":"admin","prop_b75":false,"val_s12":"viewer","prop_c01":"REV","attr_l82":"baz"},"prop_c65":"Hapag-Lloyd-Express","key_z69":"2021-08-09T10:15:00Z","key_o37":308,"attr_s29":"2025-07-08T23:44:00Z","field_n23":724,"field_p97":true},"col_z27":"synonymous","attr_c43":null,"val_i07":"JPY","fi...
markdown_explanation
{ "type": "object", "properties": { "key_h51": { "type": "object", "properties": { "field_q43": { "type": "object", "properties": { "dim_e21": { "type": "string", "enum": [ "admin", "editor", ...
I've generated the following JSON: ```json {"key_h51":{"field_q43":{"dim_e21":"admin","prop_b75":false,"val_s12":"viewer","prop_c01":"REV","attr_l82":"baz"},"prop_c65":"Hapag-Lloyd-Express","key_z69":"2021-08-09T10:15:00Z","key_o37":308,"attr_s29":"2025-07-08T23:44:00Z","field_n23":724,"field_p97":true},"col_z27":"syno...
Output contains markdown and explanatory text around JSON
{"key_h51":{"field_q43":{"dim_e21":"admin","prop_b75":false,"val_s12":"viewer","prop_c01":"REV","attr_l82":"baz"},"prop_c65":"Hapag-Lloyd-Express","key_z69":"2021-08-09T10:15:00Z","key_o37":308,"attr_s29":"2025-07-08T23:44:00Z","field_n23":724,"field_p97":true},"col_z27":"synonymous","attr_c43":null,"val_i07":"JPY","fi...
TASK repair_structured_output SPEC FIELD prop_j49.val_e40 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_j49.val_q64 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_j49.attr_r92 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_j49.prop_u03 TYPE string VALUE...
{"prop_j49":{"val_q64":"new","attr_r92":"editor","prop_u03":"medium","val_z25":"2023-07-26T02:00:00Z","param_d54":560.54},"dim_l59":"London","param_v05":true,"prop_y49":"Tokyo","val_r68":null,"dim_i11":"https://api.io/data"}
markdown_explanation
{ "type": "object", "properties": { "prop_j49": { "type": "object", "properties": { "val_e40": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "val_q64": { "type": ...
Pipeline result: ```json {"prop_j49":{"val_q64":"new","attr_r92":"editor","prop_u03":"medium","val_z25":"2023-07-26T02:00:00Z","param_d54":560.54},"dim_l59":"London","param_v05":true,"prop_y49":"Tokyo","val_r68":null,"dim_i11":"https://api.io/data"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"prop_j49":{"val_q64":"new","attr_r92":"editor","prop_u03":"medium","val_z25":"2023-07-26T02:00:00Z","param_d54":560.54},"dim_l59":"London","param_v05":true,"prop_y49":"Tokyo","val_r68":null,"dim_i11":"https://api.io/data"}
TASK repair_structured_output SPEC FIELD val_g38 TYPE string REQUIRED no FIELD col_s75 TYPE string REQUIRED no FIELD val_f14 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_g40 TYPE boolean REQUIRED yes FIELD param_f45 TYPE string VALUES level_1|level_2|level_3 REQUIRED no BROKEN_OUTPUT {"val_g...
{"val_g38":"Maria","val_f14":"coastal","val_g40":true,"param_f45":"level_2"}
invalid_enum
{ "type": "object", "properties": { "val_g38": { "type": "string" }, "col_s75": { "type": "string" }, "val_f14": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "val_g40": { "type": "boolean" ...
{"val_g38": "Maria", "val_f14": "invalid_option_442", "val_g40": true, "param_f45": "level_2"}
Field 'val_f14' has invalid enum value 'invalid_option_442', expected one of ['coastal', 'oceanic', 'inland', 'arctic']
{"val_g38":"Maria","val_f14":"coastal","val_g40":true,"param_f45":"level_2"}
TASK repair_structured_output SPEC FIELD val_y58 TYPE integer REQUIRED no FIELD attr_s48 TYPE string_date-time REQUIRED yes FIELD dim_r34 TYPE string REQUIRED yes BROKEN_OUTPUT ```json {"val_y58":515,"attr_s48":"2021-12-26T20:38:00Z","dim_r34":"https://example.com"} ```
{"val_y58":515,"attr_s48":"2021-12-26T20:38:00Z","dim_r34":"https://example.com"}
markdown_fences
{ "type": "object", "properties": { "val_y58": { "type": "integer" }, "attr_s48": { "type": "string", "format": "date-time" }, "dim_r34": { "type": "string" } }, "required": [ "dim_r34", "attr_s48" ] }
```json {"val_y58":515,"attr_s48":"2021-12-26T20:38:00Z","dim_r34":"https://example.com"} ```
Output contains markdown code fences
{"val_y58":515,"attr_s48":"2021-12-26T20:38:00Z","dim_r34":"https://example.com"}
TASK repair_structured_output SPEC FIELD prop_b68 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD attr_o46 TYPE string VALUES type_a|type_b REQUIRED no FIELD key_q86 TYPE string_date-time REQUIRED no FIELD prop_e81 TYPE string REQUIRED no BROKEN_OUTPUT get_account(prop_b68='hemizygous', attr_...
{"prop_b68":"hemizygous","attr_o46":"type_b","key_q86":"2026-08-13T01:38:00Z","prop_e81":"Santos"}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_b68": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "attr_o46": { "type": "string", "enum": [ "type_a", "type_b" ] }, "key_q86": { "type": "...
get_account(prop_b68='hemizygous', attr_o46='type_b', key_q86='2026-08-13T01:38:00Z', prop_e81='Santos')
Tool call uses Python syntax instead of JSON
{"prop_b68":"hemizygous","attr_o46":"type_b","key_q86":"2026-08-13T01:38:00Z","prop_e81":"Santos"}
TASK repair_structured_output SPEC FIELD category TYPE string REQUIRED yes FIELD trace_id TYPE string_date-time REQUIRED yes FIELD role TYPE number REQUIRED yes BROKEN_OUTPUT {category:"https://example.com",trace_id:"2022-10-23T05:09:00Z",role:722.11}
{"category":"https://example.com","trace_id":"2022-10-23T05:09:00Z","role":722.11}
unquoted_keys
{ "type": "object", "properties": { "category": { "type": "string" }, "trace_id": { "type": "string", "format": "date-time" }, "role": { "type": "number" } }, "required": [ "role", "category", "trace_id" ] }
{category:"https://example.com",trace_id:"2022-10-23T05:09:00Z",role:722.11}
Expecting property name enclosed in double quotes
{"category":"https://example.com","trace_id":"2022-10-23T05:09:00Z","role":722.11}
TASK repair_structured_output SPEC FIELD catalyst TYPE string VALUES cat_a|cat_b REQUIRED no FIELD dissolved_oxygen TYPE string REQUIRED no FIELD deploy_target TYPE boolean REQUIRED yes FIELD phenotype TYPE null REQUIRED no FIELD lab_result TYPE boolean REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: quer...
{"catalyst":"cat_b","dissolved_oxygen":"Johnson","deploy_target":false,"phenotype":null,"lab_result":true}
agent_chain
{ "type": "object", "properties": { "catalyst": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "dissolved_oxygen": { "type": "string" }, "deploy_target": { "type": "boolean" }, "phenotype": { "type": "null" }, "lab_result":...
Let me check the system. Action: query_port_status Result: {"dissolved_oxygen": "Johnson", "deploy_target": false, "phenotype": null, "lab_result": true} Processing the request now. Action: calculate_price Result:
Agent multi-step chain with truncated tool output
{"catalyst":"cat_b","dissolved_oxygen":"Johnson","deploy_target":false,"phenotype":null,"lab_result":true}
TASK repair_structured_output SPEC FIELD options TYPE number REQUIRED no FIELD url TYPE string VALUES admin|editor|viewer REQUIRED no FIELD created_at TYPE string REQUIRED yes BROKEN_OUTPUT {options:229.5,url:"viewer",created_at:"Alice"}
{"options":229.5,"url":"viewer","created_at":"Alice"}
unquoted_keys
{ "type": "object", "properties": { "options": { "type": "number" }, "url": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "created_at": { "type": "string" } }, "required": [ "created_at" ] }
{options:229.5,url:"viewer",created_at:"Alice"}
Expecting property name enclosed in double quotes
{"options":229.5,"url":"viewer","created_at":"Alice"}
TASK repair_structured_output SPEC FIELD field_r60 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD key_g90 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD dim_d24 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD val_j18 TYPE string REQUIRED yes FIELD val_p64 TYPE string...
{"key_g90":"cat_a","dim_d24":"cat_a","val_j18":"PASS","val_p64":"demo","dim_f66":117,"field_e54":"2024-11-26T20:40:00Z","key_e04":"escalated"}
missing_required
{ "type": "object", "properties": { "field_r60": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "key_g90": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] ...
{"key_g90": "cat_a", "dim_d24": "cat_a", "val_p64": "demo", "dim_f66": 117, "field_e54": "2024-11-26T20:40:00Z", "key_e04": "escalated"}
Required field 'val_j18' is missing
{"key_g90":"cat_a","dim_d24":"cat_a","val_j18":"PASS","val_p64":"demo","dim_f66":117,"field_e54":"2024-11-26T20:40:00Z","key_e04":"escalated"}
TASK repair_structured_output SPEC FIELD deploy_target TYPE string REQUIRED no FIELD tax.patient_id TYPE integer REQUIRED yes FIELD tax.end_date TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD tax.width TYPE string REQUIRED no FIELD tax.ph_level TYPE number REQUIRED yes FIELD catalyst.timezone TYPE s...
{"deploy_target":"Paris","tax":{"patient_id":859,"end_date":"type_b","width":"https://api.example.com/v1","ph_level":266.32},"catalyst":{"timezone":"option_b","brake_pressure":"type_c","zip_code":"level_2","quality_score":"Tokyo"}}
markdown_fences
{ "type": "object", "properties": { "deploy_target": { "type": "string" }, "tax": { "type": "object", "properties": { "patient_id": { "type": "integer" }, "end_date": { "type": "string", "enum": [ "type_a", "...
```json {"deploy_target":"Paris","tax":{"patient_id":859,"end_date":"type_b","width":"https://api.example.com/v1","ph_level":266.32},"catalyst":{"timezone":"option_b","brake_pressure":"type_c","zip_code":"level_2","quality_score":"Tokyo"}} ```
Output contains markdown code fences
{"deploy_target":"Paris","tax":{"patient_id":859,"end_date":"type_b","width":"https://api.example.com/v1","ph_level":266.32},"catalyst":{"timezone":"option_b","brake_pressure":"type_c","zip_code":"level_2","quality_score":"Tokyo"}}
TASK repair_structured_output SPEC FIELD key_r16 TYPE integer REQUIRED yes FIELD param_o90.val_k72 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_o90.key_o71 TYPE number REQUIRED yes FIELD param_o90.field_h65 TYPE boolean REQUIRED yes FIELD key_x06 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD...
{"key_r16":827,"param_o90":{"val_k72":"sms","key_o71":548.74,"field_h65":true},"key_x06":"level_1","key_f68":76.7,"key_a66":"Jane","field_l57":"world"}
wrong_type
{ "type": "object", "properties": { "key_r16": { "type": "integer" }, "param_o90": { "type": "object", "properties": { "val_k72": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] ...
{"key_r16": 827, "param_o90": {"val_k72": "sms", "key_o71": 548.74, "field_h65": true}, "key_x06": "level_1", "key_f68": "\"76.7\"", "key_a66": "Jane", "field_l57": "world"}
Field 'key_f68' must be number, got string
{"key_r16":827,"param_o90":{"val_k72":"sms","key_o71":548.74,"field_h65":true},"key_x06":"level_1","key_f68":76.7,"key_a66":"Jane","field_l57":"world"}
TASK repair_structured_output SPEC FIELD key_a89 TYPE number REQUIRED yes FIELD attr_i59 TYPE string REQUIRED no FIELD field_d47 TYPE number REQUIRED yes FIELD val_f54.attr_v59 TYPE null REQUIRED no FIELD val_f54.val_k79 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_f54.prop_q81 TYP...
{"key_a89":934.45,"attr_i59":"A short description.","field_d47":663.16,"val_f54":{"val_k79":"frameshift","prop_q81":true,"attr_u62":[{"prop_n95":false,"dim_h12":837,"dim_z16":"error"},{"key_h98":"berthed","prop_n95":false,"dim_h12":200,"dim_z16":"success"}]}}
truncated_object
{ "type": "object", "properties": { "key_a89": { "type": "number" }, "attr_i59": { "type": "string" }, "field_d47": { "type": "number" }, "val_f54": { "type": "object", "properties": { "attr_v59": { "type": "null" }, "val_k7...
{"key_a89":934.45,"attr_i59":"A short description.","field_d47":663.16,"val_f54":{"val_k79":"frameshift","prop_q81":true,"attr_u62":[{"prop_n95":false,"dim_h12":837,"dim_z16":"error"},{"key_h98":"berthed","prop_n95":false,"dim_h12":200,"dim_z16":"success"}]}
Unexpected end of JSON input — truncated object
{"key_a89":934.45,"attr_i59":"A short description.","field_d47":663.16,"val_f54":{"val_k79":"frameshift","prop_q81":true,"attr_u62":[{"prop_n95":false,"dim_h12":837,"dim_z16":"error"},{"key_h98":"berthed","prop_n95":false,"dim_h12":200,"dim_z16":"success"}]}}
TASK repair_structured_output SPEC FIELD param_q35 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD key_l84 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD param_m02 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD col_t12 TYPE string REQUIRED yes FIELD attr_y50 TYPE string REQUIRED ...
{"param_q35":"type_b","key_l84":"admin","param_m02":"option_b","col_t12":"sample","col_e05":"Berlin"}
unquoted_keys
{ "type": "object", "properties": { "param_q35": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "key_l84": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "param_m02": { "typ...
{param_q35:"type_b",key_l84:"admin",param_m02:"option_b",col_t12:"sample",col_e05:"Berlin"}
Expecting property name enclosed in double quotes
{"param_q35":"type_b","key_l84":"admin","param_m02":"option_b","col_t12":"sample","col_e05":"Berlin"}
TASK repair_structured_output SPEC FIELD dim_p56 TYPE number REQUIRED no FIELD key_r96 TYPE string REQUIRED yes FIELD field_a58 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_d12 TYPE string REQUIRED no FIELD key_s40 TYPE string REQUIRED no FIELD attr_o07 TYPE boolean REQUIRED no FIELD col...
{"key_r96":"London","field_a58":"resolved","prop_d12":"hello","key_s40":"Oliveira","attr_o07":true,"col_p02":201}
null_required
{ "type": "object", "properties": { "dim_p56": { "type": "number" }, "key_r96": { "type": "string" }, "field_a58": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_d12": { "type": "str...
{"key_r96": "London", "field_a58": null, "prop_d12": "hello", "key_s40": "Oliveira", "attr_o07": true, "col_p02": 201}
Required field 'field_a58' is null
{"key_r96":"London","field_a58":"resolved","prop_d12":"hello","key_s40":"Oliveira","attr_o07":true,"col_p02":201}
TASK repair_structured_output SPEC FIELD city TYPE string REQUIRED no FIELD credit_score TYPE integer REQUIRED no FIELD tile TYPE number REQUIRED no FIELD tags.start_date TYPE string REQUIRED no FIELD tags.ph_level TYPE boolean REQUIRED no FIELD tags.compound.country TYPE integer REQUIRED yes FIELD tags.compound.name ...
{"credit_score":891,"tags":{"start_date":"qux","ph_level":false,"compound":{"country":858,"height":null,"version":"low","chapter":"Tokyo","username":"intermittent"},"shift_code":"chrX","quality_score":null,"active":"Sao Paulo","velocity":"success"},"items":null,"language":"Berlin","maturity_date":"viewer","reagent":"qu...
missing_bracket
{ "type": "object", "properties": { "city": { "type": "string" }, "credit_score": { "type": "integer" }, "tile": { "type": "number" }, "tags": { "type": "object", "properties": { "start_date": { "type": "string" }, "ph_level...
{"credit_score":891,"tags":{"start_date":"qux","ph_level":false,"compound":{"country":858,"height":null,"version":"low","chapter":"Tokyo","username":"intermittent"},"shift_code":"chrX","quality_score":null,"active":"Sao Paulo","velocity":"success"},"items":null,"language":"Berlin","maturity_date":"viewer","reagent":"qu...
Missing closing bracket
{"credit_score":891,"tags":{"start_date":"qux","ph_level":false,"compound":{"country":858,"height":null,"version":"low","chapter":"Tokyo","username":"intermittent"},"shift_code":"chrX","quality_score":null,"active":"Sao Paulo","velocity":"success"},"items":null,"language":"Berlin","maturity_date":"viewer","reagent":"qu...
TASK repair_structured_output SPEC FIELD col_q85 TYPE string REQUIRED no FIELD param_e47 TYPE null REQUIRED no FIELD val_x47 TYPE string REQUIRED yes FIELD val_l46 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD prop_s58[] TYPE string REQUIRED no BROKEN_OUTPUT {"col_q85": "John", "param_e47": null, "val...
{"col_q85":"John","param_e47":null,"val_x47":"2024-01-15","val_l46":"level_2","prop_s58":["Diana","qux","bar"]}
extra_field
{ "type": "object", "properties": { "col_q85": { "type": "string" }, "param_e47": { "type": "null" }, "val_x47": { "type": "string" }, "val_l46": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "prop_s...
{"col_q85": "John", "param_e47": null, "val_x47": "2024-01-15", "val_l46": "level_2", "prop_s58": ["Diana", "qux", "bar"], "extra_data_7708": "unexpected"}
Unknown field 'extra_data_7708' not defined in schema
{"col_q85":"John","param_e47":null,"val_x47":"2024-01-15","val_l46":"level_2","prop_s58":["Diana","qux","bar"]}
TASK repair_structured_output SPEC FIELD version TYPE null REQUIRED no FIELD role TYPE string_email REQUIRED no FIELD total TYPE boolean REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: fetch_lab_result Result: {"version": null, "role": "info@test.io"} I'll query our database. Action: delete_item Result:
{"version":null,"role":"info@test.io","total":true}
agent_chain
{ "type": "object", "properties": { "version": { "type": "null" }, "role": { "type": "string", "format": "email" }, "total": { "type": "boolean" } }, "required": [ "total" ] }
Let me check the system. Action: fetch_lab_result Result: {"version": null, "role": "info@test.io"} I'll query our database. Action: delete_item Result:
Agent multi-step chain with truncated tool output
{"version":null,"role":"info@test.io","total":true}
TASK repair_structured_output SPEC FIELD account_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD batch_code TYPE integer REQUIRED yes FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD current_draw TYPE number REQUIRED no FIELD payment_status[].date TYPE string VALUES cat_a|cat_...
{"account_id":"cat_c","batch_code":504,"due_date":"mode_b","current_draw":823.13}
tool_call_bad_format
{ "type": "object", "properties": { "account_id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "batch_code": { "type": "integer" }, "due_date": { "type": "string", "enum": [ "mode_a", "mode_b", "m...
<functioncall> validate_address {account_id: "cat_c", batch_code: 504, due_date: "mode_b", current_draw: 823.13}
Tool call has malformed arguments — unquoted keys in function parameters
{"account_id":"cat_c","batch_code":504,"due_date":"mode_b","current_draw":823.13}
TASK repair_structured_output SPEC FIELD batch_code TYPE string REQUIRED yes FIELD vital_sign TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD subject.commit_hash TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD subject.account_id TYPE string_date-time REQUIRED yes FIELD su...
{"batch_code":"qux","vital_sign":"missense","subject":{"commit_hash":"type_b","account_id":"2026-05-01T11:05:00Z"},"type":841,"active":{"country":"maintenance","chapter":"cat_b","gene_id":979,"barcode":"REV","maturity_date":"test@test.io","yield_pct":937}}
trailing_comma
{ "type": "object", "properties": { "batch_code": { "type": "string" }, "vital_sign": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "subject": { "type": "object", "properties": { "...
{"batch_code":"qux","vital_sign":"missense","subject":{"commit_hash":"type_b","account_id":"2026-05-01T11:05:00Z",},"type":841,"active":{"country":"maintenance","chapter":"cat_b","gene_id":979,"barcode":"REV","maturity_date":"test@test.io","yield_pct":937}}
Unexpected trailing comma
{"batch_code":"qux","vital_sign":"missense","subject":{"commit_hash":"type_b","account_id":"2026-05-01T11:05:00Z"},"type":841,"active":{"country":"maintenance","chapter":"cat_b","gene_id":979,"barcode":"REV","maturity_date":"test@test.io","yield_pct":937}}
TASK repair_structured_output SPEC FIELD prop_o97 TYPE null REQUIRED yes FIELD dim_d70 TYPE string REQUIRED yes FIELD col_g93 TYPE number REQUIRED no BROKEN_OUTPUT {"prop_o97": null, "dim_d70": "test@example.com", "col_g93": 624.69, "extra_data_7563": true}
{"prop_o97":null,"dim_d70":"test@example.com","col_g93":624.69}
extra_field
{ "type": "object", "properties": { "prop_o97": { "type": "null" }, "dim_d70": { "type": "string" }, "col_g93": { "type": "number" } }, "required": [ "dim_d70", "prop_o97" ] }
{"prop_o97": null, "dim_d70": "test@example.com", "col_g93": 624.69, "extra_data_7563": true}
Unknown field 'extra_data_7563' not defined in schema
{"prop_o97":null,"dim_d70":"test@example.com","col_g93":624.69}
TASK repair_structured_output SPEC FIELD val_u54 TYPE integer REQUIRED yes FIELD dim_t85 TYPE number REQUIRED yes FIELD key_r94[] TYPE boolean REQUIRED yes BROKEN_OUTPUT {"val_u54": null, "dim_t85": 412.09, "key_r94": [true]}
{"val_u54":744,"dim_t85":412.09,"key_r94":[true]}
null_required
{ "type": "object", "properties": { "val_u54": { "type": "integer" }, "dim_t85": { "type": "number" }, "key_r94": { "type": "array", "items": { "type": "boolean" } } }, "required": [ "val_u54", "key_r94", "dim_t85" ] }
{"val_u54": null, "dim_t85": 412.09, "key_r94": [true]}
Required field 'val_u54' is null
{"val_u54":744,"dim_t85":412.09,"key_r94":[true]}
TASK repair_structured_output SPEC FIELD prop_c44 TYPE boolean REQUIRED no FIELD attr_z83 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD attr_b44 TYPE null REQUIRED yes FIELD col_a88 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD val_w45 TYPE integer REQUIRED yes FIELD col_n69.c...
{"attr_b44":null,"col_a88":"cat_b","val_w45":622,"col_n69":{"col_n52":"mode_a","col_f21":"mode_c","val_f60":"option_d","col_m80":true,"col_u09":null,"val_x65":"New York"},"dim_s76":"https://api.example.com/v1"}
wrong_type
{ "type": "object", "properties": { "prop_c44": { "type": "boolean" }, "attr_z83": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "attr_b44": { "type": "null" }, "...
{"attr_b44": null, "col_a88": "cat_b", "val_w45": "\"622\"", "col_n69": {"col_n52": "mode_a", "col_f21": "mode_c", "val_f60": "option_d", "col_m80": true, "col_u09": null, "val_x65": "New York"}, "dim_s76": "https://api.example.com/v1"}
Field 'val_w45' must be integer, got string
{"attr_b44":null,"col_a88":"cat_b","val_w45":622,"col_n69":{"col_n52":"mode_a","col_f21":"mode_c","val_f60":"option_d","col_m80":true,"col_u09":null,"val_x65":"New York"},"dim_s76":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD prop_h66 TYPE integer REQUIRED yes FIELD field_n96 TYPE string REQUIRED no FIELD prop_g00 TYPE boolean REQUIRED yes BROKEN_OUTPUT {prop_h66:935,prop_g00:true}
{"prop_h66":935,"prop_g00":true}
unquoted_keys
{ "type": "object", "properties": { "prop_h66": { "type": "integer" }, "field_n96": { "type": "string" }, "prop_g00": { "type": "boolean" } }, "required": [ "prop_g00", "prop_h66" ] }
{prop_h66:935,prop_g00:true}
Expecting property name enclosed in double quotes
{"prop_h66":935,"prop_g00":true}
TASK repair_structured_output SPEC FIELD attr_b62 TYPE string REQUIRED yes FIELD dim_g45 TYPE integer REQUIRED yes FIELD param_u53 TYPE boolean REQUIRED no FIELD val_o14 TYPE number REQUIRED no FIELD param_a87 TYPE boolean REQUIRED yes BROKEN_OUTPUT {'attr_b62':'test@example.com','dim_g45':978,'param_a87':false}
{"attr_b62":"test@example.com","dim_g45":978,"param_a87":false}
single_quotes
{ "type": "object", "properties": { "attr_b62": { "type": "string" }, "dim_g45": { "type": "integer" }, "param_u53": { "type": "boolean" }, "val_o14": { "type": "number" }, "param_a87": { "type": "boolean" } }, "required": [ "param_a87", ...
{'attr_b62':'test@example.com','dim_g45':978,'param_a87':false}
Expecting property name enclosed in double quotes
{"attr_b62":"test@example.com","dim_g45":978,"param_a87":false}
TASK repair_structured_output SPEC FIELD col_l35 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD param_o04 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_p29 TYPE string_date-time REQUIRED no FIELD prop_d58 TYPE integer REQUIRED no FIELD val_y90 TYPE string RE...
{"col_l35":"synonymous","param_o04":"new","val_y90":"https://example.com"}
thought_process
{ "type": "object", "properties": { "col_l35": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "param_o04": { "type": "string", "enum": [ "new", "in_transit", "delivered", ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"col_l35":"synonymous","param_o04":"new","val_y90":"https://example.com"}
Output contains chain-of-thought reasoning before JSON
{"col_l35":"synonymous","param_o04":"new","val_y90":"https://example.com"}
TASK repair_structured_output SPEC FIELD col_y43 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_g75 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_z27 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD param_l19 TYPE string VALUES operational|degraded|offline|maintena...
{"col_y43":"blue","prop_g75":"married","col_z27":"pending","param_l19":"degraded","dim_c30":true}
single_quotes
{ "type": "object", "properties": { "col_y43": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "prop_g75": { "type": "string", "enum": [ "single", "married", "divorced" ] }...
{'col_y43':'blue','prop_g75':'married','col_z27':'pending','param_l19':'degraded','dim_c30':true}
Expecting property name enclosed in double quotes
{"col_y43":"blue","prop_g75":"married","col_z27":"pending","param_l19":"degraded","dim_c30":true}
TASK repair_structured_output SPEC FIELD prop_r95 TYPE string REQUIRED no FIELD field_z86.key_o81.col_x49 TYPE null REQUIRED yes FIELD field_z86.key_o81.dim_r34 TYPE string REQUIRED no FIELD field_z86.key_o81.col_f35[] TYPE string REQUIRED yes FIELD field_z86.key_o81.field_u70[] TYPE null REQUIRED no FIELD field_z86.p...
{"prop_r95":"demo","field_z86":{"key_o81":{"col_x49":null,"dim_r34":"Johnson","col_f35":["qux"],"field_u70":[null,null,null]},"prop_k94":{"attr_l25":954.27,"field_f28":564,"field_y22":"REV","dim_x54":true},"prop_p70":"quux"},"field_l24":224.16}
missing_required
{ "type": "object", "properties": { "prop_r95": { "type": "string" }, "field_z86": { "type": "object", "properties": { "key_o81": { "type": "object", "properties": { "col_x49": { "type": "null" }, "dim_r34": ...
{"prop_r95": "demo", "field_l24": 224.16}
Required field 'field_z86' is missing
{"prop_r95":"demo","field_z86":{"key_o81":{"col_x49":null,"dim_r34":"Johnson","col_f35":["qux"],"field_u70":[null,null,null]},"prop_k94":{"attr_l25":954.27,"field_f28":564,"field_y22":"REV","dim_x54":true},"prop_p70":"quux"},"field_l24":224.16}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE boolean REQUIRED no FIELD frequency_hz TYPE integer REQUIRED no FIELD status_code TYPE integer REQUIRED yes FIELD due_date TYPE string REQUIRED no FIELD type[].crew_id TYPE null REQUIRED no FIELD type[].altitude TYPE boolean REQUIRED no FIELD type[].phenotype T...
{"shipper_ref":false,"frequency_hz":76,"status_code":309,"due_date":"2024-06-30","type":[{"crew_id":null,"altitude":true,"phenotype":663,"trace_id":"https://api.example.com/v1","decay_rate":"option_a","status_code":"https://example.com/v1","bearing":233},{"crew_id":null,"altitude":false,"trace_id":"Maria","decay_rate":...
agent_chain
{ "type": "object", "properties": { "shipper_ref": { "type": "boolean" }, "frequency_hz": { "type": "integer" }, "status_code": { "type": "integer" }, "due_date": { "type": "string" }, "type": { "type": "array", "items": { "type": "obje...
I need to look up the information first. Action: calculate_docking_fee Result: {"shipper_ref": false, "frequency_hz": 76, "status_code": 309, "due_date": "2024-06-30"} Processing the request now. Action: delete_item Result:
Agent multi-step chain with truncated tool output
{"shipper_ref":false,"frequency_hz":76,"status_code":309,"due_date":"2024-06-30","type":[{"crew_id":null,"altitude":true,"phenotype":663,"trace_id":"https://api.example.com/v1","decay_rate":"option_a","status_code":"https://example.com/v1","bearing":233},{"crew_id":null,"altitude":false,"trace_id":"Maria","decay_rate":...
TASK repair_structured_output SPEC FIELD item_id TYPE integer REQUIRED yes FIELD shift_code TYPE integer REQUIRED yes FIELD status TYPE string REQUIRED yes BROKEN_OUTPUT {"item_id": null, "shift_code": 358, "status": "approved"}
{"item_id":114,"shift_code":358,"status":"approved"}
null_required
{ "type": "object", "properties": { "item_id": { "type": "integer" }, "shift_code": { "type": "integer" }, "status": { "type": "string" } }, "required": [ "status", "shift_code", "item_id" ] }
{"item_id": null, "shift_code": 358, "status": "approved"}
Required field 'item_id' is null
{"item_id":114,"shift_code":358,"status":"approved"}
TASK repair_structured_output SPEC FIELD balance.url.dosage TYPE string REQUIRED no FIELD balance.url.manifest_ref TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD balance.url.amount TYPE boolean REQUIRED yes FIELD balance.url.width TYPE string VALUES draft|published|archived REQUIRED yes FIELD balance.zip_c...
{"fleet_number":"London","maturity_date":"approved"}
truncated_object
{ "type": "object", "properties": { "balance": { "type": "object", "properties": { "url": { "type": "object", "properties": { "dosage": { "type": "string" }, "manifest_ref": { "type": "string", ...
{"fleet_number":"London","maturity_date":"approved"
Unexpected end of JSON input — truncated object
{"fleet_number":"London","maturity_date":"approved"}
TASK repair_structured_output SPEC FIELD col_g19 TYPE integer REQUIRED no FIELD col_a62 TYPE string REQUIRED no FIELD param_i81 TYPE string REQUIRED no FIELD dim_v47 TYPE string_email REQUIRED yes FIELD param_c97 TYPE integer REQUIRED no FIELD param_h47.attr_q72 TYPE string REQUIRED no FIELD param_h47.attr_r53 TYPE in...
{"col_g19":283,"col_a62":"Berlin","dim_v47":"admin@example.com","param_c97":754,"param_h47":{"attr_q72":"Diana","attr_r53":180,"val_x49":{"dim_k75":"Luis","field_i20":"white","field_y04":313,"col_v30":"admin"}},"dim_c65":{"prop_d24":{"attr_h50":false,"field_m79":false,"param_j36":117},"dim_u90":false,"key_n26":{"attr_l...
thought_process
{ "type": "object", "properties": { "col_g19": { "type": "integer" }, "col_a62": { "type": "string" }, "param_i81": { "type": "string" }, "dim_v47": { "type": "string", "format": "email" }, "param_c97": { "type": "integer" }, "param_h47...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"col_g19":283,"col_a62":"Berlin","dim_v47":"admin@example.com","param_c97":754,"param_h47":{"attr_q72":"Diana","attr_r53":180,"val_x49":{"dim_k75":"Luis","field_i20":"white","field_y04":313,"col_v30":"admin"}},"dim_c65":{"pr...
Output contains chain-of-thought reasoning before JSON
{"col_g19":283,"col_a62":"Berlin","dim_v47":"admin@example.com","param_c97":754,"param_h47":{"attr_q72":"Diana","attr_r53":180,"val_x49":{"dim_k75":"Luis","field_i20":"white","field_y04":313,"col_v30":"admin"}},"dim_c65":{"prop_d24":{"attr_h50":false,"field_m79":false,"param_j36":117},"dim_u90":false,"key_n26":{"attr_l...
TASK repair_structured_output SPEC FIELD port_code TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD berth_slot TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD lab_result TYPE string_uri REQUIRED no FIELD url TYPE integ...
{"port_code":"enterprise","url":190}
missing_required
{ "type": "object", "properties": { "port_code": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "date": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] ...
{"url": 190}
Required field 'port_code' is missing
{"port_code":"enterprise","url":190}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED yes FIELD image_url TYPE string REQUIRED no FIELD build_status TYPE string REQUIRED yes FIELD amount TYPE string REQUIRED yes BROKEN_OUTPUT {subject:"completed",image_url:"chr1",build_status:"Charlie",amount:"2023-12-25"}
{"subject":"completed","image_url":"chr1","build_status":"Charlie","amount":"2023-12-25"}
unquoted_keys
{ "type": "object", "properties": { "subject": { "type": "string" }, "image_url": { "type": "string" }, "build_status": { "type": "string" }, "amount": { "type": "string" } }, "required": [ "build_status", "amount", "subject" ] }
{subject:"completed",image_url:"chr1",build_status:"Charlie",amount:"2023-12-25"}
Expecting property name enclosed in double quotes
{"subject":"completed","image_url":"chr1","build_status":"Charlie","amount":"2023-12-25"}
TASK repair_structured_output SPEC FIELD attr_q07 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_k44 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_r38 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD key_o80 TYPE string VALUES homozygous|heterozygous|hemizygous R...
{"attr_q07":"admin","attr_k44":"intermittent","key_o80":"heterozygous"}
null_required
{ "type": "object", "properties": { "attr_q07": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_k44": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "attr_r38": { ...
{"attr_q07": "admin", "attr_k44": "intermittent", "key_o80": null}
Required field 'key_o80' is null
{"attr_q07":"admin","attr_k44":"intermittent","key_o80":"heterozygous"}
TASK repair_structured_output SPEC FIELD param_m29 TYPE string_email REQUIRED no FIELD dim_v11 TYPE string REQUIRED yes FIELD param_x49 TYPE string_uri REQUIRED yes FIELD prop_m77 TYPE string REQUIRED no FIELD attr_r33.attr_j01 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD attr_r33.col_t42 TYPE string ...
{"param_m29":"admin@domain.org","dim_v11":"pending","param_x49":"https://api.com/data","prop_m77":"2023-12-25","attr_r33":{"attr_j01":"cat_a","col_t42":"nonsense","key_w43":8.18,"val_f12":"https://www.io/v1"}}
missing_bracket
{ "type": "object", "properties": { "param_m29": { "type": "string", "format": "email" }, "dim_v11": { "type": "string" }, "param_x49": { "type": "string", "format": "uri" }, "prop_m77": { "type": "string" }, "attr_r33": { "type": "object...
{"param_m29":"admin@domain.org","dim_v11":"pending","param_x49":"https://api.com/data","prop_m77":"2023-12-25","attr_r33":{"attr_j01":"cat_a","col_t42":"nonsense","key_w43":8.18,"val_f12":"https://www.io/v1"}}
Missing closing bracket
{"param_m29":"admin@domain.org","dim_v11":"pending","param_x49":"https://api.com/data","prop_m77":"2023-12-25","attr_r33":{"attr_j01":"cat_a","col_t42":"nonsense","key_w43":8.18,"val_f12":"https://www.io/v1"}}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES cat_a|cat_b REQUIRED no FIELD shipper_ref TYPE integer REQUIRED yes FIELD balance TYPE number REQUIRED yes FIELD enabled TYPE number REQUIRED yes FIELD torque_output TYPE boolean REQUIRED no FIELD features TYPE string VALUES level_1|level_2|level_3|leve...
{"items":"cat_b","shipper_ref":358,"balance":306.35,"enabled":888.36,"torque_output":true,"voltage":"level_1"}
unquoted_keys
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "shipper_ref": { "type": "integer" }, "balance": { "type": "number" }, "enabled": { "type": "number" }, "torque_output": { "t...
{items:"cat_b",shipper_ref:358,balance:306.35,enabled:888.36,torque_output:true,voltage:"level_1"}
Expecting property name enclosed in double quotes
{"items":"cat_b","shipper_ref":358,"balance":306.35,"enabled":888.36,"torque_output":true,"voltage":"level_1"}
TASK repair_structured_output SPEC FIELD phenotype TYPE number REQUIRED no FIELD branch TYPE integer REQUIRED yes FIELD verified.status_code TYPE integer REQUIRED no FIELD verified.port_code TYPE string REQUIRED yes FIELD verified.options TYPE null REQUIRED yes FIELD verified.balance.velocity TYPE integer REQUIRED no ...
{"phenotype":128.16,"branch":689,"verified":{"status_code":737,"port_code":"London","options":null,"balance":{"velocity":491,"status":"active","patient_id":"delivered","subtotal":293.51,"first_name":"push"}}}
partial_structure
{ "type": "object", "properties": { "phenotype": { "type": "number" }, "branch": { "type": "integer" }, "verified": { "type": "object", "properties": { "status_code": { "type": "integer" }, "port_code": { "type": "string" ...
Based on the data, verified is {'status_code': 737, 'port_code': 'London', 'options': None, 'balance': {'velocity': 491, 'status': 'active', 'patient_id': 'delivered', 'subtotal': 293.51, 'first_name': 'push'}}. {"phenotype":128.16,"branch":689,"verified":{"status_code":737,"port_code":"London","options":null,"balance"...
Output mixes natural language with JSON
{"phenotype":128.16,"branch":689,"verified":{"status_code":737,"port_code":"London","options":null,"balance":{"velocity":491,"status":"active","patient_id":"delivered","subtotal":293.51,"first_name":"push"}}}
TASK repair_structured_output SPEC FIELD attr_i51.val_t99.param_y14 TYPE integer REQUIRED yes FIELD attr_i51.val_t99.attr_h02 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_i51.val_t99.prop_l60 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD attr_i51.field_y15 TYPE nu...
{"attr_i51":{"val_t99":{"param_y14":703,"prop_l60":"anchored"},"field_y15":null,"dim_n37":{"param_l31":715,"param_e92":"New York","field_d86":false},"param_e03":565.13},"dim_s11":851,"col_o46":"level_5","val_h63":"escalated","field_v39":{"field_g05":true,"attr_m93":"https://example.io/data","field_k33":416},"attr_i83":...
partial_structure
{ "type": "object", "properties": { "attr_i51": { "type": "object", "properties": { "val_t99": { "type": "object", "properties": { "param_y14": { "type": "integer" }, "attr_h02": { "type": "string", ...
Based on the data, field_v39 is {'field_g05': True, 'attr_m93': 'https://example.io/data', 'field_k33': 416}. {"attr_i51":{"val_t99":{"param_y14":703,"prop_l60":"anchored"},"field_y15":null,"dim_n37":{"param_l31":715,"param_e92":"New York","field_d86":false},"param_e03":565.13},"dim_s11":851,"col_o46":"level_5","val_h6...
Output mixes natural language with JSON
{"attr_i51":{"val_t99":{"param_y14":703,"prop_l60":"anchored"},"field_y15":null,"dim_n37":{"param_l31":715,"param_e92":"New York","field_d86":false},"param_e03":565.13},"dim_s11":851,"col_o46":"level_5","val_h63":"escalated","field_v39":{"field_g05":true,"attr_m93":"https://example.io/data","field_k33":416},"attr_i83":...
TASK repair_structured_output SPEC FIELD items TYPE string REQUIRED yes FIELD repository TYPE integer REQUIRED yes FIELD image_url[] TYPE boolean REQUIRED yes BROKEN_OUTPUT The instrument reported: {"items":"GRCh38","repository":849,"image_url":[false,true,true,true]}
{"items":"GRCh38","repository":849,"image_url":[false,true,true,true]}
extra_text_before
{ "type": "object", "properties": { "items": { "type": "string" }, "repository": { "type": "integer" }, "image_url": { "type": "array", "items": { "type": "boolean" } } }, "required": [ "image_url", "items", "repository" ] }
The instrument reported: {"items":"GRCh38","repository":849,"image_url":[false,true,true,true]}
Output contains non-JSON text before the object
{"items":"GRCh38","repository":849,"image_url":[false,true,true,true]}
TASK repair_structured_output SPEC FIELD key_o77 TYPE string REQUIRED no FIELD param_u68 TYPE integer REQUIRED yes FIELD param_k69 TYPE boolean REQUIRED yes FIELD key_t57 TYPE integer REQUIRED yes FIELD prop_t93.attr_v28 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_t93.param_s15.val_t13 TYPE stri...
{"key_o77":"Paris","param_u68":539,"param_k69":false,"key_t57":299,"prop_t93":{"attr_v28":"married","param_s15":{"val_t13":"Paris","prop_k65":"https://www.com/data","val_g26":true},"key_d95":"2020-11-07T15:06:00Z","val_s60":711,"attr_l59":"frameshift"},"param_g99":506}
single_quotes
{ "type": "object", "properties": { "key_o77": { "type": "string" }, "param_u68": { "type": "integer" }, "param_k69": { "type": "boolean" }, "key_t57": { "type": "integer" }, "prop_t93": { "type": "object", "properties": { "attr_v28": {...
{'key_o77':'Paris','param_u68':539,'param_k69':false,'key_t57':299,'prop_t93':{'attr_v28':'married','param_s15':{'val_t13':'Paris','prop_k65':'https://www.com/data','val_g26':true},'key_d95':'2020-11-07T15:06:00Z','val_s60':711,'attr_l59':'frameshift'},'param_g99':506}
Expecting property name enclosed in double quotes
{"key_o77":"Paris","param_u68":539,"param_k69":false,"key_t57":299,"prop_t93":{"attr_v28":"married","param_s15":{"val_t13":"Paris","prop_k65":"https://www.com/data","val_g26":true},"key_d95":"2020-11-07T15:06:00Z","val_s60":711,"attr_l59":"frameshift"},"param_g99":506}
TASK repair_structured_output SPEC FIELD company TYPE boolean REQUIRED yes FIELD collateral TYPE string REQUIRED yes FIELD status.medication TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD status.collateral TYPE string REQUIRED no FIELD status.department TYPE string VALUES berthed|anchored|underw...
{"company":false,"collateral":"inactive","status":{"medication":"closed","collateral":"completed","department":"anchored","updated_at":{"subtotal":728.49,"allele":"https://example.com","start_date":801,"commit_hash":"London","bearing":647.28}}}
truncated_object
{ "type": "object", "properties": { "company": { "type": "boolean" }, "collateral": { "type": "string" }, "status": { "type": "object", "properties": { "medication": { "type": "string", "enum": [ "open", "in_progress", ...
{"company":false,"collateral":"inactive","status":{"medication":"closed","collateral":"completed","department":"anchored","updated_at":{"subtotal":728.49,"allele":"https://example.com","start_date":801,"commit_hash":"London","bearing":647.28}}
Unexpected end of JSON input — truncated object
{"company":false,"collateral":"inactive","status":{"medication":"closed","collateral":"completed","department":"anchored","updated_at":{"subtotal":728.49,"allele":"https://example.com","start_date":801,"commit_hash":"London","bearing":647.28}}}
TASK repair_structured_output SPEC FIELD status TYPE string VALUES single|married|divorced REQUIRED yes FIELD isotope TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD loan_amount TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD date TYPE string REQUIRED no BROKEN_OUTPUT {"s...
{"status":"single","isotope":"delivered"}
trailing_comma
{ "type": "object", "properties": { "status": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "isotope": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, ...
{"status":"single","isotope":"delivered",}
Unexpected trailing comma
{"status":"single","isotope":"delivered"}
TASK repair_structured_output SPEC FIELD val_n51 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD key_h59 TYPE integer REQUIRED yes FIELD field_u60 TYPE string REQUIRED yes FIELD val_o53 TYPE integer REQUIRED no BROKEN_OUTPUT {"val_n51":"mode_c","key_h59":996,"field_u60":"Tokyo","val_o53":343
{"val_n51":"mode_c","key_h59":996,"field_u60":"Tokyo","val_o53":343}
truncated_array
{ "type": "object", "properties": { "val_n51": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "key_h59": { "type": "integer" }, "field_u60": { "type": "string" }, "val_o53": { "type": "integer" } }, "req...
{"val_n51":"mode_c","key_h59":996,"field_u60":"Tokyo","val_o53":343
Unexpected end of JSON input — truncated object
{"val_n51":"mode_c","key_h59":996,"field_u60":"Tokyo","val_o53":343}
TASK repair_structured_output SPEC FIELD turbidity TYPE number REQUIRED no FIELD subject TYPE integer REQUIRED no FIELD height[] TYPE string VALUES reliable|unstable|intermittent REQUIRED yes BROKEN_OUTPUT "turbidity":556.46,"height":["intermittent","reliable","reliable","reliable"]}
{"turbidity":556.46,"height":["intermittent","reliable","reliable","reliable"]}
missing_brace
{ "type": "object", "properties": { "turbidity": { "type": "number" }, "subject": { "type": "integer" }, "height": { "type": "array", "items": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
"turbidity":556.46,"height":["intermittent","reliable","reliable","reliable"]}
Missing closing brace
{"turbidity":556.46,"height":["intermittent","reliable","reliable","reliable"]}
TASK repair_structured_output SPEC FIELD step.updated_at TYPE number REQUIRED yes FIELD step.account_id TYPE number REQUIRED no FIELD step.phone TYPE string VALUES success|error|warning|info REQUIRED no FIELD step.city TYPE integer REQUIRED no FIELD step.rating TYPE string REQUIRED no FIELD step.notes.altitude TYPE st...
{"step":{"updated_at":781.32,"account_id":685.19,"city":626,"rating":"FWD","notes":{"altitude":"active","collateral":"chr1","width":371,"count":"inland"},"vital_sign":421,"role":{"decay_rate":247,"weight":"divorced","invoice_id":946,"total":"approved"}},"status":697.23,"lab_result":"reliable","interest_rate":62.69}
unquoted_keys
{ "type": "object", "properties": { "step": { "type": "object", "properties": { "updated_at": { "type": "number" }, "account_id": { "type": "number" }, "phone": { "type": "string", "enum": [ "success", ...
{step:{updated_at:781.32,account_id:685.19,city:626,rating:"FWD",notes:{altitude:"active",collateral:"chr1",width:371,count:"inland"},vital_sign:421,role:{decay_rate:247,weight:"divorced",invoice_id:946,total:"approved"}},status:697.23,lab_result:"reliable",interest_rate:62.69}
Expecting property name enclosed in double quotes
{"step":{"updated_at":781.32,"account_id":685.19,"city":626,"rating":"FWD","notes":{"altitude":"active","collateral":"chr1","width":371,"count":"inland"},"vital_sign":421,"role":{"decay_rate":247,"weight":"divorced","invoice_id":946,"total":"approved"}},"status":697.23,"lab_result":"reliable","interest_rate":62.69}
TASK repair_structured_output SPEC FIELD paragraph TYPE string REQUIRED yes FIELD altitude.role TYPE number REQUIRED no FIELD altitude.dosage TYPE string REQUIRED yes FIELD altitude.title TYPE string REQUIRED no FIELD altitude.build_status TYPE boolean REQUIRED yes FIELD altitude.chapter TYPE boolean REQUIRED no FIELD...
{"paragraph":"Hapag-Lloyd-Express","altitude":{"dosage":"foo","title":"Luis","build_status":true,"chapter":false,"altitude":true,"phone":{"color":247.33,"organism":true,"category":"level_2","id":[759.66,386.57,64.77,171.33],"username":["2026-03-28T13:19:00Z","2025-09-14T01:28:00Z"]}},"transaction_id":"A short descripti...
tool_call_text_mix
{ "type": "object", "properties": { "paragraph": { "type": "string" }, "altitude": { "type": "object", "properties": { "role": { "type": "number" }, "dosage": { "type": "string" }, "title": { "type": "string" ...
I need to look up the information first. <tool_call name="search"> {"paragraph":"Hapag-Lloyd-Express","altitude":{"dosage":"foo","title":"Luis","build_status":true,"chapter":false,"altitude":true,"phone":{"color":247.33,"organism":true,"category":"level_2","id":[759.66,386.57,64.77,171.33],"username":["2026-03-28T13:19...
Agent response mixes reasoning text with tool call
{"paragraph":"Hapag-Lloyd-Express","altitude":{"dosage":"foo","title":"Luis","build_status":true,"chapter":false,"altitude":true,"phone":{"color":247.33,"organism":true,"category":"level_2","id":[759.66,386.57,64.77,171.33],"username":["2026-03-28T13:19:00Z","2025-09-14T01:28:00Z"]}},"transaction_id":"A short descripti...
TASK repair_structured_output SPEC FIELD field_c02.dim_s13 TYPE string REQUIRED yes FIELD field_c02.col_s85 TYPE number REQUIRED no FIELD field_c02.attr_v94 TYPE string REQUIRED no FIELD field_c02.val_w13[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD attr_o91 TYPE number REQUIRED yes FIELD...
{"field_c02":{"dim_s13":"FWD","attr_v94":"sample","val_w13":["heterozygous","heterozygous","hemizygous"]},"attr_o91":790.42,"param_o89":"cancelled"}
extra_field
{ "type": "object", "properties": { "field_c02": { "type": "object", "properties": { "dim_s13": { "type": "string" }, "col_s85": { "type": "number" }, "attr_v94": { "type": "string" }, "val_w13": { "type"...
{"field_c02": {"dim_s13": "FWD", "attr_v94": "sample", "val_w13": ["heterozygous", "heterozygous", "hemizygous"]}, "attr_o91": 790.42, "param_o89": "cancelled", "extra_field_4545": 42}
Unknown field 'extra_field_4545' not defined in schema
{"field_c02":{"dim_s13":"FWD","attr_v94":"sample","val_w13":["heterozygous","heterozygous","hemizygous"]},"attr_o91":790.42,"param_o89":"cancelled"}
TASK repair_structured_output SPEC FIELD prop_r49 TYPE null REQUIRED no FIELD col_j56 TYPE string REQUIRED no FIELD col_a23 TYPE string_email REQUIRED no FIELD field_m59 TYPE string REQUIRED no FIELD val_b26 TYPE integer REQUIRED yes FIELD field_s32 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED...
{"prop_r49":null,"col_j56":"cancelled","field_m59":"bar","val_b26":930,"field_s32":"type_e"}
trailing_comma
{ "type": "object", "properties": { "prop_r49": { "type": "null" }, "col_j56": { "type": "string" }, "col_a23": { "type": "string", "format": "email" }, "field_m59": { "type": "string" }, "val_b26": { "type": "integer" }, "field_s32": {...
{"prop_r49":null,"col_j56":"cancelled","field_m59":"bar","val_b26":930,"field_s32":"type_e",}
Unexpected trailing comma
{"prop_r49":null,"col_j56":"cancelled","field_m59":"bar","val_b26":930,"field_s32":"type_e"}
TASK repair_structured_output SPEC FIELD col_x12 TYPE string REQUIRED yes FIELD attr_c23 TYPE string REQUIRED yes FIELD dim_y81 TYPE number REQUIRED yes BROKEN_OUTPUT "col_x12":"https://api.example.com/v1","attr_c23":"QC-07","dim_y81":876.55}
{"col_x12":"https://api.example.com/v1","attr_c23":"QC-07","dim_y81":876.55}
missing_brace
{ "type": "object", "properties": { "col_x12": { "type": "string" }, "attr_c23": { "type": "string" }, "dim_y81": { "type": "number" } }, "required": [ "col_x12", "attr_c23", "dim_y81" ] }
"col_x12":"https://api.example.com/v1","attr_c23":"QC-07","dim_y81":876.55}
Missing closing brace
{"col_x12":"https://api.example.com/v1","attr_c23":"QC-07","dim_y81":876.55}
TASK repair_structured_output SPEC FIELD coverage TYPE number REQUIRED yes FIELD title TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD decay_rate.created_at TYPE string REQUIRED no FIELD decay_rate.organism TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD decay_rate.fleet_number TYPE str...
{"coverage":998.93,"title":"red","shift_code":{"log_level":716.13,"weight":true,"subtotal":"unstable","width":"red"}}
markdown_fences
{ "type": "object", "properties": { "coverage": { "type": "number" }, "title": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "decay_rate": { "type": "object", "properties": { "create...
```json {"coverage":998.93,"title":"red","shift_code":{"log_level":716.13,"weight":true,"subtotal":"unstable","width":"red"}} ```
Output contains markdown code fences
{"coverage":998.93,"title":"red","shift_code":{"log_level":716.13,"weight":true,"subtotal":"unstable","width":"red"}}
TASK repair_structured_output SPEC FIELD commit_hash.name TYPE boolean REQUIRED no FIELD commit_hash.rating TYPE null REQUIRED yes FIELD commit_hash.step TYPE string VALUES type_a|type_b REQUIRED no FIELD version TYPE string REQUIRED yes FIELD state TYPE boolean REQUIRED no FIELD chapter TYPE string REQUIRED no FIELD ...
{"commit_hash":{"name":true,"rating":null,"step":"type_a"},"version":"Maria","tax":"Oliveira","batch_code":"operational"}
missing_required
{ "type": "object", "properties": { "commit_hash": { "type": "object", "properties": { "name": { "type": "boolean" }, "rating": { "type": "null" }, "step": { "type": "string", "enum": [ "type_a", ...
{"commit_hash": {"name": true, "rating": null, "step": "type_a"}, "version": "Maria", "tax": "Oliveira"}
Required field 'batch_code' is missing
{"commit_hash":{"name":true,"rating":null,"step":"type_a"},"version":"Maria","tax":"Oliveira","batch_code":"operational"}
TASK repair_structured_output SPEC FIELD field_o74 TYPE number REQUIRED no FIELD field_b10 TYPE string REQUIRED yes FIELD dim_w23 TYPE string REQUIRED yes FIELD dim_d63[].prop_c56 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_d63[].param_n40 TYPE string_uri REQUIRED no FIELD dim_d63[].param_i09 ...
{"field_o74":638.53,"field_b10":"GRCh38","dim_w23":"Smith","dim_d63":[{"prop_c56":"info","param_i09":"user@domain.org","val_t24":"offline","param_n86":276,"field_v14":"Oliveira"},{"prop_c56":"success","param_n40":"https://example.com/data","param_i09":"test@domain.org","val_t24":"maintenance","field_v14":"QC-07"},{"pro...
single_quotes
{ "type": "object", "properties": { "field_o74": { "type": "number" }, "field_b10": { "type": "string" }, "dim_w23": { "type": "string" }, "dim_d63": { "type": "array", "items": { "type": "object", "properties": { "prop_c56": { ...
{'field_o74':638.53,'field_b10':'GRCh38','dim_w23':'Smith','dim_d63':[{'prop_c56':'info','param_i09':'user@domain.org','val_t24':'offline','param_n86':276,'field_v14':'Oliveira'},{'prop_c56':'success','param_n40':'https://example.com/data','param_i09':'test@domain.org','val_t24':'maintenance','field_v14':'QC-07'},{'pro...
Expecting property name enclosed in double quotes
{"field_o74":638.53,"field_b10":"GRCh38","dim_w23":"Smith","dim_d63":[{"prop_c56":"info","param_i09":"user@domain.org","val_t24":"offline","param_n86":276,"field_v14":"Oliveira"},{"prop_c56":"success","param_n40":"https://example.com/data","param_i09":"test@domain.org","val_t24":"maintenance","field_v14":"QC-07"},{"pro...
TASK repair_structured_output SPEC FIELD field_q90 TYPE integer REQUIRED no FIELD dim_j72 TYPE string_uri REQUIRED yes FIELD val_u30 TYPE string REQUIRED no FIELD param_y34 TYPE boolean REQUIRED yes FIELD dim_e23 TYPE string REQUIRED yes FIELD key_u49 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD field_...
{"dim_j72":"https://api.com/api","param_y34":false,"dim_e23":"GRCh38","key_u49":"level_3","field_z26":"baz"}
partial_structure
{ "type": "object", "properties": { "field_q90": { "type": "integer" }, "dim_j72": { "type": "string", "format": "uri" }, "val_u30": { "type": "string" }, "param_y34": { "type": "boolean" }, "dim_e23": { "type": "string" }, "key_u49": {...
Based on the data, dim_e23 is GRCh38. {"dim_j72":"https://api.com/api","param_y34":false,"dim_e23":"GRCh38","key_u49":"level_3","field_z26":"baz"}
Output mixes natural language with JSON
{"dim_j72":"https://api.com/api","param_y34":false,"dim_e23":"GRCh38","key_u49":"level_3","field_z26":"baz"}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED no FIELD port_code TYPE string REQUIRED yes FIELD manifest_ref TYPE string REQUIRED no BROKEN_OUTPUT Pipeline result: ```json {"annotation":684,"port_code":"https://example.com"} ``` Feel free to ask if you have questions.
{"annotation":684,"port_code":"https://example.com"}
markdown_explanation
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "port_code": { "type": "string" }, "manifest_ref": { "type": "string" } }, "required": [ "port_code" ] }
Pipeline result: ```json {"annotation":684,"port_code":"https://example.com"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"annotation":684,"port_code":"https://example.com"}
TASK repair_structured_output SPEC FIELD reagent TYPE string_email REQUIRED no FIELD comments TYPE string REQUIRED yes FIELD frequency_hz TYPE string REQUIRED no FIELD phone TYPE string VALUES single|married|divorced REQUIRED no FIELD country TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD organ...
{"reagent":"user@test.io","comments":"example","frequency_hz":"Paris","phone":"single","country":"returned","organism":{"description":"cat_b","credit_score":"Diana"},"quality_score":185.76,"repository":"https://example.com"}
markdown_explanation
{ "type": "object", "properties": { "reagent": { "type": "string", "format": "email" }, "comments": { "type": "string" }, "frequency_hz": { "type": "string" }, "phone": { "type": "string", "enum": [ "single", "married", "divorce...
Sure, here's the result: ```json {"reagent":"user@test.io","comments":"example","frequency_hz":"Paris","phone":"single","country":"returned","organism":{"description":"cat_b","credit_score":"Diana"},"quality_score":185.76,"repository":"https://example.com"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"reagent":"user@test.io","comments":"example","frequency_hz":"Paris","phone":"single","country":"returned","organism":{"description":"cat_b","credit_score":"Diana"},"quality_score":185.76,"repository":"https://example.com"}
TASK repair_structured_output SPEC FIELD dim_h83 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_a09 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD attr_l42 TYPE boolean REQUIRED no FIELD key_a02 TYPE string REQUIRED no FIELD param_r52 TYPE string VALUES type_a|type_b|type_c|type_d REQ...
{"dim_h83":"inland","prop_a09":"cat_c","attr_l42":false,"key_a02":"2024-01-15","param_r52":"type_b","param_s00":"free"}
extra_text_before
{ "type": "object", "properties": { "dim_h83": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_a09": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "attr_l4...
Sure, here's the result: {"dim_h83":"inland","prop_a09":"cat_c","attr_l42":false,"key_a02":"2024-01-15","param_r52":"type_b","param_s00":"free"}
Output contains non-JSON text before the object
{"dim_h83":"inland","prop_a09":"cat_c","attr_l42":false,"key_a02":"2024-01-15","param_r52":"type_b","param_s00":"free"}
TASK repair_structured_output SPEC FIELD annotation TYPE string_date-time REQUIRED yes FIELD status_code TYPE string VALUES type_a|type_b REQUIRED yes FIELD notes TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: process_payment Result: {"status_code": "type_b", "note...
{"annotation":"2026-08-10T11:40:00Z","status_code":"type_b","notes":"mode_a"}
agent_chain
{ "type": "object", "properties": { "annotation": { "type": "string", "format": "date-time" }, "status_code": { "type": "string", "enum": [ "type_a", "type_b" ] }, "notes": { "type": "string", "enum": [ "mode_a", "mode_b",...
Let me check the system. Action: process_payment Result: {"status_code": "type_b", "notes": "mode_a"} I'll query our database. Action: fetch_lab_result Result:
Agent multi-step chain with truncated tool output
{"annotation":"2026-08-10T11:40:00Z","status_code":"type_b","notes":"mode_a"}
TASK repair_structured_output SPEC FIELD dim_p57.key_e21 TYPE number REQUIRED yes FIELD dim_p57.col_b48 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_p57.dim_y35[] TYPE boolean REQUIRED no FIELD dim_p57.key_c94[] TYPE string_email REQUIRED yes FIELD prop_h25 TYPE boolean REQUIRED yes FIELD col_b19 ...
{"dim_p57":{"key_e21":412.32,"dim_y35":[false,true],"key_c94":["ops@example.com","admin@domain.org","ops@domain.org"]},"prop_h25":false,"col_b19":539,"val_n29":"Johnson"}
boolean_as_string
{ "type": "object", "properties": { "dim_p57": { "type": "object", "properties": { "key_e21": { "type": "number" }, "col_b48": { "type": "string", "enum": [ "low", "medium", "high", "critical" ...
{"dim_p57": {"key_e21": 412.32, "dim_y35": [false, true], "key_c94": ["ops@example.com", "admin@domain.org", "ops@domain.org"]}, "prop_h25": "false", "col_b19": 539, "val_n29": "Johnson"}
Field 'prop_h25' must be boolean, got string
{"dim_p57":{"key_e21":412.32,"dim_y35":[false,true],"key_c94":["ops@example.com","admin@domain.org","ops@domain.org"]},"prop_h25":false,"col_b19":539,"val_n29":"Johnson"}
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES success|error|warning|info REQUIRED yes FIELD first_name TYPE number REQUIRED yes FIELD address TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT {full_name:"info",first_name:733.52,address:"draft"}
{"full_name":"info","first_name":733.52,"address":"draft"}
unquoted_keys
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "first_name": { "type": "number" }, "address": { "type": "string", "enum": [ "draft", "pub...
{full_name:"info",first_name:733.52,address:"draft"}
Expecting property name enclosed in double quotes
{"full_name":"info","first_name":733.52,"address":"draft"}
TASK repair_structured_output SPEC FIELD field_h59.prop_g02 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD field_h59.param_l28 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_h59.dim_n39 TYPE string REQUIRED no FIELD field_h59.attr_z83 TYPE string_date-time REQUIRED no FIELD fi...
{"field_h59":{"prop_g02":"intermittent","dim_n39":"user@domain.com","attr_z83":"2021-05-23T11:39:00Z","field_r55":"https://example.com","field_c01":null,"dim_g14":"low"},"val_x81":"arctic","col_x81":236,"col_r91":{"field_z98":"synonymous","col_u84":"basic","val_d63":"New York"},"col_p96":"test"}
tool_call_partial_args
{ "type": "object", "properties": { "field_h59": { "type": "object", "properties": { "prop_g02": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_l28": { "type": "strin...
Let me check the system. Action: delete_item Arguments: {"field_h59": {"prop_g02": "intermittent", "dim_n39": "user@domain.com", "attr_z83": "2021-05-23T11:39:00Z", "field_r55": "https://example.com", "field_c01": null, "dim_g14": "low"}, "val_x81": "arctic", "col_r91": {"field_z98": "synonymous", "col_u84": "basic", "...
Agent tool call missing required parameter 'col_x81'
{"field_h59":{"prop_g02":"intermittent","dim_n39":"user@domain.com","attr_z83":"2021-05-23T11:39:00Z","field_r55":"https://example.com","field_c01":null,"dim_g14":"low"},"val_x81":"arctic","col_x81":236,"col_r91":{"field_z98":"synonymous","col_u84":"basic","val_d63":"New York"},"col_p96":"test"}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string VALUES low|medium|high|critical REQUIRED no FIELD voltage TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD trace_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD annotation TYPE string VALU...
{"dissolved_oxygen":"critical","voltage":"missense","trace_id":"frameshift","length":null,"wavelength":"divorced"}
extra_text_after
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "voltage": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "fra...
{"dissolved_oxygen":"critical","voltage":"missense","trace_id":"frameshift","length":null,"wavelength":"divorced"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"dissolved_oxygen":"critical","voltage":"missense","trace_id":"frameshift","length":null,"wavelength":"divorced"}
TASK repair_structured_output SPEC FIELD rating.full_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD rating.gene_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD rating.date TYPE string VALUES admin|editor|viewer REQUIRED no FIELD lane TYPE integer REQUIRED no FIELD qualit...
{"rating":{"gene_id":"low","date":"viewer"},"quality_score":{"status":"xl","filter_flag":"world","branch":false,"annotation":775},"format":true,"branch":912.87,"values":559.0,"maturity_date":710,"wavelength":99.83}
null_required
{ "type": "object", "properties": { "rating": { "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "gene_id": { "type": "strin...
{"rating": null, "quality_score": {"status": "xl", "filter_flag": "world", "branch": false, "annotation": 775}, "format": true, "branch": 912.87, "values": 559.0, "maturity_date": 710, "wavelength": 99.83}
Required field 'rating' is null
{"rating":{"gene_id":"low","date":"viewer"},"quality_score":{"status":"xl","filter_flag":"world","branch":false,"annotation":775},"format":true,"branch":912.87,"values":559.0,"maturity_date":710,"wavelength":99.83}
TASK repair_structured_output SPEC FIELD torque_output TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD aligned_pct TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD manifest_ref TYPE number REQUIRED no FIELD compound TYPE boolean REQUIRED yes FIELD build_status TYPE string_uri REQUIRED yes...
{"torque_output":"resolved","aligned_pct":"BRL","manifest_ref":567.22,"compound":false,"build_status":"https://api.org/data","bed_number":"Sao Paulo","deploy_target":"arctic"}
thought_process
{ "type": "object", "properties": { "torque_output": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "aligned_pct": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"torque_output":"resolved","aligned_pct":"BRL","manifest_ref":567.22,"compound":false,"build_status":"https://api.org/data","bed_number":"Sao Paulo","deploy_target":"arctic"}
Output contains chain-of-thought reasoning before JSON
{"torque_output":"resolved","aligned_pct":"BRL","manifest_ref":567.22,"compound":false,"build_status":"https://api.org/data","bed_number":"Sao Paulo","deploy_target":"arctic"}
TASK repair_structured_output SPEC FIELD company TYPE string VALUES cat_a|cat_b REQUIRED no FIELD tags TYPE number REQUIRED yes FIELD pressure_kpa TYPE string REQUIRED yes BROKEN_OUTPUT {"company": "cat_b", "pressure_kpa": "active"}
{"company":"cat_b","tags":469.02,"pressure_kpa":"active"}
missing_required
{ "type": "object", "properties": { "company": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "tags": { "type": "number" }, "pressure_kpa": { "type": "string" } }, "required": [ "tags", "pressure_kpa" ] }
{"company": "cat_b", "pressure_kpa": "active"}
Required field 'tags' is missing
{"company":"cat_b","tags":469.02,"pressure_kpa":"active"}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string VALUES cat_a|cat_b REQUIRED no FIELD weight TYPE string VALUES single|married|divorced REQUIRED no FIELD options TYPE string VALUES single|married|divorced REQUIRED no FIELD priority TYPE string REQUIRED no FIELD published TYPE string REQUIRED no FIELD ti...
{"invoice_id":"cat_a","options":"divorced","published":"2024-01-15","title":744,"dissolved_oxygen":"level_3","age":"2020-12-20T13:58:00Z"}
missing_bracket
{ "type": "object", "properties": { "invoice_id": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "weight": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "options": { "type": "string", ...
{"invoice_id":"cat_a","options":"divorced","published":"2024-01-15","title":744,"dissolved_oxygen":"level_3","age":"2020-12-20T13:58:00Z"}
Missing closing bracket
{"invoice_id":"cat_a","options":"divorced","published":"2024-01-15","title":744,"dissolved_oxygen":"level_3","age":"2020-12-20T13:58:00Z"}
TASK repair_structured_output SPEC FIELD param_z49 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD param_w25 TYPE boolean REQUIRED no FIELD val_r49 TYPE string REQUIRED no FIELD field_j95 TYPE string REQUIRED yes FIELD param_i70 TYPE string REQUIRED no BROKEN_OUTPUT {"param_w25": false, "val_r49": "test", "fie...
{"param_w25":false,"val_r49":"test","field_j95":"sample","param_i70":"Hapag-Lloyd-Express"}
extra_field
{ "type": "object", "properties": { "param_z49": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "param_w25": { "type": "boolean" }, "val_r49": { "type": "string" }, "field_j95": { "type": "string" }, "param...
{"param_w25": false, "val_r49": "test", "field_j95": "sample", "param_i70": "Hapag-Lloyd-Express", "extra_data_3359": true}
Unknown field 'extra_data_3359' not defined in schema
{"param_w25":false,"val_r49":"test","field_j95":"sample","param_i70":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD account_id TYPE string VALUES admin|editor|viewer REQUIRED no FIELD cargo_type.product_id TYPE number REQUIRED yes FIELD cargo_type.compound TYPE null REQUIRED no FIELD cargo_type.tile.order_id TYPE boolean REQUIRED yes FIELD cargo_type.tile.catalyst TYPE string REQUIRED yes FI...
{"account_id":"viewer","payment_status":"medium","chapter":false,"language":"https://api.com/api","rating":{"discount":16,"trace_id":true,"vital_sign":"2024-01-15","count":"https://www.org/data","collateral":"Bob","amount":579.65},"step":807,"feedback":972.48}
tool_call_python_syntax
{ "type": "object", "properties": { "account_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "cargo_type": { "type": "object", "properties": { "product_id": { "type": "number" }, "compound": { ...
get_weather(account_id='viewer', payment_status='medium', chapter=False, language='https://api.com/api', rating={'discount': 16, 'trace_id': True, 'vital_sign': '2024-01-15', 'count': 'https://www.org/data', 'collateral': 'Bob', 'amount': 579.65}, step=807, feedback=972.48)
Tool call uses Python syntax instead of JSON
{"account_id":"viewer","payment_status":"medium","chapter":false,"language":"https://api.com/api","rating":{"discount":16,"trace_id":true,"vital_sign":"2024-01-15","count":"https://www.org/data","collateral":"Bob","amount":579.65},"step":807,"feedback":972.48}
TASK repair_structured_output SPEC FIELD ph_level TYPE string VALUES success|error|warning|info REQUIRED yes FIELD height TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD nickname TYPE string REQUIRED no FIELD freight_class TYPE string VALUES active|inactive|pending REQUIRED no FIELD zip_code TYPE...
{"ph_level":"error","height":"closed","freight_class":"active","zip_code":"Charlie","pressure_kpa":735,"tags":"https://example.org/data","temp_celsius":"admin"}
extra_text_after
{ "type": "object", "properties": { "ph_level": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "height": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
{"ph_level":"error","height":"closed","freight_class":"active","zip_code":"Charlie","pressure_kpa":735,"tags":"https://example.org/data","temp_celsius":"admin"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"ph_level":"error","height":"closed","freight_class":"active","zip_code":"Charlie","pressure_kpa":735,"tags":"https://example.org/data","temp_celsius":"admin"}
TASK repair_structured_output SPEC FIELD field_e63 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD dim_g21 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD attr_a57 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_n09 TYPE ...
{"field_e63":"offline","dim_g21":"escalated","val_n09":"https://data.io/data","val_u43":"draft","param_c17":981,"val_s02":"editor","attr_n96":"2024-06-30"}
partial_structure
{ "type": "object", "properties": { "field_e63": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_g21": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected"...
Based on the data, param_c17 is 981. {"field_e63":"offline","dim_g21":"escalated","val_n09":"https://data.io/data","val_u43":"draft","param_c17":981,"val_s02":"editor","attr_n96":"2024-06-30"}
Output mixes natural language with JSON
{"field_e63":"offline","dim_g21":"escalated","val_n09":"https://data.io/data","val_u43":"draft","param_c17":981,"val_s02":"editor","attr_n96":"2024-06-30"}
TASK repair_structured_output SPEC FIELD step TYPE number REQUIRED yes FIELD deploy_target TYPE integer REQUIRED no FIELD amplitude TYPE null REQUIRED yes FIELD commit_hash TYPE integer REQUIRED no FIELD name TYPE integer REQUIRED yes BROKEN_OUTPUT {"step":792.41,"deploy_target":504,"amplitude":null,"commit_hash":173...
{"step":792.41,"deploy_target":504,"amplitude":null,"commit_hash":173,"name":269}
missing_bracket
{ "type": "object", "properties": { "step": { "type": "number" }, "deploy_target": { "type": "integer" }, "amplitude": { "type": "null" }, "commit_hash": { "type": "integer" }, "name": { "type": "integer" } }, "required": [ "step", "a...
{"step":792.41,"deploy_target":504,"amplitude":null,"commit_hash":173,"name":269}
Missing closing bracket
{"step":792.41,"deploy_target":504,"amplitude":null,"commit_hash":173,"name":269}
TASK repair_structured_output SPEC FIELD val_s84 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_g83 TYPE integer REQUIRED yes FIELD key_f47 TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: assign_berth Result: {"val_g83": 453} I'll query our database. Action: ...
{"val_s84":"archived","val_g83":453}
agent_chain
{ "type": "object", "properties": { "val_s84": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "val_g83": { "type": "integer" }, "key_f47": { "type": "string" } }, "required": [ "val_g83" ] }
I need to look up the information first. Action: assign_berth Result: {"val_g83": 453} I'll query our database. Action: validate_sample Result:
Agent multi-step chain with truncated tool output
{"val_s84":"archived","val_g83":453}