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 annotation TYPE string_email REQUIRED yes FIELD last_name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD first_name TYPE number REQUIRED no FIELD status_code TYPE string REQUIRED no FIELD strand.items TYPE integer REQUIRED yes FIELD strand.freigh...
{"annotation":"user@domain.org","last_name":"operational","first_name":912.31,"strand":{"items":500,"freight_class":"reliable","role":"error","url":"bar"}}
tool_call_wrong_param
{ "type": "object", "properties": { "annotation": { "type": "string", "format": "email" }, "last_name": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "first_name": { "type": "number" ...
Tool: get_account Params: {"annotation": "user@domain.org", "last_name": "operational", "first_name": 912.31, "strand": {"items": 500, "freight_class": "reliable", "role": "error", "url": "bar"}}
Agent used wrong parameter name 'status_code_name' instead of 'status_code'
{"annotation":"user@domain.org","last_name":"operational","first_name":912.31,"strand":{"items":500,"freight_class":"reliable","role":"error","url":"bar"}}
TASK repair_structured_output SPEC FIELD height TYPE boolean REQUIRED yes FIELD organism.bearing TYPE string VALUES admin|editor|viewer REQUIRED no FIELD organism.visible TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD organism.vessel_name TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes...
{"height":false,"organism":{"bearing":"viewer","visible":"pro","vessel_name":"moored","level":"John"},"annotation":"A short description."}
markdown_fences
{ "type": "object", "properties": { "height": { "type": "boolean" }, "organism": { "type": "object", "properties": { "bearing": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "visi...
```json {"height":false,"organism":{"bearing":"viewer","visible":"pro","vessel_name":"moored","level":"John"},"annotation":"A short description."} ```
Output contains markdown code fences
{"height":false,"organism":{"bearing":"viewer","visible":"pro","vessel_name":"moored","level":"John"},"annotation":"A short description."}
TASK repair_structured_output SPEC FIELD val_x07 TYPE string REQUIRED no FIELD dim_m99 TYPE string REQUIRED no FIELD key_f23 TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT {"val_x07": "QC-07", "key_f23": null}
{"val_x07":"QC-07","key_f23":"editor"}
null_required
{ "type": "object", "properties": { "val_x07": { "type": "string" }, "dim_m99": { "type": "string" }, "key_f23": { "type": "string", "enum": [ "admin", "editor", "viewer" ] } }, "required": [ "key_f23" ] }
{"val_x07": "QC-07", "key_f23": null}
Required field 'key_f23' is null
{"val_x07":"QC-07","key_f23":"editor"}
TASK repair_structured_output SPEC FIELD values TYPE integer REQUIRED yes FIELD weight TYPE boolean REQUIRED no FIELD interest_rate[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"values": null, "weight": false, "interest_rate": [286, 595, 200]}
{"values":773,"weight":false,"interest_rate":[286,595,200]}
null_required
{ "type": "object", "properties": { "values": { "type": "integer" }, "weight": { "type": "boolean" }, "interest_rate": { "type": "array", "items": { "type": "integer" } } }, "required": [ "values", "interest_rate" ] }
{"values": null, "weight": false, "interest_rate": [286, 595, 200]}
Required field 'values' is null
{"values":773,"weight":false,"interest_rate":[286,595,200]}
TASK repair_structured_output SPEC FIELD field_a19 TYPE string REQUIRED yes FIELD dim_y16 TYPE integer REQUIRED yes FIELD field_g47 TYPE integer REQUIRED no FIELD attr_x58 TYPE null REQUIRED no FIELD attr_i19 TYPE number REQUIRED no FIELD param_e30 TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. Action...
{"field_a19":"cancelled","dim_y16":178,"field_g47":292,"attr_x58":null,"attr_i19":432.2,"param_e30":"A short description."}
agent_chain
{ "type": "object", "properties": { "field_a19": { "type": "string" }, "dim_y16": { "type": "integer" }, "field_g47": { "type": "integer" }, "attr_x58": { "type": "null" }, "attr_i19": { "type": "number" }, "param_e30": { "type": "strin...
Let me check the system. Action: filter_variants Result: {"field_a19": "cancelled", "dim_y16": 178, "field_g47": 292, "attr_x58": null, "attr_i19": 432.2} I'll query our database. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"field_a19":"cancelled","dim_y16":178,"field_g47":292,"attr_x58":null,"attr_i19":432.2,"param_e30":"A short description."}
TASK repair_structured_output SPEC FIELD score TYPE string VALUES option_a|option_b REQUIRED no FIELD span_id TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD currency TYPE string VALUES cat_a|cat_b REQUIRED no FIELD date TYPE integer REQUIRED no FIELD message TYPE string_email REQUIRED yes FIELD order_id...
{"score":"option_a","span_id":"level_2","currency":"cat_a","message":"info@example.com","order_id":"Jane","step":"Bob","terminal_id":490}
extra_field
{ "type": "object", "properties": { "score": { "type": "string", "enum": [ "option_a", "option_b" ] }, "span_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "currency": { "type": "string", ...
{"score": "option_a", "span_id": "level_2", "currency": "cat_a", "message": "info@example.com", "order_id": "Jane", "step": "Bob", "terminal_id": 490, "extra_field_5083": 42}
Unknown field 'extra_field_5083' not defined in schema
{"score":"option_a","span_id":"level_2","currency":"cat_a","message":"info@example.com","order_id":"Jane","step":"Bob","terminal_id":490}
TASK repair_structured_output SPEC FIELD length TYPE integer REQUIRED no FIELD span_id TYPE integer REQUIRED no FIELD rating TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD category TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD maturity_date.message.commit_hash TYPE strin...
{"length":104,"span_id":73,"rating":"closed","category":"in_progress","maturity_date":{"frequency_hz":"Charlie"},"language":"GBP","hazmat_code":"Diana"}
markdown_explanation
{ "type": "object", "properties": { "length": { "type": "integer" }, "span_id": { "type": "integer" }, "rating": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "category": { "type": "strin...
Here is the JSON you requested: ```json {"length":104,"span_id":73,"rating":"closed","category":"in_progress","maturity_date":{"frequency_hz":"Charlie"},"language":"GBP","hazmat_code":"Diana"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"length":104,"span_id":73,"rating":"closed","category":"in_progress","maturity_date":{"frequency_hz":"Charlie"},"language":"GBP","hazmat_code":"Diana"}
TASK repair_structured_output SPEC FIELD amount TYPE number REQUIRED no FIELD shift_code TYPE integer REQUIRED yes FIELD patient_id.lab_result TYPE number REQUIRED yes FIELD patient_id.lane TYPE number REQUIRED no FIELD patient_id.city TYPE string REQUIRED yes FIELD patient_id.deploy_target TYPE string REQUIRED yes FI...
{"amount":4.91,"shift_code":411,"patient_id":{"lab_result":235.59,"city":"demo","deploy_target":"RTG-04","website":{"status":"https://example.com/api","chapter":916,"berth_slot":"hemizygous","role":643.07}}}
markdown_explanation
{ "type": "object", "properties": { "amount": { "type": "number" }, "shift_code": { "type": "integer" }, "patient_id": { "type": "object", "properties": { "lab_result": { "type": "number" }, "lane": { "type": "number" },...
The instrument reported: ```json {"amount":4.91,"shift_code":411,"patient_id":{"lab_result":235.59,"city":"demo","deploy_target":"RTG-04","website":{"status":"https://example.com/api","chapter":916,"berth_slot":"hemizygous","role":643.07}}} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"amount":4.91,"shift_code":411,"patient_id":{"lab_result":235.59,"city":"demo","deploy_target":"RTG-04","website":{"status":"https://example.com/api","chapter":916,"berth_slot":"hemizygous","role":643.07}}}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD message TYPE boolean REQUIRED yes FIELD phenotype TYPE string REQUIRED yes FIELD username TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD shift_code TYPE integer REQUIRED no FIELD ...
{"berth_slot":"moored","message":true,"phenotype":"foo","username":"red","shift_code":905,"published":"hemizygous"}
tool_call_partial_args
{ "type": "object", "properties": { "berth_slot": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "message": { "type": "boolean" }, "phenotype": { "type": "string" }, "username": { "type": ...
Let me check the system. Action: filter_variants Arguments: {"berth_slot": "moored", "phenotype": "foo", "username": "red", "shift_code": 905, "published": "hemizygous"}
Agent tool call missing required parameter 'message'
{"berth_slot":"moored","message":true,"phenotype":"foo","username":"red","shift_code":905,"published":"hemizygous"}
TASK repair_structured_output SPEC FIELD amount TYPE string REQUIRED no FIELD category TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD collateral TYPE integer REQUIRED no FIELD website TYPE string_date-time REQUIRED no FIELD user_id.message TYPE boolean REQUIRED no FIELD user_id.chapter TYPE boo...
{"amount":"Johnson","category":"new","user_id":{"message":false,"chapter":true,"account_id":{"compound":"Luis","sensor_id":"https://www.io/data","conductivity":"Hapag-Lloyd-Express","hazmat_code":"New York","trace_id":null,"wavelength":"test","medication":"Santos"},"item_id":{"chromosome":"2020-01-15T18:29:00Z","email"...
markdown_explanation
{ "type": "object", "properties": { "amount": { "type": "string" }, "category": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "collateral": { "type": "integer" }, "website": { "type": "s...
The instrument reported: ```json {"amount":"Johnson","category":"new","user_id":{"message":false,"chapter":true,"account_id":{"compound":"Luis","sensor_id":"https://www.io/data","conductivity":"Hapag-Lloyd-Express","hazmat_code":"New York","trace_id":null,"wavelength":"test","medication":"Santos"},"item_id":{"chromosom...
Output contains markdown and explanatory text around JSON
{"amount":"Johnson","category":"new","user_id":{"message":false,"chapter":true,"account_id":{"compound":"Luis","sensor_id":"https://www.io/data","conductivity":"Hapag-Lloyd-Express","hazmat_code":"New York","trace_id":null,"wavelength":"test","medication":"Santos"},"item_id":{"chromosome":"2020-01-15T18:29:00Z","email"...
TASK repair_structured_output SPEC FIELD invoice_id TYPE null REQUIRED yes FIELD shipper_ref TYPE integer REQUIRED no FIELD build_status TYPE boolean REQUIRED no FIELD end_date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD age TYPE boolean REQUIRED yes FIELD label.step TYPE string RE...
{"invoice_id":null,"shipper_ref":95,"build_status":false,"end_date":"pending_review","age":false,"label":{"step":"QC-07","date":"2024-03-07T13:05:00Z","rating":"inactive","turbidity":"Berlin","port_code":"small","city":true},"ward":"Tokyo","isotope":"RTG-04"}
tool_call_text_mix
{ "type": "object", "properties": { "invoice_id": { "type": "null" }, "shipper_ref": { "type": "integer" }, "build_status": { "type": "boolean" }, "end_date": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", ...
I'll query our database. <tool_call name="track_vessel"> {"invoice_id":null,"shipper_ref":95,"build_status":false,"end_date":"pending_review","age":false,"label":{"step":"QC-07","date":"2024-03-07T13:05:00Z","rating":"inactive","turbidity":"Berlin","port_code":"small","city":true},"ward":"Tokyo","isotope":"RTG-04"} </t...
Agent response mixes reasoning text with tool call
{"invoice_id":null,"shipper_ref":95,"build_status":false,"end_date":"pending_review","age":false,"label":{"step":"QC-07","date":"2024-03-07T13:05:00Z","rating":"inactive","turbidity":"Berlin","port_code":"small","city":true},"ward":"Tokyo","isotope":"RTG-04"}
TASK repair_structured_output SPEC FIELD dim_m11 TYPE boolean REQUIRED yes FIELD val_s91 TYPE string VALUES single|married|divorced REQUIRED no FIELD val_i06 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD field_s03 TYPE number REQUIRED yes FIELD attr_i71 TYPE string_uri REQUIRED no FIELD val_i...
{"dim_m11":false,"val_s91":"divorced","val_i06":"type_c","field_s03":224.92,"val_i40":"2025-06-27T04:53:00Z"}
trailing_comma
{ "type": "object", "properties": { "dim_m11": { "type": "boolean" }, "val_s91": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "val_i06": { "type": "string", "enum": [ "type_a", "type_b", "ty...
{"dim_m11":false,"val_s91":"divorced","val_i06":"type_c","field_s03":224.92,"val_i40":"2025-06-27T04:53:00Z",}
Unexpected trailing comma
{"dim_m11":false,"val_s91":"divorced","val_i06":"type_c","field_s03":224.92,"val_i40":"2025-06-27T04:53:00Z"}
TASK repair_structured_output SPEC FIELD prop_o78 TYPE string REQUIRED no FIELD key_j51 TYPE string REQUIRED no FIELD val_o16 TYPE integer REQUIRED yes FIELD prop_y75 TYPE boolean REQUIRED yes FIELD key_o00 TYPE string REQUIRED no FIELD key_l64 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD val_a21 TYPE string VA...
{"prop_o78":"cancelled","key_j51":"Silva","val_o16":859,"prop_y75":false,"key_o00":"quux","key_l64":"mode_b","val_a21":"type_b","attr_j67":"foo"}
wrong_type
{ "type": "object", "properties": { "prop_o78": { "type": "string" }, "key_j51": { "type": "string" }, "val_o16": { "type": "integer" }, "prop_y75": { "type": "boolean" }, "key_o00": { "type": "string" }, "key_l64": { "type": "string", ...
{"prop_o78": "cancelled", "key_j51": "Silva", "val_o16": 859, "prop_y75": "\"no\"", "key_o00": "quux", "key_l64": "mode_b", "val_a21": "type_b", "attr_j67": "foo"}
Field 'prop_y75' must be boolean, got string
{"prop_o78":"cancelled","key_j51":"Silva","val_o16":859,"prop_y75":false,"key_o00":"quux","key_l64":"mode_b","val_a21":"type_b","attr_j67":"foo"}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE string REQUIRED no FIELD comments TYPE string REQUIRED yes FIELD visible TYPE integer REQUIRED yes FIELD bearing.throttle_pos TYPE string VALUES active|inactive|pending REQUIRED no FIELD bearing.shipper_ref TYPE string REQUIRED no FIELD bearing.conductivity ...
{"brake_pressure":"chr1","comments":"chr1","visible":89,"due_date":"moored","invoice_id":937.14,"zip_code":"homozygous","version":696.9}
extra_field
{ "type": "object", "properties": { "brake_pressure": { "type": "string" }, "comments": { "type": "string" }, "visible": { "type": "integer" }, "bearing": { "type": "object", "properties": { "throttle_pos": { "type": "string", "en...
{"brake_pressure": "chr1", "comments": "chr1", "visible": 89, "due_date": "moored", "invoice_id": 937.14, "zip_code": "homozygous", "version": 696.9, "extra_value_7659": "unexpected"}
Unknown field 'extra_value_7659' not defined in schema
{"brake_pressure":"chr1","comments":"chr1","visible":89,"due_date":"moored","invoice_id":937.14,"zip_code":"homozygous","version":696.9}
TASK repair_structured_output SPEC FIELD active TYPE string VALUES small|medium|large|xl REQUIRED no FIELD width TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD rating TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD consignee TYPE string VALUES free|basic|pro|enterprise REQ...
{"width":"heterozygous","rating":"unstable","consignee":"pro","status_code":"Hapag-Lloyd-Express","visible":"user@domain.org","catalyst":"Santos","title":629}
tool_call_text_mix
{ "type": "object", "properties": { "active": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "width": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "ra...
I'll query our database. <tool_call name="query_port_status"> {"width":"heterozygous","rating":"unstable","consignee":"pro","status_code":"Hapag-Lloyd-Express","visible":"user@domain.org","catalyst":"Santos","title":629} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"width":"heterozygous","rating":"unstable","consignee":"pro","status_code":"Hapag-Lloyd-Express","visible":"user@domain.org","catalyst":"Santos","title":629}
TASK repair_structured_output SPEC FIELD count TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD title TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD tax TYPE string VALUES open|in_progress|resolved|closed REQUIRED no BROKEN_OUTPUT {"count":"degraded","title":"phone","tax":"in...
{"count":"degraded","title":"phone","tax":"in_progress"}
missing_bracket
{ "type": "object", "properties": { "count": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "title": { "type": "string", "enum": [ "email", "phone", "sms", "push" ]...
{"count":"degraded","title":"phone","tax":"in_progress"}
Missing closing bracket
{"count":"degraded","title":"phone","tax":"in_progress"}
TASK repair_structured_output SPEC FIELD dim_a67 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD key_y19 TYPE string_date-time REQUIRED no FIELD field_r69[].prop_c53 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD field_r69[].dim_e34 TYPE number REQUIRED yes FIELD field_r69[].di...
{"dim_a67":"cat_d","key_y19":"2024-06-05T20:50:00Z","field_r69":[{"prop_c53":"cat_a","dim_e34":47.8,"dim_q95":"option_b"}]}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_a67": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "key_y19": { "type": "string", "format": "date-time" }, "field_r69": { "type"...
Tool: create_ticket Params: {"key_y19": "2024-06-05T20:50:00Z", "field_r69": [{"prop_c53": "cat_a", "dim_e34": 47.8, "dim_q95": "option_b"}], "dim_a672": "cat_d"}
Agent used wrong parameter name 'dim_a672' instead of 'dim_a67'
{"dim_a67":"cat_d","key_y19":"2024-06-05T20:50:00Z","field_r69":[{"prop_c53":"cat_a","dim_e34":47.8,"dim_q95":"option_b"}]}
TASK repair_structured_output SPEC FIELD commit_hash TYPE number REQUIRED yes FIELD username TYPE string_uri REQUIRED no FIELD notes TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD procedure_code TYPE integer REQUIRED no FIELD department TYPE null REQUIRED no FIELD crew_id TYPE string REQUIRED ...
{"commit_hash":768.76,"username":"https://api.com/v1","notes":"heterozygous","procedure_code":871,"department":null,"crew_id":"Johnson"}
tool_call_text_mix
{ "type": "object", "properties": { "commit_hash": { "type": "number" }, "username": { "type": "string", "format": "uri" }, "notes": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "procedure_code":...
Let me check the system. <tool_call name="update_record"> {"commit_hash":768.76,"username":"https://api.com/v1","notes":"heterozygous","procedure_code":871,"department":null,"crew_id":"Johnson"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"commit_hash":768.76,"username":"https://api.com/v1","notes":"heterozygous","procedure_code":871,"department":null,"crew_id":"Johnson"}
TASK repair_structured_output SPEC FIELD pressure_kpa.title TYPE number REQUIRED no FIELD pressure_kpa.step TYPE string REQUIRED no FIELD pressure_kpa.version.loan_amount TYPE number REQUIRED yes FIELD pressure_kpa.version.date TYPE null REQUIRED yes FIELD pressure_kpa.version.fleet_number TYPE string REQUIRED yes FIE...
{"pressure_kpa":{"title":616.32,"step":"sample","version":{"loan_amount":66.55,"date":null,"fleet_number":"Paris","bill_of_lading":714},"amount":"level_3"},"score":"test@example.com","commit_hash":"world"}
tool_call_python_syntax
{ "type": "object", "properties": { "pressure_kpa": { "type": "object", "properties": { "title": { "type": "number" }, "step": { "type": "string" }, "version": { "type": "object", "properties": { "loan_amount...
verify_hazmat_compliance(pressure_kpa={'title': 616.32, 'step': 'sample', 'version': {'loan_amount': 66.55, 'date': None, 'fleet_number': 'Paris', 'bill_of_lading': 714}, 'amount': 'level_3'}, score='test@example.com', commit_hash='world')
Tool call uses Python syntax instead of JSON
{"pressure_kpa":{"title":616.32,"step":"sample","version":{"loan_amount":66.55,"date":null,"fleet_number":"Paris","bill_of_lading":714},"amount":"level_3"},"score":"test@example.com","commit_hash":"world"}
TASK repair_structured_output SPEC FIELD attr_p82 TYPE string REQUIRED yes FIELD key_f54 TYPE number REQUIRED yes FIELD dim_v93 TYPE boolean REQUIRED yes FIELD prop_l61 TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: track_vessel Result: {"attr_p82": ...
{"attr_p82":"QC-07","key_f54":513.32,"dim_v93":true,"prop_l61":"admin"}
agent_chain
{ "type": "object", "properties": { "attr_p82": { "type": "string" }, "key_f54": { "type": "number" }, "dim_v93": { "type": "boolean" }, "prop_l61": { "type": "string", "enum": [ "admin", "editor", "viewer" ] } }, "requi...
I need to look up the information first. Action: track_vessel Result: {"attr_p82": "QC-07", "key_f54": 513.32, "prop_l61": "admin"} I'll query our database. Action: calibrate_instrument Result:
Agent multi-step chain with truncated tool output
{"attr_p82":"QC-07","key_f54":513.32,"dim_v93":true,"prop_l61":"admin"}
TASK repair_structured_output SPEC FIELD status_code TYPE number REQUIRED no FIELD full_name TYPE number REQUIRED no FIELD bed_number TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD shipping TYPE string_uri REQUIRED no FIELD payment_status TYPE integer REQUIRED yes FIELD sensor_id TYPE integer REQUI...
{"bed_number":"coastal","shipping":"https://data.org/api","payment_status":369,"sensor_id":35,"humidity_pct":460}
wrong_type
{ "type": "object", "properties": { "status_code": { "type": "number" }, "full_name": { "type": "number" }, "bed_number": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "shipping": { "type": ...
{"bed_number": "coastal", "shipping": "https://data.org/api", "payment_status": "\"369\"", "sensor_id": 35, "humidity_pct": 460}
Field 'payment_status' must be integer, got string
{"bed_number":"coastal","shipping":"https://data.org/api","payment_status":369,"sensor_id":35,"humidity_pct":460}
TASK repair_structured_output SPEC FIELD val_g24 TYPE string REQUIRED yes FIELD dim_r54 TYPE boolean REQUIRED no FIELD key_c55 TYPE integer REQUIRED yes FIELD val_d76 TYPE string REQUIRED no FIELD val_g50 TYPE string REQUIRED no BROKEN_OUTPUT Here's the structured output: {"val_g24":"2023-12-25","dim_r54":true,"key_c...
{"val_g24":"2023-12-25","dim_r54":true,"key_c55":755,"val_g50":"world"}
extra_text_before
{ "type": "object", "properties": { "val_g24": { "type": "string" }, "dim_r54": { "type": "boolean" }, "key_c55": { "type": "integer" }, "val_d76": { "type": "string" }, "val_g50": { "type": "string" } }, "required": [ "key_c55", "val...
Here's the structured output: {"val_g24":"2023-12-25","dim_r54":true,"key_c55":755,"val_g50":"world"}
Output contains non-JSON text before the object
{"val_g24":"2023-12-25","dim_r54":true,"key_c55":755,"val_g50":"world"}
TASK repair_structured_output SPEC FIELD param_w51.val_y97 TYPE number REQUIRED no FIELD param_w51.key_t52 TYPE string REQUIRED yes FIELD param_w51.key_t46 TYPE string REQUIRED no FIELD param_w51.param_p61 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD param_w51.dim_s62 TYPE number REQ...
{"param_w51":{"val_y97":852.24,"key_t52":"quux","param_p61":"type_b","dim_s62":131.83,"prop_e86":"Paris","val_y79":null,"prop_u88":937.86},"field_w54":"QC-07","field_z89":"basic"}
extra_field
{ "type": "object", "properties": { "param_w51": { "type": "object", "properties": { "val_y97": { "type": "number" }, "key_t52": { "type": "string" }, "key_t46": { "type": "string" }, "param_p61": { "type...
{"param_w51": {"val_y97": 852.24, "key_t52": "quux", "param_p61": "type_b", "dim_s62": 131.83, "prop_e86": "Paris", "val_y79": null, "prop_u88": 937.86}, "field_w54": "QC-07", "field_z89": "basic", "extra_info_4035": true}
Unknown field 'extra_info_4035' not defined in schema
{"param_w51":{"val_y97":852.24,"key_t52":"quux","param_p61":"type_b","dim_s62":131.83,"prop_e86":"Paris","val_y79":null,"prop_u88":937.86},"field_w54":"QC-07","field_z89":"basic"}
TASK repair_structured_output SPEC FIELD field_g32.val_k77 TYPE integer REQUIRED yes FIELD field_g32.val_u50 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_g32.prop_d44 TYPE boolean REQUIRED no FIELD field_g32.param_k36.attr_w60 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_g...
{"field_g32":{"val_k77":578,"val_u50":"divorced","prop_d44":false,"param_k36":{"attr_w60":"pending","attr_v46":972},"key_g34":324,"val_j32":true},"prop_c15":"sms","prop_e14":"pending_review","dim_l15":{"key_e49":"phone","col_m05":"coastal"},"val_r75":null,"key_u64":"Tokyo"}
markdown_explanation
{ "type": "object", "properties": { "field_g32": { "type": "object", "properties": { "val_k77": { "type": "integer" }, "val_u50": { "type": "string", "enum": [ "single", "married", "divorced" ] ...
The instrument reported: ```json {"field_g32":{"val_k77":578,"val_u50":"divorced","prop_d44":false,"param_k36":{"attr_w60":"pending","attr_v46":972},"key_g34":324,"val_j32":true},"prop_c15":"sms","prop_e14":"pending_review","dim_l15":{"key_e49":"phone","col_m05":"coastal"},"val_r75":null,"key_u64":"Tokyo"} ``` Analysis...
Output contains markdown and explanatory text around JSON
{"field_g32":{"val_k77":578,"val_u50":"divorced","prop_d44":false,"param_k36":{"attr_w60":"pending","attr_v46":972},"key_g34":324,"val_j32":true},"prop_c15":"sms","prop_e14":"pending_review","dim_l15":{"key_e49":"phone","col_m05":"coastal"},"val_r75":null,"key_u64":"Tokyo"}
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD id TYPE boolean REQUIRED no FIELD quality_score.role TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD quality_score.age TYPE string VALUES small|medium|l...
{"id":false,"quality_score":{"role":"rejected","age":"xl","procedure_code":"Johnson","hazmat_code":875,"brake_pressure":"chr1","ph_level":null},"wavelength":true,"barcode":233,"due_date":"info@example.com","rating":true}
tool_call_python_syntax
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "id": { "type": "boolean" }, "quality_score": { "type": "object", "properties": { ...
transfer_call(id=False, quality_score={'role': 'rejected', 'age': 'xl', 'procedure_code': 'Johnson', 'hazmat_code': 875, 'brake_pressure': 'chr1', 'ph_level': None}, wavelength=True, barcode=233, due_date='info@example.com', rating=True)
Tool call uses Python syntax instead of JSON
{"id":false,"quality_score":{"role":"rejected","age":"xl","procedure_code":"Johnson","hazmat_code":875,"brake_pressure":"chr1","ph_level":null},"wavelength":true,"barcode":233,"due_date":"info@example.com","rating":true}
TASK repair_structured_output SPEC FIELD col_n78 TYPE string REQUIRED no FIELD dim_j51 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD val_a18 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no BROKEN_OUTPUT {col_n78:"GRCh38",dim_j51:"mode_a",val_a18:"option_a"}
{"col_n78":"GRCh38","dim_j51":"mode_a","val_a18":"option_a"}
unquoted_keys
{ "type": "object", "properties": { "col_n78": { "type": "string" }, "dim_j51": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "val_a18": { "type": "string", "enum": [ "option_a", "opti...
{col_n78:"GRCh38",dim_j51:"mode_a",val_a18:"option_a"}
Expecting property name enclosed in double quotes
{"col_n78":"GRCh38","dim_j51":"mode_a","val_a18":"option_a"}
TASK repair_structured_output SPEC FIELD dim_f36 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD field_i81 TYPE boolean REQUIRED no FIELD dim_n58.key_h09 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD dim_n58.prop_q16 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD ...
{"dim_n58":{"key_h09":"cat_b","prop_q16":"type_b","col_k06":"in_progress"},"field_k18":{"key_c59":"type_c","prop_o92":"quux"}}
agent_chain
{ "type": "object", "properties": { "dim_f36": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "field_i81": { "type": "boolean" }, "dim_n58": { "type": "object", "properties"...
Let me check the system. Action: annotate_mutation Result: {"field_k18": {"key_c59": "type_c", "prop_o92": "quux"}} I'll query our database. Action: calculate_price Result:
Agent multi-step chain with truncated tool output
{"dim_n58":{"key_h09":"cat_b","prop_q16":"type_b","col_k06":"in_progress"},"field_k18":{"key_c59":"type_c","prop_o92":"quux"}}
TASK repair_structured_output SPEC FIELD field_y48 TYPE number REQUIRED yes FIELD param_e45 TYPE boolean REQUIRED yes FIELD dim_o94 TYPE number REQUIRED yes FIELD field_h72 TYPE null REQUIRED no FIELD dim_l89 TYPE number REQUIRED no FIELD key_m13 TYPE string REQUIRED no FIELD prop_d34 TYPE string REQUIRED yes BROKEN_...
{"field_y48":476.21,"param_e45":false,"dim_o94":948.84,"dim_l89":255.75,"key_m13":"REV","prop_d34":"Maria"}
markdown_explanation
{ "type": "object", "properties": { "field_y48": { "type": "number" }, "param_e45": { "type": "boolean" }, "dim_o94": { "type": "number" }, "field_h72": { "type": "null" }, "dim_l89": { "type": "number" }, "key_m13": { "type": "string" ...
Based on your request, here is the data: ```json {"field_y48":476.21,"param_e45":false,"dim_o94":948.84,"dim_l89":255.75,"key_m13":"REV","prop_d34":"Maria"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"field_y48":476.21,"param_e45":false,"dim_o94":948.84,"dim_l89":255.75,"key_m13":"REV","prop_d34":"Maria"}
TASK repair_structured_output SPEC FIELD attr_n04 TYPE string REQUIRED yes FIELD key_d25 TYPE boolean REQUIRED no FIELD prop_x95.prop_f19 TYPE null REQUIRED no FIELD prop_x95.attr_r11 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_x95.dim_h87 TYPE integer REQUIRED yes FIELD prop_x95.dim_b01.col_s2...
{"attr_n04":"world","prop_x95":{"prop_f19":null,"attr_r11":"low","dim_h87":306,"col_j11":{"val_o38":553.13,"col_e77":"nonsense","key_u29":"2026-02-21T23:11:00Z"}},"key_j59":{"attr_w71":"closed","col_s56":"cancelled","key_q86":"medium","key_y35":"homozygous","attr_l77":"Sao Paulo","attr_g03":{"val_n76":"completed","val_...
markdown_fences
{ "type": "object", "properties": { "attr_n04": { "type": "string" }, "key_d25": { "type": "boolean" }, "prop_x95": { "type": "object", "properties": { "prop_f19": { "type": "null" }, "attr_r11": { "type": "string", "e...
```json {"attr_n04":"world","prop_x95":{"prop_f19":null,"attr_r11":"low","dim_h87":306,"col_j11":{"val_o38":553.13,"col_e77":"nonsense","key_u29":"2026-02-21T23:11:00Z"}},"key_j59":{"attr_w71":"closed","col_s56":"cancelled","key_q86":"medium","key_y35":"homozygous","attr_l77":"Sao Paulo","attr_g03":{"val_n76":"complete...
Output contains markdown code fences
{"attr_n04":"world","prop_x95":{"prop_f19":null,"attr_r11":"low","dim_h87":306,"col_j11":{"val_o38":553.13,"col_e77":"nonsense","key_u29":"2026-02-21T23:11:00Z"}},"key_j59":{"attr_w71":"closed","col_s56":"cancelled","key_q86":"medium","key_y35":"homozygous","attr_l77":"Sao Paulo","attr_g03":{"val_n76":"completed","val_...
TASK repair_structured_output SPEC FIELD voltage TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD color TYPE integer REQUIRED yes FIELD manifest_ref TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes BROKEN_OUTPUT {"voltage": "confirmed", "color": 757, "manifest_ref": ...
{"voltage":"confirmed","color":757,"manifest_ref":"homozygous"}
extra_field
{ "type": "object", "properties": { "voltage": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "color": { "type": "integer" }, "manifest_ref": { "type": "string", "enum": [ "homo...
{"voltage": "confirmed", "color": 757, "manifest_ref": "homozygous", "extra_info_3714": true}
Unknown field 'extra_info_3714' not defined in schema
{"voltage":"confirmed","color":757,"manifest_ref":"homozygous"}
TASK repair_structured_output SPEC FIELD cargo_type TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD altitude TYPE string_email REQUIRED no FIELD crew_id TYPE boolean REQUIRED no FIELD values TYPE string REQUIRED yes FIELD score[].vessel_name TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQ...
{"altitude":"test@domain.org","crew_id":true,"values":"2023-12-25","score":[{"vessel_name":"type_d","conductivity":true,"tax":"Santos","payment_status":676,"manifest_ref":"active","procedure_code":false,"batch_code":917,"verified":"test@example.com"},{"vessel_name":"type_b","conductivity":false,"payment_status":308,"pr...
unquoted_keys
{ "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "altitude": { "type": "string", "format": "email" }, "crew_id": { "type": "boolean" }, "values": { ...
{altitude:"test@domain.org",crew_id:true,values:"2023-12-25",score:[{vessel_name:"type_d",conductivity:true,tax:"Santos",payment_status:676,manifest_ref:"active",procedure_code:false,batch_code:917,verified:"test@example.com"},{vessel_name:"type_b",conductivity:false,payment_status:308,procedure_code:true,batch_code:96...
Expecting property name enclosed in double quotes
{"altitude":"test@domain.org","crew_id":true,"values":"2023-12-25","score":[{"vessel_name":"type_d","conductivity":true,"tax":"Santos","payment_status":676,"manifest_ref":"active","procedure_code":false,"batch_code":917,"verified":"test@example.com"},{"vessel_name":"type_b","conductivity":false,"payment_status":308,"pr...
TASK repair_structured_output SPEC FIELD field_o50 TYPE number REQUIRED yes FIELD param_g12 TYPE string REQUIRED yes FIELD prop_j42 TYPE string_email REQUIRED yes FIELD dim_e50 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_o50":594.39,"param_g12":"qux","prop_j42":"admin@example.com","dim_e50":"A short description."
{"field_o50":594.39,"param_g12":"qux","prop_j42":"admin@example.com","dim_e50":"A short description."}
truncated_object
{ "type": "object", "properties": { "field_o50": { "type": "number" }, "param_g12": { "type": "string" }, "prop_j42": { "type": "string", "format": "email" }, "dim_e50": { "type": "string" } }, "required": [ "prop_j42", "dim_e50", "field_...
{"field_o50":594.39,"param_g12":"qux","prop_j42":"admin@example.com","dim_e50":"A short description."
Unexpected end of JSON input — truncated object
{"field_o50":594.39,"param_g12":"qux","prop_j42":"admin@example.com","dim_e50":"A short description."}
TASK repair_structured_output SPEC FIELD val_s39.col_j15 TYPE string REQUIRED no FIELD val_s39.key_u29 TYPE integer REQUIRED yes FIELD val_s39.dim_e48.key_p35 TYPE number REQUIRED no FIELD val_s39.dim_e48.val_x80 TYPE string REQUIRED no FIELD val_s39.dim_e48.attr_g68 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD v...
{"val_s39":{"col_j15":"inactive","key_u29":857,"dim_e48":{"key_p35":87.64,"val_x80":"Silva","attr_g68":"cat_a","attr_r32":[false,false]},"param_n03":"cat_b","attr_y05":857.65,"dim_t45":"PASS","col_v75":"Hapag-Lloyd-Express","param_w36":831},"attr_h15":"type_a","prop_j09":"Jane"}
truncated_object
{ "type": "object", "properties": { "val_s39": { "type": "object", "properties": { "col_j15": { "type": "string" }, "key_u29": { "type": "integer" }, "dim_e48": { "type": "object", "properties": { "key_p35": ...
{"val_s39":{"col_j15":"inactive","key_u29":857,"dim_e48":{"key_p35":87.64,"val_x80":"Silva","attr_g68":"cat_a","attr_r32":[false,false]},"param_n03":"cat_b","attr_y05":857.65,"dim_t45":"PASS","col_v75":"Hapag-Lloyd-Express","param_w36":831},"attr_h15":"type_a","prop_j09":"Jane"
Unexpected end of JSON input — truncated object
{"val_s39":{"col_j15":"inactive","key_u29":857,"dim_e48":{"key_p35":87.64,"val_x80":"Silva","attr_g68":"cat_a","attr_r32":[false,false]},"param_n03":"cat_b","attr_y05":857.65,"dim_t45":"PASS","col_v75":"Hapag-Lloyd-Express","param_w36":831},"attr_h15":"type_a","prop_j09":"Jane"}
TASK repair_structured_output SPEC FIELD attr_d17 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_s13 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD param_d47 TYPE string REQUIRED no FIELD param_u51 TYPE string REQUIRED yes BROKEN_OUTPUT {attr_d17:"level_1",di...
{"attr_d17":"level_1","dim_s13":"option_b","param_d47":"Luis","param_u51":"Silva"}
unquoted_keys
{ "type": "object", "properties": { "attr_d17": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_s13": { "type": "string", "enum": [ "option_a", "option_b...
{attr_d17:"level_1",dim_s13:"option_b",param_d47:"Luis",param_u51:"Silva"}
Expecting property name enclosed in double quotes
{"attr_d17":"level_1","dim_s13":"option_b","param_d47":"Luis","param_u51":"Silva"}
TASK repair_structured_output SPEC FIELD val_i79 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD val_a59 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD dim_u86 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD prop_w27 TYPE null REQUIRED ...
{"val_i79":"mode_c","val_a59":"type_c","dim_u86":"heterozygous","prop_w27":null,"param_l83":816.4}
tool_call_text_mix
{ "type": "object", "properties": { "val_i79": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "val_a59": { "type": "string", "enum": [ "type_a", "type_b", ...
Processing the request now. <tool_call name="get_inventory"> {"val_i79":"mode_c","val_a59":"type_c","dim_u86":"heterozygous","prop_w27":null,"param_l83":816.4} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"val_i79":"mode_c","val_a59":"type_c","dim_u86":"heterozygous","prop_w27":null,"param_l83":816.4}
TASK repair_structured_output SPEC FIELD dim_b65 TYPE boolean REQUIRED yes FIELD prop_e40 TYPE string REQUIRED no FIELD attr_s31 TYPE string REQUIRED no FIELD val_j11 TYPE string_date-time REQUIRED yes FIELD val_c91[].val_o97 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD val_c91[].val_v63 TYPE...
{"dim_b65":false,"prop_e40":"baz","attr_s31":"London","val_j11":"2024-04-24T13:47:00Z","val_c91":[{"val_o97":"anchored","val_v63":"user@domain.org","key_j15":true,"attr_t05":"world"}]}
extra_text_after
{ "type": "object", "properties": { "dim_b65": { "type": "boolean" }, "prop_e40": { "type": "string" }, "attr_s31": { "type": "string" }, "val_j11": { "type": "string", "format": "date-time" }, "val_c91": { "type": "array", "items": { ...
{"dim_b65":false,"prop_e40":"baz","attr_s31":"London","val_j11":"2024-04-24T13:47:00Z","val_c91":[{"val_o97":"anchored","val_v63":"user@domain.org","key_j15":true,"attr_t05":"world"}]} Let me know if you need anything else!
Output contains non-JSON text after the object
{"dim_b65":false,"prop_e40":"baz","attr_s31":"London","val_j11":"2024-04-24T13:47:00Z","val_c91":[{"val_o97":"anchored","val_v63":"user@domain.org","key_j15":true,"attr_t05":"world"}]}
TASK repair_structured_output SPEC FIELD prop_p73 TYPE integer REQUIRED yes FIELD col_j29 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD param_m60 TYPE string REQUIRED yes FIELD key_y68 TYPE string REQUIRED no FIELD param_s88 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD...
{"prop_p73":174,"col_j29":"berthed","param_m60":"GRCh38","key_y68":"Santos","param_s88":"in_progress","attr_q56":"inactive"}
trailing_comma
{ "type": "object", "properties": { "prop_p73": { "type": "integer" }, "col_j29": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "param_m60": { "type": "string" }, "key_y68": { "type": "st...
{"prop_p73":174,"col_j29":"berthed","param_m60":"GRCh38","key_y68":"Santos","param_s88":"in_progress","attr_q56":"inactive",}
Unexpected trailing comma
{"prop_p73":174,"col_j29":"berthed","param_m60":"GRCh38","key_y68":"Santos","param_s88":"in_progress","attr_q56":"inactive"}
TASK repair_structured_output SPEC FIELD key_r30 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD field_a35 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_y58 TYPE string REQUIRED no FIELD prop_t93 TYPE string_date-time REQUIRED yes FIELD key_n37 TYPE string VALUES open|in_pr...
{"key_r30":"nonsense","field_a35":"viewer","prop_y58":"Santos","prop_t93":"2024-12-26T00:53:00Z","key_n37":"in_progress","val_d21":"https://example.com","param_d98":"https://api.org/data","dim_b07":519.93}
missing_bracket
{ "type": "object", "properties": { "key_r30": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "field_a35": { "type": "string", "enum": [ "admin", "editor", "viewer" ] },...
{"key_r30":"nonsense","field_a35":"viewer","prop_y58":"Santos","prop_t93":"2024-12-26T00:53:00Z","key_n37":"in_progress","val_d21":"https://example.com","param_d98":"https://api.org/data","dim_b07":519.93}
Missing closing bracket
{"key_r30":"nonsense","field_a35":"viewer","prop_y58":"Santos","prop_t93":"2024-12-26T00:53:00Z","key_n37":"in_progress","val_d21":"https://example.com","param_d98":"https://api.org/data","dim_b07":519.93}
TASK repair_structured_output SPEC FIELD prop_b17 TYPE string_email REQUIRED yes FIELD attr_t64 TYPE string REQUIRED no FIELD prop_s43 TYPE string REQUIRED yes FIELD field_l95 TYPE boolean REQUIRED no FIELD dim_y55 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD attr_l14 TYPE string REQUIRED no FIELD col_d9...
{"prop_b17":"admin@domain.org","attr_t64":"A short description.","prop_s43":"QC-07","field_l95":true,"dim_y55":"medium"}
tool_call_bad_format
{ "type": "object", "properties": { "prop_b17": { "type": "string", "format": "email" }, "attr_t64": { "type": "string" }, "prop_s43": { "type": "string" }, "field_l95": { "type": "boolean" }, "dim_y55": { "type": "string", "enum": [ ...
<functioncall> get_weather {prop_b17: "admin@domain.org", attr_t64: "A short description.", prop_s43: "QC-07", field_l95: true, dim_y55: "medium"}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_b17":"admin@domain.org","attr_t64":"A short description.","prop_s43":"QC-07","field_l95":true,"dim_y55":"medium"}
TASK repair_structured_output SPEC FIELD description TYPE boolean REQUIRED yes FIELD freight_class TYPE boolean REQUIRED yes FIELD color.image_url TYPE string VALUES success|error|warning|info REQUIRED yes FIELD color.half_life.bearing TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD color.half_life.isot...
{"description":false,"freight_class":false,"color":{"image_url":"warning","half_life":{"bearing":"basic","isotope":"test","order_id":"type_b","quantity":"foo","compound":506.5,"created_at":"New York","build_status":473},"zip_code":220.79}}
missing_required
{ "type": "object", "properties": { "description": { "type": "boolean" }, "freight_class": { "type": "boolean" }, "color": { "type": "object", "properties": { "image_url": { "type": "string", "enum": [ "success", "error"...
{"description": false, "color": {"image_url": "warning", "half_life": {"bearing": "basic", "isotope": "test", "order_id": "type_b", "quantity": "foo", "compound": 506.5, "created_at": "New York", "build_status": 473}, "zip_code": 220.79}}
Required field 'freight_class' is missing
{"description":false,"freight_class":false,"color":{"image_url":"warning","half_life":{"bearing":"basic","isotope":"test","order_id":"type_b","quantity":"foo","compound":506.5,"created_at":"New York","build_status":473},"zip_code":220.79}}
TASK repair_structured_output SPEC FIELD chapter TYPE string REQUIRED yes FIELD ph_level TYPE string REQUIRED yes FIELD torque_output TYPE string_uri REQUIRED yes FIELD isotope TYPE boolean REQUIRED no FIELD role TYPE integer REQUIRED no BROKEN_OUTPUT create_ticket(chapter='https://api.example.com/v1', ph_level='test...
{"chapter":"https://api.example.com/v1","ph_level":"test@example.com","torque_output":"https://example.com/data","isotope":true}
tool_call_python_syntax
{ "type": "object", "properties": { "chapter": { "type": "string" }, "ph_level": { "type": "string" }, "torque_output": { "type": "string", "format": "uri" }, "isotope": { "type": "boolean" }, "role": { "type": "integer" } }, "required"...
create_ticket(chapter='https://api.example.com/v1', ph_level='test@example.com', torque_output='https://example.com/data', isotope=True)
Tool call uses Python syntax instead of JSON
{"chapter":"https://api.example.com/v1","ph_level":"test@example.com","torque_output":"https://example.com/data","isotope":true}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED yes FIELD discount TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD options TYPE string REQUIRED no FIELD port_code TYPE string REQUIRED yes FIELD loan_amount TYPE null REQUIRED no FIELD catalyst TYPE string VALUES l...
{"subject":"bar","discount":"escalated","options":"Bob","port_code":"test@example.com"}
thought_process
{ "type": "object", "properties": { "subject": { "type": "string" }, "discount": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "options": { "type": "string" }, "port_code": { "...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"subject":"bar","discount":"escalated","options":"Bob","port_code":"test@example.com"}
Output contains chain-of-thought reasoning before JSON
{"subject":"bar","discount":"escalated","options":"Bob","port_code":"test@example.com"}
TASK repair_structured_output SPEC FIELD weight TYPE integer REQUIRED yes FIELD item_id TYPE null REQUIRED no FIELD id[] TYPE string VALUES small|medium|large|xl REQUIRED no BROKEN_OUTPUT query_port_status(weight=805, item_id=None, id=['small', 'large', 'small', 'large'])
{"weight":805,"item_id":null,"id":["small","large","small","large"]}
tool_call_python_syntax
{ "type": "object", "properties": { "weight": { "type": "integer" }, "item_id": { "type": "null" }, "id": { "type": "array", "items": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] } ...
query_port_status(weight=805, item_id=None, id=['small', 'large', 'small', 'large'])
Tool call uses Python syntax instead of JSON
{"weight":805,"item_id":null,"id":["small","large","small","large"]}
TASK repair_structured_output SPEC FIELD dim_j35 TYPE string REQUIRED yes FIELD param_j89 TYPE integer REQUIRED no FIELD col_t43.param_k17 TYPE string REQUIRED no FIELD col_t43.attr_p42 TYPE string REQUIRED no FIELD col_t43.dim_q54 TYPE string REQUIRED yes FIELD col_t43.field_y76 TYPE boolean REQUIRED no FIELD col_t43...
{"dim_j35":"A short description.","param_j89":321,"col_t43":{"attr_p42":"cancelled","dim_q54":"London","field_y76":false,"val_m07":{"param_l97":"divorced","field_k14":"small","param_y08":null},"attr_h03":{"dim_z98":"xl","prop_k68":null,"dim_l79":true}},"param_c91":{"prop_n73":"Diana","param_a14":590.76,"val_m71":[{"val...
extra_text_after
{ "type": "object", "properties": { "dim_j35": { "type": "string" }, "param_j89": { "type": "integer" }, "col_t43": { "type": "object", "properties": { "param_k17": { "type": "string" }, "attr_p42": { "type": "string" },...
{"dim_j35":"A short description.","param_j89":321,"col_t43":{"attr_p42":"cancelled","dim_q54":"London","field_y76":false,"val_m07":{"param_l97":"divorced","field_k14":"small","param_y08":null},"attr_h03":{"dim_z98":"xl","prop_k68":null,"dim_l79":true}},"param_c91":{"prop_n73":"Diana","param_a14":590.76,"val_m71":[{"val...
Output contains non-JSON text after the object
{"dim_j35":"A short description.","param_j89":321,"col_t43":{"attr_p42":"cancelled","dim_q54":"London","field_y76":false,"val_m07":{"param_l97":"divorced","field_k14":"small","param_y08":null},"attr_h03":{"dim_z98":"xl","prop_k68":null,"dim_l79":true}},"param_c91":{"prop_n73":"Diana","param_a14":590.76,"val_m71":[{"val...
TASK repair_structured_output SPEC FIELD lab_result TYPE string REQUIRED no FIELD discount TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD shift_code TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD created_at TYPE integer REQUIRED yes FIELD conductivity TYPE integer REQUIRED no B...
{"discount":"intermittent","created_at":358,"conductivity":210}
thought_process
{ "type": "object", "properties": { "lab_result": { "type": "string" }, "discount": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "shift_code": { "type": "string", "enum": [ "type_a", "type_b"...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"discount":"intermittent","created_at":358,"conductivity":210}
Output contains chain-of-thought reasoning before JSON
{"discount":"intermittent","created_at":358,"conductivity":210}
TASK repair_structured_output SPEC FIELD param_p83 TYPE number REQUIRED yes FIELD field_r38 TYPE string REQUIRED no FIELD dim_a08 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD key_s74.prop_f50 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD key_s74.param_k09 TYPE bo...
{"param_p83":587.54,"key_s74":{"prop_f50":"cat_b","param_k09":false,"dim_s21":"https://data.com/data"},"val_q91":{"key_e12":"inactive","dim_t44":true,"val_r54":"https://example.io/api","key_r02":"Tokyo","key_q25":true}}
extra_field
{ "type": "object", "properties": { "param_p83": { "type": "number" }, "field_r38": { "type": "string" }, "dim_a08": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ...
{"param_p83": 587.54, "key_s74": {"prop_f50": "cat_b", "param_k09": false, "dim_s21": "https://data.com/data"}, "val_q91": {"key_e12": "inactive", "dim_t44": true, "val_r54": "https://example.io/api", "key_r02": "Tokyo", "key_q25": true}, "extra_field_2023": true}
Unknown field 'extra_field_2023' not defined in schema
{"param_p83":587.54,"key_s74":{"prop_f50":"cat_b","param_k09":false,"dim_s21":"https://data.com/data"},"val_q91":{"key_e12":"inactive","dim_t44":true,"val_r54":"https://example.io/api","key_r02":"Tokyo","key_q25":true}}
TASK repair_structured_output SPEC FIELD attr_x31 TYPE string_uri REQUIRED yes FIELD param_g32 TYPE boolean REQUIRED no FIELD col_f33 TYPE string REQUIRED yes FIELD dim_v00 TYPE integer REQUIRED no FIELD val_k57 TYPE string REQUIRED yes BROKEN_OUTPUT I found that val_k57 should be completed. {"attr_x31":"https://data...
{"attr_x31":"https://data.io/api","col_f33":"Johnson","dim_v00":29,"val_k57":"completed"}
partial_structure
{ "type": "object", "properties": { "attr_x31": { "type": "string", "format": "uri" }, "param_g32": { "type": "boolean" }, "col_f33": { "type": "string" }, "dim_v00": { "type": "integer" }, "val_k57": { "type": "string" } }, "required":...
I found that val_k57 should be completed. {"attr_x31":"https://data.io/api","col_f33":"Johnson","dim_v00":29,"val_k57":"completed"}
Output mixes natural language with JSON
{"attr_x31":"https://data.io/api","col_f33":"Johnson","dim_v00":29,"val_k57":"completed"}
TASK repair_structured_output SPEC FIELD col_z50 TYPE string_date-time REQUIRED no FIELD field_j83 TYPE integer REQUIRED yes FIELD prop_g94 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"col_z50":"2024-01-04T03:47:00Z","field_j83":967,"prop_g94":false
{"col_z50":"2024-01-04T03:47:00Z","field_j83":967,"prop_g94":false}
truncated_array
{ "type": "object", "properties": { "col_z50": { "type": "string", "format": "date-time" }, "field_j83": { "type": "integer" }, "prop_g94": { "type": "boolean" } }, "required": [ "prop_g94", "field_j83" ] }
{"col_z50":"2024-01-04T03:47:00Z","field_j83":967,"prop_g94":false
Unexpected end of JSON input — truncated object
{"col_z50":"2024-01-04T03:47:00Z","field_j83":967,"prop_g94":false}
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD balance TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD consignee.level TYPE string_date-time REQUIRED yes FIELD consignee.tags.due_date TYPE null REQUIRED no FIELD consig...
{"balance":"nonsense","consignee":{"level":"2024-01-03T09:24:00Z","tags":{"due_date":null,"phenotype":false,"log_level":"divorced","collateral":"Luis"},"size":170,"insurance_id":"warning","full_name":null}}
trailing_comma
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "balance": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "fram...
{"balance":"nonsense","consignee":{"level":"2024-01-03T09:24:00Z","tags":{"due_date":null,"phenotype":false,"log_level":"divorced","collateral":"Luis",},"size":170,"insurance_id":"warning","full_name":null}}
Unexpected trailing comma
{"balance":"nonsense","consignee":{"level":"2024-01-03T09:24:00Z","tags":{"due_date":null,"phenotype":false,"log_level":"divorced","collateral":"Luis"},"size":170,"insurance_id":"warning","full_name":null}}
TASK repair_structured_output SPEC FIELD torque_output TYPE string REQUIRED no FIELD sensor_id TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD umi TYPE integer REQUIRED no FIELD throttle_pos.payment_status TYPE string REQUIRED no FIELD throttle_pos.consignee TYPE boolean REQUIRED no FIELD throttle_pos.state.diagno...
{"torque_output":"Paris","sensor_id":"mode_a","umi":852,"throttle_pos":{"payment_status":"Santos","consignee":true,"state":{"diagnosis_code":"Diana","fleet_number":369,"bed_number":"world","barcode":556,"updated_at":"quux","duration_ms":917.4},"values":"https://www.io/v1"}}
tool_call_wrong_param
{ "type": "object", "properties": { "torque_output": { "type": "string" }, "sensor_id": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "umi": { "type": "integer" }, "throttle_pos": { "type": "object", "properties": { ...
Tool: get_weather Params: {"torque_output": "Paris", "sensor_id": "mode_a", "throttle_pos": {"payment_status": "Santos", "consignee": true, "state": {"diagnosis_code": "Diana", "fleet_number": 369, "bed_number": "world", "barcode": 556, "updated_at": "quux", "duration_ms": 917.4}, "values": "https://www.io/v1"}, "umi_n...
Agent used wrong parameter name 'umi_name' instead of 'umi'
{"torque_output":"Paris","sensor_id":"mode_a","umi":852,"throttle_pos":{"payment_status":"Santos","consignee":true,"state":{"diagnosis_code":"Diana","fleet_number":369,"bed_number":"world","barcode":556,"updated_at":"quux","duration_ms":917.4},"values":"https://www.io/v1"}}
TASK repair_structured_output SPEC FIELD status_code TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD vital_sign TYPE integer REQUIRED no FIELD ward TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes BROKEN_OUTPUT {"status_code":"reliable","ward":"cat_c"
{"status_code":"reliable","ward":"cat_c"}
truncated_object
{ "type": "object", "properties": { "status_code": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "vital_sign": { "type": "integer" }, "ward": { "type": "string", "enum": [ "cat_a", "cat_b", ...
{"status_code":"reliable","ward":"cat_c"
Unexpected end of JSON input — truncated object
{"status_code":"reliable","ward":"cat_c"}
TASK repair_structured_output SPEC FIELD attr_f46 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD field_a33 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD key_b31 TYPE number REQUIRED yes FIELD prop_l44[].col_i65 TYPE null REQUIRED yes FIELD prop_l44[].attr_r28 TYPE boolean REQUIRED yes FI...
{"attr_f46":"cat_b","field_a33":"cat_e","key_b31":356.87,"prop_l44":[{"col_i65":null,"attr_r28":false,"field_y03":"mode_b","param_j82":"2021-05-09T08:06:00Z","val_j68":"https://api.io/api","field_c32":617},{"col_i65":null,"attr_r28":false,"field_y03":"mode_a","val_j68":"https://example.com/data","field_c32":573},{"col_...
single_quotes
{ "type": "object", "properties": { "attr_f46": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "field_a33": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] },...
{'attr_f46':'cat_b','field_a33':'cat_e','key_b31':356.87,'prop_l44':[{'col_i65':null,'attr_r28':false,'field_y03':'mode_b','param_j82':'2021-05-09T08:06:00Z','val_j68':'https://api.io/api','field_c32':617},{'col_i65':null,'attr_r28':false,'field_y03':'mode_a','val_j68':'https://example.com/data','field_c32':573},{'col_...
Expecting property name enclosed in double quotes
{"attr_f46":"cat_b","field_a33":"cat_e","key_b31":356.87,"prop_l44":[{"col_i65":null,"attr_r28":false,"field_y03":"mode_b","param_j82":"2021-05-09T08:06:00Z","val_j68":"https://api.io/api","field_c32":617},{"col_i65":null,"attr_r28":false,"field_y03":"mode_a","val_j68":"https://example.com/data","field_c32":573},{"col_...
TASK repair_structured_output SPEC FIELD feedback TYPE string REQUIRED no FIELD ward TYPE boolean REQUIRED yes FIELD invoice_id TYPE string REQUIRED yes FIELD enabled TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD height TYPE null REQUIRED no FIELD trace_id TYPE string VALUES free|basic|pro|e...
{"feedback":"inactive","ward":false,"invoice_id":"Luis","enabled":"homozygous","height":null,"trace_id":"pro","description":"chrX"}
agent_chain
{ "type": "object", "properties": { "feedback": { "type": "string" }, "ward": { "type": "boolean" }, "invoice_id": { "type": "string" }, "enabled": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }...
I need to look up the information first. Action: query_port_status Result: {"feedback": "inactive", "ward": false, "invoice_id": "Luis", "enabled": "homozygous", "trace_id": "pro", "description": "chrX"} Processing the request now. Action: filter_variants Result:
Agent multi-step chain with truncated tool output
{"feedback":"inactive","ward":false,"invoice_id":"Luis","enabled":"homozygous","height":null,"trace_id":"pro","description":"chrX"}
TASK repair_structured_output SPEC FIELD repository TYPE string REQUIRED yes FIELD vital_sign TYPE string_date-time REQUIRED yes FIELD maturity_date TYPE boolean REQUIRED no FIELD shift_code TYPE string REQUIRED yes FIELD trace_id TYPE string REQUIRED yes BROKEN_OUTPUT {'repository':'Jane','vital_sign':'2023-07-15T06...
{"repository":"Jane","vital_sign":"2023-07-15T06:12:00Z","maturity_date":false,"shift_code":"RTG-04","trace_id":"Paris"}
single_quotes
{ "type": "object", "properties": { "repository": { "type": "string" }, "vital_sign": { "type": "string", "format": "date-time" }, "maturity_date": { "type": "boolean" }, "shift_code": { "type": "string" }, "trace_id": { "type": "string" } ...
{'repository':'Jane','vital_sign':'2023-07-15T06:12:00Z','maturity_date':false,'shift_code':'RTG-04','trace_id':'Paris'}
Expecting property name enclosed in double quotes
{"repository":"Jane","vital_sign":"2023-07-15T06:12:00Z","maturity_date":false,"shift_code":"RTG-04","trace_id":"Paris"}
TASK repair_structured_output SPEC FIELD quantity TYPE integer REQUIRED no FIELD language TYPE number REQUIRED no FIELD diagnosis_code TYPE integer REQUIRED yes FIELD state.vital_sign TYPE string VALUES type_a|type_b REQUIRED no FIELD state.weight TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD stat...
{"quantity":831,"language":873.49,"diagnosis_code":259,"state":{"vital_sign":"type_b","weight":"cat_c","log_level":"type_a","gene_id":87.62,"shipper_ref":{"current_draw":"cat_e","repository":"hemizygous","product_id":"option_d","ward":"New York"}}}
thought_process
{ "type": "object", "properties": { "quantity": { "type": "integer" }, "language": { "type": "number" }, "diagnosis_code": { "type": "integer" }, "state": { "type": "object", "properties": { "vital_sign": { "type": "string", "enum...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"quantity":831,"language":873.49,"diagnosis_code":259,"state":{"vital_sign":"type_b","weight":"cat_c","log_level":"type_a","gene_id":87.62,"shipper_ref":{"current_draw":"cat_e","repository":"hemizygous","product_id":"option_d","wa...
Output contains chain-of-thought reasoning before JSON
{"quantity":831,"language":873.49,"diagnosis_code":259,"state":{"vital_sign":"type_b","weight":"cat_c","log_level":"type_a","gene_id":87.62,"shipper_ref":{"current_draw":"cat_e","repository":"hemizygous","product_id":"option_d","ward":"New York"}}}
TASK repair_structured_output SPEC FIELD dim_h53 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD col_t14 TYPE string_email REQUIRED no FIELD col_z77 TYPE null REQUIRED no FIELD param_z52 TYPE string REQUIRED no FIELD attr_b66 TYPE string_uri REQUIRED no FIELD col_e36 TYPE number REQUIRED yes BROKE...
{"dim_h53":"reliable","col_t14":"admin@domain.org","param_z52":"baz","attr_b66":"https://example.io/data","col_e36":375.45}
markdown_fences
{ "type": "object", "properties": { "dim_h53": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_t14": { "type": "string", "format": "email" }, "col_z77": { "type": "null" }, "param_z52": { "ty...
```json {"dim_h53":"reliable","col_t14":"admin@domain.org","param_z52":"baz","attr_b66":"https://example.io/data","col_e36":375.45} ```
Output contains markdown code fences
{"dim_h53":"reliable","col_t14":"admin@domain.org","param_z52":"baz","attr_b66":"https://example.io/data","col_e36":375.45}
TASK repair_structured_output SPEC FIELD width TYPE string REQUIRED no FIELD tags TYPE integer REQUIRED yes FIELD due_date[].coverage TYPE integer REQUIRED no FIELD due_date[].message TYPE string_date-time REQUIRED yes FIELD due_date[].salinity TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD due_date[].d...
{"tags":567}
missing_bracket
{ "type": "object", "properties": { "width": { "type": "string" }, "tags": { "type": "integer" }, "due_date": { "type": "array", "items": { "type": "object", "properties": { "coverage": { "type": "integer" }, "mess...
{"tags":567}
Missing closing bracket
{"tags":567}
TASK repair_structured_output SPEC FIELD notes TYPE string REQUIRED no FIELD section.longitude TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD section.strand TYPE string REQUIRED no FIELD section.interest_rate TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD section.ph_level TYPE string RE...
{"notes":"Oliveira","thumbnail":"https://www.org/api","shipper_ref":"admin@example.com","currency":"approved"}
extra_text_before
{ "type": "object", "properties": { "notes": { "type": "string" }, "section": { "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "stra...
Sure, here's the result: {"notes":"Oliveira","thumbnail":"https://www.org/api","shipper_ref":"admin@example.com","currency":"approved"}
Output contains non-JSON text before the object
{"notes":"Oliveira","thumbnail":"https://www.org/api","shipper_ref":"admin@example.com","currency":"approved"}
TASK repair_structured_output SPEC FIELD deploy_target TYPE string VALUES active|inactive|pending REQUIRED no FIELD product_id TYPE string REQUIRED no FIELD url.ph_level TYPE string REQUIRED yes FIELD url.position TYPE string REQUIRED no FIELD url.website TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes F...
{"deploy_target":"active","url":{"ph_level":"bar","position":"Oliveira","website":"arctic","procedure_code":"https://example.com","nickname":"oceanic","velocity":495},"footnote":973,"throttle_pos":"offline","verified":"2024-08-23T03:01:00Z","bearing":"Santos","interest_rate":false}
missing_bracket
{ "type": "object", "properties": { "deploy_target": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "product_id": { "type": "string" }, "url": { "type": "object", "properties": { "ph_level": { "type...
{"deploy_target":"active","url":{"ph_level":"bar","position":"Oliveira","website":"arctic","procedure_code":"https://example.com","nickname":"oceanic","velocity":495},"footnote":973,"throttle_pos":"offline","verified":"2024-08-23T03:01:00Z","bearing":"Santos","interest_rate":false}
Missing closing bracket
{"deploy_target":"active","url":{"ph_level":"bar","position":"Oliveira","website":"arctic","procedure_code":"https://example.com","nickname":"oceanic","velocity":495},"footnote":973,"throttle_pos":"offline","verified":"2024-08-23T03:01:00Z","bearing":"Santos","interest_rate":false}
TASK repair_structured_output SPEC FIELD total TYPE boolean REQUIRED no FIELD tags TYPE boolean REQUIRED no FIELD options.notes TYPE string VALUES type_a|type_b REQUIRED no FIELD options.annotation TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD options.comments TYPE string REQUIRED yes FIELD ...
{"total":false,"options":{"annotation":"cat_d","comments":"John","crew_id":"level_3"},"gene_id":{"payment_status":32,"transaction_id":407,"build_status":{"run_id":"blue","price":"mode_b","latitude":"option_c"}},"sensor_id":"RTG-04","conductivity":null}
truncated_array
{ "type": "object", "properties": { "total": { "type": "boolean" }, "tags": { "type": "boolean" }, "options": { "type": "object", "properties": { "notes": { "type": "string", "enum": [ "type_a", "type_b" ] ...
{"total":false,"options":{"annotation":"cat_d","comments":"John","crew_id":"level_3"},"gene_id":{"payment_status":32,"transaction_id":407,"build_status":{"run_id":"blue","price":"mode_b","latitude":"option_c"}},"sensor_id":"RTG-04","conductivity":null
Unexpected end of JSON input — truncated object
{"total":false,"options":{"annotation":"cat_d","comments":"John","crew_id":"level_3"},"gene_id":{"payment_status":32,"transaction_id":407,"build_status":{"run_id":"blue","price":"mode_b","latitude":"option_c"}},"sensor_id":"RTG-04","conductivity":null}
TASK repair_structured_output SPEC FIELD param_a45 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD param_g23 TYPE string_email REQUIRED no FIELD param_z91[].col_u83 TYPE string REQUIRED no FIELD param_z91[].field_v34 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_z91[].par...
{"param_z91":[{"col_u83":"cancelled","field_v34":"published","param_x55":["admin","admin","viewer","editor"]}]}
extra_text_after
{ "type": "object", "properties": { "param_a45": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "param_g23": { "type": "string", "format": "email" }, "param_z91": { "type": "array", "item...
{"param_z91":[{"col_u83":"cancelled","field_v34":"published","param_x55":["admin","admin","viewer","editor"]}]} Let me know if you need anything else!
Output contains non-JSON text after the object
{"param_z91":[{"col_u83":"cancelled","field_v34":"published","param_x55":["admin","admin","viewer","editor"]}]}
TASK repair_structured_output SPEC FIELD attr_x78 TYPE boolean REQUIRED yes FIELD dim_w29 TYPE string REQUIRED yes FIELD col_v74 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"attr_x78": null, "dim_w29": "chrX", "col_v74": "2022-04-22T04:17:00Z"}
{"attr_x78":true,"dim_w29":"chrX","col_v74":"2022-04-22T04:17:00Z"}
null_required
{ "type": "object", "properties": { "attr_x78": { "type": "boolean" }, "dim_w29": { "type": "string" }, "col_v74": { "type": "string", "format": "date-time" } }, "required": [ "dim_w29", "attr_x78", "col_v74" ] }
{"attr_x78": null, "dim_w29": "chrX", "col_v74": "2022-04-22T04:17:00Z"}
Required field 'attr_x78' is null
{"attr_x78":true,"dim_w29":"chrX","col_v74":"2022-04-22T04:17:00Z"}
TASK repair_structured_output SPEC FIELD key_b07 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_d50 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD col_b87 TYPE string REQUIRED yes FIELD field_l92[] TYPE string VALUES draft|published|archived REQUIRED yes FIELD prop_j67[].dim_y...
{"key_b07":"inland","key_d50":"success","col_b87":"hello","field_l92":["archived"],"prop_j67":[{"dim_y96":"https://example.com","val_g11":"medium","attr_x86":false,"col_k26":["Maria","test","active","bar"]},{"dim_y96":"user@domain.com","val_g11":"high","attr_x86":false,"col_k26":["PASS","test","test","Charlie"],"key_r0...
agent_chain
{ "type": "object", "properties": { "key_b07": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_d50": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
I need to look up the information first. Action: lookup_customer Result: {"key_b07": "inland", "key_d50": "success", "col_b87": "hello", "prop_j67": [{"dim_y96": "https://example.com", "val_g11": "medium", "attr_x86": false, "col_k26": ["Maria", "test", "active", "bar"]}, {"dim_y96": "user@domain.com", "val_g11": "high...
Agent multi-step chain with truncated tool output
{"key_b07":"inland","key_d50":"success","col_b87":"hello","field_l92":["archived"],"prop_j67":[{"dim_y96":"https://example.com","val_g11":"medium","attr_x86":false,"col_k26":["Maria","test","active","bar"]},{"dim_y96":"user@domain.com","val_g11":"high","attr_x86":false,"col_k26":["PASS","test","test","Charlie"],"key_r0...
TASK repair_structured_output SPEC FIELD tile TYPE boolean REQUIRED no FIELD end_date TYPE boolean REQUIRED no FIELD umi TYPE string_uri REQUIRED yes FIELD bearing.turbidity TYPE integer REQUIRED no FIELD bearing.quality_score TYPE string_date-time REQUIRED no FIELD bearing.diagnosis_code[].gene_id TYPE boolean REQUIR...
{"end_date":false,"umi":"https://example.com/data","bearing":{"quality_score":"2026-03-11T03:25:00Z","diagnosis_code":[{"gene_id":false,"lab_result":false,"state":318.29,"conductivity":"London","department":true},{"gene_id":false,"lab_result":true,"state":942.86,"conductivity":"QC-07","department":true}]},"product_id":...
boolean_as_string
{ "type": "object", "properties": { "tile": { "type": "boolean" }, "end_date": { "type": "boolean" }, "umi": { "type": "string", "format": "uri" }, "bearing": { "type": "object", "properties": { "turbidity": { "type": "integer" ...
{"end_date": "True", "umi": "https://example.com/data", "bearing": {"quality_score": "2026-03-11T03:25:00Z", "diagnosis_code": [{"gene_id": false, "lab_result": false, "state": 318.29, "conductivity": "London", "department": true}, {"gene_id": false, "lab_result": true, "state": 942.86, "conductivity": "QC-07", "depart...
Field 'end_date' must be boolean, got string
{"end_date":false,"umi":"https://example.com/data","bearing":{"quality_score":"2026-03-11T03:25:00Z","diagnosis_code":[{"gene_id":false,"lab_result":false,"state":318.29,"conductivity":"London","department":true},{"gene_id":false,"lab_result":true,"state":942.86,"conductivity":"QC-07","department":true}]},"product_id":...
TASK repair_structured_output SPEC FIELD val_t57 TYPE number REQUIRED no FIELD val_m22 TYPE integer REQUIRED no FIELD dim_r76 TYPE number REQUIRED no FIELD val_r57 TYPE null REQUIRED no FIELD val_r56 TYPE string REQUIRED yes BROKEN_OUTPUT Tool: calculate_docking_fee Params: {"val_t57": 460.43, "val_m22": 139, "val_r5...
{"val_t57":460.43,"val_m22":139,"val_r57":null,"val_r56":"hello"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_t57": { "type": "number" }, "val_m22": { "type": "integer" }, "dim_r76": { "type": "number" }, "val_r57": { "type": "null" }, "val_r56": { "type": "string" } }, "required": [ "val_r56" ] }
Tool: calculate_docking_fee Params: {"val_t57": 460.43, "val_m22": 139, "val_r57": null, "val_r56": "hello"}
Agent used wrong parameter name 'dim_r762' instead of 'dim_r76'
{"val_t57":460.43,"val_m22":139,"val_r57":null,"val_r56":"hello"}
TASK repair_structured_output SPEC FIELD current_draw TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD city TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD pressure_kpa TYPE string_date-time REQUIRED no FIELD balance TYPE string_email REQUIRED yes FIELD created_at.ph_level....
{"current_draw":"option_b","pressure_kpa":"2023-04-21T23:50:00Z","balance":"test@example.com","created_at":{"ph_level":{"turbidity":"cat_b","state":"level_1","quantity":"mode_c","product_id":219,"barcode":"Berlin","url":"Santos"},"first_name":"green","coverage":"foo","turbidity":true,"date":false},"options":600.48}
thought_process
{ "type": "object", "properties": { "current_draw": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "city": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "leve...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"current_draw":"option_b","pressure_kpa":"2023-04-21T23:50:00Z","balance":"test@example.com","created_at":{"ph_level":{"turbidity":"cat_b","state":"level_1","quantity":"mode_c","product_id":219,"barcode":"Berlin","u...
Output contains chain-of-thought reasoning before JSON
{"current_draw":"option_b","pressure_kpa":"2023-04-21T23:50:00Z","balance":"test@example.com","created_at":{"ph_level":{"turbidity":"cat_b","state":"level_1","quantity":"mode_c","product_id":219,"barcode":"Berlin","url":"Santos"},"first_name":"green","coverage":"foo","turbidity":true,"date":false},"options":600.48}
TASK repair_structured_output SPEC FIELD section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD enabled TYPE boolean REQUIRED yes FIELD cargo_type TYPE number REQUIRED no FIELD feedback TYPE integer REQUIRED no FIELD lab_result TYPE boolean REQUIRED yes BROKEN_OUTPUT {"section":"USD","enabled":false,"cargo...
{"section":"USD","enabled":false,"cargo_type":6.9,"feedback":976,"lab_result":false}
missing_bracket
{ "type": "object", "properties": { "section": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "enabled": { "type": "boolean" }, "cargo_type": { "type": "number" }, "feedback": { "type": "int...
{"section":"USD","enabled":false,"cargo_type":6.9,"feedback":976,"lab_result":false}
Missing closing bracket
{"section":"USD","enabled":false,"cargo_type":6.9,"feedback":976,"lab_result":false}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string REQUIRED yes FIELD reagent.thumbnail.comments TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD reagent.thumbnail.category TYPE string VALUES level_1|level_2 REQUIRED no FIELD reagent.thumbnail.phenotype TYPE string VALUES email|phone|sms|push RE...
{"invoice_id":"Berlin","reagent":{"rating":"John","country":"https://example.io/v1","user_id":349},"lab_result":{"terminal_id":true,"gene_id":"high","repository":{"currency":"type_c","priority":"closed","wavelength":true,"commit_hash":"cat_d","last_name":"Santos","footnote":"FWD","active":"mode_a","message":null}}}
tool_call_text_mix
{ "type": "object", "properties": { "invoice_id": { "type": "string" }, "reagent": { "type": "object", "properties": { "thumbnail": { "type": "object", "properties": { "comments": { "type": "string", "enum": [ ...
Let me check the system. <tool_call name="check_cargo_manifest"> {"invoice_id":"Berlin","reagent":{"rating":"John","country":"https://example.io/v1","user_id":349},"lab_result":{"terminal_id":true,"gene_id":"high","repository":{"currency":"type_c","priority":"closed","wavelength":true,"commit_hash":"cat_d","last_name":...
Agent response mixes reasoning text with tool call
{"invoice_id":"Berlin","reagent":{"rating":"John","country":"https://example.io/v1","user_id":349},"lab_result":{"terminal_id":true,"gene_id":"high","repository":{"currency":"type_c","priority":"closed","wavelength":true,"commit_hash":"cat_d","last_name":"Santos","footnote":"FWD","active":"mode_a","message":null}}}
TASK repair_structured_output SPEC FIELD field_u68 TYPE integer REQUIRED yes FIELD field_o82 TYPE string_date-time REQUIRED yes FIELD param_u52[] TYPE string REQUIRED yes BROKEN_OUTPUT {"field_u68": 778, "field_o82": null, "param_u52": ["active"]}
{"field_u68":778,"field_o82":"2023-01-27T10:12:00Z","param_u52":["active"]}
null_required
{ "type": "object", "properties": { "field_u68": { "type": "integer" }, "field_o82": { "type": "string", "format": "date-time" }, "param_u52": { "type": "array", "items": { "type": "string" } } }, "required": [ "field_u68", "param_u52",...
{"field_u68": 778, "field_o82": null, "param_u52": ["active"]}
Required field 'field_o82' is null
{"field_u68":778,"field_o82":"2023-01-27T10:12:00Z","param_u52":["active"]}
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED no FIELD shift_code TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD width TYPE string REQUIRED yes FIELD username.paragraph TYPE string VALUES single|married|divorced REQUIRED no FIELD username.dosage TYPE string REQUIRED no FIELD us...
{"shift_code":"enterprise","width":"Luis","username":{"paragraph":"single","dosage":"test","timezone":"2022-04-26T13:10:00Z","version":false,"shipper_ref":389,"reagent":"A short description.","salinity":"baz"}}
tool_call_wrong_param
{ "type": "object", "properties": { "altitude": { "type": "string" }, "shift_code": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "width": { "type": "string" }, "username": { "type": "object", ...
Tool: check_availability Params: {"width": "Luis", "username": {"paragraph": "single", "dosage": "test", "timezone": "2022-04-26T13:10:00Z", "version": false, "shipper_ref": 389, "reagent": "A short description.", "salinity": "baz"}, "shift_code_new": "enterprise"}
Agent used wrong parameter name 'shift_code_new' instead of 'shift_code'
{"shift_code":"enterprise","width":"Luis","username":{"paragraph":"single","dosage":"test","timezone":"2022-04-26T13:10:00Z","version":false,"shipper_ref":389,"reagent":"A short description.","salinity":"baz"}}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string VALUES email|phone|sms|push REQUIRED no FIELD order_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD voltage TYPE string VALUES admin|editor|viewer REQUIRED no FIELD position TYPE string VALUES synonymous|missense|nonsense...
{"position":"missense","port_code":83}
truncated_object
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "order_id": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance...
{"position":"missense","port_code":83
Unexpected end of JSON input — truncated object
{"position":"missense","port_code":83}
TASK repair_structured_output SPEC FIELD attr_g37 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_y23 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD field_f77 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_i33 TYPE string_uri REQ...
{"attr_g37":"rejected","val_y23":"maintenance","field_f77":"red","attr_i33":"https://data.org/v1","param_z74":"maintenance","prop_o25":"editor","prop_o91":"RTG-04"}
tool_call_text_mix
{ "type": "object", "properties": { "attr_g37": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "val_y23": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
Processing the request now. <tool_call name="delete_item"> {"attr_g37":"rejected","val_y23":"maintenance","field_f77":"red","attr_i33":"https://data.org/v1","param_z74":"maintenance","prop_o25":"editor","prop_o91":"RTG-04"} </tool_call.
Agent response mixes reasoning text with tool call
{"attr_g37":"rejected","val_y23":"maintenance","field_f77":"red","attr_i33":"https://data.org/v1","param_z74":"maintenance","prop_o25":"editor","prop_o91":"RTG-04"}
TASK repair_structured_output SPEC FIELD field_i88 TYPE string REQUIRED no FIELD prop_e38 TYPE boolean REQUIRED no FIELD param_a45 TYPE string REQUIRED no FIELD col_q49 TYPE string REQUIRED no FIELD param_s80 TYPE boolean REQUIRED yes BROKEN_OUTPUT Sensor output follows: ```json {"field_i88":"hello","prop_e38":true,"...
{"field_i88":"hello","prop_e38":true,"param_a45":"PASS","col_q49":"GRCh38","param_s80":false}
markdown_explanation
{ "type": "object", "properties": { "field_i88": { "type": "string" }, "prop_e38": { "type": "boolean" }, "param_a45": { "type": "string" }, "col_q49": { "type": "string" }, "param_s80": { "type": "boolean" } }, "required": [ "param_s80" ...
Sensor output follows: ```json {"field_i88":"hello","prop_e38":true,"param_a45":"PASS","col_q49":"GRCh38","param_s80":false} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"field_i88":"hello","prop_e38":true,"param_a45":"PASS","col_q49":"GRCh38","param_s80":false}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD image_url.age TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD image_url.log_level TYPE string_uri REQUIRED no FIELD image_url.shipper_ref TYPE string VALUES low|medium|high|critical ...
{"collateral":"coastal","image_url":{"age":"white","log_level":"https://www.io/api","turbidity":744.59,"phenotype":"Johnson","decay_rate":false,"website":429},"run_id":714}
tool_call_text_mix
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "image_url": { "type": "object", "properties": { "age": { "type": "string", "enum": [ ...
Processing the request now. <tool_call name="get_inventory"> {"collateral":"coastal","image_url":{"age":"white","log_level":"https://www.io/api","turbidity":744.59,"phenotype":"Johnson","decay_rate":false,"website":429},"run_id":714} </tool_call.
Agent response mixes reasoning text with tool call
{"collateral":"coastal","image_url":{"age":"white","log_level":"https://www.io/api","turbidity":744.59,"phenotype":"Johnson","decay_rate":false,"website":429},"run_id":714}
TASK repair_structured_output SPEC FIELD username TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD deploy_target TYPE string VALUES cat_a|cat_b REQUIRED no FIELD values TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD full_name TYPE integer REQUIRED yes FIELD gene_id T...
{"username":"inland","deploy_target":"cat_a","values":"type_f","full_name":17,"gene_id":"REV"}
number_with_unit
{ "type": "object", "properties": { "username": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "deploy_target": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "values": { "...
{"username": "inland", "deploy_target": "cat_a", "values": "type_f", "full_name": "17kg", "gene_id": "REV"}
Field 'full_name' must be number, got string with unit
{"username":"inland","deploy_target":"cat_a","values":"type_f","full_name":17,"gene_id":"REV"}
TASK repair_structured_output SPEC FIELD id TYPE string REQUIRED no FIELD subject TYPE number REQUIRED no FIELD order_id TYPE integer REQUIRED yes BROKEN_OUTPUT Analyzing the schema to generate valid JSON... Checking required fields and types... {"subject":578.78,"order_id":652}
{"subject":578.78,"order_id":652}
thought_process
{ "type": "object", "properties": { "id": { "type": "string" }, "subject": { "type": "number" }, "order_id": { "type": "integer" } }, "required": [ "order_id" ] }
Analyzing the schema to generate valid JSON... Checking required fields and types... {"subject":578.78,"order_id":652}
Output contains chain-of-thought reasoning before JSON
{"subject":578.78,"order_id":652}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD repository TYPE integer REQUIRED yes FIELD umi TYPE boolean REQUIRED yes FIELD amount.bearing TYPE integer REQUIRED no FIELD amount.weight TYPE string VALUES new|in_transit|delivered|returned REQUIRED no F...
{"repository":369,"umi":false,"amount":{"bearing":171,"transaction_id":{"amplitude":"qux","size":938,"span_id":"in_progress","created_at":"MV-Evergreen-01","velocity":397,"annotation":"ops@example.com"}}}
tool_call_text_mix
{ "type": "object", "properties": { "diagnosis_code": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "repository": { "type": "integer" }, "umi": { "type": "boolean" }, "amount": { "type": "object", "proper...
I need to look up the information first. <tool_call name="queue_sequencing_run"> {"repository":369,"umi":false,"amount":{"bearing":171,"transaction_id":{"amplitude":"qux","size":938,"span_id":"in_progress","created_at":"MV-Evergreen-01","velocity":397,"annotation":"ops@example.com"}}} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"repository":369,"umi":false,"amount":{"bearing":171,"transaction_id":{"amplitude":"qux","size":938,"span_id":"in_progress","created_at":"MV-Evergreen-01","velocity":397,"annotation":"ops@example.com"}}}
TASK repair_structured_output SPEC FIELD bed_number TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD language TYPE integer REQUIRED no FIELD credit_score TYPE integer REQUIRED no FIELD conductivity.language TYPE string REQUIRED yes FIELD conductivity.city TYPE string REQUIRED no FIELD ...
{"bed_number":"rejected","language":857,"credit_score":775,"conductivity":{"language":"pending","city":"quux","turbidity":{"total":488,"index":"confirmed","isotope":"sample","amount":true,"first_name":773.13,"position":"email","enabled":41,"freight_class":"Tokyo"},"comments":{"city":"anchored","sensor_id":true,"humidit...
wrong_type
{ "type": "object", "properties": { "bed_number": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "language": { "type": "integer" }, "credit_score": { "type": "integer" }, "conductivit...
{"bed_number": "rejected", "language": 857, "credit_score": "\"775\"", "conductivity": {"language": "pending", "city": "quux", "turbidity": {"total": 488, "index": "confirmed", "isotope": "sample", "amount": true, "first_name": 773.13, "position": "email", "enabled": 41, "freight_class": "Tokyo"}, "comments": {"city": ...
Field 'credit_score' must be integer, got string
{"bed_number":"rejected","language":857,"credit_score":775,"conductivity":{"language":"pending","city":"quux","turbidity":{"total":488,"index":"confirmed","isotope":"sample","amount":true,"first_name":773.13,"position":"email","enabled":41,"freight_class":"Tokyo"},"comments":{"city":"anchored","sensor_id":true,"humidit...
TASK repair_structured_output SPEC FIELD param_r41 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD val_r05 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_z10 TYPE integer REQUIRED no FIELD val_y02.key_i42 TYPE null REQUIRED yes FIELD val_y02.val_o43 TYPE string VALUES single|mar...
{"param_r41":"heterozygous","val_r05":"admin","attr_z10":179,"val_y02":{"key_i42":null,"col_f11":null,"val_b13":false,"dim_b97":"baz"},"dim_p10":{"prop_m68":"single","key_v88":"active","col_m40":"inland","key_h44":156}}
thought_process
{ "type": "object", "properties": { "param_r41": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "val_r05": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_z10":...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"param_r41":"heterozygous","val_r05":"admin","attr_z10":179,"val_y02":{"key_i42":null,"col_f11":null,"val_b13":false,"dim_b97":"baz"},"dim_p10":{"prop_m68":"single","key_v88":"active","col_m40":"inland","key_h44":15...
Output contains chain-of-thought reasoning before JSON
{"param_r41":"heterozygous","val_r05":"admin","attr_z10":179,"val_y02":{"key_i42":null,"col_f11":null,"val_b13":false,"dim_b97":"baz"},"dim_p10":{"prop_m68":"single","key_v88":"active","col_m40":"inland","key_h44":156}}
TASK repair_structured_output SPEC FIELD col_i32 TYPE boolean REQUIRED yes FIELD attr_f50 TYPE integer REQUIRED no FIELD field_e63.col_p51 TYPE string REQUIRED no FIELD field_e63.dim_p09 TYPE boolean REQUIRED no FIELD field_e63.val_z73 TYPE number REQUIRED yes FIELD field_e63.prop_y47 TYPE string REQUIRED no FIELD fie...
{"col_i32":false}
boolean_as_string
{ "type": "object", "properties": { "col_i32": { "type": "boolean" }, "attr_f50": { "type": "integer" }, "field_e63": { "type": "object", "properties": { "col_p51": { "type": "string" }, "dim_p09": { "type": "boolean" },...
{"col_i32": "False"}
Field 'col_i32' must be boolean, got string
{"col_i32":false}
TASK repair_structured_output SPEC FIELD val_s81 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_t92 TYPE string REQUIRED no FIELD attr_u89 TYPE integer REQUIRED no FIELD dim_u11 TYPE number REQUIRED yes FIELD prop_c67 TYPE integer REQUIRED no FIELD field_b24 TYPE string REQUIRED no BROKEN_OUTPUT Let me...
{"val_s81":"USD","prop_t92":"Tokyo","attr_u89":716,"dim_u11":878.35,"prop_c67":929,"field_b24":"Tokyo"}
extra_text_before
{ "type": "object", "properties": { "val_s81": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "prop_t92": { "type": "string" }, "attr_u89": { "type": "integer" }, "dim_u11": { "type": "numbe...
Let me provide the data in JSON format: {"val_s81":"USD","prop_t92":"Tokyo","attr_u89":716,"dim_u11":878.35,"prop_c67":929,"field_b24":"Tokyo"}
Output contains non-JSON text before the object
{"val_s81":"USD","prop_t92":"Tokyo","attr_u89":716,"dim_u11":878.35,"prop_c67":929,"field_b24":"Tokyo"}
TASK repair_structured_output SPEC FIELD key_f51 TYPE number REQUIRED yes FIELD field_j18 TYPE null REQUIRED yes FIELD val_h32[] TYPE boolean REQUIRED no BROKEN_OUTPUT {'key_f51':264.36,'field_j18':null,'val_h32':[true]}
{"key_f51":264.36,"field_j18":null,"val_h32":[true]}
single_quotes
{ "type": "object", "properties": { "key_f51": { "type": "number" }, "field_j18": { "type": "null" }, "val_h32": { "type": "array", "items": { "type": "boolean" } } }, "required": [ "field_j18", "key_f51" ] }
{'key_f51':264.36,'field_j18':null,'val_h32':[true]}
Expecting property name enclosed in double quotes
{"key_f51":264.36,"field_j18":null,"val_h32":[true]}
TASK repair_structured_output SPEC FIELD attr_a83 TYPE string_uri REQUIRED no FIELD field_y33 TYPE string REQUIRED yes FIELD dim_u59 TYPE string REQUIRED yes FIELD val_l62 TYPE integer REQUIRED no FIELD col_v72.param_c88 TYPE boolean REQUIRED yes FIELD col_v72.col_b91 TYPE string_email REQUIRED yes FIELD col_v72.key_z...
{"attr_a83":"https://data.org/v1","field_y33":"Silva","dim_u59":"Tokyo","val_l62":592,"col_v72":{"param_c88":true,"col_b91":"info@test.io","key_z34":null,"prop_k67":"type_c"},"field_z97":"cancelled","field_w56":"Oliveira"}
trailing_comma
{ "type": "object", "properties": { "attr_a83": { "type": "string", "format": "uri" }, "field_y33": { "type": "string" }, "dim_u59": { "type": "string" }, "val_l62": { "type": "integer" }, "col_v72": { "type": "object", "properties": { ...
{"attr_a83":"https://data.org/v1","field_y33":"Silva","dim_u59":"Tokyo","val_l62":592,"col_v72":{"param_c88":true,"col_b91":"info@test.io","key_z34":null,"prop_k67":"type_c",},"field_z97":"cancelled","field_w56":"Oliveira"}
Unexpected trailing comma
{"attr_a83":"https://data.org/v1","field_y33":"Silva","dim_u59":"Tokyo","val_l62":592,"col_v72":{"param_c88":true,"col_b91":"info@test.io","key_z34":null,"prop_k67":"type_c"},"field_z97":"cancelled","field_w56":"Oliveira"}
TASK repair_structured_output SPEC FIELD key_r13 TYPE string REQUIRED yes FIELD col_j34 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_h82 TYPE integer REQUIRED yes FIELD dim_c71.prop_c43 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD dim_c71.field_f71 TYPE string VALUES type_a|ty...
{"key_r13":"foo","col_j34":"email","dim_h82":420,"dim_c71":{"prop_c43":"level_2","field_f71":"type_a","attr_v49":"cat_c","col_c67":true,"val_n82":"bar"}}
extra_field
{ "type": "object", "properties": { "key_r13": { "type": "string" }, "col_j34": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "dim_h82": { "type": "integer" }, "dim_c71": { "type": "object", "p...
{"key_r13": "foo", "col_j34": "email", "dim_h82": 420, "dim_c71": {"prop_c43": "level_2", "field_f71": "type_a", "attr_v49": "cat_c", "col_c67": true, "val_n82": "bar"}, "extra_field_8922": "unexpected"}
Unknown field 'extra_field_8922' not defined in schema
{"key_r13":"foo","col_j34":"email","dim_h82":420,"dim_c71":{"prop_c43":"level_2","field_f71":"type_a","attr_v49":"cat_c","col_c67":true,"val_n82":"bar"}}
TASK repair_structured_output SPEC FIELD val_b52 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD key_k22 TYPE integer REQUIRED no FIELD prop_b81 TYPE boolean REQUIRED no FIELD val_v89 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD dim_p27 TYPE boolean REQUIRED yes FIELD at...
{"prop_b81":true,"dim_p27":true,"attr_q49":693.97,"param_x64":"bar"}
null_required
{ "type": "object", "properties": { "val_b52": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "key_k22": { "type": "integer" }, "prop_b81": { "type": "boolean" }, "val_v89": { "type": "...
{"prop_b81": true, "dim_p27": null, "attr_q49": 693.97, "param_x64": "bar"}
Required field 'dim_p27' is null
{"prop_b81":true,"dim_p27":true,"attr_q49":693.97,"param_x64":"bar"}
TASK repair_structured_output SPEC FIELD collateral TYPE null REQUIRED no FIELD width TYPE integer REQUIRED no FIELD url TYPE integer REQUIRED yes FIELD quality_score.due_date TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD quality_score.shipping TYPE string VALUES admin|editor|viewer REQUIRED no FIELD qu...
{"collateral":null,"width":8,"url":582,"quality_score":{"due_date":"level_3","shipping":"viewer","span_id":305,"half_life":[967,624,790],"insurance_id":[{"published":"option_c","currency":"frameshift","level":"medium"},{"currency":"nonsense","level":"low"}]}}
extra_text_after
{ "type": "object", "properties": { "collateral": { "type": "null" }, "width": { "type": "integer" }, "url": { "type": "integer" }, "quality_score": { "type": "object", "properties": { "due_date": { "type": "string", "enum": [ ...
{"collateral":null,"width":8,"url":582,"quality_score":{"due_date":"level_3","shipping":"viewer","span_id":305,"half_life":[967,624,790],"insurance_id":[{"published":"option_c","currency":"frameshift","level":"medium"},{"currency":"nonsense","level":"low"}]}} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"collateral":null,"width":8,"url":582,"quality_score":{"due_date":"level_3","shipping":"viewer","span_id":305,"half_life":[967,624,790],"insurance_id":[{"published":"option_c","currency":"frameshift","level":"medium"},{"currency":"nonsense","level":"low"}]}}
TASK repair_structured_output SPEC FIELD col_u13 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_j84 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD dim_b49 TYPE string REQUIRED yes FIELD attr_y44 TYPE integer REQUIRED no FIELD prop_r51[] TYPE boolean REQUIRED no BROKEN_O...
{"col_u13":"coastal","dim_b49":"completed","attr_y44":731,"prop_r51":[false,false,false]}
partial_structure
{ "type": "object", "properties": { "col_u13": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "attr_j84": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
I found that attr_y44 should be 731. {"col_u13":"coastal","dim_b49":"completed","attr_y44":731,"prop_r51":[false,false,false]}
Output mixes natural language with JSON
{"col_u13":"coastal","dim_b49":"completed","attr_y44":731,"prop_r51":[false,false,false]}
TASK repair_structured_output SPEC FIELD product_id TYPE integer REQUIRED no FIELD dissolved_oxygen TYPE string REQUIRED no FIELD interest_rate TYPE string REQUIRED yes FIELD vital_sign TYPE number REQUIRED no FIELD full_name.coverage TYPE number REQUIRED no FIELD full_name.cargo_type TYPE string_email REQUIRED yes FI...
{"product_id":605,"dissolved_oxygen":"Johnson","interest_rate":"world","vital_sign":262.93}
missing_brace
{ "type": "object", "properties": { "product_id": { "type": "integer" }, "dissolved_oxygen": { "type": "string" }, "interest_rate": { "type": "string" }, "vital_sign": { "type": "number" }, "full_name": { "type": "object", "properties": { ...
"product_id":605,"dissolved_oxygen":"Johnson","interest_rate":"world","vital_sign":262.93}
Missing closing brace
{"product_id":605,"dissolved_oxygen":"Johnson","interest_rate":"world","vital_sign":262.93}
TASK repair_structured_output SPEC FIELD val_w21 TYPE integer REQUIRED yes FIELD dim_v39 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD dim_b05[].val_g78 TYPE integer REQUIRED yes FIELD dim_b05[].attr_v30 TYPE string REQUIRED no FIELD dim_b05[].field_x63 TYPE integer REQUIRED no FIELD dim_b05[].attr_q40 TY...
{"val_w21":179,"dim_v39":"type_c","dim_v16":[{"val_e65":"demo","dim_d83":"cat_b","dim_r88":null},{"col_g81":true,"val_e65":"baz","dim_d83":"cat_e","dim_r88":null},{"col_g81":false,"val_e65":"sample","dim_d83":"cat_c","dim_r88":null,"param_w96":null}]}
tool_call_text_mix
{ "type": "object", "properties": { "val_w21": { "type": "integer" }, "dim_v39": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "dim_b05": { "type": "array", "items": { "type": "object", "properties": { ...
I need to look up the information first. <tool_call name="track_vessel"> {"val_w21":179,"dim_v39":"type_c","dim_v16":[{"val_e65":"demo","dim_d83":"cat_b","dim_r88":null},{"col_g81":true,"val_e65":"baz","dim_d83":"cat_e","dim_r88":null},{"col_g81":false,"val_e65":"sample","dim_d83":"cat_c","dim_r88":null,"param_w96":nul...
Agent response mixes reasoning text with tool call
{"val_w21":179,"dim_v39":"type_c","dim_v16":[{"val_e65":"demo","dim_d83":"cat_b","dim_r88":null},{"col_g81":true,"val_e65":"baz","dim_d83":"cat_e","dim_r88":null},{"col_g81":false,"val_e65":"sample","dim_d83":"cat_c","dim_r88":null,"param_w96":null}]}
TASK repair_structured_output SPEC FIELD role TYPE string_uri REQUIRED no FIELD ward.description TYPE string_uri REQUIRED yes FIELD ward.balance TYPE string REQUIRED yes FIELD ward.medication TYPE boolean REQUIRED yes FIELD ward.label TYPE string REQUIRED no FIELD ward.footnote TYPE number REQUIRED yes FIELD subject T...
{"role":"https://example.io/api","subject":"sample","full_name":"type_a","altitude":true}
extra_text_after
{ "type": "object", "properties": { "role": { "type": "string", "format": "uri" }, "ward": { "type": "object", "properties": { "description": { "type": "string", "format": "uri" }, "balance": { "type": "string" }, ...
{"role":"https://example.io/api","subject":"sample","full_name":"type_a","altitude":true} Data logged successfully.
Output contains non-JSON text after the object
{"role":"https://example.io/api","subject":"sample","full_name":"type_a","altitude":true}
TASK repair_structured_output SPEC FIELD field_c07 TYPE integer REQUIRED no FIELD attr_s99 TYPE string_uri REQUIRED yes FIELD attr_v04 TYPE integer REQUIRED no FIELD dim_e60 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD param_u09 TYPE integer REQUIRED no FIELD param_x25 TYPE string VALUES coa...
{"attr_s99":"https://www.org/v1","attr_v04":896,"dim_e60":"homozygous","param_u09":695,"param_x25":"inland","val_y82":"success","val_x15":"GBP"}
tool_call_partial_args
{ "type": "object", "properties": { "field_c07": { "type": "integer" }, "attr_s99": { "type": "string", "format": "uri" }, "attr_v04": { "type": "integer" }, "dim_e60": { "type": "string", "enum": [ "homozygous", "heterozygous", ...
I need to look up the information first. Action: update_preferences Arguments: {"attr_s99": "https://www.org/v1", "attr_v04": 896, "dim_e60": "homozygous", "param_u09": 695, "param_x25": "inland", "val_x15": "GBP"}
Agent tool call missing required parameter 'val_y82'
{"attr_s99":"https://www.org/v1","attr_v04":896,"dim_e60":"homozygous","param_u09":695,"param_x25":"inland","val_y82":"success","val_x15":"GBP"}
TASK repair_structured_output SPEC FIELD param_q03 TYPE integer REQUIRED yes FIELD prop_c63 TYPE integer REQUIRED no FIELD col_q06 TYPE null REQUIRED no FIELD dim_w43 TYPE integer REQUIRED yes BROKEN_OUTPUT Based on the data, param_q03 is 238. {"param_q03":238,"col_q06":null,"dim_w43":622}
{"param_q03":238,"col_q06":null,"dim_w43":622}
partial_structure
{ "type": "object", "properties": { "param_q03": { "type": "integer" }, "prop_c63": { "type": "integer" }, "col_q06": { "type": "null" }, "dim_w43": { "type": "integer" } }, "required": [ "param_q03", "dim_w43" ] }
Based on the data, param_q03 is 238. {"param_q03":238,"col_q06":null,"dim_w43":622}
Output mixes natural language with JSON
{"param_q03":238,"col_q06":null,"dim_w43":622}
TASK repair_structured_output SPEC FIELD thumbnail TYPE number REQUIRED no FIELD cargo_type TYPE string REQUIRED no FIELD city TYPE integer REQUIRED yes BROKEN_OUTPUT {thumbnail:346.96,cargo_type:"inactive",city:475}
{"thumbnail":346.96,"cargo_type":"inactive","city":475}
unquoted_keys
{ "type": "object", "properties": { "thumbnail": { "type": "number" }, "cargo_type": { "type": "string" }, "city": { "type": "integer" } }, "required": [ "city" ] }
{thumbnail:346.96,cargo_type:"inactive",city:475}
Expecting property name enclosed in double quotes
{"thumbnail":346.96,"cargo_type":"inactive","city":475}
TASK repair_structured_output SPEC FIELD amount TYPE integer REQUIRED yes FIELD manifest_ref TYPE integer REQUIRED yes FIELD invoice_id.hazmat_code TYPE number REQUIRED yes FIELD invoice_id.chromosome.website TYPE string REQUIRED no FIELD invoice_id.chromosome.latitude TYPE null REQUIRED yes FIELD invoice_id.chromosom...
{"amount":571,"manifest_ref":743,"invoice_id":{"hazmat_code":187.21,"chromosome":{"latitude":null,"coverage":"Luis","dosage":912,"type":["info@domain.org","test@test.io","admin@domain.org","user@test.io"]},"shipper_ref":false,"description":{"title":"A short description.","role":"pending","status":null}}}
extra_text_after
{ "type": "object", "properties": { "amount": { "type": "integer" }, "manifest_ref": { "type": "integer" }, "invoice_id": { "type": "object", "properties": { "hazmat_code": { "type": "number" }, "chromosome": { "type": "object",...
{"amount":571,"manifest_ref":743,"invoice_id":{"hazmat_code":187.21,"chromosome":{"latitude":null,"coverage":"Luis","dosage":912,"type":["info@domain.org","test@test.io","admin@domain.org","user@test.io"]},"shipper_ref":false,"description":{"title":"A short description.","role":"pending","status":null}}} Let me know if...
Output contains non-JSON text after the object
{"amount":571,"manifest_ref":743,"invoice_id":{"hazmat_code":187.21,"chromosome":{"latitude":null,"coverage":"Luis","dosage":912,"type":["info@domain.org","test@test.io","admin@domain.org","user@test.io"]},"shipper_ref":false,"description":{"title":"A short description.","role":"pending","status":null}}}
TASK repair_structured_output SPEC FIELD key_z13.field_v86 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD key_z13.param_d85 TYPE string_email REQUIRED yes FIELD key_z13.key_t66 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD key_z13.attr_z14 TYPE string VALUES optio...
{"key_z13":{"field_v86":"level_5","param_d85":"info@example.com","key_t66":"cat_b","attr_z14":"option_e"},"field_x83":{"dim_m13":"QC-07","val_a58":false,"prop_b72":true},"key_b88":357,"prop_s06":"2025-02-24T07:32:00Z"}
agent_chain
{ "type": "object", "properties": { "key_z13": { "type": "object", "properties": { "field_v86": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ...
I need to look up the information first. Action: validate_address Result: {"key_z13": {"field_v86": "level_5", "param_d85": "info@example.com", "key_t66": "cat_b", "attr_z14": "option_e"}, "field_x83": {"dim_m13": "QC-07", "val_a58": false, "prop_b72": true}, "key_b88": 357} I'll query our database. Action: create_tic...
Agent multi-step chain with truncated tool output
{"key_z13":{"field_v86":"level_5","param_d85":"info@example.com","key_t66":"cat_b","attr_z14":"option_e"},"field_x83":{"dim_m13":"QC-07","val_a58":false,"prop_b72":true},"key_b88":357,"prop_s06":"2025-02-24T07:32:00Z"}
TASK repair_structured_output SPEC FIELD company TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD shipping TYPE string_email REQUIRED yes FIELD amount TYPE string VALUES single|married|divorced REQUIRED yes FIELD updated_at TYPE string VALUES success|error|warning|info REQUIRED yes BR...
{"company":"confirmed","shipping":"ops@test.io","amount":"divorced","updated_at":"warning"}
missing_bracket
{ "type": "object", "properties": { "company": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "shipping": { "type": "string", "format": "email" }, "amount": { "type": "string", "e...
{"company":"confirmed","shipping":"ops@test.io","amount":"divorced","updated_at":"warning"}
Missing closing bracket
{"company":"confirmed","shipping":"ops@test.io","amount":"divorced","updated_at":"warning"}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE number REQUIRED yes FIELD discount TYPE integer REQUIRED yes FIELD notes.version TYPE integer REQUIRED no FIELD notes.label TYPE string_uri REQUIRED no FIELD notes.user_id TYPE boolean REQUIRED yes FIELD notes.fleet_number TYPE integer REQUIRED no FIELD notes.t...
{"hazmat_code":665.5,"discount":700,"notes":{"version":571,"label":"https://data.org/v1","user_id":false}}
extra_text_after
{ "type": "object", "properties": { "hazmat_code": { "type": "number" }, "discount": { "type": "integer" }, "notes": { "type": "object", "properties": { "version": { "type": "integer" }, "label": { "type": "string", "f...
{"hazmat_code":665.5,"discount":700,"notes":{"version":571,"label":"https://data.org/v1","user_id":false}} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"hazmat_code":665.5,"discount":700,"notes":{"version":571,"label":"https://data.org/v1","user_id":false}}
TASK repair_structured_output SPEC FIELD feedback TYPE string_email REQUIRED no FIELD lane TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD log_level.terminal_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD log_level.tax TYPE string REQUIRED no FIELD log_level.umi ...
{"feedback":"info@test.io","lane":"frameshift","log_level":{"terminal_id":"in_progress","umi":631.06,"strand":652.71},"department":{"color":"2023-01-02T15:27:00Z","brake_pressure":"test@test.io"}}
tool_call_partial_args
{ "type": "object", "properties": { "feedback": { "type": "string", "format": "email" }, "lane": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "log_level": { "type": "object", "prope...
I need to look up the information first. Action: search Arguments: {"feedback": "info@test.io", "lane": "frameshift", "log_level": {"terminal_id": "in_progress", "umi": 631.06, "strand": 652.71}}
Agent tool call missing required parameter 'department'
{"feedback":"info@test.io","lane":"frameshift","log_level":{"terminal_id":"in_progress","umi":631.06,"strand":652.71},"department":{"color":"2023-01-02T15:27:00Z","brake_pressure":"test@test.io"}}
TASK repair_structured_output SPEC FIELD bed_number TYPE integer REQUIRED yes FIELD notes TYPE string REQUIRED no FIELD type TYPE number REQUIRED no FIELD umi TYPE boolean REQUIRED yes FIELD company TYPE boolean REQUIRED no FIELD medication TYPE integer REQUIRED yes FIELD email TYPE boolean REQUIRED no FIELD bearing T...
{"bed_number":74,"type":650.47,"umi":false,"medication":86,"email":true,"bearing":"MV-Evergreen-01"}
markdown_fences
{ "type": "object", "properties": { "bed_number": { "type": "integer" }, "notes": { "type": "string" }, "type": { "type": "number" }, "umi": { "type": "boolean" }, "company": { "type": "boolean" }, "medication": { "type": "integer" ...
```json {"bed_number":74,"type":650.47,"umi":false,"medication":86,"email":true,"bearing":"MV-Evergreen-01"} ```
Output contains markdown code fences
{"bed_number":74,"type":650.47,"umi":false,"medication":86,"email":true,"bearing":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD published TYPE string_date-time REQUIRED yes FIELD discount TYPE integer REQUIRED yes FIELD subtotal TYPE boolean REQUIRED yes FIELD item_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no BROKEN_OUTPUT {"published":"2024-09-10T07:27:00Z","discount":283,"subt...
{"published":"2024-09-10T07:27:00Z","discount":283,"subtotal":true}
truncated_array
{ "type": "object", "properties": { "published": { "type": "string", "format": "date-time" }, "discount": { "type": "integer" }, "subtotal": { "type": "boolean" }, "item_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mo...
{"published":"2024-09-10T07:27:00Z","discount":283,"subtotal":true
Unexpected end of JSON input — truncated object
{"published":"2024-09-10T07:27:00Z","discount":283,"subtotal":true}