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 param_e05 TYPE boolean REQUIRED yes FIELD param_w50 TYPE string REQUIRED yes FIELD prop_n47 TYPE number REQUIRED no FIELD val_r86 TYPE string_uri REQUIRED no FIELD col_t03[] TYPE string REQUIRED no FIELD key_i71[] TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the in...
{"param_e05":true,"param_w50":"test@example.com","prop_n47":919.71,"val_r86":"https://data.org/api","col_t03":["2024-01-15","Luis","Smith","baz"]}
agent_chain
{ "type": "object", "properties": { "param_e05": { "type": "boolean" }, "param_w50": { "type": "string" }, "prop_n47": { "type": "number" }, "val_r86": { "type": "string", "format": "uri" }, "col_t03": { "type": "array", "items": { ...
I need to look up the information first. Action: transfer_call Result: {"param_w50": "test@example.com", "prop_n47": 919.71, "val_r86": "https://data.org/api", "col_t03": ["2024-01-15", "Luis", "Smith", "baz"]} I'll query our database. Action: search Result:
Agent multi-step chain with truncated tool output
{"param_e05":true,"param_w50":"test@example.com","prop_n47":919.71,"val_r86":"https://data.org/api","col_t03":["2024-01-15","Luis","Smith","baz"]}
TASK repair_structured_output SPEC FIELD thumbnail TYPE boolean REQUIRED no FIELD username TYPE null REQUIRED no FIELD paragraph.collateral TYPE boolean REQUIRED yes FIELD paragraph.quantity TYPE number REQUIRED no FIELD paragraph.latitude TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD paragraph.addre...
{"thumbnail":true,"paragraph":{"collateral":true,"quantity":276.0,"latitude":"black","address":[{"payment_status":"QC-07","end_date":"world","format":"active","throttle_pos":"Charlie","rating":714.54},{"payment_status":"New York","end_date":"FWD","format":"London","throttle_pos":"This is a test value.","total":"pro"},{...
tool_call_python_syntax
{ "type": "object", "properties": { "thumbnail": { "type": "boolean" }, "username": { "type": "null" }, "paragraph": { "type": "object", "properties": { "collateral": { "type": "boolean" }, "quantity": { "type": "number" ...
check_cargo_manifest(thumbnail=True, paragraph={'collateral': True, 'quantity': 276.0, 'latitude': 'black', 'address': [{'payment_status': 'QC-07', 'end_date': 'world', 'format': 'active', 'throttle_pos': 'Charlie', 'rating': 714.54}, {'payment_status': 'New York', 'end_date': 'FWD', 'format': 'London', 'throttle_pos':...
Tool call uses Python syntax instead of JSON
{"thumbnail":true,"paragraph":{"collateral":true,"quantity":276.0,"latitude":"black","address":[{"payment_status":"QC-07","end_date":"world","format":"active","throttle_pos":"Charlie","rating":714.54},{"payment_status":"New York","end_date":"FWD","format":"London","throttle_pos":"This is a test value.","total":"pro"},{...
TASK repair_structured_output SPEC FIELD bed_number TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD torque_output TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD branch TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD comments TYPE integer REQUIRED no FIELD ...
{"bed_number":"white","torque_output":"anchored","branch":"delivered","index":false,"maturity_date":"coastal","bearing":378.2}
boolean_as_string
{ "type": "object", "properties": { "bed_number": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "torque_output": { "type": "string", "enum": [ "berthed", "anchored", "underway", ...
{"bed_number": "white", "torque_output": "anchored", "branch": "delivered", "index": "no", "maturity_date": "coastal", "bearing": 378.2}
Field 'index' must be boolean, got string
{"bed_number":"white","torque_output":"anchored","branch":"delivered","index":false,"maturity_date":"coastal","bearing":378.2}
TASK repair_structured_output SPEC FIELD velocity TYPE integer REQUIRED no FIELD message TYPE number REQUIRED yes FIELD pressure_kpa.values TYPE string VALUES single|married|divorced REQUIRED yes FIELD pressure_kpa.tile TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD pressure_kpa.last_name TYP...
{"velocity":204,"message":44.74}
number_with_unit
{ "type": "object", "properties": { "velocity": { "type": "integer" }, "message": { "type": "number" }, "pressure_kpa": { "type": "object", "properties": { "values": { "type": "string", "enum": [ "single", "married", ...
{"velocity": "204MB", "message": 44.74}
Field 'velocity' must be number, got string with unit
{"velocity":204,"message":44.74}
TASK repair_structured_output SPEC FIELD val_s76 TYPE boolean REQUIRED no FIELD prop_g37 TYPE integer REQUIRED yes FIELD attr_e62 TYPE null REQUIRED yes FIELD attr_z81 TYPE integer REQUIRED yes FIELD val_e27[].attr_o34 TYPE string REQUIRED no FIELD val_e27[].dim_w30 TYPE string REQUIRED no FIELD val_e27[].param_t66 TY...
{"val_s76":false,"prop_g37":652,"attr_e62":null,"attr_z81":946,"val_e27":[{"dim_w30":"sample","param_t66":"2023-02-06T00:49:00Z","prop_r12":600,"param_g02":[393,978,898,344]},{"attr_o34":"https://api.example.com/v1","param_t66":"2022-06-05T14:53:00Z","prop_r12":479,"dim_m07":[null,null]},{"attr_o34":"Hapag-Lloyd-Expres...
tool_call_wrong_param
{ "type": "object", "properties": { "val_s76": { "type": "boolean" }, "prop_g37": { "type": "integer" }, "attr_e62": { "type": "null" }, "attr_z81": { "type": "integer" }, "val_e27": { "type": "array", "items": { "type": "object", ...
Tool: run_diagnostics Params: {"val_s76": false, "prop_g37": 652, "attr_e62": null, "attr_z81": 946, "val_e27": [{"dim_w30": "sample", "param_t66": "2023-02-06T00:49:00Z", "prop_r12": 600, "param_g02": [393, 978, 898, 344]}, {"attr_o34": "https://api.example.com/v1", "param_t66": "2022-06-05T14:53:00Z", "prop_r12": 479...
Agent used wrong parameter name 'col_g45_id' instead of 'col_g45'
{"val_s76":false,"prop_g37":652,"attr_e62":null,"attr_z81":946,"val_e27":[{"dim_w30":"sample","param_t66":"2023-02-06T00:49:00Z","prop_r12":600,"param_g02":[393,978,898,344]},{"attr_o34":"https://api.example.com/v1","param_t66":"2022-06-05T14:53:00Z","prop_r12":479,"dim_m07":[null,null]},{"attr_o34":"Hapag-Lloyd-Expres...
TASK repair_structured_output SPEC FIELD weight TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD deploy_target TYPE string REQUIRED no FIELD subject TYPE string REQUIRED no BROKEN_OUTPUT {"weight":"arctic","deploy_target":"Luis"} Hope this helps!
{"weight":"arctic","deploy_target":"Luis"}
extra_text_after
{ "type": "object", "properties": { "weight": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "deploy_target": { "type": "string" }, "subject": { "type": "string" } }, "required": [ "weight" ]...
{"weight":"arctic","deploy_target":"Luis"} Hope this helps!
Output contains non-JSON text after the object
{"weight":"arctic","deploy_target":"Luis"}
TASK repair_structured_output SPEC FIELD verified TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD full_name TYPE string REQUIRED yes FIELD address TYPE string REQUIRED yes FIELD tile TYPE null REQUIRED no FIELD wavelength TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROK...
{"verified":"rejected","full_name":"demo","address":"John","tile":null,"wavelength":"pro"}
tool_call_partial_args
{ "type": "object", "properties": { "verified": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "full_name": { "type": "string" }, "address": { "type": "string" }, "tile": { "typ...
I need to look up the information first. Action: align_reads Arguments: {"verified": "rejected", "full_name": "demo", "tile": null, "wavelength": "pro"}
Agent tool call missing required parameter 'address'
{"verified":"rejected","full_name":"demo","address":"John","tile":null,"wavelength":"pro"}
TASK repair_structured_output SPEC FIELD col_g22 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD param_f60 TYPE integer REQUIRED yes FIELD dim_z55 TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> book_appointment {param_f60: 666, dim_z55: "2024-01-15"}
{"param_f60":666,"dim_z55":"2024-01-15"}
tool_call_bad_format
{ "type": "object", "properties": { "col_g22": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_f60": { "type": "integer" }, "dim_z55": { "type": "string" } }, "required": [ "dim_z55", "param_f6...
<functioncall> book_appointment {param_f60: 666, dim_z55: "2024-01-15"}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_f60":666,"dim_z55":"2024-01-15"}
TASK repair_structured_output SPEC FIELD prop_i37.field_e80.field_b82 TYPE string REQUIRED yes FIELD prop_i37.field_e80.prop_v17 TYPE string REQUIRED no FIELD prop_i37.field_e80.prop_u51 TYPE boolean REQUIRED yes FIELD prop_i37.field_e80.attr_s26 TYPE boolean REQUIRED no FIELD prop_i37.field_e80.attr_l84 TYPE string V...
{"dim_k75":"A short description.","col_l81":13.52,"prop_h57":{"key_y88":"https://data.io/api","val_r20":{"val_w57":null,"prop_z68":898,"col_y35":"inactive","field_m07":"New York"},"col_g90":677,"param_v29":"world","param_v85":"Diana","prop_l45":"user@example.com"},"attr_x27":"https://example.com"}
tool_call_bad_format
{ "type": "object", "properties": { "prop_i37": { "type": "object", "properties": { "field_e80": { "type": "object", "properties": { "field_b82": { "type": "string" }, "prop_v17": { "type": "string" ...
<functioncall> queue_sequencing_run {dim_k75: "A short description.", col_l81: 13.52, prop_h57: {key_y88: "https://data.io/api", val_r20: {val_w57: null, prop_z68: 898, col_y35: "inactive", field_m07: "New York"}, col_g90: 677, param_v29: "world", param_v85: "Diana", prop_l45: "user@example.com"}, attr_x27: "https://ex...
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_k75":"A short description.","col_l81":13.52,"prop_h57":{"key_y88":"https://data.io/api","val_r20":{"val_w57":null,"prop_z68":898,"col_y35":"inactive","field_m07":"New York"},"col_g90":677,"param_v29":"world","param_v85":"Diana","prop_l45":"user@example.com"},"attr_x27":"https://example.com"}
TASK repair_structured_output SPEC FIELD attr_c21 TYPE number REQUIRED no FIELD attr_w79 TYPE integer REQUIRED yes FIELD key_q17 TYPE integer REQUIRED no FIELD param_b84.col_c90 TYPE boolean REQUIRED no FIELD param_b84.col_h66 TYPE integer REQUIRED yes FIELD param_b84.dim_v41 TYPE string VALUES admin|editor|viewer REQ...
{"attr_c21":86.35,"attr_w79":834,"param_b84":{"col_c90":false,"col_h66":645,"dim_v41":"viewer","dim_d10":314,"field_c11":"chrX"}}
trailing_comma
{ "type": "object", "properties": { "attr_c21": { "type": "number" }, "attr_w79": { "type": "integer" }, "key_q17": { "type": "integer" }, "param_b84": { "type": "object", "properties": { "col_c90": { "type": "boolean" }, "c...
{"attr_c21":86.35,"attr_w79":834,"param_b84":{"col_c90":false,"col_h66":645,"dim_v41":"viewer","dim_d10":314,"field_c11":"chrX",}}
Unexpected trailing comma
{"attr_c21":86.35,"attr_w79":834,"param_b84":{"col_c90":false,"col_h66":645,"dim_v41":"viewer","dim_d10":314,"field_c11":"chrX"}}
TASK repair_structured_output SPEC FIELD param_w63 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_v05 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_r86 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD val_q75 TYPE boolean REQUIRED no FIELD k...
{"param_w63":"rejected","val_q75":true,"key_a06":841.04,"attr_s19":null,"val_j80":null}
markdown_explanation
{ "type": "object", "properties": { "param_w63": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_v05": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
Here is the JSON you requested: ```json {"param_w63":"rejected","val_q75":true,"key_a06":841.04,"attr_s19":null,"val_j80":null} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"param_w63":"rejected","val_q75":true,"key_a06":841.04,"attr_s19":null,"val_j80":null}
TASK repair_structured_output SPEC FIELD param_d46 TYPE integer REQUIRED no FIELD col_a76 TYPE string REQUIRED no FIELD attr_w36 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_x77 TYPE number REQUIRED no FIELD param_s24 TYPE boolean REQUIRED yes FIELD prop_c19 TYPE string_uri REQUIRED no FIELD val...
{"param_d46":32,"attr_w36":"active","param_s24":true,"prop_c19":"https://api.com/data","val_g84":true,"col_y95":"Oliveira"}
markdown_explanation
{ "type": "object", "properties": { "param_d46": { "type": "integer" }, "col_a76": { "type": "string" }, "attr_w36": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_x77": { "type": "number" }, "...
Below is the JSON object: ```json {"param_d46":32,"attr_w36":"active","param_s24":true,"prop_c19":"https://api.com/data","val_g84":true,"col_y95":"Oliveira"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"param_d46":32,"attr_w36":"active","param_s24":true,"prop_c19":"https://api.com/data","val_g84":true,"col_y95":"Oliveira"}
TASK repair_structured_output SPEC FIELD dosage TYPE boolean REQUIRED yes FIELD collateral TYPE string VALUES draft|published|archived REQUIRED yes FIELD voltage TYPE integer REQUIRED yes FIELD tax TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD chromosome[].strand TYPE string VALUES email|pho...
{"dosage":false,"collateral":"draft","voltage":14,"tax":"cat_d","chromosome":[{"strand":"phone","yield_pct":"level_1","ward":"email","email":true,"salinity":"Johnson"}]}
wrong_type
{ "type": "object", "properties": { "dosage": { "type": "boolean" }, "collateral": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "voltage": { "type": "integer" }, "tax": { "type": "string", "enum": [ ...
{"dosage": false, "collateral": "draft", "voltage": "\"14\"", "tax": "cat_d", "chromosome": [{"strand": "phone", "yield_pct": "level_1", "ward": "email", "email": true, "salinity": "Johnson"}]}
Field 'voltage' must be integer, got string
{"dosage":false,"collateral":"draft","voltage":14,"tax":"cat_d","chromosome":[{"strand":"phone","yield_pct":"level_1","ward":"email","email":true,"salinity":"Johnson"}]}
TASK repair_structured_output SPEC FIELD umi TYPE string REQUIRED no FIELD shipper_ref TYPE boolean REQUIRED no FIELD crew_id TYPE null REQUIRED no FIELD temp_celsius.manifest_ref TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD temp_celsius.vital_sign TYPE string VALUES admin|editor|viewer REQUIRED no F...
{"umi":"chrX","crew_id":null,"temp_celsius":{"manifest_ref":"pro","terminal_id":true,"organism":"closed","brake_pressure":"Smith","user_id":null,"created_at":"degraded"},"website":{"duration_ms":"test@example.com","tax":{"title":"test@domain.org","strand":"critical","log_level":46,"department":"Charlie","zip_code":"war...
thought_process
{ "type": "object", "properties": { "umi": { "type": "string" }, "shipper_ref": { "type": "boolean" }, "crew_id": { "type": "null" }, "temp_celsius": { "type": "object", "properties": { "manifest_ref": { "type": "string", "enum": ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"umi":"chrX","crew_id":null,"temp_celsius":{"manifest_ref":"pro","terminal_id":true,"organism":"closed","brake_pressure":"Smith","user_id":null,"created_at":"degraded"},"website":{"duration_ms":"test@example.com","tax":{"tit...
Output contains chain-of-thought reasoning before JSON
{"umi":"chrX","crew_id":null,"temp_celsius":{"manifest_ref":"pro","terminal_id":true,"organism":"closed","brake_pressure":"Smith","user_id":null,"created_at":"degraded"},"website":{"duration_ms":"test@example.com","tax":{"title":"test@domain.org","strand":"critical","log_level":46,"department":"Charlie","zip_code":"war...
TASK repair_structured_output SPEC FIELD torque_output TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD verified TYPE string REQUIRED yes FIELD subtotal TYPE string REQUIRED yes FIELD latitude TYPE integer REQUIRED yes FIELD bill_of_lading TYPE string REQUIRED no FIELD amount TYPE boo...
{"torque_output":"option_a","verified":"foo","subtotal":"inactive","latitude":109,"bill_of_lading":"hello","amount":false,"published":"level_1","weight":34}
missing_brace
{ "type": "object", "properties": { "torque_output": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "verified": { "type": "string" }, "subtotal": { "type": "string" }, "la...
{"torque_output":"option_a","verified":"foo","subtotal":"inactive","latitude":109,"bill_of_lading":"hello","amount":false,"published":"level_1","weight":34
Missing closing brace
{"torque_output":"option_a","verified":"foo","subtotal":"inactive","latitude":109,"bill_of_lading":"hello","amount":false,"published":"level_1","weight":34}
TASK repair_structured_output SPEC FIELD dim_j13 TYPE integer REQUIRED no FIELD dim_s51 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD val_k00 TYPE null REQUIRED no FIELD dim_a92.attr_x16 TYPE number REQUIRED no FIELD dim_a92.field_z76 TYPE integer REQUIRED yes FIELD dim_a92.dim_w73 TYPE string REQUIRED yes...
{"dim_j13":493,"dim_s51":"admin","param_y61":"Alice"}
thought_process
{ "type": "object", "properties": { "dim_j13": { "type": "integer" }, "dim_s51": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "val_k00": { "type": "null" }, "dim_a92": { "type": "object", "properties": { ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"dim_j13":493,"dim_s51":"admin","param_y61":"Alice"}
Output contains chain-of-thought reasoning before JSON
{"dim_j13":493,"dim_s51":"admin","param_y61":"Alice"}
TASK repair_structured_output SPEC FIELD field_o30 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_y36 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD val_f85.val_y78 TYPE integer REQUIRED yes FIELD val_f85.key_p63.param_g18 TYPE string VALUES new|in_transit|delivered|returned...
{"field_o30":"heterozygous","param_y36":"phone","val_f85":{"val_y78":928,"val_e93":{"dim_k68":334,"val_y38":"operational","key_h46":265,"key_v27":"test@example.com","key_f51":"success"},"key_n58":{"prop_i14":true,"prop_o89":"inactive","key_h27":"test@example.com","key_j79":"test@example.com","field_j18":false,"dim_v47"...
null_required
{ "type": "object", "properties": { "field_o30": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_y36": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
{"field_o30": null, "param_y36": "phone", "val_f85": {"val_y78": 928, "val_e93": {"dim_k68": 334, "val_y38": "operational", "key_h46": 265, "key_v27": "test@example.com", "key_f51": "success"}, "key_n58": {"prop_i14": true, "prop_o89": "inactive", "key_h27": "test@example.com", "key_j79": "test@example.com", "field_j18...
Required field 'field_o30' is null
{"field_o30":"heterozygous","param_y36":"phone","val_f85":{"val_y78":928,"val_e93":{"dim_k68":334,"val_y38":"operational","key_h46":265,"key_v27":"test@example.com","key_f51":"success"},"key_n58":{"prop_i14":true,"prop_o89":"inactive","key_h27":"test@example.com","key_j79":"test@example.com","field_j18":false,"dim_v47"...
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED no FIELD torque_output TYPE string_date-time REQUIRED yes FIELD filter_flag TYPE integer REQUIRED yes FIELD shipping TYPE string REQUIRED yes FIELD hazmat_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD half_life.a...
{"torque_output":"2021-03-05T08:14:00Z","filter_flag":89,"shipping":"hello","hazmat_code":"mode_f","half_life":{"amplitude":345,"url":"hello","lane":{"coverage":true,"frequency_hz":666,"balance":["hemizygous","homozygous"]},"throttle_pos":{"department":"Bob","catalyst":"Tokyo","berth_slot":350,"website":172},"allele":"...
tool_call_bad_format
{ "type": "object", "properties": { "allele": { "type": "string" }, "torque_output": { "type": "string", "format": "date-time" }, "filter_flag": { "type": "integer" }, "shipping": { "type": "string" }, "hazmat_code": { "type": "string", "...
<functioncall> delete_item {torque_output: "2021-03-05T08:14:00Z", filter_flag: 89, shipping: "hello", hazmat_code: "mode_f", half_life: {amplitude: 345, url: "hello", lane: {coverage: true, frequency_hz: 666, balance: ["hemizygous", "homozygous"]}, throttle_pos: {department: "Bob", catalyst: "Tokyo", berth_slot: 350, ...
Tool call has malformed arguments — unquoted keys in function parameters
{"torque_output":"2021-03-05T08:14:00Z","filter_flag":89,"shipping":"hello","hazmat_code":"mode_f","half_life":{"amplitude":345,"url":"hello","lane":{"coverage":true,"frequency_hz":666,"balance":["hemizygous","homozygous"]},"throttle_pos":{"department":"Bob","catalyst":"Tokyo","berth_slot":350,"website":172},"allele":"...
TASK repair_structured_output SPEC FIELD field_o37 TYPE integer REQUIRED no FIELD dim_k58.prop_l02 TYPE boolean REQUIRED no FIELD dim_k58.attr_o94 TYPE string VALUES type_a|type_b REQUIRED yes FIELD dim_k58.val_b64 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD val_l54 TYPE number REQUIRED no FIELD param_...
{"val_l54":40.34,"param_p89":"error","field_m21":true,"val_u86":720,"dim_i10":true}
markdown_fences
{ "type": "object", "properties": { "field_o37": { "type": "integer" }, "dim_k58": { "type": "object", "properties": { "prop_l02": { "type": "boolean" }, "attr_o94": { "type": "string", "enum": [ "type_a", "t...
```json {"val_l54":40.34,"param_p89":"error","field_m21":true,"val_u86":720,"dim_i10":true} ```
Output contains markdown code fences
{"val_l54":40.34,"param_p89":"error","field_m21":true,"val_u86":720,"dim_i10":true}
TASK repair_structured_output SPEC FIELD weight TYPE string VALUES success|error|warning|info REQUIRED no FIELD span_id TYPE string REQUIRED yes FIELD image_url TYPE integer REQUIRED no FIELD due_date TYPE string REQUIRED no BROKEN_OUTPUT <functioncall> queue_sequencing_run {weight: "error", span_id: "Paris", image_u...
{"weight":"error","span_id":"Paris","image_url":202,"due_date":"Smith"}
tool_call_bad_format
{ "type": "object", "properties": { "weight": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "span_id": { "type": "string" }, "image_url": { "type": "integer" }, "due_date": { "type": "string" ...
<functioncall> queue_sequencing_run {weight: "error", span_id: "Paris", image_url: 202, due_date: "Smith"}
Tool call has malformed arguments — unquoted keys in function parameters
{"weight":"error","span_id":"Paris","image_url":202,"due_date":"Smith"}
TASK repair_structured_output SPEC FIELD key_a70 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD val_p32 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_s92.val_r38 TYPE boolean REQUIRED yes FIELD key_s92.param_a15 TYPE string_date-time REQUIRED no FIELD key_s92.val_q07 TYPE numb...
{"key_a70":"homozygous","val_p32":"viewer","key_s92":{"val_r38":true,"val_q07":513.76,"val_u60":false,"col_b93":false},"prop_q35":{"attr_o85":"chr1","prop_x56":750,"key_c50":"push"}}
agent_chain
{ "type": "object", "properties": { "key_a70": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "val_p32": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "key_s92": { ...
I need to look up the information first. Action: process_payment Result: {"key_a70": "homozygous", "val_p32": "viewer", "key_s92": {"val_r38": true, "val_q07": 513.76, "val_u60": false, "col_b93": false}} I'll query our database. Action: validate_address Result:
Agent multi-step chain with truncated tool output
{"key_a70":"homozygous","val_p32":"viewer","key_s92":{"val_r38":true,"val_q07":513.76,"val_u60":false,"col_b93":false},"prop_q35":{"attr_o85":"chr1","prop_x56":750,"key_c50":"push"}}
TASK repair_structured_output SPEC FIELD notes TYPE string_email REQUIRED no FIELD nickname TYPE number REQUIRED yes FIELD dissolved_oxygen TYPE string REQUIRED no BROKEN_OUTPUT Processing the request now. <tool_call name="transfer_call"> {"notes":"ops@domain.org","nickname":840.35,"dissolved_oxygen":"Jane"} </tool_c...
{"notes":"ops@domain.org","nickname":840.35,"dissolved_oxygen":"Jane"}
tool_call_text_mix
{ "type": "object", "properties": { "notes": { "type": "string", "format": "email" }, "nickname": { "type": "number" }, "dissolved_oxygen": { "type": "string" } }, "required": [ "nickname" ] }
Processing the request now. <tool_call name="transfer_call"> {"notes":"ops@domain.org","nickname":840.35,"dissolved_oxygen":"Jane"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"notes":"ops@domain.org","nickname":840.35,"dissolved_oxygen":"Jane"}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string REQUIRED yes FIELD dosage TYPE integer REQUIRED no FIELD published TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD lab_result TYPE number REQUIRED no BROKEN_OUTPUT The dosage is 653 and {"berth_slot":"qux","dosage":653,"published":"oc...
{"berth_slot":"qux","dosage":653,"published":"oceanic"}
partial_structure
{ "type": "object", "properties": { "berth_slot": { "type": "string" }, "dosage": { "type": "integer" }, "published": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "lab_result": { "type": "n...
The dosage is 653 and {"berth_slot":"qux","dosage":653,"published":"oceanic"}
Output mixes natural language with JSON
{"berth_slot":"qux","dosage":653,"published":"oceanic"}
TASK repair_structured_output SPEC FIELD col_v43 TYPE integer REQUIRED no FIELD val_l80 TYPE string REQUIRED no FIELD val_t09 TYPE string REQUIRED yes FIELD field_p25.col_h80.field_w07 TYPE string_date-time REQUIRED yes FIELD field_p25.col_h80.val_i21 TYPE string_email REQUIRED yes FIELD field_p25.col_h80.dim_g82 TYPE...
{"col_v43":233,"val_t09":"demo","field_p25":{"col_h80":{"field_w07":"2021-06-08T08:51:00Z","val_i21":"info@example.com","dim_g82":203.15,"col_r24":"Silva","field_w14":"2024-08-06T00:10:00Z"},"dim_o19":"moored","prop_j40":"cat_a","key_x99":{"prop_f31":270,"attr_i39":"Jane","key_p49":20,"param_t62":"option_c","param_c38"...
thought_process
{ "type": "object", "properties": { "col_v43": { "type": "integer" }, "val_l80": { "type": "string" }, "val_t09": { "type": "string" }, "field_p25": { "type": "object", "properties": { "col_h80": { "type": "object", "properties": ...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"col_v43":233,"val_t09":"demo","field_p25":{"col_h80":{"field_w07":"2021-06-08T08:51:00Z","val_i21":"info@example.com","dim_g82":203.15,"col_r24":"Silva","field_w14":"2024-08-06T00:10:00Z"},"dim_o19":"moored","prop_j40":"cat_a","k...
Output contains chain-of-thought reasoning before JSON
{"col_v43":233,"val_t09":"demo","field_p25":{"col_h80":{"field_w07":"2021-06-08T08:51:00Z","val_i21":"info@example.com","dim_g82":203.15,"col_r24":"Silva","field_w14":"2024-08-06T00:10:00Z"},"dim_o19":"moored","prop_j40":"cat_a","key_x99":{"prop_f31":270,"attr_i39":"Jane","key_p49":20,"param_t62":"option_c","param_c38"...
TASK repair_structured_output SPEC FIELD commit_hash TYPE number REQUIRED no FIELD port_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD interest_rate TYPE string REQUIRED no FIELD notes TYPE string VALUES single|married|divorced REQUIRED no FIELD torque_output TYPE numbe...
{"commit_hash":954.68,"interest_rate":"test@example.com","torque_output":514.39,"chromosome":"divorced","price":{"duration_ms":"homozygous","yield_pct":true,"vital_sign":"cat_b","title":188}}
tool_call_bad_format
{ "type": "object", "properties": { "commit_hash": { "type": "number" }, "port_code": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "interest_rate": { "type":...
<functioncall> transfer_call {commit_hash: 954.68, interest_rate: "test@example.com", torque_output: 514.39, chromosome: "divorced", price: {duration_ms: "homozygous", yield_pct: true, vital_sign: "cat_b", title: 188}}
Tool call has malformed arguments — unquoted keys in function parameters
{"commit_hash":954.68,"interest_rate":"test@example.com","torque_output":514.39,"chromosome":"divorced","price":{"duration_ms":"homozygous","yield_pct":true,"vital_sign":"cat_b","title":188}}
TASK repair_structured_output SPEC FIELD col_e03 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_f36 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD key_p86 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD dim_e90 TYPE boolean REQUIRED no FIELD at...
{"col_e03":"married","prop_f36":"homozygous","key_p86":"degraded","dim_e90":true,"attr_p01":681,"prop_b37":"closed"}
markdown_fences
{ "type": "object", "properties": { "col_e03": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "prop_f36": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "key_p86...
```json {"col_e03":"married","prop_f36":"homozygous","key_p86":"degraded","dim_e90":true,"attr_p01":681,"prop_b37":"closed"} ```
Output contains markdown code fences
{"col_e03":"married","prop_f36":"homozygous","key_p86":"degraded","dim_e90":true,"attr_p01":681,"prop_b37":"closed"}
TASK repair_structured_output SPEC FIELD prop_k94 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD field_j76 TYPE string VALUES single|married|divorced REQUIRED no FIELD key_v12 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD field_a92.val_k04 TYPE string VALUES pending_review|confirmed|rejected|esca...
{"prop_k94":"cat_b","key_v12":"type_d","field_a92":{"field_x64":false,"attr_w87":"Oliveira","col_r19":"push","attr_o29":"mode_a","field_d96":"escalated"}}
extra_text_after
{ "type": "object", "properties": { "prop_k94": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "field_j76": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "key_v12": { "type": "string", ...
{"prop_k94":"cat_b","key_v12":"type_d","field_a92":{"field_x64":false,"attr_w87":"Oliveira","col_r19":"push","attr_o29":"mode_a","field_d96":"escalated"}} Data logged successfully.
Output contains non-JSON text after the object
{"prop_k94":"cat_b","key_v12":"type_d","field_a92":{"field_x64":false,"attr_w87":"Oliveira","col_r19":"push","attr_o29":"mode_a","field_d96":"escalated"}}
TASK repair_structured_output SPEC FIELD field_v46 TYPE integer REQUIRED yes FIELD param_e88 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD val_d00 TYPE string_uri REQUIRED yes FIELD dim_x59 TYPE string_date-time REQUIRED no FIELD col_e99.val_j30 TYPE string VALUES level_1|level_2|level_3|level_4|lev...
{"field_v46":375,"param_e88":"type_d","val_d00":"https://example.io/v1","dim_x59":"2023-03-09T10:38:00Z","col_e99":{"val_j30":"level_5","col_u80":989,"prop_c33":"Hapag-Lloyd-Express","dim_c99":729.12,"key_x91":true},"prop_x91":{"key_w30":false,"prop_k13":{"key_m77":"operational","col_z02":"in_progress","col_u11":"edito...
missing_brace
{ "type": "object", "properties": { "field_v46": { "type": "integer" }, "param_e88": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "val_d00": { "type": "string", "format": "uri" }, "dim_x59": ...
{"field_v46":375,"param_e88":"type_d","val_d00":"https://example.io/v1","dim_x59":"2023-03-09T10:38:00Z","col_e99":{"val_j30":"level_5","col_u80":989,"prop_c33":"Hapag-Lloyd-Express","dim_c99":729.12,"key_x91":true},"prop_x91":"key_w30":false,"prop_k13":{"key_m77":"operational","col_z02":"in_progress","col_u11":"editor...
Missing closing brace
{"field_v46":375,"param_e88":"type_d","val_d00":"https://example.io/v1","dim_x59":"2023-03-09T10:38:00Z","col_e99":{"val_j30":"level_5","col_u80":989,"prop_c33":"Hapag-Lloyd-Express","dim_c99":729.12,"key_x91":true},"prop_x91":{"key_w30":false,"prop_k13":{"key_m77":"operational","col_z02":"in_progress","col_u11":"edito...
TASK repair_structured_output SPEC FIELD length TYPE integer REQUIRED no FIELD dosage TYPE integer REQUIRED yes FIELD currency TYPE integer REQUIRED yes FIELD torque_output TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="process_payment"> ...
{"length":88,"dosage":126,"currency":162,"torque_output":"option_b"}
tool_call_text_mix
{ "type": "object", "properties": { "length": { "type": "integer" }, "dosage": { "type": "integer" }, "currency": { "type": "integer" }, "torque_output": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "optio...
Processing the request now. <tool_call name="process_payment"> {"length":88,"dosage":126,"currency":162,"torque_output":"option_b"} </tool_call.
Agent response mixes reasoning text with tool call
{"length":88,"dosage":126,"currency":162,"torque_output":"option_b"}
TASK repair_structured_output SPEC FIELD dim_q36 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_m75 TYPE string REQUIRED yes FIELD field_z64 TYPE null REQUIRED yes FIELD val_g36 TYPE string REQUIRED no BROKEN_OUTPUT {"dim_q36":"pending_review","field_m75":"demo","field_z64":nu...
{"dim_q36":"pending_review","field_m75":"demo","field_z64":null,"val_g36":"A short description."}
missing_bracket
{ "type": "object", "properties": { "dim_q36": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_m75": { "type": "string" }, "field_z64": { "type": "null" }, "val_g36": { "t...
{"dim_q36":"pending_review","field_m75":"demo","field_z64":null,"val_g36":"A short description."}
Missing closing bracket
{"dim_q36":"pending_review","field_m75":"demo","field_z64":null,"val_g36":"A short description."}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD lab_result TYPE integer REQUIRED no FIELD version TYPE string VALUES draft|published|archived REQUIRED yes FIELD filter_flag TYPE string REQUIRED yes FIELD message TYPE integer REQUIRED no FIELD ...
{"temp_celsius":"resolved","version":"published","filter_flag":"Smith","message":457,"dosage":563,"commit_hash":118.86}
tool_call_text_mix
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "lab_result": { "type": "integer" }, "version": { "type": "string", "enum": [ "draft", ...
Processing the request now. <tool_call name="check_availability"> {"temp_celsius":"resolved","version":"published","filter_flag":"Smith","message":457,"dosage":563,"commit_hash":118.86} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"temp_celsius":"resolved","version":"published","filter_flag":"Smith","message":457,"dosage":563,"commit_hash":118.86}
TASK repair_structured_output SPEC FIELD umi TYPE string REQUIRED yes FIELD invoice_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD isotope TYPE number REQUIRED yes BROKEN_OUTPUT {"umi":"foo","invoice_id":"open","isotope":662.34}
{"umi":"foo","invoice_id":"open","isotope":662.34}
missing_bracket
{ "type": "object", "properties": { "umi": { "type": "string" }, "invoice_id": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "isotope": { "type": "number" } }, "required": [ "umi", "inv...
{"umi":"foo","invoice_id":"open","isotope":662.34}
Missing closing bracket
{"umi":"foo","invoice_id":"open","isotope":662.34}
TASK repair_structured_output SPEC FIELD url TYPE string_uri REQUIRED yes FIELD commit_hash TYPE string_date-time REQUIRED no FIELD items TYPE string VALUES cat_a|cat_b REQUIRED no FIELD comments TYPE number REQUIRED no FIELD size.currency TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD size.url TYPE null RE...
{"url":"https://www.com/v1","items":"cat_a","comments":826.74,"size":{"currency":"GBP","url":null,"timezone":null}}
markdown_fences
{ "type": "object", "properties": { "url": { "type": "string", "format": "uri" }, "commit_hash": { "type": "string", "format": "date-time" }, "items": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "comments": { "type":...
```json {"url":"https://www.com/v1","items":"cat_a","comments":826.74,"size":{"currency":"GBP","url":null,"timezone":null}} ```
Output contains markdown code fences
{"url":"https://www.com/v1","items":"cat_a","comments":826.74,"size":{"currency":"GBP","url":null,"timezone":null}}
TASK repair_structured_output SPEC FIELD val_b81 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_g84 TYPE boolean REQUIRED no FIELD param_x64 TYPE string REQUIRED no FIELD key_f41 TYPE integer REQUIRED yes FIELD val_p96 TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT {"val_...
{"val_b81":"published","param_x64":"2023-12-25","key_f41":467,"val_p96":"high"}
synonym_enum
{ "type": "object", "properties": { "val_b81": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_g84": { "type": "boolean" }, "param_x64": { "type": "string" }, "key_f41": { "type": "integer" }, ...
{"val_b81": "published", "param_x64": "2023-12-25", "key_f41": 467, "val_p96": "big"}
Field 'val_p96' has synonym 'big' instead of valid enum value
{"val_b81":"published","param_x64":"2023-12-25","key_f41":467,"val_p96":"high"}
TASK repair_structured_output SPEC FIELD transaction_id.annotation TYPE boolean REQUIRED no FIELD transaction_id.consignee TYPE integer REQUIRED yes FIELD transaction_id.temp_celsius TYPE string REQUIRED no FIELD transaction_id.size.transaction_id TYPE integer REQUIRED no FIELD transaction_id.size.hazmat_code TYPE int...
{"transaction_id":{"consignee":171,"size":{"transaction_id":685,"hazmat_code":132,"quantity":"Paris","shipper_ref":47.1,"index":275.77,"label":"type_a"},"city":{"nickname":"2026-08-08T11:15:00Z","bill_of_lading":"user@test.io"}},"turbidity":{"color":533.1,"order_id":{"balance":"Alice","repository":361.72,"currency":tru...
boolean_as_string
{ "type": "object", "properties": { "transaction_id": { "type": "object", "properties": { "annotation": { "type": "boolean" }, "consignee": { "type": "integer" }, "temp_celsius": { "type": "string" }, "size": { ...
{"transaction_id": {"consignee": 171, "size": {"transaction_id": 685, "hazmat_code": 132, "quantity": "Paris", "shipper_ref": 47.1, "index": 275.77, "label": "type_a"}, "city": {"nickname": "2026-08-08T11:15:00Z", "bill_of_lading": "user@test.io"}}, "turbidity": {"color": 533.1, "order_id": {"balance": "Alice", "reposi...
Field 'chromosome' must be boolean, got string
{"transaction_id":{"consignee":171,"size":{"transaction_id":685,"hazmat_code":132,"quantity":"Paris","shipper_ref":47.1,"index":275.77,"label":"type_a"},"city":{"nickname":"2026-08-08T11:15:00Z","bill_of_lading":"user@test.io"}},"turbidity":{"color":533.1,"order_id":{"balance":"Alice","repository":361.72,"currency":tru...
TASK repair_structured_output SPEC FIELD compound TYPE boolean REQUIRED yes FIELD turbidity TYPE integer REQUIRED no FIELD insurance_id TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD section.deploy_target TYPE string REQUIRED no FIELD section.description TYPE boolean REQUIRED yes FIELD section.sensor_id TYP...
{"compound":false,"turbidity":352,"section":{"deploy_target":"Charlie","description":true,"sensor_id":510},"product_id":"mode_c"}
missing_required
{ "type": "object", "properties": { "compound": { "type": "boolean" }, "turbidity": { "type": "integer" }, "insurance_id": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "section": { "type": "object", "pro...
{"turbidity": 352, "section": {"deploy_target": "Charlie", "description": true, "sensor_id": 510}, "product_id": "mode_c"}
Required field 'compound' is missing
{"compound":false,"turbidity":352,"section":{"deploy_target":"Charlie","description":true,"sensor_id":510},"product_id":"mode_c"}
TASK repair_structured_output SPEC FIELD field_h84 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_m71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_y47 TYPE string REQUIRED yes BROKEN_OUTPUT I found that field_h84 should be oceanic. {"field_h84":"oceanic","field_y47...
{"field_h84":"oceanic","field_y47":"Paris"}
partial_structure
{ "type": "object", "properties": { "field_h84": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_m71": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
I found that field_h84 should be oceanic. {"field_h84":"oceanic","field_y47":"Paris"}
Output mixes natural language with JSON
{"field_h84":"oceanic","field_y47":"Paris"}
TASK repair_structured_output SPEC FIELD version TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD strand TYPE boolean REQUIRED no FIELD velocity TYPE string REQUIRED no FIELD username TYPE number REQUIRED yes FIELD bed_number.quality_score TYPE string REQUIRED no FIELD bed_number.price TYPE string REQUIRED ye...
{"version":"editor","strand":false,"username":863.9,"bed_number":{"quality_score":"Tokyo","price":"John","feedback":["push","sms","push","email"]},"language":602}
tool_call_wrong_param
{ "type": "object", "properties": { "version": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "strand": { "type": "boolean" }, "velocity": { "type": "string" }, "username": { "type": "number" }, "bed_numb...
Tool: annotate_mutation Params: {"version": "editor", "strand": false, "username": 863.9, "bed_number": {"quality_score": "Tokyo", "price": "John", "feedback": ["push", "sms", "push", "email"]}, "language": 602}
Agent used wrong parameter name 'velocity_id' instead of 'velocity'
{"version":"editor","strand":false,"username":863.9,"bed_number":{"quality_score":"Tokyo","price":"John","feedback":["push","sms","push","email"]},"language":602}
TASK repair_structured_output SPEC FIELD type TYPE string VALUES single|married|divorced REQUIRED no FIELD title TYPE number REQUIRED no FIELD reagent TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD bed_number TYPE integer REQUIRED no FIELD total TYPE string VALUES open|in_progress|resolved|closed REQUIRED ...
{"type":"married","title":3.68,"reagent":"push","bed_number":171,"total":"closed","full_name":551,"section":null}
number_with_unit
{ "type": "object", "properties": { "type": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "title": { "type": "number" }, "reagent": { "type": "string", "enum": [ "email", "phone", "sms", ...
{"type": "married", "title": 3.68, "reagent": "push", "bed_number": "171kg", "total": "closed", "full_name": 551, "section": null}
Field 'bed_number' must be number, got string with unit
{"type":"married","title":3.68,"reagent":"push","bed_number":171,"total":"closed","full_name":551,"section":null}
TASK repair_structured_output SPEC FIELD attr_d50[].dim_w16 TYPE string REQUIRED no FIELD attr_d50[].dim_f36 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD attr_d50[].prop_e61 TYPE number REQUIRED yes FIELD attr_d50[].field_f16 TYPE string REQUIRED no FIELD attr_d50[].dim_g14 TYPE strin...
{"attr_d50":[{"dim_w16":"test@example.com","dim_f36":"offline","prop_e61":814.34,"field_f16":"Hapag-Lloyd-Express"},{"dim_w16":"test@example.com","dim_f36":"operational","prop_e61":862.12,"field_f16":"2024-06-30"}],"col_q82":645,"key_n41":560.21}
extra_field
{ "type": "object", "properties": { "attr_d50": { "type": "array", "items": { "type": "object", "properties": { "dim_w16": { "type": "string" }, "dim_f36": { "type": "string", "enum": [ "operational", ...
{"attr_d50": [{"dim_w16": "test@example.com", "dim_f36": "offline", "prop_e61": 814.34, "field_f16": "Hapag-Lloyd-Express"}, {"dim_w16": "test@example.com", "dim_f36": "operational", "prop_e61": 862.12, "field_f16": "2024-06-30"}], "col_q82": 645, "key_n41": 560.21, "extra_field_2131": "unexpected"}
Unknown field 'extra_field_2131' not defined in schema
{"attr_d50":[{"dim_w16":"test@example.com","dim_f36":"offline","prop_e61":814.34,"field_f16":"Hapag-Lloyd-Express"},{"dim_w16":"test@example.com","dim_f36":"operational","prop_e61":862.12,"field_f16":"2024-06-30"}],"col_q82":645,"key_n41":560.21}
TASK repair_structured_output SPEC FIELD val_l26 TYPE integer REQUIRED no FIELD val_d20 TYPE string REQUIRED no FIELD val_w04 TYPE null REQUIRED no FIELD prop_d59 TYPE boolean REQUIRED no FIELD key_x41 TYPE boolean REQUIRED yes FIELD attr_k29 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIE...
{"val_l26":220,"val_w04":null,"prop_d59":true,"key_x41":true,"attr_k29":"type_f","attr_b16":{"param_w15":"rejected","dim_r01":"cat_f","param_i26":224.48,"prop_c86":"chrX","field_s11":"RTG-04","prop_n09":"Sao Paulo"},"key_q70":false}
single_quotes
{ "type": "object", "properties": { "val_l26": { "type": "integer" }, "val_d20": { "type": "string" }, "val_w04": { "type": "null" }, "prop_d59": { "type": "boolean" }, "key_x41": { "type": "boolean" }, "attr_k29": { "type": "string", ...
{'val_l26':220,'val_w04':null,'prop_d59':true,'key_x41':true,'attr_k29':'type_f','attr_b16':{'param_w15':'rejected','dim_r01':'cat_f','param_i26':224.48,'prop_c86':'chrX','field_s11':'RTG-04','prop_n09':'Sao Paulo'},'key_q70':false}
Expecting property name enclosed in double quotes
{"val_l26":220,"val_w04":null,"prop_d59":true,"key_x41":true,"attr_k29":"type_f","attr_b16":{"param_w15":"rejected","dim_r01":"cat_f","param_i26":224.48,"prop_c86":"chrX","field_s11":"RTG-04","prop_n09":"Sao Paulo"},"key_q70":false}
TASK repair_structured_output SPEC FIELD count TYPE string VALUES active|inactive|pending REQUIRED yes FIELD credit_score TYPE integer REQUIRED yes FIELD length TYPE integer REQUIRED yes BROKEN_OUTPUT Tool: filter_variants Params: {"count": "inactive", "credit_score": 901, "length2": 6}
{"count":"inactive","credit_score":901,"length":6}
tool_call_wrong_param
{ "type": "object", "properties": { "count": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "credit_score": { "type": "integer" }, "length": { "type": "integer" } }, "required": [ "length", "count", "cr...
Tool: filter_variants Params: {"count": "inactive", "credit_score": 901, "length2": 6}
Agent used wrong parameter name 'length2' instead of 'length'
{"count":"inactive","credit_score":901,"length":6}
TASK repair_structured_output SPEC FIELD param_r04 TYPE string REQUIRED yes FIELD attr_o20 TYPE boolean REQUIRED no FIELD col_b86.col_k80 TYPE integer REQUIRED no FIELD col_b86.col_c11.prop_z53 TYPE boolean REQUIRED yes FIELD col_b86.col_c11.col_g11 TYPE number REQUIRED no FIELD col_b86.col_c11.key_u80 TYPE string VAL...
{"param_r04":"Smith","attr_o20":true,"col_b86":{"col_c11":{"prop_z53":false,"key_u80":"pending_review","prop_w43":"Alice"},"param_g26":"test@test.io"},"val_z90":"maintenance","col_k98":417}
number_with_unit
{ "type": "object", "properties": { "param_r04": { "type": "string" }, "attr_o20": { "type": "boolean" }, "col_b86": { "type": "object", "properties": { "col_k80": { "type": "integer" }, "col_c11": { "type": "object", ...
{"param_r04": "Smith", "attr_o20": true, "col_b86": {"col_c11": {"prop_z53": false, "key_u80": "pending_review", "prop_w43": "Alice"}, "param_g26": "test@test.io"}, "val_z90": "maintenance", "col_k98": "417cm"}
Field 'col_k98' must be number, got string with unit
{"param_r04":"Smith","attr_o20":true,"col_b86":{"col_c11":{"prop_z53":false,"key_u80":"pending_review","prop_w43":"Alice"},"param_g26":"test@test.io"},"val_z90":"maintenance","col_k98":417}
TASK repair_structured_output SPEC FIELD param_x82 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_c98 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_l29 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_g41 TYPE boolean REQUIRED yes FIELD param_j25 TYPE s...
{"param_x82":"basic","dim_c98":"underway","key_l29":"published","val_g41":true,"param_j25":"user@test.io"}
extra_text_after
{ "type": "object", "properties": { "param_x82": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_c98": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"param_x82":"basic","dim_c98":"underway","key_l29":"published","val_g41":true,"param_j25":"user@test.io"} This should match the schema you provided.
Output contains non-JSON text after the object
{"param_x82":"basic","dim_c98":"underway","key_l29":"published","val_g41":true,"param_j25":"user@test.io"}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE number REQUIRED no FIELD sensor_id TYPE string REQUIRED no FIELD order_id TYPE string REQUIRED yes FIELD options TYPE boolean REQUIRED yes FIELD reagent[].sensor_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD reagent[].product_id ...
{"brake_pressure":57.59,"order_id":"demo","options":false,"reagent":[{"sensor_id":"heterozygous","product_id":"level_3","category":"BRL","thumbnail":550.99,"torque_output":"level_2","department":"married"},{"sensor_id":"hemizygous","product_id":"level_3","thumbnail":870.83,"department":"married"},{"sensor_id":"hemizygo...
extra_text_before
{ "type": "object", "properties": { "brake_pressure": { "type": "number" }, "sensor_id": { "type": "string" }, "order_id": { "type": "string" }, "options": { "type": "boolean" }, "reagent": { "type": "array", "items": { "type": "object"...
Based on your request, here is the data: {"brake_pressure":57.59,"order_id":"demo","options":false,"reagent":[{"sensor_id":"heterozygous","product_id":"level_3","category":"BRL","thumbnail":550.99,"torque_output":"level_2","department":"married"},{"sensor_id":"hemizygous","product_id":"level_3","thumbnail":870.83,"depa...
Output contains non-JSON text before the object
{"brake_pressure":57.59,"order_id":"demo","options":false,"reagent":[{"sensor_id":"heterozygous","product_id":"level_3","category":"BRL","thumbnail":550.99,"torque_output":"level_2","department":"married"},{"sensor_id":"hemizygous","product_id":"level_3","thumbnail":870.83,"department":"married"},{"sensor_id":"hemizygo...
TASK repair_structured_output SPEC FIELD prop_o09 TYPE boolean REQUIRED yes FIELD prop_f96 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD dim_y62 TYPE string REQUIRED no FIELD attr_t61 TYPE string_date-time REQUIRED yes FIELD col_w55[] TYPE string REQUIRED yes BROKEN_OUTPUT {"prop_o09": true, "dim_y62":...
{"prop_o09":true,"dim_y62":"baz","attr_t61":"2025-01-14T15:51:00Z","col_w55":["world","foo","Johnson"]}
extra_field
{ "type": "object", "properties": { "prop_o09": { "type": "boolean" }, "prop_f96": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "dim_y62": { "type": "string" }, "attr_t61": { "type": "string", ...
{"prop_o09": true, "dim_y62": "baz", "attr_t61": "2025-01-14T15:51:00Z", "col_w55": ["world", "foo", "Johnson"], "extra_data_6543": true}
Unknown field 'extra_data_6543' not defined in schema
{"prop_o09":true,"dim_y62":"baz","attr_t61":"2025-01-14T15:51:00Z","col_w55":["world","foo","Johnson"]}
TASK repair_structured_output SPEC FIELD website TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD weight TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD total TYPE string REQUIRED no FIELD isotope TYPE string VALUES low|medium|high|critical REQUIRED no FIELD timezone TYPE strin...
{"website":"level_2","weight":"level_1","total":"FWD","isotope":"critical","timezone":"level_1","status_code":"resolved","zip_code":true,"color":"Oliveira"}
unquoted_keys
{ "type": "object", "properties": { "website": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "weight": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ...
{website:"level_2",weight:"level_1",total:"FWD",isotope:"critical",timezone:"level_1",status_code:"resolved",zip_code:true,color:"Oliveira"}
Expecting property name enclosed in double quotes
{"website":"level_2","weight":"level_1","total":"FWD","isotope":"critical","timezone":"level_1","status_code":"resolved","zip_code":true,"color":"Oliveira"}
TASK repair_structured_output SPEC FIELD attr_i81.param_i20 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_i81.attr_p44 TYPE string REQUIRED no FIELD attr_i81.prop_b09 TYPE string REQUIRED no FIELD attr_i81.prop_a87 TYPE null REQUIRED no FIELD attr_i81.param_s22 TYPE string VALUES n...
{"attr_f41":"https://example.org/v1","param_a24":"rejected","param_r26":"2026-08-21T20:19:00Z"}
single_quotes
{ "type": "object", "properties": { "attr_i81": { "type": "object", "properties": { "param_i20": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "attr_p44": { ...
{'attr_f41':'https://example.org/v1','param_a24':'rejected','param_r26':'2026-08-21T20:19:00Z'}
Expecting property name enclosed in double quotes
{"attr_f41":"https://example.org/v1","param_a24":"rejected","param_r26":"2026-08-21T20:19:00Z"}
TASK repair_structured_output SPEC FIELD key_u93 TYPE integer REQUIRED no FIELD prop_r00 TYPE null REQUIRED no FIELD col_f48 TYPE boolean REQUIRED no FIELD field_t55 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_n59[] TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT <f...
{"key_u93":380,"col_f48":false,"field_t55":"closed","prop_n59":["medium","xl","medium","large"]}
tool_call_bad_format
{ "type": "object", "properties": { "key_u93": { "type": "integer" }, "prop_r00": { "type": "null" }, "col_f48": { "type": "boolean" }, "field_t55": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
<functioncall> queue_sequencing_run {key_u93: 380, col_f48: false, field_t55: "closed", prop_n59: ["medium", "xl", "medium", "large"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_u93":380,"col_f48":false,"field_t55":"closed","prop_n59":["medium","xl","medium","large"]}
TASK repair_structured_output SPEC FIELD values TYPE boolean REQUIRED yes FIELD maturity_date TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD insurance_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dissolved_oxygen TYPE number REQUIRED no FIELD score.category TYPE string REQUIRED ye...
{"values":true,"maturity_date":"intermittent","insurance_id":"EUR","dissolved_oxygen":983.52,"score":{"category":"test","published":"JPY","amount":134.7,"berth_slot":"world","chapter":true,"features":"returned","lane":471.02}}
truncated_object
{ "type": "object", "properties": { "values": { "type": "boolean" }, "maturity_date": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "insurance_id": { "type": "string", "enum": [ "USD", "EUR", ...
{"values":true,"maturity_date":"intermittent","insurance_id":"EUR","dissolved_oxygen":983.52,"score":{"category":"test","published":"JPY","amount":134.7,"berth_slot":"world","chapter":true,"features":"returned","lane":471.02}
Unexpected end of JSON input — truncated object
{"values":true,"maturity_date":"intermittent","insurance_id":"EUR","dissolved_oxygen":983.52,"score":{"category":"test","published":"JPY","amount":134.7,"berth_slot":"world","chapter":true,"features":"returned","lane":471.02}}
TASK repair_structured_output SPEC FIELD param_g25 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD param_a46 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_a66 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT filter_variants(param_g25='xl', param_a46...
{"param_g25":"xl","param_a46":"anchored","prop_a66":"inland"}
tool_call_python_syntax
{ "type": "object", "properties": { "param_g25": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "param_a46": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
filter_variants(param_g25='xl', param_a46='anchored', prop_a66='inland')
Tool call uses Python syntax instead of JSON
{"param_g25":"xl","param_a46":"anchored","prop_a66":"inland"}
TASK repair_structured_output SPEC FIELD param_c40 TYPE number REQUIRED yes FIELD attr_f07 TYPE integer REQUIRED no FIELD param_v60 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_x79 TYPE string REQUIRED no FIELD prop_r89 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_f77 TY...
{"param_c40":719.75,"attr_f07":260,"param_v60":"success","dim_x79":"Charlie","prop_r89":"high","field_f77":"https://data.io/data","val_o46":"Tokyo"}
agent_chain
{ "type": "object", "properties": { "param_c40": { "type": "number" }, "attr_f07": { "type": "integer" }, "param_v60": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "dim_x79": { "type": "string...
Let me check the system. Action: fetch_lab_result Result: {"param_c40": 719.75, "attr_f07": 260, "param_v60": "success", "dim_x79": "Charlie", "prop_r89": "high", "field_f77": "https://data.io/data"} I'll query our database. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"param_c40":719.75,"attr_f07":260,"param_v60":"success","dim_x79":"Charlie","prop_r89":"high","field_f77":"https://data.io/data","val_o46":"Tokyo"}
TASK repair_structured_output SPEC FIELD key_i16 TYPE string REQUIRED yes FIELD prop_c15 TYPE integer REQUIRED yes FIELD col_w69 TYPE string REQUIRED yes FIELD prop_v61[].attr_n57 TYPE integer REQUIRED yes FIELD prop_v61[].key_b97 TYPE integer REQUIRED no FIELD prop_v61[].col_h76 TYPE array REQUIRED yes FIELD prop_v61...
{"key_i16":"Hapag-Lloyd-Express","prop_c15":388,"col_w69":"qux","prop_v61":[{"attr_n57":567,"key_b97":379,"col_h76":["new","in_transit","new","in_transit"],"field_e99":[false]},{"attr_n57":979,"key_b97":867,"col_h76":["in_transit","in_transit","new"],"field_e99":[true,false]},{"attr_n57":340,"col_h76":["new","returned"...
tool_call_bad_format
{ "type": "object", "properties": { "key_i16": { "type": "string" }, "prop_c15": { "type": "integer" }, "col_w69": { "type": "string" }, "prop_v61": { "type": "array", "items": { "type": "object", "properties": { "attr_n57": { ...
<functioncall> verify_hazmat_compliance {key_i16: "Hapag-Lloyd-Express", prop_c15: 388, col_w69: "qux", prop_v61: [{attr_n57: 567, key_b97: 379, col_h76: ["new", "in_transit", "new", "in_transit"], field_e99: [false]}, {attr_n57: 979, key_b97: 867, col_h76: ["in_transit", "in_transit", "new"], field_e99: [true, false]}...
Tool call has malformed arguments — unquoted keys in function parameters
{"key_i16":"Hapag-Lloyd-Express","prop_c15":388,"col_w69":"qux","prop_v61":[{"attr_n57":567,"key_b97":379,"col_h76":["new","in_transit","new","in_transit"],"field_e99":[false]},{"attr_n57":979,"key_b97":867,"col_h76":["in_transit","in_transit","new"],"field_e99":[true,false]},{"attr_n57":340,"col_h76":["new","returned"...
TASK repair_structured_output SPEC FIELD param_t25 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD field_z00 TYPE number REQUIRED yes FIELD attr_t88 TYPE number REQUIRED yes FIELD attr_o18 TYPE boolean REQUIRED yes BROKEN_OUTPUT Based on the data, field_z00 is 388.64. {"param_t25":"editor","field_z00":388.6...
{"param_t25":"editor","field_z00":388.64,"attr_t88":766.16,"attr_o18":false}
partial_structure
{ "type": "object", "properties": { "param_t25": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_z00": { "type": "number" }, "attr_t88": { "type": "number" }, "attr_o18": { "type": "boolean" } }, "r...
Based on the data, field_z00 is 388.64. {"param_t25":"editor","field_z00":388.64,"attr_t88":766.16,"attr_o18":false}
Output mixes natural language with JSON
{"param_t25":"editor","field_z00":388.64,"attr_t88":766.16,"attr_o18":false}
TASK repair_structured_output SPEC FIELD url TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD weight TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD created_at TYPE boolean REQUIRED yes FIELD amplitude TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIEL...
{"url":"anchored","weight":"offline","created_at":true,"amplitude":"reliable","item_id":"pending","title":"closed","shipping":"resolved","current_draw":"2020-01-03T04:39:00Z"}
partial_structure
{ "type": "object", "properties": { "url": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "weight": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenan...
The weight is offline and {"url":"anchored","weight":"offline","created_at":true,"amplitude":"reliable","item_id":"pending","title":"closed","shipping":"resolved","current_draw":"2020-01-03T04:39:00Z"}
Output mixes natural language with JSON
{"url":"anchored","weight":"offline","created_at":true,"amplitude":"reliable","item_id":"pending","title":"closed","shipping":"resolved","current_draw":"2020-01-03T04:39:00Z"}
TASK repair_structured_output SPEC FIELD position TYPE number REQUIRED yes FIELD throttle_pos TYPE null REQUIRED no FIELD visible TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD annotation TYPE string_date-time REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: book_app...
{"position":532.55,"throttle_pos":null}
agent_chain
{ "type": "object", "properties": { "position": { "type": "number" }, "throttle_pos": { "type": "null" }, "visible": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "annotation": { "type": "string",...
I need to look up the information first. Action: book_appointment Result: {"position": 532.55} Processing the request now. Action: delete_item Result:
Agent multi-step chain with truncated tool output
{"position":532.55,"throttle_pos":null}
TASK repair_structured_output SPEC FIELD field_l25 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD val_l08 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD prop_b02[].col_u62 TYPE string REQUIRED yes FIELD prop_b02[].prop_p56 TYPE boolean REQUIRED no FIELD pr...
{"field_l25":"type_e","val_l08":"missense","prop_b02":[{"col_u62":"sample","prop_p56":false,"dim_m05":[null,null]},{"col_u62":"Maria","prop_p56":true,"dim_m05":[null,null]},{"col_u62":"QC-07","prop_p56":false,"dim_m05":[null]}]}
markdown_fences
{ "type": "object", "properties": { "field_l25": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "val_l08": { "type": "string", "enum": [ "synonymous", "missense", ...
```json {"field_l25":"type_e","val_l08":"missense","prop_b02":[{"col_u62":"sample","prop_p56":false,"dim_m05":[null,null]},{"col_u62":"Maria","prop_p56":true,"dim_m05":[null,null]},{"col_u62":"QC-07","prop_p56":false,"dim_m05":[null]}]} ```
Output contains markdown code fences
{"field_l25":"type_e","val_l08":"missense","prop_b02":[{"col_u62":"sample","prop_p56":false,"dim_m05":[null,null]},{"col_u62":"Maria","prop_p56":true,"dim_m05":[null,null]},{"col_u62":"QC-07","prop_p56":false,"dim_m05":[null]}]}
TASK repair_structured_output SPEC FIELD verified TYPE number REQUIRED yes FIELD weight TYPE string REQUIRED yes FIELD length TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD username.throttle_pos TYPE boolean REQUIRED no FIELD username.full_name TYPE string VALUES level_1|level_2|level_3|level...
{"verified":357.24,"weight":"hello","length":"type_b","username":{"throttle_pos":false,"thumbnail":611,"items":"John"}}
markdown_fences
{ "type": "object", "properties": { "verified": { "type": "number" }, "weight": { "type": "string" }, "length": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "username": { "t...
```json {"verified":357.24,"weight":"hello","length":"type_b","username":{"throttle_pos":false,"thumbnail":611,"items":"John"}} ```
Output contains markdown code fences
{"verified":357.24,"weight":"hello","length":"type_b","username":{"throttle_pos":false,"thumbnail":611,"items":"John"}}
TASK repair_structured_output SPEC FIELD attr_y66 TYPE string_uri REQUIRED yes FIELD val_o20 TYPE integer REQUIRED no FIELD col_h19 TYPE integer REQUIRED yes FIELD val_e14 TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: assign_berth Arguments: {"attr_y66": "https://data.org/v1",...
{"attr_y66":"https://data.org/v1","col_h19":469,"val_e14":"Bob"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_y66": { "type": "string", "format": "uri" }, "val_o20": { "type": "integer" }, "col_h19": { "type": "integer" }, "val_e14": { "type": "string" } }, "required": [ "col_h19", "attr_y66" ] }
I need to look up the information first. Action: assign_berth Arguments: {"attr_y66": "https://data.org/v1", "val_e14": "Bob"}
Agent tool call missing required parameter 'col_h19'
{"attr_y66":"https://data.org/v1","col_h19":469,"val_e14":"Bob"}
TASK repair_structured_output SPEC FIELD col_w83 TYPE string REQUIRED no FIELD attr_d68.dim_m83 TYPE number REQUIRED yes FIELD attr_d68.param_d06 TYPE string REQUIRED no FIELD attr_d68.param_g70[] TYPE integer REQUIRED no FIELD col_b80 TYPE string REQUIRED yes FIELD dim_a97 TYPE string_uri REQUIRED no FIELD col_v72 TY...
{"col_w83":"This is a test value.","attr_d68":{"dim_m83":408.29,"param_g70":[371]},"col_b80":"RTG-04"}
thought_process
{ "type": "object", "properties": { "col_w83": { "type": "string" }, "attr_d68": { "type": "object", "properties": { "dim_m83": { "type": "number" }, "param_d06": { "type": "string" }, "param_g70": { "type": "array",...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"col_w83":"This is a test value.","attr_d68":{"dim_m83":408.29,"param_g70":[371]},"col_b80":"RTG-04"}
Output contains chain-of-thought reasoning before JSON
{"col_w83":"This is a test value.","attr_d68":{"dim_m83":408.29,"param_g70":[371]},"col_b80":"RTG-04"}
TASK repair_structured_output SPEC FIELD key_w88 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD col_j12 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD col_d83 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD attr_k83 TYPE string_uri REQUIRED no FIELD prop_...
{"key_w88":"level_5","col_j12":"success","col_d83":"option_a","attr_k83":"https://www.org/data","prop_x73":685.97}
trailing_comma
{ "type": "object", "properties": { "key_w88": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "col_j12": { "type": "string", "enum": [ "success", "error", "warning", ...
{"key_w88":"level_5","col_j12":"success","col_d83":"option_a","attr_k83":"https://www.org/data","prop_x73":685.97,}
Unexpected trailing comma
{"key_w88":"level_5","col_j12":"success","col_d83":"option_a","attr_k83":"https://www.org/data","prop_x73":685.97}
TASK repair_structured_output SPEC FIELD attr_e91 TYPE string REQUIRED yes FIELD prop_a14 TYPE null REQUIRED yes FIELD col_d87 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: calculate_docking_fee Result: {"attr_e91": "2023-12-25", "prop_a14": null} I'll query our database. Ac...
{"attr_e91":"2023-12-25","prop_a14":null,"col_d87":"GRCh38"}
agent_chain
{ "type": "object", "properties": { "attr_e91": { "type": "string" }, "prop_a14": { "type": "null" }, "col_d87": { "type": "string" } }, "required": [ "attr_e91", "col_d87", "prop_a14" ] }
I need to look up the information first. Action: calculate_docking_fee Result: {"attr_e91": "2023-12-25", "prop_a14": null} I'll query our database. Action: get_account Result:
Agent multi-step chain with truncated tool output
{"attr_e91":"2023-12-25","prop_a14":null,"col_d87":"GRCh38"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE integer REQUIRED no FIELD footnote TYPE string REQUIRED no FIELD end_date.turbidity TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD end_date.size TYPE integer REQUIRED no FIELD end_date.ph_level TYPE null REQUIRED no FIELD end_date.sensor_id TYPE ...
{"fleet_number":42,"footnote":"GRCh38","end_date":{"size":131,"ph_level":null,"sensor_id":582.1,"amount":"Bob"},"aligned_pct":"PASS","options":"Charlie","type":"cat_d"}
markdown_explanation
{ "type": "object", "properties": { "fleet_number": { "type": "integer" }, "footnote": { "type": "string" }, "end_date": { "type": "object", "properties": { "turbidity": { "type": "string", "enum": [ "level_1", "level_2"...
The output is as follows: ```json {"fleet_number":42,"footnote":"GRCh38","end_date":{"size":131,"ph_level":null,"sensor_id":582.1,"amount":"Bob"},"aligned_pct":"PASS","options":"Charlie","type":"cat_d"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"fleet_number":42,"footnote":"GRCh38","end_date":{"size":131,"ph_level":null,"sensor_id":582.1,"amount":"Bob"},"aligned_pct":"PASS","options":"Charlie","type":"cat_d"}
TASK repair_structured_output SPEC FIELD val_t85.attr_c39 TYPE integer REQUIRED yes FIELD val_t85.field_g15 TYPE string_date-time REQUIRED yes FIELD val_t85.field_j54 TYPE string REQUIRED yes FIELD val_t85.col_e85 TYPE string REQUIRED no FIELD val_t85.key_x15 TYPE integer REQUIRED no FIELD val_t85.param_a77 TYPE integ...
{"val_t85":{"attr_c39":538,"field_g15":"2023-12-09T09:00:00Z","field_j54":"A short description.","col_e85":"Alice","key_x15":504,"param_a77":784,"key_l59":"John"},"dim_x51":{"key_o89":"Bob","dim_g61":null,"key_r03":629,"attr_c53":757,"field_e53":"cat_a","dim_m62":null},"dim_r33":"admin@domain.org","col_h51":{"val_d84":...
null_required
{ "type": "object", "properties": { "val_t85": { "type": "object", "properties": { "attr_c39": { "type": "integer" }, "field_g15": { "type": "string", "format": "date-time" }, "field_j54": { "type": "string" }, ...
{"val_t85": {"attr_c39": 538, "field_g15": "2023-12-09T09:00:00Z", "field_j54": "A short description.", "col_e85": "Alice", "key_x15": 504, "param_a77": 784, "key_l59": "John"}, "dim_x51": {"key_o89": "Bob", "dim_g61": null, "key_r03": 629, "attr_c53": 757, "field_e53": "cat_a", "dim_m62": null}, "dim_r33": "admin@doma...
Required field 'col_h51' is null
{"val_t85":{"attr_c39":538,"field_g15":"2023-12-09T09:00:00Z","field_j54":"A short description.","col_e85":"Alice","key_x15":504,"param_a77":784,"key_l59":"John"},"dim_x51":{"key_o89":"Bob","dim_g61":null,"key_r03":629,"attr_c53":757,"field_e53":"cat_a","dim_m62":null},"dim_r33":"admin@domain.org","col_h51":{"val_d84":...
TASK repair_structured_output SPEC FIELD field_x79 TYPE string VALUES level_1|level_2 REQUIRED no FIELD val_i94 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD val_n16 TYPE string_uri REQUIRED yes FIELD dim_j84.param_i38 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FI...
{"field_x79":"level_1","val_n16":"https://data.org/v1","dim_j84":{"param_i38":"cat_e","attr_p62":"option_b","dim_v88":"active"},"val_f75":"Santos","key_t82":934}
extra_text_after
{ "type": "object", "properties": { "field_x79": { "type": "string", "enum": [ "level_1", "level_2" ] }, "val_i94": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }...
{"field_x79":"level_1","val_n16":"https://data.org/v1","dim_j84":{"param_i38":"cat_e","attr_p62":"option_b","dim_v88":"active"},"val_f75":"Santos","key_t82":934} This should match the schema you provided.
Output contains non-JSON text after the object
{"field_x79":"level_1","val_n16":"https://data.org/v1","dim_j84":{"param_i38":"cat_e","attr_p62":"option_b","dim_v88":"active"},"val_f75":"Santos","key_t82":934}
TASK repair_structured_output SPEC FIELD val_n57 TYPE string_date-time REQUIRED no FIELD key_w01 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD param_b67 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD param_m39 TYPE string REQUIRED no FIELD col_a63 TYPE number REQUIRED no BRO...
{"key_w01":"intermittent","param_b67":"cat_d","param_m39":"baz","col_a63":338.52}
truncated_object
{ "type": "object", "properties": { "val_n57": { "type": "string", "format": "date-time" }, "key_w01": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_b67": { "type": "string", "enum": [ "c...
{"key_w01":"intermittent","param_b67":"cat_d","param_m39":"baz","col_a63":338.52
Unexpected end of JSON input — truncated object
{"key_w01":"intermittent","param_b67":"cat_d","param_m39":"baz","col_a63":338.52}
TASK repair_structured_output SPEC FIELD port_code TYPE string_date-time REQUIRED no FIELD brake_pressure TYPE string REQUIRED no FIELD span_id TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD features TYPE number REQUIRED yes BROKEN_OUTPUT The instrument reported: ```json {"port_code":"2026-10-11T14:29:00Z","brak...
{"port_code":"2026-10-11T14:29:00Z","brake_pressure":"PASS","span_id":"mode_a","features":42.52}
markdown_explanation
{ "type": "object", "properties": { "port_code": { "type": "string", "format": "date-time" }, "brake_pressure": { "type": "string" }, "span_id": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "features": { "type": "number" ...
The instrument reported: ```json {"port_code":"2026-10-11T14:29:00Z","brake_pressure":"PASS","span_id":"mode_a","features":42.52} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"port_code":"2026-10-11T14:29:00Z","brake_pressure":"PASS","span_id":"mode_a","features":42.52}
TASK repair_structured_output SPEC FIELD shift_code TYPE integer REQUIRED yes FIELD fleet_number TYPE integer REQUIRED yes FIELD run_id TYPE null REQUIRED yes FIELD start_date TYPE integer REQUIRED yes BROKEN_OUTPUT {"shift_code": "\"885\"", "fleet_number": 339, "run_id": null, "start_date": 56}
{"shift_code":885,"fleet_number":339,"run_id":null,"start_date":56}
wrong_type
{ "type": "object", "properties": { "shift_code": { "type": "integer" }, "fleet_number": { "type": "integer" }, "run_id": { "type": "null" }, "start_date": { "type": "integer" } }, "required": [ "shift_code", "run_id", "start_date", "fleet_...
{"shift_code": "\"885\"", "fleet_number": 339, "run_id": null, "start_date": 56}
Field 'shift_code' must be integer, got string
{"shift_code":885,"fleet_number":339,"run_id":null,"start_date":56}
TASK repair_structured_output SPEC FIELD terminal_id TYPE integer REQUIRED yes FIELD reagent TYPE string_email REQUIRED yes FIELD vital_sign TYPE boolean REQUIRED yes FIELD product_id.payment_status TYPE string VALUES draft|published|archived REQUIRED no FIELD product_id.insurance_id TYPE string VALUES active|inactive...
{"terminal_id":863,"reagent":"admin@domain.org","vital_sign":true,"product_id":{"payment_status":"archived","insurance_id":"inactive","verified":"test@domain.org","age":"example","gene_id":"JPY","strand":"green","role":845.48}}
thought_process
{ "type": "object", "properties": { "terminal_id": { "type": "integer" }, "reagent": { "type": "string", "format": "email" }, "vital_sign": { "type": "boolean" }, "product_id": { "type": "object", "properties": { "payment_status": { "...
Processing the request now. I'll validate against the schema. {"terminal_id":863,"reagent":"admin@domain.org","vital_sign":true,"product_id":{"payment_status":"archived","insurance_id":"inactive","verified":"test@domain.org","age":"example","gene_id":"JPY","strand":"green","role":845.48}}
Output contains chain-of-thought reasoning before JSON
{"terminal_id":863,"reagent":"admin@domain.org","vital_sign":true,"product_id":{"payment_status":"archived","insurance_id":"inactive","verified":"test@domain.org","age":"example","gene_id":"JPY","strand":"green","role":845.48}}
TASK repair_structured_output SPEC FIELD attr_t42.param_g35 TYPE string VALUES option_a|option_b REQUIRED yes FIELD attr_t42.val_r71 TYPE number REQUIRED yes FIELD attr_t42.dim_x65.dim_l04 TYPE string REQUIRED yes FIELD attr_t42.dim_x65.col_v80 TYPE integer REQUIRED yes FIELD attr_t42.dim_x65.attr_f55 TYPE string_date...
{"attr_t42":{"param_g35":"option_a","val_r71":746.1,"dim_x65":{"dim_l04":"qux","col_v80":862,"attr_f55":"2026-05-13T22:53:00Z","attr_t48":121.9,"param_i55":"user@test.io"}},"col_b70":488,"param_z23":"baz","key_v30":"synonymous"}
extra_field
{ "type": "object", "properties": { "attr_t42": { "type": "object", "properties": { "param_g35": { "type": "string", "enum": [ "option_a", "option_b" ] }, "val_r71": { "type": "number" }, "dim_x65...
{"attr_t42": {"param_g35": "option_a", "val_r71": 746.1, "dim_x65": {"dim_l04": "qux", "col_v80": 862, "attr_f55": "2026-05-13T22:53:00Z", "attr_t48": 121.9, "param_i55": "user@test.io"}}, "col_b70": 488, "param_z23": "baz", "key_v30": "synonymous", "extra_data_3297": true}
Unknown field 'extra_data_3297' not defined in schema
{"attr_t42":{"param_g35":"option_a","val_r71":746.1,"dim_x65":{"dim_l04":"qux","col_v80":862,"attr_f55":"2026-05-13T22:53:00Z","attr_t48":121.9,"param_i55":"user@test.io"}},"col_b70":488,"param_z23":"baz","key_v30":"synonymous"}
TASK repair_structured_output SPEC FIELD col_z06 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD col_f59 TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_z33 TYPE string_email REQUIRED no FIELD dim_i74 TYPE integer REQUIRED yes BROKEN_OUTPUT check_availability(col_z06='type_b', col_f59='pu...
{"col_z06":"type_b","col_f59":"published","val_z33":"ops@domain.org","dim_i74":733}
tool_call_python_syntax
{ "type": "object", "properties": { "col_z06": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "col_f59": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "val_z33": { "ty...
check_availability(col_z06='type_b', col_f59='published', val_z33='ops@domain.org', dim_i74=733)
Tool call uses Python syntax instead of JSON
{"col_z06":"type_b","col_f59":"published","val_z33":"ops@domain.org","dim_i74":733}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE boolean REQUIRED no FIELD language TYPE string REQUIRED no FIELD bed_number TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> get_inventory {brake_pressure: false, language: "foo", bed_number: "demo"}
{"brake_pressure":false,"language":"foo","bed_number":"demo"}
tool_call_bad_format
{ "type": "object", "properties": { "brake_pressure": { "type": "boolean" }, "language": { "type": "string" }, "bed_number": { "type": "string" } }, "required": [ "bed_number" ] }
<functioncall> get_inventory {brake_pressure: false, language: "foo", bed_number: "demo"}
Tool call has malformed arguments — unquoted keys in function parameters
{"brake_pressure":false,"language":"foo","bed_number":"demo"}
TASK repair_structured_output SPEC FIELD dim_l19 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD val_a95 TYPE integer REQUIRED yes FIELD val_n47[] TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN_OUTPUT {"dim_l19": "type_b", "val_a95": "829cm", "val_n47": ["GBP", "JPY"]}
{"dim_l19":"type_b","val_a95":829,"val_n47":["GBP","JPY"]}
number_with_unit
{ "type": "object", "properties": { "dim_l19": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "val_a95": { "type": "integer" }, "val_n47": { "type": "array", "items": { "type": "string", "enum": [ ...
{"dim_l19": "type_b", "val_a95": "829cm", "val_n47": ["GBP", "JPY"]}
Field 'val_a95' must be number, got string with unit
{"dim_l19":"type_b","val_a95":829,"val_n47":["GBP","JPY"]}
TASK repair_structured_output SPEC FIELD index.bill_of_lading TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD index.ward TYPE integer REQUIRED no FIELD index.payment_status.build_status TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD index.payment_status.tax TYPE integ...
{"index":{"bill_of_lading":"free","payment_status":{"build_status":"escalated","vessel_name":799.64,"strand":3,"values":"intermittent"},"isotope":{"ph_level":"2023-12-25","title":"A short description.","longitude":"A short description.","compound":"A short description.","trace_id":892.3,"rating":"user@test.io","price":...
tool_call_wrong_param
{ "type": "object", "properties": { "index": { "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "ward": { "type":...
Tool: annotate_mutation Params: {"index": {"bill_of_lading": "free", "payment_status": {"build_status": "escalated", "vessel_name": 799.64, "strand": 3, "values": "intermittent"}, "isotope": {"ph_level": "2023-12-25", "title": "A short description.", "longitude": "A short description.", "compound": "A short description...
Agent used wrong parameter name 'compound_new' instead of 'compound'
{"index":{"bill_of_lading":"free","payment_status":{"build_status":"escalated","vessel_name":799.64,"strand":3,"values":"intermittent"},"isotope":{"ph_level":"2023-12-25","title":"A short description.","longitude":"A short description.","compound":"A short description.","trace_id":892.3,"rating":"user@test.io","price":...
TASK repair_structured_output SPEC FIELD col_i89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD col_v19.param_u39 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD col_v19.col_n21 TYPE number REQUIRED yes FIELD col_v19.prop_y05.attr_o51 TYPE integer REQUIRED yes FIELD col_v19.prop_...
{"col_i89":"delivered","col_v19":{"param_u39":"high","col_n21":747.37,"prop_y05":{"attr_o51":41,"field_f09":935,"prop_b99":"Hapag-Lloyd-Express","val_h64":29.14,"field_o69":"test","dim_c01":"push"}},"param_i57":"inactive","dim_o79":"success","col_x15":null,"val_w53":{"prop_x83":null,"field_z96":"hemizygous","attr_o27":...
extra_text_after
{ "type": "object", "properties": { "col_i89": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "col_v19": { "type": "object", "properties": { "param_u39": { "type": "string", "enum":...
{"col_i89":"delivered","col_v19":{"param_u39":"high","col_n21":747.37,"prop_y05":{"attr_o51":41,"field_f09":935,"prop_b99":"Hapag-Lloyd-Express","val_h64":29.14,"field_o69":"test","dim_c01":"push"}},"param_i57":"inactive","dim_o79":"success","col_x15":null,"val_w53":{"prop_x83":null,"field_z96":"hemizygous","attr_o27":...
Output contains non-JSON text after the object
{"col_i89":"delivered","col_v19":{"param_u39":"high","col_n21":747.37,"prop_y05":{"attr_o51":41,"field_f09":935,"prop_b99":"Hapag-Lloyd-Express","val_h64":29.14,"field_o69":"test","dim_c01":"push"}},"param_i57":"inactive","dim_o79":"success","col_x15":null,"val_w53":{"prop_x83":null,"field_z96":"hemizygous","attr_o27":...
TASK repair_structured_output SPEC FIELD col_h87.key_s58 TYPE integer REQUIRED no FIELD col_h87.attr_j11 TYPE boolean REQUIRED no FIELD col_h87.prop_u84 TYPE boolean REQUIRED yes FIELD col_h87.col_z82.val_z80 TYPE string REQUIRED no FIELD col_h87.col_z82.param_w23 TYPE integer REQUIRED no FIELD col_h87.col_z82.field_z...
{"col_h87":{"key_s58":246,"attr_j11":false,"prop_u84":false,"col_z82":{"val_z80":"GRCh38","param_w23":508,"field_z22":"married","col_p39":50,"val_p59":"active"},"val_x25":{"param_g82":"Hapag-Lloyd-Express","attr_f19":"approved"}},"dim_x89":"A short description.","param_g17":768,"dim_x09":780}
markdown_explanation
{ "type": "object", "properties": { "col_h87": { "type": "object", "properties": { "key_s58": { "type": "integer" }, "attr_j11": { "type": "boolean" }, "prop_u84": { "type": "boolean" }, "col_z82": { "typ...
Here is the response in the requested format: ```json {"col_h87":{"key_s58":246,"attr_j11":false,"prop_u84":false,"col_z82":{"val_z80":"GRCh38","param_w23":508,"field_z22":"married","col_p39":50,"val_p59":"active"},"val_x25":{"param_g82":"Hapag-Lloyd-Express","attr_f19":"approved"}},"dim_x89":"A short description.","pa...
Output contains markdown and explanatory text around JSON
{"col_h87":{"key_s58":246,"attr_j11":false,"prop_u84":false,"col_z82":{"val_z80":"GRCh38","param_w23":508,"field_z22":"married","col_p39":50,"val_p59":"active"},"val_x25":{"param_g82":"Hapag-Lloyd-Express","attr_f19":"approved"}},"dim_x89":"A short description.","param_g17":768,"dim_x09":780}
TASK repair_structured_output SPEC FIELD longitude TYPE string_date-time REQUIRED no FIELD subtotal TYPE string VALUES single|married|divorced REQUIRED yes FIELD invoice_id TYPE string REQUIRED no FIELD status.compound TYPE boolean REQUIRED yes FIELD status.product_id TYPE string VALUES admin|editor|viewer REQUIRED ye...
{"subtotal":"divorced","medication":"GRCh38","department":"coastal","product_id":"maintenance"}
truncated_object
{ "type": "object", "properties": { "longitude": { "type": "string", "format": "date-time" }, "subtotal": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "invoice_id": { "type": "string" }, "status": { "...
{"subtotal":"divorced","medication":"GRCh38","department":"coastal","product_id":"maintenance"
Unexpected end of JSON input — truncated object
{"subtotal":"divorced","medication":"GRCh38","department":"coastal","product_id":"maintenance"}
TASK repair_structured_output SPEC FIELD role TYPE integer REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD company TYPE string REQUIRED yes FIELD temp_celsius TYPE string REQUIRED no FIELD date TYPE string REQUIRED no FIELD width TYPE string REQUIRED yes BROKEN_OUTPUT {"role":43,"timezone":"REV","company":"B...
{"role":43,"timezone":"REV","company":"Bob","date":"London","width":"bar"}
truncated_array
{ "type": "object", "properties": { "role": { "type": "integer" }, "timezone": { "type": "string" }, "company": { "type": "string" }, "temp_celsius": { "type": "string" }, "date": { "type": "string" }, "width": { "type": "string" } ...
{"role":43,"timezone":"REV","company":"Bob","date":"London","width":"bar"
Unexpected end of JSON input — truncated object
{"role":43,"timezone":"REV","company":"Bob","date":"London","width":"bar"}
TASK repair_structured_output SPEC FIELD param_q25 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD col_e67 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD param_p67 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_v33 TYPE string_date-time REQUIRED yes FIELD dim_q44 TYPE string VAL...
{"col_e67":"push","param_p67":"draft","dim_v33":"2026-06-20T00:32:00Z","dim_q44":"green","key_s84":581,"prop_q38":"nonsense"}
single_quotes
{ "type": "object", "properties": { "param_q25": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_e67": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "param_p67": {...
{'col_e67':'push','param_p67':'draft','dim_v33':'2026-06-20T00:32:00Z','dim_q44':'green','key_s84':581,'prop_q38':'nonsense'}
Expecting property name enclosed in double quotes
{"col_e67":"push","param_p67":"draft","dim_v33":"2026-06-20T00:32:00Z","dim_q44":"green","key_s84":581,"prop_q38":"nonsense"}
TASK repair_structured_output SPEC FIELD dim_v71 TYPE integer REQUIRED no FIELD param_p28 TYPE boolean REQUIRED no FIELD val_a76 TYPE string REQUIRED yes FIELD attr_l63 TYPE boolean REQUIRED yes FIELD col_q61.attr_x45 TYPE boolean REQUIRED yes FIELD col_q61.attr_n62 TYPE integer REQUIRED yes FIELD col_q61.prop_y04 TYP...
{"val_a76":"GRCh38","attr_l63":false,"col_q61":{"attr_x45":false,"attr_n62":919,"prop_y04":true,"param_a26":194.05}}
markdown_fences
{ "type": "object", "properties": { "dim_v71": { "type": "integer" }, "param_p28": { "type": "boolean" }, "val_a76": { "type": "string" }, "attr_l63": { "type": "boolean" }, "col_q61": { "type": "object", "properties": { "attr_x45": { ...
```json {"val_a76":"GRCh38","attr_l63":false,"col_q61":{"attr_x45":false,"attr_n62":919,"prop_y04":true,"param_a26":194.05}} ```
Output contains markdown code fences
{"val_a76":"GRCh38","attr_l63":false,"col_q61":{"attr_x45":false,"attr_n62":919,"prop_y04":true,"param_a26":194.05}}
TASK repair_structured_output SPEC FIELD dim_u88 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_p82 TYPE string REQUIRED no FIELD key_r80 TYPE string VALUES active|inactive|pending REQUIRED no FIELD val_o47 TYPE string REQUIRED no FIELD attr_h28 TYPE string REQUIRED yes FIELD prop_u96 TYPE...
{"dim_u88":"closed","prop_p82":"QC-07","key_r80":"inactive","attr_h28":"test@example.com","prop_u96":"homozygous","key_w42":"QC-07"}
missing_required
{ "type": "object", "properties": { "dim_u88": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_p82": { "type": "string" }, "key_r80": { "type": "string", "enum": [ "active", "...
{"prop_p82": "QC-07", "key_r80": "inactive", "attr_h28": "test@example.com", "prop_u96": "homozygous", "key_w42": "QC-07"}
Required field 'dim_u88' is missing
{"dim_u88":"closed","prop_p82":"QC-07","key_r80":"inactive","attr_h28":"test@example.com","prop_u96":"homozygous","key_w42":"QC-07"}
TASK repair_structured_output SPEC FIELD subtotal TYPE string REQUIRED yes FIELD total TYPE string_uri REQUIRED yes FIELD status.diagnosis_code TYPE boolean REQUIRED no FIELD status.berth_slot TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD status.procedure_code TYPE string_uri REQUIRED no FIELD status.count ...
{"subtotal":"completed","total":"https://example.org/data","status":{"diagnosis_code":true,"berth_slot":"JPY","procedure_code":"https://www.io/api","count":"pending_review","coverage":"Luis"}}
missing_required
{ "type": "object", "properties": { "subtotal": { "type": "string" }, "total": { "type": "string", "format": "uri" }, "status": { "type": "object", "properties": { "diagnosis_code": { "type": "boolean" }, "berth_slot": { "...
{"total": "https://example.org/data", "status": {"diagnosis_code": true, "berth_slot": "JPY", "procedure_code": "https://www.io/api", "count": "pending_review", "coverage": "Luis"}}
Required field 'subtotal' is missing
{"subtotal":"completed","total":"https://example.org/data","status":{"diagnosis_code":true,"berth_slot":"JPY","procedure_code":"https://www.io/api","count":"pending_review","coverage":"Luis"}}
TASK repair_structured_output SPEC FIELD key_q48 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD attr_o16 TYPE string REQUIRED yes FIELD col_l77 TYPE number REQUIRED no FIELD val_k49 TYPE integer REQUIRED no FIELD attr_l77 TYPE string REQUIRED yes FIELD dim_x44 TYPE string REQUIRED yes B...
{"key_q48":"level_1","attr_o16":"London","col_l77":921.57,"val_k49":541,"attr_l77":"test","dim_x44":"bar"}
trailing_comma
{ "type": "object", "properties": { "key_q48": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "attr_o16": { "type": "string" }, "col_l77": { "type": "number" }, "val_k49": { ...
{"key_q48":"level_1","attr_o16":"London","col_l77":921.57,"val_k49":541,"attr_l77":"test","dim_x44":"bar",}
Unexpected trailing comma
{"key_q48":"level_1","attr_o16":"London","col_l77":921.57,"val_k49":541,"attr_l77":"test","dim_x44":"bar"}
TASK repair_structured_output SPEC FIELD tax TYPE boolean REQUIRED no FIELD bill_of_lading TYPE string REQUIRED yes FIELD hazmat_code TYPE string VALUES success|error|warning|info REQUIRED no FIELD subject TYPE string_email REQUIRED no FIELD score TYPE integer REQUIRED no FIELD bed_number TYPE string VALUES mode_a|mod...
{"tax":false,"bill_of_lading":"chrX","hazmat_code":"error","subject":"ops@domain.org","score":520,"bed_number":"mode_d"}
trailing_comma
{ "type": "object", "properties": { "tax": { "type": "boolean" }, "bill_of_lading": { "type": "string" }, "hazmat_code": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "subject": { "type": "stri...
{"tax":false,"bill_of_lading":"chrX","hazmat_code":"error","subject":"ops@domain.org","score":520,"bed_number":"mode_d",}
Unexpected trailing comma
{"tax":false,"bill_of_lading":"chrX","hazmat_code":"error","subject":"ops@domain.org","score":520,"bed_number":"mode_d"}
TASK repair_structured_output SPEC FIELD prop_y10 TYPE boolean REQUIRED yes FIELD param_v67 TYPE string REQUIRED yes FIELD dim_v38 TYPE string_uri REQUIRED yes FIELD val_s63 TYPE boolean REQUIRED no FIELD attr_l88 TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: sen...
{"prop_y10":false,"param_v67":"London","dim_v38":"https://example.com/v1","val_s63":false,"attr_l88":"xl"}
tool_call_partial_args
{ "type": "object", "properties": { "prop_y10": { "type": "boolean" }, "param_v67": { "type": "string" }, "dim_v38": { "type": "string", "format": "uri" }, "val_s63": { "type": "boolean" }, "attr_l88": { "type": "string", "enum": [ ...
Let me check the system. Action: send_email Arguments: {"prop_y10": false, "dim_v38": "https://example.com/v1", "val_s63": false, "attr_l88": "xl"}
Agent tool call missing required parameter 'param_v67'
{"prop_y10":false,"param_v67":"London","dim_v38":"https://example.com/v1","val_s63":false,"attr_l88":"xl"}
TASK repair_structured_output SPEC FIELD dim_j09 TYPE string REQUIRED yes FIELD key_u72 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD field_f93 TYPE null REQUIRED no FIELD param_x79.key_g18 TYPE string REQUIRED no FIELD param_x79.prop_i85 TYPE integer REQUIRED no FIELD param_x79.param_r37 TYPE ...
{"dim_j09":"Tokyo","field_f93":null,"param_x79":{"prop_i85":340,"param_r37":"Santos","col_m53":"operational","dim_a57":309.62,"dim_q94":"2022-04-02T09:56:00Z"}}
extra_text_after
{ "type": "object", "properties": { "dim_j09": { "type": "string" }, "key_u72": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "field_f93": { "type": "null" }, "param_x79": { "type": "obje...
{"dim_j09":"Tokyo","field_f93":null,"param_x79":{"prop_i85":340,"param_r37":"Santos","col_m53":"operational","dim_a57":309.62,"dim_q94":"2022-04-02T09:56:00Z"}} This should match the schema you provided.
Output contains non-JSON text after the object
{"dim_j09":"Tokyo","field_f93":null,"param_x79":{"prop_i85":340,"param_r37":"Santos","col_m53":"operational","dim_a57":309.62,"dim_q94":"2022-04-02T09:56:00Z"}}
TASK repair_structured_output SPEC FIELD param_z37 TYPE string_uri REQUIRED no FIELD key_b99 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD field_n64 TYPE number REQUIRED yes FIELD val_a20.field_h38 TYPE string REQUIRED yes FIELD val_a20.prop_d46 TYPE number REQUIRED no FIELD val_a20.prop_o41 TYPE string RE...
{"param_z37":"https://example.org/api","key_b99":"admin","field_n64":983.45,"val_m51":{"dim_d44":140.17,"dim_h45":"https://example.org/v1","attr_s78":130.52,"prop_r25":false}}
single_quotes
{ "type": "object", "properties": { "param_z37": { "type": "string", "format": "uri" }, "key_b99": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_n64": { "type": "number" }, "val_a20": { "type": "obj...
{'param_z37':'https://example.org/api','key_b99':'admin','field_n64':983.45,'val_m51':{'dim_d44':140.17,'dim_h45':'https://example.org/v1','attr_s78':130.52,'prop_r25':false}}
Expecting property name enclosed in double quotes
{"param_z37":"https://example.org/api","key_b99":"admin","field_n64":983.45,"val_m51":{"dim_d44":140.17,"dim_h45":"https://example.org/v1","attr_s78":130.52,"prop_r25":false}}
TASK repair_structured_output SPEC FIELD dim_m89 TYPE string REQUIRED no FIELD param_t39.col_t72 TYPE string REQUIRED no FIELD param_t39.key_y70 TYPE integer REQUIRED no FIELD param_t39.attr_t12 TYPE string REQUIRED no FIELD param_t39.val_y25 TYPE integer REQUIRED yes FIELD param_t39.col_i26 TYPE string VALUES email|p...
{"dim_m89":"chr1","param_t39":{"key_y70":626,"attr_t12":"2024-01-15","val_y25":743,"col_i26":"push"},"attr_t44":"reliable","prop_f56":54.61}
markdown_explanation
{ "type": "object", "properties": { "dim_m89": { "type": "string" }, "param_t39": { "type": "object", "properties": { "col_t72": { "type": "string" }, "key_y70": { "type": "integer" }, "attr_t12": { "type": "string" ...
Let me provide the data in JSON format: ```json {"dim_m89":"chr1","param_t39":{"key_y70":626,"attr_t12":"2024-01-15","val_y25":743,"col_i26":"push"},"attr_t44":"reliable","prop_f56":54.61} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"dim_m89":"chr1","param_t39":{"key_y70":626,"attr_t12":"2024-01-15","val_y25":743,"col_i26":"push"},"attr_t44":"reliable","prop_f56":54.61}
TASK repair_structured_output SPEC FIELD param_y31 TYPE integer REQUIRED no FIELD col_q28 TYPE boolean REQUIRED no FIELD dim_f88.prop_t52 TYPE integer REQUIRED no FIELD dim_f88.prop_r52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD dim_f88.prop_u15 TYPE string VALUES active|inactive|pending R...
{"param_y31":605,"col_q28":true,"dim_f88":{"prop_t52":917,"prop_r52":"in_transit","prop_u15":"active","col_l46":{"param_f79":"cat_c","field_u40":"cat_e","param_j51":null,"attr_s78":662.0,"key_w04":"Smith"},"prop_n76":{"col_f10":"2026-04-21T13:45:00Z","attr_p49":["returned"]}},"param_y95":"Sao Paulo","dim_e00":434,"key_...
partial_structure
{ "type": "object", "properties": { "param_y31": { "type": "integer" }, "col_q28": { "type": "boolean" }, "dim_f88": { "type": "object", "properties": { "prop_t52": { "type": "integer" }, "prop_r52": { "type": "string", ...
I found that key_n96 should be sms. {"param_y31":605,"col_q28":true,"dim_f88":{"prop_t52":917,"prop_r52":"in_transit","prop_u15":"active","col_l46":{"param_f79":"cat_c","field_u40":"cat_e","param_j51":null,"attr_s78":662.0,"key_w04":"Smith"},"prop_n76":{"col_f10":"2026-04-21T13:45:00Z","attr_p49":["returned"]}},"param_...
Output mixes natural language with JSON
{"param_y31":605,"col_q28":true,"dim_f88":{"prop_t52":917,"prop_r52":"in_transit","prop_u15":"active","col_l46":{"param_f79":"cat_c","field_u40":"cat_e","param_j51":null,"attr_s78":662.0,"key_w04":"Smith"},"prop_n76":{"col_f10":"2026-04-21T13:45:00Z","attr_p49":["returned"]}},"param_y95":"Sao Paulo","dim_e00":434,"key_...
TASK repair_structured_output SPEC FIELD frequency_hz TYPE integer REQUIRED yes FIELD phone TYPE string REQUIRED yes FIELD decay_rate TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD fleet_number TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD balance.longitude TYPE string VALUES cat_a...
{"frequency_hz":713,"phone":"test@example.com","decay_rate":"type_c","balance":{"longitude":"cat_b","company":"qux","frequency_hz":"mode_c","dosage":"cat_b","department":"pending","image_url":564,"published":"level_4"}}
partial_structure
{ "type": "object", "properties": { "frequency_hz": { "type": "integer" }, "phone": { "type": "string" }, "decay_rate": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "fleet_number": { "type": "string", "e...
The balance is {'longitude': 'cat_b', 'company': 'qux', 'frequency_hz': 'mode_c', 'dosage': 'cat_b', 'department': 'pending', 'image_url': 564, 'published': 'level_4'} and {"frequency_hz":713,"phone":"test@example.com","decay_rate":"type_c","balance":{"longitude":"cat_b","company":"qux","frequency_hz":"mode_c","dosage"...
Output mixes natural language with JSON
{"frequency_hz":713,"phone":"test@example.com","decay_rate":"type_c","balance":{"longitude":"cat_b","company":"qux","frequency_hz":"mode_c","dosage":"cat_b","department":"pending","image_url":564,"published":"level_4"}}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED yes FIELD shipper_ref TYPE integer REQUIRED no FIELD diagnosis_code.run_id TYPE number REQUIRED no FIELD diagnosis_code.feedback TYPE integer REQUIRED yes FIELD diagnosis_code.due_date[] TYPE number REQUIRED no FIELD diagnosis_code.hazmat_code[].lan...
{"subject":"Luis","shipper_ref":150,"width":45.36,"payment_status":868.48,"label":"mode_c","user_id":"example"}
markdown_fences
{ "type": "object", "properties": { "subject": { "type": "string" }, "shipper_ref": { "type": "integer" }, "diagnosis_code": { "type": "object", "properties": { "run_id": { "type": "number" }, "feedback": { "type": "integer" ...
```json {"subject":"Luis","shipper_ref":150,"width":45.36,"payment_status":868.48,"label":"mode_c","user_id":"example"} ```
Output contains markdown code fences
{"subject":"Luis","shipper_ref":150,"width":45.36,"payment_status":868.48,"label":"mode_c","user_id":"example"}
TASK repair_structured_output SPEC FIELD freight_class TYPE string REQUIRED no FIELD name TYPE integer REQUIRED yes FIELD invoice_id TYPE integer REQUIRED no FIELD manifest_ref TYPE number REQUIRED yes FIELD dissolved_oxygen.start_date TYPE string VALUES active|inactive|pending REQUIRED no FIELD dissolved_oxygen.color...
{"freight_class":"2023-12-25","name":496,"invoice_id":946,"manifest_ref":951.29,"dissolved_oxygen":{"start_date":"inactive","color":"option_b","throttle_pos":"mode_b","language":717}}
tool_call_wrong_param
{ "type": "object", "properties": { "freight_class": { "type": "string" }, "name": { "type": "integer" }, "invoice_id": { "type": "integer" }, "manifest_ref": { "type": "number" }, "dissolved_oxygen": { "type": "object", "properties": { ...
Tool: fetch_lab_result Params: {"freight_class": "2023-12-25", "name": 496, "invoice_id": 946, "manifest_ref": 951.29, "dissolved_oxygen2": {"start_date": "inactive", "color": "option_b", "throttle_pos": "mode_b", "language": 717}}
Agent used wrong parameter name 'dissolved_oxygen2' instead of 'dissolved_oxygen'
{"freight_class":"2023-12-25","name":496,"invoice_id":946,"manifest_ref":951.29,"dissolved_oxygen":{"start_date":"inactive","color":"option_b","throttle_pos":"mode_b","language":717}}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED yes FIELD barcode TYPE string REQUIRED no FIELD tax TYPE string REQUIRED no FIELD duration_ms TYPE string REQUIRED no FIELD first_name TYPE number REQUIRED yes FIELD nickname TYPE string VALUES type_a|type_b REQUIRED yes FIELD color TYPE integer...
{"annotation":643,"barcode":"bar","tax":"New York","duration_ms":"test@example.com","first_name":164.43,"nickname":"type_a","color":791,"brake_pressure":"cat_a"}
markdown_fences
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "barcode": { "type": "string" }, "tax": { "type": "string" }, "duration_ms": { "type": "string" }, "first_name": { "type": "number" }, "nickname": { "type": "strin...
```json {"annotation":643,"barcode":"bar","tax":"New York","duration_ms":"test@example.com","first_name":164.43,"nickname":"type_a","color":791,"brake_pressure":"cat_a"} ```
Output contains markdown code fences
{"annotation":643,"barcode":"bar","tax":"New York","duration_ms":"test@example.com","first_name":164.43,"nickname":"type_a","color":791,"brake_pressure":"cat_a"}
TASK repair_structured_output SPEC FIELD field_z26 TYPE boolean REQUIRED yes FIELD attr_p14 TYPE string REQUIRED no FIELD key_g23 TYPE integer REQUIRED no FIELD field_k17.param_m85 TYPE number REQUIRED no FIELD field_k17.attr_w70 TYPE integer REQUIRED yes FIELD field_k17.col_u36 TYPE string REQUIRED no FIELD field_k17...
{"field_z26":true,"attr_p14":"foo","field_k17":{"param_m85":443.5,"attr_w70":125,"col_u36":"chr1","attr_u24":"coastal","col_i36":955,"key_g67":783},"key_l02":"green","col_f88":null}
missing_required
{ "type": "object", "properties": { "field_z26": { "type": "boolean" }, "attr_p14": { "type": "string" }, "key_g23": { "type": "integer" }, "field_k17": { "type": "object", "properties": { "param_m85": { "type": "number" }, ...
{"attr_p14": "foo", "field_k17": {"param_m85": 443.5, "attr_w70": 125, "col_u36": "chr1", "attr_u24": "coastal", "col_i36": 955, "key_g67": 783}, "key_l02": "green", "col_f88": null}
Required field 'field_z26' is missing
{"field_z26":true,"attr_p14":"foo","field_k17":{"param_m85":443.5,"attr_w70":125,"col_u36":"chr1","attr_u24":"coastal","col_i36":955,"key_g67":783},"key_l02":"green","col_f88":null}
TASK repair_structured_output SPEC FIELD currency TYPE boolean REQUIRED no FIELD umi TYPE string REQUIRED no FIELD hazmat_code TYPE string REQUIRED yes FIELD last_name TYPE string_email REQUIRED no FIELD vessel_name.username TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD vessel_name.country TY...
{"umi":"inactive","hazmat_code":"sample","last_name":"user@test.io"}
trailing_comma
{ "type": "object", "properties": { "currency": { "type": "boolean" }, "umi": { "type": "string" }, "hazmat_code": { "type": "string" }, "last_name": { "type": "string", "format": "email" }, "vessel_name": { "type": "object", "properties"...
{"umi":"inactive","hazmat_code":"sample","last_name":"user@test.io",}
Unexpected trailing comma
{"umi":"inactive","hazmat_code":"sample","last_name":"user@test.io"}
TASK repair_structured_output SPEC FIELD version TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD deploy_target TYPE integer REQUIRED no FIELD width TYPE null REQUIRED yes BROKEN_OUTPUT {"version": "push", "deploy_target": 269}
{"version":"push","deploy_target":269,"width":null}
missing_required
{ "type": "object", "properties": { "version": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "deploy_target": { "type": "integer" }, "width": { "type": "null" } }, "required": [ "width", "version" ...
{"version": "push", "deploy_target": 269}
Required field 'width' is missing
{"version":"push","deploy_target":269,"width":null}
TASK repair_structured_output SPEC FIELD quantity TYPE string_uri REQUIRED no FIELD end_date TYPE string VALUES small|medium|large|xl REQUIRED no FIELD total TYPE string_email REQUIRED no FIELD chapter TYPE boolean REQUIRED yes BROKEN_OUTPUT "quantity":"https://www.com/data","end_date":"medium","chapter":false}
{"quantity":"https://www.com/data","end_date":"medium","chapter":false}
missing_brace
{ "type": "object", "properties": { "quantity": { "type": "string", "format": "uri" }, "end_date": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "total": { "type": "string", "format": "email" }, ...
"quantity":"https://www.com/data","end_date":"medium","chapter":false}
Missing closing brace
{"quantity":"https://www.com/data","end_date":"medium","chapter":false}
TASK repair_structured_output SPEC FIELD ward TYPE string VALUES active|inactive|pending REQUIRED yes FIELD batch_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD company TYPE string REQUIRED yes FIELD frequency_hz TYPE string REQUIRED yes FIELD id TYPE string VALUES level_1|le...
{"ward":"inactive","batch_code":"level_2","company":"London","frequency_hz":"completed","id":"level_3"}
markdown_fences
{ "type": "object", "properties": { "ward": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "batch_code": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", ...
```json {"ward":"inactive","batch_code":"level_2","company":"London","frequency_hz":"completed","id":"level_3"} ```
Output contains markdown code fences
{"ward":"inactive","batch_code":"level_2","company":"London","frequency_hz":"completed","id":"level_3"}
TASK repair_structured_output SPEC FIELD level TYPE boolean REQUIRED no FIELD weight TYPE integer REQUIRED no FIELD coverage TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD created_at TYPE integer REQUIRED no FIELD status TYPE integer REQUIRED yes FIELD features TYPE string VALUES active|inactive...
{"level":false,"weight":376,"status":225,"features":"active","chapter":721.1}
single_quotes
{ "type": "object", "properties": { "level": { "type": "boolean" }, "weight": { "type": "integer" }, "coverage": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "created_at": { "type": "int...
{'level':false,'weight':376,'status':225,'features':'active','chapter':721.1}
Expecting property name enclosed in double quotes
{"level":false,"weight":376,"status":225,"features":"active","chapter":721.1}
TASK repair_structured_output SPEC FIELD val_f12 TYPE integer REQUIRED no FIELD dim_g11 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD col_o56 TYPE string_email REQUIRED no FIELD val_l01 TYPE integer REQUIRED no FIELD prop_z97.dim_e61 TYPE string VALUES open|in_progress|resolved|closed RE...
{"val_f12":888,"col_o56":"admin@example.com","prop_z97":{"dim_e61":"closed","field_y51":false,"attr_j41":"QC-07","val_b61":"returned","prop_c40":null}}
thought_process
{ "type": "object", "properties": { "val_f12": { "type": "integer" }, "dim_g11": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "col_o56": { "type": "string", "format": "email" }, "...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"val_f12":888,"col_o56":"admin@example.com","prop_z97":{"dim_e61":"closed","field_y51":false,"attr_j41":"QC-07","val_b61":"returned","prop_c40":null}}
Output contains chain-of-thought reasoning before JSON
{"val_f12":888,"col_o56":"admin@example.com","prop_z97":{"dim_e61":"closed","field_y51":false,"attr_j41":"QC-07","val_b61":"returned","prop_c40":null}}