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 yield_pct TYPE integer REQUIRED no FIELD pressure_kpa TYPE string_date-time REQUIRED yes FIELD level.bill_of_lading TYPE string VALUES level_1|level_2 REQUIRED no FIELD level.description TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD level.account_...
{"yield_pct":898,"pressure_kpa":"2021-08-15T00:33:00Z"}
markdown_fences
{ "type": "object", "properties": { "yield_pct": { "type": "integer" }, "pressure_kpa": { "type": "string", "format": "date-time" }, "level": { "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ ...
```json {"yield_pct":898,"pressure_kpa":"2021-08-15T00:33:00Z"} ```
Output contains markdown code fences
{"yield_pct":898,"pressure_kpa":"2021-08-15T00:33:00Z"}
TASK repair_structured_output SPEC FIELD prop_x74 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD key_w59 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD prop_q01 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"prop_x74": "new", "key_w59": "error", "prop_q01": "2024-09-28T14...
{"prop_x74":"open","key_w59":"error","prop_q01":"2024-09-28T14:13:00Z"}
synonym_enum
{ "type": "object", "properties": { "prop_x74": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "key_w59": { "type": "string", "enum": [ "success", "error", "warning", "info" ...
{"prop_x74": "new", "key_w59": "error", "prop_q01": "2024-09-28T14:13:00Z"}
Field 'prop_x74' has synonym 'new' instead of valid enum value
{"prop_x74":"open","key_w59":"error","prop_q01":"2024-09-28T14:13:00Z"}
TASK repair_structured_output SPEC FIELD val_w66 TYPE boolean REQUIRED yes FIELD field_h00 TYPE integer REQUIRED no FIELD param_c07.key_i92 TYPE integer REQUIRED no FIELD param_c07.col_t52 TYPE string REQUIRED no FIELD param_c07.field_g31 TYPE string REQUIRED no FIELD param_c07.prop_x46 TYPE string REQUIRED no FIELD p...
{"val_w66":false,"param_c07":{"key_i92":271,"col_t52":"baz","field_g31":"PASS","attr_n88":832,"col_r04":"baz","prop_d77":{"key_l16":"2026-04-28T02:05:00Z","col_d05":22.56,"attr_g06":354,"attr_m68":236},"val_d72":"2023-12-08T04:11:00Z"},"prop_z81":{"val_p82":"admin@test.io","param_p63":"GRCh38","val_w51":374,"val_b01":"...
markdown_fences
{ "type": "object", "properties": { "val_w66": { "type": "boolean" }, "field_h00": { "type": "integer" }, "param_c07": { "type": "object", "properties": { "key_i92": { "type": "integer" }, "col_t52": { "type": "string" }...
```json {"val_w66":false,"param_c07":{"key_i92":271,"col_t52":"baz","field_g31":"PASS","attr_n88":832,"col_r04":"baz","prop_d77":{"key_l16":"2026-04-28T02:05:00Z","col_d05":22.56,"attr_g06":354,"attr_m68":236},"val_d72":"2023-12-08T04:11:00Z"},"prop_z81":{"val_p82":"admin@test.io","param_p63":"GRCh38","val_w51":374,"va...
Output contains markdown code fences
{"val_w66":false,"param_c07":{"key_i92":271,"col_t52":"baz","field_g31":"PASS","attr_n88":832,"col_r04":"baz","prop_d77":{"key_l16":"2026-04-28T02:05:00Z","col_d05":22.56,"attr_g06":354,"attr_m68":236},"val_d72":"2023-12-08T04:11:00Z"},"prop_z81":{"val_p82":"admin@test.io","param_p63":"GRCh38","val_w51":374,"val_b01":"...
TASK repair_structured_output SPEC FIELD prop_d95 TYPE string REQUIRED yes FIELD val_l98 TYPE string REQUIRED no FIELD param_f84 TYPE integer REQUIRED yes FIELD dim_v25 TYPE boolean REQUIRED yes FIELD field_x20 TYPE string REQUIRED yes FIELD dim_v49.col_u68 TYPE string REQUIRED no FIELD dim_v49.field_z05 TYPE boolean ...
{"prop_d95":"This is a test value.","val_l98":"Luis","param_f84":132,"dim_v25":true,"field_x20":"2024-01-15","dim_v49":{"field_z05":false,"field_r83":550.77,"val_a42":746.79,"dim_u98":[true,false]},"dim_o47":"Bob"}
missing_required
{ "type": "object", "properties": { "prop_d95": { "type": "string" }, "val_l98": { "type": "string" }, "param_f84": { "type": "integer" }, "dim_v25": { "type": "boolean" }, "field_x20": { "type": "string" }, "dim_v49": { "type": "object...
{"val_l98": "Luis", "param_f84": 132, "dim_v25": true, "field_x20": "2024-01-15", "dim_v49": {"field_z05": false, "field_r83": 550.77, "val_a42": 746.79, "dim_u98": [true, false]}, "dim_o47": "Bob"}
Required field 'prop_d95' is missing
{"prop_d95":"This is a test value.","val_l98":"Luis","param_f84":132,"dim_v25":true,"field_x20":"2024-01-15","dim_v49":{"field_z05":false,"field_r83":550.77,"val_a42":746.79,"dim_u98":[true,false]},"dim_o47":"Bob"}
TASK repair_structured_output SPEC FIELD trace_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD dissolved_oxygen TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD item_id.company TYPE string VALUES email|phone|sms|push REQUIRED no FIELD item_id.price TYPE boolean ...
{"trace_id":"underway","dissolved_oxygen":"escalated","voltage":"Johnson","quantity":531}
markdown_fences
{ "type": "object", "properties": { "trace_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "dissolved_oxygen": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected"...
```json {"trace_id":"underway","dissolved_oxygen":"escalated","voltage":"Johnson","quantity":531} ```
Output contains markdown code fences
{"trace_id":"underway","dissolved_oxygen":"escalated","voltage":"Johnson","quantity":531}
TASK repair_structured_output SPEC FIELD param_x30 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_e02 TYPE string_uri REQUIRED yes FIELD prop_z72 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD key_f30.param_a15 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_f30.col_l26 TYP...
{"param_x30":"admin","prop_e02":"https://data.io/data","prop_z72":"inactive","key_f30":{"param_a15":"xl","col_l26":429,"col_b02":385.07},"field_u15":{"key_o45":"https://api.org/v1","col_k38":201.57,"param_c42":858}}
unquoted_keys
{ "type": "object", "properties": { "param_x30": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_e02": { "type": "string", "format": "uri" }, "prop_z72": { "type": "string", "enum": [ "active", ...
{param_x30:"admin",prop_e02:"https://data.io/data",prop_z72:"inactive",key_f30:{param_a15:"xl",col_l26:429,col_b02:385.07},field_u15:{key_o45:"https://api.org/v1",col_k38:201.57,param_c42:858}}
Expecting property name enclosed in double quotes
{"param_x30":"admin","prop_e02":"https://data.io/data","prop_z72":"inactive","key_f30":{"param_a15":"xl","col_l26":429,"col_b02":385.07},"field_u15":{"key_o45":"https://api.org/v1","col_k38":201.57,"param_c42":858}}
TASK repair_structured_output SPEC FIELD col_t67 TYPE integer REQUIRED yes FIELD dim_s50 TYPE string REQUIRED no FIELD col_y66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_j16 TYPE string REQUIRED yes FIELD key_h21 TYPE boolean REQUIRED no FIELD dim_a48 TYPE string VALUES reliable|unstable|intermitte...
{"col_t67":339,"dim_s50":"This is a test value.","col_y66":"EUR","param_j16":"chrX","key_s60":{"field_p83":"blue","attr_t39":{"val_m29":526,"prop_p67":176,"prop_r66":"foo","prop_l50":"https://data.org/api","key_u65":"Sao Paulo","param_q64":317,"prop_t02":null},"attr_p63":"qux","prop_h00":"FWD"}}
null_required
{ "type": "object", "properties": { "col_t67": { "type": "integer" }, "dim_s50": { "type": "string" }, "col_y66": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_j16": { "type": "strin...
{"col_t67": 339, "dim_s50": "This is a test value.", "col_y66": "EUR", "param_j16": "chrX", "key_s60": null}
Required field 'key_s60' is null
{"col_t67":339,"dim_s50":"This is a test value.","col_y66":"EUR","param_j16":"chrX","key_s60":{"field_p83":"blue","attr_t39":{"val_m29":526,"prop_p67":176,"prop_r66":"foo","prop_l50":"https://data.org/api","key_u65":"Sao Paulo","param_q64":317,"prop_t02":null},"attr_p63":"qux","prop_h00":"FWD"}}
TASK repair_structured_output SPEC FIELD key_q83 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD field_o74 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_n75 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD param_o99 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e...
{"key_q83":"red","field_o74":"draft","param_n75":"mode_a","dim_e25":939,"attr_u31":352.0}
markdown_fences
{ "type": "object", "properties": { "key_q83": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "field_o74": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
```json {"key_q83":"red","field_o74":"draft","param_n75":"mode_a","dim_e25":939,"attr_u31":352.0} ```
Output contains markdown code fences
{"key_q83":"red","field_o74":"draft","param_n75":"mode_a","dim_e25":939,"attr_u31":352.0}
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES active|inactive|pending REQUIRED no FIELD score TYPE boolean REQUIRED no FIELD humidity_pct TYPE string REQUIRED no FIELD strand TYPE string REQUIRED no FIELD vessel_name TYPE string REQUIRED yes FIELD maturity_date TYPE null REQUIRED no FIELD al...
{"score":true,"humidity_pct":"example","vessel_name":"approved","maturity_date":null,"aligned_pct":"synonymous","shipping":"success"}
markdown_explanation
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "score": { "type": "boolean" }, "humidity_pct": { "type": "string" }, "strand": { "type": "string" }, ...
Sensor output follows: ```json {"score":true,"humidity_pct":"example","vessel_name":"approved","maturity_date":null,"aligned_pct":"synonymous","shipping":"success"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"score":true,"humidity_pct":"example","vessel_name":"approved","maturity_date":null,"aligned_pct":"synonymous","shipping":"success"}
TASK repair_structured_output SPEC FIELD val_u85 TYPE string REQUIRED no FIELD attr_a43.val_a20 TYPE string REQUIRED yes FIELD attr_a43.prop_k33 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_a43.dim_v47 TYPE integer REQUIRED no FIELD attr_a43.param_y51 TYPE string_email REQUIRED no FIELD dim_u91 TYPE s...
{"attr_a43":{"val_a20":"London","dim_v47":401,"param_y51":"user@domain.org"},"dim_u91":"active","col_y01":441.65,"col_v58":"user@test.io","key_y96":18}
thought_process
{ "type": "object", "properties": { "val_u85": { "type": "string" }, "attr_a43": { "type": "object", "properties": { "val_a20": { "type": "string" }, "prop_k33": { "type": "string", "enum": [ "admin", "editor...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"attr_a43":{"val_a20":"London","dim_v47":401,"param_y51":"user@domain.org"},"dim_u91":"active","col_y01":441.65,"col_v58":"user@test.io","key_y96":18}
Output contains chain-of-thought reasoning before JSON
{"attr_a43":{"val_a20":"London","dim_v47":401,"param_y51":"user@domain.org"},"dim_u91":"active","col_y01":441.65,"col_v58":"user@test.io","key_y96":18}
TASK repair_structured_output SPEC FIELD priority TYPE string REQUIRED yes FIELD throttle_pos TYPE integer REQUIRED yes FIELD color.published TYPE boolean REQUIRED yes FIELD color.currency TYPE integer REQUIRED yes FIELD color.insurance_id TYPE string REQUIRED yes FIELD hazmat_code TYPE number REQUIRED no BROKEN_OUTP...
{"priority":"sample","throttle_pos":517,"color":{"published":false,"currency":861,"insurance_id":"Oliveira"}}
tool_call_python_syntax
{ "type": "object", "properties": { "priority": { "type": "string" }, "throttle_pos": { "type": "integer" }, "color": { "type": "object", "properties": { "published": { "type": "boolean" }, "currency": { "type": "integer" ...
send_email(priority='sample', throttle_pos=517, color={'published': False, 'currency': 861, 'insurance_id': 'Oliveira'})
Tool call uses Python syntax instead of JSON
{"priority":"sample","throttle_pos":517,"color":{"published":false,"currency":861,"insurance_id":"Oliveira"}}
TASK repair_structured_output SPEC FIELD price TYPE number REQUIRED yes FIELD length TYPE null REQUIRED no FIELD gene_id TYPE string REQUIRED no FIELD weight TYPE number REQUIRED no FIELD organism TYPE string REQUIRED no FIELD current_draw TYPE null REQUIRED no FIELD updated_at TYPE string REQUIRED yes BROKEN_OUTPUT ...
{"price":103.6,"length":null,"gene_id":"Smith","weight":695.57,"organism":"Smith","updated_at":"This is a test value."}
tool_call_wrong_param
{ "type": "object", "properties": { "price": { "type": "number" }, "length": { "type": "null" }, "gene_id": { "type": "string" }, "weight": { "type": "number" }, "organism": { "type": "string" }, "current_draw": { "type": "null" }, ...
Tool: get_account Params: {"price": 103.6, "length": null, "weight": 695.57, "organism": "Smith", "updated_at": "This is a test value.", "gene_id_name": "Smith"}
Agent used wrong parameter name 'gene_id_name' instead of 'gene_id'
{"price":103.6,"length":null,"gene_id":"Smith","weight":695.57,"organism":"Smith","updated_at":"This is a test value."}
TASK repair_structured_output SPEC FIELD altitude TYPE string VALUES cat_a|cat_b REQUIRED no FIELD role TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD bed_number TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD aligned_pct TYPE string_date-time REQUIRED yes FIELD published TYPE n...
{"altitude":"cat_b","role":"cat_a","aligned_pct":"2023-01-27T05:01:00Z","published":null,"features":"option_b"}
truncated_array
{ "type": "object", "properties": { "altitude": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "role": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "bed_number": { "type": "string", "enum": [ "lev...
{"altitude":"cat_b","role":"cat_a","aligned_pct":"2023-01-27T05:01:00Z","published":null,"features":"option_b"
Unexpected end of JSON input — truncated object
{"altitude":"cat_b","role":"cat_a","aligned_pct":"2023-01-27T05:01:00Z","published":null,"features":"option_b"}
TASK repair_structured_output SPEC FIELD field_o54 TYPE string REQUIRED no FIELD attr_l79 TYPE null REQUIRED no FIELD field_q07 TYPE integer REQUIRED yes FIELD key_l39 TYPE string_uri REQUIRED no FIELD attr_w29 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"attr_l79": null, "field_q07": null, "key_l39": "https://example...
{"attr_l79":null,"field_q07":341,"key_l39":"https://example.com/data","attr_w29":"https://api.com/v1"}
null_required
{ "type": "object", "properties": { "field_o54": { "type": "string" }, "attr_l79": { "type": "null" }, "field_q07": { "type": "integer" }, "key_l39": { "type": "string", "format": "uri" }, "attr_w29": { "type": "string", "format": "uri" ...
{"attr_l79": null, "field_q07": null, "key_l39": "https://example.com/data", "attr_w29": "https://api.com/v1"}
Required field 'field_q07' is null
{"attr_l79":null,"field_q07":341,"key_l39":"https://example.com/data","attr_w29":"https://api.com/v1"}
TASK repair_structured_output SPEC FIELD name TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD gene_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD catalyst TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD ph_level TYPE string REQUIRED no BROKEN_OUTPUT Let me check...
{"name":"small","gene_id":"BRL","catalyst":"missense"}
tool_call_partial_args
{ "type": "object", "properties": { "name": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "gene_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, ...
Let me check the system. Action: queue_sequencing_run Arguments: {"name": "small", "gene_id": "BRL"}
Agent tool call missing required parameter 'catalyst'
{"name":"small","gene_id":"BRL","catalyst":"missense"}
TASK repair_structured_output SPEC FIELD tags TYPE integer REQUIRED yes FIELD catalyst TYPE string VALUES success|error|warning|info REQUIRED no FIELD wavelength TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD current_draw TYPE string REQUIRED yes FIELD gene_id TYPE null REQUIRED yes BROKEN_OUTPUT {'...
{"tags":171,"catalyst":"info","wavelength":"option_b","current_draw":"bar","gene_id":null}
single_quotes
{ "type": "object", "properties": { "tags": { "type": "integer" }, "catalyst": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "wavelength": { "type": "string", "enum": [ "option_a", "opt...
{'tags':171,'catalyst':'info','wavelength':'option_b','current_draw':'bar','gene_id':null}
Expecting property name enclosed in double quotes
{"tags":171,"catalyst":"info","wavelength":"option_b","current_draw":"bar","gene_id":null}
TASK repair_structured_output SPEC FIELD attr_s59 TYPE boolean REQUIRED no FIELD param_m41 TYPE string REQUIRED no FIELD prop_t38 TYPE null REQUIRED no FIELD param_x52 TYPE string REQUIRED no FIELD key_v42 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_s59": false, "param_m41": "A short description.", "prop_t38": null...
{"attr_s59":false,"param_m41":"A short description.","prop_t38":null,"key_v42":"Silva"}
null_required
{ "type": "object", "properties": { "attr_s59": { "type": "boolean" }, "param_m41": { "type": "string" }, "prop_t38": { "type": "null" }, "param_x52": { "type": "string" }, "key_v42": { "type": "string" } }, "required": [ "key_v42" ] }
{"attr_s59": false, "param_m41": "A short description.", "prop_t38": null, "key_v42": null}
Required field 'key_v42' is null
{"attr_s59":false,"param_m41":"A short description.","prop_t38":null,"key_v42":"Silva"}
TASK repair_structured_output SPEC FIELD param_l98.col_j61 TYPE string_date-time REQUIRED no FIELD param_l98.col_n46 TYPE integer REQUIRED yes FIELD param_l98.param_x82 TYPE integer REQUIRED yes FIELD param_v64 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_q37 TYPE integer REQUIRED no FIELD attr_...
{"param_l98":{"col_j61":"2022-08-23T14:46:00Z","col_n46":398,"param_x82":488},"param_v64":"pro","attr_h49":"large","dim_j54":484}
markdown_explanation
{ "type": "object", "properties": { "param_l98": { "type": "object", "properties": { "col_j61": { "type": "string", "format": "date-time" }, "col_n46": { "type": "integer" }, "param_x82": { "type": "integer" } ...
Pipeline result: ```json {"param_l98":{"col_j61":"2022-08-23T14:46:00Z","col_n46":398,"param_x82":488},"param_v64":"pro","attr_h49":"large","dim_j54":484} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"param_l98":{"col_j61":"2022-08-23T14:46:00Z","col_n46":398,"param_x82":488},"param_v64":"pro","attr_h49":"large","dim_j54":484}
TASK repair_structured_output SPEC FIELD attr_p88 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD param_b55 TYPE integer REQUIRED no FIELD prop_z75 TYPE number REQUIRED no BROKEN_OUTPUT Let me check the system. Action: update_record Result: {"attr_p88": "closed"} Processing the request now. Ac...
{"attr_p88":"closed","param_b55":450}
agent_chain
{ "type": "object", "properties": { "attr_p88": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_b55": { "type": "integer" }, "prop_z75": { "type": "number" } }, "required": [ "attr_p88...
Let me check the system. Action: update_record Result: {"attr_p88": "closed"} Processing the request now. Action: apply_discount Result:
Agent multi-step chain with truncated tool output
{"attr_p88":"closed","param_b55":450}
TASK repair_structured_output SPEC FIELD val_a92 TYPE boolean REQUIRED no FIELD attr_t12 TYPE number REQUIRED no FIELD param_r15 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_o06 TYPE string REQUIRED no FIELD attr_u71.attr_v93 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED...
{"val_a92":false,"attr_t12":386.4,"param_r15":"inland","key_o06":"Paris","attr_u71":{"attr_v93":"nonsense","field_a01":859,"col_m58":"admin@domain.org","param_j07":"level_1","prop_f23":"type_c"},"val_p37":{"col_d86":"level_3","val_e00":415,"key_d53":"2023-12-25","val_a04":182.3,"col_m83":920}}
tool_call_partial_args
{ "type": "object", "properties": { "val_a92": { "type": "boolean" }, "attr_t12": { "type": "number" }, "param_r15": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_o06": { "type": "strin...
I need to look up the information first. Action: delete_item Arguments: {"val_a92": false, "attr_t12": 386.4, "param_r15": "inland", "key_o06": "Paris", "val_p37": {"col_d86": "level_3", "val_e00": 415, "key_d53": "2023-12-25", "val_a04": 182.3, "col_m83": 920}}
Agent tool call missing required parameter 'attr_u71'
{"val_a92":false,"attr_t12":386.4,"param_r15":"inland","key_o06":"Paris","attr_u71":{"attr_v93":"nonsense","field_a01":859,"col_m58":"admin@domain.org","param_j07":"level_1","prop_f23":"type_c"},"val_p37":{"col_d86":"level_3","val_e00":415,"key_d53":"2023-12-25","val_a04":182.3,"col_m83":920}}
TASK repair_structured_output SPEC FIELD col_l52 TYPE string_date-time REQUIRED yes FIELD prop_x91 TYPE boolean REQUIRED yes FIELD dim_q57 TYPE integer REQUIRED no FIELD field_z56 TYPE string REQUIRED no FIELD prop_c07 TYPE integer REQUIRED yes FIELD col_t64.prop_p51 TYPE string_uri REQUIRED no FIELD col_t64.param_t96...
{"col_l52":"2022-06-01T15:56:00Z","prop_x91":false,"dim_q57":424,"prop_c07":191,"attr_u48":"mode_d"}
markdown_fences
{ "type": "object", "properties": { "col_l52": { "type": "string", "format": "date-time" }, "prop_x91": { "type": "boolean" }, "dim_q57": { "type": "integer" }, "field_z56": { "type": "string" }, "prop_c07": { "type": "integer" }, "col_...
```json {"col_l52":"2022-06-01T15:56:00Z","prop_x91":false,"dim_q57":424,"prop_c07":191,"attr_u48":"mode_d"} ```
Output contains markdown code fences
{"col_l52":"2022-06-01T15:56:00Z","prop_x91":false,"dim_q57":424,"prop_c07":191,"attr_u48":"mode_d"}
TASK repair_structured_output SPEC FIELD val_q43 TYPE string REQUIRED no FIELD field_q00 TYPE string REQUIRED yes FIELD val_m12.field_o32 TYPE string REQUIRED yes FIELD val_m12.param_e92 TYPE null REQUIRED no FIELD val_m12.key_i15[].key_m39 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FI...
{"val_q43":"pending","field_q00":"2024-06-30","val_m12":{"field_o32":"cancelled","key_i15":[{"key_m39":"escalated","field_x45":"success","prop_t36":"https://example.org/v1","val_q73":"heterozygous"},{"key_m39":"rejected","field_x45":"warning","prop_t36":"https://data.io/data"},{"key_m39":"escalated","field_x45":"succes...
null_required
{ "type": "object", "properties": { "val_q43": { "type": "string" }, "field_q00": { "type": "string" }, "val_m12": { "type": "object", "properties": { "field_o32": { "type": "string" }, "param_e92": { "type": "null" }, ...
{"val_q43": "pending", "field_q00": "2024-06-30", "val_m12": null, "prop_b46": {"val_x69": "pending_review", "field_a09": "new", "attr_x79": "low", "attr_u65": 561, "val_x72": 622}}
Required field 'val_m12' is null
{"val_q43":"pending","field_q00":"2024-06-30","val_m12":{"field_o32":"cancelled","key_i15":[{"key_m39":"escalated","field_x45":"success","prop_t36":"https://example.org/v1","val_q73":"heterozygous"},{"key_m39":"rejected","field_x45":"warning","prop_t36":"https://data.io/data"},{"key_m39":"escalated","field_x45":"succes...
TASK repair_structured_output SPEC FIELD salinity TYPE string VALUES admin|editor|viewer REQUIRED no FIELD repository TYPE number REQUIRED yes FIELD values TYPE null REQUIRED yes BROKEN_OUTPUT {salinity:"editor",repository:720.57,values:null}
{"salinity":"editor","repository":720.57,"values":null}
unquoted_keys
{ "type": "object", "properties": { "salinity": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "repository": { "type": "number" }, "values": { "type": "null" } }, "required": [ "values", "repository" ] }
{salinity:"editor",repository:720.57,values:null}
Expecting property name enclosed in double quotes
{"salinity":"editor","repository":720.57,"values":null}
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES draft|published|archived REQUIRED no FIELD chapter TYPE string REQUIRED yes FIELD image_url TYPE string_uri REQUIRED no FIELD id TYPE boolean REQUIRED no FIELD barcode TYPE string_email REQUIRED no FIELD company TYPE string_date-time REQUIRED no FIELD ...
{"strand":"published","chapter":"London","image_url":"https://data.org/v1","id":true,"barcode":"test@example.com","company":"2021-05-22T01:32:00Z","maturity_date":false,"level":false}
extra_text_after
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "chapter": { "type": "string" }, "image_url": { "type": "string", "format": "uri" }, "id": { "type": "boolea...
{"strand":"published","chapter":"London","image_url":"https://data.org/v1","id":true,"barcode":"test@example.com","company":"2021-05-22T01:32:00Z","maturity_date":false,"level":false} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"strand":"published","chapter":"London","image_url":"https://data.org/v1","id":true,"barcode":"test@example.com","company":"2021-05-22T01:32:00Z","maturity_date":false,"level":false}
TASK repair_structured_output SPEC FIELD field_g80 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD col_v49 TYPE integer REQUIRED no FIELD attr_j73 TYPE number REQUIRED yes BROKEN_OUTPUT {"field_g80": "invalid_option_362", "col_v49": 896, "attr_j73": 680.61}
{"field_g80":"intermittent","col_v49":896,"attr_j73":680.61}
invalid_enum
{ "type": "object", "properties": { "field_g80": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_v49": { "type": "integer" }, "attr_j73": { "type": "number" } }, "required": [ "field_g80", "attr_...
{"field_g80": "invalid_option_362", "col_v49": 896, "attr_j73": 680.61}
Field 'field_g80' has invalid enum value 'invalid_option_362', expected one of ['reliable', 'unstable', 'intermittent']
{"field_g80":"intermittent","col_v49":896,"attr_j73":680.61}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES draft|published|archived REQUIRED yes FIELD dosage TYPE string VALUES low|medium|high|critical REQUIRED no FIELD insurance_id TYPE boolean REQUIRED yes FIELD section TYPE string REQUIRED yes FIELD balance TYPE string REQUIRED no FIELD category TYPE str...
{"rating":"draft","dosage":"critical","insurance_id":false,"section":"bar","balance":"Silva","category":"2024-01-15","url":703,"duration_ms":"arctic"}
tool_call_partial_args
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "dosage": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "insuranc...
Let me check the system. Action: create_ticket Arguments: {"dosage": "critical", "insurance_id": false, "section": "bar", "balance": "Silva", "category": "2024-01-15", "url": 703, "duration_ms": "arctic"}
Agent tool call missing required parameter 'rating'
{"rating":"draft","dosage":"critical","insurance_id":false,"section":"bar","balance":"Silva","category":"2024-01-15","url":703,"duration_ms":"arctic"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD created_at TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD subtotal TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD section TYPE i...
{"fleet_number":"degraded","subtotal":"option_a","section":615,"product_id":"Tokyo"}
trailing_comma
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "created_at": { "type": "string", "enum": [ "type_a", "type_b", "type_c", ...
{"fleet_number":"degraded","subtotal":"option_a","section":615,"product_id":"Tokyo",}
Unexpected trailing comma
{"fleet_number":"degraded","subtotal":"option_a","section":615,"product_id":"Tokyo"}
TASK repair_structured_output SPEC FIELD prop_p86 TYPE integer REQUIRED yes FIELD val_r42 TYPE number REQUIRED yes FIELD attr_e46 TYPE boolean REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool_call name="generate_report"> {"prop_p86":160,"val_r42":163.31,"attr_e46":false} </tool_call. The resu...
{"prop_p86":160,"val_r42":163.31,"attr_e46":false}
tool_call_text_mix
{ "type": "object", "properties": { "prop_p86": { "type": "integer" }, "val_r42": { "type": "number" }, "attr_e46": { "type": "boolean" } }, "required": [ "attr_e46", "prop_p86", "val_r42" ] }
I need to look up the information first. <tool_call name="generate_report"> {"prop_p86":160,"val_r42":163.31,"attr_e46":false} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"prop_p86":160,"val_r42":163.31,"attr_e46":false}
TASK repair_structured_output SPEC FIELD attr_p94.field_v40 TYPE boolean REQUIRED no FIELD attr_p94.val_g87.param_n47 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_p94.val_g87.attr_s57 TYPE string_email REQUIRED no FIELD attr_p94.val_g87.val_m31 TYPE integer REQUIRED no FIELD attr_p94.val_g87.field_d1...
{"attr_p94":{"field_v40":true,"val_g87":{"param_n47":"editor","attr_s57":"ops@test.io","field_d11":447.83,"attr_u56":"Berlin"},"col_f62":"open","key_t67":352.13,"key_u14":131,"dim_w32":"Johnson"},"field_n50":{"field_g21":"synonymous","prop_z13":158,"param_s09":911.4,"field_l51":false,"prop_y72":"2025-06-09T10:53:00Z","...
wrong_type
{ "type": "object", "properties": { "attr_p94": { "type": "object", "properties": { "field_v40": { "type": "boolean" }, "val_g87": { "type": "object", "properties": { "param_n47": { "type": "string", "enum"...
{"attr_p94": {"field_v40": true, "val_g87": {"param_n47": "editor", "attr_s57": "ops@test.io", "field_d11": 447.83, "attr_u56": "Berlin"}, "col_f62": "open", "key_t67": 352.13, "key_u14": 131, "dim_w32": "Johnson"}, "field_n50": {"field_g21": "synonymous", "prop_z13": 158, "param_s09": 911.4, "field_l51": false, "prop_...
Field 'col_u80' must be integer, got string
{"attr_p94":{"field_v40":true,"val_g87":{"param_n47":"editor","attr_s57":"ops@test.io","field_d11":447.83,"attr_u56":"Berlin"},"col_f62":"open","key_t67":352.13,"key_u14":131,"dim_w32":"Johnson"},"field_n50":{"field_g21":"synonymous","prop_z13":158,"param_s09":911.4,"field_l51":false,"prop_y72":"2025-06-09T10:53:00Z","...
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD consignee TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD lab_result TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD visible TYPE string R...
{"consignee":"mode_f","lab_result":"frameshift","visible":"world","comments":267.84}
tool_call_python_syntax
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "consignee": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mo...
process_payment(consignee='mode_f', lab_result='frameshift', visible='world', comments=267.84)
Tool call uses Python syntax instead of JSON
{"consignee":"mode_f","lab_result":"frameshift","visible":"world","comments":267.84}
TASK repair_structured_output SPEC FIELD phenotype TYPE number REQUIRED yes FIELD total TYPE string REQUIRED yes FIELD frequency_hz TYPE number REQUIRED yes FIELD subtotal TYPE string REQUIRED yes BROKEN_OUTPUT {"phenotype":884.41,"total":"Silva","frequency_hz":730.62,"subtotal":"PASS"} Hope this helps!
{"phenotype":884.41,"total":"Silva","frequency_hz":730.62,"subtotal":"PASS"}
extra_text_after
{ "type": "object", "properties": { "phenotype": { "type": "number" }, "total": { "type": "string" }, "frequency_hz": { "type": "number" }, "subtotal": { "type": "string" } }, "required": [ "subtotal", "total", "phenotype", "frequency_hz" ...
{"phenotype":884.41,"total":"Silva","frequency_hz":730.62,"subtotal":"PASS"} Hope this helps!
Output contains non-JSON text after the object
{"phenotype":884.41,"total":"Silva","frequency_hz":730.62,"subtotal":"PASS"}
TASK repair_structured_output SPEC FIELD user_id TYPE string REQUIRED yes FIELD freight_class TYPE number REQUIRED yes FIELD deploy_target TYPE string_date-time REQUIRED yes FIELD patient_id TYPE integer REQUIRED yes BROKEN_OUTPUT {"user_id":"Oliveira","freight_class":895.1,"deploy_target":"2024-03-08T03:57:00Z","pat...
{"user_id":"Oliveira","freight_class":895.1,"deploy_target":"2024-03-08T03:57:00Z","patient_id":674}
truncated_array
{ "type": "object", "properties": { "user_id": { "type": "string" }, "freight_class": { "type": "number" }, "deploy_target": { "type": "string", "format": "date-time" }, "patient_id": { "type": "integer" } }, "required": [ "patient_id", "frei...
{"user_id":"Oliveira","freight_class":895.1,"deploy_target":"2024-03-08T03:57:00Z","patient_id":674
Unexpected end of JSON input — truncated object
{"user_id":"Oliveira","freight_class":895.1,"deploy_target":"2024-03-08T03:57:00Z","patient_id":674}
TASK repair_structured_output SPEC FIELD field_q64 TYPE number REQUIRED yes FIELD field_z95 TYPE boolean REQUIRED no FIELD attr_o47 TYPE string REQUIRED yes FIELD col_j67.col_n29.field_g71 TYPE boolean REQUIRED yes FIELD col_j67.col_n29.dim_y19 TYPE string_date-time REQUIRED no FIELD col_j67.col_n29.field_t92 TYPE str...
{"field_q64":169.63,"field_z95":false,"attr_o47":"REV","col_j67":{"col_n29":{"field_g71":true,"dim_y19":"2026-07-11T15:26:00Z","field_t92":"2023-05-05T00:24:00Z","param_l55":"2022-08-21T15:44:00Z","val_w99":false},"attr_r14":true,"field_l54":"sample","dim_h27":427},"attr_b08":{"val_c99":[false,true]},"attr_w33":"A shor...
tool_call_bad_format
{ "type": "object", "properties": { "field_q64": { "type": "number" }, "field_z95": { "type": "boolean" }, "attr_o47": { "type": "string" }, "col_j67": { "type": "object", "properties": { "col_n29": { "type": "object", "properties...
<functioncall> verify_hazmat_compliance {field_q64: 169.63, field_z95: false, attr_o47: "REV", col_j67: {col_n29: {field_g71: true, dim_y19: "2026-07-11T15:26:00Z", field_t92: "2023-05-05T00:24:00Z", param_l55: "2022-08-21T15:44:00Z", val_w99: false}, attr_r14: true, field_l54: "sample", dim_h27: 427}, attr_b08: {val_c...
Tool call has malformed arguments — unquoted keys in function parameters
{"field_q64":169.63,"field_z95":false,"attr_o47":"REV","col_j67":{"col_n29":{"field_g71":true,"dim_y19":"2026-07-11T15:26:00Z","field_t92":"2023-05-05T00:24:00Z","param_l55":"2022-08-21T15:44:00Z","val_w99":false},"attr_r14":true,"field_l54":"sample","dim_h27":427},"attr_b08":{"val_c99":[false,true]},"attr_w33":"A shor...
TASK repair_structured_output SPEC FIELD val_w67 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD val_g69 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_q48 TYPE null REQUIRED no BROKEN_OUTPUT Sensor output follows: {"val_w67":"type_a","val_g69":"critical","prop_q48"...
{"val_w67":"type_a","val_g69":"critical","prop_q48":null}
extra_text_before
{ "type": "object", "properties": { "val_w67": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "val_g69": { "type": "string", "enum": [ "low", "medium", "hi...
Sensor output follows: {"val_w67":"type_a","val_g69":"critical","prop_q48":null}
Output contains non-JSON text before the object
{"val_w67":"type_a","val_g69":"critical","prop_q48":null}
TASK repair_structured_output SPEC FIELD category TYPE integer REQUIRED yes FIELD weight TYPE boolean REQUIRED no FIELD country TYPE string VALUES admin|editor|viewer REQUIRED no FIELD published TYPE string REQUIRED no FIELD build_status TYPE null REQUIRED no FIELD timezone TYPE boolean REQUIRED no BROKEN_OUTPUT {"ca...
{"category":394,"weight":true,"country":"editor","published":"https://api.example.com/v1","build_status":null,"timezone":false}
boolean_as_string
{ "type": "object", "properties": { "category": { "type": "integer" }, "weight": { "type": "boolean" }, "country": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "published": { "type": "string" }, "build_...
{"category": 394, "weight": "no", "country": "editor", "published": "https://api.example.com/v1", "build_status": null, "timezone": false}
Field 'weight' must be boolean, got string
{"category":394,"weight":true,"country":"editor","published":"https://api.example.com/v1","build_status":null,"timezone":false}
TASK repair_structured_output SPEC FIELD patient_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD type TYPE string REQUIRED no FIELD values.end_date TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD values.footnote TYPE string_email REQUIRED no FIELD values.shift_code TYPE null REQUIRED ...
{"patient_id":"basic","type":"GRCh38","values":{"footnote":"info@test.io","shift_code":null,"freight_class":true,"frequency_hz":"Tokyo","full_name":"Alice","collateral":"inactive","account_id":"PASS"},"commit_hash":"RTG-04","product_id":"Hapag-Lloyd-Express"}
missing_brace
{ "type": "object", "properties": { "patient_id": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "type": { "type": "string" }, "values": { "type": "object", "properties": { "end_date": { ...
{"patient_id":"basic","type":"GRCh38","values":{"footnote":"info@test.io","shift_code":null,"freight_class":true,"frequency_hz":"Tokyo","full_name":"Alice","collateral":"inactive","account_id":"PASS"},"commit_hash":"RTG-04","product_id":"Hapag-Lloyd-Express"
Missing closing brace
{"patient_id":"basic","type":"GRCh38","values":{"footnote":"info@test.io","shift_code":null,"freight_class":true,"frequency_hz":"Tokyo","full_name":"Alice","collateral":"inactive","account_id":"PASS"},"commit_hash":"RTG-04","product_id":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD filter_flag TYPE boolean REQUIRED no FIELD bearing TYPE integer REQUIRED no FIELD size TYPE integer REQUIRED no FIELD color TYPE string_date-time REQUIRED no FIELD updated_at TYPE string_date-time REQUIRED no FIELD priority TYPE integer REQUIRED yes FIELD due_date.weight TYPE s...
{"bearing":741,"size":424,"color":"2026-01-19T07:50:00Z","updated_at":"2024-06-17T21:19:00Z","priority":481}
tool_call_bad_format
{ "type": "object", "properties": { "filter_flag": { "type": "boolean" }, "bearing": { "type": "integer" }, "size": { "type": "integer" }, "color": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "...
<functioncall> run_diagnostics {bearing: 741, size: 424, color: "2026-01-19T07:50:00Z", updated_at: "2024-06-17T21:19:00Z", priority: 481}
Tool call has malformed arguments — unquoted keys in function parameters
{"bearing":741,"size":424,"color":"2026-01-19T07:50:00Z","updated_at":"2024-06-17T21:19:00Z","priority":481}
TASK repair_structured_output SPEC FIELD param_j99.col_i94 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_j99.key_h44 TYPE number REQUIRED yes FIELD param_j99.field_d48 TYPE number REQUIRED yes FIELD param_j99.dim_t87[].dim_y15 TYPE boolean REQUIRED no FIELD param_j99.dim_t87[].prop_c50 TYPE string REQ...
{"prop_u24":"Oliveira","field_a00":"completed","dim_v96":275}
tool_call_bad_format
{ "type": "object", "properties": { "param_j99": { "type": "object", "properties": { "col_i94": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_h44": { ...
<functioncall> send_email {prop_u24: "Oliveira", field_a00: "completed", dim_v96: 275}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_u24":"Oliveira","field_a00":"completed","dim_v96":275}
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED no FIELD subject.end_date.hazmat_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD subject.end_date.batch_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD subject.end_date.priority TYPE integer REQ...
{"allele":"Silva","subject":{"end_date":{"hazmat_code":"berthed","batch_code":"delivered","priority":241},"strand":"draft","height":292.96,"compound":true,"priority":"info@test.io"},"position":"Paris"}
extra_text_before
{ "type": "object", "properties": { "allele": { "type": "string" }, "subject": { "type": "object", "properties": { "end_date": { "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ ...
Pipeline result: {"allele":"Silva","subject":{"end_date":{"hazmat_code":"berthed","batch_code":"delivered","priority":241},"strand":"draft","height":292.96,"compound":true,"priority":"info@test.io"},"position":"Paris"}
Output contains non-JSON text before the object
{"allele":"Silva","subject":{"end_date":{"hazmat_code":"berthed","batch_code":"delivered","priority":241},"strand":"draft","height":292.96,"compound":true,"priority":"info@test.io"},"position":"Paris"}
TASK repair_structured_output SPEC FIELD first_name TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD humidity_pct TYPE string_uri REQUIRED yes FIELD fleet_number TYPE integer REQUIRED yes BROKEN_OUTPUT {"first_name": "level_1", "humidity_pct": "https://data.io/v1", "fleet_number": "972sec"}
{"first_name":"level_1","humidity_pct":"https://data.io/v1","fleet_number":972}
number_with_unit
{ "type": "object", "properties": { "first_name": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "humidity_pct": { "type": "string", "format": "uri" }, "fleet_number": { "type": "integer" } }...
{"first_name": "level_1", "humidity_pct": "https://data.io/v1", "fleet_number": "972sec"}
Field 'fleet_number' must be number, got string with unit
{"first_name":"level_1","humidity_pct":"https://data.io/v1","fleet_number":972}
TASK repair_structured_output SPEC FIELD col_d91 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_f26 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD col_x98 TYPE string REQUIRED yes FIELD val_e35 TYPE string_uri REQUIRED yes BROKEN_OUTPUT Let me check the system. Action...
{"col_d91":"married","prop_f26":"nonsense","col_x98":"active","val_e35":"https://data.org/data"}
tool_call_partial_args
{ "type": "object", "properties": { "col_d91": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "prop_f26": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] ...
Let me check the system. Action: calibrate_instrument Arguments: {"prop_f26": "nonsense", "col_x98": "active", "val_e35": "https://data.org/data"}
Agent tool call missing required parameter 'col_d91'
{"col_d91":"married","prop_f26":"nonsense","col_x98":"active","val_e35":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD torque_output TYPE string REQUIRED no FIELD build_status.catalyst TYPE string VALUES draft|published|archived REQUIRED yes FIELD build_status.strand.count TYPE string VALUES cat_a|cat_b REQUIRED ye...
{"language":"homozygous","torque_output":"demo","build_status":{"catalyst":"draft","strand":{"count":"cat_b","diagnosis_code":true,"color":60,"ph_level":"https://www.io/api","consignee":"level_4"},"diagnosis_code":"option_c"},"annotation":{"half_life":17.81,"username":"option_c","width":"2023-10-25T05:35:00Z"}}
extra_text_before
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "torque_output": { "type": "string" }, "build_status": { "type": "object", "properties": { "catalyst":...
Sure, here's the result: {"language":"homozygous","torque_output":"demo","build_status":{"catalyst":"draft","strand":{"count":"cat_b","diagnosis_code":true,"color":60,"ph_level":"https://www.io/api","consignee":"level_4"},"diagnosis_code":"option_c"},"annotation":{"half_life":17.81,"username":"option_c","width":"2023-1...
Output contains non-JSON text before the object
{"language":"homozygous","torque_output":"demo","build_status":{"catalyst":"draft","strand":{"count":"cat_b","diagnosis_code":true,"color":60,"ph_level":"https://www.io/api","consignee":"level_4"},"diagnosis_code":"option_c"},"annotation":{"half_life":17.81,"username":"option_c","width":"2023-10-25T05:35:00Z"}}
TASK repair_structured_output SPEC FIELD shipping TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD quality_score TYPE string REQUIRED no FIELD patient_id.bill_of_lading TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD patient_id.shipper_ref TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQU...
{"shipping":"open","patient_id":{"bill_of_lading":"cat_b","shipper_ref":"mode_c","phone":"hemizygous","length":"cat_c"},"insurance_id":"option_c","item_id":{"country":"mode_c","tile":"heterozygous","item_id":"cat_a","deploy_target":"2022-07-16T10:37:00Z","paragraph":"type_a"}}
extra_text_before
{ "type": "object", "properties": { "shipping": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "quality_score": { "type": "string" }, "patient_id": { "type": "object", "properties": { "bil...
Based on your request, here is the data: {"shipping":"open","patient_id":{"bill_of_lading":"cat_b","shipper_ref":"mode_c","phone":"hemizygous","length":"cat_c"},"insurance_id":"option_c","item_id":{"country":"mode_c","tile":"heterozygous","item_id":"cat_a","deploy_target":"2022-07-16T10:37:00Z","paragraph":"type_a"}}
Output contains non-JSON text before the object
{"shipping":"open","patient_id":{"bill_of_lading":"cat_b","shipper_ref":"mode_c","phone":"hemizygous","length":"cat_c"},"insurance_id":"option_c","item_id":{"country":"mode_c","tile":"heterozygous","item_id":"cat_a","deploy_target":"2022-07-16T10:37:00Z","paragraph":"type_a"}}
TASK repair_structured_output SPEC FIELD id.due_date TYPE integer REQUIRED no FIELD id.title TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD id.first_name TYPE string REQUIRED yes FIELD id.allele TYPE integer REQUIRED no FIELD id.rating.reagent TYPE integer REQUIRED no FIELD id.rating.conductiv...
{"id":{"due_date":111,"title":"hemizygous","first_name":"FWD","rating":{"build_status":"2026-05-28T16:42:00Z","footnote":694,"repository":"FWD","discount":666.48,"dosage":366},"lab_result":true},"latitude":"world","branch":400}
tool_call_python_syntax
{ "type": "object", "properties": { "id": { "type": "object", "properties": { "due_date": { "type": "integer" }, "title": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
check_availability(id={'due_date': 111, 'title': 'hemizygous', 'first_name': 'FWD', 'rating': {'build_status': '2026-05-28T16:42:00Z', 'footnote': 694, 'repository': 'FWD', 'discount': 666.48, 'dosage': 366}, 'lab_result': True}, latitude='world', branch=400)
Tool call uses Python syntax instead of JSON
{"id":{"due_date":111,"title":"hemizygous","first_name":"FWD","rating":{"build_status":"2026-05-28T16:42:00Z","footnote":694,"repository":"FWD","discount":666.48,"dosage":366},"lab_result":true},"latitude":"world","branch":400}
TASK repair_structured_output SPEC FIELD attr_g04 TYPE string REQUIRED yes FIELD col_d70 TYPE string REQUIRED yes FIELD val_c85[] TYPE string_uri REQUIRED yes BROKEN_OUTPUT Pipeline result: ```json {"attr_g04":"bar","col_d70":"world","val_c85":["https://www.io/data","https://example.io/v1","https://example.org/v1","h...
{"attr_g04":"bar","col_d70":"world","val_c85":["https://www.io/data","https://example.io/v1","https://example.org/v1","https://api.io/api"]}
markdown_explanation
{ "type": "object", "properties": { "attr_g04": { "type": "string" }, "col_d70": { "type": "string" }, "val_c85": { "type": "array", "items": { "type": "string", "format": "uri" } } }, "required": [ "col_d70", "attr_g04", "val_c85...
Pipeline result: ```json {"attr_g04":"bar","col_d70":"world","val_c85":["https://www.io/data","https://example.io/v1","https://example.org/v1","https://api.io/api"]} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"attr_g04":"bar","col_d70":"world","val_c85":["https://www.io/data","https://example.io/v1","https://example.org/v1","https://api.io/api"]}
TASK repair_structured_output SPEC FIELD decay_rate TYPE string REQUIRED yes FIELD strand TYPE string REQUIRED no FIELD vessel_name.invoice_id TYPE integer REQUIRED yes FIELD vessel_name.payment_status TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD vessel_name.user_id.version TYPE string VALUES synonym...
{"decay_rate":"Hapag-Lloyd-Express","vessel_name":{"invoice_id":624,"payment_status":"pro","user_id":{"version":"frameshift","company":"info@domain.org","shipping":"sample","allele":86,"insurance_id":52},"run_id":{"payment_status":"Smith","altitude":90.85,"city":"delivered","terminal_id":"Charlie","title":"info","repos...
tool_call_text_mix
{ "type": "object", "properties": { "decay_rate": { "type": "string" }, "strand": { "type": "string" }, "vessel_name": { "type": "object", "properties": { "invoice_id": { "type": "integer" }, "payment_status": { "type": "string"...
I'll query our database. <tool_call name="get_account"> {"decay_rate":"Hapag-Lloyd-Express","vessel_name":{"invoice_id":624,"payment_status":"pro","user_id":{"version":"frameshift","company":"info@domain.org","shipping":"sample","allele":86,"insurance_id":52},"run_id":{"payment_status":"Smith","altitude":90.85,"city":"...
Agent response mixes reasoning text with tool call
{"decay_rate":"Hapag-Lloyd-Express","vessel_name":{"invoice_id":624,"payment_status":"pro","user_id":{"version":"frameshift","company":"info@domain.org","shipping":"sample","allele":86,"insurance_id":52},"run_id":{"payment_status":"Smith","altitude":90.85,"city":"delivered","terminal_id":"Charlie","title":"info","repos...
TASK repair_structured_output SPEC FIELD voltage TYPE string REQUIRED no FIELD run_id TYPE string_date-time REQUIRED yes FIELD status_code.phone TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD status_code.crew_id TYPE boolean REQUIRED yes FIELD status_code.freight_class TYPE number R...
{"voltage":"Jane","run_id":"2023-06-06T07:15:00Z","status_code":{"phone":"option_e","crew_id":true,"freight_class":341.06}}
date_format_error
{ "type": "object", "properties": { "voltage": { "type": "string" }, "run_id": { "type": "string", "format": "date-time" }, "status_code": { "type": "object", "properties": { "phone": { "type": "string", "enum": [ "option_a", ...
{"voltage": "Jane", "run_id": "2023-06-06 07:15:00Z", "status_code": {"phone": "option_e", "crew_id": true, "freight_class": 341.06}}
Field 'run_id' has invalid date format
{"voltage":"Jane","run_id":"2023-06-06T07:15:00Z","status_code":{"phone":"option_e","crew_id":true,"freight_class":341.06}}
TASK repair_structured_output SPEC FIELD key_f86 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD dim_x72 TYPE integer REQUIRED no FIELD field_y63 TYPE string_email REQUIRED no FIELD key_g41 TYPE integer REQUIRED yes FIELD param_r47 TYPE boolean REQUIRED no FIELD param_c40.attr_u37 TYPE number REQUIRED no...
{"key_f86":"inactive","dim_x72":537,"field_y63":"info@test.io","key_g41":441,"param_c40":{"attr_u37":28.0,"val_f49":734.51,"param_z11":"2024-06-25T23:15:00Z","dim_p25":205},"field_l26":"Maria","key_k39":{"attr_w01":"test@domain.org","val_q09":false,"param_n30":"https://api.example.com/v1","prop_d87":"in_progress","attr...
missing_required
{ "type": "object", "properties": { "key_f86": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "dim_x72": { "type": "integer" }, "field_y63": { "type": "string", "format": "email" }, "key_g41": { "type":...
{"key_f86": "inactive", "dim_x72": 537, "field_y63": "info@test.io", "key_g41": 441, "param_c40": {"attr_u37": 28.0, "val_f49": 734.51, "param_z11": "2024-06-25T23:15:00Z", "dim_p25": 205}, "key_k39": {"attr_w01": "test@domain.org", "val_q09": false, "param_n30": "https://api.example.com/v1", "prop_d87": "in_progress",...
Required field 'field_l26' is missing
{"key_f86":"inactive","dim_x72":537,"field_y63":"info@test.io","key_g41":441,"param_c40":{"attr_u37":28.0,"val_f49":734.51,"param_z11":"2024-06-25T23:15:00Z","dim_p25":205},"field_l26":"Maria","key_k39":{"attr_w01":"test@domain.org","val_q09":false,"param_n30":"https://api.example.com/v1","prop_d87":"in_progress","attr...
TASK repair_structured_output SPEC FIELD status TYPE boolean REQUIRED no FIELD reagent TYPE number REQUIRED yes FIELD umi.currency TYPE string REQUIRED yes FIELD umi.terminal_id TYPE number REQUIRED no FIELD umi.lane[].lane TYPE string VALUES small|medium|large|xl REQUIRED no FIELD umi.lane[].amount TYPE string VALUES...
{"status":false,"reagent":706.8,"umi":{"currency":"user@domain.com","lane":[{"lane":"large","amount":"draft","paragraph":985,"weight":420,"title":"MV-Evergreen-01","decay_rate":"inactive"}]},"count":false,"wavelength":{"invoice_id":72,"total":"example","features":510}}
tool_call_wrong_param
{ "type": "object", "properties": { "status": { "type": "boolean" }, "reagent": { "type": "number" }, "umi": { "type": "object", "properties": { "currency": { "type": "string" }, "terminal_id": { "type": "number" }, ...
Tool: check_availability Params: {"status": false, "reagent": 706.8, "umi": {"currency": "user@domain.com", "lane": [{"lane": "large", "amount": "draft", "paragraph": 985, "weight": 420, "title": "MV-Evergreen-01", "decay_rate": "inactive"}]}, "count": false, "wavelength_id": {"invoice_id": 72, "total": "example", "fea...
Agent used wrong parameter name 'wavelength_id' instead of 'wavelength'
{"status":false,"reagent":706.8,"umi":{"currency":"user@domain.com","lane":[{"lane":"large","amount":"draft","paragraph":985,"weight":420,"title":"MV-Evergreen-01","decay_rate":"inactive"}]},"count":false,"wavelength":{"invoice_id":72,"total":"example","features":510}}
TASK repair_structured_output SPEC FIELD score TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD ph_level TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD section TYPE string REQUIRED yes FIELD maturity_date TYPE integer REQUIRED yes BROKEN_OUTPUT <functionc...
{"score":"pending_review","ph_level":"synonymous","section":"Tokyo","maturity_date":655}
tool_call_bad_format
{ "type": "object", "properties": { "score": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "ph_level": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", ...
<functioncall> track_vessel {score: "pending_review", ph_level: "synonymous", section: "Tokyo", maturity_date: 655}
Tool call has malformed arguments — unquoted keys in function parameters
{"score":"pending_review","ph_level":"synonymous","section":"Tokyo","maturity_date":655}
TASK repair_structured_output SPEC FIELD description TYPE string REQUIRED no FIELD feedback TYPE string REQUIRED no FIELD nickname.order_id TYPE string REQUIRED yes FIELD nickname.notes TYPE string REQUIRED yes FIELD nickname.rating TYPE null REQUIRED yes FIELD nickname.cargo_type TYPE string VALUES active|inactive|pe...
{"description":"MV-Evergreen-01","nickname":{"order_id":"example","notes":"https://api.example.com/v1","rating":null,"cargo_type":"inactive"},"age":686,"quality_score":248}
single_quotes
{ "type": "object", "properties": { "description": { "type": "string" }, "feedback": { "type": "string" }, "nickname": { "type": "object", "properties": { "order_id": { "type": "string" }, "notes": { "type": "string" }, ...
{'description':'MV-Evergreen-01','nickname':{'order_id':'example','notes':'https://api.example.com/v1','rating':null,'cargo_type':'inactive'},'age':686,'quality_score':248}
Expecting property name enclosed in double quotes
{"description":"MV-Evergreen-01","nickname":{"order_id":"example","notes":"https://api.example.com/v1","rating":null,"cargo_type":"inactive"},"age":686,"quality_score":248}
TASK repair_structured_output SPEC FIELD port_code TYPE boolean REQUIRED yes FIELD step TYPE integer REQUIRED yes FIELD timezone TYPE integer REQUIRED yes BROKEN_OUTPUT Here is the response in the requested format: ```json {"port_code":true,"step":498,"timezone":925} ``` Hope this helps!
{"port_code":true,"step":498,"timezone":925}
markdown_explanation
{ "type": "object", "properties": { "port_code": { "type": "boolean" }, "step": { "type": "integer" }, "timezone": { "type": "integer" } }, "required": [ "timezone", "port_code", "step" ] }
Here is the response in the requested format: ```json {"port_code":true,"step":498,"timezone":925} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"port_code":true,"step":498,"timezone":925}
TASK repair_structured_output SPEC FIELD dim_u16 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_w09 TYPE string REQUIRED no FIELD col_v11 TYPE number REQUIRED yes FIELD field_w85.dim_f34 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD field_w85.field_f14 TYPE string VALUES cat_a|ca...
{"dim_u16":"JPY","dim_w09":"A short description.","col_v11":43.69,"field_w85":{"dim_f34":"resolved","field_f14":"cat_b","val_j43":514,"dim_m78":true,"dim_g90":115.57,"dim_v42":false}}
missing_required
{ "type": "object", "properties": { "dim_u16": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "dim_w09": { "type": "string" }, "col_v11": { "type": "number" }, "field_w85": { "type": "object...
{"dim_w09": "A short description.", "col_v11": 43.69, "field_w85": {"dim_f34": "resolved", "field_f14": "cat_b", "val_j43": 514, "dim_m78": true, "dim_g90": 115.57, "dim_v42": false}}
Required field 'dim_u16' is missing
{"dim_u16":"JPY","dim_w09":"A short description.","col_v11":43.69,"field_w85":{"dim_f34":"resolved","field_f14":"cat_b","val_j43":514,"dim_m78":true,"dim_g90":115.57,"dim_v42":false}}
TASK repair_structured_output SPEC FIELD key_c24 TYPE number REQUIRED yes FIELD key_p93 TYPE string REQUIRED yes FIELD param_s06 TYPE string REQUIRED yes FIELD prop_v31 TYPE string_date-time REQUIRED no FIELD prop_k68 TYPE string_date-time REQUIRED yes FIELD col_i08 TYPE string REQUIRED no BROKEN_OUTPUT Here is the r...
{"key_c24":133.62,"key_p93":"REV","param_s06":"GRCh38","prop_v31":"2024-01-15T07:29:00Z","prop_k68":"2025-10-16T07:28:00Z","col_i08":"inactive"}
markdown_explanation
{ "type": "object", "properties": { "key_c24": { "type": "number" }, "key_p93": { "type": "string" }, "param_s06": { "type": "string" }, "prop_v31": { "type": "string", "format": "date-time" }, "prop_k68": { "type": "string", "format": "d...
Here is the response in the requested format: ```json {"key_c24":133.62,"key_p93":"REV","param_s06":"GRCh38","prop_v31":"2024-01-15T07:29:00Z","prop_k68":"2025-10-16T07:28:00Z","col_i08":"inactive"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"key_c24":133.62,"key_p93":"REV","param_s06":"GRCh38","prop_v31":"2024-01-15T07:29:00Z","prop_k68":"2025-10-16T07:28:00Z","col_i08":"inactive"}
TASK repair_structured_output SPEC FIELD organism.collateral TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD organism.annotation TYPE string REQUIRED yes FIELD organism.notes.subject TYPE integer REQUIRED no FIELD organism.notes.items TYPE string VALUES type_a|type_b|type_c|type_d REQUIR...
{"organism":{"collateral":"type_e","annotation":"world","notes":{"subject":189,"items":"type_b","feedback":"https://api.io/data","procedure_code":768.04,"run_id":"blue","user_id":"type_a"},"currency":"https://api.org/v1"},"gene_id":"success","aligned_pct":{"phone":"type_c","size":"test@example.com","level":"RTG-04"},"c...
truncated_array
{ "type": "object", "properties": { "organism": { "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] ...
{"organism":{"collateral":"type_e","annotation":"world","notes":{"subject":189,"items":"type_b","feedback":"https://api.io/data","procedure_code":768.04,"run_id":"blue","user_id":"type_a"},"currency":"https://api.org/v1"},"gene_id":"success","aligned_pct":{"phone":"type_c","size":"test@example.com","level":"RTG-04"},"c...
Unexpected end of JSON input — truncated object
{"organism":{"collateral":"type_e","annotation":"world","notes":{"subject":189,"items":"type_b","feedback":"https://api.io/data","procedure_code":768.04,"run_id":"blue","user_id":"type_a"},"currency":"https://api.org/v1"},"gene_id":"success","aligned_pct":{"phone":"type_c","size":"test@example.com","level":"RTG-04"},"c...
TASK repair_structured_output SPEC FIELD attr_b50 TYPE string REQUIRED no FIELD attr_t89 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_d91 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_w91 TYPE boolean REQUIRED no FIELD attr_b86 TYPE string REQUIRED yes FIELD val_k75.col_p04.prop_q2...
{"attr_b50":"Charlie","attr_t89":"GBP","col_w91":false,"attr_b86":"New York","val_k75":{"col_p04":{"prop_q27":"USD","attr_a04":476,"field_q21":"ops@domain.org","field_c22":"MV-Evergreen-01","val_l62":"London","dim_g88":"push"},"prop_k69":"A short description.","prop_m53":"maintenance","prop_n57":195,"val_d56":"medium",...
markdown_fences
{ "type": "object", "properties": { "attr_b50": { "type": "string" }, "attr_t89": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_d91": { "type": "string", "enum": [ "single", ...
```json {"attr_b50":"Charlie","attr_t89":"GBP","col_w91":false,"attr_b86":"New York","val_k75":{"col_p04":{"prop_q27":"USD","attr_a04":476,"field_q21":"ops@domain.org","field_c22":"MV-Evergreen-01","val_l62":"London","dim_g88":"push"},"prop_k69":"A short description.","prop_m53":"maintenance","prop_n57":195,"val_d56":"...
Output contains markdown code fences
{"attr_b50":"Charlie","attr_t89":"GBP","col_w91":false,"attr_b86":"New York","val_k75":{"col_p04":{"prop_q27":"USD","attr_a04":476,"field_q21":"ops@domain.org","field_c22":"MV-Evergreen-01","val_l62":"London","dim_g88":"push"},"prop_k69":"A short description.","prop_m53":"maintenance","prop_n57":195,"val_d56":"medium",...
TASK repair_structured_output SPEC FIELD prop_d31 TYPE string_date-time REQUIRED yes FIELD attr_c18 TYPE string_uri REQUIRED no FIELD field_g89 TYPE string REQUIRED yes FIELD param_k72[] TYPE string VALUES cat_a|cat_b REQUIRED no FIELD attr_f10[] TYPE boolean REQUIRED yes BROKEN_OUTPUT {"prop_d31":"2020-08-01T05:57:0...
{"prop_d31":"2020-08-01T05:57:00Z","attr_c18":"https://data.org/data","field_g89":"Johnson","attr_f10":[true,false,false,true]}
truncated_object
{ "type": "object", "properties": { "prop_d31": { "type": "string", "format": "date-time" }, "attr_c18": { "type": "string", "format": "uri" }, "field_g89": { "type": "string" }, "param_k72": { "type": "array", "items": { "type": "string"...
{"prop_d31":"2020-08-01T05:57:00Z","attr_c18":"https://data.org/data","field_g89":"Johnson","attr_f10":[true,false,false,true]
Unexpected end of JSON input — truncated object
{"prop_d31":"2020-08-01T05:57:00Z","attr_c18":"https://data.org/data","field_g89":"Johnson","attr_f10":[true,false,false,true]}
TASK repair_structured_output SPEC FIELD val_o61 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD dim_p11 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD param_q67.param_s97 TYPE boolean REQUIRED yes FIELD param_q67.col_f52 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FI...
{"val_o61":"viewer","dim_p11":"pending_review","param_q67":{"param_s97":false,"field_x00":45,"col_u94":43,"prop_j77":{"param_n47":true,"param_o42":"user@domain.org","attr_f19":["2024-01-15","QC-07","2024-06-30"],"dim_u71":["Maria"]},"col_y16":"completed","attr_a87":{"field_y24":null,"prop_l00":995,"field_k88":true}}}
tool_call_bad_format
{ "type": "object", "properties": { "val_o61": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "dim_p11": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] ...
<functioncall> process_payment {val_o61: "viewer", dim_p11: "pending_review", param_q67: {param_s97: false, field_x00: 45, col_u94: 43, prop_j77: {param_n47: true, param_o42: "user@domain.org", attr_f19: ["2024-01-15", "QC-07", "2024-06-30"], dim_u71: ["Maria"]}, col_y16: "completed", attr_a87: {field_y24: null, prop_l...
Tool call has malformed arguments — unquoted keys in function parameters
{"val_o61":"viewer","dim_p11":"pending_review","param_q67":{"param_s97":false,"field_x00":45,"col_u94":43,"prop_j77":{"param_n47":true,"param_o42":"user@domain.org","attr_f19":["2024-01-15","QC-07","2024-06-30"],"dim_u71":["Maria"]},"col_y16":"completed","attr_a87":{"field_y24":null,"prop_l00":995,"field_k88":true}}}
TASK repair_structured_output SPEC FIELD visible TYPE string_date-time REQUIRED yes FIELD reagent TYPE boolean REQUIRED yes FIELD last_name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD due_date TYPE string REQUIRED no FIELD sensor_id.tax TYPE string VALUES type_a|type_b|type_c REQUIRE...
{"visible":"2024-03-10T11:22:00Z","reagent":false,"last_name":"degraded","due_date":"PASS","sensor_id":{"tax":"type_b","position":"option_b","current_draw":"https://example.io/api","department":"coastal"}}
tool_call_partial_args
{ "type": "object", "properties": { "visible": { "type": "string", "format": "date-time" }, "reagent": { "type": "boolean" }, "last_name": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }...
Let me check the system. Action: filter_variants Arguments: {"reagent": false, "last_name": "degraded", "due_date": "PASS", "sensor_id": {"tax": "type_b", "position": "option_b", "current_draw": "https://example.io/api", "department": "coastal"}}
Agent tool call missing required parameter 'visible'
{"visible":"2024-03-10T11:22:00Z","reagent":false,"last_name":"degraded","due_date":"PASS","sensor_id":{"tax":"type_b","position":"option_b","current_draw":"https://example.io/api","department":"coastal"}}
TASK repair_structured_output SPEC FIELD price TYPE string VALUES low|medium|high|critical REQUIRED no FIELD filter_flag TYPE string REQUIRED yes FIELD status TYPE boolean REQUIRED no FIELD published[].width TYPE integer REQUIRED no FIELD published[].wavelength TYPE string REQUIRED no FIELD published[].duration_ms TYP...
{"filter_flag":"Hapag-Lloyd-Express","status":true,"published":[{"width":166,"wavelength":"2024-01-15","duration_ms":[877,571,614]},{"width":543,"wavelength":"Oliveira","duration_ms":[206,628]},{"width":628,"duration_ms":[867,456]}]}
unquoted_keys
{ "type": "object", "properties": { "price": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "filter_flag": { "type": "string" }, "status": { "type": "boolean" }, "published": { "type": "array", ...
{filter_flag:"Hapag-Lloyd-Express",status:true,published:[{width:166,wavelength:"2024-01-15",duration_ms:[877,571,614]},{width:543,wavelength:"Oliveira",duration_ms:[206,628]},{width:628,duration_ms:[867,456]}]}
Expecting property name enclosed in double quotes
{"filter_flag":"Hapag-Lloyd-Express","status":true,"published":[{"width":166,"wavelength":"2024-01-15","duration_ms":[877,571,614]},{"width":543,"wavelength":"Oliveira","duration_ms":[206,628]},{"width":628,"duration_ms":[867,456]}]}
TASK repair_structured_output SPEC FIELD col_v66 TYPE number REQUIRED no FIELD prop_w90 TYPE boolean REQUIRED no FIELD dim_q51.prop_q57 TYPE string REQUIRED no FIELD dim_q51.val_h49 TYPE number REQUIRED yes FIELD dim_q51.field_c34.key_a94 TYPE integer REQUIRED yes FIELD dim_q51.field_c34.dim_i60 TYPE integer REQUIRED ...
{"col_v66":628.89,"dim_q51":{"prop_q57":"Maria","val_h49":935.72,"field_c34":{"key_a94":600,"dim_i60":818,"dim_g03":843,"prop_r94":394.08}},"param_y55":{"key_v89":"published","dim_p41":"2024-01-15","col_k76":"Hapag-Lloyd-Express","val_f72":"type_b"},"dim_s83":"world","val_j79":"hello","prop_g99":{"field_y56":null,"key_...
missing_brace
{ "type": "object", "properties": { "col_v66": { "type": "number" }, "prop_w90": { "type": "boolean" }, "dim_q51": { "type": "object", "properties": { "prop_q57": { "type": "string" }, "val_h49": { "type": "number" }, ...
{"col_v66":628.89,"dim_q51":{"prop_q57":"Maria","val_h49":935.72,"field_c34":"key_a94":600,"dim_i60":818,"dim_g03":843,"prop_r94":394.08}},"param_y55":{"key_v89":"published","dim_p41":"2024-01-15","col_k76":"Hapag-Lloyd-Express","val_f72":"type_b"},"dim_s83":"world","val_j79":"hello","prop_g99":{"field_y56":null,"key_m...
Missing closing brace
{"col_v66":628.89,"dim_q51":{"prop_q57":"Maria","val_h49":935.72,"field_c34":{"key_a94":600,"dim_i60":818,"dim_g03":843,"prop_r94":394.08}},"param_y55":{"key_v89":"published","dim_p41":"2024-01-15","col_k76":"Hapag-Lloyd-Express","val_f72":"type_b"},"dim_s83":"world","val_j79":"hello","prop_g99":{"field_y56":null,"key_...
TASK repair_structured_output SPEC FIELD prop_v27 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD prop_d99 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_d38 TYPE integer REQUIRED no FIELD prop_g65 TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. Action: assign_berth Res...
{"prop_v27":"cat_b","prop_g65":403}
agent_chain
{ "type": "object", "properties": { "prop_v27": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "prop_d99": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "val_d3...
Let me check the system. Action: assign_berth Result: {"prop_v27": "cat_b"} I'll query our database. Action: update_preferences Result:
Agent multi-step chain with truncated tool output
{"prop_v27":"cat_b","prop_g65":403}
TASK repair_structured_output SPEC FIELD col_o20 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD key_b64 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_p49 TYPE string REQUIRED no FIELD key_s20 TYPE number REQUIRED yes FIELD dim_p03 TYPE integer REQUIRED no BROKEN_OUTPUT "co...
{"col_o20":"synonymous","key_b64":"GBP","key_p49":"test","key_s20":331.29,"dim_p03":648}
missing_brace
{ "type": "object", "properties": { "col_o20": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "key_b64": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
"col_o20":"synonymous","key_b64":"GBP","key_p49":"test","key_s20":331.29,"dim_p03":648}
Missing closing brace
{"col_o20":"synonymous","key_b64":"GBP","key_p49":"test","key_s20":331.29,"dim_p03":648}
TASK repair_structured_output SPEC FIELD lab_result.rating TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD lab_result.item_id TYPE string REQUIRED no FIELD lab_result.subtotal TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD lab_result.torque_output TYPE strin...
{"lab_result":{"rating":"missense","item_id":"completed","torque_output":"Hapag-Lloyd-Express","section":"https://data.com/v1","footnote":"demo"},"ward":"missense","comments":"demo","shift_code":"sample","run_id":70}
extra_field
{ "type": "object", "properties": { "lab_result": { "type": "object", "properties": { "rating": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "item_id": { ...
{"lab_result": {"rating": "missense", "item_id": "completed", "torque_output": "Hapag-Lloyd-Express", "section": "https://data.com/v1", "footnote": "demo"}, "ward": "missense", "comments": "demo", "shift_code": "sample", "run_id": 70, "extra_value_1487": "unexpected"}
Unknown field 'extra_value_1487' not defined in schema
{"lab_result":{"rating":"missense","item_id":"completed","torque_output":"Hapag-Lloyd-Express","section":"https://data.com/v1","footnote":"demo"},"ward":"missense","comments":"demo","shift_code":"sample","run_id":70}
TASK repair_structured_output SPEC FIELD val_n65 TYPE number REQUIRED yes FIELD field_p69 TYPE string REQUIRED no FIELD field_u66 TYPE string REQUIRED no FIELD val_u33 TYPE boolean REQUIRED no FIELD key_w55 TYPE string REQUIRED yes FIELD field_q30 TYPE number REQUIRED yes BROKEN_OUTPUT {"val_n65":143.47,"field_p69":"...
{"val_n65":143.47,"field_p69":"Diana","field_u66":"test@example.com","val_u33":false,"key_w55":"completed","field_q30":414.07}
missing_brace
{ "type": "object", "properties": { "val_n65": { "type": "number" }, "field_p69": { "type": "string" }, "field_u66": { "type": "string" }, "val_u33": { "type": "boolean" }, "key_w55": { "type": "string" }, "field_q30": { "type": "number...
{"val_n65":143.47,"field_p69":"Diana","field_u66":"test@example.com","val_u33":false,"key_w55":"completed","field_q30":414.07
Missing closing brace
{"val_n65":143.47,"field_p69":"Diana","field_u66":"test@example.com","val_u33":false,"key_w55":"completed","field_q30":414.07}
TASK repair_structured_output SPEC FIELD key_d92.param_u95 TYPE integer REQUIRED yes FIELD key_d92.prop_l09 TYPE string_date-time REQUIRED yes FIELD key_d92.param_i42 TYPE integer REQUIRED yes FIELD key_d92.attr_m63 TYPE boolean REQUIRED yes FIELD param_m56.prop_a47 TYPE string REQUIRED yes FIELD param_m56.dim_t64 TYP...
{"key_d92":{"param_u95":376,"prop_l09":"2021-11-21T10:31:00Z","param_i42":683,"attr_m63":false},"param_m56":{"prop_a47":"Tokyo","dim_t64":"moored","val_c84":"homozygous"},"prop_m08":false,"val_e90":"admin@domain.org","dim_m55":"success"}
tool_call_text_mix
{ "type": "object", "properties": { "key_d92": { "type": "object", "properties": { "param_u95": { "type": "integer" }, "prop_l09": { "type": "string", "format": "date-time" }, "param_i42": { "type": "integer" }, ...
Let me check the system. <tool_call name="calibrate_instrument"> {"key_d92":{"param_u95":376,"prop_l09":"2021-11-21T10:31:00Z","param_i42":683,"attr_m63":false},"param_m56":{"prop_a47":"Tokyo","dim_t64":"moored","val_c84":"homozygous"},"prop_m08":false,"val_e90":"admin@domain.org","dim_m55":"success"} </tool_call.
Agent response mixes reasoning text with tool call
{"key_d92":{"param_u95":376,"prop_l09":"2021-11-21T10:31:00Z","param_i42":683,"attr_m63":false},"param_m56":{"prop_a47":"Tokyo","dim_t64":"moored","val_c84":"homozygous"},"prop_m08":false,"val_e90":"admin@domain.org","dim_m55":"success"}
TASK repair_structured_output SPEC FIELD currency TYPE string REQUIRED yes FIELD shipping TYPE number REQUIRED yes FIELD allele.pressure_kpa TYPE string VALUES small|medium|large|xl REQUIRED no FIELD allele.longitude TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD allele.color TYPE boole...
{"currency":"approved","shipping":364.46,"allele":{"pressure_kpa":"large","longitude":"degraded","color":true,"deploy_target":false},"trace_id":{"ward":"active","subtotal":"Luis","loan_amount":51,"salinity":"world"}}
extra_text_after
{ "type": "object", "properties": { "currency": { "type": "string" }, "shipping": { "type": "number" }, "allele": { "type": "object", "properties": { "pressure_kpa": { "type": "string", "enum": [ "small", "medium", ...
{"currency":"approved","shipping":364.46,"allele":{"pressure_kpa":"large","longitude":"degraded","color":true,"deploy_target":false},"trace_id":{"ward":"active","subtotal":"Luis","loan_amount":51,"salinity":"world"}} Let me know if you need anything else!
Output contains non-JSON text after the object
{"currency":"approved","shipping":364.46,"allele":{"pressure_kpa":"large","longitude":"degraded","color":true,"deploy_target":false},"trace_id":{"ward":"active","subtotal":"Luis","loan_amount":51,"salinity":"world"}}
TASK repair_structured_output SPEC FIELD level TYPE boolean REQUIRED yes FIELD version TYPE string REQUIRED no FIELD temp_celsius TYPE string REQUIRED no FIELD options TYPE null REQUIRED yes FIELD crew_id.dosage TYPE string_email REQUIRED no FIELD crew_id.velocity TYPE string REQUIRED yes FIELD crew_id.catalyst TYPE s...
{"level":true,"version":"quux","options":null,"voltage":{"humidity_pct":{"paragraph":"https://api.io/v1","url":null,"length":"inactive","thumbnail":"baz","last_name":"Alice","collateral":651,"due_date":true},"phone":false,"created_at":"https://example.com","build_status":{"due_date":229.49,"gene_id":590,"tile":"operati...
missing_required
{ "type": "object", "properties": { "level": { "type": "boolean" }, "version": { "type": "string" }, "temp_celsius": { "type": "string" }, "options": { "type": "null" }, "crew_id": { "type": "object", "properties": { "dosage": { ...
{"level": true, "version": "quux", "options": null}
Required field 'voltage' is missing
{"level":true,"version":"quux","options":null,"voltage":{"humidity_pct":{"paragraph":"https://api.io/v1","url":null,"length":"inactive","thumbnail":"baz","last_name":"Alice","collateral":651,"due_date":true},"phone":false,"created_at":"https://example.com","build_status":{"due_date":229.49,"gene_id":590,"tile":"operati...
TASK repair_structured_output SPEC FIELD position TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD compound TYPE integer REQUIRED yes FIELD total[].timezone TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD total[].crew_id TYPE boolean REQUIRED yes FIELD total[].salinity TYPE string R...
{"position":"critical","compound":925,"total":[{"timezone":"in_progress","crew_id":false,"salinity":"sample","lane":"2023-12-25","user_id":true,"patient_id":"cancelled","step":"draft"},{"timezone":"open","crew_id":false,"salinity":"New York","tax":769,"user_id":false,"patient_id":"foo","step":"draft"},{"timezone":"in_p...
markdown_explanation
{ "type": "object", "properties": { "position": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "compound": { "type": "integer" }, "total": { "type": "array", "items": { "type": "object", "...
Here is the JSON you requested: ```json {"position":"critical","compound":925,"total":[{"timezone":"in_progress","crew_id":false,"salinity":"sample","lane":"2023-12-25","user_id":true,"patient_id":"cancelled","step":"draft"},{"timezone":"open","crew_id":false,"salinity":"New York","tax":769,"user_id":false,"patient_id"...
Output contains markdown and explanatory text around JSON
{"position":"critical","compound":925,"total":[{"timezone":"in_progress","crew_id":false,"salinity":"sample","lane":"2023-12-25","user_id":true,"patient_id":"cancelled","step":"draft"},{"timezone":"open","crew_id":false,"salinity":"New York","tax":769,"user_id":false,"patient_id":"foo","step":"draft"},{"timezone":"in_p...
TASK repair_structured_output SPEC FIELD maturity_date TYPE integer REQUIRED no FIELD length TYPE string VALUES draft|published|archived REQUIRED no FIELD bill_of_lading TYPE number REQUIRED yes FIELD allele TYPE integer REQUIRED no FIELD deploy_target TYPE string REQUIRED yes BROKEN_OUTPUT {"maturity_date": "\"767\"...
{"maturity_date":767,"bill_of_lading":434.8,"allele":185,"deploy_target":"Berlin"}
wrong_type
{ "type": "object", "properties": { "maturity_date": { "type": "integer" }, "length": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "bill_of_lading": { "type": "number" }, "allele": { "type": "integer" ...
{"maturity_date": "\"767\"", "bill_of_lading": 434.8, "allele": 185, "deploy_target": "Berlin"}
Field 'maturity_date' must be integer, got string
{"maturity_date":767,"bill_of_lading":434.8,"allele":185,"deploy_target":"Berlin"}
TASK repair_structured_output SPEC FIELD field_t32 TYPE string REQUIRED no FIELD param_l41.val_u82 TYPE string_email REQUIRED no FIELD param_l41.field_e54 TYPE string REQUIRED no FIELD param_l41.dim_l36 TYPE number REQUIRED yes FIELD param_l41.dim_u01.val_z72 TYPE string REQUIRED no FIELD param_l41.dim_u01.col_k58 TYP...
{"field_t32":"This is a test value.","param_l41":{"val_u82":"ops@example.com","dim_l36":10.81},"dim_q39":"mode_a","key_t82":"Bob","field_b89":true,"key_k48":false,"dim_t17":false}
markdown_fences
{ "type": "object", "properties": { "field_t32": { "type": "string" }, "param_l41": { "type": "object", "properties": { "val_u82": { "type": "string", "format": "email" }, "field_e54": { "type": "string" }, "dim_l36"...
```json {"field_t32":"This is a test value.","param_l41":{"val_u82":"ops@example.com","dim_l36":10.81},"dim_q39":"mode_a","key_t82":"Bob","field_b89":true,"key_k48":false,"dim_t17":false} ```
Output contains markdown code fences
{"field_t32":"This is a test value.","param_l41":{"val_u82":"ops@example.com","dim_l36":10.81},"dim_q39":"mode_a","key_t82":"Bob","field_b89":true,"key_k48":false,"dim_t17":false}
TASK repair_structured_output SPEC FIELD field_k22 TYPE number REQUIRED yes FIELD attr_w07 TYPE string REQUIRED yes FIELD prop_e94.key_j52 TYPE string_email REQUIRED yes FIELD prop_e94.param_h72 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD prop_e94.attr_m03 TYPE integer REQUIRED no FIELD prop_e...
{"field_k22":70.96,"attr_w07":"Jane","prop_e94":{"key_j52":"admin@domain.org","param_h72":"intermittent","attr_m03":801,"dim_y23":309},"param_m97":null,"field_x02":"2023-09-11T13:12:00Z","col_t91":"quux"}
truncated_array
{ "type": "object", "properties": { "field_k22": { "type": "number" }, "attr_w07": { "type": "string" }, "prop_e94": { "type": "object", "properties": { "key_j52": { "type": "string", "format": "email" }, "param_h72": { ...
{"field_k22":70.96,"attr_w07":"Jane","prop_e94":{"key_j52":"admin@domain.org","param_h72":"intermittent","attr_m03":801,"dim_y23":309},"param_m97":null,"field_x02":"2023-09-11T13:12:00Z","col_t91":"quux"
Unexpected end of JSON input — truncated object
{"field_k22":70.96,"attr_w07":"Jane","prop_e94":{"key_j52":"admin@domain.org","param_h72":"intermittent","attr_m03":801,"dim_y23":309},"param_m97":null,"field_x02":"2023-09-11T13:12:00Z","col_t91":"quux"}
TASK repair_structured_output SPEC FIELD col_l52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD val_r22 TYPE string REQUIRED yes FIELD key_r09 TYPE string REQUIRED no BROKEN_OUTPUT <functioncall> validate_address {val_r22: "bar"}
{"val_r22":"bar"}
tool_call_bad_format
{ "type": "object", "properties": { "col_l52": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_r22": { "type": "string" }, "key_r09": { "type": "string" } }, "required": [ "val_r22" ]...
<functioncall> validate_address {val_r22: "bar"}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_r22":"bar"}
TASK repair_structured_output SPEC FIELD attr_f95 TYPE string_date-time REQUIRED yes FIELD col_p72 TYPE string REQUIRED yes FIELD field_z12 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD field_z57 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_f95":"2021-04-02T12:04:00Z","col_p72":"Alice","field_z12":"c...
{"attr_f95":"2021-04-02T12:04:00Z","col_p72":"Alice","field_z12":"cat_c","field_z57":"approved"}
missing_bracket
{ "type": "object", "properties": { "attr_f95": { "type": "string", "format": "date-time" }, "col_p72": { "type": "string" }, "field_z12": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "field_z57"...
{"attr_f95":"2021-04-02T12:04:00Z","col_p72":"Alice","field_z12":"cat_c","field_z57":"approved"}
Missing closing bracket
{"attr_f95":"2021-04-02T12:04:00Z","col_p72":"Alice","field_z12":"cat_c","field_z57":"approved"}
TASK repair_structured_output SPEC FIELD val_b53 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_b31 TYPE boolean REQUIRED yes FIELD key_t89 TYPE string_email REQUIRED no FIELD dim_s89.param_q62 TYPE string REQUIRED yes FIELD dim_s89.val_z11 TYPE boolean REQUIRED no FIELD dim_s89.col_m62.dim_z86 TY...
{"val_b53":"warning","col_b31":true,"key_t89":"ops@domain.org","dim_s89":{"param_q62":"sample","val_z11":false,"col_m62":{"dim_z86":"Bob","val_x31":true,"prop_k84":[985.45,82.29,892.09]},"prop_o46":{"col_d70":"level_1","col_p56":"in_progress","key_j13":"cat_a","val_r22":"2024-06-30"}},"dim_l11":"test@example.com","dim_...
agent_chain
{ "type": "object", "properties": { "val_b53": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_b31": { "type": "boolean" }, "key_t89": { "type": "string", "format": "email" }, "dim_s89": { ...
I need to look up the information first. Action: read_sensor_array Result: {"val_b53": "warning", "col_b31": true, "dim_s89": {"param_q62": "sample", "val_z11": false, "col_m62": {"dim_z86": "Bob", "val_x31": true, "prop_k84": [985.45, 82.29, 892.09]}, "prop_o46": {"col_d70": "level_1", "col_p56": "in_progress", "key_j...
Agent multi-step chain with truncated tool output
{"val_b53":"warning","col_b31":true,"key_t89":"ops@domain.org","dim_s89":{"param_q62":"sample","val_z11":false,"col_m62":{"dim_z86":"Bob","val_x31":true,"prop_k84":[985.45,82.29,892.09]},"prop_o46":{"col_d70":"level_1","col_p56":"in_progress","key_j13":"cat_a","val_r22":"2024-06-30"}},"dim_l11":"test@example.com","dim_...
TASK repair_structured_output SPEC FIELD field_v25 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD dim_o35 TYPE string REQUIRED yes FIELD param_u65 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD col_y66.key_a66 TYPE string REQUIRED no FIELD col_y66.attr_i80 TYPE integer REQUIRED...
{"field_v25":"level_1","dim_o35":"A short description.","param_u65":"option_a"}
tool_call_python_syntax
{ "type": "object", "properties": { "field_v25": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "dim_o35": { "type": "string" }, "param_u65": { "type": "string", "enum": [ "option_a", "option_b", ...
transfer_call(field_v25='level_1', dim_o35='A short description.', param_u65='option_a')
Tool call uses Python syntax instead of JSON
{"field_v25":"level_1","dim_o35":"A short description.","param_u65":"option_a"}
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD status_code TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD values TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD temp_celsius TYPE integer REQUIR...
{"batch_code":"confirmed","status_code":"green","values":"resolved"}
agent_chain
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "status_code": { "type": "string", "enum": [ "red", "blue", "green", "...
Let me check the system. Action: generate_report Result: {"status_code": "green", "values": "resolved"} Processing the request now. Action: read_sensor_array Result:
Agent multi-step chain with truncated tool output
{"batch_code":"confirmed","status_code":"green","values":"resolved"}
TASK repair_structured_output SPEC FIELD attr_y38 TYPE boolean REQUIRED no FIELD dim_o73 TYPE string VALUES option_a|option_b REQUIRED no FIELD param_l67 TYPE integer REQUIRED yes FIELD attr_b99 TYPE null REQUIRED no BROKEN_OUTPUT {"attr_y38":true,"dim_o73":"option_a","param_l67":796,"attr_b99":null
{"attr_y38":true,"dim_o73":"option_a","param_l67":796,"attr_b99":null}
truncated_array
{ "type": "object", "properties": { "attr_y38": { "type": "boolean" }, "dim_o73": { "type": "string", "enum": [ "option_a", "option_b" ] }, "param_l67": { "type": "integer" }, "attr_b99": { "type": "null" } }, "required": [ ...
{"attr_y38":true,"dim_o73":"option_a","param_l67":796,"attr_b99":null
Unexpected end of JSON input — truncated object
{"attr_y38":true,"dim_o73":"option_a","param_l67":796,"attr_b99":null}
TASK repair_structured_output SPEC FIELD port_code TYPE string_date-time REQUIRED no FIELD hazmat_code TYPE number REQUIRED yes FIELD collateral.full_name TYPE boolean REQUIRED yes FIELD collateral.weight TYPE number REQUIRED no FIELD collateral.label TYPE string VALUES option_a|option_b|option_c|option_d|option_e|opt...
{"port_code":"2020-09-28T16:02:00Z","hazmat_code":651.78,"collateral":{"full_name":false,"label":"option_f","company":false}}
partial_structure
{ "type": "object", "properties": { "port_code": { "type": "string", "format": "date-time" }, "hazmat_code": { "type": "number" }, "collateral": { "type": "object", "properties": { "full_name": { "type": "boolean" }, "weight": { ...
Based on the data, hazmat_code is 651.78. {"port_code":"2020-09-28T16:02:00Z","hazmat_code":651.78,"collateral":{"full_name":false,"label":"option_f","company":false}}
Output mixes natural language with JSON
{"port_code":"2020-09-28T16:02:00Z","hazmat_code":651.78,"collateral":{"full_name":false,"label":"option_f","company":false}}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES email|phone|sms|push REQUIRED no FIELD crew_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD category TYPE string REQUIRED yes FIELD language TYPE number REQUIRED yes FIELD footnote TYPE number REQUIRED no FIELD created_at TYPE string REQU...
{"item_id":"phone","crew_id":"JPY","category":"world","language":407.27,"footnote":481.39,"created_at":"example"}
markdown_fences
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "crew_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }...
```json {"item_id":"phone","crew_id":"JPY","category":"world","language":407.27,"footnote":481.39,"created_at":"example"} ```
Output contains markdown code fences
{"item_id":"phone","crew_id":"JPY","category":"world","language":407.27,"footnote":481.39,"created_at":"example"}
TASK repair_structured_output SPEC FIELD notes TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD language TYPE string REQUIRED no FIELD discount TYPE string VALUES success|error|warning|info REQUIRED no FIELD item_id TYPE number REQUIRED yes FIELD quantity TYPE number REQUIRED no FIELD deploy_target TYPE ...
{"language":"Diana","discount":"error","item_id":389.34,"quantity":195.05,"deploy_target":"quux","height":null}
extra_text_after
{ "type": "object", "properties": { "notes": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "language": { "type": "string" }, "discount": { "type": "string", "enum": [ "success", "error",...
{"language":"Diana","discount":"error","item_id":389.34,"quantity":195.05,"deploy_target":"quux","height":null} This should match the schema you provided.
Output contains non-JSON text after the object
{"language":"Diana","discount":"error","item_id":389.34,"quantity":195.05,"deploy_target":"quux","height":null}
TASK repair_structured_output SPEC FIELD field_e23 TYPE null REQUIRED yes FIELD param_s74.dim_p39 TYPE string REQUIRED no FIELD param_s74.col_i30 TYPE string VALUES type_a|type_b REQUIRED yes FIELD param_s74.val_r27 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD param_s74.prop_b94 TYPE string REQUIRED no FIELD...
{"field_e23":null,"param_s74":{"col_i30":"type_b","prop_b94":"Charlie","field_b53":{"key_j18":205,"field_h12":"married","prop_j83":531,"param_z33":"level_4","col_m06":107,"dim_p44":false},"dim_l34":true},"field_q78":"https://example.org/api"}
null_required
{ "type": "object", "properties": { "field_e23": { "type": "null" }, "param_s74": { "type": "object", "properties": { "dim_p39": { "type": "string" }, "col_i30": { "type": "string", "enum": [ "type_a", "type_...
{"field_e23": null, "param_s74": {"col_i30": "type_b", "prop_b94": "Charlie", "field_b53": {"key_j18": 205, "field_h12": "married", "prop_j83": 531, "param_z33": "level_4", "col_m06": 107, "dim_p44": false}, "dim_l34": true}, "field_q78": "https://example.org/api"}
Required field 'field_e23' is null
{"field_e23":null,"param_s74":{"col_i30":"type_b","prop_b94":"Charlie","field_b53":{"key_j18":205,"field_h12":"married","prop_j83":531,"param_z33":"level_4","col_m06":107,"dim_p44":false},"dim_l34":true},"field_q78":"https://example.org/api"}
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED yes FIELD product_id TYPE integer REQUIRED no FIELD payment_status.username TYPE integer REQUIRED no FIELD payment_status.branch TYPE string VALUES small|medium|large|xl REQUIRED no FIELD payment_status.country TYPE integer REQUIRED yes FIELD paymen...
{"dosage":16,"product_id":785,"rating":"BRL"}
missing_brace
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "product_id": { "type": "integer" }, "payment_status": { "type": "object", "properties": { "username": { "type": "integer" }, "branch": { "type": "string", ...
{"dosage":16,"product_id":785,"rating":"BRL"
Missing closing brace
{"dosage":16,"product_id":785,"rating":"BRL"}
TASK repair_structured_output SPEC FIELD field_h24 TYPE string REQUIRED no FIELD param_g93 TYPE string REQUIRED yes FIELD prop_v14 TYPE string_uri REQUIRED yes FIELD field_v50 TYPE string_email REQUIRED no FIELD prop_n75 TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. Action: calibrate_instrument Resul...
{"field_h24":"test","param_g93":"GRCh38","prop_v14":"https://data.org/v1","field_v50":"admin@test.io","prop_n75":"active"}
agent_chain
{ "type": "object", "properties": { "field_h24": { "type": "string" }, "param_g93": { "type": "string" }, "prop_v14": { "type": "string", "format": "uri" }, "field_v50": { "type": "string", "format": "email" }, "prop_n75": { "type": "stri...
Let me check the system. Action: calibrate_instrument Result: {"field_h24": "test", "param_g93": "GRCh38", "prop_v14": "https://data.org/v1", "field_v50": "admin@test.io"} Processing the request now. Action: align_reads Result:
Agent multi-step chain with truncated tool output
{"field_h24":"test","param_g93":"GRCh38","prop_v14":"https://data.org/v1","field_v50":"admin@test.io","prop_n75":"active"}
TASK repair_structured_output SPEC FIELD dosage TYPE string REQUIRED yes FIELD phone TYPE string REQUIRED yes FIELD cargo_type TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD due_date TYPE string REQUIRED yes BROKEN_OUTPUT {"dosage": "Luis", "phone": null, "cargo_type": "returned", "due_date":...
{"dosage":"Luis","phone":"FWD","cargo_type":"returned","due_date":"New York"}
null_required
{ "type": "object", "properties": { "dosage": { "type": "string" }, "phone": { "type": "string" }, "cargo_type": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "due_date": { "type": "stri...
{"dosage": "Luis", "phone": null, "cargo_type": "returned", "due_date": "New York"}
Required field 'phone' is null
{"dosage":"Luis","phone":"FWD","cargo_type":"returned","due_date":"New York"}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES single|married|divorced REQUIRED no FIELD order_id TYPE string REQUIRED no FIELD collateral TYPE string_uri REQUIRED no FIELD maturity_date TYPE integer REQUIRED no FIELD role TYPE string REQUIRED yes FIELD aligned_pct TYPE string VALUES cat_a|cat_b...
{"log_level":"divorced","collateral":"https://api.io/v1","maturity_date":507,"role":"world","aligned_pct":"cat_b"}
tool_call_text_mix
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "order_id": { "type": "string" }, "collateral": { "type": "string", "format": "uri" }, "maturity_date": { ...
I'll query our database. <tool_call name="read_sensor_array"> {"log_level":"divorced","collateral":"https://api.io/v1","maturity_date":507,"role":"world","aligned_pct":"cat_b"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"log_level":"divorced","collateral":"https://api.io/v1","maturity_date":507,"role":"world","aligned_pct":"cat_b"}
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD position TYPE number REQUIRED no FIELD freight_class TYPE boolean REQUIRED yes BROKEN_OUTPUT {"branch": "option_b", "position": 736.52, "freight_class": null}
{"branch":"option_b","position":736.52,"freight_class":false}
null_required
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "position": { "type": "number" }, "freight_class": { "type": "boolean" } }, "required": [ "freight_class" ] }
{"branch": "option_b", "position": 736.52, "freight_class": null}
Required field 'freight_class' is null
{"branch":"option_b","position":736.52,"freight_class":false}
TASK repair_structured_output SPEC FIELD batch_code TYPE string REQUIRED no FIELD state TYPE boolean REQUIRED no FIELD items TYPE string REQUIRED no FIELD conductivity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD quality_score TYPE boolean REQUIRED no FIELD manifest_ref TYPE string ...
{"batch_code":"Diana","state":true,"items":"A short description.","manifest_ref":"married","decay_rate":null,"branch":"https://example.io/api"}
tool_call_wrong_param
{ "type": "object", "properties": { "batch_code": { "type": "string" }, "state": { "type": "boolean" }, "items": { "type": "string" }, "conductivity": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "e...
Tool: validate_address Params: {"batch_code": "Diana", "state": true, "manifest_ref": "married", "decay_rate": null, "branch": "https://example.io/api", "items_value": "A short description."}
Agent used wrong parameter name 'items_value' instead of 'items'
{"batch_code":"Diana","state":true,"items":"A short description.","manifest_ref":"married","decay_rate":null,"branch":"https://example.io/api"}
TASK repair_structured_output SPEC FIELD prop_w68 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD col_c51 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD col_k47 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD key_m03 TYPE string_date-time REQUIRED yes FIELD attr_g7...
{"prop_w68":"active","col_c51":"level_1","col_k47":"type_a","key_m03":"2021-12-12T20:08:00Z","attr_y09":"PASS","key_b34":"https://www.org/data"}
missing_brace
{ "type": "object", "properties": { "prop_w68": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_c51": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ...
"prop_w68":"active","col_c51":"level_1","col_k47":"type_a","key_m03":"2021-12-12T20:08:00Z","attr_y09":"PASS","key_b34":"https://www.org/data"}
Missing closing brace
{"prop_w68":"active","col_c51":"level_1","col_k47":"type_a","key_m03":"2021-12-12T20:08:00Z","attr_y09":"PASS","key_b34":"https://www.org/data"}
TASK repair_structured_output SPEC FIELD batch_code.transaction_id.options TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD batch_code.transaction_id.color TYPE string REQUIRED yes FIELD batch_code.transaction_id.type TYPE string REQUIRED yes FIELD batch_code.span_id TYPE string REQUIRED yes FIELD...
{"batch_code":{"span_id":"Smith","ph_level":"qux","tax":"John","created_at":true},"description":"free","width":"2026-08-07T20:40:00Z","latitude":{"updated_at":"Diana","comments":{"hazmat_code":"Maria","priority":731,"message":null,"full_name":807},"url":"inactive","features":false,"frequency_hz":415},"credit_score":154...
tool_call_wrong_param
{ "type": "object", "properties": { "batch_code": { "type": "object", "properties": { "transaction_id": { "type": "object", "properties": { "options": { "type": "string", "enum": [ "open", "in_progres...
Tool: generate_report Params: {"description": "free", "width": "2026-08-07T20:40:00Z", "latitude": {"updated_at": "Diana", "comments": {"hazmat_code": "Maria", "priority": 731, "message": null, "full_name": 807}, "url": "inactive", "features": false, "frequency_hz": 415}, "credit_score": 154.38, "batch_code_new": {"spa...
Agent used wrong parameter name 'batch_code_new' instead of 'batch_code'
{"batch_code":{"span_id":"Smith","ph_level":"qux","tax":"John","created_at":true},"description":"free","width":"2026-08-07T20:40:00Z","latitude":{"updated_at":"Diana","comments":{"hazmat_code":"Maria","priority":731,"message":null,"full_name":807},"url":"inactive","features":false,"frequency_hz":415},"credit_score":154...
TASK repair_structured_output SPEC FIELD param_o61 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_d49 TYPE string REQUIRED no FIELD field_z24 TYPE integer REQUIRED yes FIELD dim_c47[].prop_u28 TYPE string REQUIRED yes FIELD dim_c47[].param_k96 TYPE integer REQUIRED yes FIELD dim_c47[].param_i29 TYP...
{"param_o61":"critical","attr_d49":"Charlie","field_z24":716}
extra_text_after
{ "type": "object", "properties": { "param_o61": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_d49": { "type": "string" }, "field_z24": { "type": "integer" }, "dim_c47": { "type": "array", ...
{"param_o61":"critical","attr_d49":"Charlie","field_z24":716} Analysis finished.
Output contains non-JSON text after the object
{"param_o61":"critical","attr_d49":"Charlie","field_z24":716}
TASK repair_structured_output SPEC FIELD dim_w21 TYPE number REQUIRED no FIELD key_y79 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD key_m07 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_y30 TYPE string REQUIRED yes BROKEN_OUTPUT {'key_y79':'hemizygous','key_m07...
{"key_y79":"hemizygous","key_m07":"open","dim_y30":"example"}
single_quotes
{ "type": "object", "properties": { "dim_w21": { "type": "number" }, "key_y79": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "key_m07": { "type": "string", "enum": [ "open", "in_progress"...
{'key_y79':'hemizygous','key_m07':'open','dim_y30':'example'}
Expecting property name enclosed in double quotes
{"key_y79":"hemizygous","key_m07":"open","dim_y30":"example"}
TASK repair_structured_output SPEC FIELD prop_y97 TYPE integer REQUIRED yes FIELD key_e77 TYPE integer REQUIRED yes FIELD key_y07 TYPE boolean REQUIRED yes FIELD dim_e39.attr_u02 TYPE integer REQUIRED no FIELD dim_e39.field_c40 TYPE string_date-time REQUIRED yes FIELD dim_e39.attr_w74 TYPE integer REQUIRED yes BROKEN...
{"prop_y97":981,"key_e77":317,"key_y07":false,"dim_e39":{"attr_u02":103,"field_c40":"2025-06-15T01:54:00Z","attr_w74":222}}
tool_call_text_mix
{ "type": "object", "properties": { "prop_y97": { "type": "integer" }, "key_e77": { "type": "integer" }, "key_y07": { "type": "boolean" }, "dim_e39": { "type": "object", "properties": { "attr_u02": { "type": "integer" }, "fi...
I need to look up the information first. <tool_call name="create_ticket"> {"prop_y97":981,"key_e77":317,"key_y07":false,"dim_e39":{"attr_u02":103,"field_c40":"2025-06-15T01:54:00Z","attr_w74":222}} </tool_call.
Agent response mixes reasoning text with tool call
{"prop_y97":981,"key_e77":317,"key_y07":false,"dim_e39":{"attr_u02":103,"field_c40":"2025-06-15T01:54:00Z","attr_w74":222}}
TASK repair_structured_output SPEC FIELD ph_level TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD tax TYPE string REQUIRED yes FIELD chromosome TYPE string VALUES reliable|unstable|intermittent REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: create_order Result: {"tax": "user@domain.com", "chro...
{"ph_level":"sms","tax":"user@domain.com","chromosome":"reliable"}
agent_chain
{ "type": "object", "properties": { "ph_level": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "tax": { "type": "string" }, "chromosome": { "type": "string", "enum": [ "reliable", "unstable", ...
Let me check the system. Action: create_order Result: {"tax": "user@domain.com", "chromosome": "reliable"} Processing the request now. Action: get_weather Result:
Agent multi-step chain with truncated tool output
{"ph_level":"sms","tax":"user@domain.com","chromosome":"reliable"}
TASK repair_structured_output SPEC FIELD col_q22.dim_w73 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD col_q22.field_i09 TYPE number REQUIRED yes FIELD col_q22.key_d71.val_c16 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD col_q22.key_d71.val_f25 TYPE string VALUES level_1|level_...
{"col_q22":{"field_i09":677.35,"key_d71":{"val_c16":"cat_e","val_f25":"level_3","attr_p81":"Sao Paulo"}},"param_m98":"missense","prop_n02":280.28,"prop_v59":269,"prop_q47":268.1,"param_n15":"Bob","field_c12":"https://www.com/api"}
partial_structure
{ "type": "object", "properties": { "col_q22": { "type": "object", "properties": { "dim_w73": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "field_i09": { "type": "num...
Based on the data, prop_q47 is 268.1. {"col_q22":{"field_i09":677.35,"key_d71":{"val_c16":"cat_e","val_f25":"level_3","attr_p81":"Sao Paulo"}},"param_m98":"missense","prop_n02":280.28,"prop_v59":269,"prop_q47":268.1,"param_n15":"Bob","field_c12":"https://www.com/api"}
Output mixes natural language with JSON
{"col_q22":{"field_i09":677.35,"key_d71":{"val_c16":"cat_e","val_f25":"level_3","attr_p81":"Sao Paulo"}},"param_m98":"missense","prop_n02":280.28,"prop_v59":269,"prop_q47":268.1,"param_n15":"Bob","field_c12":"https://www.com/api"}
TASK repair_structured_output SPEC FIELD dim_b10 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_z74 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD key_u88 TYPE string REQUIRED no FIELD prop_z59 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no BROKEN_OUTPUT {"dim_b10":"red","dim...
{"dim_b10":"red","dim_z74":"basic","prop_z59":"EUR"}
missing_brace
{ "type": "object", "properties": { "dim_b10": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_z74": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ...
{"dim_b10":"red","dim_z74":"basic","prop_z59":"EUR"
Missing closing brace
{"dim_b10":"red","dim_z74":"basic","prop_z59":"EUR"}
TASK repair_structured_output SPEC FIELD sensor_id TYPE boolean REQUIRED yes FIELD catalyst TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD user_id TYPE string REQUIRED yes BROKEN_OUTPUT {"sensor_id": "\"yes\"", "catalyst": "viewer", "user_id": "RTG-04"}
{"sensor_id":true,"catalyst":"viewer","user_id":"RTG-04"}
wrong_type
{ "type": "object", "properties": { "sensor_id": { "type": "boolean" }, "catalyst": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "user_id": { "type": "string" } }, "required": [ "catalyst", "sensor_id", "...
{"sensor_id": "\"yes\"", "catalyst": "viewer", "user_id": "RTG-04"}
Field 'sensor_id' must be boolean, got string
{"sensor_id":true,"catalyst":"viewer","user_id":"RTG-04"}
TASK repair_structured_output SPEC FIELD prop_b32.key_u08 TYPE number REQUIRED no FIELD prop_b32.attr_l03 TYPE string REQUIRED no FIELD prop_b32.prop_f47[] TYPE string REQUIRED no FIELD prop_b32.col_k25[].param_b75 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_b32.col_k25[].prop_z45 TYPE string R...
{"prop_b32":{"key_u08":83.28,"attr_l03":"approved","col_k25":[{"param_b75":"high","param_w48":"green","dim_o34":"Hapag-Lloyd-Express","key_l34":599},{"param_b75":"medium","prop_z45":"user@domain.com","param_w48":"blue","dim_o34":"Tokyo","key_l34":207}]},"field_s61":"user@test.io","attr_m42":"Tokyo","param_c25":{"attr_j...
tool_call_python_syntax
{ "type": "object", "properties": { "prop_b32": { "type": "object", "properties": { "key_u08": { "type": "number" }, "attr_l03": { "type": "string" }, "prop_f47": { "type": "array", "items": { "type": "string...
filter_variants(prop_b32={'key_u08': 83.28, 'attr_l03': 'approved', 'col_k25': [{'param_b75': 'high', 'param_w48': 'green', 'dim_o34': 'Hapag-Lloyd-Express', 'key_l34': 599}, {'param_b75': 'medium', 'prop_z45': 'user@domain.com', 'param_w48': 'blue', 'dim_o34': 'Tokyo', 'key_l34': 207}]}, field_s61='user@test.io', attr...
Tool call uses Python syntax instead of JSON
{"prop_b32":{"key_u08":83.28,"attr_l03":"approved","col_k25":[{"param_b75":"high","param_w48":"green","dim_o34":"Hapag-Lloyd-Express","key_l34":599},{"param_b75":"medium","prop_z45":"user@domain.com","param_w48":"blue","dim_o34":"Tokyo","key_l34":207}]},"field_s61":"user@test.io","attr_m42":"Tokyo","param_c25":{"attr_j...
TASK repair_structured_output SPEC FIELD param_m67 TYPE string REQUIRED yes FIELD dim_l85 TYPE boolean REQUIRED yes FIELD param_p82 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes BROKEN_OUTPUT ```json {"param_m67":"Berlin","dim_l85":false,"param_p82":"option_c"} ```
{"param_m67":"Berlin","dim_l85":false,"param_p82":"option_c"}
markdown_fences
{ "type": "object", "properties": { "param_m67": { "type": "string" }, "dim_l85": { "type": "boolean" }, "param_p82": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] } }, "required": [ "param...
```json {"param_m67":"Berlin","dim_l85":false,"param_p82":"option_c"} ```
Output contains markdown code fences
{"param_m67":"Berlin","dim_l85":false,"param_p82":"option_c"}
TASK repair_structured_output SPEC FIELD param_e70 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_x46 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD dim_d54 TYPE integer REQUIRED yes FIELD dim_y11 TYPE string VALUES success|error|warning|info REQUIRED no BROKEN_OUTPUT {"param_...
{"param_e70":"basic","prop_x46":"coastal","dim_d54":303,"dim_y11":"warning"}
missing_bracket
{ "type": "object", "properties": { "param_e70": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_x46": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
{"param_e70":"basic","prop_x46":"coastal","dim_d54":303,"dim_y11":"warning"}
Missing closing bracket
{"param_e70":"basic","prop_x46":"coastal","dim_d54":303,"dim_y11":"warning"}