input
stringlengths
170
4.38k
target
stringlengths
11
500
corruption_type
stringclasses
28 values
schema
dict
invalid_json
stringlengths
2
1.02k
error
stringlengths
21
156
target_json
stringlengths
11
500
TASK repair_structured_output SPEC FIELD dim_h53 TYPE boolean REQUIRED no FIELD col_s30 TYPE string REQUIRED yes FIELD col_v30.prop_b71 TYPE string REQUIRED no FIELD col_v30.dim_n89 TYPE string REQUIRED no FIELD col_v30.val_b76.col_g04 TYPE string_email REQUIRED no FIELD col_v30.val_b76.param_h39 TYPE string REQUIRED ...
{"dim_h53":false,"col_s30":"hello","col_v30":{"prop_b71":"Tokyo","dim_n89":"chrX","val_b76":{"col_g04":"admin@domain.org","param_h39":"This is a test value.","dim_v43":669.6,"prop_w67":640,"key_g70":false},"col_j10":798,"col_s30":"resolved","prop_t44":false},"field_l43":{"col_e99":"John","val_n02":"Smith","field_w25":5...
extra_text_after
{ "type": "object", "properties": { "dim_h53": { "type": "boolean" }, "col_s30": { "type": "string" }, "col_v30": { "type": "object", "properties": { "prop_b71": { "type": "string" }, "dim_n89": { "type": "string" }, ...
{"dim_h53":false,"col_s30":"hello","col_v30":{"prop_b71":"Tokyo","dim_n89":"chrX","val_b76":{"col_g04":"admin@domain.org","param_h39":"This is a test value.","dim_v43":669.6,"prop_w67":640,"key_g70":false},"col_j10":798,"col_s30":"resolved","prop_t44":false},"field_l43":{"col_e99":"John","val_n02":"Smith","field_w25":5...
Output contains non-JSON text after the object
{"dim_h53":false,"col_s30":"hello","col_v30":{"prop_b71":"Tokyo","dim_n89":"chrX","val_b76":{"col_g04":"admin@domain.org","param_h39":"This is a test value.","dim_v43":669.6,"prop_w67":640,"key_g70":false},"col_j10":798,"col_s30":"resolved","prop_t44":false},"field_l43":{"col_e99":"John","val_n02":"Smith","field_w25":5...
TASK repair_structured_output SPEC FIELD subtotal TYPE number REQUIRED no FIELD decay_rate TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD isotope TYPE null REQUIRED no FIELD cargo_type TYPE string_email REQUIRED no FIELD altitude TYPE integer REQUIRED yes BROKEN_OUTPUT Tool: assign_berth Params...
{"decay_rate":"open","isotope":null,"cargo_type":"admin@domain.org","altitude":271}
tool_call_wrong_param
{ "type": "object", "properties": { "subtotal": { "type": "number" }, "decay_rate": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "isotope": { "type": "null" }, "cargo_type": { "type": "s...
Tool: assign_berth Params: {"decay_rate": "open", "isotope": null, "cargo_type": "admin@domain.org", "altitude": 271}
Agent used wrong parameter name 'subtotal_new' instead of 'subtotal'
{"decay_rate":"open","isotope":null,"cargo_type":"admin@domain.org","altitude":271}
TASK repair_structured_output SPEC FIELD prop_n61 TYPE integer REQUIRED yes FIELD field_b21 TYPE integer REQUIRED yes FIELD field_d31 TYPE string_uri REQUIRED yes FIELD dim_d18 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_q12 TYPE string REQUIRED no FIELD attr_g38 TYPE integer REQUIRED no BROKE...
{"prop_n61":593,"field_b21":489,"field_d31":"https://www.io/api","param_q12":"GRCh38"}
null_required
{ "type": "object", "properties": { "prop_n61": { "type": "integer" }, "field_b21": { "type": "integer" }, "field_d31": { "type": "string", "format": "uri" }, "dim_d18": { "type": "string", "enum": [ "draft", "published", "archi...
{"prop_n61": 593, "field_b21": null, "field_d31": "https://www.io/api", "param_q12": "GRCh38"}
Required field 'field_b21' is null
{"prop_n61":593,"field_b21":489,"field_d31":"https://www.io/api","param_q12":"GRCh38"}
TASK repair_structured_output SPEC FIELD account_id TYPE string REQUIRED no FIELD patient_id TYPE string VALUES single|married|divorced REQUIRED yes FIELD product_id.verified TYPE string REQUIRED no FIELD product_id.section TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD product_id.hum...
{"account_id":"bar","patient_id":"divorced","product_id":{"verified":"FWD","section":"confirmed","humidity_pct":"hemizygous","turbidity":"rejected","filter_flag":347.56,"weight":"warning","shift_code":972.26},"notes":{"feedback":"maintenance","longitude":"in_transit","shipper_ref":"viewer","item_id":609.94,"comments":"...
truncated_object
{ "type": "object", "properties": { "account_id": { "type": "string" }, "patient_id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "product_id": { "type": "object", "properties": { "verified": { "...
{"account_id":"bar","patient_id":"divorced","product_id":{"verified":"FWD","section":"confirmed","humidity_pct":"hemizygous","turbidity":"rejected","filter_flag":347.56,"weight":"warning","shift_code":972.26},"notes":{"feedback":"maintenance","longitude":"in_transit","shipper_ref":"viewer","item_id":609.94,"comments":"...
Unexpected end of JSON input — truncated object
{"account_id":"bar","patient_id":"divorced","product_id":{"verified":"FWD","section":"confirmed","humidity_pct":"hemizygous","turbidity":"rejected","filter_flag":347.56,"weight":"warning","shift_code":972.26},"notes":{"feedback":"maintenance","longitude":"in_transit","shipper_ref":"viewer","item_id":609.94,"comments":"...
TASK repair_structured_output SPEC FIELD dim_x11 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_w28 TYPE string REQUIRED no FIELD val_y74 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_f89 TYPE string_uri REQUIRED no FIELD val_b98 TYPE null REQUIRED yes FIELD val_c04 TYPE strin...
{"dim_x11":"medium","attr_w28":"PASS","val_y74":"enterprise","prop_f89":"https://api.org/data","val_b98":null,"val_c04":"https://data.org/data","key_k42":"underway"}
missing_required
{ "type": "object", "properties": { "dim_x11": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_w28": { "type": "string" }, "val_y74": { "type": "string", "enum": [ "free", "basic", ...
{"dim_x11": "medium", "attr_w28": "PASS", "val_y74": "enterprise", "prop_f89": "https://api.org/data", "val_c04": "https://data.org/data", "key_k42": "underway"}
Required field 'val_b98' is missing
{"dim_x11":"medium","attr_w28":"PASS","val_y74":"enterprise","prop_f89":"https://api.org/data","val_b98":null,"val_c04":"https://data.org/data","key_k42":"underway"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES small|medium|large|xl REQUIRED no FIELD half_life TYPE null REQUIRED yes FIELD role TYPE string REQUIRED yes FIELD url TYPE string_email REQUIRED yes BROKEN_OUTPUT {half_life:null,role:"user@domain.com",url:"user@test.io"}
{"half_life":null,"role":"user@domain.com","url":"user@test.io"}
unquoted_keys
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "half_life": { "type": "null" }, "role": { "type": "string" }, "url": { "type": "string", "for...
{half_life:null,role:"user@domain.com",url:"user@test.io"}
Expecting property name enclosed in double quotes
{"half_life":null,"role":"user@domain.com","url":"user@test.io"}
TASK repair_structured_output SPEC FIELD shipper_ref.section TYPE number REQUIRED yes FIELD shipper_ref.humidity_pct TYPE string REQUIRED no FIELD shipper_ref.age.score TYPE string REQUIRED no FIELD shipper_ref.age.options TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD shipper_ref.age.log_level TY...
{"shipper_ref":{"section":542.58,"humidity_pct":"cancelled","age":{"options":"oceanic","log_level":"https://data.com/data","dissolved_oxygen":"REV"}},"commit_hash":true,"span_id":901}
truncated_object
{ "type": "object", "properties": { "shipper_ref": { "type": "object", "properties": { "section": { "type": "number" }, "humidity_pct": { "type": "string" }, "age": { "type": "object", "properties": { "score"...
{"shipper_ref":{"section":542.58,"humidity_pct":"cancelled","age":{"options":"oceanic","log_level":"https://data.com/data","dissolved_oxygen":"REV"}},"commit_hash":true,"span_id":901
Unexpected end of JSON input — truncated object
{"shipper_ref":{"section":542.58,"humidity_pct":"cancelled","age":{"options":"oceanic","log_level":"https://data.com/data","dissolved_oxygen":"REV"}},"commit_hash":true,"span_id":901}
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD catalyst TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD end_date TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT I need to look up the infor...
{"balance":"homozygous","catalyst":"new"}
tool_call_partial_args
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "catalyst": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
I need to look up the information first. Action: annotate_mutation Arguments: {"balance": "homozygous"}
Agent tool call missing required parameter 'catalyst'
{"balance":"homozygous","catalyst":"new"}
TASK repair_structured_output SPEC FIELD key_q57 TYPE string REQUIRED yes FIELD col_r73 TYPE number REQUIRED yes FIELD key_m59.key_o51 TYPE null REQUIRED yes FIELD key_m59.attr_x89 TYPE string_uri REQUIRED no FIELD key_m59.attr_s09 TYPE null REQUIRED no FIELD key_m59.val_l40[] TYPE null REQUIRED yes FIELD key_m59.dim_...
{"key_q57":"active","col_r73":869.73,"key_m59":{"key_o51":null,"attr_s09":null,"val_l40":[null,null,null],"dim_s21":[{"col_m04":"type_c","prop_q19":"https://api.example.com/v1","param_r44":"London"}]},"param_h70":"cat_a","param_w14":"mode_b"}
missing_required
{ "type": "object", "properties": { "key_q57": { "type": "string" }, "col_r73": { "type": "number" }, "key_m59": { "type": "object", "properties": { "key_o51": { "type": "null" }, "attr_x89": { "type": "string", "forma...
{"key_q57": "active", "key_m59": {"key_o51": null, "attr_s09": null, "val_l40": [null, null, null], "dim_s21": [{"col_m04": "type_c", "prop_q19": "https://api.example.com/v1", "param_r44": "London"}]}, "param_h70": "cat_a", "param_w14": "mode_b"}
Required field 'col_r73' is missing
{"key_q57":"active","col_r73":869.73,"key_m59":{"key_o51":null,"attr_s09":null,"val_l40":[null,null,null],"dim_s21":[{"col_m04":"type_c","prop_q19":"https://api.example.com/v1","param_r44":"London"}]},"param_h70":"cat_a","param_w14":"mode_b"}
TASK repair_structured_output SPEC FIELD ph_level TYPE integer REQUIRED no FIELD brake_pressure TYPE string REQUIRED yes FIELD salinity TYPE string_uri REQUIRED yes FIELD first_name TYPE null REQUIRED yes FIELD vessel_name TYPE string_date-time REQUIRED no FIELD shipping TYPE integer REQUIRED yes BROKEN_OUTPUT {"ph_l...
{"ph_level":142,"brake_pressure":"bar","salinity":"https://data.org/v1","first_name":null,"shipping":174}
null_required
{ "type": "object", "properties": { "ph_level": { "type": "integer" }, "brake_pressure": { "type": "string" }, "salinity": { "type": "string", "format": "uri" }, "first_name": { "type": "null" }, "vessel_name": { "type": "string", "format...
{"ph_level": 142, "brake_pressure": "bar", "salinity": "https://data.org/v1", "first_name": null, "shipping": 174}
Required field 'first_name' is null
{"ph_level":142,"brake_pressure":"bar","salinity":"https://data.org/v1","first_name":null,"shipping":174}
TASK repair_structured_output SPEC FIELD key_s58 TYPE string REQUIRED yes FIELD prop_v92 TYPE string REQUIRED yes FIELD dim_l71 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"key_s58": "Johnson", "dim_l71": "2024-09-19T09:44:00Z"}
{"key_s58":"Johnson","prop_v92":"test","dim_l71":"2024-09-19T09:44:00Z"}
missing_required
{ "type": "object", "properties": { "key_s58": { "type": "string" }, "prop_v92": { "type": "string" }, "dim_l71": { "type": "string", "format": "date-time" } }, "required": [ "dim_l71", "key_s58", "prop_v92" ] }
{"key_s58": "Johnson", "dim_l71": "2024-09-19T09:44:00Z"}
Required field 'prop_v92' is missing
{"key_s58":"Johnson","prop_v92":"test","dim_l71":"2024-09-19T09:44:00Z"}
TASK repair_structured_output SPEC FIELD width TYPE string REQUIRED yes FIELD quantity.published TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD quantity.frequency_hz TYPE string_email REQUIRED no FIELD quantity.quantity TYPE string_uri REQUIRED no FIELD quantity.count.title TYPE integer REQUIRED ...
{"width":"demo","quantity":{"published":"reliable","quantity":"https://example.io/api","count":{"title":296,"run_id":"mode_b","website":"quux","shipper_ref":"https://example.com","currency":"intermittent"}},"gene_id":"mode_d","lab_result":"type_d"}
null_required
{ "type": "object", "properties": { "width": { "type": "string" }, "quantity": { "type": "object", "properties": { "published": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
{"width": null, "quantity": {"published": "reliable", "quantity": "https://example.io/api", "count": {"title": 296, "run_id": "mode_b", "website": "quux", "shipper_ref": "https://example.com", "currency": "intermittent"}}, "gene_id": "mode_d", "lab_result": "type_d"}
Required field 'width' is null
{"width":"demo","quantity":{"published":"reliable","quantity":"https://example.io/api","count":{"title":296,"run_id":"mode_b","website":"quux","shipper_ref":"https://example.com","currency":"intermittent"}},"gene_id":"mode_d","lab_result":"type_d"}
TASK repair_structured_output SPEC FIELD bearing.start_date TYPE string REQUIRED no FIELD bearing.humidity_pct TYPE string REQUIRED yes FIELD bearing.latitude TYPE string VALUES small|medium|large|xl REQUIRED no FIELD bearing.amount TYPE string REQUIRED no FIELD bearing.aligned_pct.footnote TYPE string VALUES free|bas...
{"tags":"hello","vessel_name":777,"maturity_date":{"latitude":588,"position":true,"active":"mode_a","payment_status":"level_1","nickname":{"patient_id":432,"repository":"mode_b","shipping":"Tokyo","width":"2021-01-15T09:35:00Z","barcode":"test"}},"enabled":null,"patient_id":"2022-11-21T19:05:00Z","vital_sign":"success"...
date_format_error
{ "type": "object", "properties": { "bearing": { "type": "object", "properties": { "start_date": { "type": "string" }, "humidity_pct": { "type": "string" }, "latitude": { "type": "string", "enum": [ "small", ...
{"tags": "hello", "vessel_name": 777, "maturity_date": {"latitude": 588, "position": true, "active": "mode_a", "payment_status": "level_1", "nickname": {"patient_id": 432, "repository": "mode_b", "shipping": "Tokyo", "width": "2021-01-15T09:35:00Z", "barcode": "test"}}, "enabled": null, "patient_id": "2024/06/15 14:30:...
Field 'patient_id' has invalid date format
{"tags":"hello","vessel_name":777,"maturity_date":{"latitude":588,"position":true,"active":"mode_a","payment_status":"level_1","nickname":{"patient_id":432,"repository":"mode_b","shipping":"Tokyo","width":"2021-01-15T09:35:00Z","barcode":"test"}},"enabled":null,"patient_id":"2022-11-21T19:05:00Z","vital_sign":"success"...
TASK repair_structured_output SPEC FIELD attr_i90 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_h20 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD dim_s77 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_l79 TYPE boolean REQUIRED no FIELD col_m31 TYPE string_dat...
{"attr_i90":"BRL","key_h20":"underway","attr_l79":false}
truncated_array
{ "type": "object", "properties": { "attr_i90": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_h20": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"attr_i90":"BRL","key_h20":"underway","attr_l79":false
Unexpected end of JSON input — truncated object
{"attr_i90":"BRL","key_h20":"underway","attr_l79":false}
TASK repair_structured_output SPEC FIELD enabled TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD section TYPE number REQUIRED no FIELD feedback TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD throttle_pos TYPE string REQUIRED no FIELD tags TYPE integer REQ...
{"enabled":"level_2","section":33.19,"feedback":"type_b","throttle_pos":"Sao Paulo","phone":"example"}
extra_text_after
{ "type": "object", "properties": { "enabled": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "section": { "type": "number" }, "feedback": { "type": "string", ...
{"enabled":"level_2","section":33.19,"feedback":"type_b","throttle_pos":"Sao Paulo","phone":"example"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"enabled":"level_2","section":33.19,"feedback":"type_b","throttle_pos":"Sao Paulo","phone":"example"}
TASK repair_structured_output SPEC FIELD val_a17 TYPE number REQUIRED no FIELD val_y74 TYPE string REQUIRED yes FIELD attr_v04 TYPE integer REQUIRED no FIELD val_d46 TYPE number REQUIRED yes BROKEN_OUTPUT {"val_y74": null, "attr_v04": 938, "val_d46": 998.87}
{"val_y74":"Charlie","attr_v04":938,"val_d46":998.87}
null_required
{ "type": "object", "properties": { "val_a17": { "type": "number" }, "val_y74": { "type": "string" }, "attr_v04": { "type": "integer" }, "val_d46": { "type": "number" } }, "required": [ "val_d46", "val_y74" ] }
{"val_y74": null, "attr_v04": 938, "val_d46": 998.87}
Required field 'val_y74' is null
{"val_y74":"Charlie","attr_v04":938,"val_d46":998.87}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string REQUIRED yes FIELD category TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD sensor_id TYPE string REQUIRED no FIELD bearing TYPE boolean REQUIRED no FIELD version.annotation TYPE string VALUES low|medium|high|critical REQ...
{"procedure_code":"https://api.example.com/v1","sensor_id":"Paris","bearing":true,"department":"John","interest_rate":410}
tool_call_bad_format
{ "type": "object", "properties": { "procedure_code": { "type": "string" }, "category": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "sensor_id": { "type": "string" }, "bearing": { ...
<functioncall> create_ticket {procedure_code: "https://api.example.com/v1", sensor_id: "Paris", bearing: true, department: "John", interest_rate: 410}
Tool call has malformed arguments — unquoted keys in function parameters
{"procedure_code":"https://api.example.com/v1","sensor_id":"Paris","bearing":true,"department":"John","interest_rate":410}
TASK repair_structured_output SPEC FIELD color.filter_flag TYPE string_email REQUIRED yes FIELD color.repository TYPE integer REQUIRED no FIELD color.level TYPE integer REQUIRED no FIELD color.procedure_code TYPE string REQUIRED no FIELD color.collateral[].gene_id TYPE integer REQUIRED no FIELD color.collateral[].orde...
{"color":{"filter_flag":"ops@domain.org","level":487,"collateral":[{"order_id":"user@domain.com","interest_rate":"PASS","amount":586.4,"comments":"https://api.org/data"},{"order_id":"2024-06-30","interest_rate":"MV-Evergreen-01","temp_celsius":"2024-01-15","amount":695.85,"comments":"https://data.com/data"}]},"email":{...
extra_field
{ "type": "object", "properties": { "color": { "type": "object", "properties": { "filter_flag": { "type": "string", "format": "email" }, "repository": { "type": "integer" }, "level": { "type": "integer" }, ...
{"color": {"filter_flag": "ops@domain.org", "level": 487, "collateral": [{"order_id": "user@domain.com", "interest_rate": "PASS", "amount": 586.4, "comments": "https://api.org/data"}, {"order_id": "2024-06-30", "interest_rate": "MV-Evergreen-01", "temp_celsius": "2024-01-15", "amount": 695.85, "comments": "https://data...
Unknown field 'extra_value_6395' not defined in schema
{"color":{"filter_flag":"ops@domain.org","level":487,"collateral":[{"order_id":"user@domain.com","interest_rate":"PASS","amount":586.4,"comments":"https://api.org/data"},{"order_id":"2024-06-30","interest_rate":"MV-Evergreen-01","temp_celsius":"2024-01-15","amount":695.85,"comments":"https://data.com/data"}]},"email":{...
TASK repair_structured_output SPEC FIELD field_q17 TYPE string REQUIRED no FIELD param_d54 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_s96 TYPE null REQUIRED yes BROKEN_OUTPUT {"field_q17": "New York", "param_d54": "small", "val_s96": null}
{"field_q17":"New York","param_d54":"low","val_s96":null}
synonym_enum
{ "type": "object", "properties": { "field_q17": { "type": "string" }, "param_d54": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "val_s96": { "type": "null" } }, "required": [ "val_s96" ] }
{"field_q17": "New York", "param_d54": "small", "val_s96": null}
Field 'param_d54' has synonym 'small' instead of valid enum value
{"field_q17":"New York","param_d54":"low","val_s96":null}
TASK repair_structured_output SPEC FIELD key_t67.key_f57 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_t67.val_a73 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD key_t67.attr_k81 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD param_i01 TYPE number REQUIRED ...
{"key_t67":{"key_f57":"medium","val_a73":"mode_d","attr_k81":"level_3"},"param_i01":528.14,"attr_d91":679,"val_b97":"test@domain.org"}
truncated_object
{ "type": "object", "properties": { "key_t67": { "type": "object", "properties": { "key_f57": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "val_a73": { "type": "s...
{"key_t67":{"key_f57":"medium","val_a73":"mode_d","attr_k81":"level_3"},"param_i01":528.14,"attr_d91":679,"val_b97":"test@domain.org"
Unexpected end of JSON input — truncated object
{"key_t67":{"key_f57":"medium","val_a73":"mode_d","attr_k81":"level_3"},"param_i01":528.14,"attr_d91":679,"val_b97":"test@domain.org"}
TASK repair_structured_output SPEC FIELD item_id.compound TYPE string VALUES admin|editor|viewer REQUIRED no FIELD item_id.amplitude TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD item_id.rating TYPE string_date-time REQUIRED no FIELD item_id.duration_ms TYPE string REQUIRED yes FIELD item_id.humidity_pct...
{"item_id":{"compound":"editor","amplitude":"xl","rating":"2025-06-20T09:31:00Z","duration_ms":"Santos","humidity_pct":{"footnote":"maintenance","status":"2023-12-25","quantity":true,"latitude":"ops@domain.org","country":281}},"vital_sign":"London","barcode":true,"annotation":481.31,"score":"example","terminal_id":fals...
tool_call_bad_format
{ "type": "object", "properties": { "item_id": { "type": "object", "properties": { "compound": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "amplitude": { "type": "string", ...
<functioncall> transfer_call {item_id: {compound: "editor", amplitude: "xl", rating: "2025-06-20T09:31:00Z", duration_ms: "Santos", humidity_pct: {footnote: "maintenance", status: "2023-12-25", quantity: true, latitude: "ops@domain.org", country: 281}}, vital_sign: "London", barcode: true, annotation: 481.31, score: "e...
Tool call has malformed arguments — unquoted keys in function parameters
{"item_id":{"compound":"editor","amplitude":"xl","rating":"2025-06-20T09:31:00Z","duration_ms":"Santos","humidity_pct":{"footnote":"maintenance","status":"2023-12-25","quantity":true,"latitude":"ops@domain.org","country":281}},"vital_sign":"London","barcode":true,"annotation":481.31,"score":"example","terminal_id":fals...
TASK repair_structured_output SPEC FIELD val_h06 TYPE string_email REQUIRED no FIELD key_o15 TYPE string REQUIRED yes FIELD attr_x70 TYPE integer REQUIRED no FIELD col_o16 TYPE string REQUIRED yes FIELD field_w53[].prop_j17 TYPE string REQUIRED no FIELD field_w53[].col_t27 TYPE integer REQUIRED yes FIELD field_w53[].c...
{"val_h06":"user@example.com","key_o15":"Smith","attr_x70":380,"col_o16":"GRCh38","field_w53":[{"prop_j17":"approved","col_t27":1000,"col_b70":"cat_c","dim_l09":"https://example.io/api","val_a28":"test@domain.org","field_t50":56.7},{"col_t27":646,"col_b70":"cat_c","dim_l09":"https://www.com/v1","param_w92":"test@exampl...
extra_field
{ "type": "object", "properties": { "val_h06": { "type": "string", "format": "email" }, "key_o15": { "type": "string" }, "attr_x70": { "type": "integer" }, "col_o16": { "type": "string" }, "field_w53": { "type": "array", "items": { ...
{"val_h06": "user@example.com", "key_o15": "Smith", "attr_x70": 380, "col_o16": "GRCh38", "field_w53": [{"prop_j17": "approved", "col_t27": 1000, "col_b70": "cat_c", "dim_l09": "https://example.io/api", "val_a28": "test@domain.org", "field_t50": 56.7}, {"col_t27": 646, "col_b70": "cat_c", "dim_l09": "https://www.com/v1...
Unknown field 'extra_data_3174' not defined in schema
{"val_h06":"user@example.com","key_o15":"Smith","attr_x70":380,"col_o16":"GRCh38","field_w53":[{"prop_j17":"approved","col_t27":1000,"col_b70":"cat_c","dim_l09":"https://example.io/api","val_a28":"test@domain.org","field_t50":56.7},{"col_t27":646,"col_b70":"cat_c","dim_l09":"https://www.com/v1","param_w92":"test@exampl...
TASK repair_structured_output SPEC FIELD field_x22 TYPE string REQUIRED no FIELD prop_w40 TYPE string_date-time REQUIRED no FIELD col_n90 TYPE number REQUIRED no FIELD key_p52 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT {"prop_w40": "2025-08-14T13:31:00Z", "col_n90": 437.58, "key_p52":...
{"prop_w40":"2025-08-14T13:31:00Z","col_n90":437.58,"key_p52":"oceanic"}
null_required
{ "type": "object", "properties": { "field_x22": { "type": "string" }, "prop_w40": { "type": "string", "format": "date-time" }, "col_n90": { "type": "number" }, "key_p52": { "type": "string", "enum": [ "coastal", "oceanic", "inl...
{"prop_w40": "2025-08-14T13:31:00Z", "col_n90": 437.58, "key_p52": null}
Required field 'key_p52' is null
{"prop_w40":"2025-08-14T13:31:00Z","col_n90":437.58,"key_p52":"oceanic"}
TASK repair_structured_output SPEC FIELD val_n46 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD col_m51 TYPE string REQUIRED no FIELD key_v28 TYPE string REQUIRED yes FIELD val_x05 TYPE integer REQUIRED no FIELD dim_k18 TYPE string REQUIRED no FIELD prop_g27.prop_b02 TYPE boolean REQUIRED no FI...
{"val_n46":"resolved","col_m51":"Hapag-Lloyd-Express","key_v28":"Tokyo","val_x05":999,"dim_k18":"approved","prop_g27":{"prop_b02":true,"key_x77":"Johnson","param_x30":934.74,"param_k16":"homozygous","param_e93":"level_4"}}
missing_brace
{ "type": "object", "properties": { "val_n46": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "col_m51": { "type": "string" }, "key_v28": { "type": "string" }, "val_x05": { "type": "intege...
"val_n46":"resolved","col_m51":"Hapag-Lloyd-Express","key_v28":"Tokyo","val_x05":999,"dim_k18":"approved","prop_g27":{"prop_b02":true,"key_x77":"Johnson","param_x30":934.74,"param_k16":"homozygous","param_e93":"level_4"}}
Missing closing brace
{"val_n46":"resolved","col_m51":"Hapag-Lloyd-Express","key_v28":"Tokyo","val_x05":999,"dim_k18":"approved","prop_g27":{"prop_b02":true,"key_x77":"Johnson","param_x30":934.74,"param_k16":"homozygous","param_e93":"level_4"}}
TASK repair_structured_output SPEC FIELD key_u65 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD dim_b99 TYPE integer REQUIRED yes FIELD param_a78.param_i75 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD param_a78.val_t76 TYPE string VALUES success|error|warning|info REQ...
{"dim_b99":527,"param_a78":{"param_i75":"cat_e","col_r13":"draft","col_u52":"2023-12-25","key_g34":"Maria","prop_h37":821},"val_l26":"Maria"}
tool_call_python_syntax
{ "type": "object", "properties": { "key_u65": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "dim_b99": { "type": "integer" }, "param_a78": { "type": "object", "properties": { "param_i75"...
check_availability(dim_b99=527, param_a78={'param_i75': 'cat_e', 'col_r13': 'draft', 'col_u52': '2023-12-25', 'key_g34': 'Maria', 'prop_h37': 821}, val_l26='Maria')
Tool call uses Python syntax instead of JSON
{"dim_b99":527,"param_a78":{"param_i75":"cat_e","col_r13":"draft","col_u52":"2023-12-25","key_g34":"Maria","prop_h37":821},"val_l26":"Maria"}
TASK repair_structured_output SPEC FIELD product_id TYPE integer REQUIRED no FIELD altitude.shipper_ref TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD altitude.due_date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD altitude.status_code TYPE number REQUIRED yes FIELD altitude.chromosome TYPE strin...
{"altitude":{"shipper_ref":"mode_c","status_code":18.49,"chromosome":"Jane","conductivity":"level_2"},"allele":887,"tile":876,"footnote":"option_a","medication":"Hapag-Lloyd-Express","ph_level":"option_c","version":"https://data.io/api"}
tool_call_text_mix
{ "type": "object", "properties": { "product_id": { "type": "integer" }, "altitude": { "type": "object", "properties": { "shipper_ref": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, ...
I need to look up the information first. <tool_call name="calculate_price"> {"altitude":{"shipper_ref":"mode_c","status_code":18.49,"chromosome":"Jane","conductivity":"level_2"},"allele":887,"tile":876,"footnote":"option_a","medication":"Hapag-Lloyd-Express","ph_level":"option_c","version":"https://data.io/api"} </tool...
Agent response mixes reasoning text with tool call
{"altitude":{"shipper_ref":"mode_c","status_code":18.49,"chromosome":"Jane","conductivity":"level_2"},"allele":887,"tile":876,"footnote":"option_a","medication":"Hapag-Lloyd-Express","ph_level":"option_c","version":"https://data.io/api"}
TASK repair_structured_output SPEC FIELD field_n72 TYPE string REQUIRED yes FIELD dim_p43 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD prop_o03 TYPE number REQUIRED yes FIELD prop_s52 TYPE integer REQUIRED no FIELD param_p28 TYPE number REQUIRED no FIELD key_b73 TYPE string REQUIRED yes FIELD ...
{"field_n72":"chr1","prop_o03":484.09,"param_p28":331.14,"key_b73":"approved","col_b28":280}
tool_call_text_mix
{ "type": "object", "properties": { "field_n72": { "type": "string" }, "dim_p43": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_o03": { "type": "number" }, "prop_s52": { "type": "in...
Processing the request now. <tool_call name="calibrate_instrument"> {"field_n72":"chr1","prop_o03":484.09,"param_p28":331.14,"key_b73":"approved","col_b28":280} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"field_n72":"chr1","prop_o03":484.09,"param_p28":331.14,"key_b73":"approved","col_b28":280}
TASK repair_structured_output SPEC FIELD status_code TYPE number REQUIRED no FIELD quality_score.created_at TYPE string REQUIRED no FIELD quality_score.status TYPE integer REQUIRED no FIELD quality_score.image_url TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD quality_score.build_status TYPE string VALUES free...
{"status_code":89.62,"quality_score":{"status":364,"image_url":"cat_c","build_status":"basic","count":{"position":592.87,"visible":270,"half_life":null},"conductivity":"type_c","coverage":594},"description":"https://data.io/api","pressure_kpa":153,"state":"https://api.com/data","level":"2024-03-12T07:09:00Z","frequency...
tool_call_python_syntax
{ "type": "object", "properties": { "status_code": { "type": "number" }, "quality_score": { "type": "object", "properties": { "created_at": { "type": "string" }, "status": { "type": "integer" }, "image_url": { "type"...
run_diagnostics(status_code=89.62, quality_score={'status': 364, 'image_url': 'cat_c', 'build_status': 'basic', 'count': {'position': 592.87, 'visible': 270, 'half_life': None}, 'conductivity': 'type_c', 'coverage': 594}, description='https://data.io/api', pressure_kpa=153, state='https://api.com/data', level='2024-03-...
Tool call uses Python syntax instead of JSON
{"status_code":89.62,"quality_score":{"status":364,"image_url":"cat_c","build_status":"basic","count":{"position":592.87,"visible":270,"half_life":null},"conductivity":"type_c","coverage":594},"description":"https://data.io/api","pressure_kpa":153,"state":"https://api.com/data","level":"2024-03-12T07:09:00Z","frequency...
TASK repair_structured_output SPEC FIELD val_h40 TYPE string_email REQUIRED yes FIELD val_y83 TYPE string_uri REQUIRED no FIELD param_o70[] TYPE integer REQUIRED no FIELD col_e67[] TYPE string REQUIRED no BROKEN_OUTPUT ```json {"val_h40":"info@domain.org","val_y83":"https://data.com/api","param_o70":[843,221,660]} ``...
{"val_h40":"info@domain.org","val_y83":"https://data.com/api","param_o70":[843,221,660]}
markdown_fences
{ "type": "object", "properties": { "val_h40": { "type": "string", "format": "email" }, "val_y83": { "type": "string", "format": "uri" }, "param_o70": { "type": "array", "items": { "type": "integer" } }, "col_e67": { "type": "array"...
```json {"val_h40":"info@domain.org","val_y83":"https://data.com/api","param_o70":[843,221,660]} ```
Output contains markdown code fences
{"val_h40":"info@domain.org","val_y83":"https://data.com/api","param_o70":[843,221,660]}
TASK repair_structured_output SPEC FIELD field_p27 TYPE string_uri REQUIRED no FIELD field_b83.key_y75 TYPE boolean REQUIRED no FIELD field_b83.prop_s47 TYPE string REQUIRED yes FIELD field_b83.dim_y64 TYPE boolean REQUIRED no FIELD field_b83.param_s75.key_o65 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type...
{"field_p27":"https://www.org/v1","field_b83":{"key_y75":false,"prop_s47":"FWD","dim_y64":false,"param_s75":{"key_o65":"type_b","col_y51":"open","dim_h37":"type_b","prop_b23":"QC-07"},"val_j72":"option_d","attr_d45":"MV-Evergreen-01"},"param_n12":true}
partial_structure
{ "type": "object", "properties": { "field_p27": { "type": "string", "format": "uri" }, "field_b83": { "type": "object", "properties": { "key_y75": { "type": "boolean" }, "prop_s47": { "type": "string" }, "dim_y64": { ...
I found that field_p27 should be https://www.org/v1. {"field_p27":"https://www.org/v1","field_b83":{"key_y75":false,"prop_s47":"FWD","dim_y64":false,"param_s75":{"key_o65":"type_b","col_y51":"open","dim_h37":"type_b","prop_b23":"QC-07"},"val_j72":"option_d","attr_d45":"MV-Evergreen-01"},"param_n12":true}
Output mixes natural language with JSON
{"field_p27":"https://www.org/v1","field_b83":{"key_y75":false,"prop_s47":"FWD","dim_y64":false,"param_s75":{"key_o65":"type_b","col_y51":"open","dim_h37":"type_b","prop_b23":"QC-07"},"val_j72":"option_d","attr_d45":"MV-Evergreen-01"},"param_n12":true}
TASK repair_structured_output SPEC FIELD param_p50 TYPE number REQUIRED yes FIELD dim_l89 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD val_a54 TYPE number REQUIRED yes FIELD dim_l33 TYPE number REQUIRED yes FIELD field_d88 TYPE boolean REQUIRED no FIELD key_w50 TYPE integer REQUIRED no BROKEN_OUTPUT {"par...
{"param_p50":319.39,"dim_l89":"USD","val_a54":70.31,"dim_l33":830.26,"field_d88":false,"key_w50":311}
null_required
{ "type": "object", "properties": { "param_p50": { "type": "number" }, "dim_l89": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "val_a54": { "type": "number" }, "dim_l33": { "type": "number...
{"param_p50": null, "dim_l89": "USD", "val_a54": 70.31, "dim_l33": 830.26, "field_d88": false, "key_w50": 311}
Required field 'param_p50' is null
{"param_p50":319.39,"dim_l89":"USD","val_a54":70.31,"dim_l33":830.26,"field_d88":false,"key_w50":311}
TASK repair_structured_output SPEC FIELD tile TYPE boolean REQUIRED no FIELD type TYPE number REQUIRED no FIELD salinity TYPE string VALUES single|married|divorced REQUIRED yes FIELD reagent TYPE number REQUIRED no FIELD order_id TYPE integer REQUIRED yes FIELD currency.filter_flag TYPE string_uri REQUIRED yes FIELD c...
{"tile":false,"type":924.45,"salinity":"married","reagent":342.61,"order_id":612,"currency":{"filter_flag":"https://data.io/data","dissolved_oxygen":"maintenance","commit_hash":false,"tags":{"width":"black","country":"inland","timezone":"info","decay_rate":"RTG-04","priority":"2023-08-15T02:44:00Z"}}}
partial_structure
{ "type": "object", "properties": { "tile": { "type": "boolean" }, "type": { "type": "number" }, "salinity": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "reagent": { "type": "number" }, "order_id":...
The reagent is 342.61 and {"tile":false,"type":924.45,"salinity":"married","reagent":342.61,"order_id":612,"currency":{"filter_flag":"https://data.io/data","dissolved_oxygen":"maintenance","commit_hash":false,"tags":{"width":"black","country":"inland","timezone":"info","decay_rate":"RTG-04","priority":"2023-08-15T02:44...
Output mixes natural language with JSON
{"tile":false,"type":924.45,"salinity":"married","reagent":342.61,"order_id":612,"currency":{"filter_flag":"https://data.io/data","dissolved_oxygen":"maintenance","commit_hash":false,"tags":{"width":"black","country":"inland","timezone":"info","decay_rate":"RTG-04","priority":"2023-08-15T02:44:00Z"}}}
TASK repair_structured_output SPEC FIELD bearing TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD phone TYPE number REQUIRED no FIELD collateral TYPE integer REQUIRED no FIELD website TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD lane[].payment_status TYPE string VALUES type_a|type_b REQUIR...
{"bearing":"enterprise","collateral":788,"website":"mode_c","lane":[{"payment_status":"type_b","cargo_type":"https://api.org/data","wavelength":228.46},{"payment_status":"type_a","cargo_type":"https://www.io/v1","wavelength":862.77},{"payment_status":"type_b","cargo_type":"https://example.com/v1","role":"mode_b","wavel...
truncated_object
{ "type": "object", "properties": { "bearing": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "phone": { "type": "number" }, "collateral": { "type": "integer" }, "website": { "type": "string", ...
{"bearing":"enterprise","collateral":788,"website":"mode_c","lane":[{"payment_status":"type_b","cargo_type":"https://api.org/data","wavelength":228.46},{"payment_status":"type_a","cargo_type":"https://www.io/v1","wavelength":862.77},{"payment_status":"type_b","cargo_type":"https://example.com/v1","role":"mode_b","wavel...
Unexpected end of JSON input — truncated object
{"bearing":"enterprise","collateral":788,"website":"mode_c","lane":[{"payment_status":"type_b","cargo_type":"https://api.org/data","wavelength":228.46},{"payment_status":"type_a","cargo_type":"https://www.io/v1","wavelength":862.77},{"payment_status":"type_b","cargo_type":"https://example.com/v1","role":"mode_b","wavel...
TASK repair_structured_output SPEC FIELD col_j31 TYPE string REQUIRED no FIELD val_y78 TYPE string_date-time REQUIRED no FIELD key_h81 TYPE string_uri REQUIRED no FIELD dim_u99[].attr_w05 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD dim_u99[].param_t24 TYPE string VALUES ...
{"col_j31":"baz","val_y78":"2023-08-21T14:32:00Z","key_h81":"https://www.org/v1","dim_u99":[{"attr_w05":"option_e","param_t24":"type_a","col_u61":"cat_c","field_e55":"Johnson"},{"attr_w05":"option_c","param_t24":"type_b","field_e55":"A short description."}],"col_u29":[{"attr_e71":"cat_b","dim_v48":"type_c","col_w76":64...
extra_field
{ "type": "object", "properties": { "col_j31": { "type": "string" }, "val_y78": { "type": "string", "format": "date-time" }, "key_h81": { "type": "string", "format": "uri" }, "dim_u99": { "type": "array", "items": { "type": "object", ...
{"col_j31": "baz", "val_y78": "2023-08-21T14:32:00Z", "key_h81": "https://www.org/v1", "dim_u99": [{"attr_w05": "option_e", "param_t24": "type_a", "col_u61": "cat_c", "field_e55": "Johnson"}, {"attr_w05": "option_c", "param_t24": "type_b", "field_e55": "A short description."}], "col_u29": [{"attr_e71": "cat_b", "dim_v4...
Unknown field 'extra_info_1794' not defined in schema
{"col_j31":"baz","val_y78":"2023-08-21T14:32:00Z","key_h81":"https://www.org/v1","dim_u99":[{"attr_w05":"option_e","param_t24":"type_a","col_u61":"cat_c","field_e55":"Johnson"},{"attr_w05":"option_c","param_t24":"type_b","field_e55":"A short description."}],"col_u29":[{"attr_e71":"cat_b","dim_v48":"type_c","col_w76":64...
TASK repair_structured_output SPEC FIELD feedback TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD category TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD department TYPE null REQUIRED no FIELD credit_score TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes BROKEN_OUTPUT <funct...
{"feedback":"viewer","category":"enterprise","department":null,"credit_score":"closed"}
tool_call_bad_format
{ "type": "object", "properties": { "feedback": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "category": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "departme...
<functioncall> check_cargo_manifest {feedback: "viewer", category: "enterprise", department: null, credit_score: "closed"}
Tool call has malformed arguments — unquoted keys in function parameters
{"feedback":"viewer","category":"enterprise","department":null,"credit_score":"closed"}
TASK repair_structured_output SPEC FIELD attr_p10 TYPE string REQUIRED yes FIELD attr_a27 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_x93 TYPE number REQUIRED yes FIELD dim_n34 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no BROKEN_OUTPUT {"attr_p10":"Charlie","at...
{"attr_p10":"Charlie","attr_x93":483.71,"dim_n34":"level_4"}
extra_text_after
{ "type": "object", "properties": { "attr_p10": { "type": "string" }, "attr_a27": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_x93": { "type": "number" }, "dim_n34": { "type": "str...
{"attr_p10":"Charlie","attr_x93":483.71,"dim_n34":"level_4"} Analysis finished.
Output contains non-JSON text after the object
{"attr_p10":"Charlie","attr_x93":483.71,"dim_n34":"level_4"}
TASK repair_structured_output SPEC FIELD field_x03 TYPE null REQUIRED no FIELD field_i11 TYPE string_uri REQUIRED no FIELD col_u04 TYPE string_date-time REQUIRED yes FIELD key_s79.col_v48 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD key_s79.val_f57 TYPE string VALUES level_1|level_2|level_3|leve...
{"field_i11":"https://example.com/api","col_u04":"2021-09-22T01:21:00Z","key_s79":{"col_v48":"arctic","val_f57":"level_4","key_o61":"intermittent"},"field_q79":654,"param_s58":"mode_c","dim_z64":745,"val_d90":127}
tool_call_text_mix
{ "type": "object", "properties": { "field_x03": { "type": "null" }, "field_i11": { "type": "string", "format": "uri" }, "col_u04": { "type": "string", "format": "date-time" }, "key_s79": { "type": "object", "properties": { "col_v48": { ...
Let me check the system. <tool_call name="check_availability"> {"field_i11":"https://example.com/api","col_u04":"2021-09-22T01:21:00Z","key_s79":{"col_v48":"arctic","val_f57":"level_4","key_o61":"intermittent"},"field_q79":654,"param_s58":"mode_c","dim_z64":745,"val_d90":127} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"field_i11":"https://example.com/api","col_u04":"2021-09-22T01:21:00Z","key_s79":{"col_v48":"arctic","val_f57":"level_4","key_o61":"intermittent"},"field_q79":654,"param_s58":"mode_c","dim_z64":745,"val_d90":127}
TASK repair_structured_output SPEC FIELD field_l16 TYPE string_email REQUIRED yes FIELD param_o35 TYPE integer REQUIRED yes FIELD param_j19 TYPE string REQUIRED yes FIELD val_n64 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD key_r15 TYPE string_date-time REQUIRED no BROKEN_OUTPUT I need to look up the in...
{"field_l16":"info@example.com","param_o35":621,"param_j19":"chrX","val_n64":"phone","key_r15":"2026-04-27T13:36:00Z"}
agent_chain
{ "type": "object", "properties": { "field_l16": { "type": "string", "format": "email" }, "param_o35": { "type": "integer" }, "param_j19": { "type": "string" }, "val_n64": { "type": "string", "enum": [ "email", "phone", "sms", ...
I need to look up the information first. Action: create_order Result: {"field_l16": "info@example.com", "param_o35": 621, "val_n64": "phone", "key_r15": "2026-04-27T13:36:00Z"} I'll query our database. Action: track_vessel Result:
Agent multi-step chain with truncated tool output
{"field_l16":"info@example.com","param_o35":621,"param_j19":"chrX","val_n64":"phone","key_r15":"2026-04-27T13:36:00Z"}
TASK repair_structured_output SPEC FIELD param_s13 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_j36 TYPE null REQUIRED no FIELD key_o19 TYPE string_email REQUIRED yes FIELD prop_e10 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"param_s13": "USD", "key_o19": "info@domain.org", "prop_e10": "2023-01...
{"param_s13":"USD","key_o19":"info@domain.org","prop_e10":"2023-01-11T19:35:00Z"}
date_format_error
{ "type": "object", "properties": { "param_s13": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_j36": { "type": "null" }, "key_o19": { "type": "string", "format": "email" }, "prop_e10":...
{"param_s13": "USD", "key_o19": "info@domain.org", "prop_e10": "2023-01-11 19:35:00Z"}
Field 'prop_e10' has invalid date format
{"param_s13":"USD","key_o19":"info@domain.org","prop_e10":"2023-01-11T19:35:00Z"}
TASK repair_structured_output SPEC FIELD val_w73 TYPE string REQUIRED yes FIELD attr_w42 TYPE integer REQUIRED no FIELD val_j98 TYPE integer REQUIRED no FIELD key_h78 TYPE string REQUIRED no FIELD prop_v93 TYPE boolean REQUIRED no FIELD val_c17 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_i92.co...
{"val_w73":"2024-01-15","attr_w42":725,"val_j98":922,"key_h78":"completed","prop_v93":true,"param_i92":{"col_i79":false,"val_t49":true,"attr_w49":{"prop_x58":34,"dim_u93":"high"}}}
truncated_array
{ "type": "object", "properties": { "val_w73": { "type": "string" }, "attr_w42": { "type": "integer" }, "val_j98": { "type": "integer" }, "key_h78": { "type": "string" }, "prop_v93": { "type": "boolean" }, "val_c17": { "type": "string",...
{"val_w73":"2024-01-15","attr_w42":725,"val_j98":922,"key_h78":"completed","prop_v93":true,"param_i92":{"col_i79":false,"val_t49":true,"attr_w49":{"prop_x58":34,"dim_u93":"high"}}
Unexpected end of JSON input — truncated object
{"val_w73":"2024-01-15","attr_w42":725,"val_j98":922,"key_h78":"completed","prop_v93":true,"param_i92":{"col_i79":false,"val_t49":true,"attr_w49":{"prop_x58":34,"dim_u93":"high"}}}
TASK repair_structured_output SPEC FIELD email TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD yield_pct TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD berth_slot TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD altitude TYPE string VALUES mode_a|...
{"email":"degraded","berth_slot":"mode_e","altitude":"mode_c","age":35,"full_name":false,"catalyst":"https://www.io/api","interest_rate":"FWD"}
single_quotes
{ "type": "object", "properties": { "email": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "yield_pct": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] },...
{'email':'degraded','berth_slot':'mode_e','altitude':'mode_c','age':35,'full_name':false,'catalyst':'https://www.io/api','interest_rate':'FWD'}
Expecting property name enclosed in double quotes
{"email":"degraded","berth_slot":"mode_e","altitude":"mode_c","age":35,"full_name":false,"catalyst":"https://www.io/api","interest_rate":"FWD"}
TASK repair_structured_output SPEC FIELD phone TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD conductivity TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD commit_hash TYPE number REQUIRED no BROKEN_OUTPUT update_record(phone='cat_c', conductivity='level_4')
{"phone":"cat_c","conductivity":"level_4"}
tool_call_python_syntax
{ "type": "object", "properties": { "phone": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "conductivity": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ...
update_record(phone='cat_c', conductivity='level_4')
Tool call uses Python syntax instead of JSON
{"phone":"cat_c","conductivity":"level_4"}
TASK repair_structured_output SPEC FIELD order_id TYPE number REQUIRED yes FIELD log_level TYPE string VALUES small|medium|large|xl REQUIRED no FIELD turbidity TYPE number REQUIRED no FIELD user_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT {"order_id": null, "user_id": "ma...
{"order_id":123.21,"user_id":"maintenance"}
null_required
{ "type": "object", "properties": { "order_id": { "type": "number" }, "log_level": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "turbidity": { "type": "number" }, "user_id": { "type": "string", ...
{"order_id": null, "user_id": "maintenance"}
Required field 'order_id' is null
{"order_id":123.21,"user_id":"maintenance"}
TASK repair_structured_output SPEC FIELD attr_c50 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_t33 TYPE string REQUIRED yes FIELD dim_s18 TYPE number REQUIRED no FIELD prop_p83 TYPE boolean REQUIRED yes FIELD attr_z28 TYPE string REQUIRED no FIELD dim_f71 TYPE string REQUIRED no FIELD param_c96 TYP...
{"attr_c50":"married","dim_t33":"Sao Paulo","dim_s18":518.26,"prop_p83":true,"param_c96":"ops@example.com"}
trailing_comma
{ "type": "object", "properties": { "attr_c50": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "dim_t33": { "type": "string" }, "dim_s18": { "type": "number" }, "prop_p83": { "type": "boolean" }, "att...
{"attr_c50":"married","dim_t33":"Sao Paulo","dim_s18":518.26,"prop_p83":true,"param_c96":"ops@example.com",}
Unexpected trailing comma
{"attr_c50":"married","dim_t33":"Sao Paulo","dim_s18":518.26,"prop_p83":true,"param_c96":"ops@example.com"}
TASK repair_structured_output SPEC FIELD role TYPE string_date-time REQUIRED yes FIELD end_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD amount TYPE null REQUIRED no FIELD total TYPE integer REQUIRED no FIELD build_status TYPE string REQUIRED yes FIELD website TYPE integer REQUIRED no FIELD s...
{"role":"2020-06-12T10:01:00Z","end_date":"inland","amount":null,"total":833,"build_status":"demo","website":172,"sensor_id":"foo"}
tool_call_partial_args
{ "type": "object", "properties": { "role": { "type": "string", "format": "date-time" }, "end_date": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "amount": { "type": "null" }, "total": { ...
Let me check the system. Action: send_email Arguments: {"end_date": "inland", "amount": null, "total": 833, "build_status": "demo", "website": 172, "sensor_id": "foo"}
Agent tool call missing required parameter 'role'
{"role":"2020-06-12T10:01:00Z","end_date":"inland","amount":null,"total":833,"build_status":"demo","website":172,"sensor_id":"foo"}
TASK repair_structured_output SPEC FIELD dim_p77 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD key_j22 TYPE integer REQUIRED no FIELD dim_u01 TYPE number REQUIRED yes FIELD param_p20 TYPE string_email REQUIRED no FIELD key_q81 TYPE boolean REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="...
{"dim_p77":"cat_c","key_j22":780,"dim_u01":449.81,"param_p20":"info@example.com","key_q81":false}
tool_call_text_mix
{ "type": "object", "properties": { "dim_p77": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "key_j22": { "type": "integer" }, "dim_u01": { "type": "number" }, "param_p20": { "type": "string", "format": "ema...
I'll query our database. <tool_call name="validate_address"> {"dim_p77":"cat_c","key_j22":780,"dim_u01":449.81,"param_p20":"info@example.com","key_q81":false} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"dim_p77":"cat_c","key_j22":780,"dim_u01":449.81,"param_p20":"info@example.com","key_q81":false}
TASK repair_structured_output SPEC FIELD patient_id TYPE integer REQUIRED no FIELD enabled TYPE string VALUES type_a|type_b REQUIRED no FIELD date TYPE integer REQUIRED yes FIELD paragraph TYPE integer REQUIRED yes FIELD diagnosis_code TYPE number REQUIRED yes BROKEN_OUTPUT {'enabled':'type_a','date':144,'paragraph':...
{"enabled":"type_a","date":144,"paragraph":621,"diagnosis_code":347.84}
single_quotes
{ "type": "object", "properties": { "patient_id": { "type": "integer" }, "enabled": { "type": "string", "enum": [ "type_a", "type_b" ] }, "date": { "type": "integer" }, "paragraph": { "type": "integer" }, "diagnosis_code": { ...
{'enabled':'type_a','date':144,'paragraph':621,'diagnosis_code':347.84}
Expecting property name enclosed in double quotes
{"enabled":"type_a","date":144,"paragraph":621,"diagnosis_code":347.84}
TASK repair_structured_output SPEC FIELD attr_h68 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD attr_n37 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_l63 TYPE null REQUIRED yes FIELD field_w39 TYPE string_date-time REQUIRED yes FIELD col_y46.param_t33 TYPE stri...
{"attr_h68":"escalated","dim_l63":null,"field_w39":"2023-05-07T09:59:00Z","col_y46":{"param_t33":"Paris","key_e57":"warning","dim_g83":null,"field_j42":116,"dim_s31":"cancelled","field_w58":null}}
extra_text_before
{ "type": "object", "properties": { "attr_h68": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "attr_n37": { "type": "string", "enum": [ "free", "basic", "pro", "enter...
Here's the structured output: {"attr_h68":"escalated","dim_l63":null,"field_w39":"2023-05-07T09:59:00Z","col_y46":{"param_t33":"Paris","key_e57":"warning","dim_g83":null,"field_j42":116,"dim_s31":"cancelled","field_w58":null}}
Output contains non-JSON text before the object
{"attr_h68":"escalated","dim_l63":null,"field_w39":"2023-05-07T09:59:00Z","col_y46":{"param_t33":"Paris","key_e57":"warning","dim_g83":null,"field_j42":116,"dim_s31":"cancelled","field_w58":null}}
TASK repair_structured_output SPEC FIELD param_v11 TYPE string_date-time REQUIRED no FIELD key_i39 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_g08 TYPE integer REQUIRED no FIELD val_x89 TYPE number REQUIRED yes FIELD val_h30 TYPE null REQUIRED no FIELD prop_c06 TYPE boolean REQUIRED no BROKEN_O...
{"param_v11":"2021-07-21T14:19:00Z","prop_g08":161,"val_x89":842.52,"val_h30":null,"prop_c06":true}
date_format_error
{ "type": "object", "properties": { "param_v11": { "type": "string", "format": "date-time" }, "key_i39": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_g08": { "type": "integer" }, "val_x89": { "...
{"param_v11": "2021-07-21 14:19:00Z", "prop_g08": 161, "val_x89": 842.52, "val_h30": null, "prop_c06": true}
Field 'param_v11' has invalid date format
{"param_v11":"2021-07-21T14:19:00Z","prop_g08":161,"val_x89":842.52,"val_h30":null,"prop_c06":true}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD label TYPE integer REQUIRED yes FIELD item_id TYPE string REQUIRED no FIELD id.payment_status TYPE string REQUIRED no FIELD id.name TYPE string REQUIRED yes FIELD id.balance TYPE intege...
{"collateral":"option_c","label":237,"item_id":"chr1","id":{"payment_status":"Sao Paulo","name":"example","balance":865}}
invalid_enum
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "label": { "type": "integer" }, "item_id": { "type": "string" }, "id": { ...
{"collateral": "invalid_choice_74", "label": 237, "item_id": "chr1", "id": {"payment_status": "Sao Paulo", "name": "example", "balance": 865}}
Field 'collateral' has invalid enum value 'invalid_choice_74', expected one of ['option_a', 'option_b', 'option_c', 'option_d', 'option_e']
{"collateral":"option_c","label":237,"item_id":"chr1","id":{"payment_status":"Sao Paulo","name":"example","balance":865}}
TASK repair_structured_output SPEC FIELD key_l88 TYPE number REQUIRED no FIELD dim_i11 TYPE string REQUIRED no FIELD prop_j88 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD attr_l32 TYPE null REQUIRED no FIELD key_c64 TYPE string REQUIRED no FIELD param_e71 TYPE string VALUES operational|degraded|offline|...
{"key_l88":225.89,"dim_i11":"approved","prop_j88":"medium","attr_l32":null,"key_c64":"hello","param_e71":"maintenance","val_e18":"inactive"}
tool_call_bad_format
{ "type": "object", "properties": { "key_l88": { "type": "number" }, "dim_i11": { "type": "string" }, "prop_j88": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "attr_l32": { "type": "null" }, ...
<functioncall> update_preferences {key_l88: 225.89, dim_i11: "approved", prop_j88: "medium", attr_l32: null, key_c64: "hello", param_e71: "maintenance", val_e18: "inactive"}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_l88":225.89,"dim_i11":"approved","prop_j88":"medium","attr_l32":null,"key_c64":"hello","param_e71":"maintenance","val_e18":"inactive"}
TASK repair_structured_output SPEC FIELD field_b04 TYPE string REQUIRED yes FIELD dim_l13 TYPE string REQUIRED yes FIELD field_q44 TYPE boolean REQUIRED no FIELD col_w53[] TYPE integer REQUIRED no BROKEN_OUTPUT The field_q44 is True and {"field_b04":"chrX","dim_l13":"New York","field_q44":true,"col_w53":[988,29,852]}
{"field_b04":"chrX","dim_l13":"New York","field_q44":true,"col_w53":[988,29,852]}
partial_structure
{ "type": "object", "properties": { "field_b04": { "type": "string" }, "dim_l13": { "type": "string" }, "field_q44": { "type": "boolean" }, "col_w53": { "type": "array", "items": { "type": "integer" } } }, "required": [ "field_b04",...
The field_q44 is True and {"field_b04":"chrX","dim_l13":"New York","field_q44":true,"col_w53":[988,29,852]}
Output mixes natural language with JSON
{"field_b04":"chrX","dim_l13":"New York","field_q44":true,"col_w53":[988,29,852]}
TASK repair_structured_output SPEC FIELD field_p10 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD col_h75 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_b14 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_k27 TYPE number REQUIRED yes FIELD dim_r44 TYPE string VALUES pe...
{"field_p10":"free","col_h75":"USD","col_b14":"pro","attr_k27":86.53,"dim_r44":"pending_review","param_t05":"2020-09-02T04:33:00Z","param_l86":"berthed","param_f72":"info"}
extra_field
{ "type": "object", "properties": { "field_p10": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "col_h75": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
{"field_p10": "free", "col_h75": "USD", "col_b14": "pro", "attr_k27": 86.53, "dim_r44": "pending_review", "param_t05": "2020-09-02T04:33:00Z", "param_l86": "berthed", "param_f72": "info", "extra_field_9899": true}
Unknown field 'extra_field_9899' not defined in schema
{"field_p10":"free","col_h75":"USD","col_b14":"pro","attr_k27":86.53,"dim_r44":"pending_review","param_t05":"2020-09-02T04:33:00Z","param_l86":"berthed","param_f72":"info"}
TASK repair_structured_output SPEC FIELD key_e86 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD field_v67 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD col_y12 TYPE string REQUIRED no FIELD dim_u42 TYPE string REQUIRED yes FIELD dim_j51 TYPE string REQUIRED no FIELD val...
{"key_e86":"mode_e","col_y12":"A short description.","dim_u42":"Bob","dim_j51":"example"}
tool_call_partial_args
{ "type": "object", "properties": { "key_e86": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "field_v67": { "type": "string", "enum": [ "berthed", "anchored", "underway", ...
I need to look up the information first. Action: schedule_meeting Arguments: {"key_e86": "mode_e", "col_y12": "A short description.", "dim_j51": "example"}
Agent tool call missing required parameter 'dim_u42'
{"key_e86":"mode_e","col_y12":"A short description.","dim_u42":"Bob","dim_j51":"example"}
TASK repair_structured_output SPEC FIELD col_g58 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD param_c23 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_r03 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: calc...
{"col_g58":"basic","param_c23":"inactive","field_r03":"nonsense"}
agent_chain
{ "type": "object", "properties": { "col_g58": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "param_c23": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "fiel...
Let me check the system. Action: calculate_price Result: {"col_g58": "basic", "field_r03": "nonsense"} I'll query our database. Action: run_diagnostics Result:
Agent multi-step chain with truncated tool output
{"col_g58":"basic","param_c23":"inactive","field_r03":"nonsense"}
TASK repair_structured_output SPEC FIELD paragraph TYPE string VALUES active|inactive|pending REQUIRED no FIELD payment_status TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD index TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD organism TYPE string_uri REQUIRED ye...
{"paragraph":"inactive","payment_status":"homozygous","organism":"https://www.io/data","throttle_pos":80.82}
unquoted_keys
{ "type": "object", "properties": { "paragraph": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "payment_status": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, ...
{paragraph:"inactive",payment_status:"homozygous",organism:"https://www.io/data",throttle_pos:80.82}
Expecting property name enclosed in double quotes
{"paragraph":"inactive","payment_status":"homozygous","organism":"https://www.io/data","throttle_pos":80.82}
TASK repair_structured_output SPEC FIELD comments TYPE boolean REQUIRED no FIELD annotation TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD altitude TYPE number REQUIRED no FIELD start_date[].longitude TYPE number REQUIRED yes FIELD start_date[].isotope TYPE string REQUIRED yes FIELD start_date[].build_...
{"annotation":"enterprise","altitude":561.78,"start_date":[{"longitude":661.39,"isotope":"chrX","build_status":660,"subtotal":"berthed"},{"longitude":184.2,"isotope":"This is a test value.","build_status":472,"subtotal":"anchored"},{"longitude":829.11,"isotope":"chrX","build_status":413,"subtotal":"berthed"},{"longitud...
markdown_explanation
{ "type": "object", "properties": { "comments": { "type": "boolean" }, "annotation": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "altitude": { "type": "number" }, "start_date": { "type": "arra...
Here's the structured output: ```json {"annotation":"enterprise","altitude":561.78,"start_date":[{"longitude":661.39,"isotope":"chrX","build_status":660,"subtotal":"berthed"},{"longitude":184.2,"isotope":"This is a test value.","build_status":472,"subtotal":"anchored"},{"longitude":829.11,"isotope":"chrX","build_status...
Output contains markdown and explanatory text around JSON
{"annotation":"enterprise","altitude":561.78,"start_date":[{"longitude":661.39,"isotope":"chrX","build_status":660,"subtotal":"berthed"},{"longitude":184.2,"isotope":"This is a test value.","build_status":472,"subtotal":"anchored"},{"longitude":829.11,"isotope":"chrX","build_status":413,"subtotal":"berthed"},{"longitud...
TASK repair_structured_output SPEC FIELD span_id TYPE integer REQUIRED no FIELD footnote TYPE integer REQUIRED yes FIELD step.umi TYPE boolean REQUIRED yes FIELD step.quality_score TYPE integer REQUIRED no FIELD step.procedure_code[] TYPE null REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: assign_berth A...
{"span_id":432,"footnote":608,"step":{"umi":true,"quality_score":1,"procedure_code":[null,null,null,null]}}
tool_call_partial_args
{ "type": "object", "properties": { "span_id": { "type": "integer" }, "footnote": { "type": "integer" }, "step": { "type": "object", "properties": { "umi": { "type": "boolean" }, "quality_score": { "type": "integer" }, ...
Let me check the system. Action: assign_berth Arguments: {"span_id": 432, "step": {"umi": true, "quality_score": 1, "procedure_code": [null, null, null, null]}}
Agent tool call missing required parameter 'footnote'
{"span_id":432,"footnote":608,"step":{"umi":true,"quality_score":1,"procedure_code":[null,null,null,null]}}
TASK repair_structured_output SPEC FIELD organism TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD phenotype TYPE integer REQUIRED yes FIELD reagent TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. Action: annotate_mutation Arguments: {"organism": "missense"}
{"organism":"missense","phenotype":553}
tool_call_partial_args
{ "type": "object", "properties": { "organism": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "phenotype": { "type": "integer" }, "reagent": { "type": "integer" } }, "required": [ "p...
Let me check the system. Action: annotate_mutation Arguments: {"organism": "missense"}
Agent tool call missing required parameter 'phenotype'
{"organism":"missense","phenotype":553}
TASK repair_structured_output SPEC FIELD attr_r68 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD field_q58 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD prop_c87 TYPE null REQUIRED yes FIELD dim_s84 TYPE null REQUIRED no FIELD attr_n63 TYPE string_date-time REQU...
{"attr_r68":"heterozygous","field_q58":"missense","prop_c87":null,"attr_n63":"2024-12-03T05:20:00Z","col_w78":"archived"}
null_required
{ "type": "object", "properties": { "attr_r68": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "field_q58": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift...
{"attr_r68": "heterozygous", "field_q58": "missense", "prop_c87": null, "attr_n63": "2024-12-03T05:20:00Z", "col_w78": "archived"}
Required field 'prop_c87' is null
{"attr_r68":"heterozygous","field_q58":"missense","prop_c87":null,"attr_n63":"2024-12-03T05:20:00Z","col_w78":"archived"}
TASK repair_structured_output SPEC FIELD key_a23 TYPE boolean REQUIRED no FIELD prop_u75 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD col_e88 TYPE integer REQUIRED yes FIELD val_t01 TYPE integer REQUIRED no FIELD field_s61.val_f19 TYPE string REQUIRED yes FIELD field_s61.key_p02 TYPE string REQUIRED no FI...
{"prop_u75":"mode_b","col_e88":821,"field_s61":{"val_f19":"GRCh38","key_p02":"Maria","attr_y75":715.05,"attr_z85":867,"val_l11":{"key_g39":"xl","col_q72":943,"field_k21":560.78,"field_p81":"sample"},"col_b58":"2021-10-16T11:58:00Z"}}
extra_text_before
{ "type": "object", "properties": { "key_a23": { "type": "boolean" }, "prop_u75": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "col_e88": { "type": "integer" }, "val_t01": { "type": "integer" }, "field...
Let me provide the data in JSON format: {"prop_u75":"mode_b","col_e88":821,"field_s61":{"val_f19":"GRCh38","key_p02":"Maria","attr_y75":715.05,"attr_z85":867,"val_l11":{"key_g39":"xl","col_q72":943,"field_k21":560.78,"field_p81":"sample"},"col_b58":"2021-10-16T11:58:00Z"}}
Output contains non-JSON text before the object
{"prop_u75":"mode_b","col_e88":821,"field_s61":{"val_f19":"GRCh38","key_p02":"Maria","attr_y75":715.05,"attr_z85":867,"val_l11":{"key_g39":"xl","col_q72":943,"field_k21":560.78,"field_p81":"sample"},"col_b58":"2021-10-16T11:58:00Z"}}
TASK repair_structured_output SPEC FIELD val_b01 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD param_l83 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD dim_f15 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD col_n75 TYPE string VALUES type_a|type_b REQUIRED yes FIELD v...
{"val_b01":"cat_c","dim_f15":"green","col_n75":"type_a","val_l33":null}
missing_brace
{ "type": "object", "properties": { "val_b01": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "param_l83": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] ...
{"val_b01":"cat_c","dim_f15":"green","col_n75":"type_a","val_l33":null
Missing closing brace
{"val_b01":"cat_c","dim_f15":"green","col_n75":"type_a","val_l33":null}
TASK repair_structured_output SPEC FIELD param_m27 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_s39 TYPE string REQUIRED yes FIELD param_f54[] TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD val_h76[] TYPE integer REQUIRED no BROKEN_OUTPUT {"param_m27":"small","field_s39":"REV","p...
{"param_m27":"small","field_s39":"REV","param_f54":["red","blue"],"val_h76":[196]}
truncated_object
{ "type": "object", "properties": { "param_m27": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "field_s39": { "type": "string" }, "param_f54": { "type": "array", "items": { "type": "string", ...
{"param_m27":"small","field_s39":"REV","param_f54":["red","blue"],"val_h76":[196]
Unexpected end of JSON input — truncated object
{"param_m27":"small","field_s39":"REV","param_f54":["red","blue"],"val_h76":[196]}
TASK repair_structured_output SPEC FIELD param_j55 TYPE string REQUIRED yes FIELD field_y39.val_f69 TYPE integer REQUIRED no FIELD field_y39.attr_r24 TYPE string_email REQUIRED no FIELD field_y39.field_e58.dim_m80 TYPE string REQUIRED no FIELD field_y39.field_e58.param_p58 TYPE string REQUIRED no FIELD field_y39.field...
{"param_j55":"2024-06-30","attr_y42":630,"val_o61":460}
truncated_array
{ "type": "object", "properties": { "param_j55": { "type": "string" }, "field_y39": { "type": "object", "properties": { "val_f69": { "type": "integer" }, "attr_r24": { "type": "string", "format": "email" }, "field_e5...
{"param_j55":"2024-06-30","attr_y42":630,"val_o61":460
Unexpected end of JSON input — truncated object
{"param_j55":"2024-06-30","attr_y42":630,"val_o61":460}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string_uri REQUIRED no FIELD email TYPE number REQUIRED no FIELD item_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD lab_result TYPE string_date-time REQUIRED no FIELD options[] TYPE integer REQUIRED no FIELD strand[].enabled TYPE i...
{"throttle_pos":"https://data.org/data","email":541.79,"item_id":"in_transit","lab_result":"2020-01-01T05:34:00Z","options":[324,106],"strand":[{"enabled":284,"temp_celsius":"chr1","chromosome":false,"comments":["sms","email"]}]}
tool_call_partial_args
{ "type": "object", "properties": { "throttle_pos": { "type": "string", "format": "uri" }, "email": { "type": "number" }, "item_id": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "lab_re...
I need to look up the information first. Action: get_inventory Arguments: {"throttle_pos": "https://data.org/data", "email": 541.79, "item_id": "in_transit", "lab_result": "2020-01-01T05:34:00Z", "options": [324, 106]}
Agent tool call missing required parameter 'strand'
{"throttle_pos":"https://data.org/data","email":541.79,"item_id":"in_transit","lab_result":"2020-01-01T05:34:00Z","options":[324,106],"strand":[{"enabled":284,"temp_celsius":"chr1","chromosome":false,"comments":["sms","email"]}]}
TASK repair_structured_output SPEC FIELD attr_y42 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD attr_c47 TYPE number REQUIRED no FIELD attr_t87 TYPE integer REQUIRED yes BROKEN_OUTPUT {'attr_y42':'option_b','attr_c47':362.63,'attr_t87':108}
{"attr_y42":"option_b","attr_c47":362.63,"attr_t87":108}
single_quotes
{ "type": "object", "properties": { "attr_y42": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "attr_c47": { "type": "number" }, "attr_t87": { "type": "integer...
{'attr_y42':'option_b','attr_c47':362.63,'attr_t87':108}
Expecting property name enclosed in double quotes
{"attr_y42":"option_b","attr_c47":362.63,"attr_t87":108}
TASK repair_structured_output SPEC FIELD field_y58 TYPE boolean REQUIRED yes FIELD key_f51 TYPE boolean REQUIRED yes FIELD col_c18 TYPE number REQUIRED no FIELD param_f24 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_y58": "yes", "key_f51": true, "param_f24": "Oliveira"}
{"field_y58":true,"key_f51":true,"param_f24":"Oliveira"}
boolean_as_string
{ "type": "object", "properties": { "field_y58": { "type": "boolean" }, "key_f51": { "type": "boolean" }, "col_c18": { "type": "number" }, "param_f24": { "type": "string" } }, "required": [ "field_y58", "key_f51", "param_f24" ] }
{"field_y58": "yes", "key_f51": true, "param_f24": "Oliveira"}
Field 'field_y58' must be boolean, got string
{"field_y58":true,"key_f51":true,"param_f24":"Oliveira"}
TASK repair_structured_output SPEC FIELD phone TYPE string REQUIRED yes FIELD dosage TYPE integer REQUIRED no FIELD altitude TYPE string REQUIRED yes FIELD payment_status TYPE string REQUIRED no FIELD color TYPE string REQUIRED no FIELD url TYPE string REQUIRED yes FIELD items TYPE string REQUIRED no FIELD lane TYPE s...
{"phone":"user@domain.com","dosage":83,"altitude":"2024-06-30","payment_status":"qux","color":"Smith","url":"inactive","items":"test@example.com","lane":"low"}
markdown_fences
{ "type": "object", "properties": { "phone": { "type": "string" }, "dosage": { "type": "integer" }, "altitude": { "type": "string" }, "payment_status": { "type": "string" }, "color": { "type": "string" }, "url": { "type": "string" }...
```json {"phone":"user@domain.com","dosage":83,"altitude":"2024-06-30","payment_status":"qux","color":"Smith","url":"inactive","items":"test@example.com","lane":"low"} ```
Output contains markdown code fences
{"phone":"user@domain.com","dosage":83,"altitude":"2024-06-30","payment_status":"qux","color":"Smith","url":"inactive","items":"test@example.com","lane":"low"}
TASK repair_structured_output SPEC FIELD col_b36 TYPE null REQUIRED yes FIELD param_e46 TYPE boolean REQUIRED no FIELD attr_g60[] TYPE string_email REQUIRED no FIELD param_a54[].field_c85 TYPE integer REQUIRED no FIELD param_a54[].param_x04 TYPE number REQUIRED yes FIELD param_a54[].col_p82 TYPE string REQUIRED no FIE...
{"col_b36":null,"param_e46":true,"param_a54":[{"field_c85":879,"param_x04":910.72,"col_p82":"London","attr_f43":[897,380,473],"val_c68":["degraded","maintenance","maintenance","offline"]},{"field_c85":366,"param_x04":979.36,"col_p82":"foo","attr_f43":[542,772,731]}]}
extra_field
{ "type": "object", "properties": { "col_b36": { "type": "null" }, "param_e46": { "type": "boolean" }, "attr_g60": { "type": "array", "items": { "type": "string", "format": "email" } }, "param_a54": { "type": "array", "items": { ...
{"col_b36": null, "param_e46": true, "param_a54": [{"field_c85": 879, "param_x04": 910.72, "col_p82": "London", "attr_f43": [897, 380, 473], "val_c68": ["degraded", "maintenance", "maintenance", "offline"]}, {"field_c85": 366, "param_x04": 979.36, "col_p82": "foo", "attr_f43": [542, 772, 731]}], "extra_info_3436": true...
Unknown field 'extra_info_3436' not defined in schema
{"col_b36":null,"param_e46":true,"param_a54":[{"field_c85":879,"param_x04":910.72,"col_p82":"London","attr_f43":[897,380,473],"val_c68":["degraded","maintenance","maintenance","offline"]},{"field_c85":366,"param_x04":979.36,"col_p82":"foo","attr_f43":[542,772,731]}]}
TASK repair_structured_output SPEC FIELD prop_v50 TYPE string REQUIRED no FIELD prop_w17 TYPE boolean REQUIRED yes FIELD val_o78 TYPE string REQUIRED no FIELD attr_l61 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD key_k77 TYPE string REQUIRED no FIELD key_i05 TYPE string VALUES small|medium|large|xl REQUIR...
{"prop_w17":true,"attr_l61":"USD","key_i05":"small","col_d48":"Luis"}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_v50": { "type": "string" }, "prop_w17": { "type": "boolean" }, "val_o78": { "type": "string" }, "attr_l61": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
Tool: schedule_meeting Params: {"prop_w17": true, "key_i05": "small", "col_d48": "Luis", "attr_l612": "USD"}
Agent used wrong parameter name 'attr_l612' instead of 'attr_l61'
{"prop_w17":true,"attr_l61":"USD","key_i05":"small","col_d48":"Luis"}
TASK repair_structured_output SPEC FIELD attr_r66 TYPE string REQUIRED no FIELD prop_u48 TYPE integer REQUIRED yes FIELD dim_b66 TYPE string_date-time REQUIRED no FIELD field_o61 TYPE number REQUIRED no BROKEN_OUTPUT I've generated the following JSON: ```json {"prop_u48":708,"dim_b66":"2024-06-28T18:35:00Z","field_o6...
{"prop_u48":708,"dim_b66":"2024-06-28T18:35:00Z","field_o61":806.87}
markdown_explanation
{ "type": "object", "properties": { "attr_r66": { "type": "string" }, "prop_u48": { "type": "integer" }, "dim_b66": { "type": "string", "format": "date-time" }, "field_o61": { "type": "number" } }, "required": [ "prop_u48" ] }
I've generated the following JSON: ```json {"prop_u48":708,"dim_b66":"2024-06-28T18:35:00Z","field_o61":806.87} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"prop_u48":708,"dim_b66":"2024-06-28T18:35:00Z","field_o61":806.87}
TASK repair_structured_output SPEC FIELD patient_id TYPE boolean REQUIRED yes FIELD category TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD amount TYPE boolean REQUIRED no FIELD label TYPE null REQUIRED yes FIELD invoice_id TYPE number REQUIRED no FIELD start_date TYPE string_date-time REQUIRED...
{"patient_id":true,"category":"moored","label":null,"invoice_id":660.98,"department":"inland","build_status":"Oliveira"}
wrong_type
{ "type": "object", "properties": { "patient_id": { "type": "boolean" }, "category": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "amount": { "type": "boolean" }, "label": { "type": "nul...
{"patient_id": true, "category": "moored", "label": null, "invoice_id": "\"660.98\"", "department": "inland", "build_status": "Oliveira"}
Field 'invoice_id' must be number, got string
{"patient_id":true,"category":"moored","label":null,"invoice_id":660.98,"department":"inland","build_status":"Oliveira"}
TASK repair_structured_output SPEC FIELD key_p39 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD prop_v00.attr_b35 TYPE string REQUIRED no FIELD prop_v00.field_o04 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_v00.dim_q16 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD ...
{"key_p39":"basic","prop_v00":{"field_o04":"draft","dim_q16":"medium","prop_h69":"info@domain.org","col_c79":{"dim_t50":true,"val_y43":"xl","key_w91":839,"key_d22":null}},"param_t96":"pending","field_o41":{"param_m04":"https://www.org/api","key_g47":"USD","attr_o74":"info@domain.org","col_d79":"A short description.","d...
unquoted_keys
{ "type": "object", "properties": { "key_p39": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_v00": { "type": "object", "properties": { "attr_b35": { "type": "string" }, "field_...
{key_p39:"basic",prop_v00:{field_o04:"draft",dim_q16:"medium",prop_h69:"info@domain.org",col_c79:{dim_t50:true,val_y43:"xl",key_w91:839,key_d22:null}},param_t96:"pending",field_o41:{param_m04:"https://www.org/api",key_g47:"USD",attr_o74:"info@domain.org",col_d79:"A short description.",dim_l99:"PASS",dim_k97:"https://ww...
Expecting property name enclosed in double quotes
{"key_p39":"basic","prop_v00":{"field_o04":"draft","dim_q16":"medium","prop_h69":"info@domain.org","col_c79":{"dim_t50":true,"val_y43":"xl","key_w91":839,"key_d22":null}},"param_t96":"pending","field_o41":{"param_m04":"https://www.org/api","key_g47":"USD","attr_o74":"info@domain.org","col_d79":"A short description.","d...
TASK repair_structured_output SPEC FIELD medication TYPE string_uri REQUIRED yes FIELD umi TYPE string VALUES mode_a|mode_b REQUIRED no FIELD filter_flag TYPE number REQUIRED no FIELD chapter TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD ward.published TYPE integer REQUIRED no FIELD ward...
{"medication":"https://api.com/data","filter_flag":246.07,"chapter":"missense","ward":{"published":346,"visible":"mode_a","procedure_code":"push","deploy_target":461.1,"language":974},"cargo_type":"cat_b"}
tool_call_text_mix
{ "type": "object", "properties": { "medication": { "type": "string", "format": "uri" }, "umi": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "filter_flag": { "type": "number" }, "chapter": { "type": "string", "enum"...
I'll query our database. <tool_call name="calculate_docking_fee"> {"medication":"https://api.com/data","filter_flag":246.07,"chapter":"missense","ward":{"published":346,"visible":"mode_a","procedure_code":"push","deploy_target":461.1,"language":974},"cargo_type":"cat_b"} </tool_call.
Agent response mixes reasoning text with tool call
{"medication":"https://api.com/data","filter_flag":246.07,"chapter":"missense","ward":{"published":346,"visible":"mode_a","procedure_code":"push","deploy_target":461.1,"language":974},"cargo_type":"cat_b"}
TASK repair_structured_output SPEC FIELD first_name TYPE string_email REQUIRED no FIELD visible.crew_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD visible.ward TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD visible.color TYPE integer REQUIRED no FIELD visible...
{"credit_score":"approved","chapter":"2024-05-21T18:57:00Z","port_code":{"quantity":408.85,"status":"level_2","subtotal":"viewer"},"score":"user@domain.org"}
partial_structure
{ "type": "object", "properties": { "first_name": { "type": "string", "format": "email" }, "visible": { "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "pending_review", "confirmed", "rejec...
I found that score should be user@domain.org. {"credit_score":"approved","chapter":"2024-05-21T18:57:00Z","port_code":{"quantity":408.85,"status":"level_2","subtotal":"viewer"},"score":"user@domain.org"}
Output mixes natural language with JSON
{"credit_score":"approved","chapter":"2024-05-21T18:57:00Z","port_code":{"quantity":408.85,"status":"level_2","subtotal":"viewer"},"score":"user@domain.org"}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD phone TYPE string REQUIRED no FIELD comments TYPE string_email REQUIRED yes FIELD brake_pressure TYPE boolean REQUIRED no FIELD ward.velocity.ph_level TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD ward.veloci...
{"phone":"Hapag-Lloyd-Express","comments":"test@example.com","brake_pressure":false,"ward":{"velocity":{"ph_level":"cat_b","diagnosis_code":291,"email":887.3,"color":876,"dissolved_oxygen":["homozygous"]},"active":"nonsense"}}
thought_process
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "phone": { "type": "string" }, "comments": { "type": "string", "format": "email" }, "brake_pressure": { "type": "boo...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"phone":"Hapag-Lloyd-Express","comments":"test@example.com","brake_pressure":false,"ward":{"velocity":{"ph_level":"cat_b","diagnosis_code":291,"email":887.3,"color":876,"dissolved_oxygen":["homozygous"]},"active":"nonsense"}}
Output contains chain-of-thought reasoning before JSON
{"phone":"Hapag-Lloyd-Express","comments":"test@example.com","brake_pressure":false,"ward":{"velocity":{"ph_level":"cat_b","diagnosis_code":291,"email":887.3,"color":876,"dissolved_oxygen":["homozygous"]},"active":"nonsense"}}
TASK repair_structured_output SPEC FIELD prop_p76 TYPE string VALUES single|married|divorced REQUIRED no FIELD key_y07 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_k33 TYPE string REQUIRED yes FIELD param_r89 TYPE integer REQUIRED yes FIELD attr_z84 TYPE string REQUIRED no FIELD dim_p44 T...
{"key_y07":"open","dim_k33":"Tokyo","param_r89":128,"attr_z84":"Berlin","dim_p44":889,"field_b95":"medium","col_v40":false}
trailing_comma
{ "type": "object", "properties": { "prop_p76": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "key_y07": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
{"key_y07":"open","dim_k33":"Tokyo","param_r89":128,"attr_z84":"Berlin","dim_p44":889,"field_b95":"medium","col_v40":false,}
Unexpected trailing comma
{"key_y07":"open","dim_k33":"Tokyo","param_r89":128,"attr_z84":"Berlin","dim_p44":889,"field_b95":"medium","col_v40":false}
TASK repair_structured_output SPEC FIELD altitude TYPE boolean REQUIRED no FIELD thumbnail TYPE number REQUIRED no FIELD fleet_number TYPE string_date-time REQUIRED no FIELD first_name TYPE string VALUES mode_a|mode_b REQUIRED no FIELD options TYPE string_date-time REQUIRED yes FIELD start_date TYPE integer REQUIRED n...
{"altitude":false,"thumbnail":179.21,"fleet_number":"2020-06-13T15:35:00Z","options":"2024-07-17T08:15:00Z","start_date":227,"half_life":"user@domain.org"}
unquoted_keys
{ "type": "object", "properties": { "altitude": { "type": "boolean" }, "thumbnail": { "type": "number" }, "fleet_number": { "type": "string", "format": "date-time" }, "first_name": { "type": "string", "enum": [ "mode_a", "mode_b" ...
{altitude:false,thumbnail:179.21,fleet_number:"2020-06-13T15:35:00Z",options:"2024-07-17T08:15:00Z",start_date:227,half_life:"user@domain.org"}
Expecting property name enclosed in double quotes
{"altitude":false,"thumbnail":179.21,"fleet_number":"2020-06-13T15:35:00Z","options":"2024-07-17T08:15:00Z","start_date":227,"half_life":"user@domain.org"}
TASK repair_structured_output SPEC FIELD enabled TYPE string REQUIRED no FIELD bearing TYPE integer REQUIRED no FIELD latitude TYPE integer REQUIRED no FIELD terminal_id TYPE boolean REQUIRED no FIELD nickname TYPE integer REQUIRED yes FIELD diagnosis_code TYPE string REQUIRED no FIELD amplitude TYPE string REQUIRED y...
{"enabled":"RTG-04","bearing":114,"latitude":999,"terminal_id":true,"nickname":665,"diagnosis_code":"Diana","amplitude":"chr1","half_life":{"invoice_id":null,"turbidity":true,"lane":"mode_e","wavelength":true,"batch_code":"RTG-04"}}
partial_structure
{ "type": "object", "properties": { "enabled": { "type": "string" }, "bearing": { "type": "integer" }, "latitude": { "type": "integer" }, "terminal_id": { "type": "boolean" }, "nickname": { "type": "integer" }, "diagnosis_code": { "type...
Based on the data, nickname is 665. {"enabled":"RTG-04","bearing":114,"latitude":999,"terminal_id":true,"nickname":665,"diagnosis_code":"Diana","amplitude":"chr1","half_life":{"invoice_id":null,"turbidity":true,"lane":"mode_e","wavelength":true,"batch_code":"RTG-04"}}
Output mixes natural language with JSON
{"enabled":"RTG-04","bearing":114,"latitude":999,"terminal_id":true,"nickname":665,"diagnosis_code":"Diana","amplitude":"chr1","half_life":{"invoice_id":null,"turbidity":true,"lane":"mode_e","wavelength":true,"batch_code":"RTG-04"}}
TASK repair_structured_output SPEC FIELD param_a52 TYPE number REQUIRED no FIELD param_x69 TYPE number REQUIRED no FIELD val_h71 TYPE integer REQUIRED yes FIELD col_y27 TYPE string REQUIRED no FIELD field_j08 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD col_y49 TYPE string VALUES low|medium|h...
{"param_a52":538.17,"val_h71":818,"field_j08":"open","col_y49":"high","field_b35":77.55}
invalid_enum
{ "type": "object", "properties": { "param_a52": { "type": "number" }, "param_x69": { "type": "number" }, "val_h71": { "type": "integer" }, "col_y27": { "type": "string" }, "field_j08": { "type": "string", "enum": [ "open", "in_...
{"param_a52": 538.17, "val_h71": 818, "field_j08": "open", "col_y49": "invalid_option_861", "field_b35": 77.55}
Field 'col_y49' has invalid enum value 'invalid_option_861', expected one of ['low', 'medium', 'high', 'critical']
{"param_a52":538.17,"val_h71":818,"field_j08":"open","col_y49":"high","field_b35":77.55}
TASK repair_structured_output SPEC FIELD param_i12 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD key_o78 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_k60 TYPE integer REQUIRED yes FIELD val_i96 TYPE string REQUIRED yes BROKEN_OUTPUT I found that val_i96 should be Berlin. {...
{"param_i12":"moored","key_o78":"single","dim_k60":968,"val_i96":"Berlin"}
partial_structure
{ "type": "object", "properties": { "param_i12": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "key_o78": { "type": "string", "enum": [ "single", "married", "divorced" ] }, ...
I found that val_i96 should be Berlin. {"param_i12":"moored","key_o78":"single","dim_k60":968,"val_i96":"Berlin"}
Output mixes natural language with JSON
{"param_i12":"moored","key_o78":"single","dim_k60":968,"val_i96":"Berlin"}
TASK repair_structured_output SPEC FIELD param_m11 TYPE integer REQUIRED yes FIELD field_u54 TYPE string REQUIRED no FIELD val_b44 TYPE number REQUIRED yes FIELD dim_v65 TYPE string REQUIRED yes FIELD attr_c10.param_o06 TYPE number REQUIRED no FIELD attr_c10.attr_f22 TYPE null REQUIRED no FIELD attr_c10.param_r94 TYPE...
{"param_m11":319,"field_u54":"Sao Paulo","val_b44":619.56,"dim_v65":"https://api.example.com/v1"}
missing_bracket
{ "type": "object", "properties": { "param_m11": { "type": "integer" }, "field_u54": { "type": "string" }, "val_b44": { "type": "number" }, "dim_v65": { "type": "string" }, "attr_c10": { "type": "object", "properties": { "param_o06": { ...
{"param_m11":319,"field_u54":"Sao Paulo","val_b44":619.56,"dim_v65":"https://api.example.com/v1"}
Missing closing bracket
{"param_m11":319,"field_u54":"Sao Paulo","val_b44":619.56,"dim_v65":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD values TYPE number REQUIRED yes FIELD step TYPE boolean REQUIRED yes FIELD comments TYPE string_date-time REQUIRED no FIELD version TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD section.priority TYPE string VALUES success|error|warning|info REQUIRED no ...
{"values":909.08,"step":true,"comments":"2023-06-01T04:05:00Z","version":"closed","subject":{"currency":"phone","trace_id":"reliable","title":"medium"}}
null_required
{ "type": "object", "properties": { "values": { "type": "number" }, "step": { "type": "boolean" }, "comments": { "type": "string", "format": "date-time" }, "version": { "type": "string", "enum": [ "open", "in_progress", "resolve...
{"values": 909.08, "step": true, "comments": "2023-06-01T04:05:00Z", "version": null, "subject": {"currency": "phone", "trace_id": "reliable", "title": "medium"}}
Required field 'version' is null
{"values":909.08,"step":true,"comments":"2023-06-01T04:05:00Z","version":"closed","subject":{"currency":"phone","trace_id":"reliable","title":"medium"}}
TASK repair_structured_output SPEC FIELD val_o00 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD field_y77 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_w05 TYPE number REQUIRED no FIELD col_b51[].col_o50 TYPE integer REQUIRED yes FIELD col_b51[].key_z87 TYPE integer REQ...
{"val_o00":"open","field_y77":"inland","col_b51":[{"col_o50":585,"key_v37":"pro"},{"col_o50":628,"key_z87":270,"key_v37":"pro"},{"col_o50":19,"key_v37":"free"}],"dim_g32":[{"attr_x24":"escalated","field_x28":"small","key_a04":true,"prop_k47":741},{"key_a04":true,"prop_k47":775}]}
agent_chain
{ "type": "object", "properties": { "val_o00": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "field_y77": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
I need to look up the information first. Action: get_weather Result: {"val_o00": "open", "field_y77": "inland", "col_b51": [{"col_o50": 585, "key_v37": "pro"}, {"col_o50": 628, "key_z87": 270, "key_v37": "pro"}, {"col_o50": 19, "key_v37": "free"}]} I'll query our database. Action: filter_variants Result:
Agent multi-step chain with truncated tool output
{"val_o00":"open","field_y77":"inland","col_b51":[{"col_o50":585,"key_v37":"pro"},{"col_o50":628,"key_z87":270,"key_v37":"pro"},{"col_o50":19,"key_v37":"free"}],"dim_g32":[{"attr_x24":"escalated","field_x28":"small","key_a04":true,"prop_k47":741},{"key_a04":true,"prop_k47":775}]}
TASK repair_structured_output SPEC FIELD dim_w64.param_s72 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD dim_w64.param_n35 TYPE integer REQUIRED yes FIELD dim_w64.key_d45 TYPE string REQUIRED yes FIELD val_f49 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD param_i00 TYPE string REQUIRED no FIELD prop_e99...
{"dim_w64":{"param_s72":"editor","param_n35":75,"key_d45":"This is a test value."},"param_i00":"completed","prop_e99":706,"val_n47":"delivered","attr_g13":"level_2","param_r78":true}
wrong_type
{ "type": "object", "properties": { "dim_w64": { "type": "object", "properties": { "param_s72": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "param_n35": { "type": "integer" ...
{"dim_w64": {"param_s72": "editor", "param_n35": 75, "key_d45": "This is a test value."}, "param_i00": "completed", "prop_e99": 706, "val_n47": "delivered", "attr_g13": "level_2", "param_r78": "\"yes\""}
Field 'param_r78' must be boolean, got string
{"dim_w64":{"param_s72":"editor","param_n35":75,"key_d45":"This is a test value."},"param_i00":"completed","prop_e99":706,"val_n47":"delivered","attr_g13":"level_2","param_r78":true}
TASK repair_structured_output SPEC FIELD param_j13 TYPE string REQUIRED yes FIELD col_y81 TYPE string REQUIRED no FIELD col_c21 TYPE number REQUIRED no FIELD attr_c38 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD dim_e65 TYPE string REQUIRED no FIELD dim_f20 TYPE string REQUIRED no FIEL...
{"param_j13":"MV-Evergreen-01","col_y81":"user@domain.com","col_c21":144.4,"attr_c38":"synonymous","dim_e65":"John","dim_f20":"https://api.example.com/v1","field_j41":"test"}
markdown_explanation
{ "type": "object", "properties": { "param_j13": { "type": "string" }, "col_y81": { "type": "string" }, "col_c21": { "type": "number" }, "attr_c38": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshi...
Here's the structured output: ```json {"param_j13":"MV-Evergreen-01","col_y81":"user@domain.com","col_c21":144.4,"attr_c38":"synonymous","dim_e65":"John","dim_f20":"https://api.example.com/v1","field_j41":"test"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"param_j13":"MV-Evergreen-01","col_y81":"user@domain.com","col_c21":144.4,"attr_c38":"synonymous","dim_e65":"John","dim_f20":"https://api.example.com/v1","field_j41":"test"}
TASK repair_structured_output SPEC FIELD enabled.deploy_target TYPE boolean REQUIRED yes FIELD enabled.velocity TYPE integer REQUIRED yes FIELD enabled.order_id TYPE integer REQUIRED yes FIELD enabled.comments.tax TYPE number REQUIRED no FIELD enabled.comments.transaction_id TYPE string REQUIRED yes FIELD enabled.comm...
{"enabled":{"deploy_target":true,"velocity":978,"order_id":829,"comments":{"tax":297.6,"transaction_id":"London","tags":"mode_b","interest_rate":"pending_review","tile":"FWD","url":"cat_b"},"aligned_pct":{"organism":"mode_a","longitude":"degraded","ward":"free","latitude":"chrX","values":943.94,"size":"This is a test v...
markdown_explanation
{ "type": "object", "properties": { "enabled": { "type": "object", "properties": { "deploy_target": { "type": "boolean" }, "velocity": { "type": "integer" }, "order_id": { "type": "integer" }, "comments": { ...
I've generated the following JSON: ```json {"enabled":{"deploy_target":true,"velocity":978,"order_id":829,"comments":{"tax":297.6,"transaction_id":"London","tags":"mode_b","interest_rate":"pending_review","tile":"FWD","url":"cat_b"},"aligned_pct":{"organism":"mode_a","longitude":"degraded","ward":"free","latitude":"chr...
Output contains markdown and explanatory text around JSON
{"enabled":{"deploy_target":true,"velocity":978,"order_id":829,"comments":{"tax":297.6,"transaction_id":"London","tags":"mode_b","interest_rate":"pending_review","tile":"FWD","url":"cat_b"},"aligned_pct":{"organism":"mode_a","longitude":"degraded","ward":"free","latitude":"chrX","values":943.94,"size":"This is a test v...
TASK repair_structured_output SPEC FIELD key_k16 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD attr_e15 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_y95 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_b80 TYPE string_uri REQUIRED no FIELD attr_r17 TYPE string...
{"key_k16":"EUR","attr_e15":"active","prop_b80":"https://data.org/api","key_l20":false}
tool_call_bad_format
{ "type": "object", "properties": { "key_k16": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_e15": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "...
<functioncall> delete_item {key_k16: "EUR", attr_e15: "active", prop_b80: "https://data.org/api", key_l20: false}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_k16":"EUR","attr_e15":"active","prop_b80":"https://data.org/api","key_l20":false}
TASK repair_structured_output SPEC FIELD val_q65 TYPE string REQUIRED no FIELD dim_q39 TYPE string_email REQUIRED yes FIELD prop_w05.prop_x97 TYPE boolean REQUIRED no FIELD prop_w05.col_l27 TYPE string REQUIRED no FIELD prop_w05.attr_l79.val_s35 TYPE integer REQUIRED yes FIELD prop_w05.attr_l79.col_y84 TYPE string VAL...
{"val_q65":"RTG-04","dim_q39":"ops@example.com","prop_w05":{"prop_x97":true,"col_l27":"inactive","attr_l79":{"val_s35":737,"col_y84":"option_a","key_i98":"https://example.io/api"}},"key_j36":false,"val_f43":"married","attr_e36":"divorced","field_k77":820.93,"dim_g86":"2020-08-15T04:54:00Z"}
missing_bracket
{ "type": "object", "properties": { "val_q65": { "type": "string" }, "dim_q39": { "type": "string", "format": "email" }, "prop_w05": { "type": "object", "properties": { "prop_x97": { "type": "boolean" }, "col_l27": { "type...
{"val_q65":"RTG-04","dim_q39":"ops@example.com","prop_w05":{"prop_x97":true,"col_l27":"inactive","attr_l79":{"val_s35":737,"col_y84":"option_a","key_i98":"https://example.io/api"}},"key_j36":false,"val_f43":"married","attr_e36":"divorced","field_k77":820.93,"dim_g86":"2020-08-15T04:54:00Z"}
Missing closing bracket
{"val_q65":"RTG-04","dim_q39":"ops@example.com","prop_w05":{"prop_x97":true,"col_l27":"inactive","attr_l79":{"val_s35":737,"col_y84":"option_a","key_i98":"https://example.io/api"}},"key_j36":false,"val_f43":"married","attr_e36":"divorced","field_k77":820.93,"dim_g86":"2020-08-15T04:54:00Z"}
TASK repair_structured_output SPEC FIELD key_b28 TYPE string REQUIRED yes FIELD dim_b79 TYPE string_date-time REQUIRED yes FIELD attr_v52 TYPE number REQUIRED no FIELD prop_q19 TYPE integer REQUIRED no FIELD val_k81 TYPE string REQUIRED no BROKEN_OUTPUT Sensor output follows: {"key_b28":"sample","dim_b79":"2021-10-18...
{"key_b28":"sample","dim_b79":"2021-10-18T16:08:00Z","attr_v52":879.29,"prop_q19":643}
extra_text_before
{ "type": "object", "properties": { "key_b28": { "type": "string" }, "dim_b79": { "type": "string", "format": "date-time" }, "attr_v52": { "type": "number" }, "prop_q19": { "type": "integer" }, "val_k81": { "type": "string" } }, "requir...
Sensor output follows: {"key_b28":"sample","dim_b79":"2021-10-18T16:08:00Z","attr_v52":879.29,"prop_q19":643}
Output contains non-JSON text before the object
{"key_b28":"sample","dim_b79":"2021-10-18T16:08:00Z","attr_v52":879.29,"prop_q19":643}
TASK repair_structured_output SPEC FIELD param_j31 TYPE string REQUIRED no FIELD val_r34 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_m21 TYPE string_uri REQUIRED no FIELD field_w05 TYPE boolean REQUIRED yes FIELD param_x87 TYPE string REQUIRED no FIELD param_j20 TYPE integer REQUIRED no FIELD ...
{"param_j31":"Tokyo","val_r34":"error","field_w05":false,"param_x87":"quux","param_j20":172,"col_a17":278}
extra_text_after
{ "type": "object", "properties": { "param_j31": { "type": "string" }, "val_r34": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "dim_m21": { "type": "string", "format": "uri" }, "field_w05": { ...
{"param_j31":"Tokyo","val_r34":"error","field_w05":false,"param_x87":"quux","param_j20":172,"col_a17":278} This should match the schema you provided.
Output contains non-JSON text after the object
{"param_j31":"Tokyo","val_r34":"error","field_w05":false,"param_x87":"quux","param_j20":172,"col_a17":278}
TASK repair_structured_output SPEC FIELD param_j32 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_f58 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD field_v24 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD val_b02 TYPE string_date-time...
{"param_j32":"reliable","field_v24":"cat_b","col_t68":"level_1","field_e48":"user@domain.com","key_c65":"cat_d"}
markdown_fences
{ "type": "object", "properties": { "param_j32": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "val_f58": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
```json {"param_j32":"reliable","field_v24":"cat_b","col_t68":"level_1","field_e48":"user@domain.com","key_c65":"cat_d"} ```
Output contains markdown code fences
{"param_j32":"reliable","field_v24":"cat_b","col_t68":"level_1","field_e48":"user@domain.com","key_c65":"cat_d"}
TASK repair_structured_output SPEC FIELD collateral TYPE boolean REQUIRED yes FIELD catalyst TYPE number REQUIRED yes FIELD quantity[] TYPE string_uri REQUIRED no BROKEN_OUTPUT {"collateral": null, "catalyst": 168.36, "quantity": ["https://example.io/api", "https://example.org/data", "https://www.io/data", "https://d...
{"collateral":false,"catalyst":168.36,"quantity":["https://example.io/api","https://example.org/data","https://www.io/data","https://data.com/v1"]}
null_required
{ "type": "object", "properties": { "collateral": { "type": "boolean" }, "catalyst": { "type": "number" }, "quantity": { "type": "array", "items": { "type": "string", "format": "uri" } } }, "required": [ "catalyst", "collateral" ] }
{"collateral": null, "catalyst": 168.36, "quantity": ["https://example.io/api", "https://example.org/data", "https://www.io/data", "https://data.com/v1"]}
Required field 'collateral' is null
{"collateral":false,"catalyst":168.36,"quantity":["https://example.io/api","https://example.org/data","https://www.io/data","https://data.com/v1"]}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD footnote TYPE string VALUES option_a|option_b REQUIRED yes FIELD comments TYPE null REQUIRED no FIELD end_date TYPE boolean REQUIRED no FIELD user_id.batch_code TYPE string VALUES draft|published...
{"footnote":"option_b","comments":null,"end_date":true,"user_id":{"batch_code":"published","organism":"hemizygous","longitude":466,"reagent":"cat_a","dosage":"qux"},"image_url":"2024-07-05T01:56:00Z"}
tool_call_wrong_param
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "footnote": { "type": "string", "enum": [ "option_a", "option_b" ] }, "comments": { "t...
Tool: validate_sample Params: {"footnote": "option_b", "comments": null, "end_date": true, "user_id": {"batch_code": "published", "organism": "hemizygous", "longitude": 466, "reagent": "cat_a", "dosage": "qux"}, "image_url_id": "2024-07-05T01:56:00Z"}
Agent used wrong parameter name 'image_url_id' instead of 'image_url'
{"footnote":"option_b","comments":null,"end_date":true,"user_id":{"batch_code":"published","organism":"hemizygous","longitude":466,"reagent":"cat_a","dosage":"qux"},"image_url":"2024-07-05T01:56:00Z"}
TASK repair_structured_output SPEC FIELD prop_i92 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_n46 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD col_l53 TYPE number REQUIRED no FIELD col_m02 TYPE string_email REQUIRED no FIELD col_c29 TYPE string_date-time REQUIRED yes FIELD v...
{"prop_i92":"high","dim_n46":"oceanic","col_m02":"ops@test.io","col_c29":"2022-05-24T12:04:00Z","val_v53":205.64}
truncated_array
{ "type": "object", "properties": { "prop_i92": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "dim_n46": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] ...
{"prop_i92":"high","dim_n46":"oceanic","col_m02":"ops@test.io","col_c29":"2022-05-24T12:04:00Z","val_v53":205.64
Unexpected end of JSON input — truncated object
{"prop_i92":"high","dim_n46":"oceanic","col_m02":"ops@test.io","col_c29":"2022-05-24T12:04:00Z","val_v53":205.64}
TASK repair_structured_output SPEC FIELD col_q93 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD param_s79 TYPE number REQUIRED yes FIELD attr_k23.val_f44 TYPE null REQUIRED no FIELD attr_k23.param_x02 TYPE boolean REQUIRED yes FIELD attr_k23.prop_f43[].key_x02 TYPE number REQUIRED no FIELD attr_k...
{"col_q93":"reliable","param_s79":130.76,"attr_k23":{"val_f44":null,"param_x02":false,"prop_f43":[{"key_x02":296.9,"prop_z35":"world","field_f34":false}]}}
null_required
{ "type": "object", "properties": { "col_q93": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "param_s79": { "type": "number" }, "attr_k23": { "type": "object", "properties": { "val_f44": { "...
{"col_q93": null, "param_s79": 130.76, "attr_k23": {"val_f44": null, "param_x02": false, "prop_f43": [{"key_x02": 296.9, "prop_z35": "world", "field_f34": false}]}}
Required field 'col_q93' is null
{"col_q93":"reliable","param_s79":130.76,"attr_k23":{"val_f44":null,"param_x02":false,"prop_f43":[{"key_x02":296.9,"prop_z35":"world","field_f34":false}]}}
TASK repair_structured_output SPEC FIELD attr_i52 TYPE string REQUIRED yes FIELD val_j15 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD val_f79 TYPE integer REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: search Arguments: {"attr_i52": "world", "val_j15": "mode_b"}
{"attr_i52":"world","val_j15":"mode_b","val_f79":29}
tool_call_partial_args
{ "type": "object", "properties": { "attr_i52": { "type": "string" }, "val_j15": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "val_f79": { "type": "integer" } }, "required": [ ...
Let me check the system. Action: search Arguments: {"attr_i52": "world", "val_j15": "mode_b"}
Agent tool call missing required parameter 'val_f79'
{"attr_i52":"world","val_j15":"mode_b","val_f79":29}
TASK repair_structured_output SPEC FIELD col_k96 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD key_e51 TYPE integer REQUIRED no FIELD col_a91.val_g97 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD col_a91.col_g71 TYPE integer REQUIRED no FIELD col_a91.prop_c40.param_i37 TYPE nu...
{"col_k96":"mode_b","col_a91":{"val_g97":"option_d","col_g71":487,"prop_c40":{"col_w30":"A short description.","param_r99":null,"key_h01":519,"param_g70":"New York","attr_d71":"low"},"col_y32":true,"attr_y61":{"dim_a87":772.55,"attr_g24":618,"key_h22":["inactive","inactive"]},"field_m96":835,"dim_o65":false},"param_z42...
invalid_enum
{ "type": "object", "properties": { "col_k96": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "key_e51": { "type": "integer" }, "col_a91": { "type": "object", "properties": { "val_g97": { "type": "string", "en...
{"col_k96": "invalid_value_871", "col_a91": {"val_g97": "option_d", "col_g71": 487, "prop_c40": {"col_w30": "A short description.", "param_r99": null, "key_h01": 519, "param_g70": "New York", "attr_d71": "low"}, "col_y32": true, "attr_y61": {"dim_a87": 772.55, "attr_g24": 618, "key_h22": ["inactive", "inactive"]}, "fie...
Field 'col_k96' has invalid enum value 'invalid_value_871', expected one of ['mode_a', 'mode_b']
{"col_k96":"mode_b","col_a91":{"val_g97":"option_d","col_g71":487,"prop_c40":{"col_w30":"A short description.","param_r99":null,"key_h01":519,"param_g70":"New York","attr_d71":"low"},"col_y32":true,"attr_y61":{"dim_a87":772.55,"attr_g24":618,"key_h22":["inactive","inactive"]},"field_m96":835,"dim_o65":false},"param_z42...
TASK repair_structured_output SPEC FIELD key_l49 TYPE boolean REQUIRED no FIELD col_f29 TYPE boolean REQUIRED no FIELD val_k86 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD prop_g52 TYPE boolean REQUIRED yes FIELD field_j27 TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. <tool_call ...
{"col_f29":true,"val_k86":"blue","prop_g52":false,"field_j27":385}
tool_call_text_mix
{ "type": "object", "properties": { "key_l49": { "type": "boolean" }, "col_f29": { "type": "boolean" }, "val_k86": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "prop_g52": { "type":...
Let me check the system. <tool_call name="read_sensor_array"> {"col_f29":true,"val_k86":"blue","prop_g52":false,"field_j27":385} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"col_f29":true,"val_k86":"blue","prop_g52":false,"field_j27":385}
TASK repair_structured_output SPEC FIELD val_i92 TYPE number REQUIRED no FIELD val_g37 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD key_b65 TYPE number REQUIRED no FIELD dim_t17 TYPE string_email REQUIRED no FIELD attr_h67 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIEL...
{"val_g37":"delivered","key_b65":935.57,"attr_h67":"in_progress","prop_u33":{"prop_x81":158.8,"prop_u59":"inactive"},"prop_o58":"Oliveira"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_i92": { "type": "number" }, "val_g37": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "key_b65": { "type": "number" }, "dim_t17": { "type": "strin...
Tool: update_preferences Params: {"val_g37": "delivered", "key_b65": 935.57, "prop_u33": {"prop_x81": 158.8, "prop_u59": "inactive"}, "prop_o58": "Oliveira", "attr_h67_name": "in_progress"}
Agent used wrong parameter name 'attr_h67_name' instead of 'attr_h67'
{"val_g37":"delivered","key_b65":935.57,"attr_h67":"in_progress","prop_u33":{"prop_x81":158.8,"prop_u59":"inactive"},"prop_o58":"Oliveira"}