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 score TYPE string_date-time REQUIRED yes FIELD velocity.department TYPE string REQUIRED yes FIELD velocity.sensor_id TYPE number REQUIRED yes FIELD velocity.height.procedure_code TYPE number REQUIRED yes FIELD velocity.height.hazmat_code TYPE number REQUIRED yes FIELD velocity....
{"score":"2022-10-02T07:46:00Z","velocity":{"department":"inactive","sensor_id":267.64,"height":{"procedure_code":322.98,"hazmat_code":960.78,"velocity":401.42,"title":74,"run_id":[true,false]}},"interest_rate":"Luis","order_id":"small"}
markdown_explanation
{ "type": "object", "properties": { "score": { "type": "string", "format": "date-time" }, "velocity": { "type": "object", "properties": { "department": { "type": "string" }, "sensor_id": { "type": "number" }, "height": {...
Sensor output follows: ```json {"score":"2022-10-02T07:46:00Z","velocity":{"department":"inactive","sensor_id":267.64,"height":{"procedure_code":322.98,"hazmat_code":960.78,"velocity":401.42,"title":74,"run_id":[true,false]}},"interest_rate":"Luis","order_id":"small"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"score":"2022-10-02T07:46:00Z","velocity":{"department":"inactive","sensor_id":267.64,"height":{"procedure_code":322.98,"hazmat_code":960.78,"velocity":401.42,"title":74,"run_id":[true,false]}},"interest_rate":"Luis","order_id":"small"}
TASK repair_structured_output SPEC FIELD prop_f11 TYPE string REQUIRED no FIELD param_n41 TYPE integer REQUIRED no FIELD dim_y76 TYPE string_uri REQUIRED no FIELD attr_q68[].prop_i30 TYPE number REQUIRED yes FIELD attr_q68[].dim_e67 TYPE string REQUIRED yes FIELD attr_q68[].col_m25 TYPE array REQUIRED no FIELD attr_q6...
{"prop_f11":"Alice","param_n41":593,"dim_y76":"https://data.org/data","attr_q68":[{"prop_i30":398.7,"dim_e67":"qux","col_m25":["Alice"],"key_t26":["2021-08-06T01:12:00Z","2020-07-06T11:01:00Z"]},{"prop_i30":503.51,"dim_e67":"completed","col_m25":["cancelled"],"key_t26":["2021-04-13T00:53:00Z","2024-07-04T14:12:00Z","20...
null_required
{ "type": "object", "properties": { "prop_f11": { "type": "string" }, "param_n41": { "type": "integer" }, "dim_y76": { "type": "string", "format": "uri" }, "attr_q68": { "type": "array", "items": { "type": "object", "properties": { ...
{"prop_f11": "Alice", "param_n41": 593, "dim_y76": "https://data.org/data", "attr_q68": null}
Required field 'attr_q68' is null
{"prop_f11":"Alice","param_n41":593,"dim_y76":"https://data.org/data","attr_q68":[{"prop_i30":398.7,"dim_e67":"qux","col_m25":["Alice"],"key_t26":["2021-08-06T01:12:00Z","2020-07-06T11:01:00Z"]},{"prop_i30":503.51,"dim_e67":"completed","col_m25":["cancelled"],"key_t26":["2021-04-13T00:53:00Z","2024-07-04T14:12:00Z","20...
TASK repair_structured_output SPEC FIELD key_l62 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_g04 TYPE string REQUIRED yes FIELD param_e50 TYPE boolean REQUIRED no FIELD attr_k93[] TYPE string REQUIRED no BROKEN_OUTPUT The parsed result is: ```json {"attr_g04":"MV-Evergreen-01","param_e50":true,...
{"attr_g04":"MV-Evergreen-01","param_e50":true,"attr_k93":["chr1","Tokyo","baz","hello"]}
markdown_explanation
{ "type": "object", "properties": { "key_l62": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "attr_g04": { "type": "string" }, "param_e50": { "type": "boolean" }, "attr_k93": { "type": "array", "items...
The parsed result is: ```json {"attr_g04":"MV-Evergreen-01","param_e50":true,"attr_k93":["chr1","Tokyo","baz","hello"]} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"attr_g04":"MV-Evergreen-01","param_e50":true,"attr_k93":["chr1","Tokyo","baz","hello"]}
TASK repair_structured_output SPEC FIELD terminal_id TYPE number REQUIRED yes FIELD crew_id.chapter TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD crew_id.level TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD crew_id.barcode TYPE number REQUIRED no FIELD crew_id.pressure_kpa ...
{"terminal_id":358.58,"crew_id":{"chapter":"berthed","barcode":609.11,"temp_celsius":761,"terminal_id":true,"voltage":"active"},"manifest_ref":true}
partial_structure
{ "type": "object", "properties": { "terminal_id": { "type": "number" }, "crew_id": { "type": "object", "properties": { "chapter": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
Based on the data, terminal_id is 358.58. {"terminal_id":358.58,"crew_id":{"chapter":"berthed","barcode":609.11,"temp_celsius":761,"terminal_id":true,"voltage":"active"},"manifest_ref":true}
Output mixes natural language with JSON
{"terminal_id":358.58,"crew_id":{"chapter":"berthed","barcode":609.11,"temp_celsius":761,"terminal_id":true,"voltage":"active"},"manifest_ref":true}
TASK repair_structured_output SPEC FIELD website TYPE integer REQUIRED no FIELD brake_pressure TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD berth_slot TYPE string REQUIRED no FIELD id TYPE string REQUIRED no FIELD isotope TYPE string_email REQUIRED no FIELD url TYPE boolean REQUIRED yes FIELD sen...
{"website":985,"brake_pressure":"arctic","berth_slot":"2024-06-30","id":"Maria","isotope":"ops@test.io","url":true,"sensor_id":{"ward":"info","thumbnail":true,"first_name":"John","weight":"chr1","build_status":"Hapag-Lloyd-Express"},"width":"info@example.com"}
missing_bracket
{ "type": "object", "properties": { "website": { "type": "integer" }, "brake_pressure": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "berth_slot": { "type": "string" }, "id": { "type": "str...
{"website":985,"brake_pressure":"arctic","berth_slot":"2024-06-30","id":"Maria","isotope":"ops@test.io","url":true,"sensor_id":{"ward":"info","thumbnail":true,"first_name":"John","weight":"chr1","build_status":"Hapag-Lloyd-Express"},"width":"info@example.com"}
Missing closing bracket
{"website":985,"brake_pressure":"arctic","berth_slot":"2024-06-30","id":"Maria","isotope":"ops@test.io","url":true,"sensor_id":{"ward":"info","thumbnail":true,"first_name":"John","weight":"chr1","build_status":"Hapag-Lloyd-Express"},"width":"info@example.com"}
TASK repair_structured_output SPEC FIELD dim_e88 TYPE string_uri REQUIRED yes FIELD field_i21 TYPE number REQUIRED no FIELD field_t65 TYPE integer REQUIRED yes FIELD field_u98 TYPE string VALUES option_a|option_b|option_c REQUIRED no BROKEN_OUTPUT {"dim_e88": "https://data.org/data", "field_i21": 195.36, "field_t65":...
{"dim_e88":"https://data.org/data","field_i21":195.36,"field_t65":115,"field_u98":"option_a"}
null_required
{ "type": "object", "properties": { "dim_e88": { "type": "string", "format": "uri" }, "field_i21": { "type": "number" }, "field_t65": { "type": "integer" }, "field_u98": { "type": "string", "enum": [ "option_a", "option_b", "opt...
{"dim_e88": "https://data.org/data", "field_i21": 195.36, "field_t65": null, "field_u98": "option_a"}
Required field 'field_t65' is null
{"dim_e88":"https://data.org/data","field_i21":195.36,"field_t65":115,"field_u98":"option_a"}
TASK repair_structured_output SPEC FIELD dim_j77 TYPE number REQUIRED yes FIELD dim_k92 TYPE integer REQUIRED no FIELD dim_o68 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD param_s23 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD col_p38.key_w99 TYPE string VALUES relia...
{"dim_j77":520.08,"dim_o68":"mode_c","param_s23":"level_1","col_p38":{"key_w99":"intermittent","key_l58":null},"col_p45":142,"key_k34":"option_b"}
agent_chain
{ "type": "object", "properties": { "dim_j77": { "type": "number" }, "dim_k92": { "type": "integer" }, "dim_o68": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "param_s23": { ...
Let me check the system. Action: validate_sample Result: {"dim_j77": 520.08, "dim_o68": "mode_c", "col_p38": {"key_w99": "intermittent", "key_l58": null}, "col_p45": 142, "key_k34": "option_b"} Processing the request now. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"dim_j77":520.08,"dim_o68":"mode_c","param_s23":"level_1","col_p38":{"key_w99":"intermittent","key_l58":null},"col_p45":142,"key_k34":"option_b"}
TASK repair_structured_output SPEC FIELD prop_m48 TYPE string REQUIRED yes FIELD attr_k24 TYPE boolean REQUIRED yes FIELD dim_x47 TYPE string REQUIRED yes FIELD attr_y41.param_e85 TYPE string REQUIRED yes FIELD attr_y41.prop_y52 TYPE integer REQUIRED yes FIELD attr_y41.key_t44 TYPE string_email REQUIRED no FIELD attr_...
{"prop_m48":"chrX","attr_k24":true,"dim_x47":"2023-12-25","attr_y41":{"param_e85":"chr1","prop_y52":720,"key_t44":"user@domain.org"}}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_m48": { "type": "string" }, "attr_k24": { "type": "boolean" }, "dim_x47": { "type": "string" }, "attr_y41": { "type": "object", "properties": { "param_e85": { "type": "string" }, "pr...
Tool: check_availability Params: {"attr_k24": true, "dim_x47": "2023-12-25", "attr_y41": {"param_e85": "chr1", "prop_y52": 720, "key_t44": "user@domain.org"}, "prop_m482": "chrX"}
Agent used wrong parameter name 'prop_m482' instead of 'prop_m48'
{"prop_m48":"chrX","attr_k24":true,"dim_x47":"2023-12-25","attr_y41":{"param_e85":"chr1","prop_y52":720,"key_t44":"user@domain.org"}}
TASK repair_structured_output SPEC FIELD height TYPE string REQUIRED no FIELD catalyst TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD frequency_hz.thumbnail TYPE number REQUIRED yes FIELD frequency_hz.aligned_pct TYPE boolean REQUIRED no FIELD frequency_hz.id TYPE integer REQUIRED no FIELD frequency_hz.form...
{"catalyst":"editor","barcode":{"invoice_id":"https://example.com/api","count":"Johnson","medication":[{"version":570,"span_id":753.09,"trace_id":940},{"version":829,"footnote":324,"span_id":344.1,"trace_id":824}]}}
markdown_fences
{ "type": "object", "properties": { "height": { "type": "string" }, "catalyst": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "frequency_hz": { "type": "object", "properties": { "thumbnail": { "type": ...
```json {"catalyst":"editor","barcode":{"invoice_id":"https://example.com/api","count":"Johnson","medication":[{"version":570,"span_id":753.09,"trace_id":940},{"version":829,"footnote":324,"span_id":344.1,"trace_id":824}]}} ```
Output contains markdown code fences
{"catalyst":"editor","barcode":{"invoice_id":"https://example.com/api","count":"Johnson","medication":[{"version":570,"span_id":753.09,"trace_id":940},{"version":829,"footnote":324,"span_id":344.1,"trace_id":824}]}}
TASK repair_structured_output SPEC FIELD order_id TYPE string VALUES active|inactive|pending REQUIRED no FIELD insurance_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD item_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD altitude TYPE string VALUES reliable|unstable|intermitten...
{"order_id":"pending","insurance_id":"viewer","item_id":"delivered","altitude":"unstable"}
synonym_enum
{ "type": "object", "properties": { "order_id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "insurance_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "item_id": { ...
{"order_id": "waiting", "insurance_id": "viewer", "item_id": "delivered", "altitude": "unstable"}
Field 'order_id' has synonym 'waiting' instead of valid enum value
{"order_id":"pending","insurance_id":"viewer","item_id":"delivered","altitude":"unstable"}
TASK repair_structured_output SPEC FIELD attr_d68 TYPE string REQUIRED no FIELD val_r13.val_t18 TYPE string VALUES single|married|divorced REQUIRED yes FIELD val_r13.val_c73 TYPE number REQUIRED yes FIELD val_r13.dim_h77 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD field_q53 TYPE integer REQUIRED no FIEL...
{"attr_d68":"GRCh38","dim_v19":732.22,"key_z88":"2023-08-23T15:47:00Z","val_n89":"level_1","val_p76":{"field_x97":null,"col_v48":"world","param_r27":792,"dim_t97":855.97}}
unquoted_keys
{ "type": "object", "properties": { "attr_d68": { "type": "string" }, "val_r13": { "type": "object", "properties": { "val_t18": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "...
{attr_d68:"GRCh38",dim_v19:732.22,key_z88:"2023-08-23T15:47:00Z",val_n89:"level_1",val_p76:{field_x97:null,col_v48:"world",param_r27:792,dim_t97:855.97}}
Expecting property name enclosed in double quotes
{"attr_d68":"GRCh38","dim_v19":732.22,"key_z88":"2023-08-23T15:47:00Z","val_n89":"level_1","val_p76":{"field_x97":null,"col_v48":"world","param_r27":792,"dim_t97":855.97}}
TASK repair_structured_output SPEC FIELD lab_result TYPE string REQUIRED no FIELD deploy_target TYPE string VALUES small|medium|large|xl REQUIRED no FIELD city TYPE string_email REQUIRED no FIELD active TYPE boolean REQUIRED no FIELD price[] TYPE string REQUIRED yes FIELD vital_sign[].updated_at TYPE number REQUIRED n...
{"lab_result":"inactive","city":"admin@domain.org","active":false,"price":["Berlin","FWD","demo","quux"],"vital_sign":[{"updated_at":780.98,"trace_id":50},{"trace_id":409,"span_id":"info@example.com","options":534},{"updated_at":860.47,"trace_id":981,"span_id":"user@example.com"},{"trace_id":510,"span_id":"ops@example....
unquoted_keys
{ "type": "object", "properties": { "lab_result": { "type": "string" }, "deploy_target": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "city": { "type": "string", "format": "email" }, "active": { ...
{lab_result:"inactive",city:"admin@domain.org",active:false,price:["Berlin","FWD","demo","quux"],vital_sign:[{updated_at:780.98,trace_id:50},{trace_id:409,span_id:"info@example.com",options:534},{updated_at:860.47,trace_id:981,span_id:"user@example.com"},{trace_id:510,span_id:"ops@example.com"}]}
Expecting property name enclosed in double quotes
{"lab_result":"inactive","city":"admin@domain.org","active":false,"price":["Berlin","FWD","demo","quux"],"vital_sign":[{"updated_at":780.98,"trace_id":50},{"trace_id":409,"span_id":"info@example.com","options":534},{"updated_at":860.47,"trace_id":981,"span_id":"user@example.com"},{"trace_id":510,"span_id":"ops@example....
TASK repair_structured_output SPEC FIELD param_g99 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD val_x37 TYPE string_uri REQUIRED no FIELD attr_z10 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_y85 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD col_v12 TYP...
{"param_g99":"homozygous","attr_z10":"editor","col_v12":"homozygous","val_h32":"Smith","val_z07":true,"dim_e86":"2024-01-15"}
missing_brace
{ "type": "object", "properties": { "param_g99": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "val_x37": { "type": "string", "format": "uri" }, "attr_z10": { "type": "string", "enum": [ "ad...
"param_g99":"homozygous","attr_z10":"editor","col_v12":"homozygous","val_h32":"Smith","val_z07":true,"dim_e86":"2024-01-15"}
Missing closing brace
{"param_g99":"homozygous","attr_z10":"editor","col_v12":"homozygous","val_h32":"Smith","val_z07":true,"dim_e86":"2024-01-15"}
TASK repair_structured_output SPEC FIELD col_r80 TYPE string REQUIRED no FIELD field_b64.dim_s99 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_b64.val_d12 TYPE string_email REQUIRED no FIELD field_b64.attr_k74 TYPE string REQUIRED yes FIELD field_b64.dim_c35 TYPE integer REQUIRED yes FIELD param_k5...
{"col_r80":"QC-07","field_b64":{"dim_s99":"medium","val_d12":"admin@example.com","attr_k74":"Silva","dim_c35":114},"param_k51":"https://api.org/api","col_y62":863}
single_quotes
{ "type": "object", "properties": { "col_r80": { "type": "string" }, "field_b64": { "type": "object", "properties": { "dim_s99": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] ...
{'col_r80':'QC-07','field_b64':{'dim_s99':'medium','val_d12':'admin@example.com','attr_k74':'Silva','dim_c35':114},'param_k51':'https://api.org/api','col_y62':863}
Expecting property name enclosed in double quotes
{"col_r80":"QC-07","field_b64":{"dim_s99":"medium","val_d12":"admin@example.com","attr_k74":"Silva","dim_c35":114},"param_k51":"https://api.org/api","col_y62":863}
TASK repair_structured_output SPEC FIELD subtotal TYPE string REQUIRED yes FIELD timezone TYPE string REQUIRED no FIELD name.gene_id TYPE string_uri REQUIRED yes FIELD name.title TYPE string_date-time REQUIRED yes FIELD name.compound TYPE string REQUIRED no FIELD name.age TYPE string REQUIRED yes FIELD name.interest_r...
{"subtotal":"Oliveira","timezone":"Santos","name":{"gene_id":"https://example.com/v1","title":"2026-07-22T20:30:00Z","age":"completed","interest_rate":"Tokyo","strand":"Alice"},"language":"new","index":"bar","due_date":true}
thought_process
{ "type": "object", "properties": { "subtotal": { "type": "string" }, "timezone": { "type": "string" }, "name": { "type": "object", "properties": { "gene_id": { "type": "string", "format": "uri" }, "title": { "type": "...
Processing the request now. I'll validate against the schema. {"subtotal":"Oliveira","timezone":"Santos","name":{"gene_id":"https://example.com/v1","title":"2026-07-22T20:30:00Z","age":"completed","interest_rate":"Tokyo","strand":"Alice"},"language":"new","index":"bar","due_date":true}
Output contains chain-of-thought reasoning before JSON
{"subtotal":"Oliveira","timezone":"Santos","name":{"gene_id":"https://example.com/v1","title":"2026-07-22T20:30:00Z","age":"completed","interest_rate":"Tokyo","strand":"Alice"},"language":"new","index":"bar","due_date":true}
TASK repair_structured_output SPEC FIELD ward TYPE null REQUIRED yes FIELD humidity_pct TYPE string REQUIRED no FIELD shift_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD half_life TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes BROKEN_OUTPUT {"ward": null, "humidity...
{"ward":null,"humidity_pct":"qux","half_life":"level_3"}
extra_field
{ "type": "object", "properties": { "ward": { "type": "null" }, "humidity_pct": { "type": "string" }, "shift_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "half_life": { "type": "string", ...
{"ward": null, "humidity_pct": "qux", "half_life": "level_3", "extra_value_9818": 42}
Unknown field 'extra_value_9818' not defined in schema
{"ward":null,"humidity_pct":"qux","half_life":"level_3"}
TASK repair_structured_output SPEC FIELD transaction_id.salinity TYPE string_email REQUIRED yes FIELD transaction_id.count TYPE integer REQUIRED yes FIELD transaction_id.start_date TYPE string REQUIRED yes FIELD name.thumbnail TYPE number REQUIRED yes FIELD name.half_life TYPE integer REQUIRED no FIELD name.tax TYPE b...
{"transaction_id":{"salinity":"info@test.io","count":532,"start_date":"baz"},"category":"Bob","height":true,"paragraph":"RTG-04","description":null,"id":"2024-01-15"}
single_quotes
{ "type": "object", "properties": { "transaction_id": { "type": "object", "properties": { "salinity": { "type": "string", "format": "email" }, "count": { "type": "integer" }, "start_date": { "type": "string" } ...
{'transaction_id':{'salinity':'info@test.io','count':532,'start_date':'baz'},'category':'Bob','height':true,'paragraph':'RTG-04','description':null,'id':'2024-01-15'}
Expecting property name enclosed in double quotes
{"transaction_id":{"salinity":"info@test.io","count":532,"start_date":"baz"},"category":"Bob","height":true,"paragraph":"RTG-04","description":null,"id":"2024-01-15"}
TASK repair_structured_output SPEC FIELD key_c06 TYPE string REQUIRED no FIELD field_t93 TYPE boolean REQUIRED no FIELD prop_u67 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD key_s16 TYPE string REQUIRED no FIELD field_o31 TYPE string VALUES type_a|type_b|type_c REQUIRED no...
{"key_c06":"RTG-04","field_t93":false,"prop_u67":"option_b","field_o31":"type_b","col_g36":"Luis","key_l77":"active","dim_h92":"https://api.org/data"}
extra_text_before
{ "type": "object", "properties": { "key_c06": { "type": "string" }, "field_t93": { "type": "boolean" }, "prop_u67": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ...
Here is the JSON you requested: {"key_c06":"RTG-04","field_t93":false,"prop_u67":"option_b","field_o31":"type_b","col_g36":"Luis","key_l77":"active","dim_h92":"https://api.org/data"}
Output contains non-JSON text before the object
{"key_c06":"RTG-04","field_t93":false,"prop_u67":"option_b","field_o31":"type_b","col_g36":"Luis","key_l77":"active","dim_h92":"https://api.org/data"}
TASK repair_structured_output SPEC FIELD prop_c49.prop_d96 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD prop_c49.param_k76 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD prop_c49.field_p20 TYPE integer REQUIRED no FIELD prop_c49.attr_v20 TYPE string REQUIRED no FIELD prop_c49.field_n15...
{"prop_c49":{"prop_d96":"mode_b","param_k76":"heterozygous","field_p20":10,"attr_v20":"test","field_n15":"published"},"key_j87":775.07,"prop_f19":"level_3","col_e93":{"key_g32":515.47,"attr_w53":null,"key_l86":288}}
invalid_enum
{ "type": "object", "properties": { "prop_c49": { "type": "object", "properties": { "prop_d96": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "param_k76": { "type": "string", "enum": [ ...
{"prop_c49": {"prop_d96": "mode_b", "param_k76": "heterozygous", "field_p20": 10, "attr_v20": "test", "field_n15": "published"}, "key_j87": 775.07, "prop_f19": "invalid_choice_680", "col_e93": {"key_g32": 515.47, "attr_w53": null, "key_l86": 288}}
Field 'prop_f19' has invalid enum value 'invalid_choice_680', expected one of ['level_1', 'level_2', 'level_3']
{"prop_c49":{"prop_d96":"mode_b","param_k76":"heterozygous","field_p20":10,"attr_v20":"test","field_n15":"published"},"key_j87":775.07,"prop_f19":"level_3","col_e93":{"key_g32":515.47,"attr_w53":null,"key_l86":288}}
TASK repair_structured_output SPEC FIELD values TYPE string VALUES single|married|divorced REQUIRED no FIELD username TYPE string VALUES draft|published|archived REQUIRED yes FIELD torque_output TYPE integer REQUIRED no FIELD features.gene_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD featur...
{"username":"published","torque_output":271,"pressure_kpa":true}
null_required
{ "type": "object", "properties": { "values": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "username": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "torque_output": { ...
{"username": "published", "torque_output": 271, "pressure_kpa": null}
Required field 'pressure_kpa' is null
{"username":"published","torque_output":271,"pressure_kpa":true}
TASK repair_structured_output SPEC FIELD field_u35 TYPE null REQUIRED no FIELD val_l75 TYPE boolean REQUIRED yes FIELD val_c85 TYPE string REQUIRED yes FIELD prop_f72 TYPE string REQUIRED no FIELD dim_z82 TYPE boolean REQUIRED no BROKEN_OUTPUT Here's the structured output: ```json {"field_u35":null,"val_l75":false,"v...
{"field_u35":null,"val_l75":false,"val_c85":"Berlin","dim_z82":true}
markdown_explanation
{ "type": "object", "properties": { "field_u35": { "type": "null" }, "val_l75": { "type": "boolean" }, "val_c85": { "type": "string" }, "prop_f72": { "type": "string" }, "dim_z82": { "type": "boolean" } }, "required": [ "val_l75", "va...
Here's the structured output: ```json {"field_u35":null,"val_l75":false,"val_c85":"Berlin","dim_z82":true} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"field_u35":null,"val_l75":false,"val_c85":"Berlin","dim_z82":true}
TASK repair_structured_output SPEC FIELD field_i45 TYPE string REQUIRED no FIELD param_c71 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_j43 TYPE null REQUIRED no FIELD key_q85[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"field_i45":"RTG-04","param_c71":"success","key_q85":[132,923,530,425
{"field_i45":"RTG-04","param_c71":"success","key_q85":[132,923,530,425]}
truncated_array
{ "type": "object", "properties": { "field_i45": { "type": "string" }, "param_c71": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "dim_j43": { "type": "null" }, "key_q85": { "type": "array", ...
{"field_i45":"RTG-04","param_c71":"success","key_q85":[132,923,530,425
Unexpected end of JSON input — truncated array
{"field_i45":"RTG-04","param_c71":"success","key_q85":[132,923,530,425]}
TASK repair_structured_output SPEC FIELD param_g88.key_r07 TYPE string REQUIRED no FIELD param_g88.col_n58 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD param_g88.val_d35[] TYPE string REQUIRED yes FIELD param_g88.prop_v24[] TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_...
{"param_g88":{"col_n58":"delivered","val_d35":["Alice","QC-07","Bob"],"prop_v24":["medium","low","low"]},"prop_f19":true,"prop_k19":"test@example.com"}
tool_call_python_syntax
{ "type": "object", "properties": { "param_g88": { "type": "object", "properties": { "key_r07": { "type": "string" }, "col_n58": { "type": "string", "enum": [ "new", "in_transit", "delivered", "retu...
check_cargo_manifest(param_g88={'col_n58': 'delivered', 'val_d35': ['Alice', 'QC-07', 'Bob'], 'prop_v24': ['medium', 'low', 'low']}, prop_f19=True, prop_k19='test@example.com')
Tool call uses Python syntax instead of JSON
{"param_g88":{"col_n58":"delivered","val_d35":["Alice","QC-07","Bob"],"prop_v24":["medium","low","low"]},"prop_f19":true,"prop_k19":"test@example.com"}
TASK repair_structured_output SPEC FIELD start_date TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD position TYPE string VALUES draft|published|archived REQUIRED yes FIELD enabled TYPE string VALUES draft|published|archived REQUIRED no FIELD diagnosis_code TYPE string VALUES level_1|level_...
{"start_date":"level_3","position":"published","enabled":"published","diagnosis_code":"level_4"}
single_quotes
{ "type": "object", "properties": { "start_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "position": { "type": "string", "enum": [ "draft", "published", "archiv...
{'start_date':'level_3','position':'published','enabled':'published','diagnosis_code':'level_4'}
Expecting property name enclosed in double quotes
{"start_date":"level_3","position":"published","enabled":"published","diagnosis_code":"level_4"}
TASK repair_structured_output SPEC FIELD key_b08 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD key_y62 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_p67 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD attr_y51 TYPE number REQU...
{"key_b08":"mode_f","key_y62":"oceanic","key_p67":"option_d","attr_y51":770.84,"col_y72":"level_5"}
partial_structure
{ "type": "object", "properties": { "key_b08": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "key_y62": { "type": "string", "enum": [ "coastal", "oceanic", ...
The key_b08 is mode_f and {"key_b08":"mode_f","key_y62":"oceanic","key_p67":"option_d","attr_y51":770.84,"col_y72":"level_5"}
Output mixes natural language with JSON
{"key_b08":"mode_f","key_y62":"oceanic","key_p67":"option_d","attr_y51":770.84,"col_y72":"level_5"}
TASK repair_structured_output SPEC FIELD field_m32 TYPE null REQUIRED yes FIELD param_r73 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD attr_l86 TYPE integer REQUIRED yes FIELD prop_k72[].val_e52 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_k72[].key_z72 TYPE intege...
{"field_m32":null,"param_r73":"moored","attr_l86":171}
null_required
{ "type": "object", "properties": { "field_m32": { "type": "null" }, "param_r73": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "attr_l86": { "type": "integer" }, "prop_k72": { "type": "a...
{"field_m32": null, "param_r73": null, "attr_l86": 171}
Required field 'param_r73' is null
{"field_m32":null,"param_r73":"moored","attr_l86":171}
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES draft|published|archived REQUIRED no FIELD latitude TYPE string REQUIRED no FIELD image_url.chapter TYPE string REQUIRED no FIELD image_url.diagnosis_code TYPE string VALUES success|error|warning|info REQUIRED no FIELD image_url.language TYPE number R...
{"crew_id":"published","latitude":"Sao Paulo","image_url":{"diagnosis_code":"warning","language":919.69,"barcode":"London"}}
markdown_fences
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "latitude": { "type": "string" }, "image_url": { "type": "object", "properties": { "chapter": { "type":...
```json {"crew_id":"published","latitude":"Sao Paulo","image_url":{"diagnosis_code":"warning","language":919.69,"barcode":"London"}} ```
Output contains markdown code fences
{"crew_id":"published","latitude":"Sao Paulo","image_url":{"diagnosis_code":"warning","language":919.69,"barcode":"London"}}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE string REQUIRED yes FIELD compound TYPE number REQUIRED no FIELD notes TYPE number REQUIRED no FIELD visible TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD format TYPE string_uri REQUIRED no FIELD start_date TYPE string REQUIRED...
{"manifest_ref":"active","notes":304.97,"visible":"maintenance","start_date":"A short description."}
tool_call_bad_format
{ "type": "object", "properties": { "manifest_ref": { "type": "string" }, "compound": { "type": "number" }, "notes": { "type": "number" }, "visible": { "type": "string", "enum": [ "operational", "degraded", "offline", "mainten...
<functioncall> run_diagnostics {manifest_ref: "active", notes: 304.97, visible: "maintenance", start_date: "A short description."}
Tool call has malformed arguments — unquoted keys in function parameters
{"manifest_ref":"active","notes":304.97,"visible":"maintenance","start_date":"A short description."}
TASK repair_structured_output SPEC FIELD dim_i54 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD param_l22 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD key_k77 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_c93 TYPE number REQUIRED no FIELD dim_t67 TYPE nu...
{"dim_i54":"in_progress","param_l22":"unstable","key_k77":"email","param_c93":153.69,"dim_t67":44.33}
tool_call_partial_args
{ "type": "object", "properties": { "dim_i54": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_l22": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
Let me check the system. Action: align_reads Arguments: {"param_l22": "unstable", "key_k77": "email", "param_c93": 153.69, "dim_t67": 44.33}
Agent tool call missing required parameter 'dim_i54'
{"dim_i54":"in_progress","param_l22":"unstable","key_k77":"email","param_c93":153.69,"dim_t67":44.33}
TASK repair_structured_output SPEC FIELD param_u57.attr_b01 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD param_u57.key_h12 TYPE number REQUIRED no FIELD param_u57.dim_d80.col_q25 TYPE integer REQUIRED yes FIELD param_u57.dim_d80.dim_m93 TYPE boolean REQUIRED no FIELD param_u57.dim_d80.attr_l19 TYPE...
{"param_u57":{"attr_b01":"info","dim_d80":{"col_q25":166,"dim_m93":false,"attr_l19":null},"key_m94":"RTG-04","dim_p26":449.99,"attr_j37":"2023-10-19T23:18:00Z"},"dim_e78":"Hapag-Lloyd-Express","key_u68":null}
partial_structure
{ "type": "object", "properties": { "param_u57": { "type": "object", "properties": { "attr_b01": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "key_h12": { "type...
Based on the data, param_u57 is {'attr_b01': 'info', 'dim_d80': {'col_q25': 166, 'dim_m93': False, 'attr_l19': None}, 'key_m94': 'RTG-04', 'dim_p26': 449.99, 'attr_j37': '2023-10-19T23:18:00Z'}. {"param_u57":{"attr_b01":"info","dim_d80":{"col_q25":166,"dim_m93":false,"attr_l19":null},"key_m94":"RTG-04","dim_p26":449.99...
Output mixes natural language with JSON
{"param_u57":{"attr_b01":"info","dim_d80":{"col_q25":166,"dim_m93":false,"attr_l19":null},"key_m94":"RTG-04","dim_p26":449.99,"attr_j37":"2023-10-19T23:18:00Z"},"dim_e78":"Hapag-Lloyd-Express","key_u68":null}
TASK repair_structured_output SPEC FIELD attr_x08 TYPE integer REQUIRED yes FIELD col_k41 TYPE integer REQUIRED yes FIELD col_h63 TYPE number REQUIRED no FIELD param_h34 TYPE string REQUIRED yes FIELD prop_y52.attr_a13 TYPE boolean REQUIRED yes FIELD prop_y52.dim_u76 TYPE string REQUIRED no FIELD prop_y52.key_l62.dim_...
{"attr_x08":981,"col_k41":574,"col_h63":31.41,"param_h34":"sample","prop_y52":{"attr_a13":true,"dim_u76":"cancelled","prop_f64":{"prop_u51":"Luis","dim_h35":null,"val_u57":"Diana"},"key_x78":"critical"}}
null_required
{ "type": "object", "properties": { "attr_x08": { "type": "integer" }, "col_k41": { "type": "integer" }, "col_h63": { "type": "number" }, "param_h34": { "type": "string" }, "prop_y52": { "type": "object", "properties": { "attr_a13": { ...
{"attr_x08": null, "col_k41": 574, "col_h63": 31.41, "param_h34": "sample", "prop_y52": {"attr_a13": true, "dim_u76": "cancelled", "prop_f64": {"prop_u51": "Luis", "dim_h35": null, "val_u57": "Diana"}, "key_x78": "critical"}}
Required field 'attr_x08' is null
{"attr_x08":981,"col_k41":574,"col_h63":31.41,"param_h34":"sample","prop_y52":{"attr_a13":true,"dim_u76":"cancelled","prop_f64":{"prop_u51":"Luis","dim_h35":null,"val_u57":"Diana"},"key_x78":"critical"}}
TASK repair_structured_output SPEC FIELD col_s63 TYPE number REQUIRED no FIELD val_b57 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD key_w77 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT The val_b57 is option_c and {"col_s63":643.3,"val_b57":"option_c","key_w77":"2025-07-19T23:49:00Z"}
{"col_s63":643.3,"val_b57":"option_c","key_w77":"2025-07-19T23:49:00Z"}
partial_structure
{ "type": "object", "properties": { "col_s63": { "type": "number" }, "val_b57": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "key_w77": { "type": "string", "format": "date-time" } }, ...
The val_b57 is option_c and {"col_s63":643.3,"val_b57":"option_c","key_w77":"2025-07-19T23:49:00Z"}
Output mixes natural language with JSON
{"col_s63":643.3,"val_b57":"option_c","key_w77":"2025-07-19T23:49:00Z"}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE null REQUIRED yes FIELD half_life TYPE string REQUIRED yes FIELD payment_status TYPE string VALUES reliable|unstable|intermittent REQUIRED yes BROKEN_OUTPUT {"humidity_pct":null,"half_life":"Santos","payment_status":"reliable",}
{"humidity_pct":null,"half_life":"Santos","payment_status":"reliable"}
trailing_comma
{ "type": "object", "properties": { "humidity_pct": { "type": "null" }, "half_life": { "type": "string" }, "payment_status": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] } }, "required": [ "payment_status...
{"humidity_pct":null,"half_life":"Santos","payment_status":"reliable",}
Unexpected trailing comma
{"humidity_pct":null,"half_life":"Santos","payment_status":"reliable"}
TASK repair_structured_output SPEC FIELD prop_j50 TYPE null REQUIRED no FIELD prop_d48 TYPE boolean REQUIRED yes FIELD param_f16 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_u78 TYPE string REQUIRED yes FIELD attr_z99[].col_v68 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_z99[]...
{"prop_d48":false,"param_f16":"push","param_u78":"Paris"}
invalid_enum
{ "type": "object", "properties": { "prop_j50": { "type": "null" }, "prop_d48": { "type": "boolean" }, "param_f16": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "param_u78": { "type": "string" }...
{"prop_d48": false, "param_f16": "invalid_option_912", "param_u78": "Paris"}
Field 'param_f16' has invalid enum value 'invalid_option_912', expected one of ['email', 'phone', 'sms', 'push']
{"prop_d48":false,"param_f16":"push","param_u78":"Paris"}
TASK repair_structured_output SPEC FIELD umi.active TYPE integer REQUIRED yes FIELD umi.width TYPE string REQUIRED yes FIELD umi.isotope TYPE string REQUIRED yes FIELD message TYPE string VALUES draft|published|archived REQUIRED no FIELD subtotal TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD p...
{"umi":{"active":366,"width":"Alice","isotope":"Jane"},"message":"archived","subtotal":"anchored","published":"2024-06-30"}
missing_required
{ "type": "object", "properties": { "umi": { "type": "object", "properties": { "active": { "type": "integer" }, "width": { "type": "string" }, "isotope": { "type": "string" } }, "required": [ "isotope",...
{"message": "archived", "subtotal": "anchored", "published": "2024-06-30"}
Required field 'umi' is missing
{"umi":{"active":366,"width":"Alice","isotope":"Jane"},"message":"archived","subtotal":"anchored","published":"2024-06-30"}
TASK repair_structured_output SPEC FIELD weight TYPE string_date-time REQUIRED yes FIELD diagnosis_code TYPE boolean REQUIRED yes FIELD repository TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD message TYPE string VALUES draft|published|archived REQUIRED no FIELD width TYPE boolean REQ...
{"weight":"2021-09-02T07:21:00Z","diagnosis_code":false,"repository":"mode_d","message":"published","width":true,"ward":"Hapag-Lloyd-Express","phenotype":{"turbidity":"London","strand":"option_a","humidity_pct":110.08,"score":195.65,"half_life":"level_4","height":"GRCh38"}}
null_required
{ "type": "object", "properties": { "weight": { "type": "string", "format": "date-time" }, "diagnosis_code": { "type": "boolean" }, "repository": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", ...
{"weight": "2021-09-02T07:21:00Z", "diagnosis_code": null, "repository": "mode_d", "message": "published", "width": true, "ward": "Hapag-Lloyd-Express", "phenotype": {"turbidity": "London", "strand": "option_a", "humidity_pct": 110.08, "score": 195.65, "half_life": "level_4", "height": "GRCh38"}}
Required field 'diagnosis_code' is null
{"weight":"2021-09-02T07:21:00Z","diagnosis_code":false,"repository":"mode_d","message":"published","width":true,"ward":"Hapag-Lloyd-Express","phenotype":{"turbidity":"London","strand":"option_a","humidity_pct":110.08,"score":195.65,"half_life":"level_4","height":"GRCh38"}}
TASK repair_structured_output SPEC FIELD key_p57 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_j37 TYPE integer REQUIRED no FIELD param_o95 TYPE integer REQUIRED yes FIELD key_t40 TYPE number REQUIRED no FIELD attr_k70.val_z08 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUI...
{"val_j37":188,"param_o95":431,"key_t40":372.91,"attr_k70":{"val_z08":"level_3","key_t58":false,"field_l13":825,"prop_i60":"2026-05-08T07:54:00Z","dim_o73":{"dim_r25":"FWD","col_n09":708,"prop_i35":null,"attr_f77":[false,false]},"dim_g60":{"val_q13":"success","prop_o07":"2022-07-09T15:22:00Z","key_q17":"Alice","field_c...
agent_chain
{ "type": "object", "properties": { "key_p57": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "val_j37": { "type": "integer" }, "param_o95": { "type": "integer" }, "key_t40": { "type": "number" }, "a...
Let me check the system. Action: track_vessel Result: {"val_j37": 188, "key_t40": 372.91, "attr_k70": {"val_z08": "level_3", "key_t58": false, "field_l13": 825, "prop_i60": "2026-05-08T07:54:00Z", "dim_o73": {"dim_r25": "FWD", "col_n09": 708, "prop_i35": null, "attr_f77": [false, false]}, "dim_g60": {"val_q13": "succes...
Agent multi-step chain with truncated tool output
{"val_j37":188,"param_o95":431,"key_t40":372.91,"attr_k70":{"val_z08":"level_3","key_t58":false,"field_l13":825,"prop_i60":"2026-05-08T07:54:00Z","dim_o73":{"dim_r25":"FWD","col_n09":708,"prop_i35":null,"attr_f77":[false,false]},"dim_g60":{"val_q13":"success","prop_o07":"2022-07-09T15:22:00Z","key_q17":"Alice","field_c...
TASK repair_structured_output SPEC FIELD cargo_type TYPE number REQUIRED no FIELD length TYPE string REQUIRED no FIELD notes.pressure_kpa TYPE number REQUIRED yes FIELD notes.step TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD notes.chromosome TYPE string REQUIRED yes FIELD notes.age.payment_status ...
{"length":"New York","notes":{"pressure_kpa":861.38,"step":"type_d","chromosome":"user@domain.com","age":{"payment_status":"EUR","consignee":"hemizygous","aligned_pct":"mode_d","title":"2023-06-05T11:26:00Z"}},"commit_hash":"Maria","isotope":{"conductivity":"https://www.org/api","altitude":866,"order_id":true,"gene_id"...
tool_call_wrong_param
{ "type": "object", "properties": { "cargo_type": { "type": "number" }, "length": { "type": "string" }, "notes": { "type": "object", "properties": { "pressure_kpa": { "type": "number" }, "step": { "type": "string", "en...
Tool: verify_hazmat_compliance Params: {"notes": {"pressure_kpa": 861.38, "step": "type_d", "chromosome": "user@domain.com", "age": {"payment_status": "EUR", "consignee": "hemizygous", "aligned_pct": "mode_d", "title": "2023-06-05T11:26:00Z"}}, "commit_hash": "Maria", "isotope": {"conductivity": "https://www.org/api", ...
Agent used wrong parameter name 'length_new' instead of 'length'
{"length":"New York","notes":{"pressure_kpa":861.38,"step":"type_d","chromosome":"user@domain.com","age":{"payment_status":"EUR","consignee":"hemizygous","aligned_pct":"mode_d","title":"2023-06-05T11:26:00Z"}},"commit_hash":"Maria","isotope":{"conductivity":"https://www.org/api","altitude":866,"order_id":true,"gene_id"...
TASK repair_structured_output SPEC FIELD currency TYPE boolean REQUIRED yes FIELD deploy_target TYPE string REQUIRED no FIELD humidity_pct TYPE null REQUIRED yes FIELD ward TYPE string_uri REQUIRED no FIELD email.phenotype TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD email.city TYPE st...
{"currency":false,"deploy_target":"MV-Evergreen-01","humidity_pct":null,"ward":"https://api.org/api","email":{"city":"type_c","status":979,"berth_slot":772.05,"patient_id":"mode_b"},"compound":"type_c"}
extra_text_after
{ "type": "object", "properties": { "currency": { "type": "boolean" }, "deploy_target": { "type": "string" }, "humidity_pct": { "type": "null" }, "ward": { "type": "string", "format": "uri" }, "email": { "type": "object", "properties": { ...
{"currency":false,"deploy_target":"MV-Evergreen-01","humidity_pct":null,"ward":"https://api.org/api","email":{"city":"type_c","status":979,"berth_slot":772.05,"patient_id":"mode_b"},"compound":"type_c"} Hope this helps!
Output contains non-JSON text after the object
{"currency":false,"deploy_target":"MV-Evergreen-01","humidity_pct":null,"ward":"https://api.org/api","email":{"city":"type_c","status":979,"berth_slot":772.05,"patient_id":"mode_b"},"compound":"type_c"}
TASK repair_structured_output SPEC FIELD val_z57 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_u71 TYPE number REQUIRED no FIELD dim_k12 TYPE null REQUIRED yes FIELD field_c09 TYPE integer REQUIRED no BROKEN_OUTPUT {key_u71:694.98,dim_k12:null,field_c09:222}
{"key_u71":694.98,"dim_k12":null,"field_c09":222}
unquoted_keys
{ "type": "object", "properties": { "val_z57": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_u71": { "type": "number" }, "dim_k12": { "type": "null" }, "field_c09": { "type": "integer" ...
{key_u71:694.98,dim_k12:null,field_c09:222}
Expecting property name enclosed in double quotes
{"key_u71":694.98,"dim_k12":null,"field_c09":222}
TASK repair_structured_output SPEC FIELD city TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD compound TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD count TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD current_draw TYPE string VALUES level_1|level_2|level...
{"city":"delivered","compound":"cat_b","count":"heterozygous","current_draw":"level_2","visible":"2023-06-20T21:06:00Z","section":"mode_a","tile":"baz","turbidity":null}
extra_text_before
{ "type": "object", "properties": { "city": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "compound": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] ...
The instrument reported: {"city":"delivered","compound":"cat_b","count":"heterozygous","current_draw":"level_2","visible":"2023-06-20T21:06:00Z","section":"mode_a","tile":"baz","turbidity":null}
Output contains non-JSON text before the object
{"city":"delivered","compound":"cat_b","count":"heterozygous","current_draw":"level_2","visible":"2023-06-20T21:06:00Z","section":"mode_a","tile":"baz","turbidity":null}
TASK repair_structured_output SPEC FIELD country TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD deploy_target TYPE string REQUIRED yes FIELD filter_flag TYPE null REQUIRED yes FIELD umi TYPE string REQUIRED no BROKEN_OUTPUT {"country": null, "deploy_target": "Jane", "filter_flag": null, "umi":...
{"country":"moored","deploy_target":"Jane","filter_flag":null,"umi":"pending"}
null_required
{ "type": "object", "properties": { "country": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "deploy_target": { "type": "string" }, "filter_flag": { "type": "null" }, "umi": { "type": "st...
{"country": null, "deploy_target": "Jane", "filter_flag": null, "umi": "pending"}
Required field 'country' is null
{"country":"moored","deploy_target":"Jane","filter_flag":null,"umi":"pending"}
TASK repair_structured_output SPEC FIELD deploy_target TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD score TYPE string_uri REQUIRED no FIELD decay_rate TYPE string REQUIRED no BROKEN_OUTPUT {deploy_target:"email",score:"https://api.com/data",decay_rate:"https://api.example.com/v1"}
{"deploy_target":"email","score":"https://api.com/data","decay_rate":"https://api.example.com/v1"}
unquoted_keys
{ "type": "object", "properties": { "deploy_target": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "score": { "type": "string", "format": "uri" }, "decay_rate": { "type": "string" } }, "required": [ ...
{deploy_target:"email",score:"https://api.com/data",decay_rate:"https://api.example.com/v1"}
Expecting property name enclosed in double quotes
{"deploy_target":"email","score":"https://api.com/data","decay_rate":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD yield_pct TYPE string_uri REQUIRED no FIELD vital_sign TYPE string_uri REQUIRED yes FIELD torque_output TYPE boolean REQUIRED no FIELD chromosome.timezone TYPE null REQUIRED no FIELD chromosome.compound TYPE string_uri REQUIRED yes FIELD chromosome.longitude[] TYPE string REQUI...
{"vital_sign":"https://data.com/data","chromosome":{"timezone":null,"compound":"https://example.io/data","longitude":["A short description."]},"latitude":{"chromosome":"type_a","section":"type_c","end_date":"test","lab_result":"approved"}}
tool_call_text_mix
{ "type": "object", "properties": { "yield_pct": { "type": "string", "format": "uri" }, "vital_sign": { "type": "string", "format": "uri" }, "torque_output": { "type": "boolean" }, "chromosome": { "type": "object", "properties": { "timezo...
I need to look up the information first. <tool_call name="update_record"> {"vital_sign":"https://data.com/data","chromosome":{"timezone":null,"compound":"https://example.io/data","longitude":["A short description."]},"latitude":{"chromosome":"type_a","section":"type_c","end_date":"test","lab_result":"approved"}} </tool...
Agent response mixes reasoning text with tool call
{"vital_sign":"https://data.com/data","chromosome":{"timezone":null,"compound":"https://example.io/data","longitude":["A short description."]},"latitude":{"chromosome":"type_a","section":"type_c","end_date":"test","lab_result":"approved"}}
TASK repair_structured_output SPEC FIELD prop_t28 TYPE integer REQUIRED yes FIELD attr_i20 TYPE string REQUIRED yes FIELD param_l91 TYPE string_email REQUIRED yes BROKEN_OUTPUT {prop_t28:1,attr_i20:"FWD",param_l91:"ops@test.io"}
{"prop_t28":1,"attr_i20":"FWD","param_l91":"ops@test.io"}
unquoted_keys
{ "type": "object", "properties": { "prop_t28": { "type": "integer" }, "attr_i20": { "type": "string" }, "param_l91": { "type": "string", "format": "email" } }, "required": [ "param_l91", "prop_t28", "attr_i20" ] }
{prop_t28:1,attr_i20:"FWD",param_l91:"ops@test.io"}
Expecting property name enclosed in double quotes
{"prop_t28":1,"attr_i20":"FWD","param_l91":"ops@test.io"}
TASK repair_structured_output SPEC FIELD prop_x14.col_c16 TYPE number REQUIRED yes FIELD prop_x14.attr_g50 TYPE string REQUIRED yes FIELD prop_x14.dim_z68.attr_w83 TYPE string REQUIRED no FIELD prop_x14.dim_z68.param_b82 TYPE string REQUIRED yes FIELD prop_x14.dim_z68.param_s01 TYPE string VALUES operational|degraded|...
{"prop_x14":{"col_c16":455.99,"attr_g50":"https://api.example.com/v1","dim_z68":{"attr_w83":"Hapag-Lloyd-Express","param_b82":"Oliveira","param_s01":"maintenance"},"val_e94":"approved"},"col_t30":529,"param_p37":false,"attr_d40":628.96}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_x14": { "type": "object", "properties": { "col_c16": { "type": "number" }, "attr_g50": { "type": "string" }, "dim_z68": { "type": "object", "properties": { "attr_w83"...
schedule_meeting(prop_x14={'col_c16': 455.99, 'attr_g50': 'https://api.example.com/v1', 'dim_z68': {'attr_w83': 'Hapag-Lloyd-Express', 'param_b82': 'Oliveira', 'param_s01': 'maintenance'}, 'val_e94': 'approved'}, col_t30=529, param_p37=False, attr_d40=628.96)
Tool call uses Python syntax instead of JSON
{"prop_x14":{"col_c16":455.99,"attr_g50":"https://api.example.com/v1","dim_z68":{"attr_w83":"Hapag-Lloyd-Express","param_b82":"Oliveira","param_s01":"maintenance"},"val_e94":"approved"},"col_t30":529,"param_p37":false,"attr_d40":628.96}
TASK repair_structured_output SPEC FIELD decay_rate TYPE integer REQUIRED no FIELD isotope TYPE string_date-time REQUIRED no FIELD quality_score.commit_hash TYPE string REQUIRED yes FIELD quality_score.verified TYPE string VALUES draft|published|archived REQUIRED no FIELD quality_score.department TYPE string VALUES ho...
{"decay_rate":688,"isotope":"2021-11-07T03:52:00Z","quality_score":{"commit_hash":"2023-12-25","verified":"archived","department":"homozygous","quality_score":"Maria","values":{"throttle_pos":"sms","terminal_id":"2025-09-05T02:52:00Z","timezone":false}}}
single_quotes
{ "type": "object", "properties": { "decay_rate": { "type": "integer" }, "isotope": { "type": "string", "format": "date-time" }, "quality_score": { "type": "object", "properties": { "commit_hash": { "type": "string" }, "verified": {...
{'decay_rate':688,'isotope':'2021-11-07T03:52:00Z','quality_score':{'commit_hash':'2023-12-25','verified':'archived','department':'homozygous','quality_score':'Maria','values':{'throttle_pos':'sms','terminal_id':'2025-09-05T02:52:00Z','timezone':false}}}
Expecting property name enclosed in double quotes
{"decay_rate":688,"isotope":"2021-11-07T03:52:00Z","quality_score":{"commit_hash":"2023-12-25","verified":"archived","department":"homozygous","quality_score":"Maria","values":{"throttle_pos":"sms","terminal_id":"2025-09-05T02:52:00Z","timezone":false}}}
TASK repair_structured_output SPEC FIELD field_a55 TYPE string REQUIRED yes FIELD field_f60 TYPE integer REQUIRED no FIELD col_r57 TYPE number REQUIRED yes FIELD key_n06 TYPE string REQUIRED yes FIELD val_h03[].dim_q34 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD val_h03[].field_a25 TYPE string_date-time ...
{"field_a55":"PASS","field_f60":121,"col_r57":430.56,"key_n06":"Alice","val_h03":[{"dim_q34":"JPY","field_a25":"2025-04-25T17:07:00Z","dim_s04":"Diana","val_c34":718},{"dim_q34":"EUR","dim_s04":"Luis","param_x37":false,"val_h24":true,"val_c34":885}]}
truncated_array
{ "type": "object", "properties": { "field_a55": { "type": "string" }, "field_f60": { "type": "integer" }, "col_r57": { "type": "number" }, "key_n06": { "type": "string" }, "val_h03": { "type": "array", "items": { "type": "object", ...
{"field_a55":"PASS","field_f60":121,"col_r57":430.56,"key_n06":"Alice","val_h03":[{"dim_q34":"JPY","field_a25":"2025-04-25T17:07:00Z","dim_s04":"Diana","val_c34":718},{"dim_q34":"EUR","dim_s04":"Luis","param_x37":false,"val_h24":true,"val_c34":885}
Unexpected end of JSON input — truncated array
{"field_a55":"PASS","field_f60":121,"col_r57":430.56,"key_n06":"Alice","val_h03":[{"dim_q34":"JPY","field_a25":"2025-04-25T17:07:00Z","dim_s04":"Diana","val_c34":718},{"dim_q34":"EUR","dim_s04":"Luis","param_x37":false,"val_h24":true,"val_c34":885}]}
TASK repair_structured_output SPEC FIELD col_k81 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_j91 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_m98 TYPE string_uri REQUIRED no FIELD dim_b88 TYPE string VALUES draft|published|archived REQUIRED yes FIELD prop_e36 TYPE string V...
{"attr_j91":"oceanic","dim_b88":"archived","prop_e36":"pro","param_i93":"Paris"}
missing_bracket
{ "type": "object", "properties": { "col_k81": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "attr_j91": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }...
{"attr_j91":"oceanic","dim_b88":"archived","prop_e36":"pro","param_i93":"Paris"}
Missing closing bracket
{"attr_j91":"oceanic","dim_b88":"archived","prop_e36":"pro","param_i93":"Paris"}
TASK repair_structured_output SPEC FIELD attr_v60 TYPE string REQUIRED no FIELD val_k08 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_o02 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_e28.param_p07 TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_e28.key_c66 TY...
{"param_o02":"black","val_e28":{"param_p07":"published","key_c66":"GBP","prop_w81":"in_transit","val_h60":"2020-05-10T10:55:00Z"}}
truncated_object
{ "type": "object", "properties": { "attr_v60": { "type": "string" }, "val_k08": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_o02": { "type": "string", "enum": [ "red", "blu...
{"param_o02":"black","val_e28":{"param_p07":"published","key_c66":"GBP","prop_w81":"in_transit","val_h60":"2020-05-10T10:55:00Z"}
Unexpected end of JSON input — truncated object
{"param_o02":"black","val_e28":{"param_p07":"published","key_c66":"GBP","prop_w81":"in_transit","val_h60":"2020-05-10T10:55:00Z"}}
TASK repair_structured_output SPEC FIELD attr_f85 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_l90 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD col_f67 TYPE string REQUIRED yes FIELD col_v57 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN...
{"attr_f85":"inactive","field_l90":"option_b","col_f67":"Tokyo","col_v57":"GBP"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_f85": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_l90": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "opt...
Let me check the system. Action: query_port_status Arguments: {"attr_f85": "inactive", "field_l90": "option_b", "col_v57": "GBP"}
Agent tool call missing required parameter 'col_f67'
{"attr_f85":"inactive","field_l90":"option_b","col_f67":"Tokyo","col_v57":"GBP"}
TASK repair_structured_output SPEC FIELD duration_ms TYPE string REQUIRED no FIELD velocity TYPE string REQUIRED no FIELD patient_id.tags TYPE string REQUIRED no FIELD patient_id.address TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD patient_id.umi TYPE integer REQUIRED no BROKEN_OUTPUT {"velocity":...
{"velocity":"chrX","patient_id":{"address":"green","umi":460}}
missing_required
{ "type": "object", "properties": { "duration_ms": { "type": "string" }, "velocity": { "type": "string" }, "patient_id": { "type": "object", "properties": { "tags": { "type": "string" }, "address": { "type": "string", ...
{"velocity": "chrX"}
Required field 'patient_id' is missing
{"velocity":"chrX","patient_id":{"address":"green","umi":460}}
TASK repair_structured_output SPEC FIELD param_f14 TYPE integer REQUIRED no FIELD col_b12.dim_f77 TYPE integer REQUIRED no FIELD col_b12.prop_j94 TYPE string REQUIRED yes FIELD col_b12.col_e05 TYPE string REQUIRED no FIELD col_b12.param_p69 TYPE boolean REQUIRED no FIELD col_b12.param_n50 TYPE integer REQUIRED yes FIE...
{"param_f14":600,"val_m60":"https://example.org/api","col_z13":"https://example.com","prop_n29":"completed","param_b83":"This is a test value.","prop_y86":"JPY","key_n55":"Oliveira"}
extra_text_after
{ "type": "object", "properties": { "param_f14": { "type": "integer" }, "col_b12": { "type": "object", "properties": { "dim_f77": { "type": "integer" }, "prop_j94": { "type": "string" }, "col_e05": { "type": "string"...
{"param_f14":600,"val_m60":"https://example.org/api","col_z13":"https://example.com","prop_n29":"completed","param_b83":"This is a test value.","prop_y86":"JPY","key_n55":"Oliveira"} Analysis finished.
Output contains non-JSON text after the object
{"param_f14":600,"val_m60":"https://example.org/api","col_z13":"https://example.com","prop_n29":"completed","param_b83":"This is a test value.","prop_y86":"JPY","key_n55":"Oliveira"}
TASK repair_structured_output SPEC FIELD width TYPE integer REQUIRED no FIELD chromosome TYPE string_email REQUIRED yes FIELD full_name.title TYPE integer REQUIRED yes FIELD full_name.width TYPE integer REQUIRED no FIELD full_name.description TYPE string REQUIRED yes FIELD full_name.price TYPE integer REQUIRED yes FIE...
{"chromosome":"user@domain.org","full_name":{"title":198,"width":625,"description":"Sao Paulo","price":385,"position":"Bob","order_id":567}}
extra_text_before
{ "type": "object", "properties": { "width": { "type": "integer" }, "chromosome": { "type": "string", "format": "email" }, "full_name": { "type": "object", "properties": { "title": { "type": "integer" }, "width": { "type":...
Let me provide the data in JSON format: {"chromosome":"user@domain.org","full_name":{"title":198,"width":625,"description":"Sao Paulo","price":385,"position":"Bob","order_id":567}}
Output contains non-JSON text before the object
{"chromosome":"user@domain.org","full_name":{"title":198,"width":625,"description":"Sao Paulo","price":385,"position":"Bob","order_id":567}}
TASK repair_structured_output SPEC FIELD category TYPE string REQUIRED yes FIELD current_draw TYPE null REQUIRED yes FIELD status_code TYPE string REQUIRED yes FIELD user_id TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT {"category": "sample", "current_draw": null, "status_code": "test@example.com...
{"category":"sample","current_draw":null,"status_code":"test@example.com","user_id":"sms"}
extra_field
{ "type": "object", "properties": { "category": { "type": "string" }, "current_draw": { "type": "null" }, "status_code": { "type": "string" }, "user_id": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] ...
{"category": "sample", "current_draw": null, "status_code": "test@example.com", "user_id": "sms", "extra_data_7155": true}
Unknown field 'extra_data_7155' not defined in schema
{"category":"sample","current_draw":null,"status_code":"test@example.com","user_id":"sms"}
TASK repair_structured_output SPEC FIELD current_draw TYPE integer REQUIRED yes FIELD half_life TYPE number REQUIRED no FIELD altitude TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD transaction_id TYPE integer REQUIRED no FIELD torque_output TYPE string_uri REQUIRED yes FIELD medication TYPE string REQUIRED...
{"current_draw":736,"altitude":"mode_b","transaction_id":595,"torque_output":"https://www.io/data","medication":"world"}
tool_call_python_syntax
{ "type": "object", "properties": { "current_draw": { "type": "integer" }, "half_life": { "type": "number" }, "altitude": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "transaction_id": { "type": "integer" ...
check_availability(current_draw=736, altitude='mode_b', transaction_id=595, torque_output='https://www.io/data', medication='world')
Tool call uses Python syntax instead of JSON
{"current_draw":736,"altitude":"mode_b","transaction_id":595,"torque_output":"https://www.io/data","medication":"world"}
TASK repair_structured_output SPEC FIELD param_i02 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_r99 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_g54 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD col_o39 TYPE string VALUES reliable|unstable|intermittent REQUIRE...
{"param_i02":"blue","attr_g54":"xl","col_o39":"intermittent","dim_k90":"foo","param_l89":591.02}
truncated_object
{ "type": "object", "properties": { "param_i02": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_r99": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise"...
{"param_i02":"blue","attr_g54":"xl","col_o39":"intermittent","dim_k90":"foo","param_l89":591.02
Unexpected end of JSON input — truncated object
{"param_i02":"blue","attr_g54":"xl","col_o39":"intermittent","dim_k90":"foo","param_l89":591.02}
TASK repair_structured_output SPEC FIELD annotation TYPE string REQUIRED no FIELD quality_score.lab_result TYPE integer REQUIRED no FIELD quality_score.isotope TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD quality_score.bill_of_lading TYPE string_date-time REQUIRED no FIELD quality_score.log_l...
{"quality_score":{"lab_result":177,"isotope":"anchored","bill_of_lading":"2022-07-22T19:49:00Z","log_level":"Hapag-Lloyd-Express","batch_code":{"age":"married","language":"heterozygous","verified":false}},"items":"inactive","invoice_id":"Charlie","priority":708.01,"shipper_ref":937.62}
trailing_comma
{ "type": "object", "properties": { "annotation": { "type": "string" }, "quality_score": { "type": "object", "properties": { "lab_result": { "type": "integer" }, "isotope": { "type": "string", "enum": [ "berthed", ...
{"quality_score":{"lab_result":177,"isotope":"anchored","bill_of_lading":"2022-07-22T19:49:00Z","log_level":"Hapag-Lloyd-Express","batch_code":{"age":"married","language":"heterozygous","verified":false,}},"items":"inactive","invoice_id":"Charlie","priority":708.01,"shipper_ref":937.62}
Unexpected trailing comma
{"quality_score":{"lab_result":177,"isotope":"anchored","bill_of_lading":"2022-07-22T19:49:00Z","log_level":"Hapag-Lloyd-Express","batch_code":{"age":"married","language":"heterozygous","verified":false}},"items":"inactive","invoice_id":"Charlie","priority":708.01,"shipper_ref":937.62}
TASK repair_structured_output SPEC FIELD state TYPE integer REQUIRED yes FIELD values TYPE string REQUIRED yes FIELD berth_slot TYPE string REQUIRED no FIELD deploy_target.frequency_hz.quantity TYPE string REQUIRED no FIELD deploy_target.frequency_hz.enabled TYPE boolean REQUIRED yes FIELD deploy_target.frequency_hz.i...
{"state":882,"values":"A short description.","berth_slot":"A short description.","deploy_target":{"frequency_hz":{"quantity":"Alice","enabled":false,"items":962.52},"latitude":"level_2","status_code":false,"amount":null},"footnote":{"options":248.53,"format":807.19,"currency":{"trace_id":"type_d","phenotype":17.77,"tot...
null_required
{ "type": "object", "properties": { "state": { "type": "integer" }, "values": { "type": "string" }, "berth_slot": { "type": "string" }, "deploy_target": { "type": "object", "properties": { "frequency_hz": { "type": "object", "prop...
{"state": null, "values": "A short description.", "berth_slot": "A short description.", "deploy_target": {"frequency_hz": {"quantity": "Alice", "enabled": false, "items": 962.52}, "latitude": "level_2", "status_code": false, "amount": null}, "footnote": {"options": 248.53, "format": 807.19, "currency": {"trace_id": "ty...
Required field 'state' is null
{"state":882,"values":"A short description.","berth_slot":"A short description.","deploy_target":{"frequency_hz":{"quantity":"Alice","enabled":false,"items":962.52},"latitude":"level_2","status_code":false,"amount":null},"footnote":{"options":248.53,"format":807.19,"currency":{"trace_id":"type_d","phenotype":17.77,"tot...
TASK repair_structured_output SPEC FIELD col_u26 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD key_c66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD dim_y62 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD val_k10 TYPE integer REQUIRED no BROKEN_OUTPUT {"col_u2...
{"col_u26":"nonsense","key_c66":"GBP","dim_y62":"enterprise"}
extra_field
{ "type": "object", "properties": { "col_u26": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "key_c66": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
{"col_u26": "nonsense", "key_c66": "GBP", "dim_y62": "enterprise", "extra_field_771": "unexpected"}
Unknown field 'extra_field_771' not defined in schema
{"col_u26":"nonsense","key_c66":"GBP","dim_y62":"enterprise"}
TASK repair_structured_output SPEC FIELD prop_v05 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD val_p72 TYPE string REQUIRED no FIELD key_w45 TYPE boolean REQUIRED yes FIELD field_g15 TYPE null REQUIRED no FIELD col_t86 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD val...
{"prop_v05":"frameshift","val_p72":"PASS","key_w45":true,"col_t86":"info"}
wrong_type
{ "type": "object", "properties": { "prop_v05": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "val_p72": { "type": "string" }, "key_w45": { "type": "boolean" }, "field_g15": { "typ...
{"prop_v05": "frameshift", "val_p72": "PASS", "key_w45": "\"yes\"", "col_t86": "info"}
Field 'key_w45' must be boolean, got string
{"prop_v05":"frameshift","val_p72":"PASS","key_w45":true,"col_t86":"info"}
TASK repair_structured_output SPEC FIELD log_level TYPE string REQUIRED yes FIELD thumbnail TYPE null REQUIRED yes FIELD longitude TYPE boolean REQUIRED no FIELD zip_code TYPE string_uri REQUIRED yes BROKEN_OUTPUT align_reads(log_level='2024-06-30', thumbnail=None, longitude=False, zip_code='https://example.io/api')
{"log_level":"2024-06-30","thumbnail":null,"longitude":false,"zip_code":"https://example.io/api"}
tool_call_python_syntax
{ "type": "object", "properties": { "log_level": { "type": "string" }, "thumbnail": { "type": "null" }, "longitude": { "type": "boolean" }, "zip_code": { "type": "string", "format": "uri" } }, "required": [ "log_level", "zip_code", "thumb...
align_reads(log_level='2024-06-30', thumbnail=None, longitude=False, zip_code='https://example.io/api')
Tool call uses Python syntax instead of JSON
{"log_level":"2024-06-30","thumbnail":null,"longitude":false,"zip_code":"https://example.io/api"}
TASK repair_structured_output SPEC FIELD dim_q39 TYPE number REQUIRED yes FIELD dim_t67 TYPE number REQUIRED yes FIELD field_x86 TYPE string REQUIRED no FIELD col_i86 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD attr_r39 TYPE string REQUIRED no BROKEN_OUTPUT {"dim_q39":614.48,"dim_t67":615.05,"field_x86...
{"dim_q39":614.48,"dim_t67":615.05,"field_x86":"RTG-04","col_i86":"type_c","attr_r39":"Luis"}
extra_text_after
{ "type": "object", "properties": { "dim_q39": { "type": "number" }, "dim_t67": { "type": "number" }, "field_x86": { "type": "string" }, "col_i86": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "attr_r3...
{"dim_q39":614.48,"dim_t67":615.05,"field_x86":"RTG-04","col_i86":"type_c","attr_r39":"Luis"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"dim_q39":614.48,"dim_t67":615.05,"field_x86":"RTG-04","col_i86":"type_c","attr_r39":"Luis"}
TASK repair_structured_output SPEC FIELD annotation TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD account_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD salinity TYPE string VALUES cat_a|cat_b REQUIRED no FIELD height TYPE string VALUES level_1|level_2|level_3|level_4|...
{"annotation":"cat_e","account_id":"type_b","salinity":"cat_b","height":"level_2","language":57}
trailing_comma
{ "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "account_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", ...
{"annotation":"cat_e","account_id":"type_b","salinity":"cat_b","height":"level_2","language":57,}
Unexpected trailing comma
{"annotation":"cat_e","account_id":"type_b","salinity":"cat_b","height":"level_2","language":57}
TASK repair_structured_output SPEC FIELD col_e91 TYPE null REQUIRED no FIELD val_n98 TYPE integer REQUIRED yes FIELD attr_r65 TYPE number REQUIRED no FIELD param_m18 TYPE number REQUIRED no FIELD val_z47 TYPE string VALUES type_a|type_b REQUIRED no FIELD val_m77 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|ty...
{"col_e91":null,"val_n98":36,"attr_r65":162.44,"val_z47":"type_a","col_z97":"sms"}
extra_field
{ "type": "object", "properties": { "col_e91": { "type": "null" }, "val_n98": { "type": "integer" }, "attr_r65": { "type": "number" }, "param_m18": { "type": "number" }, "val_z47": { "type": "string", "enum": [ "type_a", "type_b...
{"col_e91": null, "val_n98": 36, "attr_r65": 162.44, "val_z47": "type_a", "col_z97": "sms", "extra_value_6334": true}
Unknown field 'extra_value_6334' not defined in schema
{"col_e91":null,"val_n98":36,"attr_r65":162.44,"val_z47":"type_a","col_z97":"sms"}
TASK repair_structured_output SPEC FIELD param_n20 TYPE string REQUIRED yes FIELD param_g70 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD key_v73[] TYPE boolean REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="calibrate_instrument"> {"param_n20":"Johnson","param_g70":"cat_c","key_v73"...
{"param_n20":"Johnson","param_g70":"cat_c","key_v73":[true,false]}
tool_call_text_mix
{ "type": "object", "properties": { "param_n20": { "type": "string" }, "param_g70": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "key_v73": { "type": "array", "items": { "type": "boolean" } } }, "re...
Processing the request now. <tool_call name="calibrate_instrument"> {"param_n20":"Johnson","param_g70":"cat_c","key_v73":[true,false]} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"param_n20":"Johnson","param_g70":"cat_c","key_v73":[true,false]}
TASK repair_structured_output SPEC FIELD label TYPE string REQUIRED no FIELD order_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD velocity.amount TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD velocity.sensor_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIEL...
{"label":"cancelled","order_id":"JPY","velocity":{"amount":"push","sensor_id":"option_e","gene_id":672,"transaction_id":664,"account_id":"archived","price":"https://example.io/api","ph_level":false}}
markdown_explanation
{ "type": "object", "properties": { "label": { "type": "string" }, "order_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "velocity": { "type": "object", "properties": { "amount": { ...
Pipeline result: ```json {"label":"cancelled","order_id":"JPY","velocity":{"amount":"push","sensor_id":"option_e","gene_id":672,"transaction_id":664,"account_id":"archived","price":"https://example.io/api","ph_level":false}} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"label":"cancelled","order_id":"JPY","velocity":{"amount":"push","sensor_id":"option_e","gene_id":672,"transaction_id":664,"account_id":"archived","price":"https://example.io/api","ph_level":false}}
TASK repair_structured_output SPEC FIELD dim_s25 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD key_r06 TYPE null REQUIRED no FIELD dim_u74 TYPE boolean REQUIRED no FIELD dim_i00 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_h98 TYPE integer REQUIRED yes BROKEN_OUTPUT Bas...
{"dim_s25":"type_b","key_r06":null,"dim_u74":true,"dim_i00":"inactive","prop_h98":843}
markdown_explanation
{ "type": "object", "properties": { "dim_s25": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "key_r06": { "type": "null" }, "dim_u74": { "type": "boolean" }, "dim_i00": { "ty...
Based on your request, here is the data: ```json {"dim_s25":"type_b","key_r06":null,"dim_u74":true,"dim_i00":"inactive","prop_h98":843} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"dim_s25":"type_b","key_r06":null,"dim_u74":true,"dim_i00":"inactive","prop_h98":843}
TASK repair_structured_output SPEC FIELD col_d23 TYPE boolean REQUIRED yes FIELD key_m88 TYPE integer REQUIRED yes FIELD val_u59 TYPE boolean REQUIRED no FIELD val_m58 TYPE string_uri REQUIRED no FIELD field_q09 TYPE string REQUIRED no FIELD prop_q52 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIE...
{"col_d23":false,"key_m88":612,"val_u59":false,"prop_q52":"resolved","field_m17":"sample"}
missing_brace
{ "type": "object", "properties": { "col_d23": { "type": "boolean" }, "key_m88": { "type": "integer" }, "val_u59": { "type": "boolean" }, "val_m58": { "type": "string", "format": "uri" }, "field_q09": { "type": "string" }, "prop_q52": {...
"col_d23":false,"key_m88":612,"val_u59":false,"prop_q52":"resolved","field_m17":"sample"}
Missing closing brace
{"col_d23":false,"key_m88":612,"val_u59":false,"prop_q52":"resolved","field_m17":"sample"}
TASK repair_structured_output SPEC FIELD val_s68 TYPE number REQUIRED yes FIELD val_a79 TYPE string REQUIRED yes FIELD prop_l83 TYPE number REQUIRED yes FIELD attr_f61 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD field_n83 TYPE string VALUES type_a|type_b REQUIRED no BROKEN_OUTPUT {"val_a79": "...
{"val_s68":989.51,"val_a79":"Diana","prop_l83":547.4,"attr_f61":"reliable","field_n83":"type_b"}
missing_required
{ "type": "object", "properties": { "val_s68": { "type": "number" }, "val_a79": { "type": "string" }, "prop_l83": { "type": "number" }, "attr_f61": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
{"val_a79": "Diana", "prop_l83": 547.4, "attr_f61": "reliable", "field_n83": "type_b"}
Required field 'val_s68' is missing
{"val_s68":989.51,"val_a79":"Diana","prop_l83":547.4,"attr_f61":"reliable","field_n83":"type_b"}
TASK repair_structured_output SPEC FIELD param_x15 TYPE integer REQUIRED no FIELD val_p69 TYPE boolean REQUIRED yes FIELD val_h90 TYPE string REQUIRED yes FIELD field_b63 TYPE string REQUIRED no BROKEN_OUTPUT {"param_x15": 419, "val_p69": null, "val_h90": "Silva", "field_b63": "RTG-04"}
{"param_x15":419,"val_p69":true,"val_h90":"Silva","field_b63":"RTG-04"}
null_required
{ "type": "object", "properties": { "param_x15": { "type": "integer" }, "val_p69": { "type": "boolean" }, "val_h90": { "type": "string" }, "field_b63": { "type": "string" } }, "required": [ "val_p69", "val_h90" ] }
{"param_x15": 419, "val_p69": null, "val_h90": "Silva", "field_b63": "RTG-04"}
Required field 'val_p69' is null
{"param_x15":419,"val_p69":true,"val_h90":"Silva","field_b63":"RTG-04"}
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD port_code TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD level TYPE string VALUES option_a|option_b REQUIRED no FIELD due_date TYPE number REQUIRED no FIELD catalyst TYPE number REQUI...
{"full_name":"cat_a","port_code":"type_a","level":"option_b","due_date":161.94,"catalyst":262.04,"phenotype":"type_b","quality_score":273}
number_with_unit
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "port_code": { "type": "string", "enum": [ "type_a", "type_b", "t...
{"full_name": "cat_a", "port_code": "type_a", "level": "option_b", "due_date": "161.94ms", "catalyst": 262.04, "phenotype": "type_b", "quality_score": 273}
Field 'due_date' must be number, got string with unit
{"full_name":"cat_a","port_code":"type_a","level":"option_b","due_date":161.94,"catalyst":262.04,"phenotype":"type_b","quality_score":273}
TASK repair_structured_output SPEC FIELD field_g70 TYPE integer REQUIRED yes FIELD key_h46 TYPE integer REQUIRED yes FIELD param_e05 TYPE string VALUES active|inactive|pending REQUIRED no FIELD param_k54 TYPE integer REQUIRED no BROKEN_OUTPUT {"field_g70": 326, "param_e05": "active", "param_k54": 97}
{"field_g70":326,"key_h46":443,"param_e05":"active","param_k54":97}
missing_required
{ "type": "object", "properties": { "field_g70": { "type": "integer" }, "key_h46": { "type": "integer" }, "param_e05": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "param_k54": { "type": "integer" } }...
{"field_g70": 326, "param_e05": "active", "param_k54": 97}
Required field 'key_h46' is missing
{"field_g70":326,"key_h46":443,"param_e05":"active","param_k54":97}
TASK repair_structured_output SPEC FIELD count TYPE boolean REQUIRED no FIELD span_id TYPE number REQUIRED no FIELD index TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD discount TYPE integer REQUIRED no FIELD aligned_pct TYPE number REQUIRED no FIELD label TYPE string_email REQUIRED yes F...
{"count":false,"index":"nonsense","discount":590,"aligned_pct":718.31,"label":"user@domain.org","options":true}
missing_bracket
{ "type": "object", "properties": { "count": { "type": "boolean" }, "span_id": { "type": "number" }, "index": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "discount": { "type": "i...
{"count":false,"index":"nonsense","discount":590,"aligned_pct":718.31,"label":"user@domain.org","options":true}
Missing closing bracket
{"count":false,"index":"nonsense","discount":590,"aligned_pct":718.31,"label":"user@domain.org","options":true}
TASK repair_structured_output SPEC FIELD verified TYPE string VALUES small|medium|large|xl REQUIRED no FIELD turbidity TYPE integer REQUIRED no FIELD updated_at TYPE string_uri REQUIRED no FIELD latitude[] TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD first_name[].website TYPE integer REQUIRED yes FIELD f...
{"verified":"small","turbidity":146,"updated_at":"https://www.io/data","latitude":["type_a"],"first_name":[{"website":35,"invoice_id":715.43,"chromosome":"cat_b"},{"website":307,"invoice_id":645.19,"chromosome":"cat_b"},{"website":179,"chromosome":"cat_a"},{"website":114,"invoice_id":161.59}]}
trailing_comma
{ "type": "object", "properties": { "verified": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "turbidity": { "type": "integer" }, "updated_at": { "type": "string", "format": "uri" }, "latitude": { ...
{"verified":"small","turbidity":146,"updated_at":"https://www.io/data","latitude":["type_a",],"first_name":[{"website":35,"invoice_id":715.43,"chromosome":"cat_b"},{"website":307,"invoice_id":645.19,"chromosome":"cat_b"},{"website":179,"chromosome":"cat_a"},{"website":114,"invoice_id":161.59}]}
Unexpected trailing comma
{"verified":"small","turbidity":146,"updated_at":"https://www.io/data","latitude":["type_a"],"first_name":[{"website":35,"invoice_id":715.43,"chromosome":"cat_b"},{"website":307,"invoice_id":645.19,"chromosome":"cat_b"},{"website":179,"chromosome":"cat_a"},{"website":114,"invoice_id":161.59}]}
TASK repair_structured_output SPEC FIELD options TYPE string VALUES success|error|warning|info REQUIRED no FIELD label TYPE string REQUIRED no FIELD enabled.size TYPE string_date-time REQUIRED no FIELD enabled.score TYPE string REQUIRED no FIELD enabled.longitude TYPE integer REQUIRED no FIELD enabled.latitude.fleet_n...
{"options":"warning","label":"Maria","allele":"https://api.example.com/v1","maturity_date":"inactive","nickname":"large"}
tool_call_partial_args
{ "type": "object", "properties": { "options": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "label": { "type": "string" }, "enabled": { "type": "object", "properties": { "size": { "t...
Let me check the system. Action: get_inventory Arguments: {"options": "warning", "label": "Maria", "maturity_date": "inactive", "nickname": "large"}
Agent tool call missing required parameter 'allele'
{"options":"warning","label":"Maria","allele":"https://api.example.com/v1","maturity_date":"inactive","nickname":"large"}
TASK repair_structured_output SPEC FIELD param_h44 TYPE string_uri REQUIRED yes FIELD attr_c16 TYPE integer REQUIRED yes FIELD col_n79 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD key_x23 TYPE number REQUIRED no FIELD attr_h86.field_o74 TYPE integer REQUIRED yes FIELD attr_h86.key_d86 TYPE s...
{"param_h44":"https://api.org/v1","attr_c16":800,"col_n79":"mode_c","attr_h86":{"field_o74":911,"key_d86":"option_b","key_g62":[383,341,646],"key_u79":[{"col_f29":false,"field_c22":"level_1"}]}}
extra_text_after
{ "type": "object", "properties": { "param_h44": { "type": "string", "format": "uri" }, "attr_c16": { "type": "integer" }, "col_n79": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }...
{"param_h44":"https://api.org/v1","attr_c16":800,"col_n79":"mode_c","attr_h86":{"field_o74":911,"key_d86":"option_b","key_g62":[383,341,646],"key_u79":[{"col_f29":false,"field_c22":"level_1"}]}} This should match the schema you provided.
Output contains non-JSON text after the object
{"param_h44":"https://api.org/v1","attr_c16":800,"col_n79":"mode_c","attr_h86":{"field_o74":911,"key_d86":"option_b","key_g62":[383,341,646],"key_u79":[{"col_f29":false,"field_c22":"level_1"}]}}
TASK repair_structured_output SPEC FIELD dim_w71 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD col_z61 TYPE boolean REQUIRED yes FIELD val_k40 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_c21 TYPE number REQUIRED no FIELD val_b91.attr_v49 TYPE integer REQUIR...
{"dim_w71":"intermittent","col_z61":false,"val_k40":"frameshift","attr_c21":154.48,"val_b91":{"val_m89":103.09,"val_b01":"viewer","dim_m49":404.69,"col_w28":461},"dim_n30":496}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_w71": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_z61": { "type": "boolean" }, "val_k40": { "type": "string", "enum": [ "synonymous", "missense"...
Tool: update_record Params: {"dim_w71": "intermittent", "col_z61": false, "val_k40": "frameshift", "val_b91": {"val_m89": 103.09, "val_b01": "viewer", "dim_m49": 404.69, "col_w28": 461}, "dim_n30": 496, "attr_c21_value": 154.48}
Agent used wrong parameter name 'attr_c21_value' instead of 'attr_c21'
{"dim_w71":"intermittent","col_z61":false,"val_k40":"frameshift","attr_c21":154.48,"val_b91":{"val_m89":103.09,"val_b01":"viewer","dim_m49":404.69,"col_w28":461},"dim_n30":496}
TASK repair_structured_output SPEC FIELD username TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD product_id TYPE integer REQUIRED yes FIELD freight_class.cargo_type TYPE string REQUIRED yes FIELD freight_class.enabled TYPE string REQUIRED no FIELD freight_class.pressure_kpa TYPE string REQUIRED no FIELD fr...
{"username":"phone","product_id":399,"freight_class":{"cargo_type":"Hapag-Lloyd-Express","pressure_kpa":"bar","image_url":"2024-01-15","height":["warning","success"]}}
unquoted_keys
{ "type": "object", "properties": { "username": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "product_id": { "type": "integer" }, "freight_class": { "type": "object", "properties": { "cargo_type": {...
{username:"phone",product_id:399,freight_class:{cargo_type:"Hapag-Lloyd-Express",pressure_kpa:"bar",image_url:"2024-01-15",height:["warning","success"]}}
Expecting property name enclosed in double quotes
{"username":"phone","product_id":399,"freight_class":{"cargo_type":"Hapag-Lloyd-Express","pressure_kpa":"bar","image_url":"2024-01-15","height":["warning","success"]}}
TASK repair_structured_output SPEC FIELD vital_sign TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD repository TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD lab_result TYPE integer REQUIRED no FIELD status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD age TYPE number REQUIRED no BRO...
{"vital_sign":"cat_b","lab_result":72,"status":"cat_c","age":314.35}
tool_call_python_syntax
{ "type": "object", "properties": { "vital_sign": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "repository": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "lab_result": { "type": "integer" ...
track_vessel(vital_sign='cat_b', lab_result=72, status='cat_c', age=314.35)
Tool call uses Python syntax instead of JSON
{"vital_sign":"cat_b","lab_result":72,"status":"cat_c","age":314.35}
TASK repair_structured_output SPEC FIELD field_x05 TYPE string REQUIRED yes FIELD prop_a46 TYPE integer REQUIRED yes FIELD key_c44 TYPE null REQUIRED yes BROKEN_OUTPUT {"field_x05":"test","prop_a46":213,"key_c44":null}
{"field_x05":"test","prop_a46":213,"key_c44":null}
missing_bracket
{ "type": "object", "properties": { "field_x05": { "type": "string" }, "prop_a46": { "type": "integer" }, "key_c44": { "type": "null" } }, "required": [ "field_x05", "key_c44", "prop_a46" ] }
{"field_x05":"test","prop_a46":213,"key_c44":null}
Missing closing bracket
{"field_x05":"test","prop_a46":213,"key_c44":null}
TASK repair_structured_output SPEC FIELD val_u43.prop_s21 TYPE integer REQUIRED yes FIELD val_u43.param_k41 TYPE null REQUIRED no FIELD val_u43.prop_w33 TYPE boolean REQUIRED no FIELD val_u43.col_b78.col_n13 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD val_u43.col_b78.key_s89 TYPE string VALUES draft|pub...
{"val_u43":{"prop_s21":739,"param_k41":null,"prop_w33":false,"col_b78":{"col_n13":"email","key_s89":"published","field_h91":"draft","field_n00":"ops@test.io"},"param_t18":{"dim_s76":280,"col_e32":true,"prop_a77":"single","attr_y29":null}},"attr_j79":true,"prop_i05":false,"col_g93":true,"dim_n51":"demo"}
truncated_object
{ "type": "object", "properties": { "val_u43": { "type": "object", "properties": { "prop_s21": { "type": "integer" }, "param_k41": { "type": "null" }, "prop_w33": { "type": "boolean" }, "col_b78": { "type...
{"val_u43":{"prop_s21":739,"param_k41":null,"prop_w33":false,"col_b78":{"col_n13":"email","key_s89":"published","field_h91":"draft","field_n00":"ops@test.io"},"param_t18":{"dim_s76":280,"col_e32":true,"prop_a77":"single","attr_y29":null}},"attr_j79":true,"prop_i05":false,"col_g93":true,"dim_n51":"demo"
Unexpected end of JSON input — truncated object
{"val_u43":{"prop_s21":739,"param_k41":null,"prop_w33":false,"col_b78":{"col_n13":"email","key_s89":"published","field_h91":"draft","field_n00":"ops@test.io"},"param_t18":{"dim_s76":280,"col_e32":true,"prop_a77":"single","attr_y29":null}},"attr_j79":true,"prop_i05":false,"col_g93":true,"dim_n51":"demo"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE boolean REQUIRED yes FIELD chapter TYPE null REQUIRED no FIELD log_level.diagnosis_code TYPE null REQUIRED no FIELD log_level.notes TYPE string_date-time REQUIRED yes FIELD log_level.category TYPE integer REQUIRED no FIELD log_level.branch[] TYPE string VALUES...
{"fleet_number":true,"chapter":null,"log_level":{"notes":"2021-10-24T17:07:00Z","branch":["error","error"]},"phenotype":{"hazmat_code":"2023-01-26T16:08:00Z","image_url":"homozygous","freight_class":{"credit_score":true,"compound":"user@test.io","item_id":"Tokyo","throttle_pos":"inactive","state":"type_b","type":756},"...
wrong_type
{ "type": "object", "properties": { "fleet_number": { "type": "boolean" }, "chapter": { "type": "null" }, "log_level": { "type": "object", "properties": { "diagnosis_code": { "type": "null" }, "notes": { "type": "string", ...
{"fleet_number": "\"yes\"", "chapter": null, "log_level": {"notes": "2021-10-24T17:07:00Z", "branch": ["error", "error"]}, "phenotype": {"hazmat_code": "2023-01-26T16:08:00Z", "image_url": "homozygous", "freight_class": {"credit_score": true, "compound": "user@test.io", "item_id": "Tokyo", "throttle_pos": "inactive", "...
Field 'fleet_number' must be boolean, got string
{"fleet_number":true,"chapter":null,"log_level":{"notes":"2021-10-24T17:07:00Z","branch":["error","error"]},"phenotype":{"hazmat_code":"2023-01-26T16:08:00Z","image_url":"homozygous","freight_class":{"credit_score":true,"compound":"user@test.io","item_id":"Tokyo","throttle_pos":"inactive","state":"type_b","type":756},"...
TASK repair_structured_output SPEC FIELD torque_output TYPE string REQUIRED yes FIELD chapter.position TYPE integer REQUIRED no FIELD chapter.brake_pressure TYPE string REQUIRED yes FIELD chapter.width.yield_pct TYPE string REQUIRED no FIELD chapter.width.balance TYPE string REQUIRED yes FIELD chapter.width.patient_id...
{"torque_output":"test","chapter":{"position":699,"brake_pressure":"sample"},"conductivity":true}
tool_call_wrong_param
{ "type": "object", "properties": { "torque_output": { "type": "string" }, "chapter": { "type": "object", "properties": { "position": { "type": "integer" }, "brake_pressure": { "type": "string" }, "width": { "type": ...
Tool: calculate_price Params: {"torque_output": "test", "conductivity": true, "chapter_name": {"position": 699, "brake_pressure": "sample"}}
Agent used wrong parameter name 'chapter_name' instead of 'chapter'
{"torque_output":"test","chapter":{"position":699,"brake_pressure":"sample"},"conductivity":true}
TASK repair_structured_output SPEC FIELD coverage TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD build_status TYPE string_uri REQUIRED no FIELD half_life TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD salinity[].transaction_id TYPE string VALUES open|in_progress|resol...
{"coverage":"in_transit","build_status":"https://api.com/v1","half_life":"option_c"}
partial_structure
{ "type": "object", "properties": { "coverage": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "build_status": { "type": "string", "format": "uri" }, "half_life": { "type": "string", "enum"...
The half_life is option_c and {"coverage":"in_transit","build_status":"https://api.com/v1","half_life":"option_c"}
Output mixes natural language with JSON
{"coverage":"in_transit","build_status":"https://api.com/v1","half_life":"option_c"}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE boolean REQUIRED yes FIELD zip_code TYPE integer REQUIRED no FIELD sensor_id TYPE number REQUIRED no FIELD gene_id[].name TYPE integer REQUIRED yes FIELD gene_id[].active TYPE string REQUIRED yes FIELD gene_id[].country TYPE string VALUES email|phone|sms|push ...
{"throttle_pos":false,"zip_code":695,"sensor_id":555.89,"gene_id":[{"name":997,"active":"Johnson","country":"push"},{"name":132,"active":"hello","country":"sms"}],"amplitude":[{"bill_of_lading":"married","tags":null,"name":"blue","size":"inland","turbidity":"Tokyo","berth_slot":"pending_review","velocity":"example","ba...
truncated_object
{ "type": "object", "properties": { "throttle_pos": { "type": "boolean" }, "zip_code": { "type": "integer" }, "sensor_id": { "type": "number" }, "gene_id": { "type": "array", "items": { "type": "object", "properties": { "name": { ...
{"throttle_pos":false,"zip_code":695,"sensor_id":555.89,"gene_id":[{"name":997,"active":"Johnson","country":"push"},{"name":132,"active":"hello","country":"sms"}],"amplitude":[{"bill_of_lading":"married","tags":null,"name":"blue","size":"inland","turbidity":"Tokyo","berth_slot":"pending_review","velocity":"example","ba...
Unexpected end of JSON input — truncated object
{"throttle_pos":false,"zip_code":695,"sensor_id":555.89,"gene_id":[{"name":997,"active":"Johnson","country":"push"},{"name":132,"active":"hello","country":"sms"}],"amplitude":[{"bill_of_lading":"married","tags":null,"name":"blue","size":"inland","turbidity":"Tokyo","berth_slot":"pending_review","velocity":"example","ba...
TASK repair_structured_output SPEC FIELD end_date TYPE null REQUIRED yes FIELD quality_score TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD section TYPE string_uri REQUIRED no FIELD patient_id TYPE number REQUIRED yes FIELD branch TYPE integer REQUIRED no FIELD category TYPE string REQUIRED no...
{"end_date":null,"quality_score":"new","patient_id":574.18,"trace_id":"Hapag-Lloyd-Express"}
missing_bracket
{ "type": "object", "properties": { "end_date": { "type": "null" }, "quality_score": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "section": { "type": "string", "format": "uri" }, "pati...
{"end_date":null,"quality_score":"new","patient_id":574.18,"trace_id":"Hapag-Lloyd-Express"}
Missing closing bracket
{"end_date":null,"quality_score":"new","patient_id":574.18,"trace_id":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD field_p90 TYPE integer REQUIRED yes FIELD attr_h13 TYPE boolean REQUIRED yes FIELD param_t69[] TYPE string REQUIRED yes BROKEN_OUTPUT {"field_p90":286,"attr_h13":true,"param_t69":["https://example.com","example","quux",]}
{"field_p90":286,"attr_h13":true,"param_t69":["https://example.com","example","quux"]}
trailing_comma
{ "type": "object", "properties": { "field_p90": { "type": "integer" }, "attr_h13": { "type": "boolean" }, "param_t69": { "type": "array", "items": { "type": "string" } } }, "required": [ "attr_h13", "param_t69", "field_p90" ] }
{"field_p90":286,"attr_h13":true,"param_t69":["https://example.com","example","quux",]}
Unexpected trailing comma
{"field_p90":286,"attr_h13":true,"param_t69":["https://example.com","example","quux"]}
TASK repair_structured_output SPEC FIELD attr_f10 TYPE string REQUIRED no FIELD col_q41 TYPE integer REQUIRED yes FIELD col_l78 TYPE integer REQUIRED no FIELD dim_t85 TYPE string REQUIRED no FIELD param_a02[] TYPE null REQUIRED no BROKEN_OUTPUT {"col_q41":800,"col_l78":734,"param_a02":[null,null,null]
{"col_q41":800,"col_l78":734,"param_a02":[null,null,null]}
truncated_object
{ "type": "object", "properties": { "attr_f10": { "type": "string" }, "col_q41": { "type": "integer" }, "col_l78": { "type": "integer" }, "dim_t85": { "type": "string" }, "param_a02": { "type": "array", "items": { "type": "null" }...
{"col_q41":800,"col_l78":734,"param_a02":[null,null,null]
Unexpected end of JSON input — truncated object
{"col_q41":800,"col_l78":734,"param_a02":[null,null,null]}
TASK repair_structured_output SPEC FIELD sensor_id TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD version TYPE boolean REQUIRED yes FIELD language TYPE number REQUIRED no FIELD description TYPE integer REQUIRED no BROKEN_OUTPUT {"sensor_id": "green", "version": false, "description": "702kg"}
{"sensor_id":"green","version":false,"description":702}
number_with_unit
{ "type": "object", "properties": { "sensor_id": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "version": { "type": "boolean" }, "language": { "type": "number" }, "description": { "t...
{"sensor_id": "green", "version": false, "description": "702kg"}
Field 'description' must be number, got string with unit
{"sensor_id":"green","version":false,"description":702}
TASK repair_structured_output SPEC FIELD date TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD payment_status TYPE integer REQUIRED no FIELD insurance_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD price TYPE string REQUIRED yes FIELD description TYPE string REQUI...
{"date":"level_1","payment_status":110,"insurance_id":"operational","price":"example","description":"Charlie"}
markdown_explanation
{ "type": "object", "properties": { "date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "payment_status": { "type": "integer" }, "insurance_id": { "type": "string", "enum": [ "operationa...
Below is the JSON object: ```json {"date":"level_1","payment_status":110,"insurance_id":"operational","price":"example","description":"Charlie"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"date":"level_1","payment_status":110,"insurance_id":"operational","price":"example","description":"Charlie"}
TASK repair_structured_output SPEC FIELD field_u77.key_f41 TYPE integer REQUIRED yes FIELD field_u77.key_c65 TYPE string_date-time REQUIRED no FIELD field_u77.param_d27 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD field_u77.col_p97.attr_y56 TYPE string REQUIRED yes FIELD field_u77.col_p97.dim_e14 ...
{"field_u77":{"key_f41":553,"key_c65":"2021-09-08T07:24:00Z","param_d27":"type_b","col_p97":{"attr_y56":"John","key_a05":false},"col_m45":{"key_o39":"user@test.io","prop_b01":"approved","field_p06":881.9,"attr_m02":"inland","key_q10":"rejected","key_k28":"type_b"}},"field_g25":"Maria","param_s10":"heterozygous","col_m2...
number_with_unit
{ "type": "object", "properties": { "field_u77": { "type": "object", "properties": { "key_f41": { "type": "integer" }, "key_c65": { "type": "string", "format": "date-time" }, "param_d27": { "type": "string", "e...
{"field_u77": {"key_f41": 553, "key_c65": "2021-09-08T07:24:00Z", "param_d27": "type_b", "col_p97": {"attr_y56": "John", "key_a05": false}, "col_m45": {"key_o39": "user@test.io", "prop_b01": "approved", "field_p06": 881.9, "attr_m02": "inland", "key_q10": "rejected", "key_k28": "type_b"}}, "field_g25": "Maria", "param_...
Field 'param_u04' must be number, got string with unit
{"field_u77":{"key_f41":553,"key_c65":"2021-09-08T07:24:00Z","param_d27":"type_b","col_p97":{"attr_y56":"John","key_a05":false},"col_m45":{"key_o39":"user@test.io","prop_b01":"approved","field_p06":881.9,"attr_m02":"inland","key_q10":"rejected","key_k28":"type_b"}},"field_g25":"Maria","param_s10":"heterozygous","col_m2...
TASK repair_structured_output SPEC FIELD language TYPE boolean REQUIRED no FIELD description TYPE string REQUIRED yes FIELD invoice_id TYPE string_uri REQUIRED no FIELD chapter.comments TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD chapter.annotation TYPE number REQUIRED no FIELD chapter.size...
{"language":true,"description":"Jane","invoice_id":"https://data.io/v1","chapter":{"comments":"type_b","annotation":566.19,"size":"degraded","turbidity":"cat_d","items":{"commit_hash":"New York","verified":null,"isotope":true}}}
agent_chain
{ "type": "object", "properties": { "language": { "type": "boolean" }, "description": { "type": "string" }, "invoice_id": { "type": "string", "format": "uri" }, "chapter": { "type": "object", "properties": { "comments": { "type": "str...
Let me check the system. Action: book_appointment Result: {"language": true, "invoice_id": "https://data.io/v1", "chapter": {"comments": "type_b", "annotation": 566.19, "size": "degraded", "turbidity": "cat_d", "items": {"commit_hash": "New York", "verified": null, "isotope": true}}} I'll query our database. Action: b...
Agent multi-step chain with truncated tool output
{"language":true,"description":"Jane","invoice_id":"https://data.io/v1","chapter":{"comments":"type_b","annotation":566.19,"size":"degraded","turbidity":"cat_d","items":{"commit_hash":"New York","verified":null,"isotope":true}}}
TASK repair_structured_output SPEC FIELD compound TYPE string REQUIRED yes FIELD bed_number TYPE string VALUES admin|editor|viewer REQUIRED no FIELD nickname TYPE string_date-time REQUIRED no FIELD consignee[].salinity TYPE string REQUIRED yes FIELD consignee[].weight TYPE string VALUES draft|published|archived REQUIR...
{"compound":"Smith","bed_number":"editor","nickname":"2020-08-23T06:59:00Z","consignee":[{"salinity":"bar","weight":"draft","timezone":["pending","qux"]},{"salinity":"world","weight":"draft","timezone":["active","Maria","active","Luis"]},{"salinity":"chr1","weight":"published","timezone":["pending"]}]}
extra_field
{ "type": "object", "properties": { "compound": { "type": "string" }, "bed_number": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "nickname": { "type": "string", "format": "date-time" }, "consignee": { "ty...
{"compound": "Smith", "bed_number": "editor", "nickname": "2020-08-23T06:59:00Z", "consignee": [{"salinity": "bar", "weight": "draft", "timezone": ["pending", "qux"]}, {"salinity": "world", "weight": "draft", "timezone": ["active", "Maria", "active", "Luis"]}, {"salinity": "chr1", "weight": "published", "timezone": ["p...
Unknown field 'extra_value_2777' not defined in schema
{"compound":"Smith","bed_number":"editor","nickname":"2020-08-23T06:59:00Z","consignee":[{"salinity":"bar","weight":"draft","timezone":["pending","qux"]},{"salinity":"world","weight":"draft","timezone":["active","Maria","active","Luis"]},{"salinity":"chr1","weight":"published","timezone":["pending"]}]}
TASK repair_structured_output SPEC FIELD image_url TYPE boolean REQUIRED no FIELD city TYPE boolean REQUIRED no FIELD vessel_name TYPE boolean REQUIRED yes FIELD half_life TYPE null REQUIRED no BROKEN_OUTPUT create_ticket(image_url=False, city=False, vessel_name=False)
{"image_url":false,"city":false,"vessel_name":false}
tool_call_python_syntax
{ "type": "object", "properties": { "image_url": { "type": "boolean" }, "city": { "type": "boolean" }, "vessel_name": { "type": "boolean" }, "half_life": { "type": "null" } }, "required": [ "vessel_name" ] }
create_ticket(image_url=False, city=False, vessel_name=False)
Tool call uses Python syntax instead of JSON
{"image_url":false,"city":false,"vessel_name":false}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED yes FIELD role TYPE string_email REQUIRED no FIELD phone.city.bed_number TYPE string REQUIRED no FIELD phone.city.duration_ms TYPE null REQUIRED yes FIELD phone.city.thumbnail TYPE string_date-time REQUIRED yes FIELD phone.city.manifest_ref TYPE...
{"annotation":7,"role":"admin@example.com","phone":{"city":{"duration_ms":null,"thumbnail":"2022-05-13T08:35:00Z","manifest_ref":"pending","subtotal":"completed","loan_amount":923,"status_code":751},"half_life":"active","created_at":"offline","state":"pending"},"state":508,"invoice_id":623.19,"start_date":"green"}
truncated_object
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "role": { "type": "string", "format": "email" }, "phone": { "type": "object", "properties": { "city": { "type": "object", "properties": { "bed_number": {...
{"annotation":7,"role":"admin@example.com","phone":{"city":{"duration_ms":null,"thumbnail":"2022-05-13T08:35:00Z","manifest_ref":"pending","subtotal":"completed","loan_amount":923,"status_code":751},"half_life":"active","created_at":"offline","state":"pending"},"state":508,"invoice_id":623.19,"start_date":"green"
Unexpected end of JSON input — truncated object
{"annotation":7,"role":"admin@example.com","phone":{"city":{"duration_ms":null,"thumbnail":"2022-05-13T08:35:00Z","manifest_ref":"pending","subtotal":"completed","loan_amount":923,"status_code":751},"half_life":"active","created_at":"offline","state":"pending"},"state":508,"invoice_id":623.19,"start_date":"green"}
TASK repair_structured_output SPEC FIELD phenotype TYPE string REQUIRED yes FIELD image_url TYPE string REQUIRED no FIELD coverage TYPE integer REQUIRED yes FIELD length.velocity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD length.created_at TYPE string VALUES small|medium|large|xl ...
{"phenotype":"world","coverage":2,"length":{"velocity":"rejected","city":false,"chapter":249,"payment_status":true,"size":"2024-06-30","address":true},"vital_sign":{"description":238,"barcode":{"footnote":3.76,"quality_score":861,"crew_id":"pending","id":"Charlie","timezone":226.41}}}
extra_text_before
{ "type": "object", "properties": { "phenotype": { "type": "string" }, "image_url": { "type": "string" }, "coverage": { "type": "integer" }, "length": { "type": "object", "properties": { "velocity": { "type": "string", "enum": [ ...
Here's the structured output: {"phenotype":"world","coverage":2,"length":{"velocity":"rejected","city":false,"chapter":249,"payment_status":true,"size":"2024-06-30","address":true},"vital_sign":{"description":238,"barcode":{"footnote":3.76,"quality_score":861,"crew_id":"pending","id":"Charlie","timezone":226.41}}}
Output contains non-JSON text before the object
{"phenotype":"world","coverage":2,"length":{"velocity":"rejected","city":false,"chapter":249,"payment_status":true,"size":"2024-06-30","address":true},"vital_sign":{"description":238,"barcode":{"footnote":3.76,"quality_score":861,"crew_id":"pending","id":"Charlie","timezone":226.41}}}
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD medication TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD updated_at TYPE null REQUIRED yes BROKEN_OUTPUT {"strand":"level_3","medication":"option_c","updated_at":...
{"strand":"level_3","medication":"option_c","updated_at":null}
trailing_comma
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "medication": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "opti...
{"strand":"level_3","medication":"option_c","updated_at":null,}
Unexpected trailing comma
{"strand":"level_3","medication":"option_c","updated_at":null}
TASK repair_structured_output SPEC FIELD key_i94 TYPE integer REQUIRED yes FIELD val_l17.val_a04 TYPE string REQUIRED no FIELD val_l17.key_v32 TYPE boolean REQUIRED yes FIELD val_l17.prop_o82 TYPE boolean REQUIRED yes FIELD val_l17.attr_w23.param_m23 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_l...
{"key_i94":696,"val_l17":{"val_a04":"London","key_v32":true,"prop_o82":true,"key_z39":"small","field_f47":754.32},"val_c82":698.62}
missing_bracket
{ "type": "object", "properties": { "key_i94": { "type": "integer" }, "val_l17": { "type": "object", "properties": { "val_a04": { "type": "string" }, "key_v32": { "type": "boolean" }, "prop_o82": { "type": "boolean" ...
{"key_i94":696,"val_l17":{"val_a04":"London","key_v32":true,"prop_o82":true,"key_z39":"small","field_f47":754.32},"val_c82":698.62}
Missing closing bracket
{"key_i94":696,"val_l17":{"val_a04":"London","key_v32":true,"prop_o82":true,"key_z39":"small","field_f47":754.32},"val_c82":698.62}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string VALUES level_1|level_2 REQUIRED yes FIELD section TYPE string REQUIRED no FIELD total.currency TYPE integer REQUIRED no FIELD total.invoice_id TYPE number REQUIRED no FIELD total.username.latitude TYPE boolean REQUIRED no FIELD total.username.lane TYPE b...
{"hazmat_code":"level_1","total":{"currency":753,"username":{"lane":true,"amplitude":"mode_a","language":122.24},"amplitude":false}}
missing_required
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "level_1", "level_2" ] }, "section": { "type": "string" }, "total": { "type": "object", "properties": { "currency": { "type": "integer" }...
{"total": {"currency": 753, "username": {"lane": true, "amplitude": "mode_a", "language": 122.24}, "amplitude": false}}
Required field 'hazmat_code' is missing
{"hazmat_code":"level_1","total":{"currency":753,"username":{"lane":true,"amplitude":"mode_a","language":122.24},"amplitude":false}}