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 param_z23 TYPE boolean REQUIRED no FIELD val_o18 TYPE boolean REQUIRED yes FIELD key_d50 TYPE boolean REQUIRED no FIELD val_o84 TYPE number REQUIRED no FIELD field_c59.param_p66.val_v59 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD field_c59.param_p66.attr_m21 T...
{"val_o18":true,"key_d50":true,"val_o84":466.19,"field_c59":{"param_p66":{"key_k28":413.7,"val_l76":"operational"},"prop_a93":938,"prop_w67":"Berlin","dim_z17":{"val_f42":null,"dim_e74":"A short description.","col_w46":"ops@example.com"},"col_o98":"published","key_q63":true},"param_j42":"2024-05-18T16:11:00Z"}
single_quotes
{ "type": "object", "properties": { "param_z23": { "type": "boolean" }, "val_o18": { "type": "boolean" }, "key_d50": { "type": "boolean" }, "val_o84": { "type": "number" }, "field_c59": { "type": "object", "properties": { "param_p66": {...
{'val_o18':true,'key_d50':true,'val_o84':466.19,'field_c59':{'param_p66':{'key_k28':413.7,'val_l76':'operational'},'prop_a93':938,'prop_w67':'Berlin','dim_z17':{'val_f42':null,'dim_e74':'A short description.','col_w46':'ops@example.com'},'col_o98':'published','key_q63':true},'param_j42':'2024-05-18T16:11:00Z'}
Expecting property name enclosed in double quotes
{"val_o18":true,"key_d50":true,"val_o84":466.19,"field_c59":{"param_p66":{"key_k28":413.7,"val_l76":"operational"},"prop_a93":938,"prop_w67":"Berlin","dim_z17":{"val_f42":null,"dim_e74":"A short description.","col_w46":"ops@example.com"},"col_o98":"published","key_q63":true},"param_j42":"2024-05-18T16:11:00Z"}
TASK repair_structured_output SPEC FIELD company TYPE integer REQUIRED yes FIELD lab_result TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD wavelength TYPE string REQUIRED no FIELD maturity_date TYPE integer REQUIRED no FIELD user_id TYPE boolean REQUIRED yes BROKEN_OUTPUT {"company": 959, "lab_r...
{"company":959,"lab_result":"intermittent","wavelength":"MV-Evergreen-01","maturity_date":569,"user_id":true}
missing_required
{ "type": "object", "properties": { "company": { "type": "integer" }, "lab_result": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "wavelength": { "type": "string" }, "maturity_date": { "type": "intege...
{"company": 959, "lab_result": "intermittent", "wavelength": "MV-Evergreen-01", "maturity_date": 569}
Required field 'user_id' is missing
{"company":959,"lab_result":"intermittent","wavelength":"MV-Evergreen-01","maturity_date":569,"user_id":true}
TASK repair_structured_output SPEC FIELD feedback TYPE string VALUES option_a|option_b REQUIRED no FIELD status_code TYPE integer REQUIRED yes FIELD manifest_ref[] TYPE string REQUIRED yes FIELD shift_code[] TYPE string REQUIRED yes BROKEN_OUTPUT {"status_code":965,"manifest_ref":["FWD"],"shift_code":["GRCh38"],}
{"status_code":965,"manifest_ref":["FWD"],"shift_code":["GRCh38"]}
trailing_comma
{ "type": "object", "properties": { "feedback": { "type": "string", "enum": [ "option_a", "option_b" ] }, "status_code": { "type": "integer" }, "manifest_ref": { "type": "array", "items": { "type": "string" } }, "shift_cod...
{"status_code":965,"manifest_ref":["FWD"],"shift_code":["GRCh38"],}
Unexpected trailing comma
{"status_code":965,"manifest_ref":["FWD"],"shift_code":["GRCh38"]}
TASK repair_structured_output SPEC FIELD prop_k60 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD col_m38 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_m69 TYPE integer REQUIRED no BROKEN_OUTPUT {"prop_k60": "offline", "col_m38": null, "field_m69": 453}
{"prop_k60":"offline","col_m38":"success","field_m69":453}
null_required
{ "type": "object", "properties": { "prop_k60": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "col_m38": { "type": "string", "enum": [ "success", "error", "warning", "in...
{"prop_k60": "offline", "col_m38": null, "field_m69": 453}
Required field 'col_m38' is null
{"prop_k60":"offline","col_m38":"success","field_m69":453}
TASK repair_structured_output SPEC FIELD log_level TYPE number REQUIRED yes FIELD frequency_hz TYPE string REQUIRED no FIELD barcode TYPE integer REQUIRED no FIELD date[].brake_pressure TYPE string REQUIRED no FIELD date[].message TYPE boolean REQUIRED yes FIELD date[].subtotal TYPE string VALUES low|medium|high|criti...
{"log_level":383.26,"frequency_hz":"approved","date":[{"brake_pressure":"GRCh38","message":false,"date":"high"}]}
tool_call_wrong_param
{ "type": "object", "properties": { "log_level": { "type": "number" }, "frequency_hz": { "type": "string" }, "barcode": { "type": "integer" }, "date": { "type": "array", "items": { "type": "object", "properties": { "brake_pressure":...
Tool: generate_report Params: {"log_level": 383.26, "frequency_hz": "approved", "date": [{"brake_pressure": "GRCh38", "message": false, "date": "high"}]}
Agent used wrong parameter name 'barcode_new' instead of 'barcode'
{"log_level":383.26,"frequency_hz":"approved","date":[{"brake_pressure":"GRCh38","message":false,"date":"high"}]}
TASK repair_structured_output SPEC FIELD level TYPE string REQUIRED yes FIELD duration_ms TYPE number REQUIRED no FIELD created_at TYPE integer REQUIRED yes FIELD phenotype TYPE string REQUIRED no FIELD weight TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD message TYPE string VALUES mode_a|mode_b|mod...
{"level":"test@example.com","duration_ms":383.45,"created_at":520,"weight":"option_b","half_life":"QC-07"}
tool_call_python_syntax
{ "type": "object", "properties": { "level": { "type": "string" }, "duration_ms": { "type": "number" }, "created_at": { "type": "integer" }, "phenotype": { "type": "string" }, "weight": { "type": "string", "enum": [ "option_a", ...
query_port_status(level='test@example.com', duration_ms=383.45, created_at=520, weight='option_b', half_life='QC-07')
Tool call uses Python syntax instead of JSON
{"level":"test@example.com","duration_ms":383.45,"created_at":520,"weight":"option_b","half_life":"QC-07"}
TASK repair_structured_output SPEC FIELD language.freight_class TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD language.company TYPE number REQUIRED no FIELD language.dissolved_oxygen TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD active TYPE string VALUES synonymous|missense|nonsen...
{"language":{"freight_class":"sms","dissolved_oxygen":"open"},"values":495,"timezone":{"medication":"homozygous","patient_id":"test@example.com","aligned_pct":false,"color":false},"age":"pending","quality_score":825}
extra_field
{ "type": "object", "properties": { "language": { "type": "object", "properties": { "freight_class": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "company": { "type":...
{"language": {"freight_class": "sms", "dissolved_oxygen": "open"}, "values": 495, "timezone": {"medication": "homozygous", "patient_id": "test@example.com", "aligned_pct": false, "color": false}, "age": "pending", "quality_score": 825, "extra_info_4652": 42}
Unknown field 'extra_info_4652' not defined in schema
{"language":{"freight_class":"sms","dissolved_oxygen":"open"},"values":495,"timezone":{"medication":"homozygous","patient_id":"test@example.com","aligned_pct":false,"color":false},"age":"pending","quality_score":825}
TASK repair_structured_output SPEC FIELD balance TYPE number REQUIRED no FIELD shipper_ref TYPE string REQUIRED no FIELD velocity TYPE string_email REQUIRED no FIELD timezone TYPE number REQUIRED no FIELD subject TYPE integer REQUIRED yes FIELD section TYPE string REQUIRED yes FIELD insurance_id TYPE string REQUIRED n...
{"shipper_ref":"2024-01-15","velocity":"admin@example.com","timezone":861.88,"subject":727,"section":"user@domain.com"}
truncated_array
{ "type": "object", "properties": { "balance": { "type": "number" }, "shipper_ref": { "type": "string" }, "velocity": { "type": "string", "format": "email" }, "timezone": { "type": "number" }, "subject": { "type": "integer" }, "section"...
{"shipper_ref":"2024-01-15","velocity":"admin@example.com","timezone":861.88,"subject":727,"section":"user@domain.com"
Unexpected end of JSON input — truncated object
{"shipper_ref":"2024-01-15","velocity":"admin@example.com","timezone":861.88,"subject":727,"section":"user@domain.com"}
TASK repair_structured_output SPEC FIELD country TYPE string REQUIRED no FIELD dissolved_oxygen TYPE boolean REQUIRED no FIELD description.currency TYPE string VALUES single|married|divorced REQUIRED no FIELD description.half_life TYPE string VALUES email|phone|sms|push REQUIRED no FIELD description.width TYPE string ...
{"description":{"width":"closed","trace_id":"cat_a","vital_sign":715,"description":817,"options":227},"shift_code":"London"}
tool_call_text_mix
{ "type": "object", "properties": { "country": { "type": "string" }, "dissolved_oxygen": { "type": "boolean" }, "description": { "type": "object", "properties": { "currency": { "type": "string", "enum": [ "single", "marr...
Processing the request now. <tool_call name="get_inventory"> {"description":{"width":"closed","trace_id":"cat_a","vital_sign":715,"description":817,"options":227},"shift_code":"London"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"description":{"width":"closed","trace_id":"cat_a","vital_sign":715,"description":817,"options":227},"shift_code":"London"}
TASK repair_structured_output SPEC FIELD key_i19 TYPE number REQUIRED no FIELD param_c32 TYPE integer REQUIRED yes FIELD key_b92.dim_x10 TYPE integer REQUIRED no FIELD key_b92.val_y01 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD key_b92.attr_i85.prop_j43 TYPE integer REQUIRED yes FIELD key_...
{"key_i19":137.45,"param_c32":351}
number_with_unit
{ "type": "object", "properties": { "key_i19": { "type": "number" }, "param_c32": { "type": "integer" }, "key_b92": { "type": "object", "properties": { "dim_x10": { "type": "integer" }, "val_y01": { "type": "string", "...
{"key_i19": 137.45, "param_c32": "351kg"}
Field 'param_c32' must be number, got string with unit
{"key_i19":137.45,"param_c32":351}
TASK repair_structured_output SPEC FIELD key_k58 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_z78 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_c50 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_f55 TYPE number REQUIRED no FIELD pro...
{"key_k58":"degraded","val_z78":"medium","dim_f55":824.23,"prop_u27":false,"field_j68":"escalated","col_q50":"warning","field_s13":"critical"}
truncated_object
{ "type": "object", "properties": { "key_k58": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "val_z78": { "type": "string", "enum": [ "low", "medium", "high", "critical"...
{"key_k58":"degraded","val_z78":"medium","dim_f55":824.23,"prop_u27":false,"field_j68":"escalated","col_q50":"warning","field_s13":"critical"
Unexpected end of JSON input — truncated object
{"key_k58":"degraded","val_z78":"medium","dim_f55":824.23,"prop_u27":false,"field_j68":"escalated","col_q50":"warning","field_s13":"critical"}
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD department TYPE string REQUIRED no FIELD comments TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD size[].message TYPE null REQUIRED yes FIELD size[].medication TYPE string REQUIRED no FIE...
{"department":"chr1","size":[{"message":null,"deploy_target":"cat_a","type":null,"umi":true}]}
single_quotes
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "department": { "type": "string" }, "comments": { "type": "string", "enum": [...
{'department':'chr1','size':[{'message':null,'deploy_target':'cat_a','type':null,'umi':true}]}
Expecting property name enclosed in double quotes
{"department":"chr1","size":[{"message":null,"deploy_target":"cat_a","type":null,"umi":true}]}
TASK repair_structured_output SPEC FIELD field_d07 TYPE string_uri REQUIRED yes FIELD key_u86 TYPE string_uri REQUIRED yes FIELD dim_n32 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_h42 TYPE integer REQUIRED yes BROKEN_OUTPUT {field_d07:"https://data.io/v1",key_u86:"https://example.org/v1",dim_n...
{"field_d07":"https://data.io/v1","key_u86":"https://example.org/v1","dim_n32":"pro","val_h42":78}
unquoted_keys
{ "type": "object", "properties": { "field_d07": { "type": "string", "format": "uri" }, "key_u86": { "type": "string", "format": "uri" }, "dim_n32": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] ...
{field_d07:"https://data.io/v1",key_u86:"https://example.org/v1",dim_n32:"pro",val_h42:78}
Expecting property name enclosed in double quotes
{"field_d07":"https://data.io/v1","key_u86":"https://example.org/v1","dim_n32":"pro","val_h42":78}
TASK repair_structured_output SPEC FIELD prop_g55 TYPE string REQUIRED no FIELD val_m73 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD col_o81 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_a46 TYPE boolean REQUIRED yes FIELD dim_x48 TYPE boolean REQUIRED yes...
{"prop_g55":"RTG-04","val_m73":"missense","col_o81":"resolved","param_a46":true,"dim_x48":true}
extra_text_before
{ "type": "object", "properties": { "prop_g55": { "type": "string" }, "val_m73": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "col_o81": { "type": "string", "enum": [ "open", ...
Based on your request, here is the data: {"prop_g55":"RTG-04","val_m73":"missense","col_o81":"resolved","param_a46":true,"dim_x48":true}
Output contains non-JSON text before the object
{"prop_g55":"RTG-04","val_m73":"missense","col_o81":"resolved","param_a46":true,"dim_x48":true}
TASK repair_structured_output SPEC FIELD param_w81.attr_d19.param_p25 TYPE number REQUIRED no FIELD param_w81.attr_d19.key_j19 TYPE string REQUIRED yes FIELD param_w81.attr_d19.param_a31 TYPE integer REQUIRED yes FIELD param_w81.key_b19.attr_l11 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD pa...
{"param_w81":{"attr_k75":{"val_r22":"single","prop_z61":"moored"},"param_k36":"missense"},"val_i97":false,"col_g21":"married"}
tool_call_bad_format
{ "type": "object", "properties": { "param_w81": { "type": "object", "properties": { "attr_d19": { "type": "object", "properties": { "param_p25": { "type": "number" }, "key_j19": { "type": "string" ...
<functioncall> update_preferences {param_w81: {attr_k75: {val_r22: "single", prop_z61: "moored"}, param_k36: "missense"}, val_i97: false, col_g21: "married"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_w81":{"attr_k75":{"val_r22":"single","prop_z61":"moored"},"param_k36":"missense"},"val_i97":false,"col_g21":"married"}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string VALUES draft|published|archived REQUIRED yes FIELD end_date TYPE integer REQUIRED no FIELD last_name TYPE string REQUIRED yes FIELD current_draw TYPE string REQUIRED yes BROKEN_OUTPUT {"hazmat_code": "published", "end_date": "\"573\"", "last_name": "qux...
{"hazmat_code":"published","end_date":573,"last_name":"qux","current_draw":"REV"}
wrong_type
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "end_date": { "type": "integer" }, "last_name": { "type": "string" }, "current_draw": { "type": "string" ...
{"hazmat_code": "published", "end_date": "\"573\"", "last_name": "qux", "current_draw": "REV"}
Field 'end_date' must be integer, got string
{"hazmat_code":"published","end_date":573,"last_name":"qux","current_draw":"REV"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD shipping TYPE string_email REQUIRED yes FIELD interest_rate[].run_id TYPE number REQUIRED yes FIELD interest_rate[].phenotype TYPE string REQUIRED no FIELD interest_rate[].chromosome TYPE boolea...
{"insurance_id":"moored","shipping":"info@test.io","interest_rate":[{"run_id":308.95,"phenotype":"A short description.","chromosome":true},{"run_id":224.8,"chromosome":false},{"run_id":184.3,"chromosome":true},{"run_id":812.91,"phenotype":"John","chromosome":true}]}
trailing_comma
{ "type": "object", "properties": { "insurance_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "shipping": { "type": "string", "format": "email" }, "interest_rate": { "type": "array", "i...
{"insurance_id":"moored","shipping":"info@test.io","interest_rate":[{"run_id":308.95,"phenotype":"A short description.","chromosome":true,},{"run_id":224.8,"chromosome":false},{"run_id":184.3,"chromosome":true},{"run_id":812.91,"phenotype":"John","chromosome":true}]}
Unexpected trailing comma
{"insurance_id":"moored","shipping":"info@test.io","interest_rate":[{"run_id":308.95,"phenotype":"A short description.","chromosome":true},{"run_id":224.8,"chromosome":false},{"run_id":184.3,"chromosome":true},{"run_id":812.91,"phenotype":"John","chromosome":true}]}
TASK repair_structured_output SPEC FIELD torque_output TYPE number REQUIRED no FIELD nickname TYPE integer REQUIRED no FIELD diagnosis_code[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD weight[].due_date TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD weight[].decay_...
{"torque_output":391.06,"nickname":919,"diagnosis_code":["delivered","new","returned"],"weight":[{"due_date":"heterozygous","decay_rate":false,"procedure_code":false,"features":"https://data.org/v1"},{"due_date":"hemizygous","decay_rate":true,"procedure_code":false,"features":"https://example.com/api"},{"due_date":"hem...
trailing_comma
{ "type": "object", "properties": { "torque_output": { "type": "number" }, "nickname": { "type": "integer" }, "diagnosis_code": { "type": "array", "items": { "type": "string", "enum": [ "new", "in_transit", "delivered", ...
{"torque_output":391.06,"nickname":919,"diagnosis_code":["delivered","new","returned"],"weight":[{"due_date":"heterozygous","decay_rate":false,"procedure_code":false,"features":"https://data.org/v1"},{"due_date":"hemizygous","decay_rate":true,"procedure_code":false,"features":"https://example.com/api"},{"due_date":"hem...
Unexpected trailing comma
{"torque_output":391.06,"nickname":919,"diagnosis_code":["delivered","new","returned"],"weight":[{"due_date":"heterozygous","decay_rate":false,"procedure_code":false,"features":"https://data.org/v1"},{"due_date":"hemizygous","decay_rate":true,"procedure_code":false,"features":"https://example.com/api"},{"due_date":"hem...
TASK repair_structured_output SPEC FIELD invoice_id TYPE string REQUIRED yes FIELD vital_sign TYPE string REQUIRED no FIELD weight TYPE number REQUIRED no FIELD run_id TYPE number REQUIRED no FIELD conductivity.order_id TYPE string_email REQUIRED no FIELD conductivity.medication TYPE string REQUIRED yes FIELD conducti...
{"invoice_id":"Berlin","vital_sign":"QC-07","weight":749.23,"run_id":688.79,"conductivity":{"order_id":"user@example.com","medication":"foo","items":"pending","terminal_id":{"duration_ms":"large","email":593.56,"lab_result":"baz","date":371,"branch":48}}}
extra_text_before
{ "type": "object", "properties": { "invoice_id": { "type": "string" }, "vital_sign": { "type": "string" }, "weight": { "type": "number" }, "run_id": { "type": "number" }, "conductivity": { "type": "object", "properties": { "order_id": ...
Here is the response in the requested format: {"invoice_id":"Berlin","vital_sign":"QC-07","weight":749.23,"run_id":688.79,"conductivity":{"order_id":"user@example.com","medication":"foo","items":"pending","terminal_id":{"duration_ms":"large","email":593.56,"lab_result":"baz","date":371,"branch":48}}}
Output contains non-JSON text before the object
{"invoice_id":"Berlin","vital_sign":"QC-07","weight":749.23,"run_id":688.79,"conductivity":{"order_id":"user@example.com","medication":"foo","items":"pending","terminal_id":{"duration_ms":"large","email":593.56,"lab_result":"baz","date":371,"branch":48}}}
TASK repair_structured_output SPEC FIELD dosage TYPE number REQUIRED yes FIELD type TYPE boolean REQUIRED no FIELD pressure_kpa TYPE string REQUIRED no FIELD lane.port_code TYPE integer REQUIRED yes FIELD lane.last_name TYPE string REQUIRED no FIELD lane.username TYPE string VALUES type_a|type_b|type_c|type_d|type_e|t...
{"dosage":181.5,"type":true,"pressure_kpa":"approved","lane":{"port_code":660,"last_name":"quux","username":"type_a","credit_score":"red","address":[{"port_code":"level_3","run_id":"cat_b","dissolved_oxygen":"inactive","temp_celsius":[null,null,null]}]}}
partial_structure
{ "type": "object", "properties": { "dosage": { "type": "number" }, "type": { "type": "boolean" }, "pressure_kpa": { "type": "string" }, "lane": { "type": "object", "properties": { "port_code": { "type": "integer" }, "last_n...
The type is True and {"dosage":181.5,"type":true,"pressure_kpa":"approved","lane":{"port_code":660,"last_name":"quux","username":"type_a","credit_score":"red","address":[{"port_code":"level_3","run_id":"cat_b","dissolved_oxygen":"inactive","temp_celsius":[null,null,null]}]}}
Output mixes natural language with JSON
{"dosage":181.5,"type":true,"pressure_kpa":"approved","lane":{"port_code":660,"last_name":"quux","username":"type_a","credit_score":"red","address":[{"port_code":"level_3","run_id":"cat_b","dissolved_oxygen":"inactive","temp_celsius":[null,null,null]}]}}
TASK repair_structured_output SPEC FIELD amount TYPE integer REQUIRED yes FIELD length.format TYPE string REQUIRED no FIELD length.due_date TYPE string VALUES success|error|warning|info REQUIRED yes FIELD length.commit_hash.shipping TYPE number REQUIRED no FIELD length.commit_hash.dissolved_oxygen TYPE string REQUIRED...
{"amount":718,"length":{"format":"pending","due_date":"error","commit_hash":{"shipping":28.97,"subject":"2024-12-02T18:25:00Z","country":820.19,"commit_hash":"cat_b","loan_amount":584,"isotope":"Sao Paulo","branch":531.12}}}
tool_call_bad_format
{ "type": "object", "properties": { "amount": { "type": "integer" }, "length": { "type": "object", "properties": { "format": { "type": "string" }, "due_date": { "type": "string", "enum": [ "success", "error",...
<functioncall> get_inventory {amount: 718, length: {format: "pending", due_date: "error", commit_hash: {shipping: 28.97, subject: "2024-12-02T18:25:00Z", country: 820.19, commit_hash: "cat_b", loan_amount: 584, isotope: "Sao Paulo", branch: 531.12}}}
Tool call has malformed arguments — unquoted keys in function parameters
{"amount":718,"length":{"format":"pending","due_date":"error","commit_hash":{"shipping":28.97,"subject":"2024-12-02T18:25:00Z","country":820.19,"commit_hash":"cat_b","loan_amount":584,"isotope":"Sao Paulo","branch":531.12}}}
TASK repair_structured_output SPEC FIELD company TYPE boolean REQUIRED yes FIELD span_id TYPE string VALUES single|married|divorced REQUIRED yes FIELD last_name TYPE string REQUIRED no FIELD nickname.invoice_id TYPE integer REQUIRED no FIELD nickname.amount TYPE string_date-time REQUIRED no FIELD nickname.timezone TYP...
{"company":false,"span_id":"single","last_name":"https://example.com","nickname":{"invoice_id":363,"amount":"2026-11-17T18:12:00Z","timezone":"type_c","width":true,"lab_result":302,"currency":"https://example.com/data","discount":"cat_f"},"total":{"status_code":"email","nickname":"homozygous","reagent":true,"values":90...
truncated_object
{ "type": "object", "properties": { "company": { "type": "boolean" }, "span_id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "last_name": { "type": "string" }, "nickname": { "type": "object", "proper...
{"company":false,"span_id":"single","last_name":"https://example.com","nickname":{"invoice_id":363,"amount":"2026-11-17T18:12:00Z","timezone":"type_c","width":true,"lab_result":302,"currency":"https://example.com/data","discount":"cat_f"},"total":{"status_code":"email","nickname":"homozygous","reagent":true,"values":90...
Unexpected end of JSON input — truncated object
{"company":false,"span_id":"single","last_name":"https://example.com","nickname":{"invoice_id":363,"amount":"2026-11-17T18:12:00Z","timezone":"type_c","width":true,"lab_result":302,"currency":"https://example.com/data","discount":"cat_f"},"total":{"status_code":"email","nickname":"homozygous","reagent":true,"values":90...
TASK repair_structured_output SPEC FIELD user_id TYPE string_uri REQUIRED yes FIELD maturity_date TYPE string_uri REQUIRED no FIELD build_status TYPE string REQUIRED no FIELD longitude TYPE integer REQUIRED yes FIELD insurance_id TYPE boolean REQUIRED no FIELD fleet_number TYPE string VALUES success|error|warning|info...
{"user_id":"https://data.io/data","maturity_date":"https://example.com/v1","longitude":876,"fleet_number":"success","yield_pct":700,"url":"https://example.com"}
number_with_unit
{ "type": "object", "properties": { "user_id": { "type": "string", "format": "uri" }, "maturity_date": { "type": "string", "format": "uri" }, "build_status": { "type": "string" }, "longitude": { "type": "integer" }, "insurance_id": { "typ...
{"user_id": "https://data.io/data", "maturity_date": "https://example.com/v1", "longitude": "876%", "fleet_number": "success", "yield_pct": 700, "url": "https://example.com"}
Field 'longitude' must be number, got string with unit
{"user_id":"https://data.io/data","maturity_date":"https://example.com/v1","longitude":876,"fleet_number":"success","yield_pct":700,"url":"https://example.com"}
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD velocity TYPE string VALUES low|medium|high|critical REQUIRED no FIELD date TYPE string VALUES option_a|option_b REQUIRED yes FIELD chapter TYPE string REQUIRED no FIELD title TYPE number REQUIRED no ...
{"longitude":"unstable","velocity":"critical","date":"option_b","title":473.42,"aligned_pct":false,"comments":"QC-07"}
tool_call_wrong_param
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "velocity": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, ...
Tool: queue_sequencing_run Params: {"longitude": "unstable", "velocity": "critical", "date": "option_b", "aligned_pct": false, "comments": "QC-07", "title_value": 473.42}
Agent used wrong parameter name 'title_value' instead of 'title'
{"longitude":"unstable","velocity":"critical","date":"option_b","title":473.42,"aligned_pct":false,"comments":"QC-07"}
TASK repair_structured_output SPEC FIELD item_id TYPE string REQUIRED yes FIELD address TYPE integer REQUIRED no FIELD status_code TYPE integer REQUIRED no FIELD half_life TYPE integer REQUIRED no FIELD transaction_id TYPE integer REQUIRED no FIELD bed_number TYPE string REQUIRED no FIELD current_draw TYPE string VALU...
{"item_id":"PASS","address":788,"status_code":425,"half_life":817,"transaction_id":708,"bed_number":"PASS","current_draw":"intermittent"}
number_with_unit
{ "type": "object", "properties": { "item_id": { "type": "string" }, "address": { "type": "integer" }, "status_code": { "type": "integer" }, "half_life": { "type": "integer" }, "transaction_id": { "type": "integer" }, "bed_number": { "t...
{"item_id": "PASS", "address": 788, "status_code": 425, "half_life": 817, "transaction_id": "708%", "bed_number": "PASS", "current_draw": "intermittent"}
Field 'transaction_id' must be number, got string with unit
{"item_id":"PASS","address":788,"status_code":425,"half_life":817,"transaction_id":708,"bed_number":"PASS","current_draw":"intermittent"}
TASK repair_structured_output SPEC FIELD step TYPE null REQUIRED no FIELD bed_number TYPE null REQUIRED no FIELD type TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD span_id TYPE string REQUIRED yes FIELD frequency_hz TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD foot...
{"step":null,"bed_number":null,"type":"arctic","span_id":"Bob","footnote":"PASS","yield_pct":false}
extra_text_before
{ "type": "object", "properties": { "step": { "type": "null" }, "bed_number": { "type": "null" }, "type": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "span_id": { "type": "string" }, ...
Below is the JSON object: {"step":null,"bed_number":null,"type":"arctic","span_id":"Bob","footnote":"PASS","yield_pct":false}
Output contains non-JSON text before the object
{"step":null,"bed_number":null,"type":"arctic","span_id":"Bob","footnote":"PASS","yield_pct":false}
TASK repair_structured_output SPEC FIELD total TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD paragraph.amplitude TYPE string REQUIRED no FIELD paragraph.phenotype TYPE string REQUIRED yes FIELD paragraph.port_code.size TYPE null REQUIRED no FIELD paragraph.port_code.verified TYPE number REQUI...
{"total":"hemizygous","umi":"warning","shipper_ref":null,"tax":"New York","country":{"tax":"chr1","values":"https://data.io/v1","weight":"email","thumbnail":"2024-01-15","turbidity":[332.65],"run_id":[{"last_name":448,"aligned_pct":870.7,"organism":true,"position":"red"},{"last_name":636,"aligned_pct":723.24,"commit_ha...
tool_call_partial_args
{ "type": "object", "properties": { "total": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "paragraph": { "type": "object", "properties": { "amplitude": { "type": "string" }, "phenotyp...
Let me check the system. Action: check_availability Arguments: {"total": "hemizygous", "umi": "warning", "tax": "New York", "country": {"tax": "chr1", "values": "https://data.io/v1", "weight": "email", "thumbnail": "2024-01-15", "turbidity": [332.65], "run_id": [{"last_name": 448, "aligned_pct": 870.7, "organism": true...
Agent tool call missing required parameter 'shipper_ref'
{"total":"hemizygous","umi":"warning","shipper_ref":null,"tax":"New York","country":{"tax":"chr1","values":"https://data.io/v1","weight":"email","thumbnail":"2024-01-15","turbidity":[332.65],"run_id":[{"last_name":448,"aligned_pct":870.7,"organism":true,"position":"red"},{"last_name":636,"aligned_pct":723.24,"commit_ha...
TASK repair_structured_output SPEC FIELD dim_r24 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_y05 TYPE boolean REQUIRED no FIELD val_g60 TYPE boolean REQUIRED no FIELD val_q18 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD attr_u54 TYPE integer REQUIRED yes BROKEN_OUTPUT T...
{"dim_r24":"new","prop_y05":false,"val_q18":"large","attr_u54":87}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_r24": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_y05": { "type": "boolean" }, "val_g60": { "type": "boolean" }, "val_q18": { "type": "st...
Tool: run_diagnostics Params: {"dim_r24": "new", "val_q18": "large", "attr_u54": 87, "prop_y05_id": false}
Agent used wrong parameter name 'prop_y05_id' instead of 'prop_y05'
{"dim_r24":"new","prop_y05":false,"val_q18":"large","attr_u54":87}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE string REQUIRED yes FIELD interest_rate TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD frequency_hz TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT run_diagnostics(brake_pressure='cancelled', interest_r...
{"brake_pressure":"cancelled","interest_rate":"missense","frequency_hz":"pro"}
tool_call_python_syntax
{ "type": "object", "properties": { "brake_pressure": { "type": "string" }, "interest_rate": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "frequency_hz": { "type": "string", "enum": [ ...
run_diagnostics(brake_pressure='cancelled', interest_rate='missense', frequency_hz='pro')
Tool call uses Python syntax instead of JSON
{"brake_pressure":"cancelled","interest_rate":"missense","frequency_hz":"pro"}
TASK repair_structured_output SPEC FIELD param_o49 TYPE boolean REQUIRED no FIELD param_u58 TYPE integer REQUIRED no FIELD prop_t21 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes BROKEN_OUTPUT Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"par...
{"param_u58":898,"prop_t21":"intermittent"}
thought_process
{ "type": "object", "properties": { "param_o49": { "type": "boolean" }, "param_u58": { "type": "integer" }, "prop_t21": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] } }, "required": [ "prop_t21" ] }
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"param_u58":898,"prop_t21":"intermittent"}
Output contains chain-of-thought reasoning before JSON
{"param_u58":898,"prop_t21":"intermittent"}
TASK repair_structured_output SPEC FIELD quantity TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD comments TYPE string VALUES low|medium|high|critical REQUIRED no FIELD priority TYPE string REQUIRED no FIELD title TYPE number REQUIRED yes FIELD wavelength[] TYPE string_uri REQUIRED no BROKEN_OUTPUT {"quanti...
{"quantity":"editor","priority":"world","title":470.99}
truncated_array
{ "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "comments": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "priority"...
{"quantity":"editor","priority":"world","title":470.99}
Unexpected end of JSON input — truncated array
{"quantity":"editor","priority":"world","title":470.99}
TASK repair_structured_output SPEC FIELD ward TYPE boolean REQUIRED yes FIELD size TYPE string REQUIRED yes FIELD title TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD fleet_number.type TYPE string REQUIRED yes FIELD fleet_number.image_url TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIEL...
{"ward":false,"size":"This is a test value.","title":"phone","fleet_number":{"type":"Maria","image_url":"level_1","latitude":{"allele":195.65,"interest_rate":"chr1","username":420,"color":"mode_b","phone":184.77,"annotation":"world","date":861}}}
single_quotes
{ "type": "object", "properties": { "ward": { "type": "boolean" }, "size": { "type": "string" }, "title": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "fleet_number": { "type": "object", "prop...
{'ward':false,'size':'This is a test value.','title':'phone','fleet_number':{'type':'Maria','image_url':'level_1','latitude':{'allele':195.65,'interest_rate':'chr1','username':420,'color':'mode_b','phone':184.77,'annotation':'world','date':861}}}
Expecting property name enclosed in double quotes
{"ward":false,"size":"This is a test value.","title":"phone","fleet_number":{"type":"Maria","image_url":"level_1","latitude":{"allele":195.65,"interest_rate":"chr1","username":420,"color":"mode_b","phone":184.77,"annotation":"world","date":861}}}
TASK repair_structured_output SPEC FIELD span_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD bed_number TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD longitude.wavelength TYPE boolean REQUIRED yes FIELD longitude.vessel_name TYPE string REQUIRED yes FIELD longitude.compou...
{"span_id":"admin","bed_number":"type_f","longitude":{"wavelength":true,"vessel_name":"completed","compound":420.26},"index":"A short description.","priority":169,"department":"anchored","salinity":313}
tool_call_text_mix
{ "type": "object", "properties": { "span_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "bed_number": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", ...
I need to look up the information first. <tool_call name="align_reads"> {"span_id":"admin","bed_number":"type_f","longitude":{"wavelength":true,"vessel_name":"completed","compound":420.26},"index":"A short description.","priority":169,"department":"anchored","salinity":313} </tool_call.
Agent response mixes reasoning text with tool call
{"span_id":"admin","bed_number":"type_f","longitude":{"wavelength":true,"vessel_name":"completed","compound":420.26},"index":"A short description.","priority":169,"department":"anchored","salinity":313}
TASK repair_structured_output SPEC FIELD prop_c10 TYPE integer REQUIRED yes FIELD col_r53 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD key_o45.key_u53.field_t95 TYPE integer REQUIRED yes FIELD key_o45.key_u53.col_h01 TYPE string VALUES draft|published|archived REQUIRED no FIELD key_...
{"prop_c10":715,"col_r53":"pending_review","attr_r70":"Tokyo","key_l10":"2024-01-15","param_i11":{"col_f06":"Berlin","key_l27":"2020-06-24T12:37:00Z","attr_b57":"single","val_t49":278,"attr_n02":"anchored","col_y25":"admin@example.com"}}
partial_structure
{ "type": "object", "properties": { "prop_c10": { "type": "integer" }, "col_r53": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_o45": { "type": "object", "properties": { "...
The col_r53 is pending_review and {"prop_c10":715,"col_r53":"pending_review","attr_r70":"Tokyo","key_l10":"2024-01-15","param_i11":{"col_f06":"Berlin","key_l27":"2020-06-24T12:37:00Z","attr_b57":"single","val_t49":278,"attr_n02":"anchored","col_y25":"admin@example.com"}}
Output mixes natural language with JSON
{"prop_c10":715,"col_r53":"pending_review","attr_r70":"Tokyo","key_l10":"2024-01-15","param_i11":{"col_f06":"Berlin","key_l27":"2020-06-24T12:37:00Z","attr_b57":"single","val_t49":278,"attr_n02":"anchored","col_y25":"admin@example.com"}}
TASK repair_structured_output SPEC FIELD items TYPE integer REQUIRED no FIELD date TYPE string_email REQUIRED no FIELD start_date.shift_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD start_date.step TYPE integer REQUIRED yes FIELD start_date.tax TYPE boolean REQUIRED no FIELD sta...
{"start_date":{"shift_code":"confirmed","step":287,"tax":true,"batch_code":"ops@example.com","email":[{"footnote":"Hapag-Lloyd-Express","credit_score":"FWD","insurance_id":"Paris","image_url":"info@domain.org"}]}}
truncated_object
{ "type": "object", "properties": { "items": { "type": "integer" }, "date": { "type": "string", "format": "email" }, "start_date": { "type": "object", "properties": { "shift_code": { "type": "string", "enum": [ "pending_review...
{"start_date":{"shift_code":"confirmed","step":287,"tax":true,"batch_code":"ops@example.com","email":[{"footnote":"Hapag-Lloyd-Express","credit_score":"FWD","insurance_id":"Paris","image_url":"info@domain.org"}]}
Unexpected end of JSON input — truncated object
{"start_date":{"shift_code":"confirmed","step":287,"tax":true,"batch_code":"ops@example.com","email":[{"footnote":"Hapag-Lloyd-Express","credit_score":"FWD","insurance_id":"Paris","image_url":"info@domain.org"}]}}
TASK repair_structured_output SPEC FIELD email TYPE string REQUIRED no FIELD score TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD due_date[] TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: query_port_status Arguments: {"email": "active"}
{"email":"active","score":"intermittent"}
tool_call_partial_args
{ "type": "object", "properties": { "email": { "type": "string" }, "score": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "due_date": { "type": "array", "items": { "type": "integer" } } },...
I need to look up the information first. Action: query_port_status Arguments: {"email": "active"}
Agent tool call missing required parameter 'score'
{"email":"active","score":"intermittent"}
TASK repair_structured_output SPEC FIELD account_id TYPE string REQUIRED yes FIELD maturity_date TYPE string REQUIRED no FIELD frequency_hz TYPE null REQUIRED yes FIELD hazmat_code TYPE integer REQUIRED no BROKEN_OUTPUT {"account_id": "Oliveira", "maturity_date": "foo"}
{"account_id":"Oliveira","maturity_date":"foo","frequency_hz":null}
missing_required
{ "type": "object", "properties": { "account_id": { "type": "string" }, "maturity_date": { "type": "string" }, "frequency_hz": { "type": "null" }, "hazmat_code": { "type": "integer" } }, "required": [ "account_id", "frequency_hz" ] }
{"account_id": "Oliveira", "maturity_date": "foo"}
Required field 'frequency_hz' is missing
{"account_id":"Oliveira","maturity_date":"foo","frequency_hz":null}
TASK repair_structured_output SPEC FIELD amplitude TYPE number REQUIRED no FIELD tile TYPE integer REQUIRED yes FIELD compound TYPE boolean REQUIRED no FIELD commit_hash TYPE string VALUES level_1|level_2 REQUIRED no FIELD size.voltage TYPE boolean REQUIRED yes FIELD size.patient_id TYPE number REQUIRED no FIELD size....
{"amplitude":22.88,"tile":697,"compound":false,"commit_hash":"level_2","size":{"voltage":true,"category":730,"strand":[{"decay_rate":"user@test.io","turbidity":"quux","organism":false,"build_status":337},{"decay_rate":"info@domain.org","turbidity":"2023-12-25","build_status":398}]},"thumbnail":"test","format":{"lane":8...
unquoted_keys
{ "type": "object", "properties": { "amplitude": { "type": "number" }, "tile": { "type": "integer" }, "compound": { "type": "boolean" }, "commit_hash": { "type": "string", "enum": [ "level_1", "level_2" ] }, "size": { "typ...
{amplitude:22.88,tile:697,compound:false,commit_hash:"level_2",size:{voltage:true,category:730,strand:[{decay_rate:"user@test.io",turbidity:"quux",organism:false,build_status:337},{decay_rate:"info@domain.org",turbidity:"2023-12-25",build_status:398}]},thumbnail:"test",format:{lane:837.24,end_date:"Bob",balance:421},be...
Expecting property name enclosed in double quotes
{"amplitude":22.88,"tile":697,"compound":false,"commit_hash":"level_2","size":{"voltage":true,"category":730,"strand":[{"decay_rate":"user@test.io","turbidity":"quux","organism":false,"build_status":337},{"decay_rate":"info@domain.org","turbidity":"2023-12-25","build_status":398}]},"thumbnail":"test","format":{"lane":8...
TASK repair_structured_output SPEC FIELD prop_y85 TYPE boolean REQUIRED yes FIELD val_f66 TYPE string REQUIRED yes FIELD attr_u70 TYPE integer REQUIRED yes FIELD field_x15 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes BROKEN_OUTPUT {"prop_y85":true,"val_f66":"chrX","attr_u70":991,"field_x15":"berth...
{"prop_y85":true,"val_f66":"chrX","attr_u70":991,"field_x15":"berthed"}
truncated_array
{ "type": "object", "properties": { "prop_y85": { "type": "boolean" }, "val_f66": { "type": "string" }, "attr_u70": { "type": "integer" }, "field_x15": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"prop_y85":true,"val_f66":"chrX","attr_u70":991,"field_x15":"berthed"
Unexpected end of JSON input — truncated object
{"prop_y85":true,"val_f66":"chrX","attr_u70":991,"field_x15":"berthed"}
TASK repair_structured_output SPEC FIELD tile TYPE integer REQUIRED yes FIELD medication TYPE integer REQUIRED no FIELD terminal_id TYPE boolean REQUIRED no FIELD aligned_pct TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD throttle_pos.branch TYPE string REQUIRED yes FIELD throttle_pos.collateral TY...
{"tile":512,"medication":437,"throttle_pos":{"branch":"bar","collateral":"2024-01-15","bed_number":{"id":50,"shipper_ref":"underway","branch":"inland","maturity_date":406},"amount":"pending","vessel_name":null}}
truncated_object
{ "type": "object", "properties": { "tile": { "type": "integer" }, "medication": { "type": "integer" }, "terminal_id": { "type": "boolean" }, "aligned_pct": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic...
{"tile":512,"medication":437,"throttle_pos":{"branch":"bar","collateral":"2024-01-15","bed_number":{"id":50,"shipper_ref":"underway","branch":"inland","maturity_date":406},"amount":"pending","vessel_name":null}
Unexpected end of JSON input — truncated object
{"tile":512,"medication":437,"throttle_pos":{"branch":"bar","collateral":"2024-01-15","bed_number":{"id":50,"shipper_ref":"underway","branch":"inland","maturity_date":406},"amount":"pending","vessel_name":null}}
TASK repair_structured_output SPEC FIELD field_j08 TYPE string_date-time REQUIRED yes FIELD param_m23 TYPE integer REQUIRED yes FIELD val_l10 TYPE string REQUIRED yes BROKEN_OUTPUT {'field_j08':'2021-08-17T05:35:00Z','param_m23':92,'val_l10':'Berlin'}
{"field_j08":"2021-08-17T05:35:00Z","param_m23":92,"val_l10":"Berlin"}
single_quotes
{ "type": "object", "properties": { "field_j08": { "type": "string", "format": "date-time" }, "param_m23": { "type": "integer" }, "val_l10": { "type": "string" } }, "required": [ "val_l10", "field_j08", "param_m23" ] }
{'field_j08':'2021-08-17T05:35:00Z','param_m23':92,'val_l10':'Berlin'}
Expecting property name enclosed in double quotes
{"field_j08":"2021-08-17T05:35:00Z","param_m23":92,"val_l10":"Berlin"}
TASK repair_structured_output SPEC FIELD param_u05 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD dim_r91 TYPE string REQUIRED no FIELD dim_m24 TYPE string REQUIRED no FIELD field_s15 TYPE string REQUIRED no FIELD prop_t98 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"param_u05":"option_a","dim_r91":"...
{"param_u05":"option_a","dim_r91":"https://example.com","dim_m24":"Bob","field_s15":"GRCh38","prop_t98":"https://data.com/v1"}
truncated_array
{ "type": "object", "properties": { "param_u05": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "dim_r91": { "type": "string" }, "dim_m24": { "type": "string" }, "field_s15": { "type": "string" }, ...
{"param_u05":"option_a","dim_r91":"https://example.com","dim_m24":"Bob","field_s15":"GRCh38","prop_t98":"https://data.com/v1"
Unexpected end of JSON input — truncated object
{"param_u05":"option_a","dim_r91":"https://example.com","dim_m24":"Bob","field_s15":"GRCh38","prop_t98":"https://data.com/v1"}
TASK repair_structured_output SPEC FIELD col_p84.attr_d49 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD col_p84.dim_z79 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_p84.field_s37 TYPE string_date-time REQUIRED no FIELD col_p84.field_i68 TYPE string VALUES berthed|anchore...
{"col_p84":{"dim_z79":"warning","field_i68":"berthed","col_g82":"option_b"},"val_y57":"sms","attr_w67":"quux","val_o16":{"val_j37":{"col_t22":"Charlie","attr_y05":"https://example.io/data","dim_p51":false,"attr_q21":"test@example.com","val_l17":"demo"},"val_m96":"Diana","key_g86":"quux","dim_j72":"Luis","dim_f62":"hell...
tool_call_bad_format
{ "type": "object", "properties": { "col_p84": { "type": "object", "properties": { "attr_d49": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "dim_z79": { ...
<functioncall> transfer_call {col_p84: {dim_z79: "warning", field_i68: "berthed", col_g82: "option_b"}, val_y57: "sms", attr_w67: "quux", val_o16: {val_j37: {col_t22: "Charlie", attr_y05: "https://example.io/data", dim_p51: false, attr_q21: "test@example.com", val_l17: "demo"}, val_m96: "Diana", key_g86: "quux", dim_j7...
Tool call has malformed arguments — unquoted keys in function parameters
{"col_p84":{"dim_z79":"warning","field_i68":"berthed","col_g82":"option_b"},"val_y57":"sms","attr_w67":"quux","val_o16":{"val_j37":{"col_t22":"Charlie","attr_y05":"https://example.io/data","dim_p51":false,"attr_q21":"test@example.com","val_l17":"demo"},"val_m96":"Diana","key_g86":"quux","dim_j72":"Luis","dim_f62":"hell...
TASK repair_structured_output SPEC FIELD vessel_name TYPE string_date-time REQUIRED yes FIELD sensor_id TYPE string REQUIRED no FIELD torque_output TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD status_code.duration_ms.priority TYPE string REQUIRED yes FIELD status_code.duration_ms.credit_scor...
{"vessel_name":"2021-01-27T21:09:00Z","sensor_id":"Charlie","berth_slot":"test@test.io"}
missing_brace
{ "type": "object", "properties": { "vessel_name": { "type": "string", "format": "date-time" }, "sensor_id": { "type": "string" }, "torque_output": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e"...
{"vessel_name":"2021-01-27T21:09:00Z","sensor_id":"Charlie","berth_slot":"test@test.io"
Missing closing brace
{"vessel_name":"2021-01-27T21:09:00Z","sensor_id":"Charlie","berth_slot":"test@test.io"}
TASK repair_structured_output SPEC FIELD col_z40 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD attr_c98 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD col_l05.val_x17 TYPE string REQUIRED no FIELD col_l05.param_o09.attr_f51 TYPE number REQUIRED yes FIELD col_l05.param_...
{"col_z40":"anchored","attr_c98":"new","col_l05":{"val_x17":"active","param_o09":{"attr_f51":992.67,"attr_g16":"Tokyo","field_h07":"completed","key_o71":null,"val_h13":"test@domain.org","dim_g26":"active"},"prop_g55":"approved","attr_f00":true,"dim_g09":"EUR"},"field_o39":"inland"}
partial_structure
{ "type": "object", "properties": { "col_z40": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "attr_c98": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returne...
Result: attr_c98=new, {"col_z40":"anchored","attr_c98":"new","col_l05":{"val_x17":"active","param_o09":{"attr_f51":992.67,"attr_g16":"Tokyo","field_h07":"completed","key_o71":null,"val_h13":"test@domain.org","dim_g26":"active"},"prop_g55":"approved","attr_f00":true,"dim_g09":"EUR"},"field_o39":"inland"}
Output mixes natural language with JSON
{"col_z40":"anchored","attr_c98":"new","col_l05":{"val_x17":"active","param_o09":{"attr_f51":992.67,"attr_g16":"Tokyo","field_h07":"completed","key_o71":null,"val_h13":"test@domain.org","dim_g26":"active"},"prop_g55":"approved","attr_f00":true,"dim_g09":"EUR"},"field_o39":"inland"}
TASK repair_structured_output SPEC FIELD field_n18.field_r95 TYPE boolean REQUIRED no FIELD field_n18.val_h77 TYPE integer REQUIRED yes FIELD field_n18.param_b06.prop_e63 TYPE boolean REQUIRED no FIELD field_n18.param_b06.val_p77 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD field_n18.param_b06...
{"field_n18":{"val_h77":656,"field_p60":{"val_p48":"moored","dim_a44":"email","dim_n32":"basic","dim_l66":"REV"}},"dim_u08":"MV-Evergreen-01","attr_r00":true}
missing_brace
{ "type": "object", "properties": { "field_n18": { "type": "object", "properties": { "field_r95": { "type": "boolean" }, "val_h77": { "type": "integer" }, "param_b06": { "type": "object", "properties": { "pro...
{"field_n18":{"val_h77":656,"field_p60":"val_p48":"moored","dim_a44":"email","dim_n32":"basic","dim_l66":"REV"}},"dim_u08":"MV-Evergreen-01","attr_r00":true}
Missing closing brace
{"field_n18":{"val_h77":656,"field_p60":{"val_p48":"moored","dim_a44":"email","dim_n32":"basic","dim_l66":"REV"}},"dim_u08":"MV-Evergreen-01","attr_r00":true}
TASK repair_structured_output SPEC FIELD yield_pct.invoice_id TYPE string VALUES option_a|option_b REQUIRED no FIELD yield_pct.score.total TYPE string_date-time REQUIRED yes FIELD yield_pct.score.company TYPE boolean REQUIRED yes FIELD yield_pct.score.annotation TYPE string VALUES option_a|option_b|option_c|option_d R...
{"yield_pct":{"score":{"total":"2026-05-12T14:15:00Z","company":false,"annotation":"option_b"},"pressure_kpa":null,"chapter":"Jane","lab_result":"approved","position":"white","insurance_id":"quux"},"discount":"https://data.io/api","repository":true}
tool_call_python_syntax
{ "type": "object", "properties": { "yield_pct": { "type": "object", "properties": { "invoice_id": { "type": "string", "enum": [ "option_a", "option_b" ] }, "score": { "type": "object", "properties": { ...
query_port_status(yield_pct={'score': {'total': '2026-05-12T14:15:00Z', 'company': False, 'annotation': 'option_b'}, 'pressure_kpa': None, 'chapter': 'Jane', 'lab_result': 'approved', 'position': 'white', 'insurance_id': 'quux'}, discount='https://data.io/api', repository=True)
Tool call uses Python syntax instead of JSON
{"yield_pct":{"score":{"total":"2026-05-12T14:15:00Z","company":false,"annotation":"option_b"},"pressure_kpa":null,"chapter":"Jane","lab_result":"approved","position":"white","insurance_id":"quux"},"discount":"https://data.io/api","repository":true}
TASK repair_structured_output SPEC FIELD width TYPE string REQUIRED yes FIELD country TYPE string VALUES option_a|option_b REQUIRED yes FIELD updated_at TYPE string VALUES type_a|type_b REQUIRED no FIELD barcode TYPE string_uri REQUIRED no FIELD created_at[].city TYPE boolean REQUIRED yes FIELD created_at[].email TYPE...
{"width":"Tokyo","country":"option_b","updated_at":"type_b","barcode":"https://example.org/v1","created_at":[{"city":true,"email":"active","status_code":"qux","ward":false},{"city":false,"status_code":"2023-12-25","ward":true}]}
trailing_comma
{ "type": "object", "properties": { "width": { "type": "string" }, "country": { "type": "string", "enum": [ "option_a", "option_b" ] }, "updated_at": { "type": "string", "enum": [ "type_a", "type_b" ] }, "barcode":...
{"width":"Tokyo","country":"option_b","updated_at":"type_b","barcode":"https://example.org/v1","created_at":[{"city":true,"email":"active","status_code":"qux","ward":false},{"city":false,"status_code":"2023-12-25","ward":true}],}
Unexpected trailing comma
{"width":"Tokyo","country":"option_b","updated_at":"type_b","barcode":"https://example.org/v1","created_at":[{"city":true,"email":"active","status_code":"qux","ward":false},{"city":false,"status_code":"2023-12-25","ward":true}]}
TASK repair_structured_output SPEC FIELD col_r27 TYPE integer REQUIRED no FIELD dim_z61 TYPE null REQUIRED no FIELD prop_m60.attr_p41 TYPE boolean REQUIRED yes FIELD prop_m60.attr_r53 TYPE integer REQUIRED no FIELD prop_m60.attr_e53[].val_h89 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIEL...
{"dim_z61":null,"prop_m60":{"attr_p41":false,"attr_r53":402,"attr_e53":[{"val_h89":"level_2","param_g85":"rejected"}]},"key_y59":"admin","key_z66":"ops@example.com","val_g50":640,"key_t69":"https://data.com/api"}
invalid_enum
{ "type": "object", "properties": { "col_r27": { "type": "integer" }, "dim_z61": { "type": "null" }, "prop_m60": { "type": "object", "properties": { "attr_p41": { "type": "boolean" }, "attr_r53": { "type": "integer" }, ...
{"dim_z61": null, "prop_m60": {"attr_p41": false, "attr_r53": 402, "attr_e53": [{"val_h89": "level_2", "param_g85": "rejected"}]}, "key_y59": "invalid_choice_57", "key_z66": "ops@example.com", "val_g50": 640, "key_t69": "https://data.com/api"}
Field 'key_y59' has invalid enum value 'invalid_choice_57', expected one of ['admin', 'editor', 'viewer']
{"dim_z61":null,"prop_m60":{"attr_p41":false,"attr_r53":402,"attr_e53":[{"val_h89":"level_2","param_g85":"rejected"}]},"key_y59":"admin","key_z66":"ops@example.com","val_g50":640,"key_t69":"https://data.com/api"}
TASK repair_structured_output SPEC FIELD torque_output TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD ph_level TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD salinity TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD start_date TYPE intege...
{"torque_output":"degraded","ph_level":"option_b","salinity":"in_transit","width":["PASS"]}
null_required
{ "type": "object", "properties": { "torque_output": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "ph_level": { "type": "string", "enum": [ "option_a", "option_b", "option_c", ...
{"torque_output": "degraded", "ph_level": "option_b", "salinity": "in_transit", "width": null}
Required field 'width' is null
{"torque_output":"degraded","ph_level":"option_b","salinity":"in_transit","width":["PASS"]}
TASK repair_structured_output SPEC FIELD prop_e47 TYPE string_email REQUIRED no FIELD param_n48.param_b99 TYPE string_uri REQUIRED yes FIELD param_n48.key_l40 TYPE boolean REQUIRED yes FIELD param_n48.col_i19 TYPE boolean REQUIRED yes FIELD dim_p90 TYPE string REQUIRED yes FIELD val_q33 TYPE null REQUIRED no FIELD par...
{"param_n48":{"param_b99":"https://data.io/data","key_l40":true,"col_i19":true},"dim_p90":"Tokyo","val_q33":null,"param_t44":"https://www.org/data","val_e01":true,"val_r62":"demo","attr_n18":722.89}
tool_call_partial_args
{ "type": "object", "properties": { "prop_e47": { "type": "string", "format": "email" }, "param_n48": { "type": "object", "properties": { "param_b99": { "type": "string", "format": "uri" }, "key_l40": { "type": "boolean" ...
I need to look up the information first. Action: fetch_lab_result Arguments: {"dim_p90": "Tokyo", "val_q33": null, "param_t44": "https://www.org/data", "val_e01": true, "val_r62": "demo", "attr_n18": 722.89}
Agent tool call missing required parameter 'param_n48'
{"param_n48":{"param_b99":"https://data.io/data","key_l40":true,"col_i19":true},"dim_p90":"Tokyo","val_q33":null,"param_t44":"https://www.org/data","val_e01":true,"val_r62":"demo","attr_n18":722.89}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string VALUES small|medium|large|xl REQUIRED no FIELD current_draw TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD due_date TYPE string REQUIRED no FIELD index TYPE number REQUIRED yes BROKEN_OUTPUT "interest_rate":"large","current_draw":"GBP","due...
{"interest_rate":"large","current_draw":"GBP","due_date":"Maria","index":790.97}
missing_brace
{ "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "current_draw": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
"interest_rate":"large","current_draw":"GBP","due_date":"Maria","index":790.97}
Missing closing brace
{"interest_rate":"large","current_draw":"GBP","due_date":"Maria","index":790.97}
TASK repair_structured_output SPEC FIELD prop_x18 TYPE string REQUIRED no FIELD col_o41 TYPE integer REQUIRED yes FIELD dim_a10.prop_p04 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_a10.val_z44 TYPE boolean REQUIRED yes FIELD dim_a10.dim_e77 TYPE null REQUIRED yes FIELD key_j69 TYPE integer REQU...
{"prop_x18":"Berlin","col_o41":725,"key_j69":150,"field_k10":"completed","field_a58":{"field_f55":246.9,"val_c08":"level_6","val_w20":{"col_w68":"level_2","field_x57":"mode_f","col_o39":false},"attr_b99":null},"key_q62":"type_c"}
truncated_object
{ "type": "object", "properties": { "prop_x18": { "type": "string" }, "col_o41": { "type": "integer" }, "dim_a10": { "type": "object", "properties": { "prop_p04": { "type": "string", "enum": [ "free", "basic", ...
{"prop_x18":"Berlin","col_o41":725,"key_j69":150,"field_k10":"completed","field_a58":{"field_f55":246.9,"val_c08":"level_6","val_w20":{"col_w68":"level_2","field_x57":"mode_f","col_o39":false},"attr_b99":null},"key_q62":"type_c"
Unexpected end of JSON input — truncated object
{"prop_x18":"Berlin","col_o41":725,"key_j69":150,"field_k10":"completed","field_a58":{"field_f55":246.9,"val_c08":"level_6","val_w20":{"col_w68":"level_2","field_x57":"mode_f","col_o39":false},"attr_b99":null},"key_q62":"type_c"}
TASK repair_structured_output SPEC FIELD attr_k41 TYPE string REQUIRED no FIELD val_s39.param_n76 TYPE integer REQUIRED no FIELD val_s39.dim_s66 TYPE string REQUIRED yes FIELD val_s39.prop_g77 TYPE boolean REQUIRED no FIELD val_s39.param_y52.dim_j18 TYPE integer REQUIRED yes FIELD val_s39.param_y52.dim_k35 TYPE string...
{"attr_k41":"QC-07","val_s39":{"param_n76":451,"dim_s66":"cancelled","prop_g77":false,"val_k45":"synonymous","dim_i90":{"attr_x35":"https://api.com/v1","field_t43":629.7,"val_w59":[null,null,null],"val_n00":["green","red"]}},"prop_y25":"2024-10-14T20:04:00Z","dim_r26":{"col_p66":968,"prop_r43":220,"prop_n56":412},"fiel...
single_quotes
{ "type": "object", "properties": { "attr_k41": { "type": "string" }, "val_s39": { "type": "object", "properties": { "param_n76": { "type": "integer" }, "dim_s66": { "type": "string" }, "prop_g77": { "type": "boolean...
{'attr_k41':'QC-07','val_s39':{'param_n76':451,'dim_s66':'cancelled','prop_g77':false,'val_k45':'synonymous','dim_i90':{'attr_x35':'https://api.com/v1','field_t43':629.7,'val_w59':[null,null,null],'val_n00':['green','red']}},'prop_y25':'2024-10-14T20:04:00Z','dim_r26':{'col_p66':968,'prop_r43':220,'prop_n56':412},'fiel...
Expecting property name enclosed in double quotes
{"attr_k41":"QC-07","val_s39":{"param_n76":451,"dim_s66":"cancelled","prop_g77":false,"val_k45":"synonymous","dim_i90":{"attr_x35":"https://api.com/v1","field_t43":629.7,"val_w59":[null,null,null],"val_n00":["green","red"]}},"prop_y25":"2024-10-14T20:04:00Z","dim_r26":{"col_p66":968,"prop_r43":220,"prop_n56":412},"fiel...
TASK repair_structured_output SPEC FIELD attr_h01 TYPE integer REQUIRED yes FIELD val_g99 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD dim_y96 TYPE integer REQUIRED no FIELD prop_q25.field_k44 TYPE string REQUIRED yes FIELD prop_q25.prop_h22 TYPE string VALUES berthed|anchored|underway|moor...
{"attr_h01":588,"val_g99":"heterozygous","dim_y96":531,"prop_q25":{"field_k44":"REV","prop_h22":"underway","key_v08":"xl","dim_l06":"Smith","attr_g01":843,"field_u09":{"attr_t00":"Berlin","col_s71":true,"col_z29":"white"},"key_x93":"FWD"}}
tool_call_bad_format
{ "type": "object", "properties": { "attr_h01": { "type": "integer" }, "val_g99": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dim_y96": { "type": "integer" }, "prop_q25": { "type": "object", ...
<functioncall> verify_hazmat_compliance {attr_h01: 588, val_g99: "heterozygous", dim_y96: 531, prop_q25: {field_k44: "REV", prop_h22: "underway", key_v08: "xl", dim_l06: "Smith", attr_g01: 843, field_u09: {attr_t00: "Berlin", col_s71: true, col_z29: "white"}, key_x93: "FWD"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_h01":588,"val_g99":"heterozygous","dim_y96":531,"prop_q25":{"field_k44":"REV","prop_h22":"underway","key_v08":"xl","dim_l06":"Smith","attr_g01":843,"field_u09":{"attr_t00":"Berlin","col_s71":true,"col_z29":"white"},"key_x93":"FWD"}}
TASK repair_structured_output SPEC FIELD param_s65 TYPE number REQUIRED no FIELD val_p06.dim_e39 TYPE integer REQUIRED no FIELD val_p06.key_e30 TYPE string REQUIRED no FIELD val_p06.key_m64 TYPE integer REQUIRED no FIELD val_p06.prop_d55.attr_r75 TYPE string VALUES single|married|divorced REQUIRED no FIELD val_p06.pro...
{"param_s65":720.29,"val_p06":{"key_m64":730,"prop_d55":{"key_n97":49}},"key_e07":385,"val_r63":351.95}
missing_bracket
{ "type": "object", "properties": { "param_s65": { "type": "number" }, "val_p06": { "type": "object", "properties": { "dim_e39": { "type": "integer" }, "key_e30": { "type": "string" }, "key_m64": { "type": "integer" ...
{"param_s65":720.29,"val_p06":{"key_m64":730,"prop_d55":{"key_n97":49}},"key_e07":385,"val_r63":351.95}
Missing closing bracket
{"param_s65":720.29,"val_p06":{"key_m64":730,"prop_d55":{"key_n97":49}},"key_e07":385,"val_r63":351.95}
TASK repair_structured_output SPEC FIELD currency TYPE string REQUIRED no FIELD created_at TYPE integer REQUIRED no FIELD country TYPE number REQUIRED yes FIELD age TYPE string REQUIRED no FIELD half_life TYPE string REQUIRED yes FIELD aligned_pct.category TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED...
{"created_at":784,"country":812.36,"age":"GRCh38","half_life":"New York"}
missing_required
{ "type": "object", "properties": { "currency": { "type": "string" }, "created_at": { "type": "integer" }, "country": { "type": "number" }, "age": { "type": "string" }, "half_life": { "type": "string" }, "aligned_pct": { "type": "object...
{"created_at": 784, "country": 812.36, "age": "GRCh38"}
Required field 'half_life' is missing
{"created_at":784,"country":812.36,"age":"GRCh38","half_life":"New York"}
TASK repair_structured_output SPEC FIELD key_q82 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD prop_e90 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_a30 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD field_p24 TYPE string_email REQUIRED no FIELD dim_c50 TYPE string R...
{"prop_e90":"GBP","param_a30":"level_2","field_p24":"test@example.com","dim_c50":"test@example.com","dim_y54":856}
extra_field
{ "type": "object", "properties": { "key_q82": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "prop_e90": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
{"prop_e90": "GBP", "param_a30": "level_2", "field_p24": "test@example.com", "dim_c50": "test@example.com", "dim_y54": 856, "extra_info_8664": "unexpected"}
Unknown field 'extra_info_8664' not defined in schema
{"prop_e90":"GBP","param_a30":"level_2","field_p24":"test@example.com","dim_c50":"test@example.com","dim_y54":856}
TASK repair_structured_output SPEC FIELD country TYPE string REQUIRED yes FIELD maturity_date TYPE integer REQUIRED no FIELD brake_pressure.humidity_pct.throttle_pos TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD brake_pressure.humidity_pct.amplitude TYPE boolean REQUIRED yes FIELD brake_pressure.humid...
{"country":"https://example.com","brake_pressure":{"humidity_pct":{"throttle_pos":"critical","amplitude":false,"longitude":"Hapag-Lloyd-Express","ph_level":59,"repository":690.94},"bearing":false,"feedback":"frameshift"}}
tool_call_bad_format
{ "type": "object", "properties": { "country": { "type": "string" }, "maturity_date": { "type": "integer" }, "brake_pressure": { "type": "object", "properties": { "humidity_pct": { "type": "object", "properties": { "throttle_pos": {...
<functioncall> align_reads {country: "https://example.com", brake_pressure: {humidity_pct: {throttle_pos: "critical", amplitude: false, longitude: "Hapag-Lloyd-Express", ph_level: 59, repository: 690.94}, bearing: false, feedback: "frameshift"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"country":"https://example.com","brake_pressure":{"humidity_pct":{"throttle_pos":"critical","amplitude":false,"longitude":"Hapag-Lloyd-Express","ph_level":59,"repository":690.94},"bearing":false,"feedback":"frameshift"}}
TASK repair_structured_output SPEC FIELD val_h87 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD val_z66 TYPE string REQUIRED yes FIELD prop_g69 TYPE string_uri REQUIRED no FIELD param_p90.prop_e85 TYPE string REQUIRED yes FIELD param_p90.param_j82.col_a07 TYPE string VALUES operational|degrad...
{"val_h87":"hemizygous","val_z66":"QC-07","param_p90":{"prop_e85":"PASS","attr_k08":470}}
partial_structure
{ "type": "object", "properties": { "val_h87": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "val_z66": { "type": "string" }, "prop_g69": { "type": "string", "format": "uri" }, "param_p90": { ...
I found that param_p90 should be {'prop_e85': 'PASS', 'attr_k08': 470}. {"val_h87":"hemizygous","val_z66":"QC-07","param_p90":{"prop_e85":"PASS","attr_k08":470}}
Output mixes natural language with JSON
{"val_h87":"hemizygous","val_z66":"QC-07","param_p90":{"prop_e85":"PASS","attr_k08":470}}
TASK repair_structured_output SPEC FIELD build_status TYPE string REQUIRED yes FIELD balance TYPE string_date-time REQUIRED no FIELD step.velocity TYPE boolean REQUIRED no FIELD step.values.latitude TYPE string VALUES small|medium|large|xl REQUIRED no FIELD step.values.phenotype TYPE string REQUIRED yes FIELD step.val...
{"build_status":"New York","balance":"2025-11-25T13:16:00Z"}
truncated_array
{ "type": "object", "properties": { "build_status": { "type": "string" }, "balance": { "type": "string", "format": "date-time" }, "step": { "type": "object", "properties": { "velocity": { "type": "boolean" }, "values": { "...
{"build_status":"New York","balance":"2025-11-25T13:16:00Z"
Unexpected end of JSON input — truncated object
{"build_status":"New York","balance":"2025-11-25T13:16:00Z"}
TASK repair_structured_output SPEC FIELD dim_t09.field_m52 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD dim_t09.dim_g41 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD dim_t09.field_q81 TYPE boolean REQUIRED no FIELD val_l91 TYPE null REQUIRED yes FIELD attr_u01 TYPE i...
{"dim_t09":{"field_m52":"editor","dim_g41":"level_1"},"val_l91":null,"attr_u01":628}
extra_field
{ "type": "object", "properties": { "dim_t09": { "type": "object", "properties": { "field_m52": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "dim_g41": { "type": "string", ...
{"dim_t09": {"field_m52": "editor", "dim_g41": "level_1"}, "val_l91": null, "attr_u01": 628, "extra_value_8919": "unexpected"}
Unknown field 'extra_value_8919' not defined in schema
{"dim_t09":{"field_m52":"editor","dim_g41":"level_1"},"val_l91":null,"attr_u01":628}
TASK repair_structured_output SPEC FIELD wavelength TYPE number REQUIRED yes FIELD weight TYPE integer REQUIRED no FIELD dissolved_oxygen TYPE number REQUIRED no FIELD invoice_id TYPE integer REQUIRED yes FIELD features TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD humidity_pct TYPE string_uri REQUIRED no...
{"wavelength":596.86,"dissolved_oxygen":683.2,"invoice_id":506,"features":"phone","humidity_pct":"https://data.com/api","log_level":{"insurance_id":null,"chromosome":"level_3","weight":true}}
extra_text_after
{ "type": "object", "properties": { "wavelength": { "type": "number" }, "weight": { "type": "integer" }, "dissolved_oxygen": { "type": "number" }, "invoice_id": { "type": "integer" }, "features": { "type": "string", "enum": [ "email", ...
{"wavelength":596.86,"dissolved_oxygen":683.2,"invoice_id":506,"features":"phone","humidity_pct":"https://data.com/api","log_level":{"insurance_id":null,"chromosome":"level_3","weight":true}} Analysis finished.
Output contains non-JSON text after the object
{"wavelength":596.86,"dissolved_oxygen":683.2,"invoice_id":506,"features":"phone","humidity_pct":"https://data.com/api","log_level":{"insurance_id":null,"chromosome":"level_3","weight":true}}
TASK repair_structured_output SPEC FIELD cargo_type TYPE boolean REQUIRED no FIELD paragraph TYPE string REQUIRED yes FIELD amount.bill_of_lading TYPE number REQUIRED no FIELD amount.temp_celsius TYPE string REQUIRED yes FIELD amount.discount TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FI...
{"cargo_type":true,"paragraph":"This is a test value."}
trailing_comma
{ "type": "object", "properties": { "cargo_type": { "type": "boolean" }, "paragraph": { "type": "string" }, "amount": { "type": "object", "properties": { "bill_of_lading": { "type": "number" }, "temp_celsius": { "type": "string"...
{"cargo_type":true,"paragraph":"This is a test value.",}
Unexpected trailing comma
{"cargo_type":true,"paragraph":"This is a test value."}
TASK repair_structured_output SPEC FIELD prop_n11 TYPE string_uri REQUIRED no FIELD col_s53 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_a02 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD key_p96 TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"prop_n11":"https://example....
{"prop_n11":"https://example.org/api","col_s53":"published","param_a02":"coastal","key_p96":622}
markdown_fences
{ "type": "object", "properties": { "prop_n11": { "type": "string", "format": "uri" }, "col_s53": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_a02": { "type": "string", "enum": [ "coastal", ...
```json {"prop_n11":"https://example.org/api","col_s53":"published","param_a02":"coastal","key_p96":622} ```
Output contains markdown code fences
{"prop_n11":"https://example.org/api","col_s53":"published","param_a02":"coastal","key_p96":622}
TASK repair_structured_output SPEC FIELD prop_k49 TYPE string REQUIRED yes FIELD key_z82 TYPE string_email REQUIRED yes FIELD field_l16 TYPE string REQUIRED yes FIELD param_x87 TYPE string REQUIRED yes FIELD key_v56 TYPE string REQUIRED no BROKEN_OUTPUT <functioncall> get_inventory {prop_k49: "demo", key_z82: "test@e...
{"prop_k49":"demo","key_z82":"test@example.com","field_l16":"cancelled","param_x87":"New York","key_v56":"bar"}
tool_call_bad_format
{ "type": "object", "properties": { "prop_k49": { "type": "string" }, "key_z82": { "type": "string", "format": "email" }, "field_l16": { "type": "string" }, "param_x87": { "type": "string" }, "key_v56": { "type": "string" } }, "required...
<functioncall> get_inventory {prop_k49: "demo", key_z82: "test@example.com", field_l16: "cancelled", param_x87: "New York", key_v56: "bar"}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_k49":"demo","key_z82":"test@example.com","field_l16":"cancelled","param_x87":"New York","key_v56":"bar"}
TASK repair_structured_output SPEC FIELD key_c57 TYPE null REQUIRED no FIELD attr_a83 TYPE boolean REQUIRED no FIELD attr_x10 TYPE string_date-time REQUIRED yes FIELD col_a05 TYPE string REQUIRED no BROKEN_OUTPUT {"key_c57":null,"attr_a83":false,"attr_x10":"2024-09-06T05:02:00Z","col_a05":"inactive"
{"key_c57":null,"attr_a83":false,"attr_x10":"2024-09-06T05:02:00Z","col_a05":"inactive"}
missing_brace
{ "type": "object", "properties": { "key_c57": { "type": "null" }, "attr_a83": { "type": "boolean" }, "attr_x10": { "type": "string", "format": "date-time" }, "col_a05": { "type": "string" } }, "required": [ "attr_x10" ] }
{"key_c57":null,"attr_a83":false,"attr_x10":"2024-09-06T05:02:00Z","col_a05":"inactive"
Missing closing brace
{"key_c57":null,"attr_a83":false,"attr_x10":"2024-09-06T05:02:00Z","col_a05":"inactive"}
TASK repair_structured_output SPEC FIELD col_g10 TYPE string_uri REQUIRED no FIELD field_p78 TYPE string REQUIRED yes FIELD dim_y96[] TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: read_sensor_array Arguments: {"dim_y96": ["open", "close...
{"field_p78":"PASS","dim_y96":["open","closed"]}
tool_call_partial_args
{ "type": "object", "properties": { "col_g10": { "type": "string", "format": "uri" }, "field_p78": { "type": "string" }, "dim_y96": { "type": "array", "items": { "type": "string", "enum": [ "open", "in_progress", "resolv...
I need to look up the information first. Action: read_sensor_array Arguments: {"dim_y96": ["open", "closed"]}
Agent tool call missing required parameter 'field_p78'
{"field_p78":"PASS","dim_y96":["open","closed"]}
TASK repair_structured_output SPEC FIELD phenotype TYPE integer REQUIRED no FIELD category TYPE string_uri REQUIRED yes FIELD feedback[] TYPE integer REQUIRED no FIELD annotation[] TYPE boolean REQUIRED no BROKEN_OUTPUT Tool: process_payment Params: {"phenotype": 223, "annotation": [false], "category_name": "https://...
{"phenotype":223,"category":"https://www.io/v1","annotation":[false]}
tool_call_wrong_param
{ "type": "object", "properties": { "phenotype": { "type": "integer" }, "category": { "type": "string", "format": "uri" }, "feedback": { "type": "array", "items": { "type": "integer" } }, "annotation": { "type": "array", "items": { ...
Tool: process_payment Params: {"phenotype": 223, "annotation": [false], "category_name": "https://www.io/v1"}
Agent used wrong parameter name 'category_name' instead of 'category'
{"phenotype":223,"category":"https://www.io/v1","annotation":[false]}
TASK repair_structured_output SPEC FIELD date TYPE boolean REQUIRED no FIELD url TYPE string VALUES success|error|warning|info REQUIRED no FIELD crew_id TYPE integer REQUIRED yes FIELD active TYPE string REQUIRED no FIELD weight[] TYPE number REQUIRED yes BROKEN_OUTPUT {date:false,url:"info",crew_id:259,active:"2024-...
{"date":false,"url":"info","crew_id":259,"active":"2024-01-15","weight":[182.25,264.64]}
unquoted_keys
{ "type": "object", "properties": { "date": { "type": "boolean" }, "url": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "crew_id": { "type": "integer" }, "active": { "type": "string" }, ...
{date:false,url:"info",crew_id:259,active:"2024-01-15",weight:[182.25,264.64]}
Expecting property name enclosed in double quotes
{"date":false,"url":"info","crew_id":259,"active":"2024-01-15","weight":[182.25,264.64]}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE string REQUIRED no FIELD features TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD type TYPE integer REQUIRED yes FIELD deploy_target TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD date TYPE string VALUES sy...
{"frequency_hz":"chr1","features":"underway","type":861,"date":"synonymous"}
extra_text_before
{ "type": "object", "properties": { "frequency_hz": { "type": "string" }, "features": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "type": { "type": "integer" }, "deploy_target": { "type...
Pipeline result: {"frequency_hz":"chr1","features":"underway","type":861,"date":"synonymous"}
Output contains non-JSON text before the object
{"frequency_hz":"chr1","features":"underway","type":861,"date":"synonymous"}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string REQUIRED no FIELD port_code TYPE boolean REQUIRED yes FIELD active.ward TYPE integer REQUIRED no FIELD active.product_id TYPE string REQUIRED no FIELD active.currency.chromosome TYPE string REQUIRED yes FIELD active.currency.description TYPE null REQUIRED...
{"invoice_id":"This is a test value.","port_code":false,"paragraph":null,"frequency_hz":true,"version":371.87,"city":118}
partial_structure
{ "type": "object", "properties": { "invoice_id": { "type": "string" }, "port_code": { "type": "boolean" }, "active": { "type": "object", "properties": { "ward": { "type": "integer" }, "product_id": { "type": "string" },...
The frequency_hz is True and {"invoice_id":"This is a test value.","port_code":false,"paragraph":null,"frequency_hz":true,"version":371.87,"city":118}
Output mixes natural language with JSON
{"invoice_id":"This is a test value.","port_code":false,"paragraph":null,"frequency_hz":true,"version":371.87,"city":118}
TASK repair_structured_output SPEC FIELD run_id TYPE string_email REQUIRED yes FIELD manifest_ref TYPE number REQUIRED yes FIELD throttle_pos TYPE integer REQUIRED yes BROKEN_OUTPUT Here is the response in the requested format: {"run_id":"user@example.com","manifest_ref":726.83,"throttle_pos":775}
{"run_id":"user@example.com","manifest_ref":726.83,"throttle_pos":775}
extra_text_before
{ "type": "object", "properties": { "run_id": { "type": "string", "format": "email" }, "manifest_ref": { "type": "number" }, "throttle_pos": { "type": "integer" } }, "required": [ "run_id", "manifest_ref", "throttle_pos" ] }
Here is the response in the requested format: {"run_id":"user@example.com","manifest_ref":726.83,"throttle_pos":775}
Output contains non-JSON text before the object
{"run_id":"user@example.com","manifest_ref":726.83,"throttle_pos":775}
TASK repair_structured_output SPEC FIELD col_z08 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_e17 TYPE number REQUIRED no FIELD prop_o04 TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> annotate_mutation {col_z08: "level_2", prop_o04: "2023-12-25"}
{"col_z08":"level_2","prop_o04":"2023-12-25"}
tool_call_bad_format
{ "type": "object", "properties": { "col_z08": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_e17": { "type": "number" }, "prop_o04": { "type": "string" } ...
<functioncall> annotate_mutation {col_z08: "level_2", prop_o04: "2023-12-25"}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_z08":"level_2","prop_o04":"2023-12-25"}
TASK repair_structured_output SPEC FIELD attr_g32 TYPE string REQUIRED yes FIELD col_d78 TYPE string REQUIRED no FIELD dim_e04 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD param_w49 TYPE number REQUIRED no FIELD field_u44[].attr_b67 TYPE integer REQUIRED no FIELD field_u44[].dim_y78 TYPE boolean R...
{"attr_g32":"https://example.com","dim_e04":"mode_c","param_w49":511.4,"field_u44":[{"attr_b67":995,"dim_y78":true,"col_g08":232.7,"col_z07":"Diana","prop_k91":951.44,"val_y20":"Santos","prop_x81":"user@example.com"},{"attr_b67":383,"dim_y78":false,"col_g08":765.78,"col_z07":"foo","prop_k91":747.01,"param_y77":"baz","v...
agent_chain
{ "type": "object", "properties": { "attr_g32": { "type": "string" }, "col_d78": { "type": "string" }, "dim_e04": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "param_w49": { "type": "number" ...
I need to look up the information first. Action: validate_sample Result: {"attr_g32": "https://example.com", "param_w49": 511.4, "field_u44": [{"attr_b67": 995, "dim_y78": true, "col_g08": 232.7, "col_z07": "Diana", "prop_k91": 951.44, "val_y20": "Santos", "prop_x81": "user@example.com"}, {"attr_b67": 383, "dim_y78": f...
Agent multi-step chain with truncated tool output
{"attr_g32":"https://example.com","dim_e04":"mode_c","param_w49":511.4,"field_u44":[{"attr_b67":995,"dim_y78":true,"col_g08":232.7,"col_z07":"Diana","prop_k91":951.44,"val_y20":"Santos","prop_x81":"user@example.com"},{"attr_b67":383,"dim_y78":false,"col_g08":765.78,"col_z07":"foo","prop_k91":747.01,"param_y77":"baz","v...
TASK repair_structured_output SPEC FIELD published TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD first_name TYPE integer REQUIRED no FIELD wavelength.altitude TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD wavelength.first_name TYPE string_date-time REQUIRED yes FIELD waveleng...
{"published":"returned","first_name":319,"wavelength":{"altitude":"free","first_name":"2025-01-14T00:35:00Z"}}
wrong_type
{ "type": "object", "properties": { "published": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "first_name": { "type": "integer" }, "wavelength": { "type": "object", "properties": { "alt...
{"published": "returned", "first_name": "\"319\"", "wavelength": {"altitude": "free", "first_name": "2025-01-14T00:35:00Z"}}
Field 'first_name' must be integer, got string
{"published":"returned","first_name":319,"wavelength":{"altitude":"free","first_name":"2025-01-14T00:35:00Z"}}
TASK repair_structured_output SPEC FIELD prop_c54 TYPE string_uri REQUIRED yes FIELD val_f00 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD param_l03.param_c28 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD param_l03.dim_l64 TYPE integer REQUIRED yes FIELD param_l0...
{"prop_c54":"https://example.org/v1","val_f00":"option_a","param_l03":{"param_c28":"option_c","dim_l64":764,"attr_n94":false,"prop_z36":"https://api.io/api"}}
unquoted_keys
{ "type": "object", "properties": { "prop_c54": { "type": "string", "format": "uri" }, "val_f00": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "param_l03": { "type": "object", "properti...
{prop_c54:"https://example.org/v1",val_f00:"option_a",param_l03:{param_c28:"option_c",dim_l64:764,attr_n94:false,prop_z36:"https://api.io/api"}}
Expecting property name enclosed in double quotes
{"prop_c54":"https://example.org/v1","val_f00":"option_a","param_l03":{"param_c28":"option_c","dim_l64":764,"attr_n94":false,"prop_z36":"https://api.io/api"}}
TASK repair_structured_output SPEC FIELD prop_n45 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_w89 TYPE integer REQUIRED yes FIELD param_v96 TYPE integer REQUIRED yes FIELD col_e46[].key_p26 TYPE number REQUIRED yes FIELD col_e46[].attr_p80 TYPE string REQUIRED no FIELD col_e46[]...
{"prop_n45":"operational","param_w89":396,"param_v96":866,"prop_t21":[{"field_y24":"inland","key_s35":25,"attr_m76":"free","key_x22":false,"field_y63":749},{"field_y24":"arctic","key_s35":198,"attr_m76":"basic","param_v41":"2021-05-13T22:56:00Z","field_y63":721},{"field_y24":"inland","key_s35":866,"attr_m76":"basic","p...
truncated_object
{ "type": "object", "properties": { "prop_n45": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "param_w89": { "type": "integer" }, "param_v96": { "type": "integer" }, "col_e46": { ...
{"prop_n45":"operational","param_w89":396,"param_v96":866,"prop_t21":[{"field_y24":"inland","key_s35":25,"attr_m76":"free","key_x22":false,"field_y63":749},{"field_y24":"arctic","key_s35":198,"attr_m76":"basic","param_v41":"2021-05-13T22:56:00Z","field_y63":721},{"field_y24":"inland","key_s35":866,"attr_m76":"basic","p...
Unexpected end of JSON input — truncated object
{"prop_n45":"operational","param_w89":396,"param_v96":866,"prop_t21":[{"field_y24":"inland","key_s35":25,"attr_m76":"free","key_x22":false,"field_y63":749},{"field_y24":"arctic","key_s35":198,"attr_m76":"basic","param_v41":"2021-05-13T22:56:00Z","field_y63":721},{"field_y24":"inland","key_s35":866,"attr_m76":"basic","p...
TASK repair_structured_output SPEC FIELD param_t24 TYPE null REQUIRED yes FIELD key_v97 TYPE integer REQUIRED yes FIELD field_n20 TYPE integer REQUIRED yes FIELD val_l90 TYPE integer REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool_call name="generate_report"> {"param_t24":null,"key_v97":920,...
{"param_t24":null,"key_v97":920,"field_n20":160,"val_l90":899}
tool_call_text_mix
{ "type": "object", "properties": { "param_t24": { "type": "null" }, "key_v97": { "type": "integer" }, "field_n20": { "type": "integer" }, "val_l90": { "type": "integer" } }, "required": [ "key_v97", "val_l90", "param_t24", "field_n20" ] ...
I need to look up the information first. <tool_call name="generate_report"> {"param_t24":null,"key_v97":920,"field_n20":160,"val_l90":899} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"param_t24":null,"key_v97":920,"field_n20":160,"val_l90":899}
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED no FIELD options TYPE null REQUIRED yes FIELD current_draw TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD voltage TYPE string VALUES email|phone|sms|push REQUIRED no FIELD label[].shift_code TYPE null REQUIRED no FIELD label[...
{"allele":"2024-06-30","options":null,"current_draw":"type_c","voltage":"email","label":[{"shift_code":null,"due_date":"https://api.example.com/v1","updated_at":"demo","price":611.8,"dissolved_oxygen":"admin"},{"shift_code":null,"due_date":"chr1","updated_at":"REV","price":105.59,"dissolved_oxygen":"viewer"},{"shift_co...
agent_chain
{ "type": "object", "properties": { "allele": { "type": "string" }, "options": { "type": "null" }, "current_draw": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "voltage": { ...
I need to look up the information first. Action: update_record Result: {"allele": "2024-06-30", "options": null, "current_draw": "type_c", "voltage": "email"} I'll query our database. Action: send_email Result:
Agent multi-step chain with truncated tool output
{"allele":"2024-06-30","options":null,"current_draw":"type_c","voltage":"email","label":[{"shift_code":null,"due_date":"https://api.example.com/v1","updated_at":"demo","price":611.8,"dissolved_oxygen":"admin"},{"shift_code":null,"due_date":"chr1","updated_at":"REV","price":105.59,"dissolved_oxygen":"viewer"},{"shift_co...
TASK repair_structured_output SPEC FIELD key_o06 TYPE string_uri REQUIRED no FIELD attr_t28 TYPE string REQUIRED yes FIELD key_o80 TYPE string REQUIRED no FIELD param_x13.val_j22 TYPE boolean REQUIRED no FIELD param_x13.val_t72 TYPE string REQUIRED no FIELD param_x13.dim_m44 TYPE string REQUIRED yes FIELD param_x13.va...
{"key_o06":"https://www.io/api","attr_t28":"https://example.com","key_o80":"MV-Evergreen-01","dim_q23":"PASS","param_h65":true}
agent_chain
{ "type": "object", "properties": { "key_o06": { "type": "string", "format": "uri" }, "attr_t28": { "type": "string" }, "key_o80": { "type": "string" }, "param_x13": { "type": "object", "properties": { "val_j22": { "type": "boolean" ...
I need to look up the information first. Action: validate_sample Result: {"key_o06": "https://www.io/api", "attr_t28": "https://example.com", "dim_q23": "PASS", "param_h65": true} I'll query our database. Action: call_variants Result:
Agent multi-step chain with truncated tool output
{"key_o06":"https://www.io/api","attr_t28":"https://example.com","key_o80":"MV-Evergreen-01","dim_q23":"PASS","param_h65":true}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE integer REQUIRED no FIELD values TYPE string_uri REQUIRED yes FIELD paragraph TYPE string REQUIRED no FIELD trace_id TYPE string REQUIRED no FIELD state TYPE string VALUES success|error|warning|info REQUIRED no FIELD position TYPE string VALUES type_a|type...
{"dissolved_oxygen":451,"values":"https://www.org/data","paragraph":"https://example.com","trace_id":"London","state":"info","position":"type_b","batch_code":false,"terminal_id":283}
tool_call_bad_format
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "integer" }, "values": { "type": "string", "format": "uri" }, "paragraph": { "type": "string" }, "trace_id": { "type": "string" }, "state": { "type": "string", "enum": [ ...
<functioncall> validate_address {dissolved_oxygen: 451, values: "https://www.org/data", paragraph: "https://example.com", trace_id: "London", state: "info", position: "type_b", batch_code: false, terminal_id: 283}
Tool call has malformed arguments — unquoted keys in function parameters
{"dissolved_oxygen":451,"values":"https://www.org/data","paragraph":"https://example.com","trace_id":"London","state":"info","position":"type_b","batch_code":false,"terminal_id":283}
TASK repair_structured_output SPEC FIELD attr_b19 TYPE string REQUIRED no FIELD prop_w59 TYPE number REQUIRED no FIELD param_q12 TYPE integer REQUIRED no FIELD col_e73 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD dim_h29 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no BROKEN_O...
{"attr_b19":"Maria","prop_w59":598.35,"col_e73":"type_b","dim_h29":"cat_a"}
missing_brace
{ "type": "object", "properties": { "attr_b19": { "type": "string" }, "prop_w59": { "type": "number" }, "param_q12": { "type": "integer" }, "col_e73": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
"attr_b19":"Maria","prop_w59":598.35,"col_e73":"type_b","dim_h29":"cat_a"}
Missing closing brace
{"attr_b19":"Maria","prop_w59":598.35,"col_e73":"type_b","dim_h29":"cat_a"}
TASK repair_structured_output SPEC FIELD level TYPE string_email REQUIRED no FIELD index TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD current_draw TYPE number REQUIRED yes FIELD comments TYPE null REQUIRED no FIELD feedback.item_id TYPE string VALUES operational|degraded|offline|maintenance REQU...
{"index":"unstable","current_draw":873.01,"comments":null,"chromosome":{"enabled":"critical","feedback":true,"dissolved_oxygen":"2025-01-25T20:14:00Z"}}
tool_call_wrong_param
{ "type": "object", "properties": { "level": { "type": "string", "format": "email" }, "index": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "current_draw": { "type": "number" }, "comments": { "...
Tool: track_vessel Params: {"current_draw": 873.01, "comments": null, "chromosome": {"enabled": "critical", "feedback": true, "dissolved_oxygen": "2025-01-25T20:14:00Z"}, "index_name": "unstable"}
Agent used wrong parameter name 'index_name' instead of 'index'
{"index":"unstable","current_draw":873.01,"comments":null,"chromosome":{"enabled":"critical","feedback":true,"dissolved_oxygen":"2025-01-25T20:14:00Z"}}
TASK repair_structured_output SPEC FIELD dim_q60 TYPE string_email REQUIRED no FIELD col_u30 TYPE string REQUIRED yes FIELD param_z27 TYPE integer REQUIRED no FIELD attr_l93.col_u98.field_r32 TYPE string REQUIRED yes FIELD attr_l93.col_u98.col_q45 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIEL...
{"dim_q60":"admin@domain.org","col_u30":"Diana","param_x40":794,"prop_f63":747.08,"prop_c68":"https://www.com/api"}
extra_text_before
{ "type": "object", "properties": { "dim_q60": { "type": "string", "format": "email" }, "col_u30": { "type": "string" }, "param_z27": { "type": "integer" }, "attr_l93": { "type": "object", "properties": { "col_u98": { "type": "object"...
Below is the JSON object: {"dim_q60":"admin@domain.org","col_u30":"Diana","param_x40":794,"prop_f63":747.08,"prop_c68":"https://www.com/api"}
Output contains non-JSON text before the object
{"dim_q60":"admin@domain.org","col_u30":"Diana","param_x40":794,"prop_f63":747.08,"prop_c68":"https://www.com/api"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string VALUES type_a|type_b REQUIRED no FIELD rating TYPE string VALUES active|inactive|pending REQUIRED no FIELD port_code TYPE integer REQUIRED no FIELD price TYPE string VALUES email|phone|sms|push REQUIRED no FIELD insurance_id TYPE string REQUIRED yes BRO...
{"vessel_name":"type_b","rating":"pending","port_code":806,"price":"push","insurance_id":"example"}
tool_call_text_mix
{ "type": "object", "properties": { "vessel_name": { "type": "string", "enum": [ "type_a", "type_b" ] }, "rating": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "port_code": { "type": "integer"...
I'll query our database. <tool_call name="create_ticket"> {"vessel_name":"type_b","rating":"pending","port_code":806,"price":"push","insurance_id":"example"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"vessel_name":"type_b","rating":"pending","port_code":806,"price":"push","insurance_id":"example"}
TASK repair_structured_output SPEC FIELD footnote TYPE integer REQUIRED no FIELD quantity TYPE integer REQUIRED no FIELD active TYPE null REQUIRED yes FIELD yield_pct TYPE boolean REQUIRED yes FIELD due_date TYPE string REQUIRED yes BROKEN_OUTPUT {"footnote":975,"quantity":919,"active":null,"yield_pct":false,"due_dat...
{"footnote":975,"quantity":919,"active":null,"yield_pct":false,"due_date":"Bob"}
trailing_comma
{ "type": "object", "properties": { "footnote": { "type": "integer" }, "quantity": { "type": "integer" }, "active": { "type": "null" }, "yield_pct": { "type": "boolean" }, "due_date": { "type": "string" } }, "required": [ "yield_pct", ...
{"footnote":975,"quantity":919,"active":null,"yield_pct":false,"due_date":"Bob",}
Unexpected trailing comma
{"footnote":975,"quantity":919,"active":null,"yield_pct":false,"due_date":"Bob"}
TASK repair_structured_output SPEC FIELD dim_x87 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD val_i92 TYPE string REQUIRED no FIELD dim_x65 TYPE integer REQUIRED yes FIELD param_p87[].param_c26 TYPE string REQUIRED no FIELD param_p87[].dim_j21 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED n...
{"dim_x87":"resolved","dim_x65":300,"param_p87":[{"param_c26":"Alice","dim_j21":"USD","dim_r84":"2026-12-28T09:00:00Z","col_h08":"2023-07-27T12:35:00Z"},{"param_c26":"test","dim_j21":"USD","dim_r84":"2021-05-11T03:35:00Z","col_h08":"2025-04-04T02:17:00Z"},{"dim_j21":"BRL","dim_r84":"2022-07-19T20:10:00Z","col_h08":"202...
markdown_fences
{ "type": "object", "properties": { "dim_x87": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "val_i92": { "type": "string" }, "dim_x65": { "type": "integer" }, "param_p87": { "type": "arr...
```json {"dim_x87":"resolved","dim_x65":300,"param_p87":[{"param_c26":"Alice","dim_j21":"USD","dim_r84":"2026-12-28T09:00:00Z","col_h08":"2023-07-27T12:35:00Z"},{"param_c26":"test","dim_j21":"USD","dim_r84":"2021-05-11T03:35:00Z","col_h08":"2025-04-04T02:17:00Z"},{"dim_j21":"BRL","dim_r84":"2022-07-19T20:10:00Z","col_h...
Output contains markdown code fences
{"dim_x87":"resolved","dim_x65":300,"param_p87":[{"param_c26":"Alice","dim_j21":"USD","dim_r84":"2026-12-28T09:00:00Z","col_h08":"2023-07-27T12:35:00Z"},{"param_c26":"test","dim_j21":"USD","dim_r84":"2021-05-11T03:35:00Z","col_h08":"2025-04-04T02:17:00Z"},{"dim_j21":"BRL","dim_r84":"2022-07-19T20:10:00Z","col_h08":"202...
TASK repair_structured_output SPEC FIELD field_p85 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_q98 TYPE string_date-time REQUIRED yes FIELD val_n12.prop_z97 TYPE integer REQUIRED yes FIELD val_n12.val_p47 TYPE string REQUIRED no FIELD val_n12.dim_f25 TYPE string VALUES coastal|oceanic|inland|arctic ...
{"param_q98":"2021-08-20T15:59:00Z","dim_y85":"Silva"}
partial_structure
{ "type": "object", "properties": { "field_p85": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_q98": { "type": "string", "format": "date-time" }, "val_n12": { "type": "object", "proper...
Based on the data, param_q98 is 2021-08-20T15:59:00Z. {"param_q98":"2021-08-20T15:59:00Z","dim_y85":"Silva"}
Output mixes natural language with JSON
{"param_q98":"2021-08-20T15:59:00Z","dim_y85":"Silva"}
TASK repair_structured_output SPEC FIELD attr_b57 TYPE string REQUIRED no FIELD dim_l47 TYPE boolean REQUIRED yes FIELD col_t62[].col_m00 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD col_t62[].key_g01 TYPE string REQUIRED no FIELD col_t62[].param_d23 TYPE string REQUIRED yes FIELD col_t62[].val_n03 TYPE ...
{"attr_b57":"FWD","dim_l47":false,"col_t62":[{"col_m00":"mode_b","key_g01":"baz","param_d23":"Tokyo","dim_b79":true,"param_t33":"option_c","param_g68":285},{"col_m00":"mode_b","param_d23":"Silva","val_n03":null,"dim_b79":true,"param_t33":"option_d","param_g68":690},{"col_m00":"mode_a","param_d23":"https://api.example.c...
partial_structure
{ "type": "object", "properties": { "attr_b57": { "type": "string" }, "dim_l47": { "type": "boolean" }, "col_t62": { "type": "array", "items": { "type": "object", "properties": { "col_m00": { "type": "string", "enum": [ ...
The col_t62 is [{'col_m00': 'mode_b', 'key_g01': 'baz', 'param_d23': 'Tokyo', 'dim_b79': True, 'param_t33': 'option_c', 'param_g68': 285}, {'col_m00': 'mode_b', 'param_d23': 'Silva', 'val_n03': None, 'dim_b79': True, 'param_t33': 'option_d', 'param_g68': 690}, {'col_m00': 'mode_a', 'param_d23': 'https://api.example.com...
Output mixes natural language with JSON
{"attr_b57":"FWD","dim_l47":false,"col_t62":[{"col_m00":"mode_b","key_g01":"baz","param_d23":"Tokyo","dim_b79":true,"param_t33":"option_c","param_g68":285},{"col_m00":"mode_b","param_d23":"Silva","val_n03":null,"dim_b79":true,"param_t33":"option_d","param_g68":690},{"col_m00":"mode_a","param_d23":"https://api.example.c...
TASK repair_structured_output SPEC FIELD col_m31 TYPE boolean REQUIRED no FIELD dim_j80 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD prop_p42 TYPE boolean REQUIRED yes BROKEN_OUTPUT "dim_j80":"editor","prop_p42":false}
{"dim_j80":"editor","prop_p42":false}
missing_brace
{ "type": "object", "properties": { "col_m31": { "type": "boolean" }, "dim_j80": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_p42": { "type": "boolean" } }, "required": [ "prop_p42", "dim_j80" ] }
"dim_j80":"editor","prop_p42":false}
Missing closing brace
{"dim_j80":"editor","prop_p42":false}
TASK repair_structured_output SPEC FIELD isotope TYPE string REQUIRED no FIELD image_url TYPE string VALUES email|phone|sms|push REQUIRED no FIELD annotation.lab_result.order_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD annotation.lab_result.username TYPE string_email REQUIRED yes FIELD an...
{"isotope":"Silva","image_url":"push","rating":"Paris","batch_code":true,"chapter":"REV","filter_flag":527.5}
tool_call_text_mix
{ "type": "object", "properties": { "isotope": { "type": "string" }, "image_url": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "annotation": { "type": "object", "properties": { "lab_result": { ...
Let me check the system. <tool_call name="get_inventory"> {"isotope":"Silva","image_url":"push","rating":"Paris","batch_code":true,"chapter":"REV","filter_flag":527.5} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"isotope":"Silva","image_url":"push","rating":"Paris","batch_code":true,"chapter":"REV","filter_flag":527.5}
TASK repair_structured_output SPEC FIELD shift_code TYPE string VALUES low|medium|high|critical REQUIRED no FIELD index TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD verified TYPE integer REQUIRED no FIELD username TYPE integer REQUIRED no FIELD altitude TYPE string VALUES level_1|level_2|lev...
{"index":"heterozygous","verified":650,"username":766,"altitude":"level_2"}
markdown_fences
{ "type": "object", "properties": { "shift_code": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "index": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, ...
```json {"index":"heterozygous","verified":650,"username":766,"altitude":"level_2"} ```
Output contains markdown code fences
{"index":"heterozygous","verified":650,"username":766,"altitude":"level_2"}
TASK repair_structured_output SPEC FIELD prop_h74 TYPE integer REQUIRED yes FIELD dim_k17 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD field_m77 TYPE integer REQUIRED yes BROKEN_OUTPUT {"prop_h74":892,"dim_k17":"cat_b","field_m77":743} This should match the schema you provided.
{"prop_h74":892,"dim_k17":"cat_b","field_m77":743}
extra_text_after
{ "type": "object", "properties": { "prop_h74": { "type": "integer" }, "dim_k17": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "field_m77": { "type": "integer" } }, "required": [ "field_m77", "prop_h74" ] }
{"prop_h74":892,"dim_k17":"cat_b","field_m77":743} This should match the schema you provided.
Output contains non-JSON text after the object
{"prop_h74":892,"dim_k17":"cat_b","field_m77":743}
TASK repair_structured_output SPEC FIELD attr_b88 TYPE number REQUIRED yes FIELD attr_v75 TYPE number REQUIRED yes FIELD val_z71 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_b88":643.45,"attr_v75":981.39,"val_z71":"baz"} Hope this helps!
{"attr_b88":643.45,"attr_v75":981.39,"val_z71":"baz"}
extra_text_after
{ "type": "object", "properties": { "attr_b88": { "type": "number" }, "attr_v75": { "type": "number" }, "val_z71": { "type": "string" } }, "required": [ "attr_v75", "attr_b88", "val_z71" ] }
{"attr_b88":643.45,"attr_v75":981.39,"val_z71":"baz"} Hope this helps!
Output contains non-JSON text after the object
{"attr_b88":643.45,"attr_v75":981.39,"val_z71":"baz"}
TASK repair_structured_output SPEC FIELD role TYPE integer REQUIRED no FIELD dosage TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD format.age TYPE string VALUES single|married|divorced REQUIRED yes FIELD format.index TYPE string VALUES success|error|warning|info REQUIRED yes FIELD format.decay_...
{"dosage":"anchored","subtotal":"hello","organism":{"priority":"Silva","rating":"Santos"}}
tool_call_wrong_param
{ "type": "object", "properties": { "role": { "type": "integer" }, "dosage": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "format": { "type": "object", "properties": { "age": { ...
Tool: generate_report Params: {"dosage": "anchored", "subtotal": "hello", "organism": {"priority": "Silva", "rating": "Santos"}}
Agent used wrong parameter name 'format2' instead of 'format'
{"dosage":"anchored","subtotal":"hello","organism":{"priority":"Silva","rating":"Santos"}}
TASK repair_structured_output SPEC FIELD attr_u24 TYPE string REQUIRED yes FIELD key_p45 TYPE string REQUIRED no FIELD prop_c91 TYPE integer REQUIRED no BROKEN_OUTPUT The output is as follows: {"attr_u24":"active","key_p45":"GRCh38","prop_c91":864}
{"attr_u24":"active","key_p45":"GRCh38","prop_c91":864}
extra_text_before
{ "type": "object", "properties": { "attr_u24": { "type": "string" }, "key_p45": { "type": "string" }, "prop_c91": { "type": "integer" } }, "required": [ "attr_u24" ] }
The output is as follows: {"attr_u24":"active","key_p45":"GRCh38","prop_c91":864}
Output contains non-JSON text before the object
{"attr_u24":"active","key_p45":"GRCh38","prop_c91":864}
TASK repair_structured_output SPEC FIELD phenotype TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD balance TYPE string REQUIRED yes FIELD conductivity TYPE boolean REQUIRED yes FIELD frequency_hz TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT {"phenotype": "green", "ba...
{"phenotype":"green","balance":"2024-06-30","conductivity":false,"frequency_hz":"new"}
wrong_type
{ "type": "object", "properties": { "phenotype": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "balance": { "type": "string" }, "conductivity": { "type": "boolean" }, "frequency_hz": { ...
{"phenotype": "green", "balance": "2024-06-30", "conductivity": "\"no\"", "frequency_hz": "new"}
Field 'conductivity' must be boolean, got string
{"phenotype":"green","balance":"2024-06-30","conductivity":false,"frequency_hz":"new"}
TASK repair_structured_output SPEC FIELD col_d40 TYPE string REQUIRED yes FIELD param_d20 TYPE number REQUIRED yes FIELD field_x36 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD param_l54.attr_z65 TYPE string REQUIRED yes FIELD param_l54.prop_y02 TYPE integer REQUIRED yes FIELD p...
{"col_d40":"chr1","param_d20":868.46,"field_x36":"level_2","param_l54":{"attr_z65":"chrX","prop_y02":668},"val_x54":"type_a","attr_b88":215.94}
missing_bracket
{ "type": "object", "properties": { "col_d40": { "type": "string" }, "param_d20": { "type": "number" }, "field_x36": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] ...
{"col_d40":"chr1","param_d20":868.46,"field_x36":"level_2","param_l54":{"attr_z65":"chrX","prop_y02":668},"val_x54":"type_a","attr_b88":215.94}
Missing closing bracket
{"col_d40":"chr1","param_d20":868.46,"field_x36":"level_2","param_l54":{"attr_z65":"chrX","prop_y02":668},"val_x54":"type_a","attr_b88":215.94}
TASK repair_structured_output SPEC FIELD field_y71 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD param_t98 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD col_b11 TYPE string REQUIRED no FIELD attr_d48 TYPE integer REQUIRED yes FIELD val_c50 TYPE boolean REQUIRED yes BROKEN_O...
{"field_y71":"low","param_t98":"homozygous","col_b11":"https://api.example.com/v1","attr_d48":4,"val_c50":false}
markdown_fences
{ "type": "object", "properties": { "field_y71": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "param_t98": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
```json {"field_y71":"low","param_t98":"homozygous","col_b11":"https://api.example.com/v1","attr_d48":4,"val_c50":false} ```
Output contains markdown code fences
{"field_y71":"low","param_t98":"homozygous","col_b11":"https://api.example.com/v1","attr_d48":4,"val_c50":false}