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 batch_code TYPE string_date-time REQUIRED yes FIELD username TYPE string_uri REQUIRED yes FIELD rating TYPE integer REQUIRED no FIELD medication.fleet_number TYPE integer REQUIRED no FIELD medication.build_status TYPE boolean REQUIRED yes FIELD medication.updated_at TYPE string...
{"batch_code":"2021-04-26T01:04:00Z","username":"https://example.io/v1","rating":948,"cargo_type":{"span_id":"in_transit","branch":"synonymous","ph_level":"white","compound":848.27,"items":323,"index":"user@example.com","medication":false}}
partial_structure
{ "type": "object", "properties": { "batch_code": { "type": "string", "format": "date-time" }, "username": { "type": "string", "format": "uri" }, "rating": { "type": "integer" }, "medication": { "type": "object", "properties": { "fleet_nu...
Based on the data, username is https://example.io/v1. {"batch_code":"2021-04-26T01:04:00Z","username":"https://example.io/v1","rating":948,"cargo_type":{"span_id":"in_transit","branch":"synonymous","ph_level":"white","compound":848.27,"items":323,"index":"user@example.com","medication":false}}
Output mixes natural language with JSON
{"batch_code":"2021-04-26T01:04:00Z","username":"https://example.io/v1","rating":948,"cargo_type":{"span_id":"in_transit","branch":"synonymous","ph_level":"white","compound":848.27,"items":323,"index":"user@example.com","medication":false}}
TASK repair_structured_output SPEC FIELD attr_e01.prop_h17 TYPE integer REQUIRED no FIELD attr_e01.prop_g67 TYPE null REQUIRED yes FIELD attr_e01.param_b72[] TYPE string REQUIRED yes FIELD param_d87 TYPE null REQUIRED no FIELD param_e64 TYPE null REQUIRED no FIELD attr_s01 TYPE string VALUES operational|degraded|offli...
{"attr_e01":{"prop_g67":null,"param_b72":["completed","2023-12-25"]},"param_d87":null,"col_r27":575.08,"param_k09":220}
trailing_comma
{ "type": "object", "properties": { "attr_e01": { "type": "object", "properties": { "prop_h17": { "type": "integer" }, "prop_g67": { "type": "null" }, "param_b72": { "type": "array", "items": { "type": "strin...
{"attr_e01":{"prop_g67":null,"param_b72":["completed","2023-12-25",]},"param_d87":null,"col_r27":575.08,"param_k09":220}
Unexpected trailing comma
{"attr_e01":{"prop_g67":null,"param_b72":["completed","2023-12-25"]},"param_d87":null,"col_r27":575.08,"param_k09":220}
TASK repair_structured_output SPEC FIELD duration_ms TYPE boolean REQUIRED yes FIELD phenotype TYPE number REQUIRED no FIELD batch_code TYPE boolean REQUIRED no FIELD chromosome TYPE string_uri REQUIRED no FIELD log_level.altitude TYPE integer REQUIRED yes FIELD log_level.options TYPE string REQUIRED yes FIELD log_lev...
{"duration_ms":false,"phenotype":224.99,"log_level":{"altitude":579,"options":"Santos","total":"user@domain.com","version":152}}
markdown_fences
{ "type": "object", "properties": { "duration_ms": { "type": "boolean" }, "phenotype": { "type": "number" }, "batch_code": { "type": "boolean" }, "chromosome": { "type": "string", "format": "uri" }, "log_level": { "type": "object", "prope...
```json {"duration_ms":false,"phenotype":224.99,"log_level":{"altitude":579,"options":"Santos","total":"user@domain.com","version":152}} ```
Output contains markdown code fences
{"duration_ms":false,"phenotype":224.99,"log_level":{"altitude":579,"options":"Santos","total":"user@domain.com","version":152}}
TASK repair_structured_output SPEC FIELD attr_d42 TYPE boolean REQUIRED yes FIELD param_p32 TYPE boolean REQUIRED yes FIELD attr_x58 TYPE integer REQUIRED no FIELD param_u34 TYPE integer REQUIRED yes FIELD col_s40 TYPE integer REQUIRED yes BROKEN_OUTPUT book_appointment(attr_d42=True, param_p32=False, param_u34=467, ...
{"attr_d42":true,"param_p32":false,"param_u34":467,"col_s40":579}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_d42": { "type": "boolean" }, "param_p32": { "type": "boolean" }, "attr_x58": { "type": "integer" }, "param_u34": { "type": "integer" }, "col_s40": { "type": "integer" } }, "required": [ "col_s40",...
book_appointment(attr_d42=True, param_p32=False, param_u34=467, col_s40=579)
Tool call uses Python syntax instead of JSON
{"attr_d42":true,"param_p32":false,"param_u34":467,"col_s40":579}
TASK repair_structured_output SPEC FIELD state TYPE string VALUES cat_a|cat_b REQUIRED no FIELD invoice_id TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD rating TYPE boolean REQUIRED yes FIELD items TYPE number REQUIRED no FIELD score TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. <tool_...
{"state":"cat_b","invoice_id":"small","rating":false,"score":"Hapag-Lloyd-Express"}
tool_call_text_mix
{ "type": "object", "properties": { "state": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "invoice_id": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "rating": { "type": "boolea...
Let me check the system. <tool_call name="transfer_call"> {"state":"cat_b","invoice_id":"small","rating":false,"score":"Hapag-Lloyd-Express"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"state":"cat_b","invoice_id":"small","rating":false,"score":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD country TYPE string REQUIRED no FIELD frequency_hz TYPE boolean REQUIRED yes FIELD level TYPE boolean REQUIRED no FIELD catalyst[].frequency_hz TYPE string VALUES active|inactive|pending REQUIRED no FIELD catalyst[].run_id TYPE string_email REQUIRED no FIELD catalyst[].created_...
{"country":"quux","frequency_hz":true,"level":true,"catalyst":[{"type":null,"collateral":"black"}]}
tool_call_python_syntax
{ "type": "object", "properties": { "country": { "type": "string" }, "frequency_hz": { "type": "boolean" }, "level": { "type": "boolean" }, "catalyst": { "type": "array", "items": { "type": "object", "properties": { "frequency_hz": ...
calculate_docking_fee(country='quux', frequency_hz=True, level=True, catalyst=[{'type': None, 'collateral': 'black'}])
Tool call uses Python syntax instead of JSON
{"country":"quux","frequency_hz":true,"level":true,"catalyst":[{"type":null,"collateral":"black"}]}
TASK repair_structured_output SPEC FIELD field_v42.val_j05 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD field_v42.key_p94 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_v42.key_a41 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD field_v42.key_z46.attr_i78 TYPE string_email...
{"field_v42":{"key_z46":{"attr_i78":"user@domain.org","key_s38":"example","attr_w21":89,"attr_x85":[575.22,462.15,82.71]},"prop_g88":null,"val_e97":"https://example.org/v1","param_g93":"Berlin"},"dim_e62":"world","attr_k08":{"dim_j04":"free","dim_n30":null,"field_z18":null},"prop_r49":"https://example.com","val_x06":"l...
thought_process
{ "type": "object", "properties": { "field_v42": { "type": "object", "properties": { "val_j05": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "key_p94": { "type": "string", "enum": [ ...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"field_v42":{"key_z46":{"attr_i78":"user@domain.org","key_s38":"example","attr_w21":89,"attr_x85":[575.22,462.15,82.71]},"prop_g88":null,"val_e97":"https://example.org/v1","param_g93":"Berlin...
Output contains chain-of-thought reasoning before JSON
{"field_v42":{"key_z46":{"attr_i78":"user@domain.org","key_s38":"example","attr_w21":89,"attr_x85":[575.22,462.15,82.71]},"prop_g88":null,"val_e97":"https://example.org/v1","param_g93":"Berlin"},"dim_e62":"world","attr_k08":{"dim_j04":"free","dim_n30":null,"field_z18":null},"prop_r49":"https://example.com","val_x06":"l...
TASK repair_structured_output SPEC FIELD dim_z96 TYPE string REQUIRED yes FIELD dim_o16 TYPE number REQUIRED no FIELD field_a76 TYPE string REQUIRED no FIELD val_c91 TYPE string REQUIRED no FIELD attr_i29.prop_y73 TYPE boolean REQUIRED no FIELD attr_i29.field_x49 TYPE integer REQUIRED yes FIELD attr_i29.col_c02 TYPE s...
{"dim_z96":"https://api.example.com/v1","dim_o16":832.49,"val_c91":"https://api.example.com/v1","attr_i29":{"prop_y73":false,"field_x49":698}}
missing_bracket
{ "type": "object", "properties": { "dim_z96": { "type": "string" }, "dim_o16": { "type": "number" }, "field_a76": { "type": "string" }, "val_c91": { "type": "string" }, "attr_i29": { "type": "object", "properties": { "prop_y73": { ...
{"dim_z96":"https://api.example.com/v1","dim_o16":832.49,"val_c91":"https://api.example.com/v1","attr_i29":{"prop_y73":false,"field_x49":698}}
Missing closing bracket
{"dim_z96":"https://api.example.com/v1","dim_o16":832.49,"val_c91":"https://api.example.com/v1","attr_i29":{"prop_y73":false,"field_x49":698}}
TASK repair_structured_output SPEC FIELD shift_code TYPE string REQUIRED yes FIELD image_url TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD amplitude TYPE string REQUIRED no FIELD footnote[].voltage TYPE string REQUIRED no FIELD footnote[].trace_id TYPE string REQUIRED no FIELD footn...
{"shift_code":"test@example.com","image_url":"confirmed","footnote":[{"voltage":"approved","trace_id":"baz","vessel_name":172.21,"shift_code":63.95,"values":296.36,"bearing":"heterozygous"},{"voltage":"cancelled","trace_id":"John","vessel_name":711.79,"decay_rate":"qux","shift_code":398.63,"values":149.73,"bearing":"ho...
truncated_array
{ "type": "object", "properties": { "shift_code": { "type": "string" }, "image_url": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "amplitude": { "type": "string" }, "footnote": { ...
{"shift_code":"test@example.com","image_url":"confirmed","footnote":[{"voltage":"approved","trace_id":"baz","vessel_name":172.21,"shift_code":63.95,"values":296.36,"bearing":"heterozygous"},{"voltage":"cancelled","trace_id":"John","vessel_name":711.79,"decay_rate":"qux","shift_code":398.63,"values":149.73,"bearing":"ho...
Unexpected end of JSON input — truncated array
{"shift_code":"test@example.com","image_url":"confirmed","footnote":[{"voltage":"approved","trace_id":"baz","vessel_name":172.21,"shift_code":63.95,"values":296.36,"bearing":"heterozygous"},{"voltage":"cancelled","trace_id":"John","vessel_name":711.79,"decay_rate":"qux","shift_code":398.63,"values":149.73,"bearing":"ho...
TASK repair_structured_output SPEC FIELD user_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD message TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD procedure_code TYPE string REQUIRED no FIELD title TYPE number REQUIRED no FIELD city TYPE boolean REQUIRED yes FIELD weight TYPE...
{"user_id":"type_c","message":"cat_d","procedure_code":"Charlie","city":false,"weight":"level_3"}
missing_required
{ "type": "object", "properties": { "user_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "message": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat...
{"user_id": "type_c", "procedure_code": "Charlie", "city": false, "weight": "level_3"}
Required field 'message' is missing
{"user_id":"type_c","message":"cat_d","procedure_code":"Charlie","city":false,"weight":"level_3"}
TASK repair_structured_output SPEC FIELD attr_w29.col_r37 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_w29.field_r57 TYPE string REQUIRED no FIELD attr_w29.dim_g72 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_w29.param_q98[] TYPE boolean REQUIRED yes FIELD attr_f44 TYPE ...
{"attr_f44":"married","prop_d62":"mode_c","key_n29":"Smith","col_y63":484.23}
missing_required
{ "type": "object", "properties": { "attr_w29": { "type": "object", "properties": { "col_r37": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "field_r57": { ...
{"prop_d62": "mode_c", "key_n29": "Smith", "col_y63": 484.23}
Required field 'attr_f44' is missing
{"attr_f44":"married","prop_d62":"mode_c","key_n29":"Smith","col_y63":484.23}
TASK repair_structured_output SPEC FIELD field_h32 TYPE string REQUIRED yes FIELD dim_g86 TYPE integer REQUIRED no FIELD field_w44.field_x62 TYPE boolean REQUIRED yes FIELD field_w44.dim_p84 TYPE string REQUIRED no FIELD field_w44.col_w91 TYPE string REQUIRED no FIELD field_w44.field_c33 TYPE number REQUIRED no FIELD ...
{"field_h32":"chrX","dim_g86":201,"field_w44":{"field_x62":false,"dim_p84":"baz","col_w91":"chrX","field_c33":51.07,"col_j01":[{"dim_r75":416.3,"prop_m91":997.63,"prop_m41":"single"},{"dim_r75":155.87,"prop_m91":863.6,"prop_m41":"single"},{"dim_r75":192.96,"prop_m91":242.38,"prop_m41":"married"},{"dim_r75":770.42,"prop...
single_quotes
{ "type": "object", "properties": { "field_h32": { "type": "string" }, "dim_g86": { "type": "integer" }, "field_w44": { "type": "object", "properties": { "field_x62": { "type": "boolean" }, "dim_p84": { "type": "string" ...
{'field_h32':'chrX','dim_g86':201,'field_w44':{'field_x62':false,'dim_p84':'baz','col_w91':'chrX','field_c33':51.07,'col_j01':[{'dim_r75':416.3,'prop_m91':997.63,'prop_m41':'single'},{'dim_r75':155.87,'prop_m91':863.6,'prop_m41':'single'},{'dim_r75':192.96,'prop_m91':242.38,'prop_m41':'married'},{'dim_r75':770.42,'prop...
Expecting property name enclosed in double quotes
{"field_h32":"chrX","dim_g86":201,"field_w44":{"field_x62":false,"dim_p84":"baz","col_w91":"chrX","field_c33":51.07,"col_j01":[{"dim_r75":416.3,"prop_m91":997.63,"prop_m41":"single"},{"dim_r75":155.87,"prop_m91":863.6,"prop_m41":"single"},{"dim_r75":192.96,"prop_m91":242.38,"prop_m41":"married"},{"dim_r75":770.42,"prop...
TASK repair_structured_output SPEC FIELD dim_p65 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_j03 TYPE integer REQUIRED no FIELD field_u57 TYPE integer REQUIRED no FIELD attr_c59 TYPE string REQUIRED yes FIELD col_e50 TYPE integer REQUIRED no FIELD dim_s21 TYPE integer REQUIRED no BROK...
{"dim_p65":"in_transit","field_u57":183,"attr_c59":"foo","col_e50":48,"dim_s21":156}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_p65": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_j03": { "type": "integer" }, "field_u57": { "type": "integer" }, "attr_c59": { "type":...
Tool: send_email Params: {"dim_p65": "in_transit", "field_u57": 183, "attr_c59": "foo", "col_e50": 48, "dim_s21_new": 156}
Agent used wrong parameter name 'dim_s21_new' instead of 'dim_s21'
{"dim_p65":"in_transit","field_u57":183,"attr_c59":"foo","col_e50":48,"dim_s21":156}
TASK repair_structured_output SPEC FIELD amount TYPE string_uri REQUIRED yes FIELD payment_status TYPE string VALUES admin|editor|viewer REQUIRED no FIELD frequency_hz TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD bearing TYPE string_email REQUIRED yes FIELD procedure_code TYPE integer REQUIRED yes BR...
{"amount":"https://data.io/data","frequency_hz":"level_1","bearing":"user@test.io","procedure_code":17}
missing_required
{ "type": "object", "properties": { "amount": { "type": "string", "format": "uri" }, "payment_status": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "frequency_hz": { "type": "string", "enum": [ "level_1",...
{"amount": "https://data.io/data", "bearing": "user@test.io", "procedure_code": 17}
Required field 'frequency_hz' is missing
{"amount":"https://data.io/data","frequency_hz":"level_1","bearing":"user@test.io","procedure_code":17}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD consignee TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD nickname TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD length TYPE string REQUIRED yes FIELD height TYPE stri...
{"fleet_number":"mode_d","consignee":"mode_d","length":"foo","height":"GRCh38"}
markdown_fences
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "consignee": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
```json {"fleet_number":"mode_d","consignee":"mode_d","length":"foo","height":"GRCh38"} ```
Output contains markdown code fences
{"fleet_number":"mode_d","consignee":"mode_d","length":"foo","height":"GRCh38"}
TASK repair_structured_output SPEC FIELD key_j61 TYPE null REQUIRED no FIELD prop_p13 TYPE integer REQUIRED no FIELD param_t70 TYPE boolean REQUIRED no FIELD val_l26[] TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_x96[] TYPE string REQUIRED no BROKEN_OUTPUT {"prop_p13":727,"val_l26":["draft","pub...
{"prop_p13":727,"val_l26":["draft","published"],"val_x96":["Paris","GRCh38"]}
truncated_object
{ "type": "object", "properties": { "key_j61": { "type": "null" }, "prop_p13": { "type": "integer" }, "param_t70": { "type": "boolean" }, "val_l26": { "type": "array", "items": { "type": "string", "enum": [ "draft", "publi...
{"prop_p13":727,"val_l26":["draft","published"],"val_x96":["Paris","GRCh38"]
Unexpected end of JSON input — truncated object
{"prop_p13":727,"val_l26":["draft","published"],"val_x96":["Paris","GRCh38"]}
TASK repair_structured_output SPEC FIELD param_o42 TYPE integer REQUIRED yes FIELD param_g02 TYPE integer REQUIRED no FIELD param_n25.prop_t44 TYPE boolean REQUIRED no FIELD param_n25.field_d46.key_v48 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_n25.field_d46.attr_c29 TYPE string VALUES small|medi...
{"param_o42":851,"param_g02":408,"param_n25":{"prop_t44":false,"field_d46":{"attr_c29":"xl","attr_s35":"single","val_g88":"active","param_f81":743},"col_x86":218,"key_w19":"high","attr_p52":541,"field_u46":null,"col_x28":null,"val_x18":"married"},"prop_p03":{"attr_u32":"homozygous","param_z79":"sample"}}
missing_required
{ "type": "object", "properties": { "param_o42": { "type": "integer" }, "param_g02": { "type": "integer" }, "param_n25": { "type": "object", "properties": { "prop_t44": { "type": "boolean" }, "field_d46": { "type": "object", ...
{"param_o42": 851, "param_g02": 408, "prop_p03": {"attr_u32": "homozygous", "param_z79": "sample"}}
Required field 'param_n25' is missing
{"param_o42":851,"param_g02":408,"param_n25":{"prop_t44":false,"field_d46":{"attr_c29":"xl","attr_s35":"single","val_g88":"active","param_f81":743},"col_x86":218,"key_w19":"high","attr_p52":541,"field_u46":null,"col_x28":null,"val_x18":"married"},"prop_p03":{"attr_u32":"homozygous","param_z79":"sample"}}
TASK repair_structured_output SPEC FIELD conductivity TYPE boolean REQUIRED yes FIELD email TYPE boolean REQUIRED no FIELD department TYPE integer REQUIRED no FIELD username TYPE string REQUIRED no FIELD url TYPE integer REQUIRED no FIELD umi TYPE integer REQUIRED no BROKEN_OUTPUT Here is the JSON you requested: {"co...
{"conductivity":false,"email":true,"username":"active","umi":371}
extra_text_before
{ "type": "object", "properties": { "conductivity": { "type": "boolean" }, "email": { "type": "boolean" }, "department": { "type": "integer" }, "username": { "type": "string" }, "url": { "type": "integer" }, "umi": { "type": "integer" ...
Here is the JSON you requested: {"conductivity":false,"email":true,"username":"active","umi":371}
Output contains non-JSON text before the object
{"conductivity":false,"email":true,"username":"active","umi":371}
TASK repair_structured_output SPEC FIELD key_p17 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_o48 TYPE integer REQUIRED no FIELD key_f86[].col_m51 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_f86[].field_o46 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_f...
{"key_p17":"push","key_f86":[{"col_m51":"small","param_j78":268,"field_e69":"quux"},{"col_m51":"medium","field_o46":"anchored","param_j78":309,"field_e69":"chrX"}]}
null_required
{ "type": "object", "properties": { "key_p17": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "dim_o48": { "type": "integer" }, "key_f86": { "type": "array", "items": { "type": "object", "prop...
{"key_p17": null, "key_f86": [{"col_m51": "small", "param_j78": 268, "field_e69": "quux"}, {"col_m51": "medium", "field_o46": "anchored", "param_j78": 309, "field_e69": "chrX"}]}
Required field 'key_p17' is null
{"key_p17":"push","key_f86":[{"col_m51":"small","param_j78":268,"field_e69":"quux"},{"col_m51":"medium","field_o46":"anchored","param_j78":309,"field_e69":"chrX"}]}
TASK repair_structured_output SPEC FIELD dim_f10 TYPE integer REQUIRED no FIELD val_r77 TYPE string VALUES type_a|type_b REQUIRED yes FIELD val_d48 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD key_j00.val_z44 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD ke...
{"dim_f10":651,"val_r77":"type_a","val_d48":"option_d","key_j00":{"val_z44":"level_1","field_j35":["Alice","chr1","2024-01-15","FWD"],"col_o65":[{"prop_r24":"bar","attr_i15":560.79,"prop_s63":"Smith","val_q90":"large","param_i23":"anchored"},{"prop_r24":"demo","attr_i15":147.66,"prop_s63":"test@example.com","val_q90":"...
missing_bracket
{ "type": "object", "properties": { "dim_f10": { "type": "integer" }, "val_r77": { "type": "string", "enum": [ "type_a", "type_b" ] }, "val_d48": { "type": "string", "enum": [ "option_a", "option_b", "option_c", ...
{"dim_f10":651,"val_r77":"type_a","val_d48":"option_d","key_j00":{"val_z44":"level_1","field_j35":["Alice","chr1","2024-01-15","FWD","col_o65":[{"prop_r24":"bar","attr_i15":560.79,"prop_s63":"Smith","val_q90":"large","param_i23":"anchored"},{"prop_r24":"demo","attr_i15":147.66,"prop_s63":"test@example.com","val_q90":"m...
Missing closing bracket
{"dim_f10":651,"val_r77":"type_a","val_d48":"option_d","key_j00":{"val_z44":"level_1","field_j35":["Alice","chr1","2024-01-15","FWD"],"col_o65":[{"prop_r24":"bar","attr_i15":560.79,"prop_s63":"Smith","val_q90":"large","param_i23":"anchored"},{"prop_r24":"demo","attr_i15":147.66,"prop_s63":"test@example.com","val_q90":"...
TASK repair_structured_output SPEC FIELD prop_s70 TYPE integer REQUIRED yes FIELD prop_n13 TYPE string REQUIRED no FIELD col_l42 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD param_u13 TYPE string REQUIRED no FIELD col_p20 TYPE integer REQUIRED yes FIELD col_g03.key_c35 TYPE string VALUES coastal|oc...
{"prop_s70":22,"prop_n13":"Alice","col_l42":"type_b","param_u13":"user@domain.com","col_p20":828,"col_g03":{"key_c35":"coastal","prop_m50":160,"field_w19":"bar","prop_j13":607.58,"col_d50":"operational"}}
tool_call_text_mix
{ "type": "object", "properties": { "prop_s70": { "type": "integer" }, "prop_n13": { "type": "string" }, "col_l42": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "param_u13": { "type": "string...
Let me check the system. <tool_call name="schedule_meeting"> {"prop_s70":22,"prop_n13":"Alice","col_l42":"type_b","param_u13":"user@domain.com","col_p20":828,"col_g03":{"key_c35":"coastal","prop_m50":160,"field_w19":"bar","prop_j13":607.58,"col_d50":"operational"}} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"prop_s70":22,"prop_n13":"Alice","col_l42":"type_b","param_u13":"user@domain.com","col_p20":828,"col_g03":{"key_c35":"coastal","prop_m50":160,"field_w19":"bar","prop_j13":607.58,"col_d50":"operational"}}
TASK repair_structured_output SPEC FIELD chapter TYPE integer REQUIRED no FIELD zip_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD quality_score TYPE string REQUIRED yes FIELD title TYPE integer REQUIRED no BROKEN_OUTPUT {"chapter": 836, "zip_code": "berthed", "title": 712}
{"chapter":836,"zip_code":"berthed","quality_score":"test@example.com","title":712}
missing_required
{ "type": "object", "properties": { "chapter": { "type": "integer" }, "zip_code": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "quality_score": { "type": "string" }, "title": { "type": "...
{"chapter": 836, "zip_code": "berthed", "title": 712}
Required field 'quality_score' is missing
{"chapter":836,"zip_code":"berthed","quality_score":"test@example.com","title":712}
TASK repair_structured_output SPEC FIELD dim_g30 TYPE boolean REQUIRED yes FIELD param_a10 TYPE integer REQUIRED no FIELD key_t40 TYPE integer REQUIRED no FIELD prop_f57[].field_h10 TYPE number REQUIRED no FIELD prop_f57[].param_t34 TYPE string REQUIRED no FIELD prop_f57[].attr_c97 TYPE boolean REQUIRED yes FIELD prop...
{"dim_g30":true,"key_t40":731,"prop_f57":[{"field_h10":786.89,"param_t34":"2023-12-25","attr_c97":true,"key_y35":754,"field_d83":"Santos"},{"attr_c97":true,"key_y35":677,"field_d83":"active"},{"field_h10":990.24,"attr_c97":true,"key_y35":62,"field_d83":"Charlie"}],"attr_m79":[{"param_d05":99.55,"field_h52":"option_a","...
extra_text_before
{ "type": "object", "properties": { "dim_g30": { "type": "boolean" }, "param_a10": { "type": "integer" }, "key_t40": { "type": "integer" }, "prop_f57": { "type": "array", "items": { "type": "object", "properties": { "field_h10": { ...
Let me provide the data in JSON format: {"dim_g30":true,"key_t40":731,"prop_f57":[{"field_h10":786.89,"param_t34":"2023-12-25","attr_c97":true,"key_y35":754,"field_d83":"Santos"},{"attr_c97":true,"key_y35":677,"field_d83":"active"},{"field_h10":990.24,"attr_c97":true,"key_y35":62,"field_d83":"Charlie"}],"attr_m79":[{"p...
Output contains non-JSON text before the object
{"dim_g30":true,"key_t40":731,"prop_f57":[{"field_h10":786.89,"param_t34":"2023-12-25","attr_c97":true,"key_y35":754,"field_d83":"Santos"},{"attr_c97":true,"key_y35":677,"field_d83":"active"},{"field_h10":990.24,"attr_c97":true,"key_y35":62,"field_d83":"Charlie"}],"attr_m79":[{"param_d05":99.55,"field_h52":"option_a","...
TASK repair_structured_output SPEC FIELD country TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD umi TYPE boolean REQUIRED yes FIELD maturity_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD size TYPE integer REQUIRED no FIELD strand TYPE boolean REQUIRED no FIELD category TYPE i...
{"country":"type_a","umi":true,"maturity_date":"mode_b","size":213,"strand":true,"feedback":68,"format":107.5}
tool_call_partial_args
{ "type": "object", "properties": { "country": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "umi": { "type": "boolean" }, "maturity_date": { "type": "string", "enum": [ "mode_a", "mod...
Let me check the system. Action: query_port_status Arguments: {"country": "type_a", "umi": true, "size": 213, "strand": true, "feedback": 68, "format": 107.5}
Agent tool call missing required parameter 'maturity_date'
{"country":"type_a","umi":true,"maturity_date":"mode_b","size":213,"strand":true,"feedback":68,"format":107.5}
TASK repair_structured_output SPEC FIELD vital_sign TYPE string REQUIRED no FIELD trace_id TYPE string REQUIRED no FIELD subtotal TYPE string REQUIRED yes FIELD freight_class TYPE string REQUIRED no FIELD current_draw.sensor_id TYPE string REQUIRED yes FIELD current_draw.vessel_name TYPE string VALUES coastal|oceanic|...
{"vital_sign":"2024-01-15","trace_id":"sample","subtotal":"MV-Evergreen-01","freight_class":"approved","gene_id":{"country":"info","invoice_id":"heterozygous","phenotype":"Santos","dissolved_oxygen":169.55,"shift_code":{"voltage":"completed","latitude":null,"position":null,"pressure_kpa":"Maria"},"language":{"amplitude...
tool_call_python_syntax
{ "type": "object", "properties": { "vital_sign": { "type": "string" }, "trace_id": { "type": "string" }, "subtotal": { "type": "string" }, "freight_class": { "type": "string" }, "current_draw": { "type": "object", "properties": { "sens...
update_record(vital_sign='2024-01-15', trace_id='sample', subtotal='MV-Evergreen-01', freight_class='approved', gene_id={'country': 'info', 'invoice_id': 'heterozygous', 'phenotype': 'Santos', 'dissolved_oxygen': 169.55, 'shift_code': {'voltage': 'completed', 'latitude': None, 'position': None, 'pressure_kpa': 'Maria'}...
Tool call uses Python syntax instead of JSON
{"vital_sign":"2024-01-15","trace_id":"sample","subtotal":"MV-Evergreen-01","freight_class":"approved","gene_id":{"country":"info","invoice_id":"heterozygous","phenotype":"Santos","dissolved_oxygen":169.55,"shift_code":{"voltage":"completed","latitude":null,"position":null,"pressure_kpa":"Maria"},"language":{"amplitude...
TASK repair_structured_output SPEC FIELD first_name.current_draw TYPE integer REQUIRED no FIELD first_name.status_code TYPE number REQUIRED no FIELD first_name.options TYPE number REQUIRED no FIELD first_name.visible TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD first_name.bearing TYPE number R...
{"first_name":{"current_draw":128,"status_code":955.63,"options":796.95,"visible":"underway","bearing":828.97,"department":176,"shipper_ref":true},"city":{"yield_pct":{"height":"admin@example.com"},"span_id":"REV","section":"https://api.io/v1","account_id":378,"vital_sign":"info"},"label":680,"latitude":"https://exampl...
truncated_array
{ "type": "object", "properties": { "first_name": { "type": "object", "properties": { "current_draw": { "type": "integer" }, "status_code": { "type": "number" }, "options": { "type": "number" }, "visible": { ...
{"first_name":{"current_draw":128,"status_code":955.63,"options":796.95,"visible":"underway","bearing":828.97,"department":176,"shipper_ref":true},"city":{"yield_pct":{"height":"admin@example.com"},"span_id":"REV","section":"https://api.io/v1","account_id":378,"vital_sign":"info"},"label":680,"latitude":"https://exampl...
Unexpected end of JSON input — truncated object
{"first_name":{"current_draw":128,"status_code":955.63,"options":796.95,"visible":"underway","bearing":828.97,"department":176,"shipper_ref":true},"city":{"yield_pct":{"height":"admin@example.com"},"span_id":"REV","section":"https://api.io/v1","account_id":378,"vital_sign":"info"},"label":680,"latitude":"https://exampl...
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES active|inactive|pending REQUIRED no FIELD end_date TYPE boolean REQUIRED no FIELD run_id TYPE string REQUIRED no FIELD message TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD invoice_id TYPE string VALUES red|blue|green|black|whit...
{"due_date":"inactive","run_id":"REV","invoice_id":"blue","phone":"Tokyo","umi":525.54,"format":859}
extra_field
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "end_date": { "type": "boolean" }, "run_id": { "type": "string" }, "message": { "type": "string", "enum": [...
{"due_date": "inactive", "run_id": "REV", "invoice_id": "blue", "phone": "Tokyo", "umi": 525.54, "format": 859, "extra_info_6276": 42}
Unknown field 'extra_info_6276' not defined in schema
{"due_date":"inactive","run_id":"REV","invoice_id":"blue","phone":"Tokyo","umi":525.54,"format":859}
TASK repair_structured_output SPEC FIELD product_id TYPE string_date-time REQUIRED yes FIELD frequency_hz TYPE boolean REQUIRED yes FIELD repository.type TYPE boolean REQUIRED no FIELD repository.vessel_name TYPE string REQUIRED yes FIELD repository.berth_slot.log_level TYPE null REQUIRED no FIELD repository.berth_slo...
{"product_id":"2021-04-16T07:10:00Z","frequency_hz":true,"repository":{"type":false,"vessel_name":"https://api.example.com/v1","berth_slot":{"date":"low","fleet_number":"Bob"}},"user_id":"pending"}
unquoted_keys
{ "type": "object", "properties": { "product_id": { "type": "string", "format": "date-time" }, "frequency_hz": { "type": "boolean" }, "repository": { "type": "object", "properties": { "type": { "type": "boolean" }, "vessel_name": { ...
{product_id:"2021-04-16T07:10:00Z",frequency_hz:true,repository:{type:false,vessel_name:"https://api.example.com/v1",berth_slot:{date:"low",fleet_number:"Bob"}},user_id:"pending"}
Expecting property name enclosed in double quotes
{"product_id":"2021-04-16T07:10:00Z","frequency_hz":true,"repository":{"type":false,"vessel_name":"https://api.example.com/v1","berth_slot":{"date":"low","fleet_number":"Bob"}},"user_id":"pending"}
TASK repair_structured_output SPEC FIELD strand TYPE boolean REQUIRED no FIELD consignee TYPE string VALUES active|inactive|pending REQUIRED no FIELD salinity TYPE string REQUIRED yes FIELD interest_rate TYPE string_email REQUIRED no FIELD total[].tile TYPE string_date-time REQUIRED yes FIELD total[].dosage TYPE strin...
{"salinity":"completed","total":[{"tile":"2024-12-22T01:11:00Z","dosage":"inactive","velocity":153.75},{"tile":"2022-02-04T22:01:00Z","dosage":"MV-Evergreen-01","velocity":89.57},{"tile":"2022-08-15T20:05:00Z","dosage":"Berlin","velocity":396.37}],"tile":[{"id":"2023-03-07T05:01:00Z","wavelength":"inactive","width":nul...
unquoted_keys
{ "type": "object", "properties": { "strand": { "type": "boolean" }, "consignee": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "salinity": { "type": "string" }, "interest_rate": { "type": "string", "f...
{salinity:"completed",total:[{tile:"2024-12-22T01:11:00Z",dosage:"inactive",velocity:153.75},{tile:"2022-02-04T22:01:00Z",dosage:"MV-Evergreen-01",velocity:89.57},{tile:"2022-08-15T20:05:00Z",dosage:"Berlin",velocity:396.37}],tile:[{id:"2023-03-07T05:01:00Z",wavelength:"inactive",width:null,vital_sign:"escalated",senso...
Expecting property name enclosed in double quotes
{"salinity":"completed","total":[{"tile":"2024-12-22T01:11:00Z","dosage":"inactive","velocity":153.75},{"tile":"2022-02-04T22:01:00Z","dosage":"MV-Evergreen-01","velocity":89.57},{"tile":"2022-08-15T20:05:00Z","dosage":"Berlin","velocity":396.37}],"tile":[{"id":"2023-03-07T05:01:00Z","wavelength":"inactive","width":nul...
TASK repair_structured_output SPEC FIELD attr_b77 TYPE boolean REQUIRED yes FIELD param_a33 TYPE integer REQUIRED no FIELD key_b97[] TYPE number REQUIRED no BROKEN_OUTPUT Here's the structured output: {"attr_b77":false,"param_a33":828,"key_b97":[878.81,536.19,360.53]}
{"attr_b77":false,"param_a33":828,"key_b97":[878.81,536.19,360.53]}
extra_text_before
{ "type": "object", "properties": { "attr_b77": { "type": "boolean" }, "param_a33": { "type": "integer" }, "key_b97": { "type": "array", "items": { "type": "number" } } }, "required": [ "attr_b77" ] }
Here's the structured output: {"attr_b77":false,"param_a33":828,"key_b97":[878.81,536.19,360.53]}
Output contains non-JSON text before the object
{"attr_b77":false,"param_a33":828,"key_b97":[878.81,536.19,360.53]}
TASK repair_structured_output SPEC FIELD amplitude TYPE string VALUES active|inactive|pending REQUIRED no FIELD invoice_id TYPE string REQUIRED no FIELD shipper_ref TYPE string REQUIRED yes FIELD footnote TYPE number REQUIRED no FIELD ward TYPE string_uri REQUIRED no FIELD total TYPE string REQUIRED no FIELD price TYP...
{"amplitude":"active","invoice_id":"Berlin","shipper_ref":"Bob","patient_id":415}
unquoted_keys
{ "type": "object", "properties": { "amplitude": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "invoice_id": { "type": "string" }, "shipper_ref": { "type": "string" }, "footnote": { "type": "number" }, ...
{amplitude:"active",invoice_id:"Berlin",shipper_ref:"Bob",patient_id:415}
Expecting property name enclosed in double quotes
{"amplitude":"active","invoice_id":"Berlin","shipper_ref":"Bob","patient_id":415}
TASK repair_structured_output SPEC FIELD key_q65 TYPE string REQUIRED no FIELD prop_u76 TYPE string REQUIRED yes FIELD dim_e73 TYPE boolean REQUIRED no FIELD attr_i33 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD param_w45 TYPE string REQUIRED yes FIELD field_m30.param_o65 TYPE string ...
{"key_q65":"2023-12-25","prop_u76":"qux","dim_e73":true,"attr_i33":"type_e","param_w45":"foo","key_p77":606.91}
unquoted_keys
{ "type": "object", "properties": { "key_q65": { "type": "string" }, "prop_u76": { "type": "string" }, "dim_e73": { "type": "boolean" }, "attr_i33": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
{key_q65:"2023-12-25",prop_u76:"qux",dim_e73:true,attr_i33:"type_e",param_w45:"foo",key_p77:606.91}
Expecting property name enclosed in double quotes
{"key_q65":"2023-12-25","prop_u76":"qux","dim_e73":true,"attr_i33":"type_e","param_w45":"foo","key_p77":606.91}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE string_date-time REQUIRED yes FIELD loan_amount TYPE boolean REQUIRED no FIELD title TYPE boolean REQUIRED no FIELD patient_id[] TYPE string REQUIRED yes BROKEN_OUTPUT {"shipper_ref": "2020-11-16T17:30:00Z", "title": false, "patient_id": null}
{"shipper_ref":"2020-11-16T17:30:00Z","title":false,"patient_id":["Hapag-Lloyd-Express","approved"]}
null_required
{ "type": "object", "properties": { "shipper_ref": { "type": "string", "format": "date-time" }, "loan_amount": { "type": "boolean" }, "title": { "type": "boolean" }, "patient_id": { "type": "array", "items": { "type": "string" } } }...
{"shipper_ref": "2020-11-16T17:30:00Z", "title": false, "patient_id": null}
Required field 'patient_id' is null
{"shipper_ref":"2020-11-16T17:30:00Z","title":false,"patient_id":["Hapag-Lloyd-Express","approved"]}
TASK repair_structured_output SPEC FIELD dim_p05 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_y66 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD param_b49 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD prop_n13 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD...
{"param_y66":"white","prop_n13":"large","prop_q37":"2020-01-25T16:29:00Z","col_n08":442}
tool_call_partial_args
{ "type": "object", "properties": { "dim_p05": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "param_y66": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
I need to look up the information first. Action: queue_sequencing_run Arguments: {"param_y66": "white", "prop_n13": "large", "col_n08": 442}
Agent tool call missing required parameter 'prop_q37'
{"param_y66":"white","prop_n13":"large","prop_q37":"2020-01-25T16:29:00Z","col_n08":442}
TASK repair_structured_output SPEC FIELD field_l23 TYPE string REQUIRED yes FIELD val_z86 TYPE integer REQUIRED no FIELD col_a94 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD col_g07.col_l11 TYPE string REQUIRED no FIELD col_g07.attr_r66.prop_z92 TYPE string VALUES mode_a|mode_b|mode_c|mode...
{"field_l23":"https://example.com","val_z86":691,"col_a94":"option_c","col_g07":{"col_l11":"Paris","attr_r66":{"prop_z92":"mode_d","field_d56":"low","val_b63":861,"dim_f90":true,"val_n03":null},"param_i62":"Silva","prop_m53":"cat_b","prop_b27":"https://api.com/v1","col_b26":729},"key_f35":{"param_q06":"test@example.com...
truncated_object
{ "type": "object", "properties": { "field_l23": { "type": "string" }, "val_z86": { "type": "integer" }, "col_a94": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "col_g07": { "type": "...
{"field_l23":"https://example.com","val_z86":691,"col_a94":"option_c","col_g07":{"col_l11":"Paris","attr_r66":{"prop_z92":"mode_d","field_d56":"low","val_b63":861,"dim_f90":true,"val_n03":null},"param_i62":"Silva","prop_m53":"cat_b","prop_b27":"https://api.com/v1","col_b26":729},"key_f35":{"param_q06":"test@example.com...
Unexpected end of JSON input — truncated object
{"field_l23":"https://example.com","val_z86":691,"col_a94":"option_c","col_g07":{"col_l11":"Paris","attr_r66":{"prop_z92":"mode_d","field_d56":"low","val_b63":861,"dim_f90":true,"val_n03":null},"param_i62":"Silva","prop_m53":"cat_b","prop_b27":"https://api.com/v1","col_b26":729},"key_f35":{"param_q06":"test@example.com...
TASK repair_structured_output SPEC FIELD message TYPE null REQUIRED no FIELD temp_celsius TYPE string REQUIRED no FIELD salinity TYPE integer REQUIRED yes FIELD shift_code[] TYPE string REQUIRED no FIELD category[].altitude TYPE string REQUIRED yes FIELD category[].commit_hash TYPE number REQUIRED yes FIELD category[]...
{"message":null,"temp_celsius":"Smith","salinity":589,"shift_code":["Bob","hello","RTG-04","https://api.example.com/v1"],"category":[{"altitude":"cancelled","commit_hash":385.65,"coverage":"https://www.io/v1"}]}
single_quotes
{ "type": "object", "properties": { "message": { "type": "null" }, "temp_celsius": { "type": "string" }, "salinity": { "type": "integer" }, "shift_code": { "type": "array", "items": { "type": "string" } }, "category": { "type": "a...
{'message':null,'temp_celsius':'Smith','salinity':589,'shift_code':['Bob','hello','RTG-04','https://api.example.com/v1'],'category':[{'altitude':'cancelled','commit_hash':385.65,'coverage':'https://www.io/v1'}]}
Expecting property name enclosed in double quotes
{"message":null,"temp_celsius":"Smith","salinity":589,"shift_code":["Bob","hello","RTG-04","https://api.example.com/v1"],"category":[{"altitude":"cancelled","commit_hash":385.65,"coverage":"https://www.io/v1"}]}
TASK repair_structured_output SPEC FIELD param_h98 TYPE integer REQUIRED yes FIELD val_q44.prop_q60.val_r51 TYPE boolean REQUIRED no FIELD val_q44.prop_q60.field_b12 TYPE string REQUIRED no FIELD val_q44.prop_q60.attr_b97 TYPE integer REQUIRED yes FIELD val_q44.prop_q60.val_s56 TYPE string VALUES draft|published|archi...
{"param_h98":526,"val_q44":{"dim_z47":"cat_a","attr_b92":"large","val_w21":"mode_b","key_g12":{"prop_i03":"type_b","attr_j22":"REV","key_a48":"mode_d","prop_x94":684,"param_d20":"Luis","prop_v39":"mode_a"},"field_r36":132,"prop_o61":969},"col_t80":"2023-12-25","prop_e50":"Tokyo","val_o31":"https://data.org/api","val_t0...
markdown_explanation
{ "type": "object", "properties": { "param_h98": { "type": "integer" }, "val_q44": { "type": "object", "properties": { "prop_q60": { "type": "object", "properties": { "val_r51": { "type": "boolean" }, "field_...
Here's the structured output: ```json {"param_h98":526,"val_q44":{"dim_z47":"cat_a","attr_b92":"large","val_w21":"mode_b","key_g12":{"prop_i03":"type_b","attr_j22":"REV","key_a48":"mode_d","prop_x94":684,"param_d20":"Luis","prop_v39":"mode_a"},"field_r36":132,"prop_o61":969},"col_t80":"2023-12-25","prop_e50":"Tokyo","v...
Output contains markdown and explanatory text around JSON
{"param_h98":526,"val_q44":{"dim_z47":"cat_a","attr_b92":"large","val_w21":"mode_b","key_g12":{"prop_i03":"type_b","attr_j22":"REV","key_a48":"mode_d","prop_x94":684,"param_d20":"Luis","prop_v39":"mode_a"},"field_r36":132,"prop_o61":969},"col_t80":"2023-12-25","prop_e50":"Tokyo","val_o31":"https://data.org/api","val_t0...
TASK repair_structured_output SPEC FIELD param_k31 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_h79 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD col_l02 TYPE string REQUIRED no FIELD attr_k60 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_...
{"param_k31":"returned","col_l02":"bar","attr_k60":"confirmed","val_a79":"Alice","val_b19":true}
truncated_array
{ "type": "object", "properties": { "param_k31": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_h79": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "c...
{"param_k31":"returned","col_l02":"bar","attr_k60":"confirmed","val_a79":"Alice","val_b19":true
Unexpected end of JSON input — truncated object
{"param_k31":"returned","col_l02":"bar","attr_k60":"confirmed","val_a79":"Alice","val_b19":true}
TASK repair_structured_output SPEC FIELD key_w53 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD param_w66 TYPE string REQUIRED no FIELD attr_g75 TYPE integer REQUIRED no FIELD field_h06 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_w53":"black","attr_g75":316,"field_h06":"Charlie"}
{"key_w53":"black","attr_g75":316,"field_h06":"Charlie"}
missing_bracket
{ "type": "object", "properties": { "key_w53": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "param_w66": { "type": "string" }, "attr_g75": { "type": "integer" }, "field_h06": { "typ...
{"key_w53":"black","attr_g75":316,"field_h06":"Charlie"}
Missing closing bracket
{"key_w53":"black","attr_g75":316,"field_h06":"Charlie"}
TASK repair_structured_output SPEC FIELD patient_id TYPE string REQUIRED no FIELD last_name TYPE integer REQUIRED yes FIELD label TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD strand TYPE string REQUIRED yes FIELD manifest_ref.email TYPE null REQUIRED yes FIELD manifest_ref.interest_rate TYPE number ...
{"patient_id":"sample","last_name":959,"label":"basic","strand":"qux","manifest_ref":{"email":null,"interest_rate":555.94,"catalyst":{"organism":"Oliveira","nickname":null,"brake_pressure":"single","enabled":false,"active":true,"allele":"baz","name":"info"}}}
markdown_explanation
{ "type": "object", "properties": { "patient_id": { "type": "string" }, "last_name": { "type": "integer" }, "label": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "strand": { "type": "string" ...
I've generated the following JSON: ```json {"patient_id":"sample","last_name":959,"label":"basic","strand":"qux","manifest_ref":{"email":null,"interest_rate":555.94,"catalyst":{"organism":"Oliveira","nickname":null,"brake_pressure":"single","enabled":false,"active":true,"allele":"baz","name":"info"}}} ``` Analysis fini...
Output contains markdown and explanatory text around JSON
{"patient_id":"sample","last_name":959,"label":"basic","strand":"qux","manifest_ref":{"email":null,"interest_rate":555.94,"catalyst":{"organism":"Oliveira","nickname":null,"brake_pressure":"single","enabled":false,"active":true,"allele":"baz","name":"info"}}}
TASK repair_structured_output SPEC FIELD updated_at TYPE string VALUES email|phone|sms|push REQUIRED no FIELD chromosome TYPE string VALUES admin|editor|viewer REQUIRED no FIELD shipping.subject TYPE null REQUIRED yes FIELD shipping.rating.bed_number TYPE string VALUES email|phone|sms|push REQUIRED no FIELD shipping.r...
{"updated_at":"phone","chromosome":"editor","shipping":{"subject":null,"rating":{"maturity_date":"2024-01-15","cargo_type":"frameshift"},"start_date":{"title":169.86,"shipper_ref":"editor","quantity":"info@test.io","id":436.01,"voltage":"https://www.org/data"},"user_id":"phone","color":"low","torque_output":"Charlie"},...
wrong_type
{ "type": "object", "properties": { "updated_at": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "chromosome": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "shipping"...
{"updated_at": "phone", "chromosome": "editor", "shipping": {"subject": null, "rating": {"maturity_date": "2024-01-15", "cargo_type": "frameshift"}, "start_date": {"title": 169.86, "shipper_ref": "editor", "quantity": "info@test.io", "id": 436.01, "voltage": "https://www.org/data"}, "user_id": "phone", "color": "low", ...
Field 'batch_code' must be integer, got string
{"updated_at":"phone","chromosome":"editor","shipping":{"subject":null,"rating":{"maturity_date":"2024-01-15","cargo_type":"frameshift"},"start_date":{"title":169.86,"shipper_ref":"editor","quantity":"info@test.io","id":436.01,"voltage":"https://www.org/data"},"user_id":"phone","color":"low","torque_output":"Charlie"},...
TASK repair_structured_output SPEC FIELD lab_result TYPE string REQUIRED yes FIELD barcode.timezone TYPE string REQUIRED no FIELD barcode.category TYPE boolean REQUIRED no FIELD barcode.wavelength TYPE number REQUIRED no FIELD barcode.vessel_name TYPE string VALUES email|phone|sms|push REQUIRED no FIELD barcode.consig...
{"lab_result":"London","barcode":{"timezone":"test","wavelength":278.55,"vessel_name":"phone","consignee":"GRCh38","latitude":null},"discount":{"hazmat_code":"Silva","compound":"Smith","first_name":"2024-06-30","due_date":"success","barcode":"MV-Evergreen-01"}}
tool_call_partial_args
{ "type": "object", "properties": { "lab_result": { "type": "string" }, "barcode": { "type": "object", "properties": { "timezone": { "type": "string" }, "category": { "type": "boolean" }, "wavelength": { "type": "num...
Let me check the system. Action: query_port_status Arguments: {"lab_result": "London", "discount": {"hazmat_code": "Silva", "compound": "Smith", "first_name": "2024-06-30", "due_date": "success", "barcode": "MV-Evergreen-01"}}
Agent tool call missing required parameter 'barcode'
{"lab_result":"London","barcode":{"timezone":"test","wavelength":278.55,"vessel_name":"phone","consignee":"GRCh38","latitude":null},"discount":{"hazmat_code":"Silva","compound":"Smith","first_name":"2024-06-30","due_date":"success","barcode":"MV-Evergreen-01"}}
TASK repair_structured_output SPEC FIELD field_g29 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD attr_a64 TYPE number REQUIRED no FIELD prop_e86 TYPE null REQUIRED yes FIELD attr_y61 TYPE number REQUIRED no FIELD dim_z02.prop_r04 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD dim_z02.col_c37 T...
{"field_g29":"option_a","prop_e86":null,"attr_y61":388.91,"dim_z02":{"prop_r04":"level_2","col_c37":372.94,"key_k50":"ops@test.io","col_v64":"Sao Paulo","key_x77":"John"},"key_l23":"level_2","col_i74":"completed"}
extra_field
{ "type": "object", "properties": { "field_g29": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "attr_a64": { "type": "number" }, "prop_e86": { "type": "null" }, "attr_y61": { "type": "number" }, "...
{"field_g29": "option_a", "prop_e86": null, "attr_y61": 388.91, "dim_z02": {"prop_r04": "level_2", "col_c37": 372.94, "key_k50": "ops@test.io", "col_v64": "Sao Paulo", "key_x77": "John"}, "key_l23": "level_2", "col_i74": "completed", "extra_data_5155": true}
Unknown field 'extra_data_5155' not defined in schema
{"field_g29":"option_a","prop_e86":null,"attr_y61":388.91,"dim_z02":{"prop_r04":"level_2","col_c37":372.94,"key_k50":"ops@test.io","col_v64":"Sao Paulo","key_x77":"John"},"key_l23":"level_2","col_i74":"completed"}
TASK repair_structured_output SPEC FIELD field_j13 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD dim_e79 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD field_j80 TYPE string REQUIRED yes BROKEN_OUTPUT calculate_price(field_j13='mode_b', dim_e79='cat_a', field_j80='world')
{"field_j13":"mode_b","dim_e79":"cat_a","field_j80":"world"}
tool_call_python_syntax
{ "type": "object", "properties": { "field_j13": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "dim_e79": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] ...
calculate_price(field_j13='mode_b', dim_e79='cat_a', field_j80='world')
Tool call uses Python syntax instead of JSON
{"field_j13":"mode_b","dim_e79":"cat_a","field_j80":"world"}
TASK repair_structured_output SPEC FIELD first_name TYPE number REQUIRED yes FIELD barcode TYPE integer REQUIRED no FIELD build_status TYPE boolean REQUIRED no FIELD compound TYPE boolean REQUIRED no BROKEN_OUTPUT {"first_name": 356.83, "barcode": 115, "build_status": "False", "compound": true}
{"first_name":356.83,"barcode":115,"build_status":false,"compound":true}
boolean_as_string
{ "type": "object", "properties": { "first_name": { "type": "number" }, "barcode": { "type": "integer" }, "build_status": { "type": "boolean" }, "compound": { "type": "boolean" } }, "required": [ "first_name" ] }
{"first_name": 356.83, "barcode": 115, "build_status": "False", "compound": true}
Field 'build_status' must be boolean, got string
{"first_name":356.83,"barcode":115,"build_status":false,"compound":true}
TASK repair_structured_output SPEC FIELD prop_e90 TYPE integer REQUIRED no FIELD key_d22 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD dim_h10 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD col_n44 TYPE string VALUES option_a|option_b|option_c|option_d|option...
{"prop_e90":712,"key_d22":"mode_a","dim_h10":"option_b","col_n44":"option_d"}
extra_field
{ "type": "object", "properties": { "prop_e90": { "type": "integer" }, "key_d22": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "dim_h10": { "type": "string", "enum...
{"prop_e90": 712, "key_d22": "mode_a", "dim_h10": "option_b", "col_n44": "option_d", "extra_info_8220": "unexpected"}
Unknown field 'extra_info_8220' not defined in schema
{"prop_e90":712,"key_d22":"mode_a","dim_h10":"option_b","col_n44":"option_d"}
TASK repair_structured_output SPEC FIELD key_p08 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD key_t91 TYPE string REQUIRED no FIELD key_n06.col_w16 TYPE null REQUIRED no FIELD key_n06.val_n97 TYPE string REQUIRED yes FIELD key_n06.key_w69 TYPE string REQUIRED no FIELD key_n06.param_...
{"key_p08":"rejected","key_t91":"Tokyo","key_n06":{"val_n97":"qux","key_w69":"John","param_d34":"completed"},"key_o33":"Paris","field_o11":true,"prop_y06":{"prop_h60":"level_1","col_t06":"Smith","col_s02":"level_1","key_j35":true}}
single_quotes
{ "type": "object", "properties": { "key_p08": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_t91": { "type": "string" }, "key_n06": { "type": "object", "properties": { "co...
{'key_p08':'rejected','key_t91':'Tokyo','key_n06':{'val_n97':'qux','key_w69':'John','param_d34':'completed'},'key_o33':'Paris','field_o11':true,'prop_y06':{'prop_h60':'level_1','col_t06':'Smith','col_s02':'level_1','key_j35':true}}
Expecting property name enclosed in double quotes
{"key_p08":"rejected","key_t91":"Tokyo","key_n06":{"val_n97":"qux","key_w69":"John","param_d34":"completed"},"key_o33":"Paris","field_o11":true,"prop_y06":{"prop_h60":"level_1","col_t06":"Smith","col_s02":"level_1","key_j35":true}}
TASK repair_structured_output SPEC FIELD build_status.decay_rate TYPE string REQUIRED no FIELD build_status.features TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD build_status.catalyst TYPE string_date-time REQUIRED no FIELD build_status.throttle_pos.options TYPE string_uri REQU...
{"transaction_id":370,"title":"option_c","items":"synonymous","nickname":{"tax":"mode_c","id":{"url":"level_1","bearing":"level_2","insurance_id":true,"phenotype":true},"port_code":false,"zip_code":500.28,"credit_score":{"features":"2023-03-23T03:16:00Z","tags":"London","shipper_ref":null,"country":325.85},"address":"c...
extra_field
{ "type": "object", "properties": { "build_status": { "type": "object", "properties": { "decay_rate": { "type": "string" }, "features": { "type": "string", "enum": [ "level_1", "level_2", "level_3", ...
{"transaction_id": 370, "title": "option_c", "items": "synonymous", "nickname": {"tax": "mode_c", "id": {"url": "level_1", "bearing": "level_2", "insurance_id": true, "phenotype": true}, "port_code": false, "zip_code": 500.28, "credit_score": {"features": "2023-03-23T03:16:00Z", "tags": "London", "shipper_ref": null, "...
Unknown field 'extra_value_381' not defined in schema
{"transaction_id":370,"title":"option_c","items":"synonymous","nickname":{"tax":"mode_c","id":{"url":"level_1","bearing":"level_2","insurance_id":true,"phenotype":true},"port_code":false,"zip_code":500.28,"credit_score":{"features":"2023-03-23T03:16:00Z","tags":"London","shipper_ref":null,"country":325.85},"address":"c...
TASK repair_structured_output SPEC FIELD enabled.tile.frequency_hz TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD enabled.tile.latitude TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD enabled.tile.chromosome TYPE string VALUES option_a|option_b|option_c|option_d|o...
{"enabled":{"currency":"option_a","feedback":"Smith","address":true,"format":{"wavelength":"option_b","trace_id":"inactive","item_id":"mode_a"}},"build_status":"https://www.org/v1","verified":"completed"}
extra_field
{ "type": "object", "properties": { "enabled": { "type": "object", "properties": { "tile": { "type": "object", "properties": { "frequency_hz": { "type": "string", "enum": [ "berthed", "anchored", ...
{"enabled": {"currency": "option_a", "feedback": "Smith", "address": true, "format": {"wavelength": "option_b", "trace_id": "inactive", "item_id": "mode_a"}}, "build_status": "https://www.org/v1", "verified": "completed", "extra_info_9262": true}
Unknown field 'extra_info_9262' not defined in schema
{"enabled":{"currency":"option_a","feedback":"Smith","address":true,"format":{"wavelength":"option_b","trace_id":"inactive","item_id":"mode_a"}},"build_status":"https://www.org/v1","verified":"completed"}
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED yes FIELD description TYPE number REQUIRED no FIELD score TYPE string REQUIRED no FIELD shift_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD brake_pressure TYPE integer REQUIRED yes BROKEN_OUTPUT {"allele":"A sho...
{"allele":"A short description.","description":354.94,"score":"Berlin","shift_code":"offline","brake_pressure":519}
extra_text_after
{ "type": "object", "properties": { "allele": { "type": "string" }, "description": { "type": "number" }, "score": { "type": "string" }, "shift_code": { "type": "string", "enum": [ "operational", "degraded", "offline", "mainten...
{"allele":"A short description.","description":354.94,"score":"Berlin","shift_code":"offline","brake_pressure":519} This should match the schema you provided.
Output contains non-JSON text after the object
{"allele":"A short description.","description":354.94,"score":"Berlin","shift_code":"offline","brake_pressure":519}
TASK repair_structured_output SPEC FIELD shipping TYPE string_uri REQUIRED yes FIELD longitude TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD catalyst TYPE string REQUIRED no FIELD torque_output.type TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD torque_out...
{"shipping":"https://www.org/v1","longitude":"rejected","catalyst":"active","torque_output":{"type":"option_a","latitude":"level_2","paragraph":"https://example.com/data","account_id":"Berlin","format":775}}
tool_call_partial_args
{ "type": "object", "properties": { "shipping": { "type": "string", "format": "uri" }, "longitude": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "catalyst": { "type": "string" }, ...
Let me check the system. Action: process_payment Arguments: {"longitude": "rejected", "catalyst": "active", "torque_output": {"type": "option_a", "latitude": "level_2", "paragraph": "https://example.com/data", "account_id": "Berlin", "format": 775}}
Agent tool call missing required parameter 'shipping'
{"shipping":"https://www.org/v1","longitude":"rejected","catalyst":"active","torque_output":{"type":"option_a","latitude":"level_2","paragraph":"https://example.com/data","account_id":"Berlin","format":775}}
TASK repair_structured_output SPEC FIELD prop_g36 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_u12 TYPE boolean REQUIRED no FIELD param_m85 TYPE integer REQUIRED yes FIELD param_a78 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_l67 TYPE number REQUIRED yes FIELD col_e99.param_k4...
{"col_u12":true,"param_m85":398,"param_a78":"medium","dim_l67":781.88,"col_e99":{"dim_a55":137.1,"field_i45":"This is a test value."}}
missing_bracket
{ "type": "object", "properties": { "prop_g36": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_u12": { "type": "boolean" }, "param_m85": { "type": "integer" }, "param_a78": { "type": "string", "enu...
{"col_u12":true,"param_m85":398,"param_a78":"medium","dim_l67":781.88,"col_e99":{"dim_a55":137.1,"field_i45":"This is a test value."}}
Missing closing bracket
{"col_u12":true,"param_m85":398,"param_a78":"medium","dim_l67":781.88,"col_e99":{"dim_a55":137.1,"field_i45":"This is a test value."}}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE integer REQUIRED yes FIELD run_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD lane TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD organism[] TYPE number REQUIRED no FIELD tax[] TYPE string VALUES type_a|type_b|type_c|t...
{"diagnosis_code":346,"run_id":"EUR","lane":"mode_a","organism":[58.59,892.91,473.74,650.09],"tax":["type_f","type_b"]}
tool_call_partial_args
{ "type": "object", "properties": { "diagnosis_code": { "type": "integer" }, "run_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "lane": { "type": "string", "enum": [ "mode_a", ...
Let me check the system. Action: lookup_customer Arguments: {"diagnosis_code": 346, "lane": "mode_a", "organism": [58.59, 892.91, 473.74, 650.09], "tax": ["type_f", "type_b"]}
Agent tool call missing required parameter 'run_id'
{"diagnosis_code":346,"run_id":"EUR","lane":"mode_a","organism":[58.59,892.91,473.74,650.09],"tax":["type_f","type_b"]}
TASK repair_structured_output SPEC FIELD key_g69 TYPE number REQUIRED no FIELD col_j16 TYPE boolean REQUIRED yes FIELD param_r65.dim_t74 TYPE boolean REQUIRED yes FIELD param_r65.prop_d70 TYPE string REQUIRED no FIELD param_r65.attr_j76 TYPE string REQUIRED yes FIELD param_r65.param_d75 TYPE integer REQUIRED no FIELD ...
{"key_g69":483.3,"col_j16":true,"param_r65":{"dim_t74":true,"prop_d70":"test","attr_j76":"inactive","param_d75":884,"key_c13":[null,null,null,null],"val_k43":[{"prop_i07":395.3,"field_w85":"mode_d","param_a54":"ops@domain.org"},{"prop_i07":234.44,"field_w85":"mode_c","param_a54":"user@domain.org"}]},"dim_e55":true,"pro...
truncated_object
{ "type": "object", "properties": { "key_g69": { "type": "number" }, "col_j16": { "type": "boolean" }, "param_r65": { "type": "object", "properties": { "dim_t74": { "type": "boolean" }, "prop_d70": { "type": "string" }, ...
{"key_g69":483.3,"col_j16":true,"param_r65":{"dim_t74":true,"prop_d70":"test","attr_j76":"inactive","param_d75":884,"key_c13":[null,null,null,null],"val_k43":[{"prop_i07":395.3,"field_w85":"mode_d","param_a54":"ops@domain.org"},{"prop_i07":234.44,"field_w85":"mode_c","param_a54":"user@domain.org"}]},"dim_e55":true,"pro...
Unexpected end of JSON input — truncated object
{"key_g69":483.3,"col_j16":true,"param_r65":{"dim_t74":true,"prop_d70":"test","attr_j76":"inactive","param_d75":884,"key_c13":[null,null,null,null],"val_k43":[{"prop_i07":395.3,"field_w85":"mode_d","param_a54":"ops@domain.org"},{"prop_i07":234.44,"field_w85":"mode_c","param_a54":"user@domain.org"}]},"dim_e55":true,"pro...
TASK repair_structured_output SPEC FIELD val_e40 TYPE integer REQUIRED yes FIELD key_c23 TYPE string_uri REQUIRED yes FIELD prop_j48 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_t86 TYPE null REQUIRED no BROKEN_OUTPUT Based on the data, prop_j48 is email. {"val_e40":938,"key_c23":"https://www.io/api...
{"val_e40":938,"key_c23":"https://www.io/api","prop_j48":"email","col_t86":null}
partial_structure
{ "type": "object", "properties": { "val_e40": { "type": "integer" }, "key_c23": { "type": "string", "format": "uri" }, "prop_j48": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_t86": { "t...
Based on the data, prop_j48 is email. {"val_e40":938,"key_c23":"https://www.io/api","prop_j48":"email","col_t86":null}
Output mixes natural language with JSON
{"val_e40":938,"key_c23":"https://www.io/api","prop_j48":"email","col_t86":null}
TASK repair_structured_output SPEC FIELD attr_p39 TYPE boolean REQUIRED no FIELD attr_o25.param_n80.param_l42 TYPE string VALUES active|inactive|pending REQUIRED no FIELD attr_o25.param_n80.attr_i59 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD attr_o25.param_n80.attr_g50 TYPE string_uri REQUIRED no FI...
{"attr_o25":{"param_n80":{"attr_i59":"active","attr_g50":"https://api.org/v1","attr_y33":"test@example.com","key_a37":null,"attr_f60":"Silva","param_v41":517},"param_t71":"Santos","param_t90":870,"param_z92":233.64},"param_l54":"MV-Evergreen-01","field_v87":347.56,"field_n63":"inactive","prop_r41":"https://data.com/dat...
thought_process
{ "type": "object", "properties": { "attr_p39": { "type": "boolean" }, "attr_o25": { "type": "object", "properties": { "param_n80": { "type": "object", "properties": { "param_l42": { "type": "string", "enum": [ ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"attr_o25":{"param_n80":{"attr_i59":"active","attr_g50":"https://api.org/v1","attr_y33":"test@example.com","key_a37":null,"attr_f60":"Silva","param_v41":517},"param_t71":"Santos","param_t90":870,"param_z92":233.64},"param_l5...
Output contains chain-of-thought reasoning before JSON
{"attr_o25":{"param_n80":{"attr_i59":"active","attr_g50":"https://api.org/v1","attr_y33":"test@example.com","key_a37":null,"attr_f60":"Silva","param_v41":517},"param_t71":"Santos","param_t90":870,"param_z92":233.64},"param_l54":"MV-Evergreen-01","field_v87":347.56,"field_n63":"inactive","prop_r41":"https://data.com/dat...
TASK repair_structured_output SPEC FIELD val_a40 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD field_z95 TYPE integer REQUIRED yes FIELD field_t01 TYPE string VALUES mode_a|mode_b REQUIRED yes BROKEN_OUTPUT {"val_a40": "blue", "field_z95": 350}
{"val_a40":"blue","field_z95":350,"field_t01":"mode_b"}
missing_required
{ "type": "object", "properties": { "val_a40": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "field_z95": { "type": "integer" }, "field_t01": { "type": "string", "enum": [ "mode_a", ...
{"val_a40": "blue", "field_z95": 350}
Required field 'field_t01' is missing
{"val_a40":"blue","field_z95":350,"field_t01":"mode_b"}
TASK repair_structured_output SPEC FIELD description TYPE string REQUIRED yes FIELD shipper_ref TYPE string REQUIRED yes FIELD annotation[] TYPE null REQUIRED no FIELD thumbnail[] TYPE number REQUIRED yes BROKEN_OUTPUT {"description": null, "shipper_ref": "completed", "annotation": [null], "thumbnail": [867.94, 670.0...
{"description":"2024-06-30","shipper_ref":"completed","annotation":[null],"thumbnail":[867.94,670.03,243.4]}
null_required
{ "type": "object", "properties": { "description": { "type": "string" }, "shipper_ref": { "type": "string" }, "annotation": { "type": "array", "items": { "type": "null" } }, "thumbnail": { "type": "array", "items": { "type": "numb...
{"description": null, "shipper_ref": "completed", "annotation": [null], "thumbnail": [867.94, 670.03, 243.4]}
Required field 'description' is null
{"description":"2024-06-30","shipper_ref":"completed","annotation":[null],"thumbnail":[867.94,670.03,243.4]}
TASK repair_structured_output SPEC FIELD key_s99 TYPE integer REQUIRED yes FIELD attr_c91.attr_l68 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD attr_c91.col_k76 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD attr_c91.dim_l56 TYPE integer REQUIRED yes FIELD attr_c91.attr_r04 TYPE in...
{"key_s99":178,"attr_c91":{"attr_l68":"mode_d","col_k76":"cat_a","dim_l56":189,"attr_r04":45,"param_v40":{"attr_w84":"2020-03-24T07:15:00Z","prop_s25":"Paris","param_x64":false}},"val_f12":null,"param_b52":"2024-06-30"}
markdown_explanation
{ "type": "object", "properties": { "key_s99": { "type": "integer" }, "attr_c91": { "type": "object", "properties": { "attr_l68": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
Sensor output follows: ```json {"key_s99":178,"attr_c91":{"attr_l68":"mode_d","col_k76":"cat_a","dim_l56":189,"attr_r04":45,"param_v40":{"attr_w84":"2020-03-24T07:15:00Z","prop_s25":"Paris","param_x64":false}},"val_f12":null,"param_b52":"2024-06-30"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"key_s99":178,"attr_c91":{"attr_l68":"mode_d","col_k76":"cat_a","dim_l56":189,"attr_r04":45,"param_v40":{"attr_w84":"2020-03-24T07:15:00Z","prop_s25":"Paris","param_x64":false}},"val_f12":null,"param_b52":"2024-06-30"}
TASK repair_structured_output SPEC FIELD attr_y07 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_b61 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD field_h71 TYPE integer REQUIRED yes FIELD attr_q01 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD attr_o97 TYPE boo...
{"attr_y07":"divorced","dim_b61":"unstable","field_h71":557,"attr_q01":"basic","col_f74":950}
invalid_enum
{ "type": "object", "properties": { "attr_y07": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "dim_b61": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "field_h71":...
{"attr_y07": "divorced", "dim_b61": "unstable", "field_h71": 557, "attr_q01": "invalid_choice_932", "col_f74": 950}
Field 'attr_q01' has invalid enum value 'invalid_choice_932', expected one of ['free', 'basic', 'pro', 'enterprise']
{"attr_y07":"divorced","dim_b61":"unstable","field_h71":557,"attr_q01":"basic","col_f74":950}
TASK repair_structured_output SPEC FIELD published.timezone TYPE string REQUIRED yes FIELD published.date TYPE string REQUIRED yes FIELD published.comments TYPE number REQUIRED yes FIELD published.commit_hash.repository TYPE boolean REQUIRED no FIELD published.commit_hash.language TYPE string REQUIRED no FIELD publish...
{"published":{"timezone":"Maria","date":"Diana","comments":148.92,"commit_hash":{"repository":false,"interest_rate":83,"status":179.09,"brake_pressure":603.2,"temp_celsius":false,"nickname":570.48},"url":null,"batch_code":533.55,"chapter":"REV"},"index":"https://data.io/v1","notes":576.08,"timezone":"level_3"}
extra_text_before
{ "type": "object", "properties": { "published": { "type": "object", "properties": { "timezone": { "type": "string" }, "date": { "type": "string" }, "comments": { "type": "number" }, "commit_hash": { "typ...
The instrument reported: {"published":{"timezone":"Maria","date":"Diana","comments":148.92,"commit_hash":{"repository":false,"interest_rate":83,"status":179.09,"brake_pressure":603.2,"temp_celsius":false,"nickname":570.48},"url":null,"batch_code":533.55,"chapter":"REV"},"index":"https://data.io/v1","notes":576.08,"time...
Output contains non-JSON text before the object
{"published":{"timezone":"Maria","date":"Diana","comments":148.92,"commit_hash":{"repository":false,"interest_rate":83,"status":179.09,"brake_pressure":603.2,"temp_celsius":false,"nickname":570.48},"url":null,"batch_code":533.55,"chapter":"REV"},"index":"https://data.io/v1","notes":576.08,"timezone":"level_3"}
TASK repair_structured_output SPEC FIELD val_z77 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_v14 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD dim_f54 TYPE integer REQUIRED no FIELD param_z51.attr_i71 TYPE string REQUIRED no FIELD param_z51.dim_w36 TYPE boolean R...
{"val_z77":"maintenance","attr_v14":"medium","param_z51":{"attr_i71":"REV","dim_w36":true,"val_i55":false,"val_b00":304.59,"attr_i15":"inland","field_g30":{"field_h35":"returned","param_f86":"foo","field_f97":false,"prop_m67":"2025-05-12T11:00:00Z"}},"dim_g04":"heterozygous","prop_x54":true}
tool_call_wrong_param
{ "type": "object", "properties": { "val_z77": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "attr_v14": { "type": "string", "enum": [ "low", "medium", "high", "critical...
Tool: calculate_price Params: {"val_z77": "maintenance", "attr_v14": "medium", "param_z51": {"attr_i71": "REV", "dim_w36": true, "val_i55": false, "val_b00": 304.59, "attr_i15": "inland", "field_g30": {"field_h35": "returned", "param_f86": "foo", "field_f97": false, "prop_m67": "2025-05-12T11:00:00Z"}}, "dim_g04": "het...
Agent used wrong parameter name 'dim_f54_new' instead of 'dim_f54'
{"val_z77":"maintenance","attr_v14":"medium","param_z51":{"attr_i71":"REV","dim_w36":true,"val_i55":false,"val_b00":304.59,"attr_i15":"inland","field_g30":{"field_h35":"returned","param_f86":"foo","field_f97":false,"prop_m67":"2025-05-12T11:00:00Z"}},"dim_g04":"heterozygous","prop_x54":true}
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES active|inactive|pending REQUIRED yes FIELD pressure_kpa TYPE number REQUIRED no FIELD chromosome TYPE integer REQUIRED yes FIELD options TYPE null REQUIRED no BROKEN_OUTPUT {"consignee":"pending","pressure_kpa":307.82,"chromosome":171,"options":nul...
{"consignee":"pending","pressure_kpa":307.82,"chromosome":171,"options":null}
extra_text_after
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "pressure_kpa": { "type": "number" }, "chromosome": { "type": "integer" }, "options": { "type": "null" } }...
{"consignee":"pending","pressure_kpa":307.82,"chromosome":171,"options":null} Data logged successfully.
Output contains non-JSON text after the object
{"consignee":"pending","pressure_kpa":307.82,"chromosome":171,"options":null}
TASK repair_structured_output SPEC FIELD discount TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD published TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD cargo_type TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT {"discount":"new","published":"large","cargo_typ...
{"discount":"new","published":"large","cargo_type":"push"}
trailing_comma
{ "type": "object", "properties": { "discount": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "published": { "type": "string", "enum": [ "small", "medium", "large", "xl" ...
{"discount":"new","published":"large","cargo_type":"push",}
Unexpected trailing comma
{"discount":"new","published":"large","cargo_type":"push"}
TASK repair_structured_output SPEC FIELD username TYPE boolean REQUIRED yes FIELD address.diagnosis_code TYPE integer REQUIRED yes FIELD address.features TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD address.payment_status TYPE string REQUIRED no FIELD address.velocity TYPE string VALUES...
{"username":true,"address":{"diagnosis_code":211,"velocity":"married","coverage":null,"quality_score":"2023-12-25"},"subtotal":"free","chromosome":42,"age":{"invoice_id":"pending_review","vessel_name":936,"type":814,"payment_status":true}}
null_required
{ "type": "object", "properties": { "username": { "type": "boolean" }, "address": { "type": "object", "properties": { "diagnosis_code": { "type": "integer" }, "features": { "type": "string", "enum": [ "synonymous", ...
{"username": null, "address": {"diagnosis_code": 211, "velocity": "married", "coverage": null, "quality_score": "2023-12-25"}, "subtotal": "free", "chromosome": 42, "age": {"invoice_id": "pending_review", "vessel_name": 936, "type": 814, "payment_status": true}}
Required field 'username' is null
{"username":true,"address":{"diagnosis_code":211,"velocity":"married","coverage":null,"quality_score":"2023-12-25"},"subtotal":"free","chromosome":42,"age":{"invoice_id":"pending_review","vessel_name":936,"type":814,"payment_status":true}}
TASK repair_structured_output SPEC FIELD vital_sign TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD barcode TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD index TYPE integer REQUIRED no FIELD ph_level TYPE string REQUIRED no FIELD priority TYPE string VALUES succ...
{"vital_sign":"mode_f","barcode":"type_c","index":481,"ph_level":"MV-Evergreen-01","priority":"error","crew_id":null,"tags":943,"umi":"example"}
synonym_enum
{ "type": "object", "properties": { "vital_sign": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "barcode": { "type": "string", "enum": [ "type_a", "type_b", ...
{"vital_sign": "mode_f", "barcode": "type_c", "index": 481, "ph_level": "MV-Evergreen-01", "priority": "fail", "crew_id": null, "tags": 943, "umi": "example"}
Field 'priority' has synonym 'fail' instead of valid enum value
{"vital_sign":"mode_f","barcode":"type_c","index":481,"ph_level":"MV-Evergreen-01","priority":"error","crew_id":null,"tags":943,"umi":"example"}
TASK repair_structured_output SPEC FIELD prop_n33 TYPE string REQUIRED yes FIELD attr_p48 TYPE integer REQUIRED yes FIELD prop_h47.key_r52 TYPE string_email REQUIRED yes FIELD prop_h47.col_d21 TYPE string VALUES success|error|warning|info REQUIRED no FIELD prop_h47.dim_n79 TYPE null REQUIRED no FIELD prop_h47.dim_i70 ...
{"prop_n33":"quux","attr_p48":156,"prop_h47":{"key_r52":"ops@domain.org","col_d21":"warning","dim_n79":null,"dim_i70":"Tokyo","prop_i04":{"attr_z39":"delivered","val_h73":"type_a","field_u86":502.34,"val_x09":575.11,"param_k93":false},"field_d64":"example","col_o99":true},"col_c88":"https://example.com","key_w79":237}
thought_process
{ "type": "object", "properties": { "prop_n33": { "type": "string" }, "attr_p48": { "type": "integer" }, "prop_h47": { "type": "object", "properties": { "key_r52": { "type": "string", "format": "email" }, "col_d21": { ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"prop_n33":"quux","attr_p48":156,"prop_h47":{"key_r52":"ops@domain.org","col_d21":"warning","dim_n79":null,"dim_i70":"Tokyo","prop_i04":{"attr_z39":"delivered","val_h73":"type_a","field_u86":502.34,"...
Output contains chain-of-thought reasoning before JSON
{"prop_n33":"quux","attr_p48":156,"prop_h47":{"key_r52":"ops@domain.org","col_d21":"warning","dim_n79":null,"dim_i70":"Tokyo","prop_i04":{"attr_z39":"delivered","val_h73":"type_a","field_u86":502.34,"val_x09":575.11,"param_k93":false},"field_d64":"example","col_o99":true},"col_c88":"https://example.com","key_w79":237}
TASK repair_structured_output SPEC FIELD key_d25 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_x03 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD val_n48 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: queue_sequencing_run Res...
{"key_d25":"rejected","prop_x03":"medium","val_n48":"sample"}
agent_chain
{ "type": "object", "properties": { "key_d25": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_x03": { "type": "string", "enum": [ "small", "medium", "large", "xl...
I need to look up the information first. Action: queue_sequencing_run Result: {"key_d25": "rejected", "val_n48": "sample"} Processing the request now. Action: lookup_customer Result:
Agent multi-step chain with truncated tool output
{"key_d25":"rejected","prop_x03":"medium","val_n48":"sample"}
TASK repair_structured_output SPEC FIELD total TYPE integer REQUIRED yes FIELD wavelength TYPE string_uri REQUIRED yes FIELD lab_result TYPE boolean REQUIRED no FIELD medication TYPE integer REQUIRED no FIELD hazmat_code.commit_hash TYPE number REQUIRED yes FIELD hazmat_code.temp_celsius TYPE string REQUIRED no FIELD ...
{"total":812,"wavelength":"https://www.com/v1","lab_result":false,"medication":478,"hazmat_code":{"commit_hash":991.1,"temp_celsius":"Hapag-Lloyd-Express","barcode":{"zip_code":"level_2","age":"level_2","message":"Santos","score":"MV-Evergreen-01"}}}
tool_call_wrong_param
{ "type": "object", "properties": { "total": { "type": "integer" }, "wavelength": { "type": "string", "format": "uri" }, "lab_result": { "type": "boolean" }, "medication": { "type": "integer" }, "hazmat_code": { "type": "object", "propert...
Tool: lookup_customer Params: {"total": 812, "wavelength": "https://www.com/v1", "lab_result": false, "hazmat_code": {"commit_hash": 991.1, "temp_celsius": "Hapag-Lloyd-Express", "barcode": {"zip_code": "level_2", "age": "level_2", "message": "Santos", "score": "MV-Evergreen-01"}}, "medication_name": 478}
Agent used wrong parameter name 'medication_name' instead of 'medication'
{"total":812,"wavelength":"https://www.com/v1","lab_result":false,"medication":478,"hazmat_code":{"commit_hash":991.1,"temp_celsius":"Hapag-Lloyd-Express","barcode":{"zip_code":"level_2","age":"level_2","message":"Santos","score":"MV-Evergreen-01"}}}
TASK repair_structured_output SPEC FIELD price TYPE string VALUES success|error|warning|info REQUIRED no FIELD name TYPE null REQUIRED yes FIELD user_id TYPE string REQUIRED no FIELD vessel_name TYPE string_date-time REQUIRED no FIELD state TYPE string REQUIRED yes BROKEN_OUTPUT {"name":null,"user_id":"example","stat...
{"name":null,"user_id":"example","state":"Maria"}
truncated_array
{ "type": "object", "properties": { "price": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "name": { "type": "null" }, "user_id": { "type": "string" }, "vessel_name": { "type": "string", ...
{"name":null,"user_id":"example","state":"Maria"
Unexpected end of JSON input — truncated object
{"name":null,"user_id":"example","state":"Maria"}
TASK repair_structured_output SPEC FIELD field_m72 TYPE string REQUIRED yes FIELD attr_g06 TYPE number REQUIRED no FIELD attr_z29[].key_v52 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD attr_z29[].param_c05 TYPE integer REQUIRED no FIELD attr_z29[].prop_r72 TYPE string REQUIRED no FIELD attr_z29[].f...
{"field_m72":"Maria","attr_g06":497.93,"attr_z29":[{"key_v52":"type_a","param_c05":667,"prop_r72":"Berlin","val_c32":"option_e","prop_y04":727.03}],"key_g65":[231,829,9,647]}
tool_call_text_mix
{ "type": "object", "properties": { "field_m72": { "type": "string" }, "attr_g06": { "type": "number" }, "attr_z29": { "type": "array", "items": { "type": "object", "properties": { "key_v52": { "type": "string", "enum": [ ...
Let me check the system. <tool_call name="generate_report"> {"field_m72":"Maria","attr_g06":497.93,"attr_z29":[{"key_v52":"type_a","param_c05":667,"prop_r72":"Berlin","val_c32":"option_e","prop_y04":727.03}],"key_g65":[231,829,9,647]} </tool_call.
Agent response mixes reasoning text with tool call
{"field_m72":"Maria","attr_g06":497.93,"attr_z29":[{"key_v52":"type_a","param_c05":667,"prop_r72":"Berlin","val_c32":"option_e","prop_y04":727.03}],"key_g65":[231,829,9,647]}
TASK repair_structured_output SPEC FIELD city TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD items TYPE string REQUIRED yes FIELD insurance_id TYPE number REQUIRED no BROKEN_OUTPUT Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {...
{"city":"critical","items":"QC-07","insurance_id":450.78}
thought_process
{ "type": "object", "properties": { "city": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "items": { "type": "string" }, "insurance_id": { "type": "number" } }, "required": [ "items", "city" ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"city":"critical","items":"QC-07","insurance_id":450.78}
Output contains chain-of-thought reasoning before JSON
{"city":"critical","items":"QC-07","insurance_id":450.78}
TASK repair_structured_output SPEC FIELD val_i20 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_l94 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD field_n07 TYPE integer REQUIRED no FIELD dim_h35 TYPE string REQUIRED no FIELD prop_p13 TYPE string VALUES small|mediu...
{"prop_l94":"returned","field_n07":23,"dim_h35":"GRCh38","prop_p13":"medium","param_e26":"baz"}
tool_call_bad_format
{ "type": "object", "properties": { "val_i20": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_l94": { "type": "string", "enum": [ "new", "in_transit", "delivered", "return...
<functioncall> track_vessel {prop_l94: "returned", field_n07: 23, dim_h35: "GRCh38", prop_p13: "medium", param_e26: "baz"}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_l94":"returned","field_n07":23,"dim_h35":"GRCh38","prop_p13":"medium","param_e26":"baz"}
TASK repair_structured_output SPEC FIELD weight TYPE string_date-time REQUIRED yes FIELD department TYPE string VALUES single|married|divorced REQUIRED no FIELD message TYPE boolean REQUIRED yes BROKEN_OUTPUT {"weight": "2021-11-01T13:34:00Z", "message": "True"}
{"weight":"2021-11-01T13:34:00Z","message":true}
boolean_as_string
{ "type": "object", "properties": { "weight": { "type": "string", "format": "date-time" }, "department": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "message": { "type": "boolean" } }, "required": [ "m...
{"weight": "2021-11-01T13:34:00Z", "message": "True"}
Field 'message' must be boolean, got string
{"weight":"2021-11-01T13:34:00Z","message":true}
TASK repair_structured_output SPEC FIELD attr_i83 TYPE null REQUIRED yes FIELD val_f66 TYPE string_date-time REQUIRED no FIELD attr_x03 TYPE integer REQUIRED yes FIELD dim_e07.key_h17 TYPE number REQUIRED no FIELD dim_e07.col_f34 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD dim_e07.dim_a03 TYPE number RE...
{"attr_i83":null,"val_f66":"2021-01-12T11:43:00Z","attr_x03":511,"dim_e07":{"key_h17":877.11,"col_f34":"small","dim_a03":612.58,"val_n37":"Bob","attr_t45":{"prop_r59":"inland","attr_g56":"new","col_w15":"https://example.com"},"prop_p62":"Oliveira","param_d39":"hemizygous"}}
missing_required
{ "type": "object", "properties": { "attr_i83": { "type": "null" }, "val_f66": { "type": "string", "format": "date-time" }, "attr_x03": { "type": "integer" }, "dim_e07": { "type": "object", "properties": { "key_h17": { "type": "number...
{"val_f66": "2021-01-12T11:43:00Z", "attr_x03": 511, "dim_e07": {"key_h17": 877.11, "col_f34": "small", "dim_a03": 612.58, "val_n37": "Bob", "attr_t45": {"prop_r59": "inland", "attr_g56": "new", "col_w15": "https://example.com"}, "prop_p62": "Oliveira", "param_d39": "hemizygous"}}
Required field 'attr_i83' is missing
{"attr_i83":null,"val_f66":"2021-01-12T11:43:00Z","attr_x03":511,"dim_e07":{"key_h17":877.11,"col_f34":"small","dim_a03":612.58,"val_n37":"Bob","attr_t45":{"prop_r59":"inland","attr_g56":"new","col_w15":"https://example.com"},"prop_p62":"Oliveira","param_d39":"hemizygous"}}
TASK repair_structured_output SPEC FIELD prop_h83 TYPE string REQUIRED no FIELD param_v16 TYPE number REQUIRED yes FIELD field_x29 TYPE null REQUIRED no FIELD col_u45.val_u39 TYPE string_date-time REQUIRED yes FIELD col_u45.attr_m99 TYPE boolean REQUIRED no FIELD col_u45.key_c07 TYPE string VALUES reliable|unstable|in...
{"prop_h83":"approved","param_v16":103.86,"field_x29":null,"col_u45":{"val_u39":"2026-01-05T17:01:00Z","key_c07":"intermittent","key_c42":[{"param_q65":379.69,"attr_w47":false,"field_n92":false,"col_z46":"admin@test.io"},{"attr_w47":false,"field_n92":false,"col_z46":"admin@test.io"},{"param_q65":782.6,"attr_w47":false,...
truncated_object
{ "type": "object", "properties": { "prop_h83": { "type": "string" }, "param_v16": { "type": "number" }, "field_x29": { "type": "null" }, "col_u45": { "type": "object", "properties": { "val_u39": { "type": "string", "format": "dat...
{"prop_h83":"approved","param_v16":103.86,"field_x29":null,"col_u45":{"val_u39":"2026-01-05T17:01:00Z","key_c07":"intermittent","key_c42":[{"param_q65":379.69,"attr_w47":false,"field_n92":false,"col_z46":"admin@test.io"},{"attr_w47":false,"field_n92":false,"col_z46":"admin@test.io"},{"param_q65":782.6,"attr_w47":false,...
Unexpected end of JSON input — truncated object
{"prop_h83":"approved","param_v16":103.86,"field_x29":null,"col_u45":{"val_u39":"2026-01-05T17:01:00Z","key_c07":"intermittent","key_c42":[{"param_q65":379.69,"attr_w47":false,"field_n92":false,"col_z46":"admin@test.io"},{"attr_w47":false,"field_n92":false,"col_z46":"admin@test.io"},{"param_q65":782.6,"attr_w47":false,...
TASK repair_structured_output SPEC FIELD subtotal TYPE string VALUES option_a|option_b REQUIRED no FIELD status.terminal_id TYPE number REQUIRED yes FIELD status.decay_rate TYPE string REQUIRED yes FIELD status.country.build_status TYPE boolean REQUIRED no FIELD status.country.vessel_name TYPE string VALUES active|ina...
{"subtotal":"option_a","status":{"terminal_id":907.69,"decay_rate":"world","country":{"build_status":false,"vessel_name":"inactive","email":"cat_d","category":"Bob","trace_id":[408.15]}},"dissolved_oxygen":{"medication":"cat_b","visible":"option_a","fleet_number":"level_3","cargo_type":16,"product_id":387.18},"dosage":...
unquoted_keys
{ "type": "object", "properties": { "subtotal": { "type": "string", "enum": [ "option_a", "option_b" ] }, "status": { "type": "object", "properties": { "terminal_id": { "type": "number" }, "decay_rate": { "type": "...
{subtotal:"option_a",status:{terminal_id:907.69,decay_rate:"world",country:{build_status:false,vessel_name:"inactive",email:"cat_d",category:"Bob",trace_id:[408.15]}},dissolved_oxygen:{medication:"cat_b",visible:"option_a",fleet_number:"level_3",cargo_type:16,product_id:387.18},dosage:970,currency:"basic",voltage:false...
Expecting property name enclosed in double quotes
{"subtotal":"option_a","status":{"terminal_id":907.69,"decay_rate":"world","country":{"build_status":false,"vessel_name":"inactive","email":"cat_d","category":"Bob","trace_id":[408.15]}},"dissolved_oxygen":{"medication":"cat_b","visible":"option_a","fleet_number":"level_3","cargo_type":16,"product_id":387.18},"dosage":...
TASK repair_structured_output SPEC FIELD color TYPE integer REQUIRED yes FIELD country TYPE string_date-time REQUIRED yes FIELD repository TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD deploy_target TYPE number REQUIRED no FIELD compound TYPE boolean REQUIRED no FIELD loan_amount TYPE null REQUIRED yes BR...
{"color":971,"country":"2023-12-01T15:36:00Z","repository":"admin","deploy_target":71.93,"compound":true,"loan_amount":null}
date_format_error
{ "type": "object", "properties": { "color": { "type": "integer" }, "country": { "type": "string", "format": "date-time" }, "repository": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "deploy_target": { "t...
{"color": 971, "country": "2024/06/15 14:30:00", "repository": "admin", "deploy_target": 71.93, "compound": true, "loan_amount": null}
Field 'country' has invalid date format
{"color":971,"country":"2023-12-01T15:36:00Z","repository":"admin","deploy_target":71.93,"compound":true,"loan_amount":null}
TASK repair_structured_output SPEC FIELD address TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD verified TYPE number REQUIRED no FIELD name TYPE number REQUIRED yes FIELD amplitude TYPE number REQUIRED no FIELD start_date TYPE string REQUIRED no FIELD repository TYPE string REQUIRED no BROKEN_OUT...
{"address":"intermittent","verified":225.95,"name":524.71,"amplitude":187.86,"start_date":"A short description.","repository":"Tokyo"}
tool_call_text_mix
{ "type": "object", "properties": { "address": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "verified": { "type": "number" }, "name": { "type": "number" }, "amplitude": { "type": "number" }, ...
Processing the request now. <tool_call name="assign_berth"> {"address":"intermittent","verified":225.95,"name":524.71,"amplitude":187.86,"start_date":"A short description.","repository":"Tokyo"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"address":"intermittent","verified":225.95,"name":524.71,"amplitude":187.86,"start_date":"A short description.","repository":"Tokyo"}
TASK repair_structured_output SPEC FIELD start_date TYPE string_email REQUIRED no FIELD humidity_pct TYPE integer REQUIRED no FIELD current_draw TYPE number REQUIRED yes FIELD consignee TYPE string REQUIRED no FIELD medication.freight_class TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD medication...
{"humidity_pct":404,"current_draw":305.15,"consignee":"Sao Paulo"}
null_required
{ "type": "object", "properties": { "start_date": { "type": "string", "format": "email" }, "humidity_pct": { "type": "integer" }, "current_draw": { "type": "number" }, "consignee": { "type": "string" }, "medication": { "type": "object", "...
{"humidity_pct": 404, "current_draw": null, "consignee": "Sao Paulo"}
Required field 'current_draw' is null
{"humidity_pct":404,"current_draw":305.15,"consignee":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD val_y67 TYPE string REQUIRED yes FIELD param_t55 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_y54 TYPE string REQUIRED no FIELD param_p55.field_c98.param_y22 TYPE string REQUIRED no FIELD param_p55.field_c98.dim_b85 TYPE null REQUIRED yes FIELD p...
{"val_y67":"Smith","param_t55":"new","param_p55":{"field_c98":{"param_y22":"London","dim_b85":null,"field_u42":81,"field_p63":["2020-12-13T07:07:00Z","2020-10-19T23:00:00Z","2026-10-27T04:40:00Z","2022-05-23T18:02:00Z"]},"dim_f34":"maintenance","field_g98":"sample"},"val_a83":"2024-06-30"}
truncated_array
{ "type": "object", "properties": { "val_y67": { "type": "string" }, "param_t55": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_y54": { "type": "string" }, "param_p55": { "type": ...
{"val_y67":"Smith","param_t55":"new","param_p55":{"field_c98":{"param_y22":"London","dim_b85":null,"field_u42":81,"field_p63":["2020-12-13T07:07:00Z","2020-10-19T23:00:00Z","2026-10-27T04:40:00Z","2022-05-23T18:02:00Z"]},"dim_f34":"maintenance","field_g98":"sample"},"val_a83":"2024-06-30"
Unexpected end of JSON input — truncated object
{"val_y67":"Smith","param_t55":"new","param_p55":{"field_c98":{"param_y22":"London","dim_b85":null,"field_u42":81,"field_p63":["2020-12-13T07:07:00Z","2020-10-19T23:00:00Z","2026-10-27T04:40:00Z","2022-05-23T18:02:00Z"]},"dim_f34":"maintenance","field_g98":"sample"},"val_a83":"2024-06-30"}
TASK repair_structured_output SPEC FIELD key_y88 TYPE string REQUIRED no FIELD prop_w18 TYPE string REQUIRED yes FIELD col_n70 TYPE boolean REQUIRED no FIELD val_i65 TYPE integer REQUIRED yes BROKEN_OUTPUT I found that prop_w18 should be https://api.example.com/v1. {"key_y88":"Sao Paulo","prop_w18":"https://api.examp...
{"key_y88":"Sao Paulo","prop_w18":"https://api.example.com/v1","val_i65":605}
partial_structure
{ "type": "object", "properties": { "key_y88": { "type": "string" }, "prop_w18": { "type": "string" }, "col_n70": { "type": "boolean" }, "val_i65": { "type": "integer" } }, "required": [ "val_i65", "prop_w18" ] }
I found that prop_w18 should be https://api.example.com/v1. {"key_y88":"Sao Paulo","prop_w18":"https://api.example.com/v1","val_i65":605}
Output mixes natural language with JSON
{"key_y88":"Sao Paulo","prop_w18":"https://api.example.com/v1","val_i65":605}
TASK repair_structured_output SPEC FIELD bearing TYPE string_email REQUIRED yes FIELD bill_of_lading TYPE number REQUIRED yes FIELD order_id TYPE integer REQUIRED yes FIELD trace_id TYPE integer REQUIRED yes BROKEN_OUTPUT I found that order_id should be 703. {"bearing":"test@domain.org","bill_of_lading":281.39,"order...
{"bearing":"test@domain.org","bill_of_lading":281.39,"order_id":703,"trace_id":895}
partial_structure
{ "type": "object", "properties": { "bearing": { "type": "string", "format": "email" }, "bill_of_lading": { "type": "number" }, "order_id": { "type": "integer" }, "trace_id": { "type": "integer" } }, "required": [ "order_id", "trace_id", ...
I found that order_id should be 703. {"bearing":"test@domain.org","bill_of_lading":281.39,"order_id":703,"trace_id":895}
Output mixes natural language with JSON
{"bearing":"test@domain.org","bill_of_lading":281.39,"order_id":703,"trace_id":895}
TASK repair_structured_output SPEC FIELD field_b20 TYPE string REQUIRED yes FIELD param_q02 TYPE string REQUIRED yes FIELD key_d05[].param_j83 TYPE number REQUIRED yes FIELD key_d05[].attr_o26 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD key_d05[].key_j50 TYPE string_uri REQUIRED no FIELD key_d05[].attr_...
{"field_b20":"completed","param_q02":"REV","key_d05":[{"param_j83":120.31,"attr_o26":"mode_c","key_j50":"https://example.org/v1","attr_h48":"Oliveira","param_x53":837,"val_g93":"chrX"}]}
extra_field
{ "type": "object", "properties": { "field_b20": { "type": "string" }, "param_q02": { "type": "string" }, "key_d05": { "type": "array", "items": { "type": "object", "properties": { "param_j83": { "type": "number" }, ...
{"field_b20": "completed", "param_q02": "REV", "key_d05": [{"param_j83": 120.31, "attr_o26": "mode_c", "key_j50": "https://example.org/v1", "attr_h48": "Oliveira", "param_x53": 837, "val_g93": "chrX"}], "extra_value_3960": "unexpected"}
Unknown field 'extra_value_3960' not defined in schema
{"field_b20":"completed","param_q02":"REV","key_d05":[{"param_j83":120.31,"attr_o26":"mode_c","key_j50":"https://example.org/v1","attr_h48":"Oliveira","param_x53":837,"val_g93":"chrX"}]}
TASK repair_structured_output SPEC FIELD key_k28 TYPE number REQUIRED no FIELD prop_a99 TYPE number REQUIRED yes FIELD param_k21 TYPE integer REQUIRED no FIELD dim_j87 TYPE integer REQUIRED yes FIELD dim_o08 TYPE string REQUIRED no FIELD dim_o68.dim_y18 TYPE string VALUES pending_review|confirmed|rejected|escalated RE...
{"key_k28":254.27,"prop_a99":717.18,"dim_j87":436,"dim_o08":"https://example.com","dim_o68":{"dim_y18":"escalated","field_v24":"test@example.com","attr_a35":"confirmed"},"param_z73":{"col_v52":"maintenance","param_r44":false,"col_s98":"draft","col_a96":"https://www.io/data","col_g68":"https://example.com","param_e25":{...
thought_process
{ "type": "object", "properties": { "key_k28": { "type": "number" }, "prop_a99": { "type": "number" }, "param_k21": { "type": "integer" }, "dim_j87": { "type": "integer" }, "dim_o08": { "type": "string" }, "dim_o68": { "type": "object",...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"key_k28":254.27,"prop_a99":717.18,"dim_j87":436,"dim_o08":"https://example.com","dim_o68":{"dim_y18":"escalated","field_v24":"test@example.com","attr_a35":"confirmed"},"param_z73":{"col_v52"...
Output contains chain-of-thought reasoning before JSON
{"key_k28":254.27,"prop_a99":717.18,"dim_j87":436,"dim_o08":"https://example.com","dim_o68":{"dim_y18":"escalated","field_v24":"test@example.com","attr_a35":"confirmed"},"param_z73":{"col_v52":"maintenance","param_r44":false,"col_s98":"draft","col_a96":"https://www.io/data","col_g68":"https://example.com","param_e25":{...
TASK repair_structured_output SPEC FIELD attr_w72 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD val_f65 TYPE string REQUIRED no FIELD dim_n15 TYPE boolean REQUIRED no FIELD col_b79 TYPE integer REQUIRED yes FIELD col_q96 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_w72":"intermittent","val_f65...
{"attr_w72":"intermittent","val_f65":"example","dim_n15":true,"col_b79":805,"col_q96":"hello"}
truncated_array
{ "type": "object", "properties": { "attr_w72": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "val_f65": { "type": "string" }, "dim_n15": { "type": "boolean" }, "col_b79": { "type": "integer" }, ...
{"attr_w72":"intermittent","val_f65":"example","dim_n15":true,"col_b79":805,"col_q96":"hello"
Unexpected end of JSON input — truncated object
{"attr_w72":"intermittent","val_f65":"example","dim_n15":true,"col_b79":805,"col_q96":"hello"}
TASK repair_structured_output SPEC FIELD key_y14 TYPE string REQUIRED no FIELD dim_j04 TYPE string_email REQUIRED yes FIELD prop_a87 TYPE integer REQUIRED no BROKEN_OUTPUT queue_sequencing_run(key_y14='Smith', dim_j04='info@domain.org', prop_a87=485)
{"key_y14":"Smith","dim_j04":"info@domain.org","prop_a87":485}
tool_call_python_syntax
{ "type": "object", "properties": { "key_y14": { "type": "string" }, "dim_j04": { "type": "string", "format": "email" }, "prop_a87": { "type": "integer" } }, "required": [ "dim_j04" ] }
queue_sequencing_run(key_y14='Smith', dim_j04='info@domain.org', prop_a87=485)
Tool call uses Python syntax instead of JSON
{"key_y14":"Smith","dim_j04":"info@domain.org","prop_a87":485}
TASK repair_structured_output SPEC FIELD attr_o87 TYPE number REQUIRED no FIELD field_d90 TYPE integer REQUIRED no FIELD col_k17 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_k31 TYPE boolean REQUIRED yes FIELD col_p78 TYPE string REQUIRED no FIELD attr_o83.param_h75 TYPE string VALUES su...
{"attr_o87":887.17,"attr_k31":true,"attr_o83":{"param_h75":"info","param_z37":false,"field_k76":"inactive","key_m88":{"key_k15":132,"attr_j11":"https://api.com/v1"},"dim_l51":{"dim_o13":991.04,"col_o87":507,"prop_c49":"QC-07","col_p99":"sample","param_c79":null}},"field_j61":"This is a test value.","param_y95":{"val_u9...
partial_structure
{ "type": "object", "properties": { "attr_o87": { "type": "number" }, "field_d90": { "type": "integer" }, "col_k17": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_k31": { "type": "...
The attr_k31 is True and {"attr_o87":887.17,"attr_k31":true,"attr_o83":{"param_h75":"info","param_z37":false,"field_k76":"inactive","key_m88":{"key_k15":132,"attr_j11":"https://api.com/v1"},"dim_l51":{"dim_o13":991.04,"col_o87":507,"prop_c49":"QC-07","col_p99":"sample","param_c79":null}},"field_j61":"This is a test val...
Output mixes natural language with JSON
{"attr_o87":887.17,"attr_k31":true,"attr_o83":{"param_h75":"info","param_z37":false,"field_k76":"inactive","key_m88":{"key_k15":132,"attr_j11":"https://api.com/v1"},"dim_l51":{"dim_o13":991.04,"col_o87":507,"prop_c49":"QC-07","col_p99":"sample","param_c79":null}},"field_j61":"This is a test value.","param_y95":{"val_u9...
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES success|error|warning|info REQUIRED yes FIELD department TYPE integer REQUIRED no FIELD level TYPE integer REQUIRED no FIELD throttle_pos TYPE string REQUIRED yes FIELD consignee TYPE string REQUIRED no FIELD maturity_date.ward TYPE string VALUES be...
{"longitude":"error","department":705,"level":914,"throttle_pos":"Johnson","consignee":"world","maturity_date":{"ward":"moored","zip_code":null}}
missing_bracket
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "department": { "type": "integer" }, "level": { "type": "integer" }, "throttle_pos": { "type": "st...
{"longitude":"error","department":705,"level":914,"throttle_pos":"Johnson","consignee":"world","maturity_date":{"ward":"moored","zip_code":null}}
Missing closing bracket
{"longitude":"error","department":705,"level":914,"throttle_pos":"Johnson","consignee":"world","maturity_date":{"ward":"moored","zip_code":null}}
TASK repair_structured_output SPEC FIELD attr_s09 TYPE string_email REQUIRED no FIELD prop_a28 TYPE number REQUIRED yes FIELD attr_t72 TYPE string REQUIRED no FIELD dim_c15.prop_z39 TYPE string_uri REQUIRED no FIELD dim_c15.prop_s40 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD dim_c15.dim_o19 TYPE string_em...
{"prop_a28":28.96,"attr_t72":"REV","dim_c15":{"prop_s40":"cat_b","field_c10":true,"key_n07":"Paris","prop_h56":null,"dim_m75":"quux"},"dim_o37":364.94,"prop_q75":null,"field_i46":"baz"}
missing_brace
{ "type": "object", "properties": { "attr_s09": { "type": "string", "format": "email" }, "prop_a28": { "type": "number" }, "attr_t72": { "type": "string" }, "dim_c15": { "type": "object", "properties": { "prop_z39": { "type": "string"...
{"prop_a28":28.96,"attr_t72":"REV","dim_c15":{"prop_s40":"cat_b","field_c10":true,"key_n07":"Paris","prop_h56":null,"dim_m75":"quux","dim_o37":364.94,"prop_q75":null,"field_i46":"baz"}
Missing closing brace
{"prop_a28":28.96,"attr_t72":"REV","dim_c15":{"prop_s40":"cat_b","field_c10":true,"key_n07":"Paris","prop_h56":null,"dim_m75":"quux"},"dim_o37":364.94,"prop_q75":null,"field_i46":"baz"}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD trace_id.sensor_id TYPE string REQUIRED no FIELD trace_id.velocity TYPE string_uri REQUIRED no FIELD trace_id.turbidity TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD trace_id.e...
{"language":"option_c","trace_id":{"sensor_id":"foo","turbidity":"type_a","email":"Alice"},"size":{"chapter":null,"description":890.66,"payment_status":"type_e"},"city":"user@domain.com","throttle_pos":"2024-01-15"}
tool_call_wrong_param
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "trace_id": { "type": "object", "properties": { "sensor_id": { "type": "string" }, ...
Tool: create_order Params: {"language": "option_c", "trace_id": {"sensor_id": "foo", "turbidity": "type_a", "email": "Alice"}, "city": "user@domain.com", "throttle_pos": "2024-01-15", "size_name": {"chapter": null, "description": 890.66, "payment_status": "type_e"}}
Agent used wrong parameter name 'size_name' instead of 'size'
{"language":"option_c","trace_id":{"sensor_id":"foo","turbidity":"type_a","email":"Alice"},"size":{"chapter":null,"description":890.66,"payment_status":"type_e"},"city":"user@domain.com","throttle_pos":"2024-01-15"}
TASK repair_structured_output SPEC FIELD param_f43 TYPE string REQUIRED no FIELD param_i17 TYPE number REQUIRED no FIELD val_e29 TYPE integer REQUIRED no FIELD field_b61 TYPE string_date-time REQUIRED no FIELD val_h10 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes BROKEN_OUTPUT {"param_f43":"inactiv...
{"param_f43":"inactive","param_i17":643.52,"val_e29":364,"field_b61":"2025-06-15T19:53:00Z","val_h10":"open"}
missing_bracket
{ "type": "object", "properties": { "param_f43": { "type": "string" }, "param_i17": { "type": "number" }, "val_e29": { "type": "integer" }, "field_b61": { "type": "string", "format": "date-time" }, "val_h10": { "type": "string", "enum": [...
{"param_f43":"inactive","param_i17":643.52,"val_e29":364,"field_b61":"2025-06-15T19:53:00Z","val_h10":"open"}
Missing closing bracket
{"param_f43":"inactive","param_i17":643.52,"val_e29":364,"field_b61":"2025-06-15T19:53:00Z","val_h10":"open"}
TASK repair_structured_output SPEC FIELD format TYPE null REQUIRED yes FIELD length TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD score TYPE string_email REQUIRED yes FIELD build_status TYPE number REQUIRED yes FIELD trace_id TYPE integer REQUIRED no BROKEN_OUTPUT {"format": null, "length": "cat_b", "score"...
{"format":null,"length":"cat_b","score":"test@domain.org","build_status":0.63,"trace_id":58}
number_with_unit
{ "type": "object", "properties": { "format": { "type": "null" }, "length": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "score": { "type": "string", "format": "email" }, "build_status": { "type": "number" ...
{"format": null, "length": "cat_b", "score": "test@domain.org", "build_status": "0.63px", "trace_id": 58}
Field 'build_status' must be number, got string with unit
{"format":null,"length":"cat_b","score":"test@domain.org","build_status":0.63,"trace_id":58}
TASK repair_structured_output SPEC FIELD param_w08 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD col_u69 TYPE boolean REQUIRED no FIELD param_a29.param_u51.prop_e86 TYPE boolean REQUIRED yes FIELD param_a29.param_u51.col_k98 TYPE string VALUES active|inactive|pending REQUIRED no FIELD param_a29.para...
{"param_w08":"info","col_u69":true,"param_a29":{"param_u51":{"prop_e86":true,"col_k98":"inactive","field_i79":583,"field_y66":"REV","dim_v20":"low","param_k45":"example"},"col_b91":272.9,"dim_o55":425.54,"col_f07":574}}
extra_text_after
{ "type": "object", "properties": { "param_w08": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_u69": { "type": "boolean" }, "param_a29": { "type": "object", "properties": { "param_u51": { ...
{"param_w08":"info","col_u69":true,"param_a29":{"param_u51":{"prop_e86":true,"col_k98":"inactive","field_i79":583,"field_y66":"REV","dim_v20":"low","param_k45":"example"},"col_b91":272.9,"dim_o55":425.54,"col_f07":574}} Hope this helps!
Output contains non-JSON text after the object
{"param_w08":"info","col_u69":true,"param_a29":{"param_u51":{"prop_e86":true,"col_k98":"inactive","field_i79":583,"field_y66":"REV","dim_v20":"low","param_k45":"example"},"col_b91":272.9,"dim_o55":425.54,"col_f07":574}}
TASK repair_structured_output SPEC FIELD due_date TYPE string REQUIRED yes FIELD vessel_name TYPE integer REQUIRED yes FIELD longitude.position TYPE boolean REQUIRED no FIELD longitude.nickname TYPE integer REQUIRED no FIELD longitude.decay_rate.bearing TYPE integer REQUIRED no FIELD longitude.decay_rate.position TYPE...
{"due_date":"GRCh38","vessel_name":161,"longitude":{"position":false,"nickname":774,"decay_rate":{"bearing":394,"position":"2022-02-03T23:31:00Z","strand":233,"run_id":"GBP","payment_status":"Maria","shipping":330}}}
truncated_object
{ "type": "object", "properties": { "due_date": { "type": "string" }, "vessel_name": { "type": "integer" }, "longitude": { "type": "object", "properties": { "position": { "type": "boolean" }, "nickname": { "type": "integer" ...
{"due_date":"GRCh38","vessel_name":161,"longitude":{"position":false,"nickname":774,"decay_rate":{"bearing":394,"position":"2022-02-03T23:31:00Z","strand":233,"run_id":"GBP","payment_status":"Maria","shipping":330}}
Unexpected end of JSON input — truncated object
{"due_date":"GRCh38","vessel_name":161,"longitude":{"position":false,"nickname":774,"decay_rate":{"bearing":394,"position":"2022-02-03T23:31:00Z","strand":233,"run_id":"GBP","payment_status":"Maria","shipping":330}}}
TASK repair_structured_output SPEC FIELD key_h51 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_y68 TYPE string VALUES type_a|type_b REQUIRED no FIELD param_i32 TYPE string REQUIRED no FIELD param_v10 TYPE string_email REQUIRED yes FIELD attr_q95 TYPE string_uri REQUIRED no FIELD pr...
{"key_h51":"degraded","param_v10":"ops@test.io","attr_q95":"https://www.org/api"}
thought_process
{ "type": "object", "properties": { "key_h51": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_y68": { "type": "string", "enum": [ "type_a", "type_b" ] }, "param_i32": ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"key_h51":"degraded","param_v10":"ops@test.io","attr_q95":"https://www.org/api"}
Output contains chain-of-thought reasoning before JSON
{"key_h51":"degraded","param_v10":"ops@test.io","attr_q95":"https://www.org/api"}
TASK repair_structured_output SPEC FIELD barcode TYPE string REQUIRED yes FIELD feedback TYPE string REQUIRED no FIELD message TYPE integer REQUIRED yes FIELD chromosome TYPE integer REQUIRED yes FIELD options.length TYPE string REQUIRED no FIELD options.coverage TYPE boolean REQUIRED no FIELD options.lane TYPE string...
{"barcode":"GRCh38","feedback":"sample","message":28,"chromosome":109,"vital_sign":855,"latitude":"EUR"}
null_required
{ "type": "object", "properties": { "barcode": { "type": "string" }, "feedback": { "type": "string" }, "message": { "type": "integer" }, "chromosome": { "type": "integer" }, "options": { "type": "object", "properties": { "length": { ...
{"barcode": "GRCh38", "feedback": "sample", "message": 28, "chromosome": null, "vital_sign": 855, "latitude": "EUR"}
Required field 'chromosome' is null
{"barcode":"GRCh38","feedback":"sample","message":28,"chromosome":109,"vital_sign":855,"latitude":"EUR"}
TASK repair_structured_output SPEC FIELD verified TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD coverage TYPE string REQUIRED yes FIELD ward TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"verified":"type_a","coverage":"Bob","ward":117} ```
{"verified":"type_a","coverage":"Bob","ward":117}
markdown_fences
{ "type": "object", "properties": { "verified": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "coverage": { "type": "string" }, "ward": { "type": "integer" } }, "required": [ "ward", "coverage", "verified...
```json {"verified":"type_a","coverage":"Bob","ward":117} ```
Output contains markdown code fences
{"verified":"type_a","coverage":"Bob","ward":117}
TASK repair_structured_output SPEC FIELD param_w62 TYPE integer REQUIRED no FIELD param_a66 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD dim_u21.param_a48 TYPE string REQUIRED yes FIELD dim_u21.col_q23 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD dim_u21.attr_z65 TYPE null REQUIRED yes FIELD d...
{"param_w62":837,"dim_u21":{"param_a48":"world","col_q23":"phone","attr_z65":null,"attr_t31":546,"prop_t38":"hello","prop_u73":"New York"},"param_p31":774.16,"col_g77":808.42,"col_t18":{"key_c11":"2023-09-25T10:51:00Z","val_v27":"inactive","val_y02":false,"key_o42":"synonymous","val_a57":797.86}}
tool_call_text_mix
{ "type": "object", "properties": { "param_w62": { "type": "integer" }, "param_a66": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "dim_u21": { "type": "object", "properties": { "param_a48": { "type": ...
I'll query our database. <tool_call name="validate_sample"> {"param_w62":837,"dim_u21":{"param_a48":"world","col_q23":"phone","attr_z65":null,"attr_t31":546,"prop_t38":"hello","prop_u73":"New York"},"param_p31":774.16,"col_g77":808.42,"col_t18":{"key_c11":"2023-09-25T10:51:00Z","val_v27":"inactive","val_y02":false,"key...
Agent response mixes reasoning text with tool call
{"param_w62":837,"dim_u21":{"param_a48":"world","col_q23":"phone","attr_z65":null,"attr_t31":546,"prop_t38":"hello","prop_u73":"New York"},"param_p31":774.16,"col_g77":808.42,"col_t18":{"key_c11":"2023-09-25T10:51:00Z","val_v27":"inactive","val_y02":false,"key_o42":"synonymous","val_a57":797.86}}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string REQUIRED yes FIELD last_name TYPE string REQUIRED yes FIELD priority TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD compound TYPE integer REQUIRED no BROKEN_OUTPUT Tool: queue_sequencing_run Params: {"last_name": "Johnson", "priority": "mod...
{"temp_celsius":"demo","last_name":"Johnson","priority":"mode_a","compound":878}
tool_call_wrong_param
{ "type": "object", "properties": { "temp_celsius": { "type": "string" }, "last_name": { "type": "string" }, "priority": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "compound": { "type": "integer" } }, ...
Tool: queue_sequencing_run Params: {"last_name": "Johnson", "priority": "mode_a", "compound": 878, "temp_celsius_name": "demo"}
Agent used wrong parameter name 'temp_celsius_name' instead of 'temp_celsius'
{"temp_celsius":"demo","last_name":"Johnson","priority":"mode_a","compound":878}