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 gene_id TYPE string VALUES option_a|option_b REQUIRED yes FIELD annotation TYPE string VALUES mode_a|mode_b REQUIRED no FIELD branch TYPE boolean REQUIRED no FIELD footnote TYPE integer REQUIRED yes FIELD velocity TYPE boolean REQUIRED no FIELD amplitude TYPE string REQUIRED no...
{"gene_id":"option_a","branch":false,"footnote":975,"velocity":true,"balance":"https://api.io/api"}
agent_chain
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "option_a", "option_b" ] }, "annotation": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "branch": { "type": "boolean" }, "footnot...
I need to look up the information first. Action: annotate_mutation Result: {"gene_id": "option_a", "branch": false, "footnote": 975, "velocity": true} Processing the request now. Action: calculate_price Result:
Agent multi-step chain with truncated tool output
{"gene_id":"option_a","branch":false,"footnote":975,"velocity":true,"balance":"https://api.io/api"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD level TYPE string REQUIRED no FIELD thumbnail.isotope TYPE string_email REQUIRED no FIELD thumbnail.zip_code TYPE string REQUIRED no FIELD thumbnail.torque_output TYPE boolean REQUIRED no FIELD thumbnail.sens...
{"vessel_name":"EUR","subtotal":"published","city":742.89,"size":163.12,"website":501}
single_quotes
{ "type": "object", "properties": { "vessel_name": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "level": { "type": "string" }, "thumbnail": { "type": "object", "properties": { "isotope": {...
{'vessel_name':'EUR','subtotal':'published','city':742.89,'size':163.12,'website':501}
Expecting property name enclosed in double quotes
{"vessel_name":"EUR","subtotal":"published","city":742.89,"size":163.12,"website":501}
TASK repair_structured_output SPEC FIELD val_l90 TYPE boolean REQUIRED no FIELD field_a80 TYPE number REQUIRED yes FIELD dim_h50.field_t09 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD dim_h50.field_o17 TYPE number REQUIRED no FIELD dim_h50.field_e90 TYPE string REQUIRED yes FIELD d...
{"field_a80":697.45,"dim_h50":{"field_t09":"confirmed","field_o17":609.3,"field_e90":"inactive","param_h32":{"key_k68":"https://example.org/api","field_r84":115.25,"field_g87":"2022-03-03T01:27:00Z","key_g59":"pending","col_m23":false,"key_j67":440},"dim_q09":"REV","param_c91":{"field_b24":"info","col_c41":"escalated",...
number_with_unit
{ "type": "object", "properties": { "val_l90": { "type": "boolean" }, "field_a80": { "type": "number" }, "dim_h50": { "type": "object", "properties": { "field_t09": { "type": "string", "enum": [ "pending_review", "confir...
{"field_a80": "697.45ms", "dim_h50": {"field_t09": "confirmed", "field_o17": 609.3, "field_e90": "inactive", "param_h32": {"key_k68": "https://example.org/api", "field_r84": 115.25, "field_g87": "2022-03-03T01:27:00Z", "key_g59": "pending", "col_m23": false, "key_j67": 440}, "dim_q09": "REV", "param_c91": {"field_b24":...
Field 'field_a80' must be number, got string with unit
{"field_a80":697.45,"dim_h50":{"field_t09":"confirmed","field_o17":609.3,"field_e90":"inactive","param_h32":{"key_k68":"https://example.org/api","field_r84":115.25,"field_g87":"2022-03-03T01:27:00Z","key_g59":"pending","col_m23":false,"key_j67":440},"dim_q09":"REV","param_c91":{"field_b24":"info","col_c41":"escalated",...
TASK repair_structured_output SPEC FIELD latitude TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD shipping TYPE integer REQUIRED yes FIELD lab_result TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. Action: search Arguments: {"shipping": 20, "lab_result": "Charlie"}
{"latitude":"in_transit","shipping":20,"lab_result":"Charlie"}
tool_call_partial_args
{ "type": "object", "properties": { "latitude": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "shipping": { "type": "integer" }, "lab_result": { "type": "string" } }, "required": [ "shippi...
Let me check the system. Action: search Arguments: {"shipping": 20, "lab_result": "Charlie"}
Agent tool call missing required parameter 'latitude'
{"latitude":"in_transit","shipping":20,"lab_result":"Charlie"}
TASK repair_structured_output SPEC FIELD val_x92 TYPE string REQUIRED yes FIELD prop_m11 TYPE string_date-time REQUIRED no FIELD col_o74 TYPE boolean REQUIRED yes FIELD dim_z73[] TYPE number REQUIRED no BROKEN_OUTPUT Tool: assign_berth Params: {"val_x92": "Santos", "col_o74": false, "dim_z73_id": [141.51]}
{"val_x92":"Santos","col_o74":false,"dim_z73":[141.51]}
tool_call_wrong_param
{ "type": "object", "properties": { "val_x92": { "type": "string" }, "prop_m11": { "type": "string", "format": "date-time" }, "col_o74": { "type": "boolean" }, "dim_z73": { "type": "array", "items": { "type": "number" } } }, "requ...
Tool: assign_berth Params: {"val_x92": "Santos", "col_o74": false, "dim_z73_id": [141.51]}
Agent used wrong parameter name 'dim_z73_id' instead of 'dim_z73'
{"val_x92":"Santos","col_o74":false,"dim_z73":[141.51]}
TASK repair_structured_output SPEC FIELD attr_q37 TYPE integer REQUIRED yes FIELD dim_l22 TYPE boolean REQUIRED no FIELD prop_l65 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_c51[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"attr_q37":181,"dim_l22":false,"prop_l65":"high","key_c51":369,52]}
{"attr_q37":181,"dim_l22":false,"prop_l65":"high","key_c51":[369,52]}
missing_bracket
{ "type": "object", "properties": { "attr_q37": { "type": "integer" }, "dim_l22": { "type": "boolean" }, "prop_l65": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_c51": { "type": "array", ...
{"attr_q37":181,"dim_l22":false,"prop_l65":"high","key_c51":369,52]}
Missing closing bracket
{"attr_q37":181,"dim_l22":false,"prop_l65":"high","key_c51":[369,52]}
TASK repair_structured_output SPEC FIELD field_i71 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD val_r90 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD field_i94 TYPE string REQUIRED no FIELD dim_s53 TYPE integer REQUIRED no BROKEN_OUTPUT {field_i71:"option_c",val_r90:"mode...
{"field_i71":"option_c","val_r90":"mode_e","field_i94":"qux","dim_s53":169}
unquoted_keys
{ "type": "object", "properties": { "field_i71": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "val_r90": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ...
{field_i71:"option_c",val_r90:"mode_e",field_i94:"qux",dim_s53:169}
Expecting property name enclosed in double quotes
{"field_i71":"option_c","val_r90":"mode_e","field_i94":"qux","dim_s53":169}
TASK repair_structured_output SPEC FIELD strand TYPE integer REQUIRED no FIELD user_id TYPE boolean REQUIRED no FIELD image_url TYPE string REQUIRED no FIELD dosage TYPE string REQUIRED no FIELD repository TYPE boolean REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: validate_address Arguments: {"strand": ...
{"strand":821,"user_id":true,"image_url":"Paris","dosage":"baz","repository":false}
tool_call_partial_args
{ "type": "object", "properties": { "strand": { "type": "integer" }, "user_id": { "type": "boolean" }, "image_url": { "type": "string" }, "dosage": { "type": "string" }, "repository": { "type": "boolean" } }, "required": [ "repository" ...
Let me check the system. Action: validate_address Arguments: {"strand": 821, "user_id": true, "image_url": "Paris", "dosage": "baz"}
Agent tool call missing required parameter 'repository'
{"strand":821,"user_id":true,"image_url":"Paris","dosage":"baz","repository":false}
TASK repair_structured_output SPEC FIELD prop_q57 TYPE null REQUIRED no FIELD param_f12 TYPE integer REQUIRED no FIELD attr_v70 TYPE null REQUIRED yes FIELD param_d92 TYPE string REQUIRED yes BROKEN_OUTPUT {"prop_q57":null,"attr_v70":null,"param_d92":"2024-01-15"} Hope this helps!
{"prop_q57":null,"attr_v70":null,"param_d92":"2024-01-15"}
extra_text_after
{ "type": "object", "properties": { "prop_q57": { "type": "null" }, "param_f12": { "type": "integer" }, "attr_v70": { "type": "null" }, "param_d92": { "type": "string" } }, "required": [ "attr_v70", "param_d92" ] }
{"prop_q57":null,"attr_v70":null,"param_d92":"2024-01-15"} Hope this helps!
Output contains non-JSON text after the object
{"prop_q57":null,"attr_v70":null,"param_d92":"2024-01-15"}
TASK repair_structured_output SPEC FIELD prop_l42 TYPE number REQUIRED yes FIELD dim_n29 TYPE string REQUIRED no FIELD prop_c77.field_v96.col_b40 TYPE integer REQUIRED yes FIELD prop_c77.field_v96.field_r19 TYPE integer REQUIRED no FIELD prop_c77.field_v96.attr_f28[] TYPE integer REQUIRED yes FIELD prop_c77.field_v96....
{"prop_l42":572.18,"dim_n29":"Paris","prop_c77":{"field_v96":{"col_b40":246,"field_r19":280,"attr_f28":[90,146,528,11],"prop_e80":[false,true,true]},"col_f03":true,"key_o31":"Berlin","val_g05":"https://data.io/v1","col_d60":"user@example.com","key_a50":"nonsense"}}
thought_process
{ "type": "object", "properties": { "prop_l42": { "type": "number" }, "dim_n29": { "type": "string" }, "prop_c77": { "type": "object", "properties": { "field_v96": { "type": "object", "properties": { "col_b40": { "type...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"prop_l42":572.18,"dim_n29":"Paris","prop_c77":{"field_v96":{"col_b40":246,"field_r19":280,"attr_f28":[90,146,528,11],"prop_e80":[false,true,true]},"col_f03":true,"key_o31":"Berlin","val_g05":"https://data.io/v1","col_d60":"...
Output contains chain-of-thought reasoning before JSON
{"prop_l42":572.18,"dim_n29":"Paris","prop_c77":{"field_v96":{"col_b40":246,"field_r19":280,"attr_f28":[90,146,528,11],"prop_e80":[false,true,true]},"col_f03":true,"key_o31":"Berlin","val_g05":"https://data.io/v1","col_d60":"user@example.com","key_a50":"nonsense"}}
TASK repair_structured_output SPEC FIELD val_h74 TYPE string REQUIRED yes FIELD attr_v62 TYPE string REQUIRED no FIELD prop_e98.attr_u14.field_w19 TYPE string VALUES draft|published|archived REQUIRED yes FIELD prop_e98.attr_u14.param_z54 TYPE string REQUIRED no FIELD prop_e98.attr_u14.field_f24 TYPE string_uri REQUIRE...
{"val_h74":"John","prop_e98":{"attr_u14":{"field_w19":"published","param_z54":"A short description.","field_f24":"https://api.org/v1"},"field_t91":{"attr_n83":"REV","dim_b07":"REV","prop_r10":187,"param_h61":875.74,"param_y50":"2025-02-21T02:13:00Z","col_j75":"approved","col_x61":"oceanic"},"val_z92":{"val_m50":"Maria"...
single_quotes
{ "type": "object", "properties": { "val_h74": { "type": "string" }, "attr_v62": { "type": "string" }, "prop_e98": { "type": "object", "properties": { "attr_u14": { "type": "object", "properties": { "field_w19": { "typ...
{'val_h74':'John','prop_e98':{'attr_u14':{'field_w19':'published','param_z54':'A short description.','field_f24':'https://api.org/v1'},'field_t91':{'attr_n83':'REV','dim_b07':'REV','prop_r10':187,'param_h61':875.74,'param_y50':'2025-02-21T02:13:00Z','col_j75':'approved','col_x61':'oceanic'},'val_z92':{'val_m50':'Maria'...
Expecting property name enclosed in double quotes
{"val_h74":"John","prop_e98":{"attr_u14":{"field_w19":"published","param_z54":"A short description.","field_f24":"https://api.org/v1"},"field_t91":{"attr_n83":"REV","dim_b07":"REV","prop_r10":187,"param_h61":875.74,"param_y50":"2025-02-21T02:13:00Z","col_j75":"approved","col_x61":"oceanic"},"val_z92":{"val_m50":"Maria"...
TASK repair_structured_output SPEC FIELD val_v55 TYPE number REQUIRED no FIELD val_f73 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_l81 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD col_h08.attr_u79 TYPE string_uri REQUIRED yes FIELD col_h08.dim_e88 TYPE ...
{"val_v55":344.79,"val_f73":"pending_review","field_l81":"arctic","col_h08":{"attr_u79":"https://data.io/data","dim_e88":"FWD","attr_i63":"MV-Evergreen-01"},"param_u83":30,"attr_q15":{"attr_t26":"A short description.","key_c55":955,"param_s65":{"prop_p02":"Jane","col_z89":"Berlin"},"dim_v81":{"field_p14":936.46,"param_...
missing_bracket
{ "type": "object", "properties": { "val_v55": { "type": "number" }, "val_f73": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_l81": { "type": "string", "enum": [ "coasta...
{"val_v55":344.79,"val_f73":"pending_review","field_l81":"arctic","col_h08":{"attr_u79":"https://data.io/data","dim_e88":"FWD","attr_i63":"MV-Evergreen-01"},"param_u83":30,"attr_q15":{"attr_t26":"A short description.","key_c55":955,"param_s65":{"prop_p02":"Jane","col_z89":"Berlin"},"dim_v81":{"field_p14":936.46,"param_...
Missing closing bracket
{"val_v55":344.79,"val_f73":"pending_review","field_l81":"arctic","col_h08":{"attr_u79":"https://data.io/data","dim_e88":"FWD","attr_i63":"MV-Evergreen-01"},"param_u83":30,"attr_q15":{"attr_t26":"A short description.","key_c55":955,"param_s65":{"prop_p02":"Jane","col_z89":"Berlin"},"dim_v81":{"field_p14":936.46,"param_...
TASK repair_structured_output SPEC FIELD val_q77 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_d26 TYPE integer REQUIRED no FIELD key_h14 TYPE boolean REQUIRED no FIELD field_w00 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD attr_h76 TYPE string VALUES new|in_transit|deliver...
{"val_q77":"phone","key_h14":false,"field_w00":"type_d","dim_g60":true,"key_c71":"chrX"}
truncated_array
{ "type": "object", "properties": { "val_q77": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_d26": { "type": "integer" }, "key_h14": { "type": "boolean" }, "field_w00": { "type": "string", ...
{"val_q77":"phone","key_h14":false,"field_w00":"type_d","dim_g60":true,"key_c71":"chrX"
Unexpected end of JSON input — truncated object
{"val_q77":"phone","key_h14":false,"field_w00":"type_d","dim_g60":true,"key_c71":"chrX"}
TASK repair_structured_output SPEC FIELD version TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD verified TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD shift_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD bearing TYPE string VALUES small|medium|large|...
{"version":"coastal","verified":"large","shift_code":"nonsense","bearing":"large","features":"user@domain.com","freight_class":"pending_review"}
extra_text_after
{ "type": "object", "properties": { "version": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "verified": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] ...
{"version":"coastal","verified":"large","shift_code":"nonsense","bearing":"large","features":"user@domain.com","freight_class":"pending_review"} Data logged successfully.
Output contains non-JSON text after the object
{"version":"coastal","verified":"large","shift_code":"nonsense","bearing":"large","features":"user@domain.com","freight_class":"pending_review"}
TASK repair_structured_output SPEC FIELD height TYPE string VALUES single|married|divorced REQUIRED no FIELD step TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD id TYPE integer REQUIRED no FIELD balance TYPE integer REQUIRED no FIELD temp_celsius TYPE string REQUIRED no FIELD discount TYPE string REQUIRED y...
{"step":"BRL","balance":645,"temp_celsius":"New York","discount":"foo","torque_output":"pro"}
extra_field
{ "type": "object", "properties": { "height": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "step": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "id": ...
{"step": "BRL", "balance": 645, "temp_celsius": "New York", "discount": "foo", "torque_output": "pro", "extra_info_9612": true}
Unknown field 'extra_info_9612' not defined in schema
{"step":"BRL","balance":645,"temp_celsius":"New York","discount":"foo","torque_output":"pro"}
TASK repair_structured_output SPEC FIELD index TYPE string REQUIRED no FIELD decay_rate TYPE number REQUIRED yes FIELD visible TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD company.footnote TYPE string REQUIRED yes FIELD company.step TYPE number REQUIRED yes FIELD company.log_level TYPE integ...
{"index":"approved","decay_rate":252.58,"visible":"hemizygous","company":{"footnote":"pending","step":803.41,"log_level":149}}
agent_chain
{ "type": "object", "properties": { "index": { "type": "string" }, "decay_rate": { "type": "number" }, "visible": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "company": { "type": "object", ...
I need to look up the information first. Action: update_record Result: {"index": "approved", "visible": "hemizygous", "company": {"footnote": "pending", "step": 803.41, "log_level": 149}} I'll query our database. Action: apply_discount Result:
Agent multi-step chain with truncated tool output
{"index":"approved","decay_rate":252.58,"visible":"hemizygous","company":{"footnote":"pending","step":803.41,"log_level":149}}
TASK repair_structured_output SPEC FIELD prop_c78 TYPE string REQUIRED yes FIELD col_i89 TYPE boolean REQUIRED no FIELD dim_d43 TYPE string_uri REQUIRED no FIELD col_n00.prop_t01 TYPE string REQUIRED no FIELD col_n00.key_j05 TYPE boolean REQUIRED no FIELD col_n00.col_f69 TYPE number REQUIRED yes FIELD col_n00.key_s51 ...
{"prop_c78":"QC-07","col_i89":true,"col_n00":{"prop_t01":"foo","key_j05":true,"col_f69":117.51,"key_s51":"Jane","dim_k39":"Berlin","key_j76":"approved","field_s41":"editor","key_q63":null}}
missing_required
{ "type": "object", "properties": { "prop_c78": { "type": "string" }, "col_i89": { "type": "boolean" }, "dim_d43": { "type": "string", "format": "uri" }, "col_n00": { "type": "object", "properties": { "prop_t01": { "type": "string" ...
{"col_i89": true, "col_n00": {"prop_t01": "foo", "key_j05": true, "col_f69": 117.51, "key_s51": "Jane", "dim_k39": "Berlin", "key_j76": "approved", "field_s41": "editor", "key_q63": null}}
Required field 'prop_c78' is missing
{"prop_c78":"QC-07","col_i89":true,"col_n00":{"prop_t01":"foo","key_j05":true,"col_f69":117.51,"key_s51":"Jane","dim_k39":"Berlin","key_j76":"approved","field_s41":"editor","key_q63":null}}
TASK repair_structured_output SPEC FIELD dim_y10 TYPE number REQUIRED yes FIELD val_v34 TYPE number REQUIRED yes FIELD param_b62 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_y10": 744.52, "val_v34": 677.98, "param_b62": "example", "extra_data_5000": 42}
{"dim_y10":744.52,"val_v34":677.98,"param_b62":"example"}
extra_field
{ "type": "object", "properties": { "dim_y10": { "type": "number" }, "val_v34": { "type": "number" }, "param_b62": { "type": "string" } }, "required": [ "param_b62", "val_v34", "dim_y10" ] }
{"dim_y10": 744.52, "val_v34": 677.98, "param_b62": "example", "extra_data_5000": 42}
Unknown field 'extra_data_5000' not defined in schema
{"dim_y10":744.52,"val_v34":677.98,"param_b62":"example"}
TASK repair_structured_output SPEC FIELD discount TYPE null REQUIRED no FIELD end_date.item_id.cargo_type TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD end_date.item_id.port_code TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD end_date.item_id.width TYPE number REQUIRED yes FIELD en...
{"discount":null,"end_date":{"item_id":{"cargo_type":"in_progress","port_code":"small","width":609.59,"index":"resolved","items":"editor","timezone":"offline"},"longitude":"https://api.io/data","quantity":"completed","currency":786,"weight":"foo","notes":"2020-09-16T23:01:00Z"},"brake_pressure":"PASS","comments":"GRCh3...
extra_text_before
{ "type": "object", "properties": { "discount": { "type": "null" }, "end_date": { "type": "object", "properties": { "item_id": { "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ ...
Here is the response in the requested format: {"discount":null,"end_date":{"item_id":{"cargo_type":"in_progress","port_code":"small","width":609.59,"index":"resolved","items":"editor","timezone":"offline"},"longitude":"https://api.io/data","quantity":"completed","currency":786,"weight":"foo","notes":"2020-09-16T23:01:0...
Output contains non-JSON text before the object
{"discount":null,"end_date":{"item_id":{"cargo_type":"in_progress","port_code":"small","width":609.59,"index":"resolved","items":"editor","timezone":"offline"},"longitude":"https://api.io/data","quantity":"completed","currency":786,"weight":"foo","notes":"2020-09-16T23:01:00Z"},"brake_pressure":"PASS","comments":"GRCh3...
TASK repair_structured_output SPEC FIELD param_h73 TYPE string VALUES success|error|warning|info REQUIRED no FIELD val_t58 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_v43 TYPE boolean REQUIRED yes FIELD key_r49 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD dim_v27 TYPE string ...
{"param_h73":"info","prop_v43":false,"key_r49":"black","dim_v27":"completed","dim_s13":"FWD"}
tool_call_bad_format
{ "type": "object", "properties": { "param_h73": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "val_t58": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "pr...
<functioncall> filter_variants {param_h73: "info", prop_v43: false, key_r49: "black", dim_v27: "completed", dim_s13: "FWD"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_h73":"info","prop_v43":false,"key_r49":"black","dim_v27":"completed","dim_s13":"FWD"}
TASK repair_structured_output SPEC FIELD current_draw TYPE string_uri REQUIRED no FIELD vessel_name.first_name TYPE boolean REQUIRED yes FIELD vessel_name.consignee TYPE boolean REQUIRED no FIELD vessel_name.lane TYPE number REQUIRED no FIELD vessel_name.barcode TYPE string REQUIRED yes FIELD vessel_name.thumbnail TYP...
{"vessel_name":{"first_name":true,"consignee":true,"lane":359.44,"barcode":"approved"},"procedure_code":"unstable","phone":832.0,"tags":"2023-03-13T08:17:00Z"}
truncated_array
{ "type": "object", "properties": { "current_draw": { "type": "string", "format": "uri" }, "vessel_name": { "type": "object", "properties": { "first_name": { "type": "boolean" }, "consignee": { "type": "boolean" }, "lane...
{"vessel_name":{"first_name":true,"consignee":true,"lane":359.44,"barcode":"approved"},"procedure_code":"unstable","phone":832.0,"tags":"2023-03-13T08:17:00Z"
Unexpected end of JSON input — truncated object
{"vessel_name":{"first_name":true,"consignee":true,"lane":359.44,"barcode":"approved"},"procedure_code":"unstable","phone":832.0,"tags":"2023-03-13T08:17:00Z"}
TASK repair_structured_output SPEC FIELD key_l74 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_m27 TYPE string REQUIRED yes FIELD dim_x73 TYPE boolean REQUIRED yes FIELD field_v23 TYPE null REQUIRED no FIELD col_b31 TYPE integer REQUIRED yes FIELD col_l08 TYPE string_uri REQUIRED yes BROKEN_OUT...
{"attr_m27":"Santos","dim_x73":true,"field_v23":null,"col_b31":529,"col_l08":"https://example.com/api"}
unquoted_keys
{ "type": "object", "properties": { "key_l74": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "attr_m27": { "type": "string" }, "dim_x73": { "type": "boolean" }, "field_v23": { "type": "null" ...
{attr_m27:"Santos",dim_x73:true,field_v23:null,col_b31:529,col_l08:"https://example.com/api"}
Expecting property name enclosed in double quotes
{"attr_m27":"Santos","dim_x73":true,"field_v23":null,"col_b31":529,"col_l08":"https://example.com/api"}
TASK repair_structured_output SPEC FIELD repository TYPE boolean REQUIRED yes FIELD rating TYPE number REQUIRED yes FIELD footnote TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no BROKEN_OUTPUT {"repository": null, "rating": 963.8}
{"repository":false,"rating":963.8}
null_required
{ "type": "object", "properties": { "repository": { "type": "boolean" }, "rating": { "type": "number" }, "footnote": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] } }, "required": [ ...
{"repository": null, "rating": 963.8}
Required field 'repository' is null
{"repository":false,"rating":963.8}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string REQUIRED no FIELD port_code TYPE integer REQUIRED yes FIELD priority TYPE boolean REQUIRED no FIELD half_life TYPE number REQUIRED no FIELD end_date TYPE number REQUIRED no FIELD username TYPE string REQUIRED no FIELD zip_code TYPE string REQUIRED yes ...
{"throttle_pos":"Smith","port_code":167,"priority":true,"half_life":81.84,"end_date":505.23,"zip_code":"MV-Evergreen-01"}
unquoted_keys
{ "type": "object", "properties": { "throttle_pos": { "type": "string" }, "port_code": { "type": "integer" }, "priority": { "type": "boolean" }, "half_life": { "type": "number" }, "end_date": { "type": "number" }, "username": { "type": ...
{throttle_pos:"Smith",port_code:167,priority:true,half_life:81.84,end_date:505.23,zip_code:"MV-Evergreen-01"}
Expecting property name enclosed in double quotes
{"throttle_pos":"Smith","port_code":167,"priority":true,"half_life":81.84,"end_date":505.23,"zip_code":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD field_x77 TYPE integer REQUIRED yes FIELD prop_y83 TYPE integer REQUIRED no FIELD val_l36 TYPE string REQUIRED no FIELD key_h59[] TYPE string VALUES small|medium|large|xl REQUIRED no FIELD col_r56[] TYPE number REQUIRED no BROKEN_OUTPUT {"field_x77":646,"key_h59":["medium","la...
{"field_x77":646,"key_h59":["medium","large"],"col_r56":[55.43,953.9,229.49]}
truncated_array
{ "type": "object", "properties": { "field_x77": { "type": "integer" }, "prop_y83": { "type": "integer" }, "val_l36": { "type": "string" }, "key_h59": { "type": "array", "items": { "type": "string", "enum": [ "small", "med...
{"field_x77":646,"key_h59":["medium","large"],"col_r56":[55.43,953.9,229.49
Unexpected end of JSON input — truncated array
{"field_x77":646,"key_h59":["medium","large"],"col_r56":[55.43,953.9,229.49]}
TASK repair_structured_output SPEC FIELD total TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD visible TYPE integer REQUIRED no FIELD medication TYPE number REQUIRED no FIELD version.cargo_type TYPE string_date-time REQUIRED no FIELD version.step TYPE integer REQUIRED yes FIELD version.dissolv...
{"total":"type_d","visible":986,"version":{"step":134,"format":true,"allele":2},"published":null,"quality_score":883}
tool_call_wrong_param
{ "type": "object", "properties": { "total": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "visible": { "type": "integer" }, "medication": { "type": "number" }, "version": { ...
Tool: assign_berth Params: {"total": "type_d", "visible": 986, "published": null, "quality_score": 883, "version_id": {"step": 134, "format": true, "allele": 2}}
Agent used wrong parameter name 'version_id' instead of 'version'
{"total":"type_d","visible":986,"version":{"step":134,"format":true,"allele":2},"published":null,"quality_score":883}
TASK repair_structured_output SPEC FIELD umi TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD build_status TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD run_id TYPE integer REQUIRED no FIELD voltage TYPE string REQUIRED no FIELD branch TYPE string_email REQUIRED yes F...
{"umi":"level_3","build_status":"level_1","voltage":"demo","branch":"test@domain.org"}
markdown_explanation
{ "type": "object", "properties": { "umi": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "build_status": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5",...
The parsed result is: ```json {"umi":"level_3","build_status":"level_1","voltage":"demo","branch":"test@domain.org"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"umi":"level_3","build_status":"level_1","voltage":"demo","branch":"test@domain.org"}
TASK repair_structured_output SPEC FIELD product_id TYPE string REQUIRED no FIELD quantity TYPE string REQUIRED yes FIELD created_at TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD duration_ms TYPE number REQUIRED no FIELD options TYPE string VALUES synonymous|missense|nonsense|framesh...
{"product_id":"Jane","quantity":"FWD","created_at":"confirmed","options":"frameshift","branch":"enterprise","temp_celsius":"world"}
single_quotes
{ "type": "object", "properties": { "product_id": { "type": "string" }, "quantity": { "type": "string" }, "created_at": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "duration_ms": {...
{'product_id':'Jane','quantity':'FWD','created_at':'confirmed','options':'frameshift','branch':'enterprise','temp_celsius':'world'}
Expecting property name enclosed in double quotes
{"product_id":"Jane","quantity":"FWD","created_at":"confirmed","options":"frameshift","branch":"enterprise","temp_celsius":"world"}
TASK repair_structured_output SPEC FIELD weight TYPE string REQUIRED yes FIELD interest_rate TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD umi TYPE string REQUIRED no FIELD organism.current_draw TYPE string REQUIRED yes FIELD organism.footnote TYPE string VALUES single|married|divorc...
{"weight":"2024-01-15","interest_rate":"pending_review","umi":"2023-12-25","organism":{"current_draw":"Silva","footnote":"married","last_name":383,"currency":"published","paragraph":{"lane":228,"latitude":true,"dosage":"https://api.io/api","description":false,"deploy_target":"basic","temp_celsius":827,"compound":"activ...
tool_call_python_syntax
{ "type": "object", "properties": { "weight": { "type": "string" }, "interest_rate": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "umi": { "type": "string" }, "organism": { "t...
book_appointment(weight='2024-01-15', interest_rate='pending_review', umi='2023-12-25', organism={'current_draw': 'Silva', 'footnote': 'married', 'last_name': 383, 'currency': 'published', 'paragraph': {'lane': 228, 'latitude': True, 'dosage': 'https://api.io/api', 'description': False, 'deploy_target': 'basic', 'temp_...
Tool call uses Python syntax instead of JSON
{"weight":"2024-01-15","interest_rate":"pending_review","umi":"2023-12-25","organism":{"current_draw":"Silva","footnote":"married","last_name":383,"currency":"published","paragraph":{"lane":228,"latitude":true,"dosage":"https://api.io/api","description":false,"deploy_target":"basic","temp_celsius":827,"compound":"activ...
TASK repair_structured_output SPEC FIELD dim_s59 TYPE string VALUES success|error|warning|info REQUIRED no FIELD prop_r69 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_r30 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_z85 TYPE string VALUES open|in_progress|resolved|clos...
{"dim_s59":"info","prop_r30":"divorced","prop_z85":"resolved","val_o28":"PASS"}
tool_call_partial_args
{ "type": "object", "properties": { "dim_s59": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "prop_r69": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
I need to look up the information first. Action: queue_sequencing_run Arguments: {"dim_s59": "info", "prop_z85": "resolved", "val_o28": "PASS"}
Agent tool call missing required parameter 'prop_r30'
{"dim_s59":"info","prop_r30":"divorced","prop_z85":"resolved","val_o28":"PASS"}
TASK repair_structured_output SPEC FIELD prop_y22 TYPE string REQUIRED no FIELD field_g25 TYPE string REQUIRED no FIELD val_j08 TYPE integer REQUIRED yes FIELD param_h72 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD dim_w76[].prop_a67 TYPE string REQUIRED no FIELD dim_w76[].param_z33 TYPE stri...
{"field_g25":"sample","val_j08":498,"param_h72":"moored","dim_w76":[{"prop_a67":"Silva","param_z33":"2026-01-17T04:34:00Z","val_h46":"level_1"},{"prop_a67":"quux","param_z33":"2024-05-14T18:20:00Z","val_h46":"level_3"},{"prop_a67":"hello","param_z33":"2026-07-21T16:26:00Z","val_h46":"level_2"},{"prop_a67":"Maria","para...
single_quotes
{ "type": "object", "properties": { "prop_y22": { "type": "string" }, "field_g25": { "type": "string" }, "val_j08": { "type": "integer" }, "param_h72": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{'field_g25':'sample','val_j08':498,'param_h72':'moored','dim_w76':[{'prop_a67':'Silva','param_z33':'2026-01-17T04:34:00Z','val_h46':'level_1'},{'prop_a67':'quux','param_z33':'2024-05-14T18:20:00Z','val_h46':'level_3'},{'prop_a67':'hello','param_z33':'2026-07-21T16:26:00Z','val_h46':'level_2'},{'prop_a67':'Maria','para...
Expecting property name enclosed in double quotes
{"field_g25":"sample","val_j08":498,"param_h72":"moored","dim_w76":[{"prop_a67":"Silva","param_z33":"2026-01-17T04:34:00Z","val_h46":"level_1"},{"prop_a67":"quux","param_z33":"2024-05-14T18:20:00Z","val_h46":"level_3"},{"prop_a67":"hello","param_z33":"2026-07-21T16:26:00Z","val_h46":"level_2"},{"prop_a67":"Maria","para...
TASK repair_structured_output SPEC FIELD key_n27 TYPE string REQUIRED yes FIELD prop_c23 TYPE number REQUIRED no FIELD val_e99 TYPE integer REQUIRED no BROKEN_OUTPUT Result: val_e99=462, {"key_n27":"Charlie","val_e99":462}
{"key_n27":"Charlie","val_e99":462}
partial_structure
{ "type": "object", "properties": { "key_n27": { "type": "string" }, "prop_c23": { "type": "number" }, "val_e99": { "type": "integer" } }, "required": [ "key_n27" ] }
Result: val_e99=462, {"key_n27":"Charlie","val_e99":462}
Output mixes natural language with JSON
{"key_n27":"Charlie","val_e99":462}
TASK repair_structured_output SPEC FIELD dim_o14 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_u69 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD param_o15 TYPE boolean REQUIRED no FIELD param_z20 TYPE string REQUIRED no FIELD val_m44 TYPE string_date-time REQUIRED no...
{"dim_o14":"moored","param_z20":"inactive","val_m44":"2025-02-08T08:12:00Z","val_m27":true,"val_c39":"free"}
partial_structure
{ "type": "object", "properties": { "dim_o14": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_u69": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
Based on the data, dim_o14 is moored. {"dim_o14":"moored","param_z20":"inactive","val_m44":"2025-02-08T08:12:00Z","val_m27":true,"val_c39":"free"}
Output mixes natural language with JSON
{"dim_o14":"moored","param_z20":"inactive","val_m44":"2025-02-08T08:12:00Z","val_m27":true,"val_c39":"free"}
TASK repair_structured_output SPEC FIELD field_k62 TYPE integer REQUIRED no FIELD key_b66 TYPE boolean REQUIRED yes FIELD field_g60 TYPE integer REQUIRED yes FIELD attr_n51 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD col_h53 TYPE string VALUES option_a|option_b|option_c|option_d|opti...
{"key_b66":false,"field_g60":872,"attr_n51":"mode_e","col_h53":"option_d","dim_g23":323,"val_f90":"pending","field_a47":"Diana"}
null_required
{ "type": "object", "properties": { "field_k62": { "type": "integer" }, "key_b66": { "type": "boolean" }, "field_g60": { "type": "integer" }, "attr_n51": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
{"key_b66": false, "field_g60": 872, "attr_n51": "mode_e", "col_h53": "option_d", "dim_g23": 323, "val_f90": "pending", "field_a47": null}
Required field 'field_a47' is null
{"key_b66":false,"field_g60":872,"attr_n51":"mode_e","col_h53":"option_d","dim_g23":323,"val_f90":"pending","field_a47":"Diana"}
TASK repair_structured_output SPEC FIELD amount TYPE number REQUIRED yes FIELD amplitude TYPE integer REQUIRED yes FIELD priority TYPE string_uri REQUIRED yes FIELD duration_ms TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT delete_item(amount=343.72, amplitude=987, priority='https://data.com...
{"amount":343.72,"amplitude":987,"priority":"https://data.com/v1","duration_ms":"white"}
tool_call_python_syntax
{ "type": "object", "properties": { "amount": { "type": "number" }, "amplitude": { "type": "integer" }, "priority": { "type": "string", "format": "uri" }, "duration_ms": { "type": "string", "enum": [ "red", "blue", "green", ...
delete_item(amount=343.72, amplitude=987, priority='https://data.com/v1', duration_ms='white')
Tool call uses Python syntax instead of JSON
{"amount":343.72,"amplitude":987,"priority":"https://data.com/v1","duration_ms":"white"}
TASK repair_structured_output SPEC FIELD dim_g35 TYPE string REQUIRED yes FIELD param_c55 TYPE integer REQUIRED no FIELD attr_i15 TYPE boolean REQUIRED no FIELD dim_o92 TYPE boolean REQUIRED no FIELD key_r53.key_g37 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD key_r53.key_u12 TYPE string VALUES...
{"dim_g35":"chrX","param_c55":965,"attr_i15":true,"dim_o92":false,"key_r53":{"key_g37":"reliable","key_u12":"small","attr_f95":"free"},"field_s22":"baz","col_m58":{"field_z48":664,"col_q96":"2023-01-17T10:50:00Z","key_o14":true},"attr_x38":false}
missing_required
{ "type": "object", "properties": { "dim_g35": { "type": "string" }, "param_c55": { "type": "integer" }, "attr_i15": { "type": "boolean" }, "dim_o92": { "type": "boolean" }, "key_r53": { "type": "object", "properties": { "key_g37": { ...
{"param_c55": 965, "attr_i15": true, "dim_o92": false, "key_r53": {"key_g37": "reliable", "key_u12": "small", "attr_f95": "free"}, "field_s22": "baz", "col_m58": {"field_z48": 664, "col_q96": "2023-01-17T10:50:00Z", "key_o14": true}, "attr_x38": false}
Required field 'dim_g35' is missing
{"dim_g35":"chrX","param_c55":965,"attr_i15":true,"dim_o92":false,"key_r53":{"key_g37":"reliable","key_u12":"small","attr_f95":"free"},"field_s22":"baz","col_m58":{"field_z48":664,"col_q96":"2023-01-17T10:50:00Z","key_o14":true},"attr_x38":false}
TASK repair_structured_output SPEC FIELD param_a27 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD dim_s88 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD key_h39 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD col_c93 TYPE integer REQUIRED no FIEL...
{"param_a27":"option_a","dim_s88":"pending","col_c93":303,"param_y07":758.65,"attr_y83":null}
markdown_explanation
{ "type": "object", "properties": { "param_a27": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "dim_s88": { "type": "string", "enum": [ "active", "inactive", "pen...
Here is the JSON you requested: ```json {"param_a27":"option_a","dim_s88":"pending","col_c93":303,"param_y07":758.65,"attr_y83":null} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"param_a27":"option_a","dim_s88":"pending","col_c93":303,"param_y07":758.65,"attr_y83":null}
TASK repair_structured_output SPEC FIELD dim_f23 TYPE string REQUIRED no FIELD val_f15 TYPE string_date-time REQUIRED yes FIELD val_g80.key_n49 TYPE integer REQUIRED no FIELD val_g80.attr_e60 TYPE number REQUIRED yes FIELD val_g80.val_f17 TYPE number REQUIRED no FIELD val_g80.attr_l40.prop_k38 TYPE boolean REQUIRED no...
{"dim_f23":"John","val_f15":"2023-06-10T04:54:00Z","val_g80":{"key_n49":170,"attr_e60":244.58,"attr_l40":{"prop_k38":true,"key_s46":136}},"field_o29":{"dim_w49":288,"param_y15":[324.45],"key_g90":[{"field_t16":"level_4","key_b49":false,"prop_s80":"level_4"}]}}
single_quotes
{ "type": "object", "properties": { "dim_f23": { "type": "string" }, "val_f15": { "type": "string", "format": "date-time" }, "val_g80": { "type": "object", "properties": { "key_n49": { "type": "integer" }, "attr_e60": { "t...
{'dim_f23':'John','val_f15':'2023-06-10T04:54:00Z','val_g80':{'key_n49':170,'attr_e60':244.58,'attr_l40':{'prop_k38':true,'key_s46':136}},'field_o29':{'dim_w49':288,'param_y15':[324.45],'key_g90':[{'field_t16':'level_4','key_b49':false,'prop_s80':'level_4'}]}}
Expecting property name enclosed in double quotes
{"dim_f23":"John","val_f15":"2023-06-10T04:54:00Z","val_g80":{"key_n49":170,"attr_e60":244.58,"attr_l40":{"prop_k38":true,"key_s46":136}},"field_o29":{"dim_w49":288,"param_y15":[324.45],"key_g90":[{"field_t16":"level_4","key_b49":false,"prop_s80":"level_4"}]}}
TASK repair_structured_output SPEC FIELD key_a18 TYPE number REQUIRED no FIELD field_v51 TYPE number REQUIRED yes FIELD field_y51 TYPE string REQUIRED no FIELD param_s31[].dim_w19 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD param_s31[].key_n05 TYPE string_email REQUIRED ...
{"field_v51":856.58,"param_s31":[{"dim_w19":"option_c","key_n05":"admin@example.com","attr_q56":"2020-06-12T12:43:00Z"},{"dim_w19":"option_b","key_n05":"test@test.io","attr_q56":"2022-11-01T08:20:00Z"},{"dim_w19":"option_f","key_n05":"test@domain.org","attr_q56":"2023-06-27T13:10:00Z"}],"val_k04":[null,null,null,null]}
markdown_explanation
{ "type": "object", "properties": { "key_a18": { "type": "number" }, "field_v51": { "type": "number" }, "field_y51": { "type": "string" }, "param_s31": { "type": "array", "items": { "type": "object", "properties": { "dim_w19": { ...
Sure, here's the result: ```json {"field_v51":856.58,"param_s31":[{"dim_w19":"option_c","key_n05":"admin@example.com","attr_q56":"2020-06-12T12:43:00Z"},{"dim_w19":"option_b","key_n05":"test@test.io","attr_q56":"2022-11-01T08:20:00Z"},{"dim_w19":"option_f","key_n05":"test@domain.org","attr_q56":"2023-06-27T13:10:00Z"}]...
Output contains markdown and explanatory text around JSON
{"field_v51":856.58,"param_s31":[{"dim_w19":"option_c","key_n05":"admin@example.com","attr_q56":"2020-06-12T12:43:00Z"},{"dim_w19":"option_b","key_n05":"test@test.io","attr_q56":"2022-11-01T08:20:00Z"},{"dim_w19":"option_f","key_n05":"test@domain.org","attr_q56":"2023-06-27T13:10:00Z"}],"val_k04":[null,null,null,null]}
TASK repair_structured_output SPEC FIELD dim_d06 TYPE string REQUIRED yes FIELD dim_m75 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_u83[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"dim_d06":"qux","key_u83":[628,536,650,]}
{"dim_d06":"qux","key_u83":[628,536,650]}
trailing_comma
{ "type": "object", "properties": { "dim_d06": { "type": "string" }, "dim_m75": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_u83": { "type": "array", "items": { "type": "integer" ...
{"dim_d06":"qux","key_u83":[628,536,650,]}
Unexpected trailing comma
{"dim_d06":"qux","key_u83":[628,536,650]}
TASK repair_structured_output SPEC FIELD chapter.format TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD chapter.manifest_ref.shift_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD chapter.manifest_ref.filter_flag TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD chapt...
{"chapter":{"format":"type_a","manifest_ref":{"shift_code":"BRL","filter_flag":"medium","compound":"option_a","torque_output":"2021-11-05T00:51:00Z","label":null,"product_id":"Hapag-Lloyd-Express"},"website":178,"commit_hash":"world","tags":"https://example.com/v1","amount":474,"options":"demo"},"country":"FWD","maturi...
null_required
{ "type": "object", "properties": { "chapter": { "type": "object", "properties": { "format": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "manifest...
{"chapter": {"format": "type_a", "manifest_ref": {"shift_code": "BRL", "filter_flag": "medium", "compound": "option_a", "torque_output": "2021-11-05T00:51:00Z", "label": null, "product_id": "Hapag-Lloyd-Express"}, "website": 178, "commit_hash": "world", "tags": "https://example.com/v1", "amount": 474, "options": "demo"...
Required field 'maturity_date' is null
{"chapter":{"format":"type_a","manifest_ref":{"shift_code":"BRL","filter_flag":"medium","compound":"option_a","torque_output":"2021-11-05T00:51:00Z","label":null,"product_id":"Hapag-Lloyd-Express"},"website":178,"commit_hash":"world","tags":"https://example.com/v1","amount":474,"options":"demo"},"country":"FWD","maturi...
TASK repair_structured_output SPEC FIELD field_z72.field_z25 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD field_z72.attr_p06 TYPE string_date-time REQUIRED yes FIELD field_z72.param_e26 TYPE string_date-time REQUIRED yes FIELD field_n10 TYPE integer REQUIRED yes FIELD attr_q34 TYPE string_uri ...
{"field_z72":{"field_z25":"moored","attr_p06":"2022-01-05T06:00:00Z","param_e26":"2022-06-21T09:44:00Z"},"field_n10":83,"attr_q34":"https://api.com/v1","col_u06":"New York","prop_d23":true,"field_m81":"white","attr_k87":393.71}
trailing_comma
{ "type": "object", "properties": { "field_z72": { "type": "object", "properties": { "field_z25": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "attr_p06": { ...
{"field_z72":{"field_z25":"moored","attr_p06":"2022-01-05T06:00:00Z","param_e26":"2022-06-21T09:44:00Z",},"field_n10":83,"attr_q34":"https://api.com/v1","col_u06":"New York","prop_d23":true,"field_m81":"white","attr_k87":393.71}
Unexpected trailing comma
{"field_z72":{"field_z25":"moored","attr_p06":"2022-01-05T06:00:00Z","param_e26":"2022-06-21T09:44:00Z"},"field_n10":83,"attr_q34":"https://api.com/v1","col_u06":"New York","prop_d23":true,"field_m81":"white","attr_k87":393.71}
TASK repair_structured_output SPEC FIELD val_b33 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD col_p69 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_e35 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no BROKEN_OUTPUT <functioncall> check_cargo_ma...
{"val_b33":"hemizygous","col_p69":"new","param_e35":"closed"}
tool_call_bad_format
{ "type": "object", "properties": { "val_b33": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "col_p69": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ]...
<functioncall> check_cargo_manifest {val_b33: "hemizygous", col_p69: "new", param_e35: "closed"}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_b33":"hemizygous","col_p69":"new","param_e35":"closed"}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD tags TYPE integer REQUIRED yes FIELD phone TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT {"throttle_pos": "confirmed"}
{"throttle_pos":"confirmed","tags":730}
missing_required
{ "type": "object", "properties": { "throttle_pos": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "tags": { "type": "integer" }, "phone": { "type": "string", "enum": [ "new", ...
{"throttle_pos": "confirmed"}
Required field 'tags' is missing
{"throttle_pos":"confirmed","tags":730}
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES draft|published|archived REQUIRED no FIELD consignee TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD message TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD subtotal TYPE string_date-time REQUIRED yes FIELD vital_sign TYPE...
{"conductivity":"published","consignee":"high","message":"EUR","subtotal":"2020-05-02T21:27:00Z","date":"chr1"}
extra_field
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "consignee": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, ...
{"conductivity": "published", "consignee": "high", "message": "EUR", "subtotal": "2020-05-02T21:27:00Z", "date": "chr1", "extra_field_182": "unexpected"}
Unknown field 'extra_field_182' not defined in schema
{"conductivity":"published","consignee":"high","message":"EUR","subtotal":"2020-05-02T21:27:00Z","date":"chr1"}
TASK repair_structured_output SPEC FIELD col_z41 TYPE number REQUIRED yes FIELD param_p74 TYPE boolean REQUIRED no FIELD val_t40 TYPE string REQUIRED yes FIELD param_h61[].field_c28 TYPE string REQUIRED yes FIELD param_h61[].prop_u70 TYPE boolean REQUIRED yes FIELD param_h61[].attr_l62 TYPE integer REQUIRED yes BROKE...
{"col_z41":334.06,"param_p74":true,"val_t40":"Paris","param_h61":[{"field_c28":"baz","prop_u70":false,"attr_l62":802},{"field_c28":"Maria","prop_u70":true,"attr_l62":48},{"field_c28":"Sao Paulo","prop_u70":true,"attr_l62":113}]}
extra_text_before
{ "type": "object", "properties": { "col_z41": { "type": "number" }, "param_p74": { "type": "boolean" }, "val_t40": { "type": "string" }, "param_h61": { "type": "array", "items": { "type": "object", "properties": { "field_c28": { ...
The output is as follows: {"col_z41":334.06,"param_p74":true,"val_t40":"Paris","param_h61":[{"field_c28":"baz","prop_u70":false,"attr_l62":802},{"field_c28":"Maria","prop_u70":true,"attr_l62":48},{"field_c28":"Sao Paulo","prop_u70":true,"attr_l62":113}]}
Output contains non-JSON text before the object
{"col_z41":334.06,"param_p74":true,"val_t40":"Paris","param_h61":[{"field_c28":"baz","prop_u70":false,"attr_l62":802},{"field_c28":"Maria","prop_u70":true,"attr_l62":48},{"field_c28":"Sao Paulo","prop_u70":true,"attr_l62":113}]}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES admin|editor|viewer REQUIRED no FIELD end_date TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD barcode TYPE string VALUES single|married|divorced REQUIRED yes BROKEN_OUTPUT {temp_celsius:"editor",end_date:"critical",barcode:"marri...
{"temp_celsius":"editor","end_date":"critical","barcode":"married"}
unquoted_keys
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "end_date": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "barco...
{temp_celsius:"editor",end_date:"critical",barcode:"married"}
Expecting property name enclosed in double quotes
{"temp_celsius":"editor","end_date":"critical","barcode":"married"}
TASK repair_structured_output SPEC FIELD col_d86 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_x34 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD dim_c76 TYPE number REQUIRED no FIELD param_v37 TYPE number REQUIRED yes FIELD col_z74 TYPE number REQUIRED no BROKEN_OU...
{"col_d86":"new","dim_c76":621.06,"param_v37":195.09,"col_z74":486.11}
extra_text_after
{ "type": "object", "properties": { "col_d86": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_x34": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
{"col_d86":"new","dim_c76":621.06,"param_v37":195.09,"col_z74":486.11} Data logged successfully.
Output contains non-JSON text after the object
{"col_d86":"new","dim_c76":621.06,"param_v37":195.09,"col_z74":486.11}
TASK repair_structured_output SPEC FIELD ward.rating.options TYPE number REQUIRED yes FIELD ward.rating.rating TYPE string REQUIRED no FIELD ward.rating.transaction_id TYPE null REQUIRED yes FIELD ward.maturity_date TYPE string REQUIRED yes FIELD ward.run_id TYPE integer REQUIRED yes FIELD ward.velocity TYPE string VA...
{"ward":{"rating":{"options":36.49,"transaction_id":null},"maturity_date":"Hapag-Lloyd-Express","run_id":554,"velocity":"moored","port_code":444,"isotope":451.53,"interest_rate":"Hapag-Lloyd-Express"},"gene_id":"New York","count":748,"category":315,"city":"Johnson"}
extra_text_before
{ "type": "object", "properties": { "ward": { "type": "object", "properties": { "rating": { "type": "object", "properties": { "options": { "type": "number" }, "rating": { "type": "string" }, ...
Based on your request, here is the data: {"ward":{"rating":{"options":36.49,"transaction_id":null},"maturity_date":"Hapag-Lloyd-Express","run_id":554,"velocity":"moored","port_code":444,"isotope":451.53,"interest_rate":"Hapag-Lloyd-Express"},"gene_id":"New York","count":748,"category":315,"city":"Johnson"}
Output contains non-JSON text before the object
{"ward":{"rating":{"options":36.49,"transaction_id":null},"maturity_date":"Hapag-Lloyd-Express","run_id":554,"velocity":"moored","port_code":444,"isotope":451.53,"interest_rate":"Hapag-Lloyd-Express"},"gene_id":"New York","count":748,"category":315,"city":"Johnson"}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string_date-time REQUIRED no FIELD paragraph TYPE string_email REQUIRED no FIELD score TYPE string REQUIRED yes FIELD shipping TYPE integer REQUIRED no FIELD phone.deploy_target TYPE string REQUIRED yes FIELD phone.manifest_ref TYPE boolean REQUIRED yes FIELD p...
{"hazmat_code":"2020-12-22T06:38:00Z","paragraph":"admin@test.io","score":"bar","phone":{"deploy_target":"John","manifest_ref":false,"email":"2022-11-04T11:59:00Z","subject":{"amplitude":"https://www.com/data","thumbnail":"JPY","allele":70}}}
missing_bracket
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "format": "date-time" }, "paragraph": { "type": "string", "format": "email" }, "score": { "type": "string" }, "shipping": { "type": "integer" }, "phone": { "type": "ob...
{"hazmat_code":"2020-12-22T06:38:00Z","paragraph":"admin@test.io","score":"bar","phone":{"deploy_target":"John","manifest_ref":false,"email":"2022-11-04T11:59:00Z","subject":{"amplitude":"https://www.com/data","thumbnail":"JPY","allele":70}}}
Missing closing bracket
{"hazmat_code":"2020-12-22T06:38:00Z","paragraph":"admin@test.io","score":"bar","phone":{"deploy_target":"John","manifest_ref":false,"email":"2022-11-04T11:59:00Z","subject":{"amplitude":"https://www.com/data","thumbnail":"JPY","allele":70}}}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD hazmat_code TYPE string_email REQUIRED no FIELD nickname.feedback TYPE string REQUIRED yes FIELD nickname.username TYPE string REQUIRED no FIELD nickname.total TYPE string VALUES open|in_pro...
{"log_level":"synonymous","hazmat_code":"user@test.io","nickname":{"feedback":"Diana","total":"open","item_id":"arctic"},"language":{"log_level":"completed","umi":576,"language":50.61,"user_id":false,"image_url":["test@example.com","baz","Sao Paulo"]}}
missing_brace
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "hazmat_code": { "type": "string", "format": "email" }, "nickname": { "type": "object", ...
"log_level":"synonymous","hazmat_code":"user@test.io","nickname":{"feedback":"Diana","total":"open","item_id":"arctic"},"language":{"log_level":"completed","umi":576,"language":50.61,"user_id":false,"image_url":["test@example.com","baz","Sao Paulo"]}}
Missing closing brace
{"log_level":"synonymous","hazmat_code":"user@test.io","nickname":{"feedback":"Diana","total":"open","item_id":"arctic"},"language":{"log_level":"completed","umi":576,"language":50.61,"user_id":false,"image_url":["test@example.com","baz","Sao Paulo"]}}
TASK repair_structured_output SPEC FIELD comments TYPE string REQUIRED yes FIELD trace_id TYPE number REQUIRED yes FIELD enabled TYPE string REQUIRED yes FIELD port_code TYPE integer REQUIRED yes BROKEN_OUTPUT The port_code is 661 and {"comments":"active","trace_id":151.71,"enabled":"Alice","port_code":661}
{"comments":"active","trace_id":151.71,"enabled":"Alice","port_code":661}
partial_structure
{ "type": "object", "properties": { "comments": { "type": "string" }, "trace_id": { "type": "number" }, "enabled": { "type": "string" }, "port_code": { "type": "integer" } }, "required": [ "trace_id", "enabled", "port_code", "comments" ] ...
The port_code is 661 and {"comments":"active","trace_id":151.71,"enabled":"Alice","port_code":661}
Output mixes natural language with JSON
{"comments":"active","trace_id":151.71,"enabled":"Alice","port_code":661}
TASK repair_structured_output SPEC FIELD phone TYPE string REQUIRED yes FIELD username TYPE string REQUIRED yes FIELD user_id TYPE boolean REQUIRED no BROKEN_OUTPUT {"phone":"Hapag-Lloyd-Express","username":"This is a test value."}
{"phone":"Hapag-Lloyd-Express","username":"This is a test value."}
missing_bracket
{ "type": "object", "properties": { "phone": { "type": "string" }, "username": { "type": "string" }, "user_id": { "type": "boolean" } }, "required": [ "username", "phone" ] }
{"phone":"Hapag-Lloyd-Express","username":"This is a test value."}
Missing closing bracket
{"phone":"Hapag-Lloyd-Express","username":"This is a test value."}
TASK repair_structured_output SPEC FIELD val_p84 TYPE string_email REQUIRED yes FIELD param_l23 TYPE string REQUIRED yes FIELD key_q82 TYPE string_email REQUIRED yes BROKEN_OUTPUT "val_p84":"info@domain.org","param_l23":"2024-01-15","key_q82":"admin@example.com"}
{"val_p84":"info@domain.org","param_l23":"2024-01-15","key_q82":"admin@example.com"}
missing_brace
{ "type": "object", "properties": { "val_p84": { "type": "string", "format": "email" }, "param_l23": { "type": "string" }, "key_q82": { "type": "string", "format": "email" } }, "required": [ "param_l23", "val_p84", "key_q82" ] }
"val_p84":"info@domain.org","param_l23":"2024-01-15","key_q82":"admin@example.com"}
Missing closing brace
{"val_p84":"info@domain.org","param_l23":"2024-01-15","key_q82":"admin@example.com"}
TASK repair_structured_output SPEC FIELD param_t29 TYPE string REQUIRED no FIELD prop_g72 TYPE integer REQUIRED yes FIELD dim_j59[].val_e77 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD dim_j59[].key_o10 TYPE string VALUES success|error|warning|info REQUIRED no FIELD dim_j59[].param_e73 TYPE string VA...
{"param_t29":"demo","prop_g72":957,"dim_j59":[{"val_e77":"medium","key_o10":"error","param_e73":"active","dim_r64":null,"key_d67":"archived","key_x05":"USD","dim_b13":"Paris"},{"val_e77":"medium","param_e73":"active","dim_r64":null,"key_d67":"draft","key_x05":"EUR","dim_b13":"inactive"}]}
extra_text_before
{ "type": "object", "properties": { "param_t29": { "type": "string" }, "prop_g72": { "type": "integer" }, "dim_j59": { "type": "array", "items": { "type": "object", "properties": { "val_e77": { "type": "string", "enum": [ ...
The instrument reported: {"param_t29":"demo","prop_g72":957,"dim_j59":[{"val_e77":"medium","key_o10":"error","param_e73":"active","dim_r64":null,"key_d67":"archived","key_x05":"USD","dim_b13":"Paris"},{"val_e77":"medium","param_e73":"active","dim_r64":null,"key_d67":"draft","key_x05":"EUR","dim_b13":"inactive"}]}
Output contains non-JSON text before the object
{"param_t29":"demo","prop_g72":957,"dim_j59":[{"val_e77":"medium","key_o10":"error","param_e73":"active","dim_r64":null,"key_d67":"archived","key_x05":"USD","dim_b13":"Paris"},{"val_e77":"medium","param_e73":"active","dim_r64":null,"key_d67":"draft","key_x05":"EUR","dim_b13":"inactive"}]}
TASK repair_structured_output SPEC FIELD dim_b06 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD col_e94 TYPE string REQUIRED no FIELD prop_y97 TYPE null REQUIRED no FIELD attr_i22[] TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT {"dim_b06":"moored","col_e94":"world","prop_y97...
{"dim_b06":"moored","col_e94":"world","prop_y97":null,"attr_i22":["admin","viewer","viewer"]}
truncated_object
{ "type": "object", "properties": { "dim_b06": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "col_e94": { "type": "string" }, "prop_y97": { "type": "null" }, "attr_i22": { "type": "array"...
{"dim_b06":"moored","col_e94":"world","prop_y97":null,"attr_i22":["admin","viewer","viewer"]
Unexpected end of JSON input — truncated object
{"dim_b06":"moored","col_e94":"world","prop_y97":null,"attr_i22":["admin","viewer","viewer"]}
TASK repair_structured_output SPEC FIELD attr_q84 TYPE string_date-time REQUIRED no FIELD field_i46 TYPE string VALUES draft|published|archived REQUIRED no FIELD key_n59 TYPE string_date-time REQUIRED yes FIELD val_r36.key_p91 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_r36.attr_n61.key_y94...
{"attr_q84":"2023-07-04T21:15:00Z","field_i46":"draft","key_n59":"2025-06-14T07:16:00Z","val_r36":{"attr_n61":{"key_y94":"chr1","attr_p16":549,"key_d66":743},"dim_b13":"missense","col_h53":"2024-08-18T11:19:00Z","field_a46":346.7,"key_v22":"reliable"}}
missing_brace
{ "type": "object", "properties": { "attr_q84": { "type": "string", "format": "date-time" }, "field_i46": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "key_n59": { "type": "string", "format": "date-time" ...
"attr_q84":"2023-07-04T21:15:00Z","field_i46":"draft","key_n59":"2025-06-14T07:16:00Z","val_r36":{"attr_n61":{"key_y94":"chr1","attr_p16":549,"key_d66":743},"dim_b13":"missense","col_h53":"2024-08-18T11:19:00Z","field_a46":346.7,"key_v22":"reliable"}}
Missing closing brace
{"attr_q84":"2023-07-04T21:15:00Z","field_i46":"draft","key_n59":"2025-06-14T07:16:00Z","val_r36":{"attr_n61":{"key_y94":"chr1","attr_p16":549,"key_d66":743},"dim_b13":"missense","col_h53":"2024-08-18T11:19:00Z","field_a46":346.7,"key_v22":"reliable"}}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES single|married|divorced REQUIRED no FIELD email TYPE boolean REQUIRED no FIELD discount TYPE string_uri REQUIRED yes FIELD organism.quantity TYPE integer REQUIRED yes FIELD organism.dosage TYPE string REQUIRED yes FIELD organism.created_at TYPE ...
{"maturity_date":"married","discount":"https://data.io/data","organism":{"quantity":497,"dosage":"baz","created_at":true,"title":"escalated"}}
extra_text_before
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "email": { "type": "boolean" }, "discount": { "type": "string", "format": "uri" }, "organism": { "type...
I've generated the following JSON: {"maturity_date":"married","discount":"https://data.io/data","organism":{"quantity":497,"dosage":"baz","created_at":true,"title":"escalated"}}
Output contains non-JSON text before the object
{"maturity_date":"married","discount":"https://data.io/data","organism":{"quantity":497,"dosage":"baz","created_at":true,"title":"escalated"}}
TASK repair_structured_output SPEC FIELD val_b91 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD dim_d47 TYPE integer REQUIRED yes FIELD attr_o03 TYPE boolean REQUIRED no BROKEN_OUTPUT {"val_b91": "unstable", "dim_d47": 144, "attr_o03": "yes"}
{"val_b91":"unstable","dim_d47":144,"attr_o03":false}
boolean_as_string
{ "type": "object", "properties": { "val_b91": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "dim_d47": { "type": "integer" }, "attr_o03": { "type": "boolean" } }, "required": [ "dim_d47" ] }
{"val_b91": "unstable", "dim_d47": 144, "attr_o03": "yes"}
Field 'attr_o03' must be boolean, got string
{"val_b91":"unstable","dim_d47":144,"attr_o03":false}
TASK repair_structured_output SPEC FIELD prop_y25 TYPE string VALUES type_a|type_b REQUIRED no FIELD key_i90 TYPE integer REQUIRED no FIELD val_d84 TYPE number REQUIRED yes FIELD key_q62 TYPE number REQUIRED no FIELD prop_s13 TYPE string REQUIRED no FIELD col_p74 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no BR...
{"prop_y25":"type_a","key_i90":213,"val_d84":293.04,"col_p74":"mode_b"}
missing_brace
{ "type": "object", "properties": { "prop_y25": { "type": "string", "enum": [ "type_a", "type_b" ] }, "key_i90": { "type": "integer" }, "val_d84": { "type": "number" }, "key_q62": { "type": "number" }, "prop_s13": { "type"...
{"prop_y25":"type_a","key_i90":213,"val_d84":293.04,"col_p74":"mode_b"
Missing closing brace
{"prop_y25":"type_a","key_i90":213,"val_d84":293.04,"col_p74":"mode_b"}
TASK repair_structured_output SPEC FIELD message TYPE number REQUIRED yes FIELD email.color TYPE boolean REQUIRED no FIELD email.subject TYPE string_email REQUIRED yes FIELD email.ward TYPE integer REQUIRED no FIELD height.score TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD height.category TYPE integ...
{"message":500.19,"email":{"subject":"ops@example.com"},"height":{"score":"option_c","category":891,"latitude":195,"compound":191}}
extra_field
{ "type": "object", "properties": { "message": { "type": "number" }, "email": { "type": "object", "properties": { "color": { "type": "boolean" }, "subject": { "type": "string", "format": "email" }, "ward": { ...
{"message": 500.19, "email": {"subject": "ops@example.com"}, "height": {"score": "option_c", "category": 891, "latitude": 195, "compound": 191}, "extra_data_1277": "unexpected"}
Unknown field 'extra_data_1277' not defined in schema
{"message":500.19,"email":{"subject":"ops@example.com"},"height":{"score":"option_c","category":891,"latitude":195,"compound":191}}
TASK repair_structured_output SPEC FIELD role TYPE string VALUES low|medium|high|critical REQUIRED no FIELD end_date TYPE string REQUIRED yes FIELD active TYPE integer REQUIRED no FIELD half_life TYPE string REQUIRED no FIELD height TYPE boolean REQUIRED no BROKEN_OUTPUT {"end_date": "Berlin", "active": 289, "height"...
{"end_date":"Berlin","active":289,"height":true}
boolean_as_string
{ "type": "object", "properties": { "role": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "end_date": { "type": "string" }, "active": { "type": "integer" }, "half_life": { "type": "string" },...
{"end_date": "Berlin", "active": 289, "height": "yes"}
Field 'height' must be boolean, got string
{"end_date":"Berlin","active":289,"height":true}
TASK repair_structured_output SPEC FIELD param_h39 TYPE null REQUIRED no FIELD field_a74 TYPE boolean REQUIRED no FIELD col_f86 TYPE number REQUIRED no FIELD param_d05[] TYPE string REQUIRED yes BROKEN_OUTPUT {"param_h39": null, "col_f86": 82.82}
{"param_h39":null,"col_f86":82.82,"param_d05":["John"]}
missing_required
{ "type": "object", "properties": { "param_h39": { "type": "null" }, "field_a74": { "type": "boolean" }, "col_f86": { "type": "number" }, "param_d05": { "type": "array", "items": { "type": "string" } } }, "required": [ "param_d05" ...
{"param_h39": null, "col_f86": 82.82}
Required field 'param_d05' is missing
{"param_h39":null,"col_f86":82.82,"param_d05":["John"]}
TASK repair_structured_output SPEC FIELD port_code TYPE string REQUIRED no FIELD url TYPE string REQUIRED no FIELD user_id TYPE string REQUIRED yes FIELD torque_output TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD fleet_number.procedure_code TYPE string_date-time REQUIRED yes FIELD f...
{"url":"https://api.example.com/v1","user_id":"Silva","fleet_number":{"procedure_code":"2026-06-24T05:06:00Z","brake_pressure":{"trace_id":"QC-07","priority":"info@test.io","active":"FWD","email":["MV-Evergreen-01","Oliveira","active","active"]},"state":3.64,"humidity_pct":"email"},"wavelength":{"id":"rejected","end_da...
null_required
{ "type": "object", "properties": { "port_code": { "type": "string" }, "url": { "type": "string" }, "user_id": { "type": "string" }, "torque_output": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "es...
{"url": "https://api.example.com/v1", "user_id": "Silva", "fleet_number": {"procedure_code": "2026-06-24T05:06:00Z", "brake_pressure": {"trace_id": "QC-07", "priority": "info@test.io", "active": "FWD", "email": ["MV-Evergreen-01", "Oliveira", "active", "active"]}, "state": 3.64, "humidity_pct": "email"}, "wavelength": ...
Required field 'wavelength' is null
{"url":"https://api.example.com/v1","user_id":"Silva","fleet_number":{"procedure_code":"2026-06-24T05:06:00Z","brake_pressure":{"trace_id":"QC-07","priority":"info@test.io","active":"FWD","email":["MV-Evergreen-01","Oliveira","active","active"]},"state":3.64,"humidity_pct":"email"},"wavelength":{"id":"rejected","end_da...
TASK repair_structured_output SPEC FIELD col_g31 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD key_v06 TYPE string VALUES active|inactive|pending REQUIRED no FIELD dim_t26 TYPE string_email REQUIRED no BROKEN_OUTPUT The col_g31 is USD and {"col_g31":"USD"}
{"col_g31":"USD"}
partial_structure
{ "type": "object", "properties": { "col_g31": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_v06": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "d...
The col_g31 is USD and {"col_g31":"USD"}
Output mixes natural language with JSON
{"col_g31":"USD"}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string VALUES admin|editor|viewer REQUIRED no FIELD amount TYPE string VALUES admin|editor|viewer REQUIRED no FIELD username TYPE string_date-time REQUIRED no FIELD shipping TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD repository TYPE s...
{"commit_hash":"editor","amount":"editor","username":"2021-04-21T08:29:00Z","shift_code":"user@domain.com"}
tool_call_bad_format
{ "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "amount": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "username": { "type...
<functioncall> create_order {commit_hash: "editor", amount: "editor", username: "2021-04-21T08:29:00Z", shift_code: "user@domain.com"}
Tool call has malformed arguments — unquoted keys in function parameters
{"commit_hash":"editor","amount":"editor","username":"2021-04-21T08:29:00Z","shift_code":"user@domain.com"}
TASK repair_structured_output SPEC FIELD prop_v21 TYPE number REQUIRED yes FIELD key_j40 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD dim_i18 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_n19 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_k26 TYPE intege...
{"prop_v21":465.58,"key_j40":"new","dim_i18":"EUR","attr_n19":"low","param_j88":"https://example.com/v1"}
extra_text_after
{ "type": "object", "properties": { "prop_v21": { "type": "number" }, "key_j40": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "dim_i18": { "type": "string", "enum": [ "USD", "EU...
{"prop_v21":465.58,"key_j40":"new","dim_i18":"EUR","attr_n19":"low","param_j88":"https://example.com/v1"} This should match the schema you provided.
Output contains non-JSON text after the object
{"prop_v21":465.58,"key_j40":"new","dim_i18":"EUR","attr_n19":"low","param_j88":"https://example.com/v1"}
TASK repair_structured_output SPEC FIELD width.run_id TYPE string VALUES success|error|warning|info REQUIRED no FIELD width.paragraph TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD width.message TYPE string REQUIRED no FIELD width.account_id TYPE string REQUIRED yes FIELD width.commit_hash TYPE string...
{"width":{"run_id":"error","paragraph":"red","message":"chr1","account_id":"REV","commit_hash":"A short description.","collateral":"in_transit","trace_id":"2024-06-30"},"dissolved_oxygen":{"vital_sign":"returned","gene_id":140.37,"salinity":"low","frequency_hz":"RTG-04","currency":"John","date":"oceanic","quality_score...
trailing_comma
{ "type": "object", "properties": { "width": { "type": "object", "properties": { "run_id": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "paragraph": { "type": "...
{"width":{"run_id":"error","paragraph":"red","message":"chr1","account_id":"REV","commit_hash":"A short description.","collateral":"in_transit","trace_id":"2024-06-30",},"dissolved_oxygen":{"vital_sign":"returned","gene_id":140.37,"salinity":"low","frequency_hz":"RTG-04","currency":"John","date":"oceanic","quality_scor...
Unexpected trailing comma
{"width":{"run_id":"error","paragraph":"red","message":"chr1","account_id":"REV","commit_hash":"A short description.","collateral":"in_transit","trace_id":"2024-06-30"},"dissolved_oxygen":{"vital_sign":"returned","gene_id":140.37,"salinity":"low","frequency_hz":"RTG-04","currency":"John","date":"oceanic","quality_score...
TASK repair_structured_output SPEC FIELD key_a37 TYPE string REQUIRED no FIELD dim_y03 TYPE string VALUES single|married|divorced REQUIRED no FIELD key_j91 TYPE integer REQUIRED no FIELD key_w75 TYPE integer REQUIRED yes BROKEN_OUTPUT {"key_a37": "REV", "key_j91": 7}
{"key_a37":"REV","key_j91":7,"key_w75":398}
missing_required
{ "type": "object", "properties": { "key_a37": { "type": "string" }, "dim_y03": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "key_j91": { "type": "integer" }, "key_w75": { "type": "integer" } }, "re...
{"key_a37": "REV", "key_j91": 7}
Required field 'key_w75' is missing
{"key_a37":"REV","key_j91":7,"key_w75":398}
TASK repair_structured_output SPEC FIELD count.timezone TYPE boolean REQUIRED yes FIELD count.thumbnail TYPE string_date-time REQUIRED no FIELD count.version TYPE string REQUIRED yes FIELD url TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD longitude TYPE string VALUES cat_a...
{"count":{"timezone":false,"version":"Maria"},"url":"option_a","longitude":"cat_c","score":"married"}
truncated_object
{ "type": "object", "properties": { "count": { "type": "object", "properties": { "timezone": { "type": "boolean" }, "thumbnail": { "type": "string", "format": "date-time" }, "version": { "type": "string" } ...
{"count":{"timezone":false,"version":"Maria"},"url":"option_a","longitude":"cat_c","score":"married"
Unexpected end of JSON input — truncated object
{"count":{"timezone":false,"version":"Maria"},"url":"option_a","longitude":"cat_c","score":"married"}
TASK repair_structured_output SPEC FIELD param_p11 TYPE number REQUIRED no FIELD field_m58 TYPE string REQUIRED yes FIELD prop_q52 TYPE number REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="get_inventory"> {"field_m58":"Luis","prop_q52":728.16} </tool_call.
{"field_m58":"Luis","prop_q52":728.16}
tool_call_text_mix
{ "type": "object", "properties": { "param_p11": { "type": "number" }, "field_m58": { "type": "string" }, "prop_q52": { "type": "number" } }, "required": [ "prop_q52", "field_m58" ] }
Processing the request now. <tool_call name="get_inventory"> {"field_m58":"Luis","prop_q52":728.16} </tool_call.
Agent response mixes reasoning text with tool call
{"field_m58":"Luis","prop_q52":728.16}
TASK repair_structured_output SPEC FIELD lane TYPE string VALUES single|married|divorced REQUIRED no FIELD id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD balance TYPE integer REQUIRED no FIELD nickname TYPE string_uri REQUIRED yes FIELD discount TYPE string REQUIRED no FIELD torqu...
{"lane":"married","id":"pending_review","nickname":"https://api.org/data","discount":"completed"}
extra_text_after
{ "type": "object", "properties": { "lane": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "id": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, ...
{"lane":"married","id":"pending_review","nickname":"https://api.org/data","discount":"completed"} This should match the schema you provided.
Output contains non-JSON text after the object
{"lane":"married","id":"pending_review","nickname":"https://api.org/data","discount":"completed"}
TASK repair_structured_output SPEC FIELD weight.interest_rate TYPE string_uri REQUIRED yes FIELD weight.lab_result TYPE number REQUIRED no FIELD weight.state.commit_hash TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD weight.state.enabled TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD weigh...
{"weight":{"interest_rate":"https://api.io/data","lab_result":891.87,"state":{"commit_hash":"black","enabled":"type_b","state":"type_b"},"length":{"subject":"Berlin","strand":false,"hazmat_code":false,"footnote":885.66}},"bearing":677,"umi":"ops@test.io","strand":{"length":"user@domain.com","voltage":734.56,"fleet_numb...
markdown_fences
{ "type": "object", "properties": { "weight": { "type": "object", "properties": { "interest_rate": { "type": "string", "format": "uri" }, "lab_result": { "type": "number" }, "state": { "type": "object", "proper...
```json {"weight":{"interest_rate":"https://api.io/data","lab_result":891.87,"state":{"commit_hash":"black","enabled":"type_b","state":"type_b"},"length":{"subject":"Berlin","strand":false,"hazmat_code":false,"footnote":885.66}},"bearing":677,"umi":"ops@test.io","strand":{"length":"user@domain.com","voltage":734.56,"fl...
Output contains markdown code fences
{"weight":{"interest_rate":"https://api.io/data","lab_result":891.87,"state":{"commit_hash":"black","enabled":"type_b","state":"type_b"},"length":{"subject":"Berlin","strand":false,"hazmat_code":false,"footnote":885.66}},"bearing":677,"umi":"ops@test.io","strand":{"length":"user@domain.com","voltage":734.56,"fleet_numb...
TASK repair_structured_output SPEC FIELD prop_q23 TYPE integer REQUIRED yes FIELD param_j10 TYPE null REQUIRED no FIELD val_u68 TYPE integer REQUIRED no FIELD dim_d56 TYPE string REQUIRED no FIELD param_e20 TYPE string REQUIRED yes FIELD col_n71 TYPE string REQUIRED no FIELD key_l56 TYPE integer REQUIRED no BROKEN_OU...
{"prop_q23":130,"param_j10":null,"val_u68":433,"dim_d56":"This is a test value.","param_e20":"New York","col_n71":"MV-Evergreen-01","key_l56":205}
wrong_type
{ "type": "object", "properties": { "prop_q23": { "type": "integer" }, "param_j10": { "type": "null" }, "val_u68": { "type": "integer" }, "dim_d56": { "type": "string" }, "param_e20": { "type": "string" }, "col_n71": { "type": "string" ...
{"prop_q23": "\"130\"", "param_j10": null, "val_u68": 433, "dim_d56": "This is a test value.", "param_e20": "New York", "col_n71": "MV-Evergreen-01", "key_l56": 205}
Field 'prop_q23' must be integer, got string
{"prop_q23":130,"param_j10":null,"val_u68":433,"dim_d56":"This is a test value.","param_e20":"New York","col_n71":"MV-Evergreen-01","key_l56":205}
TASK repair_structured_output SPEC FIELD attr_u22 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_r84 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_r19 TYPE string REQUIRED no FIELD key_v27 TYPE integer REQUIRED no FIELD dim_d13 TYPE string REQUIRED no FIELD param_l17 TYPE in...
{"attr_u22":"white","val_r84":"success","key_r19":"Bob","key_v27":734,"param_l17":824,"col_p88":"cancelled"}
number_with_unit
{ "type": "object", "properties": { "attr_u22": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_r84": { "type": "string", "enum": [ "success", "error", "warning", "info"...
{"attr_u22": "white", "val_r84": "success", "key_r19": "Bob", "key_v27": 734, "param_l17": "824px", "col_p88": "cancelled"}
Field 'param_l17' must be number, got string with unit
{"attr_u22":"white","val_r84":"success","key_r19":"Bob","key_v27":734,"param_l17":824,"col_p88":"cancelled"}
TASK repair_structured_output SPEC FIELD umi TYPE string VALUES single|married|divorced REQUIRED no FIELD dosage TYPE string REQUIRED no FIELD fleet_number TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD tags TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD allele TYPE string RE...
{"umi":"single","dosage":"Hapag-Lloyd-Express","fleet_number":"blue","tags":"hemizygous","allele":"foo","company":null,"quality_score":{"message":"inland","notes":{"user_id":"chr1","options":"medium","bed_number":"new","lane":false,"end_date":476.78,"umi":"quux"},"bed_number":"medium"},"longitude":"draft"}
extra_field
{ "type": "object", "properties": { "umi": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "dosage": { "type": "string" }, "fleet_number": { "type": "string", "enum": [ "red", "blue", "green", ...
{"umi": "single", "dosage": "Hapag-Lloyd-Express", "fleet_number": "blue", "tags": "hemizygous", "allele": "foo", "company": null, "quality_score": {"message": "inland", "notes": {"user_id": "chr1", "options": "medium", "bed_number": "new", "lane": false, "end_date": 476.78, "umi": "quux"}, "bed_number": "medium"}, "lo...
Unknown field 'extra_info_5100' not defined in schema
{"umi":"single","dosage":"Hapag-Lloyd-Express","fleet_number":"blue","tags":"hemizygous","allele":"foo","company":null,"quality_score":{"message":"inland","notes":{"user_id":"chr1","options":"medium","bed_number":"new","lane":false,"end_date":476.78,"umi":"quux"},"bed_number":"medium"},"longitude":"draft"}
TASK repair_structured_output SPEC FIELD consignee TYPE string REQUIRED yes FIELD score.quantity TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD score.manifest_ref TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD score.maturity_date TYPE string VALUES free|basic|pro|ent...
{"consignee":"Oliveira","score":{"quantity":"reliable","manifest_ref":"nonsense","maturity_date":"pro","values":"world","age":"2023-02-26T01:15:00Z","coverage":null,"size":462},"created_at":"single"}
missing_required
{ "type": "object", "properties": { "consignee": { "type": "string" }, "score": { "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
{"consignee": "Oliveira", "created_at": "single"}
Required field 'score' is missing
{"consignee":"Oliveira","score":{"quantity":"reliable","manifest_ref":"nonsense","maturity_date":"pro","values":"world","age":"2023-02-26T01:15:00Z","coverage":null,"size":462},"created_at":"single"}
TASK repair_structured_output SPEC FIELD field_e00 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_g31 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD col_j00 TYPE null REQUIRED no FIELD dim_s65 TYPE string REQUIRED yes FIELD param_j97 TYPE number REQUIRED no FIELD col_l1...
{"field_e00":"delivered","key_g31":"unstable","col_j00":null,"dim_s65":"completed","col_l19":57.55,"field_w17":145.02}
invalid_enum
{ "type": "object", "properties": { "field_e00": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "key_g31": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
{"field_e00": "invalid_value_754", "key_g31": "unstable", "col_j00": null, "dim_s65": "completed", "col_l19": 57.55, "field_w17": 145.02}
Field 'field_e00' has invalid enum value 'invalid_value_754', expected one of ['new', 'in_transit', 'delivered', 'returned']
{"field_e00":"delivered","key_g31":"unstable","col_j00":null,"dim_s65":"completed","col_l19":57.55,"field_w17":145.02}
TASK repair_structured_output SPEC FIELD prop_x41 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD field_o44 TYPE string_date-time REQUIRED no FIELD prop_b32 TYPE string REQUIRED yes FIELD field_r14 TYPE string REQUIRED no FIELD field_c84 TYPE integer REQUIRED no BROKEN_OUTPUT {"prop_x41...
{"prop_x41":"degraded","field_o44":"2026-11-28T22:36:00Z","prop_b32":"inactive"}
extra_text_after
{ "type": "object", "properties": { "prop_x41": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "field_o44": { "type": "string", "format": "date-time" }, "prop_b32": { "type": "string" ...
{"prop_x41":"degraded","field_o44":"2026-11-28T22:36:00Z","prop_b32":"inactive"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"prop_x41":"degraded","field_o44":"2026-11-28T22:36:00Z","prop_b32":"inactive"}
TASK repair_structured_output SPEC FIELD allele TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD visible TYPE string VALUES email|phone|sms|push REQUIRED no FIELD payment_status TYPE integer REQUIRED no FIELD notes TYPE integer REQUIRED no FIELD phenotype.voltage.comments TYPE string REQUIRED yes...
{"allele":"resolved","visible":"sms","payment_status":463,"phenotype":{"voltage":{"comments":"GRCh38","email":"2025-07-07T11:46:00Z","product_id":"user@example.com","feedback":"published"},"brake_pressure":"small","currency":"New York","balance":220,"active":"degraded"}}
trailing_comma
{ "type": "object", "properties": { "allele": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "visible": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] ...
{"allele":"resolved","visible":"sms","payment_status":463,"phenotype":{"voltage":{"comments":"GRCh38","email":"2025-07-07T11:46:00Z","product_id":"user@example.com","feedback":"published",},"brake_pressure":"small","currency":"New York","balance":220,"active":"degraded"}}
Unexpected trailing comma
{"allele":"resolved","visible":"sms","payment_status":463,"phenotype":{"voltage":{"comments":"GRCh38","email":"2025-07-07T11:46:00Z","product_id":"user@example.com","feedback":"published"},"brake_pressure":"small","currency":"New York","balance":220,"active":"degraded"}}
TASK repair_structured_output SPEC FIELD isotope TYPE string REQUIRED yes FIELD span_id TYPE integer REQUIRED no FIELD interest_rate TYPE string REQUIRED no BROKEN_OUTPUT ```json {"isotope":"completed","interest_rate":"2024-01-15"} ```
{"isotope":"completed","interest_rate":"2024-01-15"}
markdown_fences
{ "type": "object", "properties": { "isotope": { "type": "string" }, "span_id": { "type": "integer" }, "interest_rate": { "type": "string" } }, "required": [ "isotope" ] }
```json {"isotope":"completed","interest_rate":"2024-01-15"} ```
Output contains markdown code fences
{"isotope":"completed","interest_rate":"2024-01-15"}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD end_date TYPE string REQUIRED yes FIELD chapter TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT {"commit_hash":"anchored","end_date":"REV","chapter":"degra...
{"commit_hash":"anchored","end_date":"REV","chapter":"degraded"}
missing_bracket
{ "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "end_date": { "type": "string" }, "chapter": { "type": "string", "enum": [ "operational", ...
{"commit_hash":"anchored","end_date":"REV","chapter":"degraded"}
Missing closing bracket
{"commit_hash":"anchored","end_date":"REV","chapter":"degraded"}
TASK repair_structured_output SPEC FIELD col_q56 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD val_u41 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_e20 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD dim_c08 TYPE integer REQUIRED yes FIELD val_e5...
{"col_q56":"coastal","prop_e20":"coastal","dim_c08":593,"val_e56":722.23}
tool_call_python_syntax
{ "type": "object", "properties": { "col_q56": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "val_u41": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
process_payment(col_q56='coastal', prop_e20='coastal', dim_c08=593, val_e56=722.23)
Tool call uses Python syntax instead of JSON
{"col_q56":"coastal","prop_e20":"coastal","dim_c08":593,"val_e56":722.23}
TASK repair_structured_output SPEC FIELD field_o22 TYPE null REQUIRED no FIELD field_o05.param_f10 TYPE null REQUIRED no FIELD field_o05.prop_d55.attr_h71 TYPE number REQUIRED no FIELD field_o05.prop_d55.dim_b35 TYPE boolean REQUIRED no FIELD field_o05.prop_d55.val_q07 TYPE integer REQUIRED yes FIELD field_o05.prop_d5...
{"field_o05":{"param_f10":null,"prop_d55":{"attr_h71":857.04,"dim_b35":false,"val_q07":442,"param_s99":["nonsense","frameshift","synonymous","nonsense"]},"prop_r31":"https://example.com","col_d53":"2024-01-15","field_q30":"level_2","attr_z23":"level_5","dim_y79":743.99}}
missing_required
{ "type": "object", "properties": { "field_o22": { "type": "null" }, "field_o05": { "type": "object", "properties": { "param_f10": { "type": "null" }, "prop_d55": { "type": "object", "properties": { "attr_h71": { ...
{}
Required field 'field_o05' is missing
{"field_o05":{"param_f10":null,"prop_d55":{"attr_h71":857.04,"dim_b35":false,"val_q07":442,"param_s99":["nonsense","frameshift","synonymous","nonsense"]},"prop_r31":"https://example.com","col_d53":"2024-01-15","field_q30":"level_2","attr_z23":"level_5","dim_y79":743.99}}
TASK repair_structured_output SPEC FIELD val_h37 TYPE number REQUIRED no FIELD field_i89.val_x25 TYPE string REQUIRED yes FIELD field_i89.col_h44.prop_s69 TYPE string REQUIRED no FIELD field_i89.col_h44.field_m82 TYPE integer REQUIRED no FIELD field_i89.col_h44.dim_a07 TYPE string_date-time REQUIRED no FIELD field_i89...
{"field_i89":{"val_x25":"PASS","col_h44":{"prop_s69":"Maria","field_m82":359,"dim_a07":"2023-08-12T20:10:00Z","col_f59":123,"col_f14":false,"attr_m14":"medium"},"prop_y12":"user@domain.org"},"field_o29":316}
missing_required
{ "type": "object", "properties": { "val_h37": { "type": "number" }, "field_i89": { "type": "object", "properties": { "val_x25": { "type": "string" }, "col_h44": { "type": "object", "properties": { "prop_s69": { ...
{"field_i89": {"val_x25": "PASS", "col_h44": {"prop_s69": "Maria", "field_m82": 359, "dim_a07": "2023-08-12T20:10:00Z", "col_f59": 123, "col_f14": false, "attr_m14": "medium"}, "prop_y12": "user@domain.org"}}
Required field 'field_o29' is missing
{"field_i89":{"val_x25":"PASS","col_h44":{"prop_s69":"Maria","field_m82":359,"dim_a07":"2023-08-12T20:10:00Z","col_f59":123,"col_f14":false,"attr_m14":"medium"},"prop_y12":"user@domain.org"},"field_o29":316}
TASK repair_structured_output SPEC FIELD col_s06 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD key_f27 TYPE string REQUIRED yes FIELD attr_b43 TYPE integer REQUIRED no FIELD param_j12[].key_f31 TYPE boolean REQUIRED yes FIELD param_j12[].key_r99 TYPE integer REQUIRED yes FIELD param...
{"col_s06":"escalated","key_f27":"2024-06-30","param_j12":[{"key_f31":false,"key_r99":910,"prop_v22":973,"val_f84":"homozygous"}]}
tool_call_python_syntax
{ "type": "object", "properties": { "col_s06": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_f27": { "type": "string" }, "attr_b43": { "type": "integer" }, "param_j12": { ...
annotate_mutation(col_s06='escalated', key_f27='2024-06-30', param_j12=[{'key_f31': False, 'key_r99': 910, 'prop_v22': 973, 'val_f84': 'homozygous'}])
Tool call uses Python syntax instead of JSON
{"col_s06":"escalated","key_f27":"2024-06-30","param_j12":[{"key_f31":false,"key_r99":910,"prop_v22":973,"val_f84":"homozygous"}]}
TASK repair_structured_output SPEC FIELD title TYPE integer REQUIRED no FIELD thumbnail TYPE string REQUIRED yes FIELD latitude TYPE number REQUIRED no FIELD brake_pressure[] TYPE number REQUIRED no FIELD section[] TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT {'title':664,'thumbnail':'PASS','l...
{"title":664,"thumbnail":"PASS","latitude":186.93,"brake_pressure":[927.43]}
single_quotes
{ "type": "object", "properties": { "title": { "type": "integer" }, "thumbnail": { "type": "string" }, "latitude": { "type": "number" }, "brake_pressure": { "type": "array", "items": { "type": "number" } }, "section": { "type": "a...
{'title':664,'thumbnail':'PASS','latitude':186.93,'brake_pressure':[927.43]}
Expecting property name enclosed in double quotes
{"title":664,"thumbnail":"PASS","latitude":186.93,"brake_pressure":[927.43]}
TASK repair_structured_output SPEC FIELD url TYPE boolean REQUIRED yes FIELD phenotype TYPE integer REQUIRED no FIELD address TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD terminal_id TYPE string REQUIRED yes FIELD chromosome.branch TYPE string REQUIRED yes FIELD chromosome.format TYPE boolean REQUIRED y...
{"url":false,"address":"large","terminal_id":"Bob","chromosome":{"branch":"QC-07","format":true,"compound":{"ph_level":false,"role":"https://api.org/v1","decay_rate":233,"build_status":"2024-06-30"}}}
truncated_object
{ "type": "object", "properties": { "url": { "type": "boolean" }, "phenotype": { "type": "integer" }, "address": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "terminal_id": { "type": "string" }...
{"url":false,"address":"large","terminal_id":"Bob","chromosome":{"branch":"QC-07","format":true,"compound":{"ph_level":false,"role":"https://api.org/v1","decay_rate":233,"build_status":"2024-06-30"}}
Unexpected end of JSON input — truncated object
{"url":false,"address":"large","terminal_id":"Bob","chromosome":{"branch":"QC-07","format":true,"compound":{"ph_level":false,"role":"https://api.org/v1","decay_rate":233,"build_status":"2024-06-30"}}}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE boolean REQUIRED yes FIELD decay_rate TYPE string VALUES mode_a|mode_b REQUIRED no FIELD rating TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD verified[] TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT {temp_celsius:tr...
{"temp_celsius":true,"decay_rate":"mode_a","rating":"mode_a","verified":["draft","published","archived","archived"]}
unquoted_keys
{ "type": "object", "properties": { "temp_celsius": { "type": "boolean" }, "decay_rate": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "rating": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", ...
{temp_celsius:true,decay_rate:"mode_a",rating:"mode_a",verified:["draft","published","archived","archived"]}
Expecting property name enclosed in double quotes
{"temp_celsius":true,"decay_rate":"mode_a","rating":"mode_a","verified":["draft","published","archived","archived"]}
TASK repair_structured_output SPEC FIELD attr_y65 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_b39 TYPE string REQUIRED no FIELD param_l68 TYPE string REQUIRED no FIELD prop_j34 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD dim_d13 TYPE string REQUIRED no FIELD key_u13 TYPE string ...
{"attr_y65":"single","field_b39":"Tokyo","param_l68":"world","prop_j34":"large","dim_d13":"foo","key_w92":"New York"}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_y65": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "field_b39": { "type": "string" }, "param_l68": { "type": "string" }, "prop_j34": { "type": "string", "enum...
check_availability(attr_y65='single', field_b39='Tokyo', param_l68='world', prop_j34='large', dim_d13='foo', key_w92='New York')
Tool call uses Python syntax instead of JSON
{"attr_y65":"single","field_b39":"Tokyo","param_l68":"world","prop_j34":"large","dim_d13":"foo","key_w92":"New York"}
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED no FIELD trace_id.amount TYPE string REQUIRED yes FIELD trace_id.tile TYPE number REQUIRED no FIELD trace_id.throttle_pos TYPE integer REQUIRED yes FIELD trace_id.manifest_ref TYPE string REQUIRED no FIELD trace_id.comments[] TYPE integer REQUIRED ...
{"altitude":"New York","trace_id":{"amount":"2024-06-30","tile":347.43,"throttle_pos":145,"section":[{"decay_rate":"Hapag-Lloyd-Express","state":"baz","ph_level":null,"email":"https://data.io/data"},{"state":"example","tags":"medium","ph_level":null,"email":"https://data.org/v1"}]},"product_id":null,"last_name":"hetero...
tool_call_wrong_param
{ "type": "object", "properties": { "altitude": { "type": "string" }, "trace_id": { "type": "object", "properties": { "amount": { "type": "string" }, "tile": { "type": "number" }, "throttle_pos": { "type": "integer" ...
Tool: send_email Params: {"altitude": "New York", "trace_id": {"amount": "2024-06-30", "tile": 347.43, "throttle_pos": 145, "section": [{"decay_rate": "Hapag-Lloyd-Express", "state": "baz", "ph_level": null, "email": "https://data.io/data"}, {"state": "example", "tags": "medium", "ph_level": null, "email": "https://dat...
Agent used wrong parameter name 'last_name_value' instead of 'last_name'
{"altitude":"New York","trace_id":{"amount":"2024-06-30","tile":347.43,"throttle_pos":145,"section":[{"decay_rate":"Hapag-Lloyd-Express","state":"baz","ph_level":null,"email":"https://data.io/data"},{"state":"example","tags":"medium","ph_level":null,"email":"https://data.org/v1"}]},"product_id":null,"last_name":"hetero...
TASK repair_structured_output SPEC FIELD freight_class TYPE number REQUIRED yes FIELD company TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD url TYPE string REQUIRED no FIELD version TYPE boolean REQUIRED no FIELD tax TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD batch_...
{"freight_class":569.21,"company":"option_c","version":false,"tax":"cat_d","batch_code":"arctic","salinity":{"weight":"mode_c","features":416.49,"values":76.25,"label":"mode_e","loan_amount":"test"}}
markdown_explanation
{ "type": "object", "properties": { "freight_class": { "type": "number" }, "company": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "url": { "type": "string" }, "version": { "type": "b...
The output is as follows: ```json {"freight_class":569.21,"company":"option_c","version":false,"tax":"cat_d","batch_code":"arctic","salinity":{"weight":"mode_c","features":416.49,"values":76.25,"label":"mode_e","loan_amount":"test"}} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"freight_class":569.21,"company":"option_c","version":false,"tax":"cat_d","batch_code":"arctic","salinity":{"weight":"mode_c","features":416.49,"values":76.25,"label":"mode_e","loan_amount":"test"}}
TASK repair_structured_output SPEC FIELD branch.version TYPE string REQUIRED yes FIELD branch.notes TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD branch.step TYPE boolean REQUIRED yes FIELD sensor_id TYPE string REQUIRED yes FIELD nickname TYPE number REQUIRED yes BROKEN_OUTPUT ...
{"branch":{"version":"Hapag-Lloyd-Express","step":true},"sensor_id":"PASS","nickname":486.12}
extra_text_before
{ "type": "object", "properties": { "branch": { "type": "object", "properties": { "version": { "type": "string" }, "notes": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
Here is the JSON you requested: {"branch":{"version":"Hapag-Lloyd-Express","step":true},"sensor_id":"PASS","nickname":486.12}
Output contains non-JSON text before the object
{"branch":{"version":"Hapag-Lloyd-Express","step":true},"sensor_id":"PASS","nickname":486.12}
TASK repair_structured_output SPEC FIELD key_m85 TYPE number REQUIRED yes FIELD prop_v19 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD prop_z55 TYPE boolean REQUIRED no FIELD col_u42 TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: apply_discount Arguments: {"prop_v19"...
{"key_m85":803.82,"prop_v19":"heterozygous","prop_z55":false,"col_u42":"Silva"}
tool_call_partial_args
{ "type": "object", "properties": { "key_m85": { "type": "number" }, "prop_v19": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "prop_z55": { "type": "boolean" }, "col_u42": { "type": "string" ...
Let me check the system. Action: apply_discount Arguments: {"prop_v19": "heterozygous", "prop_z55": false, "col_u42": "Silva"}
Agent tool call missing required parameter 'key_m85'
{"key_m85":803.82,"prop_v19":"heterozygous","prop_z55":false,"col_u42":"Silva"}
TASK repair_structured_output SPEC FIELD paragraph TYPE string VALUES active|inactive|pending REQUIRED yes FIELD section TYPE integer REQUIRED yes FIELD phenotype[].website TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD phenotype[].values TYPE string VALUES reliable|unstable|intermittent REQUIRED y...
{"paragraph":"active","section":853,"phenotype":[{"website":"inland","values":"reliable","credit_score":"xl","latitude":"resolved"},{"values":"intermittent","credit_score":"large","latitude":"in_progress"}]}
partial_structure
{ "type": "object", "properties": { "paragraph": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "section": { "type": "integer" }, "phenotype": { "type": "array", "items": { "type": "object", "properti...
The paragraph is active and {"paragraph":"active","section":853,"phenotype":[{"website":"inland","values":"reliable","credit_score":"xl","latitude":"resolved"},{"values":"intermittent","credit_score":"large","latitude":"in_progress"}]}
Output mixes natural language with JSON
{"paragraph":"active","section":853,"phenotype":[{"website":"inland","values":"reliable","credit_score":"xl","latitude":"resolved"},{"values":"intermittent","credit_score":"large","latitude":"in_progress"}]}
TASK repair_structured_output SPEC FIELD user_id TYPE string_date-time REQUIRED yes FIELD first_name TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD visible.tax TYPE integer REQUIRED yes FIELD visible.feedback TYPE string_uri REQUIRED yes FIELD visible.notes TYPE string REQUIRED yes FIELD visible.l...
{"user_id":"2021-11-22T03:03:00Z","first_name":"unstable","visible":{"tax":783,"feedback":"https://www.com/data","notes":"Diana","length":"type_c"}}
tool_call_python_syntax
{ "type": "object", "properties": { "user_id": { "type": "string", "format": "date-time" }, "first_name": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "visible": { "type": "object", "properties": { ...
verify_hazmat_compliance(user_id='2021-11-22T03:03:00Z', first_name='unstable', visible={'tax': 783, 'feedback': 'https://www.com/data', 'notes': 'Diana', 'length': 'type_c'})
Tool call uses Python syntax instead of JSON
{"user_id":"2021-11-22T03:03:00Z","first_name":"unstable","visible":{"tax":783,"feedback":"https://www.com/data","notes":"Diana","length":"type_c"}}
TASK repair_structured_output SPEC FIELD patient_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD duration_ms TYPE integer REQUIRED yes FIELD tax TYPE string REQUIRED no FIELD wavelength.comments TYPE string REQUIRED no FIELD wavelength.port_code TYPE string REQUIRED yes FIELD wavelength.dosage TYPE n...
{"patient_id":"high","duration_ms":737,"velocity":{"phone":"Tokyo","latitude":"frameshift","throttle_pos":{"medication":"https://api.example.com/v1","country":"RTG-04","feedback":"archived","tax":"USD"},"position":31},"website":{"maturity_date":"Santos","last_name":"chrX","step":{"insurance_id":true,"zip_code":440.9,"t...
agent_chain
{ "type": "object", "properties": { "patient_id": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "duration_ms": { "type": "integer" }, "tax": { "type": "string" }, "wavelength": { "type": "object"...
I need to look up the information first. Action: track_vessel Result: {"patient_id": "high", "velocity": {"phone": "Tokyo", "latitude": "frameshift", "throttle_pos": {"medication": "https://api.example.com/v1", "country": "RTG-04", "feedback": "archived", "tax": "USD"}, "position": 31}, "website": {"maturity_date": "Sa...
Agent multi-step chain with truncated tool output
{"patient_id":"high","duration_ms":737,"velocity":{"phone":"Tokyo","latitude":"frameshift","throttle_pos":{"medication":"https://api.example.com/v1","country":"RTG-04","feedback":"archived","tax":"USD"},"position":31},"website":{"maturity_date":"Santos","last_name":"chrX","step":{"insurance_id":true,"zip_code":440.9,"t...
TASK repair_structured_output SPEC FIELD dim_w53 TYPE string REQUIRED yes FIELD field_u29 TYPE string REQUIRED yes FIELD param_x20 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_q02[].dim_s30 TYPE boolean REQUIRED yes FIELD attr_q02[].param_z55 TYPE string_date-time REQUIRED no FIELD attr_q02[].key_b78 ...
{"dim_w53":"RTG-04","field_u29":"cancelled","attr_q02":[{"dim_s30":true,"key_b78":"bar"}]}
agent_chain
{ "type": "object", "properties": { "dim_w53": { "type": "string" }, "field_u29": { "type": "string" }, "param_x20": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_q02": { "type": "array", "items": { ...
Let me check the system. Action: transfer_call Result: {"field_u29": "cancelled", "attr_q02": [{"dim_s30": true, "key_b78": "bar"}]} I'll query our database. Action: assign_berth Result:
Agent multi-step chain with truncated tool output
{"dim_w53":"RTG-04","field_u29":"cancelled","attr_q02":[{"dim_s30":true,"key_b78":"bar"}]}
TASK repair_structured_output SPEC FIELD val_n96 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_j34 TYPE integer REQUIRED yes FIELD param_h49[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes BROKEN_OUTPUT {"val_n96": "blue", "attr_j34": "\"436\"", "param_h49": ["hemizygous",...
{"val_n96":"blue","attr_j34":436,"param_h49":["hemizygous","heterozygous"]}
wrong_type
{ "type": "object", "properties": { "val_n96": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_j34": { "type": "integer" }, "param_h49": { "type": "array", "items": { "type": "st...
{"val_n96": "blue", "attr_j34": "\"436\"", "param_h49": ["hemizygous", "heterozygous"]}
Field 'attr_j34' must be integer, got string
{"val_n96":"blue","attr_j34":436,"param_h49":["hemizygous","heterozygous"]}
TASK repair_structured_output SPEC FIELD col_r96 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD dim_m13 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD col_c73 TYPE boolean REQUIRED no FIELD col_y96 TYPE string_email REQUIRED no FIELD key_i03 TYPE integer REQUIRED no FIELD key_n87 TYPE ...
{"col_r96":"reliable","dim_m13":"admin","key_i03":946,"key_n87":"Alice"}
unquoted_keys
{ "type": "object", "properties": { "col_r96": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "dim_m13": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_c73": { ...
{col_r96:"reliable",dim_m13:"admin",key_i03:946,key_n87:"Alice"}
Expecting property name enclosed in double quotes
{"col_r96":"reliable","dim_m13":"admin","key_i03":946,"key_n87":"Alice"}