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 col_h93 TYPE boolean REQUIRED yes FIELD key_d52 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_l43[] TYPE string VALUES single|married|divorced REQUIRED yes FIELD col_q55[] TYPE string VALUES reliable|unstable|intermittent REQUIRED no BROKEN_OUTPUT...
{"col_h93":true,"key_d52":"open","param_l43":["single","single"],"col_q55":["unstable","unstable","unstable"]}
tool_call_text_mix
{ "type": "object", "properties": { "col_h93": { "type": "boolean" }, "key_d52": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_l43": { "type": "array", "items": { "type": "string",...
Processing the request now. <tool_call name="generate_report"> {"col_h93":true,"key_d52":"open","param_l43":["single","single"],"col_q55":["unstable","unstable","unstable"]} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"col_h93":true,"key_d52":"open","param_l43":["single","single"],"col_q55":["unstable","unstable","unstable"]}
TASK repair_structured_output SPEC FIELD val_g77 TYPE string REQUIRED no FIELD prop_w40 TYPE integer REQUIRED yes FIELD attr_c13 TYPE string REQUIRED yes FIELD field_t07 TYPE boolean REQUIRED yes FIELD param_k98.field_r97 TYPE string_email REQUIRED no FIELD param_k98.col_t03 TYPE string_uri REQUIRED no FIELD param_k98...
{"val_g77":"cancelled","prop_w40":916,"attr_c13":"user@domain.com","field_t07":false,"param_k98":{"field_r97":"test@test.io","param_v28":true,"col_s52":{"param_g26":346.12,"val_r19":777,"param_m63":104.65,"col_h59":["https://api.example.com/v1"],"field_v82":["John"]}}}
markdown_fences
{ "type": "object", "properties": { "val_g77": { "type": "string" }, "prop_w40": { "type": "integer" }, "attr_c13": { "type": "string" }, "field_t07": { "type": "boolean" }, "param_k98": { "type": "object", "properties": { "field_r97": ...
```json {"val_g77":"cancelled","prop_w40":916,"attr_c13":"user@domain.com","field_t07":false,"param_k98":{"field_r97":"test@test.io","param_v28":true,"col_s52":{"param_g26":346.12,"val_r19":777,"param_m63":104.65,"col_h59":["https://api.example.com/v1"],"field_v82":["John"]}}} ```
Output contains markdown code fences
{"val_g77":"cancelled","prop_w40":916,"attr_c13":"user@domain.com","field_t07":false,"param_k98":{"field_r97":"test@test.io","param_v28":true,"col_s52":{"param_g26":346.12,"val_r19":777,"param_m63":104.65,"col_h59":["https://api.example.com/v1"],"field_v82":["John"]}}}
TASK repair_structured_output SPEC FIELD procedure_code TYPE integer REQUIRED yes FIELD subtotal TYPE string_email REQUIRED no FIELD feedback TYPE string REQUIRED no FIELD chromosome TYPE null REQUIRED no FIELD diagnosis_code TYPE string REQUIRED no FIELD updated_at TYPE string REQUIRED no FIELD conductivity TYPE stri...
{"procedure_code":647,"feedback":"2024-06-30","updated_at":"bar","conductivity":"Paris"}
missing_required
{ "type": "object", "properties": { "procedure_code": { "type": "integer" }, "subtotal": { "type": "string", "format": "email" }, "feedback": { "type": "string" }, "chromosome": { "type": "null" }, "diagnosis_code": { "type": "string" }, ...
{"feedback": "2024-06-30", "updated_at": "bar", "conductivity": "Paris"}
Required field 'procedure_code' is missing
{"procedure_code":647,"feedback":"2024-06-30","updated_at":"bar","conductivity":"Paris"}
TASK repair_structured_output SPEC FIELD dim_c45 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_d04 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_l71 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD field_x82 TYPE integer REQUIRED no FIELD key_u3...
{"field_x82":649,"key_u37":"https://data.com/data","field_w58":"pending_review","val_m64":"2026-07-08T04:11:00Z","prop_v65":147}
unquoted_keys
{ "type": "object", "properties": { "dim_c45": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "val_d04": { "type": "string", "enum": [ "coastal", "oceanic", "inland", ...
{field_x82:649,key_u37:"https://data.com/data",field_w58:"pending_review",val_m64:"2026-07-08T04:11:00Z",prop_v65:147}
Expecting property name enclosed in double quotes
{"field_x82":649,"key_u37":"https://data.com/data","field_w58":"pending_review","val_m64":"2026-07-08T04:11:00Z","prop_v65":147}
TASK repair_structured_output SPEC FIELD col_x03 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD field_t41 TYPE string REQUIRED yes FIELD dim_v01 TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: process_payment Arguments: {"dim_v01": 590}
{"field_t41":"qux","dim_v01":590}
tool_call_partial_args
{ "type": "object", "properties": { "col_x03": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "field_t41": { "type": "string" }, "dim_v01": { "type": "integer" } }, "required": [ "field_t41" ] }
I need to look up the information first. Action: process_payment Arguments: {"dim_v01": 590}
Agent tool call missing required parameter 'field_t41'
{"field_t41":"qux","dim_v01":590}
TASK repair_structured_output SPEC FIELD payment_status TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD notes TYPE string VALUES small|medium|large|xl REQUIRED no FIELD insurance_id TYPE integer REQUIRED no FIELD department TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD enabled TYPE string_uri REQUIRED...
{"payment_status":"phone","notes":"xl","department":"mode_b","enabled":"https://www.org/api"}
missing_required
{ "type": "object", "properties": { "payment_status": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "notes": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, ...
{"payment_status": "phone", "notes": "xl", "department": "mode_b"}
Required field 'enabled' is missing
{"payment_status":"phone","notes":"xl","department":"mode_b","enabled":"https://www.org/api"}
TASK repair_structured_output SPEC FIELD val_b94 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_b97 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_a96 TYPE string VALUES single|married|divorced REQUIRED yes FIELD key_l22 TYPE string REQUIRED no BROKEN_OUTPUT {val_b9...
{"val_b94":"operational","dim_b97":"editor","attr_a96":"married","key_l22":"London"}
unquoted_keys
{ "type": "object", "properties": { "val_b94": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_b97": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, ...
{val_b94:"operational",dim_b97:"editor",attr_a96:"married",key_l22:"London"}
Expecting property name enclosed in double quotes
{"val_b94":"operational","dim_b97":"editor","attr_a96":"married","key_l22":"London"}
TASK repair_structured_output SPEC FIELD prop_a95 TYPE string REQUIRED yes FIELD attr_x94 TYPE string REQUIRED no FIELD attr_f54 TYPE integer REQUIRED no BROKEN_OUTPUT read_sensor_array(prop_a95='Luis', attr_f54=163)
{"prop_a95":"Luis","attr_f54":163}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_a95": { "type": "string" }, "attr_x94": { "type": "string" }, "attr_f54": { "type": "integer" } }, "required": [ "prop_a95" ] }
read_sensor_array(prop_a95='Luis', attr_f54=163)
Tool call uses Python syntax instead of JSON
{"prop_a95":"Luis","attr_f54":163}
TASK repair_structured_output SPEC FIELD attr_e79 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD dim_h78 TYPE number REQUIRED no FIELD field_a98 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_q72 TYPE boolean REQUIRED yes FIELD attr_q00 TYPE integer REQUIRED no FIELD field_k5...
{"attr_e79":"large","dim_h78":832.03,"field_a98":"homozygous","attr_q72":true,"attr_q00":43,"field_k51":{"key_x39":"GBP","val_a20":"baz","attr_x25":511,"param_y23":true,"val_p79":"degraded","col_l44":423},"dim_r96":"unstable","prop_e36":"archived"}
wrong_type
{ "type": "object", "properties": { "attr_e79": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_h78": { "type": "number" }, "field_a98": { "type": "string", "enum": [ "homozygous", "heter...
{"attr_e79": "large", "dim_h78": 832.03, "field_a98": "homozygous", "attr_q72": "\"yes\"", "attr_q00": 43, "field_k51": {"key_x39": "GBP", "val_a20": "baz", "attr_x25": 511, "param_y23": true, "val_p79": "degraded", "col_l44": 423}, "dim_r96": "unstable", "prop_e36": "archived"}
Field 'attr_q72' must be boolean, got string
{"attr_e79":"large","dim_h78":832.03,"field_a98":"homozygous","attr_q72":true,"attr_q00":43,"field_k51":{"key_x39":"GBP","val_a20":"baz","attr_x25":511,"param_y23":true,"val_p79":"degraded","col_l44":423},"dim_r96":"unstable","prop_e36":"archived"}
TASK repair_structured_output SPEC FIELD url TYPE string VALUES low|medium|high|critical REQUIRED no FIELD height TYPE number REQUIRED no FIELD crew_id TYPE string VALUES active|inactive|pending REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="track_vessel"> {"url":"critical","height":526.24,"crew...
{"url":"critical","height":526.24,"crew_id":"active"}
tool_call_text_mix
{ "type": "object", "properties": { "url": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "height": { "type": "number" }, "crew_id": { "type": "string", "enum": [ "active", "inactive", ...
I'll query our database. <tool_call name="track_vessel"> {"url":"critical","height":526.24,"crew_id":"active"} </tool_call.
Agent response mixes reasoning text with tool call
{"url":"critical","height":526.24,"crew_id":"active"}
TASK repair_structured_output SPEC FIELD val_p24 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_z95 TYPE string REQUIRED no FIELD dim_w95 TYPE boolean REQUIRED no FIELD col_x40 TYPE string REQUIRED yes FIELD dim_p62 TYPE string_uri REQUIRED yes BROKEN_OUTPUT Analyzing the schema to generate vali...
{"val_p24":"critical","col_x40":"bar","dim_p62":"https://example.io/api"}
thought_process
{ "type": "object", "properties": { "val_p24": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_z95": { "type": "string" }, "dim_w95": { "type": "boolean" }, "col_x40": { "type": "string" ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"val_p24":"critical","col_x40":"bar","dim_p62":"https://example.io/api"}
Output contains chain-of-thought reasoning before JSON
{"val_p24":"critical","col_x40":"bar","dim_p62":"https://example.io/api"}
TASK repair_structured_output SPEC FIELD param_b37 TYPE boolean REQUIRED yes FIELD attr_p09 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD param_k41 TYPE string REQUIRED yes FIELD prop_y40 TYPE string_date-time REQUIRED no FIELD param_u69 TYPE string REQUIRED no FIELD param_q07 TYPE string RE...
{"param_b37":false,"attr_p09":"type_c","param_k41":"Paris","prop_y40":"2025-09-15T23:55:00Z","param_u69":"quux","param_q07":"A short description.","attr_e47":"https://example.com"}
extra_text_before
{ "type": "object", "properties": { "param_b37": { "type": "boolean" }, "attr_p09": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "param_k41": { "type": "string" }, "prop_y40": { ...
Below is the JSON object: {"param_b37":false,"attr_p09":"type_c","param_k41":"Paris","prop_y40":"2025-09-15T23:55:00Z","param_u69":"quux","param_q07":"A short description.","attr_e47":"https://example.com"}
Output contains non-JSON text before the object
{"param_b37":false,"attr_p09":"type_c","param_k41":"Paris","prop_y40":"2025-09-15T23:55:00Z","param_u69":"quux","param_q07":"A short description.","attr_e47":"https://example.com"}
TASK repair_structured_output SPEC FIELD filter_flag TYPE integer REQUIRED no FIELD lane TYPE integer REQUIRED yes FIELD isotope TYPE string REQUIRED no FIELD features TYPE integer REQUIRED yes FIELD rating.notes.repository TYPE string REQUIRED no FIELD rating.notes.bill_of_lading TYPE string REQUIRED yes FIELD rating...
{"filter_flag":361,"lane":409,"isotope":"FWD","features":221}
extra_text_before
{ "type": "object", "properties": { "filter_flag": { "type": "integer" }, "lane": { "type": "integer" }, "isotope": { "type": "string" }, "features": { "type": "integer" }, "rating": { "type": "object", "properties": { "notes": { ...
The instrument reported: {"filter_flag":361,"lane":409,"isotope":"FWD","features":221}
Output contains non-JSON text before the object
{"filter_flag":361,"lane":409,"isotope":"FWD","features":221}
TASK repair_structured_output SPEC FIELD attr_c72.param_a27 TYPE integer REQUIRED no FIELD attr_c72.field_s87 TYPE boolean REQUIRED yes FIELD attr_c72.val_d35 TYPE string REQUIRED no FIELD attr_c72.dim_e15 TYPE boolean REQUIRED yes FIELD prop_r66 TYPE integer REQUIRED no FIELD field_j06 TYPE integer REQUIRED no FIELD ...
{"attr_c72":{"param_a27":196,"field_s87":true,"val_d35":"pending","dim_e15":true},"prop_r66":180,"col_s50":null,"key_a59":{"param_g34":"success","attr_d72":"2025-05-04T00:13:00Z","field_k27":false,"col_d83":"frameshift","val_c56":"2023-02-18T05:58:00Z","param_f85":574,"dim_b34":"large","param_w49":true}}
tool_call_text_mix
{ "type": "object", "properties": { "attr_c72": { "type": "object", "properties": { "param_a27": { "type": "integer" }, "field_s87": { "type": "boolean" }, "val_d35": { "type": "string" }, "dim_e15": { "t...
I need to look up the information first. <tool_call name="lookup_customer"> {"attr_c72":{"param_a27":196,"field_s87":true,"val_d35":"pending","dim_e15":true},"prop_r66":180,"col_s50":null,"key_a59":{"param_g34":"success","attr_d72":"2025-05-04T00:13:00Z","field_k27":false,"col_d83":"frameshift","val_c56":"2023-02-18T05...
Agent response mixes reasoning text with tool call
{"attr_c72":{"param_a27":196,"field_s87":true,"val_d35":"pending","dim_e15":true},"prop_r66":180,"col_s50":null,"key_a59":{"param_g34":"success","attr_d72":"2025-05-04T00:13:00Z","field_k27":false,"col_d83":"frameshift","val_c56":"2023-02-18T05:58:00Z","param_f85":574,"dim_b34":"large","param_w49":true}}
TASK repair_structured_output SPEC FIELD key_o96 TYPE number REQUIRED no FIELD prop_y42 TYPE string REQUIRED no FIELD dim_o45 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD val_o48 TYPE string REQUIRED yes BROKEN_OUTPUT I need to create a JSON object that matches the given schema. Let me make sure a...
{"key_o96":74.8,"prop_y42":"hello","dim_o45":"error","val_o48":"test"}
thought_process
{ "type": "object", "properties": { "key_o96": { "type": "number" }, "prop_y42": { "type": "string" }, "dim_o45": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "val_o48": { "type": "string" ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"key_o96":74.8,"prop_y42":"hello","dim_o45":"error","val_o48":"test"}
Output contains chain-of-thought reasoning before JSON
{"key_o96":74.8,"prop_y42":"hello","dim_o45":"error","val_o48":"test"}
TASK repair_structured_output SPEC FIELD val_m97 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD dim_e45 TYPE boolean REQUIRED yes FIELD col_m01[].attr_f97 TYPE string_date-time REQUIRED yes FIELD col_m01[].dim_u79 TYPE boolean REQUIRED no FIELD col_m01[].val_z42 TYPE integer REQUIRED yes FIELD col_m01[].val_p46 TYP...
{"val_m97":"cat_a","dim_e45":false,"col_m01":[{"attr_f97":"2026-05-02T22:35:00Z","dim_u79":true,"val_z42":872,"val_p46":"type_a","prop_w52":false,"key_e28":"Luis"}]}
markdown_explanation
{ "type": "object", "properties": { "val_m97": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "dim_e45": { "type": "boolean" }, "col_m01": { "type": "array", "items": { "type": "object", "properties": { "attr_f97"...
Sensor output follows: ```json {"val_m97":"cat_a","dim_e45":false,"col_m01":[{"attr_f97":"2026-05-02T22:35:00Z","dim_u79":true,"val_z42":872,"val_p46":"type_a","prop_w52":false,"key_e28":"Luis"}]} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"val_m97":"cat_a","dim_e45":false,"col_m01":[{"attr_f97":"2026-05-02T22:35:00Z","dim_u79":true,"val_z42":872,"val_p46":"type_a","prop_w52":false,"key_e28":"Luis"}]}
TASK repair_structured_output SPEC FIELD field_b39 TYPE string REQUIRED yes FIELD param_r72 TYPE boolean REQUIRED no FIELD prop_o27 TYPE string REQUIRED yes FIELD key_h38 TYPE string_email REQUIRED no FIELD col_w71 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD col_y81 TYPE boolean REQUIRED no BROK...
{"field_b39":"example","param_r72":true,"prop_o27":"approved","key_h38":"ops@example.com","col_w71":"type_a","col_y81":false}
tool_call_text_mix
{ "type": "object", "properties": { "field_b39": { "type": "string" }, "param_r72": { "type": "boolean" }, "prop_o27": { "type": "string" }, "key_h38": { "type": "string", "format": "email" }, "col_w71": { "type": "string", "enum": [ ...
I'll query our database. <tool_call name="annotate_mutation"> {"field_b39":"example","param_r72":true,"prop_o27":"approved","key_h38":"ops@example.com","col_w71":"type_a","col_y81":false} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"field_b39":"example","param_r72":true,"prop_o27":"approved","key_h38":"ops@example.com","col_w71":"type_a","col_y81":false}
TASK repair_structured_output SPEC FIELD key_j94 TYPE integer REQUIRED yes FIELD val_i76 TYPE string_date-time REQUIRED yes FIELD attr_w35.attr_x65 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_w35.param_x53 TYPE number REQUIRED no FIELD attr_w35.field_l30 TYPE string REQUIRED yes FIELD attr_w35....
{"key_j94":616,"val_i76":"2020-08-06T16:46:00Z","attr_w35":{"attr_x65":"basic","field_l30":"RTG-04","key_q31":84,"field_d36":"https://www.com/v1","val_l57":"chr1","field_o82":"hello"},"col_b06":"https://data.io/v1"}
missing_bracket
{ "type": "object", "properties": { "key_j94": { "type": "integer" }, "val_i76": { "type": "string", "format": "date-time" }, "attr_w35": { "type": "object", "properties": { "attr_x65": { "type": "string", "enum": [ "free", ...
{"key_j94":616,"val_i76":"2020-08-06T16:46:00Z","attr_w35":{"attr_x65":"basic","field_l30":"RTG-04","key_q31":84,"field_d36":"https://www.com/v1","val_l57":"chr1","field_o82":"hello"},"col_b06":"https://data.io/v1"}
Missing closing bracket
{"key_j94":616,"val_i76":"2020-08-06T16:46:00Z","attr_w35":{"attr_x65":"basic","field_l30":"RTG-04","key_q31":84,"field_d36":"https://www.com/v1","val_l57":"chr1","field_o82":"hello"},"col_b06":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD field_f84.col_t09 TYPE boolean REQUIRED no FIELD field_f84.val_m82 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD field_f84.field_c99 TYPE integer REQUIRED no FIELD field_f84.attr_k73 TYPE boolean REQUIRED yes FIELD field_f84.val_y36 TYPE boolean REQUIRED yes FIELD f...
{"field_f84":{"col_t09":true,"val_m82":"BRL","attr_k73":false,"val_y36":true,"prop_s63":{"attr_o39":"anchored","param_b32":null,"key_x09":13}},"prop_k75":"open","dim_u13":true,"dim_e09":{"attr_l92":{"val_q08":"pending","key_p49":"2022-04-03T18:00:00Z"},"param_n50":"unstable","attr_v11":711.37,"val_w70":832.21,"attr_p58...
missing_required
{ "type": "object", "properties": { "field_f84": { "type": "object", "properties": { "col_t09": { "type": "boolean" }, "val_m82": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
{"prop_k75": "open", "dim_u13": true, "dim_e09": {"attr_l92": {"val_q08": "pending", "key_p49": "2022-04-03T18:00:00Z"}, "param_n50": "unstable", "attr_v11": 711.37, "val_w70": 832.21, "attr_p58": "2024-01-15"}}
Required field 'field_f84' is missing
{"field_f84":{"col_t09":true,"val_m82":"BRL","attr_k73":false,"val_y36":true,"prop_s63":{"attr_o39":"anchored","param_b32":null,"key_x09":13}},"prop_k75":"open","dim_u13":true,"dim_e09":{"attr_l92":{"val_q08":"pending","key_p49":"2022-04-03T18:00:00Z"},"param_n50":"unstable","attr_v11":711.37,"val_w70":832.21,"attr_p58...
TASK repair_structured_output SPEC FIELD bearing TYPE boolean REQUIRED yes FIELD visible TYPE integer REQUIRED yes FIELD order_id TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT {"bearing": true, "visible": "\"117\"", "order_id": "admin"}
{"bearing":true,"visible":117,"order_id":"admin"}
wrong_type
{ "type": "object", "properties": { "bearing": { "type": "boolean" }, "visible": { "type": "integer" }, "order_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] } }, "required": [ "order_id", "bearing", "vis...
{"bearing": true, "visible": "\"117\"", "order_id": "admin"}
Field 'visible' must be integer, got string
{"bearing":true,"visible":117,"order_id":"admin"}
TASK repair_structured_output SPEC FIELD branch TYPE string REQUIRED yes FIELD berth_slot TYPE null REQUIRED yes FIELD current_draw TYPE integer REQUIRED yes FIELD options TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes BROKEN_OUTPUT {"berth_slot": null, "current_draw": 672, "options":...
{"branch":"Oliveira","berth_slot":null,"current_draw":672,"options":"level_2"}
missing_required
{ "type": "object", "properties": { "branch": { "type": "string" }, "berth_slot": { "type": "null" }, "current_draw": { "type": "integer" }, "options": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
{"berth_slot": null, "current_draw": 672, "options": "level_2"}
Required field 'branch' is missing
{"branch":"Oliveira","berth_slot":null,"current_draw":672,"options":"level_2"}
TASK repair_structured_output SPEC FIELD key_p07 TYPE string REQUIRED no FIELD field_x25 TYPE string REQUIRED yes FIELD attr_f88 TYPE string VALUES option_a|option_b REQUIRED yes FIELD param_y72 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD prop_c88 TYPE string_date-time REQUIRED no FIELD key_k19 TYPE string...
{"field_x25":"foo","attr_f88":"option_b","param_y72":"cat_a","prop_c88":"2021-05-05T06:05:00Z","attr_d31":{"field_s38":"cat_c","key_b47":"ops@test.io"},"val_l46":"type_d"}
invalid_enum
{ "type": "object", "properties": { "key_p07": { "type": "string" }, "field_x25": { "type": "string" }, "attr_f88": { "type": "string", "enum": [ "option_a", "option_b" ] }, "param_y72": { "type": "string", "enum": [ "cat_...
{"field_x25": "foo", "attr_f88": "invalid_option_574", "param_y72": "cat_a", "prop_c88": "2021-05-05T06:05:00Z", "attr_d31": {"field_s38": "cat_c", "key_b47": "ops@test.io"}, "val_l46": "type_d"}
Field 'attr_f88' has invalid enum value 'invalid_option_574', expected one of ['option_a', 'option_b']
{"field_x25":"foo","attr_f88":"option_b","param_y72":"cat_a","prop_c88":"2021-05-05T06:05:00Z","attr_d31":{"field_s38":"cat_c","key_b47":"ops@test.io"},"val_l46":"type_d"}
TASK repair_structured_output SPEC FIELD length TYPE string VALUES email|phone|sms|push REQUIRED no FIELD cargo_type TYPE string REQUIRED no FIELD allele TYPE string REQUIRED yes FIELD values TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT The parsed result is: {"length":"phone","cargo_...
{"length":"phone","cargo_type":"London","allele":"test@example.com"}
extra_text_before
{ "type": "object", "properties": { "length": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "cargo_type": { "type": "string" }, "allele": { "type": "string" }, "values": { "type": "string", "en...
The parsed result is: {"length":"phone","cargo_type":"London","allele":"test@example.com"}
Output contains non-JSON text before the object
{"length":"phone","cargo_type":"London","allele":"test@example.com"}
TASK repair_structured_output SPEC FIELD key_c60 TYPE string REQUIRED yes FIELD param_z60 TYPE integer REQUIRED yes FIELD attr_v06 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_x98 TYPE string REQUIRED no FIELD val_k15 TYPE string REQUIRED yes BROKEN_OUTPUT {'key_c60':'test@example.com','...
{"key_c60":"test@example.com","param_z60":29,"attr_v06":"in_transit","key_x98":"Tokyo","val_k15":"QC-07"}
single_quotes
{ "type": "object", "properties": { "key_c60": { "type": "string" }, "param_z60": { "type": "integer" }, "attr_v06": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "key_x98": { "type": "s...
{'key_c60':'test@example.com','param_z60':29,'attr_v06':'in_transit','key_x98':'Tokyo','val_k15':'QC-07'}
Expecting property name enclosed in double quotes
{"key_c60":"test@example.com","param_z60":29,"attr_v06":"in_transit","key_x98":"Tokyo","val_k15":"QC-07"}
TASK repair_structured_output SPEC FIELD role TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD full_name.fleet_number TYPE string VALUES single|married|divorced REQUIRED no FIELD full_name.procedure_code TYPE string_email REQUIRED yes FIELD full_name.bill_of_lading TYPE boolean REQUIRED ye...
{"role":"maintenance","full_name":{"fleet_number":"single","procedure_code":"test@domain.org","bill_of_lading":false},"notes":{"feedback":537.73,"cargo_type":"email","department":["info@domain.org","info@domain.org","admin@test.io","user@domain.org"]},"department":485.78,"duration_ms":false}
markdown_explanation
{ "type": "object", "properties": { "role": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "full_name": { "type": "object", "properties": { "fleet_number": { "type": "string", ...
I've generated the following JSON: ```json {"role":"maintenance","full_name":{"fleet_number":"single","procedure_code":"test@domain.org","bill_of_lading":false},"notes":{"feedback":537.73,"cargo_type":"email","department":["info@domain.org","info@domain.org","admin@test.io","user@domain.org"]},"department":485.78,"dura...
Output contains markdown and explanatory text around JSON
{"role":"maintenance","full_name":{"fleet_number":"single","procedure_code":"test@domain.org","bill_of_lading":false},"notes":{"feedback":537.73,"cargo_type":"email","department":["info@domain.org","info@domain.org","admin@test.io","user@domain.org"]},"department":485.78,"duration_ms":false}
TASK repair_structured_output SPEC FIELD prop_p41 TYPE boolean REQUIRED no FIELD field_p76 TYPE string REQUIRED no FIELD key_s17 TYPE integer REQUIRED no FIELD col_k96 TYPE string REQUIRED yes FIELD attr_o29.val_d24.key_t65 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD attr_o29.val_d24.dim_o34 TYPE strin...
{"prop_p41":false,"field_p76":"New York","key_s17":918,"col_k96":"https://example.com","attr_o29":{"val_d24":{"key_t65":"large","dim_o34":"option_c","val_o49":"Smith"},"dim_b33":{"col_c13":false,"dim_g21":"test@domain.org","field_p92":"user@domain.com"},"attr_s72":55,"prop_p93":null,"key_l50":false,"dim_k39":true}}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_p41": { "type": "boolean" }, "field_p76": { "type": "string" }, "key_s17": { "type": "integer" }, "col_k96": { "type": "string" }, "attr_o29": { "type": "object", "properties": { "val_d24": { ...
Tool: transfer_call Params: {"field_p76": "New York", "key_s17": 918, "col_k96": "https://example.com", "attr_o29": {"val_d24": {"key_t65": "large", "dim_o34": "option_c", "val_o49": "Smith"}, "dim_b33": {"col_c13": false, "dim_g21": "test@domain.org", "field_p92": "user@domain.com"}, "attr_s72": 55, "prop_p93": null, ...
Agent used wrong parameter name 'prop_p41_id' instead of 'prop_p41'
{"prop_p41":false,"field_p76":"New York","key_s17":918,"col_k96":"https://example.com","attr_o29":{"val_d24":{"key_t65":"large","dim_o34":"option_c","val_o49":"Smith"},"dim_b33":{"col_c13":false,"dim_g21":"test@domain.org","field_p92":"user@domain.com"},"attr_s72":55,"prop_p93":null,"key_l50":false,"dim_k39":true}}
TASK repair_structured_output SPEC FIELD param_s43 TYPE integer REQUIRED yes FIELD dim_a84 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD key_t79 TYPE string REQUIRED yes FIELD col_c44 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD field_l44 TYPE integer REQUIRED no BROKEN_O...
{"param_s43":690,"dim_a84":"operational","key_t79":"Alice","col_c44":"admin"}
tool_call_python_syntax
{ "type": "object", "properties": { "param_s43": { "type": "integer" }, "dim_a84": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "key_t79": { "type": "string" }, "col_c44": { "typ...
track_vessel(param_s43=690, dim_a84='operational', key_t79='Alice', col_c44='admin')
Tool call uses Python syntax instead of JSON
{"param_s43":690,"dim_a84":"operational","key_t79":"Alice","col_c44":"admin"}
TASK repair_structured_output SPEC FIELD currency TYPE string VALUES success|error|warning|info REQUIRED no FIELD price.dissolved_oxygen TYPE integer REQUIRED no FIELD price.subtotal TYPE string_uri REQUIRED yes FIELD price.section.description TYPE integer REQUIRED yes FIELD price.section.procedure_code TYPE integer R...
{"currency":"warning","price":{"dissolved_oxygen":23,"subtotal":"https://api.com/data","section":{"description":388,"procedure_code":744,"payment_status":942,"bearing":null,"shipper_ref":"user@domain.org"},"lab_result":{"cargo_type":true,"loan_amount":854,"category":219,"id":270,"payment_status":"https://example.com"}}...
markdown_explanation
{ "type": "object", "properties": { "currency": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "price": { "type": "object", "properties": { "dissolved_oxygen": { "type": "integer" }, ...
The instrument reported: ```json {"currency":"warning","price":{"dissolved_oxygen":23,"subtotal":"https://api.com/data","section":{"description":388,"procedure_code":744,"payment_status":942,"bearing":null,"shipper_ref":"user@domain.org"},"lab_result":{"cargo_type":true,"loan_amount":854,"category":219,"id":270,"paymen...
Output contains markdown and explanatory text around JSON
{"currency":"warning","price":{"dissolved_oxygen":23,"subtotal":"https://api.com/data","section":{"description":388,"procedure_code":744,"payment_status":942,"bearing":null,"shipper_ref":"user@domain.org"},"lab_result":{"cargo_type":true,"loan_amount":854,"category":219,"id":270,"payment_status":"https://example.com"}}...
TASK repair_structured_output SPEC FIELD tile TYPE string VALUES draft|published|archived REQUIRED no FIELD company TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD format TYPE integer REQUIRED no FIELD created_at TYPE string_email REQUIRED no BROKEN_OUTPUT I need to look up the informati...
{"tile":"archived","company":"missense","created_at":"ops@test.io"}
tool_call_partial_args
{ "type": "object", "properties": { "tile": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "company": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] },...
I need to look up the information first. Action: check_availability Arguments: {"tile": "archived", "created_at": "ops@test.io"}
Agent tool call missing required parameter 'company'
{"tile":"archived","company":"missense","created_at":"ops@test.io"}
TASK repair_structured_output SPEC FIELD param_p61 TYPE string REQUIRED yes FIELD attr_j17 TYPE string REQUIRED yes FIELD key_b04 TYPE number REQUIRED no FIELD val_w39[] TYPE boolean REQUIRED no FIELD key_e04[] TYPE string REQUIRED yes BROKEN_OUTPUT {"param_p61": "https://api.example.com/v1", "attr_j17": "Bob", "key_...
{"param_p61":"https://api.example.com/v1","attr_j17":"Bob","key_b04":41.26,"val_w39":[true,false,false,true],"key_e04":["example","Tokyo","cancelled","test@example.com"]}
number_with_unit
{ "type": "object", "properties": { "param_p61": { "type": "string" }, "attr_j17": { "type": "string" }, "key_b04": { "type": "number" }, "val_w39": { "type": "array", "items": { "type": "boolean" } }, "key_e04": { "type": "array"...
{"param_p61": "https://api.example.com/v1", "attr_j17": "Bob", "key_b04": "41.26kg", "val_w39": [true, false, false, true], "key_e04": ["example", "Tokyo", "cancelled", "test@example.com"]}
Field 'key_b04' must be number, got string with unit
{"param_p61":"https://api.example.com/v1","attr_j17":"Bob","key_b04":41.26,"val_w39":[true,false,false,true],"key_e04":["example","Tokyo","cancelled","test@example.com"]}
TASK repair_structured_output SPEC FIELD shipping TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD created_at TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD start_date.start_date TYPE number REQUIRED no FIELD start_date.step TYPE number REQUIRED no FI...
{"shipping":"homozygous","created_at":"option_f","start_date":{"start_date":719.42,"nickname":[{"commit_hash":"user@domain.org","run_id":"test@example.com","credit_score":["homozygous","hemizygous","heterozygous","heterozygous"]},{"commit_hash":"info@test.io","run_id":"user@example.com","sensor_id":"cat_a","credit_scor...
trailing_comma
{ "type": "object", "properties": { "shipping": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "created_at": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
{"shipping":"homozygous","created_at":"option_f","start_date":{"start_date":719.42,"nickname":[{"commit_hash":"user@domain.org","run_id":"test@example.com","credit_score":["homozygous","hemizygous","heterozygous","heterozygous",]},{"commit_hash":"info@test.io","run_id":"user@example.com","sensor_id":"cat_a","credit_sco...
Unexpected trailing comma
{"shipping":"homozygous","created_at":"option_f","start_date":{"start_date":719.42,"nickname":[{"commit_hash":"user@domain.org","run_id":"test@example.com","credit_score":["homozygous","hemizygous","heterozygous","heterozygous"]},{"commit_hash":"info@test.io","run_id":"user@example.com","sensor_id":"cat_a","credit_scor...
TASK repair_structured_output SPEC FIELD dim_r27 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_v06 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_e88 TYPE integer REQUIRED no FIELD col_a96 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD attr_m96 TYPE string ...
{"dim_r27":"GBP","col_a96":"degraded","attr_m96":"editor","dim_v99":171,"field_l63":false}
extra_text_after
{ "type": "object", "properties": { "dim_r27": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_v06": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
{"dim_r27":"GBP","col_a96":"degraded","attr_m96":"editor","dim_v99":171,"field_l63":false} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"dim_r27":"GBP","col_a96":"degraded","attr_m96":"editor","dim_v99":171,"field_l63":false}
TASK repair_structured_output SPEC FIELD col_u04 TYPE string_date-time REQUIRED yes FIELD col_m09 TYPE integer REQUIRED no FIELD dim_i64 TYPE string REQUIRED no BROKEN_OUTPUT {"col_u04":"2026-04-08T09:16:00Z","col_m09":301,"dim_i64":"FWD"} This should match the schema you provided.
{"col_u04":"2026-04-08T09:16:00Z","col_m09":301,"dim_i64":"FWD"}
extra_text_after
{ "type": "object", "properties": { "col_u04": { "type": "string", "format": "date-time" }, "col_m09": { "type": "integer" }, "dim_i64": { "type": "string" } }, "required": [ "col_u04" ] }
{"col_u04":"2026-04-08T09:16:00Z","col_m09":301,"dim_i64":"FWD"} This should match the schema you provided.
Output contains non-JSON text after the object
{"col_u04":"2026-04-08T09:16:00Z","col_m09":301,"dim_i64":"FWD"}
TASK repair_structured_output SPEC FIELD prop_d58 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_l99 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD val_n35 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_x27 TYPE number REQUIRED no FIELD prop_z...
{"prop_d58":"GBP","attr_l99":"escalated","val_n35":"arctic","param_x27":941.98,"prop_z13":"delivered","attr_g08":true}
unquoted_keys
{ "type": "object", "properties": { "prop_d58": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_l99": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", ...
{prop_d58:"GBP",attr_l99:"escalated",val_n35:"arctic",param_x27:941.98,prop_z13:"delivered",attr_g08:true}
Expecting property name enclosed in double quotes
{"prop_d58":"GBP","attr_l99":"escalated","val_n35":"arctic","param_x27":941.98,"prop_z13":"delivered","attr_g08":true}
TASK repair_structured_output SPEC FIELD field_b59 TYPE string_email REQUIRED no FIELD val_c95 TYPE null REQUIRED yes FIELD dim_y02 TYPE string_email REQUIRED yes FIELD col_n79 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD prop_k06 TYPE string REQUIRED no FIELD col_z80 TYPE string_date-time REQUIRED...
{"field_b59":"user@domain.org","val_c95":null,"dim_y02":"test@example.com","col_n79":"red","prop_k06":"Alice","attr_f13":982}
extra_text_after
{ "type": "object", "properties": { "field_b59": { "type": "string", "format": "email" }, "val_c95": { "type": "null" }, "dim_y02": { "type": "string", "format": "email" }, "col_n79": { "type": "string", "enum": [ "red", "blue", ...
{"field_b59":"user@domain.org","val_c95":null,"dim_y02":"test@example.com","col_n79":"red","prop_k06":"Alice","attr_f13":982} Hope this helps!
Output contains non-JSON text after the object
{"field_b59":"user@domain.org","val_c95":null,"dim_y02":"test@example.com","col_n79":"red","prop_k06":"Alice","attr_f13":982}
TASK repair_structured_output SPEC FIELD payment_status TYPE boolean REQUIRED no FIELD collateral TYPE integer REQUIRED no FIELD consignee TYPE string REQUIRED yes FIELD turbidity TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"payment_status":true,"collateral":85,"consignee":"2023-12-25","turbidity":"2021-11-25T1...
{"payment_status":true,"collateral":85,"consignee":"2023-12-25","turbidity":"2021-11-25T15:53:00Z"}
extra_text_after
{ "type": "object", "properties": { "payment_status": { "type": "boolean" }, "collateral": { "type": "integer" }, "consignee": { "type": "string" }, "turbidity": { "type": "string", "format": "date-time" } }, "required": [ "turbidity", "consi...
{"payment_status":true,"collateral":85,"consignee":"2023-12-25","turbidity":"2021-11-25T15:53:00Z"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"payment_status":true,"collateral":85,"consignee":"2023-12-25","turbidity":"2021-11-25T15:53:00Z"}
TASK repair_structured_output SPEC FIELD step TYPE string REQUIRED no FIELD section TYPE integer REQUIRED yes FIELD balance TYPE string VALUES draft|published|archived REQUIRED yes FIELD status_code TYPE boolean REQUIRED yes FIELD ph_level TYPE number REQUIRED no BROKEN_OUTPUT <functioncall> validate_address {step: "...
{"step":"cancelled","section":633,"balance":"published","status_code":true,"ph_level":149.61}
tool_call_bad_format
{ "type": "object", "properties": { "step": { "type": "string" }, "section": { "type": "integer" }, "balance": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "status_code": { "type": "boolean" }, "ph...
<functioncall> validate_address {step: "cancelled", section: 633, balance: "published", status_code: true, ph_level: 149.61}
Tool call has malformed arguments — unquoted keys in function parameters
{"step":"cancelled","section":633,"balance":"published","status_code":true,"ph_level":149.61}
TASK repair_structured_output SPEC FIELD attr_c49 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD field_e28 TYPE string REQUIRED no FIELD param_j13 TYPE string REQUIRED no FIELD dim_e78 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD param_q33 TYPE boolean REQUIRED no FIE...
{"attr_c49":"type_f","field_e28":"Sao Paulo","param_j13":"Berlin","dim_e78":"basic","param_q33":false,"prop_c41":false,"val_w32":"https://data.org/v1"}
markdown_fences
{ "type": "object", "properties": { "attr_c49": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "field_e28": { "type": "string" }, "param_j13": { "type": "string" }, ...
```json {"attr_c49":"type_f","field_e28":"Sao Paulo","param_j13":"Berlin","dim_e78":"basic","param_q33":false,"prop_c41":false,"val_w32":"https://data.org/v1"} ```
Output contains markdown code fences
{"attr_c49":"type_f","field_e28":"Sao Paulo","param_j13":"Berlin","dim_e78":"basic","param_q33":false,"prop_c41":false,"val_w32":"https://data.org/v1"}
TASK repair_structured_output SPEC FIELD key_j11 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD field_v01 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_i41 TYPE string VALUES single|married|divorced REQUIRED no FIELD prop_b39 TYPE string VALUES homozygous|heterozygous|hemiz...
{"key_j11":"delivered","field_v01":"critical","val_i41":"divorced","prop_b39":"heterozygous","key_k06":809,"dim_r08":929}
extra_text_after
{ "type": "object", "properties": { "key_j11": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "field_v01": { "type": "string", "enum": [ "low", "medium", "high", "critical" ...
{"key_j11":"delivered","field_v01":"critical","val_i41":"divorced","prop_b39":"heterozygous","key_k06":809,"dim_r08":929} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"key_j11":"delivered","field_v01":"critical","val_i41":"divorced","prop_b39":"heterozygous","key_k06":809,"dim_r08":929}
TASK repair_structured_output SPEC FIELD param_p19 TYPE string REQUIRED no FIELD prop_s76 TYPE integer REQUIRED no FIELD param_v74.attr_d22 TYPE number REQUIRED no FIELD param_v74.field_b46 TYPE number REQUIRED no FIELD param_v74.attr_f58 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD param_v74.prop_j44 ...
{"prop_s76":447,"prop_a28":{"key_j37":927,"attr_m85":141,"prop_h79":[true,true]}}
tool_call_partial_args
{ "type": "object", "properties": { "param_p19": { "type": "string" }, "prop_s76": { "type": "integer" }, "param_v74": { "type": "object", "properties": { "attr_d22": { "type": "number" }, "field_b46": { "type": "number" ...
Let me check the system. Action: fetch_lab_result Arguments: {"prop_s76": 447}
Agent tool call missing required parameter 'prop_a28'
{"prop_s76":447,"prop_a28":{"key_j37":927,"attr_m85":141,"prop_h79":[true,true]}}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string REQUIRED no FIELD pressure_kpa TYPE string REQUIRED yes FIELD discount TYPE integer REQUIRED no FIELD port_code TYPE number REQUIRED yes FIELD language TYPE string REQUIRED no BROKEN_OUTPUT "pressure_kpa":"approved","discount":636,"port_code":52.5,"langu...
{"pressure_kpa":"approved","discount":636,"port_code":52.5,"language":"test@example.com"}
missing_brace
{ "type": "object", "properties": { "berth_slot": { "type": "string" }, "pressure_kpa": { "type": "string" }, "discount": { "type": "integer" }, "port_code": { "type": "number" }, "language": { "type": "string" } }, "required": [ "pressur...
"pressure_kpa":"approved","discount":636,"port_code":52.5,"language":"test@example.com"}
Missing closing brace
{"pressure_kpa":"approved","discount":636,"port_code":52.5,"language":"test@example.com"}
TASK repair_structured_output SPEC FIELD prop_d77.dim_e86 TYPE string REQUIRED yes FIELD prop_d77.param_e27 TYPE string_uri REQUIRED yes FIELD prop_d77.col_x66 TYPE string REQUIRED yes FIELD prop_d77.prop_a56 TYPE integer REQUIRED no FIELD prop_d77.dim_f12 TYPE boolean REQUIRED no FIELD param_i26 TYPE null REQUIRED ye...
{"prop_d77":{"dim_e86":"London","param_e27":"https://example.io/v1","col_x66":"inactive","prop_a56":980,"dim_f12":true},"param_i26":null,"param_n44":{"key_z18":"option_c","prop_p72":[{"key_d18":213.77,"param_l59":477,"key_z32":940.05,"param_n28":"Charlie"},{"param_z32":"quux","param_l59":957,"key_z32":994.04,"param_b19...
tool_call_text_mix
{ "type": "object", "properties": { "prop_d77": { "type": "object", "properties": { "dim_e86": { "type": "string" }, "param_e27": { "type": "string", "format": "uri" }, "col_x66": { "type": "string" }, "p...
I need to look up the information first. <tool_call name="fetch_lab_result"> {"prop_d77":{"dim_e86":"London","param_e27":"https://example.io/v1","col_x66":"inactive","prop_a56":980,"dim_f12":true},"param_i26":null,"param_n44":{"key_z18":"option_c","prop_p72":[{"key_d18":213.77,"param_l59":477,"key_z32":940.05,"param_n2...
Agent response mixes reasoning text with tool call
{"prop_d77":{"dim_e86":"London","param_e27":"https://example.io/v1","col_x66":"inactive","prop_a56":980,"dim_f12":true},"param_i26":null,"param_n44":{"key_z18":"option_c","prop_p72":[{"key_d18":213.77,"param_l59":477,"key_z32":940.05,"param_n28":"Charlie"},{"param_z32":"quux","param_l59":957,"key_z32":994.04,"param_b19...
TASK repair_structured_output SPEC FIELD field_i08 TYPE integer REQUIRED no FIELD val_h42.dim_y05 TYPE integer REQUIRED yes FIELD val_h42.dim_g72 TYPE number REQUIRED yes FIELD val_h42.key_v63.prop_a86 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_h42.key_v63.val_l51 TYPE null RE...
{"field_i08":122,"val_h42":{"dim_y05":698,"dim_g72":112.97,"key_v63":{"prop_a86":"confirmed","val_l51":null,"field_b38":"2024-06-30","col_j27":"returned","key_t00":[87.9],"key_o89":[937]}},"field_r46":"single","col_t97":"2023-06-28T04:32:00Z","col_o12":{"dim_c95":{"attr_w23":"active","key_j07":"example"},"attr_p74":602...
partial_structure
{ "type": "object", "properties": { "field_i08": { "type": "integer" }, "val_h42": { "type": "object", "properties": { "dim_y05": { "type": "integer" }, "dim_g72": { "type": "number" }, "key_v63": { "type": "object",...
Based on the data, col_o12 is {'dim_c95': {'attr_w23': 'active', 'key_j07': 'example'}, 'attr_p74': 602, 'attr_r41': 'operational'}. {"field_i08":122,"val_h42":{"dim_y05":698,"dim_g72":112.97,"key_v63":{"prop_a86":"confirmed","val_l51":null,"field_b38":"2024-06-30","col_j27":"returned","key_t00":[87.9],"key_o89":[937]}...
Output mixes natural language with JSON
{"field_i08":122,"val_h42":{"dim_y05":698,"dim_g72":112.97,"key_v63":{"prop_a86":"confirmed","val_l51":null,"field_b38":"2024-06-30","col_j27":"returned","key_t00":[87.9],"key_o89":[937]}},"field_r46":"single","col_t97":"2023-06-28T04:32:00Z","col_o12":{"dim_c95":{"attr_w23":"active","key_j07":"example"},"attr_p74":602...
TASK repair_structured_output SPEC FIELD prop_p46 TYPE string_email REQUIRED yes FIELD dim_y08 TYPE integer REQUIRED yes FIELD field_c71.key_u23 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_c71.prop_y31 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_c71.val_n25 TYPE string VA...
{"prop_p46":"test@test.io","dim_y08":492,"field_c71":{"key_u23":"inactive","prop_y31":"married","val_n25":"arctic"},"attr_j29":{"param_f29":"baz","key_u50":685,"col_n05":"sample"}}
null_required
{ "type": "object", "properties": { "prop_p46": { "type": "string", "format": "email" }, "dim_y08": { "type": "integer" }, "field_c71": { "type": "object", "properties": { "key_u23": { "type": "string", "enum": [ "active", ...
{"prop_p46": "test@test.io", "dim_y08": null, "field_c71": {"key_u23": "inactive", "prop_y31": "married", "val_n25": "arctic"}, "attr_j29": {"param_f29": "baz", "key_u50": 685, "col_n05": "sample"}}
Required field 'dim_y08' is null
{"prop_p46":"test@test.io","dim_y08":492,"field_c71":{"key_u23":"inactive","prop_y31":"married","val_n25":"arctic"},"attr_j29":{"param_f29":"baz","key_u50":685,"col_n05":"sample"}}
TASK repair_structured_output SPEC FIELD prop_v84 TYPE integer REQUIRED no FIELD val_b49 TYPE boolean REQUIRED yes FIELD col_c47 TYPE null REQUIRED no FIELD key_g30 TYPE string REQUIRED yes FIELD field_r18 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_f21.col_t18 TYPE integer REQUIRED no FIELD co...
{"val_b49":true,"col_c47":null,"key_g30":"hello","field_r18":"success","col_f21":{"col_t18":383,"attr_g50":true,"attr_d85":"chr1","attr_x26":null},"param_o58":false,"param_y65":"xl"}
thought_process
{ "type": "object", "properties": { "prop_v84": { "type": "integer" }, "val_b49": { "type": "boolean" }, "col_c47": { "type": "null" }, "key_g30": { "type": "string" }, "field_r18": { "type": "string", "enum": [ "success", "erro...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"val_b49":true,"col_c47":null,"key_g30":"hello","field_r18":"success","col_f21":{"col_t18":383,"attr_g50":true,"attr_d85":"chr1","attr_x26":null},"param_o58":false,"param_y65":"xl"}
Output contains chain-of-thought reasoning before JSON
{"val_b49":true,"col_c47":null,"key_g30":"hello","field_r18":"success","col_f21":{"col_t18":383,"attr_g50":true,"attr_d85":"chr1","attr_x26":null},"param_o58":false,"param_y65":"xl"}
TASK repair_structured_output SPEC FIELD quantity TYPE string REQUIRED no FIELD currency TYPE string REQUIRED no FIELD address TYPE string REQUIRED yes FIELD total.yield_pct TYPE integer REQUIRED yes FIELD total.width TYPE string_uri REQUIRED no FIELD total.phenotype TYPE string_email REQUIRED no FIELD total.organism ...
{"quantity":"Jane","address":"London","total":{"yield_pct":889,"phenotype":"test@example.com","organism":"sample","procedure_code":925,"coverage":null,"run_id":"https://example.io/v1"}}
markdown_explanation
{ "type": "object", "properties": { "quantity": { "type": "string" }, "currency": { "type": "string" }, "address": { "type": "string" }, "total": { "type": "object", "properties": { "yield_pct": { "type": "integer" }, "width...
The output is as follows: ```json {"quantity":"Jane","address":"London","total":{"yield_pct":889,"phenotype":"test@example.com","organism":"sample","procedure_code":925,"coverage":null,"run_id":"https://example.io/v1"}} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"quantity":"Jane","address":"London","total":{"yield_pct":889,"phenotype":"test@example.com","organism":"sample","procedure_code":925,"coverage":null,"run_id":"https://example.io/v1"}}
TASK repair_structured_output SPEC FIELD company TYPE null REQUIRED yes FIELD payment_status TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD role.tax TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD role.transaction_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED y...
{"company":null,"payment_status":"cat_b","role":{"tax":"option_c","transaction_id":"open","crew_id":"large"},"throttle_pos":{"rating":"green","torque_output":315,"notes":{"count":"world","vessel_name":"completed","product_id":"type_d","aligned_pct":"black"}}}
extra_text_after
{ "type": "object", "properties": { "company": { "type": "null" }, "payment_status": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "role": { "type": "object", "properties": { "tax": { "t...
{"company":null,"payment_status":"cat_b","role":{"tax":"option_c","transaction_id":"open","crew_id":"large"},"throttle_pos":{"rating":"green","torque_output":315,"notes":{"count":"world","vessel_name":"completed","product_id":"type_d","aligned_pct":"black"}}} Data logged successfully.
Output contains non-JSON text after the object
{"company":null,"payment_status":"cat_b","role":{"tax":"option_c","transaction_id":"open","crew_id":"large"},"throttle_pos":{"rating":"green","torque_output":315,"notes":{"count":"world","vessel_name":"completed","product_id":"type_d","aligned_pct":"black"}}}
TASK repair_structured_output SPEC FIELD key_i61 TYPE string REQUIRED yes FIELD dim_l42 TYPE string_date-time REQUIRED no FIELD val_d28 TYPE integer REQUIRED no FIELD dim_u87 TYPE boolean REQUIRED no FIELD param_m21 TYPE number REQUIRED yes FIELD key_c76.val_k59 TYPE string VALUES level_1|level_2|level_3|level_4 REQUI...
{"key_i61":"test","dim_l42":"2020-03-25T10:43:00Z","dim_u87":true,"param_m21":723.28,"key_c76":{"val_k59":"level_2","col_v02":"pending_review","field_t79":"single"},"field_z97":"inactive"}
single_quotes
{ "type": "object", "properties": { "key_i61": { "type": "string" }, "dim_l42": { "type": "string", "format": "date-time" }, "val_d28": { "type": "integer" }, "dim_u87": { "type": "boolean" }, "param_m21": { "type": "number" }, "key_c76...
{'key_i61':'test','dim_l42':'2020-03-25T10:43:00Z','dim_u87':true,'param_m21':723.28,'key_c76':{'val_k59':'level_2','col_v02':'pending_review','field_t79':'single'},'field_z97':'inactive'}
Expecting property name enclosed in double quotes
{"key_i61":"test","dim_l42":"2020-03-25T10:43:00Z","dim_u87":true,"param_m21":723.28,"key_c76":{"val_k59":"level_2","col_v02":"pending_review","field_t79":"single"},"field_z97":"inactive"}
TASK repair_structured_output SPEC FIELD order_id.price.currency TYPE null REQUIRED no FIELD order_id.price.build_status TYPE string_uri REQUIRED no FIELD order_id.price.enabled TYPE integer REQUIRED no FIELD order_id.price.height TYPE number REQUIRED yes FIELD order_id.price.image_url TYPE string REQUIRED no FIELD or...
{"order_id":{"price":{"height":511.03,"image_url":"Tokyo"},"verified":{"version":"PASS","gene_id":"option_a","category":"type_a","format":true},"color":"foo","batch_code":684,"count":"test"},"fleet_number":"EUR","notes":"level_3","temp_celsius":924}
thought_process
{ "type": "object", "properties": { "order_id": { "type": "object", "properties": { "price": { "type": "object", "properties": { "currency": { "type": "null" }, "build_status": { "type": "string", ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"order_id":{"price":{"height":511.03,"image_url":"Tokyo"},"verified":{"version":"PASS","gene_id":"option_a","category":"type_a","format":true},"color":"foo","batch_code":684,"count":"test"},"fleet_number":...
Output contains chain-of-thought reasoning before JSON
{"order_id":{"price":{"height":511.03,"image_url":"Tokyo"},"verified":{"version":"PASS","gene_id":"option_a","category":"type_a","format":true},"color":"foo","batch_code":684,"count":"test"},"fleet_number":"EUR","notes":"level_3","temp_celsius":924}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE boolean REQUIRED no FIELD frequency_hz TYPE string REQUIRED no FIELD medication TYPE string VALUES option_a|option_b REQUIRED yes BROKEN_OUTPUT I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"...
{"medication":"option_a"}
thought_process
{ "type": "object", "properties": { "shipper_ref": { "type": "boolean" }, "frequency_hz": { "type": "string" }, "medication": { "type": "string", "enum": [ "option_a", "option_b" ] } }, "required": [ "medication" ] }
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"medication":"option_a"}
Output contains chain-of-thought reasoning before JSON
{"medication":"option_a"}
TASK repair_structured_output SPEC FIELD field_s21 TYPE string REQUIRED yes FIELD param_y09 TYPE string_uri REQUIRED no FIELD col_o88 TYPE null REQUIRED no FIELD key_y54 TYPE integer REQUIRED no FIELD key_r54[].prop_c98 TYPE integer REQUIRED no FIELD key_r54[].key_y97 TYPE string REQUIRED yes FIELD key_r54[].col_w39 T...
{"field_s21":"QC-07","param_y09":"https://data.com/api","col_o88":null,"key_y54":688,"key_r54":[{"prop_c98":309,"key_y97":"Bob"},{"key_y97":"sample","col_w39":"hemizygous"},{"prop_c98":412,"key_y97":"Silva"}]}
wrong_type
{ "type": "object", "properties": { "field_s21": { "type": "string" }, "param_y09": { "type": "string", "format": "uri" }, "col_o88": { "type": "null" }, "key_y54": { "type": "integer" }, "key_r54": { "type": "array", "items": { "...
{"field_s21": "QC-07", "param_y09": "https://data.com/api", "col_o88": null, "key_y54": "\"688\"", "key_r54": [{"prop_c98": 309, "key_y97": "Bob"}, {"key_y97": "sample", "col_w39": "hemizygous"}, {"prop_c98": 412, "key_y97": "Silva"}]}
Field 'key_y54' must be integer, got string
{"field_s21":"QC-07","param_y09":"https://data.com/api","col_o88":null,"key_y54":688,"key_r54":[{"prop_c98":309,"key_y97":"Bob"},{"key_y97":"sample","col_w39":"hemizygous"},{"prop_c98":412,"key_y97":"Silva"}]}
TASK repair_structured_output SPEC FIELD field_b50.param_p54 TYPE string_date-time REQUIRED yes FIELD field_b50.param_a97 TYPE string REQUIRED yes FIELD field_b50.param_t44 TYPE string VALUES active|inactive|pending REQUIRED no FIELD param_h82 TYPE integer REQUIRED no FIELD param_t08 TYPE string_email REQUIRED no FIEL...
{"field_b50":{"param_p54":"2023-02-02T23:47:00Z","param_a97":"A short description.","param_t44":"pending"},"param_h82":927,"param_t08":"test@test.io","param_s23":263.45,"prop_c47":"oceanic"}
null_required
{ "type": "object", "properties": { "field_b50": { "type": "object", "properties": { "param_p54": { "type": "string", "format": "date-time" }, "param_a97": { "type": "string" }, "param_t44": { "type": "string", ...
{"field_b50": {"param_p54": "2023-02-02T23:47:00Z", "param_a97": "A short description.", "param_t44": "pending"}, "param_h82": 927, "param_t08": "test@test.io", "param_s23": null, "prop_c47": "oceanic"}
Required field 'param_s23' is null
{"field_b50":{"param_p54":"2023-02-02T23:47:00Z","param_a97":"A short description.","param_t44":"pending"},"param_h82":927,"param_t08":"test@test.io","param_s23":263.45,"prop_c47":"oceanic"}
TASK repair_structured_output SPEC FIELD published.quantity TYPE null REQUIRED yes FIELD published.visible TYPE string REQUIRED no FIELD published.bill_of_lading TYPE boolean REQUIRED no FIELD published.trace_id[].branch TYPE string REQUIRED yes FIELD published.trace_id[].quality_score TYPE string_email REQUIRED no FI...
{"published":{"quantity":null,"visible":"test","bill_of_lading":true,"trace_id":[{"branch":"world","organism":"chr1","umi":null,"position":["hemizygous","hemizygous"]},{"branch":"example","organism":"Maria","umi":null,"position":["homozygous","hemizygous","heterozygous","heterozygous"]},{"branch":"sample","quality_scor...
thought_process
{ "type": "object", "properties": { "published": { "type": "object", "properties": { "quantity": { "type": "null" }, "visible": { "type": "string" }, "bill_of_lading": { "type": "boolean" }, "trace_id": { ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"published":{"quantity":null,"visible":"test","bill_of_lading":true,"trace_id":[{"branch":"world","organism":"chr1","umi":null,"position":["hemizygous","hemizygous"]},{"branch":"example","organism":"...
Output contains chain-of-thought reasoning before JSON
{"published":{"quantity":null,"visible":"test","bill_of_lading":true,"trace_id":[{"branch":"world","organism":"chr1","umi":null,"position":["hemizygous","hemizygous"]},{"branch":"example","organism":"Maria","umi":null,"position":["homozygous","hemizygous","heterozygous","heterozygous"]},{"branch":"sample","quality_scor...
TASK repair_structured_output SPEC FIELD discount TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD temp_celsius TYPE integer REQUIRED no FIELD due_date TYPE string REQUIRED yes FIELD address[].humidity_pct TYPE number REQUIRED no FIELD address[].span_id TYPE integer REQUIRED no FIELD address[].zip_code T...
{"temp_celsius":326,"due_date":"completed"}
missing_brace
{ "type": "object", "properties": { "discount": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "temp_celsius": { "type": "integer" }, "due_date": { "type": "string" }, "address": { "type": "array...
"temp_celsius":326,"due_date":"completed"}
Missing closing brace
{"temp_celsius":326,"due_date":"completed"}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE boolean REQUIRED yes FIELD chromosome TYPE null REQUIRED no FIELD image_url TYPE string REQUIRED no FIELD item_id TYPE string REQUIRED no FIELD coverage.weight TYPE string REQUIRED yes FIELD coverage.strand TYPE integer REQUIRED no FIELD coverage.department TYP...
{"shipper_ref":false,"chromosome":null,"image_url":"quux","item_id":"Maria","coverage":{"weight":"demo","strand":922,"department":null}}
thought_process
{ "type": "object", "properties": { "shipper_ref": { "type": "boolean" }, "chromosome": { "type": "null" }, "image_url": { "type": "string" }, "item_id": { "type": "string" }, "coverage": { "type": "object", "properties": { "weight": { ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"shipper_ref":false,"chromosome":null,"image_url":"quux","item_id":"Maria","coverage":{"weight":"demo","strand":922,"department":null}}
Output contains chain-of-thought reasoning before JSON
{"shipper_ref":false,"chromosome":null,"image_url":"quux","item_id":"Maria","coverage":{"weight":"demo","strand":922,"department":null}}
TASK repair_structured_output SPEC FIELD param_d44 TYPE number REQUIRED yes FIELD param_j92.val_w02 TYPE integer REQUIRED no FIELD param_j92.prop_q94 TYPE string REQUIRED no FIELD param_j92.col_y73 TYPE boolean REQUIRED no FIELD param_j92.field_y48 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD field...
{"param_d44":270.81,"param_j92":{"val_w02":792,"prop_q94":"pending","col_y73":true,"field_y48":"red"},"field_y53":"pro"}
extra_text_after
{ "type": "object", "properties": { "param_d44": { "type": "number" }, "param_j92": { "type": "object", "properties": { "val_w02": { "type": "integer" }, "prop_q94": { "type": "string" }, "col_y73": { "type": "boolea...
{"param_d44":270.81,"param_j92":{"val_w02":792,"prop_q94":"pending","col_y73":true,"field_y48":"red"},"field_y53":"pro"} Analysis finished.
Output contains non-JSON text after the object
{"param_d44":270.81,"param_j92":{"val_w02":792,"prop_q94":"pending","col_y73":true,"field_y48":"red"},"field_y53":"pro"}
TASK repair_structured_output SPEC FIELD turbidity TYPE null REQUIRED no FIELD umi TYPE boolean REQUIRED yes FIELD humidity_pct TYPE string VALUES cat_a|cat_b REQUIRED no FIELD name TYPE null REQUIRED no BROKEN_OUTPUT {"turbidity":null,"umi":true}
{"turbidity":null,"umi":true}
missing_bracket
{ "type": "object", "properties": { "turbidity": { "type": "null" }, "umi": { "type": "boolean" }, "humidity_pct": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "name": { "type": "null" } }, "required": [ "umi" ] }
{"turbidity":null,"umi":true}
Missing closing bracket
{"turbidity":null,"umi":true}
TASK repair_structured_output SPEC FIELD latitude TYPE string REQUIRED yes FIELD footnote TYPE string VALUES draft|published|archived REQUIRED no FIELD zip_code TYPE integer REQUIRED yes FIELD phone TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no BROKEN_OUTPUT {"latitude":"sample","footnote":"published","zip_code"...
{"latitude":"sample","footnote":"published","zip_code":585,"phone":"EUR"}
missing_brace
{ "type": "object", "properties": { "latitude": { "type": "string" }, "footnote": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "zip_code": { "type": "integer" }, "phone": { "type": "string", "enum": ...
{"latitude":"sample","footnote":"published","zip_code":585,"phone":"EUR"
Missing closing brace
{"latitude":"sample","footnote":"published","zip_code":585,"phone":"EUR"}
TASK repair_structured_output SPEC FIELD umi.reagent TYPE string REQUIRED no FIELD umi.tax TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD umi.dosage TYPE number REQUIRED yes FIELD umi.section TYPE integer REQUIRED no FIELD umi.product_id[] TYPE null REQUIRED no FIELD umi.city[] TYPE string REQUIRED yes FIEL...
{"umi":{"reagent":"qux","tax":"editor","dosage":574.62,"product_id":[null,null],"city":["FWD"]},"latitude":300.48,"size":"arctic"}
thought_process
{ "type": "object", "properties": { "umi": { "type": "object", "properties": { "reagent": { "type": "string" }, "tax": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "d...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"umi":{"reagent":"qux","tax":"editor","dosage":574.62,"product_id":[null,null],"city":["FWD"]},"latitude":300.48,"size":"arctic"}
Output contains chain-of-thought reasoning before JSON
{"umi":{"reagent":"qux","tax":"editor","dosage":574.62,"product_id":[null,null],"city":["FWD"]},"latitude":300.48,"size":"arctic"}
TASK repair_structured_output SPEC FIELD notes TYPE boolean REQUIRED no FIELD crew_id TYPE boolean REQUIRED yes FIELD fleet_number TYPE string REQUIRED no FIELD balance TYPE number REQUIRED yes FIELD state TYPE null REQUIRED yes FIELD catalyst TYPE null REQUIRED yes BROKEN_OUTPUT {"crew_id": true, "fleet_number": "Si...
{"crew_id":true,"fleet_number":"Silva","balance":163.53,"state":null,"catalyst":null}
extra_field
{ "type": "object", "properties": { "notes": { "type": "boolean" }, "crew_id": { "type": "boolean" }, "fleet_number": { "type": "string" }, "balance": { "type": "number" }, "state": { "type": "null" }, "catalyst": { "type": "null" }...
{"crew_id": true, "fleet_number": "Silva", "balance": 163.53, "state": null, "catalyst": null, "extra_value_9525": 42}
Unknown field 'extra_value_9525' not defined in schema
{"crew_id":true,"fleet_number":"Silva","balance":163.53,"state":null,"catalyst":null}
TASK repair_structured_output SPEC FIELD val_b67 TYPE string REQUIRED yes FIELD dim_x82 TYPE null REQUIRED yes FIELD field_w83 TYPE boolean REQUIRED yes FIELD key_g78[].attr_y79 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD key_g78[].attr_w22 TYPE string VALUES cat_a|cat_b|cat_c REQ...
{"val_b67":"chrX","dim_x82":null,"field_w83":false,"key_g78":[{"attr_y79":"pending_review","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"escalated","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"pending_review","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"escalated","attr_w22":"cat_c...
truncated_array
{ "type": "object", "properties": { "val_b67": { "type": "string" }, "dim_x82": { "type": "null" }, "field_w83": { "type": "boolean" }, "key_g78": { "type": "array", "items": { "type": "object", "properties": { "attr_y79": { ...
{"val_b67":"chrX","dim_x82":null,"field_w83":false,"key_g78":[{"attr_y79":"pending_review","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"escalated","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"pending_review","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"escalated","attr_w22":"cat_c...
Unexpected end of JSON input — truncated array
{"val_b67":"chrX","dim_x82":null,"field_w83":false,"key_g78":[{"attr_y79":"pending_review","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"escalated","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"pending_review","attr_w22":"cat_b","param_n10":"frameshift"},{"attr_y79":"escalated","attr_w22":"cat_c...
TASK repair_structured_output SPEC FIELD credit_score TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD amount TYPE string_date-time REQUIRED no FIELD website TYPE null REQUIRED no FIELD coverage TYPE integer REQUIRED yes BROKEN_OUTPUT {credit_score:"moored",amount:"2025-12-27T23:14:00Z",website:n...
{"credit_score":"moored","amount":"2025-12-27T23:14:00Z","website":null,"coverage":699}
unquoted_keys
{ "type": "object", "properties": { "credit_score": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "amount": { "type": "string", "format": "date-time" }, "website": { "type": "null" }, "co...
{credit_score:"moored",amount:"2025-12-27T23:14:00Z",website:null,coverage:699}
Expecting property name enclosed in double quotes
{"credit_score":"moored","amount":"2025-12-27T23:14:00Z","website":null,"coverage":699}
TASK repair_structured_output SPEC FIELD val_s01 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_y21 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_x76 TYPE integer REQUIRED no FIELD col_y85 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no F...
{"val_s01":"nonsense","field_y21":"draft","prop_x76":946,"col_y85":"frameshift","key_e24":"heterozygous","param_t29":true}
number_with_unit
{ "type": "object", "properties": { "val_s01": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "field_y21": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
{"val_s01": "nonsense", "field_y21": "draft", "prop_x76": "946kg", "col_y85": "frameshift", "key_e24": "heterozygous", "param_t29": true}
Field 'prop_x76' must be number, got string with unit
{"val_s01":"nonsense","field_y21":"draft","prop_x76":946,"col_y85":"frameshift","key_e24":"heterozygous","param_t29":true}
TASK repair_structured_output SPEC FIELD position TYPE string REQUIRED yes FIELD half_life TYPE null REQUIRED no FIELD quantity TYPE string VALUES draft|published|archived REQUIRED no FIELD image_url TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD gene_id TYPE integer REQUIRED no F...
{"position":"baz","half_life":null,"quantity":"published","image_url":"level_3","gene_id":823}
partial_structure
{ "type": "object", "properties": { "position": { "type": "string" }, "half_life": { "type": "null" }, "quantity": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "image_url": { "type": "string", "enum"...
Result: image_url=level_3, {"position":"baz","half_life":null,"quantity":"published","image_url":"level_3","gene_id":823}
Output mixes natural language with JSON
{"position":"baz","half_life":null,"quantity":"published","image_url":"level_3","gene_id":823}
TASK repair_structured_output SPEC FIELD attr_m19 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_n62 TYPE string REQUIRED no FIELD attr_f37 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_t97 TYPE string REQUIRED no FIELD col_b74 TYPE string REQUIRED yes FIELD ke...
{"attr_f37":"medium","col_b74":"approved","key_d69":{"dim_d76":"pending_review","attr_z06":800,"prop_k99":"operational"},"key_h65":499}
markdown_explanation
{ "type": "object", "properties": { "attr_m19": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_n62": { "type": "string" }, "attr_f37": { "type": "string", "enum": [ "low", ...
I've generated the following JSON: ```json {"attr_f37":"medium","col_b74":"approved","key_d69":{"dim_d76":"pending_review","attr_z06":800,"prop_k99":"operational"},"key_h65":499} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"attr_f37":"medium","col_b74":"approved","key_d69":{"dim_d76":"pending_review","attr_z06":800,"prop_k99":"operational"},"key_h65":499}
TASK repair_structured_output SPEC FIELD consignee TYPE null REQUIRED no FIELD thumbnail TYPE string REQUIRED yes FIELD phenotype TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT Result: consignee=None, {"consignee":null,"thumbnail":"Jane","phenotype":"degraded"}
{"consignee":null,"thumbnail":"Jane","phenotype":"degraded"}
partial_structure
{ "type": "object", "properties": { "consignee": { "type": "null" }, "thumbnail": { "type": "string" }, "phenotype": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] } }, "required": [ "p...
Result: consignee=None, {"consignee":null,"thumbnail":"Jane","phenotype":"degraded"}
Output mixes natural language with JSON
{"consignee":null,"thumbnail":"Jane","phenotype":"degraded"}
TASK repair_structured_output SPEC FIELD salinity TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD longitude TYPE boolean REQUIRED no FIELD total TYPE string VALUES option_a|option_b REQUIRED no FIELD width TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD timezone TYPE integer REQUIRED no FIELD credi...
{"salinity":"viewer","longitude":true,"total":"option_a"}
tool_call_wrong_param
{ "type": "object", "properties": { "salinity": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "longitude": { "type": "boolean" }, "total": { "type": "string", "enum": [ "option_a", "option_b" ] ...
Tool: validate_sample Params: {"longitude": true, "total": "option_a", "salinity_id": "viewer"}
Agent used wrong parameter name 'salinity_id' instead of 'salinity'
{"salinity":"viewer","longitude":true,"total":"option_a"}
TASK repair_structured_output SPEC FIELD height TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD role TYPE string REQUIRED yes FIELD score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no BROKEN_OUTPUT {"height": "admin", "role": null, "score": "maintenance"}
{"height":"admin","role":"bar","score":"maintenance"}
null_required
{ "type": "object", "properties": { "height": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "role": { "type": "string" }, "score": { "type": "string", "enum": [ "operational", "degraded", "offlin...
{"height": "admin", "role": null, "score": "maintenance"}
Required field 'role' is null
{"height":"admin","role":"bar","score":"maintenance"}
TASK repair_structured_output SPEC FIELD step TYPE integer REQUIRED yes FIELD branch TYPE string REQUIRED no FIELD collateral.image_url TYPE boolean REQUIRED no FIELD collateral.diagnosis_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD collateral.barcode TYPE string REQUIRED yes FIELD collateral....
{"step":767,"branch":"chr1","collateral":{"image_url":false,"diagnosis_code":"mode_b","barcode":"REV","loan_amount":{"lane":"email","index":"sample","order_id":"user@domain.org"}}}
extra_text_before
{ "type": "object", "properties": { "step": { "type": "integer" }, "branch": { "type": "string" }, "collateral": { "type": "object", "properties": { "image_url": { "type": "boolean" }, "diagnosis_code": { "type": "string", ...
The instrument reported: {"step":767,"branch":"chr1","collateral":{"image_url":false,"diagnosis_code":"mode_b","barcode":"REV","loan_amount":{"lane":"email","index":"sample","order_id":"user@domain.org"}}}
Output contains non-JSON text before the object
{"step":767,"branch":"chr1","collateral":{"image_url":false,"diagnosis_code":"mode_b","barcode":"REV","loan_amount":{"lane":"email","index":"sample","order_id":"user@domain.org"}}}
TASK repair_structured_output SPEC FIELD quantity TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD span_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD tile TYPE string REQUIRED no FIELD patient_id.size TYPE integer REQUIRED no FIELD patient_id.amount TYPE string V...
{"quantity":"in_progress","tile":"Silva","patient_id":{"amount":"reliable","account_id":"Berlin","options":695,"verified":{"invoice_id":52,"size":210.92,"crew_id":false},"insurance_id":"Johnson","balance":"cancelled"}}
tool_call_wrong_param
{ "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "span_id": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "fra...
Tool: get_inventory Params: {"tile": "Silva", "patient_id": {"amount": "reliable", "account_id": "Berlin", "options": 695, "verified": {"invoice_id": 52, "size": 210.92, "crew_id": false}, "insurance_id": "Johnson", "balance": "cancelled"}, "quantity_id": "in_progress"}
Agent used wrong parameter name 'quantity_id' instead of 'quantity'
{"quantity":"in_progress","tile":"Silva","patient_id":{"amount":"reliable","account_id":"Berlin","options":695,"verified":{"invoice_id":52,"size":210.92,"crew_id":false},"insurance_id":"Johnson","balance":"cancelled"}}
TASK repair_structured_output SPEC FIELD col_p40 TYPE string_date-time REQUIRED no FIELD prop_q62 TYPE string REQUIRED yes FIELD field_s68 TYPE string REQUIRED no BROKEN_OUTPUT "prop_q62":"GRCh38"}
{"prop_q62":"GRCh38"}
missing_brace
{ "type": "object", "properties": { "col_p40": { "type": "string", "format": "date-time" }, "prop_q62": { "type": "string" }, "field_s68": { "type": "string" } }, "required": [ "prop_q62" ] }
"prop_q62":"GRCh38"}
Missing closing brace
{"prop_q62":"GRCh38"}
TASK repair_structured_output SPEC FIELD barcode TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD ph_level TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD feedback TYPE string REQUIRED no FIELD price TYPE integer REQUIRED no FIELD commit_hash TYPE string VALUES t...
{"barcode":"type_f","ph_level":"cat_b","price":530,"commit_hash":"type_d","end_date":"Charlie","fleet_number":"xl","balance":299.48}
truncated_object
{ "type": "object", "properties": { "barcode": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "ph_level": { "type": "string", "enum": [ "cat_a", "cat_b", "...
{"barcode":"type_f","ph_level":"cat_b","price":530,"commit_hash":"type_d","end_date":"Charlie","fleet_number":"xl","balance":299.48
Unexpected end of JSON input — truncated object
{"barcode":"type_f","ph_level":"cat_b","price":530,"commit_hash":"type_d","end_date":"Charlie","fleet_number":"xl","balance":299.48}
TASK repair_structured_output SPEC FIELD id TYPE integer REQUIRED yes FIELD bed_number TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD voltage TYPE string_date-time REQUIRED yes BROKEN_OUTPUT transfer_call(id=363, bed_number='unstable', voltage='2026-03-20T11:45:00Z')
{"id":363,"bed_number":"unstable","voltage":"2026-03-20T11:45:00Z"}
tool_call_python_syntax
{ "type": "object", "properties": { "id": { "type": "integer" }, "bed_number": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "voltage": { "type": "string", "format": "date-time" } }, "required": [ ...
transfer_call(id=363, bed_number='unstable', voltage='2026-03-20T11:45:00Z')
Tool call uses Python syntax instead of JSON
{"id":363,"bed_number":"unstable","voltage":"2026-03-20T11:45:00Z"}
TASK repair_structured_output SPEC FIELD key_o48 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD key_c95 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD param_z82 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no BROKEN_OUTPUT "key_o48":"cat_e","key_c95":...
{"key_o48":"cat_e","key_c95":"option_e"}
missing_brace
{ "type": "object", "properties": { "key_o48": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "key_c95": { "type": "string", "enum": [ "option_a", "option_b", "o...
"key_o48":"cat_e","key_c95":"option_e"}
Missing closing brace
{"key_o48":"cat_e","key_c95":"option_e"}
TASK repair_structured_output SPEC FIELD branch TYPE string REQUIRED no FIELD fleet_number TYPE boolean REQUIRED yes FIELD order_id[].message TYPE boolean REQUIRED yes FIELD order_id[].gene_id TYPE integer REQUIRED no FIELD order_id[].invoice_id TYPE number REQUIRED no FIELD order_id[].berth_slot TYPE string VALUES op...
{"branch":"test","fleet_number":true,"order_id":[{"message":true,"gene_id":860,"invoice_id":156.32,"berth_slot":"option_d","verified":665.16},{"message":true,"invoice_id":513.59,"berth_slot":"option_e","verified":710.22},{"message":true,"gene_id":434,"berth_slot":"option_c","verified":746.1},{"message":true,"gene_id":9...
extra_text_before
{ "type": "object", "properties": { "branch": { "type": "string" }, "fleet_number": { "type": "boolean" }, "order_id": { "type": "array", "items": { "type": "object", "properties": { "message": { "type": "boolean" }, ...
The instrument reported: {"branch":"test","fleet_number":true,"order_id":[{"message":true,"gene_id":860,"invoice_id":156.32,"berth_slot":"option_d","verified":665.16},{"message":true,"invoice_id":513.59,"berth_slot":"option_e","verified":710.22},{"message":true,"gene_id":434,"berth_slot":"option_c","verified":746.1},{"...
Output contains non-JSON text before the object
{"branch":"test","fleet_number":true,"order_id":[{"message":true,"gene_id":860,"invoice_id":156.32,"berth_slot":"option_d","verified":665.16},{"message":true,"invoice_id":513.59,"berth_slot":"option_e","verified":710.22},{"message":true,"gene_id":434,"berth_slot":"option_c","verified":746.1},{"message":true,"gene_id":9...
TASK repair_structured_output SPEC FIELD prop_s24 TYPE string REQUIRED no FIELD dim_p57 TYPE string REQUIRED no FIELD param_g47 TYPE number REQUIRED yes FIELD val_s31 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD key_r94 TYPE string_uri REQUIRED yes FIELD key_m32 TYPE string REQUIRED no FIELD attr_c2...
{"prop_s24":"Jane","dim_p57":"inactive","param_g47":649.99,"key_r94":"https://www.com/data","key_m32":"Santos","attr_c26":null}
extra_text_before
{ "type": "object", "properties": { "prop_s24": { "type": "string" }, "dim_p57": { "type": "string" }, "param_g47": { "type": "number" }, "val_s31": { "type": "string", "enum": [ "red", "blue", "green", "black", "white...
Sure, here's the result: {"prop_s24":"Jane","dim_p57":"inactive","param_g47":649.99,"key_r94":"https://www.com/data","key_m32":"Santos","attr_c26":null}
Output contains non-JSON text before the object
{"prop_s24":"Jane","dim_p57":"inactive","param_g47":649.99,"key_r94":"https://www.com/data","key_m32":"Santos","attr_c26":null}
TASK repair_structured_output SPEC FIELD prop_n92 TYPE integer REQUIRED yes FIELD param_z58 TYPE boolean REQUIRED no FIELD key_d08 TYPE number REQUIRED yes FIELD prop_v92 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD param_m91.prop_u60 TYPE number REQUIRED no FIELD param_m91.prop_f48 T...
{"prop_n92":914,"key_d08":462.92,"col_g66":"Diana","val_d29":"Jane"}
tool_call_bad_format
{ "type": "object", "properties": { "prop_n92": { "type": "integer" }, "param_z58": { "type": "boolean" }, "key_d08": { "type": "number" }, "prop_v92": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
<functioncall> book_appointment {prop_n92: 914, key_d08: 462.92, col_g66: "Diana", val_d29: "Jane"}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_n92":914,"key_d08":462.92,"col_g66":"Diana","val_d29":"Jane"}
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD weight TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD items TYPE string VALUES low|medium|high|critical REQUIRED no FIELD pressure_kpa TYPE null REQUIRED no FIELD name TYPE boolean R...
{"crew_id":"unstable","items":"high","pressure_kpa":null,"name":true,"amplitude":"https://example.io/data","compound":"warning","coverage":"approved"}
extra_field
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "weight": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, ...
{"crew_id": "unstable", "items": "high", "pressure_kpa": null, "name": true, "amplitude": "https://example.io/data", "compound": "warning", "coverage": "approved", "extra_data_2745": 42}
Unknown field 'extra_data_2745' not defined in schema
{"crew_id":"unstable","items":"high","pressure_kpa":null,"name":true,"amplitude":"https://example.io/data","compound":"warning","coverage":"approved"}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD throttle_pos TYPE integer REQUIRED yes FIELD email.zip_code TYPE string_date-time REQUIRED no FIELD email.enabled TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD email....
{"rating":"synonymous","throttle_pos":147,"email":{"zip_code":"2026-06-18T21:58:00Z","enabled":"heterozygous","dosage":"bar"}}
missing_bracket
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "throttle_pos": { "type": "integer" }, "email": { "type": "object", "properties": { "zip...
{"rating":"synonymous","throttle_pos":147,"email":{"zip_code":"2026-06-18T21:58:00Z","enabled":"heterozygous","dosage":"bar"}}
Missing closing bracket
{"rating":"synonymous","throttle_pos":147,"email":{"zip_code":"2026-06-18T21:58:00Z","enabled":"heterozygous","dosage":"bar"}}
TASK repair_structured_output SPEC FIELD name TYPE boolean REQUIRED no FIELD chapter TYPE integer REQUIRED no FIELD bill_of_lading.log_level TYPE boolean REQUIRED yes FIELD bill_of_lading.phenotype TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD bill_of_lading.gene_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED ye...
{"chapter":203,"bill_of_lading":{"log_level":false,"phenotype":"cat_a","gene_id":"cat_c","label":961.84},"category":{"conductivity":"test@example.com","weight":"warning","salinity":"sample"}}
missing_bracket
{ "type": "object", "properties": { "name": { "type": "boolean" }, "chapter": { "type": "integer" }, "bill_of_lading": { "type": "object", "properties": { "log_level": { "type": "boolean" }, "phenotype": { "type": "string", ...
{"chapter":203,"bill_of_lading":{"log_level":false,"phenotype":"cat_a","gene_id":"cat_c","label":961.84},"category":{"conductivity":"test@example.com","weight":"warning","salinity":"sample"}}
Missing closing bracket
{"chapter":203,"bill_of_lading":{"log_level":false,"phenotype":"cat_a","gene_id":"cat_c","label":961.84},"category":{"conductivity":"test@example.com","weight":"warning","salinity":"sample"}}
TASK repair_structured_output SPEC FIELD col_e01 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD attr_j91 TYPE string VALUES option_a|option_b REQUIRED yes FIELD field_k06 TYPE integer REQUIRED yes FIELD field_i09 TYPE integer REQUIRED yes BROKEN_OUTPUT {'col_e01':'mode_c','attr_j91':'option_b','field_k06'...
{"col_e01":"mode_c","attr_j91":"option_b","field_k06":891,"field_i09":170}
single_quotes
{ "type": "object", "properties": { "col_e01": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "attr_j91": { "type": "string", "enum": [ "option_a", "option_b" ] }, "field_k06": { "type": "integer" ...
{'col_e01':'mode_c','attr_j91':'option_b','field_k06':891,'field_i09':170}
Expecting property name enclosed in double quotes
{"col_e01":"mode_c","attr_j91":"option_b","field_k06":891,"field_i09":170}
TASK repair_structured_output SPEC FIELD field_l61 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD param_y94 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_s62 TYPE string_email REQUIRED no FIELD key_a12 TYPE string REQUIRED no FIELD col_s69 TYPE boolean REQUIRED no BROKEN_OUTPUT ```json {...
{"field_l61":"phone","param_y94":"GBP","param_s62":"user@test.io","key_a12":"New York","col_s69":true}
markdown_fences
{ "type": "object", "properties": { "field_l61": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "param_y94": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] ...
```json {"field_l61":"phone","param_y94":"GBP","param_s62":"user@test.io","key_a12":"New York","col_s69":true} ```
Output contains markdown code fences
{"field_l61":"phone","param_y94":"GBP","param_s62":"user@test.io","key_a12":"New York","col_s69":true}
TASK repair_structured_output SPEC FIELD col_g27 TYPE integer REQUIRED no FIELD prop_g88 TYPE string_uri REQUIRED no FIELD val_i85 TYPE string REQUIRED no FIELD dim_e65 TYPE string_date-time REQUIRED no FIELD attr_i11 TYPE integer REQUIRED no FIELD col_i90.attr_h32.val_s41 TYPE boolean REQUIRED yes FIELD col_i90.attr_...
{"col_g27":98,"prop_g88":"https://data.com/data","param_a53":"foo","attr_t09":"example"}
number_with_unit
{ "type": "object", "properties": { "col_g27": { "type": "integer" }, "prop_g88": { "type": "string", "format": "uri" }, "val_i85": { "type": "string" }, "dim_e65": { "type": "string", "format": "date-time" }, "attr_i11": { "type": "integ...
{"col_g27": "98ms", "prop_g88": "https://data.com/data", "param_a53": "foo", "attr_t09": "example"}
Field 'col_g27' must be number, got string with unit
{"col_g27":98,"prop_g88":"https://data.com/data","param_a53":"foo","attr_t09":"example"}
TASK repair_structured_output SPEC FIELD field_s78 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD val_d53 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD attr_z19 TYPE string REQUIRED no FIELD val_v59 TYPE integer REQUIRED no FIELD field_e39 TYPE null REQUIRED yes FIELD key_o57 TYPE integer REQUIRED n...
{"field_s78":"type_c","val_d53":"level_2","attr_z19":"Luis","val_v59":659,"field_e39":null,"key_o57":230,"dim_l50":"2025-08-16T14:55:00Z","param_a35":"A short description."}
markdown_explanation
{ "type": "object", "properties": { "field_s78": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "val_d53": { "type": "string", "enum": [ "level_1", "level_2" ] }, "attr_z19": { "type": "string" ...
Here is the JSON you requested: ```json {"field_s78":"type_c","val_d53":"level_2","attr_z19":"Luis","val_v59":659,"field_e39":null,"key_o57":230,"dim_l50":"2025-08-16T14:55:00Z","param_a35":"A short description."} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"field_s78":"type_c","val_d53":"level_2","attr_z19":"Luis","val_v59":659,"field_e39":null,"key_o57":230,"dim_l50":"2025-08-16T14:55:00Z","param_a35":"A short description."}
TASK repair_structured_output SPEC FIELD tax TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD loan_amount TYPE string_date-time REQUIRED no FIELD altitude TYPE number REQUIRED no FIELD bed_number TYPE integer REQUIRED yes BROKEN_OUTPUT {"tax":"frameshift","loan_amount":"2025-08-07T19:54:0...
{"tax":"frameshift","loan_amount":"2025-08-07T19:54:00Z","bed_number":57}
missing_brace
{ "type": "object", "properties": { "tax": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "loan_amount": { "type": "string", "format": "date-time" }, "altitude": { "type": "number" }, ...
{"tax":"frameshift","loan_amount":"2025-08-07T19:54:00Z","bed_number":57
Missing closing brace
{"tax":"frameshift","loan_amount":"2025-08-07T19:54:00Z","bed_number":57}
TASK repair_structured_output SPEC FIELD step TYPE string REQUIRED yes FIELD username TYPE number REQUIRED no FIELD amplitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD state TYPE string REQUIRED yes BROKEN_OUTPUT {"step": "inactive", "username": "475.5MB", "amplitude": "moored", "state": ...
{"step":"inactive","username":475.5,"amplitude":"moored","state":"2023-12-25"}
number_with_unit
{ "type": "object", "properties": { "step": { "type": "string" }, "username": { "type": "number" }, "amplitude": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "state": { "type": "string" ...
{"step": "inactive", "username": "475.5MB", "amplitude": "moored", "state": "2023-12-25"}
Field 'username' must be number, got string with unit
{"step":"inactive","username":475.5,"amplitude":"moored","state":"2023-12-25"}
TASK repair_structured_output SPEC FIELD attr_x70 TYPE string REQUIRED no FIELD attr_m81.field_a27 TYPE string_uri REQUIRED no FIELD attr_m81.val_d21 TYPE number REQUIRED yes FIELD attr_m81.field_a87 TYPE string_uri REQUIRED no FIELD attr_m81.val_l86 TYPE number REQUIRED no FIELD attr_m81.field_u70 TYPE number REQUIRE...
{"attr_x70":"Santos","attr_m81":{"field_a27":"https://data.org/v1","val_d21":84.41,"field_a87":"https://www.com/v1","val_l86":669.98},"key_s52":"https://www.io/v1","dim_e30":"2022-09-04T00:51:00Z","field_q20":"unstable","val_d82":false,"dim_d58":{"col_e59":"married","prop_b35":"archived","val_j86":"mode_d","field_g19":...
null_required
{ "type": "object", "properties": { "attr_x70": { "type": "string" }, "attr_m81": { "type": "object", "properties": { "field_a27": { "type": "string", "format": "uri" }, "val_d21": { "type": "number" }, "field_a87": ...
{"attr_x70": "Santos", "attr_m81": {"field_a27": "https://data.org/v1", "val_d21": 84.41, "field_a87": "https://www.com/v1", "val_l86": 669.98}, "key_s52": "https://www.io/v1", "dim_e30": "2022-09-04T00:51:00Z", "field_q20": "unstable", "val_d82": false, "dim_d58": null}
Required field 'dim_d58' is null
{"attr_x70":"Santos","attr_m81":{"field_a27":"https://data.org/v1","val_d21":84.41,"field_a87":"https://www.com/v1","val_l86":669.98},"key_s52":"https://www.io/v1","dim_e30":"2022-09-04T00:51:00Z","field_q20":"unstable","val_d82":false,"dim_d58":{"col_e59":"married","prop_b35":"archived","val_j86":"mode_d","field_g19":...
TASK repair_structured_output SPEC FIELD key_p64 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_j95 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD col_r88 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_v53 TYPE boolean REQUIRED no FIELD param_d68 TYP...
{"key_j95":"berthed","col_r88":"error","col_v53":false,"param_d68":true}
truncated_object
{ "type": "object", "properties": { "key_p64": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_j95": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"key_j95":"berthed","col_r88":"error","col_v53":false,"param_d68":true
Unexpected end of JSON input — truncated object
{"key_j95":"berthed","col_r88":"error","col_v53":false,"param_d68":true}
TASK repair_structured_output SPEC FIELD param_n80 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_j92 TYPE string REQUIRED no FIELD prop_x40 TYPE string REQUIRED yes FIELD attr_j76 TYPE string REQUIRED no FIELD col_z16 TYPE boolean REQUIRED no FIELD col_h12 TYPE string_uri REQUIRED yes FIELD dim_i9...
{"param_n80":"married","param_j92":"example","prop_x40":"Bob","col_z16":true,"col_h12":"https://data.org/v1","dim_i95":800.74}
extra_text_before
{ "type": "object", "properties": { "param_n80": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_j92": { "type": "string" }, "prop_x40": { "type": "string" }, "attr_j76": { "type": "string" }, "...
Below is the JSON object: {"param_n80":"married","param_j92":"example","prop_x40":"Bob","col_z16":true,"col_h12":"https://data.org/v1","dim_i95":800.74}
Output contains non-JSON text before the object
{"param_n80":"married","param_j92":"example","prop_x40":"Bob","col_z16":true,"col_h12":"https://data.org/v1","dim_i95":800.74}
TASK repair_structured_output SPEC FIELD longitude TYPE boolean REQUIRED no FIELD username TYPE integer REQUIRED no FIELD shipper_ref TYPE string VALUES low|medium|high|critical REQUIRED no FIELD pressure_kpa TYPE null REQUIRED no FIELD duration_ms.due_date TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIEL...
{"longitude":false,"username":671,"shipper_ref":"critical","duration_ms":{"due_date":"enterprise","username":{"payment_status":840.0,"loan_amount":"2021-03-22T10:19:00Z","active":null},"strand":"synonymous","created_at":904.06,"longitude":283.0},"umi":"high"}
truncated_object
{ "type": "object", "properties": { "longitude": { "type": "boolean" }, "username": { "type": "integer" }, "shipper_ref": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "pressure_kpa": { "type": "...
{"longitude":false,"username":671,"shipper_ref":"critical","duration_ms":{"due_date":"enterprise","username":{"payment_status":840.0,"loan_amount":"2021-03-22T10:19:00Z","active":null},"strand":"synonymous","created_at":904.06,"longitude":283.0},"umi":"high"
Unexpected end of JSON input — truncated object
{"longitude":false,"username":671,"shipper_ref":"critical","duration_ms":{"due_date":"enterprise","username":{"payment_status":840.0,"loan_amount":"2021-03-22T10:19:00Z","active":null},"strand":"synonymous","created_at":904.06,"longitude":283.0},"umi":"high"}
TASK repair_structured_output SPEC FIELD priority TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD lab_result TYPE string REQUIRED yes FIELD feedback TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD position TYPE integer REQUIRED yes FIELD invoice_id TYPE string VALUES pending_rev...
{"priority":"black","lab_result":"active","feedback":"anchored","position":570,"invoice_id":"escalated"}
tool_call_wrong_param
{ "type": "object", "properties": { "priority": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "lab_result": { "type": "string" }, "feedback": { "type": "string", "enum": [ "berthed",...
Tool: create_order Params: {"priority": "black", "lab_result": "active", "feedback": "anchored", "invoice_id": "escalated", "position2": 570}
Agent used wrong parameter name 'position2' instead of 'position'
{"priority":"black","lab_result":"active","feedback":"anchored","position":570,"invoice_id":"escalated"}
TASK repair_structured_output SPEC FIELD key_z05 TYPE string_date-time REQUIRED no FIELD key_c55 TYPE number REQUIRED yes FIELD prop_k69 TYPE integer REQUIRED no FIELD prop_x77.field_c26 TYPE integer REQUIRED no FIELD prop_x77.key_p80 TYPE string REQUIRED no FIELD prop_x77.attr_s68 TYPE boolean REQUIRED no FIELD prop_...
{"key_c55":195.59,"prop_k69":496,"prop_x77":{"field_c26":196,"key_p80":"Johnson","key_z09":"hemizygous","col_w93":false},"param_o04":false}
missing_brace
{ "type": "object", "properties": { "key_z05": { "type": "string", "format": "date-time" }, "key_c55": { "type": "number" }, "prop_k69": { "type": "integer" }, "prop_x77": { "type": "object", "properties": { "field_c26": { "type": "in...
{"key_c55":195.59,"prop_k69":496,"prop_x77":{"field_c26":196,"key_p80":"Johnson","key_z09":"hemizygous","col_w93":false,"param_o04":false}
Missing closing brace
{"key_c55":195.59,"prop_k69":496,"prop_x77":{"field_c26":196,"key_p80":"Johnson","key_z09":"hemizygous","col_w93":false},"param_o04":false}
TASK repair_structured_output SPEC FIELD dim_p22.param_s31 TYPE integer REQUIRED no FIELD dim_p22.field_h35 TYPE integer REQUIRED yes FIELD dim_p22.key_y66 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_p22.param_h55 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_p22.key_w68.val_x...
{"prop_a85":639.2}
tool_call_partial_args
{ "type": "object", "properties": { "dim_p22": { "type": "object", "properties": { "param_s31": { "type": "integer" }, "field_h35": { "type": "integer" }, "key_y66": { "type": "string", "enum": [ "low", ...
I need to look up the information first. Action: delete_item Arguments: {}
Agent tool call missing required parameter 'prop_a85'
{"prop_a85":639.2}
TASK repair_structured_output SPEC FIELD col_c87 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD prop_z64 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD field_h86 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_s01 TYPE boolean REQUIRED no FIELD param...
{"prop_z64":"mode_b","param_d41":507.8,"param_b40":180.15,"param_t92":"2024-01-09T18:44:00Z","param_k31":872}
missing_required
{ "type": "object", "properties": { "col_c87": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "prop_z64": { "type": "string", "enum": [ "mode_a", "mode_b", ...
{"param_d41": 507.8, "param_b40": 180.15, "param_t92": "2024-01-09T18:44:00Z", "param_k31": 872}
Required field 'prop_z64' is missing
{"prop_z64":"mode_b","param_d41":507.8,"param_b40":180.15,"param_t92":"2024-01-09T18:44:00Z","param_k31":872}
TASK repair_structured_output SPEC FIELD val_d47 TYPE string REQUIRED yes FIELD field_d37 TYPE string_email REQUIRED no FIELD prop_g01 TYPE string_email REQUIRED yes FIELD prop_o67 TYPE string REQUIRED yes BROKEN_OUTPUT {"val_d47":"Oliveira","prop_g01":"user@domain.org","prop_o67":"QC-07"}
{"val_d47":"Oliveira","prop_g01":"user@domain.org","prop_o67":"QC-07"}
missing_bracket
{ "type": "object", "properties": { "val_d47": { "type": "string" }, "field_d37": { "type": "string", "format": "email" }, "prop_g01": { "type": "string", "format": "email" }, "prop_o67": { "type": "string" } }, "required": [ "prop_o67", ...
{"val_d47":"Oliveira","prop_g01":"user@domain.org","prop_o67":"QC-07"}
Missing closing bracket
{"val_d47":"Oliveira","prop_g01":"user@domain.org","prop_o67":"QC-07"}
TASK repair_structured_output SPEC FIELD duration_ms TYPE integer REQUIRED no FIELD total TYPE string REQUIRED no FIELD title TYPE string REQUIRED no FIELD score TYPE integer REQUIRED yes FIELD collateral[] TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"duration_ms": "\"371\"", "total": "FWD", "score": 178, "coll...
{"duration_ms":371,"total":"FWD","score":178,"collateral":["2024-08-26T11:56:00Z","2020-09-07T00:08:00Z"]}
wrong_type
{ "type": "object", "properties": { "duration_ms": { "type": "integer" }, "total": { "type": "string" }, "title": { "type": "string" }, "score": { "type": "integer" }, "collateral": { "type": "array", "items": { "type": "string", ...
{"duration_ms": "\"371\"", "total": "FWD", "score": 178, "collateral": ["2024-08-26T11:56:00Z", "2020-09-07T00:08:00Z"]}
Field 'duration_ms' must be integer, got string
{"duration_ms":371,"total":"FWD","score":178,"collateral":["2024-08-26T11:56:00Z","2020-09-07T00:08:00Z"]}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string REQUIRED no FIELD country.quantity TYPE integer REQUIRED no FIELD country.catalyst TYPE string REQUIRED no FIELD country.deploy_target TYPE string VALUES mode_a|mode_b REQUIRED no FIELD country.end_date.phone TYPE string REQUIRED no FIELD country.end_...
{"bill_of_lading":"chr1","country":{"quantity":253,"end_date":{"phone":"2024-06-30","date":593.1,"run_id":579,"level":true,"image_url":"test","altitude":"admin@example.com","hazmat_code":335.57,"amplitude":729},"procedure_code":{"ward":null,"published":834,"visible":"cat_d"}},"velocity":"cancelled"}
tool_call_python_syntax
{ "type": "object", "properties": { "bill_of_lading": { "type": "string" }, "country": { "type": "object", "properties": { "quantity": { "type": "integer" }, "catalyst": { "type": "string" }, "deploy_target": { "type...
apply_discount(bill_of_lading='chr1', country={'quantity': 253, 'end_date': {'phone': '2024-06-30', 'date': 593.1, 'run_id': 579, 'level': True, 'image_url': 'test', 'altitude': 'admin@example.com', 'hazmat_code': 335.57, 'amplitude': 729}, 'procedure_code': {'ward': None, 'published': 834, 'visible': 'cat_d'}}, veloci...
Tool call uses Python syntax instead of JSON
{"bill_of_lading":"chr1","country":{"quantity":253,"end_date":{"phone":"2024-06-30","date":593.1,"run_id":579,"level":true,"image_url":"test","altitude":"admin@example.com","hazmat_code":335.57,"amplitude":729},"procedure_code":{"ward":null,"published":834,"visible":"cat_d"}},"velocity":"cancelled"}
TASK repair_structured_output SPEC FIELD amount.branch TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD amount.name TYPE integer REQUIRED no FIELD amount.decay_rate TYPE integer REQUIRED yes FIELD amount.pressure_kpa TYPE string REQUIRED no FIELD amount.published TYPE string_email REQUIRED no FIELD amount.salinity ...
{"url":{"insurance_id":"pending","format":"2024-06-30","total":631.38,"step":52,"allele":"Smith"},"insurance_id":"married","trace_id":149,"hazmat_code":"hello"}
truncated_object
{ "type": "object", "properties": { "amount": { "type": "object", "properties": { "branch": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "name": { "type": "integer" }, "decay_rate": { ...
{"url":{"insurance_id":"pending","format":"2024-06-30","total":631.38,"step":52,"allele":"Smith"},"insurance_id":"married","trace_id":149,"hazmat_code":"hello"
Unexpected end of JSON input — truncated object
{"url":{"insurance_id":"pending","format":"2024-06-30","total":631.38,"step":52,"allele":"Smith"},"insurance_id":"married","trace_id":149,"hazmat_code":"hello"}
TASK repair_structured_output SPEC FIELD attr_z41 TYPE string VALUES active|inactive|pending REQUIRED no FIELD attr_r20 TYPE string REQUIRED yes FIELD dim_v08 TYPE boolean REQUIRED no FIELD prop_z55 TYPE integer REQUIRED yes FIELD key_a16.field_i17 TYPE string VALUES draft|published|archived REQUIRED yes FIELD key_a16...
{"attr_z41":"active","attr_r20":"hello","dim_v08":true,"prop_z55":207,"param_x82":"approved"}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_z41": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "attr_r20": { "type": "string" }, "dim_v08": { "type": "boolean" }, "prop_z55": { "type": "integer" }, "k...
create_ticket(attr_z41='active', attr_r20='hello', dim_v08=True, prop_z55=207, param_x82='approved')
Tool call uses Python syntax instead of JSON
{"attr_z41":"active","attr_r20":"hello","dim_v08":true,"prop_z55":207,"param_x82":"approved"}
TASK repair_structured_output SPEC FIELD val_x72 TYPE string REQUIRED yes FIELD val_s94 TYPE string REQUIRED yes FIELD col_b36 TYPE string REQUIRED yes FIELD attr_x09 TYPE string REQUIRED no FIELD dim_h52 TYPE string REQUIRED yes BROKEN_OUTPUT Here is the JSON you requested: ```json {"val_x72":"RTG-04","val_s94":"quu...
{"val_x72":"RTG-04","val_s94":"quux","col_b36":"PASS","attr_x09":"Santos","dim_h52":"chrX"}
markdown_explanation
{ "type": "object", "properties": { "val_x72": { "type": "string" }, "val_s94": { "type": "string" }, "col_b36": { "type": "string" }, "attr_x09": { "type": "string" }, "dim_h52": { "type": "string" } }, "required": [ "dim_h52", "col_...
Here is the JSON you requested: ```json {"val_x72":"RTG-04","val_s94":"quux","col_b36":"PASS","attr_x09":"Santos","dim_h52":"chrX"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"val_x72":"RTG-04","val_s94":"quux","col_b36":"PASS","attr_x09":"Santos","dim_h52":"chrX"}