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 field_a89 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD param_u60 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD field_o32 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD prop_u59 TYPE string_date-time REQUIRED yes FI...
{"field_a89":"level_1","prop_u59":"2024-01-18T13:58:00Z","attr_c68":null}
missing_required
{ "type": "object", "properties": { "field_a89": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "param_u60": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", ...
{"field_a89": "level_1", "prop_u59": "2024-01-18T13:58:00Z"}
Required field 'attr_c68' is missing
{"field_a89":"level_1","prop_u59":"2024-01-18T13:58:00Z","attr_c68":null}
TASK repair_structured_output SPEC FIELD half_life TYPE boolean REQUIRED no FIELD position TYPE string REQUIRED no FIELD interest_rate TYPE number REQUIRED no FIELD gene_id TYPE string_uri REQUIRED no FIELD altitude TYPE string REQUIRED no FIELD collateral TYPE integer REQUIRED yes FIELD transaction_id TYPE integer RE...
{"half_life":false,"position":"test","interest_rate":357.22,"collateral":577,"transaction_id":391}
thought_process
{ "type": "object", "properties": { "half_life": { "type": "boolean" }, "position": { "type": "string" }, "interest_rate": { "type": "number" }, "gene_id": { "type": "string", "format": "uri" }, "altitude": { "type": "string" }, "collat...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"half_life":false,"position":"test","interest_rate":357.22,"collateral":577,"transaction_id":391}
Output contains chain-of-thought reasoning before JSON
{"half_life":false,"position":"test","interest_rate":357.22,"collateral":577,"transaction_id":391}
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD velocity TYPE number REQUIRED yes FIELD hazmat_code TYPE boolean REQUIRED yes FIELD coverage TYPE string VALUES berthed|anchored|underway|moored REQUIRED no BROKEN_OUTPUT {'strand':'black','velocity':559.4...
{"strand":"black","velocity":559.4,"hazmat_code":false}
single_quotes
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "velocity": { "type": "number" }, "hazmat_code": { "type": "boolean" }, "coverage": { "typ...
{'strand':'black','velocity':559.4,'hazmat_code':false}
Expecting property name enclosed in double quotes
{"strand":"black","velocity":559.4,"hazmat_code":false}
TASK repair_structured_output SPEC FIELD val_p66 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_s38 TYPE string REQUIRED no FIELD param_t30 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD key_m45 TYPE string_email REQUIRED no FIELD val_z30 TYPE string REQUIRED no ...
{"param_t30":"red","val_z30":"Smith","param_a98":"foo"}
null_required
{ "type": "object", "properties": { "val_p66": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_s38": { "type": "string" }, "param_t30": { "type": "string", "enum": [ "red", ...
{"param_t30": null, "val_z30": "Smith", "param_a98": "foo"}
Required field 'param_t30' is null
{"param_t30":"red","val_z30":"Smith","param_a98":"foo"}
TASK repair_structured_output SPEC FIELD dim_p84 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD attr_e66 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD dim_n70 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT The output is as follows: {"dim_p84":"...
{"dim_p84":"oceanic","attr_e66":"mode_b","dim_n70":"degraded"}
extra_text_before
{ "type": "object", "properties": { "dim_p84": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "attr_e66": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "dim_...
The output is as follows: {"dim_p84":"oceanic","attr_e66":"mode_b","dim_n70":"degraded"}
Output contains non-JSON text before the object
{"dim_p84":"oceanic","attr_e66":"mode_b","dim_n70":"degraded"}
TASK repair_structured_output SPEC FIELD width TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD feedback TYPE string_date-time REQUIRED yes FIELD branch TYPE string REQUIRED no BROKEN_OUTPUT {"width":"large","feedback":"2024-04-11T10:34:00Z","branch":"example",}
{"width":"large","feedback":"2024-04-11T10:34:00Z","branch":"example"}
trailing_comma
{ "type": "object", "properties": { "width": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "feedback": { "type": "string", "format": "date-time" }, "branch": { "type": "string" } }, "required": [ ...
{"width":"large","feedback":"2024-04-11T10:34:00Z","branch":"example",}
Unexpected trailing comma
{"width":"large","feedback":"2024-04-11T10:34:00Z","branch":"example"}
TASK repair_structured_output SPEC FIELD field_g13 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD dim_r84 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD val_c46 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD col_d48 TYPE string_date-time REQUIRED no FI...
{"field_g13":"black","dim_r84":"closed","val_c46":"returned","col_d48":"2021-05-19T13:13:00Z","key_w02":"rejected"}
truncated_array
{ "type": "object", "properties": { "field_g13": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_r84": { "type": "string", "enum": [ "open", "in_progress", "resolved", "...
{"field_g13":"black","dim_r84":"closed","val_c46":"returned","col_d48":"2021-05-19T13:13:00Z","key_w02":"rejected"
Unexpected end of JSON input — truncated object
{"field_g13":"black","dim_r84":"closed","val_c46":"returned","col_d48":"2021-05-19T13:13:00Z","key_w02":"rejected"}
TASK repair_structured_output SPEC FIELD dim_u13 TYPE string VALUES option_a|option_b REQUIRED yes FIELD val_m51 TYPE integer REQUIRED yes FIELD param_n82 TYPE null REQUIRED yes BROKEN_OUTPUT {"dim_u13":"option_a","val_m51":498,"param_n82":null}
{"dim_u13":"option_a","val_m51":498,"param_n82":null}
missing_bracket
{ "type": "object", "properties": { "dim_u13": { "type": "string", "enum": [ "option_a", "option_b" ] }, "val_m51": { "type": "integer" }, "param_n82": { "type": "null" } }, "required": [ "dim_u13", "param_n82", "val_m51" ] }
{"dim_u13":"option_a","val_m51":498,"param_n82":null}
Missing closing bracket
{"dim_u13":"option_a","val_m51":498,"param_n82":null}
TASK repair_structured_output SPEC FIELD berth_slot TYPE integer REQUIRED no FIELD email TYPE string VALUES cat_a|cat_b REQUIRED no FIELD humidity_pct TYPE string REQUIRED no FIELD barcode TYPE integer REQUIRED yes FIELD hazmat_code TYPE null REQUIRED yes FIELD procedure_code.invoice_id TYPE string REQUIRED yes FIELD ...
{"berth_slot":557,"humidity_pct":"test@example.com","barcode":57,"hazmat_code":null,"procedure_code":{"invoice_id":"Paris","phenotype":"moored","last_name":{"freight_class":286,"chapter":"QC-07","department":404.43,"status":"missense","deploy_target":true,"feedback":"delivered","account_id":"mode_a"},"lab_result":{"run...
missing_bracket
{ "type": "object", "properties": { "berth_slot": { "type": "integer" }, "email": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "humidity_pct": { "type": "string" }, "barcode": { "type": "integer" }, "hazmat_code": { ...
{"berth_slot":557,"humidity_pct":"test@example.com","barcode":57,"hazmat_code":null,"procedure_code":{"invoice_id":"Paris","phenotype":"moored","last_name":{"freight_class":286,"chapter":"QC-07","department":404.43,"status":"missense","deploy_target":true,"feedback":"delivered","account_id":"mode_a"},"lab_result":{"run...
Missing closing bracket
{"berth_slot":557,"humidity_pct":"test@example.com","barcode":57,"hazmat_code":null,"procedure_code":{"invoice_id":"Paris","phenotype":"moored","last_name":{"freight_class":286,"chapter":"QC-07","department":404.43,"status":"missense","deploy_target":true,"feedback":"delivered","account_id":"mode_a"},"lab_result":{"run...
TASK repair_structured_output SPEC FIELD col_k82 TYPE integer REQUIRED yes FIELD param_x44 TYPE integer REQUIRED no FIELD attr_n33 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD param_w89.dim_k42 TYPE integer REQUIRED yes FIELD param_w89.key_a74 TYPE integer REQUIRED no FIELD param_w89.col_f64...
{"col_k82":21,"attr_n33":"delivered","param_w89":{"dim_k42":764,"key_a74":50,"col_f64":"qux","prop_e40":{"param_y53":186,"val_i82":536.06,"attr_o25":false,"col_z61":726,"param_r25":538},"attr_y89":"degraded"},"col_d51":{"val_g71":"JPY","dim_i31":"small","col_h91":"Bob"}}
invalid_enum
{ "type": "object", "properties": { "col_k82": { "type": "integer" }, "param_x44": { "type": "integer" }, "attr_n33": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_w89": { "type":...
{"col_k82": 21, "attr_n33": "invalid_value_606", "param_w89": {"dim_k42": 764, "key_a74": 50, "col_f64": "qux", "prop_e40": {"param_y53": 186, "val_i82": 536.06, "attr_o25": false, "col_z61": 726, "param_r25": 538}, "attr_y89": "degraded"}, "col_d51": {"val_g71": "JPY", "dim_i31": "small", "col_h91": "Bob"}}
Field 'attr_n33' has invalid enum value 'invalid_value_606', expected one of ['new', 'in_transit', 'delivered', 'returned']
{"col_k82":21,"attr_n33":"delivered","param_w89":{"dim_k42":764,"key_a74":50,"col_f64":"qux","prop_e40":{"param_y53":186,"val_i82":536.06,"attr_o25":false,"col_z61":726,"param_r25":538},"attr_y89":"degraded"},"col_d51":{"val_g71":"JPY","dim_i31":"small","col_h91":"Bob"}}
TASK repair_structured_output SPEC FIELD due_date TYPE integer REQUIRED no FIELD image_url TYPE boolean REQUIRED yes FIELD section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD timezone.brake_pressure TYPE string REQUIRED no FIELD timezone.medication TYPE string REQUIRED yes FIELD timezone.start_date TYPE ...
{"due_date":738,"image_url":true,"section":"JPY","timezone":{"brake_pressure":"demo","medication":"REV","start_date":"inactive","branch":868.61,"role":"https://example.io/api","hazmat_code":false,"published":"pending"},"gene_id":"sample"}
tool_call_bad_format
{ "type": "object", "properties": { "due_date": { "type": "integer" }, "image_url": { "type": "boolean" }, "section": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "timezone": { "type": "ob...
<functioncall> assign_berth {due_date: 738, image_url: true, section: "JPY", timezone: {brake_pressure: "demo", medication: "REV", start_date: "inactive", branch: 868.61, role: "https://example.io/api", hazmat_code: false, published: "pending"}, gene_id: "sample"}
Tool call has malformed arguments — unquoted keys in function parameters
{"due_date":738,"image_url":true,"section":"JPY","timezone":{"brake_pressure":"demo","medication":"REV","start_date":"inactive","branch":868.61,"role":"https://example.io/api","hazmat_code":false,"published":"pending"},"gene_id":"sample"}
TASK repair_structured_output SPEC FIELD val_x96 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_p25.field_b96 TYPE string REQUIRED no FIELD prop_p25.dim_c10 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD prop_p25.val_m51 TYPE string VALUES pending_review|confirmed|rejected|...
{"val_x96":"low","prop_p25":{"field_b96":"world","dim_c10":"hemizygous","val_m51":"pending_review","key_k44":28.98},"dim_d28":"BRL","field_j26":"married"}
invalid_enum
{ "type": "object", "properties": { "val_x96": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "prop_p25": { "type": "object", "properties": { "field_b96": { "type": "string" }, "dim_c1...
{"val_x96": "low", "prop_p25": {"field_b96": "world", "dim_c10": "hemizygous", "val_m51": "pending_review", "key_k44": 28.98}, "dim_d28": "BRL", "field_j26": "invalid_option_327"}
Field 'field_j26' has invalid enum value 'invalid_option_327', expected one of ['single', 'married', 'divorced']
{"val_x96":"low","prop_p25":{"field_b96":"world","dim_c10":"hemizygous","val_m51":"pending_review","key_k44":28.98},"dim_d28":"BRL","field_j26":"married"}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE integer REQUIRED yes FIELD manifest_ref.size TYPE string REQUIRED yes FIELD manifest_ref.phenotype TYPE boolean REQUIRED no FIELD manifest_ref.url TYPE string REQUIRED no FIELD manifest_ref.thumbnail TYPE number REQUIRED yes FIELD manifest_ref.cargo_type.loa...
{"diagnosis_code":615,"manifest_ref":{"size":"test","url":"New York","thumbnail":364.96,"cargo_type":{"loan_amount":true,"account_id":"https://example.com","insurance_id":988}},"tile":"warning","order_id":{"barcode":664,"allele":"type_a","interest_rate":"push"},"section":true,"bed_number":363.81,"enabled":"QC-07"}
wrong_type
{ "type": "object", "properties": { "diagnosis_code": { "type": "integer" }, "manifest_ref": { "type": "object", "properties": { "size": { "type": "string" }, "phenotype": { "type": "boolean" }, "url": { "type": "str...
{"diagnosis_code": 615, "manifest_ref": {"size": "test", "url": "New York", "thumbnail": 364.96, "cargo_type": {"loan_amount": true, "account_id": "https://example.com", "insurance_id": 988}}, "tile": "warning", "order_id": {"barcode": 664, "allele": "type_a", "interest_rate": "push"}, "section": true, "bed_number": "\...
Field 'bed_number' must be number, got string
{"diagnosis_code":615,"manifest_ref":{"size":"test","url":"New York","thumbnail":364.96,"cargo_type":{"loan_amount":true,"account_id":"https://example.com","insurance_id":988}},"tile":"warning","order_id":{"barcode":664,"allele":"type_a","interest_rate":"push"},"section":true,"bed_number":363.81,"enabled":"QC-07"}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD vital_sign TYPE string REQUIRED no FIELD batch_code.patient_id TYPE boolean REQUIRED yes FIELD batch_code.count TYPE integer REQUIRED yes FIELD batch_code.nickname TYPE boolean REQUIRED no...
{"item_id":"escalated","batch_code":{"patient_id":false,"count":560,"nickname":false,"vital_sign":"test@example.com","crew_id":"level_3","options":"frameshift","branch":983}}
tool_call_bad_format
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "vital_sign": { "type": "string" }, "batch_code": { "type": "object", "properties": { ...
<functioncall> read_sensor_array {item_id: "escalated", batch_code: {patient_id: false, count: 560, nickname: false, vital_sign: "test@example.com", crew_id: "level_3", options: "frameshift", branch: 983}}
Tool call has malformed arguments — unquoted keys in function parameters
{"item_id":"escalated","batch_code":{"patient_id":false,"count":560,"nickname":false,"vital_sign":"test@example.com","crew_id":"level_3","options":"frameshift","branch":983}}
TASK repair_structured_output SPEC FIELD price TYPE string VALUES active|inactive|pending REQUIRED yes FIELD account_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD span_id TYPE string VALUES draft|published|archived REQUIRED yes FIELD quantity TYPE integer REQUIRED yes BROKEN_OUTPUT {'price':'active','ac...
{"price":"active","account_id":"GBP","span_id":"draft","quantity":656}
single_quotes
{ "type": "object", "properties": { "price": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "account_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "...
{'price':'active','account_id':'GBP','span_id':'draft','quantity':656}
Expecting property name enclosed in double quotes
{"price":"active","account_id":"GBP","span_id":"draft","quantity":656}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD date TYPE string REQUIRED no FIELD trace_id TYPE number REQUIRED no FIELD website TYPE integer REQUIRED no FIELD amount TYPE integer REQUIRED no FIELD features TYPE string_email R...
{"interest_rate":"level_2","date":"qux","trace_id":947.63,"website":32,"amount":13,"features":"ops@example.com","nickname":396.83}
unquoted_keys
{ "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "date": { "type": "string" }, "trace_id": { "type": "number" ...
{interest_rate:"level_2",date:"qux",trace_id:947.63,website:32,amount:13,features:"ops@example.com",nickname:396.83}
Expecting property name enclosed in double quotes
{"interest_rate":"level_2","date":"qux","trace_id":947.63,"website":32,"amount":13,"features":"ops@example.com","nickname":396.83}
TASK repair_structured_output SPEC FIELD payment_status.state TYPE string_uri REQUIRED no FIELD payment_status.items TYPE string REQUIRED yes FIELD payment_status.altitude TYPE string VALUES draft|published|archived REQUIRED no FIELD payment_status.span_id TYPE number REQUIRED yes FIELD website TYPE string VALUES USD|...
{"website":"EUR","product_id":"Paris","vital_sign":"cancelled","repository":true,"interest_rate":"editor"}
null_required
{ "type": "object", "properties": { "payment_status": { "type": "object", "properties": { "state": { "type": "string", "format": "uri" }, "items": { "type": "string" }, "altitude": { "type": "string", "enum": [...
{"website": "EUR", "product_id": "Paris", "vital_sign": null, "repository": true, "interest_rate": "editor"}
Required field 'vital_sign' is null
{"website":"EUR","product_id":"Paris","vital_sign":"cancelled","repository":true,"interest_rate":"editor"}
TASK repair_structured_output SPEC FIELD half_life TYPE string REQUIRED yes FIELD ward TYPE string REQUIRED no FIELD company TYPE boolean REQUIRED yes FIELD feedback TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD duration_ms TYPE string REQUIRED no FIELD date TYPE number REQUIRED yes FIELD step.strand...
{"half_life":"test","ward":"New York","company":true,"duration_ms":"approved","date":791.88,"turbidity":501.66}
tool_call_partial_args
{ "type": "object", "properties": { "half_life": { "type": "string" }, "ward": { "type": "string" }, "company": { "type": "boolean" }, "feedback": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
I need to look up the information first. Action: check_availability Arguments: {"half_life": "test", "ward": "New York", "company": true, "duration_ms": "approved", "turbidity": 501.66}
Agent tool call missing required parameter 'date'
{"half_life":"test","ward":"New York","company":true,"duration_ms":"approved","date":791.88,"turbidity":501.66}
TASK repair_structured_output SPEC FIELD param_d62 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD param_d74 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD param_a06 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_q52 TYPE boolean REQUIRED yes FIELD key...
{"param_d62":"cat_b","param_d74":"type_b","param_a06":"returned","attr_q52":true,"key_l18":"foo"}
extra_field
{ "type": "object", "properties": { "param_d62": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "param_d74": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "...
{"param_d62": "cat_b", "param_d74": "type_b", "param_a06": "returned", "attr_q52": true, "key_l18": "foo", "extra_field_8656": true}
Unknown field 'extra_field_8656' not defined in schema
{"param_d62":"cat_b","param_d74":"type_b","param_a06":"returned","attr_q52":true,"key_l18":"foo"}
TASK repair_structured_output SPEC FIELD key_v93 TYPE boolean REQUIRED no FIELD key_y89 TYPE number REQUIRED no FIELD val_h17 TYPE integer REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="get_inventory"> {"key_v93":false,"key_y89":567.33,"val_h17":81} </tool_call.
{"key_v93":false,"key_y89":567.33,"val_h17":81}
tool_call_text_mix
{ "type": "object", "properties": { "key_v93": { "type": "boolean" }, "key_y89": { "type": "number" }, "val_h17": { "type": "integer" } }, "required": [ "val_h17" ] }
I'll query our database. <tool_call name="get_inventory"> {"key_v93":false,"key_y89":567.33,"val_h17":81} </tool_call.
Agent response mixes reasoning text with tool call
{"key_v93":false,"key_y89":567.33,"val_h17":81}
TASK repair_structured_output SPEC FIELD address TYPE string REQUIRED yes FIELD language TYPE string_uri REQUIRED no FIELD city TYPE integer REQUIRED no FIELD reagent.branch TYPE string_email REQUIRED no FIELD reagent.title TYPE boolean REQUIRED yes FIELD reagent.brake_pressure TYPE integer REQUIRED no FIELD reagent.l...
{"address":"quux","language":"https://www.org/data","city":721,"reagent":{"branch":"test@test.io","title":false,"brake_pressure":152,"lab_result":647.83,"full_name":639,"image_url":"qux"},"quantity":{"altitude":747.59,"reagent":"escalated","organism":494,"chromosome":[true,false,false]},"count":{"trace_id":{"balance":"...
missing_brace
{ "type": "object", "properties": { "address": { "type": "string" }, "language": { "type": "string", "format": "uri" }, "city": { "type": "integer" }, "reagent": { "type": "object", "properties": { "branch": { "type": "string", ...
{"address":"quux","language":"https://www.org/data","city":721,"reagent":{"branch":"test@test.io","title":false,"brake_pressure":152,"lab_result":647.83,"full_name":639,"image_url":"qux"},"quantity":{"altitude":747.59,"reagent":"escalated","organism":494,"chromosome":[true,false,false]},"count":{"trace_id":"balance":"a...
Missing closing brace
{"address":"quux","language":"https://www.org/data","city":721,"reagent":{"branch":"test@test.io","title":false,"brake_pressure":152,"lab_result":647.83,"full_name":639,"image_url":"qux"},"quantity":{"altitude":747.59,"reagent":"escalated","organism":494,"chromosome":[true,false,false]},"count":{"trace_id":{"balance":"...
TASK repair_structured_output SPEC FIELD key_g72 TYPE string_date-time REQUIRED yes FIELD dim_o65 TYPE string VALUES active|inactive|pending REQUIRED no FIELD val_n73 TYPE integer REQUIRED no BROKEN_OUTPUT I've generated the following JSON: ```json {"key_g72":"2021-02-17T21:04:00Z","dim_o65":"inactive","val_n73":393}...
{"key_g72":"2021-02-17T21:04:00Z","dim_o65":"inactive","val_n73":393}
markdown_explanation
{ "type": "object", "properties": { "key_g72": { "type": "string", "format": "date-time" }, "dim_o65": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "val_n73": { "type": "integer" } }, "required": [ "key...
I've generated the following JSON: ```json {"key_g72":"2021-02-17T21:04:00Z","dim_o65":"inactive","val_n73":393} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"key_g72":"2021-02-17T21:04:00Z","dim_o65":"inactive","val_n73":393}
TASK repair_structured_output SPEC FIELD voltage.dosage TYPE string REQUIRED yes FIELD voltage.color.paragraph TYPE string REQUIRED yes FIELD voltage.color.trace_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD voltage.color.loan_amount TYPE string REQUIRED yes FIELD voltage.thumbnail TYPE string_email REQ...
{"voltage":{"dosage":"world","color":{"paragraph":"hello","trace_id":"admin","loan_amount":"bar"},"thumbnail":"ops@test.io","freight_class":"free","run_id":194},"department":true,"manifest_ref":"BRL","price":"reliable"}
single_quotes
{ "type": "object", "properties": { "voltage": { "type": "object", "properties": { "dosage": { "type": "string" }, "color": { "type": "object", "properties": { "paragraph": { "type": "string" }, "...
{'voltage':{'dosage':'world','color':{'paragraph':'hello','trace_id':'admin','loan_amount':'bar'},'thumbnail':'ops@test.io','freight_class':'free','run_id':194},'department':true,'manifest_ref':'BRL','price':'reliable'}
Expecting property name enclosed in double quotes
{"voltage":{"dosage":"world","color":{"paragraph":"hello","trace_id":"admin","loan_amount":"bar"},"thumbnail":"ops@test.io","freight_class":"free","run_id":194},"department":true,"manifest_ref":"BRL","price":"reliable"}
TASK repair_structured_output SPEC FIELD col_l92 TYPE string REQUIRED yes FIELD param_h66 TYPE integer REQUIRED no FIELD field_h14 TYPE string_email REQUIRED yes FIELD attr_b19 TYPE string REQUIRED yes FIELD col_w89 TYPE number REQUIRED no BROKEN_OUTPUT {"col_l92":"test","param_h66":723,"field_h14":"user@domain.org",...
{"col_l92":"test","param_h66":723,"field_h14":"user@domain.org","attr_b19":"https://api.example.com/v1","col_w89":857.76}
extra_text_after
{ "type": "object", "properties": { "col_l92": { "type": "string" }, "param_h66": { "type": "integer" }, "field_h14": { "type": "string", "format": "email" }, "attr_b19": { "type": "string" }, "col_w89": { "type": "number" } }, "require...
{"col_l92":"test","param_h66":723,"field_h14":"user@domain.org","attr_b19":"https://api.example.com/v1","col_w89":857.76} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"col_l92":"test","param_h66":723,"field_h14":"user@domain.org","attr_b19":"https://api.example.com/v1","col_w89":857.76}
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED no FIELD log_level TYPE string REQUIRED no FIELD end_date TYPE string REQUIRED yes FIELD status_code.umi TYPE string VALUES draft|published|archived REQUIRED yes FIELD status_code.step TYPE number REQUIRED no FIELD status_code.amount TYPE string REQ...
{"dosage":785,"log_level":"RTG-04","end_date":"cancelled","status_code":{"umi":"draft","step":17.27,"amount":"Diana","order_id":"hello","bearing":"rejected","thumbnail":"PASS","level":"2024-09-19T17:40:00Z"}}
extra_text_after
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "log_level": { "type": "string" }, "end_date": { "type": "string" }, "status_code": { "type": "object", "properties": { "umi": { "type": "string", "enum": [ ...
{"dosage":785,"log_level":"RTG-04","end_date":"cancelled","status_code":{"umi":"draft","step":17.27,"amount":"Diana","order_id":"hello","bearing":"rejected","thumbnail":"PASS","level":"2024-09-19T17:40:00Z"}} Hope this helps!
Output contains non-JSON text after the object
{"dosage":785,"log_level":"RTG-04","end_date":"cancelled","status_code":{"umi":"draft","step":17.27,"amount":"Diana","order_id":"hello","bearing":"rejected","thumbnail":"PASS","level":"2024-09-19T17:40:00Z"}}
TASK repair_structured_output SPEC FIELD val_l07 TYPE boolean REQUIRED yes FIELD dim_i10 TYPE integer REQUIRED yes FIELD col_c83.val_h12 TYPE string REQUIRED no FIELD col_c83.attr_x40 TYPE null REQUIRED no FIELD col_c83.field_r94 TYPE string_uri REQUIRED no FIELD col_c83.prop_o39 TYPE string VALUES homozygous|heterozy...
{"val_l07":true,"dim_i10":982,"col_c83":{"val_h12":"Silva","field_r94":"https://data.org/v1","prop_o39":"hemizygous","field_u65":"option_b","attr_e33":186,"prop_r38":"world"},"attr_y10":{"attr_b57":"option_c","dim_k81":"Maria","attr_v91":"https://api.example.com/v1","col_y12":54}}
partial_structure
{ "type": "object", "properties": { "val_l07": { "type": "boolean" }, "dim_i10": { "type": "integer" }, "col_c83": { "type": "object", "properties": { "val_h12": { "type": "string" }, "attr_x40": { "type": "null" }, ...
Based on the data, col_c83 is {'val_h12': 'Silva', 'field_r94': 'https://data.org/v1', 'prop_o39': 'hemizygous', 'field_u65': 'option_b', 'attr_e33': 186, 'prop_r38': 'world'}. {"val_l07":true,"dim_i10":982,"col_c83":{"val_h12":"Silva","field_r94":"https://data.org/v1","prop_o39":"hemizygous","field_u65":"option_b","at...
Output mixes natural language with JSON
{"val_l07":true,"dim_i10":982,"col_c83":{"val_h12":"Silva","field_r94":"https://data.org/v1","prop_o39":"hemizygous","field_u65":"option_b","attr_e33":186,"prop_r38":"world"},"attr_y10":{"attr_b57":"option_c","dim_k81":"Maria","attr_v91":"https://api.example.com/v1","col_y12":54}}
TASK repair_structured_output SPEC FIELD key_b33 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_h25 TYPE string REQUIRED yes FIELD key_k72 TYPE string REQUIRED yes FIELD dim_b10[].dim_h34 TYPE integer REQUIRED no FIELD dim_b10[].col_e85 TYPE string REQUIRED yes FIELD dim_b10[].col_q51 TYPE st...
{"key_b33":"arctic","prop_h25":"Charlie","key_k72":"quux","dim_b10":[{"dim_h34":191,"col_e85":"Oliveira","col_q51":"ops@domain.org","prop_y15":"mode_c"},{"dim_h34":99,"col_e85":"bar","col_q51":"user@test.io","prop_y15":"mode_b","field_c69":"https://example.io/v1"},{"dim_h34":980,"col_e85":"Oliveira","col_q51":"user@tes...
markdown_explanation
{ "type": "object", "properties": { "key_b33": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_h25": { "type": "string" }, "key_k72": { "type": "string" }, "dim_b10": { "type": "array", ...
Sensor output follows: ```json {"key_b33":"arctic","prop_h25":"Charlie","key_k72":"quux","dim_b10":[{"dim_h34":191,"col_e85":"Oliveira","col_q51":"ops@domain.org","prop_y15":"mode_c"},{"dim_h34":99,"col_e85":"bar","col_q51":"user@test.io","prop_y15":"mode_b","field_c69":"https://example.io/v1"},{"dim_h34":980,"col_e85"...
Output contains markdown and explanatory text around JSON
{"key_b33":"arctic","prop_h25":"Charlie","key_k72":"quux","dim_b10":[{"dim_h34":191,"col_e85":"Oliveira","col_q51":"ops@domain.org","prop_y15":"mode_c"},{"dim_h34":99,"col_e85":"bar","col_q51":"user@test.io","prop_y15":"mode_b","field_c69":"https://example.io/v1"},{"dim_h34":980,"col_e85":"Oliveira","col_q51":"user@tes...
TASK repair_structured_output SPEC FIELD patient_id TYPE null REQUIRED yes FIELD paragraph.commit_hash TYPE string REQUIRED no FIELD paragraph.version TYPE integer REQUIRED yes FIELD paragraph.timezone TYPE integer REQUIRED no FIELD paragraph.maturity_date TYPE integer REQUIRED yes FIELD paragraph.conductivity[] TYPE ...
{"patient_id":null,"paragraph":{"commit_hash":"chr1","version":341,"maturity_date":771}}
markdown_explanation
{ "type": "object", "properties": { "patient_id": { "type": "null" }, "paragraph": { "type": "object", "properties": { "commit_hash": { "type": "string" }, "version": { "type": "integer" }, "timezone": { "type": "int...
Pipeline result: ```json {"patient_id":null,"paragraph":{"commit_hash":"chr1","version":341,"maturity_date":771}} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"patient_id":null,"paragraph":{"commit_hash":"chr1","version":341,"maturity_date":771}}
TASK repair_structured_output SPEC FIELD ward TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD city TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD amount TYPE string REQUIRED no FIELD filter_flag TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD throttle_pos TYPE st...
{"ward":"unstable","amount":"https://example.com","filter_flag":"small","throttle_pos":"FWD"}
invalid_enum
{ "type": "object", "properties": { "ward": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "city": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, ...
{"ward": "invalid_choice_46", "amount": "https://example.com", "filter_flag": "small", "throttle_pos": "FWD"}
Field 'ward' has invalid enum value 'invalid_choice_46', expected one of ['reliable', 'unstable', 'intermittent']
{"ward":"unstable","amount":"https://example.com","filter_flag":"small","throttle_pos":"FWD"}
TASK repair_structured_output SPEC FIELD tags TYPE boolean REQUIRED yes FIELD order_id TYPE string REQUIRED no FIELD date TYPE string REQUIRED no FIELD filter_flag TYPE string_email REQUIRED no FIELD width TYPE integer REQUIRED yes FIELD crew_id TYPE number REQUIRED yes FIELD aligned_pct TYPE string VALUES free|basic|...
{"tags":false,"order_id":"example","width":647,"crew_id":555.75,"aligned_pct":"basic"}
truncated_object
{ "type": "object", "properties": { "tags": { "type": "boolean" }, "order_id": { "type": "string" }, "date": { "type": "string" }, "filter_flag": { "type": "string", "format": "email" }, "width": { "type": "integer" }, "crew_id": { ...
{"tags":false,"order_id":"example","width":647,"crew_id":555.75,"aligned_pct":"basic"
Unexpected end of JSON input — truncated object
{"tags":false,"order_id":"example","width":647,"crew_id":555.75,"aligned_pct":"basic"}
TASK repair_structured_output SPEC FIELD order_id TYPE string REQUIRED yes FIELD end_date TYPE string VALUES single|married|divorced REQUIRED yes FIELD active TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD velocity.count TYPE string_email REQUIRED no FIELD velocity.color TYPE string_dat...
{"order_id":"foo","end_date":"single","active":"mode_c","velocity":{"count":"ops@test.io","color":"2023-05-04T03:15:00Z","hazmat_code":false},"transaction_id":true}
partial_structure
{ "type": "object", "properties": { "order_id": { "type": "string" }, "end_date": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "active": { "type": "string", "enum": [ "mode_a", "mode_b", "mo...
I found that velocity should be {'count': 'ops@test.io', 'color': '2023-05-04T03:15:00Z', 'hazmat_code': False}. {"order_id":"foo","end_date":"single","active":"mode_c","velocity":{"count":"ops@test.io","color":"2023-05-04T03:15:00Z","hazmat_code":false},"transaction_id":true}
Output mixes natural language with JSON
{"order_id":"foo","end_date":"single","active":"mode_c","velocity":{"count":"ops@test.io","color":"2023-05-04T03:15:00Z","hazmat_code":false},"transaction_id":true}
TASK repair_structured_output SPEC FIELD attr_g05 TYPE integer REQUIRED yes FIELD field_f57 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_p57 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD field_l32 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_o...
{"attr_g05":577,"field_f57":"success","col_p57":"operational","field_l32":"medium","val_o36":"archived"}
tool_call_text_mix
{ "type": "object", "properties": { "attr_g05": { "type": "integer" }, "field_f57": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_p57": { "type": "string", "enum": [ "operational", ...
I'll query our database. <tool_call name="track_vessel"> {"attr_g05":577,"field_f57":"success","col_p57":"operational","field_l32":"medium","val_o36":"archived"} </tool_call.
Agent response mixes reasoning text with tool call
{"attr_g05":577,"field_f57":"success","col_p57":"operational","field_l32":"medium","val_o36":"archived"}
TASK repair_structured_output SPEC FIELD dim_f29.param_s37 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD dim_f29.val_k18 TYPE boolean REQUIRED no FIELD dim_f29.key_f27 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD dim_f29.field_d36 TYPE integer REQUIRED no FIELD dim_f29.dim_p40 TYPE...
{"dim_f29":{"param_s37":"cat_c","key_f27":"cat_b","dim_p40":false,"col_r91":"GRCh38","prop_x01":387},"key_i29":"open","prop_m43":"https://api.com/v1"}
missing_required
{ "type": "object", "properties": { "dim_f29": { "type": "object", "properties": { "param_s37": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "val_k18": { "type": "...
{"dim_f29": {"param_s37": "cat_c", "key_f27": "cat_b", "dim_p40": false, "col_r91": "GRCh38", "prop_x01": 387}, "prop_m43": "https://api.com/v1"}
Required field 'key_i29' is missing
{"dim_f29":{"param_s37":"cat_c","key_f27":"cat_b","dim_p40":false,"col_r91":"GRCh38","prop_x01":387},"key_i29":"open","prop_m43":"https://api.com/v1"}
TASK repair_structured_output SPEC FIELD port_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD half_life TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD level TYPE integer REQUIRED yes FIELD version[].total TYPE string VALUES pending_review|confirmed|rej...
{"port_code":"offline","half_life":"degraded","level":596,"version":[{"total":"pending_review","terminal_id":"unstable","conductivity":true,"manifest_ref":"phone"},{"terminal_id":"unstable","manifest_ref":"email","weight":"bar","start_date":true},{"terminal_id":"intermittent","conductivity":true,"manifest_ref":"email",...
extra_field
{ "type": "object", "properties": { "port_code": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "half_life": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
{"port_code": "offline", "half_life": "degraded", "level": 596, "version": [{"total": "pending_review", "terminal_id": "unstable", "conductivity": true, "manifest_ref": "phone"}, {"terminal_id": "unstable", "manifest_ref": "email", "weight": "bar", "start_date": true}, {"terminal_id": "intermittent", "conductivity": tr...
Unknown field 'extra_value_9981' not defined in schema
{"port_code":"offline","half_life":"degraded","level":596,"version":[{"total":"pending_review","terminal_id":"unstable","conductivity":true,"manifest_ref":"phone"},{"terminal_id":"unstable","manifest_ref":"email","weight":"bar","start_date":true},{"terminal_id":"intermittent","conductivity":true,"manifest_ref":"email",...
TASK repair_structured_output SPEC FIELD terminal_id TYPE integer REQUIRED no FIELD format TYPE string REQUIRED no FIELD humidity_pct TYPE number REQUIRED no FIELD address TYPE null REQUIRED yes BROKEN_OUTPUT Tool: filter_variants Params: {"terminal_id": 607, "format": "https://api.example.com/v1", "humidity_pct": 11...
{"terminal_id":607,"format":"https://api.example.com/v1","humidity_pct":119.56,"address":null}
tool_call_wrong_param
{ "type": "object", "properties": { "terminal_id": { "type": "integer" }, "format": { "type": "string" }, "humidity_pct": { "type": "number" }, "address": { "type": "null" } }, "required": [ "address" ] }
Tool: filter_variants Params: {"terminal_id": 607, "format": "https://api.example.com/v1", "humidity_pct": 119.56, "address_id": null}
Agent used wrong parameter name 'address_id' instead of 'address'
{"terminal_id":607,"format":"https://api.example.com/v1","humidity_pct":119.56,"address":null}
TASK repair_structured_output SPEC FIELD attr_u88 TYPE integer REQUIRED yes FIELD attr_s47 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD col_x73[].attr_g30 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD col_x73[].col_l23 TYPE null REQUIRED no FIELD col_x73[].attr_w60 TYPE string_uri REQUIRED...
{"attr_u88":217,"attr_s47":"admin","col_x73":[{"col_l23":null,"attr_w60":"https://example.io/data","dim_r26":"RTG-04","attr_l06":false,"field_s13":"free","dim_a76":"Luis","col_f66":"escalated"},{"attr_w60":"https://data.org/data","field_s13":"pro","dim_a76":"test","col_f66":"escalated"},{"attr_g30":"medium","col_l23":n...
missing_bracket
{ "type": "object", "properties": { "attr_u88": { "type": "integer" }, "attr_s47": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_x73": { "type": "array", "items": { "type": "object", "properties": {...
{"attr_u88":217,"attr_s47":"admin","col_x73":{"col_l23":null,"attr_w60":"https://example.io/data","dim_r26":"RTG-04","attr_l06":false,"field_s13":"free","dim_a76":"Luis","col_f66":"escalated"},{"attr_w60":"https://data.org/data","field_s13":"pro","dim_a76":"test","col_f66":"escalated"},{"attr_g30":"medium","col_l23":nu...
Missing closing bracket
{"attr_u88":217,"attr_s47":"admin","col_x73":[{"col_l23":null,"attr_w60":"https://example.io/data","dim_r26":"RTG-04","attr_l06":false,"field_s13":"free","dim_a76":"Luis","col_f66":"escalated"},{"attr_w60":"https://data.org/data","field_s13":"pro","dim_a76":"test","col_f66":"escalated"},{"attr_g30":"medium","col_l23":n...
TASK repair_structured_output SPEC FIELD timezone.throttle_pos TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD timezone.payment_status TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD timezone.city TYPE string REQUIRED no FIELD timezone.department TYPE string_uri REQUIRED no FIE...
{"timezone":{"throttle_pos":"editor","payment_status":"operational","half_life":531.49},"ph_level":133,"diagnosis_code":"error","title":{"port_code":"https://example.com/api","values":"pending","url":"unstable"}}
missing_brace
{ "type": "object", "properties": { "timezone": { "type": "object", "properties": { "throttle_pos": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "payment_status": { "type": "string",...
{"timezone":{"throttle_pos":"editor","payment_status":"operational","half_life":531.49,"ph_level":133,"diagnosis_code":"error","title":{"port_code":"https://example.com/api","values":"pending","url":"unstable"}}
Missing closing brace
{"timezone":{"throttle_pos":"editor","payment_status":"operational","half_life":531.49},"ph_level":133,"diagnosis_code":"error","title":{"port_code":"https://example.com/api","values":"pending","url":"unstable"}}
TASK repair_structured_output SPEC FIELD id.procedure_code TYPE integer REQUIRED yes FIELD id.label.diagnosis_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD id.label.last_name TYPE number REQUIRED no FIELD id.label.ward TYPE null REQUIRED no FIELD id.label.visible TYPE integer REQUIRED yes ...
{"id":{"procedure_code":813,"label":{"diagnosis_code":"berthed","last_name":590.1,"visible":646,"temp_celsius":null},"chromosome":"quux"},"visible":"xl","weight":"demo"}
extra_text_after
{ "type": "object", "properties": { "id": { "type": "object", "properties": { "procedure_code": { "type": "integer" }, "label": { "type": "object", "properties": { "diagnosis_code": { "type": "string", "enu...
{"id":{"procedure_code":813,"label":{"diagnosis_code":"berthed","last_name":590.1,"visible":646,"temp_celsius":null},"chromosome":"quux"},"visible":"xl","weight":"demo"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"id":{"procedure_code":813,"label":{"diagnosis_code":"berthed","last_name":590.1,"visible":646,"temp_celsius":null},"chromosome":"quux"},"visible":"xl","weight":"demo"}
TASK repair_structured_output SPEC FIELD val_g63 TYPE string_email REQUIRED no FIELD field_e39 TYPE string REQUIRED no FIELD dim_w32.dim_p17 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_w32.attr_e08 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD dim_w32.prop_h26 TYPE number REQ...
{"val_g63":"ops@domain.org","field_e39":"REV","dim_w32":{"attr_e08":"intermittent","prop_h26":93.47},"param_y95":{"field_w58":867.08,"field_p19":943,"col_n57":"2022-05-27T11:42:00Z"}}
tool_call_wrong_param
{ "type": "object", "properties": { "val_g63": { "type": "string", "format": "email" }, "field_e39": { "type": "string" }, "dim_w32": { "type": "object", "properties": { "dim_p17": { "type": "string", "enum": [ "single", ...
Tool: assign_berth Params: {"val_g63": "ops@domain.org", "dim_w32": {"attr_e08": "intermittent", "prop_h26": 93.47}, "param_y95": {"field_w58": 867.08, "field_p19": 943, "col_n57": "2022-05-27T11:42:00Z"}, "field_e39_new": "REV"}
Agent used wrong parameter name 'field_e39_new' instead of 'field_e39'
{"val_g63":"ops@domain.org","field_e39":"REV","dim_w32":{"attr_e08":"intermittent","prop_h26":93.47},"param_y95":{"field_w58":867.08,"field_p19":943,"col_n57":"2022-05-27T11:42:00Z"}}
TASK repair_structured_output SPEC FIELD dim_r82 TYPE integer REQUIRED no FIELD param_g45 TYPE string_email REQUIRED yes FIELD key_m69 TYPE boolean REQUIRED no BROKEN_OUTPUT Let me check the system. Action: queue_sequencing_run Arguments: {"key_m69": true}
{"param_g45":"test@example.com","key_m69":true}
tool_call_partial_args
{ "type": "object", "properties": { "dim_r82": { "type": "integer" }, "param_g45": { "type": "string", "format": "email" }, "key_m69": { "type": "boolean" } }, "required": [ "param_g45" ] }
Let me check the system. Action: queue_sequencing_run Arguments: {"key_m69": true}
Agent tool call missing required parameter 'param_g45'
{"param_g45":"test@example.com","key_m69":true}
TASK repair_structured_output SPEC FIELD field_w96 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD field_w10 TYPE string VALUES type_a|type_b REQUIRED no FIELD field_z86 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD param_x63 TYPE boolean REQUIRED no FIELD prop_o57 TYPE number REQUIRED no...
{"field_w10":"type_b","field_z86":"type_a","param_x63":true,"attr_e64":"type_a","attr_s57":734}
tool_call_wrong_param
{ "type": "object", "properties": { "field_w96": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "field_w10": { "type": "string", "enum": [ "type_a", "type_b" ] }, "field_z86": { "type": "string", "enum": [ ...
Tool: track_vessel Params: {"field_z86": "type_a", "param_x63": true, "attr_e64": "type_a", "attr_s57": 734, "field_w102": "type_b"}
Agent used wrong parameter name 'field_w102' instead of 'field_w10'
{"field_w10":"type_b","field_z86":"type_a","param_x63":true,"attr_e64":"type_a","attr_s57":734}
TASK repair_structured_output SPEC FIELD val_w64 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_v86 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD key_i05 TYPE null REQUIRED no FIELD dim_o21 TYPE string VALUES new|in_transit|delivered|returned REQUIRED ...
{"val_w64":"missense","attr_v86":"nonsense","prop_u02":"hemizygous"}
trailing_comma
{ "type": "object", "properties": { "val_w64": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "attr_v86": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", ...
{"val_w64":"missense","attr_v86":"nonsense","prop_u02":"hemizygous",}
Unexpected trailing comma
{"val_w64":"missense","attr_v86":"nonsense","prop_u02":"hemizygous"}
TASK repair_structured_output SPEC FIELD version TYPE string VALUES draft|published|archived REQUIRED no FIELD loan_amount TYPE integer REQUIRED yes FIELD turbidity TYPE integer REQUIRED yes FIELD freight_class.consignee TYPE integer REQUIRED yes FIELD freight_class.medication TYPE string VALUES coastal|oceanic|inland...
{"version":"draft","loan_amount":336,"turbidity":873,"freight_class":{"consignee":535,"medication":"oceanic","language":[{"image_url":"success","item_id":"John","collateral":"pro"},{"image_url":"success","country":"London","collateral":"pro"}]},"span_id":{"total":false,"image_url":"PASS","product_id":{"salinity":"relia...
extra_text_after
{ "type": "object", "properties": { "version": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "loan_amount": { "type": "integer" }, "turbidity": { "type": "integer" }, "freight_class": { "type": "object", ...
{"version":"draft","loan_amount":336,"turbidity":873,"freight_class":{"consignee":535,"medication":"oceanic","language":[{"image_url":"success","item_id":"John","collateral":"pro"},{"image_url":"success","country":"London","collateral":"pro"}]},"span_id":{"total":false,"image_url":"PASS","product_id":{"salinity":"relia...
Output contains non-JSON text after the object
{"version":"draft","loan_amount":336,"turbidity":873,"freight_class":{"consignee":535,"medication":"oceanic","language":[{"image_url":"success","item_id":"John","collateral":"pro"},{"image_url":"success","country":"London","collateral":"pro"}]},"span_id":{"total":false,"image_url":"PASS","product_id":{"salinity":"relia...
TASK repair_structured_output SPEC FIELD field_b54 TYPE number REQUIRED yes FIELD attr_x57 TYPE string REQUIRED no FIELD dim_w36.key_k61 TYPE null REQUIRED no FIELD dim_w36.field_r38 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_w36.dim_p32 TYPE string_date-time REQUIRED yes FIELD dim_w36.attr_v92...
{"field_b54":509.6,"attr_x57":"2024-06-30","dim_w36":{"key_k61":null,"field_r38":"basic","dim_p32":"2025-01-03T03:39:00Z","attr_v92":"Maria"},"val_t24":942,"field_u15":836.72,"col_u75":"cancelled","val_c24":"admin"}
invalid_enum
{ "type": "object", "properties": { "field_b54": { "type": "number" }, "attr_x57": { "type": "string" }, "dim_w36": { "type": "object", "properties": { "key_k61": { "type": "null" }, "field_r38": { "type": "string", "e...
{"field_b54": 509.6, "attr_x57": "2024-06-30", "dim_w36": {"key_k61": null, "field_r38": "basic", "dim_p32": "2025-01-03T03:39:00Z", "attr_v92": "Maria"}, "val_t24": 942, "field_u15": 836.72, "col_u75": "cancelled", "val_c24": "invalid_choice_334"}
Field 'val_c24' has invalid enum value 'invalid_choice_334', expected one of ['admin', 'editor', 'viewer']
{"field_b54":509.6,"attr_x57":"2024-06-30","dim_w36":{"key_k61":null,"field_r38":"basic","dim_p32":"2025-01-03T03:39:00Z","attr_v92":"Maria"},"val_t24":942,"field_u15":836.72,"col_u75":"cancelled","val_c24":"admin"}
TASK repair_structured_output SPEC FIELD email TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD barcode.invoice_id TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD barcode.description TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD barcode.product_id TYPE integer ...
{"email":"coastal","barcode":{"invoice_id":"white","description":"unstable","product_id":53,"discount":"GRCh38","ph_level":"FWD"},"yield_pct":566.31}
invalid_enum
{ "type": "object", "properties": { "email": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "barcode": { "type": "object", "properties": { "invoice_id": { "type": "string", "enum": [ ...
{"email": "invalid_choice_532", "barcode": {"invoice_id": "white", "description": "unstable", "product_id": 53, "discount": "GRCh38", "ph_level": "FWD"}, "yield_pct": 566.31}
Field 'email' has invalid enum value 'invalid_choice_532', expected one of ['coastal', 'oceanic', 'inland', 'arctic']
{"email":"coastal","barcode":{"invoice_id":"white","description":"unstable","product_id":53,"discount":"GRCh38","ph_level":"FWD"},"yield_pct":566.31}
TASK repair_structured_output SPEC FIELD current_draw TYPE null REQUIRED yes FIELD country TYPE null REQUIRED yes FIELD date[] TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: get_account Arguments: {"country": null, "date": ["typ...
{"current_draw":null,"country":null,"date":["type_d","type_f","type_b"]}
tool_call_partial_args
{ "type": "object", "properties": { "current_draw": { "type": "null" }, "country": { "type": "null" }, "date": { "type": "array", "items": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
I need to look up the information first. Action: get_account Arguments: {"country": null, "date": ["type_d", "type_f", "type_b"]}
Agent tool call missing required parameter 'current_draw'
{"current_draw":null,"country":null,"date":["type_d","type_f","type_b"]}
TASK repair_structured_output SPEC FIELD level TYPE string VALUES email|phone|sms|push REQUIRED no FIELD amount TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD salinity.ward TYPE number REQUIRED no FIELD salinity.zip_code TYPE string REQUIRED no FIELD salinity.visible TYPE integer REQUIRED yes FIELD sa...
{"level":"email","amount":"black","salinity":{"visible":663,"price":true,"verified":"https://www.io/v1","full_name":"FWD"},"ph_level":true}
single_quotes
{ "type": "object", "properties": { "level": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "amount": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] ...
{'level':'email','amount':'black','salinity':{'visible':663,'price':true,'verified':'https://www.io/v1','full_name':'FWD'},'ph_level':true}
Expecting property name enclosed in double quotes
{"level":"email","amount":"black","salinity":{"visible":663,"price":true,"verified":"https://www.io/v1","full_name":"FWD"},"ph_level":true}
TASK repair_structured_output SPEC FIELD field_a03 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_c91 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD key_j94 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_d13 TYPE string REQUIRED n...
{"param_c91":"type_d","key_j94":"synonymous","attr_d13":"Johnson","col_i90":"option_b"}
extra_text_after
{ "type": "object", "properties": { "field_a03": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_c91": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", ...
{"param_c91":"type_d","key_j94":"synonymous","attr_d13":"Johnson","col_i90":"option_b"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"param_c91":"type_d","key_j94":"synonymous","attr_d13":"Johnson","col_i90":"option_b"}
TASK repair_structured_output SPEC FIELD date TYPE string VALUES admin|editor|viewer REQUIRED no FIELD price TYPE string REQUIRED no FIELD rating TYPE number REQUIRED no FIELD decay_rate TYPE string_date-time REQUIRED yes FIELD priority[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD end_date...
{"date":"viewer","decay_rate":"2021-09-03T00:20:00Z","priority":["delivered","delivered"],"end_date":["John","Bob","Smith"]}
single_quotes
{ "type": "object", "properties": { "date": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "price": { "type": "string" }, "rating": { "type": "number" }, "decay_rate": { "type": "string", "format": "date-ti...
{'date':'viewer','decay_rate':'2021-09-03T00:20:00Z','priority':['delivered','delivered'],'end_date':['John','Bob','Smith']}
Expecting property name enclosed in double quotes
{"date":"viewer","decay_rate":"2021-09-03T00:20:00Z","priority":["delivered","delivered"],"end_date":["John","Bob","Smith"]}
TASK repair_structured_output SPEC FIELD options TYPE integer REQUIRED yes FIELD batch_code TYPE string REQUIRED yes FIELD quality_score.run_id.subtotal TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD quality_score.run_id.country TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD q...
{"options":65,"batch_code":"quux","quality_score":{"run_id":{"subtotal":"mode_b","country":"cat_a","vessel_name":"cat_b"},"tile":824,"id":280.81,"phenotype":null,"amount":"type_b","first_name":{"subtotal":"Hapag-Lloyd-Express","city":null,"account_id":"option_a","lane":false,"aligned_pct":"https://api.com/v1"},"wavelen...
single_quotes
{ "type": "object", "properties": { "options": { "type": "integer" }, "batch_code": { "type": "string" }, "quality_score": { "type": "object", "properties": { "run_id": { "type": "object", "properties": { "subtotal": { ...
{'options':65,'batch_code':'quux','quality_score':{'run_id':{'subtotal':'mode_b','country':'cat_a','vessel_name':'cat_b'},'tile':824,'id':280.81,'phenotype':null,'amount':'type_b','first_name':{'subtotal':'Hapag-Lloyd-Express','city':null,'account_id':'option_a','lane':false,'aligned_pct':'https://api.com/v1'},'wavelen...
Expecting property name enclosed in double quotes
{"options":65,"batch_code":"quux","quality_score":{"run_id":{"subtotal":"mode_b","country":"cat_a","vessel_name":"cat_b"},"tile":824,"id":280.81,"phenotype":null,"amount":"type_b","first_name":{"subtotal":"Hapag-Lloyd-Express","city":null,"account_id":"option_a","lane":false,"aligned_pct":"https://api.com/v1"},"wavelen...
TASK repair_structured_output SPEC FIELD dim_d19 TYPE string REQUIRED no FIELD col_k12 TYPE boolean REQUIRED no FIELD dim_m75 TYPE number REQUIRED yes FIELD val_x58 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD field_z63.key_y66 TYPE string REQUIRED yes FIELD field_z63.key_w40 TYPE string REQ...
{"dim_d19":"GRCh38","dim_m75":660.5,"val_x58":"homozygous","field_z63":{"key_y66":"Luis","key_w40":"Smith","attr_m46":332.99}}
tool_call_bad_format
{ "type": "object", "properties": { "dim_d19": { "type": "string" }, "col_k12": { "type": "boolean" }, "dim_m75": { "type": "number" }, "val_x58": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] },...
<functioncall> apply_discount {dim_d19: "GRCh38", dim_m75: 660.5, val_x58: "homozygous", field_z63: {key_y66: "Luis", key_w40: "Smith", attr_m46: 332.99}}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_d19":"GRCh38","dim_m75":660.5,"val_x58":"homozygous","field_z63":{"key_y66":"Luis","key_w40":"Smith","attr_m46":332.99}}
TASK repair_structured_output SPEC FIELD val_m46 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_p43 TYPE integer REQUIRED no FIELD val_a19.param_r77 TYPE string_date-time REQUIRED yes FIELD val_a19.prop_i35 TYPE null REQUIRED no FIELD val_a19.field_u50 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUI...
{"val_m46":"medium","val_a19":{"param_r77":"2025-11-13T16:19:00Z","prop_i35":null,"field_u50":"USD","col_g34":{"field_w64":735,"col_z11":"https://api.example.com/v1","prop_q16":757.72,"col_h36":false,"val_v50":"nonsense","key_m46":false},"val_y12":{"field_f97":"rejected","param_d06":"in_progress","col_a21":85.13,"attr_...
missing_brace
{ "type": "object", "properties": { "val_m46": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_p43": { "type": "integer" }, "val_a19": { "type": "object", "properties": { "param_r77": { ...
{"val_m46":"medium","val_a19":{"param_r77":"2025-11-13T16:19:00Z","prop_i35":null,"field_u50":"USD","col_g34":{"field_w64":735,"col_z11":"https://api.example.com/v1","prop_q16":757.72,"col_h36":false,"val_v50":"nonsense","key_m46":false},"val_y12":{"field_f97":"rejected","param_d06":"in_progress","col_a21":85.13,"attr_...
Missing closing brace
{"val_m46":"medium","val_a19":{"param_r77":"2025-11-13T16:19:00Z","prop_i35":null,"field_u50":"USD","col_g34":{"field_w64":735,"col_z11":"https://api.example.com/v1","prop_q16":757.72,"col_h36":false,"val_v50":"nonsense","key_m46":false},"val_y12":{"field_f97":"rejected","param_d06":"in_progress","col_a21":85.13,"attr_...
TASK repair_structured_output SPEC FIELD type TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD total TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD barcode TYPE string REQUIRED yes FIELD start_date TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD gene_...
{"type":"green","barcode":"Luis","start_date":"moored","gene_id":false}
agent_chain
{ "type": "object", "properties": { "type": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "total": { "type": "string", "enum": [ "operational", "degraded", "offline", "main...
I need to look up the information first. Action: update_preferences Result: {"type": "green", "barcode": "Luis", "gene_id": false} Processing the request now. Action: call_variants Result:
Agent multi-step chain with truncated tool output
{"type":"green","barcode":"Luis","start_date":"moored","gene_id":false}
TASK repair_structured_output SPEC FIELD dim_o76 TYPE integer REQUIRED no FIELD col_i70 TYPE string REQUIRED yes FIELD key_l96[].dim_c29 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_l96[].prop_h11 TYPE string_date-time REQUIRED yes FIELD key_l96[].val_z62 TYPE string REQUIRED yes FIELD key...
{"dim_o76":939,"col_i70":"approved","key_l96":[{"dim_c29":"berthed","prop_h11":"2022-07-02T09:03:00Z","val_z62":"approved","dim_h64":null,"field_g58":690},{"prop_h11":"2022-05-24T17:18:00Z","val_z62":"Santos","key_w51":"2020-08-24T05:29:00Z","dim_h64":null,"field_g58":816}]}
tool_call_text_mix
{ "type": "object", "properties": { "dim_o76": { "type": "integer" }, "col_i70": { "type": "string" }, "key_l96": { "type": "array", "items": { "type": "object", "properties": { "dim_c29": { "type": "string", "enum": [ ...
Processing the request now. <tool_call name="read_sensor_array"> {"dim_o76":939,"col_i70":"approved","key_l96":[{"dim_c29":"berthed","prop_h11":"2022-07-02T09:03:00Z","val_z62":"approved","dim_h64":null,"field_g58":690},{"prop_h11":"2022-05-24T17:18:00Z","val_z62":"Santos","key_w51":"2020-08-24T05:29:00Z","dim_h64":nul...
Agent response mixes reasoning text with tool call
{"dim_o76":939,"col_i70":"approved","key_l96":[{"dim_c29":"berthed","prop_h11":"2022-07-02T09:03:00Z","val_z62":"approved","dim_h64":null,"field_g58":690},{"prop_h11":"2022-05-24T17:18:00Z","val_z62":"Santos","key_w51":"2020-08-24T05:29:00Z","dim_h64":null,"field_g58":816}]}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE null REQUIRED yes FIELD date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD end_date TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD collateral TYPE boolean REQUIRED no FIELD item_id TYPE boolean REQUIRED no...
{"shipper_ref":null,"end_date":"in_transit","color":380}
tool_call_text_mix
{ "type": "object", "properties": { "shipper_ref": { "type": "null" }, "date": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "end_date": { "type": "string", "enum": [ "new", ...
I need to look up the information first. <tool_call name="get_inventory"> {"shipper_ref":null,"end_date":"in_transit","color":380} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"shipper_ref":null,"end_date":"in_transit","color":380}
TASK repair_structured_output SPEC FIELD verified TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD torque_output TYPE integer REQUIRED yes FIELD color.insurance_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD color.visible TYPE string VALUES draft|published|archived REQUI...
{"verified":"free","torque_output":176,"username":{"tax":"JPY","state":false,"length":true}}
invalid_enum
{ "type": "object", "properties": { "verified": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "torque_output": { "type": "integer" }, "color": { "type": "object", "properties": { "insurance_id":...
{"verified": "invalid_value_863", "torque_output": 176, "username": {"tax": "JPY", "state": false, "length": true}}
Field 'verified' has invalid enum value 'invalid_value_863', expected one of ['free', 'basic', 'pro', 'enterprise']
{"verified":"free","torque_output":176,"username":{"tax":"JPY","state":false,"length":true}}
TASK repair_structured_output SPEC FIELD port_code.cargo_type TYPE boolean REQUIRED yes FIELD port_code.position TYPE string_date-time REQUIRED yes FIELD port_code.longitude TYPE integer REQUIRED yes FIELD port_code.lab_result TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD score TYPE st...
{"port_code":{"cargo_type":true,"position":"2025-12-09T05:07:00Z","longitude":989,"lab_result":"type_b"},"voltage":null,"language":"https://www.io/v1","duration_ms":"https://data.io/api","created_at":"escalated","annotation":"cat_a","crew_id":{"tags":"2023-12-25","collateral":"PASS"}}
missing_required
{ "type": "object", "properties": { "port_code": { "type": "object", "properties": { "cargo_type": { "type": "boolean" }, "position": { "type": "string", "format": "date-time" }, "longitude": { "type": "integer" ...
{"port_code": {"cargo_type": true, "position": "2025-12-09T05:07:00Z", "longitude": 989, "lab_result": "type_b"}, "language": "https://www.io/v1", "duration_ms": "https://data.io/api", "created_at": "escalated", "annotation": "cat_a", "crew_id": {"tags": "2023-12-25", "collateral": "PASS"}}
Required field 'voltage' is missing
{"port_code":{"cargo_type":true,"position":"2025-12-09T05:07:00Z","longitude":989,"lab_result":"type_b"},"voltage":null,"language":"https://www.io/v1","duration_ms":"https://data.io/api","created_at":"escalated","annotation":"cat_a","crew_id":{"tags":"2023-12-25","collateral":"PASS"}}
TASK repair_structured_output SPEC FIELD param_z58 TYPE boolean REQUIRED yes FIELD prop_n47 TYPE boolean REQUIRED no FIELD field_d83 TYPE string REQUIRED no FIELD field_c08 TYPE string REQUIRED no BROKEN_OUTPUT check_cargo_manifest(param_z58=False, prop_n47=True, field_d83='2024-01-15', field_c08='2024-06-30')
{"param_z58":false,"prop_n47":true,"field_d83":"2024-01-15","field_c08":"2024-06-30"}
tool_call_python_syntax
{ "type": "object", "properties": { "param_z58": { "type": "boolean" }, "prop_n47": { "type": "boolean" }, "field_d83": { "type": "string" }, "field_c08": { "type": "string" } }, "required": [ "param_z58" ] }
check_cargo_manifest(param_z58=False, prop_n47=True, field_d83='2024-01-15', field_c08='2024-06-30')
Tool call uses Python syntax instead of JSON
{"param_z58":false,"prop_n47":true,"field_d83":"2024-01-15","field_c08":"2024-06-30"}
TASK repair_structured_output SPEC FIELD val_s07 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_h91 TYPE null REQUIRED yes FIELD key_x50.param_p92 TYPE boolean REQUIRED yes FIELD key_x50.prop_y34 TYPE null REQUIRED yes FIELD key_x50.dim_y60 TYPE string REQUIRED yes FIELD dim_t61 TYPE string VA...
{"val_s07":"unstable","val_h91":null,"key_x50":{"param_p92":true,"prop_y34":null,"dim_y60":"demo"},"dim_t61":"editor","dim_f00":"Hapag-Lloyd-Express"}
tool_call_text_mix
{ "type": "object", "properties": { "val_s07": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "val_h91": { "type": "null" }, "key_x50": { "type": "object", "properties": { "param_p92": { "typ...
Processing the request now. <tool_call name="query_port_status"> {"val_s07":"unstable","val_h91":null,"key_x50":{"param_p92":true,"prop_y34":null,"dim_y60":"demo"},"dim_t61":"editor","dim_f00":"Hapag-Lloyd-Express"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"val_s07":"unstable","val_h91":null,"key_x50":{"param_p92":true,"prop_y34":null,"dim_y60":"demo"},"dim_t61":"editor","dim_f00":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD transaction_id TYPE string_email REQUIRED no FIELD repository TYPE string REQUIRED yes FIELD footnote TYPE integer REQUIRED no BROKEN_OUTPUT {"transaction_id":"admin@domain.org","repository":"test","footnote":751
{"transaction_id":"admin@domain.org","repository":"test","footnote":751}
missing_brace
{ "type": "object", "properties": { "transaction_id": { "type": "string", "format": "email" }, "repository": { "type": "string" }, "footnote": { "type": "integer" } }, "required": [ "repository" ] }
{"transaction_id":"admin@domain.org","repository":"test","footnote":751
Missing closing brace
{"transaction_id":"admin@domain.org","repository":"test","footnote":751}
TASK repair_structured_output SPEC FIELD col_l12 TYPE string REQUIRED yes FIELD attr_r18 TYPE integer REQUIRED no FIELD attr_d46 TYPE integer REQUIRED no FIELD prop_a34 TYPE boolean REQUIRED no FIELD dim_a54.val_b52 TYPE string REQUIRED yes FIELD dim_a54.attr_i96 TYPE boolean REQUIRED no FIELD dim_a54.dim_i04[] TYPE b...
{"col_l12":"https://api.example.com/v1","attr_d46":651,"prop_a34":true,"dim_a54":{"val_b52":"Paris","attr_i96":true,"dim_i04":[true],"dim_t79":[284,769,974,47]},"attr_x79":140.19,"val_f15":906,"param_j30":"mode_b"}
tool_call_wrong_param
{ "type": "object", "properties": { "col_l12": { "type": "string" }, "attr_r18": { "type": "integer" }, "attr_d46": { "type": "integer" }, "prop_a34": { "type": "boolean" }, "dim_a54": { "type": "object", "properties": { "val_b52": { ...
Tool: calculate_price Params: {"col_l12": "https://api.example.com/v1", "attr_d46": 651, "prop_a34": true, "dim_a54": {"val_b52": "Paris", "attr_i96": true, "dim_i04": [true], "dim_t79": [284, 769, 974, 47]}, "attr_x79": 140.19, "val_f15": 906, "param_j30": "mode_b"}
Agent used wrong parameter name 'attr_r18_new' instead of 'attr_r18'
{"col_l12":"https://api.example.com/v1","attr_d46":651,"prop_a34":true,"dim_a54":{"val_b52":"Paris","attr_i96":true,"dim_i04":[true],"dim_t79":[284,769,974,47]},"attr_x79":140.19,"val_f15":906,"param_j30":"mode_b"}
TASK repair_structured_output SPEC FIELD key_z94 TYPE number REQUIRED no FIELD field_e89 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD dim_k28 TYPE string REQUIRED no FIELD key_x66 TYPE string REQUIRED no FIELD attr_i36 TYPE number REQUIRED no FIELD key_b96 TYPE string REQUIRED ...
{"key_z94":447.32,"field_e89":"level_2","dim_k28":"2024-06-30","attr_i36":826.06,"key_b96":"QC-07"}
markdown_explanation
{ "type": "object", "properties": { "key_z94": { "type": "number" }, "field_e89": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_k28": { "type": "string" },...
Here's the structured output: ```json {"key_z94":447.32,"field_e89":"level_2","dim_k28":"2024-06-30","attr_i36":826.06,"key_b96":"QC-07"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"key_z94":447.32,"field_e89":"level_2","dim_k28":"2024-06-30","attr_i36":826.06,"key_b96":"QC-07"}
TASK repair_structured_output SPEC FIELD key_d69 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD key_i52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_u82 TYPE string REQUIRED no FIELD attr_a18.prop_l93 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_a18.key_...
{"key_d69":"type_b","key_i52":"in_transit","key_u82":"cancelled","attr_a18":{"attr_f71":"basic","attr_j90":"cat_f","prop_n78":841},"key_j02":"intermittent","param_m89":"https://api.com/v1"}
truncated_array
{ "type": "object", "properties": { "key_d69": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "key_i52": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "k...
{"key_d69":"type_b","key_i52":"in_transit","key_u82":"cancelled","attr_a18":{"attr_f71":"basic","attr_j90":"cat_f","prop_n78":841},"key_j02":"intermittent","param_m89":"https://api.com/v1"
Unexpected end of JSON input — truncated object
{"key_d69":"type_b","key_i52":"in_transit","key_u82":"cancelled","attr_a18":{"attr_f71":"basic","attr_j90":"cat_f","prop_n78":841},"key_j02":"intermittent","param_m89":"https://api.com/v1"}
TASK repair_structured_output SPEC FIELD key_g91.dim_q62 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_g91.prop_r52 TYPE string REQUIRED no FIELD key_g91.key_a52 TYPE string REQUIRED no FIELD key_g91.val_a03[].attr_p79 TYPE string REQUIRED no FIELD key_g91.val_a03[].param_b83 TYPE boolean REQUIRED...
{"val_q08":516,"val_o35":647}
extra_text_before
{ "type": "object", "properties": { "key_g91": { "type": "object", "properties": { "dim_q62": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "prop_r52": { "type": "...
The instrument reported: {"val_q08":516,"val_o35":647}
Output contains non-JSON text before the object
{"val_q08":516,"val_o35":647}
TASK repair_structured_output SPEC FIELD prop_n60 TYPE string_date-time REQUIRED no FIELD col_p53 TYPE boolean REQUIRED no FIELD val_o46 TYPE null REQUIRED yes FIELD prop_r01.val_z20 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_r01.field_q67 TYPE string VALUES single|married|divorced REQUIRED no...
{"prop_n60":"2026-01-03T03:48:00Z","col_p53":true,"val_o46":null,"prop_r01":{"val_z20":"critical","prop_x78":"bar","param_u68":325.95,"prop_z97":"RTG-04"},"field_g00":428}
single_quotes
{ "type": "object", "properties": { "prop_n60": { "type": "string", "format": "date-time" }, "col_p53": { "type": "boolean" }, "val_o46": { "type": "null" }, "prop_r01": { "type": "object", "properties": { "val_z20": { "type": "string...
{'prop_n60':'2026-01-03T03:48:00Z','col_p53':true,'val_o46':null,'prop_r01':{'val_z20':'critical','prop_x78':'bar','param_u68':325.95,'prop_z97':'RTG-04'},'field_g00':428}
Expecting property name enclosed in double quotes
{"prop_n60":"2026-01-03T03:48:00Z","col_p53":true,"val_o46":null,"prop_r01":{"val_z20":"critical","prop_x78":"bar","param_u68":325.95,"prop_z97":"RTG-04"},"field_g00":428}
TASK repair_structured_output SPEC FIELD key_j37 TYPE string REQUIRED yes FIELD key_t87 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD key_c22.col_i00 TYPE string REQUIRED no FIELD key_c22.val_x38 TYPE boolean REQUIRED yes FIELD key_c22.field_f43 TYPE string_date-time REQUIRED no FIELD key_c22.col_h17 TYPE str...
{"key_j37":"Berlin","key_t87":"cat_c","key_c22":{"col_i00":"chr1","val_x38":true,"field_f43":"2023-04-24T19:54:00Z","col_h17":"option_c","col_j95":{"attr_q23":"2025-11-02T12:06:00Z","val_f52":985,"dim_m29":"completed","attr_o51":"type_b","key_n77":"type_d","col_u21":"MV-Evergreen-01"}},"dim_g44":"completed","attr_c76":...
tool_call_bad_format
{ "type": "object", "properties": { "key_j37": { "type": "string" }, "key_t87": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "key_c22": { "type": "object", "properties": { "col_i00": { "type": "string" ...
<functioncall> assign_berth {key_j37: "Berlin", key_t87: "cat_c", key_c22: {col_i00: "chr1", val_x38: true, field_f43: "2023-04-24T19:54:00Z", col_h17: "option_c", col_j95: {attr_q23: "2025-11-02T12:06:00Z", val_f52: 985, dim_m29: "completed", attr_o51: "type_b", key_n77: "type_d", col_u21: "MV-Evergreen-01"}}, dim_g44...
Tool call has malformed arguments — unquoted keys in function parameters
{"key_j37":"Berlin","key_t87":"cat_c","key_c22":{"col_i00":"chr1","val_x38":true,"field_f43":"2023-04-24T19:54:00Z","col_h17":"option_c","col_j95":{"attr_q23":"2025-11-02T12:06:00Z","val_f52":985,"dim_m29":"completed","attr_o51":"type_b","key_n77":"type_d","col_u21":"MV-Evergreen-01"}},"dim_g44":"completed","attr_c76":...
TASK repair_structured_output SPEC FIELD prop_u31.attr_i87 TYPE null REQUIRED no FIELD prop_u31.param_e57 TYPE string_uri REQUIRED no FIELD prop_u31.field_z47.param_l29 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD prop_u31.field_z47.val_d10 TYPE integer REQUIRED yes FIELD prop_u31.field_z47.param_g80 TYPE...
{"prop_u31":{"attr_i87":null,"field_z47":{"param_l29":"JPY","val_d10":627,"param_g80":"2020-11-11T12:16:00Z"},"val_x06":false},"param_p34":true,"dim_j66":190.77,"key_o33":"xl","field_k55":"2026-09-07T15:02:00Z","attr_y84":"arctic"}
markdown_explanation
{ "type": "object", "properties": { "prop_u31": { "type": "object", "properties": { "attr_i87": { "type": "null" }, "param_e57": { "type": "string", "format": "uri" }, "field_z47": { "type": "object", "properti...
Pipeline result: ```json {"prop_u31":{"attr_i87":null,"field_z47":{"param_l29":"JPY","val_d10":627,"param_g80":"2020-11-11T12:16:00Z"},"val_x06":false},"param_p34":true,"dim_j66":190.77,"key_o33":"xl","field_k55":"2026-09-07T15:02:00Z","attr_y84":"arctic"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"prop_u31":{"attr_i87":null,"field_z47":{"param_l29":"JPY","val_d10":627,"param_g80":"2020-11-11T12:16:00Z"},"val_x06":false},"param_p34":true,"dim_j66":190.77,"key_o33":"xl","field_k55":"2026-09-07T15:02:00Z","attr_y84":"arctic"}
TASK repair_structured_output SPEC FIELD key_z46 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_y90 TYPE integer REQUIRED yes FIELD param_w26 TYPE integer REQUIRED yes FIELD param_c74 TYPE number REQUIRED no FIELD key_d80 TYPE string_email REQUIRED yes FIELD col_t12 TYPE string VALUES small|medium|l...
{"col_y90":615,"param_w26":610,"key_d80":"info@domain.org","col_t12":"medium"}
truncated_array
{ "type": "object", "properties": { "key_z46": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "col_y90": { "type": "integer" }, "param_w26": { "type": "integer" }, "param_c74": { "type": "number" }, ...
{"col_y90":615,"param_w26":610,"key_d80":"info@domain.org","col_t12":"medium"
Unexpected end of JSON input — truncated object
{"col_y90":615,"param_w26":610,"key_d80":"info@domain.org","col_t12":"medium"}
TASK repair_structured_output SPEC FIELD val_h13 TYPE number REQUIRED no FIELD val_p67 TYPE string_date-time REQUIRED no FIELD field_o64 TYPE integer REQUIRED no FIELD dim_d08 TYPE integer REQUIRED yes FIELD dim_p87 TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT {"val_h13": 443.29, "val_p67": "2...
{"val_h13":443.29,"val_p67":"2026-11-12T11:09:00Z","field_o64":808,"dim_d08":502,"dim_p87":"divorced"}
missing_required
{ "type": "object", "properties": { "val_h13": { "type": "number" }, "val_p67": { "type": "string", "format": "date-time" }, "field_o64": { "type": "integer" }, "dim_d08": { "type": "integer" }, "dim_p87": { "type": "string", "enum": [ ...
{"val_h13": 443.29, "val_p67": "2026-11-12T11:09:00Z", "field_o64": 808, "dim_p87": "divorced"}
Required field 'dim_d08' is missing
{"val_h13":443.29,"val_p67":"2026-11-12T11:09:00Z","field_o64":808,"dim_d08":502,"dim_p87":"divorced"}
TASK repair_structured_output SPEC FIELD country TYPE string VALUES email|phone|sms|push REQUIRED no FIELD conductivity TYPE boolean REQUIRED yes FIELD weight TYPE boolean REQUIRED no FIELD diagnosis_code TYPE integer REQUIRED no FIELD quality_score TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> update_prefere...
{"country":"push","conductivity":false,"weight":true,"quality_score":"chr1"}
tool_call_bad_format
{ "type": "object", "properties": { "country": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "conductivity": { "type": "boolean" }, "weight": { "type": "boolean" }, "diagnosis_code": { "type": "integ...
<functioncall> update_preferences {country: "push", conductivity: false, weight: true, quality_score: "chr1"}
Tool call has malformed arguments — unquoted keys in function parameters
{"country":"push","conductivity":false,"weight":true,"quality_score":"chr1"}
TASK repair_structured_output SPEC FIELD reagent TYPE string REQUIRED yes FIELD pressure_kpa TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD city TYPE integer REQUIRED no FIELD rating TYPE string REQUIRED no FIELD end_date TYPE string REQUIRED yes FIELD isotope.items TYPE boolean REQUI...
{"reagent":"Jane","pressure_kpa":"pending_review","city":236,"end_date":"chrX","isotope":{"trace_id":"2023-02-07T22:25:00Z"},"throttle_pos":734.7}
missing_brace
{ "type": "object", "properties": { "reagent": { "type": "string" }, "pressure_kpa": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "city": { "type": "integer" }, "rating": { "t...
{"reagent":"Jane","pressure_kpa":"pending_review","city":236,"end_date":"chrX","isotope":"trace_id":"2023-02-07T22:25:00Z"},"throttle_pos":734.7}
Missing closing brace
{"reagent":"Jane","pressure_kpa":"pending_review","city":236,"end_date":"chrX","isotope":{"trace_id":"2023-02-07T22:25:00Z"},"throttle_pos":734.7}
TASK repair_structured_output SPEC FIELD val_f45 TYPE string REQUIRED yes FIELD param_n91 TYPE integer REQUIRED yes FIELD param_o60 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no BROKEN_OUTPUT {"val_f45":"completed","param_n91":837} Feel free to ask if you have questions.
{"val_f45":"completed","param_n91":837}
extra_text_after
{ "type": "object", "properties": { "val_f45": { "type": "string" }, "param_n91": { "type": "integer" }, "param_o60": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] } }, "required": [ "param_n91",...
{"val_f45":"completed","param_n91":837} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"val_f45":"completed","param_n91":837}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED yes FIELD color TYPE integer REQUIRED yes FIELD barcode TYPE string_uri REQUIRED yes FIELD length TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT {"annotation": 990, "color": 185, "barcode": "https://data.com/api", "length":...
{"annotation":990,"color":185,"barcode":"https://data.com/api","length":"large"}
extra_field
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "color": { "type": "integer" }, "barcode": { "type": "string", "format": "uri" }, "length": { "type": "string", "enum": [ "small", "medium", "large", ...
{"annotation": 990, "color": 185, "barcode": "https://data.com/api", "length": "large", "extra_value_2100": true}
Unknown field 'extra_value_2100' not defined in schema
{"annotation":990,"color":185,"barcode":"https://data.com/api","length":"large"}
TASK repair_structured_output SPEC FIELD key_t19.field_n76 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_t19.attr_j89 TYPE number REQUIRED no FIELD key_t19.dim_y54 TYPE string REQUIRED no FIELD key_t19.val_o59 TYPE string VALUES active|inactive|pending REQUIRED no FIELD key_t19.key_z62 TYPE boole...
{"key_t19":{"field_n76":"success","attr_j89":533.27,"dim_y54":"baz","val_o59":"pending","param_q49":null,"key_j35":null,"key_s29":488.09},"val_g59":{"val_k62":"user@domain.com","key_i23":404},"dim_c70":"admin"}
agent_chain
{ "type": "object", "properties": { "key_t19": { "type": "object", "properties": { "field_n76": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "attr_j89": { "type...
Let me check the system. Action: calculate_docking_fee Result: {"key_t19": {"field_n76": "success", "attr_j89": 533.27, "dim_y54": "baz", "val_o59": "pending", "param_q49": null, "key_j35": null, "key_s29": 488.09}, "dim_c70": "admin"} Processing the request now. Action: validate_sample Result:
Agent multi-step chain with truncated tool output
{"key_t19":{"field_n76":"success","attr_j89":533.27,"dim_y54":"baz","val_o59":"pending","param_q49":null,"key_j35":null,"key_s29":488.09},"val_g59":{"val_k62":"user@domain.com","key_i23":404},"dim_c70":"admin"}
TASK repair_structured_output SPEC FIELD crew_id TYPE null REQUIRED yes FIELD status_code TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD wavelength TYPE number REQUIRED yes FIELD voltage TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes BROKEN_OUTPUT {crew_id:null,status_code:"cat_a",wavele...
{"crew_id":null,"status_code":"cat_a","wavelength":352.23,"voltage":"option_b"}
unquoted_keys
{ "type": "object", "properties": { "crew_id": { "type": "null" }, "status_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "wavelength": { "type": "number" }, "voltage": { "type": "string", "enum": [ ...
{crew_id:null,status_code:"cat_a",wavelength:352.23,voltage:"option_b"}
Expecting property name enclosed in double quotes
{"crew_id":null,"status_code":"cat_a","wavelength":352.23,"voltage":"option_b"}
TASK repair_structured_output SPEC FIELD attr_i87.prop_b26 TYPE string REQUIRED no FIELD attr_i87.param_l51 TYPE string REQUIRED no FIELD attr_i87.dim_h55 TYPE null REQUIRED no FIELD attr_i87.prop_b80 TYPE integer REQUIRED yes FIELD attr_i87.dim_o20 TYPE string REQUIRED no FIELD attr_i87.attr_a78 TYPE string REQUIRED ...
{"attr_i87":{"param_l51":"Berlin","dim_h55":null,"prop_b80":878,"dim_o20":"RTG-04"},"prop_n53":941,"key_k36":"high","key_k37":384,"val_i82":"2026-07-04T02:45:00Z","val_c49":"QC-07"}
markdown_explanation
{ "type": "object", "properties": { "attr_i87": { "type": "object", "properties": { "prop_b26": { "type": "string" }, "param_l51": { "type": "string" }, "dim_h55": { "type": "null" }, "prop_b80": { "type"...
Here is the JSON you requested: ```json {"attr_i87":{"param_l51":"Berlin","dim_h55":null,"prop_b80":878,"dim_o20":"RTG-04"},"prop_n53":941,"key_k36":"high","key_k37":384,"val_i82":"2026-07-04T02:45:00Z","val_c49":"QC-07"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"attr_i87":{"param_l51":"Berlin","dim_h55":null,"prop_b80":878,"dim_o20":"RTG-04"},"prop_n53":941,"key_k36":"high","key_k37":384,"val_i82":"2026-07-04T02:45:00Z","val_c49":"QC-07"}
TASK repair_structured_output SPEC FIELD prop_i90 TYPE string_email REQUIRED no FIELD attr_k13 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD attr_s68 TYPE boolean REQUIRED no FIELD field_u88 TYPE string REQUIRED no FIELD prop_x15 TYPE number REQUIRED no FIELD val_n68 TYPE integer REQUIRED no FIELD attr_g9...
{"prop_i90":"user@example.com","attr_k13":"phone","attr_s68":true,"field_u88":"RTG-04","prop_x15":46.1,"val_n68":149,"attr_g95":null,"param_l31":{"dim_l30":"info@domain.org","param_p76":"blue","param_q82":{"col_c50":309,"col_y49":"married","dim_g13":375,"attr_t01":"Silva","val_g06":563.42}}}
number_with_unit
{ "type": "object", "properties": { "prop_i90": { "type": "string", "format": "email" }, "attr_k13": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "attr_s68": { "type": "boolean" }, "field_u88": { ...
{"prop_i90": "user@example.com", "attr_k13": "phone", "attr_s68": true, "field_u88": "RTG-04", "prop_x15": 46.1, "val_n68": "149MB", "attr_g95": null, "param_l31": {"dim_l30": "info@domain.org", "param_p76": "blue", "param_q82": {"col_c50": 309, "col_y49": "married", "dim_g13": 375, "attr_t01": "Silva", "val_g06": 563....
Field 'val_n68' must be number, got string with unit
{"prop_i90":"user@example.com","attr_k13":"phone","attr_s68":true,"field_u88":"RTG-04","prop_x15":46.1,"val_n68":149,"attr_g95":null,"param_l31":{"dim_l30":"info@domain.org","param_p76":"blue","param_q82":{"col_c50":309,"col_y49":"married","dim_g13":375,"attr_t01":"Silva","val_g06":563.42}}}
TASK repair_structured_output SPEC FIELD val_y97 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_t51 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD dim_r63 TYPE integer REQUIRED yes FIELD col_b11 TYPE boolean REQUIRED no FIELD prop_b14 T...
{"val_y97":"pending_review","dim_r63":37,"col_b11":false,"key_g21":"Diana","attr_a32":"chrX","field_z32":"MV-Evergreen-01"}
tool_call_text_mix
{ "type": "object", "properties": { "val_y97": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_t51": { "type": "string", "enum": [ "option_a", "option_b", "option_c", ...
I need to look up the information first. <tool_call name="create_order"> {"val_y97":"pending_review","dim_r63":37,"col_b11":false,"key_g21":"Diana","attr_a32":"chrX","field_z32":"MV-Evergreen-01"} </tool_call.
Agent response mixes reasoning text with tool call
{"val_y97":"pending_review","dim_r63":37,"col_b11":false,"key_g21":"Diana","attr_a32":"chrX","field_z32":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD key_u29 TYPE null REQUIRED yes FIELD dim_j99 TYPE string REQUIRED yes FIELD dim_g76 TYPE integer REQUIRED no FIELD key_l82 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD prop_i73 TYPE string VALUES email|phone|sms|push REQUIRED no BROKEN_OUTPUT {"...
{"key_u29":null,"dim_j99":"qux","dim_g76":898,"prop_i73":"sms"}
null_required
{ "type": "object", "properties": { "key_u29": { "type": "null" }, "dim_j99": { "type": "string" }, "dim_g76": { "type": "integer" }, "key_l82": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
{"key_u29": null, "dim_j99": "qux", "dim_g76": 898, "prop_i73": "sms"}
Required field 'key_u29' is null
{"key_u29":null,"dim_j99":"qux","dim_g76":898,"prop_i73":"sms"}
TASK repair_structured_output SPEC FIELD barcode TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD image_url TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD filter_flag TYPE integer REQUIRED no FIELD turbidity TYPE string REQUIRED yes BROKEN_OUTPUT {"barcode": "leve...
{"barcode":"level_1","image_url":"mode_c","turbidity":"Smith"}
invalid_enum
{ "type": "object", "properties": { "barcode": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "image_url": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
{"barcode": "level_1", "image_url": "invalid_choice_717", "turbidity": "Smith"}
Field 'image_url' has invalid enum value 'invalid_choice_717', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e', 'mode_f']
{"barcode":"level_1","image_url":"mode_c","turbidity":"Smith"}
TASK repair_structured_output SPEC FIELD col_r48 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_k66 TYPE string VALUES single|married|divorced REQUIRED yes FIELD dim_d16 TYPE string_date-time REQUIRED no FIELD field_t70 TYPE integer REQUIRED no FIELD param_j82 TYPE string REQUIRED yes FIELD param_f7...
{"prop_k66":"married","field_t70":602,"param_j82":"2023-12-25","param_f76":"https://data.com/data","key_l07":"email"}
truncated_object
{ "type": "object", "properties": { "col_r48": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "prop_k66": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "dim_d16": { ...
{"prop_k66":"married","field_t70":602,"param_j82":"2023-12-25","param_f76":"https://data.com/data","key_l07":"email"
Unexpected end of JSON input — truncated object
{"prop_k66":"married","field_t70":602,"param_j82":"2023-12-25","param_f76":"https://data.com/data","key_l07":"email"}
TASK repair_structured_output SPEC FIELD status TYPE integer REQUIRED no FIELD full_name TYPE number REQUIRED no FIELD start_date TYPE integer REQUIRED no FIELD insurance_id.barcode TYPE string VALUES draft|published|archived REQUIRED no FIELD insurance_id.user_id TYPE string REQUIRED yes FIELD insurance_id.shipping T...
{"status":700,"full_name":546.02,"start_date":845,"insurance_id":{"barcode":"archived","user_id":"approved","shipping":false,"language":true,"features":"inactive"}}
extra_field
{ "type": "object", "properties": { "status": { "type": "integer" }, "full_name": { "type": "number" }, "start_date": { "type": "integer" }, "insurance_id": { "type": "object", "properties": { "barcode": { "type": "string", "enum"...
{"status": 700, "full_name": 546.02, "start_date": 845, "insurance_id": {"barcode": "archived", "user_id": "approved", "shipping": false, "language": true, "features": "inactive"}, "extra_data_9900": true}
Unknown field 'extra_data_9900' not defined in schema
{"status":700,"full_name":546.02,"start_date":845,"insurance_id":{"barcode":"archived","user_id":"approved","shipping":false,"language":true,"features":"inactive"}}
TASK repair_structured_output SPEC FIELD index TYPE integer REQUIRED yes FIELD length TYPE string REQUIRED yes FIELD status_code TYPE string REQUIRED no FIELD width TYPE number REQUIRED no FIELD dosage TYPE string VALUES free|basic|pro|enterprise REQUIRED no BROKEN_OUTPUT {index:157,length:"Charlie",status_code:"demo...
{"index":157,"length":"Charlie","status_code":"demo"}
unquoted_keys
{ "type": "object", "properties": { "index": { "type": "integer" }, "length": { "type": "string" }, "status_code": { "type": "string" }, "width": { "type": "number" }, "dosage": { "type": "string", "enum": [ "free", "basic", ...
{index:157,length:"Charlie",status_code:"demo"}
Expecting property name enclosed in double quotes
{"index":157,"length":"Charlie","status_code":"demo"}
TASK repair_structured_output SPEC FIELD field_g61 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_m24 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD field_t95 TYPE string REQUIRED no FIELD key_b63 TYPE string_uri REQUIRED yes FIELD field_h12 TYPE string VALUES small|medium|large|xl REQU...
{"field_g61":"pro","attr_m24":"push","key_b63":"https://www.com/api","field_h12":"medium","prop_l22":"mode_a","val_s86":"archived"}
null_required
{ "type": "object", "properties": { "field_g61": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "attr_m24": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
{"field_g61": "pro", "attr_m24": "push", "key_b63": "https://www.com/api", "field_h12": "medium", "prop_l22": "mode_a", "val_s86": null}
Required field 'val_s86' is null
{"field_g61":"pro","attr_m24":"push","key_b63":"https://www.com/api","field_h12":"medium","prop_l22":"mode_a","val_s86":"archived"}
TASK repair_structured_output SPEC FIELD amplitude TYPE string REQUIRED yes FIELD branch TYPE string REQUIRED yes FIELD amount TYPE boolean REQUIRED yes FIELD last_name TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes BROKEN_OUTPUT <functioncall> call_variants {amplitude: "Maria", branch: "Luis", amoun...
{"amplitude":"Maria","branch":"Luis","amount":false,"last_name":"level_2"}
tool_call_bad_format
{ "type": "object", "properties": { "amplitude": { "type": "string" }, "branch": { "type": "string" }, "amount": { "type": "boolean" }, "last_name": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ...
<functioncall> call_variants {amplitude: "Maria", branch: "Luis", amount: false, last_name: "level_2"}
Tool call has malformed arguments — unquoted keys in function parameters
{"amplitude":"Maria","branch":"Luis","amount":false,"last_name":"level_2"}
TASK repair_structured_output SPEC FIELD gene_id TYPE number REQUIRED yes FIELD notes TYPE string REQUIRED no FIELD nickname TYPE string REQUIRED no FIELD index.current_draw TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD index.maturity_date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FI...
{"gene_id":855.2,"notes":"qux","index":{"current_draw":"anchored","maturity_date":"GBP"}}
tool_call_wrong_param
{ "type": "object", "properties": { "gene_id": { "type": "number" }, "notes": { "type": "string" }, "nickname": { "type": "string" }, "index": { "type": "object", "properties": { "current_draw": { "type": "string", "enum": [ ...
Tool: delete_item Params: {"gene_id": 855.2, "notes": "qux", "index2": {"current_draw": "anchored", "maturity_date": "GBP"}}
Agent used wrong parameter name 'index2' instead of 'index'
{"gene_id":855.2,"notes":"qux","index":{"current_draw":"anchored","maturity_date":"GBP"}}
TASK repair_structured_output SPEC FIELD role TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD ph_level TYPE boolean REQUIRED yes FIELD manifest_ref TYPE boolean REQUIRED no FIELD index TYPE null REQUIRED yes FIELD humidity_pct TYPE number REQUIRED no FIELD ward TYPE null REQUIRED yes BROKEN_OUTPUT Tool: annotate_mu...
{"role":"cat_b","ph_level":true,"manifest_ref":false,"index":null,"ward":null}
tool_call_wrong_param
{ "type": "object", "properties": { "role": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "ph_level": { "type": "boolean" }, "manifest_ref": { "type": "boolean" }, "index": { "type": "null" }, "humidity_pct": { "type...
Tool: annotate_mutation Params: {"role": "cat_b", "ph_level": true, "manifest_ref": false, "index": null, "ward_id": null}
Agent used wrong parameter name 'ward_id' instead of 'ward'
{"role":"cat_b","ph_level":true,"manifest_ref":false,"index":null,"ward":null}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string REQUIRED no FIELD enabled.crew_id TYPE integer REQUIRED no FIELD enabled.notes TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD enabled.turbidity[] TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD footnote.chromos...
{"enabled":{"notes":"large","turbidity":["offline"]},"footnote":{"chromosome":"closed","description":"info@example.com","updated_at":41,"wavelength":false},"bed_number":{"invoice_id":"in_transit","filter_flag":"archived","features":"Johnson","payment_status":"https://example.com","timezone":"underway"},"status_code":"m...
truncated_object
{ "type": "object", "properties": { "aligned_pct": { "type": "string" }, "enabled": { "type": "object", "properties": { "crew_id": { "type": "integer" }, "notes": { "type": "string", "enum": [ "small", "mediu...
{"enabled":{"notes":"large","turbidity":["offline"]},"footnote":{"chromosome":"closed","description":"info@example.com","updated_at":41,"wavelength":false},"bed_number":{"invoice_id":"in_transit","filter_flag":"archived","features":"Johnson","payment_status":"https://example.com","timezone":"underway"},"status_code":"m...
Unexpected end of JSON input — truncated object
{"enabled":{"notes":"large","turbidity":["offline"]},"footnote":{"chromosome":"closed","description":"info@example.com","updated_at":41,"wavelength":false},"bed_number":{"invoice_id":"in_transit","filter_flag":"archived","features":"Johnson","payment_status":"https://example.com","timezone":"underway"},"status_code":"m...
TASK repair_structured_output SPEC FIELD param_i02 TYPE null REQUIRED yes FIELD key_p89 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD field_a78 TYPE string REQUIRED yes FIELD param_x92 TYPE number REQUIRED no BROKEN_OUTPUT {"param_i02": null, "key_p89": "invalid_value_113", "field_a78": "foo", ...
{"param_i02":null,"key_p89":"intermittent","field_a78":"foo","param_x92":827.12}
invalid_enum
{ "type": "object", "properties": { "param_i02": { "type": "null" }, "key_p89": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "field_a78": { "type": "string" }, "param_x92": { "type": "number" } ...
{"param_i02": null, "key_p89": "invalid_value_113", "field_a78": "foo", "param_x92": 827.12}
Field 'key_p89' has invalid enum value 'invalid_value_113', expected one of ['reliable', 'unstable', 'intermittent']
{"param_i02":null,"key_p89":"intermittent","field_a78":"foo","param_x92":827.12}
TASK repair_structured_output SPEC FIELD key_q16 TYPE number REQUIRED no FIELD field_v94 TYPE string REQUIRED yes FIELD field_f57 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD param_u92 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD param_y24 TYPE null REQUIRE...
{"key_q16":977.28,"field_v94":"baz","field_f57":"cat_f","param_y24":null,"field_g70":{"prop_r82":"John","param_c94":"GRCh38","dim_u68":924.68,"prop_p04":"Silva"}}
missing_bracket
{ "type": "object", "properties": { "key_q16": { "type": "number" }, "field_v94": { "type": "string" }, "field_f57": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "para...
{"key_q16":977.28,"field_v94":"baz","field_f57":"cat_f","param_y24":null,"field_g70":{"prop_r82":"John","param_c94":"GRCh38","dim_u68":924.68,"prop_p04":"Silva"}}
Missing closing bracket
{"key_q16":977.28,"field_v94":"baz","field_f57":"cat_f","param_y24":null,"field_g70":{"prop_r82":"John","param_c94":"GRCh38","dim_u68":924.68,"prop_p04":"Silva"}}
TASK repair_structured_output SPEC FIELD message TYPE boolean REQUIRED no FIELD manifest_ref TYPE boolean REQUIRED yes FIELD dissolved_oxygen.account_id TYPE number REQUIRED no FIELD dissolved_oxygen.barcode TYPE string_uri REQUIRED no FIELD dissolved_oxygen.decay_rate TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED y...
{"message":false,"manifest_ref":true,"dissolved_oxygen":{"barcode":"https://api.org/v1","decay_rate":"BRL","weight":"small","step":{"chromosome":"open","run_id":157.97,"discount":542,"product_id":false,"length":true,"berth_slot":"divorced","user_id":null}}}
extra_text_after
{ "type": "object", "properties": { "message": { "type": "boolean" }, "manifest_ref": { "type": "boolean" }, "dissolved_oxygen": { "type": "object", "properties": { "account_id": { "type": "number" }, "barcode": { "type": "strin...
{"message":false,"manifest_ref":true,"dissolved_oxygen":{"barcode":"https://api.org/v1","decay_rate":"BRL","weight":"small","step":{"chromosome":"open","run_id":157.97,"discount":542,"product_id":false,"length":true,"berth_slot":"divorced","user_id":null}}} This should match the schema you provided.
Output contains non-JSON text after the object
{"message":false,"manifest_ref":true,"dissolved_oxygen":{"barcode":"https://api.org/v1","decay_rate":"BRL","weight":"small","step":{"chromosome":"open","run_id":157.97,"discount":542,"product_id":false,"length":true,"berth_slot":"divorced","user_id":null}}}
TASK repair_structured_output SPEC FIELD items TYPE integer REQUIRED no FIELD notes TYPE string REQUIRED no FIELD message TYPE number REQUIRED yes FIELD phenotype TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD credit_score TYPE integer REQUIRED no FIELD brake_pressure TYPE string REQUIRED no FIELD conducti...
{"items":731,"notes":"REV","message":199.89,"phenotype":"push","brake_pressure":"Smith","conductivity":"user@example.com","format":74}
missing_required
{ "type": "object", "properties": { "items": { "type": "integer" }, "notes": { "type": "string" }, "message": { "type": "number" }, "phenotype": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
{"items": 731, "notes": "REV", "message": 199.89, "phenotype": "push", "brake_pressure": "Smith", "format": 74}
Required field 'conductivity' is missing
{"items":731,"notes":"REV","message":199.89,"phenotype":"push","brake_pressure":"Smith","conductivity":"user@example.com","format":74}
TASK repair_structured_output SPEC FIELD field_q53 TYPE string REQUIRED yes FIELD param_z94 TYPE number REQUIRED yes FIELD prop_t42.val_i49 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_t42.param_e39 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_t42.dim_y61 TYPE string REQUIRED no...
{"field_q53":"A short description.","param_z94":651.78,"prop_t42":{"val_i49":"high","dim_y61":"https://example.com","val_w06":"2022-01-24T11:02:00Z","prop_o68":{"param_j47":"enterprise","key_p71":"phone","dim_y89":217,"val_d63":106.83,"key_d22":"2024-01-15","field_v17":285}}}
truncated_object
{ "type": "object", "properties": { "field_q53": { "type": "string" }, "param_z94": { "type": "number" }, "prop_t42": { "type": "object", "properties": { "val_i49": { "type": "string", "enum": [ "low", "medium", ...
{"field_q53":"A short description.","param_z94":651.78,"prop_t42":{"val_i49":"high","dim_y61":"https://example.com","val_w06":"2022-01-24T11:02:00Z","prop_o68":{"param_j47":"enterprise","key_p71":"phone","dim_y89":217,"val_d63":106.83,"key_d22":"2024-01-15","field_v17":285}}
Unexpected end of JSON input — truncated object
{"field_q53":"A short description.","param_z94":651.78,"prop_t42":{"val_i49":"high","dim_y61":"https://example.com","val_w06":"2022-01-24T11:02:00Z","prop_o68":{"param_j47":"enterprise","key_p71":"phone","dim_y89":217,"val_d63":106.83,"key_d22":"2024-01-15","field_v17":285}}}
TASK repair_structured_output SPEC FIELD verified TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD length TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD shipping TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD interest_rate TYPE string VALUES free|basic|...
{"verified":"low","length":"coastal","fleet_number":686}
tool_call_bad_format
{ "type": "object", "properties": { "verified": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "length": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] ...
<functioncall> query_port_status {verified: "low", length: "coastal", fleet_number: 686}
Tool call has malformed arguments — unquoted keys in function parameters
{"verified":"low","length":"coastal","fleet_number":686}
TASK repair_structured_output SPEC FIELD isotope TYPE number REQUIRED yes FIELD status TYPE integer REQUIRED no FIELD phone TYPE integer REQUIRED yes FIELD description.type TYPE string VALUES email|phone|sms|push REQUIRED no FIELD description.tax TYPE string REQUIRED no FIELD description.visible TYPE string VALUES sin...
{"isotope":12.4,"status":443,"phone":757,"description":{"type":"phone","tax":"GRCh38","visible":"single","chromosome":"test@test.io","current_draw":{"options":"inland","enabled":true,"phenotype":"2023-08-28T20:06:00Z"},"full_name":{"shipping":true,"phenotype":110.78,"organism":"frameshift","run_id":514,"patient_id":"oc...
thought_process
{ "type": "object", "properties": { "isotope": { "type": "number" }, "status": { "type": "integer" }, "phone": { "type": "integer" }, "description": { "type": "object", "properties": { "type": { "type": "string", "enum": [ ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"isotope":12.4,"status":443,"phone":757,"description":{"type":"phone","tax":"GRCh38","visible":"single","chromosome":"test@test.io","current_draw":{"options":"inland","enabled":true,"phenotype":"2023-08-28T20:06:00Z"},"full_...
Output contains chain-of-thought reasoning before JSON
{"isotope":12.4,"status":443,"phone":757,"description":{"type":"phone","tax":"GRCh38","visible":"single","chromosome":"test@test.io","current_draw":{"options":"inland","enabled":true,"phenotype":"2023-08-28T20:06:00Z"},"full_name":{"shipping":true,"phenotype":110.78,"organism":"frameshift","run_id":514,"patient_id":"oc...
TASK repair_structured_output SPEC FIELD prop_i85 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD attr_y71 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD dim_z61 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no BROKEN_OUTPUT update_preferences(prop_i85='cat_c', attr_y71='deli...
{"prop_i85":"cat_c","attr_y71":"delivered","dim_z61":"mode_a"}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_i85": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "attr_y71": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "di...
update_preferences(prop_i85='cat_c', attr_y71='delivered', dim_z61='mode_a')
Tool call uses Python syntax instead of JSON
{"prop_i85":"cat_c","attr_y71":"delivered","dim_z61":"mode_a"}
TASK repair_structured_output SPEC FIELD field_g06 TYPE string REQUIRED yes FIELD dim_w72 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_y57[] TYPE number REQUIRED no BROKEN_OUTPUT I've generated the following JSON: {"field_g06":"QC-07","dim_w72":"enterprise","dim_y57":[138.33]}
{"field_g06":"QC-07","dim_w72":"enterprise","dim_y57":[138.33]}
extra_text_before
{ "type": "object", "properties": { "field_g06": { "type": "string" }, "dim_w72": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_y57": { "type": "array", "items": { "type": "number" } ...
I've generated the following JSON: {"field_g06":"QC-07","dim_w72":"enterprise","dim_y57":[138.33]}
Output contains non-JSON text before the object
{"field_g06":"QC-07","dim_w72":"enterprise","dim_y57":[138.33]}
TASK repair_structured_output SPEC FIELD shift_code TYPE string REQUIRED yes FIELD procedure_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD patient_id TYPE string REQUIRED no FIELD product_id TYPE string REQUIRED yes FIELD fleet_number[] TYPE string_email REQUIRED no BROKEN_OUTPUT {"shift_co...
{"shift_code":"sample","procedure_code":"cat_b","product_id":"Oliveira","fleet_number":["admin@test.io","test@domain.org","admin@domain.org","info@domain.org"]}
truncated_array
{ "type": "object", "properties": { "shift_code": { "type": "string" }, "procedure_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "patient_id": { "type": "string" }, "product_id":...
{"shift_code":"sample","procedure_code":"cat_b","product_id":"Oliveira","fleet_number":["admin@test.io","test@domain.org","admin@domain.org","info@domain.org"
Unexpected end of JSON input — truncated array
{"shift_code":"sample","procedure_code":"cat_b","product_id":"Oliveira","fleet_number":["admin@test.io","test@domain.org","admin@domain.org","info@domain.org"]}
TASK repair_structured_output SPEC FIELD col_t46 TYPE number REQUIRED yes FIELD prop_p11 TYPE string_date-time REQUIRED yes FIELD col_m33 TYPE integer REQUIRED no BROKEN_OUTPUT {"col_t46":781.38,"prop_p11":"2021-03-23T17:38:00Z","col_m33":773
{"col_t46":781.38,"prop_p11":"2021-03-23T17:38:00Z","col_m33":773}
missing_brace
{ "type": "object", "properties": { "col_t46": { "type": "number" }, "prop_p11": { "type": "string", "format": "date-time" }, "col_m33": { "type": "integer" } }, "required": [ "prop_p11", "col_t46" ] }
{"col_t46":781.38,"prop_p11":"2021-03-23T17:38:00Z","col_m33":773
Missing closing brace
{"col_t46":781.38,"prop_p11":"2021-03-23T17:38:00Z","col_m33":773}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED no FIELD tags TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD subtotal TYPE integer REQUIRED no FIELD start_date TYPE boolean REQUIRED no FIELD country[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"tags": "invalid_opt...
{"tags":"rejected","subtotal":254,"start_date":false,"country":[330,447,785]}
invalid_enum
{ "type": "object", "properties": { "subject": { "type": "string" }, "tags": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "subtotal": { "type": "integer" }, "start_date": { "t...
{"tags": "invalid_option_801", "subtotal": 254, "start_date": false, "country": [330, 447, 785]}
Field 'tags' has invalid enum value 'invalid_option_801', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated']
{"tags":"rejected","subtotal":254,"start_date":false,"country":[330,447,785]}