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 commit_hash TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD section TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD branch TYPE string VALUES low|medium|high|critical REQUIRED no BROKEN_OUTPUT {"commit_hash":"closed","section":"oceanic...
{"commit_hash":"closed","section":"oceanic"}
trailing_comma
{ "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "section": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic...
{"commit_hash":"closed","section":"oceanic",}
Unexpected trailing comma
{"commit_hash":"closed","section":"oceanic"}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD strand TYPE boolean REQUIRED no FIELD insurance_id TYPE string VALUES active|inactive|pending REQUIRED yes FIELD patient_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD c...
{"interest_rate":"inland","strand":true,"insurance_id":"active","commit_hash":"editor"}
partial_structure
{ "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "strand": { "type": "boolean" }, "insurance_id": { "type": "string", "enum": [ "active", ...
I found that commit_hash should be editor. {"interest_rate":"inland","strand":true,"insurance_id":"active","commit_hash":"editor"}
Output mixes natural language with JSON
{"interest_rate":"inland","strand":true,"insurance_id":"active","commit_hash":"editor"}
TASK repair_structured_output SPEC FIELD umi.label.verified TYPE string VALUES success|error|warning|info REQUIRED yes FIELD umi.label.ward TYPE string VALUES active|inactive|pending REQUIRED yes FIELD umi.label.interest_rate TYPE integer REQUIRED yes FIELD umi.height TYPE null REQUIRED no FIELD umi.reagent.full_name ...
{"umi":{"reagent":{"full_name":"John","quality_score":60.87,"priority":868},"transaction_id":67.36},"priority":714.78,"filter_flag":"info@test.io","phenotype":null,"deploy_target":"chr1"}
truncated_array
{ "type": "object", "properties": { "umi": { "type": "object", "properties": { "label": { "type": "object", "properties": { "verified": { "type": "string", "enum": [ "success", "error", ...
{"umi":{"reagent":{"full_name":"John","quality_score":60.87,"priority":868},"transaction_id":67.36},"priority":714.78,"filter_flag":"info@test.io","phenotype":null,"deploy_target":"chr1"
Unexpected end of JSON input — truncated object
{"umi":{"reagent":{"full_name":"John","quality_score":60.87,"priority":868},"transaction_id":67.36},"priority":714.78,"filter_flag":"info@test.io","phenotype":null,"deploy_target":"chr1"}
TASK repair_structured_output SPEC FIELD val_t35.attr_i44 TYPE string REQUIRED yes FIELD val_t35.key_i46 TYPE boolean REQUIRED yes FIELD val_t35.field_r38.dim_q84 TYPE integer REQUIRED no FIELD val_t35.field_r38.col_z99 TYPE string REQUIRED yes FIELD val_t35.field_r38.col_s88 TYPE boolean REQUIRED no FIELD val_t35.fie...
{"val_t35":{"attr_i44":"Oliveira","key_i46":true,"field_r38":{"dim_q84":770,"col_z99":"active","attr_y90":837},"key_w17":{"dim_a62":"completed","field_w98":true,"prop_f21":435.96,"prop_f00":685,"param_w86":"sms","dim_n61":"https://example.io/api"}},"param_q16":"editor","dim_p84":889}
trailing_comma
{ "type": "object", "properties": { "val_t35": { "type": "object", "properties": { "attr_i44": { "type": "string" }, "key_i46": { "type": "boolean" }, "field_r38": { "type": "object", "properties": { "dim_q84...
{"val_t35":{"attr_i44":"Oliveira","key_i46":true,"field_r38":{"dim_q84":770,"col_z99":"active","attr_y90":837},"key_w17":{"dim_a62":"completed","field_w98":true,"prop_f21":435.96,"prop_f00":685,"param_w86":"sms","dim_n61":"https://example.io/api"}},"param_q16":"editor","dim_p84":889,}
Unexpected trailing comma
{"val_t35":{"attr_i44":"Oliveira","key_i46":true,"field_r38":{"dim_q84":770,"col_z99":"active","attr_y90":837},"key_w17":{"dim_a62":"completed","field_w98":true,"prop_f21":435.96,"prop_f00":685,"param_w86":"sms","dim_n61":"https://example.io/api"}},"param_q16":"editor","dim_p84":889}
TASK repair_structured_output SPEC FIELD name TYPE integer REQUIRED no FIELD wavelength TYPE string VALUES single|married|divorced REQUIRED yes FIELD aligned_pct TYPE number REQUIRED yes FIELD sensor_id TYPE string REQUIRED no FIELD rating TYPE string_date-time REQUIRED no BROKEN_OUTPUT {"name": 744, "wavelength": "d...
{"name":744,"wavelength":"divorced","aligned_pct":564.64,"sensor_id":"Paris","rating":"2026-01-17T07:34:00Z"}
null_required
{ "type": "object", "properties": { "name": { "type": "integer" }, "wavelength": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "aligned_pct": { "type": "number" }, "sensor_id": { "type": "string" }, ...
{"name": 744, "wavelength": "divorced", "aligned_pct": null, "sensor_id": "Paris", "rating": "2026-01-17T07:34:00Z"}
Required field 'aligned_pct' is null
{"name":744,"wavelength":"divorced","aligned_pct":564.64,"sensor_id":"Paris","rating":"2026-01-17T07:34:00Z"}
TASK repair_structured_output SPEC FIELD key_w43 TYPE integer REQUIRED no FIELD attr_z98 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_n98 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD prop_n52 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD val_i71.at...
{"key_w43":603,"attr_z98":"rejected","prop_n52":"medium","val_i71":{"col_h21":"green","dim_j35":"anchored"}}
missing_required
{ "type": "object", "properties": { "key_w43": { "type": "integer" }, "attr_z98": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "dim_n98": { "type": "string", "enum": [ "small"...
{"key_w43": 603, "attr_z98": "rejected", "val_i71": {"col_h21": "green", "dim_j35": "anchored"}}
Required field 'prop_n52' is missing
{"key_w43":603,"attr_z98":"rejected","prop_n52":"medium","val_i71":{"col_h21":"green","dim_j35":"anchored"}}
TASK repair_structured_output SPEC FIELD prop_p84 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD attr_w33 TYPE string_email REQUIRED no FIELD val_j95 TYPE string REQUIRED yes BROKEN_OUTPUT The parsed result is: {"prop_p84":"mode_d","attr_w33":"info@domain.org","val_j95":"example"}
{"prop_p84":"mode_d","attr_w33":"info@domain.org","val_j95":"example"}
extra_text_before
{ "type": "object", "properties": { "prop_p84": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "attr_w33": { "type": "string", "format": "email" }, "val_j95": { "type": "string" }...
The parsed result is: {"prop_p84":"mode_d","attr_w33":"info@domain.org","val_j95":"example"}
Output contains non-JSON text before the object
{"prop_p84":"mode_d","attr_w33":"info@domain.org","val_j95":"example"}
TASK repair_structured_output SPEC FIELD col_m98 TYPE integer REQUIRED no FIELD col_z16 TYPE boolean REQUIRED yes FIELD prop_i21 TYPE number REQUIRED no FIELD attr_k45 TYPE string REQUIRED yes FIELD field_r09 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: validate_address Resu...
{"col_m98":458,"col_z16":true,"prop_i21":922.64,"attr_k45":"John","field_r09":"cancelled"}
agent_chain
{ "type": "object", "properties": { "col_m98": { "type": "integer" }, "col_z16": { "type": "boolean" }, "prop_i21": { "type": "number" }, "attr_k45": { "type": "string" }, "field_r09": { "type": "string" } }, "required": [ "field_r09", ...
I need to look up the information first. Action: validate_address Result: {"col_m98": 458, "col_z16": true, "prop_i21": 922.64, "attr_k45": "John"} I'll query our database. Action: book_appointment Result:
Agent multi-step chain with truncated tool output
{"col_m98":458,"col_z16":true,"prop_i21":922.64,"attr_k45":"John","field_r09":"cancelled"}
TASK repair_structured_output SPEC FIELD shipping TYPE string REQUIRED yes FIELD zip_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD chapter TYPE integer REQUIRED no BROKEN_OUTPUT {"shipping":"MV-Evergreen-01","zip_code":"open","chapter":423
{"shipping":"MV-Evergreen-01","zip_code":"open","chapter":423}
truncated_array
{ "type": "object", "properties": { "shipping": { "type": "string" }, "zip_code": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "chapter": { "type": "integer" } }, "required": [ "zip_code",...
{"shipping":"MV-Evergreen-01","zip_code":"open","chapter":423
Unexpected end of JSON input — truncated object
{"shipping":"MV-Evergreen-01","zip_code":"open","chapter":423}
TASK repair_structured_output SPEC FIELD amplitude TYPE integer REQUIRED no FIELD tax TYPE integer REQUIRED no FIELD catalyst TYPE null REQUIRED yes FIELD title TYPE number REQUIRED yes FIELD country[] TYPE boolean REQUIRED no FIELD name[].humidity_pct TYPE string VALUES type_a|type_b REQUIRED yes FIELD name[].last_na...
{"amplitude":632,"tax":476,"catalyst":null,"title":441.43,"country":[true,false,true],"name":[{"humidity_pct":"type_a","last_name":"Berlin","bearing":608},{"humidity_pct":"type_b","bearing":184},{"humidity_pct":"type_b","last_name":"Silva","bearing":542}]}
extra_text_after
{ "type": "object", "properties": { "amplitude": { "type": "integer" }, "tax": { "type": "integer" }, "catalyst": { "type": "null" }, "title": { "type": "number" }, "country": { "type": "array", "items": { "type": "boolean" } ...
{"amplitude":632,"tax":476,"catalyst":null,"title":441.43,"country":[true,false,true],"name":[{"humidity_pct":"type_a","last_name":"Berlin","bearing":608},{"humidity_pct":"type_b","bearing":184},{"humidity_pct":"type_b","last_name":"Silva","bearing":542}]} This should match the schema you provided.
Output contains non-JSON text after the object
{"amplitude":632,"tax":476,"catalyst":null,"title":441.43,"country":[true,false,true],"name":[{"humidity_pct":"type_a","last_name":"Berlin","bearing":608},{"humidity_pct":"type_b","bearing":184},{"humidity_pct":"type_b","last_name":"Silva","bearing":542}]}
TASK repair_structured_output SPEC FIELD param_k94 TYPE string_date-time REQUIRED no FIELD key_t65 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD val_n63 TYPE integer REQUIRED yes FIELD val_k44 TYPE boolean REQUIRED no BROKEN_OUTPUT Based on your request, here is the data: {"param_k94":"2022-04-19T08:56:0...
{"param_k94":"2022-04-19T08:56:00Z","key_t65":"push","val_n63":271,"val_k44":true}
extra_text_before
{ "type": "object", "properties": { "param_k94": { "type": "string", "format": "date-time" }, "key_t65": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_n63": { "type": "integer" }, "val_k44": { ...
Based on your request, here is the data: {"param_k94":"2022-04-19T08:56:00Z","key_t65":"push","val_n63":271,"val_k44":true}
Output contains non-JSON text before the object
{"param_k94":"2022-04-19T08:56:00Z","key_t65":"push","val_n63":271,"val_k44":true}
TASK repair_structured_output SPEC FIELD dim_x39 TYPE number REQUIRED no FIELD val_d32 TYPE integer REQUIRED yes FIELD param_a97 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD attr_b21.dim_z92 TYPE boolean REQUIRED no FIELD attr_b21.attr_b30 TYPE string REQUIRED yes FIELD attr_b21.field_j49.dim_k65 T...
{"dim_x39":248.73,"val_d32":318,"param_a97":"mode_b","attr_b21":{"dim_z92":true,"attr_b30":"Jane","field_j49":{"dim_k65":false,"key_u70":760,"col_z19":821},"col_j61":"https://api.example.com/v1","attr_x93":406}}
tool_call_partial_args
{ "type": "object", "properties": { "dim_x39": { "type": "number" }, "val_d32": { "type": "integer" }, "param_a97": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "attr_b21": { "type": "object"...
I need to look up the information first. Action: validate_sample Arguments: {"dim_x39": 248.73, "param_a97": "mode_b", "attr_b21": {"dim_z92": true, "attr_b30": "Jane", "field_j49": {"dim_k65": false, "key_u70": 760, "col_z19": 821}, "col_j61": "https://api.example.com/v1", "attr_x93": 406}}
Agent tool call missing required parameter 'val_d32'
{"dim_x39":248.73,"val_d32":318,"param_a97":"mode_b","attr_b21":{"dim_z92":true,"attr_b30":"Jane","field_j49":{"dim_k65":false,"key_u70":760,"col_z19":821},"col_j61":"https://api.example.com/v1","attr_x93":406}}
TASK repair_structured_output SPEC FIELD active TYPE number REQUIRED yes FIELD vital_sign TYPE number REQUIRED no FIELD credit_score TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD discount TYPE string REQUIRED yes BROKEN_OUTPUT {"active":16.34,"vital_sign":573.65,"credit_score":"EUR","discount":"John"
{"active":16.34,"vital_sign":573.65,"credit_score":"EUR","discount":"John"}
truncated_array
{ "type": "object", "properties": { "active": { "type": "number" }, "vital_sign": { "type": "number" }, "credit_score": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "discount": { "type": "...
{"active":16.34,"vital_sign":573.65,"credit_score":"EUR","discount":"John"
Unexpected end of JSON input — truncated object
{"active":16.34,"vital_sign":573.65,"credit_score":"EUR","discount":"John"}
TASK repair_structured_output SPEC FIELD dim_c16 TYPE string VALUES level_1|level_2 REQUIRED no FIELD dim_l07 TYPE integer REQUIRED yes FIELD col_e79.field_e84 TYPE string REQUIRED yes FIELD col_e79.dim_c90 TYPE string_date-time REQUIRED yes FIELD col_e79.param_o22 TYPE boolean REQUIRED yes FIELD col_e79.attr_j05 TYPE...
{"dim_l07":761,"col_e79":{"field_e84":"2024-06-30","dim_c90":"2020-11-03T14:54:00Z","param_o22":true,"attr_j05":"frameshift"},"key_y53":{"attr_i06":"mode_b","key_u83":true,"dim_e72":"resolved","key_q12":"Luis","attr_k90":["This is a test value.","Sao Paulo","Santos"]}}
markdown_explanation
{ "type": "object", "properties": { "dim_c16": { "type": "string", "enum": [ "level_1", "level_2" ] }, "dim_l07": { "type": "integer" }, "col_e79": { "type": "object", "properties": { "field_e84": { "type": "string" },...
Here's the structured output: ```json {"dim_l07":761,"col_e79":{"field_e84":"2024-06-30","dim_c90":"2020-11-03T14:54:00Z","param_o22":true,"attr_j05":"frameshift"},"key_y53":{"attr_i06":"mode_b","key_u83":true,"dim_e72":"resolved","key_q12":"Luis","attr_k90":["This is a test value.","Sao Paulo","Santos"]}} ``` Data log...
Output contains markdown and explanatory text around JSON
{"dim_l07":761,"col_e79":{"field_e84":"2024-06-30","dim_c90":"2020-11-03T14:54:00Z","param_o22":true,"attr_j05":"frameshift"},"key_y53":{"attr_i06":"mode_b","key_u83":true,"dim_e72":"resolved","key_q12":"Luis","attr_k90":["This is a test value.","Sao Paulo","Santos"]}}
TASK repair_structured_output SPEC FIELD verified TYPE string REQUIRED no FIELD url TYPE boolean REQUIRED yes FIELD tile TYPE string REQUIRED no BROKEN_OUTPUT {"url":true,"tile":"Paris"} This should match the schema you provided.
{"url":true,"tile":"Paris"}
extra_text_after
{ "type": "object", "properties": { "verified": { "type": "string" }, "url": { "type": "boolean" }, "tile": { "type": "string" } }, "required": [ "url" ] }
{"url":true,"tile":"Paris"} This should match the schema you provided.
Output contains non-JSON text after the object
{"url":true,"tile":"Paris"}
TASK repair_structured_output SPEC FIELD trace_id TYPE string VALUES email|phone|sms|push REQUIRED no FIELD longitude TYPE string VALUES active|inactive|pending REQUIRED yes FIELD features TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD name TYPE boolean REQUIRED yes FIELD aligned_pct.shi...
{"trace_id":"push","longitude":"inactive","features":"nonsense","name":true,"aligned_pct":{"shift_code":"https://www.io/v1","payment_status":true,"latitude":"active"},"first_name":86,"last_name":"2024-01-15"}
extra_text_before
{ "type": "object", "properties": { "trace_id": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "longitude": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "features...
Here is the JSON you requested: {"trace_id":"push","longitude":"inactive","features":"nonsense","name":true,"aligned_pct":{"shift_code":"https://www.io/v1","payment_status":true,"latitude":"active"},"first_name":86,"last_name":"2024-01-15"}
Output contains non-JSON text before the object
{"trace_id":"push","longitude":"inactive","features":"nonsense","name":true,"aligned_pct":{"shift_code":"https://www.io/v1","payment_status":true,"latitude":"active"},"first_name":86,"last_name":"2024-01-15"}
TASK repair_structured_output SPEC FIELD balance TYPE integer REQUIRED yes FIELD shipping TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD length TYPE string REQUIRED no FIELD item_id TYPE string_uri REQUIRED yes BROKEN_OUTPUT {balance:475,shipping:"anchored",length:"Santos",item_id:"https://www....
{"balance":475,"shipping":"anchored","length":"Santos","item_id":"https://www.io/v1"}
unquoted_keys
{ "type": "object", "properties": { "balance": { "type": "integer" }, "shipping": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "length": { "type": "string" }, "item_id": { "type": "strin...
{balance:475,shipping:"anchored",length:"Santos",item_id:"https://www.io/v1"}
Expecting property name enclosed in double quotes
{"balance":475,"shipping":"anchored","length":"Santos","item_id":"https://www.io/v1"}
TASK repair_structured_output SPEC FIELD field_u85 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD param_g31 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_u80 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_i98 TYPE string_uri REQUIRED no FIELD prop_w21 TYPE null ...
{"field_u85":"option_b","param_g31":"JPY","prop_u80":"info","prop_w21":null}
single_quotes
{ "type": "object", "properties": { "field_u85": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "param_g31": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] },...
{'field_u85':'option_b','param_g31':'JPY','prop_u80':'info','prop_w21':null}
Expecting property name enclosed in double quotes
{"field_u85":"option_b","param_g31":"JPY","prop_u80":"info","prop_w21":null}
TASK repair_structured_output SPEC FIELD val_r80 TYPE null REQUIRED yes FIELD col_j42 TYPE integer REQUIRED no FIELD field_b62 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD dim_o87 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_k85[].prop_j21 TYPE string VALUES USD|EUR|GBP|BRL|...
{"val_r80":null,"col_j42":630,"field_b62":"push","dim_o87":"resolved","prop_k85":[{"prop_j21":"JPY","attr_w62":"reliable","attr_c32":754,"field_j10":"Bob"}]}
truncated_array
{ "type": "object", "properties": { "val_r80": { "type": "null" }, "col_j42": { "type": "integer" }, "field_b62": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "dim_o87": { "type": "string", "e...
{"val_r80":null,"col_j42":630,"field_b62":"push","dim_o87":"resolved","prop_k85":[{"prop_j21":"JPY","attr_w62":"reliable","attr_c32":754,"field_j10":"Bob"}
Unexpected end of JSON input — truncated array
{"val_r80":null,"col_j42":630,"field_b62":"push","dim_o87":"resolved","prop_k85":[{"prop_j21":"JPY","attr_w62":"reliable","attr_c32":754,"field_j10":"Bob"}]}
TASK repair_structured_output SPEC FIELD trace_id TYPE boolean REQUIRED yes FIELD full_name TYPE string_email REQUIRED no FIELD category TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD bill_of_lading[] TYPE boolean REQUIRED yes BROKEN_OUTPUT Based on the data, full_name is admin@domain.org. {"trace_id":tru...
{"trace_id":true,"full_name":"admin@domain.org","category":"email","bill_of_lading":[true]}
partial_structure
{ "type": "object", "properties": { "trace_id": { "type": "boolean" }, "full_name": { "type": "string", "format": "email" }, "category": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "bill_of_lading"...
Based on the data, full_name is admin@domain.org. {"trace_id":true,"full_name":"admin@domain.org","category":"email","bill_of_lading":[true]}
Output mixes natural language with JSON
{"trace_id":true,"full_name":"admin@domain.org","category":"email","bill_of_lading":[true]}
TASK repair_structured_output SPEC FIELD val_j44 TYPE string REQUIRED yes FIELD attr_t90 TYPE integer REQUIRED yes FIELD col_p45 TYPE string REQUIRED yes FIELD col_r65 TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"val_j44":"Santos","attr_t90":962,"col_p45":"PASS","col_r65":186} ```
{"val_j44":"Santos","attr_t90":962,"col_p45":"PASS","col_r65":186}
markdown_fences
{ "type": "object", "properties": { "val_j44": { "type": "string" }, "attr_t90": { "type": "integer" }, "col_p45": { "type": "string" }, "col_r65": { "type": "integer" } }, "required": [ "attr_t90", "col_r65", "col_p45", "val_j44" ] }
```json {"val_j44":"Santos","attr_t90":962,"col_p45":"PASS","col_r65":186} ```
Output contains markdown code fences
{"val_j44":"Santos","attr_t90":962,"col_p45":"PASS","col_r65":186}
TASK repair_structured_output SPEC FIELD trace_id TYPE number REQUIRED no FIELD status_code TYPE boolean REQUIRED no FIELD comments TYPE integer REQUIRED yes FIELD salinity TYPE boolean REQUIRED no FIELD email TYPE string REQUIRED yes FIELD step TYPE string REQUIRED yes FIELD barcode TYPE string REQUIRED no FIELD subj...
{"trace_id":584.49,"status_code":false,"comments":144,"email":"London","step":"Luis","barcode":"bar","subject":{"id":"low","name":"black","timezone":"homozygous","velocity":916.24,"start_date":529.13,"status_code":372,"values":null}}
trailing_comma
{ "type": "object", "properties": { "trace_id": { "type": "number" }, "status_code": { "type": "boolean" }, "comments": { "type": "integer" }, "salinity": { "type": "boolean" }, "email": { "type": "string" }, "step": { "type": "string" ...
{"trace_id":584.49,"status_code":false,"comments":144,"email":"London","step":"Luis","barcode":"bar","subject":{"id":"low","name":"black","timezone":"homozygous","velocity":916.24,"start_date":529.13,"status_code":372,"values":null,}}
Unexpected trailing comma
{"trace_id":584.49,"status_code":false,"comments":144,"email":"London","step":"Luis","barcode":"bar","subject":{"id":"low","name":"black","timezone":"homozygous","velocity":916.24,"start_date":529.13,"status_code":372,"values":null}}
TASK repair_structured_output SPEC FIELD prop_l24 TYPE string REQUIRED no FIELD dim_q41 TYPE number REQUIRED yes FIELD dim_d59.param_z13 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD dim_d59.prop_u89 TYPE string REQUIRED yes FIELD dim_d59.attr_n08 TYPE integer REQUIRED no FIELD dim_d59.dim_q...
{"prop_l24":"Charlie","dim_q41":986.93,"dim_d59":{"param_z13":"option_d","prop_u89":"Smith","attr_n08":590,"dim_q82":"example","dim_g04":"cat_f"},"val_w97":813,"prop_i49":430.06}
wrong_type
{ "type": "object", "properties": { "prop_l24": { "type": "string" }, "dim_q41": { "type": "number" }, "dim_d59": { "type": "object", "properties": { "param_z13": { "type": "string", "enum": [ "option_a", "option_b", ...
{"prop_l24": "Charlie", "dim_q41": "\"986.93\"", "dim_d59": {"param_z13": "option_d", "prop_u89": "Smith", "attr_n08": 590, "dim_q82": "example", "dim_g04": "cat_f"}, "val_w97": 813, "prop_i49": 430.06}
Field 'dim_q41' must be number, got string
{"prop_l24":"Charlie","dim_q41":986.93,"dim_d59":{"param_z13":"option_d","prop_u89":"Smith","attr_n08":590,"dim_q82":"example","dim_g04":"cat_f"},"val_w97":813,"prop_i49":430.06}
TASK repair_structured_output SPEC FIELD address TYPE boolean REQUIRED yes FIELD width TYPE number REQUIRED yes FIELD country TYPE boolean REQUIRED yes BROKEN_OUTPUT Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"address":true,"width":704.29,"country":false}
{"address":true,"width":704.29,"country":false}
thought_process
{ "type": "object", "properties": { "address": { "type": "boolean" }, "width": { "type": "number" }, "country": { "type": "boolean" } }, "required": [ "country", "width", "address" ] }
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"address":true,"width":704.29,"country":false}
Output contains chain-of-thought reasoning before JSON
{"address":true,"width":704.29,"country":false}
TASK repair_structured_output SPEC FIELD subtotal TYPE boolean REQUIRED yes FIELD allele TYPE integer REQUIRED yes FIELD phenotype TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD feedback TYPE boolean REQUIRED no FIELD due_date TYPE string REQUIRED no FIELD paragraph TYPE string REQUIRED no BR...
{"subtotal":false,"allele":764,"phenotype":"type_e","feedback":true,"paragraph":"qux"}
truncated_object
{ "type": "object", "properties": { "subtotal": { "type": "boolean" }, "allele": { "type": "integer" }, "phenotype": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "feedback": { ...
{"subtotal":false,"allele":764,"phenotype":"type_e","feedback":true,"paragraph":"qux"
Unexpected end of JSON input — truncated object
{"subtotal":false,"allele":764,"phenotype":"type_e","feedback":true,"paragraph":"qux"}
TASK repair_structured_output SPEC FIELD half_life TYPE string VALUES single|married|divorced REQUIRED yes FIELD label TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD cargo_type TYPE string VALUES small|medium|large|xl REQUIRED no BROKEN_OUTPUT ```json {"half_life":"divorced","label":"closed"} ...
{"half_life":"divorced","label":"closed"}
markdown_fences
{ "type": "object", "properties": { "half_life": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "label": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
```json {"half_life":"divorced","label":"closed"} ```
Output contains markdown code fences
{"half_life":"divorced","label":"closed"}
TASK repair_structured_output SPEC FIELD prop_q85 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_r11 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_t78 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"col_r11": "basic", "prop_t78": true, "extra_value_9456": "unexpected"}
{"col_r11":"basic","prop_t78":true}
extra_field
{ "type": "object", "properties": { "prop_q85": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "col_r11": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_...
{"col_r11": "basic", "prop_t78": true, "extra_value_9456": "unexpected"}
Unknown field 'extra_value_9456' not defined in schema
{"col_r11":"basic","prop_t78":true}
TASK repair_structured_output SPEC FIELD dim_g04 TYPE number REQUIRED no FIELD attr_p63 TYPE boolean REQUIRED yes FIELD col_e81 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD val_u44 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no BROKEN_OUTPUT I need to look up the informati...
{"dim_g04":536.62,"attr_p63":false,"val_u44":"type_c"}
agent_chain
{ "type": "object", "properties": { "dim_g04": { "type": "number" }, "attr_p63": { "type": "boolean" }, "col_e81": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_u44": { "type": "str...
I need to look up the information first. Action: query_port_status Result: {"dim_g04": 536.62, "val_u44": "type_c"} Processing the request now. Action: calculate_docking_fee Result:
Agent multi-step chain with truncated tool output
{"dim_g04":536.62,"attr_p63":false,"val_u44":"type_c"}
TASK repair_structured_output SPEC FIELD date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD amplitude TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD version TYPE string VALUES single|married|divorced REQUIRED no FIELD first_name TYPE string_email REQUIRED no FIELD type TYPE...
{"amplitude":"open","version":"single","type":"returned"}
extra_text_after
{ "type": "object", "properties": { "date": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "amplitude": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
{"amplitude":"open","version":"single","type":"returned"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"amplitude":"open","version":"single","type":"returned"}
TASK repair_structured_output SPEC FIELD field_i12 TYPE string REQUIRED yes FIELD prop_c90 TYPE number REQUIRED no FIELD key_o72 TYPE string_email REQUIRED no FIELD field_i41 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_i12":"2024-06-30","prop_c90":616.16,"key_o72":"admin@example.com","field_i41":"RTG-04"}
{"field_i12":"2024-06-30","prop_c90":616.16,"key_o72":"admin@example.com","field_i41":"RTG-04"}
missing_bracket
{ "type": "object", "properties": { "field_i12": { "type": "string" }, "prop_c90": { "type": "number" }, "key_o72": { "type": "string", "format": "email" }, "field_i41": { "type": "string" } }, "required": [ "field_i12", "field_i41" ] }
{"field_i12":"2024-06-30","prop_c90":616.16,"key_o72":"admin@example.com","field_i41":"RTG-04"}
Missing closing bracket
{"field_i12":"2024-06-30","prop_c90":616.16,"key_o72":"admin@example.com","field_i41":"RTG-04"}
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED yes FIELD reagent TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD image_url[] TYPE string REQUIRED yes BROKEN_OUTPUT Tool: send_email Params: {"dosage": 430, "reagent": "admin", "image_url_id": ["qux"]}
{"dosage":430,"reagent":"admin","image_url":["qux"]}
tool_call_wrong_param
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "reagent": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "image_url": { "type": "array", "items": { "type": "string" } } }, "req...
Tool: send_email Params: {"dosage": 430, "reagent": "admin", "image_url_id": ["qux"]}
Agent used wrong parameter name 'image_url_id' instead of 'image_url'
{"dosage":430,"reagent":"admin","image_url":["qux"]}
TASK repair_structured_output SPEC FIELD col_g07 TYPE string REQUIRED yes FIELD field_e86 TYPE integer REQUIRED no FIELD dim_w20.col_z62.prop_e59 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD dim_w20.col_z62.field_a73 TYPE string REQUIRED no FIELD dim_w20.col_z62.dim_c30 TYPE integer REQ...
{"col_g07":"Tokyo","field_e86":934,"dim_w20":{"param_s53":"level_1","col_r90":"type_b","field_k77":"BRL"}}
tool_call_partial_args
{ "type": "object", "properties": { "col_g07": { "type": "string" }, "field_e86": { "type": "integer" }, "dim_w20": { "type": "object", "properties": { "col_z62": { "type": "object", "properties": { "prop_e59": { "type...
Let me check the system. Action: annotate_mutation Arguments: {"field_e86": 934, "dim_w20": {"param_s53": "level_1", "col_r90": "type_b", "field_k77": "BRL"}}
Agent tool call missing required parameter 'col_g07'
{"col_g07":"Tokyo","field_e86":934,"dim_w20":{"param_s53":"level_1","col_r90":"type_b","field_k77":"BRL"}}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD branch TYPE integer REQUIRED no FIELD shipper_ref TYPE string VALUES single|married|divorced REQUIRED yes FIELD fleet_number.height TYPE integer REQUIRED yes FIELD fleet_number.ward TYPE boolean REQUIRED yes FIELD fl...
{"log_level":"mode_a","branch":674,"shipper_ref":"divorced","fleet_number":{"height":1000,"ward":true,"chapter":"test@example.com","width":"email"},"score":"foo","role":"confirmed"}
trailing_comma
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "branch": { "type": "integer" }, "shipper_ref": { "type": "string", "enum": [ "single", "married", "divorced" ]...
{"log_level":"mode_a","branch":674,"shipper_ref":"divorced","fleet_number":{"height":1000,"ward":true,"chapter":"test@example.com","width":"email",},"score":"foo","role":"confirmed"}
Unexpected trailing comma
{"log_level":"mode_a","branch":674,"shipper_ref":"divorced","fleet_number":{"height":1000,"ward":true,"chapter":"test@example.com","width":"email"},"score":"foo","role":"confirmed"}
TASK repair_structured_output SPEC FIELD prop_m92 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_z53 TYPE string VALUES success|error|warning|info REQUIRED no FIELD val_r48 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_i70 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD ...
{"prop_m92":"admin","prop_z53":"success","val_r48":"pending","col_i70":"pending","col_k46":"Maria","attr_e02":406.25,"param_f37":"user@domain.com"}
agent_chain
{ "type": "object", "properties": { "prop_m92": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_z53": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "val_r48...
I need to look up the information first. Action: delete_item Result: {"prop_m92": "admin", "val_r48": "pending", "col_i70": "pending", "col_k46": "Maria", "attr_e02": 406.25, "param_f37": "user@domain.com"} Processing the request now. Action: verify_hazmat_compliance Result:
Agent multi-step chain with truncated tool output
{"prop_m92":"admin","prop_z53":"success","val_r48":"pending","col_i70":"pending","col_k46":"Maria","attr_e02":406.25,"param_f37":"user@domain.com"}
TASK repair_structured_output SPEC FIELD bed_number TYPE integer REQUIRED no FIELD footnote TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD filter_flag.step TYPE string_email REQUIRED yes FIELD filter_flag.altitude TYPE number REQUIRED no FIELD filter_flag.currency TYPE string VALUES red|blue|green...
{"bed_number":88,"footnote":"oceanic","filter_flag":{"step":"ops@example.com","altitude":29.72,"country":{"count":926,"section":127.24,"collateral":"level_2","dosage":"low","trace_id":129},"type":{"loan_amount":904.45,"interest_rate":"qux","tax":"user@domain.org","total":325.17}},"ward":{"umi":"GRCh38","product_id":"la...
missing_brace
{ "type": "object", "properties": { "bed_number": { "type": "integer" }, "footnote": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "filter_flag": { "type": "object", "properties": { "step": ...
{"bed_number":88,"footnote":"oceanic","filter_flag":{"step":"ops@example.com","altitude":29.72,"country":"count":926,"section":127.24,"collateral":"level_2","dosage":"low","trace_id":129},"type":{"loan_amount":904.45,"interest_rate":"qux","tax":"user@domain.org","total":325.17}},"ward":{"umi":"GRCh38","product_id":"lar...
Missing closing brace
{"bed_number":88,"footnote":"oceanic","filter_flag":{"step":"ops@example.com","altitude":29.72,"country":{"count":926,"section":127.24,"collateral":"level_2","dosage":"low","trace_id":129},"type":{"loan_amount":904.45,"interest_rate":"qux","tax":"user@domain.org","total":325.17}},"ward":{"umi":"GRCh38","product_id":"la...
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD type TYPE string REQUIRED no FIELD torque_output TYPE string VALUES email|phone|sms|push REQUIRED no FIELD step TYPE string_email REQUIRED yes FIELD category TYPE string REQUIRED yes FIELD manifest_ref...
{"strand":"in_progress","type":"Luis","step":"ops@domain.org","category":"Bob","manifest_ref":"Bob"}
truncated_object
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "type": { "type": "string" }, "torque_output": { "type": "string", "enum": [ "email", "...
{"strand":"in_progress","type":"Luis","step":"ops@domain.org","category":"Bob","manifest_ref":"Bob"
Unexpected end of JSON input — truncated object
{"strand":"in_progress","type":"Luis","step":"ops@domain.org","category":"Bob","manifest_ref":"Bob"}
TASK repair_structured_output SPEC FIELD dim_r99 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_c14 TYPE string REQUIRED yes FIELD field_a34.col_b16 TYPE string REQUIRED no FIELD field_a34.attr_y59 TYPE string_email REQUIRED no FIELD field_a34.field_x84 TYPE string REQUIRED no FIEL...
{"dim_r99":"nonsense","field_c14":"PASS","field_a34":{"col_b16":"active","attr_y59":"user@domain.org","param_s47":"hemizygous","key_l01":{"field_w37":"coastal","param_n16":"active","field_r81":937,"col_i77":963,"param_r37":877.48,"key_h07":null},"param_g75":"GBP"}}
unquoted_keys
{ "type": "object", "properties": { "dim_r99": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "field_c14": { "type": "string" }, "field_a34": { "type": "object", "properties": { "co...
{dim_r99:"nonsense",field_c14:"PASS",field_a34:{col_b16:"active",attr_y59:"user@domain.org",param_s47:"hemizygous",key_l01:{field_w37:"coastal",param_n16:"active",field_r81:937,col_i77:963,param_r37:877.48,key_h07:null},param_g75:"GBP"}}
Expecting property name enclosed in double quotes
{"dim_r99":"nonsense","field_c14":"PASS","field_a34":{"col_b16":"active","attr_y59":"user@domain.org","param_s47":"hemizygous","key_l01":{"field_w37":"coastal","param_n16":"active","field_r81":937,"col_i77":963,"param_r37":877.48,"key_h07":null},"param_g75":"GBP"}}
TASK repair_structured_output SPEC FIELD altitude TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD item_id TYPE string REQUIRED no FIELD title TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD catalyst TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no BROKEN_OUTPUT {'altitu...
{"altitude":"medium","item_id":"demo","title":"rejected","catalyst":"EUR"}
single_quotes
{ "type": "object", "properties": { "altitude": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "item_id": { "type": "string" }, "title": { "type": "string", "enum": [ "pending_review", "confi...
{'altitude':'medium','item_id':'demo','title':'rejected','catalyst':'EUR'}
Expecting property name enclosed in double quotes
{"altitude":"medium","item_id":"demo","title":"rejected","catalyst":"EUR"}
TASK repair_structured_output SPEC FIELD param_a53 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_e15 TYPE integer REQUIRED no FIELD param_m75 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_w46 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_h95 TYPE i...
{"param_a53":"inactive","field_e15":566,"param_m75":"divorced","col_w46":"berthed","prop_h95":141,"prop_j81":"synonymous"}
extra_field
{ "type": "object", "properties": { "param_a53": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_e15": { "type": "integer" }, "param_m75": { "type": "string", "enum": [ "single", "married", ...
{"param_a53": "inactive", "field_e15": 566, "param_m75": "divorced", "col_w46": "berthed", "prop_h95": 141, "prop_j81": "synonymous", "extra_value_5399": "unexpected"}
Unknown field 'extra_value_5399' not defined in schema
{"param_a53":"inactive","field_e15":566,"param_m75":"divorced","col_w46":"berthed","prop_h95":141,"prop_j81":"synonymous"}
TASK repair_structured_output SPEC FIELD dim_q15 TYPE integer REQUIRED no FIELD key_i26 TYPE string REQUIRED yes FIELD field_y97.dim_r37 TYPE string_date-time REQUIRED no FIELD field_y97.field_g17 TYPE string REQUIRED no FIELD field_y97.key_j38 TYPE boolean REQUIRED no FIELD field_y97.field_y27.col_v86 TYPE string REQ...
{"key_i26":"baz","field_y97":{"field_g17":"active","field_y27":{"col_v86":"Hapag-Lloyd-Express","attr_o28":"small","col_i20":"missense","dim_u63":"https://example.com"},"val_c48":{"dim_t06":"low","field_w55":651.28,"prop_i05":"pending","field_v89":504,"attr_p39":"https://example.org/v1"}},"attr_h60":294.6,"attr_j46":54...
missing_required
{ "type": "object", "properties": { "dim_q15": { "type": "integer" }, "key_i26": { "type": "string" }, "field_y97": { "type": "object", "properties": { "dim_r37": { "type": "string", "format": "date-time" }, "field_g17": { ...
{"field_y97": {"field_g17": "active", "field_y27": {"col_v86": "Hapag-Lloyd-Express", "attr_o28": "small", "col_i20": "missense", "dim_u63": "https://example.com"}, "val_c48": {"dim_t06": "low", "field_w55": 651.28, "prop_i05": "pending", "field_v89": 504, "attr_p39": "https://example.org/v1"}}, "attr_h60": 294.6, "att...
Required field 'key_i26' is missing
{"key_i26":"baz","field_y97":{"field_g17":"active","field_y27":{"col_v86":"Hapag-Lloyd-Express","attr_o28":"small","col_i20":"missense","dim_u63":"https://example.com"},"val_c48":{"dim_t06":"low","field_w55":651.28,"prop_i05":"pending","field_v89":504,"attr_p39":"https://example.org/v1"}},"attr_h60":294.6,"attr_j46":54...
TASK repair_structured_output SPEC FIELD field_g92 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_a26 TYPE string REQUIRED no FIELD field_d42 TYPE string REQUIRED yes FIELD col_i71.prop_f67 TYPE boolean REQUIRED no FIELD col_i71.attr_i46 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIR...
{"field_g92":"critical","field_d42":"bar","field_n80":"pending","param_o70":{"dim_f81":"type_a","attr_s16":"heterozygous","prop_l04":"arctic"}}
tool_call_python_syntax
{ "type": "object", "properties": { "field_g92": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_a26": { "type": "string" }, "field_d42": { "type": "string" }, "col_i71": { "type": "object", ...
run_diagnostics(field_g92='critical', field_d42='bar', field_n80='pending', param_o70={'dim_f81': 'type_a', 'attr_s16': 'heterozygous', 'prop_l04': 'arctic'})
Tool call uses Python syntax instead of JSON
{"field_g92":"critical","field_d42":"bar","field_n80":"pending","param_o70":{"dim_f81":"type_a","attr_s16":"heterozygous","prop_l04":"arctic"}}
TASK repair_structured_output SPEC FIELD transaction_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD priority TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD items.description TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD items.label TYPE integer REQUIRED no FIELD...
{"priority":"cat_b","items":{"description":"mode_a","duration_ms":{"trace_id":"John","city":"world","category":205,"color":true,"payment_status":456},"velocity":"2026-04-22T03:13:00Z","published":"option_b"}}
tool_call_partial_args
{ "type": "object", "properties": { "transaction_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "priority": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", ...
I need to look up the information first. Action: run_diagnostics Arguments: {"items": {"description": "mode_a", "duration_ms": {"trace_id": "John", "city": "world", "category": 205, "color": true, "payment_status": 456}, "velocity": "2026-04-22T03:13:00Z", "published": "option_b"}}
Agent tool call missing required parameter 'priority'
{"priority":"cat_b","items":{"description":"mode_a","duration_ms":{"trace_id":"John","city":"world","category":205,"color":true,"payment_status":456},"velocity":"2026-04-22T03:13:00Z","published":"option_b"}}
TASK repair_structured_output SPEC FIELD count TYPE string_date-time REQUIRED no FIELD dissolved_oxygen.decay_rate TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dissolved_oxygen.tags TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD dissolved_oxygen.half...
{"count":"2022-02-17T17:28:00Z","dissolved_oxygen":{"decay_rate":"operational","tags":"escalated","half_life":"error","compound":697.36},"feedback":"medium","updated_at":false,"last_name":"married"}
missing_brace
{ "type": "object", "properties": { "count": { "type": "string", "format": "date-time" }, "dissolved_oxygen": { "type": "object", "properties": { "decay_rate": { "type": "string", "enum": [ "operational", "degraded", ...
{"count":"2022-02-17T17:28:00Z","dissolved_oxygen":{"decay_rate":"operational","tags":"escalated","half_life":"error","compound":697.36,"feedback":"medium","updated_at":false,"last_name":"married"}
Missing closing brace
{"count":"2022-02-17T17:28:00Z","dissolved_oxygen":{"decay_rate":"operational","tags":"escalated","half_life":"error","compound":697.36},"feedback":"medium","updated_at":false,"last_name":"married"}
TASK repair_structured_output SPEC FIELD department TYPE number REQUIRED no FIELD version TYPE integer REQUIRED yes FIELD manifest_ref TYPE integer REQUIRED yes FIELD ph_level.visible TYPE string_date-time REQUIRED yes FIELD ph_level.bill_of_lading TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FI...
{"department":12.19,"version":981,"manifest_ref":4,"ph_level":{"visible":"2024-06-08T16:55:00Z","bill_of_lading":"cat_c","comments":"2023-12-25"}}
wrong_type
{ "type": "object", "properties": { "department": { "type": "number" }, "version": { "type": "integer" }, "manifest_ref": { "type": "integer" }, "ph_level": { "type": "object", "properties": { "visible": { "type": "string", "forma...
{"department": 12.19, "version": "\"981\"", "manifest_ref": 4, "ph_level": {"visible": "2024-06-08T16:55:00Z", "bill_of_lading": "cat_c", "comments": "2023-12-25"}}
Field 'version' must be integer, got string
{"department":12.19,"version":981,"manifest_ref":4,"ph_level":{"visible":"2024-06-08T16:55:00Z","bill_of_lading":"cat_c","comments":"2023-12-25"}}
TASK repair_structured_output SPEC FIELD discount TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD format TYPE integer REQUIRED no FIELD sensor_id TYPE integer REQUIRED yes FIELD balance TYPE null REQUIRED yes FIELD collateral TYPE integer REQUIRED no FIELD category TYPE string VALUES level_1|level_2|level_3...
{"discount":"mode_b","sensor_id":987,"balance":null,"category":"level_4"}
missing_bracket
{ "type": "object", "properties": { "discount": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "format": { "type": "integer" }, "sensor_id": { "type": "integer" }, "balance": { "type": "null" }, "collate...
{"discount":"mode_b","sensor_id":987,"balance":null,"category":"level_4"}
Missing closing bracket
{"discount":"mode_b","sensor_id":987,"balance":null,"category":"level_4"}
TASK repair_structured_output SPEC FIELD status_code TYPE string REQUIRED no FIELD url TYPE string REQUIRED yes FIELD duration_ms TYPE string VALUES admin|editor|viewer REQUIRED no FIELD gene_id TYPE integer REQUIRED no FIELD count.phone TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD ...
{"status_code":"https://api.example.com/v1","url":"Berlin","duration_ms":"viewer","gene_id":93,"cargo_type":{"bed_number":"Johnson","lab_result":248.72,"values":[{"maturity_date":"sample","bearing":"active","compound":"berthed","torque_output":"single","velocity":"https://example.com","end_date":780},{"maturity_date":"...
tool_call_bad_format
{ "type": "object", "properties": { "status_code": { "type": "string" }, "url": { "type": "string" }, "duration_ms": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "gene_id": { "type": "integer" }, "count...
<functioncall> read_sensor_array {status_code: "https://api.example.com/v1", url: "Berlin", duration_ms: "viewer", gene_id: 93, cargo_type: {bed_number: "Johnson", lab_result: 248.72, values: [{maturity_date: "sample", bearing: "active", compound: "berthed", torque_output: "single", velocity: "https://example.com", end...
Tool call has malformed arguments — unquoted keys in function parameters
{"status_code":"https://api.example.com/v1","url":"Berlin","duration_ms":"viewer","gene_id":93,"cargo_type":{"bed_number":"Johnson","lab_result":248.72,"values":[{"maturity_date":"sample","bearing":"active","compound":"berthed","torque_output":"single","velocity":"https://example.com","end_date":780},{"maturity_date":"...
TASK repair_structured_output SPEC FIELD field_m66 TYPE boolean REQUIRED no FIELD param_o99 TYPE string_uri REQUIRED yes FIELD col_f35 TYPE boolean REQUIRED yes FIELD col_t99 TYPE string REQUIRED yes BROKEN_OUTPUT {"param_o99": "https://data.io/v1", "col_f35": false, "col_t99": null}
{"param_o99":"https://data.io/v1","col_f35":false,"col_t99":"GRCh38"}
null_required
{ "type": "object", "properties": { "field_m66": { "type": "boolean" }, "param_o99": { "type": "string", "format": "uri" }, "col_f35": { "type": "boolean" }, "col_t99": { "type": "string" } }, "required": [ "col_t99", "param_o99", "col_f3...
{"param_o99": "https://data.io/v1", "col_f35": false, "col_t99": null}
Required field 'col_t99' is null
{"param_o99":"https://data.io/v1","col_f35":false,"col_t99":"GRCh38"}
TASK repair_structured_output SPEC FIELD field_q49 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD prop_d53 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD prop_y91[].prop_b49 TYPE string REQUIRED no FIELD prop_y91[].param_g41 TYPE integer REQUIRED yes FIELD prop_y91[].fi...
{"field_q49":"mode_a","prop_d53":"option_d","prop_y91":[{"prop_b49":"baz","param_g41":441,"field_g89":false,"dim_k28":764.5,"col_u56":null},{"prop_b49":"test","param_g41":815,"dim_k28":120.6,"dim_e09":"single","val_f24":"arctic","field_k92":"mode_c"},{"param_g41":100,"field_g89":false,"dim_k28":196.53,"dim_e09":"marrie...
agent_chain
{ "type": "object", "properties": { "field_q49": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "prop_d53": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "opti...
Let me check the system. Action: apply_discount Result: {"field_q49": "mode_a", "prop_d53": "option_d"} I'll query our database. Action: validate_address Result:
Agent multi-step chain with truncated tool output
{"field_q49":"mode_a","prop_d53":"option_d","prop_y91":[{"prop_b49":"baz","param_g41":441,"field_g89":false,"dim_k28":764.5,"col_u56":null},{"prop_b49":"test","param_g41":815,"dim_k28":120.6,"dim_e09":"single","val_f24":"arctic","field_k92":"mode_c"},{"param_g41":100,"field_g89":false,"dim_k28":196.53,"dim_e09":"marrie...
TASK repair_structured_output SPEC FIELD status TYPE string VALUES active|inactive|pending REQUIRED no FIELD conductivity TYPE string_date-time REQUIRED yes FIELD filter_flag TYPE integer REQUIRED yes FIELD temp_celsius.item_id TYPE number REQUIRED no FIELD temp_celsius.compound TYPE null REQUIRED no FIELD temp_celsiu...
{"status":"pending","conductivity":"2025-01-22T14:34:00Z","filter_flag":554,"temp_celsius":{"item_id":391.8,"compound":null,"commit_hash":{"features":"rejected","level":923,"address":"info@test.io","collateral":"divorced","item_id":"degraded","dosage":"hello"},"dosage":"Tokyo","quantity":"https://example.com/data"}}
extra_field
{ "type": "object", "properties": { "status": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "conductivity": { "type": "string", "format": "date-time" }, "filter_flag": { "type": "integer" }, "temp_celsius": ...
{"status": "pending", "conductivity": "2025-01-22T14:34:00Z", "filter_flag": 554, "temp_celsius": {"item_id": 391.8, "compound": null, "commit_hash": {"features": "rejected", "level": 923, "address": "info@test.io", "collateral": "divorced", "item_id": "degraded", "dosage": "hello"}, "dosage": "Tokyo", "quantity": "htt...
Unknown field 'extra_info_4320' not defined in schema
{"status":"pending","conductivity":"2025-01-22T14:34:00Z","filter_flag":554,"temp_celsius":{"item_id":391.8,"compound":null,"commit_hash":{"features":"rejected","level":923,"address":"info@test.io","collateral":"divorced","item_id":"degraded","dosage":"hello"},"dosage":"Tokyo","quantity":"https://example.com/data"}}
TASK repair_structured_output SPEC FIELD run_id TYPE string VALUES draft|published|archived REQUIRED no FIELD city TYPE string REQUIRED no FIELD organism TYPE string REQUIRED no FIELD collateral TYPE string REQUIRED yes FIELD dosage TYPE string VALUES email|phone|sms|push REQUIRED no FIELD yield_pct TYPE string REQUIR...
{"run_id":"published","city":"quux","organism":"Bob","collateral":"Tokyo","dosage":"push","yield_pct":"test"}
extra_text_after
{ "type": "object", "properties": { "run_id": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "city": { "type": "string" }, "organism": { "type": "string" }, "collateral": { "type": "string" }, "dosag...
{"run_id":"published","city":"quux","organism":"Bob","collateral":"Tokyo","dosage":"push","yield_pct":"test"} Data logged successfully.
Output contains non-JSON text after the object
{"run_id":"published","city":"quux","organism":"Bob","collateral":"Tokyo","dosage":"push","yield_pct":"test"}
TASK repair_structured_output SPEC FIELD val_o22 TYPE integer REQUIRED yes FIELD field_k39 TYPE integer REQUIRED yes FIELD dim_v07 TYPE number REQUIRED yes BROKEN_OUTPUT {"val_o22":82,"field_k39":455,"dim_v07":750.73
{"val_o22":82,"field_k39":455,"dim_v07":750.73}
missing_brace
{ "type": "object", "properties": { "val_o22": { "type": "integer" }, "field_k39": { "type": "integer" }, "dim_v07": { "type": "number" } }, "required": [ "val_o22", "dim_v07", "field_k39" ] }
{"val_o22":82,"field_k39":455,"dim_v07":750.73
Missing closing brace
{"val_o22":82,"field_k39":455,"dim_v07":750.73}
TASK repair_structured_output SPEC FIELD throttle_pos.tile TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD throttle_pos.zip_code TYPE integer REQUIRED no FIELD throttle_pos.fleet_number TYPE number REQUIRED no FIELD throttle_pos.voltage.comments TYPE string REQUIRED no FIELD throttle_pos.voltage.wavelength T...
{"throttle_pos":{"tile":"viewer","zip_code":64,"fleet_number":179.32,"voltage":{"comments":"user@domain.com","wavelength":"inactive","deploy_target":315}},"torque_output":453,"enabled":"Bob","visible":"https://data.org/data"}
truncated_object
{ "type": "object", "properties": { "throttle_pos": { "type": "object", "properties": { "tile": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "zip_code": { "type": "integer" }...
{"throttle_pos":{"tile":"viewer","zip_code":64,"fleet_number":179.32,"voltage":{"comments":"user@domain.com","wavelength":"inactive","deploy_target":315}},"torque_output":453,"enabled":"Bob","visible":"https://data.org/data"
Unexpected end of JSON input — truncated object
{"throttle_pos":{"tile":"viewer","zip_code":64,"fleet_number":179.32,"voltage":{"comments":"user@domain.com","wavelength":"inactive","deploy_target":315}},"torque_output":453,"enabled":"Bob","visible":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD field_k71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_y89 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD col_n46 TYPE integer REQUIRED no FIELD prop_n56 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD param_...
{"param_y89":"heterozygous","col_n46":7,"prop_n56":"success","param_r33":"ops@example.com","key_w97":"blue"}
single_quotes
{ "type": "object", "properties": { "field_k71": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "param_y89": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ]...
{'param_y89':'heterozygous','col_n46':7,'prop_n56':'success','param_r33':'ops@example.com','key_w97':'blue'}
Expecting property name enclosed in double quotes
{"param_y89":"heterozygous","col_n46":7,"prop_n56":"success","param_r33":"ops@example.com","key_w97":"blue"}
TASK repair_structured_output SPEC FIELD options TYPE string REQUIRED yes FIELD url TYPE string REQUIRED no FIELD collateral TYPE integer REQUIRED yes FIELD catalyst TYPE string REQUIRED no BROKEN_OUTPUT {"options": "RTG-04", "url": "active", "collateral": 958, "extra_value_9728": true}
{"options":"RTG-04","url":"active","collateral":958}
extra_field
{ "type": "object", "properties": { "options": { "type": "string" }, "url": { "type": "string" }, "collateral": { "type": "integer" }, "catalyst": { "type": "string" } }, "required": [ "collateral", "options" ] }
{"options": "RTG-04", "url": "active", "collateral": 958, "extra_value_9728": true}
Unknown field 'extra_value_9728' not defined in schema
{"options":"RTG-04","url":"active","collateral":958}
TASK repair_structured_output SPEC FIELD attr_h85 TYPE string REQUIRED yes FIELD attr_b23 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD attr_a91 TYPE string REQUIRED no FIELD val_w01.param_t98 TYPE string REQUIRED no FIELD val_w01.attr_t07.val_h32 TYPE string VALUES homozygous|heterozygous|hemiz...
{"attr_h85":"Berlin","attr_b23":"level_1","val_w01":{"param_t98":"Silva","attr_t07":{"val_h32":"homozygous","attr_y62":"test","attr_p77":false,"dim_g31":"bar","col_x80":366,"col_m47":"2023-12-25"},"key_k15":"PASS","val_w52":"info@domain.org","col_s99":747}}
trailing_comma
{ "type": "object", "properties": { "attr_h85": { "type": "string" }, "attr_b23": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "attr_a91": { "type": "string" }, "val_w01": { "type": "obje...
{"attr_h85":"Berlin","attr_b23":"level_1","val_w01":{"param_t98":"Silva","attr_t07":{"val_h32":"homozygous","attr_y62":"test","attr_p77":false,"dim_g31":"bar","col_x80":366,"col_m47":"2023-12-25",},"key_k15":"PASS","val_w52":"info@domain.org","col_s99":747}}
Unexpected trailing comma
{"attr_h85":"Berlin","attr_b23":"level_1","val_w01":{"param_t98":"Silva","attr_t07":{"val_h32":"homozygous","attr_y62":"test","attr_p77":false,"dim_g31":"bar","col_x80":366,"col_m47":"2023-12-25"},"key_k15":"PASS","val_w52":"info@domain.org","col_s99":747}}
TASK repair_structured_output SPEC FIELD prop_d83 TYPE string REQUIRED yes FIELD dim_x98 TYPE string_uri REQUIRED no FIELD val_t14.param_v15 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD val_t14.val_r53 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIEL...
{"prop_d83":"Paris","dim_x98":"https://api.io/data","val_t14":{"param_v15":"option_c","val_r53":"rejected","val_a01":"level_2","attr_v76":747.61,"attr_e39":null,"val_p42":null,"attr_k67":"sample"}}
missing_required
{ "type": "object", "properties": { "prop_d83": { "type": "string" }, "dim_x98": { "type": "string", "format": "uri" }, "val_t14": { "type": "object", "properties": { "param_v15": { "type": "string", "enum": [ "option_a", ...
{"prop_d83": "Paris", "dim_x98": "https://api.io/data"}
Required field 'val_t14' is missing
{"prop_d83":"Paris","dim_x98":"https://api.io/data","val_t14":{"param_v15":"option_c","val_r53":"rejected","val_a01":"level_2","attr_v76":747.61,"attr_e39":null,"val_p42":null,"attr_k67":"sample"}}
TASK repair_structured_output SPEC FIELD vessel_name TYPE number REQUIRED yes FIELD bill_of_lading TYPE integer REQUIRED no FIELD tile.bearing TYPE integer REQUIRED yes FIELD tile.coverage TYPE integer REQUIRED yes FIELD tile.wavelength TYPE string REQUIRED no FIELD shipper_ref.level TYPE integer REQUIRED no FIELD shi...
{"vessel_name":269.19,"bill_of_lading":598,"shipper_ref":{"level":844,"vessel_name":"https://data.io/api","height":false,"thumbnail":{"url":157,"last_name":109.6,"quality_score":"Berlin"},"verified":{"currency":"Paris","voltage":"cat_c","features":"sample"}}}
number_with_unit
{ "type": "object", "properties": { "vessel_name": { "type": "number" }, "bill_of_lading": { "type": "integer" }, "tile": { "type": "object", "properties": { "bearing": { "type": "integer" }, "coverage": { "type": "integer" ...
{"vessel_name": "269.19kg", "bill_of_lading": 598, "shipper_ref": {"level": 844, "vessel_name": "https://data.io/api", "height": false, "thumbnail": {"url": 157, "last_name": 109.6, "quality_score": "Berlin"}, "verified": {"currency": "Paris", "voltage": "cat_c", "features": "sample"}}}
Field 'vessel_name' must be number, got string with unit
{"vessel_name":269.19,"bill_of_lading":598,"shipper_ref":{"level":844,"vessel_name":"https://data.io/api","height":false,"thumbnail":{"url":157,"last_name":109.6,"quality_score":"Berlin"},"verified":{"currency":"Paris","voltage":"cat_c","features":"sample"}}}
TASK repair_structured_output SPEC FIELD col_y74 TYPE string REQUIRED no FIELD field_s57 TYPE integer REQUIRED no FIELD prop_s40 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD key_s80 TYPE boolean REQUIRED yes FIELD attr_v60 TYPE string REQUIRED no BROKEN_OUTPUT {"col_y74":"New York","field_s57":233,...
{"col_y74":"New York","field_s57":233,"prop_s40":"option_c","key_s80":false,"attr_v60":"approved"}
missing_brace
{ "type": "object", "properties": { "col_y74": { "type": "string" }, "field_s57": { "type": "integer" }, "prop_s40": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "key_s80": { "type": "boolean" }, ...
{"col_y74":"New York","field_s57":233,"prop_s40":"option_c","key_s80":false,"attr_v60":"approved"
Missing closing brace
{"col_y74":"New York","field_s57":233,"prop_s40":"option_c","key_s80":false,"attr_v60":"approved"}
TASK repair_structured_output SPEC FIELD val_c86 TYPE integer REQUIRED no FIELD val_v82 TYPE integer REQUIRED yes FIELD prop_a88 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_t58 TYPE string REQUIRED no FIELD col_w84 TYPE number REQUIRED yes FIELD param_s62 TYPE integer REQUIRED no FIELD prop_u32 TYPE...
{"val_v82":818,"attr_t58":"bar","col_w84":149.66,"prop_u32":false}
tool_call_wrong_param
{ "type": "object", "properties": { "val_c86": { "type": "integer" }, "val_v82": { "type": "integer" }, "prop_a88": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "attr_t58": { "type": "string" },...
Tool: apply_discount Params: {"val_v82": 818, "attr_t58": "bar", "col_w84": 149.66, "prop_u32": false}
Agent used wrong parameter name 'param_s62_new' instead of 'param_s62'
{"val_v82":818,"attr_t58":"bar","col_w84":149.66,"prop_u32":false}
TASK repair_structured_output SPEC FIELD col_e32 TYPE number REQUIRED no FIELD dim_x23 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD dim_d79.key_i87 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_d79.field_v84 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_d79...
{"col_e32":369.65,"dim_d79":{"field_v84":"homozygous","dim_o95":"medium","val_c76":505.57,"dim_k53":"quux","param_r89":false}}
truncated_object
{ "type": "object", "properties": { "col_e32": { "type": "number" }, "dim_x23": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "dim_d79": { "type": "object", "properties": { "key_i87": { ...
{"col_e32":369.65,"dim_d79":{"field_v84":"homozygous","dim_o95":"medium","val_c76":505.57,"dim_k53":"quux","param_r89":false}
Unexpected end of JSON input — truncated object
{"col_e32":369.65,"dim_d79":{"field_v84":"homozygous","dim_o95":"medium","val_c76":505.57,"dim_k53":"quux","param_r89":false}}
TASK repair_structured_output SPEC FIELD catalyst TYPE string REQUIRED yes FIELD brake_pressure.quantity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD brake_pressure.diagnosis_code TYPE integer REQUIRED no FIELD brake_pressure.patient_id TYPE string_uri REQUIRED yes FIELD brake_pressure.rating TY...
{"catalyst":"test","image_url":"admin@example.com","format":349,"balance":648,"height":"user@test.io"}
wrong_type
{ "type": "object", "properties": { "catalyst": { "type": "string" }, "brake_pressure": { "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
{"catalyst": "test", "image_url": "admin@example.com", "format": 349, "balance": "\"648\"", "height": "user@test.io"}
Field 'balance' must be integer, got string
{"catalyst":"test","image_url":"admin@example.com","format":349,"balance":648,"height":"user@test.io"}
TASK repair_structured_output SPEC FIELD count TYPE integer REQUIRED no FIELD coverage TYPE integer REQUIRED yes FIELD catalyst TYPE string VALUES option_a|option_b REQUIRED yes FIELD due_date TYPE integer REQUIRED no FIELD collateral TYPE string REQUIRED no FIELD footnote TYPE string REQUIRED no FIELD department TYPE...
{"count":511,"coverage":375,"catalyst":"option_b","collateral":"MV-Evergreen-01","footnote":"https://api.example.com/v1","department":"Luis","phenotype":{"conductivity":true,"length":710.69,"vessel_name":{"wavelength":"cat_c","strand":944,"url":304.37,"color":"FWD"}}}
truncated_array
{ "type": "object", "properties": { "count": { "type": "integer" }, "coverage": { "type": "integer" }, "catalyst": { "type": "string", "enum": [ "option_a", "option_b" ] }, "due_date": { "type": "integer" }, "collateral": { ...
{"count":511,"coverage":375,"catalyst":"option_b","collateral":"MV-Evergreen-01","footnote":"https://api.example.com/v1","department":"Luis","phenotype":{"conductivity":true,"length":710.69,"vessel_name":{"wavelength":"cat_c","strand":944,"url":304.37,"color":"FWD"}}
Unexpected end of JSON input — truncated object
{"count":511,"coverage":375,"catalyst":"option_b","collateral":"MV-Evergreen-01","footnote":"https://api.example.com/v1","department":"Luis","phenotype":{"conductivity":true,"length":710.69,"vessel_name":{"wavelength":"cat_c","strand":944,"url":304.37,"color":"FWD"}}}
TASK repair_structured_output SPEC FIELD key_c85 TYPE number REQUIRED no FIELD val_r39 TYPE integer REQUIRED yes FIELD col_z60 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_g44.param_m98 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD dim_g44.param_u41 TYPE string_uri REQUIRE...
{"key_c85":535.98,"val_r39":587,"col_z60":"critical"}
truncated_array
{ "type": "object", "properties": { "key_c85": { "type": "number" }, "val_r39": { "type": "integer" }, "col_z60": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "dim_g44": { "type": "object", ...
{"key_c85":535.98,"val_r39":587,"col_z60":"critical"
Unexpected end of JSON input — truncated object
{"key_c85":535.98,"val_r39":587,"col_z60":"critical"}
TASK repair_structured_output SPEC FIELD param_l74 TYPE string REQUIRED no FIELD prop_e51.key_q00 TYPE boolean REQUIRED yes FIELD prop_e51.param_x87 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_e51.prop_c43 TYPE number REQUIRED yes FIELD param_i97 TYPE string VALUES low|medium|high|critical REQUI...
{"param_l74":"active","prop_e51":{"key_q00":false,"param_x87":"single","prop_c43":205.88},"param_i97":"medium","dim_s53":"PASS","param_e04":140,"field_s54":{"field_n80":31.6,"attr_n93":null,"prop_z15":"pending","val_f30":"viewer","col_b02":"admin@example.com","prop_b28":"Berlin"}}
missing_required
{ "type": "object", "properties": { "param_l74": { "type": "string" }, "prop_e51": { "type": "object", "properties": { "key_q00": { "type": "boolean" }, "param_x87": { "type": "string", "enum": [ "single", "m...
{"param_l74": "active", "prop_e51": {"key_q00": false, "param_x87": "single", "prop_c43": 205.88}, "dim_s53": "PASS", "param_e04": 140, "field_s54": {"field_n80": 31.6, "attr_n93": null, "prop_z15": "pending", "val_f30": "viewer", "col_b02": "admin@example.com", "prop_b28": "Berlin"}}
Required field 'param_i97' is missing
{"param_l74":"active","prop_e51":{"key_q00":false,"param_x87":"single","prop_c43":205.88},"param_i97":"medium","dim_s53":"PASS","param_e04":140,"field_s54":{"field_n80":31.6,"attr_n93":null,"prop_z15":"pending","val_f30":"viewer","col_b02":"admin@example.com","prop_b28":"Berlin"}}
TASK repair_structured_output SPEC FIELD ph_level TYPE number REQUIRED no FIELD features TYPE number REQUIRED yes FIELD version TYPE string_uri REQUIRED no FIELD verified[].subtotal TYPE null REQUIRED yes FIELD verified[].section TYPE null REQUIRED yes FIELD verified[].insurance_id TYPE integer REQUIRED yes FIELD veri...
{"features":369.79,"version":"https://example.io/api","verified":[{"subtotal":null,"section":null,"insurance_id":308,"diagnosis_code":"Luis"},{"subtotal":null,"section":null,"insurance_id":273,"diagnosis_code":"approved"},{"subtotal":null,"section":null,"insurance_id":802,"diagnosis_code":"Berlin"},{"subtotal":null,"se...
missing_required
{ "type": "object", "properties": { "ph_level": { "type": "number" }, "features": { "type": "number" }, "version": { "type": "string", "format": "uri" }, "verified": { "type": "array", "items": { "type": "object", "properties": { ...
{"version": "https://example.io/api", "verified": [{"subtotal": null, "section": null, "insurance_id": 308, "diagnosis_code": "Luis"}, {"subtotal": null, "section": null, "insurance_id": 273, "diagnosis_code": "approved"}, {"subtotal": null, "section": null, "insurance_id": 802, "diagnosis_code": "Berlin"}, {"subtotal"...
Required field 'features' is missing
{"features":369.79,"version":"https://example.io/api","verified":[{"subtotal":null,"section":null,"insurance_id":308,"diagnosis_code":"Luis"},{"subtotal":null,"section":null,"insurance_id":273,"diagnosis_code":"approved"},{"subtotal":null,"section":null,"insurance_id":802,"diagnosis_code":"Berlin"},{"subtotal":null,"se...
TASK repair_structured_output SPEC FIELD col_n53 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_g89.col_g83 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD key_g89.key_i34 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD key_g89.col_r58 TYPE string VALUES reliable|uns...
{"col_n53":"admin","key_g89":{"col_g83":"blue","key_i34":"reliable","col_h90":"https://data.org/data","col_z16":"low","attr_j97":144},"col_e98":"sample","key_x32":"medium","val_g67":"Maria"}
extra_text_before
{ "type": "object", "properties": { "col_n53": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "key_g89": { "type": "object", "properties": { "col_g83": { "type": "string", "enum": [ "red", ...
Sure, here's the result: {"col_n53":"admin","key_g89":{"col_g83":"blue","key_i34":"reliable","col_h90":"https://data.org/data","col_z16":"low","attr_j97":144},"col_e98":"sample","key_x32":"medium","val_g67":"Maria"}
Output contains non-JSON text before the object
{"col_n53":"admin","key_g89":{"col_g83":"blue","key_i34":"reliable","col_h90":"https://data.org/data","col_z16":"low","attr_j97":144},"col_e98":"sample","key_x32":"medium","val_g67":"Maria"}
TASK repair_structured_output SPEC FIELD feedback TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD conductivity TYPE string_date-time REQUIRED no FIELD throttle_pos TYPE string REQUIRED no FIELD values TYPE boolean REQUIRED no FIELD sensor_id TYPE string_uri REQUIRED yes FIELD log_level TYPE boolean REQUIRED ...
{"feedback":"USD","conductivity":"2023-12-13T22:18:00Z","throttle_pos":"Diana","values":false,"sensor_id":"https://example.org/data","log_level":true,"discount":"world"}
markdown_explanation
{ "type": "object", "properties": { "feedback": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "conductivity": { "type": "string", "format": "date-time" }, "throttle_pos": { "type": "string" }, ...
Sure, here's the result: ```json {"feedback":"USD","conductivity":"2023-12-13T22:18:00Z","throttle_pos":"Diana","values":false,"sensor_id":"https://example.org/data","log_level":true,"discount":"world"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"feedback":"USD","conductivity":"2023-12-13T22:18:00Z","throttle_pos":"Diana","values":false,"sensor_id":"https://example.org/data","log_level":true,"discount":"world"}
TASK repair_structured_output SPEC FIELD field_d63.val_c01 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD field_d63.col_p93.field_h42 TYPE string REQUIRED no FIELD field_d63.col_p93.param_y34 TYPE number REQUIRED no FIELD field_d63.col_p93.key_j84 TYPE string VALUES open|in_progress|...
{"field_d63":{"col_p93":{"field_h42":"John","param_y34":638.2,"key_j84":"closed","attr_b35":"2024-01-15","prop_c60":false},"field_c48":{"val_k27":null,"param_y93":139,"col_p85":"USD","dim_m46":"Silva","prop_t13":[125]},"param_d60":"test@test.io","val_s91":{"col_v26":"cat_a","param_n84":"basic","key_k25":283.98,"attr_y7...
markdown_explanation
{ "type": "object", "properties": { "field_d63": { "type": "object", "properties": { "val_c01": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, ...
The instrument reported: ```json {"field_d63":{"col_p93":{"field_h42":"John","param_y34":638.2,"key_j84":"closed","attr_b35":"2024-01-15","prop_c60":false},"field_c48":{"val_k27":null,"param_y93":139,"col_p85":"USD","dim_m46":"Silva","prop_t13":[125]},"param_d60":"test@test.io","val_s91":{"col_v26":"cat_a","param_n84":...
Output contains markdown and explanatory text around JSON
{"field_d63":{"col_p93":{"field_h42":"John","param_y34":638.2,"key_j84":"closed","attr_b35":"2024-01-15","prop_c60":false},"field_c48":{"val_k27":null,"param_y93":139,"col_p85":"USD","dim_m46":"Silva","prop_t13":[125]},"param_d60":"test@test.io","val_s91":{"col_v26":"cat_a","param_n84":"basic","key_k25":283.98,"attr_y7...
TASK repair_structured_output SPEC FIELD param_h50 TYPE string REQUIRED no FIELD key_g57 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD attr_f89 TYPE string REQUIRED no FIELD attr_a64 TYPE string_uri REQUIRED no FIELD param_u57 TYPE string REQUIRED no FIELD field_t78 TYPE integer REQUIRED yes FIELD pr...
{"param_h50":"quux","key_g57":"basic","attr_f89":"world","param_u57":"quux","field_t78":658,"field_c04":null}
truncated_array
{ "type": "object", "properties": { "param_h50": { "type": "string" }, "key_g57": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "attr_f89": { "type": "string" }, "attr_a64": { "type": "string", ...
{"param_h50":"quux","key_g57":"basic","attr_f89":"world","param_u57":"quux","field_t78":658,"field_c04":null
Unexpected end of JSON input — truncated object
{"param_h50":"quux","key_g57":"basic","attr_f89":"world","param_u57":"quux","field_t78":658,"field_c04":null}
TASK repair_structured_output SPEC FIELD dim_l65 TYPE string REQUIRED yes FIELD col_t76 TYPE boolean REQUIRED yes FIELD val_q78 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD val_s62 TYPE null REQUIRED yes BROKEN_OUTPUT Sensor output follows: {"dim_l65":"Paris","col_t76":false,"val_q78":"active","val_s...
{"dim_l65":"Paris","col_t76":false,"val_q78":"active","val_s62":null}
extra_text_before
{ "type": "object", "properties": { "dim_l65": { "type": "string" }, "col_t76": { "type": "boolean" }, "val_q78": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "val_s62": { "type": "null" } }, "requi...
Sensor output follows: {"dim_l65":"Paris","col_t76":false,"val_q78":"active","val_s62":null}
Output contains non-JSON text before the object
{"dim_l65":"Paris","col_t76":false,"val_q78":"active","val_s62":null}
TASK repair_structured_output SPEC FIELD col_w72 TYPE integer REQUIRED yes FIELD prop_x50 TYPE boolean REQUIRED yes FIELD dim_s34 TYPE string VALUES active|inactive|pending REQUIRED no FIELD val_e12 TYPE integer REQUIRED yes FIELD param_j65 TYPE boolean REQUIRED yes FIELD field_f23.field_o03 TYPE integer REQUIRED no F...
{"col_w72":142,"prop_x50":true,"dim_s34":"active","val_e12":913,"param_j65":false,"field_f23":{"field_o03":398,"prop_u98":"2026-05-25T17:13:00Z","attr_c47":204.67,"dim_u20":["PASS","completed","A short description.","test@example.com"]}}
missing_required
{ "type": "object", "properties": { "col_w72": { "type": "integer" }, "prop_x50": { "type": "boolean" }, "dim_s34": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "val_e12": { "type": "integer" }, "pa...
{"col_w72": 142, "dim_s34": "active", "val_e12": 913, "param_j65": false, "field_f23": {"field_o03": 398, "prop_u98": "2026-05-25T17:13:00Z", "attr_c47": 204.67, "dim_u20": ["PASS", "completed", "A short description.", "test@example.com"]}}
Required field 'prop_x50' is missing
{"col_w72":142,"prop_x50":true,"dim_s34":"active","val_e12":913,"param_j65":false,"field_f23":{"field_o03":398,"prop_u98":"2026-05-25T17:13:00Z","attr_c47":204.67,"dim_u20":["PASS","completed","A short description.","test@example.com"]}}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD torque_output TYPE null REQUIRED no FIELD barcode TYPE integer REQUIRED yes FIELD deploy_target TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD amount TYPE string VALUES reliable|un...
{"collateral":"free","torque_output":null,"barcode":193,"deploy_target":"anchored","amount":"unstable","longitude":true}
invalid_enum
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "torque_output": { "type": "null" }, "barcode": { "type": "integer" }, "deploy_target": { "type": ...
{"collateral": "invalid_choice_993", "torque_output": null, "barcode": 193, "deploy_target": "anchored", "amount": "unstable", "longitude": true}
Field 'collateral' has invalid enum value 'invalid_choice_993', expected one of ['free', 'basic', 'pro', 'enterprise']
{"collateral":"free","torque_output":null,"barcode":193,"deploy_target":"anchored","amount":"unstable","longitude":true}
TASK repair_structured_output SPEC FIELD sensor_id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD email.vessel_name TYPE integer REQUIRED no FIELD email.salinity TYPE string REQUIRED yes FIELD email.image_url TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD email.patient_id.y...
{"sensor_id":"level_4","email":{"salinity":"John","image_url":"level_2","patient_id":{"port_code":"approved","vital_sign":"chr1","state":455.93,"aligned_pct":779,"version":144},"crew_id":710},"port_code":"Paris"}
truncated_object
{ "type": "object", "properties": { "sensor_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "email": { "type": "object", "properties": { "vessel_name": { "type": "integer" }, ...
{"sensor_id":"level_4","email":{"salinity":"John","image_url":"level_2","patient_id":{"port_code":"approved","vital_sign":"chr1","state":455.93,"aligned_pct":779,"version":144},"crew_id":710},"port_code":"Paris"
Unexpected end of JSON input — truncated object
{"sensor_id":"level_4","email":{"salinity":"John","image_url":"level_2","patient_id":{"port_code":"approved","vital_sign":"chr1","state":455.93,"aligned_pct":779,"version":144},"crew_id":710},"port_code":"Paris"}
TASK repair_structured_output SPEC FIELD param_e10 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_w42 TYPE number REQUIRED yes FIELD prop_j47 TYPE string_date-time REQUIRED yes FIELD prop_v05 TYPE integer REQUIRED no FIELD dim_w77.col_q33 TYPE string_date-time REQUIRED yes FIELD dim_w77.va...
{"param_e10":"in_transit","attr_w42":358.22,"prop_j47":"2020-10-06T03:18:00Z","prop_v05":484,"dim_w77":{"col_q33":"2026-05-13T07:57:00Z"},"param_y96":{"field_c62":"in_transit","col_a08":"medium","field_e65":"single"}}
truncated_object
{ "type": "object", "properties": { "param_e10": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_w42": { "type": "number" }, "prop_j47": { "type": "string", "format": "date-time" }, ...
{"param_e10":"in_transit","attr_w42":358.22,"prop_j47":"2020-10-06T03:18:00Z","prop_v05":484,"dim_w77":{"col_q33":"2026-05-13T07:57:00Z"},"param_y96":{"field_c62":"in_transit","col_a08":"medium","field_e65":"single"}
Unexpected end of JSON input — truncated object
{"param_e10":"in_transit","attr_w42":358.22,"prop_j47":"2020-10-06T03:18:00Z","prop_v05":484,"dim_w77":{"col_q33":"2026-05-13T07:57:00Z"},"param_y96":{"field_c62":"in_transit","col_a08":"medium","field_e65":"single"}}
TASK repair_structured_output SPEC FIELD attr_v66 TYPE boolean REQUIRED yes FIELD key_e82 TYPE boolean REQUIRED no FIELD val_m85 TYPE integer REQUIRED yes FIELD val_s27.dim_d63 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_s27.field_u33 TYPE boolean REQUIRED no FIELD val_s27.key_n36 TYPE boolean RE...
{"attr_v66":false,"key_e82":false,"val_m85":67,"val_s27":{"dim_d63":"archived","key_n36":true,"prop_z01":true}}
unquoted_keys
{ "type": "object", "properties": { "attr_v66": { "type": "boolean" }, "key_e82": { "type": "boolean" }, "val_m85": { "type": "integer" }, "val_s27": { "type": "object", "properties": { "dim_d63": { "type": "string", "enum": [ ...
{attr_v66:false,key_e82:false,val_m85:67,val_s27:{dim_d63:"archived",key_n36:true,prop_z01:true}}
Expecting property name enclosed in double quotes
{"attr_v66":false,"key_e82":false,"val_m85":67,"val_s27":{"dim_d63":"archived","key_n36":true,"prop_z01":true}}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES active|inactive|pending REQUIRED yes FIELD pressure_kpa TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD quantity TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD currency TYPE string REQUIRED no FIEL...
{"temp_celsius":"inactive","quantity":"high","velocity":"PASS","published":null}
invalid_enum
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "pressure_kpa": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated...
{"temp_celsius": "invalid_option_849", "quantity": "high", "velocity": "PASS", "published": null}
Field 'temp_celsius' has invalid enum value 'invalid_option_849', expected one of ['active', 'inactive', 'pending']
{"temp_celsius":"inactive","quantity":"high","velocity":"PASS","published":null}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD nickname TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD footnote TYPE string REQUIRED no FIELD currency TYPE string REQUIRED yes FIELD description TYPE...
{"nickname":"option_e","currency":"https://api.example.com/v1","description":"2020-12-21T12:56:00Z","turbidity":459.94,"barcode":"mode_d"}
extra_text_after
{ "type": "object", "properties": { "diagnosis_code": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "nickname": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
{"nickname":"option_e","currency":"https://api.example.com/v1","description":"2020-12-21T12:56:00Z","turbidity":459.94,"barcode":"mode_d"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"nickname":"option_e","currency":"https://api.example.com/v1","description":"2020-12-21T12:56:00Z","turbidity":459.94,"barcode":"mode_d"}
TASK repair_structured_output SPEC FIELD field_s37 TYPE number REQUIRED no FIELD col_c65 TYPE string REQUIRED yes FIELD attr_f89 TYPE integer REQUIRED yes FIELD field_o49 TYPE boolean REQUIRED no FIELD prop_z59.val_a83 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD prop_z59.key_x80 TYPE boolean REQUIRED no FIELD pro...
{"col_c65":"quux","attr_f89":760,"prop_z59":{"key_x80":false,"key_a14":"PASS","param_y71":"inactive","prop_s12":{"field_a73":402,"field_e42":"inactive","col_u62":531,"val_w97":"https://www.com/v1"}},"param_e55":{"col_r73":"2020-11-26T14:30:00Z","key_u44":471.05,"key_h45":false}}
truncated_array
{ "type": "object", "properties": { "field_s37": { "type": "number" }, "col_c65": { "type": "string" }, "attr_f89": { "type": "integer" }, "field_o49": { "type": "boolean" }, "prop_z59": { "type": "object", "properties": { "val_a83": { ...
{"col_c65":"quux","attr_f89":760,"prop_z59":{"key_x80":false,"key_a14":"PASS","param_y71":"inactive","prop_s12":{"field_a73":402,"field_e42":"inactive","col_u62":531,"val_w97":"https://www.com/v1"}},"param_e55":{"col_r73":"2020-11-26T14:30:00Z","key_u44":471.05,"key_h45":false}
Unexpected end of JSON input — truncated object
{"col_c65":"quux","attr_f89":760,"prop_z59":{"key_x80":false,"key_a14":"PASS","param_y71":"inactive","prop_s12":{"field_a73":402,"field_e42":"inactive","col_u62":531,"val_w97":"https://www.com/v1"}},"param_e55":{"col_r73":"2020-11-26T14:30:00Z","key_u44":471.05,"key_h45":false}}
TASK repair_structured_output SPEC FIELD col_q16 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_n03 TYPE number REQUIRED no FIELD param_u73 TYPE integer REQUIRED no FIELD col_t07 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_u76 TYPE integer REQUIRED no FIELD dim_f00 TYPE nu...
{"param_u73":946,"col_t07":"arctic","val_u76":257,"dim_f00":377.17,"field_l21":{"key_i56":523,"dim_e96":925,"key_k61":"Jane","attr_o67":565,"param_h77":"world","param_w88":"sms"},"val_w10":"foo"}
thought_process
{ "type": "object", "properties": { "col_q16": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "prop_n03": { "type": "number" }, "param_u73": { "type": "integer" }, "col_t07": { "type": "string", "enum":...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"param_u73":946,"col_t07":"arctic","val_u76":257,"dim_f00":377.17,"field_l21":{"key_i56":523,"dim_e96":925,"key_k61":"Jane","attr_o67":565,"param_h77":"world","param_w88":"sms"},"val_w10":"foo"}
Output contains chain-of-thought reasoning before JSON
{"param_u73":946,"col_t07":"arctic","val_u76":257,"dim_f00":377.17,"field_l21":{"key_i56":523,"dim_e96":925,"key_k61":"Jane","attr_o67":565,"param_h77":"world","param_w88":"sms"},"val_w10":"foo"}
TASK repair_structured_output SPEC FIELD key_s22.col_x29.param_r17 TYPE boolean REQUIRED yes FIELD key_s22.col_x29.col_u07 TYPE string_uri REQUIRED yes FIELD key_s22.col_x29.key_v78 TYPE boolean REQUIRED yes FIELD key_s22.param_c87 TYPE integer REQUIRED yes FIELD key_s22.attr_e82 TYPE string REQUIRED no FIELD param_v2...
{"key_s22":{"param_c87":913},"param_v27":false,"field_m59":79}
boolean_as_string
{ "type": "object", "properties": { "key_s22": { "type": "object", "properties": { "col_x29": { "type": "object", "properties": { "param_r17": { "type": "boolean" }, "col_u07": { "type": "string", ...
{"key_s22": {"param_c87": 913}, "param_v27": "False", "field_m59": 79}
Field 'param_v27' must be boolean, got string
{"key_s22":{"param_c87":913},"param_v27":false,"field_m59":79}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES success|error|warning|info REQUIRED no FIELD voltage TYPE number REQUIRED no FIELD currency.loan_amount TYPE string REQUIRED no FIELD currency.current_draw TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD currency.company TYPE boolean ...
{"fleet_number":"success","voltage":8.78,"score":{"features":678,"humidity_pct":"test@test.io","size":{"active":"This is a test value.","maturity_date":"green","comments":"cancelled","shift_code":139,"phenotype":false,"umi":"medium"},"age":"divorced","payment_status":"https://example.com"},"published":false,"interest_r...
truncated_object
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "voltage": { "type": "number" }, "currency": { "type": "object", "properties": { "loan_amount":...
{"fleet_number":"success","voltage":8.78,"score":{"features":678,"humidity_pct":"test@test.io","size":{"active":"This is a test value.","maturity_date":"green","comments":"cancelled","shift_code":139,"phenotype":false,"umi":"medium"},"age":"divorced","payment_status":"https://example.com"},"published":false,"interest_r...
Unexpected end of JSON input — truncated object
{"fleet_number":"success","voltage":8.78,"score":{"features":678,"humidity_pct":"test@test.io","size":{"active":"This is a test value.","maturity_date":"green","comments":"cancelled","shift_code":139,"phenotype":false,"umi":"medium"},"age":"divorced","payment_status":"https://example.com"},"published":false,"interest_r...
TASK repair_structured_output SPEC FIELD email TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD catalyst TYPE integer REQUIRED no FIELD created_at TYPE null REQUIRED yes FIELD size TYPE null REQUIRED yes FIELD status_code.score TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD status_code.payment...
{"email":"EUR","created_at":null,"size":null,"status_code":{"score":"blue","payment_status":"mode_b","coverage":729,"position":"option_e","user_id":null},"role":{"medication":"pending","total":"active","thumbnail":584,"paragraph":{"ph_level":"sms","status_code":"type_e","order_id":"cat_e","terminal_id":"user@test.io","...
single_quotes
{ "type": "object", "properties": { "email": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "catalyst": { "type": "integer" }, "created_at": { "type": "null" }, "size": { "type": "null" ...
{'email':'EUR','created_at':null,'size':null,'status_code':{'score':'blue','payment_status':'mode_b','coverage':729,'position':'option_e','user_id':null},'role':{'medication':'pending','total':'active','thumbnail':584,'paragraph':{'ph_level':'sms','status_code':'type_e','order_id':'cat_e','terminal_id':'user@test.io','...
Expecting property name enclosed in double quotes
{"email":"EUR","created_at":null,"size":null,"status_code":{"score":"blue","payment_status":"mode_b","coverage":729,"position":"option_e","user_id":null},"role":{"medication":"pending","total":"active","thumbnail":584,"paragraph":{"ph_level":"sms","status_code":"type_e","order_id":"cat_e","terminal_id":"user@test.io","...
TASK repair_structured_output SPEC FIELD start_date TYPE integer REQUIRED no FIELD discount TYPE string_uri REQUIRED no FIELD duration_ms TYPE integer REQUIRED yes FIELD commit_hash TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD image_url TYPE string REQUIRED no BROKEN_OUTPUT {"star...
{"start_date":981,"duration_ms":391,"commit_hash":"escalated"}
missing_bracket
{ "type": "object", "properties": { "start_date": { "type": "integer" }, "discount": { "type": "string", "format": "uri" }, "duration_ms": { "type": "integer" }, "commit_hash": { "type": "string", "enum": [ "pending_review", "confirmed"...
{"start_date":981,"duration_ms":391,"commit_hash":"escalated"}
Missing closing bracket
{"start_date":981,"duration_ms":391,"commit_hash":"escalated"}
TASK repair_structured_output SPEC FIELD shipping TYPE string REQUIRED no FIELD verified TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD tax TYPE string REQUIRED yes FIELD timezone TYPE integer REQUIRED no FIELD vital_sign TYPE boolean REQUIRED yes BROKEN_OUTPUT {"verified":"coastal","tax":"test",...
{"verified":"coastal","tax":"test","timezone":827,"vital_sign":false}
missing_brace
{ "type": "object", "properties": { "shipping": { "type": "string" }, "verified": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "tax": { "type": "string" }, "timezone": { "type": "integer" ...
{"verified":"coastal","tax":"test","timezone":827,"vital_sign":false
Missing closing brace
{"verified":"coastal","tax":"test","timezone":827,"vital_sign":false}
TASK repair_structured_output SPEC FIELD col_k04 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD dim_d88 TYPE boolean REQUIRED no FIELD prop_a09 TYPE number REQUIRED yes FIELD key_i28 TYPE string REQUIRED no FIELD dim_g44 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_v68 TYPE s...
{"col_k04":"berthed","dim_d88":true,"prop_a09":798.43,"key_i28":"MV-Evergreen-01","col_v68":"underway"}
missing_required
{ "type": "object", "properties": { "col_k04": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "dim_d88": { "type": "boolean" }, "prop_a09": { "type": "number" }, "key_i28": { "type": "stri...
{"col_k04": "berthed", "dim_d88": true, "key_i28": "MV-Evergreen-01", "col_v68": "underway"}
Required field 'prop_a09' is missing
{"col_k04":"berthed","dim_d88":true,"prop_a09":798.43,"key_i28":"MV-Evergreen-01","col_v68":"underway"}
TASK repair_structured_output SPEC FIELD name TYPE string VALUES option_a|option_b REQUIRED no FIELD duration_ms TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD terminal_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD age TYPE integer REQUIRED yes FIELD aligned_pct TYPE string REQUIRED...
{"name":"option_b","duration_ms":"type_c","terminal_id":"level_1","age":662,"aligned_pct":"Tokyo"}
tool_call_partial_args
{ "type": "object", "properties": { "name": { "type": "string", "enum": [ "option_a", "option_b" ] }, "duration_ms": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "terminal_id": { ...
I need to look up the information first. Action: run_diagnostics Arguments: {"name": "option_b", "duration_ms": "type_c", "terminal_id": "level_1", "age": 662}
Agent tool call missing required parameter 'aligned_pct'
{"name":"option_b","duration_ms":"type_c","terminal_id":"level_1","age":662,"aligned_pct":"Tokyo"}
TASK repair_structured_output SPEC FIELD val_f86 TYPE number REQUIRED yes FIELD param_p89 TYPE string REQUIRED no FIELD attr_k71 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_b25 TYPE number REQUIRED yes FIELD field_v38.dim_r96 TYPE integer REQUIRED yes FIELD field_v38.key_c93 TYPE ...
{"val_f86":537.26,"param_p89":"Johnson","attr_k71":"offline","val_b25":439.8,"field_v38":{"dim_r96":489,"key_c93":714.09,"field_y48":761,"key_e77":"Bob"},"key_w76":"world"}
missing_brace
{ "type": "object", "properties": { "val_f86": { "type": "number" }, "param_p89": { "type": "string" }, "attr_k71": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "val_b25": { "typ...
{"val_f86":537.26,"param_p89":"Johnson","attr_k71":"offline","val_b25":439.8,"field_v38":{"dim_r96":489,"key_c93":714.09,"field_y48":761,"key_e77":"Bob","key_w76":"world"}
Missing closing brace
{"val_f86":537.26,"param_p89":"Johnson","attr_k71":"offline","val_b25":439.8,"field_v38":{"dim_r96":489,"key_c93":714.09,"field_y48":761,"key_e77":"Bob"},"key_w76":"world"}
TASK repair_structured_output SPEC FIELD footnote TYPE number REQUIRED no FIELD current_draw TYPE integer REQUIRED yes FIELD created_at.payment_status TYPE boolean REQUIRED yes FIELD created_at.medication TYPE null REQUIRED no FIELD created_at.collateral TYPE string VALUES admin|editor|viewer REQUIRED no FIELD created...
{"footnote":600.04,"current_draw":784,"created_at":{"payment_status":false,"lane":"type_a","tile":"green","index":748.89,"shift_code":952},"altitude":{"shipper_ref":"New York","price":748,"subject":{"span_id":true,"username":null,"user_id":"moored","repository":524},"interest_rate":{"currency":0.16,"duration_ms":"https...
single_quotes
{ "type": "object", "properties": { "footnote": { "type": "number" }, "current_draw": { "type": "integer" }, "created_at": { "type": "object", "properties": { "payment_status": { "type": "boolean" }, "medication": { "type": "nul...
{'footnote':600.04,'current_draw':784,'created_at':{'payment_status':false,'lane':'type_a','tile':'green','index':748.89,'shift_code':952},'altitude':{'shipper_ref':'New York','price':748,'subject':{'span_id':true,'username':null,'user_id':'moored','repository':524},'interest_rate':{'currency':0.16,'duration_ms':'https...
Expecting property name enclosed in double quotes
{"footnote":600.04,"current_draw":784,"created_at":{"payment_status":false,"lane":"type_a","tile":"green","index":748.89,"shift_code":952},"altitude":{"shipper_ref":"New York","price":748,"subject":{"span_id":true,"username":null,"user_id":"moored","repository":524},"interest_rate":{"currency":0.16,"duration_ms":"https...
TASK repair_structured_output SPEC FIELD berth_slot.color TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD berth_slot.name TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD berth_slot.items TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD berth_slot.ward TYPE s...
{"berth_slot":{"color":"GBP","name":"nonsense","items":"anchored","ward":"inactive"},"maturity_date":"https://www.io/v1","transaction_id":"2024-06-30","category":{"phone":795,"subject":"https://www.io/v1","run_id":501,"frequency_hz":336,"currency":{"start_date":635,"name":"USD","options":"chrX","vessel_name":null,"loan...
thought_process
{ "type": "object", "properties": { "berth_slot": { "type": "object", "properties": { "color": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "name": { "t...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"berth_slot":{"color":"GBP","name":"nonsense","items":"anchored","ward":"inactive"},"maturity_date":"https://www.io/v1","transaction_id":"2024-06-30","category":{"phone":795,"subject":"https://www.io/v1","...
Output contains chain-of-thought reasoning before JSON
{"berth_slot":{"color":"GBP","name":"nonsense","items":"anchored","ward":"inactive"},"maturity_date":"https://www.io/v1","transaction_id":"2024-06-30","category":{"phone":795,"subject":"https://www.io/v1","run_id":501,"frequency_hz":336,"currency":{"start_date":635,"name":"USD","options":"chrX","vessel_name":null,"loan...
TASK repair_structured_output SPEC FIELD cargo_type TYPE string REQUIRED yes FIELD freight_class TYPE string REQUIRED no FIELD phenotype TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD width[] TYPE boolean REQUIRED yes BROKEN_OUTPUT Pipeline result: {"cargo_type":"Hapag-Lloyd-Express","freight...
{"cargo_type":"Hapag-Lloyd-Express","freight_class":"Oliveira","phenotype":"new","width":[false,true,false]}
extra_text_before
{ "type": "object", "properties": { "cargo_type": { "type": "string" }, "freight_class": { "type": "string" }, "phenotype": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "width": { "type...
Pipeline result: {"cargo_type":"Hapag-Lloyd-Express","freight_class":"Oliveira","phenotype":"new","width":[false,true,false]}
Output contains non-JSON text before the object
{"cargo_type":"Hapag-Lloyd-Express","freight_class":"Oliveira","phenotype":"new","width":[false,true,false]}
TASK repair_structured_output SPEC FIELD weight TYPE number REQUIRED yes FIELD loan_amount TYPE string VALUES draft|published|archived REQUIRED no FIELD crew_id TYPE string_email REQUIRED yes FIELD ward TYPE number REQUIRED no BROKEN_OUTPUT I found that crew_id should be user@example.com. {"weight":990.14,"loan_amoun...
{"weight":990.14,"loan_amount":"published","crew_id":"user@example.com","ward":332.4}
partial_structure
{ "type": "object", "properties": { "weight": { "type": "number" }, "loan_amount": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "crew_id": { "type": "string", "format": "email" }, "ward": { "type": "...
I found that crew_id should be user@example.com. {"weight":990.14,"loan_amount":"published","crew_id":"user@example.com","ward":332.4}
Output mixes natural language with JSON
{"weight":990.14,"loan_amount":"published","crew_id":"user@example.com","ward":332.4}
TASK repair_structured_output SPEC FIELD prop_b30 TYPE number REQUIRED no FIELD val_j07 TYPE string_email REQUIRED yes FIELD dim_r11 TYPE integer REQUIRED no FIELD field_t65 TYPE integer REQUIRED no FIELD val_v55 TYPE string_email REQUIRED no BROKEN_OUTPUT Let me check the system. Action: lookup_customer Arguments: {...
{"prop_b30":613.91,"val_j07":"ops@domain.org","dim_r11":57,"field_t65":701,"val_v55":"ops@test.io"}
tool_call_partial_args
{ "type": "object", "properties": { "prop_b30": { "type": "number" }, "val_j07": { "type": "string", "format": "email" }, "dim_r11": { "type": "integer" }, "field_t65": { "type": "integer" }, "val_v55": { "type": "string", "format": "emai...
Let me check the system. Action: lookup_customer Arguments: {"prop_b30": 613.91, "dim_r11": 57, "field_t65": 701, "val_v55": "ops@test.io"}
Agent tool call missing required parameter 'val_j07'
{"prop_b30":613.91,"val_j07":"ops@domain.org","dim_r11":57,"field_t65":701,"val_v55":"ops@test.io"}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD longitude TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD payment_status TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD count TYPE null REQUIRED yes FIELD category TYP...
{"log_level":"pending_review","longitude":"viewer","count":null,"category":"2023-12-25","user_id":"2023-03-21T12:53:00Z"}
markdown_explanation
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "longitude": { "type": "string", "enum": [ "admin", "editor", "viewer" ] ...
Here is the response in the requested format: ```json {"log_level":"pending_review","longitude":"viewer","count":null,"category":"2023-12-25","user_id":"2023-03-21T12:53:00Z"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"log_level":"pending_review","longitude":"viewer","count":null,"category":"2023-12-25","user_id":"2023-03-21T12:53:00Z"}
TASK repair_structured_output SPEC FIELD val_p91 TYPE string REQUIRED no FIELD field_a59 TYPE string REQUIRED yes FIELD prop_e57 TYPE string REQUIRED yes FIELD attr_y28 TYPE string REQUIRED yes BROKEN_OUTPUT {"val_p91":"QC-07","field_a59":"Smith","prop_e57":"example","attr_y28":"chrX"
{"val_p91":"QC-07","field_a59":"Smith","prop_e57":"example","attr_y28":"chrX"}
truncated_object
{ "type": "object", "properties": { "val_p91": { "type": "string" }, "field_a59": { "type": "string" }, "prop_e57": { "type": "string" }, "attr_y28": { "type": "string" } }, "required": [ "attr_y28", "field_a59", "prop_e57" ] }
{"val_p91":"QC-07","field_a59":"Smith","prop_e57":"example","attr_y28":"chrX"
Unexpected end of JSON input — truncated object
{"val_p91":"QC-07","field_a59":"Smith","prop_e57":"example","attr_y28":"chrX"}
TASK repair_structured_output SPEC FIELD medication TYPE boolean REQUIRED no FIELD department.build_status TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD department.last_name TYPE string REQUIRED yes FIELD department.price TYPE null REQUIRED yes FIELD department.catalyst.build_status TYPE string VALUE...
{"medication":false,"department":{"build_status":"free","last_name":"chrX","price":null,"catalyst":{"build_status":"EUR","notes":"anchored","coverage":61.12},"sensor_id":null},"discount":"berthed"}
tool_call_python_syntax
{ "type": "object", "properties": { "medication": { "type": "boolean" }, "department": { "type": "object", "properties": { "build_status": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ...
query_port_status(medication=False, department={'build_status': 'free', 'last_name': 'chrX', 'price': None, 'catalyst': {'build_status': 'EUR', 'notes': 'anchored', 'coverage': 61.12}, 'sensor_id': None}, discount='berthed')
Tool call uses Python syntax instead of JSON
{"medication":false,"department":{"build_status":"free","last_name":"chrX","price":null,"catalyst":{"build_status":"EUR","notes":"anchored","coverage":61.12},"sensor_id":null},"discount":"berthed"}
TASK repair_structured_output SPEC FIELD discount TYPE integer REQUIRED yes FIELD website TYPE string_date-time REQUIRED yes FIELD start_date TYPE boolean REQUIRED yes FIELD coverage.level TYPE string VALUES single|married|divorced REQUIRED no FIELD coverage.dissolved_oxygen TYPE string REQUIRED yes FIELD coverage.dur...
{"discount":951,"website":"2022-06-09T08:26:00Z","start_date":true,"coverage":{"level":"divorced","dissolved_oxygen":"Johnson","duration_ms":"active","country":"arctic","amount":"foo"}}
tool_call_wrong_param
{ "type": "object", "properties": { "discount": { "type": "integer" }, "website": { "type": "string", "format": "date-time" }, "start_date": { "type": "boolean" }, "coverage": { "type": "object", "properties": { "level": { "type": "st...
Tool: align_reads Params: {"discount": 951, "website": "2022-06-09T08:26:00Z", "start_date": true, "coverage_name": {"level": "divorced", "dissolved_oxygen": "Johnson", "duration_ms": "active", "country": "arctic", "amount": "foo"}}
Agent used wrong parameter name 'coverage_name' instead of 'coverage'
{"discount":951,"website":"2022-06-09T08:26:00Z","start_date":true,"coverage":{"level":"divorced","dissolved_oxygen":"Johnson","duration_ms":"active","country":"arctic","amount":"foo"}}
TASK repair_structured_output SPEC FIELD col_w49 TYPE string VALUES success|error|warning|info REQUIRED no FIELD param_d92 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD key_n72 TYPE boolean REQUIRED yes FIELD key_x02 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no BROKEN_OUTPUT {"...
{"col_w49":"success","param_d92":"medium","key_n72":false,"key_x02":"nonsense"}
truncated_object
{ "type": "object", "properties": { "col_w49": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "param_d92": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] },...
{"col_w49":"success","param_d92":"medium","key_n72":false,"key_x02":"nonsense"
Unexpected end of JSON input — truncated object
{"col_w49":"success","param_d92":"medium","key_n72":false,"key_x02":"nonsense"}
TASK repair_structured_output SPEC FIELD pressure_kpa TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD conductivity TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD brake_pressure TYPE number REQUIRED no FIELD annotation TYPE string REQUIRED no FIELD timezone.manifest_ref TYPE string REQUIR...
{"pressure_kpa":"type_a","conductivity":"intermittent","brake_pressure":51.64,"annotation":"Hapag-Lloyd-Express","timezone":{"manifest_ref":"2023-12-25","height":"pending","features":"cat_c","credit_score":158},"shipper_ref":"https://data.com/data","first_name":849.81}
extra_text_after
{ "type": "object", "properties": { "pressure_kpa": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "conductivity": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "brake...
{"pressure_kpa":"type_a","conductivity":"intermittent","brake_pressure":51.64,"annotation":"Hapag-Lloyd-Express","timezone":{"manifest_ref":"2023-12-25","height":"pending","features":"cat_c","credit_score":158},"shipper_ref":"https://data.com/data","first_name":849.81} Data logged successfully.
Output contains non-JSON text after the object
{"pressure_kpa":"type_a","conductivity":"intermittent","brake_pressure":51.64,"annotation":"Hapag-Lloyd-Express","timezone":{"manifest_ref":"2023-12-25","height":"pending","features":"cat_c","credit_score":158},"shipper_ref":"https://data.com/data","first_name":849.81}
TASK repair_structured_output SPEC FIELD val_w12 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD col_n91 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_z22 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_z21 TYPE number REQUIRED no FIELD val...
{"val_w12":"unstable","col_n91":"maintenance","param_z22":"pro","prop_z21":389.99,"val_u25":{"val_m53":886.05,"attr_l54":387.18,"val_c18":"Tokyo","param_g67":"pending","prop_q05":{"prop_g35":"homozygous","val_b11":"user@domain.com","attr_o28":"frameshift","prop_m03":"red","field_q76":928},"attr_b38":null,"param_w93":"w...
markdown_explanation
{ "type": "object", "properties": { "val_w12": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_n91": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ...
Sensor output follows: ```json {"val_w12":"unstable","col_n91":"maintenance","param_z22":"pro","prop_z21":389.99,"val_u25":{"val_m53":886.05,"attr_l54":387.18,"val_c18":"Tokyo","param_g67":"pending","prop_q05":{"prop_g35":"homozygous","val_b11":"user@domain.com","attr_o28":"frameshift","prop_m03":"red","field_q76":928}...
Output contains markdown and explanatory text around JSON
{"val_w12":"unstable","col_n91":"maintenance","param_z22":"pro","prop_z21":389.99,"val_u25":{"val_m53":886.05,"attr_l54":387.18,"val_c18":"Tokyo","param_g67":"pending","prop_q05":{"prop_g35":"homozygous","val_b11":"user@domain.com","attr_o28":"frameshift","prop_m03":"red","field_q76":928},"attr_b38":null,"param_w93":"w...
TASK repair_structured_output SPEC FIELD val_o54 TYPE boolean REQUIRED yes FIELD key_n57 TYPE integer REQUIRED no FIELD attr_q97 TYPE string_uri REQUIRED yes FIELD attr_f69 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_j85.col_x99 TYPE boolean REQUIRED no FIELD prop_j85.attr_u61 TYPE inte...
{"val_o54":false,"attr_q97":"https://example.org/data","attr_f69":"underway","prop_j85":{"col_x99":false,"attr_u61":402,"prop_q26":140.66,"dim_b97":{"field_o35":313,"param_e89":null,"col_f20":"Diana"},"dim_o79":"Tokyo","key_o03":"MV-Evergreen-01"}}
tool_call_wrong_param
{ "type": "object", "properties": { "val_o54": { "type": "boolean" }, "key_n57": { "type": "integer" }, "attr_q97": { "type": "string", "format": "uri" }, "attr_f69": { "type": "string", "enum": [ "berthed", "anchored", "underwa...
Tool: verify_hazmat_compliance Params: {"attr_q97": "https://example.org/data", "attr_f69": "underway", "prop_j85": {"col_x99": false, "attr_u61": 402, "prop_q26": 140.66, "dim_b97": {"field_o35": 313, "param_e89": null, "col_f20": "Diana"}, "dim_o79": "Tokyo", "key_o03": "MV-Evergreen-01"}, "val_o54_id": false}
Agent used wrong parameter name 'val_o54_id' instead of 'val_o54'
{"val_o54":false,"attr_q97":"https://example.org/data","attr_f69":"underway","prop_j85":{"col_x99":false,"attr_u61":402,"prop_q26":140.66,"dim_b97":{"field_o35":313,"param_e89":null,"col_f20":"Diana"},"dim_o79":"Tokyo","key_o03":"MV-Evergreen-01"}}