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 dim_o50 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD param_m29 TYPE string VALUES draft|published|archived REQUIRED yes FIELD field_s95 TYPE integer REQUIRED yes FIELD param_t98 TYPE boolean REQUIRED yes FIELD attr_n57[] TYPE string REQUIRED no BROKEN_OU...
{"dim_o50":"intermittent","param_m29":"archived","field_s95":44,"param_t98":true}
truncated_object
{ "type": "object", "properties": { "dim_o50": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_m29": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_s95...
{"dim_o50":"intermittent","param_m29":"archived","field_s95":44,"param_t98":true
Unexpected end of JSON input — truncated object
{"dim_o50":"intermittent","param_m29":"archived","field_s95":44,"param_t98":true}
TASK repair_structured_output SPEC FIELD options TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD shipper_ref TYPE string REQUIRED no FIELD status TYPE boolean REQUIRED yes FIELD batch_code.values TYPE string VALUES success|error|warning|info REQUIRED no FIELD batch_code.medication TYPE string VA...
{"options":"new","shipper_ref":"New York","status":false}
missing_required
{ "type": "object", "properties": { "options": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "shipper_ref": { "type": "string" }, "status": { "type": "boolean" }, "batch_code": { "type":...
{"options": "new", "shipper_ref": "New York"}
Required field 'status' is missing
{"options":"new","shipper_ref":"New York","status":false}
TASK repair_structured_output SPEC FIELD position TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD payment_status TYPE string REQUIRED no FIELD pressure_kpa TYPE integer REQUIRED yes FIELD conductivity TYPE boolean REQUIRED no FIELD shipper_ref TYPE number REQUIRED no FIELD tax TYPE boolean REQU...
{"position":"heterozygous","payment_status":"chr1","pressure_kpa":670,"tax":true}
number_with_unit
{ "type": "object", "properties": { "position": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "payment_status": { "type": "string" }, "pressure_kpa": { "type": "integer" }, "conductivity": { "type...
{"position": "heterozygous", "payment_status": "chr1", "pressure_kpa": "670MB", "tax": true}
Field 'pressure_kpa' must be number, got string with unit
{"position":"heterozygous","payment_status":"chr1","pressure_kpa":670,"tax":true}
TASK repair_structured_output SPEC FIELD param_b54 TYPE string_date-time REQUIRED no FIELD col_f22 TYPE string_uri REQUIRED yes FIELD field_d33.field_m48 TYPE string REQUIRED yes FIELD field_d33.dim_g70 TYPE string REQUIRED yes FIELD field_d33.prop_n05 TYPE string REQUIRED yes FIELD col_y37.key_y06 TYPE string REQUIRE...
{"param_b54":"2020-11-01T11:53:00Z","col_f22":"https://data.com/data","field_d33":{"field_m48":"completed","dim_g70":"Bob","prop_n05":"completed"},"col_y37":{"field_v39":{"param_o66":"2024-01-15","col_x07":"cancelled","dim_p84":null,"prop_m01":"EUR","key_o48":332},"val_t02":"MV-Evergreen-01","attr_o23":715.33,"col_b16"...
null_required
{ "type": "object", "properties": { "param_b54": { "type": "string", "format": "date-time" }, "col_f22": { "type": "string", "format": "uri" }, "field_d33": { "type": "object", "properties": { "field_m48": { "type": "string" }, ...
{"param_b54": "2020-11-01T11:53:00Z", "col_f22": null, "field_d33": {"field_m48": "completed", "dim_g70": "Bob", "prop_n05": "completed"}, "col_y37": {"field_v39": {"param_o66": "2024-01-15", "col_x07": "cancelled", "dim_p84": null, "prop_m01": "EUR", "key_o48": 332}, "val_t02": "MV-Evergreen-01", "attr_o23": 715.33, "...
Required field 'col_f22' is null
{"param_b54":"2020-11-01T11:53:00Z","col_f22":"https://data.com/data","field_d33":{"field_m48":"completed","dim_g70":"Bob","prop_n05":"completed"},"col_y37":{"field_v39":{"param_o66":"2024-01-15","col_x07":"cancelled","dim_p84":null,"prop_m01":"EUR","key_o48":332},"val_t02":"MV-Evergreen-01","attr_o23":715.33,"col_b16"...
TASK repair_structured_output SPEC FIELD gene_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD section TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD terminal_id TYPE boolean REQUIRED no FIELD humidity_pct TYPE string VALUES draft|published|archived REQUIRED no FIELD freq...
{"gene_id":"admin","section":"escalated","terminal_id":true,"frequency_hz":null}
truncated_object
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "section": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] ...
{"gene_id":"admin","section":"escalated","terminal_id":true,"frequency_hz":null
Unexpected end of JSON input — truncated object
{"gene_id":"admin","section":"escalated","terminal_id":true,"frequency_hz":null}
TASK repair_structured_output SPEC FIELD param_q35 TYPE integer REQUIRED yes FIELD dim_f62 TYPE integer REQUIRED yes FIELD param_s97 TYPE integer REQUIRED yes FIELD col_r92 TYPE integer REQUIRED no BROKEN_OUTPUT {"param_q35": 850, "dim_f62": 952, "param_s97": null}
{"param_q35":850,"dim_f62":952,"param_s97":762}
null_required
{ "type": "object", "properties": { "param_q35": { "type": "integer" }, "dim_f62": { "type": "integer" }, "param_s97": { "type": "integer" }, "col_r92": { "type": "integer" } }, "required": [ "param_s97", "param_q35", "dim_f62" ] }
{"param_q35": 850, "dim_f62": 952, "param_s97": null}
Required field 'param_s97' is null
{"param_q35":850,"dim_f62":952,"param_s97":762}
TASK repair_structured_output SPEC FIELD status TYPE integer REQUIRED yes FIELD nickname TYPE string REQUIRED yes FIELD terminal_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD website TYPE integer REQUIRED no FIELD maturity_date TYPE integer REQUIRED no FIELD tile TYPE string R...
{"status":323,"nickname":"Smith","terminal_id":"level_1","website":466,"maturity_date":983,"phone":938.9,"consignee":"2025-05-19T02:15:00Z"}
truncated_array
{ "type": "object", "properties": { "status": { "type": "integer" }, "nickname": { "type": "string" }, "terminal_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] ...
{"status":323,"nickname":"Smith","terminal_id":"level_1","website":466,"maturity_date":983,"phone":938.9,"consignee":"2025-05-19T02:15:00Z"
Unexpected end of JSON input — truncated object
{"status":323,"nickname":"Smith","terminal_id":"level_1","website":466,"maturity_date":983,"phone":938.9,"consignee":"2025-05-19T02:15:00Z"}
TASK repair_structured_output SPEC FIELD values TYPE boolean REQUIRED no FIELD version TYPE string REQUIRED yes FIELD score TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD catalyst.build_status TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD catalyst.torque_output TYPE s...
{"values":true,"version":"Smith","id":{"category":555.26,"amplitude":773.6,"amount":null,"filter_flag":[262,271,436,155]}}
tool_call_text_mix
{ "type": "object", "properties": { "values": { "type": "boolean" }, "version": { "type": "string" }, "score": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "catalyst": { "type...
Let me check the system. <tool_call name="get_weather"> {"values":true,"version":"Smith","id":{"category":555.26,"amplitude":773.6,"amount":null,"filter_flag":[262,271,436,155]}} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"values":true,"version":"Smith","id":{"category":555.26,"amplitude":773.6,"amount":null,"filter_flag":[262,271,436,155]}}
TASK repair_structured_output SPEC FIELD prop_d96 TYPE string REQUIRED no FIELD val_y30 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD field_k21 TYPE string REQUIRED no FIELD val_l68 TYPE number REQUIRED no FIELD val_t05 TYPE string REQUIRED yes BROKEN_OUTPUT {"prop_d96":"chr1","val_y3...
{"prop_d96":"chr1","val_y30":"type_f","val_l68":308.25,"val_t05":"Smith"}
truncated_object
{ "type": "object", "properties": { "prop_d96": { "type": "string" }, "val_y30": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "field_k21": { "type": "string" }, ...
{"prop_d96":"chr1","val_y30":"type_f","val_l68":308.25,"val_t05":"Smith"
Unexpected end of JSON input — truncated object
{"prop_d96":"chr1","val_y30":"type_f","val_l68":308.25,"val_t05":"Smith"}
TASK repair_structured_output SPEC FIELD dim_m35 TYPE string VALUES single|married|divorced REQUIRED yes FIELD attr_a79 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_t43 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_y62 TYPE string VALUES success|error|warning|info REQUIRED no FI...
{"dim_m35":"married","attr_a79":"xl","key_t43":"draft","dim_t83":"success"}
extra_text_after
{ "type": "object", "properties": { "dim_m35": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_a79": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "key_t43":...
{"dim_m35":"married","attr_a79":"xl","key_t43":"draft","dim_t83":"success"} This should match the schema you provided.
Output contains non-JSON text after the object
{"dim_m35":"married","attr_a79":"xl","key_t43":"draft","dim_t83":"success"}
TASK repair_structured_output SPEC FIELD key_t38 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD col_o28 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD dim_y02 TYPE string_date-time REQUIRED yes FIELD dim_l69 TYPE integer REQUIRED no BROKEN_OUTPUT <functioncall> fetch_lab_result {col_o28:...
{"col_o28":"medium","dim_y02":"2022-07-11T00:52:00Z","dim_l69":504}
tool_call_bad_format
{ "type": "object", "properties": { "key_t38": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "col_o28": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, ...
<functioncall> fetch_lab_result {col_o28: "medium", dim_y02: "2022-07-11T00:52:00Z", dim_l69: 504}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_o28":"medium","dim_y02":"2022-07-11T00:52:00Z","dim_l69":504}
TASK repair_structured_output SPEC FIELD col_g22 TYPE string REQUIRED no FIELD attr_k46.attr_w33 TYPE integer REQUIRED yes FIELD attr_k46.param_i78 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_k46.key_u48 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD...
{"attr_k46":{"attr_w33":93,"param_i78":"synonymous","key_u48":"frameshift","key_o90":{"dim_w92":"archived","val_a02":"pending_review","key_p47":"2025-11-05T03:58:00Z","col_j07":521}},"col_b15":"user@domain.org","col_b34":"quux","attr_r82":"cancelled"}
tool_call_wrong_param
{ "type": "object", "properties": { "col_g22": { "type": "string" }, "attr_k46": { "type": "object", "properties": { "attr_w33": { "type": "integer" }, "param_i78": { "type": "string", "enum": [ "synonymous", ...
Tool: calculate_price Params: {"attr_k46": {"attr_w33": 93, "param_i78": "synonymous", "key_u48": "frameshift", "key_o90": {"dim_w92": "archived", "val_a02": "pending_review", "key_p47": "2025-11-05T03:58:00Z", "col_j07": 521}}, "col_b34": "quux", "attr_r82": "cancelled", "col_b15_new": "user@domain.org"}
Agent used wrong parameter name 'col_b15_new' instead of 'col_b15'
{"attr_k46":{"attr_w33":93,"param_i78":"synonymous","key_u48":"frameshift","key_o90":{"dim_w92":"archived","val_a02":"pending_review","key_p47":"2025-11-05T03:58:00Z","col_j07":521}},"col_b15":"user@domain.org","col_b34":"quux","attr_r82":"cancelled"}
TASK repair_structured_output SPEC FIELD size TYPE string REQUIRED no FIELD ward TYPE integer REQUIRED no FIELD frequency_hz TYPE string VALUES draft|published|archived REQUIRED yes FIELD label TYPE number REQUIRED no FIELD shipping.shipper_ref TYPE string REQUIRED no FIELD shipping.log_level TYPE string VALUES active...
{"size":"pending","ward":458,"frequency_hz":"draft","label":862.66,"shipping":{"shipper_ref":"London","log_level":"inactive","department":"divorced","total":{"bearing":"2022-07-13T09:38:00Z","yield_pct":"https://api.org/data","temp_celsius":true},"decay_rate":"Hapag-Lloyd-Express"},"catalyst":809,"updated_at":"example"...
partial_structure
{ "type": "object", "properties": { "size": { "type": "string" }, "ward": { "type": "integer" }, "frequency_hz": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "label": { "type": "number" }, "shippin...
Based on the data, size is pending. {"size":"pending","ward":458,"frequency_hz":"draft","label":862.66,"shipping":{"shipper_ref":"London","log_level":"inactive","department":"divorced","total":{"bearing":"2022-07-13T09:38:00Z","yield_pct":"https://api.org/data","temp_celsius":true},"decay_rate":"Hapag-Lloyd-Express"},"...
Output mixes natural language with JSON
{"size":"pending","ward":458,"frequency_hz":"draft","label":862.66,"shipping":{"shipper_ref":"London","log_level":"inactive","department":"divorced","total":{"bearing":"2022-07-13T09:38:00Z","yield_pct":"https://api.org/data","temp_celsius":true},"decay_rate":"Hapag-Lloyd-Express"},"catalyst":809,"updated_at":"example"...
TASK repair_structured_output SPEC FIELD subject TYPE integer REQUIRED yes FIELD half_life TYPE string REQUIRED yes FIELD maturity_date TYPE string REQUIRED yes BROKEN_OUTPUT Let me provide the data in JSON format: {"subject":989,"half_life":"chr1","maturity_date":"Hapag-Lloyd-Express"}
{"subject":989,"half_life":"chr1","maturity_date":"Hapag-Lloyd-Express"}
extra_text_before
{ "type": "object", "properties": { "subject": { "type": "integer" }, "half_life": { "type": "string" }, "maturity_date": { "type": "string" } }, "required": [ "maturity_date", "subject", "half_life" ] }
Let me provide the data in JSON format: {"subject":989,"half_life":"chr1","maturity_date":"Hapag-Lloyd-Express"}
Output contains non-JSON text before the object
{"subject":989,"half_life":"chr1","maturity_date":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string REQUIRED no FIELD thumbnail TYPE string_uri REQUIRED yes FIELD port_code.phone TYPE string REQUIRED no FIELD port_code.currency.velocity TYPE number REQUIRED no FIELD port_code.currency.patient_id TYPE string VALUES active|inactive|pending REQUIRED no ...
{"interest_rate":"world","thumbnail":"https://api.org/api","port_code":{"phone":"pending","currency":{"velocity":604.67,"patient_id":"pending","start_date":"2026-06-06T22:58:00Z","active":"underway"}},"length":true,"freight_class":"synonymous","collateral":false,"decay_rate":"2023-07-11T03:50:00Z"}
missing_required
{ "type": "object", "properties": { "interest_rate": { "type": "string" }, "thumbnail": { "type": "string", "format": "uri" }, "port_code": { "type": "object", "properties": { "phone": { "type": "string" }, "currency": { "...
{"interest_rate": "world", "thumbnail": "https://api.org/api", "length": true, "freight_class": "synonymous", "collateral": false, "decay_rate": "2023-07-11T03:50:00Z"}
Required field 'port_code' is missing
{"interest_rate":"world","thumbnail":"https://api.org/api","port_code":{"phone":"pending","currency":{"velocity":604.67,"patient_id":"pending","start_date":"2026-06-06T22:58:00Z","active":"underway"}},"length":true,"freight_class":"synonymous","collateral":false,"decay_rate":"2023-07-11T03:50:00Z"}
TASK repair_structured_output SPEC FIELD medication TYPE integer REQUIRED no FIELD conductivity TYPE string REQUIRED no FIELD phone TYPE string REQUIRED no FIELD visible TYPE string REQUIRED no FIELD umi TYPE integer REQUIRED yes FIELD crew_id.vital_sign TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD...
{"conductivity":"demo","phone":"Paris","visible":"London","umi":234,"crew_id":{"vital_sign":"mode_a","amount":{"thumbnail":true,"allele":832.52,"notes":"mode_b","date":"A short description.","isotope":null},"count":"mode_b","account_id":false,"enabled":"Berlin","first_name":null,"balance":795}}
markdown_fences
{ "type": "object", "properties": { "medication": { "type": "integer" }, "conductivity": { "type": "string" }, "phone": { "type": "string" }, "visible": { "type": "string" }, "umi": { "type": "integer" }, "crew_id": { "type": "object", ...
```json {"conductivity":"demo","phone":"Paris","visible":"London","umi":234,"crew_id":{"vital_sign":"mode_a","amount":{"thumbnail":true,"allele":832.52,"notes":"mode_b","date":"A short description.","isotope":null},"count":"mode_b","account_id":false,"enabled":"Berlin","first_name":null,"balance":795}} ```
Output contains markdown code fences
{"conductivity":"demo","phone":"Paris","visible":"London","umi":234,"crew_id":{"vital_sign":"mode_a","amount":{"thumbnail":true,"allele":832.52,"notes":"mode_b","date":"A short description.","isotope":null},"count":"mode_b","account_id":false,"enabled":"Berlin","first_name":null,"balance":795}}
TASK repair_structured_output SPEC FIELD gene_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD transaction_id TYPE null REQUIRED no FIELD maturity_date TYPE string_date-time REQUIRED no FIELD terminal_id TYPE number REQUIRED yes FIELD item_id TYPE integer REQUIRED yes BROKEN_OUTPUT Processing the ...
{"gene_id":"type_d","maturity_date":"2022-06-11T11:12:00Z","terminal_id":913.13,"item_id":310}
tool_call_text_mix
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "transaction_id": { "type": "null" }, "maturity_date": { "type": "string", "format": "date-time" }, ...
Processing the request now. <tool_call name="calibrate_instrument"> {"gene_id":"type_d","maturity_date":"2022-06-11T11:12:00Z","terminal_id":913.13,"item_id":310} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"gene_id":"type_d","maturity_date":"2022-06-11T11:12:00Z","terminal_id":913.13,"item_id":310}
TASK repair_structured_output SPEC FIELD filter_flag TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD role TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD interest_rate TYPE string REQUIRED no FIELD berth_slot TYPE number REQUIRED no FIELD consignee TYPE n...
{"filter_flag":"rejected","role":"maintenance","interest_rate":"chr1","consignee":801.28,"patient_id":"medium","last_name":"REV"}
extra_text_after
{ "type": "object", "properties": { "filter_flag": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "role": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
{"filter_flag":"rejected","role":"maintenance","interest_rate":"chr1","consignee":801.28,"patient_id":"medium","last_name":"REV"} Hope this helps!
Output contains non-JSON text after the object
{"filter_flag":"rejected","role":"maintenance","interest_rate":"chr1","consignee":801.28,"patient_id":"medium","last_name":"REV"}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE string REQUIRED no FIELD procedure_code TYPE number REQUIRED no FIELD chromosome.longitude TYPE integer REQUIRED no FIELD chromosome.department TYPE string REQUIRED yes FIELD chromosome.lab_result TYPE string REQUIRED yes FIELD chromosome.length TYPE string VA...
{"frequency_hz":"https://example.com","procedure_code":909.45,"chromosome":{"longitude":592,"department":"demo","lab_result":"Tokyo","length":"degraded","notes":"hemizygous","ward":"resolved"},"sensor_id":"2023-12-25","date":{"conductivity":499,"longitude":"This is a test value.","collateral":false,"consignee":235,"shi...
tool_call_wrong_param
{ "type": "object", "properties": { "frequency_hz": { "type": "string" }, "procedure_code": { "type": "number" }, "chromosome": { "type": "object", "properties": { "longitude": { "type": "integer" }, "department": { "type": "str...
Tool: book_appointment Params: {"frequency_hz": "https://example.com", "chromosome": {"longitude": 592, "department": "demo", "lab_result": "Tokyo", "length": "degraded", "notes": "hemizygous", "ward": "resolved"}, "sensor_id": "2023-12-25", "date": {"conductivity": 499, "longitude": "This is a test value.", "collatera...
Agent used wrong parameter name 'procedure_code_new' instead of 'procedure_code'
{"frequency_hz":"https://example.com","procedure_code":909.45,"chromosome":{"longitude":592,"department":"demo","lab_result":"Tokyo","length":"degraded","notes":"hemizygous","ward":"resolved"},"sensor_id":"2023-12-25","date":{"conductivity":499,"longitude":"This is a test value.","collateral":false,"consignee":235,"shi...
TASK repair_structured_output SPEC FIELD field_a63 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD col_m92 TYPE string REQUIRED yes FIELD val_f59 TYPE string VALUES option_a|option_b REQUIRED no FIELD col_y11 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD dim_z39 TYPE boolean REQU...
{"field_a63":"mode_b","col_m92":"Alice","val_f59":"option_b","col_y11":"option_a","dim_z39":true,"key_c21":"This is a test value."}
invalid_enum
{ "type": "object", "properties": { "field_a63": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "col_m92": { "type": "string" }, "val_f59": { "type": "string", "enum": [ "option_a", "option_b" ] }, "col_y11"...
{"field_a63": "invalid_choice_565", "col_m92": "Alice", "val_f59": "option_b", "col_y11": "option_a", "dim_z39": true, "key_c21": "This is a test value."}
Field 'field_a63' has invalid enum value 'invalid_choice_565', expected one of ['mode_a', 'mode_b']
{"field_a63":"mode_b","col_m92":"Alice","val_f59":"option_b","col_y11":"option_a","dim_z39":true,"key_c21":"This is a test value."}
TASK repair_structured_output SPEC FIELD param_g37 TYPE string_email REQUIRED no FIELD attr_u17 TYPE string_uri REQUIRED no FIELD param_y74 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool_call name="query_port_status"> {"param_g37":"info@domain.org","param_y74":"Luis"} </tool_cal...
{"param_g37":"info@domain.org","param_y74":"Luis"}
tool_call_text_mix
{ "type": "object", "properties": { "param_g37": { "type": "string", "format": "email" }, "attr_u17": { "type": "string", "format": "uri" }, "param_y74": { "type": "string" } }, "required": [ "param_y74" ] }
I need to look up the information first. <tool_call name="query_port_status"> {"param_g37":"info@domain.org","param_y74":"Luis"} </tool_call.
Agent response mixes reasoning text with tool call
{"param_g37":"info@domain.org","param_y74":"Luis"}
TASK repair_structured_output SPEC FIELD gene_id TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD version TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD label TYPE string REQUIRED yes FIELD cargo_type[] TYPE integer REQUIRED no BROKEN_OUTPUT {"gene_id": null, "label": "2024...
{"gene_id":"sms","label":"2024-06-30","cargo_type":[271,186,430]}
null_required
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "version": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ...
{"gene_id": null, "label": "2024-06-30", "cargo_type": [271, 186, 430]}
Required field 'gene_id' is null
{"gene_id":"sms","label":"2024-06-30","cargo_type":[271,186,430]}
TASK repair_structured_output SPEC FIELD version.ward TYPE string REQUIRED yes FIELD version.loan_amount TYPE integer REQUIRED yes FIELD version.yield_pct.start_date TYPE string REQUIRED yes FIELD version.yield_pct.currency TYPE string REQUIRED no FIELD version.yield_pct.amount TYPE string VALUES level_1|level_2|level...
{"version":{"ward":"user@domain.com","loan_amount":663,"yield_pct":{"start_date":"demo","currency":"MV-Evergreen-01","amount":"level_5","collateral":[false]},"cargo_type":"Silva","filter_flag":47,"email":{"frequency_hz":"heterozygous","aligned_pct":false,"age":"A short description."}},"trace_id":"2026-02-27T09:25:00Z",...
date_format_error
{ "type": "object", "properties": { "version": { "type": "object", "properties": { "ward": { "type": "string" }, "loan_amount": { "type": "integer" }, "yield_pct": { "type": "object", "properties": { "start_d...
{"version": {"ward": "user@domain.com", "loan_amount": 663, "yield_pct": {"start_date": "demo", "currency": "MV-Evergreen-01", "amount": "level_5", "collateral": [false]}, "cargo_type": "Silva", "filter_flag": 47, "email": {"frequency_hz": "heterozygous", "aligned_pct": false, "age": "A short description."}}, "trace_id...
Field 'trace_id' has invalid date format
{"version":{"ward":"user@domain.com","loan_amount":663,"yield_pct":{"start_date":"demo","currency":"MV-Evergreen-01","amount":"level_5","collateral":[false]},"cargo_type":"Silva","filter_flag":47,"email":{"frequency_hz":"heterozygous","aligned_pct":false,"age":"A short description."}},"trace_id":"2026-02-27T09:25:00Z",...
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED yes FIELD batch_code TYPE integer REQUIRED no FIELD chromosome TYPE string VALUES low|medium|high|critical REQUIRED no BROKEN_OUTPUT <functioncall> calculate_price {altitude: "A short description.", batch_code: 51, chromosome: "low"}
{"altitude":"A short description.","batch_code":51,"chromosome":"low"}
tool_call_bad_format
{ "type": "object", "properties": { "altitude": { "type": "string" }, "batch_code": { "type": "integer" }, "chromosome": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] } }, "required": [ "altitude" ]...
<functioncall> calculate_price {altitude: "A short description.", batch_code: 51, chromosome: "low"}
Tool call has malformed arguments — unquoted keys in function parameters
{"altitude":"A short description.","batch_code":51,"chromosome":"low"}
TASK repair_structured_output SPEC FIELD tags TYPE null REQUIRED yes FIELD items TYPE string REQUIRED no FIELD state TYPE null REQUIRED yes FIELD deploy_target.insurance_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD deploy_target.consignee TYPE string VALUES mode_a|mode_b REQUIRED no ...
{"tags":null,"state":null,"deploy_target":{"consignee":"mode_b","last_name":"test","payment_status":"cat_b"}}
trailing_comma
{ "type": "object", "properties": { "tags": { "type": "null" }, "items": { "type": "string" }, "state": { "type": "null" }, "deploy_target": { "type": "object", "properties": { "insurance_id": { "type": "string", "enum": [ ...
{"tags":null,"state":null,"deploy_target":{"consignee":"mode_b","last_name":"test","payment_status":"cat_b"},}
Unexpected trailing comma
{"tags":null,"state":null,"deploy_target":{"consignee":"mode_b","last_name":"test","payment_status":"cat_b"}}
TASK repair_structured_output SPEC FIELD param_y56 TYPE number REQUIRED yes FIELD attr_n60 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_v53 TYPE string VALUES red|blue|green|black|white REQUIRED no BROKEN_OUTPUT "param_y56":922.04,"attr_n60":"free","prop_v53":"white"}
{"param_y56":922.04,"attr_n60":"free","prop_v53":"white"}
missing_brace
{ "type": "object", "properties": { "param_y56": { "type": "number" }, "attr_n60": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_v53": { "type": "string", "enum": [ "red", "blue", ...
"param_y56":922.04,"attr_n60":"free","prop_v53":"white"}
Missing closing brace
{"param_y56":922.04,"attr_n60":"free","prop_v53":"white"}
TASK repair_structured_output SPEC FIELD prop_z97 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD col_x96 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD param_s18 TYPE string REQUIRED no FIELD prop_w32 TYPE string_date-time REQUIRED no FIELD param_l35 TYPE boolean REQUIR...
{"prop_z97":"low","col_x96":"mode_d"}
missing_required
{ "type": "object", "properties": { "prop_z97": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "col_x96": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "m...
{"prop_z97": "low"}
Required field 'col_x96' is missing
{"prop_z97":"low","col_x96":"mode_d"}
TASK repair_structured_output SPEC FIELD col_a49 TYPE string_date-time REQUIRED yes FIELD val_b86 TYPE string REQUIRED yes FIELD field_w64 TYPE string_date-time REQUIRED no FIELD field_s06[] TYPE string REQUIRED yes BROKEN_OUTPUT {"col_a49": "2022-08-10T12:30:00Z", "field_s06": ["Diana"]}
{"col_a49":"2022-08-10T12:30:00Z","val_b86":"chrX","field_s06":["Diana"]}
missing_required
{ "type": "object", "properties": { "col_a49": { "type": "string", "format": "date-time" }, "val_b86": { "type": "string" }, "field_w64": { "type": "string", "format": "date-time" }, "field_s06": { "type": "array", "items": { "type": "str...
{"col_a49": "2022-08-10T12:30:00Z", "field_s06": ["Diana"]}
Required field 'val_b86' is missing
{"col_a49":"2022-08-10T12:30:00Z","val_b86":"chrX","field_s06":["Diana"]}
TASK repair_structured_output SPEC FIELD gene_id TYPE boolean REQUIRED yes FIELD cargo_type TYPE string REQUIRED yes FIELD enabled TYPE string_date-time REQUIRED yes FIELD catalyst TYPE boolean REQUIRED no BROKEN_OUTPUT {"gene_id":true,"cargo_type":"Sao Paulo","enabled":"2025-05-16T06:43:00Z","catalyst":false
{"gene_id":true,"cargo_type":"Sao Paulo","enabled":"2025-05-16T06:43:00Z","catalyst":false}
missing_brace
{ "type": "object", "properties": { "gene_id": { "type": "boolean" }, "cargo_type": { "type": "string" }, "enabled": { "type": "string", "format": "date-time" }, "catalyst": { "type": "boolean" } }, "required": [ "gene_id", "cargo_type", ...
{"gene_id":true,"cargo_type":"Sao Paulo","enabled":"2025-05-16T06:43:00Z","catalyst":false
Missing closing brace
{"gene_id":true,"cargo_type":"Sao Paulo","enabled":"2025-05-16T06:43:00Z","catalyst":false}
TASK repair_structured_output SPEC FIELD trace_id TYPE string_date-time REQUIRED yes FIELD loan_amount.step TYPE string REQUIRED yes FIELD loan_amount.label TYPE null REQUIRED yes FIELD loan_amount.hazmat_code.status TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD loan_amount.hazmat_code.reagent T...
{"trace_id":"2024-08-17T04:56:00Z","loan_amount":{"step":"user@domain.com","label":null,"hazmat_code":{"status":"intermittent","reagent":"qux","log_level":358.29,"phone":174},"coverage":{"credit_score":"quux","wavelength":"level_1","deploy_target":"admin@example.com","gene_id":"married"}},"level":"2024-11-17T10:17:00Z"...
markdown_fences
{ "type": "object", "properties": { "trace_id": { "type": "string", "format": "date-time" }, "loan_amount": { "type": "object", "properties": { "step": { "type": "string" }, "label": { "type": "null" }, "hazmat_code": { ...
```json {"trace_id":"2024-08-17T04:56:00Z","loan_amount":{"step":"user@domain.com","label":null,"hazmat_code":{"status":"intermittent","reagent":"qux","log_level":358.29,"phone":174},"coverage":{"credit_score":"quux","wavelength":"level_1","deploy_target":"admin@example.com","gene_id":"married"}},"level":"2024-11-17T10...
Output contains markdown code fences
{"trace_id":"2024-08-17T04:56:00Z","loan_amount":{"step":"user@domain.com","label":null,"hazmat_code":{"status":"intermittent","reagent":"qux","log_level":358.29,"phone":174},"coverage":{"credit_score":"quux","wavelength":"level_1","deploy_target":"admin@example.com","gene_id":"married"}},"level":"2024-11-17T10:17:00Z"...
TASK repair_structured_output SPEC FIELD col_t48 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_z85.prop_h04 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_z85.param_h52 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_z85.col_g91 TYPE string ...
{"col_t48":"open","val_j64":774.42}
tool_call_partial_args
{ "type": "object", "properties": { "col_t48": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_z85": { "type": "object", "properties": { "prop_h04": { "type": "string", "enum": ...
Let me check the system. Action: get_inventory Arguments: {"val_j64": 774.42}
Agent tool call missing required parameter 'col_t48'
{"col_t48":"open","val_j64":774.42}
TASK repair_structured_output SPEC FIELD tax.balance.tags TYPE number REQUIRED no FIELD tax.balance.strand TYPE boolean REQUIRED yes FIELD tax.balance.quantity TYPE string_uri REQUIRED yes FIELD tax.balance.yield_pct TYPE string REQUIRED no FIELD tax.balance.throttle_pos[] TYPE string VALUES success|error|warning|info...
{"tax":{"balance":{"strand":true,"quantity":"https://example.org/api","yield_pct":"Oliveira","throttle_pos":["warning","success","success","success"]},"tile":456.99,"role":"https://data.io/v1"},"size":"pro","patient_id":"high","freight_class":504,"fleet_number":"archived","manifest_ref":474.51}
number_with_unit
{ "type": "object", "properties": { "tax": { "type": "object", "properties": { "balance": { "type": "object", "properties": { "tags": { "type": "number" }, "strand": { "type": "boolean" }, ...
{"tax": {"balance": {"strand": true, "quantity": "https://example.org/api", "yield_pct": "Oliveira", "throttle_pos": ["warning", "success", "success", "success"]}, "tile": 456.99, "role": "https://data.io/v1"}, "size": "pro", "patient_id": "high", "freight_class": 504, "fleet_number": "archived", "manifest_ref": "474.5...
Field 'manifest_ref' must be number, got string with unit
{"tax":{"balance":{"strand":true,"quantity":"https://example.org/api","yield_pct":"Oliveira","throttle_pos":["warning","success","success","success"]},"tile":456.99,"role":"https://data.io/v1"},"size":"pro","patient_id":"high","freight_class":504,"fleet_number":"archived","manifest_ref":474.51}
TASK repair_structured_output SPEC FIELD param_d85 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_v32 TYPE integer REQUIRED no FIELD param_n88 TYPE boolean REQUIRED no FIELD col_i78 TYPE number REQUIRED yes FIELD field_p61 TYPE string_email REQUIRED yes FIELD param_b25 TYPE integer REQUIRED no FIEL...
{"param_d85":"divorced","param_n88":true,"col_i78":616.95,"field_p61":"info@domain.org","param_b25":378}
invalid_enum
{ "type": "object", "properties": { "param_d85": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_v32": { "type": "integer" }, "param_n88": { "type": "boolean" }, "col_i78": { "type": "number" }, ...
{"param_d85": "invalid_option_626", "param_n88": true, "col_i78": 616.95, "field_p61": "info@domain.org", "param_b25": 378}
Field 'param_d85' has invalid enum value 'invalid_option_626', expected one of ['single', 'married', 'divorced']
{"param_d85":"divorced","param_n88":true,"col_i78":616.95,"field_p61":"info@domain.org","param_b25":378}
TASK repair_structured_output SPEC FIELD prop_d24 TYPE string_date-time REQUIRED yes FIELD col_p28 TYPE string_date-time REQUIRED yes FIELD dim_b50.field_f14 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD dim_b50.val_k03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_b50.p...
{"prop_d24":"2024-05-26T17:09:00Z","col_p28":"2022-03-17T15:31:00Z","dim_b50":{"field_f14":"operational","val_k03":"EUR","param_n60":null,"attr_t22":"pending","field_f36":"2025-03-21T10:32:00Z"},"dim_f27":{"param_k08":"married","dim_a50":"user@test.io","val_i14":"cancelled"}}
truncated_array
{ "type": "object", "properties": { "prop_d24": { "type": "string", "format": "date-time" }, "col_p28": { "type": "string", "format": "date-time" }, "dim_b50": { "type": "object", "properties": { "field_f14": { "type": "string", "en...
{"prop_d24":"2024-05-26T17:09:00Z","col_p28":"2022-03-17T15:31:00Z","dim_b50":{"field_f14":"operational","val_k03":"EUR","param_n60":null,"attr_t22":"pending","field_f36":"2025-03-21T10:32:00Z"},"dim_f27":{"param_k08":"married","dim_a50":"user@test.io","val_i14":"cancelled"}
Unexpected end of JSON input — truncated object
{"prop_d24":"2024-05-26T17:09:00Z","col_p28":"2022-03-17T15:31:00Z","dim_b50":{"field_f14":"operational","val_k03":"EUR","param_n60":null,"attr_t22":"pending","field_f36":"2025-03-21T10:32:00Z"},"dim_f27":{"param_k08":"married","dim_a50":"user@test.io","val_i14":"cancelled"}}
TASK repair_structured_output SPEC FIELD key_o86 TYPE number REQUIRED yes FIELD val_g10 TYPE string REQUIRED no FIELD key_a99 TYPE number REQUIRED no FIELD val_t70.col_f16 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD val_t70.attr_d30 TYPE string VALUES pending_review|confirmed|rejected|escalated REQ...
{"key_o86":686.78,"key_a99":433.66,"val_t70":{"attr_d30":"confirmed","field_k60":885.13,"param_o11":{"col_t51":"Johnson","col_g18":"world","val_q79":"REV"}},"attr_x01":true}
tool_call_partial_args
{ "type": "object", "properties": { "key_o86": { "type": "number" }, "val_g10": { "type": "string" }, "key_a99": { "type": "number" }, "val_t70": { "type": "object", "properties": { "col_f16": { "type": "string", "enum": [ ...
I need to look up the information first. Action: create_order Arguments: {"key_a99": 433.66, "val_t70": {"attr_d30": "confirmed", "field_k60": 885.13, "param_o11": {"col_t51": "Johnson", "col_g18": "world", "val_q79": "REV"}}, "attr_x01": true}
Agent tool call missing required parameter 'key_o86'
{"key_o86":686.78,"key_a99":433.66,"val_t70":{"attr_d30":"confirmed","field_k60":885.13,"param_o11":{"col_t51":"Johnson","col_g18":"world","val_q79":"REV"}},"attr_x01":true}
TASK repair_structured_output SPEC FIELD address TYPE string REQUIRED no FIELD ward TYPE integer REQUIRED no FIELD ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD shipping TYPE string VALUES low|medium|high|critical REQUIRED no FIELD catalyst TYPE integer REQUIRED no FIELD options TYPE s...
{"address":"REV","ph_level":"anchored","shipping":"medium","catalyst":635,"medication":"2021-05-12T13:10:00Z"}
partial_structure
{ "type": "object", "properties": { "address": { "type": "string" }, "ward": { "type": "integer" }, "ph_level": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "shipping": { "type": "string...
The ph_level is anchored and {"address":"REV","ph_level":"anchored","shipping":"medium","catalyst":635,"medication":"2021-05-12T13:10:00Z"}
Output mixes natural language with JSON
{"address":"REV","ph_level":"anchored","shipping":"medium","catalyst":635,"medication":"2021-05-12T13:10:00Z"}
TASK repair_structured_output SPEC FIELD type TYPE string REQUIRED no FIELD organism TYPE string REQUIRED yes FIELD berth_slot TYPE string REQUIRED no FIELD batch_code.ward TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD batch_code.comments TYPE null REQUIRED yes FIELD batch_code.yield_pct TYPE string_email...
{"type":"2024-06-30","organism":"foo","batch_code":{"ward":"phone","comments":null}}
markdown_explanation
{ "type": "object", "properties": { "type": { "type": "string" }, "organism": { "type": "string" }, "berth_slot": { "type": "string" }, "batch_code": { "type": "object", "properties": { "ward": { "type": "string", "enum": [ ...
Here's the structured output: ```json {"type":"2024-06-30","organism":"foo","batch_code":{"ward":"phone","comments":null}} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"type":"2024-06-30","organism":"foo","batch_code":{"ward":"phone","comments":null}}
TASK repair_structured_output SPEC FIELD prop_l85 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_e92 TYPE integer REQUIRED no FIELD attr_r34 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_z82 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_p53.attr_k10 TYPE i...
{"prop_l85":"critical","key_e92":877,"attr_r34":"berthed","attr_z82":"JPY","col_g79":"basic"}
null_required
{ "type": "object", "properties": { "prop_l85": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_e92": { "type": "integer" }, "attr_r34": { "type": "string", "enum": [ "berthed", "ancho...
{"prop_l85": "critical", "key_e92": 877, "attr_r34": "berthed", "attr_z82": "JPY", "col_g79": null}
Required field 'col_g79' is null
{"prop_l85":"critical","key_e92":877,"attr_r34":"berthed","attr_z82":"JPY","col_g79":"basic"}
TASK repair_structured_output SPEC FIELD conductivity TYPE boolean REQUIRED yes FIELD duration_ms TYPE string REQUIRED no FIELD consignee.item_id TYPE string REQUIRED yes FIELD consignee.collateral TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD consignee.nickname TYPE string REQUIRED yes FIELD title.verif...
{"conductivity":true,"consignee":{"item_id":"cancelled","collateral":"medium","nickname":"quux"},"title":{"verified":662,"branch":"2023-12-25","address":"inactive","consignee":686.07,"name":530.59,"conductivity":null}}
tool_call_wrong_param
{ "type": "object", "properties": { "conductivity": { "type": "boolean" }, "duration_ms": { "type": "string" }, "consignee": { "type": "object", "properties": { "item_id": { "type": "string" }, "collateral": { "type": "string", ...
Tool: process_payment Params: {"conductivity": true, "consignee": {"item_id": "cancelled", "collateral": "medium", "nickname": "quux"}, "title": {"verified": 662, "branch": "2023-12-25", "address": "inactive", "consignee": 686.07, "name": 530.59, "conductivity": null}}
Agent used wrong parameter name 'duration_ms2' instead of 'duration_ms'
{"conductivity":true,"consignee":{"item_id":"cancelled","collateral":"medium","nickname":"quux"},"title":{"verified":662,"branch":"2023-12-25","address":"inactive","consignee":686.07,"name":530.59,"conductivity":null}}
TASK repair_structured_output SPEC FIELD repository TYPE string VALUES small|medium|large|xl REQUIRED no FIELD level TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD status TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD amplitude TYPE boolean REQUIRED no FIELD tile TYPE...
{"repository":"small","level":"option_a","status":"new"}
tool_call_bad_format
{ "type": "object", "properties": { "repository": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "level": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ...
<functioncall> annotate_mutation {repository: "small", level: "option_a", status: "new"}
Tool call has malformed arguments — unquoted keys in function parameters
{"repository":"small","level":"option_a","status":"new"}
TASK repair_structured_output SPEC FIELD batch_code TYPE number REQUIRED no FIELD name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD crew_id TYPE string REQUIRED no FIELD coverage TYPE integer REQUIRED no FIELD longitude TYPE string REQUIRED no FIELD medication TYPE boolean REQUIRED yes...
{"name":"offline","crew_id":"PASS","longitude":"test@example.com","medication":true,"tags":852,"catalyst":"example"}
agent_chain
{ "type": "object", "properties": { "batch_code": { "type": "number" }, "name": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "crew_id": { "type": "string" }, "coverage": { "type"...
I need to look up the information first. Action: queue_sequencing_run Result: {"crew_id": "PASS", "longitude": "test@example.com", "medication": true, "tags": 852, "catalyst": "example"} I'll query our database. Action: validate_sample Result:
Agent multi-step chain with truncated tool output
{"name":"offline","crew_id":"PASS","longitude":"test@example.com","medication":true,"tags":852,"catalyst":"example"}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD updated_at TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD city TYPE null REQUIRED no FIELD tax TYPE string REQUIRED no FIELD chapter TYPE boolean REQUIRED no FIELD aligned_pct TYPE st...
{"lab_result":"cat_a","updated_at":"mode_c","tax":"PASS","chapter":false,"aligned_pct":"https://api.com/v1","interest_rate":"Diana","nickname":"low"}
truncated_array
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "updated_at": { "type": "string", "enum": [ "mode_a", "mode_b", ...
{"lab_result":"cat_a","updated_at":"mode_c","tax":"PASS","chapter":false,"aligned_pct":"https://api.com/v1","interest_rate":"Diana","nickname":"low"
Unexpected end of JSON input — truncated object
{"lab_result":"cat_a","updated_at":"mode_c","tax":"PASS","chapter":false,"aligned_pct":"https://api.com/v1","interest_rate":"Diana","nickname":"low"}
TASK repair_structured_output SPEC FIELD col_x83 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD dim_r76 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_k16 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_i00 TYPE string VALUES single|married|div...
{"col_x83":"large","col_k16":"hemizygous","val_r59":105.07,"field_t83":false}
markdown_explanation
{ "type": "object", "properties": { "col_x83": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_r76": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ...
I've generated the following JSON: ```json {"col_x83":"large","col_k16":"hemizygous","val_r59":105.07,"field_t83":false} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"col_x83":"large","col_k16":"hemizygous","val_r59":105.07,"field_t83":false}
TASK repair_structured_output SPEC FIELD prop_c49 TYPE integer REQUIRED yes FIELD param_x25.attr_x64 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_x25.prop_o54 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD param_x25.key_p03 TYPE string_uri REQUIRED no FIELD param_x25.val_f45 ...
{"prop_c49":773,"param_x25":{"prop_o54":"email","key_p03":"https://data.io/api","val_f45":896.53,"attr_d30":{"val_o60":632,"attr_m06":null,"field_m85":"2021-12-03T14:30:00Z","field_t51":892.89}},"key_g62":"Maria"}
missing_bracket
{ "type": "object", "properties": { "prop_c49": { "type": "integer" }, "param_x25": { "type": "object", "properties": { "attr_x64": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"prop_c49":773,"param_x25":{"prop_o54":"email","key_p03":"https://data.io/api","val_f45":896.53,"attr_d30":{"val_o60":632,"attr_m06":null,"field_m85":"2021-12-03T14:30:00Z","field_t51":892.89}},"key_g62":"Maria"}
Missing closing bracket
{"prop_c49":773,"param_x25":{"prop_o54":"email","key_p03":"https://data.io/api","val_f45":896.53,"attr_d30":{"val_o60":632,"attr_m06":null,"field_m85":"2021-12-03T14:30:00Z","field_t51":892.89}},"key_g62":"Maria"}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD shipper_ref TYPE string REQUIRED no FIELD allele TYPE string VALUES single|married|divorced REQUIRED no FIELD first_name TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD annotation TYPE string...
{"loan_amount":"option_a","shipper_ref":"world","first_name":"type_b","annotation":"2021-03-09T09:34:00Z"}
missing_brace
{ "type": "object", "properties": { "loan_amount": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "shipper_ref": { "type": "string" }, "allele": { "type": "string", "enum": [ "single", "married", ...
"loan_amount":"option_a","shipper_ref":"world","first_name":"type_b","annotation":"2021-03-09T09:34:00Z"}
Missing closing brace
{"loan_amount":"option_a","shipper_ref":"world","first_name":"type_b","annotation":"2021-03-09T09:34:00Z"}
TASK repair_structured_output SPEC FIELD count TYPE string REQUIRED yes FIELD quality_score.batch_code TYPE null REQUIRED no FIELD quality_score.title TYPE string_email REQUIRED yes FIELD quality_score.amplitude TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD quality_score.date TYPE number REQUIRED no FIELD quality_...
{"count":"Smith","quality_score":{"batch_code":null,"title":"test@example.com","amplitude":"cat_b"},"coverage":"QC-07","priority":{"umi":440.51,"patient_id":"example","strand":"Paris","order_id":58.99,"berth_slot":"Diana","website":972,"latitude":"This is a test value.","ph_level":882.02}}
missing_required
{ "type": "object", "properties": { "count": { "type": "string" }, "quality_score": { "type": "object", "properties": { "batch_code": { "type": "null" }, "title": { "type": "string", "format": "email" }, "amplitude":...
{"quality_score": {"batch_code": null, "title": "test@example.com", "amplitude": "cat_b"}, "coverage": "QC-07", "priority": {"umi": 440.51, "patient_id": "example", "strand": "Paris", "order_id": 58.99, "berth_slot": "Diana", "website": 972, "latitude": "This is a test value.", "ph_level": 882.02}}
Required field 'count' is missing
{"count":"Smith","quality_score":{"batch_code":null,"title":"test@example.com","amplitude":"cat_b"},"coverage":"QC-07","priority":{"umi":440.51,"patient_id":"example","strand":"Paris","order_id":58.99,"berth_slot":"Diana","website":972,"latitude":"This is a test value.","ph_level":882.02}}
TASK repair_structured_output SPEC FIELD attr_b43 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD dim_h56 TYPE integer REQUIRED no FIELD val_m14 TYPE integer REQUIRED no FIELD key_e12 TYPE number REQUIRED yes BROKEN_OUTPUT {"attr_b43":"cat_b","dim_h56":308,"val_m14":408,"key_e12":120.02,}
{"attr_b43":"cat_b","dim_h56":308,"val_m14":408,"key_e12":120.02}
trailing_comma
{ "type": "object", "properties": { "attr_b43": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "dim_h56": { "type": "integer" }, "val_m14": { "type": "integer" }, "key_e12": { "type": "number" } }, "required": [ "attr_b...
{"attr_b43":"cat_b","dim_h56":308,"val_m14":408,"key_e12":120.02,}
Unexpected trailing comma
{"attr_b43":"cat_b","dim_h56":308,"val_m14":408,"key_e12":120.02}
TASK repair_structured_output SPEC FIELD item_id TYPE string_uri REQUIRED no FIELD color TYPE string REQUIRED no FIELD isotope TYPE string REQUIRED yes FIELD enabled TYPE boolean REQUIRED yes FIELD tax[].status TYPE string VALUES type_a|type_b REQUIRED yes FIELD tax[].half_life TYPE null REQUIRED no FIELD tax[].values...
{"isotope":"Santos","enabled":true,"tax":[{"status":"type_b","values":"FWD","quality_score":638},{"status":"type_a","half_life":null,"values":"PASS"},{"status":"type_a","values":"cancelled"},{"status":"type_b","half_life":null,"values":"Silva","quality_score":752,"medication":["pending","inactive"]}]}
thought_process
{ "type": "object", "properties": { "item_id": { "type": "string", "format": "uri" }, "color": { "type": "string" }, "isotope": { "type": "string" }, "enabled": { "type": "boolean" }, "tax": { "type": "array", "items": { "type": "...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"isotope":"Santos","enabled":true,"tax":[{"status":"type_b","values":"FWD","quality_score":638},{"status":"type_a","half_life":null,"values":"PASS"},{"status":"type_a","values":"cancelled"},{"status":"type...
Output contains chain-of-thought reasoning before JSON
{"isotope":"Santos","enabled":true,"tax":[{"status":"type_b","values":"FWD","quality_score":638},{"status":"type_a","half_life":null,"values":"PASS"},{"status":"type_a","values":"cancelled"},{"status":"type_b","half_life":null,"values":"Silva","quality_score":752,"medication":["pending","inactive"]}]}
TASK repair_structured_output SPEC FIELD values TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD role TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD catalyst TYPE boolean REQUIRED yes BROKEN_OUTPUT {"values": "unstable", "role": "new", "catalyst": "false"}
{"values":"unstable","role":"new","catalyst":true}
boolean_as_string
{ "type": "object", "properties": { "values": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "role": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, ...
{"values": "unstable", "role": "new", "catalyst": "false"}
Field 'catalyst' must be boolean, got string
{"values":"unstable","role":"new","catalyst":true}
TASK repair_structured_output SPEC FIELD age TYPE boolean REQUIRED yes FIELD compound TYPE boolean REQUIRED no FIELD span_id TYPE string VALUES low|medium|high|critical REQUIRED no FIELD vessel_name TYPE integer REQUIRED yes BROKEN_OUTPUT Here's the structured output: ```json {"age":false,"compound":true,"vessel_name...
{"age":false,"compound":true,"vessel_name":100}
markdown_explanation
{ "type": "object", "properties": { "age": { "type": "boolean" }, "compound": { "type": "boolean" }, "span_id": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "vessel_name": { "type": "integer" ...
Here's the structured output: ```json {"age":false,"compound":true,"vessel_name":100} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"age":false,"compound":true,"vessel_name":100}
TASK repair_structured_output SPEC FIELD published TYPE null REQUIRED no FIELD shipper_ref TYPE string REQUIRED yes FIELD current_draw TYPE integer REQUIRED no FIELD span_id.format TYPE integer REQUIRED no FIELD span_id.gene_id TYPE integer REQUIRED yes FIELD span_id.decay_rate TYPE string VALUES synonymous|missense|n...
{"published":null,"shipper_ref":"New York","current_draw":577,"thumbnail":false}
extra_text_after
{ "type": "object", "properties": { "published": { "type": "null" }, "shipper_ref": { "type": "string" }, "current_draw": { "type": "integer" }, "span_id": { "type": "object", "properties": { "format": { "type": "integer" }, ...
{"published":null,"shipper_ref":"New York","current_draw":577,"thumbnail":false} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"published":null,"shipper_ref":"New York","current_draw":577,"thumbnail":false}
TASK repair_structured_output SPEC FIELD terminal_id TYPE number REQUIRED yes FIELD diagnosis_code TYPE string VALUES option_a|option_b REQUIRED no FIELD decay_rate TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD chapter TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD shipp...
{"terminal_id":962.16,"decay_rate":"coastal","chapter":"mode_c","shipper_ref":{"username":"degraded","altitude":"admin@test.io","shipper_ref":499,"brake_pressure":935,"quality_score":"info@domain.org"}}
missing_brace
{ "type": "object", "properties": { "terminal_id": { "type": "number" }, "diagnosis_code": { "type": "string", "enum": [ "option_a", "option_b" ] }, "decay_rate": { "type": "string", "enum": [ "coastal", "oceanic", "inla...
{"terminal_id":962.16,"decay_rate":"coastal","chapter":"mode_c","shipper_ref":{"username":"degraded","altitude":"admin@test.io","shipper_ref":499,"brake_pressure":935,"quality_score":"info@domain.org"}
Missing closing brace
{"terminal_id":962.16,"decay_rate":"coastal","chapter":"mode_c","shipper_ref":{"username":"degraded","altitude":"admin@test.io","shipper_ref":499,"brake_pressure":935,"quality_score":"info@domain.org"}}
TASK repair_structured_output SPEC FIELD score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD altitude TYPE string REQUIRED no FIELD compound TYPE string REQUIRED no FIELD voltage TYPE integer REQUIRED no FIELD status TYPE boolean REQUIRED no FIELD torque_output TYPE string VALUES open|i...
{"altitude":"A short description.","status":false,"torque_output":"in_progress"}
tool_call_bad_format
{ "type": "object", "properties": { "score": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "altitude": { "type": "string" }, "compound": { "type": "string" }, "voltage": { "type":...
<functioncall> track_vessel {altitude: "A short description.", status: false, torque_output: "in_progress"}
Tool call has malformed arguments — unquoted keys in function parameters
{"altitude":"A short description.","status":false,"torque_output":"in_progress"}
TASK repair_structured_output SPEC FIELD repository.score TYPE number REQUIRED yes FIELD repository.brake_pressure TYPE integer REQUIRED no FIELD repository.run_id TYPE string_uri REQUIRED no FIELD repository.commit_hash[] TYPE string_email REQUIRED yes FIELD repository.balance[] TYPE string_email REQUIRED yes FIELD a...
{"repository":{"score":391.22,"run_id":"https://www.org/data","commit_hash":["test@example.com","admin@example.com","info@test.io","test@example.com"],"balance":["info@example.com","user@example.com","test@example.com"]},"allele":921.41,"catalyst":"mode_c","bill_of_lading":75.74,"port_code":null}
missing_brace
{ "type": "object", "properties": { "repository": { "type": "object", "properties": { "score": { "type": "number" }, "brake_pressure": { "type": "integer" }, "run_id": { "type": "string", "format": "uri" }, ...
"repository":{"score":391.22,"run_id":"https://www.org/data","commit_hash":["test@example.com","admin@example.com","info@test.io","test@example.com"],"balance":["info@example.com","user@example.com","test@example.com"]},"allele":921.41,"catalyst":"mode_c","bill_of_lading":75.74,"port_code":null}
Missing closing brace
{"repository":{"score":391.22,"run_id":"https://www.org/data","commit_hash":["test@example.com","admin@example.com","info@test.io","test@example.com"],"balance":["info@example.com","user@example.com","test@example.com"]},"allele":921.41,"catalyst":"mode_c","bill_of_lading":75.74,"port_code":null}
TASK repair_structured_output SPEC FIELD tax TYPE number REQUIRED yes FIELD annotation TYPE boolean REQUIRED yes FIELD zip_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD label.price TYPE string VALUES cat_a|cat_b REQUIRED no FIELD label.torque_output TYPE string REQUIRED yes FIELD label...
{"tax":803.94,"annotation":true,"zip_code":"cat_a"}
truncated_object
{ "type": "object", "properties": { "tax": { "type": "number" }, "annotation": { "type": "boolean" }, "zip_code": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "label":...
{"tax":803.94,"annotation":true,"zip_code":"cat_a"
Unexpected end of JSON input — truncated object
{"tax":803.94,"annotation":true,"zip_code":"cat_a"}
TASK repair_structured_output SPEC FIELD yield_pct TYPE string REQUIRED no FIELD humidity_pct TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD patient_id.coverage TYPE string REQUIRED yes FIELD patient_id.end_date.hazmat_code TYPE integer REQUIRED yes FIELD patient_id.end_date.berth_slot TYPE integer...
{"yield_pct":"https://example.com","humidity_pct":"arctic","patient_id":{"coverage":"2024-06-30","priority":"2023-07-20T23:24:00Z","first_name":774.92}}
markdown_explanation
{ "type": "object", "properties": { "yield_pct": { "type": "string" }, "humidity_pct": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "patient_id": { "type": "object", "properties": { "covera...
Here is the response in the requested format: ```json {"yield_pct":"https://example.com","humidity_pct":"arctic","patient_id":{"coverage":"2024-06-30","priority":"2023-07-20T23:24:00Z","first_name":774.92}} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"yield_pct":"https://example.com","humidity_pct":"arctic","patient_id":{"coverage":"2024-06-30","priority":"2023-07-20T23:24:00Z","first_name":774.92}}
TASK repair_structured_output SPEC FIELD param_u40 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD key_f93 TYPE string REQUIRED no FIELD key_g65 TYPE string REQUIRED no FIELD attr_m55 TYPE string REQUIRED yes FIELD param_x01 TYPE number REQUIRED yes BROKEN_OUTPUT {'param_u40':'cat_b','key_g65':'cancelled','at...
{"param_u40":"cat_b","key_g65":"cancelled","attr_m55":"world","param_x01":607.29}
single_quotes
{ "type": "object", "properties": { "param_u40": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "key_f93": { "type": "string" }, "key_g65": { "type": "string" }, "attr_m55": { "type": "string" }, "param_x01...
{'param_u40':'cat_b','key_g65':'cancelled','attr_m55':'world','param_x01':607.29}
Expecting property name enclosed in double quotes
{"param_u40":"cat_b","key_g65":"cancelled","attr_m55":"world","param_x01":607.29}
TASK repair_structured_output SPEC FIELD repository TYPE string REQUIRED yes FIELD bill_of_lading TYPE integer REQUIRED no FIELD longitude TYPE integer REQUIRED no FIELD cargo_type TYPE number REQUIRED no FIELD enabled TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD strand TYPE string VALU...
{"repository":"Luis","bill_of_lading":829,"longitude":63,"enabled":"missense","strand":"enterprise"}
tool_call_text_mix
{ "type": "object", "properties": { "repository": { "type": "string" }, "bill_of_lading": { "type": "integer" }, "longitude": { "type": "integer" }, "cargo_type": { "type": "number" }, "enabled": { "type": "string", "enum": [ "synonymou...
Let me check the system. <tool_call name="update_record"> {"repository":"Luis","bill_of_lading":829,"longitude":63,"enabled":"missense","strand":"enterprise"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"repository":"Luis","bill_of_lading":829,"longitude":63,"enabled":"missense","strand":"enterprise"}
TASK repair_structured_output SPEC FIELD col_k08.field_s92 TYPE string REQUIRED yes FIELD col_k08.col_x27 TYPE integer REQUIRED yes FIELD col_k08.col_w83.dim_r56 TYPE string_email REQUIRED yes FIELD col_k08.col_w83.attr_u44 TYPE integer REQUIRED no FIELD col_k08.col_w83.prop_k17 TYPE number REQUIRED no FIELD col_k08.c...
{"attr_i46":"Berlin","attr_q12":957}
markdown_explanation
{ "type": "object", "properties": { "col_k08": { "type": "object", "properties": { "field_s92": { "type": "string" }, "col_x27": { "type": "integer" }, "col_w83": { "type": "object", "properties": { "dim_r56"...
Sensor output follows: ```json {"attr_i46":"Berlin","attr_q12":957} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"attr_i46":"Berlin","attr_q12":957}
TASK repair_structured_output SPEC FIELD field_x55 TYPE integer REQUIRED yes FIELD attr_m60 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD dim_d13 TYPE null REQUIRED no BROKEN_OUTPUT I've generated the following JSON: {"field_x55":806,"attr_m60":"active","dim_d13":null}
{"field_x55":806,"attr_m60":"active","dim_d13":null}
extra_text_before
{ "type": "object", "properties": { "field_x55": { "type": "integer" }, "attr_m60": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "dim_d13": { "type": "null" } }, "required": [ "field_x55", "attr_m60" ] ...
I've generated the following JSON: {"field_x55":806,"attr_m60":"active","dim_d13":null}
Output contains non-JSON text before the object
{"field_x55":806,"attr_m60":"active","dim_d13":null}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD bearing TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD lab_result TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT {"terminal_id": "invalid...
{"terminal_id":"free","lab_result":"offline"}
invalid_enum
{ "type": "object", "properties": { "terminal_id": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "bearing": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
{"terminal_id": "invalid_option_594", "lab_result": "offline"}
Field 'terminal_id' has invalid enum value 'invalid_option_594', expected one of ['free', 'basic', 'pro', 'enterprise']
{"terminal_id":"free","lab_result":"offline"}
TASK repair_structured_output SPEC FIELD val_y36 TYPE boolean REQUIRED no FIELD dim_s53 TYPE integer REQUIRED yes FIELD param_b18.key_u07 TYPE integer REQUIRED yes FIELD param_b18.field_y66 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_b18.attr_b15 TYPE integer REQUIRED no FIELD param_...
{"val_y36":false,"dim_s53":42,"param_b18":{"key_u07":378,"field_y66":"heterozygous","attr_b15":172},"param_f08":379,"val_s72":true}
extra_text_before
{ "type": "object", "properties": { "val_y36": { "type": "boolean" }, "dim_s53": { "type": "integer" }, "param_b18": { "type": "object", "properties": { "key_u07": { "type": "integer" }, "field_y66": { "type": "string", ...
Here's the structured output: {"val_y36":false,"dim_s53":42,"param_b18":{"key_u07":378,"field_y66":"heterozygous","attr_b15":172},"param_f08":379,"val_s72":true}
Output contains non-JSON text before the object
{"val_y36":false,"dim_s53":42,"param_b18":{"key_u07":378,"field_y66":"heterozygous","attr_b15":172},"param_f08":379,"val_s72":true}
TASK repair_structured_output SPEC FIELD key_t97 TYPE string REQUIRED no FIELD col_a36.dim_i58.attr_s25 TYPE string REQUIRED yes FIELD col_a36.dim_i58.attr_l36 TYPE number REQUIRED no FIELD col_a36.dim_i58.prop_z38 TYPE integer REQUIRED yes FIELD col_a36.dim_i58.col_o23 TYPE number REQUIRED no FIELD col_a36.key_h35.va...
{"key_t97":"inactive","col_a36":{"dim_i58":{"attr_s25":"Smith","attr_l36":683.14,"prop_z38":990,"col_o23":590.19},"key_h35":{"val_m58":"type_b","param_h48":163,"field_r63":["user@example.com","ops@example.com","admin@domain.org","test@domain.org"],"dim_j78":[432,243,731,855]},"field_h37":71,"val_k22":"test","col_x74":{...
extra_text_before
{ "type": "object", "properties": { "key_t97": { "type": "string" }, "col_a36": { "type": "object", "properties": { "dim_i58": { "type": "object", "properties": { "attr_s25": { "type": "string" }, "attr_l36":...
The instrument reported: {"key_t97":"inactive","col_a36":{"dim_i58":{"attr_s25":"Smith","attr_l36":683.14,"prop_z38":990,"col_o23":590.19},"key_h35":{"val_m58":"type_b","param_h48":163,"field_r63":["user@example.com","ops@example.com","admin@domain.org","test@domain.org"],"dim_j78":[432,243,731,855]},"field_h37":71,"va...
Output contains non-JSON text before the object
{"key_t97":"inactive","col_a36":{"dim_i58":{"attr_s25":"Smith","attr_l36":683.14,"prop_z38":990,"col_o23":590.19},"key_h35":{"val_m58":"type_b","param_h48":163,"field_r63":["user@example.com","ops@example.com","admin@domain.org","test@domain.org"],"dim_j78":[432,243,731,855]},"field_h37":71,"val_k22":"test","col_x74":{...
TASK repair_structured_output SPEC FIELD shift_code TYPE boolean REQUIRED yes FIELD title.published.rating TYPE null REQUIRED no FIELD title.published.deploy_target TYPE string_email REQUIRED no FIELD title.published.commit_hash TYPE string REQUIRED no FIELD title.published.credit_score TYPE number REQUIRED yes FIELD ...
{"shift_code":false,"title":{"published":{"deploy_target":"info@example.com","commit_hash":"REV","credit_score":442.86},"velocity":"Berlin","loan_amount":84,"throttle_pos":"https://data.io/v1","age":{"product_id":"option_b","catalyst":"option_b","reagent":null,"created_at":570.9}},"values":"https://api.com/api"}
agent_chain
{ "type": "object", "properties": { "shift_code": { "type": "boolean" }, "title": { "type": "object", "properties": { "published": { "type": "object", "properties": { "rating": { "type": "null" }, "deploy_tar...
I need to look up the information first. Action: track_vessel Result: {"shift_code": false, "title": {"published": {"deploy_target": "info@example.com", "commit_hash": "REV", "credit_score": 442.86}, "velocity": "Berlin", "loan_amount": 84, "throttle_pos": "https://data.io/v1", "age": {"product_id": "option_b", "cataly...
Agent multi-step chain with truncated tool output
{"shift_code":false,"title":{"published":{"deploy_target":"info@example.com","commit_hash":"REV","credit_score":442.86},"velocity":"Berlin","loan_amount":84,"throttle_pos":"https://data.io/v1","age":{"product_id":"option_b","catalyst":"option_b","reagent":null,"created_at":570.9}},"values":"https://api.com/api"}
TASK repair_structured_output SPEC FIELD paragraph TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD reagent TYPE string REQUIRED yes FIELD currency TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT Let me construct this step by step. First, I'll identify the...
{"paragraph":"returned","reagent":"Hapag-Lloyd-Express","currency":"maintenance"}
thought_process
{ "type": "object", "properties": { "paragraph": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "reagent": { "type": "string" }, "currency": { "type": "string", "enum": [ "operational", ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"paragraph":"returned","reagent":"Hapag-Lloyd-Express","currency":"maintenance"}
Output contains chain-of-thought reasoning before JSON
{"paragraph":"returned","reagent":"Hapag-Lloyd-Express","currency":"maintenance"}
TASK repair_structured_output SPEC FIELD city TYPE number REQUIRED no FIELD vessel_name TYPE integer REQUIRED no FIELD department TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD step TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD throttle_pos TYPE number REQUIRED no FIELD fr...
{"city":678.86,"vessel_name":667,"department":"confirmed","step":"JPY","freight_class":561.55}
truncated_object
{ "type": "object", "properties": { "city": { "type": "number" }, "vessel_name": { "type": "integer" }, "department": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "step": { "t...
{"city":678.86,"vessel_name":667,"department":"confirmed","step":"JPY","freight_class":561.55
Unexpected end of JSON input — truncated object
{"city":678.86,"vessel_name":667,"department":"confirmed","step":"JPY","freight_class":561.55}
TASK repair_structured_output SPEC FIELD size TYPE integer REQUIRED yes FIELD total TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD thumbnail[].turbidity TYPE string_uri REQUIRED yes FIELD thumbnail[].image_url TYPE boolean REQUIRED yes FIELD thumbnail[].priority TYPE string VALUES new|in_transit...
{"size":749,"thumbnail":[{"turbidity":"https://example.com/v1","image_url":false,"priority":"returned"},{"turbidity":"https://example.com/v1","image_url":false,"priority":"delivered"}],"items":[false,false,true]}
tool_call_partial_args
{ "type": "object", "properties": { "size": { "type": "integer" }, "total": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "thumbnail": { "type": "array", "items": { "type": "object", ...
Let me check the system. Action: calculate_docking_fee Arguments: {"thumbnail": [{"turbidity": "https://example.com/v1", "image_url": false, "priority": "returned"}, {"turbidity": "https://example.com/v1", "image_url": false, "priority": "delivered"}], "items": [false, false, true]}
Agent tool call missing required parameter 'size'
{"size":749,"thumbnail":[{"turbidity":"https://example.com/v1","image_url":false,"priority":"returned"},{"turbidity":"https://example.com/v1","image_url":false,"priority":"delivered"}],"items":[false,false,true]}
TASK repair_structured_output SPEC FIELD dim_r19 TYPE boolean REQUIRED no FIELD attr_f29 TYPE string REQUIRED no FIELD dim_b09 TYPE integer REQUIRED no FIELD attr_g33 TYPE string REQUIRED no FIELD dim_k87 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_n98 TYPE string REQUIRED yes FIELD prop...
{"dim_r19":true,"attr_f29":"2024-06-30","attr_g33":"QC-07","dim_k87":"new","key_n98":"Tokyo","prop_k87":819}
missing_bracket
{ "type": "object", "properties": { "dim_r19": { "type": "boolean" }, "attr_f29": { "type": "string" }, "dim_b09": { "type": "integer" }, "attr_g33": { "type": "string" }, "dim_k87": { "type": "string", "enum": [ "new", "in_tran...
{"dim_r19":true,"attr_f29":"2024-06-30","attr_g33":"QC-07","dim_k87":"new","key_n98":"Tokyo","prop_k87":819}
Missing closing bracket
{"dim_r19":true,"attr_f29":"2024-06-30","attr_g33":"QC-07","dim_k87":"new","key_n98":"Tokyo","prop_k87":819}
TASK repair_structured_output SPEC FIELD attr_p11 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD param_i46 TYPE integer REQUIRED no FIELD attr_z00 TYPE boolean REQUIRED yes FIELD attr_h85 TYPE string REQUIRED yes FIELD prop_h28 TYPE number REQUIRED no BROKEN_OUTPUT {"attr_p11":"high","attr_z00":false,...
{"attr_p11":"high","attr_z00":false,"attr_h85":"This is a test value.","prop_h28":850.26}
extra_text_after
{ "type": "object", "properties": { "attr_p11": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "param_i46": { "type": "integer" }, "attr_z00": { "type": "boolean" }, "attr_h85": { "type": "string"...
{"attr_p11":"high","attr_z00":false,"attr_h85":"This is a test value.","prop_h28":850.26} Analysis finished.
Output contains non-JSON text after the object
{"attr_p11":"high","attr_z00":false,"attr_h85":"This is a test value.","prop_h28":850.26}
TASK repair_structured_output SPEC FIELD col_q26 TYPE string REQUIRED yes FIELD val_h19 TYPE string VALUES option_a|option_b REQUIRED yes FIELD val_z61 TYPE string REQUIRED no FIELD prop_k41 TYPE boolean REQUIRED yes FIELD param_q34 TYPE number REQUIRED no FIELD col_j58 TYPE string_uri REQUIRED no FIELD dim_m67.val_a2...
{"col_q26":"FWD","val_h19":"option_b","prop_k41":true,"col_j58":"https://api.io/v1"}
tool_call_partial_args
{ "type": "object", "properties": { "col_q26": { "type": "string" }, "val_h19": { "type": "string", "enum": [ "option_a", "option_b" ] }, "val_z61": { "type": "string" }, "prop_k41": { "type": "boolean" }, "param_q34": { "...
I need to look up the information first. Action: calculate_price Arguments: {"val_h19": "option_b", "prop_k41": true, "col_j58": "https://api.io/v1"}
Agent tool call missing required parameter 'col_q26'
{"col_q26":"FWD","val_h19":"option_b","prop_k41":true,"col_j58":"https://api.io/v1"}
TASK repair_structured_output SPEC FIELD balance TYPE number REQUIRED no FIELD torque_output TYPE string VALUES active|inactive|pending REQUIRED yes FIELD due_date TYPE number REQUIRED yes FIELD vessel_name TYPE string REQUIRED yes FIELD language TYPE number REQUIRED yes BROKEN_OUTPUT {"balance":809.08,"torque_output...
{"balance":809.08,"torque_output":"inactive","due_date":355.63,"vessel_name":"chrX","language":835.57}
truncated_array
{ "type": "object", "properties": { "balance": { "type": "number" }, "torque_output": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "due_date": { "type": "number" }, "vessel_name": { "type": "string" }, ...
{"balance":809.08,"torque_output":"inactive","due_date":355.63,"vessel_name":"chrX","language":835.57
Unexpected end of JSON input — truncated object
{"balance":809.08,"torque_output":"inactive","due_date":355.63,"vessel_name":"chrX","language":835.57}
TASK repair_structured_output SPEC FIELD param_j02 TYPE string REQUIRED yes FIELD field_y27 TYPE integer REQUIRED no FIELD param_s85 TYPE integer REQUIRED yes BROKEN_OUTPUT <functioncall> check_cargo_manifest {param_j02: "MV-Evergreen-01", field_y27: 924, param_s85: 343}
{"param_j02":"MV-Evergreen-01","field_y27":924,"param_s85":343}
tool_call_bad_format
{ "type": "object", "properties": { "param_j02": { "type": "string" }, "field_y27": { "type": "integer" }, "param_s85": { "type": "integer" } }, "required": [ "param_j02", "param_s85" ] }
<functioncall> check_cargo_manifest {param_j02: "MV-Evergreen-01", field_y27: 924, param_s85: 343}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_j02":"MV-Evergreen-01","field_y27":924,"param_s85":343}
TASK repair_structured_output SPEC FIELD dim_g24 TYPE string REQUIRED no FIELD param_c92 TYPE string REQUIRED no FIELD field_s60.param_r11 TYPE null REQUIRED no FIELD field_s60.val_y14 TYPE boolean REQUIRED no FIELD field_s60.key_i71 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD dim_l86.prop_...
{"dim_g24":"Silva","dim_l86":{"prop_x64":"FWD","prop_d55":"sms","val_w40":{"prop_d65":"https://api.io/api","prop_q77":true,"dim_h73":"sample"}}}
extra_text_after
{ "type": "object", "properties": { "dim_g24": { "type": "string" }, "param_c92": { "type": "string" }, "field_s60": { "type": "object", "properties": { "param_r11": { "type": "null" }, "val_y14": { "type": "boolean" }, ...
{"dim_g24":"Silva","dim_l86":{"prop_x64":"FWD","prop_d55":"sms","val_w40":{"prop_d65":"https://api.io/api","prop_q77":true,"dim_h73":"sample"}}} Analysis finished.
Output contains non-JSON text after the object
{"dim_g24":"Silva","dim_l86":{"prop_x64":"FWD","prop_d55":"sms","val_w40":{"prop_d65":"https://api.io/api","prop_q77":true,"dim_h73":"sample"}}}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string REQUIRED no FIELD values TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD website TYPE number REQUIRED no FIELD tax TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD aligned_pct TYPE string_uri REQUIRED no FIELD ...
{"fleet_number":"foo","values":"oceanic","website":910.66,"tax":"heterozygous","aligned_pct":"https://api.com/data","start_date":"New York"}
extra_text_after
{ "type": "object", "properties": { "fleet_number": { "type": "string" }, "values": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "website": { "type": "number" }, "tax": { "type": "string", ...
{"fleet_number":"foo","values":"oceanic","website":910.66,"tax":"heterozygous","aligned_pct":"https://api.com/data","start_date":"New York"} Hope this helps!
Output contains non-JSON text after the object
{"fleet_number":"foo","values":"oceanic","website":910.66,"tax":"heterozygous","aligned_pct":"https://api.com/data","start_date":"New York"}
TASK repair_structured_output SPEC FIELD col_s88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD field_v26 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD param_h17 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_f56 TYPE boolean REQUIRED no FIELD param_d97 TYPE strin...
{"col_s88":"cat_c","field_v26":"type_a","prop_f56":false,"param_d97":"unstable","key_l85":"type_c","dim_v75":306}
tool_call_text_mix
{ "type": "object", "properties": { "col_s88": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "field_v26": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "param_h17...
Processing the request now. <tool_call name="get_weather"> {"col_s88":"cat_c","field_v26":"type_a","prop_f56":false,"param_d97":"unstable","key_l85":"type_c","dim_v75":306} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"col_s88":"cat_c","field_v26":"type_a","prop_f56":false,"param_d97":"unstable","key_l85":"type_c","dim_v75":306}
TASK repair_structured_output SPEC FIELD attr_t00 TYPE boolean REQUIRED yes FIELD param_e17 TYPE null REQUIRED yes FIELD dim_v15[].val_g49 TYPE string REQUIRED no FIELD dim_v15[].prop_n67 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD dim_v15[].val_q73 TYPE string_uri REQUIRED no FIELD dim_v15[].p...
{"attr_t00":true,"param_e17":null,"dim_v15":[{"prop_n67":"oceanic","param_z27":485,"param_x63":785},{"val_g49":"foo","prop_n67":"inland","val_q73":"https://api.io/v1","param_z27":128,"param_x63":203},{"prop_n67":"coastal","val_q73":"https://data.com/api","param_z27":647,"param_x63":732}]}
tool_call_bad_format
{ "type": "object", "properties": { "attr_t00": { "type": "boolean" }, "param_e17": { "type": "null" }, "dim_v15": { "type": "array", "items": { "type": "object", "properties": { "val_g49": { "type": "string" }, "p...
<functioncall> book_appointment {attr_t00: true, param_e17: null, dim_v15: [{prop_n67: "oceanic", param_z27: 485, param_x63: 785}, {val_g49: "foo", prop_n67: "inland", val_q73: "https://api.io/v1", param_z27: 128, param_x63: 203}, {prop_n67: "coastal", val_q73: "https://data.com/api", param_z27: 647, param_x63: 732}]}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_t00":true,"param_e17":null,"dim_v15":[{"prop_n67":"oceanic","param_z27":485,"param_x63":785},{"val_g49":"foo","prop_n67":"inland","val_q73":"https://api.io/v1","param_z27":128,"param_x63":203},{"prop_n67":"coastal","val_q73":"https://data.com/api","param_z27":647,"param_x63":732}]}
TASK repair_structured_output SPEC FIELD field_d59.col_r78 TYPE integer REQUIRED no FIELD field_d59.attr_t95 TYPE string REQUIRED no FIELD field_d59.dim_h95 TYPE string REQUIRED no FIELD field_d59.param_a72 TYPE null REQUIRED yes FIELD field_d59.val_k96[].dim_q37 TYPE number REQUIRED no FIELD field_d59.val_k96[].dim_z...
{"field_d59":{"col_r78":817,"attr_t95":"PASS","param_a72":null,"val_k96":[{"dim_z79":780,"field_i86":839,"val_e81":true,"val_n64":941.83},{"dim_q37":438.16,"dim_z79":987,"val_e81":false,"val_n64":964.3}]},"key_w86":"example","val_x54":"mode_b"}
markdown_explanation
{ "type": "object", "properties": { "field_d59": { "type": "object", "properties": { "col_r78": { "type": "integer" }, "attr_t95": { "type": "string" }, "dim_h95": { "type": "string" }, "param_a72": { "ty...
Based on your request, here is the data: ```json {"field_d59":{"col_r78":817,"attr_t95":"PASS","param_a72":null,"val_k96":[{"dim_z79":780,"field_i86":839,"val_e81":true,"val_n64":941.83},{"dim_q37":438.16,"dim_z79":987,"val_e81":false,"val_n64":964.3}]},"key_w86":"example","val_x54":"mode_b"} ``` Feel free to ask if yo...
Output contains markdown and explanatory text around JSON
{"field_d59":{"col_r78":817,"attr_t95":"PASS","param_a72":null,"val_k96":[{"dim_z79":780,"field_i86":839,"val_e81":true,"val_n64":941.83},{"dim_q37":438.16,"dim_z79":987,"val_e81":false,"val_n64":964.3}]},"key_w86":"example","val_x54":"mode_b"}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE integer REQUIRED yes FIELD quality_score TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD berth_slot TYPE null REQUIRED no FIELD commit_hash TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD hazmat_code TYPE integer REQUIRED ...
{"temp_celsius":246,"quality_score":"white","berth_slot":null,"hazmat_code":603,"maturity_date":"example"}
markdown_explanation
{ "type": "object", "properties": { "temp_celsius": { "type": "integer" }, "quality_score": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "berth_slot": { "type": "null" }, "commit_hash": {...
Here is the JSON you requested: ```json {"temp_celsius":246,"quality_score":"white","berth_slot":null,"hazmat_code":603,"maturity_date":"example"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"temp_celsius":246,"quality_score":"white","berth_slot":null,"hazmat_code":603,"maturity_date":"example"}
TASK repair_structured_output SPEC FIELD footnote TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD zip_code TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD height TYPE null REQUIRED no FIELD patient_id TYPE string REQUIRED yes FIELD consignee TYPE integer REQUIRED yes FIELD website TYPE string VA...
{"footnote":"cat_a","zip_code":"mode_c","height":null,"patient_id":"pending","consignee":184,"website":"free","score":"type_a"}
tool_call_python_syntax
{ "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "zip_code": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "height": ...
filter_variants(footnote='cat_a', zip_code='mode_c', height=None, patient_id='pending', consignee=184, website='free', score='type_a')
Tool call uses Python syntax instead of JSON
{"footnote":"cat_a","zip_code":"mode_c","height":null,"patient_id":"pending","consignee":184,"website":"free","score":"type_a"}
TASK repair_structured_output SPEC FIELD current_draw TYPE boolean REQUIRED yes FIELD ph_level TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD notes TYPE boolean REQUIRED yes FIELD updated_at TYPE string REQUIRED yes FIELD procedure_code.consignee TYPE string VALUES reliable|unstable|intermitt...
{"current_draw":false,"ph_level":"cat_b","notes":false,"updated_at":"quux","procedure_code":{"consignee":"intermittent","phone":"cat_a","lab_result":"https://www.io/data","count":648,"aligned_pct":25}}
tool_call_bad_format
{ "type": "object", "properties": { "current_draw": { "type": "boolean" }, "ph_level": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "notes": { "type": "boolean" }, "up...
<functioncall> update_record {current_draw: false, ph_level: "cat_b", notes: false, updated_at: "quux", procedure_code: {consignee: "intermittent", phone: "cat_a", lab_result: "https://www.io/data", count: 648, aligned_pct: 25}}
Tool call has malformed arguments — unquoted keys in function parameters
{"current_draw":false,"ph_level":"cat_b","notes":false,"updated_at":"quux","procedure_code":{"consignee":"intermittent","phone":"cat_a","lab_result":"https://www.io/data","count":648,"aligned_pct":25}}
TASK repair_structured_output SPEC FIELD prop_j31 TYPE string_date-time REQUIRED yes FIELD col_t44 TYPE string_uri REQUIRED no FIELD attr_d57 TYPE string_email REQUIRED no FIELD field_w13.col_e08 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_w13.dim_o19 TYPE string VALUES berthed|anchored|underway...
{"prop_j31":"2020-10-19T00:49:00Z","col_t44":"https://api.com/data","attr_d57":"test@domain.org","field_w13":{"dim_o19":"moored","key_d18":"Paris","val_c13":"archived","prop_v79":140,"param_y81":true},"dim_r96":{"val_z50":664,"key_u88":"high","attr_t60":{"field_m53":"admin","attr_g18":"viewer","param_w48":518,"dim_k58"...
partial_structure
{ "type": "object", "properties": { "prop_j31": { "type": "string", "format": "date-time" }, "col_t44": { "type": "string", "format": "uri" }, "attr_d57": { "type": "string", "format": "email" }, "field_w13": { "type": "object", "properties...
Based on the data, field_w13 is {'dim_o19': 'moored', 'key_d18': 'Paris', 'val_c13': 'archived', 'prop_v79': 140, 'param_y81': True}. {"prop_j31":"2020-10-19T00:49:00Z","col_t44":"https://api.com/data","attr_d57":"test@domain.org","field_w13":{"dim_o19":"moored","key_d18":"Paris","val_c13":"archived","prop_v79":140,"pa...
Output mixes natural language with JSON
{"prop_j31":"2020-10-19T00:49:00Z","col_t44":"https://api.com/data","attr_d57":"test@domain.org","field_w13":{"dim_o19":"moored","key_d18":"Paris","val_c13":"archived","prop_v79":140,"param_y81":true},"dim_r96":{"val_z50":664,"key_u88":"high","attr_t60":{"field_m53":"admin","attr_g18":"viewer","param_w48":518,"dim_k58"...
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string_uri REQUIRED yes FIELD payment_status TYPE integer REQUIRED no FIELD credit_score TYPE integer REQUIRED no FIELD amount.email.score TYPE string REQUIRED yes FIELD amount.email.comments TYPE integer REQUIRED no FIELD amount.email.wavelength TYPE integer ...
{"humidity_pct":"https://www.com/api","payment_status":187,"amount":{"email":{"score":"chrX","comments":427,"build_status":284,"gene_id":[216,124],"website":["mode_c"]},"sensor_id":"Diana","username":"mode_a"},"updated_at":null,"allele":626}
tool_call_python_syntax
{ "type": "object", "properties": { "humidity_pct": { "type": "string", "format": "uri" }, "payment_status": { "type": "integer" }, "credit_score": { "type": "integer" }, "amount": { "type": "object", "properties": { "email": { "type"...
create_order(humidity_pct='https://www.com/api', payment_status=187, amount={'email': {'score': 'chrX', 'comments': 427, 'build_status': 284, 'gene_id': [216, 124], 'website': ['mode_c']}, 'sensor_id': 'Diana', 'username': 'mode_a'}, updated_at=None, allele=626)
Tool call uses Python syntax instead of JSON
{"humidity_pct":"https://www.com/api","payment_status":187,"amount":{"email":{"score":"chrX","comments":427,"build_status":284,"gene_id":[216,124],"website":["mode_c"]},"sensor_id":"Diana","username":"mode_a"},"updated_at":null,"allele":626}
TASK repair_structured_output SPEC FIELD prop_p25 TYPE integer REQUIRED yes FIELD attr_n11 TYPE string_uri REQUIRED no FIELD dim_x28 TYPE string REQUIRED yes FIELD prop_o98.val_o57 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD prop_o98.col_k55 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 RE...
{"prop_p25":935,"dim_x28":"quux"}
null_required
{ "type": "object", "properties": { "prop_p25": { "type": "integer" }, "attr_n11": { "type": "string", "format": "uri" }, "dim_x28": { "type": "string" }, "prop_o98": { "type": "object", "properties": { "val_o57": { "type": "string", ...
{"prop_p25": 935, "dim_x28": null}
Required field 'dim_x28' is null
{"prop_p25":935,"dim_x28":"quux"}
TASK repair_structured_output SPEC FIELD val_g21 TYPE string_email REQUIRED no FIELD col_z41 TYPE boolean REQUIRED no FIELD key_a28 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD param_j73 TYPE string REQUIRED no FIELD key_e36 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED ...
{"col_z41":false,"key_a28":"moored","param_j73":"active","key_e36":"level_2","val_f18":"inactive","prop_f86":{"param_u27":703.32,"key_p95":"chr1","prop_b32":["Diana","chrX","Paris"]}}
markdown_fences
{ "type": "object", "properties": { "val_g21": { "type": "string", "format": "email" }, "col_z41": { "type": "boolean" }, "key_a28": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "param_j...
```json {"col_z41":false,"key_a28":"moored","param_j73":"active","key_e36":"level_2","val_f18":"inactive","prop_f86":{"param_u27":703.32,"key_p95":"chr1","prop_b32":["Diana","chrX","Paris"]}} ```
Output contains markdown code fences
{"col_z41":false,"key_a28":"moored","param_j73":"active","key_e36":"level_2","val_f18":"inactive","prop_f86":{"param_u27":703.32,"key_p95":"chr1","prop_b32":["Diana","chrX","Paris"]}}
TASK repair_structured_output SPEC FIELD field_s16 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_w59 TYPE string VALUES success|error|warning|info REQUIRED no FIELD param_a72 TYPE boolean REQUIRED no FIELD field_r62 TYPE string REQUIRED no FIELD val_v22 TYPE boolean REQUIRED yes FI...
{"field_s16":"operational","field_r62":"Johnson","val_v22":false,"field_v74":"cat_a","prop_s29":"2022-03-15T23:50:00Z"}
truncated_array
{ "type": "object", "properties": { "field_s16": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_w59": { "type": "string", "enum": [ "success", "error", "warning", "i...
{"field_s16":"operational","field_r62":"Johnson","val_v22":false,"field_v74":"cat_a","prop_s29":"2022-03-15T23:50:00Z"
Unexpected end of JSON input — truncated object
{"field_s16":"operational","field_r62":"Johnson","val_v22":false,"field_v74":"cat_a","prop_s29":"2022-03-15T23:50:00Z"}
TASK repair_structured_output SPEC FIELD payment_status TYPE boolean REQUIRED no FIELD diagnosis_code TYPE string VALUES email|phone|sms|push REQUIRED no FIELD footnote TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT Based on your request, here is the data: {"payment_status":true,"footnote...
{"payment_status":true,"footnote":"oceanic"}
extra_text_before
{ "type": "object", "properties": { "payment_status": { "type": "boolean" }, "diagnosis_code": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "footnote": { "type": "string", "enum": [ "coastal", ...
Based on your request, here is the data: {"payment_status":true,"footnote":"oceanic"}
Output contains non-JSON text before the object
{"payment_status":true,"footnote":"oceanic"}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE integer REQUIRED yes FIELD company TYPE string REQUIRED no FIELD product_id TYPE integer REQUIRED no FIELD sensor_id.tags TYPE null REQUIRED no FIELD sensor_id.amplitude TYPE boolean REQUIRED yes FIELD sensor_id.freight_class TYPE string REQUIRED yes FIELD fil...
{"throttle_pos":374,"company":"world","product_id":615}
tool_call_text_mix
{ "type": "object", "properties": { "throttle_pos": { "type": "integer" }, "company": { "type": "string" }, "product_id": { "type": "integer" }, "sensor_id": { "type": "object", "properties": { "tags": { "type": "null" }, "a...
Let me check the system. <tool_call name="search"> {"throttle_pos":374,"company":"world","product_id":615} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"throttle_pos":374,"company":"world","product_id":615}
TASK repair_structured_output SPEC FIELD attr_q13 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD dim_u06 TYPE string_email REQUIRED no FIELD col_e48 TYPE number REQUIRED yes FIELD attr_v43 TYPE integer REQUIRED yes FIELD val_x34 TYPE integer REQUIRED yes FIELD col_j03 TYPE string VALUES ...
{"dim_u06":"user@domain.org","col_e48":713.34,"attr_v43":458,"val_x34":951,"col_j03":"pending"}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_q13": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_u06": { "type": "string", "format": "email" }, "col_e48": { "type": "number" }, ...
Tool: create_ticket Params: {"dim_u06": "user@domain.org", "col_e48": 713.34, "attr_v43": 458, "val_x34": 951, "col_j03_value": "pending"}
Agent used wrong parameter name 'col_j03_value' instead of 'col_j03'
{"dim_u06":"user@domain.org","col_e48":713.34,"attr_v43":458,"val_x34":951,"col_j03":"pending"}
TASK repair_structured_output SPEC FIELD status TYPE integer REQUIRED yes FIELD color TYPE boolean REQUIRED no FIELD values.length TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD values.terminal_id TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD values.full_name TYPE string REQUIRED no FI...
{"status":574,"color":true,"email":{"email":610,"trace_id":687,"rating":"approved"}}
tool_call_python_syntax
{ "type": "object", "properties": { "status": { "type": "integer" }, "color": { "type": "boolean" }, "values": { "type": "object", "properties": { "length": { "type": "string", "enum": [ "USD", "EUR", "GBP", ...
update_record(status=574, color=True, email={'email': 610, 'trace_id': 687, 'rating': 'approved'})
Tool call uses Python syntax instead of JSON
{"status":574,"color":true,"email":{"email":610,"trace_id":687,"rating":"approved"}}
TASK repair_structured_output SPEC FIELD val_y79 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD prop_y74 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD col_l85.attr_h11 TYPE string REQUIRED yes FIELD col_l85.key_h78 TYPE integer REQUIRED no FIELD col_l85.prop_h91 TYPE string REQUIRED no FI...
{"val_y79":"error","prop_y74":"viewer","col_l85":{"attr_h11":"REV","prop_h91":"Jane","key_d13":{"col_t96":154.04,"val_o42":null,"key_a83":"GRCh38","attr_u32":150,"val_g66":"push","val_m28":false,"col_i04":"Alice","val_m72":"Tokyo"}}}
single_quotes
{ "type": "object", "properties": { "val_y79": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "prop_y74": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_l85"...
{'val_y79':'error','prop_y74':'viewer','col_l85':{'attr_h11':'REV','prop_h91':'Jane','key_d13':{'col_t96':154.04,'val_o42':null,'key_a83':'GRCh38','attr_u32':150,'val_g66':'push','val_m28':false,'col_i04':'Alice','val_m72':'Tokyo'}}}
Expecting property name enclosed in double quotes
{"val_y79":"error","prop_y74":"viewer","col_l85":{"attr_h11":"REV","prop_h91":"Jane","key_d13":{"col_t96":154.04,"val_o42":null,"key_a83":"GRCh38","attr_u32":150,"val_g66":"push","val_m28":false,"col_i04":"Alice","val_m72":"Tokyo"}}}
TASK repair_structured_output SPEC FIELD chromosome TYPE string REQUIRED yes FIELD conductivity TYPE integer REQUIRED no FIELD turbidity TYPE string REQUIRED no FIELD berth_slot TYPE string_email REQUIRED yes FIELD order_id.index TYPE integer REQUIRED yes FIELD order_id.price TYPE string REQUIRED yes FIELD order_id.us...
{"chromosome":"PASS","conductivity":568,"turbidity":"baz","berth_slot":"admin@domain.org","order_id":{"index":90,"price":"user@domain.com"},"phenotype":null,"reagent":241}
trailing_comma
{ "type": "object", "properties": { "chromosome": { "type": "string" }, "conductivity": { "type": "integer" }, "turbidity": { "type": "string" }, "berth_slot": { "type": "string", "format": "email" }, "order_id": { "type": "object", "prop...
{"chromosome":"PASS","conductivity":568,"turbidity":"baz","berth_slot":"admin@domain.org","order_id":{"index":90,"price":"user@domain.com",},"phenotype":null,"reagent":241}
Unexpected trailing comma
{"chromosome":"PASS","conductivity":568,"turbidity":"baz","berth_slot":"admin@domain.org","order_id":{"index":90,"price":"user@domain.com"},"phenotype":null,"reagent":241}
TASK repair_structured_output SPEC FIELD count TYPE string REQUIRED yes FIELD chapter TYPE number REQUIRED yes FIELD medication TYPE integer REQUIRED no FIELD date.end_date TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD date.dissolved_oxygen TYPE string VALUES reliable|unstable|intermittent R...
{"count":"world","chapter":277.81,"medication":99,"date":{"end_date":"type_a","zip_code":{"chromosome":"mode_c","status_code":"MV-Evergreen-01","name":"type_e","loan_amount":"pending","user_id":"GRCh38"}}}
markdown_fences
{ "type": "object", "properties": { "count": { "type": "string" }, "chapter": { "type": "number" }, "medication": { "type": "integer" }, "date": { "type": "object", "properties": { "end_date": { "type": "string", "enum": [ ...
```json {"count":"world","chapter":277.81,"medication":99,"date":{"end_date":"type_a","zip_code":{"chromosome":"mode_c","status_code":"MV-Evergreen-01","name":"type_e","loan_amount":"pending","user_id":"GRCh38"}}} ```
Output contains markdown code fences
{"count":"world","chapter":277.81,"medication":99,"date":{"end_date":"type_a","zip_code":{"chromosome":"mode_c","status_code":"MV-Evergreen-01","name":"type_e","loan_amount":"pending","user_id":"GRCh38"}}}
TASK repair_structured_output SPEC FIELD language TYPE boolean REQUIRED no FIELD shipping TYPE string_email REQUIRED no FIELD level TYPE string_date-time REQUIRED no FIELD strand TYPE boolean REQUIRED yes BROKEN_OUTPUT Let me provide the data in JSON format: {"language":true,"shipping":"info@example.com","level":"202...
{"language":true,"shipping":"info@example.com","level":"2020-08-24T21:03:00Z","strand":true}
extra_text_before
{ "type": "object", "properties": { "language": { "type": "boolean" }, "shipping": { "type": "string", "format": "email" }, "level": { "type": "string", "format": "date-time" }, "strand": { "type": "boolean" } }, "required": [ "strand" ] ...
Let me provide the data in JSON format: {"language":true,"shipping":"info@example.com","level":"2020-08-24T21:03:00Z","strand":true}
Output contains non-JSON text before the object
{"language":true,"shipping":"info@example.com","level":"2020-08-24T21:03:00Z","strand":true}
TASK repair_structured_output SPEC FIELD attr_i04 TYPE string_uri REQUIRED no FIELD param_q08 TYPE string REQUIRED no FIELD prop_y52 TYPE integer REQUIRED no FIELD attr_i94 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD dim_t93 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_o40 TYPE strin...
{"attr_i04":"https://data.com/data","param_q08":"hello","prop_y52":600,"attr_i94":"editor","dim_t93":"published","col_z79":205}
tool_call_bad_format
{ "type": "object", "properties": { "attr_i04": { "type": "string", "format": "uri" }, "param_q08": { "type": "string" }, "prop_y52": { "type": "integer" }, "attr_i94": { "type": "string", "enum": [ "admin", "editor", "viewer" ...
<functioncall> read_sensor_array {attr_i04: "https://data.com/data", param_q08: "hello", prop_y52: 600, attr_i94: "editor", dim_t93: "published", col_z79: 205}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_i04":"https://data.com/data","param_q08":"hello","prop_y52":600,"attr_i94":"editor","dim_t93":"published","col_z79":205}
TASK repair_structured_output SPEC FIELD attr_b71 TYPE number REQUIRED yes FIELD field_u57 TYPE boolean REQUIRED no FIELD key_c87 TYPE number REQUIRED no FIELD dim_k82 TYPE string_email REQUIRED no FIELD col_n36.col_s59.val_o26 TYPE string REQUIRED no FIELD col_n36.col_s59.key_i61 TYPE integer REQUIRED yes FIELD col_n...
{"attr_b71":735.97,"key_c87":989.13,"col_n36":{"col_s59":{"val_o26":"Santos","key_i61":657,"key_s02":"editor"},"col_c51":943,"col_o07":"2023-12-25","dim_t78":531}}
truncated_object
{ "type": "object", "properties": { "attr_b71": { "type": "number" }, "field_u57": { "type": "boolean" }, "key_c87": { "type": "number" }, "dim_k82": { "type": "string", "format": "email" }, "col_n36": { "type": "object", "properties": { ...
{"attr_b71":735.97,"key_c87":989.13,"col_n36":{"col_s59":{"val_o26":"Santos","key_i61":657,"key_s02":"editor"},"col_c51":943,"col_o07":"2023-12-25","dim_t78":531}
Unexpected end of JSON input — truncated object
{"attr_b71":735.97,"key_c87":989.13,"col_n36":{"col_s59":{"val_o26":"Santos","key_i61":657,"key_s02":"editor"},"col_c51":943,"col_o07":"2023-12-25","dim_t78":531}}
TASK repair_structured_output SPEC FIELD footnote TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD log_level TYPE string_date-time REQUIRED no FIELD url TYPE string REQUIRED no FIELD gene_id TYPE null REQUIRED no FIELD department TYPE string REQUIRED no FIELD visible TYPE integer REQUIRED yes FIELD score...
{"footnote":"basic","log_level":"2023-06-12T13:09:00Z","url":"world","gene_id":null,"department":"world","visible":665,"score":"John"}
date_format_error
{ "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "log_level": { "type": "string", "format": "date-time" }, "url": { "type": "string" }, "gene_id": { ...
{"footnote": "basic", "log_level": "2023-06-12T13:09:00", "url": "world", "gene_id": null, "department": "world", "visible": 665, "score": "John"}
Field 'log_level' has invalid date format
{"footnote":"basic","log_level":"2023-06-12T13:09:00Z","url":"world","gene_id":null,"department":"world","visible":665,"score":"John"}
TASK repair_structured_output SPEC FIELD field_k49 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD key_g28 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_c17 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD field_d09 TYPE string VALUES low|medium|high|cri...
{"field_d09":"low","val_b87":["error"],"key_e76":[{"val_q05":"single","key_q77":"2020-03-07T16:48:00Z","dim_p64":["draft","archived","published"],"val_z72":["inactive"]}]}
extra_field
{ "type": "object", "properties": { "field_k49": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "key_g28": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, ...
{"field_d09": "low", "val_b87": ["error"], "key_e76": [{"val_q05": "single", "key_q77": "2020-03-07T16:48:00Z", "dim_p64": ["draft", "archived", "published"], "val_z72": ["inactive"]}], "extra_value_6099": "unexpected"}
Unknown field 'extra_value_6099' not defined in schema
{"field_d09":"low","val_b87":["error"],"key_e76":[{"val_q05":"single","key_q77":"2020-03-07T16:48:00Z","dim_p64":["draft","archived","published"],"val_z72":["inactive"]}]}
TASK repair_structured_output SPEC FIELD invoice_id TYPE integer REQUIRED no FIELD salinity TYPE string_email REQUIRED no FIELD lab_result.sensor_id TYPE string VALUES draft|published|archived REQUIRED no FIELD lab_result.consignee TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD lab_result.covera...
{"invoice_id":641,"subtotal":true,"department":865,"commit_hash":560}
markdown_explanation
{ "type": "object", "properties": { "invoice_id": { "type": "integer" }, "salinity": { "type": "string", "format": "email" }, "lab_result": { "type": "object", "properties": { "sensor_id": { "type": "string", "enum": [ "draft"...
Here is the JSON you requested: ```json {"invoice_id":641,"subtotal":true,"department":865,"commit_hash":560} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"invoice_id":641,"subtotal":true,"department":865,"commit_hash":560}
TASK repair_structured_output SPEC FIELD bearing TYPE null REQUIRED yes FIELD name TYPE number REQUIRED no FIELD credit_score TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD email TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD account_id.half_life TYPE string_date-time REQUIRED yes F...
{"bearing":null,"name":473.31,"credit_score":"inland","email":"medium","account_id":{"half_life":"2025-08-16T17:19:00Z","repository":360}}
trailing_comma
{ "type": "object", "properties": { "bearing": { "type": "null" }, "name": { "type": "number" }, "credit_score": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "email": { "type": "string", ...
{"bearing":null,"name":473.31,"credit_score":"inland","email":"medium","account_id":{"half_life":"2025-08-16T17:19:00Z","repository":360,}}
Unexpected trailing comma
{"bearing":null,"name":473.31,"credit_score":"inland","email":"medium","account_id":{"half_life":"2025-08-16T17:19:00Z","repository":360}}
TASK repair_structured_output SPEC FIELD attr_q06 TYPE integer REQUIRED no FIELD param_g10 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_p91 TYPE string REQUIRED yes FIELD dim_f27 TYPE string REQUIRED no FIELD val_e09.param_p94 TYPE number REQUIRED yes FIELD val_e09.prop_d60 TYPE string RE...
{"param_g10":"in_progress","attr_p91":"Luis","dim_f27":"John","val_e09":{"param_p94":549.94,"prop_d60":"Hapag-Lloyd-Express","col_d01":"cat_c","param_a62":"option_b","val_u55":45,"dim_l06":"2026-07-06T09:04:00Z"}}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_q06": { "type": "integer" }, "param_g10": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_p91": { "type": "string" }, "dim_f27": { "type": "s...
Tool: annotate_mutation Params: {"param_g10": "in_progress", "attr_p91": "Luis", "dim_f27": "John", "val_e09": {"param_p94": 549.94, "prop_d60": "Hapag-Lloyd-Express", "col_d01": "cat_c", "param_a62": "option_b", "val_u55": 45, "dim_l06": "2026-07-06T09:04:00Z"}}
Agent used wrong parameter name 'attr_q06_value' instead of 'attr_q06'
{"param_g10":"in_progress","attr_p91":"Luis","dim_f27":"John","val_e09":{"param_p94":549.94,"prop_d60":"Hapag-Lloyd-Express","col_d01":"cat_c","param_a62":"option_b","val_u55":45,"dim_l06":"2026-07-06T09:04:00Z"}}