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 dim_z94 TYPE string REQUIRED no FIELD attr_m34 TYPE string REQUIRED no FIELD field_x54 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD dim_l51 TYPE number REQUIRED yes FIELD key_y69 TYPE string REQUIRED no FIELD prop_f29 TYPE boolean REQUIRED no FIELD par...
{"dim_z94":"active","attr_m34":"Tokyo","dim_l51":561.02,"prop_f29":true,"param_w81":450.53}
tool_call_bad_format
{ "type": "object", "properties": { "dim_z94": { "type": "string" }, "attr_m34": { "type": "string" }, "field_x54": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "dim_l51": { "type": "nu...
<functioncall> check_availability {dim_z94: "active", attr_m34: "Tokyo", dim_l51: 561.02, prop_f29: true, param_w81: 450.53}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_z94":"active","attr_m34":"Tokyo","dim_l51":561.02,"prop_f29":true,"param_w81":450.53}
TASK repair_structured_output SPEC FIELD latitude TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD freight_class TYPE integer REQUIRED yes FIELD frequency_hz TYPE boolean REQUIRED no FIELD shipping TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD nickname TYPE string REQUIRED no BROK...
{"latitude":"nonsense","freight_class":361,"frequency_hz":false,"shipping":"cat_a","nickname":"Paris"}
missing_bracket
{ "type": "object", "properties": { "latitude": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "freight_class": { "type": "integer" }, "frequency_hz": { "type": "boolean" }, "shipping": {...
{"latitude":"nonsense","freight_class":361,"frequency_hz":false,"shipping":"cat_a","nickname":"Paris"}
Missing closing bracket
{"latitude":"nonsense","freight_class":361,"frequency_hz":false,"shipping":"cat_a","nickname":"Paris"}
TASK repair_structured_output SPEC FIELD val_f84 TYPE integer REQUIRED no FIELD col_r51 TYPE string REQUIRED yes FIELD attr_m17 TYPE number REQUIRED no FIELD key_v86 TYPE string REQUIRED no FIELD attr_o42.dim_b40 TYPE number REQUIRED yes FIELD attr_o42.val_w78 TYPE string REQUIRED yes FIELD attr_o42.dim_h74.dim_y01 TY...
{"val_f84":906,"col_r51":"Santos","attr_m17":415.58,"attr_o42":{"dim_b40":971.97,"val_w78":"Luis","dim_h74":{"dim_y01":177,"col_v31":false,"col_e95":"https://www.com/data","param_b77":478,"col_m06":932}}}
extra_text_after
{ "type": "object", "properties": { "val_f84": { "type": "integer" }, "col_r51": { "type": "string" }, "attr_m17": { "type": "number" }, "key_v86": { "type": "string" }, "attr_o42": { "type": "object", "properties": { "dim_b40": { ...
{"val_f84":906,"col_r51":"Santos","attr_m17":415.58,"attr_o42":{"dim_b40":971.97,"val_w78":"Luis","dim_h74":{"dim_y01":177,"col_v31":false,"col_e95":"https://www.com/data","param_b77":478,"col_m06":932}}} Let me know if you need anything else!
Output contains non-JSON text after the object
{"val_f84":906,"col_r51":"Santos","attr_m17":415.58,"attr_o42":{"dim_b40":971.97,"val_w78":"Luis","dim_h74":{"dim_y01":177,"col_v31":false,"col_e95":"https://www.com/data","param_b77":478,"col_m06":932}}}
TASK repair_structured_output SPEC FIELD col_q50 TYPE string REQUIRED yes FIELD col_g45 TYPE integer REQUIRED no FIELD key_n97 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes BROKEN_OUTPUT {"col_q50":"New York","col_g45":312,"key_n97":"level_2"
{"col_q50":"New York","col_g45":312,"key_n97":"level_2"}
truncated_object
{ "type": "object", "properties": { "col_q50": { "type": "string" }, "col_g45": { "type": "integer" }, "key_n97": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] } ...
{"col_q50":"New York","col_g45":312,"key_n97":"level_2"
Unexpected end of JSON input — truncated object
{"col_q50":"New York","col_g45":312,"key_n97":"level_2"}
TASK repair_structured_output SPEC FIELD dim_a05 TYPE string REQUIRED yes FIELD attr_l13.col_e75 TYPE string REQUIRED yes FIELD attr_l13.dim_u33 TYPE string_email REQUIRED yes FIELD attr_l13.attr_b06 TYPE boolean REQUIRED yes FIELD col_f72 TYPE string VALUES active|inactive|pending REQUIRED no FIELD key_r61 TYPE strin...
{"dim_a05":"demo","attr_l13":{"col_e75":"Charlie","dim_u33":"info@test.io","attr_b06":true},"col_f72":"inactive","key_r61":"info@example.com","attr_d14":624,"field_w84":"success","dim_i26":"chr1"}
thought_process
{ "type": "object", "properties": { "dim_a05": { "type": "string" }, "attr_l13": { "type": "object", "properties": { "col_e75": { "type": "string" }, "dim_u33": { "type": "string", "format": "email" }, "attr_b06": { ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"dim_a05":"demo","attr_l13":{"col_e75":"Charlie","dim_u33":"info@test.io","attr_b06":true},"col_f72":"inactive","key_r61":"info@example.com","attr_d14":624,"field_w84":"success","dim_i26":"chr1"}
Output contains chain-of-thought reasoning before JSON
{"dim_a05":"demo","attr_l13":{"col_e75":"Charlie","dim_u33":"info@test.io","attr_b06":true},"col_f72":"inactive","key_r61":"info@example.com","attr_d14":624,"field_w84":"success","dim_i26":"chr1"}
TASK repair_structured_output SPEC FIELD field_j24 TYPE boolean REQUIRED no FIELD attr_k84 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD col_l89 TYPE boolean REQUIRED yes BROKEN_OUTPUT {'col_l89':false}
{"col_l89":false}
single_quotes
{ "type": "object", "properties": { "field_j24": { "type": "boolean" }, "attr_k84": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "col_l89": { "type": "boolean" } }, "required": [ "col_l89" ] }
{'col_l89':false}
Expecting property name enclosed in double quotes
{"col_l89":false}
TASK repair_structured_output SPEC FIELD half_life TYPE string VALUES active|inactive|pending REQUIRED yes FIELD website TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD compound TYPE string VALUES admin|editor|viewer REQUIRED no FIELD payment_status TYPE number REQUIRED no FIELD frequency_hz TYPE n...
{"half_life":"pending","website":"unstable","payment_status":497.27,"frequency_hz":954.51,"thumbnail":"email"}
number_with_unit
{ "type": "object", "properties": { "half_life": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "website": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "compound":...
{"half_life": "pending", "website": "unstable", "payment_status": 497.27, "frequency_hz": "954.51cm", "thumbnail": "email"}
Field 'frequency_hz' must be number, got string with unit
{"half_life":"pending","website":"unstable","payment_status":497.27,"frequency_hz":954.51,"thumbnail":"email"}
TASK repair_structured_output SPEC FIELD length TYPE null REQUIRED yes FIELD altitude TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD notes TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD visible TYPE null REQUIRED no BROKEN_OUTPUT Let me check the syst...
{"length":null,"altitude":"option_f","notes":"reliable","visible":null}
tool_call_partial_args
{ "type": "object", "properties": { "length": { "type": "null" }, "altitude": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "notes": { "type": "string", ...
Let me check the system. Action: check_cargo_manifest Arguments: {"length": null, "altitude": "option_f", "visible": null}
Agent tool call missing required parameter 'notes'
{"length":null,"altitude":"option_f","notes":"reliable","visible":null}
TASK repair_structured_output SPEC FIELD height TYPE number REQUIRED no FIELD reagent.status TYPE number REQUIRED yes FIELD reagent.latitude TYPE string_uri REQUIRED no FIELD reagent.repository.longitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD reagent.repository.position TYPE string VALUE...
{"height":246.99,"procedure_code":16,"strand":"option_c","priority":61,"website":"mode_d"}
tool_call_partial_args
{ "type": "object", "properties": { "height": { "type": "number" }, "reagent": { "type": "object", "properties": { "status": { "type": "number" }, "latitude": { "type": "string", "format": "uri" }, "repository": { ...
Let me check the system. Action: read_sensor_array Arguments: {"height": 246.99, "procedure_code": 16, "strand": "option_c", "priority": 61}
Agent tool call missing required parameter 'website'
{"height":246.99,"procedure_code":16,"strand":"option_c","priority":61,"website":"mode_d"}
TASK repair_structured_output SPEC FIELD attr_k59 TYPE string REQUIRED no FIELD prop_h48 TYPE string_date-time REQUIRED yes FIELD col_s54 TYPE integer REQUIRED no FIELD col_r00 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_f09[] TYPE null REQUIRED no FIELD dim_n46[].prop_j37 TYPE integer REQUIRE...
{"attr_k59":"2023-12-25","prop_h48":"2020-11-13T07:38:00Z","col_s54":641,"col_r00":"white","attr_f09":[null,null,null],"dim_n46":[{"prop_j37":401,"field_h75":"2023-12-25","attr_m96":null,"key_p53":"chrX","param_m91":"active","prop_t46":723,"prop_h27":498},{"prop_j37":763,"field_h75":"GRCh38","key_p53":"John","param_m91...
number_with_unit
{ "type": "object", "properties": { "attr_k59": { "type": "string" }, "prop_h48": { "type": "string", "format": "date-time" }, "col_s54": { "type": "integer" }, "col_r00": { "type": "string", "enum": [ "red", "blue", "green", ...
{"attr_k59": "2023-12-25", "prop_h48": "2020-11-13T07:38:00Z", "col_s54": "641px", "col_r00": "white", "attr_f09": [null, null, null], "dim_n46": [{"prop_j37": 401, "field_h75": "2023-12-25", "attr_m96": null, "key_p53": "chrX", "param_m91": "active", "prop_t46": 723, "prop_h27": 498}, {"prop_j37": 763, "field_h75": "G...
Field 'col_s54' must be number, got string with unit
{"attr_k59":"2023-12-25","prop_h48":"2020-11-13T07:38:00Z","col_s54":641,"col_r00":"white","attr_f09":[null,null,null],"dim_n46":[{"prop_j37":401,"field_h75":"2023-12-25","attr_m96":null,"key_p53":"chrX","param_m91":"active","prop_t46":723,"prop_h27":498},{"prop_j37":763,"field_h75":"GRCh38","key_p53":"John","param_m91...
TASK repair_structured_output SPEC FIELD col_k79 TYPE boolean REQUIRED no FIELD col_w81 TYPE string_uri REQUIRED no FIELD field_h20 TYPE string_date-time REQUIRED no FIELD attr_f40 TYPE string REQUIRED no FIELD param_p32 TYPE integer REQUIRED yes BROKEN_OUTPUT {col_k79:false,col_w81:"https://example.org/v1",field_h20...
{"col_k79":false,"col_w81":"https://example.org/v1","field_h20":"2022-09-15T22:59:00Z","param_p32":430}
unquoted_keys
{ "type": "object", "properties": { "col_k79": { "type": "boolean" }, "col_w81": { "type": "string", "format": "uri" }, "field_h20": { "type": "string", "format": "date-time" }, "attr_f40": { "type": "string" }, "param_p32": { "type": "in...
{col_k79:false,col_w81:"https://example.org/v1",field_h20:"2022-09-15T22:59:00Z",param_p32:430}
Expecting property name enclosed in double quotes
{"col_k79":false,"col_w81":"https://example.org/v1","field_h20":"2022-09-15T22:59:00Z","param_p32":430}
TASK repair_structured_output SPEC FIELD index TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD city TYPE boolean REQUIRED no FIELD shift_code TYPE number REQUIRED no FIELD price TYPE number REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool_call name="queue_sequencing_run"> {"i...
{"index":"mode_d","shift_code":579.99,"price":975.62}
tool_call_text_mix
{ "type": "object", "properties": { "index": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "city": { "type": "boolean" }, "shift_code": { "type": "number" }, "price": { "type": "number" } ...
I need to look up the information first. <tool_call name="queue_sequencing_run"> {"index":"mode_d","shift_code":579.99,"price":975.62} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"index":"mode_d","shift_code":579.99,"price":975.62}
TASK repair_structured_output SPEC FIELD comments TYPE integer REQUIRED yes FIELD end_date.url TYPE integer REQUIRED no FIELD end_date.company TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD end_date.paragraph TYPE integer REQUIRED yes FIELD span_id TYPE string VALUES option_a|option_b|op...
{"comments":446,"end_date":{"url":585,"company":"nonsense","paragraph":756},"span_id":"option_e","timezone":{"username":"cat_b","consignee":810.1,"bed_number":null},"department":131.28}
truncated_object
{ "type": "object", "properties": { "comments": { "type": "integer" }, "end_date": { "type": "object", "properties": { "url": { "type": "integer" }, "company": { "type": "string", "enum": [ "synonymous", "mis...
{"comments":446,"end_date":{"url":585,"company":"nonsense","paragraph":756},"span_id":"option_e","timezone":{"username":"cat_b","consignee":810.1,"bed_number":null},"department":131.28
Unexpected end of JSON input — truncated object
{"comments":446,"end_date":{"url":585,"company":"nonsense","paragraph":756},"span_id":"option_e","timezone":{"username":"cat_b","consignee":810.1,"bed_number":null},"department":131.28}
TASK repair_structured_output SPEC FIELD published TYPE string_uri REQUIRED no FIELD due_date TYPE integer REQUIRED no FIELD annotation.quality_score TYPE string REQUIRED no FIELD annotation.ward TYPE number REQUIRED yes FIELD annotation.yield_pct TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD a...
{"published":"https://www.io/v1","annotation":{"quality_score":"A short description.","ward":222.82,"yield_pct":"level_4","reagent":"PASS","interest_rate":"cat_f"},"allele":"level_4","url":{"amount":"cat_e"},"patient_id":"approved","type":896,"first_name":"RTG-04"}
truncated_array
{ "type": "object", "properties": { "published": { "type": "string", "format": "uri" }, "due_date": { "type": "integer" }, "annotation": { "type": "object", "properties": { "quality_score": { "type": "string" }, "ward": { ...
{"published":"https://www.io/v1","annotation":{"quality_score":"A short description.","ward":222.82,"yield_pct":"level_4","reagent":"PASS","interest_rate":"cat_f"},"allele":"level_4","url":{"amount":"cat_e"},"patient_id":"approved","type":896,"first_name":"RTG-04"
Unexpected end of JSON input — truncated object
{"published":"https://www.io/v1","annotation":{"quality_score":"A short description.","ward":222.82,"yield_pct":"level_4","reagent":"PASS","interest_rate":"cat_f"},"allele":"level_4","url":{"amount":"cat_e"},"patient_id":"approved","type":896,"first_name":"RTG-04"}
TASK repair_structured_output SPEC FIELD shift_code TYPE string_date-time REQUIRED no FIELD chapter TYPE integer REQUIRED yes FIELD id.created_at TYPE integer REQUIRED no FIELD id.brake_pressure TYPE string_uri REQUIRED yes FIELD id.address.commit_hash TYPE null REQUIRED no FIELD id.address.price TYPE null REQUIRED ye...
{"chapter":41,"id":{"created_at":161,"brake_pressure":"https://data.org/v1","count":802.33,"amplitude":"Maria","bill_of_lading":"https://data.io/api","shipping":"arctic"},"maturity_date":"user@test.io"}
number_with_unit
{ "type": "object", "properties": { "shift_code": { "type": "string", "format": "date-time" }, "chapter": { "type": "integer" }, "id": { "type": "object", "properties": { "created_at": { "type": "integer" }, "brake_pressure": { ...
{"chapter": "41sec", "id": {"created_at": 161, "brake_pressure": "https://data.org/v1", "count": 802.33, "amplitude": "Maria", "bill_of_lading": "https://data.io/api", "shipping": "arctic"}, "maturity_date": "user@test.io"}
Field 'chapter' must be number, got string with unit
{"chapter":41,"id":{"created_at":161,"brake_pressure":"https://data.org/v1","count":802.33,"amplitude":"Maria","bill_of_lading":"https://data.io/api","shipping":"arctic"},"maturity_date":"user@test.io"}
TASK repair_structured_output SPEC FIELD price TYPE string_email REQUIRED no FIELD title TYPE string REQUIRED yes FIELD consignee TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD score TYPE string VALUES small|medium|large|xl REQUIRED no FIELD shipper_ref TYPE integer REQUIRED no FIELD commit_hash...
{"price":"ops@example.com","title":"quux","consignee":"underway","score":"medium","shipper_ref":655,"commit_hash":false,"email":"Diana"}
wrong_type
{ "type": "object", "properties": { "price": { "type": "string", "format": "email" }, "title": { "type": "string" }, "consignee": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "score": { ...
{"price": "ops@example.com", "title": "quux", "consignee": "underway", "score": "medium", "shipper_ref": "\"655\"", "commit_hash": false, "email": "Diana"}
Field 'shipper_ref' must be integer, got string
{"price":"ops@example.com","title":"quux","consignee":"underway","score":"medium","shipper_ref":655,"commit_hash":false,"email":"Diana"}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD index TYPE integer REQUIRED yes FIELD coverage TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT The output is as follows: ```json {"temp_celsius":"closed","index"...
{"temp_celsius":"closed","index":705,"coverage":"delivered"}
markdown_explanation
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "index": { "type": "integer" }, "coverage": { "type": "string", "enum": [ "new", ...
The output is as follows: ```json {"temp_celsius":"closed","index":705,"coverage":"delivered"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"temp_celsius":"closed","index":705,"coverage":"delivered"}
TASK repair_structured_output SPEC FIELD due_date TYPE string REQUIRED yes FIELD span_id TYPE integer REQUIRED yes FIELD lab_result.wavelength TYPE boolean REQUIRED yes FIELD lab_result.torque_output TYPE string_email REQUIRED yes FIELD lab_result.discount TYPE string REQUIRED no FIELD lab_result.published TYPE string...
{"due_date":"RTG-04","span_id":417,"description":null}
extra_text_after
{ "type": "object", "properties": { "due_date": { "type": "string" }, "span_id": { "type": "integer" }, "lab_result": { "type": "object", "properties": { "wavelength": { "type": "boolean" }, "torque_output": { "type": "string", ...
{"due_date":"RTG-04","span_id":417,"description":null} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"due_date":"RTG-04","span_id":417,"description":null}
TASK repair_structured_output SPEC FIELD prop_a07 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_i15.dim_w53 TYPE integer REQUIRED yes FIELD prop_i15.dim_j12 TYPE string_uri REQUIRED yes FIELD prop_i15.col_a02 TYPE integer REQUIRED yes FIELD attr_p42 TYPE string_date-time REQUIRED no FIELD param_...
{"prop_i15":{"dim_w53":147,"dim_j12":"https://www.com/api","col_a02":357},"param_e81":"coastal","prop_g09":810.39}
missing_brace
{ "type": "object", "properties": { "prop_a07": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "prop_i15": { "type": "object", "properties": { "dim_w53": { "type": "integer" }, ...
"prop_i15":{"dim_w53":147,"dim_j12":"https://www.com/api","col_a02":357},"param_e81":"coastal","prop_g09":810.39}
Missing closing brace
{"prop_i15":{"dim_w53":147,"dim_j12":"https://www.com/api","col_a02":357},"param_e81":"coastal","prop_g09":810.39}
TASK repair_structured_output SPEC FIELD key_o16 TYPE boolean REQUIRED yes FIELD param_t54 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD col_o23.prop_q35 TYPE integer REQUIRED no FIELD col_o23.param_i63 TYPE string_uri REQUIRED yes FIELD col_o23.key_j76 TYPE string VALUES homozygous|heterozygo...
{"key_o16":false,"param_t54":"in_progress","col_o23":{"prop_q35":937,"param_i63":"https://api.com/data","key_j76":"heterozygous"}}
tool_call_partial_args
{ "type": "object", "properties": { "key_o16": { "type": "boolean" }, "param_t54": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "col_o23": { "type": "object", "properties": { "prop_q35":...
Let me check the system. Action: calculate_price Arguments: {"key_o16": false, "col_o23": {"prop_q35": 937, "param_i63": "https://api.com/data", "key_j76": "heterozygous"}}
Agent tool call missing required parameter 'param_t54'
{"key_o16":false,"param_t54":"in_progress","col_o23":{"prop_q35":937,"param_i63":"https://api.com/data","key_j76":"heterozygous"}}
TASK repair_structured_output SPEC FIELD val_x22 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD param_n59 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD param_c57 TYPE string REQUIRED no FIELD param_g67 TYPE boolean REQUIRED yes FIELD key_h79 TYPE number REQUIRED no FIELD att...
{"val_x22":"reliable","param_n59":"coastal","param_c57":"QC-07","param_g67":true,"key_h79":538.82}
missing_bracket
{ "type": "object", "properties": { "val_x22": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_n59": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }...
{"val_x22":"reliable","param_n59":"coastal","param_c57":"QC-07","param_g67":true,"key_h79":538.82}
Missing closing bracket
{"val_x22":"reliable","param_n59":"coastal","param_c57":"QC-07","param_g67":true,"key_h79":538.82}
TASK repair_structured_output SPEC FIELD enabled TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD score TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD patient_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes BROKEN_OUTPUT {"enabled...
{"enabled":"level_2","score":"type_b","patient_id":"option_b"}
trailing_comma
{ "type": "object", "properties": { "enabled": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "score": { "type": "string", "enum": [ "type_a", "type_b", ...
{"enabled":"level_2","score":"type_b","patient_id":"option_b",}
Unexpected trailing comma
{"enabled":"level_2","score":"type_b","patient_id":"option_b"}
TASK repair_structured_output SPEC FIELD features TYPE string_email REQUIRED no FIELD url TYPE string VALUES option_a|option_b REQUIRED no FIELD subtotal TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD notes TYPE null REQUIRED yes FIELD company TYPE string_email REQUIRED no BROKEN_OUTPUT {"feat...
{"features":"info@example.com","url":"option_a","subtotal":"in_transit","notes":null,"company":"user@domain.org"}
truncated_object
{ "type": "object", "properties": { "features": { "type": "string", "format": "email" }, "url": { "type": "string", "enum": [ "option_a", "option_b" ] }, "subtotal": { "type": "string", "enum": [ "new", "in_transit", ...
{"features":"info@example.com","url":"option_a","subtotal":"in_transit","notes":null,"company":"user@domain.org"
Unexpected end of JSON input — truncated object
{"features":"info@example.com","url":"option_a","subtotal":"in_transit","notes":null,"company":"user@domain.org"}
TASK repair_structured_output SPEC FIELD shipping TYPE number REQUIRED yes FIELD branch.title TYPE integer REQUIRED no FIELD branch.payment_status TYPE number REQUIRED no FIELD branch.message TYPE string REQUIRED no FIELD branch.humidity_pct TYPE string REQUIRED yes FIELD branch.score TYPE string REQUIRED no FIELD bra...
{"shipping":530.58,"branch":{"title":38,"payment_status":563.4,"message":"2023-12-25","humidity_pct":"New York","score":"Sao Paulo","conductivity":"RTG-04","subtotal":"chr1","crew_id":"cat_b"},"freight_class":692.28}
wrong_type
{ "type": "object", "properties": { "shipping": { "type": "number" }, "branch": { "type": "object", "properties": { "title": { "type": "integer" }, "payment_status": { "type": "number" }, "message": { "type": "string...
{"shipping": "\"530.58\"", "branch": {"title": 38, "payment_status": 563.4, "message": "2023-12-25", "humidity_pct": "New York", "score": "Sao Paulo", "conductivity": "RTG-04", "subtotal": "chr1", "crew_id": "cat_b"}, "freight_class": 692.28}
Field 'shipping' must be number, got string
{"shipping":530.58,"branch":{"title":38,"payment_status":563.4,"message":"2023-12-25","humidity_pct":"New York","score":"Sao Paulo","conductivity":"RTG-04","subtotal":"chr1","crew_id":"cat_b"},"freight_class":692.28}
TASK repair_structured_output SPEC FIELD field_z11 TYPE string REQUIRED no FIELD attr_z49 TYPE string VALUES success|error|warning|info REQUIRED no FIELD prop_i15 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_z11": "FWD", "attr_z49": "warning"}
{"field_z11":"FWD","attr_z49":"warning","prop_i15":"Bob"}
missing_required
{ "type": "object", "properties": { "field_z11": { "type": "string" }, "attr_z49": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "prop_i15": { "type": "string" } }, "required": [ "prop_i15" ] }
{"field_z11": "FWD", "attr_z49": "warning"}
Required field 'prop_i15' is missing
{"field_z11":"FWD","attr_z49":"warning","prop_i15":"Bob"}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string VALUES active|inactive|pending REQUIRED yes FIELD throttle_pos TYPE boolean REQUIRED yes FIELD score TYPE string REQUIRED no FIELD total TYPE string_email REQUIRED yes BROKEN_OUTPUT {"berth_slot":"pending","throttle_pos":true,"total":"info@test.io"
{"berth_slot":"pending","throttle_pos":true,"total":"info@test.io"}
missing_brace
{ "type": "object", "properties": { "berth_slot": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "throttle_pos": { "type": "boolean" }, "score": { "type": "string" }, "total": { "type": "string", "forma...
{"berth_slot":"pending","throttle_pos":true,"total":"info@test.io"
Missing closing brace
{"berth_slot":"pending","throttle_pos":true,"total":"info@test.io"}
TASK repair_structured_output SPEC FIELD key_f24 TYPE integer REQUIRED yes FIELD val_v98 TYPE boolean REQUIRED yes FIELD dim_m39.param_l29.dim_i81 TYPE integer REQUIRED no FIELD dim_m39.param_l29.col_e69 TYPE boolean REQUIRED yes FIELD dim_m39.param_l29.key_f05 TYPE string REQUIRED yes FIELD dim_m39.param_l29.col_v60 ...
{"key_f24":447,"val_v98":true,"dim_m39":{"param_l29":{"col_e69":true,"key_f05":"Berlin","col_v60":"foo"},"key_b63":"pending","dim_q53":"PASS","field_i45":336.14,"col_o59":"moored","param_r63":"Berlin","attr_u43":{"dim_w40":"white","attr_r99":"world","prop_n50":"Oliveira"}}}
markdown_explanation
{ "type": "object", "properties": { "key_f24": { "type": "integer" }, "val_v98": { "type": "boolean" }, "dim_m39": { "type": "object", "properties": { "param_l29": { "type": "object", "properties": { "dim_i81": { "type...
Here is the response in the requested format: ```json {"key_f24":447,"val_v98":true,"dim_m39":{"param_l29":{"col_e69":true,"key_f05":"Berlin","col_v60":"foo"},"key_b63":"pending","dim_q53":"PASS","field_i45":336.14,"col_o59":"moored","param_r63":"Berlin","attr_u43":{"dim_w40":"white","attr_r99":"world","prop_n50":"Oliv...
Output contains markdown and explanatory text around JSON
{"key_f24":447,"val_v98":true,"dim_m39":{"param_l29":{"col_e69":true,"key_f05":"Berlin","col_v60":"foo"},"key_b63":"pending","dim_q53":"PASS","field_i45":336.14,"col_o59":"moored","param_r63":"Berlin","attr_u43":{"dim_w40":"white","attr_r99":"world","prop_n50":"Oliveira"}}}
TASK repair_structured_output SPEC FIELD param_u53 TYPE number REQUIRED yes FIELD field_k86 TYPE boolean REQUIRED no FIELD key_i83[] TYPE string REQUIRED yes FIELD prop_v88[].col_t75 TYPE boolean REQUIRED yes FIELD prop_v88[].col_m71 TYPE integer REQUIRED no FIELD prop_v88[].dim_u52 TYPE string REQUIRED no FIELD prop_...
{"param_u53":756.14,"field_k86":false,"key_i83":["Diana","London","Hapag-Lloyd-Express","pending"],"prop_v88":[{"col_t75":true,"col_m71":32,"val_v09":[604.71,737.48,542.81,264.68]},{"col_t75":true,"dim_u52":"completed","val_v09":[229.01]},{"col_t75":true,"val_v09":[112.23]},{"col_t75":true,"dim_u52":"pending","val_v09"...
extra_field
{ "type": "object", "properties": { "param_u53": { "type": "number" }, "field_k86": { "type": "boolean" }, "key_i83": { "type": "array", "items": { "type": "string" } }, "prop_v88": { "type": "array", "items": { "type": "object", ...
{"param_u53": 756.14, "field_k86": false, "key_i83": ["Diana", "London", "Hapag-Lloyd-Express", "pending"], "prop_v88": [{"col_t75": true, "col_m71": 32, "val_v09": [604.71, 737.48, 542.81, 264.68]}, {"col_t75": true, "dim_u52": "completed", "val_v09": [229.01]}, {"col_t75": true, "val_v09": [112.23]}, {"col_t75": true...
Unknown field 'extra_value_4479' not defined in schema
{"param_u53":756.14,"field_k86":false,"key_i83":["Diana","London","Hapag-Lloyd-Express","pending"],"prop_v88":[{"col_t75":true,"col_m71":32,"val_v09":[604.71,737.48,542.81,264.68]},{"col_t75":true,"dim_u52":"completed","val_v09":[229.01]},{"col_t75":true,"val_v09":[112.23]},{"col_t75":true,"dim_u52":"pending","val_v09"...
TASK repair_structured_output SPEC FIELD val_u98 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD param_d45 TYPE string_email REQUIRED no FIELD dim_l87 TYPE null REQUIRED no FIELD prop_r68 TYPE string REQUIRED yes FIELD field_l07 TYPE string REQUIRED no FIELD val_k11 TYPE string VALUES mode_a|mo...
{"val_u98":"hemizygous","param_d45":"admin@domain.org","dim_l87":null,"prop_r68":"chrX","val_k11":"mode_c","key_f47":918}
truncated_array
{ "type": "object", "properties": { "val_u98": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_d45": { "type": "string", "format": "email" }, "dim_l87": { "type": "null" }, "prop_r68": { ...
{"val_u98":"hemizygous","param_d45":"admin@domain.org","dim_l87":null,"prop_r68":"chrX","val_k11":"mode_c","key_f47":918
Unexpected end of JSON input — truncated object
{"val_u98":"hemizygous","param_d45":"admin@domain.org","dim_l87":null,"prop_r68":"chrX","val_k11":"mode_c","key_f47":918}
TASK repair_structured_output SPEC FIELD field_e98.col_a69 TYPE number REQUIRED no FIELD field_e98.col_n88 TYPE string REQUIRED yes FIELD field_e98.val_y48[] TYPE string REQUIRED no FIELD val_x55.val_g58.val_l03 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_x55.val_g58.dim_z35 TYPE ...
{"field_e98":{"col_a69":228.28,"col_n88":"Johnson","val_y48":["test@example.com","approved"]},"val_x55":{"val_g58":{"val_l03":"nonsense","dim_z35":794,"field_t26":575,"attr_k26":331},"key_m93":"escalated","attr_q74":{"param_g99":"maintenance","attr_g23":null,"dim_w44":"Oliveira","col_n07":true},"prop_y42":false,"field_...
partial_structure
{ "type": "object", "properties": { "field_e98": { "type": "object", "properties": { "col_a69": { "type": "number" }, "col_n88": { "type": "string" }, "val_y48": { "type": "array", "items": { "type": "string"...
Result: attr_z81=168, {"field_e98":{"col_a69":228.28,"col_n88":"Johnson","val_y48":["test@example.com","approved"]},"val_x55":{"val_g58":{"val_l03":"nonsense","dim_z35":794,"field_t26":575,"attr_k26":331},"key_m93":"escalated","attr_q74":{"param_g99":"maintenance","attr_g23":null,"dim_w44":"Oliveira","col_n07":true},"p...
Output mixes natural language with JSON
{"field_e98":{"col_a69":228.28,"col_n88":"Johnson","val_y48":["test@example.com","approved"]},"val_x55":{"val_g58":{"val_l03":"nonsense","dim_z35":794,"field_t26":575,"attr_k26":331},"key_m93":"escalated","attr_q74":{"param_g99":"maintenance","attr_g23":null,"dim_w44":"Oliveira","col_n07":true},"prop_y42":false,"field_...
TASK repair_structured_output SPEC FIELD key_o91 TYPE boolean REQUIRED yes FIELD dim_f14 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_r82 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_o91": true, "col_r82": null}
{"key_o91":true,"col_r82":"active"}
null_required
{ "type": "object", "properties": { "key_o91": { "type": "boolean" }, "dim_f14": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_r82": { "type": "string" } }, "required": [ "key_o91", "col...
{"key_o91": true, "col_r82": null}
Required field 'col_r82' is null
{"key_o91":true,"col_r82":"active"}
TASK repair_structured_output SPEC FIELD dim_w93 TYPE number REQUIRED no FIELD prop_q12.attr_s71 TYPE null REQUIRED yes FIELD prop_q12.dim_v30 TYPE string_email REQUIRED yes FIELD prop_q12.val_g11 TYPE string REQUIRED no FIELD prop_q12.prop_q75 TYPE null REQUIRED yes FIELD prop_q12.field_s31 TYPE number REQUIRED yes F...
{"dim_w93":611.99,"prop_q12":{"attr_s71":null,"dim_v30":"ops@test.io","val_g11":"bar","prop_q75":null,"field_s31":837.6},"val_a14":775,"col_i84":"enterprise"}
extra_text_before
{ "type": "object", "properties": { "dim_w93": { "type": "number" }, "prop_q12": { "type": "object", "properties": { "attr_s71": { "type": "null" }, "dim_v30": { "type": "string", "format": "email" }, "val_g11": { ...
Here's the structured output: {"dim_w93":611.99,"prop_q12":{"attr_s71":null,"dim_v30":"ops@test.io","val_g11":"bar","prop_q75":null,"field_s31":837.6},"val_a14":775,"col_i84":"enterprise"}
Output contains non-JSON text before the object
{"dim_w93":611.99,"prop_q12":{"attr_s71":null,"dim_v30":"ops@test.io","val_g11":"bar","prop_q75":null,"field_s31":837.6},"val_a14":775,"col_i84":"enterprise"}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD filter_flag TYPE string REQUIRED no FIELD maturity_date TYPE integer REQUIRED yes BROKEN_OUTPUT {"velocity":"basic","filter_flag":"RTG-04","maturity_date":699
{"velocity":"basic","filter_flag":"RTG-04","maturity_date":699}
truncated_array
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "filter_flag": { "type": "string" }, "maturity_date": { "type": "integer" } }, "required": [ "maturity...
{"velocity":"basic","filter_flag":"RTG-04","maturity_date":699
Unexpected end of JSON input — truncated object
{"velocity":"basic","filter_flag":"RTG-04","maturity_date":699}
TASK repair_structured_output SPEC FIELD prop_c10 TYPE number REQUIRED no FIELD attr_b48 TYPE integer REQUIRED no FIELD param_n11 TYPE null REQUIRED no FIELD prop_h62 TYPE string REQUIRED no FIELD key_p01 TYPE integer REQUIRED no FIELD key_r96.dim_x39 TYPE boolean REQUIRED no FIELD key_r96.col_n62 TYPE boolean REQUIRE...
{"prop_c10":658.05,"attr_b48":226,"param_n11":null,"prop_h62":"example","key_p01":29,"key_r96":{"col_n62":false,"field_s13":null}}
number_with_unit
{ "type": "object", "properties": { "prop_c10": { "type": "number" }, "attr_b48": { "type": "integer" }, "param_n11": { "type": "null" }, "prop_h62": { "type": "string" }, "key_p01": { "type": "integer" }, "key_r96": { "type": "object",...
{"prop_c10": "658.05kg", "attr_b48": 226, "param_n11": null, "prop_h62": "example", "key_p01": 29, "key_r96": {"col_n62": false, "field_s13": null}}
Field 'prop_c10' must be number, got string with unit
{"prop_c10":658.05,"attr_b48":226,"param_n11":null,"prop_h62":"example","key_p01":29,"key_r96":{"col_n62":false,"field_s13":null}}
TASK repair_structured_output SPEC FIELD prop_a24 TYPE number REQUIRED no FIELD param_t35 TYPE boolean REQUIRED yes FIELD field_q05 TYPE string REQUIRED no FIELD val_f33 TYPE boolean REQUIRED no FIELD key_p41 TYPE null REQUIRED no FIELD key_d81 TYPE string_uri REQUIRED no FIELD prop_i28 TYPE string VALUES admin|editor...
{"prop_a24":724.06,"param_t35":true,"field_q05":"chrX","key_d81":"https://api.io/api","prop_i28":"viewer","param_l14":999.5}
thought_process
{ "type": "object", "properties": { "prop_a24": { "type": "number" }, "param_t35": { "type": "boolean" }, "field_q05": { "type": "string" }, "val_f33": { "type": "boolean" }, "key_p41": { "type": "null" }, "key_d81": { "type": "string",...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"prop_a24":724.06,"param_t35":true,"field_q05":"chrX","key_d81":"https://api.io/api","prop_i28":"viewer","param_l14":999.5}
Output contains chain-of-thought reasoning before JSON
{"prop_a24":724.06,"param_t35":true,"field_q05":"chrX","key_d81":"https://api.io/api","prop_i28":"viewer","param_l14":999.5}
TASK repair_structured_output SPEC FIELD image_url TYPE integer REQUIRED yes FIELD balance TYPE integer REQUIRED yes FIELD freight_class TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD subject[] TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: book_appointment Resu...
{"image_url":11,"balance":882,"subject":["GRCh38","FWD","PASS","QC-07"]}
agent_chain
{ "type": "object", "properties": { "image_url": { "type": "integer" }, "balance": { "type": "integer" }, "freight_class": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "subject": { ...
Let me check the system. Action: book_appointment Result: {"balance": 882, "subject": ["GRCh38", "FWD", "PASS", "QC-07"]} Processing the request now. Action: read_sensor_array Result:
Agent multi-step chain with truncated tool output
{"image_url":11,"balance":882,"subject":["GRCh38","FWD","PASS","QC-07"]}
TASK repair_structured_output SPEC FIELD compound TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD humidity_pct TYPE boolean REQUIRED yes FIELD address TYPE integer REQUIRED yes FIELD deploy_target TYPE boolean REQUIRED yes FIELD lane TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the inf...
{"compound":"unstable","humidity_pct":false,"address":709,"deploy_target":true,"lane":364}
tool_call_text_mix
{ "type": "object", "properties": { "compound": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "humidity_pct": { "type": "boolean" }, "address": { "type": "integer" }, "deploy_target": { "type": "boole...
I need to look up the information first. <tool_call name="query_port_status"> {"compound":"unstable","humidity_pct":false,"address":709,"deploy_target":true,"lane":364} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"compound":"unstable","humidity_pct":false,"address":709,"deploy_target":true,"lane":364}
TASK repair_structured_output SPEC FIELD port_code TYPE string VALUES low|medium|high|critical REQUIRED no FIELD company TYPE number REQUIRED no FIELD order_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD features TYPE string REQUIRED no FIELD item_id TYPE string REQUIRED no FIELD nickname.timezone T...
{"port_code":"high","company":607.83,"order_id":"low","features":"2023-12-25","item_id":"Oliveira","bill_of_lading":{"strand":{"isotope":"GRCh38","user_id":68,"timezone":"heterozygous","branch":"John"},"features":"https://www.io/api","brake_pressure":998,"length":45,"manifest_ref":"2021-04-11T00:55:00Z"}}
missing_required
{ "type": "object", "properties": { "port_code": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "company": { "type": "number" }, "order_id": { "type": "string", "enum": [ "low", "medium", ...
{"port_code": "high", "company": 607.83, "order_id": "low", "features": "2023-12-25", "item_id": "Oliveira"}
Required field 'bill_of_lading' is missing
{"port_code":"high","company":607.83,"order_id":"low","features":"2023-12-25","item_id":"Oliveira","bill_of_lading":{"strand":{"isotope":"GRCh38","user_id":68,"timezone":"heterozygous","branch":"John"},"features":"https://www.io/api","brake_pressure":998,"length":45,"manifest_ref":"2021-04-11T00:55:00Z"}}
TASK repair_structured_output SPEC FIELD col_p68 TYPE null REQUIRED no FIELD val_i41 TYPE number REQUIRED no FIELD attr_d91.attr_y60 TYPE number REQUIRED yes FIELD attr_d91.prop_e00 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_d91.prop_v90 TYPE string REQUIRED no FIELD attr_d91.attr_t15[]...
{"col_p68":null,"val_i41":151.93,"attr_d91":{"attr_y60":890.73,"prop_e00":"in_progress","prop_v90":"foo","attr_t15":[918,184]}}
tool_call_bad_format
{ "type": "object", "properties": { "col_p68": { "type": "null" }, "val_i41": { "type": "number" }, "attr_d91": { "type": "object", "properties": { "attr_y60": { "type": "number" }, "prop_e00": { "type": "string", "enu...
<functioncall> get_inventory {col_p68: null, val_i41: 151.93, attr_d91: {attr_y60: 890.73, prop_e00: "in_progress", prop_v90: "foo", attr_t15: [918, 184]}}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_p68":null,"val_i41":151.93,"attr_d91":{"attr_y60":890.73,"prop_e00":"in_progress","prop_v90":"foo","attr_t15":[918,184]}}
TASK repair_structured_output SPEC FIELD values TYPE string VALUES active|inactive|pending REQUIRED yes FIELD zip_code TYPE integer REQUIRED no FIELD maturity_date TYPE string_uri REQUIRED yes FIELD sensor_id.voltage TYPE string_uri REQUIRED no FIELD sensor_id.shift_code TYPE string REQUIRED yes FIELD sensor_id.thrott...
{"values":"pending","zip_code":93,"maturity_date":"https://www.com/api","sensor_id":{"voltage":"https://example.org/v1","shift_code":"QC-07","ward":366,"first_name":97.97,"type":"test@example.com"}}
agent_chain
{ "type": "object", "properties": { "values": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "zip_code": { "type": "integer" }, "maturity_date": { "type": "string", "format": "uri" }, "sensor_id": { "ty...
I need to look up the information first. Action: calculate_price Result: {"zip_code": 93, "maturity_date": "https://www.com/api", "sensor_id": {"voltage": "https://example.org/v1", "shift_code": "QC-07", "ward": 366, "first_name": 97.97, "type": "test@example.com"}} Processing the request now. Action: read_sensor_arra...
Agent multi-step chain with truncated tool output
{"values":"pending","zip_code":93,"maturity_date":"https://www.com/api","sensor_id":{"voltage":"https://example.org/v1","shift_code":"QC-07","ward":366,"first_name":97.97,"type":"test@example.com"}}
TASK repair_structured_output SPEC FIELD param_t62 TYPE string REQUIRED yes FIELD prop_y26 TYPE null REQUIRED no FIELD col_e51 TYPE string REQUIRED no FIELD prop_o72 TYPE integer REQUIRED no FIELD dim_m90 TYPE string REQUIRED yes FIELD key_l59 TYPE integer REQUIRED no BROKEN_OUTPUT {"param_t62": "PASS", "prop_o72": 5...
{"param_t62":"PASS","prop_o72":515,"dim_m90":"Charlie"}
extra_field
{ "type": "object", "properties": { "param_t62": { "type": "string" }, "prop_y26": { "type": "null" }, "col_e51": { "type": "string" }, "prop_o72": { "type": "integer" }, "dim_m90": { "type": "string" }, "key_l59": { "type": "integer" ...
{"param_t62": "PASS", "prop_o72": 515, "dim_m90": "Charlie", "extra_field_1111": true}
Unknown field 'extra_field_1111' not defined in schema
{"param_t62":"PASS","prop_o72":515,"dim_m90":"Charlie"}
TASK repair_structured_output SPEC FIELD key_c90 TYPE number REQUIRED yes FIELD col_f94 TYPE null REQUIRED no FIELD val_e05 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_a30 TYPE string REQUIRED no FIELD col_x57[] TYPE string REQUIRED yes FIELD param_z28[].val_p42 TYPE string_date-time REQUIRED y...
{"key_c90":479.66,"col_f94":null,"val_e05":"low","attr_a30":"demo","col_x57":["cancelled"]}
truncated_array
{ "type": "object", "properties": { "key_c90": { "type": "number" }, "col_f94": { "type": "null" }, "val_e05": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_a30": { "type": "string" }, ...
{"key_c90":479.66,"col_f94":null,"val_e05":"low","attr_a30":"demo","col_x57":["cancelled"
Unexpected end of JSON input — truncated array
{"key_c90":479.66,"col_f94":null,"val_e05":"low","attr_a30":"demo","col_x57":["cancelled"]}
TASK repair_structured_output SPEC FIELD status TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD bed_number TYPE string_email REQUIRED yes FIELD title TYPE boolean REQUIRED no BROKEN_OUTPUT {"status":"option_c","bed_number":"admin@domain.org","title":false
{"status":"option_c","bed_number":"admin@domain.org","title":false}
truncated_array
{ "type": "object", "properties": { "status": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "bed_number": { "type": "string", "format": "email" }, "title": { "type": "boolean" } }, "required": [ "bed_...
{"status":"option_c","bed_number":"admin@domain.org","title":false
Unexpected end of JSON input — truncated object
{"status":"option_c","bed_number":"admin@domain.org","title":false}
TASK repair_structured_output SPEC FIELD city TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD account_id TYPE null REQUIRED yes FIELD size TYPE string_uri REQUIRED yes BROKEN_OUTPUT <functioncall> get_account {city: "green", account_id: null, size: "https://example.io/api"}
{"city":"green","account_id":null,"size":"https://example.io/api"}
tool_call_bad_format
{ "type": "object", "properties": { "city": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "account_id": { "type": "null" }, "size": { "type": "string", "format": "uri" } }, "required...
<functioncall> get_account {city: "green", account_id: null, size: "https://example.io/api"}
Tool call has malformed arguments — unquoted keys in function parameters
{"city":"green","account_id":null,"size":"https://example.io/api"}
TASK repair_structured_output SPEC FIELD dim_v17 TYPE boolean REQUIRED yes FIELD dim_k45 TYPE integer REQUIRED yes FIELD field_p56 TYPE number REQUIRED yes BROKEN_OUTPUT {"dim_v17":true,"dim_k45":830,"field_p56":966.14
{"dim_v17":true,"dim_k45":830,"field_p56":966.14}
truncated_object
{ "type": "object", "properties": { "dim_v17": { "type": "boolean" }, "dim_k45": { "type": "integer" }, "field_p56": { "type": "number" } }, "required": [ "field_p56", "dim_v17", "dim_k45" ] }
{"dim_v17":true,"dim_k45":830,"field_p56":966.14
Unexpected end of JSON input — truncated object
{"dim_v17":true,"dim_k45":830,"field_p56":966.14}
TASK repair_structured_output SPEC FIELD conductivity TYPE string REQUIRED no FIELD footnote TYPE string REQUIRED no FIELD aligned_pct TYPE string_uri REQUIRED no FIELD decay_rate TYPE integer REQUIRED yes FIELD item_id TYPE string REQUIRED yes FIELD bed_number TYPE string VALUES synonymous|missense|nonsense|frameshif...
{"conductivity":"Diana","footnote":"test","decay_rate":978,"item_id":"Smith","bed_number":"nonsense"}
tool_call_wrong_param
{ "type": "object", "properties": { "conductivity": { "type": "string" }, "footnote": { "type": "string" }, "aligned_pct": { "type": "string", "format": "uri" }, "decay_rate": { "type": "integer" }, "item_id": { "type": "string" }, "bed...
Tool: get_weather Params: {"conductivity": "Diana", "footnote": "test", "decay_rate": 978, "item_id": "Smith", "bed_number": "nonsense"}
Agent used wrong parameter name 'aligned_pct_id' instead of 'aligned_pct'
{"conductivity":"Diana","footnote":"test","decay_rate":978,"item_id":"Smith","bed_number":"nonsense"}
TASK repair_structured_output SPEC FIELD val_e14 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD prop_c66 TYPE string REQUIRED no FIELD key_d89.col_q78 TYPE number REQUIRED yes FIELD key_d89.prop_g26 TYPE integer REQUIRED yes FIELD key_d89.attr_d00[] TYPE string REQUIRED no BROKEN_OUTPUT {"val_e1...
{"val_e14":"reliable","prop_c66":"RTG-04","key_d89":{"col_q78":195.24,"prop_g26":716,"attr_d00":["qux"]}}
trailing_comma
{ "type": "object", "properties": { "val_e14": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "prop_c66": { "type": "string" }, "key_d89": { "type": "object", "properties": { "col_q78": { "ty...
{"val_e14":"reliable","prop_c66":"RTG-04","key_d89":{"col_q78":195.24,"prop_g26":716,"attr_d00":["qux"]},}
Unexpected trailing comma
{"val_e14":"reliable","prop_c66":"RTG-04","key_d89":{"col_q78":195.24,"prop_g26":716,"attr_d00":["qux"]}}
TASK repair_structured_output SPEC FIELD val_s35 TYPE boolean REQUIRED no FIELD key_g41.attr_b98 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD key_g41.val_m34 TYPE boolean REQUIRED yes FIELD key_g41.dim_o74 TYPE string REQUIRED no FIELD key_g41.param_l46 TYPE boolean REQUIRED no FIELD key_g41....
{"val_s35":true,"dim_m79":527.58}
tool_call_bad_format
{ "type": "object", "properties": { "val_s35": { "type": "boolean" }, "key_g41": { "type": "object", "properties": { "attr_b98": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
<functioncall> fetch_lab_result {val_s35: true, dim_m79: 527.58}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_s35":true,"dim_m79":527.58}
TASK repair_structured_output SPEC FIELD prop_q28 TYPE integer REQUIRED yes FIELD dim_q99 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_v72 TYPE number REQUIRED yes FIELD prop_k28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN_OUTPUT {"prop_q28":25,"dim_q99":"xl","param_v72":855.86,"pro...
{"prop_q28":25,"dim_q99":"xl","param_v72":855.86,"prop_k28":"USD"}
missing_bracket
{ "type": "object", "properties": { "prop_q28": { "type": "integer" }, "dim_q99": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "param_v72": { "type": "number" }, "prop_k28": { "type": "string", ...
{"prop_q28":25,"dim_q99":"xl","param_v72":855.86,"prop_k28":"USD"}
Missing closing bracket
{"prop_q28":25,"dim_q99":"xl","param_v72":855.86,"prop_k28":"USD"}
TASK repair_structured_output SPEC FIELD key_c63 TYPE number REQUIRED yes FIELD prop_f89 TYPE number REQUIRED no FIELD dim_v10 TYPE boolean REQUIRED no FIELD key_o54 TYPE string REQUIRED no FIELD param_d18 TYPE string REQUIRED no FIELD field_t81 TYPE integer REQUIRED no FIELD col_n08 TYPE string VALUES small|medium|la...
{"key_c63":879.59,"prop_f89":328.4,"dim_v10":false,"field_t81":85,"col_n08":"xl","param_w12":204}
unquoted_keys
{ "type": "object", "properties": { "key_c63": { "type": "number" }, "prop_f89": { "type": "number" }, "dim_v10": { "type": "boolean" }, "key_o54": { "type": "string" }, "param_d18": { "type": "string" }, "field_t81": { "type": "integer...
{key_c63:879.59,prop_f89:328.4,dim_v10:false,field_t81:85,col_n08:"xl",param_w12:204}
Expecting property name enclosed in double quotes
{"key_c63":879.59,"prop_f89":328.4,"dim_v10":false,"field_t81":85,"col_n08":"xl","param_w12":204}
TASK repair_structured_output SPEC FIELD field_t49 TYPE string REQUIRED no FIELD attr_w74.key_r83 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD attr_w74.field_h35 TYPE string REQUIRED yes FIELD attr_w74.field_a37[] TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD key_h79.attr_a73 TYPE s...
{"attr_w74":{"key_r83":"level_5","field_h35":"https://api.example.com/v1","field_a37":["cat_b","cat_a"]},"key_h79":{"attr_a73":"Johnson","field_r16":"Johnson","prop_j81":"2026-01-28T16:21:00Z"},"key_y69":"completed","col_r26":true,"field_w69":"hello"}
missing_required
{ "type": "object", "properties": { "field_t49": { "type": "string" }, "attr_w74": { "type": "object", "properties": { "key_r83": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
{"attr_w74": {"key_r83": "level_5", "field_h35": "https://api.example.com/v1", "field_a37": ["cat_b", "cat_a"]}, "key_h79": {"attr_a73": "Johnson", "field_r16": "Johnson", "prop_j81": "2026-01-28T16:21:00Z"}, "col_r26": true, "field_w69": "hello"}
Required field 'key_y69' is missing
{"attr_w74":{"key_r83":"level_5","field_h35":"https://api.example.com/v1","field_a37":["cat_b","cat_a"]},"key_h79":{"attr_a73":"Johnson","field_r16":"Johnson","prop_j81":"2026-01-28T16:21:00Z"},"key_y69":"completed","col_r26":true,"field_w69":"hello"}
TASK repair_structured_output SPEC FIELD prop_x50 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD attr_j85 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD key_z25 TYPE string_email REQUIRED no BROKEN_OUTPUT {"prop_x50":"option_e","attr_j85":"mode_a","key_z25":"test@domain.org",}
{"prop_x50":"option_e","attr_j85":"mode_a","key_z25":"test@domain.org"}
trailing_comma
{ "type": "object", "properties": { "prop_x50": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "attr_j85": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, ...
{"prop_x50":"option_e","attr_j85":"mode_a","key_z25":"test@domain.org",}
Unexpected trailing comma
{"prop_x50":"option_e","attr_j85":"mode_a","key_z25":"test@domain.org"}
TASK repair_structured_output SPEC FIELD tags TYPE string REQUIRED no FIELD payment_status TYPE null REQUIRED no FIELD score TYPE null REQUIRED no FIELD salinity TYPE string REQUIRED no FIELD amount TYPE integer REQUIRED no FIELD brake_pressure TYPE string REQUIRED no FIELD tax TYPE string REQUIRED yes BROKEN_OUTPUT ...
{"score":null,"brake_pressure":"chr1","tax":"New York"}
tool_call_partial_args
{ "type": "object", "properties": { "tags": { "type": "string" }, "payment_status": { "type": "null" }, "score": { "type": "null" }, "salinity": { "type": "string" }, "amount": { "type": "integer" }, "brake_pressure": { "type": "string"...
I need to look up the information first. Action: align_reads Arguments: {"score": null, "brake_pressure": "chr1"}
Agent tool call missing required parameter 'tax'
{"score":null,"brake_pressure":"chr1","tax":"New York"}
TASK repair_structured_output SPEC FIELD organism TYPE string_email REQUIRED yes FIELD insurance_id TYPE integer REQUIRED no FIELD position TYPE string REQUIRED no FIELD trace_id TYPE string REQUIRED yes FIELD voltage[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes BROKEN_OUTPUT annotate_mutation...
{"organism":"info@test.io","insurance_id":827,"trace_id":"New York","voltage":["heterozygous"]}
tool_call_python_syntax
{ "type": "object", "properties": { "organism": { "type": "string", "format": "email" }, "insurance_id": { "type": "integer" }, "position": { "type": "string" }, "trace_id": { "type": "string" }, "voltage": { "type": "array", "items": { ...
annotate_mutation(organism='info@test.io', insurance_id=827, trace_id='New York', voltage=['heterozygous'])
Tool call uses Python syntax instead of JSON
{"organism":"info@test.io","insurance_id":827,"trace_id":"New York","voltage":["heterozygous"]}
TASK repair_structured_output SPEC FIELD field_y46 TYPE string REQUIRED no FIELD field_k98 TYPE integer REQUIRED no FIELD attr_m11 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"field_k98":273,"attr_m11":"2021-05-01T11:03:00Z",}
{"field_k98":273,"attr_m11":"2021-05-01T11:03:00Z"}
trailing_comma
{ "type": "object", "properties": { "field_y46": { "type": "string" }, "field_k98": { "type": "integer" }, "attr_m11": { "type": "string", "format": "date-time" } }, "required": [ "attr_m11" ] }
{"field_k98":273,"attr_m11":"2021-05-01T11:03:00Z",}
Unexpected trailing comma
{"field_k98":273,"attr_m11":"2021-05-01T11:03:00Z"}
TASK repair_structured_output SPEC FIELD collateral TYPE number REQUIRED yes FIELD subject TYPE integer REQUIRED yes FIELD annotation TYPE integer REQUIRED yes BROKEN_OUTPUT Below is the JSON object: ```json {"collateral":315.99,"subject":772,"annotation":525} ``` Hope this helps!
{"collateral":315.99,"subject":772,"annotation":525}
markdown_explanation
{ "type": "object", "properties": { "collateral": { "type": "number" }, "subject": { "type": "integer" }, "annotation": { "type": "integer" } }, "required": [ "subject", "collateral", "annotation" ] }
Below is the JSON object: ```json {"collateral":315.99,"subject":772,"annotation":525} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"collateral":315.99,"subject":772,"annotation":525}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string REQUIRED no FIELD website TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD discount TYPE string REQUIRED yes FIELD product_id TYPE string_date-time REQUIRED yes FIELD rating TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first....
{"hazmat_code":"Berlin","website":"cat_b","discount":"cancelled","product_id":"2021-07-07T09:33:00Z"}
tool_call_partial_args
{ "type": "object", "properties": { "hazmat_code": { "type": "string" }, "website": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "discount": { "type": "string" }, "product_id": { "type": "string", "format": "date-time" ...
I need to look up the information first. Action: assign_berth Arguments: {"hazmat_code": "Berlin", "website": "cat_b", "discount": "cancelled"}
Agent tool call missing required parameter 'product_id'
{"hazmat_code":"Berlin","website":"cat_b","discount":"cancelled","product_id":"2021-07-07T09:33:00Z"}
TASK repair_structured_output SPEC FIELD dim_f96 TYPE number REQUIRED yes FIELD dim_y82.attr_b94 TYPE boolean REQUIRED no FIELD dim_y82.prop_z41 TYPE number REQUIRED yes FIELD dim_y82.field_e30 TYPE number REQUIRED no FIELD dim_y82.param_z30 TYPE number REQUIRED no FIELD dim_y82.param_z13 TYPE integer REQUIRED no FIEL...
{"dim_f96":698.91,"dim_y82":{"prop_z41":904.56,"field_e30":316.78,"param_z30":267.79,"param_z13":808},"col_m19":"New York"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_f96": { "type": "number" }, "dim_y82": { "type": "object", "properties": { "attr_b94": { "type": "boolean" }, "prop_z41": { "type": "number" }, "field_e30": { "type": "number"...
<functioncall> generate_report {dim_f96: 698.91, dim_y82: {prop_z41: 904.56, field_e30: 316.78, param_z30: 267.79, param_z13: 808}, col_m19: "New York"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_f96":698.91,"dim_y82":{"prop_z41":904.56,"field_e30":316.78,"param_z30":267.79,"param_z13":808},"col_m19":"New York"}
TASK repair_structured_output SPEC FIELD key_q05 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_d63 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_q92 TYPE string REQUIRED yes FIELD dim_l00 TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> annotate_mutation {key_q05: "...
{"key_q05":"delivered","param_q92":"MV-Evergreen-01","dim_l00":"inactive"}
tool_call_bad_format
{ "type": "object", "properties": { "key_q05": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_d63": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
<functioncall> annotate_mutation {key_q05: "delivered", param_q92: "MV-Evergreen-01", dim_l00: "inactive"}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_q05":"delivered","param_q92":"MV-Evergreen-01","dim_l00":"inactive"}
TASK repair_structured_output SPEC FIELD branch TYPE string REQUIRED yes FIELD date TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD wavelength TYPE string REQUIRED yes FIELD payment_status TYPE null REQUIRED yes FIELD strand TYPE number REQUIRED no FIELD procedure_code.decay_rate TYPE boolean REQUIRED...
{"branch":"MV-Evergreen-01","date":"white","wavelength":"2024-06-30","payment_status":null,"strand":129.39,"id":242.72}
tool_call_partial_args
{ "type": "object", "properties": { "branch": { "type": "string" }, "date": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "wavelength": { "type": "string" }, "payment_status": { "typ...
Let me check the system. Action: get_inventory Arguments: {"branch": "MV-Evergreen-01", "date": "white", "wavelength": "2024-06-30", "strand": 129.39, "id": 242.72}
Agent tool call missing required parameter 'payment_status'
{"branch":"MV-Evergreen-01","date":"white","wavelength":"2024-06-30","payment_status":null,"strand":129.39,"id":242.72}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD user_id TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD manifest_ref.bill_of_lading TYPE integer REQUIRED yes FIELD manifest_ref.shift_code TYPE number REQUIRED no FIELD manifest_ref.st...
{"item_id":"coastal","user_id":"blue","manifest_ref":{"bill_of_lading":887,"start_date":"pending","section":43,"batch_code":"moored","temp_celsius":"reliable","decay_rate":"test"},"start_date":{"updated_at":null,"pressure_kpa":70.3,"collateral":369.68,"repository":false,"current_draw":"Bob"}}
trailing_comma
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "user_id": { "type": "string", "enum": [ "red", "blue", "green", "black", "whit...
{"item_id":"coastal","user_id":"blue","manifest_ref":{"bill_of_lading":887,"start_date":"pending","section":43,"batch_code":"moored","temp_celsius":"reliable","decay_rate":"test",},"start_date":{"updated_at":null,"pressure_kpa":70.3,"collateral":369.68,"repository":false,"current_draw":"Bob"}}
Unexpected trailing comma
{"item_id":"coastal","user_id":"blue","manifest_ref":{"bill_of_lading":887,"start_date":"pending","section":43,"batch_code":"moored","temp_celsius":"reliable","decay_rate":"test"},"start_date":{"updated_at":null,"pressure_kpa":70.3,"collateral":369.68,"repository":false,"current_draw":"Bob"}}
TASK repair_structured_output SPEC FIELD val_t08 TYPE string REQUIRED yes FIELD attr_y45 TYPE string REQUIRED no FIELD col_a94 TYPE boolean REQUIRED no FIELD prop_e01.attr_u78 TYPE string_date-time REQUIRED no FIELD prop_e01.param_e19.col_u83 TYPE string REQUIRED yes FIELD prop_e01.param_e19.val_q54 TYPE number REQUIR...
{"val_t08":"pending","col_a94":true}
missing_required
{ "type": "object", "properties": { "val_t08": { "type": "string" }, "attr_y45": { "type": "string" }, "col_a94": { "type": "boolean" }, "prop_e01": { "type": "object", "properties": { "attr_u78": { "type": "string", "format": "da...
{"col_a94": true}
Required field 'val_t08' is missing
{"val_t08":"pending","col_a94":true}
TASK repair_structured_output SPEC FIELD dim_f73 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD param_z39 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD attr_w11 TYPE null REQUIRED no FIELD field_q29.prop_o61 TYPE string REQUIRED yes FIELD field_q29.field_o27 TYPE integer REQUIR...
{"dim_f73":"basic","param_z39":"underway","field_q29":{"prop_o61":"Oliveira","field_o27":135,"dim_v87":166,"col_u59":{"key_a21":"medium","param_t25":false,"field_x58":"homozygous"}}}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_f73": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "param_z39": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
Tool: search Params: {"param_z39": "underway", "field_q29": {"prop_o61": "Oliveira", "field_o27": 135, "dim_v87": 166, "col_u59": {"key_a21": "medium", "param_t25": false, "field_x58": "homozygous"}}, "dim_f73_name": "basic"}
Agent used wrong parameter name 'dim_f73_name' instead of 'dim_f73'
{"dim_f73":"basic","param_z39":"underway","field_q29":{"prop_o61":"Oliveira","field_o27":135,"dim_v87":166,"col_u59":{"key_a21":"medium","param_t25":false,"field_x58":"homozygous"}}}
TASK repair_structured_output SPEC FIELD attr_k59 TYPE number REQUIRED yes FIELD val_z84 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_x75 TYPE integer REQUIRED no FIELD col_l59 TYPE string REQUIRED no BROKEN_OUTPUT {"attr_k59": null, "attr_x75": 837, "col_l59": "Bob"}
{"attr_k59":3.19,"attr_x75":837,"col_l59":"Bob"}
null_required
{ "type": "object", "properties": { "attr_k59": { "type": "number" }, "val_z84": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_x75": { "type": "integer" }, "col_l59": { "type": "st...
{"attr_k59": null, "attr_x75": 837, "col_l59": "Bob"}
Required field 'attr_k59' is null
{"attr_k59":3.19,"attr_x75":837,"col_l59":"Bob"}
TASK repair_structured_output SPEC FIELD col_s31 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_v44 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD col_v49 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool...
{"col_s31":"operational","attr_v44":"maintenance","col_v49":"2023-11-05T08:51:00Z"}
tool_call_text_mix
{ "type": "object", "properties": { "col_s31": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "attr_v44": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
I need to look up the information first. <tool_call name="query_port_status"> {"col_s31":"operational","attr_v44":"maintenance","col_v49":"2023-11-05T08:51:00Z"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"col_s31":"operational","attr_v44":"maintenance","col_v49":"2023-11-05T08:51:00Z"}
TASK repair_structured_output SPEC FIELD decay_rate TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD role TYPE string_date-time REQUIRED yes FIELD notes TYPE integer REQUIRED yes FIELD chromosome TYPE integer REQUIRED yes BROKEN_OUTPUT {"decay_rate":"missense","role":"2023-01-12T15:56:00Z...
{"decay_rate":"missense","role":"2023-01-12T15:56:00Z","notes":832,"chromosome":360}
missing_bracket
{ "type": "object", "properties": { "decay_rate": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "role": { "type": "string", "format": "date-time" }, "notes": { "type": "integer" }, ...
{"decay_rate":"missense","role":"2023-01-12T15:56:00Z","notes":832,"chromosome":360}
Missing closing bracket
{"decay_rate":"missense","role":"2023-01-12T15:56:00Z","notes":832,"chromosome":360}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED no FIELD total TYPE string_date-time REQUIRED yes FIELD interest_rate[] TYPE boolean REQUIRED yes BROKEN_OUTPUT "total":"2024-02-03T12:44:00Z","interest_rate":[false,true,true]}
{"total":"2024-02-03T12:44:00Z","interest_rate":[false,true,true]}
missing_brace
{ "type": "object", "properties": { "subject": { "type": "string" }, "total": { "type": "string", "format": "date-time" }, "interest_rate": { "type": "array", "items": { "type": "boolean" } } }, "required": [ "interest_rate", "total" ...
"total":"2024-02-03T12:44:00Z","interest_rate":[false,true,true]}
Missing closing brace
{"total":"2024-02-03T12:44:00Z","interest_rate":[false,true,true]}
TASK repair_structured_output SPEC FIELD size TYPE string VALUES draft|published|archived REQUIRED yes FIELD shift_code TYPE boolean REQUIRED yes FIELD isotope TYPE string REQUIRED no FIELD discount[].allele TYPE string_uri REQUIRED no FIELD discount[].url TYPE string REQUIRED yes FIELD discount[].active TYPE string V...
{"size":"published","shift_code":true,"isotope":"active","discount":[{"url":"PASS","active":"mode_b","insurance_id":"foo","label":380},{"allele":"https://data.io/data","url":"Santos","active":"mode_e","insurance_id":"New York","label":400}],"medication":[false,false,false]}
single_quotes
{ "type": "object", "properties": { "size": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "shift_code": { "type": "boolean" }, "isotope": { "type": "string" }, "discount": { "type": "array", "items": ...
{'size':'published','shift_code':true,'isotope':'active','discount':[{'url':'PASS','active':'mode_b','insurance_id':'foo','label':380},{'allele':'https://data.io/data','url':'Santos','active':'mode_e','insurance_id':'New York','label':400}],'medication':[false,false,false]}
Expecting property name enclosed in double quotes
{"size":"published","shift_code":true,"isotope":"active","discount":[{"url":"PASS","active":"mode_b","insurance_id":"foo","label":380},{"allele":"https://data.io/data","url":"Santos","active":"mode_e","insurance_id":"New York","label":400}],"medication":[false,false,false]}
TASK repair_structured_output SPEC FIELD dim_l99 TYPE integer REQUIRED no FIELD dim_l39 TYPE string REQUIRED no FIELD attr_s18 TYPE string_uri REQUIRED no FIELD param_t40 TYPE string REQUIRED yes FIELD key_i84 TYPE integer REQUIRED no BROKEN_OUTPUT {"dim_l99":558,"dim_l39":"FWD","attr_s18":"https://www.org/v1","param...
{"dim_l99":558,"dim_l39":"FWD","attr_s18":"https://www.org/v1","param_t40":"active","key_i84":770}
missing_bracket
{ "type": "object", "properties": { "dim_l99": { "type": "integer" }, "dim_l39": { "type": "string" }, "attr_s18": { "type": "string", "format": "uri" }, "param_t40": { "type": "string" }, "key_i84": { "type": "integer" } }, "required":...
{"dim_l99":558,"dim_l39":"FWD","attr_s18":"https://www.org/v1","param_t40":"active","key_i84":770}
Missing closing bracket
{"dim_l99":558,"dim_l39":"FWD","attr_s18":"https://www.org/v1","param_t40":"active","key_i84":770}
TASK repair_structured_output SPEC FIELD prop_y84 TYPE integer REQUIRED no FIELD col_e74 TYPE string REQUIRED no FIELD prop_w68 TYPE string_email REQUIRED yes FIELD val_r50 TYPE string_email REQUIRED no FIELD dim_a13.field_e01 TYPE string REQUIRED no FIELD dim_a13.param_b41 TYPE string VALUES admin|editor|viewer REQUI...
{"prop_y84":462,"col_e74":"This is a test value.","prop_w68":"admin@example.com","dim_a13":{"field_e01":"sample","param_b41":"viewer","col_w04":["Tokyo","example"]},"val_e23":true}
tool_call_text_mix
{ "type": "object", "properties": { "prop_y84": { "type": "integer" }, "col_e74": { "type": "string" }, "prop_w68": { "type": "string", "format": "email" }, "val_r50": { "type": "string", "format": "email" }, "dim_a13": { "type": "object"...
Processing the request now. <tool_call name="get_account"> {"prop_y84":462,"col_e74":"This is a test value.","prop_w68":"admin@example.com","dim_a13":{"field_e01":"sample","param_b41":"viewer","col_w04":["Tokyo","example"]},"val_e23":true} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"prop_y84":462,"col_e74":"This is a test value.","prop_w68":"admin@example.com","dim_a13":{"field_e01":"sample","param_b41":"viewer","col_w04":["Tokyo","example"]},"val_e23":true}
TASK repair_structured_output SPEC FIELD payment_status TYPE number REQUIRED no FIELD nickname TYPE boolean REQUIRED yes FIELD subtotal TYPE number REQUIRED no FIELD fleet_number[] TYPE string_uri REQUIRED yes FIELD tile[].amount TYPE string VALUES low|medium|high|critical REQUIRED no FIELD tile[].torque_output TYPE s...
{"payment_status":666.72,"nickname":true,"subtotal":135.73,"fleet_number":["https://data.org/data","https://api.org/api","https://www.io/api","https://example.org/api"],"tile":[{"torque_output":"moored","span_id":"single"},{"amount":"high","torque_output":"underway","span_id":"divorced"}]}
number_with_unit
{ "type": "object", "properties": { "payment_status": { "type": "number" }, "nickname": { "type": "boolean" }, "subtotal": { "type": "number" }, "fleet_number": { "type": "array", "items": { "type": "string", "format": "uri" } }, ...
{"payment_status": 666.72, "nickname": true, "subtotal": "135.73kg", "fleet_number": ["https://data.org/data", "https://api.org/api", "https://www.io/api", "https://example.org/api"], "tile": [{"torque_output": "moored", "span_id": "single"}, {"amount": "high", "torque_output": "underway", "span_id": "divorced"}]}
Field 'subtotal' must be number, got string with unit
{"payment_status":666.72,"nickname":true,"subtotal":135.73,"fleet_number":["https://data.org/data","https://api.org/api","https://www.io/api","https://example.org/api"],"tile":[{"torque_output":"moored","span_id":"single"},{"amount":"high","torque_output":"underway","span_id":"divorced"}]}
TASK repair_structured_output SPEC FIELD param_n83 TYPE string REQUIRED no FIELD prop_d42.param_y24 TYPE integer REQUIRED yes FIELD prop_d42.prop_e05 TYPE number REQUIRED yes FIELD prop_d42.attr_a79 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD prop_d42.field_u42 TYPE string REQUIRED y...
{"param_n83":"Oliveira","prop_d42":{"param_y24":103,"prop_e05":19.76,"attr_a79":"type_b","field_u42":"Sao Paulo","col_v61":{"attr_t58":"Smith","field_g12":"Maria","dim_x96":["user@domain.com","hello","Bob"]}},"param_v47":"This is a test value.","attr_u38":"2020-09-09T06:32:00Z","field_g27":"type_a"}
truncated_array
{ "type": "object", "properties": { "param_n83": { "type": "string" }, "prop_d42": { "type": "object", "properties": { "param_y24": { "type": "integer" }, "prop_e05": { "type": "number" }, "attr_a79": { "type": "stri...
{"param_n83":"Oliveira","prop_d42":{"param_y24":103,"prop_e05":19.76,"attr_a79":"type_b","field_u42":"Sao Paulo","col_v61":{"attr_t58":"Smith","field_g12":"Maria","dim_x96":["user@domain.com","hello","Bob"]}},"param_v47":"This is a test value.","attr_u38":"2020-09-09T06:32:00Z","field_g27":"type_a"
Unexpected end of JSON input — truncated object
{"param_n83":"Oliveira","prop_d42":{"param_y24":103,"prop_e05":19.76,"attr_a79":"type_b","field_u42":"Sao Paulo","col_v61":{"attr_t58":"Smith","field_g12":"Maria","dim_x96":["user@domain.com","hello","Bob"]}},"param_v47":"This is a test value.","attr_u38":"2020-09-09T06:32:00Z","field_g27":"type_a"}
TASK repair_structured_output SPEC FIELD param_v18 TYPE integer REQUIRED no FIELD dim_e74 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD attr_t33[].param_x78 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD attr_t33[].field_r85 TYPE string_date-time REQUIRED yes FIELD attr_t33[].key_p...
{"param_v18":977,"dim_e74":"error","attr_t33":[{"field_r85":"2020-11-28T23:49:00Z","key_p63":"A short description.","val_d62":false,"val_a23":453.98},{"field_r85":"2022-01-02T20:13:00Z","key_p63":"Diana","val_a23":283.42},{"field_r85":"2023-07-06T10:14:00Z","key_p63":"2024-06-30","val_d62":true,"key_h16":null,"val_a23"...
unquoted_keys
{ "type": "object", "properties": { "param_v18": { "type": "integer" }, "dim_e74": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "attr_t33": { "type": "array", "items": { "type": "object", ...
{param_v18:977,dim_e74:"error",attr_t33:[{field_r85:"2020-11-28T23:49:00Z",key_p63:"A short description.",val_d62:false,val_a23:453.98},{field_r85:"2022-01-02T20:13:00Z",key_p63:"Diana",val_a23:283.42},{field_r85:"2023-07-06T10:14:00Z",key_p63:"2024-06-30",val_d62:true,key_h16:null,val_a23:147.14,dim_h93:"Tokyo"},{para...
Expecting property name enclosed in double quotes
{"param_v18":977,"dim_e74":"error","attr_t33":[{"field_r85":"2020-11-28T23:49:00Z","key_p63":"A short description.","val_d62":false,"val_a23":453.98},{"field_r85":"2022-01-02T20:13:00Z","key_p63":"Diana","val_a23":283.42},{"field_r85":"2023-07-06T10:14:00Z","key_p63":"2024-06-30","val_d62":true,"key_h16":null,"val_a23"...
TASK repair_structured_output SPEC FIELD field_u79 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD dim_z22 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD param_b89 TYPE string REQUIRED no FIELD param_r87 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD field_q98 T...
{"field_u79":"level_1","dim_z22":"option_e","param_r87":"level_1","field_q98":173}
missing_required
{ "type": "object", "properties": { "field_u79": { "type": "string", "enum": [ "level_1", "level_2" ] }, "dim_z22": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "opt...
{"field_u79": "level_1", "dim_z22": "option_e", "param_r87": "level_1"}
Required field 'field_q98' is missing
{"field_u79":"level_1","dim_z22":"option_e","param_r87":"level_1","field_q98":173}
TASK repair_structured_output SPEC FIELD umi TYPE boolean REQUIRED no FIELD user_id.price TYPE boolean REQUIRED yes FIELD user_id.ward TYPE string_uri REQUIRED yes FIELD user_id.language.collateral TYPE integer REQUIRED no FIELD user_id.language.priority TYPE string_uri REQUIRED no FIELD user_id.language.transaction_i...
{"umi":false,"user_id":{"price":false,"ward":"https://api.org/data","language":{"collateral":800,"priority":"https://data.com/data","transaction_id":["REV","active","London"]},"conductivity":"cat_c"},"compound":"completed","shipping":"quux","ph_level":"2021-11-01T02:27:00Z"}
markdown_fences
{ "type": "object", "properties": { "umi": { "type": "boolean" }, "user_id": { "type": "object", "properties": { "price": { "type": "boolean" }, "ward": { "type": "string", "format": "uri" }, "language": { ...
```json {"umi":false,"user_id":{"price":false,"ward":"https://api.org/data","language":{"collateral":800,"priority":"https://data.com/data","transaction_id":["REV","active","London"]},"conductivity":"cat_c"},"compound":"completed","shipping":"quux","ph_level":"2021-11-01T02:27:00Z"} ```
Output contains markdown code fences
{"umi":false,"user_id":{"price":false,"ward":"https://api.org/data","language":{"collateral":800,"priority":"https://data.com/data","transaction_id":["REV","active","London"]},"conductivity":"cat_c"},"compound":"completed","shipping":"quux","ph_level":"2021-11-01T02:27:00Z"}
TASK repair_structured_output SPEC FIELD feedback TYPE string REQUIRED yes FIELD items TYPE integer REQUIRED yes FIELD latitude TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD end_date TYPE string REQUIRED no BROKEN_OUTPUT ```json {"feedback":"GRCh38","items":779,"latitude":"homozygous"} ```
{"feedback":"GRCh38","items":779,"latitude":"homozygous"}
markdown_fences
{ "type": "object", "properties": { "feedback": { "type": "string" }, "items": { "type": "integer" }, "latitude": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "end_date": { "type": "string" }...
```json {"feedback":"GRCh38","items":779,"latitude":"homozygous"} ```
Output contains markdown code fences
{"feedback":"GRCh38","items":779,"latitude":"homozygous"}
TASK repair_structured_output SPEC FIELD prop_b15 TYPE string_email REQUIRED no FIELD dim_b55 TYPE integer REQUIRED no FIELD dim_x01 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD val_h02 TYPE string REQUIRED no FIELD dim_w67.field_b95 TYPE string REQUIRED no FIELD dim_w67.val_c08 TYPE string REQUIRED yes FIE...
{"prop_b15":"test@domain.org","dim_b55":943,"dim_x01":"cat_c"}
extra_field
{ "type": "object", "properties": { "prop_b15": { "type": "string", "format": "email" }, "dim_b55": { "type": "integer" }, "dim_x01": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "val_h02": { "type": "strin...
{"prop_b15": "test@domain.org", "dim_b55": 943, "dim_x01": "cat_c", "extra_value_2485": true}
Unknown field 'extra_value_2485' not defined in schema
{"prop_b15":"test@domain.org","dim_b55":943,"dim_x01":"cat_c"}
TASK repair_structured_output SPEC FIELD prop_i96 TYPE integer REQUIRED no FIELD param_o46.field_g76 TYPE string REQUIRED no FIELD param_o46.prop_v17 TYPE string REQUIRED no FIELD param_o46.val_z81 TYPE string REQUIRED yes FIELD param_o46.col_o43 TYPE boolean REQUIRED yes FIELD val_r78 TYPE number REQUIRED yes FIELD a...
{"prop_i96":987,"param_o46":{"field_g76":"cancelled","val_z81":"Berlin","col_o43":false},"val_r78":990.6,"attr_b79":null,"key_x20":false,"dim_k70":"berthed"}
thought_process
{ "type": "object", "properties": { "prop_i96": { "type": "integer" }, "param_o46": { "type": "object", "properties": { "field_g76": { "type": "string" }, "prop_v17": { "type": "string" }, "val_z81": { "type": "strin...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"prop_i96":987,"param_o46":{"field_g76":"cancelled","val_z81":"Berlin","col_o43":false},"val_r78":990.6,"attr_b79":null,"key_x20":false,"dim_k70":"berthed"}
Output contains chain-of-thought reasoning before JSON
{"prop_i96":987,"param_o46":{"field_g76":"cancelled","val_z81":"Berlin","col_o43":false},"val_r78":990.6,"attr_b79":null,"key_x20":false,"dim_k70":"berthed"}
TASK repair_structured_output SPEC FIELD subtotal TYPE string REQUIRED yes FIELD updated_at TYPE number REQUIRED no FIELD diagnosis_code TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD published TYPE string VALUES single|married|divorced REQUIRED yes BROKEN_OUTPUT <functioncall> align_reads {subtotal:...
{"subtotal":"https://example.com","updated_at":557.12,"published":"married"}
tool_call_bad_format
{ "type": "object", "properties": { "subtotal": { "type": "string" }, "updated_at": { "type": "number" }, "diagnosis_code": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "published": { ...
<functioncall> align_reads {subtotal: "https://example.com", updated_at: 557.12, published: "married"}
Tool call has malformed arguments — unquoted keys in function parameters
{"subtotal":"https://example.com","updated_at":557.12,"published":"married"}
TASK repair_structured_output SPEC FIELD col_b99 TYPE integer REQUIRED yes FIELD prop_y94 TYPE integer REQUIRED no FIELD dim_l85 TYPE number REQUIRED yes FIELD prop_j43[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes BROKEN_OUTPUT {"col_b99": 442, "prop_y94": 453, "dim_l85": 816.07, "prop_j43": ["le...
{"col_b99":442,"prop_y94":453,"dim_l85":816.07,"prop_j43":["level_4","level_2"]}
extra_field
{ "type": "object", "properties": { "col_b99": { "type": "integer" }, "prop_y94": { "type": "integer" }, "dim_l85": { "type": "number" }, "prop_j43": { "type": "array", "items": { "type": "string", "enum": [ "level_1", "le...
{"col_b99": 442, "prop_y94": 453, "dim_l85": 816.07, "prop_j43": ["level_4", "level_2"], "extra_info_308": 42}
Unknown field 'extra_info_308' not defined in schema
{"col_b99":442,"prop_y94":453,"dim_l85":816.07,"prop_j43":["level_4","level_2"]}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD torque_output TYPE integer REQUIRED no FIELD version TYPE string REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD salinity TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD...
{"items":"delivered","timezone":"This is a test value.","salinity":"in_progress","interest_rate":888,"annotation":"https://www.io/data","barcode":"2024-01-15"}
partial_structure
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "torque_output": { "type": "integer" }, "version": { "type": "string" }, "timezone": { "type": ...
The salinity is in_progress and {"items":"delivered","timezone":"This is a test value.","salinity":"in_progress","interest_rate":888,"annotation":"https://www.io/data","barcode":"2024-01-15"}
Output mixes natural language with JSON
{"items":"delivered","timezone":"This is a test value.","salinity":"in_progress","interest_rate":888,"annotation":"https://www.io/data","barcode":"2024-01-15"}
TASK repair_structured_output SPEC FIELD price TYPE boolean REQUIRED no FIELD title TYPE number REQUIRED yes FIELD medication TYPE integer REQUIRED yes BROKEN_OUTPUT The parsed result is: {"price":true,"title":493.54,"medication":607}
{"price":true,"title":493.54,"medication":607}
extra_text_before
{ "type": "object", "properties": { "price": { "type": "boolean" }, "title": { "type": "number" }, "medication": { "type": "integer" } }, "required": [ "medication", "title" ] }
The parsed result is: {"price":true,"title":493.54,"medication":607}
Output contains non-JSON text before the object
{"price":true,"title":493.54,"medication":607}
TASK repair_structured_output SPEC FIELD credit_score TYPE string_email REQUIRED yes FIELD gene_id TYPE boolean REQUIRED no FIELD item_id[] TYPE string REQUIRED no FIELD span_id[] TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: get_weather Argum...
{"credit_score":"info@domain.org","gene_id":false,"item_id":["Bob","Bob","Johnson"],"span_id":["enterprise","pro","free","enterprise"]}
tool_call_partial_args
{ "type": "object", "properties": { "credit_score": { "type": "string", "format": "email" }, "gene_id": { "type": "boolean" }, "item_id": { "type": "array", "items": { "type": "string" } }, "span_id": { "type": "array", "items": { ...
I need to look up the information first. Action: get_weather Arguments: {"credit_score": "info@domain.org", "gene_id": false, "item_id": ["Bob", "Bob", "Johnson"]}
Agent tool call missing required parameter 'span_id'
{"credit_score":"info@domain.org","gene_id":false,"item_id":["Bob","Bob","Johnson"],"span_id":["enterprise","pro","free","enterprise"]}
TASK repair_structured_output SPEC FIELD dosage TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD id TYPE number REQUIRED yes FIELD image_url TYPE string_email REQUIRED no BROKEN_OUTPUT <functioncall> assign_berth {dosage: "new", id: 73.7, image_url: "user@test.io"}
{"dosage":"new","id":73.7,"image_url":"user@test.io"}
tool_call_bad_format
{ "type": "object", "properties": { "dosage": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "id": { "type": "number" }, "image_url": { "type": "string", "format": "email" } }, "required"...
<functioncall> assign_berth {dosage: "new", id: 73.7, image_url: "user@test.io"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dosage":"new","id":73.7,"image_url":"user@test.io"}
TASK repair_structured_output SPEC FIELD language TYPE number REQUIRED yes FIELD phone.discount TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD phone.item_id.dosage TYPE integer REQUIRED yes FIELD phone.item_id.trace_id TYPE integer REQUIRED no FIELD phone.item_id.format TYPE null REQUIRED no FIEL...
{"language":935.67,"phone":{"discount":"reliable","item_id":{"dosage":185,"trace_id":124,"format":null,"tags":967.18,"order_id":883,"level":"inactive"},"start_date":true},"repository":"resolved","log_level":"operational","catalyst":false,"visible":"MV-Evergreen-01","step":236.05}
agent_chain
{ "type": "object", "properties": { "language": { "type": "number" }, "phone": { "type": "object", "properties": { "discount": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
Let me check the system. Action: get_inventory Result: {"language": 935.67, "phone": {"discount": "reliable", "item_id": {"dosage": 185, "trace_id": 124, "format": null, "tags": 967.18, "order_id": 883, "level": "inactive"}, "start_date": true}, "repository": "resolved", "catalyst": false, "visible": "MV-Evergreen-01",...
Agent multi-step chain with truncated tool output
{"language":935.67,"phone":{"discount":"reliable","item_id":{"dosage":185,"trace_id":124,"format":null,"tags":967.18,"order_id":883,"level":"inactive"},"start_date":true},"repository":"resolved","log_level":"operational","catalyst":false,"visible":"MV-Evergreen-01","step":236.05}
TASK repair_structured_output SPEC FIELD col_j19 TYPE string REQUIRED yes FIELD dim_w73 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_a36.val_y45 TYPE integer REQUIRED no FIELD attr_a36.dim_u67.field_l06 TYPE string_date-time REQUIRED yes FIELD attr_a36.dim_u67.dim_d56 TYPE null REQUIRED...
{"col_j19":"Johnson","dim_w73":"delivered","attr_a36":{"val_y45":30,"dim_u67":{"field_l06":"2023-07-10T02:29:00Z","dim_d56":null,"col_g68":"Silva"},"col_v31":560,"val_d31":false,"attr_t93":927,"attr_f39":{"col_g05":null,"col_e59":"test@example.com","dim_e23":367.44,"dim_a91":"https://www.org/v1","val_j28":168.31,"param...
trailing_comma
{ "type": "object", "properties": { "col_j19": { "type": "string" }, "dim_w73": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_a36": { "type": "object", "properties": { "val_y45": {...
{"col_j19":"Johnson","dim_w73":"delivered","attr_a36":{"val_y45":30,"dim_u67":{"field_l06":"2023-07-10T02:29:00Z","dim_d56":null,"col_g68":"Silva"},"col_v31":560,"val_d31":false,"attr_t93":927,"attr_f39":{"col_g05":null,"col_e59":"test@example.com","dim_e23":367.44,"dim_a91":"https://www.org/v1","val_j28":168.31,"param...
Unexpected trailing comma
{"col_j19":"Johnson","dim_w73":"delivered","attr_a36":{"val_y45":30,"dim_u67":{"field_l06":"2023-07-10T02:29:00Z","dim_d56":null,"col_g68":"Silva"},"col_v31":560,"val_d31":false,"attr_t93":927,"attr_f39":{"col_g05":null,"col_e59":"test@example.com","dim_e23":367.44,"dim_a91":"https://www.org/v1","val_j28":168.31,"param...
TASK repair_structured_output SPEC FIELD dim_x94 TYPE boolean REQUIRED no FIELD attr_f34 TYPE string_date-time REQUIRED yes FIELD param_h24.col_d97 TYPE string REQUIRED no FIELD param_h24.prop_s96 TYPE number REQUIRED no FIELD param_h24.val_c76.dim_a91 TYPE null REQUIRED yes FIELD param_h24.val_c76.attr_w66 TYPE strin...
{"dim_x94":false,"attr_f34":"2024-03-07T06:33:00Z","param_h24":{"val_c76":{"dim_a91":null,"attr_w66":"xl","attr_g37":866.98,"dim_d30":"red","attr_u71":"missense"},"key_o07":{"col_u44":"medium","attr_i89":351,"prop_e31":"test@example.com","dim_u48":"Oliveira"},"dim_t49":"intermittent","param_f00":"Alice"},"attr_n28":512...
unquoted_keys
{ "type": "object", "properties": { "dim_x94": { "type": "boolean" }, "attr_f34": { "type": "string", "format": "date-time" }, "param_h24": { "type": "object", "properties": { "col_d97": { "type": "string" }, "prop_s96": { ...
{dim_x94:false,attr_f34:"2024-03-07T06:33:00Z",param_h24:{val_c76:{dim_a91:null,attr_w66:"xl",attr_g37:866.98,dim_d30:"red",attr_u71:"missense"},key_o07:{col_u44:"medium",attr_i89:351,prop_e31:"test@example.com",dim_u48:"Oliveira"},dim_t49:"intermittent",param_f00:"Alice"},attr_n28:512,prop_m51:"QC-07"}
Expecting property name enclosed in double quotes
{"dim_x94":false,"attr_f34":"2024-03-07T06:33:00Z","param_h24":{"val_c76":{"dim_a91":null,"attr_w66":"xl","attr_g37":866.98,"dim_d30":"red","attr_u71":"missense"},"key_o07":{"col_u44":"medium","attr_i89":351,"prop_e31":"test@example.com","dim_u48":"Oliveira"},"dim_t49":"intermittent","param_f00":"Alice"},"attr_n28":512...
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD enabled TYPE string REQUIRED yes FIELD hazmat_code TYPE string VALUES active|inactive|pending REQUIRED yes BROKEN_OUTPUT Tool: process_payment Params: {"enabled": "Luis", "hazmat_code": "active", "b...
{"batch_code":"coastal","enabled":"Luis","hazmat_code":"active"}
tool_call_wrong_param
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "enabled": { "type": "string" }, "hazmat_code": { "type": "string", "enum": [ "active", ...
Tool: process_payment Params: {"enabled": "Luis", "hazmat_code": "active", "batch_code_new": "coastal"}
Agent used wrong parameter name 'batch_code_new' instead of 'batch_code'
{"batch_code":"coastal","enabled":"Luis","hazmat_code":"active"}
TASK repair_structured_output SPEC FIELD discount TYPE string REQUIRED no FIELD shipping TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD due_date.image_url TYPE string REQUIRED no FIELD due_date.diagnosis_code TYPE integer REQUIRED yes FIELD due_date.collateral.total TYPE string VALUES small|medium|large|xl...
{"discount":"2024-01-15","shipping":"email","due_date":{"image_url":"London","diagnosis_code":377,"collateral":{"total":"small","address":242.49,"voltage":["open"]},"currency":"Berlin"}}
thought_process
{ "type": "object", "properties": { "discount": { "type": "string" }, "shipping": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "due_date": { "type": "object", "properties": { "image_url": { ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"discount":"2024-01-15","shipping":"email","due_date":{"image_url":"London","diagnosis_code":377,"collateral":{"total":"small","address":242.49,"voltage":["open"]},"currency":"Berlin"}}
Output contains chain-of-thought reasoning before JSON
{"discount":"2024-01-15","shipping":"email","due_date":{"image_url":"London","diagnosis_code":377,"collateral":{"total":"small","address":242.49,"voltage":["open"]},"currency":"Berlin"}}
TASK repair_structured_output SPEC FIELD field_x58 TYPE boolean REQUIRED yes FIELD param_d44 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_j24 TYPE integer REQUIRED no BROKEN_OUTPUT {"field_x58": true, "param_d44": "closed", "prop_j24": 521, "extra_info_7135": 42}
{"field_x58":true,"param_d44":"closed","prop_j24":521}
extra_field
{ "type": "object", "properties": { "field_x58": { "type": "boolean" }, "param_d44": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_j24": { "type": "integer" } }, "required": [ "param_...
{"field_x58": true, "param_d44": "closed", "prop_j24": 521, "extra_info_7135": 42}
Unknown field 'extra_info_7135' not defined in schema
{"field_x58":true,"param_d44":"closed","prop_j24":521}
TASK repair_structured_output SPEC FIELD item_id TYPE string_email REQUIRED yes FIELD count.width TYPE string REQUIRED no FIELD count.payment_status TYPE string_email REQUIRED yes FIELD count.tile TYPE string REQUIRED yes FIELD count.shipper_ref TYPE integer REQUIRED yes FIELD count.email TYPE string_date-time REQUIRE...
{"item_id":"test@example.com","count":{"payment_status":"test@domain.org","tile":"FWD","shipper_ref":986,"email":"2024-02-11T02:30:00Z"},"verified":null,"comments":"Hapag-Lloyd-Express","trace_id":"Johnson","commit_hash":218.83}
tool_call_partial_args
{ "type": "object", "properties": { "item_id": { "type": "string", "format": "email" }, "count": { "type": "object", "properties": { "width": { "type": "string" }, "payment_status": { "type": "string", "format": "email" ...
I need to look up the information first. Action: assign_berth Arguments: {"count": {"payment_status": "test@domain.org", "tile": "FWD", "shipper_ref": 986, "email": "2024-02-11T02:30:00Z"}, "verified": null, "comments": "Hapag-Lloyd-Express", "trace_id": "Johnson", "commit_hash": 218.83}
Agent tool call missing required parameter 'item_id'
{"item_id":"test@example.com","count":{"payment_status":"test@domain.org","tile":"FWD","shipper_ref":986,"email":"2024-02-11T02:30:00Z"},"verified":null,"comments":"Hapag-Lloyd-Express","trace_id":"Johnson","commit_hash":218.83}
TASK repair_structured_output SPEC FIELD param_t98 TYPE null REQUIRED no FIELD attr_h72 TYPE string REQUIRED yes FIELD attr_i28 TYPE number REQUIRED no FIELD attr_g44 TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: annotate_mutation Arguments: {"param_t98": null, "attr_i28": 669...
{"param_t98":null,"attr_h72":"GRCh38","attr_i28":669.1}
tool_call_partial_args
{ "type": "object", "properties": { "param_t98": { "type": "null" }, "attr_h72": { "type": "string" }, "attr_i28": { "type": "number" }, "attr_g44": { "type": "string" } }, "required": [ "attr_h72" ] }
I need to look up the information first. Action: annotate_mutation Arguments: {"param_t98": null, "attr_i28": 669.1}
Agent tool call missing required parameter 'attr_h72'
{"param_t98":null,"attr_h72":"GRCh38","attr_i28":669.1}
TASK repair_structured_output SPEC FIELD subtotal TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD version TYPE number REQUIRED yes FIELD level TYPE integer REQUIRED no FIELD discount TYPE integer REQUIRED no FIELD user_id[].bill_of_lading TYPE string VALUES new|in_transit|delivered|returned REQUIRED...
{"subtotal":"oceanic","version":775.48,"level":156,"user_id":[{"bill_of_lading":"new","isotope":970,"items":"RTG-04"},{"bill_of_lading":"returned","isotope":176,"items":"active"},{"bill_of_lading":"delivered","isotope":360,"items":"Paris"},{"bill_of_lading":"new","isotope":601,"items":"bar"}],"terminal_id":["critical"]...
number_with_unit
{ "type": "object", "properties": { "subtotal": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "version": { "type": "number" }, "level": { "type": "integer" }, "discount": { "type": "integer"...
{"subtotal": "oceanic", "version": 775.48, "level": "156ms", "user_id": [{"bill_of_lading": "new", "isotope": 970, "items": "RTG-04"}, {"bill_of_lading": "returned", "isotope": 176, "items": "active"}, {"bill_of_lading": "delivered", "isotope": 360, "items": "Paris"}, {"bill_of_lading": "new", "isotope": 601, "items": ...
Field 'level' must be number, got string with unit
{"subtotal":"oceanic","version":775.48,"level":156,"user_id":[{"bill_of_lading":"new","isotope":970,"items":"RTG-04"},{"bill_of_lading":"returned","isotope":176,"items":"active"},{"bill_of_lading":"delivered","isotope":360,"items":"Paris"},{"bill_of_lading":"new","isotope":601,"items":"bar"}],"terminal_id":["critical"]...
TASK repair_structured_output SPEC FIELD medication TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD message.position TYPE string REQUIRED no FIELD message.allele TYPE string VALUES success|error|warning|info REQUIRED yes FIELD message.chapter TYPE string REQUIRED no FIELD run_id TYPE string VALUES homozygous...
{"medication":"JPY","message":{"position":"user@domain.com","allele":"success"},"run_id":"heterozygous","build_status":"2023-12-25","subject":768,"zip_code":null,"items":"test@example.com"}
number_with_unit
{ "type": "object", "properties": { "medication": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "message": { "type": "object", "properties": { "position": { "type": "string" }, ...
{"medication": "JPY", "message": {"position": "user@domain.com", "allele": "success"}, "run_id": "heterozygous", "build_status": "2023-12-25", "subject": "768px", "zip_code": null, "items": "test@example.com"}
Field 'subject' must be number, got string with unit
{"medication":"JPY","message":{"position":"user@domain.com","allele":"success"},"run_id":"heterozygous","build_status":"2023-12-25","subject":768,"zip_code":null,"items":"test@example.com"}
TASK repair_structured_output SPEC FIELD col_f29 TYPE boolean REQUIRED yes FIELD col_l22.param_q12 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD col_l22.param_w68.field_v93 TYPE integer REQUIRED no FIELD col_l22.param_w68.prop_u20 TYPE string VALUES active|inactive|pending REQUIRED yes...
{"col_f29":true,"col_l22":{"param_q12":"mode_c","param_w68":{"field_v93":480,"prop_u20":"pending","col_t56":"level_2","attr_r59":"example","param_m91":true},"col_b62":"RTG-04","key_g61":false,"prop_v81":"Johnson"},"param_z19":608}
truncated_object
{ "type": "object", "properties": { "col_f29": { "type": "boolean" }, "col_l22": { "type": "object", "properties": { "param_q12": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
{"col_f29":true,"col_l22":{"param_q12":"mode_c","param_w68":{"field_v93":480,"prop_u20":"pending","col_t56":"level_2","attr_r59":"example","param_m91":true},"col_b62":"RTG-04","key_g61":false,"prop_v81":"Johnson"},"param_z19":608
Unexpected end of JSON input — truncated object
{"col_f29":true,"col_l22":{"param_q12":"mode_c","param_w68":{"field_v93":480,"prop_u20":"pending","col_t56":"level_2","attr_r59":"example","param_m91":true},"col_b62":"RTG-04","key_g61":false,"prop_v81":"Johnson"},"param_z19":608}
TASK repair_structured_output SPEC FIELD price TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD insurance_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD humidity_pct TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no BROKEN_OUTPUT {"price": "confirmed", "insu...
{"price":"confirmed","insurance_id":"moored","humidity_pct":"JPY"}
extra_field
{ "type": "object", "properties": { "price": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "insurance_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", ...
{"price": "confirmed", "insurance_id": "moored", "humidity_pct": "JPY", "extra_data_553": 42}
Unknown field 'extra_data_553' not defined in schema
{"price":"confirmed","insurance_id":"moored","humidity_pct":"JPY"}
TASK repair_structured_output SPEC FIELD prop_r42 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD param_q26 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD key_v49 TYPE string REQUIRED yes FIELD field_b10 TYPE string VALUES new|in_transit|delivered|returned REQUIR...
{"prop_r42":"rejected","param_q26":"in_progress","key_v49":"Oliveira","field_b10":"returned"}
truncated_array
{ "type": "object", "properties": { "prop_r42": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "param_q26": { "type": "string", "enum": [ "open", "in_progress", "resolved", ...
{"prop_r42":"rejected","param_q26":"in_progress","key_v49":"Oliveira","field_b10":"returned"
Unexpected end of JSON input — truncated object
{"prop_r42":"rejected","param_q26":"in_progress","key_v49":"Oliveira","field_b10":"returned"}
TASK repair_structured_output SPEC FIELD ward TYPE string REQUIRED no FIELD branch TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD thumbnail TYPE string REQUIRED no FIELD lane TYPE string_email REQUIRED no FIELD subject TYPE string_uri REQUIRED no FIELD state.vessel_name TYPE boolean REQUIRED no FIELD...
{"ward":"hello","branch":"green","thumbnail":"qux","lane":"test@test.io","state":{"full_name":true},"last_name":"Smith"}
invalid_enum
{ "type": "object", "properties": { "ward": { "type": "string" }, "branch": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "thumbnail": { "type": "string" }, "lane": { "type": "string...
{"ward": "hello", "branch": "invalid_value_16", "thumbnail": "qux", "lane": "test@test.io", "state": {"full_name": true}, "last_name": "Smith"}
Field 'branch' has invalid enum value 'invalid_value_16', expected one of ['red', 'blue', 'green', 'black', 'white']
{"ward":"hello","branch":"green","thumbnail":"qux","lane":"test@test.io","state":{"full_name":true},"last_name":"Smith"}
TASK repair_structured_output SPEC FIELD voltage TYPE string REQUIRED no FIELD chapter TYPE string REQUIRED no FIELD comments TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD freight_class TYPE null REQUIRED yes FIELD humidity_pct[] TYPE string REQUIRED yes BROKEN_OUTPUT Here is the response in the req...
{"voltage":"demo","chapter":"Johnson","comments":"option_a","freight_class":null,"humidity_pct":["FWD","user@domain.com"]}
markdown_explanation
{ "type": "object", "properties": { "voltage": { "type": "string" }, "chapter": { "type": "string" }, "comments": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "freight_class": { "type": "null" }, ...
Here is the response in the requested format: ```json {"voltage":"demo","chapter":"Johnson","comments":"option_a","freight_class":null,"humidity_pct":["FWD","user@domain.com"]} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"voltage":"demo","chapter":"Johnson","comments":"option_a","freight_class":null,"humidity_pct":["FWD","user@domain.com"]}
TASK repair_structured_output SPEC FIELD col_d12 TYPE boolean REQUIRED yes FIELD param_z70 TYPE string REQUIRED yes FIELD val_y37 TYPE integer REQUIRED no BROKEN_OUTPUT "col_d12":true,"param_z70":"https://example.com"}
{"col_d12":true,"param_z70":"https://example.com"}
missing_brace
{ "type": "object", "properties": { "col_d12": { "type": "boolean" }, "param_z70": { "type": "string" }, "val_y37": { "type": "integer" } }, "required": [ "col_d12", "param_z70" ] }
"col_d12":true,"param_z70":"https://example.com"}
Missing closing brace
{"col_d12":true,"param_z70":"https://example.com"}