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 REQUIRED no FIELD comments TYPE number REQUIRED no FIELD reagent TYPE string_uri REQUIRED yes FIELD first_name TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD collateral TYPE number REQUIRED no BROKEN_OUTPUT {"score": "Paris", "comments": "\"893.6\...
{"score":"Paris","comments":893.6,"reagent":"https://example.org/data","first_name":"mode_c","collateral":312.85}
wrong_type
{ "type": "object", "properties": { "score": { "type": "string" }, "comments": { "type": "number" }, "reagent": { "type": "string", "format": "uri" }, "first_name": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ...
{"score": "Paris", "comments": "\"893.6\"", "reagent": "https://example.org/data", "first_name": "mode_c", "collateral": 312.85}
Field 'comments' must be number, got string
{"score":"Paris","comments":893.6,"reagent":"https://example.org/data","first_name":"mode_c","collateral":312.85}
TASK repair_structured_output SPEC FIELD attr_d92.prop_n63 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_d92.dim_i46 TYPE string REQUIRED no FIELD attr_d92.field_d37 TYPE boolean REQUIRED yes FIELD param_g87 TYPE string_uri REQUIRED no FIELD dim_z55 TYPE string VALUES small|medium|large|...
{"attr_x62":"homozygous","dim_w51":"missense"}
markdown_explanation
{ "type": "object", "properties": { "attr_d92": { "type": "object", "properties": { "prop_n63": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "dim_i46": { ...
Here is the JSON you requested: ```json {"attr_x62":"homozygous","dim_w51":"missense"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"attr_x62":"homozygous","dim_w51":"missense"}
TASK repair_structured_output SPEC FIELD altitude TYPE string_date-time REQUIRED no FIELD repository TYPE string REQUIRED no FIELD manifest_ref TYPE integer REQUIRED yes FIELD barcode.title.diagnosis_code TYPE string REQUIRED no FIELD barcode.title.age TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD barcode.ti...
{"repository":"2023-12-25","manifest_ref":432,"barcode":{"title":{"diagnosis_code":"pending","age":"cat_c","umi":806},"width":"Jane","options":true,"date":"2021-12-20T23:08:00Z","conductivity":false},"lab_result":"Johnson","aligned_pct":626}
tool_call_bad_format
{ "type": "object", "properties": { "altitude": { "type": "string", "format": "date-time" }, "repository": { "type": "string" }, "manifest_ref": { "type": "integer" }, "barcode": { "type": "object", "properties": { "title": { "type": ...
<functioncall> calculate_docking_fee {repository: "2023-12-25", manifest_ref: 432, barcode: {title: {diagnosis_code: "pending", age: "cat_c", umi: 806}, width: "Jane", options: true, date: "2021-12-20T23:08:00Z", conductivity: false}, lab_result: "Johnson", aligned_pct: 626}
Tool call has malformed arguments — unquoted keys in function parameters
{"repository":"2023-12-25","manifest_ref":432,"barcode":{"title":{"diagnosis_code":"pending","age":"cat_c","umi":806},"width":"Jane","options":true,"date":"2021-12-20T23:08:00Z","conductivity":false},"lab_result":"Johnson","aligned_pct":626}
TASK repair_structured_output SPEC FIELD col_y75 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD key_n66 TYPE integer REQUIRED no FIELD key_e92 TYPE boolean REQUIRED no FIELD dim_u80 TYPE string REQUIRED no FIELD param_a59 TYPE number REQUIRED no FIELD attr_u63 TYPE string VALUES mode_a|mode_b|mode_c...
{"col_y75":"mode_a","key_n66":500,"key_e92":true,"dim_u80":"hello","param_a59":474.23,"attr_u63":"mode_b","attr_l21":87}
markdown_explanation
{ "type": "object", "properties": { "col_y75": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "key_n66": { "type": "integer" }, "key_e92": { "type": "boolean" }, "dim_u80": { "type": "string" ...
Here's the structured output: ```json {"col_y75":"mode_a","key_n66":500,"key_e92":true,"dim_u80":"hello","param_a59":474.23,"attr_u63":"mode_b","attr_l21":87} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"col_y75":"mode_a","key_n66":500,"key_e92":true,"dim_u80":"hello","param_a59":474.23,"attr_u63":"mode_b","attr_l21":87}
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD decay_rate TYPE string REQUIRED yes FIELD length TYPE integer REQUIRED yes FIELD humidity_pct.loan_amount TYPE string_uri REQUIRED yes FIELD humidity_pct.longitude TYPE string VALUES coastal|oceanic|inland|a...
{"branch":"white","decay_rate":"sample","length":903,"humidity_pct":{"loan_amount":"https://api.io/v1","longitude":"coastal","frequency_hz":834.18,"ph_level":898},"brake_pressure":"EUR","title":"active","step":"black"}
partial_structure
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "decay_rate": { "type": "string" }, "length": { "type": "integer" }, "humidity_pct": { "ty...
I found that branch should be white. {"branch":"white","decay_rate":"sample","length":903,"humidity_pct":{"loan_amount":"https://api.io/v1","longitude":"coastal","frequency_hz":834.18,"ph_level":898},"brake_pressure":"EUR","title":"active","step":"black"}
Output mixes natural language with JSON
{"branch":"white","decay_rate":"sample","length":903,"humidity_pct":{"loan_amount":"https://api.io/v1","longitude":"coastal","frequency_hz":834.18,"ph_level":898},"brake_pressure":"EUR","title":"active","step":"black"}
TASK repair_structured_output SPEC FIELD index TYPE string REQUIRED yes FIELD longitude TYPE integer REQUIRED yes FIELD date TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD username TYPE boolean REQUIRED yes BROKEN_OUTPUT T...
{"index":"active","longitude":628,"date":"blue","start_date":"cat_e","username":true}
tool_call_wrong_param
{ "type": "object", "properties": { "index": { "type": "string" }, "longitude": { "type": "integer" }, "date": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "start_date": { "type": "...
Tool: calibrate_instrument Params: {"index": "active", "longitude": 628, "date": "blue", "username": true, "start_date_id": "cat_e"}
Agent used wrong parameter name 'start_date_id' instead of 'start_date'
{"index":"active","longitude":628,"date":"blue","start_date":"cat_e","username":true}
TASK repair_structured_output SPEC FIELD param_c90 TYPE string REQUIRED yes FIELD field_h60 TYPE integer REQUIRED no FIELD key_f20 TYPE integer REQUIRED yes FIELD param_n69 TYPE boolean REQUIRED yes FIELD key_e44 TYPE integer REQUIRED yes BROKEN_OUTPUT {'param_c90':'Diana','field_h60':559,'key_f20':216,'param_n69':fa...
{"param_c90":"Diana","field_h60":559,"key_f20":216,"param_n69":false,"key_e44":979}
single_quotes
{ "type": "object", "properties": { "param_c90": { "type": "string" }, "field_h60": { "type": "integer" }, "key_f20": { "type": "integer" }, "param_n69": { "type": "boolean" }, "key_e44": { "type": "integer" } }, "required": [ "param_n69"...
{'param_c90':'Diana','field_h60':559,'key_f20':216,'param_n69':false,'key_e44':979}
Expecting property name enclosed in double quotes
{"param_c90":"Diana","field_h60":559,"key_f20":216,"param_n69":false,"key_e44":979}
TASK repair_structured_output SPEC FIELD log_level TYPE string REQUIRED no FIELD length TYPE string VALUES draft|published|archived REQUIRED no FIELD zip_code TYPE null REQUIRED no FIELD ward TYPE string REQUIRED yes FIELD chromosome[] TYPE string VALUES email|phone|sms|push REQUIRED no BROKEN_OUTPUT I found that zip...
{"length":"archived","zip_code":null,"ward":"qux","chromosome":["push","push","phone"]}
partial_structure
{ "type": "object", "properties": { "log_level": { "type": "string" }, "length": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "zip_code": { "type": "null" }, "ward": { "type": "string" }, "chromoso...
I found that zip_code should be None. {"length":"archived","zip_code":null,"ward":"qux","chromosome":["push","push","phone"]}
Output mixes natural language with JSON
{"length":"archived","zip_code":null,"ward":"qux","chromosome":["push","push","phone"]}
TASK repair_structured_output SPEC FIELD field_z84 TYPE string REQUIRED no FIELD prop_e97 TYPE boolean REQUIRED no FIELD param_h95 TYPE number REQUIRED yes BROKEN_OUTPUT {"param_h95":250.18}
{"param_h95":250.18}
missing_bracket
{ "type": "object", "properties": { "field_z84": { "type": "string" }, "prop_e97": { "type": "boolean" }, "param_h95": { "type": "number" } }, "required": [ "param_h95" ] }
{"param_h95":250.18}
Missing closing bracket
{"param_h95":250.18}
TASK repair_structured_output SPEC FIELD dim_i57 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_e67 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_z34 TYPE string VALUES draft|published|archived REQUIRED yes FIELD dim_s59 TYPE null REQUIRED no BROKEN_OUTPUT query_...
{"dim_i57":"info","field_e67":"heterozygous","attr_z34":"draft"}
tool_call_python_syntax
{ "type": "object", "properties": { "dim_i57": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "field_e67": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
query_port_status(dim_i57='info', field_e67='heterozygous', attr_z34='draft')
Tool call uses Python syntax instead of JSON
{"dim_i57":"info","field_e67":"heterozygous","attr_z34":"draft"}
TASK repair_structured_output SPEC FIELD visible TYPE number REQUIRED yes FIELD account_id.diagnosis_code TYPE boolean REQUIRED no FIELD account_id.organism TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD account_id.annotation TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FI...
{"visible":967.95,"account_id":{"diagnosis_code":false,"organism":"in_transit","annotation":"in_transit","price":{"visible":370,"label":"Silva","filter_flag":54.02,"latitude":"2026-03-09T00:08:00Z","berth_slot":"nonsense","length":"cancelled"}},"collateral":false}
unquoted_keys
{ "type": "object", "properties": { "visible": { "type": "number" }, "account_id": { "type": "object", "properties": { "diagnosis_code": { "type": "boolean" }, "organism": { "type": "string", "enum": [ "new", ...
{visible:967.95,account_id:{diagnosis_code:false,organism:"in_transit",annotation:"in_transit",price:{visible:370,label:"Silva",filter_flag:54.02,latitude:"2026-03-09T00:08:00Z",berth_slot:"nonsense",length:"cancelled"}},collateral:false}
Expecting property name enclosed in double quotes
{"visible":967.95,"account_id":{"diagnosis_code":false,"organism":"in_transit","annotation":"in_transit","price":{"visible":370,"label":"Silva","filter_flag":54.02,"latitude":"2026-03-09T00:08:00Z","berth_slot":"nonsense","length":"cancelled"}},"collateral":false}
TASK repair_structured_output SPEC FIELD coverage TYPE string REQUIRED no FIELD chromosome TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD role TYPE string REQUIRED yes BROKEN_OUTPUT {coverage:"cancelled",chromosome:"mode_c",role:"FWD"}
{"coverage":"cancelled","chromosome":"mode_c","role":"FWD"}
unquoted_keys
{ "type": "object", "properties": { "coverage": { "type": "string" }, "chromosome": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "role": { "type": "string" } }, "required": [ ...
{coverage:"cancelled",chromosome:"mode_c",role:"FWD"}
Expecting property name enclosed in double quotes
{"coverage":"cancelled","chromosome":"mode_c","role":"FWD"}
TASK repair_structured_output SPEC FIELD phone TYPE string_email REQUIRED yes FIELD transaction_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD aligned_pct TYPE integer REQUIRED no FIELD run_id[].commit_hash TYPE number REQUIRED no FIELD run_id[].shift_code TYPE number REQUIRED yes FIELD run_id[...
{"phone":"user@example.com","transaction_id":"inland","run_id":[{"commit_hash":409.91,"shift_code":627.81,"coverage":"user@example.com","id":492,"aligned_pct":"https://api.org/v1","state":"PASS"},{"commit_hash":930.43,"shift_code":482.03,"coverage":"ops@test.io","id":219,"state":"John"}]}
agent_chain
{ "type": "object", "properties": { "phone": { "type": "string", "format": "email" }, "transaction_id": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "aligned_pct": { "type": "integer" }, "r...
Let me check the system. Action: call_variants Result: {"transaction_id": "inland", "run_id": [{"commit_hash": 409.91, "shift_code": 627.81, "coverage": "user@example.com", "id": 492, "aligned_pct": "https://api.org/v1", "state": "PASS"}, {"commit_hash": 930.43, "shift_code": 482.03, "coverage": "ops@test.io", "id": 21...
Agent multi-step chain with truncated tool output
{"phone":"user@example.com","transaction_id":"inland","run_id":[{"commit_hash":409.91,"shift_code":627.81,"coverage":"user@example.com","id":492,"aligned_pct":"https://api.org/v1","state":"PASS"},{"commit_hash":930.43,"shift_code":482.03,"coverage":"ops@test.io","id":219,"state":"John"}]}
TASK repair_structured_output SPEC FIELD index TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD invoice_id TYPE boolean REQUIRED no FIELD bed_number[] TYPE number REQUIRED no BROKEN_OUTPUT {"index": "maintenance", "invoice_id": "\"no\""}
{"index":"maintenance","invoice_id":false}
wrong_type
{ "type": "object", "properties": { "index": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "invoice_id": { "type": "boolean" }, "bed_number": { "type": "array", "items": { "type":...
{"index": "maintenance", "invoice_id": "\"no\""}
Field 'invoice_id' must be boolean, got string
{"index":"maintenance","invoice_id":false}
TASK repair_structured_output SPEC FIELD field_w85 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD prop_p71 TYPE string REQUIRED no FIELD dim_z73 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD attr_k19 TYPE string REQUIRED no FIELD val_z91 TYPE string_uri REQUIRED no FIELD ...
{"field_w85":"type_a","prop_p71":"bar","dim_z73":"cat_a","attr_k19":"2024-06-30","val_z91":"https://api.org/data","dim_a74":"QC-07","field_z79":36.88,"field_b27":484.89}
invalid_enum
{ "type": "object", "properties": { "field_w85": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "prop_p71": { "type": "string" }, "dim_z73": { "type": "string", "enum": [ "cat...
{"field_w85": "invalid_choice_980", "prop_p71": "bar", "dim_z73": "cat_a", "attr_k19": "2024-06-30", "val_z91": "https://api.org/data", "dim_a74": "QC-07", "field_z79": 36.88, "field_b27": 484.89}
Field 'field_w85' has invalid enum value 'invalid_choice_980', expected one of ['type_a', 'type_b', 'type_c', 'type_d', 'type_e']
{"field_w85":"type_a","prop_p71":"bar","dim_z73":"cat_a","attr_k19":"2024-06-30","val_z91":"https://api.org/data","dim_a74":"QC-07","field_z79":36.88,"field_b27":484.89}
TASK repair_structured_output SPEC FIELD val_v03.dim_q74 TYPE string REQUIRED yes FIELD val_v03.col_b34 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD val_v03.field_h66[] TYPE boolean REQUIRED yes FIELD key_o88.field_z73 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_o88.ke...
{"val_v03":{"dim_q74":"This is a test value.","col_b34":"hemizygous","field_h66":[true]},"key_o88":{"field_z73":"critical","key_f49":866,"attr_n61":"pending","param_t40":{"key_m24":false,"col_a46":441},"dim_g28":{"dim_r17":"level_2","attr_x56":481.19,"key_i96":730.24,"attr_a61":"mode_d","dim_u27":false,"attr_c12":308.2...
truncated_array
{ "type": "object", "properties": { "val_v03": { "type": "object", "properties": { "dim_q74": { "type": "string" }, "col_b34": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ...
{"val_v03":{"dim_q74":"This is a test value.","col_b34":"hemizygous","field_h66":[true]},"key_o88":{"field_z73":"critical","key_f49":866,"attr_n61":"pending","param_t40":{"key_m24":false,"col_a46":441},"dim_g28":{"dim_r17":"level_2","attr_x56":481.19,"key_i96":730.24,"attr_a61":"mode_d","dim_u27":false,"attr_c12":308.2...
Unexpected end of JSON input — truncated object
{"val_v03":{"dim_q74":"This is a test value.","col_b34":"hemizygous","field_h66":[true]},"key_o88":{"field_z73":"critical","key_f49":866,"attr_n61":"pending","param_t40":{"key_m24":false,"col_a46":441},"dim_g28":{"dim_r17":"level_2","attr_x56":481.19,"key_i96":730.24,"attr_a61":"mode_d","dim_u27":false,"attr_c12":308.2...
TASK repair_structured_output SPEC FIELD decay_rate TYPE string_date-time REQUIRED no FIELD score TYPE boolean REQUIRED no FIELD language TYPE integer REQUIRED yes BROKEN_OUTPUT {"decay_rate":"2020-11-17T19:06:00Z","score":false,"language":444
{"decay_rate":"2020-11-17T19:06:00Z","score":false,"language":444}
truncated_object
{ "type": "object", "properties": { "decay_rate": { "type": "string", "format": "date-time" }, "score": { "type": "boolean" }, "language": { "type": "integer" } }, "required": [ "language" ] }
{"decay_rate":"2020-11-17T19:06:00Z","score":false,"language":444
Unexpected end of JSON input — truncated object
{"decay_rate":"2020-11-17T19:06:00Z","score":false,"language":444}
TASK repair_structured_output SPEC FIELD param_v59 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_x81 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD field_y15 TYPE string REQUIRED no FIELD param_y27 TYPE string REQUIRED no FIELD param_f72 TYPE string_uri REQUIRED yes FIELD par...
{"param_v59":"arctic","prop_x81":"green","field_y15":"Maria","param_y27":"hello","param_f72":"https://data.io/api","val_m81":"editor"}
trailing_comma
{ "type": "object", "properties": { "param_v59": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_x81": { "type": "string", "enum": [ "red", "blue", "green", "black", "w...
{"param_v59":"arctic","prop_x81":"green","field_y15":"Maria","param_y27":"hello","param_f72":"https://data.io/api","val_m81":"editor",}
Unexpected trailing comma
{"param_v59":"arctic","prop_x81":"green","field_y15":"Maria","param_y27":"hello","param_f72":"https://data.io/api","val_m81":"editor"}
TASK repair_structured_output SPEC FIELD dim_h66 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD field_e82 TYPE integer REQUIRED no FIELD val_d26 TYPE string_date-time REQUIRED no FIELD prop_z04[] TYPE null REQUIRED yes FIELD dim_o60[] TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes BROK...
{"field_e82":839,"val_d26":"2020-06-18T16:47:00Z","prop_z04":[null,null,null,null],"dim_o60":["mode_c"]}
extra_field
{ "type": "object", "properties": { "dim_h66": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "field_e82": { "type": "integer" }, "val_d26": { "type": "string", "format": ...
{"field_e82": 839, "val_d26": "2020-06-18T16:47:00Z", "prop_z04": [null, null, null, null], "dim_o60": ["mode_c"], "extra_value_7376": true}
Unknown field 'extra_value_7376' not defined in schema
{"field_e82":839,"val_d26":"2020-06-18T16:47:00Z","prop_z04":[null,null,null,null],"dim_o60":["mode_c"]}
TASK repair_structured_output SPEC FIELD attr_d30 TYPE string REQUIRED yes FIELD field_l16 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD param_w71.prop_s55 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD param_w71.prop_t81 TYPE string VALUES admin|editor|viewer REQUIRED ye...
{"attr_d30":"2024-06-30","attr_n70":"2024-07-01T09:40:00Z","attr_q76":{"key_q26":"frameshift","field_b79":{"param_e68":"pro","val_m01":"chrX","field_w09":"QC-07","param_m78":351},"field_o66":"EUR","key_q07":"https://example.org/api","val_u12":"info@test.io","val_e41":708},"field_e96":true}
agent_chain
{ "type": "object", "properties": { "attr_d30": { "type": "string" }, "field_l16": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "param_w71": { "type": "object", "properties": { ...
I need to look up the information first. Action: lookup_customer Result: {"attr_d30": "2024-06-30", "attr_n70": "2024-07-01T09:40:00Z", "attr_q76": {"key_q26": "frameshift", "field_b79": {"param_e68": "pro", "val_m01": "chrX", "field_w09": "QC-07", "param_m78": 351}, "field_o66": "EUR", "key_q07": "https://example.org/...
Agent multi-step chain with truncated tool output
{"attr_d30":"2024-06-30","attr_n70":"2024-07-01T09:40:00Z","attr_q76":{"key_q26":"frameshift","field_b79":{"param_e68":"pro","val_m01":"chrX","field_w09":"QC-07","param_m78":351},"field_o66":"EUR","key_q07":"https://example.org/api","val_u12":"info@test.io","val_e41":708},"field_e96":true}
TASK repair_structured_output SPEC FIELD col_y20 TYPE string REQUIRED yes FIELD attr_k69 TYPE string_uri REQUIRED yes FIELD attr_l62 TYPE integer REQUIRED no FIELD param_e48.field_c14.param_v38 TYPE integer REQUIRED yes FIELD param_e48.field_c14.prop_p88 TYPE string REQUIRED no FIELD param_e48.field_c14.attr_y99 TYPE ...
{"col_y20":"QC-07","attr_k69":"https://example.io/api","attr_l62":668,"attr_d10":"quux","dim_a49":67.34,"field_z93":"baz"}
truncated_array
{ "type": "object", "properties": { "col_y20": { "type": "string" }, "attr_k69": { "type": "string", "format": "uri" }, "attr_l62": { "type": "integer" }, "param_e48": { "type": "object", "properties": { "field_c14": { "type": "object...
{"col_y20":"QC-07","attr_k69":"https://example.io/api","attr_l62":668,"attr_d10":"quux","dim_a49":67.34,"field_z93":"baz"
Unexpected end of JSON input — truncated object
{"col_y20":"QC-07","attr_k69":"https://example.io/api","attr_l62":668,"attr_d10":"quux","dim_a49":67.34,"field_z93":"baz"}
TASK repair_structured_output SPEC FIELD prop_b23 TYPE string_email REQUIRED no FIELD col_g11 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD col_y71 TYPE string REQUIRED no FIELD param_e95[] TYPE integer REQUIRED yes FIELD field_s94[] TYPE string VALUES berthed|anchored|underway|moored R...
{"col_g11":"level_2","col_y71":"REV","param_e95":[555,380],"field_s94":["underway","anchored"]}
tool_call_bad_format
{ "type": "object", "properties": { "prop_b23": { "type": "string", "format": "email" }, "col_g11": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "col_y71": { "type": "string" ...
<functioncall> align_reads {col_g11: "level_2", col_y71: "REV", param_e95: [555, 380], field_s94: ["underway", "anchored"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_g11":"level_2","col_y71":"REV","param_e95":[555,380],"field_s94":["underway","anchored"]}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string REQUIRED no FIELD paragraph TYPE string_email REQUIRED no FIELD shipping TYPE number REQUIRED no FIELD deploy_target TYPE string REQUIRED yes FIELD gene_id.end_date TYPE string REQUIRED no FIELD gene_id.weight.count TYPE string REQUIRED no FIELD gene_id....
{"paragraph":"ops@test.io","deploy_target":"example","coverage":505.78}
tool_call_python_syntax
{ "type": "object", "properties": { "aligned_pct": { "type": "string" }, "paragraph": { "type": "string", "format": "email" }, "shipping": { "type": "number" }, "deploy_target": { "type": "string" }, "gene_id": { "type": "object", "proper...
delete_item(paragraph='ops@test.io', deploy_target='example', coverage=505.78)
Tool call uses Python syntax instead of JSON
{"paragraph":"ops@test.io","deploy_target":"example","coverage":505.78}
TASK repair_structured_output SPEC FIELD payment_status TYPE integer REQUIRED no FIELD interest_rate TYPE string_email REQUIRED no FIELD amplitude TYPE null REQUIRED no FIELD dissolved_oxygen.id TYPE integer REQUIRED no FIELD dissolved_oxygen.tax TYPE string REQUIRED no FIELD dissolved_oxygen.hazmat_code TYPE string V...
{"interest_rate":"admin@test.io","dissolved_oxygen":{"tax":"foo","hazmat_code":"level_3","ward":"2023-12-08T03:37:00Z","dosage":[{"city":"homozygous","version":954.17,"bed_number":"test","name":true,"category":"GRCh38"},{"bill_of_lading":"ops@test.io","version":723.37,"bed_number":"user@domain.com","language":520.11,"n...
truncated_object
{ "type": "object", "properties": { "payment_status": { "type": "integer" }, "interest_rate": { "type": "string", "format": "email" }, "amplitude": { "type": "null" }, "dissolved_oxygen": { "type": "object", "properties": { "id": { "t...
{"interest_rate":"admin@test.io","dissolved_oxygen":{"tax":"foo","hazmat_code":"level_3","ward":"2023-12-08T03:37:00Z","dosage":[{"city":"homozygous","version":954.17,"bed_number":"test","name":true,"category":"GRCh38"},{"bill_of_lading":"ops@test.io","version":723.37,"bed_number":"user@domain.com","language":520.11,"n...
Unexpected end of JSON input — truncated object
{"interest_rate":"admin@test.io","dissolved_oxygen":{"tax":"foo","hazmat_code":"level_3","ward":"2023-12-08T03:37:00Z","dosage":[{"city":"homozygous","version":954.17,"bed_number":"test","name":true,"category":"GRCh38"},{"bill_of_lading":"ops@test.io","version":723.37,"bed_number":"user@domain.com","language":520.11,"n...
TASK repair_structured_output SPEC FIELD tax TYPE string VALUES option_a|option_b REQUIRED no FIELD medication TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD total TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD score TYPE string VALUES type_a|type_b|type_c|type_d|type_e|ty...
{"tax":"option_b","medication":"type_a","total":"option_a","altitude":"info@example.com"}
single_quotes
{ "type": "object", "properties": { "tax": { "type": "string", "enum": [ "option_a", "option_b" ] }, "medication": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "total": { "type": "string", ...
{'tax':'option_b','medication':'type_a','total':'option_a','altitude':'info@example.com'}
Expecting property name enclosed in double quotes
{"tax":"option_b","medication":"type_a","total":"option_a","altitude":"info@example.com"}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD umi TYPE number REQUIRED no FIELD format TYPE string_uri REQUIRED yes FIELD enabled TYPE string REQUIRED no FIELD transaction_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no B...
{"lab_result":"underway","umi":643.47,"format":"https://api.io/api","enabled":"Maria","transaction_id":"returned"}
extra_field
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "umi": { "type": "number" }, "format": { "type": "string", "format": "uri" }, "enabled": { ...
{"lab_result": "underway", "umi": 643.47, "format": "https://api.io/api", "enabled": "Maria", "transaction_id": "returned", "extra_field_6145": true}
Unknown field 'extra_field_6145' not defined in schema
{"lab_result":"underway","umi":643.47,"format":"https://api.io/api","enabled":"Maria","transaction_id":"returned"}
TASK repair_structured_output SPEC FIELD dim_r27 TYPE integer REQUIRED yes FIELD field_w09 TYPE boolean REQUIRED no FIELD field_o44 TYPE string_uri REQUIRED yes FIELD field_e78 TYPE string REQUIRED yes FIELD param_v91[] TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. <tool_call name="apply_discount"> {...
{"dim_r27":232,"field_w09":true,"field_o44":"https://www.com/v1","field_e78":"This is a test value.","param_v91":["MV-Evergreen-01","Jane","Sao Paulo","QC-07"]}
tool_call_text_mix
{ "type": "object", "properties": { "dim_r27": { "type": "integer" }, "field_w09": { "type": "boolean" }, "field_o44": { "type": "string", "format": "uri" }, "field_e78": { "type": "string" }, "param_v91": { "type": "array", "items": { ...
Let me check the system. <tool_call name="apply_discount"> {"dim_r27":232,"field_w09":true,"field_o44":"https://www.com/v1","field_e78":"This is a test value.","param_v91":["MV-Evergreen-01","Jane","Sao Paulo","QC-07"]} </tool_call.
Agent response mixes reasoning text with tool call
{"dim_r27":232,"field_w09":true,"field_o44":"https://www.com/v1","field_e78":"This is a test value.","param_v91":["MV-Evergreen-01","Jane","Sao Paulo","QC-07"]}
TASK repair_structured_output SPEC FIELD val_i84 TYPE string REQUIRED yes FIELD dim_l23 TYPE integer REQUIRED no FIELD prop_i40 TYPE null REQUIRED yes FIELD field_d17 TYPE string REQUIRED no FIELD col_r40 TYPE string REQUIRED yes FIELD field_m23 TYPE boolean REQUIRED yes FIELD key_c25 TYPE string VALUES small|medium|l...
{"val_i84":"test@example.com","dim_l23":714,"prop_i40":null,"col_r40":"New York","field_m23":true,"key_c25":"large"}
tool_call_text_mix
{ "type": "object", "properties": { "val_i84": { "type": "string" }, "dim_l23": { "type": "integer" }, "prop_i40": { "type": "null" }, "field_d17": { "type": "string" }, "col_r40": { "type": "string" }, "field_m23": { "type": "boolean" ...
Let me check the system. <tool_call name="generate_report"> {"val_i84":"test@example.com","dim_l23":714,"prop_i40":null,"col_r40":"New York","field_m23":true,"key_c25":"large"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"val_i84":"test@example.com","dim_l23":714,"prop_i40":null,"col_r40":"New York","field_m23":true,"key_c25":"large"}
TASK repair_structured_output SPEC FIELD repository TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD terminal_id TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD invoice_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD quantity TYPE boolean REQUIRED no BROKEN_OUTPUT ...
{"repository":"enterprise","invoice_id":"cat_d"}
thought_process
{ "type": "object", "properties": { "repository": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "terminal_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "in...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"repository":"enterprise","invoice_id":"cat_d"}
Output contains chain-of-thought reasoning before JSON
{"repository":"enterprise","invoice_id":"cat_d"}
TASK repair_structured_output SPEC FIELD val_p18 TYPE integer REQUIRED yes FIELD field_w17 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD field_t50[].param_l25 TYPE boolean REQUIRED no FIELD field_t50[].val_w61 TYPE number REQUIRED no FIELD field_t50[].key_o71 TYPE string REQUIRED no FIELD fi...
{"val_p18":801,"field_w17":"cat_c","field_t50":[{"param_l25":true,"key_o71":"Johnson","val_u56":false,"field_l14":353,"attr_k39":559,"key_b89":"2020-02-10T20:04:00Z"}]}
agent_chain
{ "type": "object", "properties": { "val_p18": { "type": "integer" }, "field_w17": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "field_t50": { "type": "array", "items": ...
I need to look up the information first. Action: check_availability Result: {"val_p18": 801, "field_t50": [{"param_l25": true, "key_o71": "Johnson", "val_u56": false, "field_l14": 353, "attr_k39": 559, "key_b89": "2020-02-10T20:04:00Z"}]} I'll query our database. Action: calibrate_instrument Result:
Agent multi-step chain with truncated tool output
{"val_p18":801,"field_w17":"cat_c","field_t50":[{"param_l25":true,"key_o71":"Johnson","val_u56":false,"field_l14":353,"attr_k39":559,"key_b89":"2020-02-10T20:04:00Z"}]}
TASK repair_structured_output SPEC FIELD barcode TYPE integer REQUIRED yes FIELD quality_score.terminal_id TYPE string REQUIRED yes FIELD quality_score.velocity TYPE string REQUIRED no FIELD quality_score.coverage TYPE integer REQUIRED yes FIELD quality_score.repository TYPE string REQUIRED no FIELD category TYPE stri...
{"barcode":482,"quality_score":{"terminal_id":"Oliveira","velocity":"test@example.com","coverage":762,"repository":"baz"},"category":"large","lab_result":169,"consignee":704}
null_required
{ "type": "object", "properties": { "barcode": { "type": "integer" }, "quality_score": { "type": "object", "properties": { "terminal_id": { "type": "string" }, "velocity": { "type": "string" }, "coverage": { "type": ...
{"barcode": 482, "quality_score": {"terminal_id": "Oliveira", "velocity": "test@example.com", "coverage": 762, "repository": "baz"}, "category": "large", "lab_result": 169, "consignee": null}
Required field 'consignee' is null
{"barcode":482,"quality_score":{"terminal_id":"Oliveira","velocity":"test@example.com","coverage":762,"repository":"baz"},"category":"large","lab_result":169,"consignee":704}
TASK repair_structured_output SPEC FIELD dim_a45.param_p36 TYPE number REQUIRED no FIELD dim_a45.field_l16 TYPE integer REQUIRED yes FIELD dim_a45.param_w49 TYPE integer REQUIRED yes FIELD dim_a45.dim_v41 TYPE string REQUIRED yes FIELD dim_a45.col_t47 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD fi...
{"field_i91":787,"dim_j16":"heterozygous","key_p29":null,"dim_y06":215,"col_b56":{"col_r78":"closed","field_r93":["2023-12-25"],"field_n18":["critical"]},"val_q00":68}
agent_chain
{ "type": "object", "properties": { "dim_a45": { "type": "object", "properties": { "param_p36": { "type": "number" }, "field_l16": { "type": "integer" }, "param_w49": { "type": "integer" }, "dim_v41": { "...
I need to look up the information first. Action: get_weather Result: {"field_i91": 787, "dim_j16": "heterozygous", "key_p29": null, "col_b56": {"col_r78": "closed", "field_r93": ["2023-12-25"], "field_n18": ["critical"]}, "val_q00": 68} I'll query our database. Action: fetch_lab_result Result:
Agent multi-step chain with truncated tool output
{"field_i91":787,"dim_j16":"heterozygous","key_p29":null,"dim_y06":215,"col_b56":{"col_r78":"closed","field_r93":["2023-12-25"],"field_n18":["critical"]},"val_q00":68}
TASK repair_structured_output SPEC FIELD username TYPE string VALUES active|inactive|pending REQUIRED yes FIELD priority TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD freight_class TYPE string REQUIRED yes BROKEN_OUTPUT {'username':'active','priority':'intermittent','freight_class':'Berlin'}
{"username":"active","priority":"intermittent","freight_class":"Berlin"}
single_quotes
{ "type": "object", "properties": { "username": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "priority": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "freight_cl...
{'username':'active','priority':'intermittent','freight_class':'Berlin'}
Expecting property name enclosed in double quotes
{"username":"active","priority":"intermittent","freight_class":"Berlin"}
TASK repair_structured_output SPEC FIELD department TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD trace_id TYPE integer REQUIRED no FIELD altitude TYPE string_date-time REQUIRED no FIELD run_id TYPE string REQUIRED no FIELD longitude TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD tags TYPE s...
{"trace_id":344,"longitude":"level_1","tags":"Luis","published":"Bob"}
markdown_explanation
{ "type": "object", "properties": { "department": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "trace_id": { "type": "integer" }, "altitude": { "type": "string", "format": "date-time" }, "run_id": { "typ...
Here is the JSON you requested: ```json {"trace_id":344,"longitude":"level_1","tags":"Luis","published":"Bob"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"trace_id":344,"longitude":"level_1","tags":"Luis","published":"Bob"}
TASK repair_structured_output SPEC FIELD val_l51 TYPE string_email REQUIRED no FIELD attr_b25 TYPE null REQUIRED yes FIELD field_r42 TYPE null REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: apply_discount Arguments: {"val_l51": "test@test.io", "field_r42": null}
{"val_l51":"test@test.io","attr_b25":null,"field_r42":null}
tool_call_partial_args
{ "type": "object", "properties": { "val_l51": { "type": "string", "format": "email" }, "attr_b25": { "type": "null" }, "field_r42": { "type": "null" } }, "required": [ "attr_b25", "field_r42" ] }
Let me check the system. Action: apply_discount Arguments: {"val_l51": "test@test.io", "field_r42": null}
Agent tool call missing required parameter 'attr_b25'
{"val_l51":"test@test.io","attr_b25":null,"field_r42":null}
TASK repair_structured_output SPEC FIELD count TYPE number REQUIRED no FIELD title TYPE number REQUIRED no FIELD type TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"count": 38.41, "title": "963.56MB", "type": "2020-09-09T07:12:00Z"}
{"count":38.41,"title":963.56,"type":"2020-09-09T07:12:00Z"}
number_with_unit
{ "type": "object", "properties": { "count": { "type": "number" }, "title": { "type": "number" }, "type": { "type": "string", "format": "date-time" } }, "required": [ "type" ] }
{"count": 38.41, "title": "963.56MB", "type": "2020-09-09T07:12:00Z"}
Field 'title' must be number, got string with unit
{"count":38.41,"title":963.56,"type":"2020-09-09T07:12:00Z"}
TASK repair_structured_output SPEC FIELD key_j49 TYPE integer REQUIRED no FIELD field_d47 TYPE null REQUIRED yes FIELD prop_o18 TYPE integer REQUIRED no BROKEN_OUTPUT {"field_d47":null,"prop_o18":414
{"field_d47":null,"prop_o18":414}
truncated_object
{ "type": "object", "properties": { "key_j49": { "type": "integer" }, "field_d47": { "type": "null" }, "prop_o18": { "type": "integer" } }, "required": [ "field_d47" ] }
{"field_d47":null,"prop_o18":414
Unexpected end of JSON input — truncated object
{"field_d47":null,"prop_o18":414}
TASK repair_structured_output SPEC FIELD col_c47 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD col_c86 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD col_m72 TYPE string_uri REQUIRED no BROKEN_OUTPUT <functioncall> align_reads {col_c47: "free", col_c86: "enterprise", col_m72: "https...
{"col_c47":"free","col_c86":"enterprise","col_m72":"https://data.io/api"}
tool_call_bad_format
{ "type": "object", "properties": { "col_c47": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "col_c86": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }...
<functioncall> align_reads {col_c47: "free", col_c86: "enterprise", col_m72: "https://data.io/api"}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_c47":"free","col_c86":"enterprise","col_m72":"https://data.io/api"}
TASK repair_structured_output SPEC FIELD key_u79 TYPE boolean REQUIRED yes FIELD col_w07 TYPE integer REQUIRED yes FIELD col_k84.val_w56 TYPE boolean REQUIRED no FIELD col_k84.prop_j33 TYPE integer REQUIRED yes FIELD col_k84.dim_i32 TYPE string REQUIRED no BROKEN_OUTPUT {"key_u79":false,"col_w07":728,"col_k84":{"val_...
{"key_u79":false,"col_w07":728,"col_k84":{"val_w56":true,"prop_j33":824,"dim_i32":"Santos"}}
truncated_array
{ "type": "object", "properties": { "key_u79": { "type": "boolean" }, "col_w07": { "type": "integer" }, "col_k84": { "type": "object", "properties": { "val_w56": { "type": "boolean" }, "prop_j33": { "type": "integer" }, ...
{"key_u79":false,"col_w07":728,"col_k84":{"val_w56":true,"prop_j33":824,"dim_i32":"Santos"}
Unexpected end of JSON input — truncated object
{"key_u79":false,"col_w07":728,"col_k84":{"val_w56":true,"prop_j33":824,"dim_i32":"Santos"}}
TASK repair_structured_output SPEC FIELD field_e95 TYPE string_date-time REQUIRED yes FIELD col_e54 TYPE number REQUIRED yes FIELD dim_f74[] TYPE string REQUIRED yes BROKEN_OUTPUT Pipeline result: {"field_e95":"2026-03-27T10:51:00Z","col_e54":502.6,"dim_f74":["bar","Diana"]}
{"field_e95":"2026-03-27T10:51:00Z","col_e54":502.6,"dim_f74":["bar","Diana"]}
extra_text_before
{ "type": "object", "properties": { "field_e95": { "type": "string", "format": "date-time" }, "col_e54": { "type": "number" }, "dim_f74": { "type": "array", "items": { "type": "string" } } }, "required": [ "col_e54", "field_e95", "d...
Pipeline result: {"field_e95":"2026-03-27T10:51:00Z","col_e54":502.6,"dim_f74":["bar","Diana"]}
Output contains non-JSON text before the object
{"field_e95":"2026-03-27T10:51:00Z","col_e54":502.6,"dim_f74":["bar","Diana"]}
TASK repair_structured_output SPEC FIELD key_y96 TYPE string REQUIRED yes FIELD dim_z09 TYPE integer REQUIRED yes FIELD param_p28 TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT {"key_y96": "bar", "dim_z09": 855, "param_p28": "minor"}
{"key_y96":"bar","dim_z09":855,"param_p28":"low"}
synonym_enum
{ "type": "object", "properties": { "key_y96": { "type": "string" }, "dim_z09": { "type": "integer" }, "param_p28": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] } }, "required": [ "param_p28", "d...
{"key_y96": "bar", "dim_z09": 855, "param_p28": "minor"}
Field 'param_p28' has synonym 'minor' instead of valid enum value
{"key_y96":"bar","dim_z09":855,"param_p28":"low"}
TASK repair_structured_output SPEC FIELD shipping TYPE number REQUIRED yes FIELD company TYPE string_email REQUIRED yes FIELD interest_rate TYPE boolean REQUIRED yes FIELD item_id.score TYPE string REQUIRED yes FIELD item_id.patient_id TYPE string REQUIRED no FIELD item_id.chapter.catalyst TYPE integer REQUIRED yes FI...
{"shipping":963.44,"company":"admin@test.io","interest_rate":false,"item_id":{"score":"active","chapter":{"catalyst":665,"longitude":"Maria","manifest_ref":"cat_a","half_life":179.65,"notes":"pending","active":163},"turbidity":{"values":"maintenance","chromosome":"https://api.com/data","altitude":658.99,"date":324.94,"...
truncated_object
{ "type": "object", "properties": { "shipping": { "type": "number" }, "company": { "type": "string", "format": "email" }, "interest_rate": { "type": "boolean" }, "item_id": { "type": "object", "properties": { "score": { "type": "strin...
{"shipping":963.44,"company":"admin@test.io","interest_rate":false,"item_id":{"score":"active","chapter":{"catalyst":665,"longitude":"Maria","manifest_ref":"cat_a","half_life":179.65,"notes":"pending","active":163},"turbidity":{"values":"maintenance","chromosome":"https://api.com/data","altitude":658.99,"date":324.94,"...
Unexpected end of JSON input — truncated object
{"shipping":963.44,"company":"admin@test.io","interest_rate":false,"item_id":{"score":"active","chapter":{"catalyst":665,"longitude":"Maria","manifest_ref":"cat_a","half_life":179.65,"notes":"pending","active":163},"turbidity":{"values":"maintenance","chromosome":"https://api.com/data","altitude":658.99,"date":324.94,"...
TASK repair_structured_output SPEC FIELD field_d20.col_f51 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_d20.param_s41 TYPE integer REQUIRED yes FIELD field_d20.col_o01.key_r65 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_d20.col_o01.field_j96 TYPE string VALUES pending_review|co...
{"field_d20":{"col_f51":"editor","param_s41":188,"col_o01":{"field_j96":"rejected","col_z20":"completed","col_p87":"JPY","col_j24":"test@example.com"}},"attr_s06":"hello","val_t88":"error","attr_a18":true}
single_quotes
{ "type": "object", "properties": { "field_d20": { "type": "object", "properties": { "col_f51": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "param_s41": { "type": "integer" ...
{'field_d20':{'col_f51':'editor','param_s41':188,'col_o01':{'field_j96':'rejected','col_z20':'completed','col_p87':'JPY','col_j24':'test@example.com'}},'attr_s06':'hello','val_t88':'error','attr_a18':true}
Expecting property name enclosed in double quotes
{"field_d20":{"col_f51":"editor","param_s41":188,"col_o01":{"field_j96":"rejected","col_z20":"completed","col_p87":"JPY","col_j24":"test@example.com"}},"attr_s06":"hello","val_t88":"error","attr_a18":true}
TASK repair_structured_output SPEC FIELD dim_j84 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD dim_g11 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_y58 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD field_b85 TYPE integer REQUI...
{"dim_j84":"oceanic","dim_g11":"operational","field_b85":717,"attr_q03":"user@domain.com","key_o42":"FWD","key_b37":"world"}
truncated_object
{ "type": "object", "properties": { "dim_j84": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "dim_g11": { "type": "string", "enum": [ "operational", "degraded", "offline", "mainten...
{"dim_j84":"oceanic","dim_g11":"operational","field_b85":717,"attr_q03":"user@domain.com","key_o42":"FWD","key_b37":"world"
Unexpected end of JSON input — truncated object
{"dim_j84":"oceanic","dim_g11":"operational","field_b85":717,"attr_q03":"user@domain.com","key_o42":"FWD","key_b37":"world"}
TASK repair_structured_output SPEC FIELD build_status TYPE null REQUIRED yes FIELD port_code TYPE string REQUIRED no FIELD frequency_hz TYPE string REQUIRED no FIELD role TYPE boolean REQUIRED yes FIELD tile[] TYPE integer REQUIRED yes FIELD score[].quality_score TYPE boolean REQUIRED no FIELD score[].sensor_id TYPE s...
{"build_status":null,"frequency_hz":"active","role":false,"tile":[953,571,606],"score":[{"quality_score":false,"sensor_id":"user@domain.com","status_code":"Luis","gene_id":"viewer","created_at":"heterozygous"}]}
markdown_fences
{ "type": "object", "properties": { "build_status": { "type": "null" }, "port_code": { "type": "string" }, "frequency_hz": { "type": "string" }, "role": { "type": "boolean" }, "tile": { "type": "array", "items": { "type": "integer" ...
```json {"build_status":null,"frequency_hz":"active","role":false,"tile":[953,571,606],"score":[{"quality_score":false,"sensor_id":"user@domain.com","status_code":"Luis","gene_id":"viewer","created_at":"heterozygous"}]} ```
Output contains markdown code fences
{"build_status":null,"frequency_hz":"active","role":false,"tile":[953,571,606],"score":[{"quality_score":false,"sensor_id":"user@domain.com","status_code":"Luis","gene_id":"viewer","created_at":"heterozygous"}]}
TASK repair_structured_output SPEC FIELD cargo_type TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD item_id TYPE string REQUIRED yes FIELD payment_status TYPE integer REQUIRED no FIELD tags TYPE string_uri REQUIRED no BROKEN_OUTPUT {"cargo_type":"cat_b","item_id":"inactive","tags":"https://www.org/data"
{"cargo_type":"cat_b","item_id":"inactive","tags":"https://www.org/data"}
truncated_array
{ "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "item_id": { "type": "string" }, "payment_status": { "type": "integer" }, "tags": { "type": "string", "format":...
{"cargo_type":"cat_b","item_id":"inactive","tags":"https://www.org/data"
Unexpected end of JSON input — truncated object
{"cargo_type":"cat_b","item_id":"inactive","tags":"https://www.org/data"}
TASK repair_structured_output SPEC FIELD turbidity TYPE null REQUIRED no FIELD span_id TYPE string REQUIRED yes FIELD start_date.yield_pct TYPE integer REQUIRED no FIELD start_date.currency.level TYPE string VALUES single|married|divorced REQUIRED yes FIELD start_date.currency.amount TYPE string REQUIRED no FIELD star...
{"turbidity":null,"span_id":"cancelled","decay_rate":"resolved","values":"homozygous"}
extra_text_after
{ "type": "object", "properties": { "turbidity": { "type": "null" }, "span_id": { "type": "string" }, "start_date": { "type": "object", "properties": { "yield_pct": { "type": "integer" }, "currency": { "type": "object", ...
{"turbidity":null,"span_id":"cancelled","decay_rate":"resolved","values":"homozygous"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"turbidity":null,"span_id":"cancelled","decay_rate":"resolved","values":"homozygous"}
TASK repair_structured_output SPEC FIELD build_status TYPE string REQUIRED yes FIELD aligned_pct TYPE string REQUIRED no FIELD frequency_hz.amount TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD frequency_hz.interest_rate.organism TYPE string REQUIRED no FIELD frequency_hz.interest_ra...
{"build_status":"test","rating":"foo","due_date":"RTG-04"}
single_quotes
{ "type": "object", "properties": { "build_status": { "type": "string" }, "aligned_pct": { "type": "string" }, "frequency_hz": { "type": "object", "properties": { "amount": { "type": "string", "enum": [ "pending_review", ...
{'build_status':'test','rating':'foo','due_date':'RTG-04'}
Expecting property name enclosed in double quotes
{"build_status":"test","rating":"foo","due_date":"RTG-04"}
TASK repair_structured_output SPEC FIELD deploy_target TYPE string REQUIRED yes FIELD turbidity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD currency TYPE boolean REQUIRED no FIELD shipper_ref TYPE integer REQUIRED no BROKEN_OUTPUT {'deploy_target':'John','turbidity':'inland','currency':false}
{"deploy_target":"John","turbidity":"inland","currency":false}
single_quotes
{ "type": "object", "properties": { "deploy_target": { "type": "string" }, "turbidity": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "currency": { "type": "boolean" }, "shipper_ref": { "typ...
{'deploy_target':'John','turbidity':'inland','currency':false}
Expecting property name enclosed in double quotes
{"deploy_target":"John","turbidity":"inland","currency":false}
TASK repair_structured_output SPEC FIELD key_z95.prop_k06 TYPE string_email REQUIRED no FIELD key_z95.field_t68 TYPE null REQUIRED yes FIELD key_z95.key_e96 TYPE null REQUIRED no FIELD key_z95.dim_x05 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD key_z95.attr_o47 TYPE integer REQUIRED yes FIELD key_z95.val...
{"key_z95":{"field_t68":null,"attr_o47":376,"val_v86":274.71,"attr_y52":607.0},"prop_h51":759.42,"key_d94":{"param_l45":{"dim_j47":"new","prop_m05":false,"val_r96":157},"field_n34":true,"dim_o56":null},"val_b49":"low","val_w95":"London"}
tool_call_text_mix
{ "type": "object", "properties": { "key_z95": { "type": "object", "properties": { "prop_k06": { "type": "string", "format": "email" }, "field_t68": { "type": "null" }, "key_e96": { "type": "null" }, "dim...
I need to look up the information first. <tool_call name="apply_discount"> {"key_z95":{"field_t68":null,"attr_o47":376,"val_v86":274.71,"attr_y52":607.0},"prop_h51":759.42,"key_d94":{"param_l45":{"dim_j47":"new","prop_m05":false,"val_r96":157},"field_n34":true,"dim_o56":null},"val_b49":"low","val_w95":"London"} </tool_...
Agent response mixes reasoning text with tool call
{"key_z95":{"field_t68":null,"attr_o47":376,"val_v86":274.71,"attr_y52":607.0},"prop_h51":759.42,"key_d94":{"param_l45":{"dim_j47":"new","prop_m05":false,"val_r96":157},"field_n34":true,"dim_o56":null},"val_b49":"low","val_w95":"London"}
TASK repair_structured_output SPEC FIELD param_g70 TYPE integer REQUIRED no FIELD key_n31.param_i47 TYPE string_uri REQUIRED no FIELD key_n31.prop_i35 TYPE boolean REQUIRED no FIELD key_n31.field_i27 TYPE integer REQUIRED no FIELD key_n31.field_q27 TYPE integer REQUIRED yes FIELD key_o50 TYPE string_email REQUIRED yes...
{"key_n31":{"param_i47":"https://api.io/data","prop_i35":true,"field_i27":822,"field_q27":377},"key_o50":"admin@test.io"}
extra_field
{ "type": "object", "properties": { "param_g70": { "type": "integer" }, "key_n31": { "type": "object", "properties": { "param_i47": { "type": "string", "format": "uri" }, "prop_i35": { "type": "boolean" }, "field_i27...
{"key_n31": {"param_i47": "https://api.io/data", "prop_i35": true, "field_i27": 822, "field_q27": 377}, "key_o50": "admin@test.io", "extra_value_6195": 42}
Unknown field 'extra_value_6195' not defined in schema
{"key_n31":{"param_i47":"https://api.io/data","prop_i35":true,"field_i27":822,"field_q27":377},"key_o50":"admin@test.io"}
TASK repair_structured_output SPEC FIELD field_t13 TYPE boolean REQUIRED no FIELD attr_p09 TYPE string_email REQUIRED no FIELD col_r88 TYPE boolean REQUIRED no FIELD dim_r36 TYPE null REQUIRED yes FIELD field_y24.param_b51 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_y24.col_q01 TYPE null REQ...
{"field_t13":false,"col_r88":true,"dim_r36":null,"field_y24":{"param_b51":"success","col_q01":null,"param_f42":"viewer","param_r56":"pending","prop_g80":"in_progress"},"field_x27":733,"prop_s57":"example","param_z85":{"attr_e95":"delivered","key_g75":false,"val_v36":262.02,"prop_s79":634.16,"dim_z74":"Bob"}}
unquoted_keys
{ "type": "object", "properties": { "field_t13": { "type": "boolean" }, "attr_p09": { "type": "string", "format": "email" }, "col_r88": { "type": "boolean" }, "dim_r36": { "type": "null" }, "field_y24": { "type": "object", "properties": {...
{field_t13:false,col_r88:true,dim_r36:null,field_y24:{param_b51:"success",col_q01:null,param_f42:"viewer",param_r56:"pending",prop_g80:"in_progress"},field_x27:733,prop_s57:"example",param_z85:{attr_e95:"delivered",key_g75:false,val_v36:262.02,prop_s79:634.16,dim_z74:"Bob"}}
Expecting property name enclosed in double quotes
{"field_t13":false,"col_r88":true,"dim_r36":null,"field_y24":{"param_b51":"success","col_q01":null,"param_f42":"viewer","param_r56":"pending","prop_g80":"in_progress"},"field_x27":733,"prop_s57":"example","param_z85":{"attr_e95":"delivered","key_g75":false,"val_v36":262.02,"prop_s79":634.16,"dim_z74":"Bob"}}
TASK repair_structured_output SPEC FIELD title TYPE integer REQUIRED yes FIELD price TYPE string VALUES type_a|type_b REQUIRED yes FIELD count[].build_status TYPE integer REQUIRED yes FIELD count[].procedure_code TYPE string REQUIRED yes FIELD count[].maturity_date TYPE string VALUES admin|editor|viewer REQUIRED no FI...
{"title":395,"price":"type_b","count":[{"build_status":395,"procedure_code":"PASS","maturity_date":"admin","chapter":"2022-05-27T12:10:00Z","balance":"option_d"}]}
tool_call_text_mix
{ "type": "object", "properties": { "title": { "type": "integer" }, "price": { "type": "string", "enum": [ "type_a", "type_b" ] }, "count": { "type": "array", "items": { "type": "object", "properties": { "build_status"...
Let me check the system. <tool_call name="align_reads"> {"title":395,"price":"type_b","count":[{"build_status":395,"procedure_code":"PASS","maturity_date":"admin","chapter":"2022-05-27T12:10:00Z","balance":"option_d"}]} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"title":395,"price":"type_b","count":[{"build_status":395,"procedure_code":"PASS","maturity_date":"admin","chapter":"2022-05-27T12:10:00Z","balance":"option_d"}]}
TASK repair_structured_output SPEC FIELD key_o38 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_w36 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD col_a73.val_k62 TYPE string REQUIRED yes FIELD col_a73.col_m92 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD col_a73....
{"key_o38":"married","prop_w36":"resolved","col_a73":{"val_k62":"test","attr_k57":740},"field_l38":45.61,"param_n24":"delivered","prop_b48":"admin@domain.org"}
missing_brace
{ "type": "object", "properties": { "key_o38": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "prop_w36": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
{"key_o38":"married","prop_w36":"resolved","col_a73":"val_k62":"test","attr_k57":740},"field_l38":45.61,"param_n24":"delivered","prop_b48":"admin@domain.org"}
Missing closing brace
{"key_o38":"married","prop_w36":"resolved","col_a73":{"val_k62":"test","attr_k57":740},"field_l38":45.61,"param_n24":"delivered","prop_b48":"admin@domain.org"}
TASK repair_structured_output SPEC FIELD field_z56.key_d35 TYPE integer REQUIRED no FIELD field_z56.col_s74 TYPE string_email REQUIRED yes FIELD field_z56.param_h35 TYPE integer REQUIRED yes FIELD field_z56.attr_k49 TYPE null REQUIRED yes FIELD field_z56.dim_f21.col_h43 TYPE string REQUIRED no FIELD field_z56.dim_f21....
{"field_i29":false,"col_e20":"level_2","param_p73":796}
truncated_object
{ "type": "object", "properties": { "field_z56": { "type": "object", "properties": { "key_d35": { "type": "integer" }, "col_s74": { "type": "string", "format": "email" }, "param_h35": { "type": "integer" }, ...
{"field_i29":false,"col_e20":"level_2","param_p73":796
Unexpected end of JSON input — truncated object
{"field_i29":false,"col_e20":"level_2","param_p73":796}
TASK repair_structured_output SPEC FIELD col_y91 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD prop_o52 TYPE string_uri REQUIRED no FIELD prop_b17 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD val_l99 TYPE boolean REQUIRED yes FIELD dim_j30 TYPE string VA...
{"col_y91":"level_5","prop_b17":"moored","val_l99":true,"dim_j30":"type_a","col_q54":"2021-08-13T01:11:00Z"}
date_format_error
{ "type": "object", "properties": { "col_y91": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "prop_o52": { "type": "string", "format": "uri" }, "prop_b17": { ...
{"col_y91": "level_5", "prop_b17": "moored", "val_l99": true, "dim_j30": "type_a", "col_q54": "2024/06/15 14:30:00"}
Field 'col_q54' has invalid date format
{"col_y91":"level_5","prop_b17":"moored","val_l99":true,"dim_j30":"type_a","col_q54":"2021-08-13T01:11:00Z"}
TASK repair_structured_output SPEC FIELD medication TYPE string VALUES low|medium|high|critical REQUIRED no FIELD amount TYPE null REQUIRED yes FIELD torque_output.catalyst TYPE string VALUES single|married|divorced REQUIRED no FIELD torque_output.position TYPE string VALUES success|error|warning|info REQUIRED no FIEL...
{"medication":"critical","amount":null,"height":{"end_date":764,"total":"Sao Paulo","height":759,"lab_result":676}}
synonym_enum
{ "type": "object", "properties": { "medication": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "amount": { "type": "null" }, "torque_output": { "type": "object", "properties": { "catalyst": { ...
{"medication": "urgent", "amount": null, "height": {"end_date": 764, "total": "Sao Paulo", "height": 759, "lab_result": 676}}
Field 'medication' has synonym 'urgent' instead of valid enum value
{"medication":"critical","amount":null,"height":{"end_date":764,"total":"Sao Paulo","height":759,"lab_result":676}}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD verified TYPE string REQUIRED yes FIELD batch_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED no BROKEN_OUTPUT {"language": "mode_c", "verified": "2024-01-15", "batch_code": "res...
{"language":"mode_c","verified":"2024-01-15","batch_code":"resolved"}
extra_field
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "verified": { "type": "string" }, "batch_code": { "type": "string", "enum": [ "o...
{"language": "mode_c", "verified": "2024-01-15", "batch_code": "resolved", "extra_value_9138": "unexpected"}
Unknown field 'extra_value_9138' not defined in schema
{"language":"mode_c","verified":"2024-01-15","batch_code":"resolved"}
TASK repair_structured_output SPEC FIELD tax.salinity.altitude TYPE string VALUES small|medium|large|xl REQUIRED no FIELD tax.salinity.items TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD tax.salinity.allele TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD ta...
{"tax":{"description":"GRCh38","index":265.39,"comments":"https://api.example.com/v1"},"trace_id":"approved","balance":{"latitude":{"vital_sign":"Luis","nickname":"operational","lab_result":"foo","total":"2024-01-15","frequency_hz":"option_b"},"invoice_id":"John","compound":"level_4","allele":"small"},"values":"level_4...
agent_chain
{ "type": "object", "properties": { "tax": { "type": "object", "properties": { "salinity": { "type": "object", "properties": { "altitude": { "type": "string", "enum": [ "small", "medium", ...
Let me check the system. Action: fetch_lab_result Result: {"tax": {"description": "GRCh38", "index": 265.39, "comments": "https://api.example.com/v1"}, "balance": {"latitude": {"vital_sign": "Luis", "nickname": "operational", "lab_result": "foo", "total": "2024-01-15", "frequency_hz": "option_b"}, "invoice_id": "John",...
Agent multi-step chain with truncated tool output
{"tax":{"description":"GRCh38","index":265.39,"comments":"https://api.example.com/v1"},"trace_id":"approved","balance":{"latitude":{"vital_sign":"Luis","nickname":"operational","lab_result":"foo","total":"2024-01-15","frequency_hz":"option_b"},"invoice_id":"John","compound":"level_4","allele":"small"},"values":"level_4...
TASK repair_structured_output SPEC FIELD col_y25 TYPE string REQUIRED no FIELD attr_u17 TYPE string_date-time REQUIRED yes FIELD col_d87 TYPE boolean REQUIRED yes FIELD col_e50 TYPE number REQUIRED no FIELD prop_i24 TYPE string REQUIRED no FIELD field_e61 TYPE integer REQUIRED no FIELD key_n82 TYPE string_date-time RE...
{"col_y25":"chr1","attr_u17":"2025-08-10T05:36:00Z","col_d87":true,"col_e50":462.82}
unquoted_keys
{ "type": "object", "properties": { "col_y25": { "type": "string" }, "attr_u17": { "type": "string", "format": "date-time" }, "col_d87": { "type": "boolean" }, "col_e50": { "type": "number" }, "prop_i24": { "type": "string" }, "field_e6...
{col_y25:"chr1",attr_u17:"2025-08-10T05:36:00Z",col_d87:true,col_e50:462.82}
Expecting property name enclosed in double quotes
{"col_y25":"chr1","attr_u17":"2025-08-10T05:36:00Z","col_d87":true,"col_e50":462.82}
TASK repair_structured_output SPEC FIELD order_id TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD filter_flag TYPE string REQUIRED no FIELD notes[] TYPE boolean REQUIRED no FIELD throttle_pos[] TYPE string_uri REQUIRED yes BROKEN_OUTPUT {'order_id':'mode_c','filter_flag':'Charlie','notes':[true,false,false]...
{"order_id":"mode_c","filter_flag":"Charlie","notes":[true,false,false],"throttle_pos":["https://example.org/v1","https://www.io/api"]}
single_quotes
{ "type": "object", "properties": { "order_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "filter_flag": { "type": "string" }, "notes": { "type": "array", "items": { "type": "boolean" } }, "th...
{'order_id':'mode_c','filter_flag':'Charlie','notes':[true,false,false],'throttle_pos':['https://example.org/v1','https://www.io/api']}
Expecting property name enclosed in double quotes
{"order_id":"mode_c","filter_flag":"Charlie","notes":[true,false,false],"throttle_pos":["https://example.org/v1","https://www.io/api"]}
TASK repair_structured_output SPEC FIELD prop_x26 TYPE string REQUIRED yes FIELD param_x12 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD val_h91 TYPE number REQUIRED no FIELD param_b70 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD prop_r56.param_m05 TYPE boolean REQ...
{"prop_x26":"Hapag-Lloyd-Express","param_x12":"hemizygous","param_b70":"cat_a","prop_r56":{"param_m05":false,"dim_n42":{"param_o35":null,"col_n24":193,"dim_j08":"inactive"},"col_j51":{"field_g73":"option_c","key_c90":"mode_b","prop_m97":null,"param_i15":null}}}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_x26": { "type": "string" }, "param_x12": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "val_h91": { "type": "number" }, "param_b70": { "type": "string", ...
Tool: annotate_mutation Params: {"prop_x26": "Hapag-Lloyd-Express", "param_x12": "hemizygous", "param_b70": "cat_a", "prop_r56_value": {"param_m05": false, "dim_n42": {"param_o35": null, "col_n24": 193, "dim_j08": "inactive"}, "col_j51": {"field_g73": "option_c", "key_c90": "mode_b", "prop_m97": null, "param_i15": null...
Agent used wrong parameter name 'prop_r56_value' instead of 'prop_r56'
{"prop_x26":"Hapag-Lloyd-Express","param_x12":"hemizygous","param_b70":"cat_a","prop_r56":{"param_m05":false,"dim_n42":{"param_o35":null,"col_n24":193,"dim_j08":"inactive"},"col_j51":{"field_g73":"option_c","key_c90":"mode_b","prop_m97":null,"param_i15":null}}}
TASK repair_structured_output SPEC FIELD col_u12 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_a94 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_e57 TYPE integer REQUIRED no FIELD key_o15 TYPE integer REQUIRED yes FIELD key_l55 TYPE null REQUIRED no FIELD key_f36 T...
{"dim_a94":"hemizygous","key_o15":811,"key_f36":"QC-07"}
thought_process
{ "type": "object", "properties": { "col_u12": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_a94": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, ...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"dim_a94":"hemizygous","key_o15":811,"key_f36":"QC-07"}
Output contains chain-of-thought reasoning before JSON
{"dim_a94":"hemizygous","key_o15":811,"key_f36":"QC-07"}
TASK repair_structured_output SPEC FIELD features TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD index TYPE string VALUES mode_a|mode_b REQUIRED no FIELD feedback TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no BROKEN_OUTPUT Processing the request now. I'll validate against the schema. {"featur...
{"features":"viewer","index":"mode_b","feedback":"mode_d"}
thought_process
{ "type": "object", "properties": { "features": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "index": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "feedback": { "type": "string", "e...
Processing the request now. I'll validate against the schema. {"features":"viewer","index":"mode_b","feedback":"mode_d"}
Output contains chain-of-thought reasoning before JSON
{"features":"viewer","index":"mode_b","feedback":"mode_d"}
TASK repair_structured_output SPEC FIELD lane TYPE integer REQUIRED no FIELD insurance_id TYPE number REQUIRED no FIELD compound TYPE boolean REQUIRED yes FIELD type.item_id TYPE integer REQUIRED no FIELD type.age TYPE string REQUIRED no FIELD type.timezone TYPE string_email REQUIRED no FIELD type.sensor_id TYPE strin...
{"lane":509,"insurance_id":746.03,"compound":false,"type":{"item_id":868,"age":"Jane","timezone":"user@example.com","sensor_id":"2022-09-27T04:06:00Z","shift_code":{"enabled":"offline","price":"test","username":"Charlie","transaction_id":"published","longitude":"success"},"status":"cancelled","deploy_target":553}}
wrong_type
{ "type": "object", "properties": { "lane": { "type": "integer" }, "insurance_id": { "type": "number" }, "compound": { "type": "boolean" }, "type": { "type": "object", "properties": { "item_id": { "type": "integer" }, "age":...
{"lane": "\"509\"", "insurance_id": 746.03, "compound": false, "type": {"item_id": 868, "age": "Jane", "timezone": "user@example.com", "sensor_id": "2022-09-27T04:06:00Z", "shift_code": {"enabled": "offline", "price": "test", "username": "Charlie", "transaction_id": "published", "longitude": "success"}, "status": "canc...
Field 'lane' must be integer, got string
{"lane":509,"insurance_id":746.03,"compound":false,"type":{"item_id":868,"age":"Jane","timezone":"user@example.com","sensor_id":"2022-09-27T04:06:00Z","shift_code":{"enabled":"offline","price":"test","username":"Charlie","transaction_id":"published","longitude":"success"},"status":"cancelled","deploy_target":553}}
TASK repair_structured_output SPEC FIELD span_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD batch_code.bearing TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD batch_code.count TYPE integer REQUIRED no FIELD batch_code.cargo_type TYPE integer REQUIRED yes FIE...
{"span_id":"hemizygous","weight":"rejected","subject":{"color":{"size":false,"tags":"critical","type":true,"ward":"reliable","humidity_pct":"approved"},"label":71.95,"lane":{"run_id":"admin@test.io","active":"https://data.com/api","total":"MV-Evergreen-01","weight":"hemizygous"},"diagnosis_code":"maintenance","visible"...
tool_call_bad_format
{ "type": "object", "properties": { "span_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "batch_code": { "type": "object", "properties": { "bearing": { "type": "string", "enum": [ ...
<functioncall> filter_variants {span_id: "hemizygous", weight: "rejected", subject: {color: {size: false, tags: "critical", type: true, ward: "reliable", humidity_pct: "approved"}, label: 71.95, lane: {run_id: "admin@test.io", active: "https://data.com/api", total: "MV-Evergreen-01", weight: "hemizygous"}, diagnosis_co...
Tool call has malformed arguments — unquoted keys in function parameters
{"span_id":"hemizygous","weight":"rejected","subject":{"color":{"size":false,"tags":"critical","type":true,"ward":"reliable","humidity_pct":"approved"},"label":71.95,"lane":{"run_id":"admin@test.io","active":"https://data.com/api","total":"MV-Evergreen-01","weight":"hemizygous"},"diagnosis_code":"maintenance","visible"...
TASK repair_structured_output SPEC FIELD url TYPE string REQUIRED no FIELD total TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD account_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD catalyst.image_url TYPE string VALUES active|inactive|pending REQUIRED yes FIELD cata...
{"total":"new","account_id":"in_transit","catalyst":{"image_url":"active","footnote":null},"frequency_hz":"EUR","address":{"reagent":429,"yield_pct":"heterozygous","status":{"lab_result":"in_progress","vital_sign":"user@domain.org","email":"A short description."},"voltage":{"total":"https://api.org/v1","id":455.01,"com...
tool_call_wrong_param
{ "type": "object", "properties": { "url": { "type": "string" }, "total": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "account_id": { "type": "string", "enum": [ "new", "in_tra...
Tool: validate_sample Params: {"total": "new", "account_id": "in_transit", "catalyst": {"image_url": "active", "footnote": null}, "frequency_hz": "EUR", "address": {"reagent": 429, "yield_pct": "heterozygous", "status": {"lab_result": "in_progress", "vital_sign": "user@domain.org", "email": "A short description."}, "vo...
Agent used wrong parameter name 'url_new' instead of 'url'
{"total":"new","account_id":"in_transit","catalyst":{"image_url":"active","footnote":null},"frequency_hz":"EUR","address":{"reagent":429,"yield_pct":"heterozygous","status":{"lab_result":"in_progress","vital_sign":"user@domain.org","email":"A short description."},"voltage":{"total":"https://api.org/v1","id":455.01,"com...
TASK repair_structured_output SPEC FIELD field_n72 TYPE string VALUES draft|published|archived REQUIRED yes FIELD prop_x72 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_y89 TYPE integer REQUIRED no FIELD prop_n09 TYPE integer REQUIRED yes FIELD key_c80 TYPE string VALUES email|phone|sms|push REQUIRED ...
{"field_n72":"published","field_y89":443,"prop_n09":815,"key_c80":"sms","val_w63":"A short description.","dim_c06":805,"col_k79":"Charlie"}
tool_call_python_syntax
{ "type": "object", "properties": { "field_n72": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_x72": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_y89": { ...
search(field_n72='published', field_y89=443, prop_n09=815, key_c80='sms', val_w63='A short description.', dim_c06=805, col_k79='Charlie')
Tool call uses Python syntax instead of JSON
{"field_n72":"published","field_y89":443,"prop_n09":815,"key_c80":"sms","val_w63":"A short description.","dim_c06":805,"col_k79":"Charlie"}
TASK repair_structured_output SPEC FIELD dim_k21 TYPE integer REQUIRED no FIELD param_j57.col_b66.field_b22 TYPE string REQUIRED no FIELD param_j57.col_b66.param_d30 TYPE string REQUIRED no FIELD param_j57.col_b66.attr_i27 TYPE boolean REQUIRED no FIELD param_j57.col_b66.param_p45 TYPE string_email REQUIRED no FIELD p...
{"dim_k21":575,"prop_u35":{"prop_q29":"admin@example.com","param_y00":false,"dim_v13":"sms","prop_q66":null},"attr_e70":"active","field_p27":{"attr_z04":73.84,"val_b31":286,"col_n02":"test@example.com","param_s32":{"prop_n71":"admin","field_g34":98,"key_v56":"pending","col_o58":null},"col_m81":{"dim_k40":347,"val_i50":...
markdown_explanation
{ "type": "object", "properties": { "dim_k21": { "type": "integer" }, "param_j57": { "type": "object", "properties": { "col_b66": { "type": "object", "properties": { "field_b22": { "type": "string" }, "param_...
Pipeline result: ```json {"dim_k21":575,"prop_u35":{"prop_q29":"admin@example.com","param_y00":false,"dim_v13":"sms","prop_q66":null},"attr_e70":"active","field_p27":{"attr_z04":73.84,"val_b31":286,"col_n02":"test@example.com","param_s32":{"prop_n71":"admin","field_g34":98,"key_v56":"pending","col_o58":null},"col_m81":...
Output contains markdown and explanatory text around JSON
{"dim_k21":575,"prop_u35":{"prop_q29":"admin@example.com","param_y00":false,"dim_v13":"sms","prop_q66":null},"attr_e70":"active","field_p27":{"attr_z04":73.84,"val_b31":286,"col_n02":"test@example.com","param_s32":{"prop_n71":"admin","field_g34":98,"key_v56":"pending","col_o58":null},"col_m81":{"dim_k40":347,"val_i50":...
TASK repair_structured_output SPEC FIELD attr_h12 TYPE integer REQUIRED yes FIELD val_z51 TYPE integer REQUIRED yes FIELD col_t71 TYPE string REQUIRED no FIELD field_s18 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_p59 TYPE boolean REQUIRED no BROKEN_OUTPUT {"attr_h12": null, "val_z51": 837, "f...
{"attr_h12":650,"val_z51":837,"field_s18":"medium","attr_p59":false}
null_required
{ "type": "object", "properties": { "attr_h12": { "type": "integer" }, "val_z51": { "type": "integer" }, "col_t71": { "type": "string" }, "field_s18": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
{"attr_h12": null, "val_z51": 837, "field_s18": "medium", "attr_p59": false}
Required field 'attr_h12' is null
{"attr_h12":650,"val_z51":837,"field_s18":"medium","attr_p59":false}
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD quantity TYPE string VALUES active|inactive|pending REQUIRED yes FIELD discount TYPE null REQUIRED no BROKEN_OUTPUT {"conductivity": "pending_review", "quantity": "active", "extra_va...
{"conductivity":"pending_review","quantity":"active"}
extra_field
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "quantity": { "type": "string", "enum": [ "active", "inactive", "pending" ...
{"conductivity": "pending_review", "quantity": "active", "extra_value_9614": true}
Unknown field 'extra_value_9614' not defined in schema
{"conductivity":"pending_review","quantity":"active"}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD loan_amount TYPE string VALUES level_1|level_2 REQUIRED yes FIELD annotation TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD batch_code TYPE integer REQUIRED no FIELD end_date TYPE boolea...
{"velocity":"mode_c","loan_amount":"level_2","annotation":"type_c"}
markdown_explanation
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "loan_amount": { "type": "string", "enum": [ "level_1", "level_2" ] }, "annotation": { "type": "string...
The output is as follows: ```json {"velocity":"mode_c","loan_amount":"level_2","annotation":"type_c"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"velocity":"mode_c","loan_amount":"level_2","annotation":"type_c"}
TASK repair_structured_output SPEC FIELD image_url TYPE null REQUIRED no FIELD temp_celsius TYPE string REQUIRED yes FIELD batch_code TYPE boolean REQUIRED yes FIELD span_id.timezone TYPE string REQUIRED yes FIELD span_id.country TYPE number REQUIRED no FIELD span_id.message TYPE number REQUIRED yes BROKEN_OUTPUT {"t...
{"temp_celsius":"chr1","batch_code":true,"span_id":{"timezone":"world","country":5.75,"message":136.71}}
null_required
{ "type": "object", "properties": { "image_url": { "type": "null" }, "temp_celsius": { "type": "string" }, "batch_code": { "type": "boolean" }, "span_id": { "type": "object", "properties": { "timezone": { "type": "string" }, ...
{"temp_celsius": "chr1", "batch_code": null, "span_id": {"timezone": "world", "country": 5.75, "message": 136.71}}
Required field 'batch_code' is null
{"temp_celsius":"chr1","batch_code":true,"span_id":{"timezone":"world","country":5.75,"message":136.71}}
TASK repair_structured_output SPEC FIELD col_d79 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD col_b96 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD field_r19 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_h29 TYPE number REQUIRED yes FIELD val_n49 TYPE integer REQU...
{"col_d79":"free","col_b96":"black","field_r19":"sms","param_h29":11.23,"val_n49":145}
tool_call_partial_args
{ "type": "object", "properties": { "col_d79": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "col_b96": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
Let me check the system. Action: transfer_call Arguments: {"col_d79": "free", "col_b96": "black", "field_r19": "sms", "val_n49": 145}
Agent tool call missing required parameter 'param_h29'
{"col_d79":"free","col_b96":"black","field_r19":"sms","param_h29":11.23,"val_n49":145}
TASK repair_structured_output SPEC FIELD subtotal.half_life TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD subtotal.item_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD subtotal.product_id TYPE string REQUIRED no FIELD length TYPE string REQUIRED no FIELD hei...
{"subtotal":{"half_life":"delivered","item_id":"mode_f","product_id":"2024-06-30"},"height":"cat_c","message":83,"tags":"info","feedback":"moored","country":false}
extra_text_before
{ "type": "object", "properties": { "subtotal": { "type": "object", "properties": { "half_life": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "item_id": { ...
Pipeline result: {"subtotal":{"half_life":"delivered","item_id":"mode_f","product_id":"2024-06-30"},"height":"cat_c","message":83,"tags":"info","feedback":"moored","country":false}
Output contains non-JSON text before the object
{"subtotal":{"half_life":"delivered","item_id":"mode_f","product_id":"2024-06-30"},"height":"cat_c","message":83,"tags":"info","feedback":"moored","country":false}
TASK repair_structured_output SPEC FIELD param_e33 TYPE string REQUIRED yes FIELD col_i32 TYPE integer REQUIRED no FIELD dim_j55 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_h61.param_t91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_h61.attr_o02 TYPE integer REQUIRED yes FIELD ...
{"param_e33":"Berlin","col_i32":401,"dim_j55":"draft","param_h61":{"param_t91":"JPY","attr_o02":163,"prop_s84":"London","dim_j65":"world","col_n81":841},"col_w65":"John","param_l26":"pending_review"}
thought_process
{ "type": "object", "properties": { "param_e33": { "type": "string" }, "col_i32": { "type": "integer" }, "dim_j55": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_h61": { "type": "object", "prop...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"param_e33":"Berlin","col_i32":401,"dim_j55":"draft","param_h61":{"param_t91":"JPY","attr_o02":163,"prop_s84":"London","dim_j65":"world","col_n81":841},"col_w65":"John","param_l26":"pending_review"}
Output contains chain-of-thought reasoning before JSON
{"param_e33":"Berlin","col_i32":401,"dim_j55":"draft","param_h61":{"param_t91":"JPY","attr_o02":163,"prop_s84":"London","dim_j65":"world","col_n81":841},"col_w65":"John","param_l26":"pending_review"}
TASK repair_structured_output SPEC FIELD attr_f75 TYPE boolean REQUIRED yes FIELD prop_l14 TYPE string REQUIRED yes FIELD prop_w36.val_y24.prop_t62 TYPE string REQUIRED no FIELD prop_w36.val_y24.field_t76 TYPE integer REQUIRED no FIELD prop_w36.val_y24.prop_k10 TYPE string VALUES draft|published|archived REQUIRED yes ...
{"attr_f75":false,"prop_l14":"inactive","prop_w36":{"val_y24":{"prop_t62":"chr1","field_t76":989,"prop_k10":"archived","col_h44":"Alice","field_q16":401},"param_n47":858,"param_w54":621}}
markdown_explanation
{ "type": "object", "properties": { "attr_f75": { "type": "boolean" }, "prop_l14": { "type": "string" }, "prop_w36": { "type": "object", "properties": { "val_y24": { "type": "object", "properties": { "prop_t62": { "typ...
Sensor output follows: ```json {"attr_f75":false,"prop_l14":"inactive","prop_w36":{"val_y24":{"prop_t62":"chr1","field_t76":989,"prop_k10":"archived","col_h44":"Alice","field_q16":401},"param_n47":858,"param_w54":621}} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"attr_f75":false,"prop_l14":"inactive","prop_w36":{"val_y24":{"prop_t62":"chr1","field_t76":989,"prop_k10":"archived","col_h44":"Alice","field_q16":401},"param_n47":858,"param_w54":621}}
TASK repair_structured_output SPEC FIELD dim_v52 TYPE string_uri REQUIRED yes FIELD col_e97 TYPE number REQUIRED no FIELD col_w75.param_a85 TYPE string REQUIRED yes FIELD col_w75.prop_r68.key_h17 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_w75.prop_r68.field_v92 TYPE boolean REQUI...
{"dim_v52":"https://data.org/api","col_w75":{"param_a85":"quux","prop_r68":{"key_h17":"operational","col_m51":602,"param_r71":"2023-08-16T07:26:00Z","col_e81":"missense","key_x16":"user@domain.com","col_b57":745},"prop_h80":"test@domain.org","attr_e71":193,"val_q79":"heterozygous","val_b34":{"param_o67":false,"dim_n22"...
tool_call_wrong_param
{ "type": "object", "properties": { "dim_v52": { "type": "string", "format": "uri" }, "col_e97": { "type": "number" }, "col_w75": { "type": "object", "properties": { "param_a85": { "type": "string" }, "prop_r68": { "type":...
Tool: annotate_mutation Params: {"col_w75": {"param_a85": "quux", "prop_r68": {"key_h17": "operational", "col_m51": 602, "param_r71": "2023-08-16T07:26:00Z", "col_e81": "missense", "key_x16": "user@domain.com", "col_b57": 745}, "prop_h80": "test@domain.org", "attr_e71": 193, "val_q79": "heterozygous", "val_b34": {"para...
Agent used wrong parameter name 'dim_v522' instead of 'dim_v52'
{"dim_v52":"https://data.org/api","col_w75":{"param_a85":"quux","prop_r68":{"key_h17":"operational","col_m51":602,"param_r71":"2023-08-16T07:26:00Z","col_e81":"missense","key_x16":"user@domain.com","col_b57":745},"prop_h80":"test@domain.org","attr_e71":193,"val_q79":"heterozygous","val_b34":{"param_o67":false,"dim_n22"...
TASK repair_structured_output SPEC FIELD chapter TYPE string VALUES active|inactive|pending REQUIRED yes FIELD footnote.score TYPE null REQUIRED yes FIELD footnote.fleet_number TYPE boolean REQUIRED no FIELD footnote.address[] TYPE string REQUIRED no FIELD aligned_pct TYPE string REQUIRED no FIELD terminal_id TYPE str...
{"chapter":"active","footnote":{"score":null,"fleet_number":false},"aligned_pct":"approved","terminal_id":"in_transit"}
null_required
{ "type": "object", "properties": { "chapter": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "footnote": { "type": "object", "properties": { "score": { "type": "null" }, "fleet_number": { ...
{"chapter": "active", "footnote": {"score": null, "fleet_number": false}, "aligned_pct": "approved", "terminal_id": null}
Required field 'terminal_id' is null
{"chapter":"active","footnote":{"score":null,"fleet_number":false},"aligned_pct":"approved","terminal_id":"in_transit"}
TASK repair_structured_output SPEC FIELD dim_f36 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD attr_i33 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_d27 TYPE number REQUIRED no BROKEN_OUTPUT {"dim_f36":"cat_b","attr_i33":"draft","field_d27":847.79,}
{"dim_f36":"cat_b","attr_i33":"draft","field_d27":847.79}
trailing_comma
{ "type": "object", "properties": { "dim_f36": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "attr_i33": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
{"dim_f36":"cat_b","attr_i33":"draft","field_d27":847.79,}
Unexpected trailing comma
{"dim_f36":"cat_b","attr_i33":"draft","field_d27":847.79}
TASK repair_structured_output SPEC FIELD attr_k68 TYPE string REQUIRED no FIELD dim_o69.dim_z01 TYPE number REQUIRED yes FIELD dim_o69.col_w98 TYPE null REQUIRED yes FIELD dim_o69.dim_d62 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD dim_o69.key_k16 TYPE string REQUIRED no FIELD dim_o69.param_o81 TYPE string REQ...
{"dim_o69":{"dim_z01":607.92,"col_w98":null,"dim_d62":"mode_b","key_k16":"baz","param_o81":"New York","dim_j80":"FWD"},"field_l96":{"col_y18":null,"key_p35":{"prop_y03":"critical","key_o82":"type_c","dim_y97":false},"key_r91":false,"key_x01":{"val_w84":"level_1","col_a85":"underway","val_c47":848.68,"dim_y68":"New York...
extra_field
{ "type": "object", "properties": { "attr_k68": { "type": "string" }, "dim_o69": { "type": "object", "properties": { "dim_z01": { "type": "number" }, "col_w98": { "type": "null" }, "dim_d62": { "type": "string", ...
{"dim_o69": {"dim_z01": 607.92, "col_w98": null, "dim_d62": "mode_b", "key_k16": "baz", "param_o81": "New York", "dim_j80": "FWD"}, "field_l96": {"col_y18": null, "key_p35": {"prop_y03": "critical", "key_o82": "type_c", "dim_y97": false}, "key_r91": false, "key_x01": {"val_w84": "level_1", "col_a85": "underway", "val_c...
Unknown field 'extra_data_9937' not defined in schema
{"dim_o69":{"dim_z01":607.92,"col_w98":null,"dim_d62":"mode_b","key_k16":"baz","param_o81":"New York","dim_j80":"FWD"},"field_l96":{"col_y18":null,"key_p35":{"prop_y03":"critical","key_o82":"type_c","dim_y97":false},"key_r91":false,"key_x01":{"val_w84":"level_1","col_a85":"underway","val_c47":848.68,"dim_y68":"New York...
TASK repair_structured_output SPEC FIELD wavelength TYPE string REQUIRED no FIELD ward TYPE string REQUIRED yes FIELD score TYPE string VALUES cat_a|cat_b REQUIRED no FIELD annotation TYPE boolean REQUIRED yes FIELD item_id TYPE boolean REQUIRED no FIELD port_code.deploy_target TYPE string VALUES draft|published|archi...
{"wavelength":"sample","ward":"Tokyo","score":"cat_b","annotation":false,"item_id":false,"port_code":{"deploy_target":"published","size":"demo","decay_rate":null,"notes":true,"visible":"A short description.","feedback":348.78}}
tool_call_partial_args
{ "type": "object", "properties": { "wavelength": { "type": "string" }, "ward": { "type": "string" }, "score": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "annotation": { "type": "boolean" }, "item_id": { "type": "...
I need to look up the information first. Action: schedule_meeting Arguments: {"wavelength": "sample", "ward": "Tokyo", "score": "cat_b", "item_id": false, "port_code": {"deploy_target": "published", "size": "demo", "decay_rate": null, "notes": true, "visible": "A short description.", "feedback": 348.78}}
Agent tool call missing required parameter 'annotation'
{"wavelength":"sample","ward":"Tokyo","score":"cat_b","annotation":false,"item_id":false,"port_code":{"deploy_target":"published","size":"demo","decay_rate":null,"notes":true,"visible":"A short description.","feedback":348.78}}
TASK repair_structured_output SPEC FIELD website TYPE string VALUES success|error|warning|info REQUIRED no FIELD category TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD chapter TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD start_date TYPE integer REQUIRED yes BRO...
{"category":"synonymous","chapter":"anchored","start_date":438}
trailing_comma
{ "type": "object", "properties": { "website": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "category": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshif...
{"category":"synonymous","chapter":"anchored","start_date":438,}
Unexpected trailing comma
{"category":"synonymous","chapter":"anchored","start_date":438}
TASK repair_structured_output SPEC FIELD timezone TYPE boolean REQUIRED yes FIELD longitude TYPE string REQUIRED yes FIELD weight.shipper_ref TYPE number REQUIRED no FIELD weight.umi TYPE string VALUES active|inactive|pending REQUIRED yes FIELD weight.active.id TYPE string_date-time REQUIRED no FIELD weight.active.tim...
{"timezone":false,"longitude":"sample","weight":{"shipper_ref":382.07,"umi":"active","active":{"timezone":694,"fleet_number":"completed","discount":"Diana","velocity":"GRCh38","bearing":null,"notes":"example"}},"velocity":"This is a test value.","payment_status":"homozygous"}
tool_call_bad_format
{ "type": "object", "properties": { "timezone": { "type": "boolean" }, "longitude": { "type": "string" }, "weight": { "type": "object", "properties": { "shipper_ref": { "type": "number" }, "umi": { "type": "string", "e...
<functioncall> get_inventory {timezone: false, longitude: "sample", weight: {shipper_ref: 382.07, umi: "active", active: {timezone: 694, fleet_number: "completed", discount: "Diana", velocity: "GRCh38", bearing: null, notes: "example"}}, velocity: "This is a test value.", payment_status: "homozygous"}
Tool call has malformed arguments — unquoted keys in function parameters
{"timezone":false,"longitude":"sample","weight":{"shipper_ref":382.07,"umi":"active","active":{"timezone":694,"fleet_number":"completed","discount":"Diana","velocity":"GRCh38","bearing":null,"notes":"example"}},"velocity":"This is a test value.","payment_status":"homozygous"}
TASK repair_structured_output SPEC FIELD repository TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD width TYPE number REQUIRED no FIELD gene_id.berth_slot TYPE string REQUIRED yes FIELD gene_id.diagnosis_code TYPE string_email REQUIRED yes FIELD gene_id.voltage TYPE string VALUES type_a|type_b|type_c|...
{"repository":"mode_a","gene_id":{"berth_slot":"active","diagnosis_code":"info@example.com","voltage":"type_b"},"updated_at":"Hapag-Lloyd-Express","brake_pressure":"Alice","lane":"user@domain.com"}
tool_call_partial_args
{ "type": "object", "properties": { "repository": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "width": { "type": "number" }, "gene_id": { "type": "object", "properties": { "berth_slot": { ...
Let me check the system. Action: create_order Arguments: {"repository": "mode_a", "gene_id": {"berth_slot": "active", "diagnosis_code": "info@example.com", "voltage": "type_b"}, "updated_at": "Hapag-Lloyd-Express", "lane": "user@domain.com"}
Agent tool call missing required parameter 'brake_pressure'
{"repository":"mode_a","gene_id":{"berth_slot":"active","diagnosis_code":"info@example.com","voltage":"type_b"},"updated_at":"Hapag-Lloyd-Express","brake_pressure":"Alice","lane":"user@domain.com"}
TASK repair_structured_output SPEC FIELD param_z00 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD attr_w16 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD val_t68 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_y92 TYPE string REQUIRED no FIELD dim_d79 TYPE boolean R...
{"param_z00":"heterozygous","val_t68":"small","key_y92":"QC-07","dim_d79":true}
wrong_type
{ "type": "object", "properties": { "param_z00": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "attr_w16": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, ...
{"param_z00": "heterozygous", "val_t68": "small", "key_y92": "QC-07", "dim_d79": "\"yes\""}
Field 'dim_d79' must be boolean, got string
{"param_z00":"heterozygous","val_t68":"small","key_y92":"QC-07","dim_d79":true}
TASK repair_structured_output SPEC FIELD prop_y31 TYPE null REQUIRED no FIELD key_e75 TYPE integer REQUIRED no FIELD prop_q58 TYPE string_date-time REQUIRED no FIELD val_r93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD attr_p34 TYPE string REQUIRED no FIELD field_e13 TYPE string VALUES ...
{"prop_y31":null,"key_e75":821,"field_e13":"level_5"}
number_with_unit
{ "type": "object", "properties": { "prop_y31": { "type": "null" }, "key_e75": { "type": "integer" }, "prop_q58": { "type": "string", "format": "date-time" }, "val_r93": { "type": "string", "enum": [ "level_1", "level_2", "level...
{"prop_y31": null, "key_e75": "821kg", "field_e13": "level_5"}
Field 'key_e75' must be number, got string with unit
{"prop_y31":null,"key_e75":821,"field_e13":"level_5"}
TASK repair_structured_output SPEC FIELD log_level TYPE boolean REQUIRED no FIELD created_at TYPE string_email REQUIRED no FIELD updated_at TYPE integer REQUIRED no FIELD section TYPE integer REQUIRED yes FIELD lab_result[].catalyst TYPE string REQUIRED yes FIELD lab_result[].date TYPE boolean REQUIRED yes FIELD lab_r...
{"log_level":false,"created_at":"admin@example.com","section":506}
markdown_explanation
{ "type": "object", "properties": { "log_level": { "type": "boolean" }, "created_at": { "type": "string", "format": "email" }, "updated_at": { "type": "integer" }, "section": { "type": "integer" }, "lab_result": { "type": "array", "items"...
The parsed result is: ```json {"log_level":false,"created_at":"admin@example.com","section":506} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"log_level":false,"created_at":"admin@example.com","section":506}
TASK repair_structured_output SPEC FIELD score TYPE string_email REQUIRED no FIELD phenotype TYPE string REQUIRED yes FIELD interest_rate TYPE integer REQUIRED no FIELD nickname TYPE string VALUES admin|editor|viewer REQUIRED no FIELD manifest_ref TYPE string REQUIRED no FIELD crew_id TYPE string VALUES free|basic|pro...
{"phenotype":"bar","interest_rate":736,"nickname":"viewer","manifest_ref":"https://example.com","enabled":892.42}
single_quotes
{ "type": "object", "properties": { "score": { "type": "string", "format": "email" }, "phenotype": { "type": "string" }, "interest_rate": { "type": "integer" }, "nickname": { "type": "string", "enum": [ "admin", "editor", "viewe...
{'phenotype':'bar','interest_rate':736,'nickname':'viewer','manifest_ref':'https://example.com','enabled':892.42}
Expecting property name enclosed in double quotes
{"phenotype":"bar","interest_rate":736,"nickname":"viewer","manifest_ref":"https://example.com","enabled":892.42}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD consignee TYPE string VALUES low|medium|high|critical REQUIRED no FIELD comments TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD label TYPE string REQUIRED no FIELD phenotype TYPE number REQ...
{"terminal_id":"enterprise","comments":"medium","label":"qux","phenotype":354.74}
missing_brace
{ "type": "object", "properties": { "terminal_id": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "consignee": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
{"terminal_id":"enterprise","comments":"medium","label":"qux","phenotype":354.74
Missing closing brace
{"terminal_id":"enterprise","comments":"medium","label":"qux","phenotype":354.74}
TASK repair_structured_output SPEC FIELD prop_v92 TYPE string REQUIRED no FIELD attr_z56 TYPE string REQUIRED no FIELD prop_e33 TYPE boolean REQUIRED no FIELD param_n63 TYPE string VALUES option_a|option_b|option_c REQUIRED yes BROKEN_OUTPUT {"attr_z56": "foo", "prop_e33": false, "param_n63": "invalid_value_578"}
{"attr_z56":"foo","prop_e33":false,"param_n63":"option_c"}
invalid_enum
{ "type": "object", "properties": { "prop_v92": { "type": "string" }, "attr_z56": { "type": "string" }, "prop_e33": { "type": "boolean" }, "param_n63": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] } }...
{"attr_z56": "foo", "prop_e33": false, "param_n63": "invalid_value_578"}
Field 'param_n63' has invalid enum value 'invalid_value_578', expected one of ['option_a', 'option_b', 'option_c']
{"attr_z56":"foo","prop_e33":false,"param_n63":"option_c"}
TASK repair_structured_output SPEC FIELD velocity TYPE string REQUIRED yes FIELD due_date TYPE string REQUIRED no FIELD compound TYPE integer REQUIRED no BROKEN_OUTPUT {"velocity":"qux","due_date":"test@example.com","compound":358}
{"velocity":"qux","due_date":"test@example.com","compound":358}
missing_bracket
{ "type": "object", "properties": { "velocity": { "type": "string" }, "due_date": { "type": "string" }, "compound": { "type": "integer" } }, "required": [ "velocity" ] }
{"velocity":"qux","due_date":"test@example.com","compound":358}
Missing closing bracket
{"velocity":"qux","due_date":"test@example.com","compound":358}
TASK repair_structured_output SPEC FIELD key_m33.val_o05 TYPE integer REQUIRED yes FIELD key_m33.dim_i84 TYPE integer REQUIRED yes FIELD key_m33.field_a81.val_k99 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD key_m33.field_a81.key_v22 TYPE string VALUES active|inactive|pending REQUI...
{"key_m33":{"val_o05":441,"dim_i84":956,"field_a81":{"val_k99":"pending_review","key_v22":"active","field_r36":true,"prop_u08":"https://api.com/api","dim_b21":175,"prop_e89":751,"field_e71":"info@example.com"},"col_f58":402},"col_n16":"inactive","col_a01":964.04,"field_l50":"https://example.com","key_v96":"user@example...
truncated_object
{ "type": "object", "properties": { "key_m33": { "type": "object", "properties": { "val_o05": { "type": "integer" }, "dim_i84": { "type": "integer" }, "field_a81": { "type": "object", "properties": { "val_k99...
{"key_m33":{"val_o05":441,"dim_i84":956,"field_a81":{"val_k99":"pending_review","key_v22":"active","field_r36":true,"prop_u08":"https://api.com/api","dim_b21":175,"prop_e89":751,"field_e71":"info@example.com"},"col_f58":402},"col_n16":"inactive","col_a01":964.04,"field_l50":"https://example.com","key_v96":"user@example...
Unexpected end of JSON input — truncated object
{"key_m33":{"val_o05":441,"dim_i84":956,"field_a81":{"val_k99":"pending_review","key_v22":"active","field_r36":true,"prop_u08":"https://api.com/api","dim_b21":175,"prop_e89":751,"field_e71":"info@example.com"},"col_f58":402},"col_n16":"inactive","col_a01":964.04,"field_l50":"https://example.com","key_v96":"user@example...
TASK repair_structured_output SPEC FIELD prop_e81 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD prop_o09 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_n76 TYPE number REQUIRED yes FIELD dim_f17 TYPE null REQUIRED no FIELD param_d63 TYPE number REQUIRED yes BROKEN_OU...
{"prop_e81":"level_2","prop_o09":"resolved","dim_n76":4.34,"dim_f17":null,"param_d63":560.21}
markdown_explanation
{ "type": "object", "properties": { "prop_e81": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "prop_o09": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed...
Sensor output follows: ```json {"prop_e81":"level_2","prop_o09":"resolved","dim_n76":4.34,"dim_f17":null,"param_d63":560.21} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"prop_e81":"level_2","prop_o09":"resolved","dim_n76":4.34,"dim_f17":null,"param_d63":560.21}
TASK repair_structured_output SPEC FIELD param_c24 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD dim_s07 TYPE string VALUES success|error|warning|info REQUIRED no FIELD val_o00 TYPE integer REQUIRED no FIELD prop_c21 TYPE boolean REQUIRED no BROKEN_OUTPUT {"param_c24":"synonymous","dim...
{"param_c24":"synonymous","dim_s07":"info","val_o00":683,"prop_c21":true}
missing_bracket
{ "type": "object", "properties": { "param_c24": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "dim_s07": { "type": "string", "enum": [ "success", "error", "warning", "in...
{"param_c24":"synonymous","dim_s07":"info","val_o00":683,"prop_c21":true}
Missing closing bracket
{"param_c24":"synonymous","dim_s07":"info","val_o00":683,"prop_c21":true}
TASK repair_structured_output SPEC FIELD field_l40.key_x60 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD field_l40.field_s14 TYPE string REQUIRED no FIELD field_l40.dim_y38 TYPE string REQUIRED no FIELD field_l40.col_q66 TYPE integer REQUIRED no FIELD field_l40.field_w32[] TYPE boolean REQUIRED yes F...
{"field_l40":{"key_x60":"blue","field_s14":"pending","dim_y38":"sample","col_q66":640,"field_w32":[true]},"dim_o23":"2020-09-20T18:14:00Z","dim_v20":"London","param_d66":{"field_p05":"new","field_r98":853,"key_l15":"high","key_i86":"2023-12-25","col_e66":553.2},"val_b53":{"attr_a09":"QC-07","key_h59":"Silva"}}
unquoted_keys
{ "type": "object", "properties": { "field_l40": { "type": "object", "properties": { "key_x60": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "field_s14": {...
{field_l40:{key_x60:"blue",field_s14:"pending",dim_y38:"sample",col_q66:640,field_w32:[true]},dim_o23:"2020-09-20T18:14:00Z",dim_v20:"London",param_d66:{field_p05:"new",field_r98:853,key_l15:"high",key_i86:"2023-12-25",col_e66:553.2},val_b53:{attr_a09:"QC-07",key_h59:"Silva"}}
Expecting property name enclosed in double quotes
{"field_l40":{"key_x60":"blue","field_s14":"pending","dim_y38":"sample","col_q66":640,"field_w32":[true]},"dim_o23":"2020-09-20T18:14:00Z","dim_v20":"London","param_d66":{"field_p05":"new","field_r98":853,"key_l15":"high","key_i86":"2023-12-25","col_e66":553.2},"val_b53":{"attr_a09":"QC-07","key_h59":"Silva"}}
TASK repair_structured_output SPEC FIELD field_x38 TYPE string REQUIRED yes FIELD param_c24.attr_e65 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD param_c24.param_y75 TYPE boolean REQUIRED no FIELD param_c24.prop_i01 TYPE integer REQUIRED yes FIELD param_c24.key_l43[] TYPE boolean REQUIRED yes FIELD col_...
{"field_x38":"cancelled","param_c24":{"attr_e65":"small","param_y75":true,"prop_i01":740,"key_l43":[false,false]},"col_d10":"operational"}
trailing_comma
{ "type": "object", "properties": { "field_x38": { "type": "string" }, "param_c24": { "type": "object", "properties": { "attr_e65": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] ...
{"field_x38":"cancelled","param_c24":{"attr_e65":"small","param_y75":true,"prop_i01":740,"key_l43":[false,false,]},"col_d10":"operational"}
Unexpected trailing comma
{"field_x38":"cancelled","param_c24":{"attr_e65":"small","param_y75":true,"prop_i01":740,"key_l43":[false,false]},"col_d10":"operational"}
TASK repair_structured_output SPEC FIELD title TYPE string_email REQUIRED yes FIELD items TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD end_date TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD product_id TYPE string_email REQUIRED yes FIELD freight_class TYPE stri...
{"title":"user@test.io","items":"maintenance","end_date":"anchored","product_id":"ops@domain.org","freight_class":"info"}
tool_call_text_mix
{ "type": "object", "properties": { "title": { "type": "string", "format": "email" }, "items": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "end_date": { "type": "string", "enum": ...
I need to look up the information first. <tool_call name="query_port_status"> {"title":"user@test.io","items":"maintenance","end_date":"anchored","product_id":"ops@domain.org","freight_class":"info"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"title":"user@test.io","items":"maintenance","end_date":"anchored","product_id":"ops@domain.org","freight_class":"info"}
TASK repair_structured_output SPEC FIELD attr_i85 TYPE integer REQUIRED no FIELD field_h64 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD field_w42 TYPE string_date-time REQUIRED no FIELD attr_i06 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD key_o29 TYPE number REQUIRED yes ...
{"attr_i85":837,"field_w42":"2020-02-11T01:31:00Z","attr_i06":"offline","key_o29":215.47}
extra_text_after
{ "type": "object", "properties": { "attr_i85": { "type": "integer" }, "field_h64": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "field_w42": { "type": "string", "format": "date-time" }, "...
{"attr_i85":837,"field_w42":"2020-02-11T01:31:00Z","attr_i06":"offline","key_o29":215.47} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"attr_i85":837,"field_w42":"2020-02-11T01:31:00Z","attr_i06":"offline","key_o29":215.47}
TASK repair_structured_output SPEC FIELD val_w10 TYPE string VALUES type_a|type_b REQUIRED no FIELD dim_f14 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_l27 TYPE string_email REQUIRED yes FIELD key_h51 TYPE string VALUES type_a|type_b REQUIRED no FIELD param_z65 TYPE string VALUES pending_review|con...
{"val_w10":"type_a","dim_f14":"email","param_l27":"info@domain.org","key_h51":"type_b","param_z65":"escalated","val_o69":"chr1"}
tool_call_bad_format
{ "type": "object", "properties": { "val_w10": { "type": "string", "enum": [ "type_a", "type_b" ] }, "dim_f14": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "param_l27": { "type": "str...
<functioncall> calculate_price {val_w10: "type_a", dim_f14: "email", param_l27: "info@domain.org", key_h51: "type_b", param_z65: "escalated", val_o69: "chr1"}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_w10":"type_a","dim_f14":"email","param_l27":"info@domain.org","key_h51":"type_b","param_z65":"escalated","val_o69":"chr1"}