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 rating.timezone TYPE number REQUIRED yes FIELD rating.weight TYPE string REQUIRED no FIELD rating.currency.ph_level TYPE string REQUIRED yes FIELD rating.currency.enabled TYPE integer REQUIRED yes FIELD rating.currency.type[] TYPE integer REQUIRED no FIELD rating.currency.size[...
{"rating":{"timezone":529.83,"weight":"Silva","currency":{"ph_level":"RTG-04","enabled":529,"type":[878,963,678,771],"size":["offline"]}},"half_life":344,"created_at":"2024-01-15","name":"Berlin","last_name":false,"format":{"catalyst":"sample","log_level":false,"altitude":981.58,"score":{"transaction_id":"homozygous","...
extra_text_before
{ "type": "object", "properties": { "rating": { "type": "object", "properties": { "timezone": { "type": "number" }, "weight": { "type": "string" }, "currency": { "type": "object", "properties": { "ph_level": ...
Based on your request, here is the data: {"rating":{"timezone":529.83,"weight":"Silva","currency":{"ph_level":"RTG-04","enabled":529,"type":[878,963,678,771],"size":["offline"]}},"half_life":344,"created_at":"2024-01-15","name":"Berlin","last_name":false,"format":{"catalyst":"sample","log_level":false,"altitude":981.58...
Output contains non-JSON text before the object
{"rating":{"timezone":529.83,"weight":"Silva","currency":{"ph_level":"RTG-04","enabled":529,"type":[878,963,678,771],"size":["offline"]}},"half_life":344,"created_at":"2024-01-15","name":"Berlin","last_name":false,"format":{"catalyst":"sample","log_level":false,"altitude":981.58,"score":{"transaction_id":"homozygous","...
TASK repair_structured_output SPEC FIELD prop_e72 TYPE null REQUIRED yes FIELD col_p01 TYPE integer REQUIRED yes FIELD key_t89 TYPE string REQUIRED no FIELD field_f01[] TYPE null REQUIRED no BROKEN_OUTPUT {"prop_e72": null, "col_p01": 539, "key_t89": "completed", "extra_field_3478": true}
{"prop_e72":null,"col_p01":539,"key_t89":"completed"}
extra_field
{ "type": "object", "properties": { "prop_e72": { "type": "null" }, "col_p01": { "type": "integer" }, "key_t89": { "type": "string" }, "field_f01": { "type": "array", "items": { "type": "null" } } }, "required": [ "col_p01", "pr...
{"prop_e72": null, "col_p01": 539, "key_t89": "completed", "extra_field_3478": true}
Unknown field 'extra_field_3478' not defined in schema
{"prop_e72":null,"col_p01":539,"key_t89":"completed"}
TASK repair_structured_output SPEC FIELD key_f07 TYPE integer REQUIRED no FIELD field_g00 TYPE integer REQUIRED no FIELD key_i83 TYPE integer REQUIRED yes FIELD field_x30.key_v14 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD field_x30.param_r48 TYPE string REQUIRED no FIELD field_x30.pa...
{"key_f07":722,"key_i83":791}
unquoted_keys
{ "type": "object", "properties": { "key_f07": { "type": "integer" }, "field_g00": { "type": "integer" }, "key_i83": { "type": "integer" }, "field_x30": { "type": "object", "properties": { "key_v14": { "type": "string", "enum": [ ...
{key_f07:722,key_i83:791}
Expecting property name enclosed in double quotes
{"key_f07":722,"key_i83":791}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED yes FIELD crew_id TYPE string REQUIRED no FIELD isotope.filter_flag TYPE string REQUIRED no FIELD isotope.format TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD isotope.shipping.amplitude TYPE integer REQUIRED yes FI...
{"subject":"Smith","crew_id":"Santos","isotope":{"filter_flag":"Diana","shipping":{"amplitude":228,"aligned_pct":false,"port_code":"option_b"},"chromosome":"hello","notes":"Silva","medication":389,"altitude":"admin@example.com"}}
tool_call_partial_args
{ "type": "object", "properties": { "subject": { "type": "string" }, "crew_id": { "type": "string" }, "isotope": { "type": "object", "properties": { "filter_flag": { "type": "string" }, "format": { "type": "string", "e...
I need to look up the information first. Action: apply_discount Arguments: {"crew_id": "Santos", "isotope": {"filter_flag": "Diana", "shipping": {"amplitude": 228, "aligned_pct": false, "port_code": "option_b"}, "chromosome": "hello", "notes": "Silva", "medication": 389, "altitude": "admin@example.com"}}
Agent tool call missing required parameter 'subject'
{"subject":"Smith","crew_id":"Santos","isotope":{"filter_flag":"Diana","shipping":{"amplitude":228,"aligned_pct":false,"port_code":"option_b"},"chromosome":"hello","notes":"Silva","medication":389,"altitude":"admin@example.com"}}
TASK repair_structured_output SPEC FIELD conductivity TYPE null REQUIRED no FIELD bed_number TYPE string REQUIRED yes FIELD port_code[].balance TYPE number REQUIRED yes FIELD port_code[].invoice_id TYPE integer REQUIRED yes FIELD port_code[].lab_result TYPE string REQUIRED yes FIELD country[].published TYPE string VAL...
{"conductivity":null,"bed_number":"2024-06-30","country":[{"published":"enterprise","address":"2024-01-15","shipping":"oceanic","width":true}]}
truncated_array
{ "type": "object", "properties": { "conductivity": { "type": "null" }, "bed_number": { "type": "string" }, "port_code": { "type": "array", "items": { "type": "object", "properties": { "balance": { "type": "number" }, ...
{"conductivity":null,"bed_number":"2024-06-30","country":[{"published":"enterprise","address":"2024-01-15","shipping":"oceanic","width":true}
Unexpected end of JSON input — truncated array
{"conductivity":null,"bed_number":"2024-06-30","country":[{"published":"enterprise","address":"2024-01-15","shipping":"oceanic","width":true}]}
TASK repair_structured_output SPEC FIELD conductivity TYPE string REQUIRED no FIELD filter_flag TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD temp_celsius[] TYPE number REQUIRED yes BROKEN_OUTPUT {"conductivity":"demo","filter_flag":"synonymous","temp_celsius":[61.16,897.71]} Data logge...
{"conductivity":"demo","filter_flag":"synonymous","temp_celsius":[61.16,897.71]}
extra_text_after
{ "type": "object", "properties": { "conductivity": { "type": "string" }, "filter_flag": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "temp_celsius": { "type": "array", "items": { ...
{"conductivity":"demo","filter_flag":"synonymous","temp_celsius":[61.16,897.71]} Data logged successfully.
Output contains non-JSON text after the object
{"conductivity":"demo","filter_flag":"synonymous","temp_celsius":[61.16,897.71]}
TASK repair_structured_output SPEC FIELD field_d82 TYPE string REQUIRED no FIELD attr_o10 TYPE integer REQUIRED yes FIELD field_y55 TYPE string REQUIRED yes FIELD val_j91 TYPE boolean REQUIRED yes FIELD val_d37.key_m62 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_d37.key_l61 TYPE string REQUI...
{"attr_o10":606,"field_y55":"RTG-04","val_j91":true,"val_d37":{"key_m62":"arctic","key_l61":"hello","field_e15":"info@example.com","prop_t04":"FWD","key_y99":[{"val_q74":"USD","param_c16":"anchored","dim_s65":"Santos","attr_x43":"2022-11-15T15:57:00Z","attr_m54":true,"prop_j67":"approved","val_a13":968.98,"val_f87":"pe...
trailing_comma
{ "type": "object", "properties": { "field_d82": { "type": "string" }, "attr_o10": { "type": "integer" }, "field_y55": { "type": "string" }, "val_j91": { "type": "boolean" }, "val_d37": { "type": "object", "properties": { "key_m62": { ...
{"attr_o10":606,"field_y55":"RTG-04","val_j91":true,"val_d37":{"key_m62":"arctic","key_l61":"hello","field_e15":"info@example.com","prop_t04":"FWD","key_y99":[{"val_q74":"USD","param_c16":"anchored","dim_s65":"Santos","attr_x43":"2022-11-15T15:57:00Z","attr_m54":true,"prop_j67":"approved","val_a13":968.98,"val_f87":"pe...
Unexpected trailing comma
{"attr_o10":606,"field_y55":"RTG-04","val_j91":true,"val_d37":{"key_m62":"arctic","key_l61":"hello","field_e15":"info@example.com","prop_t04":"FWD","key_y99":[{"val_q74":"USD","param_c16":"anchored","dim_s65":"Santos","attr_x43":"2022-11-15T15:57:00Z","attr_m54":true,"prop_j67":"approved","val_a13":968.98,"val_f87":"pe...
TASK repair_structured_output SPEC FIELD attr_w68 TYPE string_uri REQUIRED yes FIELD col_z55 TYPE boolean REQUIRED yes FIELD dim_b91 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_w68":"https://example.com/data","col_z55":false,"dim_b91":"Silva"
{"attr_w68":"https://example.com/data","col_z55":false,"dim_b91":"Silva"}
missing_brace
{ "type": "object", "properties": { "attr_w68": { "type": "string", "format": "uri" }, "col_z55": { "type": "boolean" }, "dim_b91": { "type": "string" } }, "required": [ "attr_w68", "col_z55", "dim_b91" ] }
{"attr_w68":"https://example.com/data","col_z55":false,"dim_b91":"Silva"
Missing closing brace
{"attr_w68":"https://example.com/data","col_z55":false,"dim_b91":"Silva"}
TASK repair_structured_output SPEC FIELD field_m12 TYPE integer REQUIRED yes FIELD key_z32 TYPE number REQUIRED yes FIELD val_b74 TYPE number REQUIRED no FIELD prop_m15 TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: send_email Result: {"field_m12": 735, "prop_m...
{"field_m12":735,"key_z32":978.75,"prop_m15":"critical"}
agent_chain
{ "type": "object", "properties": { "field_m12": { "type": "integer" }, "key_z32": { "type": "number" }, "val_b74": { "type": "number" }, "prop_m15": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
Let me check the system. Action: send_email Result: {"field_m12": 735, "prop_m15": "critical"} Processing the request now. Action: run_diagnostics Result:
Agent multi-step chain with truncated tool output
{"field_m12":735,"key_z32":978.75,"prop_m15":"critical"}
TASK repair_structured_output SPEC FIELD field_n62 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD dim_i76 TYPE integer REQUIRED yes FIELD key_z74 TYPE string REQUIRED no FIELD param_u10 TYPE string VALUES red|blue|green|black|white REQUIRED no BROKEN_OUTPUT {field_n62:"arctic",dim_i76:679,key_z74:...
{"field_n62":"arctic","dim_i76":679,"key_z74":"Santos","param_u10":"blue"}
unquoted_keys
{ "type": "object", "properties": { "field_n62": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "dim_i76": { "type": "integer" }, "key_z74": { "type": "string" }, "param_u10": { "type": "stri...
{field_n62:"arctic",dim_i76:679,key_z74:"Santos",param_u10:"blue"}
Expecting property name enclosed in double quotes
{"field_n62":"arctic","dim_i76":679,"key_z74":"Santos","param_u10":"blue"}
TASK repair_structured_output SPEC FIELD key_p84 TYPE boolean REQUIRED yes FIELD field_s02 TYPE number REQUIRED yes FIELD col_h80 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD field_d13.field_y01 TYPE string REQUIRED no FIELD field_d13.val_e43 TYPE integer REQUIRED no FIELD field_d13...
{"key_p84":true,"field_s02":423.96,"field_d13":{"val_e43":287,"field_r91":"Berlin","dim_i59":"https://api.example.com/v1","param_q57":"ops@example.com","val_u48":"Luis"}}
tool_call_python_syntax
{ "type": "object", "properties": { "key_p84": { "type": "boolean" }, "field_s02": { "type": "number" }, "col_h80": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_d13": { ...
query_port_status(key_p84=True, field_s02=423.96, field_d13={'val_e43': 287, 'field_r91': 'Berlin', 'dim_i59': 'https://api.example.com/v1', 'param_q57': 'ops@example.com', 'val_u48': 'Luis'})
Tool call uses Python syntax instead of JSON
{"key_p84":true,"field_s02":423.96,"field_d13":{"val_e43":287,"field_r91":"Berlin","dim_i59":"https://api.example.com/v1","param_q57":"ops@example.com","val_u48":"Luis"}}
TASK repair_structured_output SPEC FIELD organism TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD log_level TYPE string VALUES type_a|type_b REQUIRED yes FIELD tags TYPE integer REQUIRED yes BROKEN_OUTPUT {"organism": "invalid_choice_519", "log_level": "type_b", "tags": 685}
{"organism":"escalated","log_level":"type_b","tags":685}
invalid_enum
{ "type": "object", "properties": { "organism": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "log_level": { "type": "string", "enum": [ "type_a", "type_b" ] }, "tags":...
{"organism": "invalid_choice_519", "log_level": "type_b", "tags": 685}
Field 'organism' has invalid enum value 'invalid_choice_519', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated']
{"organism":"escalated","log_level":"type_b","tags":685}
TASK repair_structured_output SPEC FIELD attr_p58 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_w49 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD param_d71[] TYPE string REQUIRED no FIELD key_s93[].prop_p63 TYPE string REQUIRED no FIELD key_s93[].key_a23 TYPE boolean REQUIRED no FIELD key...
{"param_w49":"type_b","param_d71":["https://api.example.com/v1","https://example.com","Silva"],"key_s93":[{"prop_p63":"John","key_a23":false,"key_g31":251,"val_l32":"mode_b","param_l80":"bar","param_j83":151},{"key_g31":964,"val_l32":"mode_b","param_l80":"Sao Paulo","param_j83":155}]}
markdown_explanation
{ "type": "object", "properties": { "attr_p58": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_w49": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "p...
Here is the response in the requested format: ```json {"param_w49":"type_b","param_d71":["https://api.example.com/v1","https://example.com","Silva"],"key_s93":[{"prop_p63":"John","key_a23":false,"key_g31":251,"val_l32":"mode_b","param_l80":"bar","param_j83":151},{"key_g31":964,"val_l32":"mode_b","param_l80":"Sao Paulo"...
Output contains markdown and explanatory text around JSON
{"param_w49":"type_b","param_d71":["https://api.example.com/v1","https://example.com","Silva"],"key_s93":[{"prop_p63":"John","key_a23":false,"key_g31":251,"val_l32":"mode_b","param_l80":"bar","param_j83":151},{"key_g31":964,"val_l32":"mode_b","param_l80":"Sao Paulo","param_j83":155}]}
TASK repair_structured_output SPEC FIELD val_j55 TYPE string REQUIRED yes FIELD field_v56 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD param_p05 TYPE string REQUIRED yes FIELD col_i06 TYPE boolean REQUIRED yes FIELD attr_q67 TYPE integer REQUIRED no BROKEN_OUTPUT {"val_j55":"Silva","field_v56":"type_b",...
{"val_j55":"Silva","field_v56":"type_b","param_p05":"chr1","col_i06":true,"attr_q67":228}
missing_bracket
{ "type": "object", "properties": { "val_j55": { "type": "string" }, "field_v56": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "param_p05": { "type": "string" }, "col_i06": { "type": "boolean" }, "attr...
{"val_j55":"Silva","field_v56":"type_b","param_p05":"chr1","col_i06":true,"attr_q67":228}
Missing closing bracket
{"val_j55":"Silva","field_v56":"type_b","param_p05":"chr1","col_i06":true,"attr_q67":228}
TASK repair_structured_output SPEC FIELD crew_id TYPE string_date-time REQUIRED no FIELD item_id TYPE integer REQUIRED yes FIELD product_id TYPE number REQUIRED yes FIELD pressure_kpa.current_draw.annotation TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD pressure_kpa.current_draw....
{"item_id":59,"product_id":283.9,"pressure_kpa":{"current_draw":{"annotation":"level_4","length":"user@test.io","footnote":169,"url":"level_4","order_id":"Sao Paulo","id":"MV-Evergreen-01","total":253.47},"comments":33,"interest_rate":412.0},"footnote":"completed"}
tool_call_python_syntax
{ "type": "object", "properties": { "crew_id": { "type": "string", "format": "date-time" }, "item_id": { "type": "integer" }, "product_id": { "type": "number" }, "pressure_kpa": { "type": "object", "properties": { "current_draw": { "t...
update_record(item_id=59, product_id=283.9, pressure_kpa={'current_draw': {'annotation': 'level_4', 'length': 'user@test.io', 'footnote': 169, 'url': 'level_4', 'order_id': 'Sao Paulo', 'id': 'MV-Evergreen-01', 'total': 253.47}, 'comments': 33, 'interest_rate': 412.0}, footnote='completed')
Tool call uses Python syntax instead of JSON
{"item_id":59,"product_id":283.9,"pressure_kpa":{"current_draw":{"annotation":"level_4","length":"user@test.io","footnote":169,"url":"level_4","order_id":"Sao Paulo","id":"MV-Evergreen-01","total":253.47},"comments":33,"interest_rate":412.0},"footnote":"completed"}
TASK repair_structured_output SPEC FIELD count TYPE integer REQUIRED no FIELD commit_hash TYPE string_email REQUIRED yes FIELD item_id TYPE string_uri REQUIRED yes FIELD section TYPE string REQUIRED no FIELD consignee TYPE string_date-time REQUIRED yes FIELD email TYPE null REQUIRED no FIELD reagent TYPE string REQUIR...
{"count":338,"commit_hash":"info@domain.org","item_id":"https://example.com/data","section":"Oliveira","consignee":"2023-09-28T09:15:00Z","email":null,"reagent":"Bob"}
truncated_object
{ "type": "object", "properties": { "count": { "type": "integer" }, "commit_hash": { "type": "string", "format": "email" }, "item_id": { "type": "string", "format": "uri" }, "section": { "type": "string" }, "consignee": { "type": "string"...
{"count":338,"commit_hash":"info@domain.org","item_id":"https://example.com/data","section":"Oliveira","consignee":"2023-09-28T09:15:00Z","email":null,"reagent":"Bob"
Unexpected end of JSON input — truncated object
{"count":338,"commit_hash":"info@domain.org","item_id":"https://example.com/data","section":"Oliveira","consignee":"2023-09-28T09:15:00Z","email":null,"reagent":"Bob"}
TASK repair_structured_output SPEC FIELD col_c49.val_n96 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD col_c49.field_h31 TYPE number REQUIRED yes FIELD col_c49.val_b94 TYPE null REQUIRED yes FIELD col_c49.val_b36 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD col_c49.val_d92 TYPE ...
{"col_c49":{"val_n96":"type_f","field_h31":622.76,"val_b94":null,"val_b36":"mode_a","val_d92":945},"attr_s17":"2024-06-25T16:22:00Z","key_f98":526,"col_s61":{"col_n65":{"dim_c17":"nonsense","field_f33":"delivered","attr_c85":"cat_c","prop_p03":"quux","field_t68":"viewer"},"prop_z84":false,"param_k43":"cat_f"},"key_w02"...
null_required
{ "type": "object", "properties": { "col_c49": { "type": "object", "properties": { "val_n96": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] ...
{"col_c49": {"val_n96": "type_f", "field_h31": 622.76, "val_b94": null, "val_b36": "mode_a", "val_d92": 945}, "attr_s17": null, "key_f98": 526, "col_s61": {"col_n65": {"dim_c17": "nonsense", "field_f33": "delivered", "attr_c85": "cat_c", "prop_p03": "quux", "field_t68": "viewer"}, "prop_z84": false, "param_k43": "cat_f...
Required field 'attr_s17' is null
{"col_c49":{"val_n96":"type_f","field_h31":622.76,"val_b94":null,"val_b36":"mode_a","val_d92":945},"attr_s17":"2024-06-25T16:22:00Z","key_f98":526,"col_s61":{"col_n65":{"dim_c17":"nonsense","field_f33":"delivered","attr_c85":"cat_c","prop_p03":"quux","field_t68":"viewer"},"prop_z84":false,"param_k43":"cat_f"},"key_w02"...
TASK repair_structured_output SPEC FIELD user_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD barcode TYPE string REQUIRED no FIELD voltage TYPE string REQUIRED yes FIELD index TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD credit_score TYPE integer REQUIRED no FIELD company TYPE string RE...
{"user_id":"cat_b","barcode":"2024-01-15","voltage":"Alice","index":"type_a","credit_score":933,"company":"sample","tile":{"deploy_target":{"updated_at":832,"amplitude":938,"website":698,"maturity_date":"https://example.com","discount":"https://api.org/api"},"payment_status":"medium","shipper_ref":"https://example.com/...
tool_call_wrong_param
{ "type": "object", "properties": { "user_id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "barcode": { "type": "string" }, "voltage": { "type": "string" }, "index": { "type": "string", "enum": [ "...
Tool: create_ticket Params: {"user_id": "cat_b", "barcode": "2024-01-15", "voltage": "Alice", "index": "type_a", "credit_score": 933, "tile": {"deploy_target": {"updated_at": 832, "amplitude": 938, "website": 698, "maturity_date": "https://example.com", "discount": "https://api.org/api"}, "payment_status": "medium", "s...
Agent used wrong parameter name 'company_value' instead of 'company'
{"user_id":"cat_b","barcode":"2024-01-15","voltage":"Alice","index":"type_a","credit_score":933,"company":"sample","tile":{"deploy_target":{"updated_at":832,"amplitude":938,"website":698,"maturity_date":"https://example.com","discount":"https://api.org/api"},"payment_status":"medium","shipper_ref":"https://example.com/...
TASK repair_structured_output SPEC FIELD val_l95 TYPE string REQUIRED no FIELD col_x11 TYPE integer REQUIRED yes FIELD val_z49 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD key_a06 TYPE number REQUIRED yes FIELD field_b02 TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the information first. ...
{"val_l95":"baz","col_x11":845,"val_z49":"level_1","key_a06":287.2}
tool_call_partial_args
{ "type": "object", "properties": { "val_l95": { "type": "string" }, "col_x11": { "type": "integer" }, "val_z49": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "key_a06": { "type": "number" }, "field...
I need to look up the information first. Action: validate_sample Arguments: {"val_l95": "baz", "col_x11": 845, "key_a06": 287.2}
Agent tool call missing required parameter 'val_z49'
{"val_l95":"baz","col_x11":845,"val_z49":"level_1","key_a06":287.2}
TASK repair_structured_output SPEC FIELD key_e80 TYPE string_uri REQUIRED no FIELD dim_o34 TYPE string_email REQUIRED no FIELD key_x13 TYPE string REQUIRED yes FIELD field_e56 TYPE number REQUIRED no FIELD attr_m08 TYPE string_date-time REQUIRED no FIELD prop_l93 TYPE string REQUIRED no BROKEN_OUTPUT {"key_e80": "htt...
{"key_e80":"https://api.org/v1","dim_o34":"test@test.io","key_x13":"test","field_e56":184.3,"attr_m08":"2025-08-15T10:29:00Z","prop_l93":"world"}
missing_required
{ "type": "object", "properties": { "key_e80": { "type": "string", "format": "uri" }, "dim_o34": { "type": "string", "format": "email" }, "key_x13": { "type": "string" }, "field_e56": { "type": "number" }, "attr_m08": { "type": "string", ...
{"key_e80": "https://api.org/v1", "dim_o34": "test@test.io", "field_e56": 184.3, "attr_m08": "2025-08-15T10:29:00Z", "prop_l93": "world"}
Required field 'key_x13' is missing
{"key_e80":"https://api.org/v1","dim_o34":"test@test.io","key_x13":"test","field_e56":184.3,"attr_m08":"2025-08-15T10:29:00Z","prop_l93":"world"}
TASK repair_structured_output SPEC FIELD param_e96 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD param_h57 TYPE boolean REQUIRED yes FIELD col_i00 TYPE integer REQUIRED yes FIELD col_h35 TYPE number REQUIRED no FIELD key_o85 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes...
{"param_e96":"type_a","param_h57":true,"col_i00":202,"col_h35":773.21,"key_o85":"confirmed","field_h89":"REV","val_j99":"open"}
invalid_enum
{ "type": "object", "properties": { "param_e96": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "param_h57": { "type": "boolean" }, "col_i00": { "type": "integer" }, "col_h35": { "type": "numbe...
{"param_e96": "invalid_option_379", "param_h57": true, "col_i00": 202, "col_h35": 773.21, "key_o85": "confirmed", "field_h89": "REV", "val_j99": "open"}
Field 'param_e96' has invalid enum value 'invalid_option_379', expected one of ['type_a', 'type_b', 'type_c', 'type_d']
{"param_e96":"type_a","param_h57":true,"col_i00":202,"col_h35":773.21,"key_o85":"confirmed","field_h89":"REV","val_j99":"open"}
TASK repair_structured_output SPEC FIELD visible TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD order_id TYPE integer REQUIRED yes FIELD status_code TYPE string VALUES email|phone|sms|push REQUIRED no BROKEN_OUTPUT ```json {"visible":"nonsense","order_id":872} ```
{"visible":"nonsense","order_id":872}
markdown_fences
{ "type": "object", "properties": { "visible": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "order_id": { "type": "integer" }, "status_code": { "type": "string", "enum": [ "email"...
```json {"visible":"nonsense","order_id":872} ```
Output contains markdown code fences
{"visible":"nonsense","order_id":872}
TASK repair_structured_output SPEC FIELD company TYPE null REQUIRED yes FIELD yield_pct TYPE string REQUIRED yes FIELD end_date TYPE null REQUIRED no FIELD credit_score TYPE number REQUIRED yes FIELD status TYPE string REQUIRED yes FIELD balance TYPE string_email REQUIRED no BROKEN_OUTPUT {"company":null,"yield_pct":...
{"company":null,"yield_pct":"completed","end_date":null,"credit_score":516.06,"status":"example","balance":"test@test.io"}
missing_bracket
{ "type": "object", "properties": { "company": { "type": "null" }, "yield_pct": { "type": "string" }, "end_date": { "type": "null" }, "credit_score": { "type": "number" }, "status": { "type": "string" }, "balance": { "type": "string", ...
{"company":null,"yield_pct":"completed","end_date":null,"credit_score":516.06,"status":"example","balance":"test@test.io"}
Missing closing bracket
{"company":null,"yield_pct":"completed","end_date":null,"credit_score":516.06,"status":"example","balance":"test@test.io"}
TASK repair_structured_output SPEC FIELD start_date TYPE string REQUIRED no FIELD shipper_ref TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD updated_at TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD medication.invoice_id TYPE boolean REQUIRED no FIELD medication.thumbnail TYPE string REQ...
{"shipper_ref":"option_c","updated_at":"xl","medication":{"language":"REV","dosage":"type_c","shipper_ref":{"filter_flag":false,"ward":604.38,"quality_score":765.88,"half_life":true}},"enabled":"world","annotation":"cat_b","footnote":218}
thought_process
{ "type": "object", "properties": { "start_date": { "type": "string" }, "shipper_ref": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "updated_at": { "type": "string", "enum": [ "small", "medium", ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"shipper_ref":"option_c","updated_at":"xl","medication":{"language":"REV","dosage":"type_c","shipper_ref":{"filter_flag":false,"ward":604.38,"quality_score":765.88,"half_life":true}},"enabled":"world","ann...
Output contains chain-of-thought reasoning before JSON
{"shipper_ref":"option_c","updated_at":"xl","medication":{"language":"REV","dosage":"type_c","shipper_ref":{"filter_flag":false,"ward":604.38,"quality_score":765.88,"half_life":true}},"enabled":"world","annotation":"cat_b","footnote":218}
TASK repair_structured_output SPEC FIELD balance TYPE integer REQUIRED no FIELD freight_class TYPE number REQUIRED yes FIELD hazmat_code TYPE number REQUIRED no FIELD updated_at TYPE string_email REQUIRED no FIELD duration_ms TYPE number REQUIRED yes FIELD current_draw TYPE string VALUES draft|published|archived REQUI...
{"balance":656,"freight_class":357.32,"hazmat_code":800.6,"updated_at":"admin@example.com","duration_ms":755.56,"published":"baz"}
tool_call_wrong_param
{ "type": "object", "properties": { "balance": { "type": "integer" }, "freight_class": { "type": "number" }, "hazmat_code": { "type": "number" }, "updated_at": { "type": "string", "format": "email" }, "duration_ms": { "type": "number" }, ...
Tool: calculate_docking_fee Params: {"balance": 656, "hazmat_code": 800.6, "updated_at": "admin@example.com", "duration_ms": 755.56, "published": "baz", "freight_class_new": 357.32}
Agent used wrong parameter name 'freight_class_new' instead of 'freight_class'
{"balance":656,"freight_class":357.32,"hazmat_code":800.6,"updated_at":"admin@example.com","duration_ms":755.56,"published":"baz"}
TASK repair_structured_output SPEC FIELD dim_z67 TYPE string REQUIRED no FIELD col_t41 TYPE string REQUIRED yes FIELD param_g93 TYPE number REQUIRED no FIELD prop_q13 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"col_t41":"Alice","param_g93":240.96,"prop_q13":"https://www.io/data"}
{"col_t41":"Alice","param_g93":240.96,"prop_q13":"https://www.io/data"}
missing_bracket
{ "type": "object", "properties": { "dim_z67": { "type": "string" }, "col_t41": { "type": "string" }, "param_g93": { "type": "number" }, "prop_q13": { "type": "string", "format": "uri" } }, "required": [ "col_t41" ] }
{"col_t41":"Alice","param_g93":240.96,"prop_q13":"https://www.io/data"}
Missing closing bracket
{"col_t41":"Alice","param_g93":240.96,"prop_q13":"https://www.io/data"}
TASK repair_structured_output SPEC FIELD param_d91 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD attr_w20 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_y90[].key_w26 TYPE string REQUIRED no FIELD dim_y90[].param_g24 TYPE string REQUIRED yes FIELD dim_y90[].col_s74 TYPE st...
{"param_d91":"option_d","attr_w20":"single","dim_y90":[{"param_g24":"FWD","col_s74":"ops@example.com","col_q45":null,"val_s83":"https://www.com/v1","val_s70":348.76},{"key_w26":"RTG-04","param_g24":"test@example.com","col_s74":"admin@example.com","col_q45":null,"val_s83":"https://www.com/v1","val_s70":776.6},{"key_w26"...
tool_call_python_syntax
{ "type": "object", "properties": { "param_d91": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "attr_w20": { "type": "string", "enum": [ "single", "married", "divorced" ] }...
verify_hazmat_compliance(param_d91='option_d', attr_w20='single', dim_y90=[{'param_g24': 'FWD', 'col_s74': 'ops@example.com', 'col_q45': None, 'val_s83': 'https://www.com/v1', 'val_s70': 348.76}, {'key_w26': 'RTG-04', 'param_g24': 'test@example.com', 'col_s74': 'admin@example.com', 'col_q45': None, 'val_s83': 'https://...
Tool call uses Python syntax instead of JSON
{"param_d91":"option_d","attr_w20":"single","dim_y90":[{"param_g24":"FWD","col_s74":"ops@example.com","col_q45":null,"val_s83":"https://www.com/v1","val_s70":348.76},{"key_w26":"RTG-04","param_g24":"test@example.com","col_s74":"admin@example.com","col_q45":null,"val_s83":"https://www.com/v1","val_s70":776.6},{"key_w26"...
TASK repair_structured_output SPEC FIELD dim_m12.col_k20 TYPE string_email REQUIRED no FIELD dim_m12.attr_s61 TYPE string_email REQUIRED no FIELD dim_m12.dim_s27 TYPE number REQUIRED no FIELD dim_m12.prop_o12 TYPE null REQUIRED no FIELD dim_m12.prop_t13 TYPE number REQUIRED yes FIELD dim_m12.field_j31 TYPE string VALU...
{"dim_m12":{"col_k20":"test@domain.org","prop_o12":null,"prop_t13":167.47,"field_j31":"mode_c"},"attr_d57":136,"param_n21":null,"col_s98":256,"prop_h60":{"attr_n80":"world","col_d33":"sample","col_u55":"level_4"}}
partial_structure
{ "type": "object", "properties": { "dim_m12": { "type": "object", "properties": { "col_k20": { "type": "string", "format": "email" }, "attr_s61": { "type": "string", "format": "email" }, "dim_s27": { "type": "...
The prop_h60 is {'attr_n80': 'world', 'col_d33': 'sample', 'col_u55': 'level_4'} and {"dim_m12":{"col_k20":"test@domain.org","prop_o12":null,"prop_t13":167.47,"field_j31":"mode_c"},"attr_d57":136,"param_n21":null,"col_s98":256,"prop_h60":{"attr_n80":"world","col_d33":"sample","col_u55":"level_4"}}
Output mixes natural language with JSON
{"dim_m12":{"col_k20":"test@domain.org","prop_o12":null,"prop_t13":167.47,"field_j31":"mode_c"},"attr_d57":136,"param_n21":null,"col_s98":256,"prop_h60":{"attr_n80":"world","col_d33":"sample","col_u55":"level_4"}}
TASK repair_structured_output SPEC FIELD trace_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD medication TYPE null REQUIRED no FIELD repository.company TYPE string_email REQUIRED yes FIELD repository.patient_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIE...
{"trace_id":"degraded","medication":null,"repository":{"company":"info@test.io","patient_id":"synonymous","procedure_code":"white","role":"published"},"status_code":{"status_code":"2024-10-12T06:02:00Z","vessel_name":true,"chromosome":950.13,"quantity":"hello"},"chapter":"https://www.io/data","procedure_code":{"diagnos...
truncated_object
{ "type": "object", "properties": { "trace_id": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "medication": { "type": "null" }, "repository": { "type": "object", "properties": { "...
{"trace_id":"degraded","medication":null,"repository":{"company":"info@test.io","patient_id":"synonymous","procedure_code":"white","role":"published"},"status_code":{"status_code":"2024-10-12T06:02:00Z","vessel_name":true,"chromosome":950.13,"quantity":"hello"},"chapter":"https://www.io/data","procedure_code":{"diagnos...
Unexpected end of JSON input — truncated object
{"trace_id":"degraded","medication":null,"repository":{"company":"info@test.io","patient_id":"synonymous","procedure_code":"white","role":"published"},"status_code":{"status_code":"2024-10-12T06:02:00Z","vessel_name":true,"chromosome":950.13,"quantity":"hello"},"chapter":"https://www.io/data","procedure_code":{"diagnos...
TASK repair_structured_output SPEC FIELD prop_l98 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD col_g45 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD param_e69 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD param_o41 TYPE string REQUIRED no FIELD f...
{"prop_l98":"editor","col_g45":"option_c","param_e69":"level_2","param_o41":"chrX","field_p45":"QC-07","field_b51":true,"param_t04":"user@domain.org"}
partial_structure
{ "type": "object", "properties": { "prop_l98": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_g45": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e"...
Result: param_e69=level_2, {"prop_l98":"editor","col_g45":"option_c","param_e69":"level_2","param_o41":"chrX","field_p45":"QC-07","field_b51":true,"param_t04":"user@domain.org"}
Output mixes natural language with JSON
{"prop_l98":"editor","col_g45":"option_c","param_e69":"level_2","param_o41":"chrX","field_p45":"QC-07","field_b51":true,"param_t04":"user@domain.org"}
TASK repair_structured_output SPEC FIELD section TYPE string REQUIRED yes FIELD comments TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD price TYPE number REQUIRED yes FIELD invoice_id.ph_level TYPE string VALUES draft|published|archived REQUIRED yes FIELD invoice_id.salinity TYPE string VALUES reliable...
{"section":"John","comments":"high","price":943.69,"invoice_id":{"ph_level":"archived","salinity":"intermittent","altitude":457,"brake_pressure":{"status_code":662.07,"weight":["reliable","unstable","intermittent","intermittent"],"strand":[92.43,186.37]}}}
markdown_fences
{ "type": "object", "properties": { "section": { "type": "string" }, "comments": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "price": { "type": "number" }, "invoice_id": { "type": "object", ...
```json {"section":"John","comments":"high","price":943.69,"invoice_id":{"ph_level":"archived","salinity":"intermittent","altitude":457,"brake_pressure":{"status_code":662.07,"weight":["reliable","unstable","intermittent","intermittent"],"strand":[92.43,186.37]}}} ```
Output contains markdown code fences
{"section":"John","comments":"high","price":943.69,"invoice_id":{"ph_level":"archived","salinity":"intermittent","altitude":457,"brake_pressure":{"status_code":662.07,"weight":["reliable","unstable","intermittent","intermittent"],"strand":[92.43,186.37]}}}
TASK repair_structured_output SPEC FIELD key_v89.param_d66 TYPE string REQUIRED no FIELD key_v89.attr_c87 TYPE string REQUIRED yes FIELD key_v89.prop_e13 TYPE number REQUIRED yes FIELD key_v89.attr_n71 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD key_v89.key_h55.val_c85 TYPE boolean REQUIRED no FIEL...
{"key_v89":{"param_d66":"2024-06-30","attr_c87":"foo","prop_e13":807.83,"attr_n71":"enterprise","key_h55":{"val_c85":false,"attr_i28":"black","attr_n92":false,"prop_b53":null,"dim_d29":"error","prop_w41":"bar","val_l54":116,"field_k12":"escalated"}},"attr_c71":"editor","prop_p74":{"attr_l07":"active","attr_u50":"RTG-04...
tool_call_text_mix
{ "type": "object", "properties": { "key_v89": { "type": "object", "properties": { "param_d66": { "type": "string" }, "attr_c87": { "type": "string" }, "prop_e13": { "type": "number" }, "attr_n71": { "typ...
Processing the request now. <tool_call name="get_inventory"> {"key_v89":{"param_d66":"2024-06-30","attr_c87":"foo","prop_e13":807.83,"attr_n71":"enterprise","key_h55":{"val_c85":false,"attr_i28":"black","attr_n92":false,"prop_b53":null,"dim_d29":"error","prop_w41":"bar","val_l54":116,"field_k12":"escalated"}},"attr_c71...
Agent response mixes reasoning text with tool call
{"key_v89":{"param_d66":"2024-06-30","attr_c87":"foo","prop_e13":807.83,"attr_n71":"enterprise","key_h55":{"val_c85":false,"attr_i28":"black","attr_n92":false,"prop_b53":null,"dim_d29":"error","prop_w41":"bar","val_l54":116,"field_k12":"escalated"}},"attr_c71":"editor","prop_p74":{"attr_l07":"active","attr_u50":"RTG-04...
TASK repair_structured_output SPEC FIELD attr_y02 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_a25 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_q78 TYPE string REQUIRED yes FIELD col_w50 TYPE string_date-time REQUIRED no FIELD prop_v24 TYPE string REQUIRED yes FIELD val...
{"attr_a25":"editor","key_q78":"GRCh38","prop_v24":"baz","val_w96":557}
single_quotes
{ "type": "object", "properties": { "attr_y02": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "attr_a25": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "key_q78": ...
{'attr_a25':'editor','key_q78':'GRCh38','prop_v24':'baz','val_w96':557}
Expecting property name enclosed in double quotes
{"attr_a25":"editor","key_q78":"GRCh38","prop_v24":"baz","val_w96":557}
TASK repair_structured_output SPEC FIELD key_p21 TYPE string REQUIRED no FIELD prop_m22 TYPE integer REQUIRED yes FIELD val_t59[] TYPE boolean REQUIRED yes FIELD param_i14[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"key_p21": "Maria", "prop_m22": null, "val_t59": [true, true, false, false], "param_i14": [399, 251, 92...
{"key_p21":"Maria","prop_m22":364,"val_t59":[true,true,false,false],"param_i14":[399,251,921,969]}
null_required
{ "type": "object", "properties": { "key_p21": { "type": "string" }, "prop_m22": { "type": "integer" }, "val_t59": { "type": "array", "items": { "type": "boolean" } }, "param_i14": { "type": "array", "items": { "type": "integer" ...
{"key_p21": "Maria", "prop_m22": null, "val_t59": [true, true, false, false], "param_i14": [399, 251, 921, 969]}
Required field 'prop_m22' is null
{"key_p21":"Maria","prop_m22":364,"val_t59":[true,true,false,false],"param_i14":[399,251,921,969]}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string VALUES mode_a|mode_b REQUIRED no FIELD price TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD status_code TYPE number REQUIRED no FIELD altitude TYPE string REQUIRED yes BROKEN_OUTPUT {"terminal_id": "mode_b", "price"...
{"terminal_id":"mode_b","price":"level_6","status_code":21.61,"altitude":"completed"}
missing_required
{ "type": "object", "properties": { "terminal_id": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "price": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ...
{"terminal_id": "mode_b", "price": "level_6", "status_code": 21.61}
Required field 'altitude' is missing
{"terminal_id":"mode_b","price":"level_6","status_code":21.61,"altitude":"completed"}
TASK repair_structured_output SPEC FIELD level TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD catalyst TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD state.sensor_id TYPE string REQUIRED yes FIELD state.message TYPE integer REQUIRED no FIELD state.catalyst.title TYPE string VAL...
{"catalyst":"viewer","notes":"JPY","diagnosis_code":"active","nickname":{"price":"white","duration_ms":"2020-04-07T12:16:00Z","shipper_ref":"editor","temp_celsius":{"transaction_id":"Charlie","turbidity":true,"published":true,"branch":true},"patient_id":{"published":"hemizygous","zip_code":145,"insurance_id":346,"versi...
tool_call_bad_format
{ "type": "object", "properties": { "level": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "catalyst": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, ...
<functioncall> check_cargo_manifest {catalyst: "viewer", notes: "JPY", diagnosis_code: "active", nickname: {price: "white", duration_ms: "2020-04-07T12:16:00Z", shipper_ref: "editor", temp_celsius: {transaction_id: "Charlie", turbidity: true, published: true, branch: true}, patient_id: {published: "hemizygous", zip_cod...
Tool call has malformed arguments — unquoted keys in function parameters
{"catalyst":"viewer","notes":"JPY","diagnosis_code":"active","nickname":{"price":"white","duration_ms":"2020-04-07T12:16:00Z","shipper_ref":"editor","temp_celsius":{"transaction_id":"Charlie","turbidity":true,"published":true,"branch":true},"patient_id":{"published":"hemizygous","zip_code":145,"insurance_id":346,"versi...
TASK repair_structured_output SPEC FIELD col_e01 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_h85 TYPE string_date-time REQUIRED yes FIELD param_q37 TYPE boolean REQUIRED no FIELD param_y65.key_n73 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD param_y65.val_j27 TYPE string VAL...
{"col_e01":"single","field_h85":"2020-01-11T18:05:00Z","param_y65":{"key_n73":"option_b","val_j27":"type_c","dim_h32":false},"key_u16":{"val_m92":"2024-01-15","col_w42":false,"col_u28":146,"val_h82":{"dim_f39":"intermittent","col_p24":84,"val_m00":true,"val_b45":440.93},"field_h28":{"field_z62":"mode_c","param_z61":100...
missing_required
{ "type": "object", "properties": { "col_e01": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "field_h85": { "type": "string", "format": "date-time" }, "param_q37": { "type": "boolean" }, "param_y65": { ...
{"field_h85": "2020-01-11T18:05:00Z", "param_y65": {"key_n73": "option_b", "val_j27": "type_c", "dim_h32": false}, "key_u16": {"val_m92": "2024-01-15", "col_w42": false, "col_u28": 146, "val_h82": {"dim_f39": "intermittent", "col_p24": 84, "val_m00": true, "val_b45": 440.93}, "field_h28": {"field_z62": "mode_c", "param...
Required field 'col_e01' is missing
{"col_e01":"single","field_h85":"2020-01-11T18:05:00Z","param_y65":{"key_n73":"option_b","val_j27":"type_c","dim_h32":false},"key_u16":{"val_m92":"2024-01-15","col_w42":false,"col_u28":146,"val_h82":{"dim_f39":"intermittent","col_p24":84,"val_m00":true,"val_b45":440.93},"field_h28":{"field_z62":"mode_c","param_z61":100...
TASK repair_structured_output SPEC FIELD param_n30 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_v34 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD key_w13 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: search Result: {"param_n30"...
{"param_n30":"red","attr_v34":"open","key_w13":"qux"}
agent_chain
{ "type": "object", "properties": { "param_n30": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_v34": { "type": "string", "enum": [ "open", "in_progress", "resolved", ...
I need to look up the information first. Action: search Result: {"param_n30": "red", "key_w13": "qux"} Processing the request now. Action: check_cargo_manifest Result:
Agent multi-step chain with truncated tool output
{"param_n30":"red","attr_v34":"open","key_w13":"qux"}
TASK repair_structured_output SPEC FIELD field_i81 TYPE integer REQUIRED yes FIELD col_g88 TYPE string_uri REQUIRED no FIELD prop_a03 TYPE null REQUIRED yes FIELD key_u75.val_j47 TYPE boolean REQUIRED no FIELD key_u75.key_x27 TYPE integer REQUIRED yes FIELD key_u75.param_c30 TYPE string REQUIRED no FIELD key_u75.prop_...
{"field_i81":481,"col_g88":"https://data.io/v1","prop_a03":null,"key_u75":{"val_j47":false,"key_x27":131,"prop_p91":"GRCh38","key_z43":{"param_h76":"type_b","field_f21":487,"attr_x40":367,"key_m46":"small","val_v33":"admin@test.io","prop_u84":"level_1"}},"dim_l27":"Jane"}
extra_field
{ "type": "object", "properties": { "field_i81": { "type": "integer" }, "col_g88": { "type": "string", "format": "uri" }, "prop_a03": { "type": "null" }, "key_u75": { "type": "object", "properties": { "val_j47": { "type": "boolean" ...
{"field_i81": 481, "col_g88": "https://data.io/v1", "prop_a03": null, "key_u75": {"val_j47": false, "key_x27": 131, "prop_p91": "GRCh38", "key_z43": {"param_h76": "type_b", "field_f21": 487, "attr_x40": 367, "key_m46": "small", "val_v33": "admin@test.io", "prop_u84": "level_1"}}, "dim_l27": "Jane", "extra_value_4669": ...
Unknown field 'extra_value_4669' not defined in schema
{"field_i81":481,"col_g88":"https://data.io/v1","prop_a03":null,"key_u75":{"val_j47":false,"key_x27":131,"prop_p91":"GRCh38","key_z43":{"param_h76":"type_b","field_f21":487,"attr_x40":367,"key_m46":"small","val_v33":"admin@test.io","prop_u84":"level_1"}},"dim_l27":"Jane"}
TASK repair_structured_output SPEC FIELD prop_z55 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_a83 TYPE string VALUES draft|published|archived REQUIRED yes FIELD attr_e75 TYPE string REQUIRED yes FIELD attr_f24 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD field...
{"prop_z55":"underway","param_a83":"draft","attr_e75":"bar","field_u46":"maintenance","prop_c47":"Diana","key_j36":"inactive","dim_c11":true}
unquoted_keys
{ "type": "object", "properties": { "prop_z55": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "param_a83": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
{prop_z55:"underway",param_a83:"draft",attr_e75:"bar",field_u46:"maintenance",prop_c47:"Diana",key_j36:"inactive",dim_c11:true}
Expecting property name enclosed in double quotes
{"prop_z55":"underway","param_a83":"draft","attr_e75":"bar","field_u46":"maintenance","prop_c47":"Diana","key_j36":"inactive","dim_c11":true}
TASK repair_structured_output SPEC FIELD param_o84 TYPE integer REQUIRED yes FIELD key_b43 TYPE integer REQUIRED yes FIELD val_x91.col_n16 TYPE string REQUIRED no FIELD val_x91.field_r46 TYPE string_date-time REQUIRED yes FIELD val_x91.dim_c28 TYPE integer REQUIRED no FIELD val_x91.val_i61 TYPE string REQUIRED no FIEL...
{"param_o84":362,"key_b43":145,"val_x91":{"col_n16":"quux","field_r46":"2025-08-26T15:02:00Z","dim_c28":657,"val_i61":"Oliveira","field_n05":"This is a test value."},"val_f91":"pending"}
extra_text_before
{ "type": "object", "properties": { "param_o84": { "type": "integer" }, "key_b43": { "type": "integer" }, "val_x91": { "type": "object", "properties": { "col_n16": { "type": "string" }, "field_r46": { "type": "string", ...
Here is the JSON you requested: {"param_o84":362,"key_b43":145,"val_x91":{"col_n16":"quux","field_r46":"2025-08-26T15:02:00Z","dim_c28":657,"val_i61":"Oliveira","field_n05":"This is a test value."},"val_f91":"pending"}
Output contains non-JSON text before the object
{"param_o84":362,"key_b43":145,"val_x91":{"col_n16":"quux","field_r46":"2025-08-26T15:02:00Z","dim_c28":657,"val_i61":"Oliveira","field_n05":"This is a test value."},"val_f91":"pending"}
TASK repair_structured_output SPEC FIELD col_h78 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_t64 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD col_h54 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD dim_t09 TYPE integer REQUIRED yes FIELD ...
{"col_h78":"new","dim_t09":813,"prop_h93":"test@example.com"}
null_required
{ "type": "object", "properties": { "col_h78": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_t64": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4...
{"col_h78": null, "dim_t09": 813, "prop_h93": "test@example.com"}
Required field 'col_h78' is null
{"col_h78":"new","dim_t09":813,"prop_h93":"test@example.com"}
TASK repair_structured_output SPEC FIELD key_f56.col_y27 TYPE string VALUES single|married|divorced REQUIRED no FIELD key_f56.attr_a72 TYPE boolean REQUIRED yes FIELD key_f56.param_p95 TYPE string REQUIRED no FIELD key_f56.dim_j25[] TYPE string REQUIRED yes FIELD dim_g39 TYPE string_email REQUIRED no FIELD param_d97 T...
{"key_f56":{"attr_a72":true,"param_p95":"FWD","dim_j25":["FWD"]},"dim_g39":"info@domain.org","param_d97":true,"col_z99":"hello","val_w59":"2023-11-22T00:02:00Z","dim_v62":null,"key_e92":"USD"}
tool_call_wrong_param
{ "type": "object", "properties": { "key_f56": { "type": "object", "properties": { "col_y27": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_a72": { "type": "boolean" ...
Tool: fetch_lab_result Params: {"key_f56": {"attr_a72": true, "param_p95": "FWD", "dim_j25": ["FWD"]}, "dim_g39": "info@domain.org", "col_z99": "hello", "val_w59": "2023-11-22T00:02:00Z", "dim_v62": null, "key_e92": "USD", "param_d97_value": true}
Agent used wrong parameter name 'param_d97_value' instead of 'param_d97'
{"key_f56":{"attr_a72":true,"param_p95":"FWD","dim_j25":["FWD"]},"dim_g39":"info@domain.org","param_d97":true,"col_z99":"hello","val_w59":"2023-11-22T00:02:00Z","dim_v62":null,"key_e92":"USD"}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dosage TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD product_id TYPE boolean REQUIRED yes FIELD aligned_pct TYPE string VALUES option_a|option_b|option_c|option_d|optio...
{"invoice_id":"heterozygous","dosage":"mode_c","product_id":false,"aligned_pct":"option_b","patient_id":{"url":"London","barcode":352.59,"id":"Hapag-Lloyd-Express","title":722}}
extra_field
{ "type": "object", "properties": { "invoice_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dosage": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "m...
{"invoice_id": "heterozygous", "dosage": "mode_c", "product_id": false, "aligned_pct": "option_b", "patient_id": {"url": "London", "barcode": 352.59, "id": "Hapag-Lloyd-Express", "title": 722}, "extra_info_8674": true}
Unknown field 'extra_info_8674' not defined in schema
{"invoice_id":"heterozygous","dosage":"mode_c","product_id":false,"aligned_pct":"option_b","patient_id":{"url":"London","barcode":352.59,"id":"Hapag-Lloyd-Express","title":722}}
TASK repair_structured_output SPEC FIELD col_n87 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD key_k56 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_d09 TYPE string REQUIRED no FIELD attr_o32.val_u34 TYPE integer REQUIRED no FIELD attr_o32.key_o74 TYPE number REQUIRED yes FIELD attr_o32....
{"col_n87":"EUR","key_k56":"divorced","attr_o32":{"val_u34":995,"key_o74":933.51,"col_h81":null,"param_g02":{"param_r20":"2023-04-28T00:37:00Z","prop_s73":"success"}}}
tool_call_python_syntax
{ "type": "object", "properties": { "col_n87": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "key_k56": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "d...
validate_sample(col_n87='EUR', key_k56='divorced', attr_o32={'val_u34': 995, 'key_o74': 933.51, 'col_h81': None, 'param_g02': {'param_r20': '2023-04-28T00:37:00Z', 'prop_s73': 'success'}})
Tool call uses Python syntax instead of JSON
{"col_n87":"EUR","key_k56":"divorced","attr_o32":{"val_u34":995,"key_o74":933.51,"col_h81":null,"param_g02":{"param_r20":"2023-04-28T00:37:00Z","prop_s73":"success"}}}
TASK repair_structured_output SPEC FIELD param_l49 TYPE string REQUIRED no FIELD col_d03 TYPE boolean REQUIRED no FIELD col_t77 TYPE integer REQUIRED yes FIELD col_r26 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD key_u53 TYPE integer REQUIRED yes BROKEN_OUTPUT I need to look up the informatio...
{"param_l49":"PASS","col_t77":751,"col_r26":"level_1","key_u53":393}
agent_chain
{ "type": "object", "properties": { "param_l49": { "type": "string" }, "col_d03": { "type": "boolean" }, "col_t77": { "type": "integer" }, "col_r26": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ...
I need to look up the information first. Action: get_account Result: {"param_l49": "PASS", "col_t77": 751, "key_u53": 393} I'll query our database. Action: align_reads Result:
Agent multi-step chain with truncated tool output
{"param_l49":"PASS","col_t77":751,"col_r26":"level_1","key_u53":393}
TASK repair_structured_output SPEC FIELD terminal_id.procedure_code TYPE null REQUIRED yes FIELD terminal_id.first_name TYPE integer REQUIRED no FIELD terminal_id.build_status.span_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD terminal_id.build_status.rating TYPE string REQUIRED ...
{"trace_id":"small","strand":false,"footnote":427.58,"count":"BRL","rating":35.75,"consignee":true}
missing_required
{ "type": "object", "properties": { "terminal_id": { "type": "object", "properties": { "procedure_code": { "type": "null" }, "first_name": { "type": "integer" }, "build_status": { "type": "object", "properties": { ...
{"strand": false, "footnote": 427.58, "count": "BRL", "rating": 35.75, "consignee": true}
Required field 'trace_id' is missing
{"trace_id":"small","strand":false,"footnote":427.58,"count":"BRL","rating":35.75,"consignee":true}
TASK repair_structured_output SPEC FIELD param_k51 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_h44 TYPE boolean REQUIRED no FIELD attr_n30 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_r28 TYPE integer REQUIRED yes BROKEN_OUTPUT {"param_k51": "reliable"}
{"param_k51":"reliable","field_r28":547}
missing_required
{ "type": "object", "properties": { "param_k51": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "attr_h44": { "type": "boolean" }, "attr_n30": { "type": "string", "enum": [ "active", "inactive"...
{"param_k51": "reliable"}
Required field 'field_r28' is missing
{"param_k51":"reliable","field_r28":547}
TASK repair_structured_output SPEC FIELD key_r92 TYPE number REQUIRED no FIELD col_n09 TYPE null REQUIRED no FIELD field_x00.field_f80 TYPE string VALUES option_a|option_b REQUIRED yes FIELD field_x00.param_f89 TYPE string REQUIRED no FIELD field_x00.param_f46 TYPE integer REQUIRED no FIELD field_x00.prop_t88.dim_y43 ...
{"key_r92":576.79,"col_n09":null,"field_x00":{"field_f80":"option_b","param_f89":"Sao Paulo","prop_t88":{"dim_y43":"email","field_k58":"active","param_x14":"Silva","col_g65":535.93,"param_y19":"chrX","param_m67":235},"key_r73":967.02,"dim_q23":"Luis"}}
tool_call_wrong_param
{ "type": "object", "properties": { "key_r92": { "type": "number" }, "col_n09": { "type": "null" }, "field_x00": { "type": "object", "properties": { "field_f80": { "type": "string", "enum": [ "option_a", "option_b" ...
Tool: get_inventory Params: {"key_r92": 576.79, "field_x00": {"field_f80": "option_b", "param_f89": "Sao Paulo", "prop_t88": {"dim_y43": "email", "field_k58": "active", "param_x14": "Silva", "col_g65": 535.93, "param_y19": "chrX", "param_m67": 235}, "key_r73": 967.02, "dim_q23": "Luis"}, "col_n09_name": null}
Agent used wrong parameter name 'col_n09_name' instead of 'col_n09'
{"key_r92":576.79,"col_n09":null,"field_x00":{"field_f80":"option_b","param_f89":"Sao Paulo","prop_t88":{"dim_y43":"email","field_k58":"active","param_x14":"Silva","col_g65":535.93,"param_y19":"chrX","param_m67":235},"key_r73":967.02,"dim_q23":"Luis"}}
TASK repair_structured_output SPEC FIELD key_l87 TYPE string REQUIRED yes FIELD col_r21 TYPE boolean REQUIRED no FIELD prop_g83 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no BROKEN_OUTPUT {"key_l87":"Berlin","col_r21":false,"prop_g83":"nonsense"}
{"key_l87":"Berlin","col_r21":false,"prop_g83":"nonsense"}
missing_bracket
{ "type": "object", "properties": { "key_l87": { "type": "string" }, "col_r21": { "type": "boolean" }, "prop_g83": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] } }, "required": [ "key_...
{"key_l87":"Berlin","col_r21":false,"prop_g83":"nonsense"}
Missing closing bracket
{"key_l87":"Berlin","col_r21":false,"prop_g83":"nonsense"}
TASK repair_structured_output SPEC FIELD dim_y96 TYPE string VALUES single|married|divorced REQUIRED yes FIELD param_u40 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD attr_w08 TYPE boolean REQUIRED no FIELD key_o88 TYPE null REQUIRED no FIELD attr_t83 TYPE integer REQUIRED no FIELD val_x...
{"dim_y96":"divorced","param_u40":"level_5","key_o88":null,"prop_p51":"draft","key_o67":602}
invalid_enum
{ "type": "object", "properties": { "dim_y96": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_u40": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5"...
{"dim_y96": "invalid_value_973", "param_u40": "level_5", "key_o88": null, "prop_p51": "draft", "key_o67": 602}
Field 'dim_y96' has invalid enum value 'invalid_value_973', expected one of ['single', 'married', 'divorced']
{"dim_y96":"divorced","param_u40":"level_5","key_o88":null,"prop_p51":"draft","key_o67":602}
TASK repair_structured_output SPEC FIELD param_a37 TYPE string_email REQUIRED no FIELD dim_n29 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_n61 TYPE string_uri REQUIRED yes FIELD key_z90.dim_z06 TYPE integer REQUIRED no FIELD key_z90.prop_x46 TYPE string REQUIRED yes FIELD key_z90.prop_t98 TYPE string...
{"dim_n29":"sms","val_n61":"https://example.io/data","key_z90":{"prop_x46":"John","param_r29":"reliable","field_s05":10,"attr_s17":"underway","prop_c43":{"dim_k47":"2024-01-15","col_z03":"user@test.io","key_m65":"Sao Paulo"}}}
tool_call_text_mix
{ "type": "object", "properties": { "param_a37": { "type": "string", "format": "email" }, "dim_n29": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_n61": { "type": "string", "format": "uri" }, ...
I'll query our database. <tool_call name="search"> {"dim_n29":"sms","val_n61":"https://example.io/data","key_z90":{"prop_x46":"John","param_r29":"reliable","field_s05":10,"attr_s17":"underway","prop_c43":{"dim_k47":"2024-01-15","col_z03":"user@test.io","key_m65":"Sao Paulo"}}} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"dim_n29":"sms","val_n61":"https://example.io/data","key_z90":{"prop_x46":"John","param_r29":"reliable","field_s05":10,"attr_s17":"underway","prop_c43":{"dim_k47":"2024-01-15","col_z03":"user@test.io","key_m65":"Sao Paulo"}}}
TASK repair_structured_output SPEC FIELD lane TYPE string REQUIRED no FIELD repository TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD product_id TYPE integer REQUIRED no FIELD enabled.position TYPE integer REQUIRED no FIELD enabled.discount TYPE number REQUIRED yes FIELD enabled.age TYPE string RE...
{"lane":"cancelled","enabled":{"position":619,"discount":413.32,"age":"RTG-04","bearing":"approved","cargo_type":971,"paragraph":{"discount":"2024-01-15","reagent":30,"altitude":"unstable"}},"age":712.15,"build_status":{"allele":"2025-08-24T09:33:00Z","country":{"vital_sign":"RTG-04","created_at":925,"description":"edi...
partial_structure
{ "type": "object", "properties": { "lane": { "type": "string" }, "repository": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "product_id": { "type": "integer" }, "enabled": { "type": "object", ...
I found that lane should be cancelled. {"lane":"cancelled","enabled":{"position":619,"discount":413.32,"age":"RTG-04","bearing":"approved","cargo_type":971,"paragraph":{"discount":"2024-01-15","reagent":30,"altitude":"unstable"}},"age":712.15,"build_status":{"allele":"2025-08-24T09:33:00Z","country":{"vital_sign":"RTG-...
Output mixes natural language with JSON
{"lane":"cancelled","enabled":{"position":619,"discount":413.32,"age":"RTG-04","bearing":"approved","cargo_type":971,"paragraph":{"discount":"2024-01-15","reagent":30,"altitude":"unstable"}},"age":712.15,"build_status":{"allele":"2025-08-24T09:33:00Z","country":{"vital_sign":"RTG-04","created_at":925,"description":"edi...
TASK repair_structured_output SPEC FIELD prop_k25 TYPE integer REQUIRED yes FIELD param_c45.param_r58 TYPE number REQUIRED no FIELD param_c45.dim_c57 TYPE string REQUIRED no FIELD param_c45.field_u91.prop_w57 TYPE string_date-time REQUIRED yes FIELD param_c45.field_u91.prop_z24 TYPE string VALUES red|blue|green|black|...
{"prop_k25":556,"param_c45":{"param_r58":359.34,"dim_c57":"A short description.","field_u91":{"prop_w57":"2020-11-15T12:42:00Z","prop_z24":"green","col_y96":218,"key_p53":"hello","field_j80":697,"field_i14":"REV","col_w70":false,"param_a90":671.2},"param_g19":"user@domain.com","prop_b82":799},"key_v82":"maintenance"}
null_required
{ "type": "object", "properties": { "prop_k25": { "type": "integer" }, "param_c45": { "type": "object", "properties": { "param_r58": { "type": "number" }, "dim_c57": { "type": "string" }, "field_u91": { "type": "obje...
{"prop_k25": null, "param_c45": {"param_r58": 359.34, "dim_c57": "A short description.", "field_u91": {"prop_w57": "2020-11-15T12:42:00Z", "prop_z24": "green", "col_y96": 218, "key_p53": "hello", "field_j80": 697, "field_i14": "REV", "col_w70": false, "param_a90": 671.2}, "param_g19": "user@domain.com", "prop_b82": 799...
Required field 'prop_k25' is null
{"prop_k25":556,"param_c45":{"param_r58":359.34,"dim_c57":"A short description.","field_u91":{"prop_w57":"2020-11-15T12:42:00Z","prop_z24":"green","col_y96":218,"key_p53":"hello","field_j80":697,"field_i14":"REV","col_w70":false,"param_a90":671.2},"param_g19":"user@domain.com","prop_b82":799},"key_v82":"maintenance"}
TASK repair_structured_output SPEC FIELD created_at TYPE string REQUIRED yes FIELD paragraph TYPE string_email REQUIRED no FIELD brake_pressure TYPE string_uri REQUIRED no BROKEN_OUTPUT {"created_at":"Hapag-Lloyd-Express","paragraph":"test@domain.org","brake_pressure":"https://api.com/api"}
{"created_at":"Hapag-Lloyd-Express","paragraph":"test@domain.org","brake_pressure":"https://api.com/api"}
missing_bracket
{ "type": "object", "properties": { "created_at": { "type": "string" }, "paragraph": { "type": "string", "format": "email" }, "brake_pressure": { "type": "string", "format": "uri" } }, "required": [ "created_at" ] }
{"created_at":"Hapag-Lloyd-Express","paragraph":"test@domain.org","brake_pressure":"https://api.com/api"}
Missing closing bracket
{"created_at":"Hapag-Lloyd-Express","paragraph":"test@domain.org","brake_pressure":"https://api.com/api"}
TASK repair_structured_output SPEC FIELD col_v24 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD prop_t29 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD dim_q77 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_s12 TYPE number REQUIRED yes FIELD dim_e99 TYPE ...
{"col_v24":"mode_a","prop_t29":"mode_a","prop_s12":103.7,"dim_e99":396.49}
extra_text_after
{ "type": "object", "properties": { "col_v24": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "prop_t29": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] ...
{"col_v24":"mode_a","prop_t29":"mode_a","prop_s12":103.7,"dim_e99":396.49} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"col_v24":"mode_a","prop_t29":"mode_a","prop_s12":103.7,"dim_e99":396.49}
TASK repair_structured_output SPEC FIELD attr_d69 TYPE number REQUIRED yes FIELD field_u67 TYPE integer REQUIRED yes FIELD prop_o19 TYPE boolean REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <tool_call name="book_appointment"> {"attr_d69":550.33,"field_u67":167,"prop_o19":true} </tool_call. Oper...
{"attr_d69":550.33,"field_u67":167,"prop_o19":true}
tool_call_text_mix
{ "type": "object", "properties": { "attr_d69": { "type": "number" }, "field_u67": { "type": "integer" }, "prop_o19": { "type": "boolean" } }, "required": [ "field_u67", "attr_d69", "prop_o19" ] }
I need to look up the information first. <tool_call name="book_appointment"> {"attr_d69":550.33,"field_u67":167,"prop_o19":true} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"attr_d69":550.33,"field_u67":167,"prop_o19":true}
TASK repair_structured_output SPEC FIELD prop_i58.val_y66 TYPE string REQUIRED yes FIELD prop_i58.prop_o99.val_c03 TYPE string REQUIRED no FIELD prop_i58.prop_o99.prop_p88 TYPE boolean REQUIRED yes FIELD prop_i58.prop_o99.field_c40 TYPE string REQUIRED no FIELD prop_i58.prop_o99.field_j76 TYPE number REQUIRED no FIELD...
{"prop_i58":{"val_y66":"chr1","prop_o99":{"prop_p88":true,"field_c40":"This is a test value.","field_j76":337.47,"val_r22":475},"param_y65":"approved"},"val_w79":"new","dim_r36":"draft","field_q25":false,"col_a06":333.51}
number_with_unit
{ "type": "object", "properties": { "prop_i58": { "type": "object", "properties": { "val_y66": { "type": "string" }, "prop_o99": { "type": "object", "properties": { "val_c03": { "type": "string" }, ...
{"prop_i58": {"val_y66": "chr1", "prop_o99": {"prop_p88": true, "field_c40": "This is a test value.", "field_j76": 337.47, "val_r22": 475}, "param_y65": "approved"}, "val_w79": "new", "dim_r36": "draft", "field_q25": false, "col_a06": "333.51kg"}
Field 'col_a06' must be number, got string with unit
{"prop_i58":{"val_y66":"chr1","prop_o99":{"prop_p88":true,"field_c40":"This is a test value.","field_j76":337.47,"val_r22":475},"param_y65":"approved"},"val_w79":"new","dim_r36":"draft","field_q25":false,"col_a06":333.51}
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED yes FIELD user_id TYPE string REQUIRED no FIELD commit_hash TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD email[] TYPE string REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="query_port_status"> {"dosage...
{"dosage":745,"user_id":"user@domain.com","email":["RTG-04","Paris","Diana","Paris"]}
tool_call_text_mix
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "user_id": { "type": "string" }, "commit_hash": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "email": { "type": "array", "it...
Processing the request now. <tool_call name="query_port_status"> {"dosage":745,"user_id":"user@domain.com","email":["RTG-04","Paris","Diana","Paris"]} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"dosage":745,"user_id":"user@domain.com","email":["RTG-04","Paris","Diana","Paris"]}
TASK repair_structured_output SPEC FIELD val_f57 TYPE integer REQUIRED no FIELD col_l26 TYPE boolean REQUIRED no FIELD field_o81 TYPE integer REQUIRED no FIELD prop_f87 TYPE string REQUIRED yes FIELD dim_w57 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD col_t21 TYPE string REQUIRED ye...
{"val_f57":755,"col_l26":true,"field_o81":313,"prop_f87":"Bob","dim_w57":"mode_c","col_t21":"Sao Paulo","val_n60":{"field_d38":348.77,"col_b37":"Sao Paulo","val_i37":null,"col_n26":505}}
trailing_comma
{ "type": "object", "properties": { "val_f57": { "type": "integer" }, "col_l26": { "type": "boolean" }, "field_o81": { "type": "integer" }, "prop_f87": { "type": "string" }, "dim_w57": { "type": "string", "enum": [ "mode_a", "mo...
{"val_f57":755,"col_l26":true,"field_o81":313,"prop_f87":"Bob","dim_w57":"mode_c","col_t21":"Sao Paulo","val_n60":{"field_d38":348.77,"col_b37":"Sao Paulo","val_i37":null,"col_n26":505,}}
Unexpected trailing comma
{"val_f57":755,"col_l26":true,"field_o81":313,"prop_f87":"Bob","dim_w57":"mode_c","col_t21":"Sao Paulo","val_n60":{"field_d38":348.77,"col_b37":"Sao Paulo","val_i37":null,"col_n26":505}}
TASK repair_structured_output SPEC FIELD language TYPE string REQUIRED no FIELD dissolved_oxygen TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD strand[] TYPE string VALUES active|inactive|pending REQUIRED no BROKEN_OUTPUT {"dissolved_oxygen": "new", "extra_value_3564": true}
{"dissolved_oxygen":"new"}
extra_field
{ "type": "object", "properties": { "language": { "type": "string" }, "dissolved_oxygen": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "strand": { "type": "array", "items": { "type": "s...
{"dissolved_oxygen": "new", "extra_value_3564": true}
Unknown field 'extra_value_3564' not defined in schema
{"dissolved_oxygen":"new"}
TASK repair_structured_output SPEC FIELD attr_n82 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_l49 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_z06 TYPE number REQUIRED no FIELD attr_k92 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD param_i81 TYP...
{"attr_n82":"large","field_l49":"open","attr_z06":998.07,"attr_k92":"unstable","field_b43":true,"prop_f87":695}
number_with_unit
{ "type": "object", "properties": { "attr_n82": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "field_l49": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ]...
{"attr_n82": "large", "field_l49": "open", "attr_z06": "998.07MB", "attr_k92": "unstable", "field_b43": true, "prop_f87": 695}
Field 'attr_z06' must be number, got string with unit
{"attr_n82":"large","field_l49":"open","attr_z06":998.07,"attr_k92":"unstable","field_b43":true,"prop_f87":695}
TASK repair_structured_output SPEC FIELD param_l32.field_z93 TYPE integer REQUIRED yes FIELD param_l32.field_j35 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_l32.attr_w13 TYPE boolean REQUIRED no FIELD param_l32.key_m53[].prop_k66 TYPE boolean REQUIRED yes FIELD param_l32.key_m53[].param_x40 TYPE n...
{"param_l32":{"field_z93":208,"attr_w13":false,"key_m53":[{"prop_k66":false,"param_x40":null,"param_o82":"admin@example.com","key_c26":"option_a","key_v13":23,"key_w04":"mode_b","dim_w40":775}]},"col_t26":"2020-04-17T13:04:00Z"}
extra_text_after
{ "type": "object", "properties": { "param_l32": { "type": "object", "properties": { "field_z93": { "type": "integer" }, "field_j35": { "type": "string", "enum": [ "small", "medium", "large", "xl" ...
{"param_l32":{"field_z93":208,"attr_w13":false,"key_m53":[{"prop_k66":false,"param_x40":null,"param_o82":"admin@example.com","key_c26":"option_a","key_v13":23,"key_w04":"mode_b","dim_w40":775}]},"col_t26":"2020-04-17T13:04:00Z"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"param_l32":{"field_z93":208,"attr_w13":false,"key_m53":[{"prop_k66":false,"param_x40":null,"param_o82":"admin@example.com","key_c26":"option_a","key_v13":23,"key_w04":"mode_b","dim_w40":775}]},"col_t26":"2020-04-17T13:04:00Z"}
TASK repair_structured_output SPEC FIELD message TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD log_level TYPE string REQUIRED yes FIELD size.updated_at TYPE string VALUES draft|published|archived REQUIRED yes FIELD size.format TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED...
{"message":"moored","log_level":"Silva","size":{"updated_at":"draft","format":"nonsense","due_date":{"product_id":494.33,"count":517,"current_draw":"Santos","hazmat_code":"test@example.com","title":"chrX","frequency_hz":"Sao Paulo"},"count":{"amplitude":"https://example.com/v1","turbidity":"world","description":565.1},...
tool_call_wrong_param
{ "type": "object", "properties": { "message": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "log_level": { "type": "string" }, "size": { "type": "object", "properties": { "updated_at": {...
Tool: verify_hazmat_compliance Params: {"message": "moored", "log_level": "Silva", "size2": {"updated_at": "draft", "format": "nonsense", "due_date": {"product_id": 494.33, "count": 517, "current_draw": "Santos", "hazmat_code": "test@example.com", "title": "chrX", "frequency_hz": "Sao Paulo"}, "count": {"amplitude": "h...
Agent used wrong parameter name 'size2' instead of 'size'
{"message":"moored","log_level":"Silva","size":{"updated_at":"draft","format":"nonsense","due_date":{"product_id":494.33,"count":517,"current_draw":"Santos","hazmat_code":"test@example.com","title":"chrX","frequency_hz":"Sao Paulo"},"count":{"amplitude":"https://example.com/v1","turbidity":"world","description":565.1},...
TASK repair_structured_output SPEC FIELD dim_x55 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD param_v72 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD prop_b30 TYPE number REQUIRED no FIELD param_w80 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD prop_o61.param_i19 TYPE string V...
{"dim_x55":"cat_a","param_v72":"type_e","param_w80":"cat_a","prop_o61":{"param_i19":"mode_a","attr_m03":255,"key_v60":null,"prop_s17":["missense","nonsense","nonsense"]}}
extra_text_before
{ "type": "object", "properties": { "dim_x55": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "param_v72": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "prop_b3...
Here's the structured output: {"dim_x55":"cat_a","param_v72":"type_e","param_w80":"cat_a","prop_o61":{"param_i19":"mode_a","attr_m03":255,"key_v60":null,"prop_s17":["missense","nonsense","nonsense"]}}
Output contains non-JSON text before the object
{"dim_x55":"cat_a","param_v72":"type_e","param_w80":"cat_a","prop_o61":{"param_i19":"mode_a","attr_m03":255,"key_v60":null,"prop_s17":["missense","nonsense","nonsense"]}}
TASK repair_structured_output SPEC FIELD prop_m92 TYPE string REQUIRED yes FIELD col_w94 TYPE string REQUIRED no FIELD field_r81 TYPE string_email REQUIRED no BROKEN_OUTPUT {prop_m92:"Charlie",col_w94:"user@domain.com",field_r81:"info@example.com"}
{"prop_m92":"Charlie","col_w94":"user@domain.com","field_r81":"info@example.com"}
unquoted_keys
{ "type": "object", "properties": { "prop_m92": { "type": "string" }, "col_w94": { "type": "string" }, "field_r81": { "type": "string", "format": "email" } }, "required": [ "prop_m92" ] }
{prop_m92:"Charlie",col_w94:"user@domain.com",field_r81:"info@example.com"}
Expecting property name enclosed in double quotes
{"prop_m92":"Charlie","col_w94":"user@domain.com","field_r81":"info@example.com"}
TASK repair_structured_output SPEC FIELD salinity.compound TYPE string VALUES active|inactive|pending REQUIRED yes FIELD salinity.discount TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD salinity.last_name TYPE number REQUIRED no FIELD salinity.balance TYPE string VALUES success|error|war...
{"salinity":{"compound":"inactive","last_name":865.67,"balance":"success","length":198,"allele":182,"role":"medium"},"item_id":{"aligned_pct":false,"bill_of_lading":"success","commit_hash":"https://api.io/v1","allele":{"wavelength":"phone","altitude":"single","url":17,"shipping":"2024-11-19T19:47:00Z"},"tags":"frameshi...
single_quotes
{ "type": "object", "properties": { "salinity": { "type": "object", "properties": { "compound": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "discount": { "type": "string", ...
{'salinity':{'compound':'inactive','last_name':865.67,'balance':'success','length':198,'allele':182,'role':'medium'},'item_id':{'aligned_pct':false,'bill_of_lading':'success','commit_hash':'https://api.io/v1','allele':{'wavelength':'phone','altitude':'single','url':17,'shipping':'2024-11-19T19:47:00Z'},'tags':'frameshi...
Expecting property name enclosed in double quotes
{"salinity":{"compound":"inactive","last_name":865.67,"balance":"success","length":198,"allele":182,"role":"medium"},"item_id":{"aligned_pct":false,"bill_of_lading":"success","commit_hash":"https://api.io/v1","allele":{"wavelength":"phone","altitude":"single","url":17,"shipping":"2024-11-19T19:47:00Z"},"tags":"frameshi...
TASK repair_structured_output SPEC FIELD freight_class TYPE string REQUIRED yes FIELD voltage TYPE boolean REQUIRED yes FIELD id TYPE string REQUIRED yes FIELD torque_output[] TYPE string REQUIRED no BROKEN_OUTPUT {"freight_class":"chrX","voltage":false,"id":"Sao Paulo","torque_output":["hello","Johnson","New York"}
{"freight_class":"chrX","voltage":false,"id":"Sao Paulo","torque_output":["hello","Johnson","New York"]}
missing_bracket
{ "type": "object", "properties": { "freight_class": { "type": "string" }, "voltage": { "type": "boolean" }, "id": { "type": "string" }, "torque_output": { "type": "array", "items": { "type": "string" } } }, "required": [ "voltage",...
{"freight_class":"chrX","voltage":false,"id":"Sao Paulo","torque_output":["hello","Johnson","New York"}
Missing closing bracket
{"freight_class":"chrX","voltage":false,"id":"Sao Paulo","torque_output":["hello","Johnson","New York"]}
TASK repair_structured_output SPEC FIELD col_k65 TYPE string VALUES active|inactive|pending REQUIRED no FIELD dim_i33 TYPE string REQUIRED no FIELD param_s06 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD field_d61 TYPE string_date-time REQUIRED no FIELD val_h80[].dim_k31 TYPE string REQUIRED ...
{"col_k65":"active","dim_i33":"test@example.com","val_h80":[{"dim_k31":"Charlie","dim_d71":308,"key_g71":"https://example.org/data","val_q74":"2021-05-14T09:49:00Z"}]}
extra_field
{ "type": "object", "properties": { "col_k65": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "dim_i33": { "type": "string" }, "param_s06": { "type": "string", "enum": [ "homozygous", "heterozygous", ...
{"col_k65": "active", "dim_i33": "test@example.com", "val_h80": [{"dim_k31": "Charlie", "dim_d71": 308, "key_g71": "https://example.org/data", "val_q74": "2021-05-14T09:49:00Z"}], "extra_field_2300": "unexpected"}
Unknown field 'extra_field_2300' not defined in schema
{"col_k65":"active","dim_i33":"test@example.com","val_h80":[{"dim_k31":"Charlie","dim_d71":308,"key_g71":"https://example.org/data","val_q74":"2021-05-14T09:49:00Z"}]}
TASK repair_structured_output SPEC FIELD val_l57 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_r74 TYPE integer REQUIRED no FIELD attr_v17 TYPE integer REQUIRED yes FIELD key_b05 TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT {"val_l57":"returned","attr_v17":199,"key_...
{"val_l57":"returned","attr_v17":199,"key_b05":"viewer"}
truncated_array
{ "type": "object", "properties": { "val_l57": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_r74": { "type": "integer" }, "attr_v17": { "type": "integer" }, "key_b05": { "type": "s...
{"val_l57":"returned","attr_v17":199,"key_b05":"viewer"
Unexpected end of JSON input — truncated object
{"val_l57":"returned","attr_v17":199,"key_b05":"viewer"}
TASK repair_structured_output SPEC FIELD col_u41 TYPE string REQUIRED no FIELD attr_c23 TYPE string_date-time REQUIRED yes FIELD dim_a98 TYPE boolean REQUIRED yes FIELD dim_a34 TYPE string REQUIRED yes FIELD val_q37.col_c14 TYPE string VALUES option_a|option_b REQUIRED no FIELD val_q37.dim_t94 TYPE string REQUIRED no ...
{"col_u41":"https://api.example.com/v1","attr_c23":"2021-02-21T09:25:00Z","dim_a98":false,"dim_a34":"Jane","val_q37":{"col_c14":"option_b","dim_t94":"https://api.example.com/v1","key_t55":{"dim_g44":532.37,"prop_d21":"intermittent","param_k68":"2023-08-21T20:35:00Z"},"val_b84":"Silva"}}
tool_call_text_mix
{ "type": "object", "properties": { "col_u41": { "type": "string" }, "attr_c23": { "type": "string", "format": "date-time" }, "dim_a98": { "type": "boolean" }, "dim_a34": { "type": "string" }, "val_q37": { "type": "object", "properties": ...
Let me check the system. <tool_call name="track_vessel"> {"col_u41":"https://api.example.com/v1","attr_c23":"2021-02-21T09:25:00Z","dim_a98":false,"dim_a34":"Jane","val_q37":{"col_c14":"option_b","dim_t94":"https://api.example.com/v1","key_t55":{"dim_g44":532.37,"prop_d21":"intermittent","param_k68":"2023-08-21T20:35:0...
Agent response mixes reasoning text with tool call
{"col_u41":"https://api.example.com/v1","attr_c23":"2021-02-21T09:25:00Z","dim_a98":false,"dim_a34":"Jane","val_q37":{"col_c14":"option_b","dim_t94":"https://api.example.com/v1","key_t55":{"dim_g44":532.37,"prop_d21":"intermittent","param_k68":"2023-08-21T20:35:00Z"},"val_b84":"Silva"}}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED yes FIELD discount TYPE string REQUIRED no FIELD email.insurance_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD email.tile TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD email.published TYPE string VAL...
{"annotation":224,"email":{"insurance_id":"pro","tile":"hemizygous","published":"blue","allele":289.31},"salinity":{"conductivity":"level_2","verified":"option_a","active":["REV","London","example","Jane"]}}
tool_call_wrong_param
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "discount": { "type": "string" }, "email": { "type": "object", "properties": { "insurance_id": { "type": "string", "enum": [ "free", "basic", ...
Tool: validate_sample Params: {"annotation": 224, "email": {"insurance_id": "pro", "tile": "hemizygous", "published": "blue", "allele": 289.31}, "salinity_id": {"conductivity": "level_2", "verified": "option_a", "active": ["REV", "London", "example", "Jane"]}}
Agent used wrong parameter name 'salinity_id' instead of 'salinity'
{"annotation":224,"email":{"insurance_id":"pro","tile":"hemizygous","published":"blue","allele":289.31},"salinity":{"conductivity":"level_2","verified":"option_a","active":["REV","London","example","Jane"]}}
TASK repair_structured_output SPEC FIELD field_m23 TYPE string REQUIRED yes FIELD val_r31 TYPE string REQUIRED no FIELD prop_f16 TYPE integer REQUIRED yes FIELD field_q27 TYPE number REQUIRED no FIELD key_w68.dim_a88.attr_f72 TYPE string REQUIRED yes FIELD key_w68.dim_a88.dim_y35 TYPE string_email REQUIRED no FIELD ke...
{"field_m23":"demo","prop_f16":307,"field_q27":490.67,"key_w68":{"dim_a88":{"attr_f72":"QC-07","param_s97":["2023-11-02T17:44:00Z","2023-02-12T11:38:00Z","2026-10-10T07:34:00Z","2021-09-11T20:37:00Z"]},"val_c92":true,"field_r51":{"col_j78":568,"col_a45":"option_d","key_g53":72.79},"field_c50":"inactive","attr_z83":"dem...
number_with_unit
{ "type": "object", "properties": { "field_m23": { "type": "string" }, "val_r31": { "type": "string" }, "prop_f16": { "type": "integer" }, "field_q27": { "type": "number" }, "key_w68": { "type": "object", "properties": { "dim_a88": { ...
{"field_m23": "demo", "prop_f16": "307kg", "field_q27": 490.67, "key_w68": {"dim_a88": {"attr_f72": "QC-07", "param_s97": ["2023-11-02T17:44:00Z", "2023-02-12T11:38:00Z", "2026-10-10T07:34:00Z", "2021-09-11T20:37:00Z"]}, "val_c92": true, "field_r51": {"col_j78": 568, "col_a45": "option_d", "key_g53": 72.79}, "field_c50...
Field 'prop_f16' must be number, got string with unit
{"field_m23":"demo","prop_f16":307,"field_q27":490.67,"key_w68":{"dim_a88":{"attr_f72":"QC-07","param_s97":["2023-11-02T17:44:00Z","2023-02-12T11:38:00Z","2026-10-10T07:34:00Z","2021-09-11T20:37:00Z"]},"val_c92":true,"field_r51":{"col_j78":568,"col_a45":"option_d","key_g53":72.79},"field_c50":"inactive","attr_z83":"dem...
TASK repair_structured_output SPEC FIELD level TYPE integer REQUIRED yes FIELD medication TYPE number REQUIRED yes FIELD half_life.image_url TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD half_life.website TYPE string REQUIRED yes FIELD half_life.subtotal[] TYPE string_uri REQUIRED yes BROKEN_OUTPUT T...
{"level":465,"medication":456.95,"half_life":{"image_url":"critical","website":"sample","subtotal":["https://data.org/v1","https://data.com/api","https://example.com/api","https://example.io/data"]}}
tool_call_wrong_param
{ "type": "object", "properties": { "level": { "type": "integer" }, "medication": { "type": "number" }, "half_life": { "type": "object", "properties": { "image_url": { "type": "string", "enum": [ "low", "medium", ...
Tool: query_port_status Params: {"level": 465, "half_life": {"image_url": "critical", "website": "sample", "subtotal": ["https://data.org/v1", "https://data.com/api", "https://example.com/api", "https://example.io/data"]}, "medication_id": 456.95}
Agent used wrong parameter name 'medication_id' instead of 'medication'
{"level":465,"medication":456.95,"half_life":{"image_url":"critical","website":"sample","subtotal":["https://data.org/v1","https://data.com/api","https://example.com/api","https://example.io/data"]}}
TASK repair_structured_output SPEC FIELD attr_z44 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD col_w14 TYPE integer REQUIRED yes FIELD col_l21[] TYPE string REQUIRED yes BROKEN_OUTPUT {"col_w14": 763, "col_l21": ["https://api.example.com/v1"]}
{"attr_z44":"cat_e","col_w14":763,"col_l21":["https://api.example.com/v1"]}
missing_required
{ "type": "object", "properties": { "attr_z44": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "col_w14": { "type": "integer" }, "col_l21": { "type": "array", "items": { "type": "s...
{"col_w14": 763, "col_l21": ["https://api.example.com/v1"]}
Required field 'attr_z44' is missing
{"attr_z44":"cat_e","col_w14":763,"col_l21":["https://api.example.com/v1"]}
TASK repair_structured_output SPEC FIELD attr_m83 TYPE null REQUIRED yes FIELD prop_o47 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD attr_c93 TYPE string VALUES option_a|option_b REQUIRED no FIELD param_n53 TYPE string REQUIRED yes FIELD dim_b93.key_a23 TYPE string VALUES level_1|level_2|level_3|level_4|l...
{"attr_m83":null,"prop_o47":"mode_b","attr_c93":"option_b","param_n53":"Smith","dim_b93":{"key_a23":"level_5","val_r95":"type_a"}}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_m83": { "type": "null" }, "prop_o47": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "attr_c93": { "type": "string", "enum": [ "option_a", "option_b" ] ...
apply_discount(attr_m83=None, prop_o47='mode_b', attr_c93='option_b', param_n53='Smith', dim_b93={'key_a23': 'level_5', 'val_r95': 'type_a'})
Tool call uses Python syntax instead of JSON
{"attr_m83":null,"prop_o47":"mode_b","attr_c93":"option_b","param_n53":"Smith","dim_b93":{"key_a23":"level_5","val_r95":"type_a"}}
TASK repair_structured_output SPEC FIELD voltage TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD tax TYPE string REQUIRED yes FIELD consignee TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD timezone TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD a...
{"voltage":"maintenance","tax":"RTG-04","consignee":"mode_a","timezone":"mode_d","aligned_pct":603.1,"quality_score":770,"order_id":812.47,"commit_hash":383.78}
missing_brace
{ "type": "object", "properties": { "voltage": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "tax": { "type": "string" }, "consignee": { "type": "string", "enum": [ "mode_a", ...
"voltage":"maintenance","tax":"RTG-04","consignee":"mode_a","timezone":"mode_d","aligned_pct":603.1,"quality_score":770,"order_id":812.47,"commit_hash":383.78}
Missing closing brace
{"voltage":"maintenance","tax":"RTG-04","consignee":"mode_a","timezone":"mode_d","aligned_pct":603.1,"quality_score":770,"order_id":812.47,"commit_hash":383.78}
TASK repair_structured_output SPEC FIELD index TYPE string REQUIRED yes FIELD discount TYPE integer REQUIRED yes FIELD lane TYPE string REQUIRED yes BROKEN_OUTPUT Based on the data, index is Berlin. {"index":"Berlin","discount":71,"lane":"demo"}
{"index":"Berlin","discount":71,"lane":"demo"}
partial_structure
{ "type": "object", "properties": { "index": { "type": "string" }, "discount": { "type": "integer" }, "lane": { "type": "string" } }, "required": [ "index", "lane", "discount" ] }
Based on the data, index is Berlin. {"index":"Berlin","discount":71,"lane":"demo"}
Output mixes natural language with JSON
{"index":"Berlin","discount":71,"lane":"demo"}
TASK repair_structured_output SPEC FIELD param_v50 TYPE integer REQUIRED no FIELD val_m88 TYPE string_email REQUIRED no FIELD prop_z76 TYPE number REQUIRED yes FIELD key_u34 TYPE string_email REQUIRED yes FIELD val_o36 TYPE number REQUIRED no FIELD prop_z91 TYPE null REQUIRED no FIELD field_k37 TYPE string REQUIRED no...
{"param_v50":455,"val_m88":"info@domain.org","prop_z76":951.8,"key_u34":"test@domain.org","val_o36":152.13,"prop_z91":null}
markdown_fences
{ "type": "object", "properties": { "param_v50": { "type": "integer" }, "val_m88": { "type": "string", "format": "email" }, "prop_z76": { "type": "number" }, "key_u34": { "type": "string", "format": "email" }, "val_o36": { "type": "number...
```json {"param_v50":455,"val_m88":"info@domain.org","prop_z76":951.8,"key_u34":"test@domain.org","val_o36":152.13,"prop_z91":null} ```
Output contains markdown code fences
{"param_v50":455,"val_m88":"info@domain.org","prop_z76":951.8,"key_u34":"test@domain.org","val_o36":152.13,"prop_z91":null}
TASK repair_structured_output SPEC FIELD param_r16 TYPE string REQUIRED no FIELD attr_l04.key_g20 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_l04.attr_c69 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD attr_l04.prop_i55 TYPE string VALUES admin|editor|view...
{"attr_l04":{"key_g20":"anchored","attr_c69":"operational","prop_i55":"admin","dim_o23":708},"prop_b90":"unstable","dim_j83":{"key_z58":347,"prop_y86":"chr1","param_y92":"2024-06-30","prop_v79":false,"key_b89":429,"attr_h52":true},"prop_y66":{"col_w07":"Alice","prop_t73":"basic"}}
tool_call_text_mix
{ "type": "object", "properties": { "param_r16": { "type": "string" }, "attr_l04": { "type": "object", "properties": { "key_g20": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
Processing the request now. <tool_call name="get_weather"> {"attr_l04":{"key_g20":"anchored","attr_c69":"operational","prop_i55":"admin","dim_o23":708},"prop_b90":"unstable","dim_j83":{"key_z58":347,"prop_y86":"chr1","param_y92":"2024-06-30","prop_v79":false,"key_b89":429,"attr_h52":true},"prop_y66":{"col_w07":"Alice",...
Agent response mixes reasoning text with tool call
{"attr_l04":{"key_g20":"anchored","attr_c69":"operational","prop_i55":"admin","dim_o23":708},"prop_b90":"unstable","dim_j83":{"key_z58":347,"prop_y86":"chr1","param_y92":"2024-06-30","prop_v79":false,"key_b89":429,"attr_h52":true},"prop_y66":{"col_w07":"Alice","prop_t73":"basic"}}
TASK repair_structured_output SPEC FIELD values.crew_id TYPE string_uri REQUIRED no FIELD values.payment_status TYPE string_email REQUIRED yes FIELD values.longitude TYPE number REQUIRED no FIELD values.shipper_ref TYPE number REQUIRED yes FIELD throttle_pos.filter_flag TYPE number REQUIRED no FIELD throttle_pos.email...
{"values":{"payment_status":"user@test.io","shipper_ref":210.08},"throttle_pos":{"email":"error","website":[759]},"duration_ms":252.19,"frequency_hz":true}
extra_field
{ "type": "object", "properties": { "values": { "type": "object", "properties": { "crew_id": { "type": "string", "format": "uri" }, "payment_status": { "type": "string", "format": "email" }, "longitude": { "typ...
{"values": {"payment_status": "user@test.io", "shipper_ref": 210.08}, "throttle_pos": {"email": "error", "website": [759]}, "duration_ms": 252.19, "frequency_hz": true, "extra_field_8922": 42}
Unknown field 'extra_field_8922' not defined in schema
{"values":{"payment_status":"user@test.io","shipper_ref":210.08},"throttle_pos":{"email":"error","website":[759]},"duration_ms":252.19,"frequency_hz":true}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD credit_score TYPE string REQUIRED no FIELD compound.crew_id TYPE string REQUIRED no FIELD compound.values TYPE string VALUES draft|published|archived REQUIRED yes FIELD compound.latitude TYPE strin...
{"compound":{"crew_id":"active","values":"archived","latitude":"2023-08-25T23:53:00Z"},"decay_rate":"approved"}
thought_process
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "credit_score": { "type": "string" }, "compound": { "type": "object", "properties": { "crew...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"compound":{"crew_id":"active","values":"archived","latitude":"2023-08-25T23:53:00Z"},"decay_rate":"approved"}
Output contains chain-of-thought reasoning before JSON
{"compound":{"crew_id":"active","values":"archived","latitude":"2023-08-25T23:53:00Z"},"decay_rate":"approved"}
TASK repair_structured_output SPEC FIELD param_i66 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD prop_x36 TYPE boolean REQUIRED no FIELD col_g09[].dim_b60 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD col_g09[].val_t08 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD col_g09...
{"prop_x36":false,"key_h07":[false,true,false]}
tool_call_wrong_param
{ "type": "object", "properties": { "param_i66": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "prop_x36": { "type": "boolean" }, "col_g09": { "type": "array", "items": { "type": "object", "properties": { "dim_...
Tool: generate_report Params: {"prop_x36": false, "key_h07": [false, true, false]}
Agent used wrong parameter name 'col_g09_id' instead of 'col_g09'
{"prop_x36":false,"key_h07":[false,true,false]}
TASK repair_structured_output SPEC FIELD val_h18 TYPE string REQUIRED yes FIELD field_w90 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD prop_y23 TYPE null REQUIRED no FIELD dim_v43 TYPE integer REQUIRED no FIELD prop_z70 TYPE integer REQUIRED no FIELD param_k73 TYPE string REQUIRED yes BRO...
{"val_h18":"Smith","field_w90":"option_d","prop_y23":null,"dim_v43":276,"param_k73":"approved"}
tool_call_text_mix
{ "type": "object", "properties": { "val_h18": { "type": "string" }, "field_w90": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "prop_y23": { "type": "null" }, "dim_v43": { "type": "in...
I need to look up the information first. <tool_call name="annotate_mutation"> {"val_h18":"Smith","field_w90":"option_d","prop_y23":null,"dim_v43":276,"param_k73":"approved"} </tool_call.
Agent response mixes reasoning text with tool call
{"val_h18":"Smith","field_w90":"option_d","prop_y23":null,"dim_v43":276,"param_k73":"approved"}
TASK repair_structured_output SPEC FIELD status_code TYPE string_email REQUIRED yes FIELD compound TYPE boolean REQUIRED yes FIELD footnote TYPE number REQUIRED no FIELD humidity_pct TYPE string REQUIRED yes BROKEN_OUTPUT Sensor output follows: ```json {"status_code":"admin@example.com","compound":true,"footnote":893...
{"status_code":"admin@example.com","compound":true,"footnote":893.62,"humidity_pct":"sample"}
markdown_explanation
{ "type": "object", "properties": { "status_code": { "type": "string", "format": "email" }, "compound": { "type": "boolean" }, "footnote": { "type": "number" }, "humidity_pct": { "type": "string" } }, "required": [ "compound", "humidity_pct",...
Sensor output follows: ```json {"status_code":"admin@example.com","compound":true,"footnote":893.62,"humidity_pct":"sample"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"status_code":"admin@example.com","compound":true,"footnote":893.62,"humidity_pct":"sample"}
TASK repair_structured_output SPEC FIELD val_d43 TYPE string REQUIRED yes FIELD key_i05 TYPE string REQUIRED yes FIELD key_n17 TYPE string REQUIRED no FIELD val_y59 TYPE string REQUIRED yes BROKEN_OUTPUT verify_hazmat_compliance(val_d43='A short description.', key_i05='https://api.example.com/v1', key_n17='Jane', val...
{"val_d43":"A short description.","key_i05":"https://api.example.com/v1","key_n17":"Jane","val_y59":"Luis"}
tool_call_python_syntax
{ "type": "object", "properties": { "val_d43": { "type": "string" }, "key_i05": { "type": "string" }, "key_n17": { "type": "string" }, "val_y59": { "type": "string" } }, "required": [ "val_y59", "key_i05", "val_d43" ] }
verify_hazmat_compliance(val_d43='A short description.', key_i05='https://api.example.com/v1', key_n17='Jane', val_y59='Luis')
Tool call uses Python syntax instead of JSON
{"val_d43":"A short description.","key_i05":"https://api.example.com/v1","key_n17":"Jane","val_y59":"Luis"}
TASK repair_structured_output SPEC FIELD credit_score TYPE string REQUIRED no FIELD item_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD feedback.current_draw TYPE string_date-time REQUIRED yes FIELD feedback.rating TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD feedback.reagen...
{"credit_score":"https://example.com","feedback":{"current_draw":"2023-09-25T01:38:00Z","rating":"cat_a","reagent":"Luis"},"image_url":"2024-01-15","options":724,"compound":null,"index":"https://api.com/v1","first_name":"Berlin"}
single_quotes
{ "type": "object", "properties": { "credit_score": { "type": "string" }, "item_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "feedback": { "type": "object", "properties": ...
{'credit_score':'https://example.com','feedback':{'current_draw':'2023-09-25T01:38:00Z','rating':'cat_a','reagent':'Luis'},'image_url':'2024-01-15','options':724,'compound':null,'index':'https://api.com/v1','first_name':'Berlin'}
Expecting property name enclosed in double quotes
{"credit_score":"https://example.com","feedback":{"current_draw":"2023-09-25T01:38:00Z","rating":"cat_a","reagent":"Luis"},"image_url":"2024-01-15","options":724,"compound":null,"index":"https://api.com/v1","first_name":"Berlin"}
TASK repair_structured_output SPEC FIELD id TYPE number REQUIRED no FIELD item_id TYPE integer REQUIRED no FIELD status_code TYPE string_date-time REQUIRED yes FIELD half_life TYPE string VALUES admin|editor|viewer REQUIRED no FIELD voltage TYPE string REQUIRED yes FIELD end_date TYPE string REQUIRED no BROKEN_OUTPUT...
{"id":623.29,"item_id":255,"status_code":"2022-08-25T04:42:00Z","half_life":"editor","voltage":"hello","end_date":"approved"}
markdown_fences
{ "type": "object", "properties": { "id": { "type": "number" }, "item_id": { "type": "integer" }, "status_code": { "type": "string", "format": "date-time" }, "half_life": { "type": "string", "enum": [ "admin", "editor", "viewer"...
```json {"id":623.29,"item_id":255,"status_code":"2022-08-25T04:42:00Z","half_life":"editor","voltage":"hello","end_date":"approved"} ```
Output contains markdown code fences
{"id":623.29,"item_id":255,"status_code":"2022-08-25T04:42:00Z","half_life":"editor","voltage":"hello","end_date":"approved"}
TASK repair_structured_output SPEC FIELD address TYPE integer REQUIRED yes FIELD company TYPE string REQUIRED no FIELD id TYPE string_date-time REQUIRED no FIELD invoice_id TYPE string REQUIRED yes FIELD verified.commit_hash TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD verified.paragraph.color TYPE number ...
{"address":864,"id":"2020-06-07T06:53:00Z","invoice_id":"REV","verified":{"commit_hash":"JPY","paragraph":{"ward":"escalated","catalyst":"escalated","city":"2023-01-26T03:13:00Z","filter_flag":null,"rating":"single"},"berth_slot":"Maria","total":"maintenance","shipper_ref":"operational","address":"info"}}
missing_brace
{ "type": "object", "properties": { "address": { "type": "integer" }, "company": { "type": "string" }, "id": { "type": "string", "format": "date-time" }, "invoice_id": { "type": "string" }, "verified": { "type": "object", "properties": { ...
{"address":864,"id":"2020-06-07T06:53:00Z","invoice_id":"REV","verified":{"commit_hash":"JPY","paragraph":{"ward":"escalated","catalyst":"escalated","city":"2023-01-26T03:13:00Z","filter_flag":null,"rating":"single"},"berth_slot":"Maria","total":"maintenance","shipper_ref":"operational","address":"info"}
Missing closing brace
{"address":864,"id":"2020-06-07T06:53:00Z","invoice_id":"REV","verified":{"commit_hash":"JPY","paragraph":{"ward":"escalated","catalyst":"escalated","city":"2023-01-26T03:13:00Z","filter_flag":null,"rating":"single"},"berth_slot":"Maria","total":"maintenance","shipper_ref":"operational","address":"info"}}
TASK repair_structured_output SPEC FIELD velocity.vital_sign TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD velocity.weight TYPE string VALUES small|medium|large|xl REQUIRED no FIELD velocity.priority TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD name TYPE string REQUIRED ...
{"velocity":{"vital_sign":"intermittent","priority":"underway"},"name":"test@example.com","subtotal":true,"filter_flag":"high"}
tool_call_bad_format
{ "type": "object", "properties": { "velocity": { "type": "object", "properties": { "vital_sign": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "weight": { "type": "string"...
<functioncall> check_availability {velocity: {vital_sign: "intermittent", priority: "underway"}, name: "test@example.com", subtotal: true, filter_flag: "high"}
Tool call has malformed arguments — unquoted keys in function parameters
{"velocity":{"vital_sign":"intermittent","priority":"underway"},"name":"test@example.com","subtotal":true,"filter_flag":"high"}
TASK repair_structured_output SPEC FIELD col_v89 TYPE integer REQUIRED yes FIELD attr_f27 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_z12[] TYPE string REQUIRED no BROKEN_OUTPUT {"col_v89": "334ms", "attr_f27": "confirmed", "prop_z12": ["2023-12-25"]}
{"col_v89":334,"attr_f27":"confirmed","prop_z12":["2023-12-25"]}
number_with_unit
{ "type": "object", "properties": { "col_v89": { "type": "integer" }, "attr_f27": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_z12": { "type": "array", "items": { "type"...
{"col_v89": "334ms", "attr_f27": "confirmed", "prop_z12": ["2023-12-25"]}
Field 'col_v89' must be number, got string with unit
{"col_v89":334,"attr_f27":"confirmed","prop_z12":["2023-12-25"]}
TASK repair_structured_output SPEC FIELD allele TYPE number REQUIRED yes FIELD tax TYPE string VALUES small|medium|large|xl REQUIRED no FIELD color TYPE number REQUIRED yes FIELD sensor_id TYPE string REQUIRED yes FIELD feedback TYPE string VALUES draft|published|archived REQUIRED yes FIELD gene_id.run_id TYPE integer...
{"allele":315.62,"tax":"small","color":529.5,"sensor_id":"qux","feedback":"archived","gene_id":{"run_id":797,"email":"Oliveira","lane":{"strand":"published","company":[828.85,688.78,854.65,69.95],"color":["2026-05-18T02:23:00Z","2026-04-08T15:54:00Z","2022-06-02T09:41:00Z","2021-04-23T14:36:00Z"]}}}
agent_chain
{ "type": "object", "properties": { "allele": { "type": "number" }, "tax": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "color": { "type": "number" }, "sensor_id": { "type": "string" }, "fe...
Let me check the system. Action: run_diagnostics Result: {"tax": "small", "color": 529.5, "sensor_id": "qux", "feedback": "archived", "gene_id": {"run_id": 797, "email": "Oliveira", "lane": {"strand": "published", "company": [828.85, 688.78, 854.65, 69.95], "color": ["2026-05-18T02:23:00Z", "2026-04-08T15:54:00Z", "202...
Agent multi-step chain with truncated tool output
{"allele":315.62,"tax":"small","color":529.5,"sensor_id":"qux","feedback":"archived","gene_id":{"run_id":797,"email":"Oliveira","lane":{"strand":"published","company":[828.85,688.78,854.65,69.95],"color":["2026-05-18T02:23:00Z","2026-04-08T15:54:00Z","2022-06-02T09:41:00Z","2021-04-23T14:36:00Z"]}}}
TASK repair_structured_output SPEC FIELD score TYPE string REQUIRED yes FIELD frequency_hz TYPE string_email REQUIRED no FIELD shipper_ref.procedure_code TYPE string VALUES level_1|level_2 REQUIRED yes FIELD shipper_ref.frequency_hz TYPE boolean REQUIRED yes FIELD shipper_ref.batch_code TYPE string_uri REQUIRED yes FI...
{"score":"sample","shipper_ref":{"procedure_code":"level_1","frequency_hz":false,"batch_code":"https://api.com/api","crew_id":811,"amplitude":"confirmed"},"created_at":"Hapag-Lloyd-Express","consignee":"Berlin","length":384}
partial_structure
{ "type": "object", "properties": { "score": { "type": "string" }, "frequency_hz": { "type": "string", "format": "email" }, "shipper_ref": { "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "le...
I found that shipper_ref should be {'procedure_code': 'level_1', 'frequency_hz': False, 'batch_code': 'https://api.com/api', 'crew_id': 811, 'amplitude': 'confirmed'}. {"score":"sample","shipper_ref":{"procedure_code":"level_1","frequency_hz":false,"batch_code":"https://api.com/api","crew_id":811,"amplitude":"confirmed...
Output mixes natural language with JSON
{"score":"sample","shipper_ref":{"procedure_code":"level_1","frequency_hz":false,"batch_code":"https://api.com/api","crew_id":811,"amplitude":"confirmed"},"created_at":"Hapag-Lloyd-Express","consignee":"Berlin","length":384}
TASK repair_structured_output SPEC FIELD col_q72 TYPE boolean REQUIRED yes FIELD dim_j75 TYPE string_email REQUIRED no FIELD val_q76 TYPE number REQUIRED no FIELD param_c29 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_t43.prop_x51 TYPE string REQUIRED no FIELD dim_t43.col_i13 TYPE integer REQUIRED...
{"col_q72":false,"val_q76":414.69,"dim_t43":{"prop_x51":"Berlin","col_i13":876,"param_o11":{"dim_q26":251,"dim_s61":248,"prop_d56":"nonsense","attr_d49":true,"dim_k74":796,"attr_l60":"xl","prop_p51":"2020-10-03T19:26:00Z"}},"attr_l58":370,"val_j04":"Hapag-Lloyd-Express"}
missing_bracket
{ "type": "object", "properties": { "col_q72": { "type": "boolean" }, "dim_j75": { "type": "string", "format": "email" }, "val_q76": { "type": "number" }, "param_c29": { "type": "string", "enum": [ "low", "medium", "high", ...
{"col_q72":false,"val_q76":414.69,"dim_t43":{"prop_x51":"Berlin","col_i13":876,"param_o11":{"dim_q26":251,"dim_s61":248,"prop_d56":"nonsense","attr_d49":true,"dim_k74":796,"attr_l60":"xl","prop_p51":"2020-10-03T19:26:00Z"}},"attr_l58":370,"val_j04":"Hapag-Lloyd-Express"}
Missing closing bracket
{"col_q72":false,"val_q76":414.69,"dim_t43":{"prop_x51":"Berlin","col_i13":876,"param_o11":{"dim_q26":251,"dim_s61":248,"prop_d56":"nonsense","attr_d49":true,"dim_k74":796,"attr_l60":"xl","prop_p51":"2020-10-03T19:26:00Z"}},"attr_l58":370,"val_j04":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD attr_f13 TYPE string REQUIRED no FIELD col_c19 TYPE boolean REQUIRED no FIELD field_b41 TYPE number REQUIRED no FIELD val_z99 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD field_z77.key_p74 TYPE string REQUIRED yes FIELD field_z77.dim_l58.attr_r89 TYPE s...
{"attr_f13":"pending","val_z99":"resolved","field_z77":{"key_p74":"hello","dim_l58":{"attr_r89":"Diana","val_e16":"quux","col_x28":"pro","field_x09":"London","key_m74":"pending"},"key_q25":{"val_b77":"chr1","val_o89":864,"val_p51":63,"dim_p35":"homozygous","attr_u25":"2020-10-14T10:57:00Z","attr_x89":false},"attr_g77":...
tool_call_bad_format
{ "type": "object", "properties": { "attr_f13": { "type": "string" }, "col_c19": { "type": "boolean" }, "field_b41": { "type": "number" }, "val_z99": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
<functioncall> read_sensor_array {attr_f13: "pending", val_z99: "resolved", field_z77: {key_p74: "hello", dim_l58: {attr_r89: "Diana", val_e16: "quux", col_x28: "pro", field_x09: "London", key_m74: "pending"}, key_q25: {val_b77: "chr1", val_o89: 864, val_p51: 63, dim_p35: "homozygous", attr_u25: "2020-10-14T10:57:00Z",...
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_f13":"pending","val_z99":"resolved","field_z77":{"key_p74":"hello","dim_l58":{"attr_r89":"Diana","val_e16":"quux","col_x28":"pro","field_x09":"London","key_m74":"pending"},"key_q25":{"val_b77":"chr1","val_o89":864,"val_p51":63,"dim_p35":"homozygous","attr_u25":"2020-10-14T10:57:00Z","attr_x89":false},"attr_g77":...
TASK repair_structured_output SPEC FIELD voltage TYPE string REQUIRED no FIELD berth_slot TYPE integer REQUIRED no FIELD verified TYPE string REQUIRED no FIELD feedback TYPE integer REQUIRED no FIELD paragraph.compound TYPE number REQUIRED yes FIELD paragraph.thumbnail TYPE string_email REQUIRED no FIELD paragraph.nam...
{"berth_slot":165,"feedback":14,"paragraph":{"compound":328.06,"thumbnail":"user@domain.org","name":"type_b","freight_class":null,"hazmat_code":"2024-11-15T15:36:00Z","size":"in_progress","order_id":97.5},"description":{"yield_pct":935,"start_date":303,"email":705.87,"repository":"returned","name":322.1}}
wrong_type
{ "type": "object", "properties": { "voltage": { "type": "string" }, "berth_slot": { "type": "integer" }, "verified": { "type": "string" }, "feedback": { "type": "integer" }, "paragraph": { "type": "object", "properties": { "compound": ...
{"berth_slot": "\"165\"", "feedback": 14, "paragraph": {"compound": 328.06, "thumbnail": "user@domain.org", "name": "type_b", "freight_class": null, "hazmat_code": "2024-11-15T15:36:00Z", "size": "in_progress", "order_id": 97.5}, "description": {"yield_pct": 935, "start_date": 303, "email": 705.87, "repository": "retur...
Field 'berth_slot' must be integer, got string
{"berth_slot":165,"feedback":14,"paragraph":{"compound":328.06,"thumbnail":"user@domain.org","name":"type_b","freight_class":null,"hazmat_code":"2024-11-15T15:36:00Z","size":"in_progress","order_id":97.5},"description":{"yield_pct":935,"start_date":303,"email":705.87,"repository":"returned","name":322.1}}
TASK repair_structured_output SPEC FIELD dim_t29 TYPE integer REQUIRED yes FIELD val_j83 TYPE boolean REQUIRED yes FIELD prop_h77.val_y54.key_y63 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD prop_h77.val_y54.attr_k25 TYPE string REQUIRED yes FIELD prop_h77.val_y54.param_c87 TYPE string REQUIRED yes FIELD...
{"dim_t29":118,"val_j83":false,"prop_h77":{"val_y54":{"key_y63":"mode_a","attr_k25":"baz","param_c87":"Oliveira","param_m50":"admin@example.com"},"val_q07":"option_a","val_q76":650.37},"val_p25":438}
agent_chain
{ "type": "object", "properties": { "dim_t29": { "type": "integer" }, "val_j83": { "type": "boolean" }, "prop_h77": { "type": "object", "properties": { "val_y54": { "type": "object", "properties": { "key_y63": { "type"...
I need to look up the information first. Action: search Result: {"dim_t29": 118, "prop_h77": {"val_y54": {"key_y63": "mode_a", "attr_k25": "baz", "param_c87": "Oliveira", "param_m50": "admin@example.com"}, "val_q07": "option_a", "val_q76": 650.37}, "val_p25": 438} I'll query our database. Action: create_order Result:
Agent multi-step chain with truncated tool output
{"dim_t29":118,"val_j83":false,"prop_h77":{"val_y54":{"key_y63":"mode_a","attr_k25":"baz","param_c87":"Oliveira","param_m50":"admin@example.com"},"val_q07":"option_a","val_q76":650.37},"val_p25":438}
TASK repair_structured_output SPEC FIELD fleet_number TYPE integer REQUIRED yes FIELD user_id TYPE integer REQUIRED no FIELD log_level TYPE number REQUIRED no FIELD state TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD email[].title TYPE boolean REQUIRED no FIELD email[].repository TYPE bo...
{"fleet_number":664,"user_id":172,"log_level":716.89,"state":"frameshift","email":[{"repository":true,"dissolved_oxygen":"Paris","consignee":501,"catalyst":"intermittent","lab_result":"inactive"},{"title":true,"repository":false,"dissolved_oxygen":"2024-06-30","consignee":56,"catalyst":"unstable","bill_of_lading":"quux...
tool_call_wrong_param
{ "type": "object", "properties": { "fleet_number": { "type": "integer" }, "user_id": { "type": "integer" }, "log_level": { "type": "number" }, "state": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "fram...
Tool: validate_sample Params: {"fleet_number": 664, "log_level": 716.89, "state": "frameshift", "email": [{"repository": true, "dissolved_oxygen": "Paris", "consignee": 501, "catalyst": "intermittent", "lab_result": "inactive"}, {"title": true, "repository": false, "dissolved_oxygen": "2024-06-30", "consignee": 56, "ca...
Agent used wrong parameter name 'user_id_id' instead of 'user_id'
{"fleet_number":664,"user_id":172,"log_level":716.89,"state":"frameshift","email":[{"repository":true,"dissolved_oxygen":"Paris","consignee":501,"catalyst":"intermittent","lab_result":"inactive"},{"title":true,"repository":false,"dissolved_oxygen":"2024-06-30","consignee":56,"catalyst":"unstable","bill_of_lading":"quux...
TASK repair_structured_output SPEC FIELD attr_s59 TYPE string REQUIRED yes FIELD val_n56 TYPE integer REQUIRED yes FIELD col_a23.col_c50 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD col_a23.col_e55 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD col_a23.col_k88 TYPE number RE...
{"attr_s59":"John","val_n56":774,"col_a23":{"col_c50":"offline","col_e55":"admin","attr_q90":638,"field_i58":"Smith"}}
truncated_array
{ "type": "object", "properties": { "attr_s59": { "type": "string" }, "val_n56": { "type": "integer" }, "col_a23": { "type": "object", "properties": { "col_c50": { "type": "string", "enum": [ "operational", "degraded", ...
{"attr_s59":"John","val_n56":774,"col_a23":{"col_c50":"offline","col_e55":"admin","attr_q90":638,"field_i58":"Smith"}
Unexpected end of JSON input — truncated object
{"attr_s59":"John","val_n56":774,"col_a23":{"col_c50":"offline","col_e55":"admin","attr_q90":638,"field_i58":"Smith"}}
TASK repair_structured_output SPEC FIELD col_f76 TYPE integer REQUIRED no FIELD field_i60.param_b50.col_i15 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD field_i60.param_b50.dim_b93 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD field_i60.param_b50.field_n66 TYP...
{"col_f76":982,"field_i60":{"param_b50":{"col_i15":"offline","dim_b93":"delivered","field_n66":"homozygous","val_k77":"GRCh38","field_s29":"2020-05-20T05:17:00Z","param_n29":"foo"},"prop_b85":923.57,"field_b96":"draft","param_o80":true,"attr_a17":35,"val_p50":"2025-10-23T05:47:00Z","dim_v93":{"col_p03":907,"dim_a68":"m...
missing_brace
{ "type": "object", "properties": { "col_f76": { "type": "integer" }, "field_i60": { "type": "object", "properties": { "param_b50": { "type": "object", "properties": { "col_i15": { "type": "string", "enum": [ ...
{"col_f76":982,"field_i60":"param_b50":{"col_i15":"offline","dim_b93":"delivered","field_n66":"homozygous","val_k77":"GRCh38","field_s29":"2020-05-20T05:17:00Z","param_n29":"foo"},"prop_b85":923.57,"field_b96":"draft","param_o80":true,"attr_a17":35,"val_p50":"2025-10-23T05:47:00Z","dim_v93":{"col_p03":907,"dim_a68":"ma...
Missing closing brace
{"col_f76":982,"field_i60":{"param_b50":{"col_i15":"offline","dim_b93":"delivered","field_n66":"homozygous","val_k77":"GRCh38","field_s29":"2020-05-20T05:17:00Z","param_n29":"foo"},"prop_b85":923.57,"field_b96":"draft","param_o80":true,"attr_a17":35,"val_p50":"2025-10-23T05:47:00Z","dim_v93":{"col_p03":907,"dim_a68":"m...