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 enabled TYPE null REQUIRED no FIELD priority TYPE string VALUES email|phone|sms|push REQUIRED no FIELD branch TYPE boolean REQUIRED yes FIELD format.turbidity TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD format.port_code TYPE string REQUIRED yes FIELD format.balanc...
{"enabled":null,"priority":"sms","branch":true}
wrong_type
{ "type": "object", "properties": { "enabled": { "type": "null" }, "priority": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "branch": { "type": "boolean" }, "format": { "type": "object", "prop...
{"enabled": null, "priority": "sms", "branch": "\"yes\""}
Field 'branch' must be boolean, got string
{"enabled":null,"priority":"sms","branch":true}
TASK repair_structured_output SPEC FIELD field_p82 TYPE string REQUIRED yes FIELD attr_t69 TYPE integer REQUIRED no FIELD key_d85.field_v08.col_l68 TYPE number REQUIRED no FIELD key_d85.field_v08.dim_t72 TYPE number REQUIRED no FIELD key_d85.field_v08.col_q07 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FI...
{"field_p82":"quux","attr_t69":276,"key_d85":{"field_v08":{"col_l68":866.17,"col_q07":"pro","prop_x63":196,"val_i14":415.97,"key_y24":229,"col_a94":"pending","key_k29":"Silva"},"field_i31":"BRL","field_w71":"New York"},"field_k50":{"key_d01":7,"key_k05":["GBP","EUR","USD"]}}
extra_text_after
{ "type": "object", "properties": { "field_p82": { "type": "string" }, "attr_t69": { "type": "integer" }, "key_d85": { "type": "object", "properties": { "field_v08": { "type": "object", "properties": { "col_l68": { "ty...
{"field_p82":"quux","attr_t69":276,"key_d85":{"field_v08":{"col_l68":866.17,"col_q07":"pro","prop_x63":196,"val_i14":415.97,"key_y24":229,"col_a94":"pending","key_k29":"Silva"},"field_i31":"BRL","field_w71":"New York"},"field_k50":{"key_d01":7,"key_k05":["GBP","EUR","USD"]}} Data logged successfully.
Output contains non-JSON text after the object
{"field_p82":"quux","attr_t69":276,"key_d85":{"field_v08":{"col_l68":866.17,"col_q07":"pro","prop_x63":196,"val_i14":415.97,"key_y24":229,"col_a94":"pending","key_k29":"Silva"},"field_i31":"BRL","field_w71":"New York"},"field_k50":{"key_d01":7,"key_k05":["GBP","EUR","USD"]}}
TASK repair_structured_output SPEC FIELD deploy_target TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD velocity TYPE boolean REQUIRED yes FIELD ph_level TYPE boolean REQUIRED yes FIELD shipping TYPE string REQUIRED yes BROKEN_OUTPUT {"deploy_target":"cat_e","velocity":false,"ph_level":true,"shippi...
{"deploy_target":"cat_e","velocity":false,"ph_level":true,"shipping":"REV"}
missing_bracket
{ "type": "object", "properties": { "deploy_target": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "velocity": { "type": "boolean" }, "ph_level": { "type": "boolean" }, "shipping": { ...
{"deploy_target":"cat_e","velocity":false,"ph_level":true,"shipping":"REV"}
Missing closing bracket
{"deploy_target":"cat_e","velocity":false,"ph_level":true,"shipping":"REV"}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE number REQUIRED no FIELD patient_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD nickname TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD branch TYPE string VALUES active|inactive|pending REQUIRED no FIELD quant...
{"dissolved_oxygen":408.06,"patient_id":"in_progress","nickname":"coastal","branch":"pending","quantity":true}
invalid_enum
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "number" }, "patient_id": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "nickname": { "type": "string", "enum": [ "coasta...
{"dissolved_oxygen": 408.06, "patient_id": "in_progress", "nickname": "invalid_option_816", "branch": "pending", "quantity": true}
Field 'nickname' has invalid enum value 'invalid_option_816', expected one of ['coastal', 'oceanic', 'inland', 'arctic']
{"dissolved_oxygen":408.06,"patient_id":"in_progress","nickname":"coastal","branch":"pending","quantity":true}
TASK repair_structured_output SPEC FIELD key_w59 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_f24 TYPE string VALUES success|error|warning|info REQUIRED no FIELD param_g23 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_n31 TYPE string VALUES homozygous|heterozygous|hemizygous...
{"key_w59":"viewer","attr_f24":"error","param_g23":"coastal","attr_n31":"hemizygous","key_y73":"example","key_n80":"https://api.example.com/v1"}
missing_required
{ "type": "object", "properties": { "key_w59": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_f24": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "param_g2...
{"key_w59": "viewer", "attr_f24": "error", "param_g23": "coastal", "key_y73": "example", "key_n80": "https://api.example.com/v1"}
Required field 'attr_n31' is missing
{"key_w59":"viewer","attr_f24":"error","param_g23":"coastal","attr_n31":"hemizygous","key_y73":"example","key_n80":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD company TYPE number REQUIRED no FIELD count TYPE integer REQUIRED yes FIELD price.role TYPE string REQUIRED yes FIELD price.id TYPE string REQUIRED yes FIELD price.items TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD price.umi.sensor_id TYPE inte...
{"count":27,"price":{"role":"Maria","id":"cancelled","items":"type_b","umi":{"sensor_id":867,"created_at":"QC-07","chromosome":"REV","due_date":true}},"language":"level_3","phenotype":{"tile":"archived","account_id":{"price":null,"footnote":"Paris","rating":true},"consignee":null},"log_level":"cat_c"}
wrong_type
{ "type": "object", "properties": { "company": { "type": "number" }, "count": { "type": "integer" }, "price": { "type": "object", "properties": { "role": { "type": "string" }, "id": { "type": "string" }, "items":...
{"count": "\"27\"", "price": {"role": "Maria", "id": "cancelled", "items": "type_b", "umi": {"sensor_id": 867, "created_at": "QC-07", "chromosome": "REV", "due_date": true}}, "language": "level_3", "phenotype": {"tile": "archived", "account_id": {"price": null, "footnote": "Paris", "rating": true}, "consignee": null}, ...
Field 'count' must be integer, got string
{"count":27,"price":{"role":"Maria","id":"cancelled","items":"type_b","umi":{"sensor_id":867,"created_at":"QC-07","chromosome":"REV","due_date":true}},"language":"level_3","phenotype":{"tile":"archived","account_id":{"price":null,"footnote":"Paris","rating":true},"consignee":null},"log_level":"cat_c"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD address TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD full_name TYPE string REQUIRED yes FIELD account_id TYPE null REQUIRED no FIELD enabled TYPE string REQUIRED no FIELD...
{"procedure_code":"unstable","address":"resolved","full_name":"Berlin","account_id":null,"enabled":"Luis","tax":"cancelled","section":"https://example.com","feedback":"pending"}
tool_call_partial_args
{ "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "address": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
I need to look up the information first. Action: create_order Arguments: {"procedure_code": "unstable", "address": "resolved", "account_id": null, "enabled": "Luis", "tax": "cancelled", "section": "https://example.com", "feedback": "pending"}
Agent tool call missing required parameter 'full_name'
{"procedure_code":"unstable","address":"resolved","full_name":"Berlin","account_id":null,"enabled":"Luis","tax":"cancelled","section":"https://example.com","feedback":"pending"}
TASK repair_structured_output SPEC FIELD dim_p72 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD attr_q42 TYPE boolean REQUIRED yes FIELD dim_x72.dim_p23 TYPE number REQUIRED no FIELD dim_x72.field_p75 TYPE integer REQUIRED yes FIELD dim_x72.col_q06 TYPE string REQUIRED no FIELD dim_x72.prop_...
{"dim_p72":"option_c","attr_q42":false,"dim_x72":{"field_p75":964,"col_q06":"hello","prop_h39":{"dim_e97":557,"col_i98":"sample","param_c27":"demo"}},"field_w82":{"val_l97":"sample","field_u16":"cat_a","val_s25":{"dim_q75":"berthed","param_a90":true,"field_y54":"https://example.io/data"}}}
missing_bracket
{ "type": "object", "properties": { "dim_p72": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "attr_q42": { "type": "boolean" }, "dim_x72": { "type": "object", "properties": { "dim_p23"...
{"dim_p72":"option_c","attr_q42":false,"dim_x72":{"field_p75":964,"col_q06":"hello","prop_h39":{"dim_e97":557,"col_i98":"sample","param_c27":"demo"}},"field_w82":{"val_l97":"sample","field_u16":"cat_a","val_s25":{"dim_q75":"berthed","param_a90":true,"field_y54":"https://example.io/data"}}}
Missing closing bracket
{"dim_p72":"option_c","attr_q42":false,"dim_x72":{"field_p75":964,"col_q06":"hello","prop_h39":{"dim_e97":557,"col_i98":"sample","param_c27":"demo"}},"field_w82":{"val_l97":"sample","field_u16":"cat_a","val_s25":{"dim_q75":"berthed","param_a90":true,"field_y54":"https://example.io/data"}}}
TASK repair_structured_output SPEC FIELD col_o93 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD field_m98 TYPE string REQUIRED yes FIELD param_e86.val_k03 TYPE integer REQUIRED yes FIELD param_e86.field_j45 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD param_e86.attr_d18 TYPE b...
{"col_o93":"mode_b","field_m98":"QC-07","param_e86":{"val_k03":856,"field_j45":"option_a","val_k48":[{"param_q99":688,"col_s18":"mode_a","key_i90":174.59},{"param_q99":887,"col_s18":"mode_c"},{"param_q99":527,"col_s18":"mode_c","key_i90":839.7},{"param_q99":619,"col_s18":"mode_b","key_i90":328.26}],"col_z96":[true]},"p...
markdown_explanation
{ "type": "object", "properties": { "col_o93": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "field_m98": { "type": "string" }, "param_e86": { "type": "object", "properties": { "val_k03": { "type": "integer" },...
I've generated the following JSON: ```json {"col_o93":"mode_b","field_m98":"QC-07","param_e86":{"val_k03":856,"field_j45":"option_a","val_k48":[{"param_q99":688,"col_s18":"mode_a","key_i90":174.59},{"param_q99":887,"col_s18":"mode_c"},{"param_q99":527,"col_s18":"mode_c","key_i90":839.7},{"param_q99":619,"col_s18":"mode...
Output contains markdown and explanatory text around JSON
{"col_o93":"mode_b","field_m98":"QC-07","param_e86":{"val_k03":856,"field_j45":"option_a","val_k48":[{"param_q99":688,"col_s18":"mode_a","key_i90":174.59},{"param_q99":887,"col_s18":"mode_c"},{"param_q99":527,"col_s18":"mode_c","key_i90":839.7},{"param_q99":619,"col_s18":"mode_b","key_i90":328.26}],"col_z96":[true]},"p...
TASK repair_structured_output SPEC FIELD paragraph TYPE boolean REQUIRED no FIELD weight TYPE string REQUIRED yes FIELD features TYPE number REQUIRED yes FIELD coverage.transaction_id TYPE boolean REQUIRED yes FIELD coverage.crew_id TYPE string VALUES draft|published|archived REQUIRED no FIELD coverage.longitude TYPE ...
{"paragraph":true,"weight":"inactive","features":691.11,"coverage":{"transaction_id":true,"longitude":"option_a"},"tags":{"comments":203,"log_level":951,"sensor_id":["level_3","level_1","level_3","level_1"]}}
extra_text_before
{ "type": "object", "properties": { "paragraph": { "type": "boolean" }, "weight": { "type": "string" }, "features": { "type": "number" }, "coverage": { "type": "object", "properties": { "transaction_id": { "type": "boolean" }, ...
Here is the JSON you requested: {"paragraph":true,"weight":"inactive","features":691.11,"coverage":{"transaction_id":true,"longitude":"option_a"},"tags":{"comments":203,"log_level":951,"sensor_id":["level_3","level_1","level_3","level_1"]}}
Output contains non-JSON text before the object
{"paragraph":true,"weight":"inactive","features":691.11,"coverage":{"transaction_id":true,"longitude":"option_a"},"tags":{"comments":203,"log_level":951,"sensor_id":["level_3","level_1","level_3","level_1"]}}
TASK repair_structured_output SPEC FIELD param_a98 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD val_r22 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_m49 TYPE null REQUIRED no BROKEN_OUTPUT Processing the request now. <tool_call name="get_weather"> {"param_a98":...
{"param_a98":"rejected","val_r22":"married","col_m49":null}
tool_call_text_mix
{ "type": "object", "properties": { "param_a98": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "val_r22": { "type": "string", "enum": [ "single", "married", "divorced" ...
Processing the request now. <tool_call name="get_weather"> {"param_a98":"rejected","val_r22":"married","col_m49":null} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"param_a98":"rejected","val_r22":"married","col_m49":null}
TASK repair_structured_output SPEC FIELD attr_e23 TYPE boolean REQUIRED yes FIELD field_b50 TYPE number REQUIRED no FIELD field_x64 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD col_x94 TYPE string_uri REQUIRED no FIELD dim_z16 TYPE integer REQUIRED no FIELD key_q08.param_s51 TYPE string...
{"attr_e23":false,"field_b50":213.49,"field_x64":"level_2","col_x94":"https://api.io/api","dim_z16":41,"key_q08":{"param_s51":"type_a","prop_a77":"RTG-04","param_a53":"Silva","col_w03":[false,true]},"col_k55":{"attr_n56":447,"prop_p82":109,"prop_m95":{"val_k21":"new","prop_f40":"mode_a","col_m74":"test@example.com","pa...
extra_text_after
{ "type": "object", "properties": { "attr_e23": { "type": "boolean" }, "field_b50": { "type": "number" }, "field_x64": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "col_x94":...
{"attr_e23":false,"field_b50":213.49,"field_x64":"level_2","col_x94":"https://api.io/api","dim_z16":41,"key_q08":{"param_s51":"type_a","prop_a77":"RTG-04","param_a53":"Silva","col_w03":[false,true]},"col_k55":{"attr_n56":447,"prop_p82":109,"prop_m95":{"val_k21":"new","prop_f40":"mode_a","col_m74":"test@example.com","pa...
Output contains non-JSON text after the object
{"attr_e23":false,"field_b50":213.49,"field_x64":"level_2","col_x94":"https://api.io/api","dim_z16":41,"key_q08":{"param_s51":"type_a","prop_a77":"RTG-04","param_a53":"Silva","col_w03":[false,true]},"col_k55":{"attr_n56":447,"prop_p82":109,"prop_m95":{"val_k21":"new","prop_f40":"mode_a","col_m74":"test@example.com","pa...
TASK repair_structured_output SPEC FIELD subtotal TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD altitude.aligned_pct TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD altitude.language TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD altitude.branch TYP...
{"subtotal":"cat_e","altitude":{"aligned_pct":"mode_b","language":"hemizygous","branch":"quux","log_level":659.26,"department":"info@example.com"},"coverage":{"log_level":"inland","address":"New York","format":[{"subject":"level_3","isotope":"mode_d","allele":true},{"subject":"level_5","isotope":"mode_b","company":"opt...
tool_call_bad_format
{ "type": "object", "properties": { "subtotal": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "altitude": { "type": "object", "properties": { "aligned_pct": { "type":...
<functioncall> check_cargo_manifest {subtotal: "cat_e", altitude: {aligned_pct: "mode_b", language: "hemizygous", branch: "quux", log_level: 659.26, department: "info@example.com"}, coverage: {log_level: "inland", address: "New York", format: [{subject: "level_3", isotope: "mode_d", allele: true}, {subject: "level_5", ...
Tool call has malformed arguments — unquoted keys in function parameters
{"subtotal":"cat_e","altitude":{"aligned_pct":"mode_b","language":"hemizygous","branch":"quux","log_level":659.26,"department":"info@example.com"},"coverage":{"log_level":"inland","address":"New York","format":[{"subject":"level_3","isotope":"mode_d","allele":true},{"subject":"level_5","isotope":"mode_b","company":"opt...
TASK repair_structured_output SPEC FIELD trace_id TYPE string VALUES success|error|warning|info REQUIRED yes FIELD items TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD visible TYPE number REQUIRED yes FIELD umi TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD level TYPE integer RE...
{"trace_id":"warning","items":"red","visible":429.63,"umi":"closed","level":865,"end_date":"2024-06-30","age":"https://www.org/v1","notes":"test@example.com"}
partial_structure
{ "type": "object", "properties": { "trace_id": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "items": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
I found that umi should be closed. {"trace_id":"warning","items":"red","visible":429.63,"umi":"closed","level":865,"end_date":"2024-06-30","age":"https://www.org/v1","notes":"test@example.com"}
Output mixes natural language with JSON
{"trace_id":"warning","items":"red","visible":429.63,"umi":"closed","level":865,"end_date":"2024-06-30","age":"https://www.org/v1","notes":"test@example.com"}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES active|inactive|pending REQUIRED no FIELD shift_code TYPE string VALUES small|medium|large|xl REQUIRED no FIELD section TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD allele TYPE integer REQUIRED no FIELD transaction_id TYPE stri...
{"language":"active","section":"coastal","allele":214,"transaction_id":"foo"}
null_required
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "shift_code": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "sectio...
{"language": "active", "section": null, "allele": 214, "transaction_id": "foo"}
Required field 'section' is null
{"language":"active","section":"coastal","allele":214,"transaction_id":"foo"}
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED yes FIELD half_life TYPE string REQUIRED no FIELD active TYPE integer REQUIRED yes FIELD port_code.strand TYPE null REQUIRED no FIELD port_code.tax TYPE integer REQUIRED no FIELD port_code.velocity TYPE string REQUIRED yes FIELD port_code.age TYPE ...
{"altitude":"user@domain.com","half_life":"Alice","active":114,"port_code":{"strand":null,"tax":845,"velocity":"Silva","age":"single","diagnosis_code":{"label":550,"ward":909,"date":"coastal","full_name":978.19}}}
markdown_explanation
{ "type": "object", "properties": { "altitude": { "type": "string" }, "half_life": { "type": "string" }, "active": { "type": "integer" }, "port_code": { "type": "object", "properties": { "strand": { "type": "null" }, "tax": ...
The instrument reported: ```json {"altitude":"user@domain.com","half_life":"Alice","active":114,"port_code":{"strand":null,"tax":845,"velocity":"Silva","age":"single","diagnosis_code":{"label":550,"ward":909,"date":"coastal","full_name":978.19}}} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"altitude":"user@domain.com","half_life":"Alice","active":114,"port_code":{"strand":null,"tax":845,"velocity":"Silva","age":"single","diagnosis_code":{"label":550,"ward":909,"date":"coastal","full_name":978.19}}}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE integer REQUIRED no FIELD deploy_target.title TYPE number REQUIRED no FIELD deploy_target.shift_code TYPE string REQUIRED no FIELD deploy_target.isotope TYPE boolean REQUIRED no FIELD deploy_target.footnote.bed_number TYPE string VALUES homozygous|heterozygo...
{"diagnosis_code":561,"deploy_target":{"title":887.91,"footnote":{"bed_number":"heterozygous","half_life":"https://api.io/api","features":296},"paragraph":"email"},"chapter":false,"rating":485,"frequency_hz":true}
number_with_unit
{ "type": "object", "properties": { "diagnosis_code": { "type": "integer" }, "deploy_target": { "type": "object", "properties": { "title": { "type": "number" }, "shift_code": { "type": "string" }, "isotope": { "type"...
{"diagnosis_code": 561, "deploy_target": {"title": 887.91, "footnote": {"bed_number": "heterozygous", "half_life": "https://api.io/api", "features": 296}, "paragraph": "email"}, "chapter": false, "rating": "485px", "frequency_hz": true}
Field 'rating' must be number, got string with unit
{"diagnosis_code":561,"deploy_target":{"title":887.91,"footnote":{"bed_number":"heterozygous","half_life":"https://api.io/api","features":296},"paragraph":"email"},"chapter":false,"rating":485,"frequency_hz":true}
TASK repair_structured_output SPEC FIELD key_a90 TYPE integer REQUIRED no FIELD val_r49 TYPE null REQUIRED yes FIELD val_g91 TYPE string_email REQUIRED no FIELD field_k37 TYPE string REQUIRED yes FIELD attr_r75.dim_y20 TYPE boolean REQUIRED no FIELD attr_r75.val_q27 TYPE null REQUIRED yes FIELD attr_r75.key_e01 TYPE n...
{"val_r49":null,"val_g91":"info@domain.org","field_k37":"qux","attr_r75":{"dim_y20":true,"val_q27":null,"dim_r42":{"prop_s93":"https://www.io/api","prop_v91":"Silva","dim_a21":"Berlin"}}}
tool_call_python_syntax
{ "type": "object", "properties": { "key_a90": { "type": "integer" }, "val_r49": { "type": "null" }, "val_g91": { "type": "string", "format": "email" }, "field_k37": { "type": "string" }, "attr_r75": { "type": "object", "properties": { ...
queue_sequencing_run(val_r49=None, val_g91='info@domain.org', field_k37='qux', attr_r75={'dim_y20': True, 'val_q27': None, 'dim_r42': {'prop_s93': 'https://www.io/api', 'prop_v91': 'Silva', 'dim_a21': 'Berlin'}})
Tool call uses Python syntax instead of JSON
{"val_r49":null,"val_g91":"info@domain.org","field_k37":"qux","attr_r75":{"dim_y20":true,"val_q27":null,"dim_r42":{"prop_s93":"https://www.io/api","prop_v91":"Silva","dim_a21":"Berlin"}}}
TASK repair_structured_output SPEC FIELD val_x36 TYPE null REQUIRED yes FIELD attr_c26 TYPE integer REQUIRED no FIELD attr_l06 TYPE string REQUIRED yes FIELD param_q04 TYPE boolean REQUIRED no BROKEN_OUTPUT Tool: create_order Params: {"val_x36": null, "attr_l06": "Tokyo", "param_q04": true, "attr_c26_new": 714}
{"val_x36":null,"attr_c26":714,"attr_l06":"Tokyo","param_q04":true}
tool_call_wrong_param
{ "type": "object", "properties": { "val_x36": { "type": "null" }, "attr_c26": { "type": "integer" }, "attr_l06": { "type": "string" }, "param_q04": { "type": "boolean" } }, "required": [ "attr_l06", "val_x36" ] }
Tool: create_order Params: {"val_x36": null, "attr_l06": "Tokyo", "param_q04": true, "attr_c26_new": 714}
Agent used wrong parameter name 'attr_c26_new' instead of 'attr_c26'
{"val_x36":null,"attr_c26":714,"attr_l06":"Tokyo","param_q04":true}
TASK repair_structured_output SPEC FIELD isotope TYPE boolean REQUIRED yes FIELD coverage TYPE boolean REQUIRED yes FIELD insurance_id TYPE number REQUIRED yes BROKEN_OUTPUT {"isotope":true,"coverage":true,"insurance_id":822.65}
{"isotope":true,"coverage":true,"insurance_id":822.65}
missing_bracket
{ "type": "object", "properties": { "isotope": { "type": "boolean" }, "coverage": { "type": "boolean" }, "insurance_id": { "type": "number" } }, "required": [ "coverage", "insurance_id", "isotope" ] }
{"isotope":true,"coverage":true,"insurance_id":822.65}
Missing closing bracket
{"isotope":true,"coverage":true,"insurance_id":822.65}
TASK repair_structured_output SPEC FIELD attr_f24 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_n89 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_z31 TYPE string REQUIRED yes FIELD prop_m88 TYPE string REQUIRED no BROKEN_OUTPUT {"attr_f24":"coastal","key_n89":"ocean...
{"attr_f24":"coastal","key_n89":"oceanic","prop_z31":"Smith","prop_m88":"baz"}
truncated_object
{ "type": "object", "properties": { "attr_f24": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_n89": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
{"attr_f24":"coastal","key_n89":"oceanic","prop_z31":"Smith","prop_m88":"baz"
Unexpected end of JSON input — truncated object
{"attr_f24":"coastal","key_n89":"oceanic","prop_z31":"Smith","prop_m88":"baz"}
TASK repair_structured_output SPEC FIELD features TYPE integer REQUIRED yes FIELD bed_number TYPE null REQUIRED yes FIELD maturity_date TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes BROKEN_OUTPUT {"features":149,"bed_number":null,"maturity_date":"type_a"
{"features":149,"bed_number":null,"maturity_date":"type_a"}
truncated_array
{ "type": "object", "properties": { "features": { "type": "integer" }, "bed_number": { "type": "null" }, "maturity_date": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] } }, "required": [ "features"...
{"features":149,"bed_number":null,"maturity_date":"type_a"
Unexpected end of JSON input — truncated object
{"features":149,"bed_number":null,"maturity_date":"type_a"}
TASK repair_structured_output SPEC FIELD vital_sign TYPE number REQUIRED no FIELD throttle_pos TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD current_draw TYPE boolean REQUIRED yes FIELD full_name TYPE string REQUIRED no BROKEN_OUTPUT The output is as follows: {"vital_sign":623.08,"current_draw...
{"vital_sign":623.08,"current_draw":false}
extra_text_before
{ "type": "object", "properties": { "vital_sign": { "type": "number" }, "throttle_pos": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "current_draw": { "type": "boolean" }, "full_name": { ...
The output is as follows: {"vital_sign":623.08,"current_draw":false}
Output contains non-JSON text before the object
{"vital_sign":623.08,"current_draw":false}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE string REQUIRED no FIELD tags TYPE string VALUES draft|published|archived REQUIRED no FIELD color TYPE integer REQUIRED no FIELD features TYPE string VALUES level_1|level_2 REQUIRED no FIELD vital_sign TYPE integer REQUIRED no FIELD description TYPE boolean REQ...
{"tags":"published","color":314,"vital_sign":948,"end_date":"bar"}
tool_call_text_mix
{ "type": "object", "properties": { "shipper_ref": { "type": "string" }, "tags": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "color": { "type": "integer" }, "features": { "type": "string", "enum": [...
Let me check the system. <tool_call name="fetch_lab_result"> {"tags":"published","color":314,"vital_sign":948,"end_date":"bar"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"tags":"published","color":314,"vital_sign":948,"end_date":"bar"}
TASK repair_structured_output SPEC FIELD username TYPE string REQUIRED no FIELD invoice_id TYPE integer REQUIRED no FIELD isotope.bill_of_lading TYPE boolean REQUIRED yes FIELD isotope.credit_score TYPE null REQUIRED yes FIELD isotope.bed_number[] TYPE number REQUIRED no FIELD isotope.filter_flag[] TYPE null REQUIRED ...
{"username":"QC-07","invoice_id":83,"isotope":{"bill_of_lading":true,"credit_score":null,"bed_number":[109.13],"filter_flag":[null,null,null,null]},"format":512}
extra_text_before
{ "type": "object", "properties": { "username": { "type": "string" }, "invoice_id": { "type": "integer" }, "isotope": { "type": "object", "properties": { "bill_of_lading": { "type": "boolean" }, "credit_score": { "type": "null" ...
Based on your request, here is the data: {"username":"QC-07","invoice_id":83,"isotope":{"bill_of_lading":true,"credit_score":null,"bed_number":[109.13],"filter_flag":[null,null,null,null]},"format":512}
Output contains non-JSON text before the object
{"username":"QC-07","invoice_id":83,"isotope":{"bill_of_lading":true,"credit_score":null,"bed_number":[109.13],"filter_flag":[null,null,null,null]},"format":512}
TASK repair_structured_output SPEC FIELD prop_o54 TYPE integer REQUIRED no FIELD param_j67 TYPE integer REQUIRED no FIELD dim_v82 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_s74.attr_b20.key_t96 TYPE string REQUIRED no FIELD dim_s74.attr_b20.key_a97 TYPE string REQUIRED no FIELD ...
{"param_j67":260,"dim_v82":"offline","dim_s74":{"attr_b20":{"key_a97":"hello","field_z10":"Luis","field_k61":860,"val_q62":"quux","param_f11":"escalated","col_o87":null},"param_a87":"GRCh38","dim_r23":"returned","attr_w18":"user@domain.com","col_i44":58.26,"prop_r46":"Sao Paulo","prop_t14":null,"prop_i85":"2025-03-23T0...
thought_process
{ "type": "object", "properties": { "prop_o54": { "type": "integer" }, "param_j67": { "type": "integer" }, "dim_v82": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_s74": { "t...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"param_j67":260,"dim_v82":"offline","dim_s74":{"attr_b20":{"key_a97":"hello","field_z10":"Luis","field_k61":860,"val_q62":"quux","param_f11":"escalated","col_o87":null},"param_a87":"GRCh38","dim_r23":"returned","att...
Output contains chain-of-thought reasoning before JSON
{"param_j67":260,"dim_v82":"offline","dim_s74":{"attr_b20":{"key_a97":"hello","field_z10":"Luis","field_k61":860,"val_q62":"quux","param_f11":"escalated","col_o87":null},"param_a87":"GRCh38","dim_r23":"returned","attr_w18":"user@domain.com","col_i44":58.26,"prop_r46":"Sao Paulo","prop_t14":null,"prop_i85":"2025-03-23T0...
TASK repair_structured_output SPEC FIELD dim_p08 TYPE integer REQUIRED yes FIELD param_u97 TYPE number REQUIRED yes FIELD dim_n53 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_p08":311,"param_u97":666.19,"dim_n53":"Santos",}
{"dim_p08":311,"param_u97":666.19,"dim_n53":"Santos"}
trailing_comma
{ "type": "object", "properties": { "dim_p08": { "type": "integer" }, "param_u97": { "type": "number" }, "dim_n53": { "type": "string" } }, "required": [ "dim_n53", "dim_p08", "param_u97" ] }
{"dim_p08":311,"param_u97":666.19,"dim_n53":"Santos",}
Unexpected trailing comma
{"dim_p08":311,"param_u97":666.19,"dim_n53":"Santos"}
TASK repair_structured_output SPEC FIELD account_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD end_date TYPE string_date-time REQUIRED yes FIELD level TYPE string VALUES option_a|option_b|option_c REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: fetch_lab_result Arguments: {"end_date": "...
{"account_id":"cat_b","end_date":"2020-09-17T20:21:00Z","level":"option_c"}
tool_call_partial_args
{ "type": "object", "properties": { "account_id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "end_date": { "type": "string", "format": "date-time" }, "level": { "type": "string", "enum": [ ...
Let me check the system. Action: fetch_lab_result Arguments: {"end_date": "2020-09-17T20:21:00Z", "level": "option_c"}
Agent tool call missing required parameter 'account_id'
{"account_id":"cat_b","end_date":"2020-09-17T20:21:00Z","level":"option_c"}
TASK repair_structured_output SPEC FIELD turbidity TYPE string VALUES success|error|warning|info REQUIRED no FIELD run_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD color TYPE integer REQUIRED no FIELD city TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD velocity TYPE string VALUES coastal|ocean...
{"turbidity":"info","run_id":"BRL","color":691,"city":"BRL","velocity":"coastal","address":"Maria"}
tool_call_python_syntax
{ "type": "object", "properties": { "turbidity": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "run_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
fetch_lab_result(turbidity='info', run_id='BRL', color=691, city='BRL', velocity='coastal', address='Maria')
Tool call uses Python syntax instead of JSON
{"turbidity":"info","run_id":"BRL","color":691,"city":"BRL","velocity":"coastal","address":"Maria"}
TASK repair_structured_output SPEC FIELD prop_s06 TYPE null REQUIRED no FIELD attr_i07 TYPE string_date-time REQUIRED yes FIELD prop_h79 TYPE string_uri REQUIRED no FIELD field_z46 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no BROKEN_OUTPUT Processing the request now. I'll validate against th...
{"prop_s06":null,"attr_i07":"2020-09-23T17:46:00Z","prop_h79":"https://data.io/data"}
thought_process
{ "type": "object", "properties": { "prop_s06": { "type": "null" }, "attr_i07": { "type": "string", "format": "date-time" }, "prop_h79": { "type": "string", "format": "uri" }, "field_z46": { "type": "string", "enum": [ "synonymous", ...
Processing the request now. I'll validate against the schema. {"prop_s06":null,"attr_i07":"2020-09-23T17:46:00Z","prop_h79":"https://data.io/data"}
Output contains chain-of-thought reasoning before JSON
{"prop_s06":null,"attr_i07":"2020-09-23T17:46:00Z","prop_h79":"https://data.io/data"}
TASK repair_structured_output SPEC FIELD dim_w43 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD dim_n00 TYPE string_uri REQUIRED no FIELD val_t56 TYPE string REQUIRED no BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"dim_w43":"critical","...
{"dim_w43":"critical","dim_n00":"https://www.org/data","val_t56":"approved"}
thought_process
{ "type": "object", "properties": { "dim_w43": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "dim_n00": { "type": "string", "format": "uri" }, "val_t56": { "type": "string" } }, "required": [ ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"dim_w43":"critical","dim_n00":"https://www.org/data","val_t56":"approved"}
Output contains chain-of-thought reasoning before JSON
{"dim_w43":"critical","dim_n00":"https://www.org/data","val_t56":"approved"}
TASK repair_structured_output SPEC FIELD dim_g02 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD dim_t62 TYPE boolean REQUIRED yes FIELD col_o47 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. ...
{"dim_g02":"cat_a","dim_t62":true,"col_o47":"basic"}
thought_process
{ "type": "object", "properties": { "dim_g02": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "dim_t62": { "type": "boolean" }, "col_o47": { "type": "string", "enum": [ "free", "basic", "pro", ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"dim_g02":"cat_a","dim_t62":true,"col_o47":"basic"}
Output contains chain-of-thought reasoning before JSON
{"dim_g02":"cat_a","dim_t62":true,"col_o47":"basic"}
TASK repair_structured_output SPEC FIELD param_i63 TYPE string_email REQUIRED no FIELD dim_m95 TYPE integer REQUIRED no FIELD param_e76 TYPE string REQUIRED no FIELD attr_a56 TYPE integer REQUIRED yes FIELD val_a62 TYPE string_uri REQUIRED yes FIELD dim_g50 TYPE string_date-time REQUIRED yes FIELD prop_z37 TYPE intege...
{"param_i63":"ops@domain.org","dim_m95":459,"param_e76":"QC-07","attr_a56":13,"val_a62":"https://www.org/v1","dim_g50":"2024-10-14T04:30:00Z","prop_z37":49}
agent_chain
{ "type": "object", "properties": { "param_i63": { "type": "string", "format": "email" }, "dim_m95": { "type": "integer" }, "param_e76": { "type": "string" }, "attr_a56": { "type": "integer" }, "val_a62": { "type": "string", "format": "ur...
Let me check the system. Action: get_weather Result: {"param_i63": "ops@domain.org", "dim_m95": 459, "param_e76": "QC-07", "val_a62": "https://www.org/v1", "dim_g50": "2024-10-14T04:30:00Z", "prop_z37": 49} I'll query our database. Action: send_email Result:
Agent multi-step chain with truncated tool output
{"param_i63":"ops@domain.org","dim_m95":459,"param_e76":"QC-07","attr_a56":13,"val_a62":"https://www.org/v1","dim_g50":"2024-10-14T04:30:00Z","prop_z37":49}
TASK repair_structured_output SPEC FIELD val_g00 TYPE integer REQUIRED no FIELD dim_n22 TYPE number REQUIRED no FIELD field_t58[] TYPE integer REQUIRED yes FIELD val_f60[].attr_f73 TYPE string REQUIRED yes FIELD val_f60[].dim_q68 TYPE string REQUIRED yes FIELD val_f60[].param_w82 TYPE integer REQUIRED yes FIELD val_f6...
{"dim_n22":593.42,"field_t58":[405,122,514],"val_f60":[{"attr_f73":"Charlie","dim_q68":"Diana","param_w82":675,"key_u40":"medium","param_r29":682.93},{"attr_f73":"2024-01-15","dim_q68":"hello","param_w82":623,"key_u40":"small","param_r29":863.12}]}
truncated_object
{ "type": "object", "properties": { "val_g00": { "type": "integer" }, "dim_n22": { "type": "number" }, "field_t58": { "type": "array", "items": { "type": "integer" } }, "val_f60": { "type": "array", "items": { "type": "object", ...
{"dim_n22":593.42,"field_t58":[405,122,514],"val_f60":[{"attr_f73":"Charlie","dim_q68":"Diana","param_w82":675,"key_u40":"medium","param_r29":682.93},{"attr_f73":"2024-01-15","dim_q68":"hello","param_w82":623,"key_u40":"small","param_r29":863.12}]
Unexpected end of JSON input — truncated object
{"dim_n22":593.42,"field_t58":[405,122,514],"val_f60":[{"attr_f73":"Charlie","dim_q68":"Diana","param_w82":675,"key_u40":"medium","param_r29":682.93},{"attr_f73":"2024-01-15","dim_q68":"hello","param_w82":623,"key_u40":"small","param_r29":863.12}]}
TASK repair_structured_output SPEC FIELD length TYPE string REQUIRED yes FIELD ph_level TYPE integer REQUIRED no FIELD priority TYPE integer REQUIRED no FIELD currency TYPE string VALUES small|medium|large|xl REQUIRED no FIELD freight_class TYPE string_email REQUIRED no FIELD company TYPE string VALUES free|basic|pro|...
{"length":"2024-01-15","ph_level":118,"priority":200,"currency":"xl","freight_class":"user@test.io","company":"pro","barcode":{"size":411.48,"ph_level":"https://api.example.com/v1","tax":true,"id":"2022-10-28T20:46:00Z","velocity":{"half_life":false,"wavelength":"Silva"}}}
unquoted_keys
{ "type": "object", "properties": { "length": { "type": "string" }, "ph_level": { "type": "integer" }, "priority": { "type": "integer" }, "currency": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }...
{length:"2024-01-15",ph_level:118,priority:200,currency:"xl",freight_class:"user@test.io",company:"pro",barcode:{size:411.48,ph_level:"https://api.example.com/v1",tax:true,id:"2022-10-28T20:46:00Z",velocity:{half_life:false,wavelength:"Silva"}}}
Expecting property name enclosed in double quotes
{"length":"2024-01-15","ph_level":118,"priority":200,"currency":"xl","freight_class":"user@test.io","company":"pro","barcode":{"size":411.48,"ph_level":"https://api.example.com/v1","tax":true,"id":"2022-10-28T20:46:00Z","velocity":{"half_life":false,"wavelength":"Silva"}}}
TASK repair_structured_output SPEC FIELD val_j25 TYPE string REQUIRED no FIELD param_h02 TYPE boolean REQUIRED yes FIELD field_r76 TYPE string REQUIRED yes FIELD param_g45 TYPE null REQUIRED yes FIELD dim_e57 TYPE string REQUIRED no BROKEN_OUTPUT {'param_h02':false,'field_r76':'Berlin','param_g45':null,'dim_e57':'202...
{"param_h02":false,"field_r76":"Berlin","param_g45":null,"dim_e57":"2024-06-30"}
single_quotes
{ "type": "object", "properties": { "val_j25": { "type": "string" }, "param_h02": { "type": "boolean" }, "field_r76": { "type": "string" }, "param_g45": { "type": "null" }, "dim_e57": { "type": "string" } }, "required": [ "param_g45", ...
{'param_h02':false,'field_r76':'Berlin','param_g45':null,'dim_e57':'2024-06-30'}
Expecting property name enclosed in double quotes
{"param_h02":false,"field_r76":"Berlin","param_g45":null,"dim_e57":"2024-06-30"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE number REQUIRED yes FIELD username TYPE string REQUIRED no FIELD language.address TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD language.order_id TYPE string VALUES small|medium|large|xl REQUIRED no FIELD language.active TYPE st...
{"insurance_id":713.36,"username":"London","language":{"address":"maintenance","active":"https://www.org/v1","dosage":"2022-04-22T14:09:00Z","dissolved_oxygen":"2025-04-19T07:45:00Z","aligned_pct":"info@example.com"}}
extra_field
{ "type": "object", "properties": { "insurance_id": { "type": "number" }, "username": { "type": "string" }, "language": { "type": "object", "properties": { "address": { "type": "string", "enum": [ "operational", "degrade...
{"insurance_id": 713.36, "username": "London", "language": {"address": "maintenance", "active": "https://www.org/v1", "dosage": "2022-04-22T14:09:00Z", "dissolved_oxygen": "2025-04-19T07:45:00Z", "aligned_pct": "info@example.com"}, "extra_info_5935": true}
Unknown field 'extra_info_5935' not defined in schema
{"insurance_id":713.36,"username":"London","language":{"address":"maintenance","active":"https://www.org/v1","dosage":"2022-04-22T14:09:00Z","dissolved_oxygen":"2025-04-19T07:45:00Z","aligned_pct":"info@example.com"}}
TASK repair_structured_output SPEC FIELD param_e15 TYPE number REQUIRED yes FIELD val_q23 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD dim_y56 TYPE number REQUIRED yes BROKEN_OUTPUT {"param_e15": 740.5, "val_q23": "cat_b", "dim_y56": 359.72, "extra_info_2869": "unexpected"}
{"param_e15":740.5,"val_q23":"cat_b","dim_y56":359.72}
extra_field
{ "type": "object", "properties": { "param_e15": { "type": "number" }, "val_q23": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "dim_y56": { "type": "number" } }, "required": [ "dim_y56", "param_e15", "val_q...
{"param_e15": 740.5, "val_q23": "cat_b", "dim_y56": 359.72, "extra_info_2869": "unexpected"}
Unknown field 'extra_info_2869' not defined in schema
{"param_e15":740.5,"val_q23":"cat_b","dim_y56":359.72}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD status_code TYPE string REQUIRED no FIELD account_id TYPE number REQUIRED yes FIELD duration_ms TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD weight TYPE str...
{"bill_of_lading":"cat_d","account_id":317.31,"duration_ms":"missense","weight":"mode_b"}
number_with_unit
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "status_code": { "type": "string" }, "account_id": { "type": "number" },...
{"bill_of_lading": "cat_d", "account_id": "317.31px", "duration_ms": "missense", "weight": "mode_b"}
Field 'account_id' must be number, got string with unit
{"bill_of_lading":"cat_d","account_id":317.31,"duration_ms":"missense","weight":"mode_b"}
TASK repair_structured_output SPEC FIELD field_k11 TYPE string_date-time REQUIRED no FIELD col_t10 TYPE boolean REQUIRED yes FIELD dim_d85 TYPE string REQUIRED no FIELD attr_r81 TYPE string_email REQUIRED yes FIELD dim_l14 TYPE string REQUIRED no FIELD field_a64 TYPE null REQUIRED no FIELD field_t83 TYPE number REQUIR...
{"col_t10":false,"attr_r81":"ops@domain.org","dim_l14":"Smith","field_a64":null,"field_t83":310.37}
thought_process
{ "type": "object", "properties": { "field_k11": { "type": "string", "format": "date-time" }, "col_t10": { "type": "boolean" }, "dim_d85": { "type": "string" }, "attr_r81": { "type": "string", "format": "email" }, "dim_l14": { "type": "st...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"col_t10":false,"attr_r81":"ops@domain.org","dim_l14":"Smith","field_a64":null,"field_t83":310.37}
Output contains chain-of-thought reasoning before JSON
{"col_t10":false,"attr_r81":"ops@domain.org","dim_l14":"Smith","field_a64":null,"field_t83":310.37}
TASK repair_structured_output SPEC FIELD total TYPE string VALUES single|married|divorced REQUIRED yes FIELD language TYPE number REQUIRED yes FIELD full_name[] TYPE boolean REQUIRED yes FIELD frequency_hz[].address TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD frequency_hz[].subtotal TYPE number REQ...
{"total":"divorced","language":376.26,"full_name":[true,true,false,true]}
extra_text_before
{ "type": "object", "properties": { "total": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "language": { "type": "number" }, "full_name": { "type": "array", "items": { "type": "boolean" } }, "f...
Let me provide the data in JSON format: {"total":"divorced","language":376.26,"full_name":[true,true,false,true]}
Output contains non-JSON text before the object
{"total":"divorced","language":376.26,"full_name":[true,true,false,true]}
TASK repair_structured_output SPEC FIELD bed_number TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD thumbnail TYPE integer REQUIRED yes FIELD verified.chapter TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD verified.enabled TYPE string VALUES open|in_progress|resolved|closed REQUI...
{"bed_number":"anchored","thumbnail":948,"verified":{"chapter":"high","enabled":"open","size":"pending","visible":"London","freight_class":"blue"},"span_id":true,"vital_sign":{"address":{"address":true,"url":101,"status_code":"user@test.io","torque_output":"chr1"},"interest_rate":null,"email":"coastal","width":890,"shi...
tool_call_bad_format
{ "type": "object", "properties": { "bed_number": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "thumbnail": { "type": "integer" }, "verified": { "type": "object", "properties": { "chapte...
<functioncall> fetch_lab_result {bed_number: "anchored", thumbnail: 948, verified: {chapter: "high", enabled: "open", size: "pending", visible: "London", freight_class: "blue"}, span_id: true, vital_sign: {address: {address: true, url: 101, status_code: "user@test.io", torque_output: "chr1"}, interest_rate: null, email...
Tool call has malformed arguments — unquoted keys in function parameters
{"bed_number":"anchored","thumbnail":948,"verified":{"chapter":"high","enabled":"open","size":"pending","visible":"London","freight_class":"blue"},"span_id":true,"vital_sign":{"address":{"address":true,"url":101,"status_code":"user@test.io","torque_output":"chr1"},"interest_rate":null,"email":"coastal","width":890,"shi...
TASK repair_structured_output SPEC FIELD param_l11 TYPE string_email REQUIRED no FIELD col_f62 TYPE string REQUIRED no FIELD attr_z55 TYPE boolean REQUIRED yes FIELD key_h33[].prop_v00 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD key_h33[].dim_y12 TYPE string VALUES admin|editor|viewer REQUIRED no ...
{"attr_z55":true,"key_h33":[{"prop_v00":"white","key_d03":861,"key_i18":"BRL"},{"prop_v00":"blue","dim_y12":"editor","key_d03":995,"key_i18":"JPY"}]}
trailing_comma
{ "type": "object", "properties": { "param_l11": { "type": "string", "format": "email" }, "col_f62": { "type": "string" }, "attr_z55": { "type": "boolean" }, "key_h33": { "type": "array", "items": { "type": "object", "properties": { ...
{"attr_z55":true,"key_h33":[{"prop_v00":"white","key_d03":861,"key_i18":"BRL",},{"prop_v00":"blue","dim_y12":"editor","key_d03":995,"key_i18":"JPY"}]}
Unexpected trailing comma
{"attr_z55":true,"key_h33":[{"prop_v00":"white","key_d03":861,"key_i18":"BRL"},{"prop_v00":"blue","dim_y12":"editor","key_d03":995,"key_i18":"JPY"}]}
TASK repair_structured_output SPEC FIELD longitude TYPE boolean REQUIRED no FIELD payment_status TYPE boolean REQUIRED no FIELD turbidity TYPE string_date-time REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: calibrate_instrument Arguments: {"longitude": false, "payment_status": false}
{"longitude":false,"payment_status":false,"turbidity":"2020-09-20T22:44:00Z"}
tool_call_partial_args
{ "type": "object", "properties": { "longitude": { "type": "boolean" }, "payment_status": { "type": "boolean" }, "turbidity": { "type": "string", "format": "date-time" } }, "required": [ "turbidity" ] }
I need to look up the information first. Action: calibrate_instrument Arguments: {"longitude": false, "payment_status": false}
Agent tool call missing required parameter 'turbidity'
{"longitude":false,"payment_status":false,"turbidity":"2020-09-20T22:44:00Z"}
TASK repair_structured_output SPEC FIELD key_t15 TYPE string_email REQUIRED no FIELD prop_q81 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_y40 TYPE integer REQUIRED no FIELD prop_k31 TYPE string REQUIRED no FIELD attr_z42 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD col...
{"key_t15":"test@example.com","prop_q81":"closed","prop_y40":449,"attr_z42":"pro","param_r48":30,"key_y16":"USD"}
agent_chain
{ "type": "object", "properties": { "key_t15": { "type": "string", "format": "email" }, "prop_q81": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_y40": { "type": "integer" }, "prop_...
I need to look up the information first. Action: filter_variants Result: {"key_t15": "test@example.com", "prop_q81": "closed", "prop_y40": 449, "param_r48": 30, "key_y16": "USD"} I'll query our database. Action: check_cargo_manifest Result:
Agent multi-step chain with truncated tool output
{"key_t15":"test@example.com","prop_q81":"closed","prop_y40":449,"attr_z42":"pro","param_r48":30,"key_y16":"USD"}
TASK repair_structured_output SPEC FIELD param_w50 TYPE string_email REQUIRED yes FIELD val_o96 TYPE string_date-time REQUIRED no FIELD col_n04 TYPE string_uri REQUIRED no FIELD field_g94 TYPE string_date-time REQUIRED no FIELD param_k18 TYPE string REQUIRED no FIELD prop_s87 TYPE string REQUIRED no FIELD prop_a27 TYP...
{"param_w50":"info@example.com","val_o96":"2025-08-16T06:37:00Z","col_n04":"https://data.org/api","prop_s87":"Paris","prop_a27":false}
truncated_array
{ "type": "object", "properties": { "param_w50": { "type": "string", "format": "email" }, "val_o96": { "type": "string", "format": "date-time" }, "col_n04": { "type": "string", "format": "uri" }, "field_g94": { "type": "string", "format": "...
{"param_w50":"info@example.com","val_o96":"2025-08-16T06:37:00Z","col_n04":"https://data.org/api","prop_s87":"Paris","prop_a27":false
Unexpected end of JSON input — truncated object
{"param_w50":"info@example.com","val_o96":"2025-08-16T06:37:00Z","col_n04":"https://data.org/api","prop_s87":"Paris","prop_a27":false}
TASK repair_structured_output SPEC FIELD val_w79 TYPE string_email REQUIRED no FIELD val_x79 TYPE string REQUIRED no FIELD val_o55 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_c97 TYPE string VALUES reliable|unstable|intermittent REQUIRED no BROKEN_OUTPUT I need to look up the information first. ...
{"val_w79":"user@test.io","val_o55":"xl","field_c97":"reliable"}
agent_chain
{ "type": "object", "properties": { "val_w79": { "type": "string", "format": "email" }, "val_x79": { "type": "string" }, "val_o55": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "field_c97": { ...
I need to look up the information first. Action: annotate_mutation Result: {"val_o55": "xl", "field_c97": "reliable"} I'll query our database. Action: generate_report Result:
Agent multi-step chain with truncated tool output
{"val_w79":"user@test.io","val_o55":"xl","field_c97":"reliable"}
TASK repair_structured_output SPEC FIELD dim_y47 TYPE string_uri REQUIRED yes FIELD attr_q40 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_n14 TYPE integer REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"dim_y47":"https://www...
{"dim_y47":"https://www.io/v1","attr_q40":"phone","dim_n14":19}
thought_process
{ "type": "object", "properties": { "dim_y47": { "type": "string", "format": "uri" }, "attr_q40": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "dim_n14": { "type": "integer" } }, "required": [ "...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"dim_y47":"https://www.io/v1","attr_q40":"phone","dim_n14":19}
Output contains chain-of-thought reasoning before JSON
{"dim_y47":"https://www.io/v1","attr_q40":"phone","dim_n14":19}
TASK repair_structured_output SPEC FIELD department TYPE integer REQUIRED no FIELD cargo_type TYPE boolean REQUIRED yes FIELD ward TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD active.language TYPE string VALUES level_1|level_2 REQUIRED yes FIELD active.version TYPE number REQUIRED no FIELD active.ca...
{"department":254,"cargo_type":false,"ward":"option_b","active":{"language":"level_1","version":825.9,"cargo_type":null,"enabled":{"longitude":null,"consignee":"option_b","manifest_ref":371.75,"frequency_hz":"inactive"}},"quantity":760,"email":false,"diagnosis_code":null}
truncated_array
{ "type": "object", "properties": { "department": { "type": "integer" }, "cargo_type": { "type": "boolean" }, "ward": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "active": { "type": "object", "pro...
{"department":254,"cargo_type":false,"ward":"option_b","active":{"language":"level_1","version":825.9,"cargo_type":null,"enabled":{"longitude":null,"consignee":"option_b","manifest_ref":371.75,"frequency_hz":"inactive"}},"quantity":760,"email":false,"diagnosis_code":null
Unexpected end of JSON input — truncated object
{"department":254,"cargo_type":false,"ward":"option_b","active":{"language":"level_1","version":825.9,"cargo_type":null,"enabled":{"longitude":null,"consignee":"option_b","manifest_ref":371.75,"frequency_hz":"inactive"}},"quantity":760,"email":false,"diagnosis_code":null}
TASK repair_structured_output SPEC FIELD val_g10 TYPE integer REQUIRED no FIELD dim_b45 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD attr_m92 TYPE string REQUIRED yes FIELD prop_l17 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: create_ticket Arguments: {"val_g10": 861, ...
{"val_g10":861,"attr_m92":"Luis","prop_l17":"Luis"}
tool_call_partial_args
{ "type": "object", "properties": { "val_g10": { "type": "integer" }, "dim_b45": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "attr_m92": { "type": "string" }, "prop_l17": { "type": "string" } }, "required": [ "prop...
I need to look up the information first. Action: create_ticket Arguments: {"val_g10": 861, "prop_l17": "Luis"}
Agent tool call missing required parameter 'attr_m92'
{"val_g10":861,"attr_m92":"Luis","prop_l17":"Luis"}
TASK repair_structured_output SPEC FIELD medication.product_id TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD medication.sensor_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD medication.options TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD medica...
{"throttle_pos":"2022-05-28T06:30:00Z","level":"Jane","features":"test@example.com"}
missing_brace
{ "type": "object", "properties": { "medication": { "type": "object", "properties": { "product_id": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "sensor_id...
"throttle_pos":"2022-05-28T06:30:00Z","level":"Jane","features":"test@example.com"}
Missing closing brace
{"throttle_pos":"2022-05-28T06:30:00Z","level":"Jane","features":"test@example.com"}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD velocity TYPE string VALUES level_1|level_2 REQUIRED yes FIELD options TYPE number REQUIRED yes BROKEN_OUTPUT Result: velocity=level_1, {"bill_of_lading":"mode_c","velocity":"level_1","options":92...
{"bill_of_lading":"mode_c","velocity":"level_1","options":928.68}
partial_structure
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "velocity": { "type": "string", "enum": [ "level_1", "level_2" ] }, "options": { ...
Result: velocity=level_1, {"bill_of_lading":"mode_c","velocity":"level_1","options":928.68}
Output mixes natural language with JSON
{"bill_of_lading":"mode_c","velocity":"level_1","options":928.68}
TASK repair_structured_output SPEC FIELD field_y73 TYPE string REQUIRED yes FIELD col_k69 TYPE string REQUIRED no FIELD attr_u03 TYPE number REQUIRED no FIELD val_z91[] TYPE number REQUIRED no FIELD dim_g05[] TYPE string REQUIRED no BROKEN_OUTPUT "field_y73":"MV-Evergreen-01","col_k69":"A short description.","attr_u0...
{"field_y73":"MV-Evergreen-01","col_k69":"A short description.","attr_u03":443.71,"val_z91":[732.14,887.44,603.01,359.86],"dim_g05":["user@domain.com","approved","foo","Bob"]}
missing_brace
{ "type": "object", "properties": { "field_y73": { "type": "string" }, "col_k69": { "type": "string" }, "attr_u03": { "type": "number" }, "val_z91": { "type": "array", "items": { "type": "number" } }, "dim_g05": { "type": "array",...
"field_y73":"MV-Evergreen-01","col_k69":"A short description.","attr_u03":443.71,"val_z91":[732.14,887.44,603.01,359.86],"dim_g05":["user@domain.com","approved","foo","Bob"]}
Missing closing brace
{"field_y73":"MV-Evergreen-01","col_k69":"A short description.","attr_u03":443.71,"val_z91":[732.14,887.44,603.01,359.86],"dim_g05":["user@domain.com","approved","foo","Bob"]}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES admin|editor|viewer REQUIRED no FIELD priority TYPE number REQUIRED no FIELD item_id TYPE integer REQUIRED no FIELD freight_class TYPE string REQUIRED yes FIELD score.paragraph TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIE...
{"maturity_date":"viewer","priority":267.23,"item_id":329,"freight_class":"quux"}
truncated_array
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "priority": { "type": "number" }, "item_id": { "type": "integer" }, "freight_class": { "type": "string" }, ...
{"maturity_date":"viewer","priority":267.23,"item_id":329,"freight_class":"quux"
Unexpected end of JSON input — truncated object
{"maturity_date":"viewer","priority":267.23,"item_id":329,"freight_class":"quux"}
TASK repair_structured_output SPEC FIELD field_v38 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD key_z08 TYPE string REQUIRED yes FIELD prop_f37 TYPE number REQUIRED no FIELD val_w70 TYPE null REQUIRED yes FIELD attr_j15.dim_j02 TYPE string VALUES option_a|option_b|option_c|option_d|op...
{"field_v38":"type_b","key_z08":"Maria","prop_f37":766.53,"val_w70":null,"attr_j15":{"dim_j02":"option_e","key_p37":false,"val_s72":"inactive","param_s34":"option_b","prop_k42":"inactive"}}
partial_structure
{ "type": "object", "properties": { "field_v38": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "key_z08": { "type": "string" }, "prop_f37": { "type": "number" }, ...
The val_w70 is None and {"field_v38":"type_b","key_z08":"Maria","prop_f37":766.53,"val_w70":null,"attr_j15":{"dim_j02":"option_e","key_p37":false,"val_s72":"inactive","param_s34":"option_b","prop_k42":"inactive"}}
Output mixes natural language with JSON
{"field_v38":"type_b","key_z08":"Maria","prop_f37":766.53,"val_w70":null,"attr_j15":{"dim_j02":"option_e","key_p37":false,"val_s72":"inactive","param_s34":"option_b","prop_k42":"inactive"}}
TASK repair_structured_output SPEC FIELD attr_y32 TYPE string VALUES option_a|option_b REQUIRED yes FIELD col_u85 TYPE string REQUIRED no FIELD prop_i50 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_k95.val_z77 TYPE integer REQUIRED yes FIELD val_k95.val_h70 TYPE string REQUIRED no FIELD val_...
{"attr_y32":"option_a","col_u85":"hello","val_k95":{"val_z77":445,"val_h70":"https://api.example.com/v1","prop_o32":{"col_j84":"option_a","param_h78":null,"col_d86":684,"param_k07":"inland","key_z75":"qux"},"param_c99":{"key_j72":458.14,"dim_z60":"admin@test.io","prop_z24":"archived","param_x81":"Santos"}}}
thought_process
{ "type": "object", "properties": { "attr_y32": { "type": "string", "enum": [ "option_a", "option_b" ] }, "col_u85": { "type": "string" }, "prop_i50": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"attr_y32":"option_a","col_u85":"hello","val_k95":{"val_z77":445,"val_h70":"https://api.example.com/v1","prop_o32":{"col_j84":"option_a","param_h78":null,"col_d86":684,"param_k07":"inland","key_z75":"qux"},"param_c99":{"key_j72":458....
Output contains chain-of-thought reasoning before JSON
{"attr_y32":"option_a","col_u85":"hello","val_k95":{"val_z77":445,"val_h70":"https://api.example.com/v1","prop_o32":{"col_j84":"option_a","param_h78":null,"col_d86":684,"param_k07":"inland","key_z75":"qux"},"param_c99":{"key_j72":458.14,"dim_z60":"admin@test.io","prop_z24":"archived","param_x81":"Santos"}}}
TASK repair_structured_output SPEC FIELD param_f37 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD prop_z21 TYPE string REQUIRED yes FIELD dim_r28 TYPE boolean REQUIRED no FIELD param_r02 TYPE string REQUIRED yes FIELD key_a90 TYPE string REQUIRED yes FIELD prop_z80 TYPE integer REQUIRED...
{"param_f37":"operational","prop_z21":"https://example.com","param_r02":"New York","key_a90":"2024-06-30","prop_z80":204}
null_required
{ "type": "object", "properties": { "param_f37": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_z21": { "type": "string" }, "dim_r28": { "type": "boolean" }, "param_r02": { "...
{"param_f37": null, "prop_z21": "https://example.com", "param_r02": "New York", "key_a90": "2024-06-30", "prop_z80": 204}
Required field 'param_f37' is null
{"param_f37":"operational","prop_z21":"https://example.com","param_r02":"New York","key_a90":"2024-06-30","prop_z80":204}
TASK repair_structured_output SPEC FIELD field_v11 TYPE string_email REQUIRED no FIELD key_h04.val_y80 TYPE null REQUIRED no FIELD key_h04.param_x88 TYPE string VALUES active|inactive|pending REQUIRED no FIELD key_h04.field_j50 TYPE string REQUIRED no FIELD key_h04.field_i51 TYPE string REQUIRED yes FIELD key_h04.prop...
{"field_v11":"info@test.io","key_h04":{"val_y80":null,"param_x88":"pending","field_j50":"https://api.example.com/v1","field_i51":"inactive","prop_r93":983.11,"attr_l81":"QC-07"},"field_p62":true}
boolean_as_string
{ "type": "object", "properties": { "field_v11": { "type": "string", "format": "email" }, "key_h04": { "type": "object", "properties": { "val_y80": { "type": "null" }, "param_x88": { "type": "string", "enum": [ "ac...
{"field_v11": "info@test.io", "key_h04": {"val_y80": null, "param_x88": "pending", "field_j50": "https://api.example.com/v1", "field_i51": "inactive", "prop_r93": 983.11, "attr_l81": "QC-07"}, "field_p62": "false"}
Field 'field_p62' must be boolean, got string
{"field_v11":"info@test.io","key_h04":{"val_y80":null,"param_x88":"pending","field_j50":"https://api.example.com/v1","field_i51":"inactive","prop_r93":983.11,"attr_l81":"QC-07"},"field_p62":true}
TASK repair_structured_output SPEC FIELD build_status TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD vessel_name.visible TYPE string REQUIRED no FIELD vessel_name.status TYPE integer REQUIRED yes FIELD vessel_name.shift_code TYPE string REQUIRED no FIELD vessel_name.step TYPE string REQUIRED yes FIE...
{"build_status":"mode_d","vessel_name":{"visible":"Berlin","status":880,"shift_code":"world","step":"Tokyo"},"vital_sign":"level_3"}
tool_call_python_syntax
{ "type": "object", "properties": { "build_status": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "vessel_name": { "type": "object", "properties": { "visible": { "type": "string" }, ...
annotate_mutation(build_status='mode_d', vessel_name={'visible': 'Berlin', 'status': 880, 'shift_code': 'world', 'step': 'Tokyo'}, vital_sign='level_3')
Tool call uses Python syntax instead of JSON
{"build_status":"mode_d","vessel_name":{"visible":"Berlin","status":880,"shift_code":"world","step":"Tokyo"},"vital_sign":"level_3"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string REQUIRED yes FIELD account_id TYPE number REQUIRED yes FIELD quality_score TYPE number REQUIRED yes BROKEN_OUTPUT <functioncall> call_variants {procedure_code: "Tokyo", account_id: 764.5, quality_score: 847.73}
{"procedure_code":"Tokyo","account_id":764.5,"quality_score":847.73}
tool_call_bad_format
{ "type": "object", "properties": { "procedure_code": { "type": "string" }, "account_id": { "type": "number" }, "quality_score": { "type": "number" } }, "required": [ "procedure_code", "quality_score", "account_id" ] }
<functioncall> call_variants {procedure_code: "Tokyo", account_id: 764.5, quality_score: 847.73}
Tool call has malformed arguments — unquoted keys in function parameters
{"procedure_code":"Tokyo","account_id":764.5,"quality_score":847.73}
TASK repair_structured_output SPEC FIELD param_j75 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_e33 TYPE string REQUIRED no FIELD prop_f97 TYPE string REQUIRED no FIELD param_w75 TYPE boolean REQUIRED yes FIELD field_e06 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD val_...
{"param_e33":"inactive","param_w75":false,"field_e06":"homozygous","val_x05":"inactive"}
tool_call_bad_format
{ "type": "object", "properties": { "param_j75": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_e33": { "type": "string" }, "prop_f97": { "type": "string" }, "param_w75": { "type": "boolean" }, ...
<functioncall> verify_hazmat_compliance {param_e33: "inactive", param_w75: false, field_e06: "homozygous", val_x05: "inactive"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_e33":"inactive","param_w75":false,"field_e06":"homozygous","val_x05":"inactive"}
TASK repair_structured_output SPEC FIELD val_t25 TYPE number REQUIRED yes FIELD prop_p36 TYPE integer REQUIRED yes FIELD col_e93[].attr_i28 TYPE integer REQUIRED no FIELD col_e93[].val_p94 TYPE string REQUIRED no FIELD col_e93[].prop_n30 TYPE integer REQUIRED yes FIELD col_e93[].key_c88 TYPE string VALUES active|inact...
{"val_t25":528.24,"prop_p36":83,"col_e93":[{"prop_n30":36,"key_c88":"active"}]}
extra_field
{ "type": "object", "properties": { "val_t25": { "type": "number" }, "prop_p36": { "type": "integer" }, "col_e93": { "type": "array", "items": { "type": "object", "properties": { "attr_i28": { "type": "integer" }, ...
{"val_t25": 528.24, "prop_p36": 83, "col_e93": [{"prop_n30": 36, "key_c88": "active"}], "extra_field_9160": "unexpected"}
Unknown field 'extra_field_9160' not defined in schema
{"val_t25":528.24,"prop_p36":83,"col_e93":[{"prop_n30":36,"key_c88":"active"}]}
TASK repair_structured_output SPEC FIELD param_y85.prop_l39 TYPE string REQUIRED yes FIELD param_y85.attr_e68 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_y85.col_i65 TYPE string REQUIRED no FIELD val_r78 TYPE integer REQUIRED yes FIELD field_f96 TYPE integer REQUIRED no BROKEN_OUTPUT {"param_y85":...
{"param_y85":{"prop_l39":"Diana","attr_e68":"EUR","col_i65":"quux"},"val_r78":984}
wrong_type
{ "type": "object", "properties": { "param_y85": { "type": "object", "properties": { "prop_l39": { "type": "string" }, "attr_e68": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
{"param_y85": {"prop_l39": "Diana", "attr_e68": "EUR", "col_i65": "quux"}, "val_r78": "\"984\""}
Field 'val_r78' must be integer, got string
{"param_y85":{"prop_l39":"Diana","attr_e68":"EUR","col_i65":"quux"},"val_r78":984}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD deploy_target TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD values TYPE boolean REQUIRED no FIELD description TYPE null REQUIRED yes FIELD thumbnail TYPE boolean REQUIRED no FIELD col...
{"language":"black","deploy_target":"unstable","description":null,"thumbnail":false,"collateral":"QC-07","chapter":"2023-12-25"}
missing_bracket
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "deploy_target": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ...
{"language":"black","deploy_target":"unstable","description":null,"thumbnail":false,"collateral":"QC-07","chapter":"2023-12-25"}
Missing closing bracket
{"language":"black","deploy_target":"unstable","description":null,"thumbnail":false,"collateral":"QC-07","chapter":"2023-12-25"}
TASK repair_structured_output SPEC FIELD username TYPE number REQUIRED no FIELD pressure_kpa TYPE string REQUIRED yes FIELD turbidity TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: queue_sequencing_run Result: {"pressure_kpa": "Hapag-Lloyd-Express"} Processing the request now...
{"pressure_kpa":"Hapag-Lloyd-Express","turbidity":"baz"}
agent_chain
{ "type": "object", "properties": { "username": { "type": "number" }, "pressure_kpa": { "type": "string" }, "turbidity": { "type": "string" } }, "required": [ "turbidity", "pressure_kpa" ] }
I need to look up the information first. Action: queue_sequencing_run Result: {"pressure_kpa": "Hapag-Lloyd-Express"} Processing the request now. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"pressure_kpa":"Hapag-Lloyd-Express","turbidity":"baz"}
TASK repair_structured_output SPEC FIELD count TYPE string VALUES success|error|warning|info REQUIRED no FIELD torque_output TYPE string VALUES option_a|option_b REQUIRED no FIELD invoice_id TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD batch_code TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD pu...
{"count":"warning","invoice_id":"type_b","batch_code":"cat_c","published":{"last_name":"RTG-04","half_life":"critical","url":"completed","lane":[{"department":222,"age":"cat_b","loan_amount":"2023-01-16T17:03:00Z","comments":"moored","wavelength":"Smith","feedback":"single"},{"age":"cat_b","loan_amount":"2020-05-19T09:...
null_required
{ "type": "object", "properties": { "count": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "torque_output": { "type": "string", "enum": [ "option_a", "option_b" ] }, "invoice_id": { ...
{"count": "warning", "invoice_id": "type_b", "batch_code": "cat_c", "published": null, "medication": "John", "section": "2026-07-24T03:57:00Z"}
Required field 'published' is null
{"count":"warning","invoice_id":"type_b","batch_code":"cat_c","published":{"last_name":"RTG-04","half_life":"critical","url":"completed","lane":[{"department":222,"age":"cat_b","loan_amount":"2023-01-16T17:03:00Z","comments":"moored","wavelength":"Smith","feedback":"single"},{"age":"cat_b","loan_amount":"2020-05-19T09:...
TASK repair_structured_output SPEC FIELD key_w09 TYPE number REQUIRED yes FIELD val_v39 TYPE string_email REQUIRED yes FIELD dim_b31 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD col_f75[].col_b19 TYPE string REQUIRED yes FIELD col_f75[].key_g03 TYPE string_date-time REQUIRED no FIELD co...
{"key_w09":318.03,"val_v39":"test@test.io","dim_b31":"missense","col_f75":[{"col_b19":"https://example.com","val_x34":128,"field_a14":"Hapag-Lloyd-Express"},{"col_b19":"John","key_g03":"2024-04-03T13:45:00Z","val_x34":508}],"key_j72":[202.01]}
missing_required
{ "type": "object", "properties": { "key_w09": { "type": "number" }, "val_v39": { "type": "string", "format": "email" }, "dim_b31": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "c...
{"val_v39": "test@test.io", "dim_b31": "missense", "col_f75": [{"col_b19": "https://example.com", "val_x34": 128, "field_a14": "Hapag-Lloyd-Express"}, {"col_b19": "John", "key_g03": "2024-04-03T13:45:00Z", "val_x34": 508}], "key_j72": [202.01]}
Required field 'key_w09' is missing
{"key_w09":318.03,"val_v39":"test@test.io","dim_b31":"missense","col_f75":[{"col_b19":"https://example.com","val_x34":128,"field_a14":"Hapag-Lloyd-Express"},{"col_b19":"John","key_g03":"2024-04-03T13:45:00Z","val_x34":508}],"key_j72":[202.01]}
TASK repair_structured_output SPEC FIELD param_u20 TYPE number REQUIRED yes FIELD val_g63.param_r89 TYPE integer REQUIRED no FIELD val_g63.val_w04 TYPE boolean REQUIRED yes FIELD val_g63.dim_n16.field_k09 TYPE boolean REQUIRED yes FIELD val_g63.dim_n16.prop_v76 TYPE string REQUIRED no FIELD val_g63.dim_n16.key_z53 TYP...
{"param_u20":37.94,"val_g63":{"val_w04":false,"dim_n16":{"field_k09":false,"prop_v76":"Jane","col_y03":645,"dim_m18":"user@example.com","param_o10":"rejected","dim_k57":"admin@test.io","dim_u05":"critical"},"prop_j01":{"param_i43":740.36,"dim_z72":382,"col_l89":"approved","field_t05":668.37,"col_h99":704}},"dim_y86":"J...
markdown_explanation
{ "type": "object", "properties": { "param_u20": { "type": "number" }, "val_g63": { "type": "object", "properties": { "param_r89": { "type": "integer" }, "val_w04": { "type": "boolean" }, "dim_n16": { "type": "object...
Below is the JSON object: ```json {"param_u20":37.94,"val_g63":{"val_w04":false,"dim_n16":{"field_k09":false,"prop_v76":"Jane","col_y03":645,"dim_m18":"user@example.com","param_o10":"rejected","dim_k57":"admin@test.io","dim_u05":"critical"},"prop_j01":{"param_i43":740.36,"dim_z72":382,"col_l89":"approved","field_t05":6...
Output contains markdown and explanatory text around JSON
{"param_u20":37.94,"val_g63":{"val_w04":false,"dim_n16":{"field_k09":false,"prop_v76":"Jane","col_y03":645,"dim_m18":"user@example.com","param_o10":"rejected","dim_k57":"admin@test.io","dim_u05":"critical"},"prop_j01":{"param_i43":740.36,"dim_z72":382,"col_l89":"approved","field_t05":668.37,"col_h99":704}},"dim_y86":"J...
TASK repair_structured_output SPEC FIELD dim_x07 TYPE integer REQUIRED yes FIELD col_r88 TYPE number REQUIRED yes FIELD attr_c25 TYPE boolean REQUIRED no FIELD prop_r14[].dim_n50 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD prop_r14[].col_a53 TYPE string VALUES low|medium|high|critical REQUIRED no ...
{"dim_x07":880,"col_r88":127.48,"attr_c25":false,"prop_r14":[{"dim_n50":"error","prop_x68":625.44,"prop_t12":327,"attr_i23":true},{"dim_n50":"warning","prop_x68":494.49,"prop_t12":674,"attr_i23":false},{"dim_n50":"success","prop_x68":340.7,"prop_t12":144,"attr_i23":true},{"dim_n50":"error","col_a53":"medium","prop_t12"...
unquoted_keys
{ "type": "object", "properties": { "dim_x07": { "type": "integer" }, "col_r88": { "type": "number" }, "attr_c25": { "type": "boolean" }, "prop_r14": { "type": "array", "items": { "type": "object", "properties": { "dim_n50": { ...
{dim_x07:880,col_r88:127.48,attr_c25:false,prop_r14:[{dim_n50:"error",prop_x68:625.44,prop_t12:327,attr_i23:true},{dim_n50:"warning",prop_x68:494.49,prop_t12:674,attr_i23:false},{dim_n50:"success",prop_x68:340.7,prop_t12:144,attr_i23:true},{dim_n50:"error",col_a53:"medium",prop_t12:631,attr_i23:false}]}
Expecting property name enclosed in double quotes
{"dim_x07":880,"col_r88":127.48,"attr_c25":false,"prop_r14":[{"dim_n50":"error","prop_x68":625.44,"prop_t12":327,"attr_i23":true},{"dim_n50":"warning","prop_x68":494.49,"prop_t12":674,"attr_i23":false},{"dim_n50":"success","prop_x68":340.7,"prop_t12":144,"attr_i23":true},{"dim_n50":"error","col_a53":"medium","prop_t12"...
TASK repair_structured_output SPEC FIELD city TYPE string_date-time REQUIRED yes FIELD subtotal TYPE boolean REQUIRED yes FIELD amount.strand TYPE boolean REQUIRED yes FIELD amount.temp_celsius TYPE string REQUIRED yes FIELD amount.position TYPE string_uri REQUIRED no FIELD phone TYPE integer REQUIRED no FIELD status_...
{"city":"2024-11-21T01:21:00Z","subtotal":false,"amount":{"strand":true,"temp_celsius":"Diana","position":"https://www.com/v1"},"phone":980,"status_code":896,"compound":true}
thought_process
{ "type": "object", "properties": { "city": { "type": "string", "format": "date-time" }, "subtotal": { "type": "boolean" }, "amount": { "type": "object", "properties": { "strand": { "type": "boolean" }, "temp_celsius": { "...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"city":"2024-11-21T01:21:00Z","subtotal":false,"amount":{"strand":true,"temp_celsius":"Diana","position":"https://www.com/v1"},"phone":980,"status_code":896,"compound":true}
Output contains chain-of-thought reasoning before JSON
{"city":"2024-11-21T01:21:00Z","subtotal":false,"amount":{"strand":true,"temp_celsius":"Diana","position":"https://www.com/v1"},"phone":980,"status_code":896,"compound":true}
TASK repair_structured_output SPEC FIELD attr_a87 TYPE integer REQUIRED yes FIELD prop_h22 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD key_s83 TYPE string_date-time REQUIRED yes FIELD param_m20 TYPE string REQUIRED yes BROKEN_OUTPUT {'attr_a87':890,'prop_h22':'degraded','key_s83':'2...
{"attr_a87":890,"prop_h22":"degraded","key_s83":"2025-03-23T09:14:00Z","param_m20":"Alice"}
single_quotes
{ "type": "object", "properties": { "attr_a87": { "type": "integer" }, "prop_h22": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "key_s83": { "type": "string", "format": "date-time" }...
{'attr_a87':890,'prop_h22':'degraded','key_s83':'2025-03-23T09:14:00Z','param_m20':'Alice'}
Expecting property name enclosed in double quotes
{"attr_a87":890,"prop_h22":"degraded","key_s83":"2025-03-23T09:14:00Z","param_m20":"Alice"}
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD username.interest_rate.company TYPE integer REQUIRED no FIELD username.interest_rate.position TYPE string REQUIRED no FIELD username.interest_rate.chapter TYPE string REQUIRED yes FIELD usern...
{"tags":"pending_review","username":{"interest_rate":{"company":762,"position":"https://api.example.com/v1","chapter":"MV-Evergreen-01","end_date":"completed","lab_result":449.61,"allele":986,"port_code":"Johnson"},"gene_id":"pending","manifest_ref":207.57,"cargo_type":"https://example.org/data","username":"hemizygous"...
null_required
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "username": { "type": "object", "properties": { "interest_rate": { "type": "object", ...
{"tags": null, "username": {"interest_rate": {"company": 762, "position": "https://api.example.com/v1", "chapter": "MV-Evergreen-01", "end_date": "completed", "lab_result": 449.61, "allele": 986, "port_code": "Johnson"}, "gene_id": "pending", "manifest_ref": 207.57, "cargo_type": "https://example.org/data", "username":...
Required field 'tags' is null
{"tags":"pending_review","username":{"interest_rate":{"company":762,"position":"https://api.example.com/v1","chapter":"MV-Evergreen-01","end_date":"completed","lab_result":449.61,"allele":986,"port_code":"Johnson"},"gene_id":"pending","manifest_ref":207.57,"cargo_type":"https://example.org/data","username":"hemizygous"...
TASK repair_structured_output SPEC FIELD terminal_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD balance TYPE string VALUES low|medium|high|critical REQUIRED no FIELD account_id.status_code TYPE integer REQUIRED no FIELD account_id.yield_pct TYPE integer REQUIRED yes FIELD account_id...
{"terminal_id":"maintenance","account_id":{"status_code":192,"yield_pct":622},"discount":758,"values":"cat_b","procedure_code":{"chapter":{"description":"Santos","format":522,"balance":"phone","paragraph":true,"frequency_hz":"mode_f","berth_slot":"2025-11-04T21:54:00Z","title":null,"hazmat_code":"London"},"subject":tru...
tool_call_python_syntax
{ "type": "object", "properties": { "terminal_id": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "balance": { "type": "string", "enum": [ "low", "medium", "high", "criti...
align_reads(terminal_id='maintenance', account_id={'status_code': 192, 'yield_pct': 622}, discount=758, values='cat_b', procedure_code={'chapter': {'description': 'Santos', 'format': 522, 'balance': 'phone', 'paragraph': True, 'frequency_hz': 'mode_f', 'berth_slot': '2025-11-04T21:54:00Z', 'title': None, 'hazmat_code':...
Tool call uses Python syntax instead of JSON
{"terminal_id":"maintenance","account_id":{"status_code":192,"yield_pct":622},"discount":758,"values":"cat_b","procedure_code":{"chapter":{"description":"Santos","format":522,"balance":"phone","paragraph":true,"frequency_hz":"mode_f","berth_slot":"2025-11-04T21:54:00Z","title":null,"hazmat_code":"London"},"subject":tru...
TASK repair_structured_output SPEC FIELD terminal_id TYPE string_email REQUIRED no FIELD order_id TYPE null REQUIRED no FIELD barcode[] TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD collateral[] TYPE boolean REQUIRED no BROKEN_OUTPUT Pipeline result: ```json {"terminal_id":"test@doma...
{"terminal_id":"test@domain.org","barcode":["type_e","type_e"]}
markdown_explanation
{ "type": "object", "properties": { "terminal_id": { "type": "string", "format": "email" }, "order_id": { "type": "null" }, "barcode": { "type": "array", "items": { "type": "string", "enum": [ "type_a", "type_b", "type_c...
Pipeline result: ```json {"terminal_id":"test@domain.org","barcode":["type_e","type_e"]} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"terminal_id":"test@domain.org","barcode":["type_e","type_e"]}
TASK repair_structured_output SPEC FIELD val_y34 TYPE integer REQUIRED no FIELD key_t15 TYPE boolean REQUIRED no FIELD dim_n57 TYPE integer REQUIRED yes FIELD col_f00 TYPE string REQUIRED no FIELD key_j38.attr_r80 TYPE boolean REQUIRED no FIELD key_j38.field_g37 TYPE number REQUIRED no FIELD key_j38.key_o34 TYPE strin...
{"val_y34":634,"key_t15":true,"dim_n57":450,"col_f00":"example","key_j38":{"col_f80":"email","prop_v24":{"val_x47":"test@example.com","key_e27":"single","param_c07":495.03}},"col_c17":{"key_w97":"nonsense","key_q34":"mode_b"}}
agent_chain
{ "type": "object", "properties": { "val_y34": { "type": "integer" }, "key_t15": { "type": "boolean" }, "dim_n57": { "type": "integer" }, "col_f00": { "type": "string" }, "key_j38": { "type": "object", "properties": { "attr_r80": { ...
Let me check the system. Action: verify_hazmat_compliance Result: {"val_y34": 634, "key_t15": true, "dim_n57": 450, "key_j38": {"col_f80": "email", "prop_v24": {"val_x47": "test@example.com", "key_e27": "single", "param_c07": 495.03}}, "col_c17": {"key_w97": "nonsense", "key_q34": "mode_b"}} Processing the request now...
Agent multi-step chain with truncated tool output
{"val_y34":634,"key_t15":true,"dim_n57":450,"col_f00":"example","key_j38":{"col_f80":"email","prop_v24":{"val_x47":"test@example.com","key_e27":"single","param_c07":495.03}},"col_c17":{"key_w97":"nonsense","key_q34":"mode_b"}}
TASK repair_structured_output SPEC FIELD amplitude TYPE string REQUIRED yes FIELD timezone TYPE number REQUIRED no FIELD salinity.terminal_id TYPE integer REQUIRED no FIELD salinity.item_id.last_name TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD salinity.item_id.current_draw TYPE string VALUE...
{"amplitude":"active","timezone":712.03,"salinity":{"terminal_id":769,"annotation":"intermittent","branch":{"height":"moored","vessel_name":101,"aligned_pct":"test@example.com","language":"demo","temp_celsius":490,"tags":"pending","deploy_target":"archived"},"umi":"free"}}
partial_structure
{ "type": "object", "properties": { "amplitude": { "type": "string" }, "timezone": { "type": "number" }, "salinity": { "type": "object", "properties": { "terminal_id": { "type": "integer" }, "item_id": { "type": "object", ...
The amplitude is active and {"amplitude":"active","timezone":712.03,"salinity":{"terminal_id":769,"annotation":"intermittent","branch":{"height":"moored","vessel_name":101,"aligned_pct":"test@example.com","language":"demo","temp_celsius":490,"tags":"pending","deploy_target":"archived"},"umi":"free"}}
Output mixes natural language with JSON
{"amplitude":"active","timezone":712.03,"salinity":{"terminal_id":769,"annotation":"intermittent","branch":{"height":"moored","vessel_name":101,"aligned_pct":"test@example.com","language":"demo","temp_celsius":490,"tags":"pending","deploy_target":"archived"},"umi":"free"}}
TASK repair_structured_output SPEC FIELD field_b39 TYPE integer REQUIRED yes FIELD val_o77 TYPE number REQUIRED yes FIELD param_w50.field_p05 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_w50.key_i40 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_w50.col_a...
{"field_b39":701,"val_o77":288.64,"param_w50":{"field_p05":"new","key_i40":"hemizygous","col_a16":"Santos"},"prop_m33":{"key_f59":null,"val_s16":null,"field_m28":"type_c","dim_f26":843,"field_v61":"anchored","val_m55":"hello","col_z86":"mode_d"}}
tool_call_text_mix
{ "type": "object", "properties": { "field_b39": { "type": "integer" }, "val_o77": { "type": "number" }, "param_w50": { "type": "object", "properties": { "field_p05": { "type": "string", "enum": [ "new", "in_transit", ...
Processing the request now. <tool_call name="get_weather"> {"field_b39":701,"val_o77":288.64,"param_w50":{"field_p05":"new","key_i40":"hemizygous","col_a16":"Santos"},"prop_m33":{"key_f59":null,"val_s16":null,"field_m28":"type_c","dim_f26":843,"field_v61":"anchored","val_m55":"hello","col_z86":"mode_d"}} </tool_call.
Agent response mixes reasoning text with tool call
{"field_b39":701,"val_o77":288.64,"param_w50":{"field_p05":"new","key_i40":"hemizygous","col_a16":"Santos"},"prop_m33":{"key_f59":null,"val_s16":null,"field_m28":"type_c","dim_f26":843,"field_v61":"anchored","val_m55":"hello","col_z86":"mode_d"}}
TASK repair_structured_output SPEC FIELD val_o67 TYPE null REQUIRED no FIELD col_a54 TYPE string REQUIRED no FIELD dim_v56 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD param_g00 TYPE number REQUIRED yes FIELD attr_s12 TYPE string REQUIRED no FIELD dim_d09 TYPE string_uri REQUIRED no FIELD col_e85 TYPE...
{"val_o67":null,"dim_v56":"level_3","param_g00":369.5,"attr_s12":"cancelled","col_e85":"Jane","param_z88":752.21}
tool_call_partial_args
{ "type": "object", "properties": { "val_o67": { "type": "null" }, "col_a54": { "type": "string" }, "dim_v56": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "param_g00": { "type": "number" }, "attr_s...
I need to look up the information first. Action: create_order Arguments: {"val_o67": null, "dim_v56": "level_3", "attr_s12": "cancelled", "col_e85": "Jane", "param_z88": 752.21}
Agent tool call missing required parameter 'param_g00'
{"val_o67":null,"dim_v56":"level_3","param_g00":369.5,"attr_s12":"cancelled","col_e85":"Jane","param_z88":752.21}
TASK repair_structured_output SPEC FIELD col_i16 TYPE string REQUIRED no FIELD field_x69 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD col_q29 TYPE number REQUIRED yes FIELD col_w56[].prop_l00 TYPE boolean REQUIRED yes FIELD col_w56[].val_s67 TYPE string REQUIRED no FIELD col_w56[].attr_v98 TY...
{"col_i16":"chr1","field_x69":"delivered","col_q29":669.43}
extra_text_after
{ "type": "object", "properties": { "col_i16": { "type": "string" }, "field_x69": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "col_q29": { "type": "number" }, "col_w56": { "type": "arr...
{"col_i16":"chr1","field_x69":"delivered","col_q29":669.43} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"col_i16":"chr1","field_x69":"delivered","col_q29":669.43}
TASK repair_structured_output SPEC FIELD val_e50 TYPE string_date-time REQUIRED yes FIELD prop_n19.col_x97 TYPE string REQUIRED yes FIELD prop_n19.field_p63 TYPE string VALUES type_a|type_b REQUIRED yes FIELD prop_n19.dim_n42 TYPE number REQUIRED yes FIELD dim_x65 TYPE number REQUIRED yes BROKEN_OUTPUT <functioncall>...
{"val_e50":"2023-10-17T22:26:00Z","prop_n19":{"col_x97":"active","field_p63":"type_a","dim_n42":61.09},"dim_x65":775.38}
tool_call_bad_format
{ "type": "object", "properties": { "val_e50": { "type": "string", "format": "date-time" }, "prop_n19": { "type": "object", "properties": { "col_x97": { "type": "string" }, "field_p63": { "type": "string", "enum": [ ...
<functioncall> generate_report {val_e50: "2023-10-17T22:26:00Z", prop_n19: {col_x97: "active", field_p63: "type_a", dim_n42: 61.09}, dim_x65: 775.38}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_e50":"2023-10-17T22:26:00Z","prop_n19":{"col_x97":"active","field_p63":"type_a","dim_n42":61.09},"dim_x65":775.38}
TASK repair_structured_output SPEC FIELD key_i16 TYPE string_email REQUIRED yes FIELD col_z11.col_a15 TYPE integer REQUIRED no FIELD col_z11.prop_r67 TYPE integer REQUIRED yes FIELD col_z11.key_t14 TYPE string_uri REQUIRED no FIELD col_z11.param_x14 TYPE null REQUIRED yes FIELD col_z11.param_y11 TYPE string VALUES coa...
{"key_i16":"admin@domain.org","col_z11":{"prop_r67":148,"param_x14":null,"param_y11":"oceanic","prop_n98":{"dim_p61":295.14,"key_f79":"MV-Evergreen-01","prop_t11":427},"param_c94":"JPY"},"attr_q37":"Jane","attr_t19":"chr1"}
agent_chain
{ "type": "object", "properties": { "key_i16": { "type": "string", "format": "email" }, "col_z11": { "type": "object", "properties": { "col_a15": { "type": "integer" }, "prop_r67": { "type": "integer" }, "key_t14": { ...
I need to look up the information first. Action: get_inventory Result: {"key_i16": "admin@domain.org", "col_z11": {"prop_r67": 148, "param_x14": null, "param_y11": "oceanic", "prop_n98": {"dim_p61": 295.14, "key_f79": "MV-Evergreen-01", "prop_t11": 427}, "param_c94": "JPY"}, "attr_t19": "chr1"} Processing the request ...
Agent multi-step chain with truncated tool output
{"key_i16":"admin@domain.org","col_z11":{"prop_r67":148,"param_x14":null,"param_y11":"oceanic","prop_n98":{"dim_p61":295.14,"key_f79":"MV-Evergreen-01","prop_t11":427},"param_c94":"JPY"},"attr_q37":"Jane","attr_t19":"chr1"}
TASK repair_structured_output SPEC FIELD attr_q17 TYPE string_date-time REQUIRED no FIELD key_e80 TYPE string_date-time REQUIRED yes FIELD attr_p85 TYPE boolean REQUIRED no FIELD key_z96 TYPE string_email REQUIRED yes FIELD key_f78 TYPE null REQUIRED yes FIELD field_g40 TYPE string REQUIRED no BROKEN_OUTPUT {"key_e80...
{"key_e80":"2022-01-03T07:11:00Z","attr_p85":false,"key_z96":"user@example.com","key_f78":null}
truncated_array
{ "type": "object", "properties": { "attr_q17": { "type": "string", "format": "date-time" }, "key_e80": { "type": "string", "format": "date-time" }, "attr_p85": { "type": "boolean" }, "key_z96": { "type": "string", "format": "email" }, "k...
{"key_e80":"2022-01-03T07:11:00Z","attr_p85":false,"key_z96":"user@example.com","key_f78":null
Unexpected end of JSON input — truncated object
{"key_e80":"2022-01-03T07:11:00Z","attr_p85":false,"key_z96":"user@example.com","key_f78":null}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD values TYPE string VALUES admin|editor|viewer REQUIRED no FIELD voltage TYPE boolean REQUIRED no FIELD footnote TYPE number REQUIRED no FIELD created_at TYPE string VALUES reliable|unstable|intermit...
{"velocity":"delivered","values":"admin","footnote":259.72,"created_at":"unstable","username":"2023-04-05T11:04:00Z","width":149}
date_format_error
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "values": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "vo...
{"velocity": "delivered", "values": "admin", "footnote": 259.72, "created_at": "unstable", "username": "2023-04-05T11:04:00", "width": 149}
Field 'username' has invalid date format
{"velocity":"delivered","values":"admin","footnote":259.72,"created_at":"unstable","username":"2023-04-05T11:04:00Z","width":149}
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED yes FIELD full_name TYPE integer REQUIRED yes FIELD visible TYPE integer REQUIRED no FIELD start_date TYPE string REQUIRED yes FIELD zip_code.quality_score TYPE boolean REQUIRED no FIELD zip_code.department TYPE null REQUIRED yes FIELD zip_code.lab_...
{"dosage":962,"full_name":900,"start_date":"quux","zip_code":{"quality_score":false,"department":null,"bill_of_lading":"Alice","description":"black","account_id":876,"humidity_pct":110.74}}
null_required
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "full_name": { "type": "integer" }, "visible": { "type": "integer" }, "start_date": { "type": "string" }, "zip_code": { "type": "object", "properties": { "quality_scor...
{"dosage": 962, "full_name": null, "start_date": "quux", "zip_code": {"quality_score": false, "department": null, "bill_of_lading": "Alice", "description": "black", "account_id": 876, "humidity_pct": 110.74}}
Required field 'full_name' is null
{"dosage":962,"full_name":900,"start_date":"quux","zip_code":{"quality_score":false,"department":null,"bill_of_lading":"Alice","description":"black","account_id":876,"humidity_pct":110.74}}
TASK repair_structured_output SPEC FIELD amount TYPE string_uri REQUIRED yes FIELD strand TYPE integer REQUIRED no FIELD index TYPE string REQUIRED no FIELD items TYPE number REQUIRED no FIELD ph_level TYPE string VALUES small|medium|large|xl REQUIRED no BROKEN_OUTPUT <functioncall> process_payment {amount: "https://...
{"amount":"https://www.org/data","strand":145,"items":85.0,"ph_level":"medium"}
tool_call_bad_format
{ "type": "object", "properties": { "amount": { "type": "string", "format": "uri" }, "strand": { "type": "integer" }, "index": { "type": "string" }, "items": { "type": "number" }, "ph_level": { "type": "string", "enum": [ "small",...
<functioncall> process_payment {amount: "https://www.org/data", strand: 145, items: 85.0, ph_level: "medium"}
Tool call has malformed arguments — unquoted keys in function parameters
{"amount":"https://www.org/data","strand":145,"items":85.0,"ph_level":"medium"}
TASK repair_structured_output SPEC FIELD val_q71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_c60 TYPE integer REQUIRED yes FIELD field_i31 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_y03 TYPE string REQUIRED no BROKEN_OUTPUT {"val_q71":"arctic","param_c60":792,"field...
{"val_q71":"arctic","param_c60":792,"field_i31":"draft","col_y03":"https://api.example.com/v1"}
truncated_array
{ "type": "object", "properties": { "val_q71": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "param_c60": { "type": "integer" }, "field_i31": { "type": "string", "enum": [ "draft", "...
{"val_q71":"arctic","param_c60":792,"field_i31":"draft","col_y03":"https://api.example.com/v1"
Unexpected end of JSON input — truncated object
{"val_q71":"arctic","param_c60":792,"field_i31":"draft","col_y03":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD field_g20 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD key_a57 TYPE string REQUIRED yes FIELD param_j05 TYPE integer REQUIRED yes BROKEN_OUTPUT {"field_g20": "large", "key_a57": "world", "param_j05": "854sec"}
{"field_g20":"large","key_a57":"world","param_j05":854}
number_with_unit
{ "type": "object", "properties": { "field_g20": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "key_a57": { "type": "string" }, "param_j05": { "type": "integer" } }, "required": [ "field_g20", "pa...
{"field_g20": "large", "key_a57": "world", "param_j05": "854sec"}
Field 'param_j05' must be number, got string with unit
{"field_g20":"large","key_a57":"world","param_j05":854}
TASK repair_structured_output SPEC FIELD dim_t26 TYPE string_email REQUIRED no FIELD col_c70 TYPE integer REQUIRED no FIELD col_y80 TYPE boolean REQUIRED no FIELD key_v08.field_s86 TYPE null REQUIRED yes FIELD key_v08.attr_s80 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_v08.prop_r73 TYPE null REQUIRED...
{"dim_t26":"admin@domain.org","col_c70":263,"col_y80":true,"key_v08":{"field_s86":null,"attr_s80":"EUR","prop_r73":null}}
missing_brace
{ "type": "object", "properties": { "dim_t26": { "type": "string", "format": "email" }, "col_c70": { "type": "integer" }, "col_y80": { "type": "boolean" }, "key_v08": { "type": "object", "properties": { "field_s86": { "type": "null" ...
"dim_t26":"admin@domain.org","col_c70":263,"col_y80":true,"key_v08":{"field_s86":null,"attr_s80":"EUR","prop_r73":null}}
Missing closing brace
{"dim_t26":"admin@domain.org","col_c70":263,"col_y80":true,"key_v08":{"field_s86":null,"attr_s80":"EUR","prop_r73":null}}
TASK repair_structured_output SPEC FIELD coverage TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD gene_id TYPE null REQUIRED no FIELD bed_number TYPE null REQUIRED yes FIELD umi TYPE string_uri REQUIRED no FIELD email TYPE integer REQUIRED no BROKEN_OUTPUT validate_address(coverage='arctic', gene_i...
{"coverage":"arctic","gene_id":null,"bed_number":null,"umi":"https://api.io/v1"}
tool_call_python_syntax
{ "type": "object", "properties": { "coverage": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "gene_id": { "type": "null" }, "bed_number": { "type": "null" }, "umi": { "type": "string", ...
validate_address(coverage='arctic', gene_id=None, bed_number=None, umi='https://api.io/v1')
Tool call uses Python syntax instead of JSON
{"coverage":"arctic","gene_id":null,"bed_number":null,"umi":"https://api.io/v1"}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string REQUIRED no FIELD decay_rate TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD rating TYPE null REQUIRED yes FIELD brake_pressure TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD lane TYPE string REQ...
{"terminal_id":"chr1","decay_rate":"synonymous","rating":null,"lane":"Santos","currency":"Johnson","compound":"world","reagent":{"barcode":null,"phone":{"phenotype":"2023-09-20T10:45:00Z","half_life":"active","index":"rejected","ph_level":"London"},"bearing":"example"}}
agent_chain
{ "type": "object", "properties": { "terminal_id": { "type": "string" }, "decay_rate": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "rating": { "type": "null" }, "brake_pressure": { ...
I need to look up the information first. Action: validate_address Result: {"terminal_id": "chr1", "decay_rate": "synonymous", "lane": "Santos", "currency": "Johnson", "compound": "world", "reagent": {"barcode": null, "phone": {"phenotype": "2023-09-20T10:45:00Z", "half_life": "active", "index": "rejected", "ph_level": ...
Agent multi-step chain with truncated tool output
{"terminal_id":"chr1","decay_rate":"synonymous","rating":null,"lane":"Santos","currency":"Johnson","compound":"world","reagent":{"barcode":null,"phone":{"phenotype":"2023-09-20T10:45:00Z","half_life":"active","index":"rejected","ph_level":"London"},"bearing":"example"}}
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD terminal_id TYPE string REQUIRED no FIELD barcode TYPE string VALUES active|inactive|pending REQUIRED yes FIELD longitude TYPE string REQUIRED no FIELD brake_pressure TYPE string VALUES USD|EUR|GBP|BRL...
{"terminal_id":"chr1","barcode":"inactive","longitude":"Luis","brake_pressure":"JPY","span_id":"test@domain.org"}
tool_call_bad_format
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "terminal_id": { "type": "string" }, "barcode": { "type": "string", "enum": [ "active", ...
<functioncall> get_weather {terminal_id: "chr1", barcode: "inactive", longitude: "Luis", brake_pressure: "JPY", span_id: "test@domain.org"}
Tool call has malformed arguments — unquoted keys in function parameters
{"terminal_id":"chr1","barcode":"inactive","longitude":"Luis","brake_pressure":"JPY","span_id":"test@domain.org"}
TASK repair_structured_output SPEC FIELD col_j02 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_i57 TYPE boolean REQUIRED yes FIELD prop_w92[] TYPE string VALUES level_1|level_2 REQUIRED yes BROKEN_OUTPUT {"col_j02":"USD","attr_i57":false,"prop_w92":["level_2","level_1"]
{"col_j02":"USD","attr_i57":false,"prop_w92":["level_2","level_1"]}
missing_brace
{ "type": "object", "properties": { "col_j02": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_i57": { "type": "boolean" }, "prop_w92": { "type": "array", "items": { "type": "string", ...
{"col_j02":"USD","attr_i57":false,"prop_w92":["level_2","level_1"]
Missing closing brace
{"col_j02":"USD","attr_i57":false,"prop_w92":["level_2","level_1"]}
TASK repair_structured_output SPEC FIELD company TYPE integer REQUIRED no FIELD position.items TYPE boolean REQUIRED no FIELD position.full_name TYPE string VALUES active|inactive|pending REQUIRED yes FIELD position.aligned_pct.description TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD positi...
{"company":24,"position":{"full_name":"inactive","aligned_pct":{"description":"heterozygous","gene_id":394.07,"state":false,"length":"green"},"payment_status":"2023-12-25","organism":"2022-08-10T20:38:00Z"},"name":"ops@example.com","transaction_id":562}
single_quotes
{ "type": "object", "properties": { "company": { "type": "integer" }, "position": { "type": "object", "properties": { "items": { "type": "boolean" }, "full_name": { "type": "string", "enum": [ "active", "inac...
{'company':24,'position':{'full_name':'inactive','aligned_pct':{'description':'heterozygous','gene_id':394.07,'state':false,'length':'green'},'payment_status':'2023-12-25','organism':'2022-08-10T20:38:00Z'},'name':'ops@example.com','transaction_id':562}
Expecting property name enclosed in double quotes
{"company":24,"position":{"full_name":"inactive","aligned_pct":{"description":"heterozygous","gene_id":394.07,"state":false,"length":"green"},"payment_status":"2023-12-25","organism":"2022-08-10T20:38:00Z"},"name":"ops@example.com","transaction_id":562}
TASK repair_structured_output SPEC FIELD size TYPE string REQUIRED yes FIELD gene_id TYPE boolean REQUIRED yes FIELD status TYPE string_email REQUIRED yes FIELD company.diagnosis_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD company.maturity_date TYPE integer REQUIRED no FIELD company.am...
{"size":"PASS","gene_id":false,"status":"admin@example.com","company":{"maturity_date":941,"amount":660,"dissolved_oxygen":"bar","footnote":"Johnson","rating":733,"width":419.36,"temp_celsius":"Diana"}}
missing_bracket
{ "type": "object", "properties": { "size": { "type": "string" }, "gene_id": { "type": "boolean" }, "status": { "type": "string", "format": "email" }, "company": { "type": "object", "properties": { "diagnosis_code": { "type": "string"...
{"size":"PASS","gene_id":false,"status":"admin@example.com","company":{"maturity_date":941,"amount":660,"dissolved_oxygen":"bar","footnote":"Johnson","rating":733,"width":419.36,"temp_celsius":"Diana"}}
Missing closing bracket
{"size":"PASS","gene_id":false,"status":"admin@example.com","company":{"maturity_date":941,"amount":660,"dissolved_oxygen":"bar","footnote":"Johnson","rating":733,"width":419.36,"temp_celsius":"Diana"}}
TASK repair_structured_output SPEC FIELD dim_o16 TYPE string REQUIRED no FIELD dim_j08 TYPE integer REQUIRED no FIELD prop_o60.field_u80 TYPE string REQUIRED yes FIELD prop_o60.field_z35 TYPE string REQUIRED yes FIELD prop_o60.key_n64 TYPE string_date-time REQUIRED no FIELD prop_o60.dim_j76 TYPE number REQUIRED no FIE...
{"dim_o16":"hello","dim_j08":25,"prop_o60":{"field_u80":"QC-07","field_z35":"This is a test value.","key_n64":"2023-01-02T08:15:00Z","dim_j76":644.76,"prop_k58":843},"field_o81":{"val_i86":{"dim_j62":"divorced","dim_y31":"pro","prop_o99":"Tokyo"},"param_p50":"Sao Paulo","key_o54":438,"attr_h04":"xl","prop_d19":459.32},...
tool_call_text_mix
{ "type": "object", "properties": { "dim_o16": { "type": "string" }, "dim_j08": { "type": "integer" }, "prop_o60": { "type": "object", "properties": { "field_u80": { "type": "string" }, "field_z35": { "type": "string" },...
Processing the request now. <tool_call name="get_account"> {"dim_o16":"hello","dim_j08":25,"prop_o60":{"field_u80":"QC-07","field_z35":"This is a test value.","key_n64":"2023-01-02T08:15:00Z","dim_j76":644.76,"prop_k58":843},"field_o81":{"val_i86":{"dim_j62":"divorced","dim_y31":"pro","prop_o99":"Tokyo"},"param_p50":"S...
Agent response mixes reasoning text with tool call
{"dim_o16":"hello","dim_j08":25,"prop_o60":{"field_u80":"QC-07","field_z35":"This is a test value.","key_n64":"2023-01-02T08:15:00Z","dim_j76":644.76,"prop_k58":843},"field_o81":{"val_i86":{"dim_j62":"divorced","dim_y31":"pro","prop_o99":"Tokyo"},"param_p50":"Sao Paulo","key_o54":438,"attr_h04":"xl","prop_d19":459.32},...
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string REQUIRED yes FIELD conductivity TYPE integer REQUIRED yes FIELD ward TYPE string REQUIRED no FIELD amplitude TYPE string REQUIRED no FIELD department TYPE integer REQUIRED no FIELD patient_id.date TYPE integer REQUIRED yes FIELD patient_id.full_name TYP...
{"humidity_pct":"demo","conductivity":925,"ward":"Oliveira","department":621,"patient_id":{"date":683,"full_name":true,"currency":"GRCh38","version":"option_f","name":345.58,"collateral":"married","discount":"chr1"}}
wrong_type
{ "type": "object", "properties": { "humidity_pct": { "type": "string" }, "conductivity": { "type": "integer" }, "ward": { "type": "string" }, "amplitude": { "type": "string" }, "department": { "type": "integer" }, "patient_id": { "type...
{"humidity_pct": "demo", "conductivity": 925, "ward": "Oliveira", "department": "\"621\"", "patient_id": {"date": 683, "full_name": true, "currency": "GRCh38", "version": "option_f", "name": 345.58, "collateral": "married", "discount": "chr1"}}
Field 'department' must be integer, got string
{"humidity_pct":"demo","conductivity":925,"ward":"Oliveira","department":621,"patient_id":{"date":683,"full_name":true,"currency":"GRCh38","version":"option_f","name":345.58,"collateral":"married","discount":"chr1"}}
TASK repair_structured_output SPEC FIELD val_x92 TYPE integer REQUIRED yes FIELD param_l19.val_t30 TYPE integer REQUIRED yes FIELD param_l19.key_b89 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_l19.dim_z71 TYPE string REQUIRED yes FIELD param_l19.param_y92.dim_x10 TYPE integer REQUIRE...
{"val_x92":991,"attr_g87":{"col_g01":"https://data.org/v1","key_o26":"inactive","prop_n06":585.87},"param_g25":false}
missing_brace
{ "type": "object", "properties": { "val_x92": { "type": "integer" }, "param_l19": { "type": "object", "properties": { "val_t30": { "type": "integer" }, "key_b89": { "type": "string", "enum": [ "homozygous", ...
{"val_x92":991,"attr_g87":{"col_g01":"https://data.org/v1","key_o26":"inactive","prop_n06":585.87},"param_g25":false
Missing closing brace
{"val_x92":991,"attr_g87":{"col_g01":"https://data.org/v1","key_o26":"inactive","prop_n06":585.87},"param_g25":false}
TASK repair_structured_output SPEC FIELD attr_a10.col_u73 TYPE string REQUIRED yes FIELD attr_a10.attr_r08 TYPE integer REQUIRED no FIELD attr_a10.param_u33 TYPE string REQUIRED yes FIELD attr_a10.attr_x76 TYPE string REQUIRED yes FIELD key_i08 TYPE string REQUIRED no FIELD key_e24.field_l17 TYPE string VALUES reliabl...
{"key_i08":"Berlin","key_e24":{"field_l17":"reliable","dim_i40":442,"val_h65":"https://api.io/data","dim_k59":{"attr_y46":"https://api.org/api","val_t80":"baz","field_g72":"draft","col_n70":[false,true,true]},"prop_o80":"white","param_y70":"error"},"key_c76":"red","key_m16":474,"dim_l58":"inactive"}
extra_text_before
{ "type": "object", "properties": { "attr_a10": { "type": "object", "properties": { "col_u73": { "type": "string" }, "attr_r08": { "type": "integer" }, "param_u33": { "type": "string" }, "attr_x76": { "ty...
Below is the JSON object: {"key_i08":"Berlin","key_e24":{"field_l17":"reliable","dim_i40":442,"val_h65":"https://api.io/data","dim_k59":{"attr_y46":"https://api.org/api","val_t80":"baz","field_g72":"draft","col_n70":[false,true,true]},"prop_o80":"white","param_y70":"error"},"key_c76":"red","key_m16":474,"dim_l58":"inac...
Output contains non-JSON text before the object
{"key_i08":"Berlin","key_e24":{"field_l17":"reliable","dim_i40":442,"val_h65":"https://api.io/data","dim_k59":{"attr_y46":"https://api.org/api","val_t80":"baz","field_g72":"draft","col_n70":[false,true,true]},"prop_o80":"white","param_y70":"error"},"key_c76":"red","key_m16":474,"dim_l58":"inactive"}
TASK repair_structured_output SPEC FIELD field_o85 TYPE integer REQUIRED yes FIELD dim_o75 TYPE string REQUIRED yes FIELD dim_v31 TYPE string REQUIRED no FIELD param_z29.attr_p68 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD param_z29.attr_i87 TYPE string VALUES synonymous|missense|...
{"field_o85":847,"dim_o75":"quux","dim_v31":"A short description.","prop_r68":430.85,"field_t95":"quux","field_p98":"2026-04-08T23:44:00Z"}
truncated_array
{ "type": "object", "properties": { "field_o85": { "type": "integer" }, "dim_o75": { "type": "string" }, "dim_v31": { "type": "string" }, "param_z29": { "type": "object", "properties": { "attr_p68": { "type": "string", "enum": [ ...
{"field_o85":847,"dim_o75":"quux","dim_v31":"A short description.","prop_r68":430.85,"field_t95":"quux","field_p98":"2026-04-08T23:44:00Z"
Unexpected end of JSON input — truncated object
{"field_o85":847,"dim_o75":"quux","dim_v31":"A short description.","prop_r68":430.85,"field_t95":"quux","field_p98":"2026-04-08T23:44:00Z"}
TASK repair_structured_output SPEC FIELD prop_u54 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD val_i22 TYPE boolean REQUIRED no FIELD field_p55 TYPE string_email REQUIRED yes FIELD val_f27 TYPE string REQUIRED yes FIELD val_y42 TYPE string_uri REQUIRED no FIELD dim_p17 TYPE boolean REQU...
{"prop_u54":"synonymous","val_i22":false,"field_p55":"user@example.com","val_f27":"example","val_y42":"https://www.io/v1","dim_p17":true}
truncated_array
{ "type": "object", "properties": { "prop_u54": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "val_i22": { "type": "boolean" }, "field_p55": { "type": "string", "format": "email" }, ...
{"prop_u54":"synonymous","val_i22":false,"field_p55":"user@example.com","val_f27":"example","val_y42":"https://www.io/v1","dim_p17":true
Unexpected end of JSON input — truncated object
{"prop_u54":"synonymous","val_i22":false,"field_p55":"user@example.com","val_f27":"example","val_y42":"https://www.io/v1","dim_p17":true}