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 organism TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD voltage TYPE integer REQUIRED yes FIELD role TYPE string REQUIRED yes BROKEN_OUTPUT Tool: assign_berth Params: {"organism": "critical", "voltage": 528, "role_id": "Sao Paulo"}
{"organism":"critical","voltage":528,"role":"Sao Paulo"}
tool_call_wrong_param
{ "type": "object", "properties": { "organism": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "voltage": { "type": "integer" }, "role": { "type": "string" } }, "required": [ "voltage", "role", ...
Tool: assign_berth Params: {"organism": "critical", "voltage": 528, "role_id": "Sao Paulo"}
Agent used wrong parameter name 'role_id' instead of 'role'
{"organism":"critical","voltage":528,"role":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD val_v45 TYPE integer REQUIRED no FIELD field_f75 TYPE integer REQUIRED yes FIELD param_j05 TYPE boolean REQUIRED yes FIELD attr_d70 TYPE string REQUIRED no BROKEN_OUTPUT {"val_v45": 430, "field_f75": 116, "param_j05": null, "attr_d70": "baz"}
{"val_v45":430,"field_f75":116,"param_j05":true,"attr_d70":"baz"}
null_required
{ "type": "object", "properties": { "val_v45": { "type": "integer" }, "field_f75": { "type": "integer" }, "param_j05": { "type": "boolean" }, "attr_d70": { "type": "string" } }, "required": [ "field_f75", "param_j05" ] }
{"val_v45": 430, "field_f75": 116, "param_j05": null, "attr_d70": "baz"}
Required field 'param_j05' is null
{"val_v45":430,"field_f75":116,"param_j05":true,"attr_d70":"baz"}
TASK repair_structured_output SPEC FIELD message TYPE integer REQUIRED yes FIELD website TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD filter_flag TYPE string REQUIRED yes FIELD total TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD rating[].lab_result TYPE string VALUES option_a|option_...
{"message":693,"website":"cat_d","filter_flag":"test"}
truncated_array
{ "type": "object", "properties": { "message": { "type": "integer" }, "website": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "filter_flag": { "type": "string" }, "total": { "type": "string", ...
{"message":693,"website":"cat_d","filter_flag":"test"}
Unexpected end of JSON input — truncated array
{"message":693,"website":"cat_d","filter_flag":"test"}
TASK repair_structured_output SPEC FIELD yield_pct TYPE string REQUIRED yes FIELD humidity_pct TYPE boolean REQUIRED yes FIELD brake_pressure TYPE string_uri REQUIRED no FIELD payment_status TYPE string REQUIRED yes FIELD score[].gene_id TYPE string_email REQUIRED no FIELD score[].level TYPE string VALUES type_a|type_...
{"yield_pct":"Paris","humidity_pct":true,"brake_pressure":"https://www.com/data","payment_status":"pending","score":[{"gene_id":"user@test.io","level":"type_b","organism":606,"language":"2022-12-07T11:01:00Z","color":false},{"gene_id":"user@test.io","level":"type_b","organism":320,"language":"2021-03-10T11:54:00Z","ena...
markdown_fences
{ "type": "object", "properties": { "yield_pct": { "type": "string" }, "humidity_pct": { "type": "boolean" }, "brake_pressure": { "type": "string", "format": "uri" }, "payment_status": { "type": "string" }, "score": { "type": "array", "it...
```json {"yield_pct":"Paris","humidity_pct":true,"brake_pressure":"https://www.com/data","payment_status":"pending","score":[{"gene_id":"user@test.io","level":"type_b","organism":606,"language":"2022-12-07T11:01:00Z","color":false},{"gene_id":"user@test.io","level":"type_b","organism":320,"language":"2021-03-10T11:54:0...
Output contains markdown code fences
{"yield_pct":"Paris","humidity_pct":true,"brake_pressure":"https://www.com/data","payment_status":"pending","score":[{"gene_id":"user@test.io","level":"type_b","organism":606,"language":"2022-12-07T11:01:00Z","color":false},{"gene_id":"user@test.io","level":"type_b","organism":320,"language":"2021-03-10T11:54:00Z","ena...
TASK repair_structured_output SPEC FIELD val_i61 TYPE string REQUIRED no FIELD param_d07 TYPE string_date-time REQUIRED no FIELD prop_p45 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_b94 TYPE integer REQUIRED yes FIELD key_s46 TYPE null REQUIRED no BROKEN_OUTPUT search(val_i61='Charlie', prop_p4...
{"val_i61":"Charlie","prop_p45":"inactive","field_b94":931,"key_s46":null}
tool_call_python_syntax
{ "type": "object", "properties": { "val_i61": { "type": "string" }, "param_d07": { "type": "string", "format": "date-time" }, "prop_p45": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_b94": { "...
search(val_i61='Charlie', prop_p45='inactive', field_b94=931, key_s46=None)
Tool call uses Python syntax instead of JSON
{"val_i61":"Charlie","prop_p45":"inactive","field_b94":931,"key_s46":null}
TASK repair_structured_output SPEC FIELD first_name TYPE number REQUIRED yes FIELD description TYPE string_date-time REQUIRED no FIELD type.allele TYPE string VALUES option_a|option_b REQUIRED no FIELD type.currency TYPE integer REQUIRED yes FIELD type.user_id TYPE string REQUIRED no FIELD type.zip_code TYPE integer R...
{"first_name":693.82,"description":"2026-01-04T20:26:00Z","type":{"allele":"option_a","currency":430,"user_id":"Santos","zip_code":786,"priority":"inactive","build_status":"critical"},"options":"cat_b","lane":{"batch_code":{"notes":"2026-01-28T22:05:00Z","maturity_date":false,"account_id":null,"patient_id":"Silva","pro...
partial_structure
{ "type": "object", "properties": { "first_name": { "type": "number" }, "description": { "type": "string", "format": "date-time" }, "type": { "type": "object", "properties": { "allele": { "type": "string", "enum": [ "option_a"...
Result: type={'allele': 'option_a', 'currency': 430, 'user_id': 'Santos', 'zip_code': 786, 'priority': 'inactive', 'build_status': 'critical'}, {"first_name":693.82,"description":"2026-01-04T20:26:00Z","type":{"allele":"option_a","currency":430,"user_id":"Santos","zip_code":786,"priority":"inactive","build_status":"cri...
Output mixes natural language with JSON
{"first_name":693.82,"description":"2026-01-04T20:26:00Z","type":{"allele":"option_a","currency":430,"user_id":"Santos","zip_code":786,"priority":"inactive","build_status":"critical"},"options":"cat_b","lane":{"batch_code":{"notes":"2026-01-28T22:05:00Z","maturity_date":false,"account_id":null,"patient_id":"Silva","pro...
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD filter_flag TYPE number REQUIRED no FIELD berth_slot TYPE string REQUIRED no FIELD pressure_kpa TYPE number REQUIRED no FIELD username TYPE boolean REQUIRED no FIELD commit_hash TYPE integer REQUIRED yes FIELD ...
{"full_name":"mode_a","filter_flag":176.22,"pressure_kpa":782.99,"username":true,"commit_hash":127,"status_code":"world","message":"2022-07-08T01:33:00Z"}
unquoted_keys
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "filter_flag": { "type": "number" }, "berth_slot": { "type": "string" }, "pressure_kpa": { "type": "number" }, ...
{full_name:"mode_a",filter_flag:176.22,pressure_kpa:782.99,username:true,commit_hash:127,status_code:"world",message:"2022-07-08T01:33:00Z"}
Expecting property name enclosed in double quotes
{"full_name":"mode_a","filter_flag":176.22,"pressure_kpa":782.99,"username":true,"commit_hash":127,"status_code":"world","message":"2022-07-08T01:33:00Z"}
TASK repair_structured_output SPEC FIELD col_y39 TYPE string REQUIRED no FIELD prop_g18.val_z31 TYPE integer REQUIRED yes FIELD prop_g18.val_k15 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD prop_g18.attr_y19 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD val_j83.dim_z49 TYPE string VALUES syno...
{"col_y39":"PASS","prop_g18":{"val_z31":458,"val_k15":"phone"},"param_w58":"cat_a"}
truncated_object
{ "type": "object", "properties": { "col_y39": { "type": "string" }, "prop_g18": { "type": "object", "properties": { "val_z31": { "type": "integer" }, "val_k15": { "type": "string", "enum": [ "email", "phone"...
{"col_y39":"PASS","prop_g18":{"val_z31":458,"val_k15":"phone"},"param_w58":"cat_a"
Unexpected end of JSON input — truncated object
{"col_y39":"PASS","prop_g18":{"val_z31":458,"val_k15":"phone"},"param_w58":"cat_a"}
TASK repair_structured_output SPEC FIELD dim_n46 TYPE integer REQUIRED yes FIELD prop_z67 TYPE string_date-time REQUIRED no FIELD key_q90 TYPE boolean REQUIRED no FIELD dim_v57 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes BROKEN_OUTPUT {"dim_n46": 437, "prop_z67": "2022-04-18T21:46:00Z", "key_q90"...
{"dim_n46":437,"prop_z67":"2022-04-18T21:46:00Z","key_q90":true,"dim_v57":"moored"}
boolean_as_string
{ "type": "object", "properties": { "dim_n46": { "type": "integer" }, "prop_z67": { "type": "string", "format": "date-time" }, "key_q90": { "type": "boolean" }, "dim_v57": { "type": "string", "enum": [ "berthed", "anchored", "un...
{"dim_n46": 437, "prop_z67": "2022-04-18T21:46:00Z", "key_q90": "False", "dim_v57": "moored"}
Field 'key_q90' must be boolean, got string
{"dim_n46":437,"prop_z67":"2022-04-18T21:46:00Z","key_q90":true,"dim_v57":"moored"}
TASK repair_structured_output SPEC FIELD field_x44 TYPE boolean REQUIRED no FIELD prop_m23 TYPE string REQUIRED yes FIELD field_t88 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_k44 TYPE integer REQUIRED yes FIELD val_w14 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRE...
{"field_x44":true,"prop_m23":"Berlin","field_t88":"intermittent","attr_k44":711,"prop_v86":"Hapag-Lloyd-Express","val_f89":314}
missing_bracket
{ "type": "object", "properties": { "field_x44": { "type": "boolean" }, "prop_m23": { "type": "string" }, "field_t88": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "attr_k44": { "type": "integer" ...
{"field_x44":true,"prop_m23":"Berlin","field_t88":"intermittent","attr_k44":711,"prop_v86":"Hapag-Lloyd-Express","val_f89":314}
Missing closing bracket
{"field_x44":true,"prop_m23":"Berlin","field_t88":"intermittent","attr_k44":711,"prop_v86":"Hapag-Lloyd-Express","val_f89":314}
TASK repair_structured_output SPEC FIELD col_n22 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_j25 TYPE integer REQUIRED no FIELD param_i55 TYPE integer REQUIRED no FIELD param_c63 TYPE null REQUIRED yes FIELD attr_k59 TYPE integer REQUIRED no FIELD col_h90 TYPE string VALUES cat_a|cat_b|cat...
{"col_n22":"intermittent","prop_j25":414,"param_c63":null,"attr_k59":784,"col_h90":"cat_d","prop_p69":"REV"}
number_with_unit
{ "type": "object", "properties": { "col_n22": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "prop_j25": { "type": "integer" }, "param_i55": { "type": "integer" }, "param_c63": { "type": "null" },...
{"col_n22": "intermittent", "prop_j25": 414, "param_c63": null, "attr_k59": "784MB", "col_h90": "cat_d", "prop_p69": "REV"}
Field 'attr_k59' must be number, got string with unit
{"col_n22":"intermittent","prop_j25":414,"param_c63":null,"attr_k59":784,"col_h90":"cat_d","prop_p69":"REV"}
TASK repair_structured_output SPEC FIELD prop_u82 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_z76 TYPE string REQUIRED yes FIELD attr_z98 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"prop_u82":"nonsense","attr_z76":"Johnson","attr_z98":false,}
{"prop_u82":"nonsense","attr_z76":"Johnson","attr_z98":false}
trailing_comma
{ "type": "object", "properties": { "prop_u82": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "attr_z76": { "type": "string" }, "attr_z98": { "type": "boolean" } }, "required": [ "at...
{"prop_u82":"nonsense","attr_z76":"Johnson","attr_z98":false,}
Unexpected trailing comma
{"prop_u82":"nonsense","attr_z76":"Johnson","attr_z98":false}
TASK repair_structured_output SPEC FIELD attr_y60 TYPE boolean REQUIRED yes FIELD key_q00 TYPE integer REQUIRED no FIELD field_n39 TYPE boolean REQUIRED no FIELD param_o34 TYPE string_date-time REQUIRED yes FIELD val_b47.key_o95 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD val_b47.param_s25 TYPE st...
{"attr_y60":false,"key_q00":85,"field_n39":true,"param_o34":"2021-06-01T23:38:00Z","prop_a58":{"dim_b49":"Santos","dim_q66":"Bob","param_z15":59,"param_t83":374,"field_k67":"2020-01-17T11:31:00Z"}}
missing_required
{ "type": "object", "properties": { "attr_y60": { "type": "boolean" }, "key_q00": { "type": "integer" }, "field_n39": { "type": "boolean" }, "param_o34": { "type": "string", "format": "date-time" }, "val_b47": { "type": "object", "propert...
{"attr_y60": false, "key_q00": 85, "field_n39": true, "prop_a58": {"dim_b49": "Santos", "dim_q66": "Bob", "param_z15": 59, "param_t83": 374, "field_k67": "2020-01-17T11:31:00Z"}}
Required field 'param_o34' is missing
{"attr_y60":false,"key_q00":85,"field_n39":true,"param_o34":"2021-06-01T23:38:00Z","prop_a58":{"dim_b49":"Santos","dim_q66":"Bob","param_z15":59,"param_t83":374,"field_k67":"2020-01-17T11:31:00Z"}}
TASK repair_structured_output SPEC FIELD total TYPE string REQUIRED no FIELD first_name TYPE string_date-time REQUIRED yes FIELD category.dissolved_oxygen TYPE number REQUIRED no FIELD category.collateral TYPE string REQUIRED yes FIELD category.order_id.position TYPE string VALUES synonymous|missense|nonsense|frameshi...
{"total":"Charlie","first_name":"2023-08-12T16:35:00Z","category":{"dissolved_oxygen":147.05,"collateral":"Oliveira","currency":{"email":null,"order_id":"admin"},"dosage":"Bob"},"filter_flag":{"throttle_pos":"admin","section":{"features":true,"current_draw":"error","subtotal":false,"age":null,"enabled":"medium"},"age":...
thought_process
{ "type": "object", "properties": { "total": { "type": "string" }, "first_name": { "type": "string", "format": "date-time" }, "category": { "type": "object", "properties": { "dissolved_oxygen": { "type": "number" }, "collateral": { ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"total":"Charlie","first_name":"2023-08-12T16:35:00Z","category":{"dissolved_oxygen":147.05,"collateral":"Oliveira","currency":{"email":null,"order_id":"admin"},"dosage":"Bob"},"filter_flag":{"throttle_pos":"admin",...
Output contains chain-of-thought reasoning before JSON
{"total":"Charlie","first_name":"2023-08-12T16:35:00Z","category":{"dissolved_oxygen":147.05,"collateral":"Oliveira","currency":{"email":null,"order_id":"admin"},"dosage":"Bob"},"filter_flag":{"throttle_pos":"admin","section":{"features":true,"current_draw":"error","subtotal":false,"age":null,"enabled":"medium"},"age":...
TASK repair_structured_output SPEC FIELD col_y25 TYPE null REQUIRED no FIELD val_k02 TYPE string_date-time REQUIRED yes FIELD key_d47[].field_a34 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD key_d47[].attr_q67 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD key_d47[].prop_l43 TYPE string...
{"col_y25":null,"val_k02":"2022-02-23T21:07:00Z","key_d47":[{"field_a34":"mode_a","attr_q67":"type_c","prop_l43":"A short description.","attr_m43":"mode_a","attr_z70":"Diana","param_c26":"cat_a","attr_j50":892.81}]}
agent_chain
{ "type": "object", "properties": { "col_y25": { "type": "null" }, "val_k02": { "type": "string", "format": "date-time" }, "key_d47": { "type": "array", "items": { "type": "object", "properties": { "field_a34": { "type": "string...
Let me check the system. Action: get_weather Result: {"col_y25": null, "val_k02": "2022-02-23T21:07:00Z"} Processing the request now. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"col_y25":null,"val_k02":"2022-02-23T21:07:00Z","key_d47":[{"field_a34":"mode_a","attr_q67":"type_c","prop_l43":"A short description.","attr_m43":"mode_a","attr_z70":"Diana","param_c26":"cat_a","attr_j50":892.81}]}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD type TYPE boolean REQUIRED no FIELD bed_number TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD interest_rate[] TYPE string_date-time REQUIRED yes BROKEN_OUTP...
{"fleet_number":"mode_b","type":false,"bed_number":"option_d","interest_rate":["2020-10-11T09:07:00Z","2026-05-23T11:04:00Z"]}
unquoted_keys
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "type": { "type": "boolean" }, "bed_number": { "type": "string", "enum": [ "...
{fleet_number:"mode_b",type:false,bed_number:"option_d",interest_rate:["2020-10-11T09:07:00Z","2026-05-23T11:04:00Z"]}
Expecting property name enclosed in double quotes
{"fleet_number":"mode_b","type":false,"bed_number":"option_d","interest_rate":["2020-10-11T09:07:00Z","2026-05-23T11:04:00Z"]}
TASK repair_structured_output SPEC FIELD tags TYPE string REQUIRED yes FIELD full_name TYPE string VALUES email|phone|sms|push REQUIRED no FIELD footnote TYPE boolean REQUIRED no FIELD run_id[].maturity_date TYPE boolean REQUIRED no FIELD run_id[].quantity TYPE number REQUIRED yes FIELD run_id[].section TYPE string RE...
{"tags":"qux","full_name":"email","footnote":true,"run_id":[{"maturity_date":true,"quantity":407.66,"section":"Bob","feedback":"baz","dissolved_oxygen":"rejected"},{"quantity":27.73,"section":"A short description.","feedback":"demo","dissolved_oxygen":"pending_review"},{"maturity_date":false,"quantity":377.76,"section"...
boolean_as_string
{ "type": "object", "properties": { "tags": { "type": "string" }, "full_name": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "footnote": { "type": "boolean" }, "run_id": { "type": "array", "ite...
{"tags": "qux", "full_name": "email", "footnote": "true", "run_id": [{"maturity_date": true, "quantity": 407.66, "section": "Bob", "feedback": "baz", "dissolved_oxygen": "rejected"}, {"quantity": 27.73, "section": "A short description.", "feedback": "demo", "dissolved_oxygen": "pending_review"}, {"maturity_date": false...
Field 'footnote' must be boolean, got string
{"tags":"qux","full_name":"email","footnote":true,"run_id":[{"maturity_date":true,"quantity":407.66,"section":"Bob","feedback":"baz","dissolved_oxygen":"rejected"},{"quantity":27.73,"section":"A short description.","feedback":"demo","dissolved_oxygen":"pending_review"},{"maturity_date":false,"quantity":377.76,"section"...
TASK repair_structured_output SPEC FIELD thumbnail TYPE boolean REQUIRED no FIELD date TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD shift_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD fleet_number[].pressure_kpa TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes ...
{"thumbnail":true,"date":"level_3","shift_code":"type_d","fleet_number":[{"pressure_kpa":"BRL","procedure_code":"married","email":"MV-Evergreen-01","deploy_target":"cat_c"},{"pressure_kpa":"EUR","procedure_code":"married","email":"baz","deploy_target":"cat_a"},{"pressure_kpa":"EUR","procedure_code":"single","email":"A ...
missing_bracket
{ "type": "object", "properties": { "thumbnail": { "type": "boolean" }, "date": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "shift_code": { "type": "string", "enum": [ "type_a", "type_b", "...
{"thumbnail":true,"date":"level_3","shift_code":"type_d","fleet_number":{"pressure_kpa":"BRL","procedure_code":"married","email":"MV-Evergreen-01","deploy_target":"cat_c"},{"pressure_kpa":"EUR","procedure_code":"married","email":"baz","deploy_target":"cat_a"},{"pressure_kpa":"EUR","procedure_code":"single","email":"A s...
Missing closing bracket
{"thumbnail":true,"date":"level_3","shift_code":"type_d","fleet_number":[{"pressure_kpa":"BRL","procedure_code":"married","email":"MV-Evergreen-01","deploy_target":"cat_c"},{"pressure_kpa":"EUR","procedure_code":"married","email":"baz","deploy_target":"cat_a"},{"pressure_kpa":"EUR","procedure_code":"single","email":"A ...
TASK repair_structured_output SPEC FIELD val_s43 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD val_l99 TYPE string REQUIRED yes FIELD col_z26 TYPE string REQUIRED yes BROKEN_OUTPUT {"val_l99":"cancelled","col_z26":"MV-Evergreen-01"} Data logged successfully.
{"val_l99":"cancelled","col_z26":"MV-Evergreen-01"}
extra_text_after
{ "type": "object", "properties": { "val_s43": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "val_l99": { "type": "string" }, "col_z26": { "type": "string" } }, "required": [ "col_z26", "...
{"val_l99":"cancelled","col_z26":"MV-Evergreen-01"} Data logged successfully.
Output contains non-JSON text after the object
{"val_l99":"cancelled","col_z26":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD field_x04 TYPE string_uri REQUIRED no FIELD attr_w95 TYPE string REQUIRED yes FIELD attr_v86.prop_w32 TYPE string REQUIRED yes FIELD attr_v86.key_p58 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD attr_v86.prop_x68[].key_b76 TYPE string REQUIRED no FIELD attr_v86.p...
{"attr_w95":"Bob","attr_v86":{"prop_w32":"Hapag-Lloyd-Express","key_p58":"small","prop_x68":[{"key_b76":"test@example.com","attr_h35":812,"attr_m10":true,"attr_n50":"REV","field_l75":true,"dim_g16":544}]}}
extra_field
{ "type": "object", "properties": { "field_x04": { "type": "string", "format": "uri" }, "attr_w95": { "type": "string" }, "attr_v86": { "type": "object", "properties": { "prop_w32": { "type": "string" }, "key_p58": { "type...
{"attr_w95": "Bob", "attr_v86": {"prop_w32": "Hapag-Lloyd-Express", "key_p58": "small", "prop_x68": [{"key_b76": "test@example.com", "attr_h35": 812, "attr_m10": true, "attr_n50": "REV", "field_l75": true, "dim_g16": 544}]}, "extra_value_5918": true}
Unknown field 'extra_value_5918' not defined in schema
{"attr_w95":"Bob","attr_v86":{"prop_w32":"Hapag-Lloyd-Express","key_p58":"small","prop_x68":[{"key_b76":"test@example.com","attr_h35":812,"attr_m10":true,"attr_n50":"REV","field_l75":true,"dim_g16":544}]}}
TASK repair_structured_output SPEC FIELD val_m01 TYPE null REQUIRED no FIELD field_c98 TYPE string REQUIRED no FIELD val_a90 TYPE boolean REQUIRED yes FIELD col_u30.param_g69 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_u30.dim_m58 TYPE string_email REQUIRED no FIELD col_u30.col_j94.attr_h10 TYPE strin...
{"val_a90":true,"col_u30":{"param_g69":"GBP","dim_m58":"user@test.io","col_j94":{"attr_h10":"admin@example.com","prop_o12":false,"col_l92":"https://www.com/api"},"dim_a85":779.72,"prop_c45":"2024-01-15","field_t43":159,"val_k64":"PASS"}}
tool_call_text_mix
{ "type": "object", "properties": { "val_m01": { "type": "null" }, "field_c98": { "type": "string" }, "val_a90": { "type": "boolean" }, "col_u30": { "type": "object", "properties": { "param_g69": { "type": "string", "enum": [ ...
Let me check the system. <tool_call name="lookup_customer"> {"val_a90":true,"col_u30":{"param_g69":"GBP","dim_m58":"user@test.io","col_j94":{"attr_h10":"admin@example.com","prop_o12":false,"col_l92":"https://www.com/api"},"dim_a85":779.72,"prop_c45":"2024-01-15","field_t43":159,"val_k64":"PASS"}} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"val_a90":true,"col_u30":{"param_g69":"GBP","dim_m58":"user@test.io","col_j94":{"attr_h10":"admin@example.com","prop_o12":false,"col_l92":"https://www.com/api"},"dim_a85":779.72,"prop_c45":"2024-01-15","field_t43":159,"val_k64":"PASS"}}
TASK repair_structured_output SPEC FIELD prop_o68.key_n15 TYPE number REQUIRED yes FIELD prop_o68.attr_j54 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_o68.col_o34 TYPE string REQUIRED no FIELD prop_o68.attr_v70 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD att...
{"prop_o68":{"key_n15":843.97,"attr_j54":"published","col_o34":"2024-01-15","attr_v70":"escalated"},"attr_c16":"user@example.com","dim_w89":"https://api.org/api","col_r50":true}
agent_chain
{ "type": "object", "properties": { "prop_o68": { "type": "object", "properties": { "key_n15": { "type": "number" }, "attr_j54": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
Let me check the system. Action: check_cargo_manifest Result: {"attr_c16": "user@example.com", "dim_w89": "https://api.org/api", "col_r50": true} Processing the request now. Action: schedule_meeting Result:
Agent multi-step chain with truncated tool output
{"prop_o68":{"key_n15":843.97,"attr_j54":"published","col_o34":"2024-01-15","attr_v70":"escalated"},"attr_c16":"user@example.com","dim_w89":"https://api.org/api","col_r50":true}
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES admin|editor|viewer REQUIRED no FIELD maturity_date TYPE string VALUES active|inactive|pending REQUIRED yes FIELD width TYPE integer REQUIRED yes FIELD amount TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD price TYPE ...
{"balance":"editor","maturity_date":"pending","width":925,"amount":"confirmed","price":72}
tool_call_text_mix
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "maturity_date": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "width": { "...
I need to look up the information first. <tool_call name="align_reads"> {"balance":"editor","maturity_date":"pending","width":925,"amount":"confirmed","price":72} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"balance":"editor","maturity_date":"pending","width":925,"amount":"confirmed","price":72}
TASK repair_structured_output SPEC FIELD conductivity TYPE string REQUIRED yes FIELD salinity TYPE boolean REQUIRED no FIELD visible[] TYPE string REQUIRED no BROKEN_OUTPUT {"salinity": false, "visible": ["John", "This is a test value.", "baz"]}
{"conductivity":"approved","salinity":false,"visible":["John","This is a test value.","baz"]}
missing_required
{ "type": "object", "properties": { "conductivity": { "type": "string" }, "salinity": { "type": "boolean" }, "visible": { "type": "array", "items": { "type": "string" } } }, "required": [ "conductivity" ] }
{"salinity": false, "visible": ["John", "This is a test value.", "baz"]}
Required field 'conductivity' is missing
{"conductivity":"approved","salinity":false,"visible":["John","This is a test value.","baz"]}
TASK repair_structured_output SPEC FIELD key_q22 TYPE string REQUIRED no FIELD col_n14 TYPE string REQUIRED no FIELD key_k38 TYPE number REQUIRED no FIELD dim_o13 TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT {"col_n14": "Charlie", "dim_o13": "red", "extra_info_9726": 42}
{"col_n14":"Charlie","dim_o13":"red"}
extra_field
{ "type": "object", "properties": { "key_q22": { "type": "string" }, "col_n14": { "type": "string" }, "key_k38": { "type": "number" }, "dim_o13": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
{"col_n14": "Charlie", "dim_o13": "red", "extra_info_9726": 42}
Unknown field 'extra_info_9726' not defined in schema
{"col_n14":"Charlie","dim_o13":"red"}
TASK repair_structured_output SPEC FIELD turbidity.version TYPE boolean REQUIRED yes FIELD turbidity.torque_output TYPE string REQUIRED yes FIELD turbidity.bill_of_lading.maturity_date TYPE string REQUIRED yes FIELD turbidity.bill_of_lading.weight TYPE number REQUIRED yes FIELD turbidity.bill_of_lading.enabled TYPE in...
{"turbidity":{"version":false,"torque_output":"John","bill_of_lading":{"maturity_date":"demo","weight":786.76,"enabled":399},"decay_rate":null},"role":null,"chapter":"chrX","currency":"https://data.org/data"}
truncated_array
{ "type": "object", "properties": { "turbidity": { "type": "object", "properties": { "version": { "type": "boolean" }, "torque_output": { "type": "string" }, "bill_of_lading": { "type": "object", "properties": { ...
{"turbidity":{"version":false,"torque_output":"John","bill_of_lading":{"maturity_date":"demo","weight":786.76,"enabled":399},"decay_rate":null},"role":null,"chapter":"chrX","currency":"https://data.org/data"
Unexpected end of JSON input — truncated object
{"turbidity":{"version":false,"torque_output":"John","bill_of_lading":{"maturity_date":"demo","weight":786.76,"enabled":399},"decay_rate":null},"role":null,"chapter":"chrX","currency":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD col_d24 TYPE string VALUES single|married|divorced REQUIRED yes FIELD val_a17 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD param_g19[] TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD field_s48[] TYPE number REQUIRED yes BROKEN_OUTPUT {"col_d24":"single","...
{"col_d24":"single","param_g19":["cat_b","cat_a","cat_a","cat_b"],"field_s48":[999.62,194.81]}
extra_text_after
{ "type": "object", "properties": { "col_d24": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "val_a17": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "para...
{"col_d24":"single","param_g19":["cat_b","cat_a","cat_a","cat_b"],"field_s48":[999.62,194.81]} Analysis finished.
Output contains non-JSON text after the object
{"col_d24":"single","param_g19":["cat_b","cat_a","cat_a","cat_b"],"field_s48":[999.62,194.81]}
TASK repair_structured_output SPEC FIELD key_d36 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD param_g39 TYPE string REQUIRED no FIELD prop_b60 TYPE boolean REQUIRED yes FIELD field_q77 TYPE boolean REQUIRED no FIELD val_s55 TYPE string_uri REQUIRED no BROKEN_OUTPUT Processing the request now. <tool_...
{"key_d36":"low","prop_b60":false,"field_q77":false,"val_s55":"https://data.org/data"}
tool_call_text_mix
{ "type": "object", "properties": { "key_d36": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "param_g39": { "type": "string" }, "prop_b60": { "type": "boolean" }, "field_q77": { "type": "boolean"...
Processing the request now. <tool_call name="read_sensor_array"> {"key_d36":"low","prop_b60":false,"field_q77":false,"val_s55":"https://data.org/data"} </tool_call.
Agent response mixes reasoning text with tool call
{"key_d36":"low","prop_b60":false,"field_q77":false,"val_s55":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD state TYPE string REQUIRED yes FIELD insurance_id TYPE null REQUIRED no FIELD published TYPE string REQUIRED no FIELD quality_score TYPE integer REQUIRED no FIELD patient_id[].quantity TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD patient_id[].date TY...
{"state":"Bob","quality_score":447}
markdown_explanation
{ "type": "object", "properties": { "state": { "type": "string" }, "insurance_id": { "type": "null" }, "published": { "type": "string" }, "quality_score": { "type": "integer" }, "patient_id": { "type": "array", "items": { "type": "objec...
Based on your request, here is the data: ```json {"state":"Bob","quality_score":447} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"state":"Bob","quality_score":447}
TASK repair_structured_output SPEC FIELD collateral.bearing TYPE string_email REQUIRED no FIELD collateral.pressure_kpa TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD collateral.comments TYPE string REQUIRED no FIELD collateral.username TYPE string REQUIRED no FIELD collateral.account_id TYPE ...
{"collateral":{"account_id":"blue","annotation":"FWD","tags":870},"deploy_target":235,"vessel_name":{"barcode":{"chromosome":"example","zip_code":711,"first_name":"London","message":true},"updated_at":false,"latitude":297,"conductivity":"push"},"url":314.55}
markdown_explanation
{ "type": "object", "properties": { "collateral": { "type": "object", "properties": { "bearing": { "type": "string", "format": "email" }, "pressure_kpa": { "type": "string", "enum": [ "homozygous", "heterozygous"...
Here is the response in the requested format: ```json {"collateral":{"account_id":"blue","annotation":"FWD","tags":870},"deploy_target":235,"vessel_name":{"barcode":{"chromosome":"example","zip_code":711,"first_name":"London","message":true},"updated_at":false,"latitude":297,"conductivity":"push"},"url":314.55} ``` Dat...
Output contains markdown and explanatory text around JSON
{"collateral":{"account_id":"blue","annotation":"FWD","tags":870},"deploy_target":235,"vessel_name":{"barcode":{"chromosome":"example","zip_code":711,"first_name":"London","message":true},"updated_at":false,"latitude":297,"conductivity":"push"},"url":314.55}
TASK repair_structured_output SPEC FIELD prop_c19 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD param_x06 TYPE string VALUES success|error|warning|info REQUIRED no FIELD prop_r19 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD col_m59 TYPE string REQUIRED yes FIELD field_u38 ...
{"prop_c19":"type_a","col_m59":"quux","field_u38":"GRCh38"}
missing_brace
{ "type": "object", "properties": { "prop_c19": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "param_x06": { "type": "string", "enum": [ "success", "error", "warning", "info" ]...
{"prop_c19":"type_a","col_m59":"quux","field_u38":"GRCh38"
Missing closing brace
{"prop_c19":"type_a","col_m59":"quux","field_u38":"GRCh38"}
TASK repair_structured_output SPEC FIELD col_e33 TYPE string REQUIRED yes FIELD val_w06 TYPE number REQUIRED yes FIELD val_i10.key_n59 TYPE boolean REQUIRED no FIELD val_i10.col_i41 TYPE integer REQUIRED no FIELD val_i10.col_g54 TYPE string VALUES type_a|type_b REQUIRED no FIELD val_i10.key_e74.val_o08 TYPE string VAL...
{"col_e33":"London","val_w06":84.69,"val_i10":{"key_n59":true,"col_i41":445,"col_g54":"type_b","key_e74":{"val_o08":"option_b","prop_c35":"cat_d","dim_m50":"cat_a","prop_j90":"2020-09-20T06:58:00Z","col_u36":470,"field_w29":true}}}
tool_call_partial_args
{ "type": "object", "properties": { "col_e33": { "type": "string" }, "val_w06": { "type": "number" }, "val_i10": { "type": "object", "properties": { "key_n59": { "type": "boolean" }, "col_i41": { "type": "integer" }, ...
I need to look up the information first. Action: verify_hazmat_compliance Arguments: {"col_e33": "London", "val_w06": 84.69}
Agent tool call missing required parameter 'val_i10'
{"col_e33":"London","val_w06":84.69,"val_i10":{"key_n59":true,"col_i41":445,"col_g54":"type_b","key_e74":{"val_o08":"option_b","prop_c35":"cat_d","dim_m50":"cat_a","prop_j90":"2020-09-20T06:58:00Z","col_u36":470,"field_w29":true}}}
TASK repair_structured_output SPEC FIELD param_b26 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_c32 TYPE number REQUIRED yes FIELD param_y66 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD key_x15 TYPE integer REQUIRED yes FIELD dim_c86 TYPE string VALUES option_a|opt...
{"param_b26":"sms","key_c32":801.75,"param_y66":"option_a","key_x15":327,"dim_c86":"option_c","prop_w91":"Oliveira"}
tool_call_bad_format
{ "type": "object", "properties": { "param_b26": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "key_c32": { "type": "number" }, "param_y66": { "type": "string", "enum": [ "option_a", "option_...
<functioncall> create_ticket {param_b26: "sms", key_c32: 801.75, param_y66: "option_a", key_x15: 327, dim_c86: "option_c", prop_w91: "Oliveira"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_b26":"sms","key_c32":801.75,"param_y66":"option_a","key_x15":327,"dim_c86":"option_c","prop_w91":"Oliveira"}
TASK repair_structured_output SPEC FIELD prop_z91 TYPE number REQUIRED yes FIELD attr_e53 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD param_k46.prop_j24 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_k46.dim_w70 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no...
{"prop_z91":271.96,"attr_e53":"warning","param_k46":{"prop_j24":"single","dim_w70":"option_a","field_o36":"type_a","dim_y75":665,"dim_f67":193},"field_g32":"option_d"}
truncated_object
{ "type": "object", "properties": { "prop_z91": { "type": "number" }, "attr_e53": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "param_k46": { "type": "object", "properties": { "prop_j24": { ...
{"prop_z91":271.96,"attr_e53":"warning","param_k46":{"prop_j24":"single","dim_w70":"option_a","field_o36":"type_a","dim_y75":665,"dim_f67":193},"field_g32":"option_d"
Unexpected end of JSON input — truncated object
{"prop_z91":271.96,"attr_e53":"warning","param_k46":{"prop_j24":"single","dim_w70":"option_a","field_o36":"type_a","dim_y75":665,"dim_f67":193},"field_g32":"option_d"}
TASK repair_structured_output SPEC FIELD format TYPE number REQUIRED yes FIELD full_name TYPE string REQUIRED yes FIELD aligned_pct[] TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes BROKEN_OUTPUT delete_item(format=427.76, full_name='New York', aligned_pct=['nonsense'])
{"format":427.76,"full_name":"New York","aligned_pct":["nonsense"]}
tool_call_python_syntax
{ "type": "object", "properties": { "format": { "type": "number" }, "full_name": { "type": "string" }, "aligned_pct": { "type": "array", "items": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "f...
delete_item(format=427.76, full_name='New York', aligned_pct=['nonsense'])
Tool call uses Python syntax instead of JSON
{"format":427.76,"full_name":"New York","aligned_pct":["nonsense"]}
TASK repair_structured_output SPEC FIELD val_i37.val_l10 TYPE number REQUIRED no FIELD val_i37.prop_d58 TYPE boolean REQUIRED no FIELD val_i37.col_g66 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD val_i37.dim_g50 TYPE integer REQUIRED no FIELD val_i37.col_h45[].prop_l20 TYPE string_email REQUIRED no FIELD ...
{"val_i37":{"val_l10":581.41,"prop_d58":true,"col_g66":"admin","col_h45":[{"key_h78":137,"prop_f31":[true,true]}]},"prop_i66":"FWD","field_u77":982}
truncated_array
{ "type": "object", "properties": { "val_i37": { "type": "object", "properties": { "val_l10": { "type": "number" }, "prop_d58": { "type": "boolean" }, "col_g66": { "type": "string", "enum": [ "admin", ...
{"val_i37":{"val_l10":581.41,"prop_d58":true,"col_g66":"admin","col_h45":[{"key_h78":137,"prop_f31":[true,true]}]},"prop_i66":"FWD","field_u77":982
Unexpected end of JSON input — truncated object
{"val_i37":{"val_l10":581.41,"prop_d58":true,"col_g66":"admin","col_h45":[{"key_h78":137,"prop_f31":[true,true]}]},"prop_i66":"FWD","field_u77":982}
TASK repair_structured_output SPEC FIELD col_h47 TYPE number REQUIRED no FIELD col_g01 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD param_u60 TYPE integer REQUIRED no FIELD param_b91 TYPE null REQUIRED no FIELD attr_b44 TYPE string REQUIRED yes FIELD key_d68 TYPE string REQUIRED yes BROKEN_...
{"col_h47":162.2,"param_b91":null,"attr_b44":"Sao Paulo","key_d68":"Berlin"}
extra_text_after
{ "type": "object", "properties": { "col_h47": { "type": "number" }, "col_g01": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_u60": { "type": "integer" }, "param_b91": { "type": "null" ...
{"col_h47":162.2,"param_b91":null,"attr_b44":"Sao Paulo","key_d68":"Berlin"} Analysis finished.
Output contains non-JSON text after the object
{"col_h47":162.2,"param_b91":null,"attr_b44":"Sao Paulo","key_d68":"Berlin"}
TASK repair_structured_output SPEC FIELD col_s46 TYPE integer REQUIRED yes FIELD col_k90 TYPE string VALUES single|married|divorced REQUIRED yes FIELD dim_t88 TYPE string_uri REQUIRED yes FIELD attr_s91 TYPE number REQUIRED no BROKEN_OUTPUT {"col_s46": 988, "col_k90": "single", "dim_t88": "https://data.com/data", "at...
{"col_s46":988,"col_k90":"single","dim_t88":"https://data.com/data","attr_s91":12.88}
extra_field
{ "type": "object", "properties": { "col_s46": { "type": "integer" }, "col_k90": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "dim_t88": { "type": "string", "format": "uri" }, "attr_s91": { "type": "n...
{"col_s46": 988, "col_k90": "single", "dim_t88": "https://data.com/data", "attr_s91": 12.88, "extra_value_348": 42}
Unknown field 'extra_value_348' not defined in schema
{"col_s46":988,"col_k90":"single","dim_t88":"https://data.com/data","attr_s91":12.88}
TASK repair_structured_output SPEC FIELD status_code.level TYPE string_email REQUIRED no FIELD status_code.medication TYPE string REQUIRED no FIELD status_code.frequency_hz TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD status_code.tags TYPE string REQUIRED yes FIELD status_code.lane.index TYPE null ...
{"status_code":{"frequency_hz":"white","tags":"Silva","lane":{"index":null,"patient_id":"rejected","status":819,"humidity_pct":"cancelled","freight_class":"low"}},"features":"user@example.com","height":"user@domain.com"}
markdown_fences
{ "type": "object", "properties": { "status_code": { "type": "object", "properties": { "level": { "type": "string", "format": "email" }, "medication": { "type": "string" }, "frequency_hz": { "type": "string", "...
```json {"status_code":{"frequency_hz":"white","tags":"Silva","lane":{"index":null,"patient_id":"rejected","status":819,"humidity_pct":"cancelled","freight_class":"low"}},"features":"user@example.com","height":"user@domain.com"} ```
Output contains markdown code fences
{"status_code":{"frequency_hz":"white","tags":"Silva","lane":{"index":null,"patient_id":"rejected","status":819,"humidity_pct":"cancelled","freight_class":"low"}},"features":"user@example.com","height":"user@domain.com"}
TASK repair_structured_output SPEC FIELD zip_code TYPE boolean REQUIRED yes FIELD longitude TYPE string REQUIRED yes FIELD rating TYPE string REQUIRED no FIELD id TYPE string REQUIRED no FIELD temp_celsius TYPE string_date-time REQUIRED yes FIELD total TYPE string REQUIRED no FIELD size TYPE string REQUIRED no BROKEN...
{"zip_code":false,"longitude":"user@domain.com","rating":"2023-12-25","temp_celsius":"2020-08-27T19:16:00Z","total":"bar","size":"test@example.com"}
wrong_type
{ "type": "object", "properties": { "zip_code": { "type": "boolean" }, "longitude": { "type": "string" }, "rating": { "type": "string" }, "id": { "type": "string" }, "temp_celsius": { "type": "string", "format": "date-time" }, "total": ...
{"zip_code": "\"no\"", "longitude": "user@domain.com", "rating": "2023-12-25", "temp_celsius": "2020-08-27T19:16:00Z", "total": "bar", "size": "test@example.com"}
Field 'zip_code' must be boolean, got string
{"zip_code":false,"longitude":"user@domain.com","rating":"2023-12-25","temp_celsius":"2020-08-27T19:16:00Z","total":"bar","size":"test@example.com"}
TASK repair_structured_output SPEC FIELD field_g99 TYPE boolean REQUIRED no FIELD prop_b53 TYPE string_uri REQUIRED no FIELD dim_x84 TYPE string REQUIRED no FIELD key_b26 TYPE null REQUIRED no FIELD val_e21.col_k20 TYPE integer REQUIRED yes FIELD val_e21.attr_x23.attr_y31 TYPE string REQUIRED yes FIELD val_e21.attr_x2...
{"prop_b53":"https://data.io/data","dim_x84":"inactive","val_b35":"confirmed","prop_g44":478}
tool_call_partial_args
{ "type": "object", "properties": { "field_g99": { "type": "boolean" }, "prop_b53": { "type": "string", "format": "uri" }, "dim_x84": { "type": "string" }, "key_b26": { "type": "null" }, "val_e21": { "type": "object", "properties": { ...
Let me check the system. Action: read_sensor_array Arguments: {"prop_b53": "https://data.io/data", "dim_x84": "inactive", "val_b35": "confirmed"}
Agent tool call missing required parameter 'prop_g44'
{"prop_b53":"https://data.io/data","dim_x84":"inactive","val_b35":"confirmed","prop_g44":478}
TASK repair_structured_output SPEC FIELD field_r79 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD col_k31 TYPE string_email REQUIRED yes FIELD val_t25 TYPE number REQUIRED no BROKEN_OUTPUT "field_r79":"reliable","col_k31":"info@domain.org","val_t25":987.06}
{"field_r79":"reliable","col_k31":"info@domain.org","val_t25":987.06}
missing_brace
{ "type": "object", "properties": { "field_r79": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_k31": { "type": "string", "format": "email" }, "val_t25": { "type": "number" } }, "required": [ ...
"field_r79":"reliable","col_k31":"info@domain.org","val_t25":987.06}
Missing closing brace
{"field_r79":"reliable","col_k31":"info@domain.org","val_t25":987.06}
TASK repair_structured_output SPEC FIELD ward.wavelength TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD ward.lane TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD ward.insurance_id TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD ward.repository TYPE boolea...
{"ward":{"wavelength":"frameshift","lane":"new","insurance_id":"phone","repository":true},"umi":"world","options":"info@domain.org","rating":246,"medication":312,"trace_id":243,"amount":"2023-12-25"}
wrong_type
{ "type": "object", "properties": { "ward": { "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "lane": { ...
{"ward": {"wavelength": "frameshift", "lane": "new", "insurance_id": "phone", "repository": true}, "umi": "world", "options": "info@domain.org", "rating": 246, "medication": "\"312\"", "trace_id": 243, "amount": "2023-12-25"}
Field 'medication' must be integer, got string
{"ward":{"wavelength":"frameshift","lane":"new","insurance_id":"phone","repository":true},"umi":"world","options":"info@domain.org","rating":246,"medication":312,"trace_id":243,"amount":"2023-12-25"}
TASK repair_structured_output SPEC FIELD field_m67 TYPE null REQUIRED yes FIELD val_u75 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD param_u00 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT {"field_m67": null, "val_u75": "mode_a", "param_u00": "new", "extra_field_1869": 42}
{"field_m67":null,"val_u75":"mode_a","param_u00":"new"}
extra_field
{ "type": "object", "properties": { "field_m67": { "type": "null" }, "val_u75": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "param_u00": { "type": "string", "enum": [ "new", "in_transit", "delivered", "...
{"field_m67": null, "val_u75": "mode_a", "param_u00": "new", "extra_field_1869": 42}
Unknown field 'extra_field_1869' not defined in schema
{"field_m67":null,"val_u75":"mode_a","param_u00":"new"}
TASK repair_structured_output SPEC FIELD dim_u66 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD val_v27 TYPE integer REQUIRED no FIELD dim_y78 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD key_f17[] TYPE boolean REQUIRED yes FIELD col_r91[] TYPE str...
{"dim_u66":"type_f","dim_y78":"option_d","key_f17":[true,false],"col_r91":["2024-01-15","cancelled","John","chr1"]}
agent_chain
{ "type": "object", "properties": { "dim_u66": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "val_v27": { "type": "integer" }, "dim_y78": { "type": "string", "enum"...
I need to look up the information first. Action: align_reads Result: {"dim_u66": "type_f", "key_f17": [true, false], "col_r91": ["2024-01-15", "cancelled", "John", "chr1"]} I'll query our database. Action: schedule_meeting Result:
Agent multi-step chain with truncated tool output
{"dim_u66":"type_f","dim_y78":"option_d","key_f17":[true,false],"col_r91":["2024-01-15","cancelled","John","chr1"]}
TASK repair_structured_output SPEC FIELD prop_k91 TYPE integer REQUIRED no FIELD val_t20 TYPE boolean REQUIRED no FIELD key_z15 TYPE string REQUIRED no FIELD param_j41.attr_f75.dim_w37 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD param_j41.attr_f75.param_o17 TYPE number REQUIRED no FIELD param_j41.att...
{"val_t20":true,"key_z15":"chr1","param_j41":{"attr_f75":{"dim_w37":"level_1","param_o17":593.11,"dim_q72":479.9,"field_f23":"new","prop_s82":["cat_c","cat_b","cat_e"]},"dim_r40":"test","key_a77":323.53,"col_z07":"Bob","key_e85":"published"},"col_x04":"cat_c","key_t68":{"prop_c20":"degraded","param_o33":"cat_a","dim_j3...
extra_text_before
{ "type": "object", "properties": { "prop_k91": { "type": "integer" }, "val_t20": { "type": "boolean" }, "key_z15": { "type": "string" }, "param_j41": { "type": "object", "properties": { "attr_f75": { "type": "object", "properties...
Sure, here's the result: {"val_t20":true,"key_z15":"chr1","param_j41":{"attr_f75":{"dim_w37":"level_1","param_o17":593.11,"dim_q72":479.9,"field_f23":"new","prop_s82":["cat_c","cat_b","cat_e"]},"dim_r40":"test","key_a77":323.53,"col_z07":"Bob","key_e85":"published"},"col_x04":"cat_c","key_t68":{"prop_c20":"degraded","p...
Output contains non-JSON text before the object
{"val_t20":true,"key_z15":"chr1","param_j41":{"attr_f75":{"dim_w37":"level_1","param_o17":593.11,"dim_q72":479.9,"field_f23":"new","prop_s82":["cat_c","cat_b","cat_e"]},"dim_r40":"test","key_a77":323.53,"col_z07":"Bob","key_e85":"published"},"col_x04":"cat_c","key_t68":{"prop_c20":"degraded","param_o33":"cat_a","dim_j3...
TASK repair_structured_output SPEC FIELD col_p01 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_v45 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD prop_w75 TYPE number REQUIRED no FIELD param_a01 TYPE string REQUIRED no FIELD col_x06 TYPE string REQUIRED...
{"col_v45":"nonsense","prop_w75":917.79,"param_a01":"New York","col_x06":"qux","prop_d68":"Hapag-Lloyd-Express"}
markdown_explanation
{ "type": "object", "properties": { "col_p01": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "col_v45": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", ...
Sure, here's the result: ```json {"col_v45":"nonsense","prop_w75":917.79,"param_a01":"New York","col_x06":"qux","prop_d68":"Hapag-Lloyd-Express"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"col_v45":"nonsense","prop_w75":917.79,"param_a01":"New York","col_x06":"qux","prop_d68":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD fleet_number.visible TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD fleet_number.consignee TYPE string VALUES small|medium|large|xl REQUIRED no FIELD fleet_number.weight TYPE boolean REQUIRED no FIELD fleet_number.crew_id TYPE integer REQUIRED no FIELD fleet_n...
{"fleet_number":{"visible":"option_c","weight":false,"crew_id":908,"total":255.5,"salinity":"closed","current_draw":false},"features":null,"username":true,"velocity":"option_b"}
extra_text_before
{ "type": "object", "properties": { "fleet_number": { "type": "object", "properties": { "visible": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "consignee": { "type": "string"...
Let me provide the data in JSON format: {"fleet_number":{"visible":"option_c","weight":false,"crew_id":908,"total":255.5,"salinity":"closed","current_draw":false},"features":null,"username":true,"velocity":"option_b"}
Output contains non-JSON text before the object
{"fleet_number":{"visible":"option_c","weight":false,"crew_id":908,"total":255.5,"salinity":"closed","current_draw":false},"features":null,"username":true,"velocity":"option_b"}
TASK repair_structured_output SPEC FIELD dim_x41 TYPE string REQUIRED yes FIELD key_t89 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD field_x11 TYPE string REQUIRED no BROKEN_OUTPUT {"dim_x41":"Silva","key_t89":"type_c","field_x11":"John"
{"dim_x41":"Silva","key_t89":"type_c","field_x11":"John"}
truncated_object
{ "type": "object", "properties": { "dim_x41": { "type": "string" }, "key_t89": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "field_x11": { "type": "string" } }, ...
{"dim_x41":"Silva","key_t89":"type_c","field_x11":"John"
Unexpected end of JSON input — truncated object
{"dim_x41":"Silva","key_t89":"type_c","field_x11":"John"}
TASK repair_structured_output SPEC FIELD options TYPE string REQUIRED yes FIELD price TYPE integer REQUIRED yes FIELD thumbnail.velocity TYPE string REQUIRED yes FIELD thumbnail.wavelength TYPE integer REQUIRED yes FIELD thumbnail.barcode TYPE string_email REQUIRED yes FIELD thumbnail.reagent TYPE string REQUIRED yes ...
{"options":"Alice","price":509,"thumbnail":{"velocity":"Jane","wavelength":619,"barcode":"ops@domain.org","reagent":"cancelled"}}
truncated_object
{ "type": "object", "properties": { "options": { "type": "string" }, "price": { "type": "integer" }, "thumbnail": { "type": "object", "properties": { "velocity": { "type": "string" }, "wavelength": { "type": "integer" },...
{"options":"Alice","price":509,"thumbnail":{"velocity":"Jane","wavelength":619,"barcode":"ops@domain.org","reagent":"cancelled"}
Unexpected end of JSON input — truncated object
{"options":"Alice","price":509,"thumbnail":{"velocity":"Jane","wavelength":619,"barcode":"ops@domain.org","reagent":"cancelled"}}
TASK repair_structured_output SPEC FIELD size TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD description TYPE string VALUES single|married|divorced REQUIRED no FIELD aligned_pct TYPE string VALUES low|medium|high|critical REQUIRED no BROKEN_OUTPUT {"size":"sms","aligned_pct":"low"}
{"size":"sms","aligned_pct":"low"}
missing_bracket
{ "type": "object", "properties": { "size": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "description": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "aligned_pc...
{"size":"sms","aligned_pct":"low"}
Missing closing bracket
{"size":"sms","aligned_pct":"low"}
TASK repair_structured_output SPEC FIELD gene_id TYPE integer REQUIRED yes FIELD cargo_type TYPE boolean REQUIRED no FIELD options[].type TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD options[].zip_code TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD options[].length TYPE...
{"gene_id":703,"cargo_type":false,"options":[{"type":"offline","zip_code":"pro","hazmat_code":1.42,"terminal_id":"2023-07-22T04:22:00Z","diagnosis_code":"viewer"},{"type":"maintenance","length":825,"hazmat_code":733.22,"terminal_id":"2024-12-26T22:07:00Z","diagnosis_code":"editor"}]}
extra_text_before
{ "type": "object", "properties": { "gene_id": { "type": "integer" }, "cargo_type": { "type": "boolean" }, "options": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": [ ...
The parsed result is: {"gene_id":703,"cargo_type":false,"options":[{"type":"offline","zip_code":"pro","hazmat_code":1.42,"terminal_id":"2023-07-22T04:22:00Z","diagnosis_code":"viewer"},{"type":"maintenance","length":825,"hazmat_code":733.22,"terminal_id":"2024-12-26T22:07:00Z","diagnosis_code":"editor"}]}
Output contains non-JSON text before the object
{"gene_id":703,"cargo_type":false,"options":[{"type":"offline","zip_code":"pro","hazmat_code":1.42,"terminal_id":"2023-07-22T04:22:00Z","diagnosis_code":"viewer"},{"type":"maintenance","length":825,"hazmat_code":733.22,"terminal_id":"2024-12-26T22:07:00Z","diagnosis_code":"editor"}]}
TASK repair_structured_output SPEC FIELD prop_d27 TYPE number REQUIRED yes FIELD attr_m16 TYPE integer REQUIRED yes FIELD col_r75.prop_i60.dim_r78 TYPE string REQUIRED yes FIELD col_r75.prop_i60.param_t21 TYPE boolean REQUIRED yes FIELD col_r75.prop_i60.param_y28 TYPE string REQUIRED yes FIELD col_r75.dim_j41 TYPE int...
{"prop_d27":778.79,"attr_m16":991,"col_r75":{"dim_j41":854,"dim_r37":"Johnson","prop_t01":"level_1"}}
truncated_array
{ "type": "object", "properties": { "prop_d27": { "type": "number" }, "attr_m16": { "type": "integer" }, "col_r75": { "type": "object", "properties": { "prop_i60": { "type": "object", "properties": { "dim_r78": { "type...
{"prop_d27":778.79,"attr_m16":991,"col_r75":{"dim_j41":854,"dim_r37":"Johnson","prop_t01":"level_1"}
Unexpected end of JSON input — truncated object
{"prop_d27":778.79,"attr_m16":991,"col_r75":{"dim_j41":854,"dim_r37":"Johnson","prop_t01":"level_1"}}
TASK repair_structured_output SPEC FIELD lane.barcode TYPE null REQUIRED yes FIELD lane.id.currency TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD lane.id.current_draw TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD lane.id.coverage TYPE string VALUES active|inactive|pendin...
{"lane":{"barcode":null,"id":{"currency":"intermittent","current_draw":"underway","coverage":"inactive","bill_of_lading":null,"active":864,"website":911},"coverage":"open","phenotype":"small","duration_ms":379,"weight":"2022-09-25T18:05:00Z","frequency_hz":null,"fleet_number":"nonsense"},"umi":97}
extra_text_before
{ "type": "object", "properties": { "lane": { "type": "object", "properties": { "barcode": { "type": "null" }, "id": { "type": "object", "properties": { "currency": { "type": "string", "enum": [ ...
The parsed result is: {"lane":{"barcode":null,"id":{"currency":"intermittent","current_draw":"underway","coverage":"inactive","bill_of_lading":null,"active":864,"website":911},"coverage":"open","phenotype":"small","duration_ms":379,"weight":"2022-09-25T18:05:00Z","frequency_hz":null,"fleet_number":"nonsense"},"umi":97}
Output contains non-JSON text before the object
{"lane":{"barcode":null,"id":{"currency":"intermittent","current_draw":"underway","coverage":"inactive","bill_of_lading":null,"active":864,"website":911},"coverage":"open","phenotype":"small","duration_ms":379,"weight":"2022-09-25T18:05:00Z","frequency_hz":null,"fleet_number":"nonsense"},"umi":97}
TASK repair_structured_output SPEC FIELD param_z22 TYPE string REQUIRED no FIELD col_a92 TYPE string_uri REQUIRED yes FIELD dim_a63 TYPE string_email REQUIRED no BROKEN_OUTPUT Tool: run_diagnostics Params: {"col_a92": "https://api.com/v1"}
{"col_a92":"https://api.com/v1"}
tool_call_wrong_param
{ "type": "object", "properties": { "param_z22": { "type": "string" }, "col_a92": { "type": "string", "format": "uri" }, "dim_a63": { "type": "string", "format": "email" } }, "required": [ "col_a92" ] }
Tool: run_diagnostics Params: {"col_a92": "https://api.com/v1"}
Agent used wrong parameter name 'param_z22_new' instead of 'param_z22'
{"col_a92":"https://api.com/v1"}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE integer REQUIRED no FIELD total TYPE number REQUIRED yes FIELD umi TYPE string VALUES low|medium|high|critical REQUIRED no FIELD items TYPE number REQUIRED yes FIELD berth_slot TYPE string_date-time REQUIRED yes FIELD weight TYPE integer REQUIRED no FIELD ...
{"dissolved_oxygen":131,"total":377.39,"items":71.75,"berth_slot":"2024-02-09T00:07:00Z","weight":977,"batch_code":"option_a","torque_output":{"format":"Smith","invoice_id":"cat_a","interest_rate":true}}
tool_call_wrong_param
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "integer" }, "total": { "type": "number" }, "umi": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "items": { "type": "number" ...
Tool: create_ticket Params: {"dissolved_oxygen": 131, "total": 377.39, "items": 71.75, "berth_slot": "2024-02-09T00:07:00Z", "weight": 977, "batch_code": "option_a", "torque_output": {"format": "Smith", "invoice_id": "cat_a", "interest_rate": true}}
Agent used wrong parameter name 'umi2' instead of 'umi'
{"dissolved_oxygen":131,"total":377.39,"items":71.75,"berth_slot":"2024-02-09T00:07:00Z","weight":977,"batch_code":"option_a","torque_output":{"format":"Smith","invoice_id":"cat_a","interest_rate":true}}
TASK repair_structured_output SPEC FIELD prop_y00 TYPE string REQUIRED yes FIELD attr_f23 TYPE null REQUIRED no FIELD prop_l68 TYPE string REQUIRED no FIELD field_t51 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD col_z77.prop_e53 TYPE number REQUIRED no FIELD col_z77.key_a72 TYPE st...
{"prop_y00":"demo","field_t51":"pending_review","col_z77":{"key_a72":"Tokyo","prop_o38":468.53,"dim_b46":"free","param_j36":"returned","prop_h75":"Bob","param_t27":null,"param_c29":768}}
tool_call_partial_args
{ "type": "object", "properties": { "prop_y00": { "type": "string" }, "attr_f23": { "type": "null" }, "prop_l68": { "type": "string" }, "field_t51": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "esc...
Let me check the system. Action: send_email Arguments: {"field_t51": "pending_review", "col_z77": {"key_a72": "Tokyo", "prop_o38": 468.53, "dim_b46": "free", "param_j36": "returned", "prop_h75": "Bob", "param_t27": null, "param_c29": 768}}
Agent tool call missing required parameter 'prop_y00'
{"prop_y00":"demo","field_t51":"pending_review","col_z77":{"key_a72":"Tokyo","prop_o38":468.53,"dim_b46":"free","param_j36":"returned","prop_h75":"Bob","param_t27":null,"param_c29":768}}
TASK repair_structured_output SPEC FIELD prop_t43 TYPE boolean REQUIRED no FIELD prop_x55 TYPE integer REQUIRED yes FIELD val_n61 TYPE boolean REQUIRED no FIELD val_i43 TYPE number REQUIRED no FIELD val_p79 TYPE number REQUIRED no FIELD field_i55 TYPE integer REQUIRED no FIELD dim_m61 TYPE string REQUIRED no FIELD att...
{"prop_t43":true,"prop_x55":339,"val_n61":false,"val_i43":826.84,"val_p79":572.02,"field_i55":990,"dim_m61":"https://api.example.com/v1"}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_t43": { "type": "boolean" }, "prop_x55": { "type": "integer" }, "val_n61": { "type": "boolean" }, "val_i43": { "type": "number" }, "val_p79": { "type": "number" }, "field_i55": { "type": "intege...
Tool: read_sensor_array Params: {"prop_t43": true, "prop_x55": 339, "val_n61": false, "val_p79": 572.02, "field_i55": 990, "dim_m61": "https://api.example.com/v1", "val_i43_id": 826.84}
Agent used wrong parameter name 'val_i43_id' instead of 'val_i43'
{"prop_t43":true,"prop_x55":339,"val_n61":false,"val_i43":826.84,"val_p79":572.02,"field_i55":990,"dim_m61":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD country TYPE string_email REQUIRED no FIELD timezone.conductivity TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD timezone.item_id TYPE string REQUIRED no FIELD timezone.features TYPE integer REQUIRED no FIELD timezone.discount TYPE number REQUIRED ...
{"timezone":{"conductivity":"missense","features":839,"discount":593.5,"color":"Smith","terminal_id":null,"tile":"info"},"manifest_ref":"2022-04-19T10:04:00Z","bed_number":931.33,"vital_sign":"quux","tags":142,"email":"divorced"}
tool_call_bad_format
{ "type": "object", "properties": { "country": { "type": "string", "format": "email" }, "timezone": { "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "synonymous", "missense", "nonsens...
<functioncall> queue_sequencing_run {timezone: {conductivity: "missense", features: 839, discount: 593.5, color: "Smith", terminal_id: null, tile: "info"}, manifest_ref: "2022-04-19T10:04:00Z", bed_number: 931.33, vital_sign: "quux", tags: 142, email: "divorced"}
Tool call has malformed arguments — unquoted keys in function parameters
{"timezone":{"conductivity":"missense","features":839,"discount":593.5,"color":"Smith","terminal_id":null,"tile":"info"},"manifest_ref":"2022-04-19T10:04:00Z","bed_number":931.33,"vital_sign":"quux","tags":142,"email":"divorced"}
TASK repair_structured_output SPEC FIELD status_code TYPE string_email REQUIRED no FIELD manifest_ref TYPE string REQUIRED yes FIELD width TYPE integer REQUIRED no FIELD quality_score[] TYPE null REQUIRED yes FIELD invoice_id[] TYPE null REQUIRED no BROKEN_OUTPUT {"status_code": "admin@example.com", "manifest_ref": "...
{"status_code":"admin@example.com","manifest_ref":"foo","width":856,"quality_score":[null,null,null],"invoice_id":[null]}
extra_field
{ "type": "object", "properties": { "status_code": { "type": "string", "format": "email" }, "manifest_ref": { "type": "string" }, "width": { "type": "integer" }, "quality_score": { "type": "array", "items": { "type": "null" } }, "...
{"status_code": "admin@example.com", "manifest_ref": "foo", "width": 856, "quality_score": [null, null, null], "invoice_id": [null], "extra_data_6108": 42}
Unknown field 'extra_data_6108' not defined in schema
{"status_code":"admin@example.com","manifest_ref":"foo","width":856,"quality_score":[null,null,null],"invoice_id":[null]}
TASK repair_structured_output SPEC FIELD param_d99 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD col_d28 TYPE boolean REQUIRED yes FIELD prop_i56 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_o28 TYPE boolean REQUIRED yes FIELD col_m10 TYPE boolean REQUIRED no FIELD c...
{"param_d99":"intermittent","col_d28":false,"prop_i56":"moored","attr_o28":false,"col_m10":false,"col_g57":true,"field_q54":true}
missing_brace
{ "type": "object", "properties": { "param_d99": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_d28": { "type": "boolean" }, "prop_i56": { "type": "string", "enum": [ "berthed", "anchored"...
"param_d99":"intermittent","col_d28":false,"prop_i56":"moored","attr_o28":false,"col_m10":false,"col_g57":true,"field_q54":true}
Missing closing brace
{"param_d99":"intermittent","col_d28":false,"prop_i56":"moored","attr_o28":false,"col_m10":false,"col_g57":true,"field_q54":true}
TASK repair_structured_output SPEC FIELD attr_m26 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD col_y90 TYPE boolean REQUIRED yes FIELD col_d06 TYPE string REQUIRED yes FIELD attr_h63 TYPE number REQUIRED yes BROKEN_OUTPUT {'attr_m26':'maintenance','col_y90':false,'col_d06':'2023-12-2...
{"attr_m26":"maintenance","col_y90":false,"col_d06":"2023-12-25","attr_h63":485.69}
single_quotes
{ "type": "object", "properties": { "attr_m26": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "col_y90": { "type": "boolean" }, "col_d06": { "type": "string" }, "attr_h63": { "typ...
{'attr_m26':'maintenance','col_y90':false,'col_d06':'2023-12-25','attr_h63':485.69}
Expecting property name enclosed in double quotes
{"attr_m26":"maintenance","col_y90":false,"col_d06":"2023-12-25","attr_h63":485.69}
TASK repair_structured_output SPEC FIELD payment_status TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD chromosome TYPE integer REQUIRED no FIELD chapter TYPE number REQUIRED yes FIELD user_id TYPE boolean REQUIRED no FIELD country TYPE integer REQUIRED no FIELD first_name TYPE string REQUIRED no F...
{"payment_status":"intermittent","chromosome":857,"chapter":255.36,"user_id":false,"country":658,"vessel_name":"demo","title":null}
markdown_fences
{ "type": "object", "properties": { "payment_status": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "chromosome": { "type": "integer" }, "chapter": { "type": "number" }, "user_id": { "type": "boolean"...
```json {"payment_status":"intermittent","chromosome":857,"chapter":255.36,"user_id":false,"country":658,"vessel_name":"demo","title":null} ```
Output contains markdown code fences
{"payment_status":"intermittent","chromosome":857,"chapter":255.36,"user_id":false,"country":658,"vessel_name":"demo","title":null}
TASK repair_structured_output SPEC FIELD dim_b83.dim_q98 TYPE string REQUIRED no FIELD dim_b83.key_n04 TYPE string REQUIRED yes FIELD dim_b83.val_k96 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_b83.col_t58 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD...
{"dim_b83":{"key_n04":"Charlie","val_k96":"rejected","col_t58":"heterozygous","col_m02":null,"param_p07":{"col_w95":"in_transit","col_b87":"xl","field_d00":true,"dim_c64":false,"attr_d37":"info"}},"key_w83":521.25,"attr_q96":396,"prop_s36":564,"val_o36":"moored"}
tool_call_text_mix
{ "type": "object", "properties": { "dim_b83": { "type": "object", "properties": { "dim_q98": { "type": "string" }, "key_n04": { "type": "string" }, "val_k96": { "type": "string", "enum": [ "pending_review", ...
I'll query our database. <tool_call name="verify_hazmat_compliance"> {"dim_b83":{"key_n04":"Charlie","val_k96":"rejected","col_t58":"heterozygous","col_m02":null,"param_p07":{"col_w95":"in_transit","col_b87":"xl","field_d00":true,"dim_c64":false,"attr_d37":"info"}},"key_w83":521.25,"attr_q96":396,"prop_s36":564,"val_o3...
Agent response mixes reasoning text with tool call
{"dim_b83":{"key_n04":"Charlie","val_k96":"rejected","col_t58":"heterozygous","col_m02":null,"param_p07":{"col_w95":"in_transit","col_b87":"xl","field_d00":true,"dim_c64":false,"attr_d37":"info"}},"key_w83":521.25,"attr_q96":396,"prop_s36":564,"val_o36":"moored"}
TASK repair_structured_output SPEC FIELD val_z83 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_n63 TYPE boolean REQUIRED yes FIELD dim_v16 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD param_d06 TYPE string_date-time REQUIRED yes FIELD prop_n09 TYPE string VALUES s...
{"val_z83":"published","param_n63":false,"param_d06":"2023-07-15T03:32:00Z","attr_z94":{"col_w57":823,"dim_c07":[704,736,390,678],"field_u07":[{"val_j25":"mode_b","val_y91":"Smith","val_o56":921,"field_p57":"type_a","key_k94":"active"},{"val_j25":"mode_b","val_y91":"Smith","val_o56":784,"field_p57":"type_b","key_k94":"...
extra_text_before
{ "type": "object", "properties": { "val_z83": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_n63": { "type": "boolean" }, "dim_v16": { "type": "string", "enum": [ "level_1", "level_2", ...
Below is the JSON object: {"val_z83":"published","param_n63":false,"param_d06":"2023-07-15T03:32:00Z","attr_z94":{"col_w57":823,"dim_c07":[704,736,390,678],"field_u07":[{"val_j25":"mode_b","val_y91":"Smith","val_o56":921,"field_p57":"type_a","key_k94":"active"},{"val_j25":"mode_b","val_y91":"Smith","val_o56":784,"field...
Output contains non-JSON text before the object
{"val_z83":"published","param_n63":false,"param_d06":"2023-07-15T03:32:00Z","attr_z94":{"col_w57":823,"dim_c07":[704,736,390,678],"field_u07":[{"val_j25":"mode_b","val_y91":"Smith","val_o56":921,"field_p57":"type_a","key_k94":"active"},{"val_j25":"mode_b","val_y91":"Smith","val_o56":784,"field_p57":"type_b","key_k94":"...
TASK repair_structured_output SPEC FIELD timezone TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD annotation TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD port_code TYPE integer REQUIRED yes FIELD half_life TYPE number REQUIRED no FIELD yield_pct TYPE string VALUES level_1|level_2|level_3|level_4 R...
{"timezone":"cat_b","annotation":"push","port_code":221,"half_life":955.55,"yield_pct":"level_4","salinity":156,"priority":false,"start_date":"low"}
tool_call_python_syntax
{ "type": "object", "properties": { "timezone": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "annotation": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "port_code": {...
create_order(timezone='cat_b', annotation='push', port_code=221, half_life=955.55, yield_pct='level_4', salinity=156, priority=False, start_date='low')
Tool call uses Python syntax instead of JSON
{"timezone":"cat_b","annotation":"push","port_code":221,"half_life":955.55,"yield_pct":"level_4","salinity":156,"priority":false,"start_date":"low"}
TASK repair_structured_output SPEC FIELD param_x52 TYPE string_date-time REQUIRED no FIELD param_h38 TYPE string REQUIRED yes FIELD key_q06 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD key_a74 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD col_o36.attr_y15 TYPE string REQUIRED no FIELD col...
{"param_x52":"2023-08-21T18:44:00Z","param_h38":"This is a test value.","key_q06":"pending","key_a74":"small"}
agent_chain
{ "type": "object", "properties": { "param_x52": { "type": "string", "format": "date-time" }, "param_h38": { "type": "string" }, "key_q06": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "key_a74": { "t...
I need to look up the information first. Action: query_port_status Result: {"param_h38": "This is a test value.", "key_q06": "pending", "key_a74": "small"} I'll query our database. Action: book_appointment Result:
Agent multi-step chain with truncated tool output
{"param_x52":"2023-08-21T18:44:00Z","param_h38":"This is a test value.","key_q06":"pending","key_a74":"small"}
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED yes FIELD label TYPE integer REQUIRED yes FIELD dosage TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD throttle_pos TYPE number REQUIRED yes BROKEN_OUTPUT "allele":"A short description.","label":73,"throttle_pos":287.54}
{"allele":"A short description.","label":73,"throttle_pos":287.54}
missing_brace
{ "type": "object", "properties": { "allele": { "type": "string" }, "label": { "type": "integer" }, "dosage": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "throttle_pos": { "type"...
"allele":"A short description.","label":73,"throttle_pos":287.54}
Missing closing brace
{"allele":"A short description.","label":73,"throttle_pos":287.54}
TASK repair_structured_output SPEC FIELD field_l90.field_j04 TYPE number REQUIRED no FIELD field_l90.dim_k57 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD field_l90.attr_f51 TYPE string_uri REQUIRED no FIELD field_l90.param_o34 TYPE string VALUES low|medium|high|critical REQUIRED no FI...
{"field_l90":{"field_j04":972.3,"dim_k57":"offline","attr_f51":"https://www.org/v1","param_o34":"low","val_b74":"user@domain.org","param_w95":"test@example.com","val_d42":true,"prop_c13":"2023-06-02T02:42:00Z"},"key_x62":630,"attr_d78":"user@domain.com","prop_w63":450.58,"attr_u99":691}
tool_call_partial_args
{ "type": "object", "properties": { "field_l90": { "type": "object", "properties": { "field_j04": { "type": "number" }, "dim_k57": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
Let me check the system. Action: get_inventory Arguments: {"field_l90": {"field_j04": 972.3, "dim_k57": "offline", "attr_f51": "https://www.org/v1", "param_o34": "low", "val_b74": "user@domain.org", "param_w95": "test@example.com", "val_d42": true, "prop_c13": "2023-06-02T02:42:00Z"}, "key_x62": 630, "attr_d78": "user@...
Agent tool call missing required parameter 'attr_u99'
{"field_l90":{"field_j04":972.3,"dim_k57":"offline","attr_f51":"https://www.org/v1","param_o34":"low","val_b74":"user@domain.org","param_w95":"test@example.com","val_d42":true,"prop_c13":"2023-06-02T02:42:00Z"},"key_x62":630,"attr_d78":"user@domain.com","prop_w63":450.58,"attr_u99":691}
TASK repair_structured_output SPEC FIELD val_q65 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD param_j35 TYPE string REQUIRED no FIELD dim_w52 TYPE integer REQUIRED yes FIELD col_z41 TYPE boolean REQUIRED no FIELD dim_d86 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD co...
{"val_q65":"admin","param_j35":"New York","dim_w52":84,"dim_d86":"option_b","attr_w29":"mode_b"}
truncated_array
{ "type": "object", "properties": { "val_q65": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "param_j35": { "type": "string" }, "dim_w52": { "type": "integer" }, "col_z41": { "type": "boolean" }, "dim_d8...
{"val_q65":"admin","param_j35":"New York","dim_w52":84,"dim_d86":"option_b","attr_w29":"mode_b"
Unexpected end of JSON input — truncated object
{"val_q65":"admin","param_j35":"New York","dim_w52":84,"dim_d86":"option_b","attr_w29":"mode_b"}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD quality_score TYPE string REQUIRED no FIELD verified TYPE string_email REQUIRED yes FIELD company TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD collateral TYPE boolean REQUIRED no FIELD isotope TYPE st...
{"items":"viewer","quality_score":"Alice","verified":"info@example.com","company":"push","collateral":true,"isotope":"2023-12-25"}
invalid_enum
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "quality_score": { "type": "string" }, "verified": { "type": "string", "format": "email" }, "company": { "type": "...
{"items": "viewer", "quality_score": "Alice", "verified": "info@example.com", "company": "invalid_choice_474", "collateral": true, "isotope": "2023-12-25"}
Field 'company' has invalid enum value 'invalid_choice_474', expected one of ['email', 'phone', 'sms', 'push']
{"items":"viewer","quality_score":"Alice","verified":"info@example.com","company":"push","collateral":true,"isotope":"2023-12-25"}
TASK repair_structured_output SPEC FIELD attr_f22 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD prop_i45 TYPE string REQUIRED no FIELD val_l88 TYPE string REQUIRED yes FIELD prop_j36 TYPE integer REQUIRED no FIELD val_r75.key_r79 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD v...
{"prop_i45":"baz","val_l88":"Alice","val_r75":{"key_r79":"cat_b","param_z12":"escalated","prop_p42":"Oliveira"},"field_f92":null,"col_w61":818.4}
markdown_fences
{ "type": "object", "properties": { "attr_f22": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "prop_i45": { "type": "string" }, "val_l88": { "type": "string" }, "prop_j36": { ...
```json {"prop_i45":"baz","val_l88":"Alice","val_r75":{"key_r79":"cat_b","param_z12":"escalated","prop_p42":"Oliveira"},"field_f92":null,"col_w61":818.4} ```
Output contains markdown code fences
{"prop_i45":"baz","val_l88":"Alice","val_r75":{"key_r79":"cat_b","param_z12":"escalated","prop_p42":"Oliveira"},"field_f92":null,"col_w61":818.4}
TASK repair_structured_output SPEC FIELD prop_r23 TYPE string REQUIRED yes FIELD param_z69 TYPE integer REQUIRED yes FIELD val_k97 TYPE number REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: queue_sequencing_run Arguments: {"param_z69": 273, "val_k97": 249.73}
{"prop_r23":"Diana","param_z69":273,"val_k97":249.73}
tool_call_partial_args
{ "type": "object", "properties": { "prop_r23": { "type": "string" }, "param_z69": { "type": "integer" }, "val_k97": { "type": "number" } }, "required": [ "val_k97", "param_z69", "prop_r23" ] }
I need to look up the information first. Action: queue_sequencing_run Arguments: {"param_z69": 273, "val_k97": 249.73}
Agent tool call missing required parameter 'prop_r23'
{"prop_r23":"Diana","param_z69":273,"val_k97":249.73}
TASK repair_structured_output SPEC FIELD longitude.values TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD longitude.trace_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD longitude.yield_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED ...
{"longitude":{"values":"option_e","trace_id":"in_transit","yield_pct":"level_2","total":194},"username":"inland","verified":{"description":"homozygous","thumbnail":595,"quality_score":{"version":null,"step":945.6,"ward":false,"total":"error","annotation":363,"transaction_id":null,"salinity":"2022-04-19T17:43:00Z"}}}
extra_field
{ "type": "object", "properties": { "longitude": { "type": "object", "properties": { "values": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, ...
{"longitude": {"values": "option_e", "trace_id": "in_transit", "yield_pct": "level_2", "total": 194}, "username": "inland", "verified": {"description": "homozygous", "thumbnail": 595, "quality_score": {"version": null, "step": 945.6, "ward": false, "total": "error", "annotation": 363, "transaction_id": null, "salinity"...
Unknown field 'extra_value_9512' not defined in schema
{"longitude":{"values":"option_e","trace_id":"in_transit","yield_pct":"level_2","total":194},"username":"inland","verified":{"description":"homozygous","thumbnail":595,"quality_score":{"version":null,"step":945.6,"ward":false,"total":"error","annotation":363,"transaction_id":null,"salinity":"2022-04-19T17:43:00Z"}}}
TASK repair_structured_output SPEC FIELD dim_o14 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD field_g97.val_x13 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD field_g97.attr_t65 TYPE string VALUES level_1|level_2 REQUIRED no FIELD field_g97.key_y13[].col_g23 TYPE string VA...
{"dim_o14":"heterozygous","field_g97":{"val_x13":"type_a","attr_t65":"level_2","val_q53":["https://example.org/data"]},"key_t97":{"col_l90":2.66,"key_k05":"qux","attr_h12":false},"dim_k68":"coastal","dim_k55":"REV"}
extra_field
{ "type": "object", "properties": { "dim_o14": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "field_g97": { "type": "object", "properties": { "val_x13": { "type": "string", "enum": [ ...
{"dim_o14": "heterozygous", "field_g97": {"val_x13": "type_a", "attr_t65": "level_2", "val_q53": ["https://example.org/data"]}, "key_t97": {"col_l90": 2.66, "key_k05": "qux", "attr_h12": false}, "dim_k68": "coastal", "dim_k55": "REV", "extra_info_1715": "unexpected"}
Unknown field 'extra_info_1715' not defined in schema
{"dim_o14":"heterozygous","field_g97":{"val_x13":"type_a","attr_t65":"level_2","val_q53":["https://example.org/data"]},"key_t97":{"col_l90":2.66,"key_k05":"qux","attr_h12":false},"dim_k68":"coastal","dim_k55":"REV"}
TASK repair_structured_output SPEC FIELD key_p01 TYPE string REQUIRED no FIELD key_s84 TYPE string REQUIRED yes FIELD attr_p14 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_w18 TYPE string REQUIRED no FIELD col_i86[] TYPE boolean REQUIRED yes BROKEN_OUTPUT {"key_p01":"Oliveira","key_s84":"Santos","at...
{"key_p01":"Oliveira","key_s84":"Santos","attr_p14":"email","col_w18":"Alice","col_i86":[true,false]}
truncated_array
{ "type": "object", "properties": { "key_p01": { "type": "string" }, "key_s84": { "type": "string" }, "attr_p14": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_w18": { "type": "string" }, ...
{"key_p01":"Oliveira","key_s84":"Santos","attr_p14":"email","col_w18":"Alice","col_i86":[true,false
Unexpected end of JSON input — truncated array
{"key_p01":"Oliveira","key_s84":"Santos","attr_p14":"email","col_w18":"Alice","col_i86":[true,false]}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string REQUIRED yes FIELD run_id TYPE boolean REQUIRED no FIELD subject TYPE integer REQUIRED no FIELD allele TYPE string_email REQUIRED no FIELD title TYPE null REQUIRED no FIELD repository TYPE null REQUIRED no FIELD freight_class TYPE integer REQUIRED no BR...
{"commit_hash":"London","run_id":false,"allele":"user@domain.org","repository":null,"freight_class":176}
tool_call_partial_args
{ "type": "object", "properties": { "commit_hash": { "type": "string" }, "run_id": { "type": "boolean" }, "subject": { "type": "integer" }, "allele": { "type": "string", "format": "email" }, "title": { "type": "null" }, "repository": { ...
Let me check the system. Action: track_vessel Arguments: {"run_id": false, "allele": "user@domain.org", "repository": null, "freight_class": 176}
Agent tool call missing required parameter 'commit_hash'
{"commit_hash":"London","run_id":false,"allele":"user@domain.org","repository":null,"freight_class":176}
TASK repair_structured_output SPEC FIELD attr_w10 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD param_q12 TYPE string_date-time REQUIRED yes FIELD param_q41[] TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_d93[].field_m11 TYPE string VALUES open|in_progress|resolve...
{"attr_w10":"green","param_q12":"2023-10-25T00:30:00Z","param_q41":["degraded","degraded"],"val_d93":[{"param_a64":150,"field_u94":"active"}]}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_w10": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "param_q12": { "type": "string", "format": "date-time" }, "param_q41": { "type": "array", ...
queue_sequencing_run(attr_w10='green', param_q12='2023-10-25T00:30:00Z', param_q41=['degraded', 'degraded'], val_d93=[{'param_a64': 150, 'field_u94': 'active'}])
Tool call uses Python syntax instead of JSON
{"attr_w10":"green","param_q12":"2023-10-25T00:30:00Z","param_q41":["degraded","degraded"],"val_d93":[{"param_a64":150,"field_u94":"active"}]}
TASK repair_structured_output SPEC FIELD col_m94 TYPE number REQUIRED no FIELD val_x90 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD key_y40 TYPE string REQUIRED yes BROKEN_OUTPUT {'col_m94':797.88,'val_x90':'type_e','key_y40':'Maria'}
{"col_m94":797.88,"val_x90":"type_e","key_y40":"Maria"}
single_quotes
{ "type": "object", "properties": { "col_m94": { "type": "number" }, "val_x90": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "key_y40": { "type": "string" } }, "required": [ "...
{'col_m94':797.88,'val_x90':'type_e','key_y40':'Maria'}
Expecting property name enclosed in double quotes
{"col_m94":797.88,"val_x90":"type_e","key_y40":"Maria"}
TASK repair_structured_output SPEC FIELD attr_x28.dim_p06 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD attr_x28.param_x76 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_x28.attr_z15 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_x28.field_y23 TYPE b...
{"attr_x28":{"dim_p06":"unstable","param_x76":"push","attr_z15":"new","prop_u74":886,"col_x98":"critical"},"col_a82":705,"field_e76":"critical","param_y55":"hemizygous","key_l46":471.42,"prop_e51":"2022-04-07T18:05:00Z"}
agent_chain
{ "type": "object", "properties": { "attr_x28": { "type": "object", "properties": { "dim_p06": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_x76": { "type": "string"...
I need to look up the information first. Action: read_sensor_array Result: {"attr_x28": {"dim_p06": "unstable", "param_x76": "push", "attr_z15": "new", "prop_u74": 886, "col_x98": "critical"}, "field_e76": "critical", "param_y55": "hemizygous", "key_l46": 471.42, "prop_e51": "2022-04-07T18:05:00Z"} Processing the requ...
Agent multi-step chain with truncated tool output
{"attr_x28":{"dim_p06":"unstable","param_x76":"push","attr_z15":"new","prop_u74":886,"col_x98":"critical"},"col_a82":705,"field_e76":"critical","param_y55":"hemizygous","key_l46":471.42,"prop_e51":"2022-04-07T18:05:00Z"}
TASK repair_structured_output SPEC FIELD current_draw TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD department TYPE integer REQUIRED no FIELD ph_level TYPE string VALUES mode_a|mode_b REQUIRED no FIELD lab_result TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD repository T...
{"current_draw":"mode_e","department":801,"ph_level":"mode_b","version":"black"}
truncated_object
{ "type": "object", "properties": { "current_draw": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "department": { "type": "integer" }, "ph_level": { "type": "string", "enum": [ ...
{"current_draw":"mode_e","department":801,"ph_level":"mode_b","version":"black"
Unexpected end of JSON input — truncated object
{"current_draw":"mode_e","department":801,"ph_level":"mode_b","version":"black"}
TASK repair_structured_output SPEC FIELD message TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD created_at TYPE integer REQUIRED yes FIELD invoice_id.index TYPE string REQUIRED yes FIELD invoice_id.step TYPE string REQUIRED yes FIELD invoice_id.wavelength[] TYPE string VALUES small|medium|large|xl...
{"created_at":956,"invoice_id":{"index":"Hapag-Lloyd-Express","step":"user@domain.com","wavelength":["large","medium","large","large"]}}
markdown_fences
{ "type": "object", "properties": { "message": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "created_at": { "type": "integer" }, "invoice_id": { "type": "object", "properties": { "index": { ...
```json {"created_at":956,"invoice_id":{"index":"Hapag-Lloyd-Express","step":"user@domain.com","wavelength":["large","medium","large","large"]}} ```
Output contains markdown code fences
{"created_at":956,"invoice_id":{"index":"Hapag-Lloyd-Express","step":"user@domain.com","wavelength":["large","medium","large","large"]}}
TASK repair_structured_output SPEC FIELD comments TYPE number REQUIRED no FIELD freight_class TYPE string REQUIRED no FIELD log_level TYPE integer REQUIRED no FIELD duration_ms TYPE boolean REQUIRED yes FIELD branch.amplitude.subject TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD branch.amplitude.status_co...
{"comments":81.99,"duration_ms":false,"branch":{"amplitude":{"subject":"phone","amount":"medium","collateral":861,"weight":true,"annotation":524.41},"sensor_id":113.76,"organism":{"bed_number":"small","altitude":"warning","last_name":"London"},"color":"pending_review","items":"https://example.com"}}
tool_call_python_syntax
{ "type": "object", "properties": { "comments": { "type": "number" }, "freight_class": { "type": "string" }, "log_level": { "type": "integer" }, "duration_ms": { "type": "boolean" }, "branch": { "type": "object", "properties": { "amplit...
get_weather(comments=81.99, duration_ms=False, branch={'amplitude': {'subject': 'phone', 'amount': 'medium', 'collateral': 861, 'weight': True, 'annotation': 524.41}, 'sensor_id': 113.76, 'organism': {'bed_number': 'small', 'altitude': 'warning', 'last_name': 'London'}, 'color': 'pending_review', 'items': 'https://exam...
Tool call uses Python syntax instead of JSON
{"comments":81.99,"duration_ms":false,"branch":{"amplitude":{"subject":"phone","amount":"medium","collateral":861,"weight":true,"annotation":524.41},"sensor_id":113.76,"organism":{"bed_number":"small","altitude":"warning","last_name":"London"},"color":"pending_review","items":"https://example.com"}}
TASK repair_structured_output SPEC FIELD salinity TYPE boolean REQUIRED yes FIELD role TYPE boolean REQUIRED no FIELD items[] TYPE string REQUIRED yes FIELD chapter[] TYPE boolean REQUIRED no BROKEN_OUTPUT {'salinity':true,'role':false,'items':['Bob','Smith'],'chapter':[true,true]}
{"salinity":true,"role":false,"items":["Bob","Smith"],"chapter":[true,true]}
single_quotes
{ "type": "object", "properties": { "salinity": { "type": "boolean" }, "role": { "type": "boolean" }, "items": { "type": "array", "items": { "type": "string" } }, "chapter": { "type": "array", "items": { "type": "boolean" } ...
{'salinity':true,'role':false,'items':['Bob','Smith'],'chapter':[true,true]}
Expecting property name enclosed in double quotes
{"salinity":true,"role":false,"items":["Bob","Smith"],"chapter":[true,true]}
TASK repair_structured_output SPEC FIELD longitude TYPE number REQUIRED no FIELD quality_score TYPE boolean REQUIRED yes FIELD medication TYPE number REQUIRED no BROKEN_OUTPUT {longitude:253.3,quality_score:true,medication:539.46}
{"longitude":253.3,"quality_score":true,"medication":539.46}
unquoted_keys
{ "type": "object", "properties": { "longitude": { "type": "number" }, "quality_score": { "type": "boolean" }, "medication": { "type": "number" } }, "required": [ "quality_score" ] }
{longitude:253.3,quality_score:true,medication:539.46}
Expecting property name enclosed in double quotes
{"longitude":253.3,"quality_score":true,"medication":539.46}
TASK repair_structured_output SPEC FIELD wavelength TYPE number REQUIRED yes FIELD nickname TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD comments TYPE integer REQUIRED no FIELD subject TYPE string REQUIRED yes FIELD gene_id TYPE string_email REQUIRED no FIELD feedback TYPE integer REQUIRED yes BROKEN_...
{"wavelength":995.66,"comments":59,"subject":"inactive","gene_id":"user@test.io","feedback":143}
truncated_object
{ "type": "object", "properties": { "wavelength": { "type": "number" }, "nickname": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "comments": { "type": "integer" }, "subject": { "type": "string" ...
{"wavelength":995.66,"comments":59,"subject":"inactive","gene_id":"user@test.io","feedback":143
Unexpected end of JSON input — truncated object
{"wavelength":995.66,"comments":59,"subject":"inactive","gene_id":"user@test.io","feedback":143}
TASK repair_structured_output SPEC FIELD prop_u78 TYPE string REQUIRED yes FIELD key_r62 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD field_p72 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_v66[].key_c98 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIEL...
{"prop_u78":"qux","key_r62":"editor","field_p72":"offline","attr_v66":[{"val_v65":"in_progress","prop_c89":"archived"},{"key_c98":"inland","val_v65":"in_progress","prop_c89":"published"}],"val_e18":["black","blue","black"]}
markdown_explanation
{ "type": "object", "properties": { "prop_u78": { "type": "string" }, "key_r62": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_p72": { "type": "string", "enum": [ "operational", "degraded", ...
The output is as follows: ```json {"prop_u78":"qux","key_r62":"editor","field_p72":"offline","attr_v66":[{"val_v65":"in_progress","prop_c89":"archived"},{"key_c98":"inland","val_v65":"in_progress","prop_c89":"published"}],"val_e18":["black","blue","black"]} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"prop_u78":"qux","key_r62":"editor","field_p72":"offline","attr_v66":[{"val_v65":"in_progress","prop_c89":"archived"},{"key_c98":"inland","val_v65":"in_progress","prop_c89":"published"}],"val_e18":["black","blue","black"]}
TASK repair_structured_output SPEC FIELD field_c21 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD dim_k38 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_o18 TYPE integer REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: align_reads ...
{"field_c21":"rejected","dim_k38":"escalated","field_o18":574}
tool_call_partial_args
{ "type": "object", "properties": { "field_c21": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "dim_k38": { "type": "string", "enum": [ "pending_review", "confirmed", "reject...
Let me check the system. Action: align_reads Arguments: {"dim_k38": "escalated", "field_o18": 574}
Agent tool call missing required parameter 'field_c21'
{"field_c21":"rejected","dim_k38":"escalated","field_o18":574}
TASK repair_structured_output SPEC FIELD cargo_type TYPE number REQUIRED yes FIELD port_code.wavelength TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD port_code.language.run_id TYPE string_date-time REQUIRED yes FIELD port_code.language.notes TYPE string_date-time REQUIRED no FIELD port_code.la...
{"cargo_type":542.49,"port_code":{"language":{"run_id":"2025-02-13T08:46:00Z","notes":"2024-12-22T20:30:00Z","country":474},"comments":"completed","color":"Berlin","terminal_id":"New York"},"order_id":false,"account_id":"Smith"}
number_with_unit
{ "type": "object", "properties": { "cargo_type": { "type": "number" }, "port_code": { "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
{"cargo_type": "542.49kg", "port_code": {"language": {"run_id": "2025-02-13T08:46:00Z", "notes": "2024-12-22T20:30:00Z", "country": 474}, "comments": "completed", "color": "Berlin", "terminal_id": "New York"}, "order_id": false, "account_id": "Smith"}
Field 'cargo_type' must be number, got string with unit
{"cargo_type":542.49,"port_code":{"language":{"run_id":"2025-02-13T08:46:00Z","notes":"2024-12-22T20:30:00Z","country":474},"comments":"completed","color":"Berlin","terminal_id":"New York"},"order_id":false,"account_id":"Smith"}
TASK repair_structured_output SPEC FIELD timezone TYPE string REQUIRED no FIELD feedback TYPE integer REQUIRED no FIELD url TYPE integer REQUIRED no FIELD shipping TYPE integer REQUIRED yes FIELD ph_level.ward TYPE number REQUIRED no FIELD ph_level.created_at TYPE integer REQUIRED no FIELD ph_level.position TYPE null ...
{"timezone":"cancelled","url":713,"shipping":284,"ph_level":{"ward":573.81,"created_at":621,"position":null,"height":"mode_c","run_id":true,"maturity_date":true},"frequency_hz":"Alice"}
unquoted_keys
{ "type": "object", "properties": { "timezone": { "type": "string" }, "feedback": { "type": "integer" }, "url": { "type": "integer" }, "shipping": { "type": "integer" }, "ph_level": { "type": "object", "properties": { "ward": { ...
{timezone:"cancelled",url:713,shipping:284,ph_level:{ward:573.81,created_at:621,position:null,height:"mode_c",run_id:true,maturity_date:true},frequency_hz:"Alice"}
Expecting property name enclosed in double quotes
{"timezone":"cancelled","url":713,"shipping":284,"ph_level":{"ward":573.81,"created_at":621,"position":null,"height":"mode_c","run_id":true,"maturity_date":true},"frequency_hz":"Alice"}
TASK repair_structured_output SPEC FIELD val_n93 TYPE string VALUES option_a|option_b REQUIRED yes FIELD field_a14 TYPE integer REQUIRED no FIELD col_w19 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_f05 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD dim_w91...
{"val_n93":"option_a","field_a14":816,"col_w19":"anchored","param_f05":"level_4","dim_w91":"Diana"}
single_quotes
{ "type": "object", "properties": { "val_n93": { "type": "string", "enum": [ "option_a", "option_b" ] }, "field_a14": { "type": "integer" }, "col_w19": { "type": "string", "enum": [ "berthed", "anchored", "underway", ...
{'val_n93':'option_a','field_a14':816,'col_w19':'anchored','param_f05':'level_4','dim_w91':'Diana'}
Expecting property name enclosed in double quotes
{"val_n93":"option_a","field_a14":816,"col_w19":"anchored","param_f05":"level_4","dim_w91":"Diana"}
TASK repair_structured_output SPEC FIELD weight TYPE string REQUIRED yes FIELD shipper_ref TYPE integer REQUIRED no FIELD filter_flag TYPE string REQUIRED no FIELD dosage TYPE number REQUIRED no FIELD full_name.organism TYPE string_email REQUIRED yes FIELD full_name.nickname TYPE boolean REQUIRED yes FIELD full_name.s...
{"weight":"hello","shipper_ref":693,"filter_flag":"test@example.com","dosage":223.05}
tool_call_text_mix
{ "type": "object", "properties": { "weight": { "type": "string" }, "shipper_ref": { "type": "integer" }, "filter_flag": { "type": "string" }, "dosage": { "type": "number" }, "full_name": { "type": "object", "properties": { "organism": ...
Processing the request now. <tool_call name="send_email"> {"weight":"hello","shipper_ref":693,"filter_flag":"test@example.com","dosage":223.05} </tool_call.
Agent response mixes reasoning text with tool call
{"weight":"hello","shipper_ref":693,"filter_flag":"test@example.com","dosage":223.05}
TASK repair_structured_output SPEC FIELD dim_g45 TYPE integer REQUIRED no FIELD attr_k48 TYPE integer REQUIRED no FIELD val_s46.prop_s30 TYPE string_email REQUIRED no FIELD val_s46.param_p72 TYPE boolean REQUIRED no FIELD val_s46.val_w69 TYPE string REQUIRED no FIELD val_s46.col_v75 TYPE string VALUES level_1|level_2|...
{"dim_g45":909,"val_s46":{"param_p72":true,"val_w69":"Smith","col_v75":"level_6","attr_u83":886,"field_w16":"Alice","attr_j72":"type_e"}}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_g45": { "type": "integer" }, "attr_k48": { "type": "integer" }, "val_s46": { "type": "object", "properties": { "prop_s30": { "type": "string", "format": "email" }, "param_p72": { ...
Tool: apply_discount Params: {"dim_g45": 909, "val_s46_value": {"param_p72": true, "val_w69": "Smith", "col_v75": "level_6", "attr_u83": 886, "field_w16": "Alice", "attr_j72": "type_e"}}
Agent used wrong parameter name 'val_s46_value' instead of 'val_s46'
{"dim_g45":909,"val_s46":{"param_p72":true,"val_w69":"Smith","col_v75":"level_6","attr_u83":886,"field_w16":"Alice","attr_j72":"type_e"}}
TASK repair_structured_output SPEC FIELD field_n97 TYPE string REQUIRED yes FIELD attr_p31 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD attr_r75 TYPE integer REQUIRED no FIELD attr_z20 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD col_t65 TYPE string REQUIRED no FIELD col_r39.val_y02 TYPE...
{"field_n97":"Luis","attr_p31":"level_3","attr_r75":497,"attr_z20":"medium","col_t65":"MV-Evergreen-01","col_r39":{"val_y02":"option_b","param_g06":"phone","field_y56":false,"val_u84":"high","prop_p00":"success","dim_j60":344.33},"prop_d44":527.15}
agent_chain
{ "type": "object", "properties": { "field_n97": { "type": "string" }, "attr_p31": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "attr_r75": { "type": "integer" }, "attr_z20": { "type": "string", "enum...
Let me check the system. Action: validate_address Result: {"field_n97": "Luis", "attr_p31": "level_3", "attr_z20": "medium", "col_t65": "MV-Evergreen-01", "col_r39": {"val_y02": "option_b", "param_g06": "phone", "field_y56": false, "val_u84": "high", "prop_p00": "success", "dim_j60": 344.33}, "prop_d44": 527.15} I'll ...
Agent multi-step chain with truncated tool output
{"field_n97":"Luis","attr_p31":"level_3","attr_r75":497,"attr_z20":"medium","col_t65":"MV-Evergreen-01","col_r39":{"val_y02":"option_b","param_g06":"phone","field_y56":false,"val_u84":"high","prop_p00":"success","dim_j60":344.33},"prop_d44":527.15}
TASK repair_structured_output SPEC FIELD index TYPE string REQUIRED no FIELD priority TYPE integer REQUIRED no FIELD quantity TYPE number REQUIRED no FIELD isotope TYPE number REQUIRED yes FIELD run_id[] TYPE integer REQUIRED no BROKEN_OUTPUT Tool: validate_address Params: {"priority": 662, "quantity": 31.8, "isotope...
{"index":"2023-12-25","priority":662,"quantity":31.8,"isotope":855.08,"run_id":[585,448,766,441]}
tool_call_wrong_param
{ "type": "object", "properties": { "index": { "type": "string" }, "priority": { "type": "integer" }, "quantity": { "type": "number" }, "isotope": { "type": "number" }, "run_id": { "type": "array", "items": { "type": "integer" } ...
Tool: validate_address Params: {"priority": 662, "quantity": 31.8, "isotope": 855.08, "run_id": [585, 448, 766, 441], "index_new": "2023-12-25"}
Agent used wrong parameter name 'index_new' instead of 'index'
{"index":"2023-12-25","priority":662,"quantity":31.8,"isotope":855.08,"run_id":[585,448,766,441]}
TASK repair_structured_output SPEC FIELD dim_u43 TYPE integer REQUIRED yes FIELD val_j66 TYPE null REQUIRED no FIELD attr_g81 TYPE number REQUIRED yes FIELD param_p24 TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. Action: get_weather Arguments: {"dim_u43": 319, "val_j66": null, "param_p24": "Berlin"}
{"dim_u43":319,"val_j66":null,"attr_g81":397.91,"param_p24":"Berlin"}
tool_call_partial_args
{ "type": "object", "properties": { "dim_u43": { "type": "integer" }, "val_j66": { "type": "null" }, "attr_g81": { "type": "number" }, "param_p24": { "type": "string" } }, "required": [ "attr_g81", "dim_u43" ] }
Let me check the system. Action: get_weather Arguments: {"dim_u43": 319, "val_j66": null, "param_p24": "Berlin"}
Agent tool call missing required parameter 'attr_g81'
{"dim_u43":319,"val_j66":null,"attr_g81":397.91,"param_p24":"Berlin"}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string_date-time REQUIRED yes FIELD dosage TYPE null REQUIRED yes FIELD index TYPE string_date-time REQUIRED yes FIELD lab_result TYPE number REQUIRED no FIELD weight TYPE integer REQUIRED yes BROKEN_OUTPUT Processing the request now. I'll validate against ...
{"bill_of_lading":"2021-12-14T21:57:00Z","dosage":null,"index":"2026-07-03T09:55:00Z","lab_result":534.13,"weight":33}
thought_process
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "format": "date-time" }, "dosage": { "type": "null" }, "index": { "type": "string", "format": "date-time" }, "lab_result": { "type": "number" }, "weight": { "type":...
Processing the request now. I'll validate against the schema. {"bill_of_lading":"2021-12-14T21:57:00Z","dosage":null,"index":"2026-07-03T09:55:00Z","lab_result":534.13,"weight":33}
Output contains chain-of-thought reasoning before JSON
{"bill_of_lading":"2021-12-14T21:57:00Z","dosage":null,"index":"2026-07-03T09:55:00Z","lab_result":534.13,"weight":33}
TASK repair_structured_output SPEC FIELD attr_l31 TYPE integer REQUIRED no FIELD col_m18 TYPE number REQUIRED yes FIELD field_l22 TYPE string_date-time REQUIRED yes FIELD prop_b36[].dim_b16 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD prop_b36[].dim_x67 TYPE boolean REQUIRED no FIELD prop_b36[].field_l17 TYPE st...
{"attr_l31":594,"col_m18":521.59,"field_l22":"2020-01-16T23:57:00Z","prop_b36":[{"dim_b16":"mode_a","dim_x67":false,"field_l17":"USD","key_k28":"QC-07","val_y37":"cat_b"}]}
missing_bracket
{ "type": "object", "properties": { "attr_l31": { "type": "integer" }, "col_m18": { "type": "number" }, "field_l22": { "type": "string", "format": "date-time" }, "prop_b36": { "type": "array", "items": { "type": "object", "properties": ...
{"attr_l31":594,"col_m18":521.59,"field_l22":"2020-01-16T23:57:00Z","prop_b36":{"dim_b16":"mode_a","dim_x67":false,"field_l17":"USD","key_k28":"QC-07","val_y37":"cat_b"}]}
Missing closing bracket
{"attr_l31":594,"col_m18":521.59,"field_l22":"2020-01-16T23:57:00Z","prop_b36":[{"dim_b16":"mode_a","dim_x67":false,"field_l17":"USD","key_k28":"QC-07","val_y37":"cat_b"}]}
TASK repair_structured_output SPEC FIELD phone TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD interest_rate TYPE string_date-time REQUIRED no FIELD duration_ms TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD department TYPE boolean REQUIRED no FIELD user_id TYPE string VALUES mode_a|...
{"interest_rate":"2025-12-03T01:00:00Z","duration_ms":"mode_a","department":true,"user_id":"mode_f","tags":"delivered","umi":"QC-07"}
wrong_type
{ "type": "object", "properties": { "phone": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "interest_rate": { "type": "string", "format": "date-time" }, "duration_ms": { "type": "string",...
{"interest_rate": "2025-12-03T01:00:00Z", "duration_ms": "mode_a", "department": "\"yes\"", "user_id": "mode_f", "tags": "delivered", "umi": "QC-07"}
Field 'department' must be boolean, got string
{"interest_rate":"2025-12-03T01:00:00Z","duration_ms":"mode_a","department":true,"user_id":"mode_f","tags":"delivered","umi":"QC-07"}
TASK repair_structured_output SPEC FIELD patient_id TYPE string_email REQUIRED no FIELD website TYPE string REQUIRED no FIELD lab_result TYPE string VALUES success|error|warning|info REQUIRED yes BROKEN_OUTPUT {"patient_id": "user@test.io", "website": "pending"}
{"patient_id":"user@test.io","website":"pending","lab_result":"error"}
missing_required
{ "type": "object", "properties": { "patient_id": { "type": "string", "format": "email" }, "website": { "type": "string" }, "lab_result": { "type": "string", "enum": [ "success", "error", "warning", "info" ] } }, "requir...
{"patient_id": "user@test.io", "website": "pending"}
Required field 'lab_result' is missing
{"patient_id":"user@test.io","website":"pending","lab_result":"error"}