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 span_id TYPE string_email REQUIRED yes FIELD frequency_hz TYPE string REQUIRED yes FIELD quality_score[] TYPE number REQUIRED no FIELD thumbnail[] TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes BROKEN_OUTPUT calculate_docking_fee(span_id='ops@domai...
{"span_id":"ops@domain.org","frequency_hz":"Sao Paulo","quality_score":[243.79,366.78,251.97],"thumbnail":["escalated"]}
tool_call_python_syntax
{ "type": "object", "properties": { "span_id": { "type": "string", "format": "email" }, "frequency_hz": { "type": "string" }, "quality_score": { "type": "array", "items": { "type": "number" } }, "thumbnail": { "type": "array", "item...
calculate_docking_fee(span_id='ops@domain.org', frequency_hz='Sao Paulo', quality_score=[243.79, 366.78, 251.97], thumbnail=['escalated'])
Tool call uses Python syntax instead of JSON
{"span_id":"ops@domain.org","frequency_hz":"Sao Paulo","quality_score":[243.79,366.78,251.97],"thumbnail":["escalated"]}
TASK repair_structured_output SPEC FIELD prop_i77 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_n85 TYPE integer REQUIRED no FIELD col_n11 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_q79.attr_s15 TYPE boolean REQUIRED yes FIELD col_q79.col_x94.dim_y95 TYPE string VALUES success|error|...
{"prop_i77":"admin","attr_n85":61,"col_q79":{"attr_s15":true,"col_x94":{"dim_y95":"info","val_j83":"Bob","param_y81":978,"key_k49":null,"attr_v47":false,"key_p11":892,"key_b96":98.85}},"attr_a95":{"val_d79":"QC-07","dim_t97":823.1,"param_g82":"Diana","attr_x58":999}}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_i77": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_n85": { "type": "integer" }, "col_n11": { "type": "string", "enum": [ "USD", "EUR", "GBP", ...
Tool: annotate_mutation Params: {"prop_i77": "admin", "attr_n85": 61, "col_q79": {"attr_s15": true, "col_x94": {"dim_y95": "info", "val_j83": "Bob", "param_y81": 978, "key_k49": null, "attr_v47": false, "key_p11": 892, "key_b96": 98.85}}, "attr_a95_name": {"val_d79": "QC-07", "dim_t97": 823.1, "param_g82": "Diana", "at...
Agent used wrong parameter name 'attr_a95_name' instead of 'attr_a95'
{"prop_i77":"admin","attr_n85":61,"col_q79":{"attr_s15":true,"col_x94":{"dim_y95":"info","val_j83":"Bob","param_y81":978,"key_k49":null,"attr_v47":false,"key_p11":892,"key_b96":98.85}},"attr_a95":{"val_d79":"QC-07","dim_t97":823.1,"param_g82":"Diana","attr_x58":999}}
TASK repair_structured_output SPEC FIELD param_d40 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_w88 TYPE integer REQUIRED yes FIELD prop_a26 TYPE boolean REQUIRED yes FIELD val_q14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes BROKEN_OUTPUT <functioncall> transfer_call {para...
{"param_d40":"high","field_w88":522,"prop_a26":true,"val_q14":"closed"}
tool_call_bad_format
{ "type": "object", "properties": { "param_d40": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_w88": { "type": "integer" }, "prop_a26": { "type": "boolean" }, "val_q14": { "type": "string"...
<functioncall> transfer_call {param_d40: "high", field_w88: 522, prop_a26: true, val_q14: "closed"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_d40":"high","field_w88":522,"prop_a26":true,"val_q14":"closed"}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD diagnosis_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD due_date TYPE null REQUIRED no FIELD half_life TYPE number REQUIRED no FIELD temp_celsius TYPE string REQUIRED yes FI...
{"dissolved_oxygen":"cat_b","diagnosis_code":"oceanic","due_date":null,"temp_celsius":"Santos","shipping":"Sao Paulo","tags":"option_a"}
agent_chain
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "diagnosis_code": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arc...
I need to look up the information first. Action: calculate_docking_fee Result: {"dissolved_oxygen": "cat_b", "diagnosis_code": "oceanic", "due_date": null, "temp_celsius": "Santos", "shipping": "Sao Paulo"} I'll query our database. Action: calculate_docking_fee Result:
Agent multi-step chain with truncated tool output
{"dissolved_oxygen":"cat_b","diagnosis_code":"oceanic","due_date":null,"temp_celsius":"Santos","shipping":"Sao Paulo","tags":"option_a"}
TASK repair_structured_output SPEC FIELD param_a80.val_n10 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD param_a80.dim_n96 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD param_a80.field_m97 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD field_q55.prop_x24 TYPE string REQUIRED no FIELD f...
{"param_a80":{"val_n10":"green","dim_n96":"admin","field_m97":"cat_a"},"field_q55":{"prop_x24":"chr1","attr_p78":"2024-01-15","param_h98":"level_2","param_p11":900,"dim_f87":"This is a test value.","param_w28":"https://example.com"},"val_d44":"ops@domain.org","prop_j96":"https://api.org/v1"}
tool_call_bad_format
{ "type": "object", "properties": { "param_a80": { "type": "object", "properties": { "val_n10": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_n96": { ...
<functioncall> query_port_status {param_a80: {val_n10: "green", dim_n96: "admin", field_m97: "cat_a"}, field_q55: {prop_x24: "chr1", attr_p78: "2024-01-15", param_h98: "level_2", param_p11: 900, dim_f87: "This is a test value.", param_w28: "https://example.com"}, val_d44: "ops@domain.org", prop_j96: "https://api.org/v1...
Tool call has malformed arguments — unquoted keys in function parameters
{"param_a80":{"val_n10":"green","dim_n96":"admin","field_m97":"cat_a"},"field_q55":{"prop_x24":"chr1","attr_p78":"2024-01-15","param_h98":"level_2","param_p11":900,"dim_f87":"This is a test value.","param_w28":"https://example.com"},"val_d44":"ops@domain.org","prop_j96":"https://api.org/v1"}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES success|error|warning|info REQUIRED yes FIELD ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD insurance_id.half_life TYPE integer REQUIRED no FIELD insurance_id.dosage TYPE number REQUIRED yes FIELD insurance_id.sh...
{"temp_celsius":"info","ph_level":"berthed","insurance_id":{"half_life":631,"dosage":853.89,"shift_code":"2025-10-05T08:59:00Z","barcode":{"tax":"reliable","velocity":"2024-06-30","color":"Charlie","pressure_kpa":true}},"voltage":{"bearing":"oceanic","current_draw":"moored","product_id":"https://www.org/data","consigne...
agent_chain
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "ph_level": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored"...
Let me check the system. Action: create_ticket Result: {"temp_celsius": "info", "ph_level": "berthed", "voltage": {"bearing": "oceanic", "current_draw": "moored", "product_id": "https://www.org/data", "consignee": "New York"}} Processing the request now. Action: send_email Result:
Agent multi-step chain with truncated tool output
{"temp_celsius":"info","ph_level":"berthed","insurance_id":{"half_life":631,"dosage":853.89,"shift_code":"2025-10-05T08:59:00Z","barcode":{"tax":"reliable","velocity":"2024-06-30","color":"Charlie","pressure_kpa":true}},"voltage":{"bearing":"oceanic","current_draw":"moored","product_id":"https://www.org/data","consigne...
TASK repair_structured_output SPEC FIELD val_b24 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD attr_a58 TYPE string VALUES single|married|divorced REQUIRED yes FIELD col_a45 TYPE integer REQUIRED no FIELD attr_c92 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD param_f89[] ...
{"val_b24":"synonymous","attr_a58":"divorced","col_a45":289,"attr_c92":"high","param_f89":["enterprise"],"col_v17":[800,524,985]}
missing_required
{ "type": "object", "properties": { "val_b24": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "attr_a58": { "type": "string", "enum": [ "single", "married", "divorced" ] ...
{"val_b24": "synonymous", "attr_a58": "divorced", "col_a45": 289, "attr_c92": "high", "param_f89": ["enterprise"]}
Required field 'col_v17' is missing
{"val_b24":"synonymous","attr_a58":"divorced","col_a45":289,"attr_c92":"high","param_f89":["enterprise"],"col_v17":[800,524,985]}
TASK repair_structured_output SPEC FIELD website TYPE integer REQUIRED no FIELD step TYPE string VALUES single|married|divorced REQUIRED yes FIELD address.conductivity TYPE integer REQUIRED no FIELD address.loan_amount TYPE string REQUIRED no FIELD address.position TYPE string REQUIRED no FIELD address.procedure_code ...
{"step":"married","address":{"conductivity":227,"loan_amount":"Sao Paulo","start_date":961,"account_id":"Diana","lab_result":"2026-12-21T17:22:00Z"},"repository":437,"weight":"Smith","rating":"qux"}
markdown_explanation
{ "type": "object", "properties": { "website": { "type": "integer" }, "step": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "address": { "type": "object", "properties": { "conductivity": { "type": ...
The output is as follows: ```json {"step":"married","address":{"conductivity":227,"loan_amount":"Sao Paulo","start_date":961,"account_id":"Diana","lab_result":"2026-12-21T17:22:00Z"},"repository":437,"weight":"Smith","rating":"qux"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"step":"married","address":{"conductivity":227,"loan_amount":"Sao Paulo","start_date":961,"account_id":"Diana","lab_result":"2026-12-21T17:22:00Z"},"repository":437,"weight":"Smith","rating":"qux"}
TASK repair_structured_output SPEC FIELD values TYPE boolean REQUIRED yes FIELD features TYPE integer REQUIRED no FIELD amplitude.verified TYPE string_date-time REQUIRED yes FIELD amplitude.filter_flag TYPE string_email REQUIRED no FIELD amplitude.url.umi TYPE integer REQUIRED no FIELD amplitude.url.weight TYPE string...
{"values":false,"features":353,"amplitude":{"verified":"2024-03-13T15:21:00Z","filter_flag":"ops@test.io","build_status":485,"vessel_name":{"phenotype":"mode_a","price":"cat_b","order_id":236.87,"score":false},"last_name":"2023-02-28T22:23:00Z","email":{"sensor_id":"ops@domain.org","consignee":"cat_c","throttle_pos":nu...
invalid_enum
{ "type": "object", "properties": { "values": { "type": "boolean" }, "features": { "type": "integer" }, "amplitude": { "type": "object", "properties": { "verified": { "type": "string", "format": "date-time" }, "filter_flag": { ...
{"values": false, "features": 353, "amplitude": {"verified": "2024-03-13T15:21:00Z", "filter_flag": "ops@test.io", "build_status": 485, "vessel_name": {"phenotype": "mode_a", "price": "cat_b", "order_id": 236.87, "score": false}, "last_name": "2023-02-28T22:23:00Z", "email": {"sensor_id": "ops@domain.org", "consignee":...
Field 'balance' has invalid enum value 'invalid_option_784', expected one of ['cat_a', 'cat_b']
{"values":false,"features":353,"amplitude":{"verified":"2024-03-13T15:21:00Z","filter_flag":"ops@test.io","build_status":485,"vessel_name":{"phenotype":"mode_a","price":"cat_b","order_id":236.87,"score":false},"last_name":"2023-02-28T22:23:00Z","email":{"sensor_id":"ops@domain.org","consignee":"cat_c","throttle_pos":nu...
TASK repair_structured_output SPEC FIELD email TYPE string REQUIRED yes FIELD tags TYPE boolean REQUIRED no FIELD ph_level.phone TYPE integer REQUIRED no FIELD ph_level.longitude TYPE number REQUIRED no FIELD ph_level.level TYPE string REQUIRED yes FIELD ph_level.lab_result TYPE boolean REQUIRED no FIELD ph_level.chro...
{"email":"qux","barcode":{"log_level":"GRCh38","conductivity":"2023-01-04T08:41:00Z","ph_level":"2026-08-17T13:33:00Z","feedback":false}}
markdown_fences
{ "type": "object", "properties": { "email": { "type": "string" }, "tags": { "type": "boolean" }, "ph_level": { "type": "object", "properties": { "phone": { "type": "integer" }, "longitude": { "type": "number" }, ...
```json {"email":"qux","barcode":{"log_level":"GRCh38","conductivity":"2023-01-04T08:41:00Z","ph_level":"2026-08-17T13:33:00Z","feedback":false}} ```
Output contains markdown code fences
{"email":"qux","barcode":{"log_level":"GRCh38","conductivity":"2023-01-04T08:41:00Z","ph_level":"2026-08-17T13:33:00Z","feedback":false}}
TASK repair_structured_output SPEC FIELD col_x72 TYPE string REQUIRED no FIELD val_b72 TYPE string_uri REQUIRED no FIELD attr_q64 TYPE boolean REQUIRED yes FIELD key_o56 TYPE string_uri REQUIRED no FIELD key_k60.field_c17 TYPE string_date-time REQUIRED yes FIELD key_k60.val_n48 TYPE string_date-time REQUIRED no FIELD ...
{"attr_q64":true,"key_k60":{"field_c17":"2024-12-13T01:13:00Z","val_n48":"2024-03-22T04:07:00Z","key_y27":{"key_q90":"degraded","dim_s03":null,"field_v70":"test@test.io","param_t70":818,"param_u41":"pending"}},"prop_e30":"frameshift","val_t55":"user@example.com"}
boolean_as_string
{ "type": "object", "properties": { "col_x72": { "type": "string" }, "val_b72": { "type": "string", "format": "uri" }, "attr_q64": { "type": "boolean" }, "key_o56": { "type": "string", "format": "uri" }, "key_k60": { "type": "object", ...
{"attr_q64": "false", "key_k60": {"field_c17": "2024-12-13T01:13:00Z", "val_n48": "2024-03-22T04:07:00Z", "key_y27": {"key_q90": "degraded", "dim_s03": null, "field_v70": "test@test.io", "param_t70": 818, "param_u41": "pending"}}, "prop_e30": "frameshift", "val_t55": "user@example.com"}
Field 'attr_q64' must be boolean, got string
{"attr_q64":true,"key_k60":{"field_c17":"2024-12-13T01:13:00Z","val_n48":"2024-03-22T04:07:00Z","key_y27":{"key_q90":"degraded","dim_s03":null,"field_v70":"test@test.io","param_t70":818,"param_u41":"pending"}},"prop_e30":"frameshift","val_t55":"user@example.com"}
TASK repair_structured_output SPEC FIELD field_y55 TYPE number REQUIRED no FIELD field_h55.prop_t74 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD field_h55.field_u28 TYPE string_uri REQUIRED no FIELD field_h55.val_m86 TYPE string REQUIRED yes FIELD field_h55.val_p78 TYPE number REQUIRED no FIELD field...
{"field_y55":509.84,"field_h55":{"field_u28":"https://data.org/api","val_m86":"QC-07","prop_q45":{"key_t66":true,"prop_n60":789,"field_y29":"oceanic","param_w73":"draft","key_a44":"married"},"field_u79":"https://api.example.com/v1"},"dim_k22":"https://api.example.com/v1","col_o29":151,"key_u40":{"param_k96":"demo","fie...
trailing_comma
{ "type": "object", "properties": { "field_y55": { "type": "number" }, "field_h55": { "type": "object", "properties": { "prop_t74": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ]...
{"field_y55":509.84,"field_h55":{"field_u28":"https://data.org/api","val_m86":"QC-07","prop_q45":{"key_t66":true,"prop_n60":789,"field_y29":"oceanic","param_w73":"draft","key_a44":"married",},"field_u79":"https://api.example.com/v1"},"dim_k22":"https://api.example.com/v1","col_o29":151,"key_u40":{"param_k96":"demo","fi...
Unexpected trailing comma
{"field_y55":509.84,"field_h55":{"field_u28":"https://data.org/api","val_m86":"QC-07","prop_q45":{"key_t66":true,"prop_n60":789,"field_y29":"oceanic","param_w73":"draft","key_a44":"married"},"field_u79":"https://api.example.com/v1"},"dim_k22":"https://api.example.com/v1","col_o29":151,"key_u40":{"param_k96":"demo","fie...
TASK repair_structured_output SPEC FIELD interest_rate TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD footnote TYPE boolean REQUIRED yes FIELD catalyst[] TYPE null REQUIRED no BROKEN_OUTPUT {"interest_rate":"unstable","footnote":false,"catalyst":[null,null,null]
{"interest_rate":"unstable","footnote":false,"catalyst":[null,null,null]}
truncated_object
{ "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "footnote": { "type": "boolean" }, "catalyst": { "type": "array", "items": { "type": "null" } ...
{"interest_rate":"unstable","footnote":false,"catalyst":[null,null,null]
Unexpected end of JSON input — truncated object
{"interest_rate":"unstable","footnote":false,"catalyst":[null,null,null]}
TASK repair_structured_output SPEC FIELD field_z96 TYPE string VALUES active|inactive|pending REQUIRED no FIELD param_w00 TYPE string REQUIRED yes FIELD field_o35 TYPE integer REQUIRED yes FIELD col_c25 TYPE string_email REQUIRED yes FIELD attr_t75 TYPE string REQUIRED no FIELD col_s06 TYPE null REQUIRED no FIELD para...
{"field_z96":"active","param_w00":"world","field_o35":31,"col_c25":"ops@test.io","attr_t75":"test@example.com","param_u66":"GRCh38"}
truncated_array
{ "type": "object", "properties": { "field_z96": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "param_w00": { "type": "string" }, "field_o35": { "type": "integer" }, "col_c25": { "type": "string", "for...
{"field_z96":"active","param_w00":"world","field_o35":31,"col_c25":"ops@test.io","attr_t75":"test@example.com","param_u66":"GRCh38"
Unexpected end of JSON input — truncated object
{"field_z96":"active","param_w00":"world","field_o35":31,"col_c25":"ops@test.io","attr_t75":"test@example.com","param_u66":"GRCh38"}
TASK repair_structured_output SPEC FIELD field_b04 TYPE boolean REQUIRED yes FIELD col_v93 TYPE null REQUIRED yes FIELD val_n39 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_b04": true, "col_v93": null, "val_n39": "Johnson"}
{"field_b04":true,"col_v93":null,"val_n39":"Johnson"}
null_required
{ "type": "object", "properties": { "field_b04": { "type": "boolean" }, "col_v93": { "type": "null" }, "val_n39": { "type": "string" } }, "required": [ "field_b04", "col_v93", "val_n39" ] }
{"field_b04": true, "col_v93": null, "val_n39": "Johnson"}
Required field 'col_v93' is null
{"field_b04":true,"col_v93":null,"val_n39":"Johnson"}
TASK repair_structured_output SPEC FIELD col_g17 TYPE string REQUIRED yes FIELD val_a79.field_d70 TYPE number REQUIRED yes FIELD val_a79.param_i43 TYPE string REQUIRED yes FIELD val_a79.field_v43 TYPE string REQUIRED yes FIELD val_a79.param_p07.val_s02 TYPE integer REQUIRED yes FIELD val_a79.param_p07.prop_q77 TYPE st...
{"col_g17":"bar","val_a79":{"field_d70":791.69,"param_i43":"Bob","field_v43":"2023-12-25","param_p07":{"val_s02":498,"prop_q77":"intermittent","field_w48":"sample","prop_g99":"2021-09-16T15:21:00Z"},"field_e56":988.71},"attr_s17":635.91,"field_h50":"Luis","val_t69":"published","col_q69":472}
extra_field
{ "type": "object", "properties": { "col_g17": { "type": "string" }, "val_a79": { "type": "object", "properties": { "field_d70": { "type": "number" }, "param_i43": { "type": "string" }, "field_v43": { "type": "string...
{"col_g17": "bar", "val_a79": {"field_d70": 791.69, "param_i43": "Bob", "field_v43": "2023-12-25", "param_p07": {"val_s02": 498, "prop_q77": "intermittent", "field_w48": "sample", "prop_g99": "2021-09-16T15:21:00Z"}, "field_e56": 988.71}, "attr_s17": 635.91, "field_h50": "Luis", "val_t69": "published", "col_q69": 472, ...
Unknown field 'extra_value_8572' not defined in schema
{"col_g17":"bar","val_a79":{"field_d70":791.69,"param_i43":"Bob","field_v43":"2023-12-25","param_p07":{"val_s02":498,"prop_q77":"intermittent","field_w48":"sample","prop_g99":"2021-09-16T15:21:00Z"},"field_e56":988.71},"attr_s17":635.91,"field_h50":"Luis","val_t69":"published","col_q69":472}
TASK repair_structured_output SPEC FIELD col_j75 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_z77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_o27 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD col_z15 TYPE number REQUIRED yes BROKEN_OUTP...
{"col_j75":"published","attr_z77":"hemizygous","param_o27":"closed","col_z15":364.15}
single_quotes
{ "type": "object", "properties": { "col_j75": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "attr_z77": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_...
{'col_j75':'published','attr_z77':'hemizygous','param_o27':'closed','col_z15':364.15}
Expecting property name enclosed in double quotes
{"col_j75":"published","attr_z77":"hemizygous","param_o27":"closed","col_z15":364.15}
TASK repair_structured_output SPEC FIELD prop_n28 TYPE integer REQUIRED no FIELD param_n88 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD prop_l76.field_t13 TYPE number REQUIRED no FIELD prop_l76.key_v43 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD prop_l76.key_u49 TYPE string REQUIRED no FIELD p...
{"prop_n28":754,"prop_l76":{"key_v43":"mode_b","key_u49":"2024-06-30","attr_y02":{"val_s88":"cat_d","attr_i55":284},"val_x87":{"val_b24":"test@example.com","key_c39":true,"attr_y90":377}},"param_j58":{"param_r84":"2024-01-15","attr_d91":null,"attr_h15":"2020-09-15T01:31:00Z","attr_d80":"user@domain.com"}}
partial_structure
{ "type": "object", "properties": { "prop_n28": { "type": "integer" }, "param_n88": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "prop_l76": { "type": "object", "properties": { "field_t13": { "type": "n...
I found that prop_l76 should be {'key_v43': 'mode_b', 'key_u49': '2024-06-30', 'attr_y02': {'val_s88': 'cat_d', 'attr_i55': 284}, 'val_x87': {'val_b24': 'test@example.com', 'key_c39': True, 'attr_y90': 377}}. {"prop_n28":754,"prop_l76":{"key_v43":"mode_b","key_u49":"2024-06-30","attr_y02":{"val_s88":"cat_d","attr_i55":...
Output mixes natural language with JSON
{"prop_n28":754,"prop_l76":{"key_v43":"mode_b","key_u49":"2024-06-30","attr_y02":{"val_s88":"cat_d","attr_i55":284},"val_x87":{"val_b24":"test@example.com","key_c39":true,"attr_y90":377}},"param_j58":{"param_r84":"2024-01-15","attr_d91":null,"attr_h15":"2020-09-15T01:31:00Z","attr_d80":"user@domain.com"}}
TASK repair_structured_output SPEC FIELD isotope TYPE number REQUIRED no FIELD format TYPE string_email REQUIRED no FIELD country TYPE null REQUIRED yes FIELD diagnosis_code TYPE string REQUIRED no FIELD quality_score.reagent TYPE integer REQUIRED yes FIELD quality_score.duration_ms TYPE string_uri REQUIRED yes FIELD ...
{"isotope":454.77,"format":"user@example.com","country":null,"quality_score":{"reagent":428,"duration_ms":"https://www.com/data","end_date":295}}
tool_call_bad_format
{ "type": "object", "properties": { "isotope": { "type": "number" }, "format": { "type": "string", "format": "email" }, "country": { "type": "null" }, "diagnosis_code": { "type": "string" }, "quality_score": { "type": "object", "propertie...
<functioncall> validate_sample {isotope: 454.77, format: "user@example.com", country: null, quality_score: {reagent: 428, duration_ms: "https://www.com/data", end_date: 295}}
Tool call has malformed arguments — unquoted keys in function parameters
{"isotope":454.77,"format":"user@example.com","country":null,"quality_score":{"reagent":428,"duration_ms":"https://www.com/data","end_date":295}}
TASK repair_structured_output SPEC FIELD id TYPE string REQUIRED yes FIELD item_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD yield_pct TYPE integer REQUIRED no FIELD isotope TYPE number REQUIRED yes BROKEN_OUTPUT Let me construct this step by step. First, I'll identify the required fields, the...
{"id":"sample","item_id":"type_b","yield_pct":479,"isotope":60.85}
thought_process
{ "type": "object", "properties": { "id": { "type": "string" }, "item_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "yield_pct": { "type": "integer" }, "isotope": { "type": "number" }...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"id":"sample","item_id":"type_b","yield_pct":479,"isotope":60.85}
Output contains chain-of-thought reasoning before JSON
{"id":"sample","item_id":"type_b","yield_pct":479,"isotope":60.85}
TASK repair_structured_output SPEC FIELD repository TYPE null REQUIRED yes FIELD decay_rate TYPE integer REQUIRED no FIELD timezone TYPE string REQUIRED yes FIELD fleet_number.longitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD fleet_number.height TYPE string REQUIRED no FIELD fleet_number...
{"repository":null,"timezone":"A short description.","fleet_number":{"longitude":"anchored","tax":"https://www.org/data"}}
extra_text_before
{ "type": "object", "properties": { "repository": { "type": "null" }, "decay_rate": { "type": "integer" }, "timezone": { "type": "string" }, "fleet_number": { "type": "object", "properties": { "longitude": { "type": "string", "enu...
Here is the response in the requested format: {"repository":null,"timezone":"A short description.","fleet_number":{"longitude":"anchored","tax":"https://www.org/data"}}
Output contains non-JSON text before the object
{"repository":null,"timezone":"A short description.","fleet_number":{"longitude":"anchored","tax":"https://www.org/data"}}
TASK repair_structured_output SPEC FIELD col_z32 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD field_u96 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_j45 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD col_u95 TYPE string_uri REQUIRED yes FIELD prop_f70 T...
{"col_z32":"large","col_u95":"https://www.io/data"}
extra_field
{ "type": "object", "properties": { "col_z32": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "field_u96": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "v...
{"col_z32": "large", "col_u95": "https://www.io/data", "extra_info_1890": true}
Unknown field 'extra_info_1890' not defined in schema
{"col_z32":"large","col_u95":"https://www.io/data"}
TASK repair_structured_output SPEC FIELD footnote TYPE string REQUIRED yes FIELD full_name.frequency_hz TYPE integer REQUIRED yes FIELD full_name.product_id TYPE string REQUIRED no FIELD full_name.category.consignee TYPE string REQUIRED yes FIELD full_name.category.pressure_kpa TYPE string VALUES level_1|level_2 REQUI...
{"footnote":"REV","full_name":{"frequency_hz":230,"product_id":"2024-06-30","category":{"consignee":"Charlie","pressure_kpa":"level_1","role":441,"footnote":"confirmed"},"type":52,"age":833.66},"weight":"level_1","level":"chr1","type":419.61,"berth_slot":"completed","visible":"Johnson"}
missing_bracket
{ "type": "object", "properties": { "footnote": { "type": "string" }, "full_name": { "type": "object", "properties": { "frequency_hz": { "type": "integer" }, "product_id": { "type": "string" }, "category": { "type": ...
{"footnote":"REV","full_name":{"frequency_hz":230,"product_id":"2024-06-30","category":{"consignee":"Charlie","pressure_kpa":"level_1","role":441,"footnote":"confirmed"},"type":52,"age":833.66},"weight":"level_1","level":"chr1","type":419.61,"berth_slot":"completed","visible":"Johnson"}
Missing closing bracket
{"footnote":"REV","full_name":{"frequency_hz":230,"product_id":"2024-06-30","category":{"consignee":"Charlie","pressure_kpa":"level_1","role":441,"footnote":"confirmed"},"type":52,"age":833.66},"weight":"level_1","level":"chr1","type":419.61,"berth_slot":"completed","visible":"Johnson"}
TASK repair_structured_output SPEC FIELD first_name TYPE string REQUIRED yes FIELD quantity.maturity_date TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD quantity.created_at TYPE string VALUES low|medium|high|critical REQUIRED no FIELD quantity.ward.bearing TYPE string VALUES homo...
{"first_name":"A short description.","quantity":{"maturity_date":"level_6","created_at":"high","ward":{"bearing":"homozygous","address":"2026-11-02T09:16:00Z","phenotype":428.88},"url":true,"reagent":"https://api.com/api","username":117,"total":"https://api.example.com/v1"},"humidity_pct":"qux","voltage":"2022-05-07T05...
missing_brace
{ "type": "object", "properties": { "first_name": { "type": "string" }, "quantity": { "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4",...
{"first_name":"A short description.","quantity":{"maturity_date":"level_6","created_at":"high","ward":{"bearing":"homozygous","address":"2026-11-02T09:16:00Z","phenotype":428.88},"url":true,"reagent":"https://api.com/api","username":117,"total":"https://api.example.com/v1","humidity_pct":"qux","voltage":"2022-05-07T05:...
Missing closing brace
{"first_name":"A short description.","quantity":{"maturity_date":"level_6","created_at":"high","ward":{"bearing":"homozygous","address":"2026-11-02T09:16:00Z","phenotype":428.88},"url":true,"reagent":"https://api.com/api","username":117,"total":"https://api.example.com/v1"},"humidity_pct":"qux","voltage":"2022-05-07T05...
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string REQUIRED no FIELD altitude.company TYPE string VALUES single|married|divorced REQUIRED no FIELD altitude.step TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD altitude.temp_celsius TYPE integer REQUIRED no FIELD altitude...
{"dissolved_oxygen":"Johnson","altitude":{"step":"nonsense","temp_celsius":933,"decay_rate":255,"name":304,"level":null},"role":"returned","status_code":{"payment_status":541.52,"brake_pressure":382,"yield_pct":"married","voltage":"Alice","comments":"draft"},"lane":"https://data.com/api"}
missing_bracket
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string" }, "altitude": { "type": "object", "properties": { "company": { "type": "string", "enum": [ "single", "married", "divorced" ] }, ...
{"dissolved_oxygen":"Johnson","altitude":{"step":"nonsense","temp_celsius":933,"decay_rate":255,"name":304,"level":null},"role":"returned","status_code":{"payment_status":541.52,"brake_pressure":382,"yield_pct":"married","voltage":"Alice","comments":"draft"},"lane":"https://data.com/api"}
Missing closing bracket
{"dissolved_oxygen":"Johnson","altitude":{"step":"nonsense","temp_celsius":933,"decay_rate":255,"name":304,"level":null},"role":"returned","status_code":{"payment_status":541.52,"brake_pressure":382,"yield_pct":"married","voltage":"Alice","comments":"draft"},"lane":"https://data.com/api"}
TASK repair_structured_output SPEC FIELD current_draw TYPE number REQUIRED yes FIELD cargo_type TYPE string REQUIRED yes FIELD address.salinity.phone TYPE integer REQUIRED no FIELD address.salinity.date TYPE string REQUIRED yes FIELD address.salinity.quantity TYPE null REQUIRED no FIELD address.salinity.shipper_ref TY...
{"current_draw":419.66,"cargo_type":"user@domain.com","address":{"salinity":{"phone":572,"date":"A short description.","quantity":null,"order_id":"critical","end_date":"https://www.org/api","amount":"draft"},"ph_level":"inactive","hazmat_code":"Silva","city":{"total":"open","website":null,"type":true,"status":null,"tra...
tool_call_wrong_param
{ "type": "object", "properties": { "current_draw": { "type": "number" }, "cargo_type": { "type": "string" }, "address": { "type": "object", "properties": { "salinity": { "type": "object", "properties": { "phone": { "t...
Tool: calculate_docking_fee Params: {"current_draw": 419.66, "cargo_type": "user@domain.com", "address": {"salinity": {"phone": 572, "date": "A short description.", "quantity": null, "order_id": "critical", "end_date": "https://www.org/api", "amount": "draft"}, "ph_level": "inactive", "hazmat_code": "Silva", "city": {"...
Agent used wrong parameter name 'bill_of_lading_new' instead of 'bill_of_lading'
{"current_draw":419.66,"cargo_type":"user@domain.com","address":{"salinity":{"phone":572,"date":"A short description.","quantity":null,"order_id":"critical","end_date":"https://www.org/api","amount":"draft"},"ph_level":"inactive","hazmat_code":"Silva","city":{"total":"open","website":null,"type":true,"status":null,"tra...
TASK repair_structured_output SPEC FIELD val_x21 TYPE null REQUIRED no FIELD param_z28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_c51[].field_d40 TYPE integer REQUIRED yes FIELD dim_c51[].val_r53 TYPE string_date-time REQUIRED no FIELD dim_c51[].col_w48 TYPE number REQUIRED yes FIELD dim_c51[].field...
{"val_x21":null,"param_z28":"USD","dim_c51":[{"field_d40":867,"val_r53":"2020-12-21T11:31:00Z","col_w48":145.61,"field_w26":207,"field_t87":"https://www.com/v1","param_y32":"ops@test.io"},{"field_d40":591,"val_r53":"2023-01-20T11:50:00Z","col_w48":622.81,"field_w26":151,"field_t87":"https://data.io/data"}]}
partial_structure
{ "type": "object", "properties": { "val_x21": { "type": "null" }, "param_z28": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "dim_c51": { "type": "array", "items": { "type": "object", ...
I found that val_x21 should be None. {"val_x21":null,"param_z28":"USD","dim_c51":[{"field_d40":867,"val_r53":"2020-12-21T11:31:00Z","col_w48":145.61,"field_w26":207,"field_t87":"https://www.com/v1","param_y32":"ops@test.io"},{"field_d40":591,"val_r53":"2023-01-20T11:50:00Z","col_w48":622.81,"field_w26":151,"field_t87":...
Output mixes natural language with JSON
{"val_x21":null,"param_z28":"USD","dim_c51":[{"field_d40":867,"val_r53":"2020-12-21T11:31:00Z","col_w48":145.61,"field_w26":207,"field_t87":"https://www.com/v1","param_y32":"ops@test.io"},{"field_d40":591,"val_r53":"2023-01-20T11:50:00Z","col_w48":622.81,"field_w26":151,"field_t87":"https://data.io/data"}]}
TASK repair_structured_output SPEC FIELD username TYPE integer REQUIRED no FIELD gene_id TYPE boolean REQUIRED no FIELD weight TYPE boolean REQUIRED no FIELD half_life.start_date TYPE integer REQUIRED yes FIELD half_life.paragraph TYPE integer REQUIRED yes FIELD half_life.organism TYPE string REQUIRED yes FIELD half_l...
{"username":506,"gene_id":true,"weight":false,"half_life":{"start_date":230,"paragraph":355,"organism":"This is a test value.","order_id":179},"count":"https://data.com/v1","allele":{"product_id":"2025-11-01T13:20:00Z","level":"level_2","values":["completed","https://example.com","user@domain.com"]},"medication":"optio...
extra_text_before
{ "type": "object", "properties": { "username": { "type": "integer" }, "gene_id": { "type": "boolean" }, "weight": { "type": "boolean" }, "half_life": { "type": "object", "properties": { "start_date": { "type": "integer" }, ...
Here is the JSON you requested: {"username":506,"gene_id":true,"weight":false,"half_life":{"start_date":230,"paragraph":355,"organism":"This is a test value.","order_id":179},"count":"https://data.com/v1","allele":{"product_id":"2025-11-01T13:20:00Z","level":"level_2","values":["completed","https://example.com","user@d...
Output contains non-JSON text before the object
{"username":506,"gene_id":true,"weight":false,"half_life":{"start_date":230,"paragraph":355,"organism":"This is a test value.","order_id":179},"count":"https://data.com/v1","allele":{"product_id":"2025-11-01T13:20:00Z","level":"level_2","values":["completed","https://example.com","user@domain.com"]},"medication":"optio...
TASK repair_structured_output SPEC FIELD wavelength TYPE string REQUIRED yes FIELD priority TYPE string_email REQUIRED no FIELD values[].filter_flag TYPE integer REQUIRED no FIELD values[].address TYPE string_uri REQUIRED no FIELD values[].height TYPE array REQUIRED no FIELD values[].fleet_number TYPE array REQUIRED y...
{"wavelength":"https://api.example.com/v1","lab_result":[{"verified":893.36,"label":511.46,"ward":["PASS","Silva"]},{"verified":36.02,"label":435.25,"ward":["cancelled","test@example.com"]},{"verified":852.41,"label":824.91,"version":"Berlin","ward":["chr1"]},{"verified":534.44,"label":869.92,"version":"Paris","ward":[...
tool_call_text_mix
{ "type": "object", "properties": { "wavelength": { "type": "string" }, "priority": { "type": "string", "format": "email" }, "values": { "type": "array", "items": { "type": "object", "properties": { "filter_flag": { "type": "int...
Processing the request now. <tool_call name="queue_sequencing_run"> {"wavelength":"https://api.example.com/v1","lab_result":[{"verified":893.36,"label":511.46,"ward":["PASS","Silva"]},{"verified":36.02,"label":435.25,"ward":["cancelled","test@example.com"]},{"verified":852.41,"label":824.91,"version":"Berlin","ward":["...
Agent response mixes reasoning text with tool call
{"wavelength":"https://api.example.com/v1","lab_result":[{"verified":893.36,"label":511.46,"ward":["PASS","Silva"]},{"verified":36.02,"label":435.25,"ward":["cancelled","test@example.com"]},{"verified":852.41,"label":824.91,"version":"Berlin","ward":["chr1"]},{"verified":534.44,"label":869.92,"version":"Paris","ward":[...
TASK repair_structured_output SPEC FIELD field_t82 TYPE string_email REQUIRED no FIELD field_q42 TYPE null REQUIRED yes FIELD val_g13 TYPE string REQUIRED yes FIELD prop_s19 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_n53 TYPE integer REQUIRED yes FIELD prop_v31 TYPE string VALUES coastal...
{"field_q42":null,"val_g13":"Bob","prop_s19":"anchored","key_n53":264,"prop_v31":"coastal"}
tool_call_text_mix
{ "type": "object", "properties": { "field_t82": { "type": "string", "format": "email" }, "field_q42": { "type": "null" }, "val_g13": { "type": "string" }, "prop_s19": { "type": "string", "enum": [ "berthed", "anchored", "underw...
Let me check the system. <tool_call name="apply_discount"> {"field_q42":null,"val_g13":"Bob","prop_s19":"anchored","key_n53":264,"prop_v31":"coastal"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"field_q42":null,"val_g13":"Bob","prop_s19":"anchored","key_n53":264,"prop_v31":"coastal"}
TASK repair_structured_output SPEC FIELD nickname TYPE string_email REQUIRED no FIELD filter_flag TYPE integer REQUIRED no FIELD verified TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD bill_of_lading TYPE string_date-time REQUIRED no FIELD isotope TYPE string VALUES red|blue|green|black|white R...
{"nickname":"test@example.com","filter_flag":461,"verified":"returned","bill_of_lading":"2026-11-27T05:17:00Z","isotope":"red","collateral":155.9}
null_required
{ "type": "object", "properties": { "nickname": { "type": "string", "format": "email" }, "filter_flag": { "type": "integer" }, "verified": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "...
{"nickname": "test@example.com", "filter_flag": 461, "verified": "returned", "bill_of_lading": "2026-11-27T05:17:00Z", "isotope": null, "collateral": 155.9}
Required field 'isotope' is null
{"nickname":"test@example.com","filter_flag":461,"verified":"returned","bill_of_lading":"2026-11-27T05:17:00Z","isotope":"red","collateral":155.9}
TASK repair_structured_output SPEC FIELD key_j44 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_c19 TYPE boolean REQUIRED yes FIELD key_i59 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD key_s81 TYPE string REQUIRED yes FIELD col_t87 TYPE string REQUIRED no BROKEN_OUTPUT...
{"key_j44":"operational","param_c19":true,"key_i59":"viewer","key_s81":"John","col_t87":"QC-07"}
extra_text_before
{ "type": "object", "properties": { "key_j44": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "param_c19": { "type": "boolean" }, "key_i59": { "type": "string", "enum": [ "admin", ...
I've generated the following JSON: {"key_j44":"operational","param_c19":true,"key_i59":"viewer","key_s81":"John","col_t87":"QC-07"}
Output contains non-JSON text before the object
{"key_j44":"operational","param_c19":true,"key_i59":"viewer","key_s81":"John","col_t87":"QC-07"}
TASK repair_structured_output SPEC FIELD name TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD format TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD username TYPE string VALUES level_1|level_2 REQUIRED yes FIELD throttle_pos TYPE string VALUES single|married|divorced REQUIRED no FIELD medicatio...
{"name":"cat_c","format":"mode_d","username":"level_2","throttle_pos":"single"}
tool_call_bad_format
{ "type": "object", "properties": { "name": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "format": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "username": { ...
<functioncall> calculate_docking_fee {name: "cat_c", format: "mode_d", username: "level_2", throttle_pos: "single"}
Tool call has malformed arguments — unquoted keys in function parameters
{"name":"cat_c","format":"mode_d","username":"level_2","throttle_pos":"single"}
TASK repair_structured_output SPEC FIELD verified TYPE number REQUIRED no FIELD procedure_code TYPE string REQUIRED yes FIELD chapter TYPE integer REQUIRED no FIELD visible TYPE number REQUIRED yes FIELD annotation TYPE boolean REQUIRED yes FIELD conductivity TYPE string REQUIRED yes BROKEN_OUTPUT {"procedure_code": ...
{"procedure_code":"MV-Evergreen-01","chapter":131,"visible":324.38,"annotation":true,"conductivity":"Tokyo"}
null_required
{ "type": "object", "properties": { "verified": { "type": "number" }, "procedure_code": { "type": "string" }, "chapter": { "type": "integer" }, "visible": { "type": "number" }, "annotation": { "type": "boolean" }, "conductivity": { "typ...
{"procedure_code": "MV-Evergreen-01", "chapter": 131, "visible": 324.38, "annotation": null, "conductivity": "Tokyo"}
Required field 'annotation' is null
{"procedure_code":"MV-Evergreen-01","chapter":131,"visible":324.38,"annotation":true,"conductivity":"Tokyo"}
TASK repair_structured_output SPEC FIELD val_h55 TYPE string REQUIRED yes FIELD dim_p72 TYPE integer REQUIRED no FIELD val_z96.val_h45 TYPE integer REQUIRED no FIELD val_z96.key_p92 TYPE string_email REQUIRED no FIELD val_z96.field_e83 TYPE string REQUIRED no FIELD val_z96.attr_q18 TYPE boolean REQUIRED no FIELD val_z...
{"val_h55":"Silva","dim_p72":350,"val_z96":{"val_h45":874,"key_p92":"ops@test.io","attr_q18":true,"val_r51":"Tokyo","param_q35":"blue"},"key_z06":"new","prop_v61":"type_a"}
agent_chain
{ "type": "object", "properties": { "val_h55": { "type": "string" }, "dim_p72": { "type": "integer" }, "val_z96": { "type": "object", "properties": { "val_h45": { "type": "integer" }, "key_p92": { "type": "string", "fo...
I need to look up the information first. Action: check_availability Result: {"val_h55": "Silva", "dim_p72": 350, "key_z06": "new", "prop_v61": "type_a"} Processing the request now. Action: calibrate_instrument Result:
Agent multi-step chain with truncated tool output
{"val_h55":"Silva","dim_p72":350,"val_z96":{"val_h45":874,"key_p92":"ops@test.io","attr_q18":true,"val_r51":"Tokyo","param_q35":"blue"},"key_z06":"new","prop_v61":"type_a"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD comments TYPE number REQUIRED no FIELD thumbnail TYPE string REQUIRED yes FIELD height TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD voltage TYPE string VALUES level_...
{"fleet_number":"option_d","comments":365.49,"thumbnail":"qux","height":"anchored","diagnosis_code":{"frequency_hz":407.25,"notes":["chr1","https://example.com","2024-01-15"],"phone":[{"yield_pct":"level_4","ward":874,"crew_id":"type_b"},{"yield_pct":"level_3","ward":346,"crew_id":"type_b"}]},"port_code":"active"}
missing_bracket
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "comments": { "type": "number" }, "thumbnail": { "type": "string" }, "height": { "type...
{"fleet_number":"option_d","comments":365.49,"thumbnail":"qux","height":"anchored","diagnosis_code":{"frequency_hz":407.25,"notes":"chr1","https://example.com","2024-01-15"],"phone":[{"yield_pct":"level_4","ward":874,"crew_id":"type_b"},{"yield_pct":"level_3","ward":346,"crew_id":"type_b"}]},"port_code":"active"}
Missing closing bracket
{"fleet_number":"option_d","comments":365.49,"thumbnail":"qux","height":"anchored","diagnosis_code":{"frequency_hz":407.25,"notes":["chr1","https://example.com","2024-01-15"],"phone":[{"yield_pct":"level_4","ward":874,"crew_id":"type_b"},{"yield_pct":"level_3","ward":346,"crew_id":"type_b"}]},"port_code":"active"}
TASK repair_structured_output SPEC FIELD date TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD branch TYPE string REQUIRED no FIELD hazmat_code[].build_status TYPE null REQUIRED yes FIELD hazmat_code[].repository TYPE string REQUIRED yes FIELD hazmat_code[].product_id TYPE string REQUIRED no FIELD hazma...
{"date":"basic","hazmat_code":[{"build_status":null,"repository":"Bob","product_id":"Smith","enabled":"operational","consignee":"Tokyo","position":"escalated"},{"build_status":null,"repository":"cancelled","product_id":"foo","enabled":"offline","consignee":"This is a test value.","position":"rejected"}]}
partial_structure
{ "type": "object", "properties": { "date": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "branch": { "type": "string" }, "hazmat_code": { "type": "array", "items": { "type": "object", "...
Based on the data, hazmat_code is [{'build_status': None, 'repository': 'Bob', 'product_id': 'Smith', 'enabled': 'operational', 'consignee': 'Tokyo', 'position': 'escalated'}, {'build_status': None, 'repository': 'cancelled', 'product_id': 'foo', 'enabled': 'offline', 'consignee': 'This is a test value.', 'position': '...
Output mixes natural language with JSON
{"date":"basic","hazmat_code":[{"build_status":null,"repository":"Bob","product_id":"Smith","enabled":"operational","consignee":"Tokyo","position":"escalated"},{"build_status":null,"repository":"cancelled","product_id":"foo","enabled":"offline","consignee":"This is a test value.","position":"rejected"}]}
TASK repair_structured_output SPEC FIELD shift_code TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD message.paragraph TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD message.transaction_id TYPE number REQUIRED yes FIELD message.temp_celsius TYPE string REQUIRED yes FIELD message.st...
{"shift_code":"pro","message":{"paragraph":"underway","transaction_id":239.52,"temp_celsius":"Luis","options":"returned","rating":true,"tags":false},"freight_class":"Tokyo","quality_score":444,"procedure_code":"divorced","email":"Bob","dosage":"white"}
extra_text_before
{ "type": "object", "properties": { "shift_code": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "message": { "type": "object", "properties": { "paragraph": { "type": "string", "enum": [ ...
Pipeline result: {"shift_code":"pro","message":{"paragraph":"underway","transaction_id":239.52,"temp_celsius":"Luis","options":"returned","rating":true,"tags":false},"freight_class":"Tokyo","quality_score":444,"procedure_code":"divorced","email":"Bob","dosage":"white"}
Output contains non-JSON text before the object
{"shift_code":"pro","message":{"paragraph":"underway","transaction_id":239.52,"temp_celsius":"Luis","options":"returned","rating":true,"tags":false},"freight_class":"Tokyo","quality_score":444,"procedure_code":"divorced","email":"Bob","dosage":"white"}
TASK repair_structured_output SPEC FIELD tile TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD frequency_hz TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD website TYPE string VALUES low|medium|high|critical REQUIRED no FIELD height TYPE string REQUIRED yes FIELD city TYPE stri...
{"tile":"free","frequency_hz":"option_b","website":"low","height":"Berlin","city":"New York","lab_result":"REV"}
tool_call_python_syntax
{ "type": "object", "properties": { "tile": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "frequency_hz": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ...
filter_variants(tile='free', frequency_hz='option_b', website='low', height='Berlin', city='New York', lab_result='REV')
Tool call uses Python syntax instead of JSON
{"tile":"free","frequency_hz":"option_b","website":"low","height":"Berlin","city":"New York","lab_result":"REV"}
TASK repair_structured_output SPEC FIELD medication TYPE string REQUIRED yes FIELD country TYPE string VALUES level_1|level_2 REQUIRED yes FIELD first_name.duration_ms.procedure_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD first_name.duration_ms.active TYPE integer REQUIRED no FIELD first_name...
{"medication":"2024-01-15","country":"level_1","first_name":{"duration_ms":{"active":260,"repository":610,"patient_id":"https://example.org/v1"},"log_level":"cat_c","email":510,"format":"GRCh38","index":"Oliveira","yield_pct":580.96}}
single_quotes
{ "type": "object", "properties": { "medication": { "type": "string" }, "country": { "type": "string", "enum": [ "level_1", "level_2" ] }, "first_name": { "type": "object", "properties": { "duration_ms": { "type": "object", ...
{'medication':'2024-01-15','country':'level_1','first_name':{'duration_ms':{'active':260,'repository':610,'patient_id':'https://example.org/v1'},'log_level':'cat_c','email':510,'format':'GRCh38','index':'Oliveira','yield_pct':580.96}}
Expecting property name enclosed in double quotes
{"medication":"2024-01-15","country":"level_1","first_name":{"duration_ms":{"active":260,"repository":610,"patient_id":"https://example.org/v1"},"log_level":"cat_c","email":510,"format":"GRCh38","index":"Oliveira","yield_pct":580.96}}
TASK repair_structured_output SPEC FIELD attr_k10 TYPE string REQUIRED no FIELD field_w89 TYPE string REQUIRED yes FIELD key_m01 TYPE string REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"attr_k10":"2024-01-15","field_w89":"foo","key_m01":"t...
{"attr_k10":"2024-01-15","field_w89":"foo","key_m01":"test@example.com"}
thought_process
{ "type": "object", "properties": { "attr_k10": { "type": "string" }, "field_w89": { "type": "string" }, "key_m01": { "type": "string" } }, "required": [ "field_w89", "key_m01" ] }
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"attr_k10":"2024-01-15","field_w89":"foo","key_m01":"test@example.com"}
Output contains chain-of-thought reasoning before JSON
{"attr_k10":"2024-01-15","field_w89":"foo","key_m01":"test@example.com"}
TASK repair_structured_output SPEC FIELD param_b33 TYPE string REQUIRED yes FIELD dim_w22 TYPE string REQUIRED no FIELD field_w07 TYPE boolean REQUIRED no FIELD attr_g02 TYPE string VALUES level_1|level_2 REQUIRED no FIELD attr_a29 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD param_u98 TYPE boolean RE...
{"param_b33":"A short description.","field_w07":true,"attr_a29":"pending","param_u98":false,"param_w99":"John"}
extra_field
{ "type": "object", "properties": { "param_b33": { "type": "string" }, "dim_w22": { "type": "string" }, "field_w07": { "type": "boolean" }, "attr_g02": { "type": "string", "enum": [ "level_1", "level_2" ] }, "attr_a29": { ...
{"param_b33": "A short description.", "field_w07": true, "attr_a29": "pending", "param_u98": false, "param_w99": "John", "extra_field_5094": 42}
Unknown field 'extra_field_5094' not defined in schema
{"param_b33":"A short description.","field_w07":true,"attr_a29":"pending","param_u98":false,"param_w99":"John"}
TASK repair_structured_output SPEC FIELD dim_q54.prop_b42 TYPE string_email REQUIRED yes FIELD dim_q54.dim_q00 TYPE string VALUES option_a|option_b REQUIRED no FIELD dim_q54.val_v57 TYPE integer REQUIRED yes FIELD dim_q54.param_g09 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD attr_i11 TYPE string VALUES ...
{"dim_q54":{"prop_b42":"test@test.io","dim_q00":"option_a","val_v57":369,"param_g09":"push"},"attr_i11":"level_5","dim_e62":63,"key_q22":{"val_o59":244,"attr_i43":"option_b","param_j97":["mode_a","mode_d","mode_b","mode_a"]}}
missing_bracket
{ "type": "object", "properties": { "dim_q54": { "type": "object", "properties": { "prop_b42": { "type": "string", "format": "email" }, "dim_q00": { "type": "string", "enum": [ "option_a", "option_b" ] ...
{"dim_q54":{"prop_b42":"test@test.io","dim_q00":"option_a","val_v57":369,"param_g09":"push"},"attr_i11":"level_5","dim_e62":63,"key_q22":{"val_o59":244,"attr_i43":"option_b","param_j97":"mode_a","mode_d","mode_b","mode_a"]}}
Missing closing bracket
{"dim_q54":{"prop_b42":"test@test.io","dim_q00":"option_a","val_v57":369,"param_g09":"push"},"attr_i11":"level_5","dim_e62":63,"key_q22":{"val_o59":244,"attr_i43":"option_b","param_j97":["mode_a","mode_d","mode_b","mode_a"]}}
TASK repair_structured_output SPEC FIELD param_s13 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD dim_s30 TYPE string_date-time REQUIRED no FIELD prop_l34[] TYPE string_uri REQUIRED yes FIELD key_v83[] TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes BROKEN_OUTPUT {'param_s13':'cat_a','dim_s30':'2025-10-16T16:...
{"param_s13":"cat_a","dim_s30":"2025-10-16T16:08:00Z","prop_l34":["https://data.io/data","https://example.io/api","https://www.io/data","https://data.org/data"],"key_v83":["mode_b","mode_b","mode_c"]}
single_quotes
{ "type": "object", "properties": { "param_s13": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "dim_s30": { "type": "string", "format": "date-time" }, "prop_l34": { "type": "array", "items": { "type": "string", "form...
{'param_s13':'cat_a','dim_s30':'2025-10-16T16:08:00Z','prop_l34':['https://data.io/data','https://example.io/api','https://www.io/data','https://data.org/data'],'key_v83':['mode_b','mode_b','mode_c']}
Expecting property name enclosed in double quotes
{"param_s13":"cat_a","dim_s30":"2025-10-16T16:08:00Z","prop_l34":["https://data.io/data","https://example.io/api","https://www.io/data","https://data.org/data"],"key_v83":["mode_b","mode_b","mode_c"]}
TASK repair_structured_output SPEC FIELD shift_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD insurance_id TYPE string REQUIRED no FIELD image_url TYPE string VALUES email|phone|sms|push REQUIRED no FIELD count TYPE string REQUIRED no FIELD thumbnail TYPE string REQUIRED yes BROKEN...
{"shift_code":"synonymous","insurance_id":"quux","image_url":"phone","count":"Diana","thumbnail":"active"}
tool_call_text_mix
{ "type": "object", "properties": { "shift_code": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "insurance_id": { "type": "string" }, "image_url": { "type": "string", "enum": [ "em...
I need to look up the information first. <tool_call name="run_diagnostics"> {"shift_code":"synonymous","insurance_id":"quux","image_url":"phone","count":"Diana","thumbnail":"active"} </tool_call.
Agent response mixes reasoning text with tool call
{"shift_code":"synonymous","insurance_id":"quux","image_url":"phone","count":"Diana","thumbnail":"active"}
TASK repair_structured_output SPEC FIELD ward TYPE string REQUIRED no FIELD transaction_id TYPE boolean REQUIRED no FIELD yield_pct TYPE string REQUIRED yes BROKEN_OUTPUT {ward:"pending",transaction_id:false,yield_pct:"Diana"}
{"ward":"pending","transaction_id":false,"yield_pct":"Diana"}
unquoted_keys
{ "type": "object", "properties": { "ward": { "type": "string" }, "transaction_id": { "type": "boolean" }, "yield_pct": { "type": "string" } }, "required": [ "yield_pct" ] }
{ward:"pending",transaction_id:false,yield_pct:"Diana"}
Expecting property name enclosed in double quotes
{"ward":"pending","transaction_id":false,"yield_pct":"Diana"}
TASK repair_structured_output SPEC FIELD dim_y34 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD val_i81 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_d84 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_h35 TYPE string REQUIRED no BROKEN_OUTPUT Tool: create_ticket Para...
{"dim_y34":"active","val_i81":"GBP","dim_d84":"enterprise","dim_h35":"Smith"}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_y34": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "val_i81": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "d...
Tool: create_ticket Params: {"dim_y34": "active", "val_i81": "GBP", "dim_d84": "enterprise", "dim_h352": "Smith"}
Agent used wrong parameter name 'dim_h352' instead of 'dim_h35'
{"dim_y34":"active","val_i81":"GBP","dim_d84":"enterprise","dim_h35":"Smith"}
TASK repair_structured_output SPEC FIELD dim_m96 TYPE integer REQUIRED yes FIELD key_s08 TYPE string REQUIRED no FIELD col_m60 TYPE boolean REQUIRED no FIELD field_z00[].dim_r14 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD field_z00[].val_v24 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD field...
{"dim_m96":338,"key_s08":"Alice","col_m60":false,"field_z00":[{"dim_r14":"sms","val_v24":"type_b","param_u22":null,"key_y03":269.12,"field_z49":null,"key_g51":683},{"param_u22":null,"key_y03":520.87,"param_c83":727.11}]}
tool_call_partial_args
{ "type": "object", "properties": { "dim_m96": { "type": "integer" }, "key_s08": { "type": "string" }, "col_m60": { "type": "boolean" }, "field_z00": { "type": "array", "items": { "type": "object", "properties": { "dim_r14": { ...
Let me check the system. Action: verify_hazmat_compliance Arguments: {"key_s08": "Alice", "col_m60": false, "field_z00": [{"dim_r14": "sms", "val_v24": "type_b", "param_u22": null, "key_y03": 269.12, "field_z49": null, "key_g51": 683}, {"param_u22": null, "key_y03": 520.87, "param_c83": 727.11}]}
Agent tool call missing required parameter 'dim_m96'
{"dim_m96":338,"key_s08":"Alice","col_m60":false,"field_z00":[{"dim_r14":"sms","val_v24":"type_b","param_u22":null,"key_y03":269.12,"field_z49":null,"key_g51":683},{"param_u22":null,"key_y03":520.87,"param_c83":727.11}]}
TASK repair_structured_output SPEC FIELD state TYPE integer REQUIRED yes FIELD footnote TYPE boolean REQUIRED no FIELD notes TYPE integer REQUIRED no FIELD port_code TYPE string REQUIRED no FIELD compound[] TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT <functioncall> queue_sequencing_run {state: 5...
{"state":501,"footnote":false,"notes":302,"compound":["admin","viewer","admin"]}
tool_call_bad_format
{ "type": "object", "properties": { "state": { "type": "integer" }, "footnote": { "type": "boolean" }, "notes": { "type": "integer" }, "port_code": { "type": "string" }, "compound": { "type": "array", "items": { "type": "string", ...
<functioncall> queue_sequencing_run {state: 501, footnote: false, notes: 302, compound: ["admin", "viewer", "admin"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"state":501,"footnote":false,"notes":302,"compound":["admin","viewer","admin"]}
TASK repair_structured_output SPEC FIELD col_a37 TYPE string REQUIRED no FIELD col_w73 TYPE string_date-time REQUIRED yes FIELD attr_a82 TYPE number REQUIRED no BROKEN_OUTPUT Based on your request, here is the data: {"col_a37":"John","col_w73":"2020-06-05T02:50:00Z","attr_a82":363.21}
{"col_a37":"John","col_w73":"2020-06-05T02:50:00Z","attr_a82":363.21}
extra_text_before
{ "type": "object", "properties": { "col_a37": { "type": "string" }, "col_w73": { "type": "string", "format": "date-time" }, "attr_a82": { "type": "number" } }, "required": [ "col_w73" ] }
Based on your request, here is the data: {"col_a37":"John","col_w73":"2020-06-05T02:50:00Z","attr_a82":363.21}
Output contains non-JSON text before the object
{"col_a37":"John","col_w73":"2020-06-05T02:50:00Z","attr_a82":363.21}
TASK repair_structured_output SPEC FIELD key_j10 TYPE string REQUIRED no FIELD dim_x11 TYPE string REQUIRED yes FIELD val_o35 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_j10": "Diana", "dim_x11": "Silva"}
{"key_j10":"Diana","dim_x11":"Silva","val_o35":"user@domain.com"}
missing_required
{ "type": "object", "properties": { "key_j10": { "type": "string" }, "dim_x11": { "type": "string" }, "val_o35": { "type": "string" } }, "required": [ "dim_x11", "val_o35" ] }
{"key_j10": "Diana", "dim_x11": "Silva"}
Required field 'val_o35' is missing
{"key_j10":"Diana","dim_x11":"Silva","val_o35":"user@domain.com"}
TASK repair_structured_output SPEC FIELD attr_k27 TYPE string REQUIRED no FIELD dim_w08 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD attr_q00 TYPE string REQUIRED no FIELD val_r15.attr_o00 TYPE string REQUIRED yes FIELD val_r15.key_f94 TYPE string REQUIRED yes FIELD val_r15.val_e49 TYPE boolean REQUIRED n...
{"attr_k27":"A short description.","dim_w08":"JPY","val_r15":{"attr_o00":"Santos","key_f94":"GRCh38","val_e49":false},"prop_p67":{"param_z41":"synonymous","attr_d16":"admin","field_y36":"https://www.org/api","col_f30":"Charlie"}}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_k27": { "type": "string" }, "dim_w08": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_q00": { "type": "string" }, "val_r15": { "type": "object...
Tool: run_diagnostics Params: {"attr_k27": "A short description.", "val_r15": {"attr_o00": "Santos", "key_f94": "GRCh38", "val_e49": false}, "prop_p67": {"param_z41": "synonymous", "attr_d16": "admin", "field_y36": "https://www.org/api", "col_f30": "Charlie"}, "dim_w082": "JPY"}
Agent used wrong parameter name 'dim_w082' instead of 'dim_w08'
{"attr_k27":"A short description.","dim_w08":"JPY","val_r15":{"attr_o00":"Santos","key_f94":"GRCh38","val_e49":false},"prop_p67":{"param_z41":"synonymous","attr_d16":"admin","field_y36":"https://www.org/api","col_f30":"Charlie"}}
TASK repair_structured_output SPEC FIELD features TYPE number REQUIRED yes FIELD end_date TYPE string REQUIRED yes FIELD sensor_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD country TYPE string REQUIRED no BROKEN_OUTPUT ```json {"features":896.05,"end_date":"2024-01-15","sensor_id":"type_d","co...
{"features":896.05,"end_date":"2024-01-15","sensor_id":"type_d","country":"FWD"}
markdown_fences
{ "type": "object", "properties": { "features": { "type": "number" }, "end_date": { "type": "string" }, "sensor_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "country": { "type": "string"...
```json {"features":896.05,"end_date":"2024-01-15","sensor_id":"type_d","country":"FWD"} ```
Output contains markdown code fences
{"features":896.05,"end_date":"2024-01-15","sensor_id":"type_d","country":"FWD"}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE integer REQUIRED no FIELD terminal_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD timezone TYPE integer REQUIRED yes FIELD fleet_number TYPE string_email REQUIRED no FIELD annotation TYPE string VALUES success|error|warning|info REQU...
{"aligned_pct":211,"terminal_id":"type_e","timezone":546,"fleet_number":"test@domain.org","annotation":"info"}
missing_bracket
{ "type": "object", "properties": { "aligned_pct": { "type": "integer" }, "terminal_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "timezone": { "type": "integer" }, "fleet_num...
{"aligned_pct":211,"terminal_id":"type_e","timezone":546,"fleet_number":"test@domain.org","annotation":"info"}
Missing closing bracket
{"aligned_pct":211,"terminal_id":"type_e","timezone":546,"fleet_number":"test@domain.org","annotation":"info"}
TASK repair_structured_output SPEC FIELD key_a01 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_t20 TYPE string_uri REQUIRED yes FIELD key_r05 TYPE string REQUIRED no FIELD col_g07 TYPE string REQUIRED no FIELD prop_o80 TYPE integer REQUIRED yes FIELD attr_q59 TYPE number REQUIRED ...
{"param_t20":"https://api.org/api","col_g07":"chr1","prop_o80":283,"attr_q59":632.33}
tool_call_partial_args
{ "type": "object", "properties": { "key_a01": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "param_t20": { "type": "string", "format": "uri" }, "key_r05": { "type": "string" }, "...
Let me check the system. Action: get_inventory Arguments: {"param_t20": "https://api.org/api", "col_g07": "chr1", "prop_o80": 283}
Agent tool call missing required parameter 'attr_q59'
{"param_t20":"https://api.org/api","col_g07":"chr1","prop_o80":283,"attr_q59":632.33}
TASK repair_structured_output SPEC FIELD param_h96 TYPE string_uri REQUIRED no FIELD dim_w74 TYPE string REQUIRED yes FIELD prop_j20 TYPE null REQUIRED no FIELD field_i69 TYPE null REQUIRED yes BROKEN_OUTPUT ```json {"dim_w74":"FWD","field_i69":null} ```
{"dim_w74":"FWD","field_i69":null}
markdown_fences
{ "type": "object", "properties": { "param_h96": { "type": "string", "format": "uri" }, "dim_w74": { "type": "string" }, "prop_j20": { "type": "null" }, "field_i69": { "type": "null" } }, "required": [ "field_i69", "dim_w74" ] }
```json {"dim_w74":"FWD","field_i69":null} ```
Output contains markdown code fences
{"dim_w74":"FWD","field_i69":null}
TASK repair_structured_output SPEC FIELD param_r43.key_l40 TYPE boolean REQUIRED yes FIELD param_r43.col_j60 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_r43.field_c50 TYPE number REQUIRED yes FIELD param_r43.val_e81 TYPE integer REQUIRED no FIELD param_r43.prop_h91 TYPE string VALUES s...
{"param_r43":{"key_l40":false,"col_j60":"in_transit","field_c50":278.33,"val_e81":481,"prop_h91":"info","val_n55":true,"key_y83":"Charlie"},"attr_l90":null,"attr_t34":"info@test.io","val_i73":173.81,"dim_o22":true,"col_g92":"option_a"}
markdown_explanation
{ "type": "object", "properties": { "param_r43": { "type": "object", "properties": { "key_l40": { "type": "boolean" }, "col_j60": { "type": "string", "enum": [ "new", "in_transit", "delivered", "ret...
Here's the structured output: ```json {"param_r43":{"key_l40":false,"col_j60":"in_transit","field_c50":278.33,"val_e81":481,"prop_h91":"info","val_n55":true,"key_y83":"Charlie"},"attr_l90":null,"attr_t34":"info@test.io","val_i73":173.81,"dim_o22":true,"col_g92":"option_a"} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"param_r43":{"key_l40":false,"col_j60":"in_transit","field_c50":278.33,"val_e81":481,"prop_h91":"info","val_n55":true,"key_y83":"Charlie"},"attr_l90":null,"attr_t34":"info@test.io","val_i73":173.81,"dim_o22":true,"col_g92":"option_a"}
TASK repair_structured_output SPEC FIELD url TYPE integer REQUIRED yes FIELD collateral TYPE string REQUIRED no FIELD username TYPE string REQUIRED no FIELD height.visible TYPE null REQUIRED yes FIELD height.discount.total TYPE string REQUIRED no FIELD height.discount.build_status TYPE string VALUES type_a|type_b REQU...
{"url":567,"collateral":"Smith","username":"Maria","height":{"visible":null,"discount":{"build_status":"type_a","product_id":"mode_c","format":[382,905]},"balance":true,"last_name":"admin@test.io","type":"type_a"}}
single_quotes
{ "type": "object", "properties": { "url": { "type": "integer" }, "collateral": { "type": "string" }, "username": { "type": "string" }, "height": { "type": "object", "properties": { "visible": { "type": "null" }, "discount":...
{'url':567,'collateral':'Smith','username':'Maria','height':{'visible':null,'discount':{'build_status':'type_a','product_id':'mode_c','format':[382,905]},'balance':true,'last_name':'admin@test.io','type':'type_a'}}
Expecting property name enclosed in double quotes
{"url":567,"collateral":"Smith","username":"Maria","height":{"visible":null,"discount":{"build_status":"type_a","product_id":"mode_c","format":[382,905]},"balance":true,"last_name":"admin@test.io","type":"type_a"}}
TASK repair_structured_output SPEC FIELD attr_i33 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_k44 TYPE integer REQUIRED yes FIELD dim_w14 TYPE number REQUIRED yes FIELD field_g06 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD key_u15.prop_s25 TYPE string VALUES re...
{"val_k44":38,"dim_w14":81.24,"field_g06":"black","key_u15":{"attr_y80":"xl","dim_j71":"baz","param_z76":816,"param_f77":"https://api.org/data","attr_w79":717,"col_a83":931.12,"prop_n71":true}}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_i33": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "val_k44": { "type": "integer" }, "dim_w14": { "type": "number" }, "field_g06": { "ty...
Tool: get_inventory Params: {"dim_w14": 81.24, "field_g06": "black", "key_u15": {"attr_y80": "xl", "dim_j71": "baz", "param_z76": 816, "param_f77": "https://api.org/data", "attr_w79": 717, "col_a83": 931.12, "prop_n71": true}, "val_k442": 38}
Agent used wrong parameter name 'val_k442' instead of 'val_k44'
{"val_k44":38,"dim_w14":81.24,"field_g06":"black","key_u15":{"attr_y80":"xl","dim_j71":"baz","param_z76":816,"param_f77":"https://api.org/data","attr_w79":717,"col_a83":931.12,"prop_n71":true}}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD strand TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD updated_at TYPE string REQUIRED no FIELD catalyst TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes...
{"throttle_pos":"synonymous","strand":"type_b","updated_at":"London","catalyst":"mode_c","first_name":130.12,"rating":178}
markdown_explanation
{ "type": "object", "properties": { "throttle_pos": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "strand": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] ...
Here's the structured output: ```json {"throttle_pos":"synonymous","strand":"type_b","updated_at":"London","catalyst":"mode_c","first_name":130.12,"rating":178} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"throttle_pos":"synonymous","strand":"type_b","updated_at":"London","catalyst":"mode_c","first_name":130.12,"rating":178}
TASK repair_structured_output SPEC FIELD active TYPE string REQUIRED yes FIELD website TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD description TYPE integer REQUIRED no FIELD subtotal TYPE string REQUIRED no FIELD chapter TYPE string_email REQUIRED no FIELD city TYPE boolean REQUIRED ...
{"active":"Jane","website":"mode_f","description":494,"subtotal":"A short description.","country":"option_b"}
agent_chain
{ "type": "object", "properties": { "active": { "type": "string" }, "website": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "description": { "type": "integer" }, ...
Let me check the system. Action: read_sensor_array Result: {"active": "Jane", "description": 494, "subtotal": "A short description.", "country": "option_b"} I'll query our database. Action: call_variants Result:
Agent multi-step chain with truncated tool output
{"active":"Jane","website":"mode_f","description":494,"subtotal":"A short description.","country":"option_b"}
TASK repair_structured_output SPEC FIELD field_p74 TYPE string REQUIRED no FIELD key_v98 TYPE integer REQUIRED no FIELD param_o31 TYPE string REQUIRED no FIELD param_t90 TYPE integer REQUIRED yes FIELD dim_k27 TYPE number REQUIRED yes FIELD dim_y33 TYPE boolean REQUIRED yes BROKEN_OUTPUT query_port_status(field_p74='...
{"field_p74":"pending","key_v98":572,"param_o31":"world","param_t90":913,"dim_k27":357.48,"dim_y33":false}
tool_call_python_syntax
{ "type": "object", "properties": { "field_p74": { "type": "string" }, "key_v98": { "type": "integer" }, "param_o31": { "type": "string" }, "param_t90": { "type": "integer" }, "dim_k27": { "type": "number" }, "dim_y33": { "type": "boole...
query_port_status(field_p74='pending', key_v98=572, param_o31='world', param_t90=913, dim_k27=357.48, dim_y33=False)
Tool call uses Python syntax instead of JSON
{"field_p74":"pending","key_v98":572,"param_o31":"world","param_t90":913,"dim_k27":357.48,"dim_y33":false}
TASK repair_structured_output SPEC FIELD dim_z11 TYPE number REQUIRED no FIELD param_h93 TYPE integer REQUIRED yes FIELD attr_m79 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_j81 TYPE null REQUIRED yes FIELD dim_p57 TYPE boolean REQUIRED no BROKEN_OUTPUT Tool: call_variants Param...
{"dim_z11":240.56,"param_h93":608,"attr_m79":"degraded","prop_j81":null,"dim_p57":false}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_z11": { "type": "number" }, "param_h93": { "type": "integer" }, "attr_m79": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_j81": { "t...
Tool: call_variants Params: {"dim_z11": 240.56, "attr_m79": "degraded", "prop_j81": null, "dim_p57": false, "param_h93_name": 608}
Agent used wrong parameter name 'param_h93_name' instead of 'param_h93'
{"dim_z11":240.56,"param_h93":608,"attr_m79":"degraded","prop_j81":null,"dim_p57":false}
TASK repair_structured_output SPEC FIELD section TYPE number REQUIRED yes FIELD longitude TYPE integer REQUIRED no FIELD dosage TYPE string VALUES small|medium|large|xl REQUIRED no BROKEN_OUTPUT {"section": 26.2, "longitude": 853, "dosage": "invalid_value_601"}
{"section":26.2,"longitude":853,"dosage":"small"}
invalid_enum
{ "type": "object", "properties": { "section": { "type": "number" }, "longitude": { "type": "integer" }, "dosage": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] } }, "required": [ "section" ] }
{"section": 26.2, "longitude": 853, "dosage": "invalid_value_601"}
Field 'dosage' has invalid enum value 'invalid_value_601', expected one of ['small', 'medium', 'large', 'xl']
{"section":26.2,"longitude":853,"dosage":"small"}
TASK repair_structured_output SPEC FIELD prop_e54 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD attr_x49 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD dim_n12 TYPE null REQUIRED no FIELD attr_h50 TYPE string REQUIRED no FIELD attr_a86 TYPE number REQUIRED no F...
{"prop_e54":"mode_a","attr_x49":"moored","dim_n12":null,"attr_h50":"London","val_f53":"info@test.io","param_q65":"user@domain.org"}
tool_call_bad_format
{ "type": "object", "properties": { "prop_e54": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "attr_x49": { "type": "string", "enum": [ "berthed", "anchored", ...
<functioncall> search {prop_e54: "mode_a", attr_x49: "moored", dim_n12: null, attr_h50: "London", val_f53: "info@test.io", param_q65: "user@domain.org"}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_e54":"mode_a","attr_x49":"moored","dim_n12":null,"attr_h50":"London","val_f53":"info@test.io","param_q65":"user@domain.org"}
TASK repair_structured_output SPEC FIELD param_v10 TYPE string REQUIRED yes FIELD field_h06 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD col_z52 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD field_s82.col_o32.field_t44 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD field_...
{"param_v10":"demo","field_h06":"mode_c","field_s82":{"col_o32":{"field_t44":"cat_c","param_c77":null,"dim_u76":false,"val_y20":true},"key_z09":"bar","attr_j40":"inactive","key_x95":true}}
thought_process
{ "type": "object", "properties": { "param_v10": { "type": "string" }, "field_h06": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "col_z52": { "type": "string", "en...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"param_v10":"demo","field_h06":"mode_c","field_s82":{"col_o32":{"field_t44":"cat_c","param_c77":null,"dim_u76":false,"val_y20":true},"key_z09":"bar","attr_j40":"inactive","key_x95":true}}
Output contains chain-of-thought reasoning before JSON
{"param_v10":"demo","field_h06":"mode_c","field_s82":{"col_o32":{"field_t44":"cat_c","param_c77":null,"dim_u76":false,"val_y20":true},"key_z09":"bar","attr_j40":"inactive","key_x95":true}}
TASK repair_structured_output SPEC FIELD val_d81 TYPE string REQUIRED yes FIELD col_a89 TYPE string VALUES type_a|type_b REQUIRED yes FIELD key_n14 TYPE null REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: calculate_price Result: {"val_d81": "Hapag-Lloyd-Express", "key_n14": null} Processing the request ...
{"val_d81":"Hapag-Lloyd-Express","col_a89":"type_b","key_n14":null}
agent_chain
{ "type": "object", "properties": { "val_d81": { "type": "string" }, "col_a89": { "type": "string", "enum": [ "type_a", "type_b" ] }, "key_n14": { "type": "null" } }, "required": [ "key_n14", "col_a89", "val_d81" ] }
Let me check the system. Action: calculate_price Result: {"val_d81": "Hapag-Lloyd-Express", "key_n14": null} Processing the request now. Action: calculate_price Result:
Agent multi-step chain with truncated tool output
{"val_d81":"Hapag-Lloyd-Express","col_a89":"type_b","key_n14":null}
TASK repair_structured_output SPEC FIELD department TYPE string VALUES admin|editor|viewer REQUIRED no FIELD interest_rate TYPE string VALUES admin|editor|viewer REQUIRED no FIELD price TYPE string REQUIRED no FIELD section TYPE string REQUIRED no FIELD first_name TYPE boolean REQUIRED yes FIELD sensor_id TYPE boolean...
{"interest_rate":"editor","price":"Diana","section":"Jane","first_name":false,"sensor_id":true}
extra_text_after
{ "type": "object", "properties": { "department": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "interest_rate": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "price": { "t...
{"interest_rate":"editor","price":"Diana","section":"Jane","first_name":false,"sensor_id":true} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"interest_rate":"editor","price":"Diana","section":"Jane","first_name":false,"sensor_id":true}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE number REQUIRED yes FIELD label TYPE integer REQUIRED no FIELD company TYPE integer REQUIRED yes FIELD duration_ms TYPE integer REQUIRED no FIELD balance TYPE string REQUIRED yes FIELD url TYPE boolean REQUIRED no FIELD level TYPE number REQUIRED no FIELD pu...
{"diagnosis_code":767.88,"company":285,"duration_ms":508,"balance":"Luis","url":false,"level":635.24,"published":"world"}
extra_text_before
{ "type": "object", "properties": { "diagnosis_code": { "type": "number" }, "label": { "type": "integer" }, "company": { "type": "integer" }, "duration_ms": { "type": "integer" }, "balance": { "type": "string" }, "url": { "type": "boole...
I've generated the following JSON: {"diagnosis_code":767.88,"company":285,"duration_ms":508,"balance":"Luis","url":false,"level":635.24,"published":"world"}
Output contains non-JSON text before the object
{"diagnosis_code":767.88,"company":285,"duration_ms":508,"balance":"Luis","url":false,"level":635.24,"published":"world"}
TASK repair_structured_output SPEC FIELD shipping TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD country TYPE string_email REQUIRED no FIELD color TYPE string REQUIRED no FIELD repository TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD sensor_id[] TYPE string REQUIRED ...
{"shipping":"type_e","country":"test@domain.org","repository":"cat_f","sensor_id":["MV-Evergreen-01","pending","Maria","REV"],"run_id":["in_progress","closed","in_progress","in_progress"]}
truncated_object
{ "type": "object", "properties": { "shipping": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "country": { "type": "string", "format": "email" }, "color": { "type": "string" }, ...
{"shipping":"type_e","country":"test@domain.org","repository":"cat_f","sensor_id":["MV-Evergreen-01","pending","Maria","REV"],"run_id":["in_progress","closed","in_progress","in_progress"]
Unexpected end of JSON input — truncated object
{"shipping":"type_e","country":"test@domain.org","repository":"cat_f","sensor_id":["MV-Evergreen-01","pending","Maria","REV"],"run_id":["in_progress","closed","in_progress","in_progress"]}
TASK repair_structured_output SPEC FIELD dim_k56 TYPE string REQUIRED no FIELD key_p27 TYPE string REQUIRED yes FIELD field_j14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_e76 TYPE string REQUIRED no FIELD key_q23 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FI...
{"dim_k56":"example","key_p27":"John","field_j14":"resolved","param_e76":"Hapag-Lloyd-Express","key_q23":"nonsense","val_k62":789}
wrong_type
{ "type": "object", "properties": { "dim_k56": { "type": "string" }, "key_p27": { "type": "string" }, "field_j14": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_e76": { "type": "st...
{"dim_k56": "example", "key_p27": "John", "field_j14": "resolved", "param_e76": "Hapag-Lloyd-Express", "key_q23": "nonsense", "val_k62": "\"789\""}
Field 'val_k62' must be integer, got string
{"dim_k56":"example","key_p27":"John","field_j14":"resolved","param_e76":"Hapag-Lloyd-Express","key_q23":"nonsense","val_k62":789}
TASK repair_structured_output SPEC FIELD title TYPE string_date-time REQUIRED no FIELD berth_slot TYPE number REQUIRED no FIELD transaction_id TYPE boolean REQUIRED no FIELD strand TYPE integer REQUIRED yes FIELD patient_id.section TYPE number REQUIRED yes FIELD patient_id.visible TYPE number REQUIRED no FIELD patient...
{"title":"2026-11-18T13:55:00Z","berth_slot":235.91,"transaction_id":true,"strand":311,"collateral":"London","score":"missense","organism":"2023-12-25"}
wrong_type
{ "type": "object", "properties": { "title": { "type": "string", "format": "date-time" }, "berth_slot": { "type": "number" }, "transaction_id": { "type": "boolean" }, "strand": { "type": "integer" }, "patient_id": { "type": "object", "pro...
{"title": "2026-11-18T13:55:00Z", "berth_slot": "\"235.91\"", "transaction_id": true, "strand": 311, "collateral": "London", "score": "missense", "organism": "2023-12-25"}
Field 'berth_slot' must be number, got string
{"title":"2026-11-18T13:55:00Z","berth_slot":235.91,"transaction_id":true,"strand":311,"collateral":"London","score":"missense","organism":"2023-12-25"}
TASK repair_structured_output SPEC FIELD col_x61 TYPE string REQUIRED yes FIELD col_e21 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_o08 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"col_x61":"bar","col_e21":"medium","key_o08":"2025-07-10T15:32:00Z"}
{"col_x61":"bar","col_e21":"medium","key_o08":"2025-07-10T15:32:00Z"}
missing_bracket
{ "type": "object", "properties": { "col_x61": { "type": "string" }, "col_e21": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_o08": { "type": "string", "format": "date-time" } }, "required":...
{"col_x61":"bar","col_e21":"medium","key_o08":"2025-07-10T15:32:00Z"}
Missing closing bracket
{"col_x61":"bar","col_e21":"medium","key_o08":"2025-07-10T15:32:00Z"}
TASK repair_structured_output SPEC FIELD attr_k66.field_w00 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD attr_k66.col_q73 TYPE integer REQUIRED no FIELD attr_k66.prop_m79 TYPE string REQUIRED yes FIELD attr_k66.attr_e17.key_r96 TYPE string VALUES single|married|divorced REQUIRED no ...
{"attr_k66":{"field_w00":"pending_review","prop_m79":"Charlie","attr_e17":{"prop_l31":"xl","param_s67":"closed","attr_c20":793.09,"param_o77":"https://api.io/v1","key_z38":false},"key_d87":"https://example.com","prop_c36":"2025-12-22T17:15:00Z"},"col_q06":"medium","field_m40":"closed"}
markdown_fences
{ "type": "object", "properties": { "attr_k66": { "type": "object", "properties": { "field_w00": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_q73": ...
```json {"attr_k66":{"field_w00":"pending_review","prop_m79":"Charlie","attr_e17":{"prop_l31":"xl","param_s67":"closed","attr_c20":793.09,"param_o77":"https://api.io/v1","key_z38":false},"key_d87":"https://example.com","prop_c36":"2025-12-22T17:15:00Z"},"col_q06":"medium","field_m40":"closed"} ```
Output contains markdown code fences
{"attr_k66":{"field_w00":"pending_review","prop_m79":"Charlie","attr_e17":{"prop_l31":"xl","param_s67":"closed","attr_c20":793.09,"param_o77":"https://api.io/v1","key_z38":false},"key_d87":"https://example.com","prop_c36":"2025-12-22T17:15:00Z"},"col_q06":"medium","field_m40":"closed"}
TASK repair_structured_output SPEC FIELD rating TYPE string REQUIRED yes FIELD terminal_id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD lane TYPE integer REQUIRED yes BROKEN_OUTPUT {"rating":"https://api.example.com/v1","terminal_id":"intermittent","lane":359
{"rating":"https://api.example.com/v1","terminal_id":"intermittent","lane":359}
truncated_object
{ "type": "object", "properties": { "rating": { "type": "string" }, "terminal_id": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "lane": { "type": "integer" } }, "required": [ "rating", "terminal_id...
{"rating":"https://api.example.com/v1","terminal_id":"intermittent","lane":359
Unexpected end of JSON input — truncated object
{"rating":"https://api.example.com/v1","terminal_id":"intermittent","lane":359}
TASK repair_structured_output SPEC FIELD phenotype TYPE string REQUIRED no FIELD comments TYPE boolean REQUIRED yes FIELD date TYPE number REQUIRED yes BROKEN_OUTPUT {"comments":true,"date":321.11} Hope this helps!
{"comments":true,"date":321.11}
extra_text_after
{ "type": "object", "properties": { "phenotype": { "type": "string" }, "comments": { "type": "boolean" }, "date": { "type": "number" } }, "required": [ "date", "comments" ] }
{"comments":true,"date":321.11} Hope this helps!
Output contains non-JSON text after the object
{"comments":true,"date":321.11}
TASK repair_structured_output SPEC FIELD compound TYPE integer REQUIRED yes FIELD rating TYPE string_email REQUIRED no FIELD quantity TYPE null REQUIRED yes BROKEN_OUTPUT Sure, here's the result: {"compound":628,"quantity":null}
{"compound":628,"quantity":null}
extra_text_before
{ "type": "object", "properties": { "compound": { "type": "integer" }, "rating": { "type": "string", "format": "email" }, "quantity": { "type": "null" } }, "required": [ "compound", "quantity" ] }
Sure, here's the result: {"compound":628,"quantity":null}
Output contains non-JSON text before the object
{"compound":628,"quantity":null}
TASK repair_structured_output SPEC FIELD param_t21 TYPE number REQUIRED yes FIELD param_m76 TYPE string REQUIRED no FIELD key_e51[].param_b11 TYPE string REQUIRED yes FIELD key_e51[].col_o42 TYPE boolean REQUIRED yes FIELD key_e51[].col_w59 TYPE array REQUIRED yes FIELD key_e51[].field_p44 TYPE array REQUIRED no BROK...
{"param_t21":528.91,"param_m76":"foo","key_e51":[{"param_b11":"world","col_o42":true,"col_w59":["https://www.org/v1","https://www.org/data"],"field_p44":[577.22,399.1,74.07,14.11]},{"param_b11":"New York","col_o42":false,"col_w59":["https://example.com/data"],"field_p44":[798.69,966.5,708.37]},{"param_b11":"foo","col_o...
missing_bracket
{ "type": "object", "properties": { "param_t21": { "type": "number" }, "param_m76": { "type": "string" }, "key_e51": { "type": "array", "items": { "type": "object", "properties": { "param_b11": { "type": "string" }, ...
{"param_t21":528.91,"param_m76":"foo","key_e51":[{"param_b11":"world","col_o42":true,"col_w59":["https://www.org/v1","https://www.org/data"],"field_p44":[577.22,399.1,74.07,14.11]},{"param_b11":"New York","col_o42":false,"col_w59":["https://example.com/data"],"field_p44":[798.69,966.5,708.37},{"param_b11":"foo","col_o4...
Missing closing bracket
{"param_t21":528.91,"param_m76":"foo","key_e51":[{"param_b11":"world","col_o42":true,"col_w59":["https://www.org/v1","https://www.org/data"],"field_p44":[577.22,399.1,74.07,14.11]},{"param_b11":"New York","col_o42":false,"col_w59":["https://example.com/data"],"field_p44":[798.69,966.5,708.37]},{"param_b11":"foo","col_o...
TASK repair_structured_output SPEC FIELD role TYPE number REQUIRED yes FIELD published TYPE string_email REQUIRED no FIELD catalyst TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no BROKEN_OUTPUT {"role": 925.29, "published": "ops@test.io", "catalyst": "invalid_option_18"}
{"role":925.29,"published":"ops@test.io","catalyst":"missense"}
invalid_enum
{ "type": "object", "properties": { "role": { "type": "number" }, "published": { "type": "string", "format": "email" }, "catalyst": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] } }, ...
{"role": 925.29, "published": "ops@test.io", "catalyst": "invalid_option_18"}
Field 'catalyst' has invalid enum value 'invalid_option_18', expected one of ['synonymous', 'missense', 'nonsense', 'frameshift']
{"role":925.29,"published":"ops@test.io","catalyst":"missense"}
TASK repair_structured_output SPEC FIELD key_m65 TYPE boolean REQUIRED no FIELD param_i07 TYPE string VALUES type_a|type_b REQUIRED yes FIELD field_i51 TYPE integer REQUIRED yes FIELD param_p33 TYPE null REQUIRED no FIELD attr_e81 TYPE string REQUIRED no BROKEN_OUTPUT Based on your request, here is the data: ```json ...
{"key_m65":true,"param_i07":"type_a","field_i51":93,"param_p33":null}
markdown_explanation
{ "type": "object", "properties": { "key_m65": { "type": "boolean" }, "param_i07": { "type": "string", "enum": [ "type_a", "type_b" ] }, "field_i51": { "type": "integer" }, "param_p33": { "type": "null" }, "attr_e81": { "t...
Based on your request, here is the data: ```json {"key_m65":true,"param_i07":"type_a","field_i51":93,"param_p33":null} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"key_m65":true,"param_i07":"type_a","field_i51":93,"param_p33":null}
TASK repair_structured_output SPEC FIELD paragraph TYPE number REQUIRED yes FIELD vessel_name TYPE number REQUIRED yes FIELD rating[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"paragraph":812.21,"vessel_name":934.39,"rating":[737,989,463,970
{"paragraph":812.21,"vessel_name":934.39,"rating":[737,989,463,970]}
truncated_array
{ "type": "object", "properties": { "paragraph": { "type": "number" }, "vessel_name": { "type": "number" }, "rating": { "type": "array", "items": { "type": "integer" } } }, "required": [ "rating", "vessel_name", "paragraph" ] }
{"paragraph":812.21,"vessel_name":934.39,"rating":[737,989,463,970
Unexpected end of JSON input — truncated array
{"paragraph":812.21,"vessel_name":934.39,"rating":[737,989,463,970]}
TASK repair_structured_output SPEC FIELD attr_q14 TYPE string REQUIRED yes FIELD attr_g70 TYPE null REQUIRED no FIELD param_c91 TYPE integer REQUIRED no BROKEN_OUTPUT {"attr_q14":"Paris"
{"attr_q14":"Paris"}
truncated_array
{ "type": "object", "properties": { "attr_q14": { "type": "string" }, "attr_g70": { "type": "null" }, "param_c91": { "type": "integer" } }, "required": [ "attr_q14" ] }
{"attr_q14":"Paris"
Unexpected end of JSON input — truncated object
{"attr_q14":"Paris"}
TASK repair_structured_output SPEC FIELD consignee TYPE number REQUIRED no FIELD discount TYPE integer REQUIRED no FIELD visible TYPE number REQUIRED no FIELD created_at TYPE integer REQUIRED no FIELD phone[] TYPE integer REQUIRED yes FIELD amount[] TYPE string_date-time REQUIRED no BROKEN_OUTPUT {"discount":3,"visib...
{"discount":3,"visible":155.48,"phone":[470],"amount":["2025-09-05T01:52:00Z","2025-04-23T08:31:00Z"]}
trailing_comma
{ "type": "object", "properties": { "consignee": { "type": "number" }, "discount": { "type": "integer" }, "visible": { "type": "number" }, "created_at": { "type": "integer" }, "phone": { "type": "array", "items": { "type": "integer" ...
{"discount":3,"visible":155.48,"phone":[470,],"amount":["2025-09-05T01:52:00Z","2025-04-23T08:31:00Z"]}
Unexpected trailing comma
{"discount":3,"visible":155.48,"phone":[470],"amount":["2025-09-05T01:52:00Z","2025-04-23T08:31:00Z"]}
TASK repair_structured_output SPEC FIELD val_b97 TYPE string REQUIRED no FIELD col_g08 TYPE number REQUIRED yes FIELD val_s57 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD prop_g30 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_r83[] TYPE string VALUES admin|editor|viewer REQ...
{"val_b97":"test","col_g08":157.2,"val_s57":"anchored","dim_r83":["admin","admin"]}
tool_call_python_syntax
{ "type": "object", "properties": { "val_b97": { "type": "string" }, "col_g08": { "type": "number" }, "val_s57": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_g30": { "type": "strin...
run_diagnostics(val_b97='test', col_g08=157.2, val_s57='anchored', dim_r83=['admin', 'admin'])
Tool call uses Python syntax instead of JSON
{"val_b97":"test","col_g08":157.2,"val_s57":"anchored","dim_r83":["admin","admin"]}
TASK repair_structured_output SPEC FIELD field_v63 TYPE string_uri REQUIRED no FIELD key_s32 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_q26 TYPE integer REQUIRED no FIELD param_t98 TYPE integer REQUIRED no FIELD key_p63 TYPE boolean REQUIRED no FIELD col_f59 TYPE string REQUIRED no ...
{"field_v63":"https://example.org/data","key_s32":"heterozygous","param_q26":468,"param_t98":763,"key_p63":true,"col_f59":"London"}
tool_call_python_syntax
{ "type": "object", "properties": { "field_v63": { "type": "string", "format": "uri" }, "key_s32": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_q26": { "type": "integer" }, "param_t98": { ...
track_vessel(field_v63='https://example.org/data', key_s32='heterozygous', param_q26=468, param_t98=763, key_p63=True, col_f59='London')
Tool call uses Python syntax instead of JSON
{"field_v63":"https://example.org/data","key_s32":"heterozygous","param_q26":468,"param_t98":763,"key_p63":true,"col_f59":"London"}
TASK repair_structured_output SPEC FIELD bearing TYPE number REQUIRED no FIELD discount TYPE number REQUIRED no FIELD altitude TYPE boolean REQUIRED no FIELD phone TYPE string_email REQUIRED yes FIELD throttle_pos TYPE string_uri REQUIRED no FIELD paragraph TYPE string REQUIRED no BROKEN_OUTPUT Sure, here's the resul...
{"bearing":882.96,"discount":560.85,"altitude":true,"phone":"ops@domain.org","throttle_pos":"https://www.com/data","paragraph":"hello"}
markdown_explanation
{ "type": "object", "properties": { "bearing": { "type": "number" }, "discount": { "type": "number" }, "altitude": { "type": "boolean" }, "phone": { "type": "string", "format": "email" }, "throttle_pos": { "type": "string", "format": "uri...
Sure, here's the result: ```json {"bearing":882.96,"discount":560.85,"altitude":true,"phone":"ops@domain.org","throttle_pos":"https://www.com/data","paragraph":"hello"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"bearing":882.96,"discount":560.85,"altitude":true,"phone":"ops@domain.org","throttle_pos":"https://www.com/data","paragraph":"hello"}
TASK repair_structured_output SPEC FIELD field_v10 TYPE boolean REQUIRED yes FIELD col_z10 TYPE string REQUIRED yes FIELD dim_x29 TYPE null REQUIRED no FIELD field_l54 TYPE string_uri REQUIRED no FIELD key_x32[] TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_l41[] TYPE string REQUI...
{"field_v10":true,"col_z10":"MV-Evergreen-01","dim_x29":null,"key_x32":["synonymous","missense"],"field_l41":["Paris"]}
missing_bracket
{ "type": "object", "properties": { "field_v10": { "type": "boolean" }, "col_z10": { "type": "string" }, "dim_x29": { "type": "null" }, "field_l54": { "type": "string", "format": "uri" }, "key_x32": { "type": "array", "items": { "...
{"field_v10":true,"col_z10":"MV-Evergreen-01","dim_x29":null,"key_x32":["synonymous","missense"],"field_l41":["Paris"}
Missing closing bracket
{"field_v10":true,"col_z10":"MV-Evergreen-01","dim_x29":null,"key_x32":["synonymous","missense"],"field_l41":["Paris"]}
TASK repair_structured_output SPEC FIELD shift_code TYPE number REQUIRED no FIELD comments TYPE string REQUIRED no FIELD start_date TYPE number REQUIRED yes FIELD lane TYPE boolean REQUIRED yes FIELD isotope TYPE string REQUIRED yes BROKEN_OUTPUT I need to create a JSON object that matches the given schema. Let me ma...
{"shift_code":635.07,"start_date":826.0,"lane":false,"isotope":"quux"}
thought_process
{ "type": "object", "properties": { "shift_code": { "type": "number" }, "comments": { "type": "string" }, "start_date": { "type": "number" }, "lane": { "type": "boolean" }, "isotope": { "type": "string" } }, "required": [ "lane", "iso...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"shift_code":635.07,"start_date":826.0,"lane":false,"isotope":"quux"}
Output contains chain-of-thought reasoning before JSON
{"shift_code":635.07,"start_date":826.0,"lane":false,"isotope":"quux"}
TASK repair_structured_output SPEC FIELD dim_k92 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD prop_j48 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD field_p46.val_g31 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_p46.prop_a60 TYPE integer REQUIRED yes FIELD field...
{"dim_k92":"cat_a","prop_j48":"phone","field_p46":{"val_g31":"large","prop_a60":594,"prop_x32":"PASS","dim_y52":"mode_e"}}
missing_brace
{ "type": "object", "properties": { "dim_k92": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "prop_j48": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
{"dim_k92":"cat_a","prop_j48":"phone","field_p46":{"val_g31":"large","prop_a60":594,"prop_x32":"PASS","dim_y52":"mode_e"}
Missing closing brace
{"dim_k92":"cat_a","prop_j48":"phone","field_p46":{"val_g31":"large","prop_a60":594,"prop_x32":"PASS","dim_y52":"mode_e"}}
TASK repair_structured_output SPEC FIELD dim_f00 TYPE string REQUIRED yes FIELD prop_e17 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_v14 TYPE string REQUIRED no FIELD key_k56 TYPE integer REQUIRED no FIELD key_a96 TYPE null REQUIRED no BROKEN_OUTPUT {"dim_f00":"REV","prop_e17":"info","key_k56"...
{"dim_f00":"REV","prop_e17":"info","key_k56":922,"key_a96":null}
truncated_array
{ "type": "object", "properties": { "dim_f00": { "type": "string" }, "prop_e17": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "key_v14": { "type": "string" }, "key_k56": { "type": "integer" ...
{"dim_f00":"REV","prop_e17":"info","key_k56":922,"key_a96":null
Unexpected end of JSON input — truncated object
{"dim_f00":"REV","prop_e17":"info","key_k56":922,"key_a96":null}
TASK repair_structured_output SPEC FIELD collateral TYPE string_email REQUIRED no FIELD visible TYPE null REQUIRED no FIELD image_url TYPE integer REQUIRED no FIELD count.index TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD count.barcode TYPE integer REQUIRED no FIELD count.voltage TYPE string_date...
{"count":{"index":"arctic","voltage":"2024-03-08T02:48:00Z","transaction_id":{"run_id":106.87,"half_life":"2024-06-30","message":612,"enabled":287,"created_at":"Paris","type":47.9},"longitude":80},"payment_status":444,"deploy_target":554.99}
single_quotes
{ "type": "object", "properties": { "collateral": { "type": "string", "format": "email" }, "visible": { "type": "null" }, "image_url": { "type": "integer" }, "count": { "type": "object", "properties": { "index": { "type": "string", ...
{'count':{'index':'arctic','voltage':'2024-03-08T02:48:00Z','transaction_id':{'run_id':106.87,'half_life':'2024-06-30','message':612,'enabled':287,'created_at':'Paris','type':47.9},'longitude':80},'payment_status':444,'deploy_target':554.99}
Expecting property name enclosed in double quotes
{"count":{"index":"arctic","voltage":"2024-03-08T02:48:00Z","transaction_id":{"run_id":106.87,"half_life":"2024-06-30","message":612,"enabled":287,"created_at":"Paris","type":47.9},"longitude":80},"payment_status":444,"deploy_target":554.99}
TASK repair_structured_output SPEC FIELD attr_u80 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_n54 TYPE boolean REQUIRED no FIELD dim_h41 TYPE number REQUIRED yes FIELD field_a53 TYPE integer REQUIRED no FIELD field_u96[].param_g10 TYPE string REQUIRED yes FIELD field_u96[].dim_n87 TYPE integer RE...
{"attr_u80":"medium","dim_h41":14.59,"field_a53":567,"field_u96":[{"param_g10":"Johnson","dim_n87":818,"key_z12":"cat_a"},{"param_g10":"MV-Evergreen-01","dim_n87":113,"key_z12":"cat_b"},{"param_g10":"MV-Evergreen-01","dim_n87":280,"key_z12":"cat_a"}]}
truncated_array
{ "type": "object", "properties": { "attr_u80": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "field_n54": { "type": "boolean" }, "dim_h41": { "type": "number" }, "field_a53": { "type": "integer" ...
{"attr_u80":"medium","dim_h41":14.59,"field_a53":567,"field_u96":[{"param_g10":"Johnson","dim_n87":818,"key_z12":"cat_a"},{"param_g10":"MV-Evergreen-01","dim_n87":113,"key_z12":"cat_b"},{"param_g10":"MV-Evergreen-01","dim_n87":280,"key_z12":"cat_a"}
Unexpected end of JSON input — truncated array
{"attr_u80":"medium","dim_h41":14.59,"field_a53":567,"field_u96":[{"param_g10":"Johnson","dim_n87":818,"key_z12":"cat_a"},{"param_g10":"MV-Evergreen-01","dim_n87":113,"key_z12":"cat_b"},{"param_g10":"MV-Evergreen-01","dim_n87":280,"key_z12":"cat_a"}]}
TASK repair_structured_output SPEC FIELD sensor_id TYPE string REQUIRED no FIELD commit_hash TYPE integer REQUIRED no FIELD phenotype TYPE string VALUES small|medium|large|xl REQUIRED no FIELD torque_output TYPE boolean REQUIRED no FIELD amount TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes F...
{"sensor_id":"bar","commit_hash":8,"torque_output":true,"amount":"offline","age":"xl"}
number_with_unit
{ "type": "object", "properties": { "sensor_id": { "type": "string" }, "commit_hash": { "type": "integer" }, "phenotype": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "torque_output": { "type": "bo...
{"sensor_id": "bar", "commit_hash": "8ms", "torque_output": true, "amount": "offline", "age": "xl"}
Field 'commit_hash' must be number, got string with unit
{"sensor_id":"bar","commit_hash":8,"torque_output":true,"amount":"offline","age":"xl"}
TASK repair_structured_output SPEC FIELD company TYPE string VALUES small|medium|large|xl REQUIRED no FIELD total TYPE string_uri REQUIRED yes FIELD loan_amount TYPE null REQUIRED yes FIELD visible TYPE integer REQUIRED no BROKEN_OUTPUT {'total':'https://api.com/api','loan_amount':null,'visible':755}
{"total":"https://api.com/api","loan_amount":null,"visible":755}
single_quotes
{ "type": "object", "properties": { "company": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "total": { "type": "string", "format": "uri" }, "loan_amount": { "type": "null" }, "visible": { "ty...
{'total':'https://api.com/api','loan_amount':null,'visible':755}
Expecting property name enclosed in double quotes
{"total":"https://api.com/api","loan_amount":null,"visible":755}
TASK repair_structured_output SPEC FIELD size TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD website TYPE string REQUIRED yes FIELD brake_pressure TYPE null REQUIRED no FIELD organism.notes TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD organism.tax TYPE ...
{"size":"level_5","website":"John","brake_pressure":null,"diagnosis_code":{"terminal_id":null,"paragraph":713,"humidity_pct":903}}
tool_call_wrong_param
{ "type": "object", "properties": { "size": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "website": { "type": "string" }, "brake_pressure": { "type": "null" }, "organism": { ...
Tool: check_availability Params: {"website": "John", "brake_pressure": null, "diagnosis_code": {"terminal_id": null, "paragraph": 713, "humidity_pct": 903}, "size_value": "level_5"}
Agent used wrong parameter name 'size_value' instead of 'size'
{"size":"level_5","website":"John","brake_pressure":null,"diagnosis_code":{"terminal_id":null,"paragraph":713,"humidity_pct":903}}
TASK repair_structured_output SPEC FIELD salinity TYPE null REQUIRED yes FIELD created_at TYPE integer REQUIRED no FIELD order_id TYPE integer REQUIRED yes FIELD diagnosis_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD annotation TYPE number REQUIRED no FIELD category TYPE null REQUIRED ye...
{"salinity":null,"created_at":5,"order_id":274,"diagnosis_code":"resolved","annotation":236.6,"category":null}
partial_structure
{ "type": "object", "properties": { "salinity": { "type": "null" }, "created_at": { "type": "integer" }, "order_id": { "type": "integer" }, "diagnosis_code": { "type": "string", "enum": [ "open", "in_progress", "resolved", "cl...
Based on the data, diagnosis_code is resolved. {"salinity":null,"created_at":5,"order_id":274,"diagnosis_code":"resolved","annotation":236.6,"category":null}
Output mixes natural language with JSON
{"salinity":null,"created_at":5,"order_id":274,"diagnosis_code":"resolved","annotation":236.6,"category":null}
TASK repair_structured_output SPEC FIELD duration_ms TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD status TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD salinity TYPE string_uri REQUIRED no FIELD end_date TYPE string_date-time REQUIRED no FIELD fleet_number TYPE string_...
{"duration_ms":"confirmed","status":"small","salinity":"https://example.com/data","end_date":"2020-10-24T01:45:00Z","fleet_number":"https://api.com/data"}
truncated_array
{ "type": "object", "properties": { "duration_ms": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "status": { "type": "string", "enum": [ "small", "medium", "large", "...
{"duration_ms":"confirmed","status":"small","salinity":"https://example.com/data","end_date":"2020-10-24T01:45:00Z","fleet_number":"https://api.com/data"
Unexpected end of JSON input — truncated object
{"duration_ms":"confirmed","status":"small","salinity":"https://example.com/data","end_date":"2020-10-24T01:45:00Z","fleet_number":"https://api.com/data"}
TASK repair_structured_output SPEC FIELD field_x30 TYPE string REQUIRED no FIELD dim_u34 TYPE boolean REQUIRED yes FIELD col_s58 TYPE string VALUES reliable|unstable|intermittent REQUIRED no BROKEN_OUTPUT {"field_x30": "https://api.example.com/v1", "dim_u34": "True", "col_s58": "unstable"}
{"field_x30":"https://api.example.com/v1","dim_u34":false,"col_s58":"unstable"}
boolean_as_string
{ "type": "object", "properties": { "field_x30": { "type": "string" }, "dim_u34": { "type": "boolean" }, "col_s58": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] } }, "required": [ "dim_u34" ] }
{"field_x30": "https://api.example.com/v1", "dim_u34": "True", "col_s58": "unstable"}
Field 'dim_u34' must be boolean, got string
{"field_x30":"https://api.example.com/v1","dim_u34":false,"col_s58":"unstable"}
TASK repair_structured_output SPEC FIELD key_e43 TYPE integer REQUIRED no FIELD field_r11 TYPE string_date-time REQUIRED yes FIELD key_e84[].attr_z93 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD key_e84[].attr_z65 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_e84[].param_u62 T...
{"key_e43":346,"field_r11":"2022-12-17T15:47:00Z"}
truncated_array
{ "type": "object", "properties": { "key_e43": { "type": "integer" }, "field_r11": { "type": "string", "format": "date-time" }, "key_e84": { "type": "array", "items": { "type": "object", "properties": { "attr_z93": { "type": "st...
{"key_e43":346,"field_r11":"2022-12-17T15:47:00Z"}
Unexpected end of JSON input — truncated array
{"key_e43":346,"field_r11":"2022-12-17T15:47:00Z"}
TASK repair_structured_output SPEC FIELD city.footnote TYPE string_date-time REQUIRED yes FIELD city.medication TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD city.priority TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD zip_code TYPE null REQUIRED yes FIELD index TYPE null...
{"city":{"footnote":"2021-01-05T01:40:00Z","medication":"resolved"},"zip_code":null,"index":null,"price":true}
thought_process
{ "type": "object", "properties": { "city": { "type": "object", "properties": { "footnote": { "type": "string", "format": "date-time" }, "medication": { "type": "string", "enum": [ "open", "in_progress", ...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"city":{"footnote":"2021-01-05T01:40:00Z","medication":"resolved"},"zip_code":null,"index":null,"price":true}
Output contains chain-of-thought reasoning before JSON
{"city":{"footnote":"2021-01-05T01:40:00Z","medication":"resolved"},"zip_code":null,"index":null,"price":true}