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 url TYPE string REQUIRED no
FIELD timezone.size TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD timezone.umi TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD timezone.span_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED ... | {"url":"example","timezone":{"size":"unstable","umi":"pending","span_id":"operational","reagent":"draft"},"description":true,"first_name":{"values":771.87,"payment_status":"inactive","subtotal":"Jane","sensor_id":525,"humidity_pct":"test"},"deploy_target":true} | truncated_object | {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"timezone": {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"... | {"url":"example","timezone":{"size":"unstable","umi":"pending","span_id":"operational","reagent":"draft"},"description":true,"first_name":{"values":771.87,"payment_status":"inactive","subtotal":"Jane","sensor_id":525,"humidity_pct":"test"},"deploy_target":true | Unexpected end of JSON input — truncated object | {"url":"example","timezone":{"size":"unstable","umi":"pending","span_id":"operational","reagent":"draft"},"description":true,"first_name":{"values":771.87,"payment_status":"inactive","subtotal":"Jane","sensor_id":525,"humidity_pct":"test"},"deploy_target":true} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD invoice_id.count TYPE number REQUIRED no
FIELD invoice_id.bill_of_lading TYPE number REQUIRED yes
FIELD invoice_id.email TYPE boolean REQUIRED yes
FIELD invoice_id.comments TYPE string REQUIRED yes
FIELD invoice_i... | {"total":"email","invoice_id":{"count":206.63,"bill_of_lading":675.56,"email":true,"comments":"FWD","crew_id":767},"altitude":"moored","visible":313} | missing_bracket | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"invoice_id": {
"type": "object",
"properties": {
"count": {
"type": "number"
},
"bill_of_lading... | {"total":"email","invoice_id":{"count":206.63,"bill_of_lading":675.56,"email":true,"comments":"FWD","crew_id":767},"altitude":"moored","visible":313} | Missing closing bracket | {"total":"email","invoice_id":{"count":206.63,"bill_of_lading":675.56,"email":true,"comments":"FWD","crew_id":767},"altitude":"moored","visible":313} |
TASK repair_structured_output
SPEC
FIELD allele TYPE boolean REQUIRED no
FIELD order_id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD height TYPE string VALUES draft|published|archived REQUIRED yes
FIELD footnote TYPE string_uri REQUIRED no
FIELD strand[] TYPE number REQUIRED no
BROKEN_OUTPUT
apply_... | {"order_id":"info","height":"draft","footnote":"https://api.com/api"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"allele": {
"type": "boolean"
},
"order_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"height": {
"type": "string",
"enum": [
"draft",
"publishe... | apply_discount(order_id='info', height='draft', footnote='https://api.com/api') | Tool call uses Python syntax instead of JSON | {"order_id":"info","height":"draft","footnote":"https://api.com/api"} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE boolean REQUIRED no
FIELD timezone TYPE string_date-time REQUIRED no
FIELD phone TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD visible TYPE number REQUIRED... | {"maturity_date":false,"date":"missense","visible":895.36} | markdown_explanation | {
"type": "object",
"properties": {
"maturity_date": {
"type": "boolean"
},
"timezone": {
"type": "string",
"format": "date-time"
},
"phone": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"date": {
... | I've generated the following JSON:
```json
{"maturity_date":false,"date":"missense","visible":895.36}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"maturity_date":false,"date":"missense","visible":895.36} |
TASK repair_structured_output
SPEC
FIELD height TYPE integer REQUIRED yes
FIELD amplitude TYPE boolean REQUIRED no
FIELD last_name TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD decay_rate.torque_output TYPE integer REQUIRED no
FIELD decay_rate.conductivity TYPE string REQUIRED yes
FIELD decay_rat... | {"height":944,"amplitude":false,"last_name":"intermittent","decay_rate":{"conductivity":"chr1","type":"type_d"},"values":700,"transaction_id":null} | missing_required | {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"amplitude": {
"type": "boolean"
},
"last_name": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"decay_rate": {
"type": "object",
... | {"amplitude": false, "last_name": "intermittent", "decay_rate": {"conductivity": "chr1", "type": "type_d"}, "values": 700, "transaction_id": null} | Required field 'height' is missing | {"height":944,"amplitude":false,"last_name":"intermittent","decay_rate":{"conductivity":"chr1","type":"type_d"},"values":700,"transaction_id":null} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE integer REQUIRED no
FIELD lab_result TYPE string REQUIRED yes
FIELD size TYPE string_email REQUIRED yes
FIELD role TYPE string REQUIRED no
FIELD website TYPE string REQUIRED no
FIELD collateral TYPE integer REQUIRED no
FIELD torque_output TYPE string VALUES mode_a|... | {"enabled":470,"lab_result":"REV","size":"user@test.io","role":"Oliveira","collateral":916,"torque_output":"mode_b","address":941} | truncated_array | {
"type": "object",
"properties": {
"enabled": {
"type": "integer"
},
"lab_result": {
"type": "string"
},
"size": {
"type": "string",
"format": "email"
},
"role": {
"type": "string"
},
"website": {
"type": "string"
},
"collateral": {
... | {"enabled":470,"lab_result":"REV","size":"user@test.io","role":"Oliveira","collateral":916,"torque_output":"mode_b","address":941 | Unexpected end of JSON input — truncated object | {"enabled":470,"lab_result":"REV","size":"user@test.io","role":"Oliveira","collateral":916,"torque_output":"mode_b","address":941} |
TASK repair_structured_output
SPEC
FIELD dim_b76 TYPE string REQUIRED yes
FIELD col_f78 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_k18.dim_p85 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_k18.param_u24 TYPE string VALUES reliable|unstable|interm... | {"dim_b76":"Jane","col_f78":"frameshift","dim_k18":{"dim_p85":"synonymous","param_d34":"active","field_w61":true,"val_i11":null}} | agent_chain | {
"type": "object",
"properties": {
"dim_b76": {
"type": "string"
},
"col_f78": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_k18": {
"type": "object",
"properties": {
"dim_p8... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"col_f78": "frameshift", "dim_k18": {"dim_p85": "synonymous", "param_d34": "active", "field_w61": true, "val_i11": null}}
Processing the request now.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"dim_b76":"Jane","col_f78":"frameshift","dim_k18":{"dim_p85":"synonymous","param_d34":"active","field_w61":true,"val_i11":null}} |
TASK repair_structured_output
SPEC
FIELD attr_y61 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD field_o20 TYPE string REQUIRED no
FIELD field_a52 TYPE string REQUIRED yes
FIELD dim_y29 TYPE integer REQUIRED no
FIELD attr_u42 TYPE string REQUIRED no
FIELD prop_d20 TYPE string REQUIRED no
FIELD col_p29 TYPE stri... | {"attr_y61":"level_1","field_o20":"active","field_a52":"user@domain.com","dim_y29":893,"col_p29":"2024-06-30","dim_n64":"REV"} | wrong_type | {
"type": "object",
"properties": {
"attr_y61": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"field_o20": {
"type": "string"
},
"field_a52": {
"type": "string"
},
"dim_y29": {
"type": "integer"
},
"attr_u42": {
... | {"attr_y61": "level_1", "field_o20": "active", "field_a52": "user@domain.com", "dim_y29": "\"893\"", "col_p29": "2024-06-30", "dim_n64": "REV"} | Field 'dim_y29' must be integer, got string | {"attr_y61":"level_1","field_o20":"active","field_a52":"user@domain.com","dim_y29":893,"col_p29":"2024-06-30","dim_n64":"REV"} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD chromosome TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD age TYPE string VALUES level_1|level_2 REQUIRED no
FIELD maturity_date TYPE integer REQUIRED yes
BROKEN_OUTPUT
Tool: r... | {"port_code":"oceanic","age":"level_1","maturity_date":537} | tool_call_wrong_param | {
"type": "object",
"properties": {
"port_code": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"chromosome": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"return... | Tool: read_sensor_array
Params: {"port_code": "oceanic", "maturity_date": 537, "age_value": "level_1"} | Agent used wrong parameter name 'age_value' instead of 'age' | {"port_code":"oceanic","age":"level_1","maturity_date":537} |
TASK repair_structured_output
SPEC
FIELD param_i18 TYPE integer REQUIRED no
FIELD val_x14.key_k17 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD val_x14.key_q08 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD val_x14.field_p15 TYPE string REQUIRED no
FIELD val_x14.attr_m88 TYPE string VALUES admin|e... | {"param_i18":297,"col_q26":191.22,"val_i73":21,"field_x63":896.68,"param_o61":"Alice"} | extra_field | {
"type": "object",
"properties": {
"param_i18": {
"type": "integer"
},
"val_x14": {
"type": "object",
"properties": {
"key_k17": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"k... | {"param_i18": 297, "col_q26": 191.22, "val_i73": 21, "field_x63": 896.68, "param_o61": "Alice", "extra_data_1103": "unexpected"} | Unknown field 'extra_data_1103' not defined in schema | {"param_i18":297,"col_q26":191.22,"val_i73":21,"field_x63":896.68,"param_o61":"Alice"} |
TASK repair_structured_output
SPEC
FIELD prop_g46 TYPE string_uri REQUIRED yes
FIELD col_q30 TYPE string REQUIRED yes
FIELD key_l77[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
BROKEN_OUTPUT
{"prop_g46":"https://data.com/data","col_q30":"chrX","key_l77":["oceanic","arctic","inland","arctic"]}
Analy... | {"prop_g46":"https://data.com/data","col_q30":"chrX","key_l77":["oceanic","arctic","inland","arctic"]} | extra_text_after | {
"type": "object",
"properties": {
"prop_g46": {
"type": "string",
"format": "uri"
},
"col_q30": {
"type": "string"
},
"key_l77": {
"type": "array",
"items": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",... | {"prop_g46":"https://data.com/data","col_q30":"chrX","key_l77":["oceanic","arctic","inland","arctic"]}
Analysis finished. | Output contains non-JSON text after the object | {"prop_g46":"https://data.com/data","col_q30":"chrX","key_l77":["oceanic","arctic","inland","arctic"]} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD subject TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD freight_class.label TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FI... | {"throttle_pos":"synonymous","subject":"option_c","freight_class":{"label":"option_e","batch_code":"type_a","start_date":524,"chromosome":"https://www.org/data","website":false,"last_name":"viewer","ph_level":"Diana"},"rating":"Oliveira","deploy_target":88,"commit_hash":533} | extra_text_after | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"subject": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | {"throttle_pos":"synonymous","subject":"option_c","freight_class":{"label":"option_e","batch_code":"type_a","start_date":524,"chromosome":"https://www.org/data","website":false,"last_name":"viewer","ph_level":"Diana"},"rating":"Oliveira","deploy_target":88,"commit_hash":533}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"throttle_pos":"synonymous","subject":"option_c","freight_class":{"label":"option_e","batch_code":"type_a","start_date":524,"chromosome":"https://www.org/data","website":false,"last_name":"viewer","ph_level":"Diana"},"rating":"Oliveira","deploy_target":88,"commit_hash":533} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED no
FIELD section TYPE null REQUIRED no
FIELD message TYPE string REQUIRED yes
FIELD url TYPE boolean REQUIRED no
FIELD language[] TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
Tool: filter_variants
Params: {"interest_rate": "Hapag-Lloyd-Express"... | {"interest_rate":"Hapag-Lloyd-Express","section":null,"message":"demo","url":false,"language":["https://api.com/api"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"section": {
"type": "null"
},
"message": {
"type": "string"
},
"url": {
"type": "boolean"
},
"language": {
"type": "array",
"items": {
"type": "string",
... | Tool: filter_variants
Params: {"interest_rate": "Hapag-Lloyd-Express", "section": null, "message": "demo", "url": false, "language_name": ["https://api.com/api"]} | Agent used wrong parameter name 'language_name' instead of 'language' | {"interest_rate":"Hapag-Lloyd-Express","section":null,"message":"demo","url":false,"language":["https://api.com/api"]} |
TASK repair_structured_output
SPEC
FIELD step TYPE boolean REQUIRED yes
FIELD published TYPE null REQUIRED yes
FIELD pressure_kpa TYPE string REQUIRED no
FIELD crew_id TYPE integer REQUIRED yes
FIELD commit_hash.deploy_target TYPE string REQUIRED no
FIELD commit_hash.run_id TYPE integer REQUIRED no
FIELD commit_hash.h... | {"step":true,"published":null,"pressure_kpa":"Johnson","crew_id":576,"commit_hash":{"run_id":499,"height":"foo","consignee":{"organism":"free","quality_score":38}}} | tool_call_bad_format | {
"type": "object",
"properties": {
"step": {
"type": "boolean"
},
"published": {
"type": "null"
},
"pressure_kpa": {
"type": "string"
},
"crew_id": {
"type": "integer"
},
"commit_hash": {
"type": "object",
"properties": {
"deploy_targe... | <functioncall> lookup_customer
{step: true, published: null, pressure_kpa: "Johnson", crew_id: 576, commit_hash: {run_id: 499, height: "foo", consignee: {organism: "free", quality_score: 38}}} | Tool call has malformed arguments — unquoted keys in function parameters | {"step":true,"published":null,"pressure_kpa":"Johnson","crew_id":576,"commit_hash":{"run_id":499,"height":"foo","consignee":{"organism":"free","quality_score":38}}} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE boolean REQUIRED yes
FIELD items.barcode TYPE string VALUES single|married|divorced REQUIRED no
FIELD items.bill_of_lading TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD items.freight_class TYPE string REQUIRED no
FIELD items.terminal_id T... | {"image_url":true,"items":{"bill_of_lading":"in_progress","freight_class":"example","terminal_id":602,"full_name":120.51,"company":"2024-01-15","color":"quux"},"temp_celsius":788.29,"active":"Sao Paulo"} | markdown_explanation | {
"type": "object",
"properties": {
"image_url": {
"type": "boolean"
},
"items": {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"... | The instrument reported:
```json
{"image_url":true,"items":{"bill_of_lading":"in_progress","freight_class":"example","terminal_id":602,"full_name":120.51,"company":"2024-01-15","color":"quux"},"temp_celsius":788.29,"active":"Sao Paulo"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"image_url":true,"items":{"bill_of_lading":"in_progress","freight_class":"example","terminal_id":602,"full_name":120.51,"company":"2024-01-15","color":"quux"},"temp_celsius":788.29,"active":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE boolean REQUIRED yes
FIELD age.ward TYPE boolean REQUIRED no
FIELD age.frequency_hz TYPE number REQUIRED yes
FIELD age.decay_rate.role TYPE number REQUIRED yes
FIELD age.decay_rate.notes TYPE integer REQUIRED yes
FIELD age.decay_rate.comments TYPE string VALUES new... | {"enabled":false,"age":{"frequency_hz":315.25,"length":true,"type":{"patient_id":"This is a test value.","strand":null,"score":36,"velocity":"low"}},"collateral":{"balance":false,"ph_level":false,"section":"small","catalyst":507},"address":false,"freight_class":752.34} | single_quotes | {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"age": {
"type": "object",
"properties": {
"ward": {
"type": "boolean"
},
"frequency_hz": {
"type": "number"
},
"decay_rate": {
"type": "object",
... | {'enabled':false,'age':{'frequency_hz':315.25,'length':true,'type':{'patient_id':'This is a test value.','strand':null,'score':36,'velocity':'low'}},'collateral':{'balance':false,'ph_level':false,'section':'small','catalyst':507},'address':false,'freight_class':752.34} | Expecting property name enclosed in double quotes | {"enabled":false,"age":{"frequency_hz":315.25,"length":true,"type":{"patient_id":"This is a test value.","strand":null,"score":36,"velocity":"low"}},"collateral":{"balance":false,"ph_level":false,"section":"small","catalyst":507},"address":false,"freight_class":752.34} |
TASK repair_structured_output
SPEC
FIELD organism TYPE null REQUIRED no
FIELD status_code TYPE boolean REQUIRED yes
FIELD tax TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD build_status TYPE null REQUIRED yes
FIELD transaction_id TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD title TYPE num... | {"organism":null,"status_code":true,"tax":"black","build_status":null,"transaction_id":"viewer","title":471.01} | unquoted_keys | {
"type": "object",
"properties": {
"organism": {
"type": "null"
},
"status_code": {
"type": "boolean"
},
"tax": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"build_status": {
"type... | {organism:null,status_code:true,tax:"black",build_status:null,transaction_id:"viewer",title:471.01} | Expecting property name enclosed in double quotes | {"organism":null,"status_code":true,"tax":"black","build_status":null,"transaction_id":"viewer","title":471.01} |
TASK repair_structured_output
SPEC
FIELD field_a67 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD field_v42 TYPE string REQUIRED yes
FIELD col_k12 TYPE string REQUIRED yes
FIELD attr_u99 TYPE string REQUIRED yes
FIELD param_u88 TYPE string REQUIRED no
FIELD val_u44.dim_g40 TYPE boolean REQUIRED yes
FIELD val... | {"field_a67":"BRL","field_v42":"Santos","col_k12":"inactive","attr_u99":"demo","param_u88":"RTG-04","val_u44":{"dim_g40":true,"key_p05":"option_e","prop_o66":979}} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_a67": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"field_v42": {
"type": "string"
},
"col_k12": {
"type": "string"
},
"attr_u99": {
"type": "str... | Let me check the system.
<tool_call name="check_cargo_manifest">
{"field_a67":"BRL","field_v42":"Santos","col_k12":"inactive","attr_u99":"demo","param_u88":"RTG-04","val_u44":{"dim_g40":true,"key_p05":"option_e","prop_o66":979}}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"field_a67":"BRL","field_v42":"Santos","col_k12":"inactive","attr_u99":"demo","param_u88":"RTG-04","val_u44":{"dim_g40":true,"key_p05":"option_e","prop_o66":979}} |
TASK repair_structured_output
SPEC
FIELD title TYPE integer REQUIRED yes
FIELD image_url TYPE string REQUIRED no
FIELD values TYPE string_date-time REQUIRED yes
FIELD bill_of_lading TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD chromosome TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD umi TYPE... | {"title":708,"image_url":"completed","values":"2026-01-18T02:34:00Z","bill_of_lading":"sms","chromosome":"email","umi":"pending"} | missing_required | {
"type": "object",
"properties": {
"title": {
"type": "integer"
},
"image_url": {
"type": "string"
},
"values": {
"type": "string",
"format": "date-time"
},
"bill_of_lading": {
"type": "string",
"enum": [
"email",
"phone",
"sms... | {"title": 708, "image_url": "completed", "values": "2026-01-18T02:34:00Z", "chromosome": "email", "umi": "pending"} | Required field 'bill_of_lading' is missing | {"title":708,"image_url":"completed","values":"2026-01-18T02:34:00Z","bill_of_lading":"sms","chromosome":"email","umi":"pending"} |
TASK repair_structured_output
SPEC
FIELD param_u60 TYPE string_uri REQUIRED yes
FIELD key_h52 TYPE string_email REQUIRED yes
FIELD col_y70 TYPE number REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: apply_discount
Arguments: {"key_h52": "user@domain.org", "col_y70": 568.14} | {"param_u60":"https://www.io/v1","key_h52":"user@domain.org","col_y70":568.14} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_u60": {
"type": "string",
"format": "uri"
},
"key_h52": {
"type": "string",
"format": "email"
},
"col_y70": {
"type": "number"
}
},
"required": [
"param_u60",
"key_h52",
"col_y70"
]
} | Let me check the system.
Action: apply_discount
Arguments: {"key_h52": "user@domain.org", "col_y70": 568.14} | Agent tool call missing required parameter 'param_u60' | {"param_u60":"https://www.io/v1","key_h52":"user@domain.org","col_y70":568.14} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD run_id TYPE string REQUIRED yes
FIELD notes TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: search
Arguments: {"product_id": "inactive", "run_id": "baz"} | {"product_id":"inactive","run_id":"baz","notes":"Alice"} | tool_call_partial_args | {
"type": "object",
"properties": {
"product_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"run_id": {
"type": "string"
},
"notes": {
"type": "string"
}
},
"required": [
"run_id",
"notes"
]
} | Let me check the system.
Action: search
Arguments: {"product_id": "inactive", "run_id": "baz"} | Agent tool call missing required parameter 'notes' | {"product_id":"inactive","run_id":"baz","notes":"Alice"} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string REQUIRED yes
FIELD weight TYPE string REQUIRED yes
FIELD ward TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD published.pressure_kpa TYPE boolean REQUIRED no
FIELD published.phone TYPE string_date-time REQUIRED yes
FIELD published.end_da... | {"amount":"PASS","weight":"Bob","ward":"berthed","published":{"pressure_kpa":true,"phone":"2024-03-13T09:50:00Z","end_date":524,"paragraph":716,"email":"red"},"height":{"tile":{"barcode":224,"batch_code":384,"terminal_id":null,"conductivity":true,"deploy_target":["approved"],"options":[160.62,262.13,200.61,41.04]},"tem... | trailing_comma | {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"weight": {
"type": "string"
},
"ward": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"published": {
"type": "object",
... | {"amount":"PASS","weight":"Bob","ward":"berthed","published":{"pressure_kpa":true,"phone":"2024-03-13T09:50:00Z","end_date":524,"paragraph":716,"email":"red",},"height":{"tile":{"barcode":224,"batch_code":384,"terminal_id":null,"conductivity":true,"deploy_target":["approved"],"options":[160.62,262.13,200.61,41.04]},"te... | Unexpected trailing comma | {"amount":"PASS","weight":"Bob","ward":"berthed","published":{"pressure_kpa":true,"phone":"2024-03-13T09:50:00Z","end_date":524,"paragraph":716,"email":"red"},"height":{"tile":{"barcode":224,"batch_code":384,"terminal_id":null,"conductivity":true,"deploy_target":["approved"],"options":[160.62,262.13,200.61,41.04]},"tem... |
TASK repair_structured_output
SPEC
FIELD field_h29 TYPE number REQUIRED yes
FIELD col_w45 TYPE boolean REQUIRED no
FIELD dim_f02 TYPE string REQUIRED yes
FIELD val_i19[].val_d04 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_i19[].dim_m99 TYPE string VALUES red|blue|green|black|white REQUIRED yes
... | {"field_h29":439.13,"col_w45":true,"dim_f02":"cancelled","val_i19":[{"dim_m99":"blue","field_a65":"pending_review","field_u03":"synonymous"},{"val_d04":"success","dim_m99":"green","field_a65":"pending_review","field_u03":"frameshift"},{"val_d04":"info","dim_m99":"black","field_a65":"confirmed","field_u03":"frameshift"}... | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_h29": {
"type": "number"
},
"col_w45": {
"type": "boolean"
},
"dim_f02": {
"type": "string"
},
"val_i19": {
"type": "array",
"items": {
"type": "object",
"properties": {
"val_d04": {
... | Tool: apply_discount
Params: {"col_w45": true, "dim_f02": "cancelled", "val_i19": [{"dim_m99": "blue", "field_a65": "pending_review", "field_u03": "synonymous"}, {"val_d04": "success", "dim_m99": "green", "field_a65": "pending_review", "field_u03": "frameshift"}, {"val_d04": "info", "dim_m99": "black", "field_a65": "co... | Agent used wrong parameter name 'field_h29_id' instead of 'field_h29' | {"field_h29":439.13,"col_w45":true,"dim_f02":"cancelled","val_i19":[{"dim_m99":"blue","field_a65":"pending_review","field_u03":"synonymous"},{"val_d04":"success","dim_m99":"green","field_a65":"pending_review","field_u03":"frameshift"},{"val_d04":"info","dim_m99":"black","field_a65":"confirmed","field_u03":"frameshift"}... |
TASK repair_structured_output
SPEC
FIELD val_u76 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_l26 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD attr_x50 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"val_u76":"low","prop_l26":"black","attr_x50":782.99}
I've ensured all required fie... | {"val_u76":"low","prop_l26":"black","attr_x50":782.99} | extra_text_after | {
"type": "object",
"properties": {
"val_u76": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_l26": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | {"val_u76":"low","prop_l26":"black","attr_x50":782.99}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"val_u76":"low","prop_l26":"black","attr_x50":782.99} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE integer REQUIRED yes
FIELD weight.allele.visible TYPE string REQUIRED no
FIELD weight.allele.subtotal TYPE boolean REQUIRED yes
FIELD weight.allele.chromosome TYPE integer REQUIRED yes
FIELD weight.section TYPE string REQUIRED no
FIELD weight.department.items... | {"torque_output":83,"weight":{"allele":{"subtotal":true,"chromosome":527},"section":"Alice","department":{"items":"JPY","format":612,"aligned_pct":"sample","build_status":"open","phone":["critical","high","medium","high"],"first_name":["https://example.com","demo","London"]},"port_code":{"balance":"berthed","allele":96... | truncated_array | {
"type": "object",
"properties": {
"torque_output": {
"type": "integer"
},
"weight": {
"type": "object",
"properties": {
"allele": {
"type": "object",
"properties": {
"visible": {
"type": "string"
},
"subtot... | {"torque_output":83,"weight":{"allele":{"subtotal":true,"chromosome":527},"section":"Alice","department":{"items":"JPY","format":612,"aligned_pct":"sample","build_status":"open","phone":["critical","high","medium","high"],"first_name":["https://example.com","demo","London"]},"port_code":{"balance":"berthed","allele":96... | Unexpected end of JSON input — truncated object | {"torque_output":83,"weight":{"allele":{"subtotal":true,"chromosome":527},"section":"Alice","department":{"items":"JPY","format":612,"aligned_pct":"sample","build_status":"open","phone":["critical","high","medium","high"],"first_name":["https://example.com","demo","London"]},"port_code":{"balance":"berthed","allele":96... |
TASK repair_structured_output
SPEC
FIELD field_n05 TYPE string_date-time REQUIRED yes
FIELD key_p21 TYPE null REQUIRED no
FIELD prop_s67 TYPE boolean REQUIRED yes
FIELD val_o67 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_j18 TYPE string REQUIRED no
FIELD val_a99 TYPE boolean REQUIRED no
... | {"field_n05":"2025-07-27T11:29:00Z","prop_s67":true,"val_o67":"intermittent","param_j18":"2024-06-30","val_a99":false,"param_q99":"sample"} | trailing_comma | {
"type": "object",
"properties": {
"field_n05": {
"type": "string",
"format": "date-time"
},
"key_p21": {
"type": "null"
},
"prop_s67": {
"type": "boolean"
},
"val_o67": {
"type": "string",
"enum": [
"reliable",
"unstable",
"in... | {"field_n05":"2025-07-27T11:29:00Z","prop_s67":true,"val_o67":"intermittent","param_j18":"2024-06-30","val_a99":false,"param_q99":"sample",} | Unexpected trailing comma | {"field_n05":"2025-07-27T11:29:00Z","prop_s67":true,"val_o67":"intermittent","param_j18":"2024-06-30","val_a99":false,"param_q99":"sample"} |
TASK repair_structured_output
SPEC
FIELD key_s72 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_a20 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_u80 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_c26 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no... | {"key_s72":"viewer","col_a20":"red","field_u80":"admin","dim_g32":"quux","dim_j39":"heterozygous"} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_s72": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_a20": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
... | <functioncall> delete_item
{key_s72: "viewer", col_a20: "red", field_u80: "admin", dim_g32: "quux", dim_j39: "heterozygous"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_s72":"viewer","col_a20":"red","field_u80":"admin","dim_g32":"quux","dim_j39":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD key_i53 TYPE string REQUIRED yes
FIELD key_i36 TYPE integer REQUIRED no
FIELD col_i97 TYPE string REQUIRED no
FIELD param_a92 TYPE integer REQUIRED no
FIELD prop_c42 TYPE string_uri REQUIRED no
FIELD key_h97 TYPE number REQUIRED no
FIELD attr_u43.dim_k57 TYPE string VALUES sing... | {"key_i53":"GRCh38","key_i36":187,"col_i97":"Paris","param_a92":926,"prop_c42":"https://example.org/data","key_h97":264.21,"attr_u43":{"dim_k57":"married","val_a61":"push","prop_l06":679.4}} | unquoted_keys | {
"type": "object",
"properties": {
"key_i53": {
"type": "string"
},
"key_i36": {
"type": "integer"
},
"col_i97": {
"type": "string"
},
"param_a92": {
"type": "integer"
},
"prop_c42": {
"type": "string",
"format": "uri"
},
"key_h97": {
... | {key_i53:"GRCh38",key_i36:187,col_i97:"Paris",param_a92:926,prop_c42:"https://example.org/data",key_h97:264.21,attr_u43:{dim_k57:"married",val_a61:"push",prop_l06:679.4}} | Expecting property name enclosed in double quotes | {"key_i53":"GRCh38","key_i36":187,"col_i97":"Paris","param_a92":926,"prop_c42":"https://example.org/data","key_h97":264.21,"attr_u43":{"dim_k57":"married","val_a61":"push","prop_l06":679.4}} |
TASK repair_structured_output
SPEC
FIELD param_a65 TYPE number REQUIRED no
FIELD col_g63 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_n15 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD field_u88 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_j15[] TYPE s... | {"param_a65":940.43,"dim_n15":"red"} | agent_chain | {
"type": "object",
"properties": {
"param_a65": {
"type": "number"
},
"col_g63": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"dim_n15": {
"type": "string",
"enum": [
"red",
"blue"... | I need to look up the information first.
Action: read_sensor_array
Result: {"param_a65": 940.43}
Processing the request now.
Action: delete_item
Result: | Agent multi-step chain with truncated tool output | {"param_a65":940.43,"dim_n15":"red"} |
TASK repair_structured_output
SPEC
FIELD key_g87 TYPE number REQUIRED yes
FIELD key_g17 TYPE string_date-time REQUIRED yes
FIELD col_y47.field_a83 TYPE integer REQUIRED no
FIELD col_y47.col_c21 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD col_y47.key_e33 TYPE integer REQUIRED yes
FIELD col_y47... | {"key_g87":842.36,"key_g17":"2022-05-11T18:14:00Z","col_y47":{"col_c21":"level_2","key_e33":43,"attr_j68":[{"field_o65":"MV-Evergreen-01","prop_g83":"FWD","attr_b79":"Maria"},{"prop_g83":"Johnson","attr_b79":"New York"}]},"col_j30":380,"val_r85":"option_a"} | extra_field | {
"type": "object",
"properties": {
"key_g87": {
"type": "number"
},
"key_g17": {
"type": "string",
"format": "date-time"
},
"col_y47": {
"type": "object",
"properties": {
"field_a83": {
"type": "integer"
},
"col_c21": {
"... | {"key_g87": 842.36, "key_g17": "2022-05-11T18:14:00Z", "col_y47": {"col_c21": "level_2", "key_e33": 43, "attr_j68": [{"field_o65": "MV-Evergreen-01", "prop_g83": "FWD", "attr_b79": "Maria"}, {"prop_g83": "Johnson", "attr_b79": "New York"}]}, "col_j30": 380, "val_r85": "option_a", "extra_value_3413": 42} | Unknown field 'extra_value_3413' not defined in schema | {"key_g87":842.36,"key_g17":"2022-05-11T18:14:00Z","col_y47":{"col_c21":"level_2","key_e33":43,"attr_j68":[{"field_o65":"MV-Evergreen-01","prop_g83":"FWD","attr_b79":"Maria"},{"prop_g83":"Johnson","attr_b79":"New York"}]},"col_j30":380,"val_r85":"option_a"} |
TASK repair_structured_output
SPEC
FIELD attr_i78 TYPE string REQUIRED no
FIELD dim_j42 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD val_v53[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"attr_i78":"Silva","... | {"attr_i78":"Silva","dim_j42":"option_c","val_v53":["example","https://example.com","inactive","London"]} | thought_process | {
"type": "object",
"properties": {
"attr_i78": {
"type": "string"
},
"dim_j42": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"val_v53": {
"type": "array",
"items": {
"type": "string"... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"attr_i78":"Silva","dim_j42":"option_c","val_v53":["example","https://example.com","inactive","London"]} | Output contains chain-of-thought reasoning before JSON | {"attr_i78":"Silva","dim_j42":"option_c","val_v53":["example","https://example.com","inactive","London"]} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string REQUIRED no
FIELD maturity_date.transaction_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD maturity_date.subject TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD maturity_date.ward TYPE string REQUIRED no
FIELD maturity_date.torque_... | {"altitude":"https://example.com","maturity_date":{"transaction_id":"cat_b","subject":"medium","ward":"GRCh38","torque_output":false,"state":561,"date":"bar"},"ph_level":"cat_a","discount":102,"yield_pct":false,"notes":false,"deploy_target":{"timezone":"option_c","chapter":"cat_c","allele":729}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"altitude": {
"type": "string"
},
"maturity_date": {
"type": "object",
"properties": {
"transaction_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
... | Tool: read_sensor_array
Params: {"altitude": "https://example.com", "maturity_date": {"transaction_id": "cat_b", "subject": "medium", "ward": "GRCh38", "torque_output": false, "state": 561, "date": "bar"}, "discount": 102, "yield_pct": false, "notes": false, "deploy_target": {"timezone": "option_c", "chapter": "cat_c",... | Agent used wrong parameter name 'ph_level_new' instead of 'ph_level' | {"altitude":"https://example.com","maturity_date":{"transaction_id":"cat_b","subject":"medium","ward":"GRCh38","torque_output":false,"state":561,"date":"bar"},"ph_level":"cat_a","discount":102,"yield_pct":false,"notes":false,"deploy_target":{"timezone":"option_c","chapter":"cat_c","allele":729}} |
TASK repair_structured_output
SPEC
FIELD address TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD items TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD total TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD span_id TYPE integer REQUIRED no
FIELD repository.a... | {"address":"in_transit","items":"sms","total":"operational","span_id":891,"city":315.02,"level":622.74,"paragraph":{"shipper_ref":"resolved","section":875,"log_level":{"product_id":"inactive","category":"https://data.com/data","frequency_hz":948,"span_id":"active"}}} | unquoted_keys | {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"items": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | {address:"in_transit",items:"sms",total:"operational",span_id:891,city:315.02,level:622.74,paragraph:{shipper_ref:"resolved",section:875,log_level:{product_id:"inactive",category:"https://data.com/data",frequency_hz:948,span_id:"active"}}} | Expecting property name enclosed in double quotes | {"address":"in_transit","items":"sms","total":"operational","span_id":891,"city":315.02,"level":622.74,"paragraph":{"shipper_ref":"resolved","section":875,"log_level":{"product_id":"inactive","category":"https://data.com/data","frequency_hz":948,"span_id":"active"}}} |
TASK repair_structured_output
SPEC
FIELD dim_s49 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_h98 TYPE string REQUIRED no
FIELD field_x09 TYPE boolean REQUIRED yes
FIELD val_s26[].attr_i66 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_s26[].attr... | {"dim_s49":"synonymous","attr_h98":"Jane","field_x09":false,"val_s26":[{"attr_i66":"synonymous","attr_m86":"email","field_z94":"push","key_t17":249.81,"attr_j15":"pending_review","attr_g17":"Smith","field_a69":501.42},{"attr_i66":"frameshift","field_z94":"email","attr_j15":"escalated","attr_g17":"Johnson","field_a69":2... | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_s49": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"attr_h98": {
"type": "string"
},
"field_x09": {
"type": "boolean"
},
"val_s26": {
"typ... | Tool: check_availability
Params: {"attr_h98": "Jane", "field_x09": false, "val_s26": [{"attr_i66": "synonymous", "attr_m86": "email", "field_z94": "push", "key_t17": 249.81, "attr_j15": "pending_review", "attr_g17": "Smith", "field_a69": 501.42}, {"attr_i66": "frameshift", "field_z94": "email", "attr_j15": "escalated",... | Agent used wrong parameter name 'dim_s49_value' instead of 'dim_s49' | {"dim_s49":"synonymous","attr_h98":"Jane","field_x09":false,"val_s26":[{"attr_i66":"synonymous","attr_m86":"email","field_z94":"push","key_t17":249.81,"attr_j15":"pending_review","attr_g17":"Smith","field_a69":501.42},{"attr_i66":"frameshift","field_z94":"email","attr_j15":"escalated","attr_g17":"Johnson","field_a69":2... |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD compound TYPE string REQUIRED yes
FIELD state.freight_class TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD state.features TYPE string VALUES option_a|option_b REQUIRED yes
FIELD... | {"compound":"inactive"} | truncated_object | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"compound": {
"type": "string"
},
"state": {
"type": "object",
"properties": {
"freight_class": ... | {"compound":"inactive" | Unexpected end of JSON input — truncated object | {"compound":"inactive"} |
TASK repair_structured_output
SPEC
FIELD key_d78 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_f85 TYPE integer REQUIRED no
FIELD val_h74 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_g58 TYPE string REQUIRED yes
FIELD prop_z61 TYPE boolean REQUIRE... | {"key_d78":"heterozygous","dim_f85":864,"val_h74":"rejected","field_g58":"Alice","prop_z61":false} | trailing_comma | {
"type": "object",
"properties": {
"key_d78": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"dim_f85": {
"type": "integer"
},
"val_h74": {
"type": "string",
"enum": [
"pending_review",
"c... | {"key_d78":"heterozygous","dim_f85":864,"val_h74":"rejected","field_g58":"Alice","prop_z61":false,} | Unexpected trailing comma | {"key_d78":"heterozygous","dim_f85":864,"val_h74":"rejected","field_g58":"Alice","prop_z61":false} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD address TYPE string_date-time REQUIRED no
FIELD credit_score TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD trace_id TYPE integer REQUIRED no
FIELD length TYPE string_date-time REQUIRED no
FIE... | {"image_url":"mode_a","address":"2023-05-17T14:42:00Z","credit_score":"type_b","trace_id":274,"length":"2024-09-17T06:21:00Z","status_code":false,"subtotal":"cat_b","nickname":"Johnson"} | number_with_unit | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"address": {
"type": "string",
"format": "date-time"
},
"credit_score": {
"type": "string",
"enum": [
"type_a... | {"image_url": "mode_a", "address": "2023-05-17T14:42:00Z", "credit_score": "type_b", "trace_id": "274kg", "length": "2024-09-17T06:21:00Z", "status_code": false, "subtotal": "cat_b", "nickname": "Johnson"} | Field 'trace_id' must be number, got string with unit | {"image_url":"mode_a","address":"2023-05-17T14:42:00Z","credit_score":"type_b","trace_id":274,"length":"2024-09-17T06:21:00Z","status_code":false,"subtotal":"cat_b","nickname":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD salinity TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD due_date TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD length TYPE string REQUIRED no
BROKEN_OUTPU... | {"status_code":"nonsense","due_date":"basic","length":"qux"} | null_required | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"salinity": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"criti... | {"status_code": null, "due_date": "basic", "length": "qux"} | Required field 'status_code' is null | {"status_code":"nonsense","due_date":"basic","length":"qux"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE integer REQUIRED yes
FIELD role.rating TYPE integer REQUIRED no
FIELD role.umi TYPE string REQUIRED no
FIELD role.company TYPE string_email REQUIRED yes
FIELD role.feedback TYPE string_date-time REQUIRED yes
FIELD brake_pressure.department TYPE string REQUIRED... | {"throttle_pos":934,"brake_pressure":{"department":"world","address":"approved","status":"level_2","shipper_ref":[{"duration_ms":"2020-12-17T17:14:00Z","current_draw":null,"ward":686,"paragraph":"https://data.com/data"}]},"reagent":{"title":553,"velocity":466.03,"balance":128},"visible":732,"name":null} | trailing_comma | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "integer"
},
"role": {
"type": "object",
"properties": {
"rating": {
"type": "integer"
},
"umi": {
"type": "string"
},
"company": {
"type": "string",
... | {"throttle_pos":934,"brake_pressure":{"department":"world","address":"approved","status":"level_2","shipper_ref":[{"duration_ms":"2020-12-17T17:14:00Z","current_draw":null,"ward":686,"paragraph":"https://data.com/data",}]},"reagent":{"title":553,"velocity":466.03,"balance":128},"visible":732,"name":null} | Unexpected trailing comma | {"throttle_pos":934,"brake_pressure":{"department":"world","address":"approved","status":"level_2","shipper_ref":[{"duration_ms":"2020-12-17T17:14:00Z","current_draw":null,"ward":686,"paragraph":"https://data.com/data"}]},"reagent":{"title":553,"velocity":466.03,"balance":128},"visible":732,"name":null} |
TASK repair_structured_output
SPEC
FIELD attr_e22 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD col_a36 TYPE integer REQUIRED yes
FIELD field_f17 TYPE string REQUIRED no
FIELD param_w42.val_o36 TYPE number REQUIRED no
FIELD param_w42.col_n40.val_t17 TYPE string VALUES berth... | {"col_a36":632,"field_f17":"Maria","param_w42":{"col_n40":{"val_t17":"moored","prop_h62":"underway","val_c64":"mode_b","param_q79":"inactive","field_j17":"2023-12-25","dim_z41":false},"param_q80":{"dim_c65":"MV-Evergreen-01","col_a19":"foo","val_d81":"chrX","attr_c82":true,"param_o49":"success"}},"col_z69":"QC-07","pro... | wrong_type | {
"type": "object",
"properties": {
"attr_e22": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"col_a36": {
"type": "integer"
},
"field_f17": {
"type": "string... | {"col_a36": "\"632\"", "field_f17": "Maria", "param_w42": {"col_n40": {"val_t17": "moored", "prop_h62": "underway", "val_c64": "mode_b", "param_q79": "inactive", "field_j17": "2023-12-25", "dim_z41": false}, "param_q80": {"dim_c65": "MV-Evergreen-01", "col_a19": "foo", "val_d81": "chrX", "attr_c82": true, "param_o49": ... | Field 'col_a36' must be integer, got string | {"col_a36":632,"field_f17":"Maria","param_w42":{"col_n40":{"val_t17":"moored","prop_h62":"underway","val_c64":"mode_b","param_q79":"inactive","field_j17":"2023-12-25","dim_z41":false},"param_q80":{"dim_c65":"MV-Evergreen-01","col_a19":"foo","val_d81":"chrX","attr_c82":true,"param_o49":"success"}},"col_z69":"QC-07","pro... |
TASK repair_structured_output
SPEC
FIELD field_w82 TYPE number REQUIRED yes
FIELD prop_z25 TYPE string REQUIRED no
FIELD col_n65 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_n17 TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"field_w82":784.36,"col_n65":"archived","col_n17":985.38}
``` | {"field_w82":784.36,"col_n65":"archived","col_n17":985.38} | markdown_fences | {
"type": "object",
"properties": {
"field_w82": {
"type": "number"
},
"prop_z25": {
"type": "string"
},
"col_n65": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_n17": {
"type": "number"
}
},
"... | ```json
{"field_w82":784.36,"col_n65":"archived","col_n17":985.38}
``` | Output contains markdown code fences | {"field_w82":784.36,"col_n65":"archived","col_n17":985.38} |
TASK repair_structured_output
SPEC
FIELD tile TYPE boolean REQUIRED yes
FIELD bill_of_lading TYPE integer REQUIRED yes
FIELD latitude TYPE string REQUIRED yes
FIELD language.wavelength.currency TYPE string VALUES single|married|divorced REQUIRED no
FIELD language.wavelength.version TYPE integer REQUIRED yes
FIELD lang... | {"tile":false,"bill_of_lading":790,"latitude":"hello","language":{"wavelength":{"currency":"single","version":737,"size":"https://data.org/api","current_draw":"enterprise"},"shipping":{"currency":true,"chapter":"homozygous"},"country":"chr1","yield_pct":"chrX"},"description":"2024-01-15"} | number_with_unit | {
"type": "object",
"properties": {
"tile": {
"type": "boolean"
},
"bill_of_lading": {
"type": "integer"
},
"latitude": {
"type": "string"
},
"language": {
"type": "object",
"properties": {
"wavelength": {
"type": "object",
"prope... | {"tile": false, "bill_of_lading": "790%", "latitude": "hello", "language": {"wavelength": {"currency": "single", "version": 737, "size": "https://data.org/api", "current_draw": "enterprise"}, "shipping": {"currency": true, "chapter": "homozygous"}, "country": "chr1", "yield_pct": "chrX"}, "description": "2024-01-15"} | Field 'bill_of_lading' must be number, got string with unit | {"tile":false,"bill_of_lading":790,"latitude":"hello","language":{"wavelength":{"currency":"single","version":737,"size":"https://data.org/api","current_draw":"enterprise"},"shipping":{"currency":true,"chapter":"homozygous"},"country":"chr1","yield_pct":"chrX"},"description":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD val_p38 TYPE integer REQUIRED yes
FIELD key_j97 TYPE string REQUIRED no
FIELD param_n19[] TYPE number REQUIRED yes
FIELD key_s82[].param_e07 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_s82[].prop_l30 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
... | {"val_p38":905,"key_j97":"Silva","param_n19":[601.12,404.46,817.31],"key_s82":[{"col_f63":"rejected","val_r22":"This is a test value."}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_p38": {
"type": "integer"
},
"key_j97": {
"type": "string"
},
"param_n19": {
"type": "array",
"items": {
"type": "number"
}
},
"key_s82": {
"type": "array",
"items": {
"type": "object",
... | Tool: search
Params: {"val_p38": 905, "key_j97": "Silva", "key_s82": [{"col_f63": "rejected", "val_r22": "This is a test value."}], "param_n19_new": [601.12, 404.46, 817.31]} | Agent used wrong parameter name 'param_n19_new' instead of 'param_n19' | {"val_p38":905,"key_j97":"Silva","param_n19":[601.12,404.46,817.31],"key_s82":[{"col_f63":"rejected","val_r22":"This is a test value."}]} |
TASK repair_structured_output
SPEC
FIELD size TYPE null REQUIRED yes
FIELD phone TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD total TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD transaction_id TYPE string REQUIRED no
FIELD allele TYPE string REQUIRED no
FIELD role TYPE null REQUIRED no
FIELD ... | {"size":null,"phone":"editor","total":"email","allele":"completed","role":null,"tags":"bar"} | null_required | {
"type": "object",
"properties": {
"size": {
"type": "null"
},
"phone": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"total": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"pus... | {"size": null, "phone": "editor", "total": "email", "allele": "completed", "role": null, "tags": null} | Required field 'tags' is null | {"size":null,"phone":"editor","total":"email","allele":"completed","role":null,"tags":"bar"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD turbidity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD state TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD medication TYPE integer REQUIRED no
F... | {"notes":"type_f","turbidity":"oceanic","state":"hemizygous","loan_amount":"Tokyo","procedure_code":595,"first_name":"cat_b"} | truncated_object | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"turbidity": {
"type": "string",
"enum": [
"coastal",
"oceanic",
... | {"notes":"type_f","turbidity":"oceanic","state":"hemizygous","loan_amount":"Tokyo","procedure_code":595,"first_name":"cat_b" | Unexpected end of JSON input — truncated object | {"notes":"type_f","turbidity":"oceanic","state":"hemizygous","loan_amount":"Tokyo","procedure_code":595,"first_name":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD param_j86.val_f77 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_j86.field_p52 TYPE string REQUIRED no
FIELD param_j86.param_w53 TYPE string REQUIRED yes
FIELD param_j86.col_b81.attr_j90 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD... | {"param_j86":{"val_f77":"white","param_w53":"John","col_b81":{"attr_j90":"reliable","attr_f18":"https://api.com/v1","attr_a92":true,"val_z65":false},"col_d88":221},"attr_t98":"https://data.org/api","key_m71":754,"val_w20":{"field_d58":null,"val_u39":781.9,"val_j65":["https://example.com","London","2024-06-30","chr1"],"... | tool_call_text_mix | {
"type": "object",
"properties": {
"param_j86": {
"type": "object",
"properties": {
"val_f77": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_p52": {... | I need to look up the information first.
<tool_call name="assign_berth">
{"param_j86":{"val_f77":"white","param_w53":"John","col_b81":{"attr_j90":"reliable","attr_f18":"https://api.com/v1","attr_a92":true,"val_z65":false},"col_d88":221},"attr_t98":"https://data.org/api","key_m71":754,"val_w20":{"field_d58":null,"val_u3... | Agent response mixes reasoning text with tool call | {"param_j86":{"val_f77":"white","param_w53":"John","col_b81":{"attr_j90":"reliable","attr_f18":"https://api.com/v1","attr_a92":true,"val_z65":false},"col_d88":221},"attr_t98":"https://data.org/api","key_m71":754,"val_w20":{"field_d58":null,"val_u39":781.9,"val_j65":["https://example.com","London","2024-06-30","chr1"],"... |
TASK repair_structured_output
SPEC
FIELD param_o71 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_a29 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD prop_i26 TYPE string REQUIRED no
FIELD dim_z86 TYPE string_date-time REQUIRED no
FIELD prop_q42 TYPE string REQUIR... | {"param_o71":"BRL","param_a29":"level_3","prop_q42":"Maria"} | missing_bracket | {
"type": "object",
"properties": {
"param_o71": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_a29": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4... | {"param_o71":"BRL","param_a29":"level_3","prop_q42":"Maria"} | Missing closing bracket | {"param_o71":"BRL","param_a29":"level_3","prop_q42":"Maria"} |
TASK repair_structured_output
SPEC
FIELD role.altitude TYPE number REQUIRED no
FIELD role.thumbnail TYPE boolean REQUIRED no
FIELD role.throttle_pos TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD role.size TYPE integer REQUIRED no
FIELD role.repository TYPE integer REQUIRED no
FIELD shipping TYPE integer ... | {"role":{"thumbnail":false,"throttle_pos":"medium","size":278,"repository":764},"shipping":36,"berth_slot":"This is a test value.","deploy_target":"Sao Paulo","chromosome":"test@test.io","age":153.13} | markdown_explanation | {
"type": "object",
"properties": {
"role": {
"type": "object",
"properties": {
"altitude": {
"type": "number"
},
"thumbnail": {
"type": "boolean"
},
"throttle_pos": {
"type": "string",
"enum": [
"small",
... | Sure, here's the result:
```json
{"role":{"thumbnail":false,"throttle_pos":"medium","size":278,"repository":764},"shipping":36,"berth_slot":"This is a test value.","deploy_target":"Sao Paulo","chromosome":"test@test.io","age":153.13}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"role":{"thumbnail":false,"throttle_pos":"medium","size":278,"repository":764},"shipping":36,"berth_slot":"This is a test value.","deploy_target":"Sao Paulo","chromosome":"test@test.io","age":153.13} |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE null REQUIRED yes
FIELD umi TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dosage TYPE boolean REQUIRED yes
FIELD humidity_pct.cargo_type TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD humidity_pct.country TYPE string VALUES pendin... | {"yield_pct":null,"umi":"white","dosage":true} | markdown_fences | {
"type": "object",
"properties": {
"yield_pct": {
"type": "null"
},
"umi": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dosage": {
"type": "boolean"
},
"humidity_pct": {
"type": "... | ```json
{"yield_pct":null,"umi":"white","dosage":true}
``` | Output contains markdown code fences | {"yield_pct":null,"umi":"white","dosage":true} |
TASK repair_structured_output
SPEC
FIELD attr_t27.val_p29 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_t27.attr_e01 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD attr_t27.field_r64 TYPE null REQUIRED yes
FIELD val_d62 TYPE integer REQUIRED no
FIELD prop_q83 TYPE string VALUES admin|editor|vie... | {"attr_t27":{"val_p29":"EUR","attr_e01":"level_1","field_r64":null},"prop_q83":"admin","dim_o96":"2026-09-17T08:05:00Z","attr_h71":495.37,"col_p02":{"prop_p61":"This is a test value.","attr_n44":753,"dim_o93":"test@example.com","key_e47":[500,153,190,121],"val_z43":[387,674]}} | wrong_type | {
"type": "object",
"properties": {
"attr_t27": {
"type": "object",
"properties": {
"val_p29": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"attr_e01": {
... | {"attr_t27": {"val_p29": "EUR", "attr_e01": "level_1", "field_r64": null}, "prop_q83": "admin", "dim_o96": "2026-09-17T08:05:00Z", "attr_h71": "\"495.37\"", "col_p02": {"prop_p61": "This is a test value.", "attr_n44": 753, "dim_o93": "test@example.com", "key_e47": [500, 153, 190, 121], "val_z43": [387, 674]}} | Field 'attr_h71' must be number, got string | {"attr_t27":{"val_p29":"EUR","attr_e01":"level_1","field_r64":null},"prop_q83":"admin","dim_o96":"2026-09-17T08:05:00Z","attr_h71":495.37,"col_p02":{"prop_p61":"This is a test value.","attr_n44":753,"dim_o93":"test@example.com","key_e47":[500,153,190,121],"val_z43":[387,674]}} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES single|married|divorced REQUIRED yes
FIELD diagnosis_code TYPE string_date-time REQUIRED no
FIELD yield_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD category TYPE number REQUIRED yes
FIELD comments TYPE strin... | {"price":"divorced","diagnosis_code":"2020-10-25T00:05:00Z","yield_pct":"level_6","category":64.15} | date_format_error | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"diagnosis_code": {
"type": "string",
"format": "date-time"
},
"yield_pct": {
"type": "string",
"enum": [
"lev... | {"price": "divorced", "diagnosis_code": "2020-10-25", "yield_pct": "level_6", "category": 64.15} | Field 'diagnosis_code' has invalid date format | {"price":"divorced","diagnosis_code":"2020-10-25T00:05:00Z","yield_pct":"level_6","category":64.15} |
TASK repair_structured_output
SPEC
FIELD language.phenotype TYPE string_email REQUIRED yes
FIELD language.score TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD language.fleet_number TYPE boolean REQUIRED yes
FIELD language.notes TYPE integer REQUIRED no
FIELD language.section TYPE string REQUIRED yes
FIELD langu... | {"language":{"phenotype":"test@example.com","score":"level_1","fleet_number":false,"notes":922,"section":"world","vessel_name":"New York","width":447},"temp_celsius":"mode_a","salinity":314,"bearing":"admin@example.com","timezone":"test@example.com"} | truncated_object | {
"type": "object",
"properties": {
"language": {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"format": "email"
},
"score": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
... | {"language":{"phenotype":"test@example.com","score":"level_1","fleet_number":false,"notes":922,"section":"world","vessel_name":"New York","width":447},"temp_celsius":"mode_a","salinity":314,"bearing":"admin@example.com","timezone":"test@example.com" | Unexpected end of JSON input — truncated object | {"language":{"phenotype":"test@example.com","score":"level_1","fleet_number":false,"notes":922,"section":"world","vessel_name":"New York","width":447},"temp_celsius":"mode_a","salinity":314,"bearing":"admin@example.com","timezone":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD param_o26 TYPE integer REQUIRED no
FIELD attr_g46 TYPE string_date-time REQUIRED no
FIELD key_c06 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD prop_y57 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_i57.col_b22 TY... | {"param_o26":891,"prop_y57":"hemizygous","attr_i57":{"col_b22":"Santos","field_i95":"London","dim_l71":[812]}} | truncated_array | {
"type": "object",
"properties": {
"param_o26": {
"type": "integer"
},
"attr_g46": {
"type": "string",
"format": "date-time"
},
"key_c06": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
... | {"param_o26":891,"prop_y57":"hemizygous","attr_i57":{"col_b22":"Santos","field_i95":"London","dim_l71":[812]} | Unexpected end of JSON input — truncated object | {"param_o26":891,"prop_y57":"hemizygous","attr_i57":{"col_b22":"Santos","field_i95":"London","dim_l71":[812]}} |
TASK repair_structured_output
SPEC
FIELD val_k97.field_a01 TYPE string_email REQUIRED yes
FIELD val_k97.dim_q43 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD val_k97.attr_a23 TYPE integer REQUIRED yes
FIELD field_t18 TYPE null REQUIRED no
FIELD key_v20 TYPE number REQUIRED no
FIELD field_z55 TYPE integer REQUIRE... | {"val_k97":{"field_a01":"info@domain.org","dim_q43":"type_b","attr_a23":85},"field_t18":null,"key_v20":188.84,"field_z55":14,"col_f18":{"val_a69":"Silva","col_u25":true,"val_p52":"level_2","key_z41":932.25,"field_w87":"inland","attr_o32":"test"},"prop_f70":{"prop_j22":"completed","key_m80":903,"prop_t41":false,"field_t... | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_k97": {
"type": "object",
"properties": {
"field_a01": {
"type": "string",
"format": "email"
},
"dim_q43": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
... | assign_berth(val_k97={'field_a01': 'info@domain.org', 'dim_q43': 'type_b', 'attr_a23': 85}, field_t18=None, key_v20=188.84, field_z55=14, col_f18={'val_a69': 'Silva', 'col_u25': True, 'val_p52': 'level_2', 'key_z41': 932.25, 'field_w87': 'inland', 'attr_o32': 'test'}, prop_f70={'prop_j22': 'completed', 'key_m80': 903, ... | Tool call uses Python syntax instead of JSON | {"val_k97":{"field_a01":"info@domain.org","dim_q43":"type_b","attr_a23":85},"field_t18":null,"key_v20":188.84,"field_z55":14,"col_f18":{"val_a69":"Silva","col_u25":true,"val_p52":"level_2","key_z41":932.25,"field_w87":"inland","attr_o32":"test"},"prop_f70":{"prop_j22":"completed","key_m80":903,"prop_t41":false,"field_t... |
TASK repair_structured_output
SPEC
FIELD param_x53 TYPE number REQUIRED no
FIELD prop_p06 TYPE string REQUIRED yes
FIELD param_q97 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: run_diagnostics
Result: {"prop_p06": "completed"}
I'll quer... | {"param_x53":143.57,"prop_p06":"completed"} | agent_chain | {
"type": "object",
"properties": {
"param_x53": {
"type": "number"
},
"prop_p06": {
"type": "string"
},
"param_q97": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
}
},
"required": [
"prop_p06... | I need to look up the information first.
Action: run_diagnostics
Result: {"prop_p06": "completed"}
I'll query our database.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"param_x53":143.57,"prop_p06":"completed"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string VALUES draft|published|archived REQUIRED yes
FIELD reagent TYPE integer REQUIRED no
FIELD cargo_type TYPE null REQUIRED no
FIELD company TYPE integer REQUIRED no
BROKEN_OUTPUT
Tool: annotate_mutation
Params: {"bearing": "draft", "reagent": 700, "cargo_type"... | {"bearing":"draft","reagent":700,"cargo_type":null,"company":126} | tool_call_wrong_param | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"reagent": {
"type": "integer"
},
"cargo_type": {
"type": "null"
},
"company": {
"type": "integer"
}
},
"... | Tool: annotate_mutation
Params: {"bearing": "draft", "reagent": 700, "cargo_type": null, "company_value": 126} | Agent used wrong parameter name 'company_value' instead of 'company' | {"bearing":"draft","reagent":700,"cargo_type":null,"company":126} |
TASK repair_structured_output
SPEC
FIELD prop_k46 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_x11 TYPE number REQUIRED yes
FIELD val_y28 TYPE number REQUIRED no
FIELD prop_m06 TYPE string REQUIRED no
FIELD key_l10 TYPE string REQUIRED yes
FIELD val_g18 TYPE integer REQUIRED yes
FIELD param_x20 ... | {"prop_k46":"warning","val_x11":646.68,"val_y28":176.21,"prop_m06":"MV-Evergreen-01","key_l10":"https://api.example.com/v1","val_g18":981,"param_x20":842.93} | extra_field | {
"type": "object",
"properties": {
"prop_k46": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_x11": {
"type": "number"
},
"val_y28": {
"type": "number"
},
"prop_m06": {
"type": "string"
... | {"prop_k46": "warning", "val_x11": 646.68, "val_y28": 176.21, "prop_m06": "MV-Evergreen-01", "key_l10": "https://api.example.com/v1", "val_g18": 981, "param_x20": 842.93, "extra_data_3388": true} | Unknown field 'extra_data_3388' not defined in schema | {"prop_k46":"warning","val_x11":646.68,"val_y28":176.21,"prop_m06":"MV-Evergreen-01","key_l10":"https://api.example.com/v1","val_g18":981,"param_x20":842.93} |
TASK repair_structured_output
SPEC
FIELD lane TYPE number REQUIRED yes
FIELD filter_flag TYPE integer REQUIRED no
FIELD berth_slot TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
The output is as follows:
```json
{"lane":277.95,"filter_flag":54}
```
Analysis finished. | {"lane":277.95,"filter_flag":54} | markdown_explanation | {
"type": "object",
"properties": {
"lane": {
"type": "number"
},
"filter_flag": {
"type": "integer"
},
"berth_slot": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
}
},
"required": [
"lane"
... | The output is as follows:
```json
{"lane":277.95,"filter_flag":54}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"lane":277.95,"filter_flag":54} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE integer REQUIRED no
FIELD state TYPE string REQUIRED yes
FIELD website.footnote TYPE integer REQUIRED yes
FIELD website.lane TYPE integer REQUIRED yes
FIELD website.company TYPE string REQUIRED yes
BROKEN_OUTPUT
Here is the JSON you requested:
{"collateral":464... | {"collateral":464,"state":"REV","website":{"footnote":793,"lane":405,"company":"Santos"}} | extra_text_before | {
"type": "object",
"properties": {
"collateral": {
"type": "integer"
},
"state": {
"type": "string"
},
"website": {
"type": "object",
"properties": {
"footnote": {
"type": "integer"
},
"lane": {
"type": "integer"
},
... | Here is the JSON you requested:
{"collateral":464,"state":"REV","website":{"footnote":793,"lane":405,"company":"Santos"}} | Output contains non-JSON text before the object | {"collateral":464,"state":"REV","website":{"footnote":793,"lane":405,"company":"Santos"}} |
TASK repair_structured_output
SPEC
FIELD val_s10 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD prop_v38 TYPE boolean REQUIRED yes
FIELD attr_z08 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: update_record
Arguments: {"prop_v38": false, "attr_... | {"val_s10":"offline","prop_v38":false,"attr_z08":465} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_s10": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"prop_v38": {
"type": "boolean"
},
"attr_z08": {
"type": "integer"
}
},
"required": [
"p... | I need to look up the information first.
Action: update_record
Arguments: {"prop_v38": false, "attr_z08": 465} | Agent tool call missing required parameter 'val_s10' | {"val_s10":"offline","prop_v38":false,"attr_z08":465} |
TASK repair_structured_output
SPEC
FIELD field_i50.val_x83 TYPE string_date-time REQUIRED yes
FIELD field_i50.attr_t35 TYPE number REQUIRED no
FIELD field_i50.param_u33 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_i50.prop_d62 TYPE number REQUIRED yes
FIELD field_i50.val_k84.col_q75 TYPE integer RE... | {"attr_o93":"JPY","col_n40":"inland"} | extra_field | {
"type": "object",
"properties": {
"field_i50": {
"type": "object",
"properties": {
"val_x83": {
"type": "string",
"format": "date-time"
},
"attr_t35": {
"type": "number"
},
"param_u33": {
"type": "string",
"e... | {"attr_o93": "JPY", "col_n40": "inland", "extra_value_1589": 42} | Unknown field 'extra_value_1589' not defined in schema | {"attr_o93":"JPY","col_n40":"inland"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string_date-time REQUIRED no
FIELD strand TYPE number REQUIRED no
FIELD index TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD position.height TYPE string_uri REQUIRED yes
FIELD position.collateral TYPE boolean ... | {"strand":907.72,"index":"viewer","deploy_target":"baz","position":{"height":"https://data.io/data","label":"ops@test.io","isotope":{"width":"world","language":810,"chromosome":"baz","velocity":"hello","active":"https://data.com/data"},"interest_rate":{"patient_id":"London","feedback":"BRL","cargo_type":"email","update... | agent_chain | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"format": "date-time"
},
"strand": {
"type": "number"
},
"index": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"deploy_target": {
"type"... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"index": "viewer", "deploy_target": "baz", "position": {"height": "https://data.io/data", "label": "ops@test.io", "isotope": {"width": "world", "language": 810, "chromosome": "baz", "velocity": "hello", "active": "https://data.com/data"}, "i... | Agent multi-step chain with truncated tool output | {"strand":907.72,"index":"viewer","deploy_target":"baz","position":{"height":"https://data.io/data","label":"ops@test.io","isotope":{"width":"world","language":810,"chromosome":"baz","velocity":"hello","active":"https://data.com/data"},"interest_rate":{"patient_id":"London","feedback":"BRL","cargo_type":"email","update... |
TASK repair_structured_output
SPEC
FIELD step TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD department TYPE integer REQUIRED no
FIELD latitude TYPE string_date-time REQUIRED yes
FIELD berth_slot.hazmat_code TYPE string VALUES single|married|divorced REQUIRED no
FIELD berth_slot.run_id T... | {"department":973,"latitude":"2020-08-07T08:35:00Z","berth_slot":{"weight":"intermittent","country":746.61,"build_status":686,"comments":true,"language":"BRL"}} | trailing_comma | {
"type": "object",
"properties": {
"step": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"department": {
"type": "integer"
},
"latitude": {
"type": "string",
"format": "date-time"
},... | {"department":973,"latitude":"2020-08-07T08:35:00Z","berth_slot":{"weight":"intermittent","country":746.61,"build_status":686,"comments":true,"language":"BRL",}} | Unexpected trailing comma | {"department":973,"latitude":"2020-08-07T08:35:00Z","berth_slot":{"weight":"intermittent","country":746.61,"build_status":686,"comments":true,"language":"BRL"}} |
TASK repair_structured_output
SPEC
FIELD name TYPE string_date-time REQUIRED no
FIELD notes TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD due_date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD umi.vessel_name TYPE integer REQUIRED yes
FIELD umi.deplo... | {"notes":"type_f","due_date":"pending_review","umi":{"vessel_name":79,"deploy_target":"level_2","batch_code":977,"zip_code":"PASS"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"name": {
"type": "string",
"format": "date-time"
},
"notes": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"due_date": {
"type"... | I need to look up the information first.
Action: lookup_customer
Arguments: {"notes": "type_f", "umi": {"vessel_name": 79, "deploy_target": "level_2", "batch_code": 977, "zip_code": "PASS"}} | Agent tool call missing required parameter 'due_date' | {"notes":"type_f","due_date":"pending_review","umi":{"vessel_name":79,"deploy_target":"level_2","batch_code":977,"zip_code":"PASS"}} |
TASK repair_structured_output
SPEC
FIELD field_d55 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD attr_b59 TYPE boolean REQUIRED no
FIELD key_o87 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_y65 TYPE string REQUIRED no
FIELD field_z10 TYPE number REQUIRED yes
FIELD prop_u86 TYPE in... | {"field_d55":"cat_c","attr_b59":false,"key_o87":"pro","key_y65":"RTG-04","field_z10":933.47,"prop_u86":489,"val_f22":"2023-12-25","prop_j25":"Tokyo"} | invalid_enum | {
"type": "object",
"properties": {
"field_d55": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"attr_b59": {
"type": "boolean"
},
"key_o87": {
"type": "string",
"enum": [
"free",
"basic",
... | {"field_d55": "invalid_value_738", "attr_b59": false, "key_o87": "pro", "key_y65": "RTG-04", "field_z10": 933.47, "prop_u86": 489, "val_f22": "2023-12-25", "prop_j25": "Tokyo"} | Field 'field_d55' has invalid enum value 'invalid_value_738', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d'] | {"field_d55":"cat_c","attr_b59":false,"key_o87":"pro","key_y65":"RTG-04","field_z10":933.47,"prop_u86":489,"val_f22":"2023-12-25","prop_j25":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD key_n75 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD prop_p33 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_v00 TYPE string REQUIRED no
FIELD col_x69 TYPE integer REQUIRED no
FIELD col_q46 TYPE string REQUIRED no
BROKEN_OUTPUT
The key_n75 is... | {"key_n75":"mode_a","col_x69":987} | partial_structure | {
"type": "object",
"properties": {
"key_n75": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"prop_p33": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"col_v00... | The key_n75 is mode_a and {"key_n75":"mode_a","col_x69":987} | Output mixes natural language with JSON | {"key_n75":"mode_a","col_x69":987} |
TASK repair_structured_output
SPEC
FIELD param_k71 TYPE integer REQUIRED no
FIELD prop_z46 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_k70 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD param_f83 TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"prop_z46":"escalate... | {"prop_z46":"escalated","dim_k70":"small","param_f83":36} | markdown_fences | {
"type": "object",
"properties": {
"param_k71": {
"type": "integer"
},
"prop_z46": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"dim_k70": {
"type": "string",
"enum": [
"smal... | ```json
{"prop_z46":"escalated","dim_k70":"small","param_f83":36}
``` | Output contains markdown code fences | {"prop_z46":"escalated","dim_k70":"small","param_f83":36} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD level TYPE string_date-time REQUIRED yes
FIELD age TYPE string VALUES cat_a|cat_b REQUIRED yes
BROKEN_OUTPUT
{"lab_result":"mode_a","level":"2024-09-09T06:51:00Z","age":"cat_a",} | {"lab_result":"mode_a","level":"2024-09-09T06:51:00Z","age":"cat_a"} | trailing_comma | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"level": {
"type": "string",
"format": "date-time"
},
"age": {
"type": "string",
"enum": [
"cat_a",
... | {"lab_result":"mode_a","level":"2024-09-09T06:51:00Z","age":"cat_a",} | Unexpected trailing comma | {"lab_result":"mode_a","level":"2024-09-09T06:51:00Z","age":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD prop_i50 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_a38 TYPE integer REQUIRED yes
FIELD param_x84 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_a86 TYPE string_email REQUIRED yes
FIELD key_v73 TYPE boolean REQUIRED no
FIELD field_s83 TY... | {"prop_i50":"blue","param_a38":71,"param_x84":"JPY","col_a86":"user@domain.org","key_v73":false,"field_s83":"Silva","dim_w18":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_i50": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_a38": {
"type": "integer"
},
"param_x84": {
"type": "string",
"enum": [
"USD",
... | I need to look up the information first.
Action: get_account
Arguments: {"prop_i50": "blue", "param_x84": "JPY", "col_a86": "user@domain.org", "key_v73": false, "field_s83": "Silva", "dim_w18": false} | Agent tool call missing required parameter 'param_a38' | {"prop_i50":"blue","param_a38":71,"param_x84":"JPY","col_a86":"user@domain.org","key_v73":false,"field_s83":"Silva","dim_w18":false} |
TASK repair_structured_output
SPEC
FIELD width TYPE string REQUIRED no
FIELD shipper_ref TYPE string_uri REQUIRED yes
FIELD longitude TYPE integer REQUIRED no
BROKEN_OUTPUT
Based on your request, here is the data:
{"width":"cancelled","shipper_ref":"https://api.org/api","longitude":564} | {"width":"cancelled","shipper_ref":"https://api.org/api","longitude":564} | extra_text_before | {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"shipper_ref": {
"type": "string",
"format": "uri"
},
"longitude": {
"type": "integer"
}
},
"required": [
"shipper_ref"
]
} | Based on your request, here is the data:
{"width":"cancelled","shipper_ref":"https://api.org/api","longitude":564} | Output contains non-JSON text before the object | {"width":"cancelled","shipper_ref":"https://api.org/api","longitude":564} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string REQUIRED yes
FIELD section.bearing TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD section.insurance_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD section.latitude TYPE string VALUES reliabl... | {"diagnosis_code":"chrX","section":{"bearing":"pending_review","insurance_id":"returned","latitude":"reliable","enabled":"Santos","turbidity":true,"published":"London","amplitude":"2025-03-26T22:43:00Z"},"comments":"https://api.com/data"} | extra_field | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string"
},
"section": {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"es... | {"diagnosis_code": "chrX", "section": {"bearing": "pending_review", "insurance_id": "returned", "latitude": "reliable", "enabled": "Santos", "turbidity": true, "published": "London", "amplitude": "2025-03-26T22:43:00Z"}, "comments": "https://api.com/data", "extra_value_2477": 42} | Unknown field 'extra_value_2477' not defined in schema | {"diagnosis_code":"chrX","section":{"bearing":"pending_review","insurance_id":"returned","latitude":"reliable","enabled":"Santos","turbidity":true,"published":"London","amplitude":"2025-03-26T22:43:00Z"},"comments":"https://api.com/data"} |
TASK repair_structured_output
SPEC
FIELD prop_n61 TYPE integer REQUIRED no
FIELD val_v30 TYPE integer REQUIRED no
FIELD dim_t66 TYPE null REQUIRED yes
FIELD col_a25.col_z89 TYPE integer REQUIRED no
FIELD col_a25.prop_e85 TYPE boolean REQUIRED yes
FIELD col_a25.prop_b62 TYPE string REQUIRED no
FIELD col_a25.val_a85 TYP... | {"prop_n61":685,"dim_t66":null,"key_e35":"ops@example.com","dim_s61":{"key_c89":"This is a test value.","field_j43":717.94,"prop_j06":"London"},"dim_h90":423} | extra_field | {
"type": "object",
"properties": {
"prop_n61": {
"type": "integer"
},
"val_v30": {
"type": "integer"
},
"dim_t66": {
"type": "null"
},
"col_a25": {
"type": "object",
"properties": {
"col_z89": {
"type": "integer"
},
"prop_e... | {"prop_n61": 685, "dim_t66": null, "key_e35": "ops@example.com", "dim_s61": {"key_c89": "This is a test value.", "field_j43": 717.94, "prop_j06": "London"}, "dim_h90": 423, "extra_data_339": "unexpected"} | Unknown field 'extra_data_339' not defined in schema | {"prop_n61":685,"dim_t66":null,"key_e35":"ops@example.com","dim_s61":{"key_c89":"This is a test value.","field_j43":717.94,"prop_j06":"London"},"dim_h90":423} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD username TYPE string VALUES draft|published|archived REQUIRED no
FIELD level TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD item_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED ... | {"verified":"coastal","level":"GBP","item_id":"oceanic","count":895.01,"width":"info@example.com","hazmat_code":"active"} | number_with_unit | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"username": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
... | {"verified": "coastal", "level": "GBP", "item_id": "oceanic", "count": "895.01sec", "width": "info@example.com", "hazmat_code": "active"} | Field 'count' must be number, got string with unit | {"verified":"coastal","level":"GBP","item_id":"oceanic","count":895.01,"width":"info@example.com","hazmat_code":"active"} |
TASK repair_structured_output
SPEC
FIELD param_s06.val_j34 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD param_s06.key_q50 TYPE boolean REQUIRED no
FIELD param_s06.field_c17 TYPE boolean REQUIRED yes
FIELD param_s06.prop_a18 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD param_s06.fie... | {"param_s06":{"val_j34":"type_b","key_q50":true,"field_c17":true,"prop_a18":"level_2","field_v34":"chr1","dim_z34":"https://example.io/data","dim_y67":"QC-07"},"col_b78":{"col_c34":true,"prop_y76":873,"col_h48":"https://api.example.com/v1"},"prop_f68":false,"param_x31":961,"param_n88":false} | wrong_type | {
"type": "object",
"properties": {
"param_s06": {
"type": "object",
"properties": {
"val_j34": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"key_q50": {
"type... | {"param_s06": {"val_j34": "type_b", "key_q50": true, "field_c17": true, "prop_a18": "level_2", "field_v34": "chr1", "dim_z34": "https://example.io/data", "dim_y67": "QC-07"}, "col_b78": {"col_c34": true, "prop_y76": 873, "col_h48": "https://api.example.com/v1"}, "prop_f68": "\"no\"", "param_x31": 961, "param_n88": fals... | Field 'prop_f68' must be boolean, got string | {"param_s06":{"val_j34":"type_b","key_q50":true,"field_c17":true,"prop_a18":"level_2","field_v34":"chr1","dim_z34":"https://example.io/data","dim_y67":"QC-07"},"col_b78":{"col_c34":true,"prop_y76":873,"col_h48":"https://api.example.com/v1"},"prop_f68":false,"param_x31":961,"param_n88":false} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD feedback TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD decay_rate TYPE string_uri REQUIRED no
FIELD consignee TYPE string_email REQUIRED yes
FIELD notes TYPE string VALUES mode_a|mode_b REQUIRED... | {"latitude":"small","feedback":"cat_c","decay_rate":"https://www.io/api","consignee":"ops@example.com","notes":"mode_b","version":"ops@test.io"} | tool_call_partial_args | {
"type": "object",
"properties": {
"latitude": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"feedback": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
... | Let me check the system.
Action: verify_hazmat_compliance
Arguments: {"latitude": "small", "feedback": "cat_c", "decay_rate": "https://www.io/api", "notes": "mode_b", "version": "ops@test.io"} | Agent tool call missing required parameter 'consignee' | {"latitude":"small","feedback":"cat_c","decay_rate":"https://www.io/api","consignee":"ops@example.com","notes":"mode_b","version":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD dim_j92 TYPE number REQUIRED no
FIELD field_f07 TYPE string REQUIRED no
FIELD prop_a02 TYPE boolean REQUIRED no
FIELD param_d03 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_f07": "cancelled", "prop_a02": false, "param_d03": "Silva", "extra_value_8474": "unexpected"} | {"field_f07":"cancelled","prop_a02":false,"param_d03":"Silva"} | extra_field | {
"type": "object",
"properties": {
"dim_j92": {
"type": "number"
},
"field_f07": {
"type": "string"
},
"prop_a02": {
"type": "boolean"
},
"param_d03": {
"type": "string"
}
},
"required": [
"param_d03"
]
} | {"field_f07": "cancelled", "prop_a02": false, "param_d03": "Silva", "extra_value_8474": "unexpected"} | Unknown field 'extra_value_8474' not defined in schema | {"field_f07":"cancelled","prop_a02":false,"param_d03":"Silva"} |
TASK repair_structured_output
SPEC
FIELD allele.isotope TYPE integer REQUIRED no
FIELD allele.pressure_kpa.repository TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD allele.pressure_kpa.isotope TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD allele.pressure_kpa.conductivit... | {"allele":{"isotope":207,"pressure_kpa":{"repository":"option_c","isotope":"level_3","conductivity":true,"voltage":391.95},"dosage":"world"},"quantity":442.03,"start_date":"quux"} | tool_call_text_mix | {
"type": "object",
"properties": {
"allele": {
"type": "object",
"properties": {
"isotope": {
"type": "integer"
},
"pressure_kpa": {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enu... | I'll query our database.
<tool_call name="check_availability">
{"allele":{"isotope":207,"pressure_kpa":{"repository":"option_c","isotope":"level_3","conductivity":true,"voltage":391.95},"dosage":"world"},"quantity":442.03,"start_date":"quux"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"allele":{"isotope":207,"pressure_kpa":{"repository":"option_c","isotope":"level_3","conductivity":true,"voltage":391.95},"dosage":"world"},"quantity":442.03,"start_date":"quux"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE string REQUIRED yes
FIELD created_at TYPE string REQUIRED yes
FIELD chapter.bill_of_lading.phenotype TYPE string REQUIRED no
FIELD chapter.bill_of_lading.weight TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD chapter.bill_of_lading.priority TYPE str... | {"weight":"chr1","created_at":"REV","chapter":{"bill_of_lading":{"phenotype":"Johnson","weight":"warning","priority":"London","hazmat_code":null},"organism":false,"enabled":false,"umi":null}} | markdown_explanation | {
"type": "object",
"properties": {
"weight": {
"type": "string"
},
"created_at": {
"type": "string"
},
"chapter": {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "object",
"properties": {
"phenotype": {
... | Pipeline result:
```json
{"weight":"chr1","created_at":"REV","chapter":{"bill_of_lading":{"phenotype":"Johnson","weight":"warning","priority":"London","hazmat_code":null},"organism":false,"enabled":false,"umi":null}}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"weight":"chr1","created_at":"REV","chapter":{"bill_of_lading":{"phenotype":"Johnson","weight":"warning","priority":"London","hazmat_code":null},"organism":false,"enabled":false,"umi":null}} |
TASK repair_structured_output
SPEC
FIELD field_o49.param_s28 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD field_o49.attr_d21 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD field_o49.prop_w07 TYPE integer REQUIRED yes
FIELD field_o49.key_k80 TYPE string REQUIRED no
FIELD di... | {"field_o49":{"param_s28":"option_c","prop_w07":911,"key_k80":"foo"},"dim_y76":661.08,"val_i12":319.9,"dim_q22":"test@domain.org","dim_y91":"type_a","attr_w64":"Santos"} | missing_required | {
"type": "object",
"properties": {
"field_o49": {
"type": "object",
"properties": {
"param_s28": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"attr_d21": {
... | {"field_o49": {"param_s28": "option_c", "prop_w07": 911, "key_k80": "foo"}, "dim_y76": 661.08, "val_i12": 319.9, "dim_q22": "test@domain.org", "attr_w64": "Santos"} | Required field 'dim_y91' is missing | {"field_o49":{"param_s28":"option_c","prop_w07":911,"key_k80":"foo"},"dim_y76":661.08,"val_i12":319.9,"dim_q22":"test@domain.org","dim_y91":"type_a","attr_w64":"Santos"} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE integer REQUIRED no
FIELD status_code TYPE string_uri REQUIRED no
FIELD hazmat_code TYPE boolean REQUIRED yes
FIELD shipper_ref.run_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD shipper_ref.current_draw TYPE null REQUIRED no
FIE... | {"updated_at":785,"hazmat_code":true,"shipper_ref":{"run_id":"frameshift","current_draw":null,"aligned_pct":"chr1","company":455,"shipping":[{"country":"reliable"},{"country":"reliable"},{"organism":"inactive","country":"intermittent"}]}} | truncated_object | {
"type": "object",
"properties": {
"updated_at": {
"type": "integer"
},
"status_code": {
"type": "string",
"format": "uri"
},
"hazmat_code": {
"type": "boolean"
},
"shipper_ref": {
"type": "object",
"properties": {
"run_id": {
"type"... | {"updated_at":785,"hazmat_code":true,"shipper_ref":{"run_id":"frameshift","current_draw":null,"aligned_pct":"chr1","company":455,"shipping":[{"country":"reliable"},{"country":"reliable"},{"organism":"inactive","country":"intermittent"}]} | Unexpected end of JSON input — truncated object | {"updated_at":785,"hazmat_code":true,"shipper_ref":{"run_id":"frameshift","current_draw":null,"aligned_pct":"chr1","company":455,"shipping":[{"country":"reliable"},{"country":"reliable"},{"organism":"inactive","country":"intermittent"}]}} |
TASK repair_structured_output
SPEC
FIELD attr_i34 TYPE number REQUIRED no
FIELD prop_w09.attr_m27 TYPE integer REQUIRED no
FIELD prop_w09.prop_z50 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_w09.col_x78 TYPE number REQUIRED yes
FIELD prop_w09.attr_t58[].val_x31 TYPE boolean REQUIRED yes
FIELD prop_... | {"attr_i34":848.98,"dim_y06":{"key_v74":936.59,"field_g49":239.77,"param_n37":"https://api.io/api","field_v40":857.25},"dim_w09":"success","field_j03":{"attr_l66":"level_5","key_r56":604.3,"field_l25":"RTG-04","field_f63":"New York","dim_e58":"MV-Evergreen-01","param_c07":"demo","prop_y11":"cat_e"},"field_d38":712.44,"... | truncated_object | {
"type": "object",
"properties": {
"attr_i34": {
"type": "number"
},
"prop_w09": {
"type": "object",
"properties": {
"attr_m27": {
"type": "integer"
},
"prop_z50": {
"type": "string",
"enum": [
"email",
"pho... | {"attr_i34":848.98,"dim_y06":{"key_v74":936.59,"field_g49":239.77,"param_n37":"https://api.io/api","field_v40":857.25},"dim_w09":"success","field_j03":{"attr_l66":"level_5","key_r56":604.3,"field_l25":"RTG-04","field_f63":"New York","dim_e58":"MV-Evergreen-01","param_c07":"demo","prop_y11":"cat_e"},"field_d38":712.44,"... | Unexpected end of JSON input — truncated object | {"attr_i34":848.98,"dim_y06":{"key_v74":936.59,"field_g49":239.77,"param_n37":"https://api.io/api","field_v40":857.25},"dim_w09":"success","field_j03":{"attr_l66":"level_5","key_r56":604.3,"field_l25":"RTG-04","field_f63":"New York","dim_e58":"MV-Evergreen-01","param_c07":"demo","prop_y11":"cat_e"},"field_d38":712.44,"... |
TASK repair_structured_output
SPEC
FIELD length TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD footnote TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD yield_pct TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD temp_celsius TYPE null REQUIRED yes
BROKEN_OUTPUT
<functioncall... | {"length":"mode_b","footnote":"closed","yield_pct":"cat_e","temp_celsius":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"length": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"footnote": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"yield_pct": {
... | <functioncall> process_payment
{length: "mode_b", footnote: "closed", yield_pct: "cat_e", temp_celsius: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"length":"mode_b","footnote":"closed","yield_pct":"cat_e","temp_celsius":null} |
TASK repair_structured_output
SPEC
FIELD field_j40 TYPE string REQUIRED no
FIELD prop_b80 TYPE number REQUIRED yes
FIELD col_i07 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD param_c07 TYPE integer REQUIRED yes
FIELD prop_v35 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_b80":10.04,"col_i07":"cat_a","param_... | {"prop_b80":10.04,"col_i07":"cat_a","param_c07":417,"prop_v35":"world"} | truncated_object | {
"type": "object",
"properties": {
"field_j40": {
"type": "string"
},
"prop_b80": {
"type": "number"
},
"col_i07": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"param_c07": {
"type": "integer"
},
"prop_v... | {"prop_b80":10.04,"col_i07":"cat_a","param_c07":417,"prop_v35":"world" | Unexpected end of JSON input — truncated object | {"prop_b80":10.04,"col_i07":"cat_a","param_c07":417,"prop_v35":"world"} |
TASK repair_structured_output
SPEC
FIELD field_h80 TYPE number REQUIRED no
FIELD val_h67 TYPE number REQUIRED no
FIELD dim_e85 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD field_l53.key_e04 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD field_l53.val_s29 TYPE string VALUES cat_a|c... | {"field_h80":597.56,"val_h67":860.72,"dim_e85":"cat_a","attr_y78":"https://www.com/v1","dim_j79":487} | invalid_enum | {
"type": "object",
"properties": {
"field_h80": {
"type": "number"
},
"val_h67": {
"type": "number"
},
"dim_e85": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"field_... | {"field_h80": 597.56, "val_h67": 860.72, "dim_e85": "invalid_value_741", "attr_y78": "https://www.com/v1", "dim_j79": 487} | Field 'dim_e85' has invalid enum value 'invalid_value_741', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f'] | {"field_h80":597.56,"val_h67":860.72,"dim_e85":"cat_a","attr_y78":"https://www.com/v1","dim_j79":487} |
TASK repair_structured_output
SPEC
FIELD dim_w11.val_b09 TYPE null REQUIRED yes
FIELD dim_w11.val_s01 TYPE boolean REQUIRED yes
FIELD dim_w11.key_b24.prop_s15 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD dim_w11.key_b24.prop_y78 TYPE string VALUES synonymous|missense|nonsense|frameshif... | {"dim_w11":{"val_b09":null,"val_s01":false,"key_b24":{"prop_s15":"frameshift","prop_y78":"nonsense"}},"val_r88":853,"prop_q32":302,"key_g86":"user@domain.com","attr_i73":{"field_h84":null,"key_m75":"user@domain.com","param_w38":"ops@domain.org","key_w11":null,"key_m24":"low","dim_o40":true}} | markdown_fences | {
"type": "object",
"properties": {
"dim_w11": {
"type": "object",
"properties": {
"val_b09": {
"type": "null"
},
"val_s01": {
"type": "boolean"
},
"key_b24": {
"type": "object",
"properties": {
"prop_s15": {... | ```json
{"dim_w11":{"val_b09":null,"val_s01":false,"key_b24":{"prop_s15":"frameshift","prop_y78":"nonsense"}},"val_r88":853,"prop_q32":302,"key_g86":"user@domain.com","attr_i73":{"field_h84":null,"key_m75":"user@domain.com","param_w38":"ops@domain.org","key_w11":null,"key_m24":"low","dim_o40":true}}
``` | Output contains markdown code fences | {"dim_w11":{"val_b09":null,"val_s01":false,"key_b24":{"prop_s15":"frameshift","prop_y78":"nonsense"}},"val_r88":853,"prop_q32":302,"key_g86":"user@domain.com","attr_i73":{"field_h84":null,"key_m75":"user@domain.com","param_w38":"ops@domain.org","key_w11":null,"key_m24":"low","dim_o40":true}} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD published TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD latitude TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD full_name TYPE boolean R... | {"insurance_id":"homozygous","latitude":"mode_c","brake_pressure":"white","color":"2023-12-25"} | tool_call_bad_format | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"published": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frames... | <functioncall> verify_hazmat_compliance
{insurance_id: "homozygous", latitude: "mode_c", brake_pressure: "white", color: "2023-12-25"} | Tool call has malformed arguments — unquoted keys in function parameters | {"insurance_id":"homozygous","latitude":"mode_c","brake_pressure":"white","color":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string REQUIRED yes
FIELD wavelength TYPE string REQUIRED no
FIELD last_name.invoice_id TYPE string_email REQUIRED yes
FIELD last_name.aligned_pct.updated_at TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD last_name.aligned_pct.values TYPE intege... | {"hazmat_code":"RTG-04","wavelength":"Luis","last_name":{"invoice_id":"ops@domain.org","aligned_pct":{"updated_at":"critical","values":791,"size":"2023-06-25T17:35:00Z","conductivity":"test"},"enabled":612,"image_url":{"filter_flag":"2020-01-18T01:40:00Z","ward":"GBP","vessel_name":"BRL","email":"degraded","velocity":"... | markdown_fences | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string"
},
"wavelength": {
"type": "string"
},
"last_name": {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"format": "email"
},
"aligned_pct": ... | ```json
{"hazmat_code":"RTG-04","wavelength":"Luis","last_name":{"invoice_id":"ops@domain.org","aligned_pct":{"updated_at":"critical","values":791,"size":"2023-06-25T17:35:00Z","conductivity":"test"},"enabled":612,"image_url":{"filter_flag":"2020-01-18T01:40:00Z","ward":"GBP","vessel_name":"BRL","email":"degraded","vel... | Output contains markdown code fences | {"hazmat_code":"RTG-04","wavelength":"Luis","last_name":{"invoice_id":"ops@domain.org","aligned_pct":{"updated_at":"critical","values":791,"size":"2023-06-25T17:35:00Z","conductivity":"test"},"enabled":612,"image_url":{"filter_flag":"2020-01-18T01:40:00Z","ward":"GBP","vessel_name":"BRL","email":"degraded","velocity":"... |
TASK repair_structured_output
SPEC
FIELD param_r92 TYPE string REQUIRED no
FIELD attr_u20 TYPE boolean REQUIRED no
FIELD val_u50[].dim_s76 TYPE number REQUIRED yes
FIELD val_u50[].field_z44 TYPE string REQUIRED yes
FIELD val_u50[].prop_r41 TYPE string_email REQUIRED no
FIELD val_u50[].attr_h51 TYPE boolean REQUIRED no... | {"param_r92":"Johnson","val_u50":[{"dim_s76":311.44,"field_z44":"Tokyo","prop_r41":"admin@test.io","prop_g87":"ops@domain.org"},{"dim_s76":668.96,"field_z44":"Paris","attr_h51":true,"prop_g87":"info@domain.org"},{"dim_s76":979.58,"field_z44":"MV-Evergreen-01","attr_h51":true,"prop_g87":"user@example.com"}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_r92": {
"type": "string"
},
"attr_u20": {
"type": "boolean"
},
"val_u50": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dim_s76": {
"type": "number"
},
... | update_record(param_r92='Johnson', val_u50=[{'dim_s76': 311.44, 'field_z44': 'Tokyo', 'prop_r41': 'admin@test.io', 'prop_g87': 'ops@domain.org'}, {'dim_s76': 668.96, 'field_z44': 'Paris', 'attr_h51': True, 'prop_g87': 'info@domain.org'}, {'dim_s76': 979.58, 'field_z44': 'MV-Evergreen-01', 'attr_h51': True, 'prop_g87': ... | Tool call uses Python syntax instead of JSON | {"param_r92":"Johnson","val_u50":[{"dim_s76":311.44,"field_z44":"Tokyo","prop_r41":"admin@test.io","prop_g87":"ops@domain.org"},{"dim_s76":668.96,"field_z44":"Paris","attr_h51":true,"prop_g87":"info@domain.org"},{"dim_s76":979.58,"field_z44":"MV-Evergreen-01","attr_h51":true,"prop_g87":"user@example.com"}]} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED no
FIELD published TYPE boolean REQUIRED no
FIELD id TYPE string REQUIRED yes
FIELD umi TYPE integer REQUIRED no
FIELD latitude TYPE integer REQUIRED no
FIELD due_date TYPE number REQUIRED no
FIELD temp_celsius.invoice_id TYPE integer REQUIRED ... | {"conductivity":"2024-06-30","id":"FWD","umi":59,"latitude":824,"temp_celsius":{"state":"RTG-04","step":"chr1","yield_pct":"https://api.org/data","width":"FWD","dissolved_oxygen":"cat_b","quantity":"cat_a"},"sensor_id":true} | single_quotes | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"published": {
"type": "boolean"
},
"id": {
"type": "string"
},
"umi": {
"type": "integer"
},
"latitude": {
"type": "integer"
},
"due_date": {
"type": "number"
... | {'conductivity':'2024-06-30','id':'FWD','umi':59,'latitude':824,'temp_celsius':{'state':'RTG-04','step':'chr1','yield_pct':'https://api.org/data','width':'FWD','dissolved_oxygen':'cat_b','quantity':'cat_a'},'sensor_id':true} | Expecting property name enclosed in double quotes | {"conductivity":"2024-06-30","id":"FWD","umi":59,"latitude":824,"temp_celsius":{"state":"RTG-04","step":"chr1","yield_pct":"https://api.org/data","width":"FWD","dissolved_oxygen":"cat_b","quantity":"cat_a"},"sensor_id":true} |
TASK repair_structured_output
SPEC
FIELD field_x34 TYPE string_uri REQUIRED yes
FIELD key_w79 TYPE integer REQUIRED yes
FIELD key_l19 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_p92 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_x34":"https://api.io/v1","key_w79":458,"key_l19":"sms","param_p92":8... | {"field_x34":"https://api.io/v1","key_w79":458,"key_l19":"sms","param_p92":876} | truncated_array | {
"type": "object",
"properties": {
"field_x34": {
"type": "string",
"format": "uri"
},
"key_w79": {
"type": "integer"
},
"key_l19": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_p92": {
... | {"field_x34":"https://api.io/v1","key_w79":458,"key_l19":"sms","param_p92":876 | Unexpected end of JSON input — truncated object | {"field_x34":"https://api.io/v1","key_w79":458,"key_l19":"sms","param_p92":876} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE integer REQUIRED yes
FIELD email TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD fleet_number[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
filter_variants(shift_code=830, email='active', fleet_number=[389, 669]) | {"shift_code":830,"email":"active","fleet_number":[389,669]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"shift_code": {
"type": "integer"
},
"email": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"fleet_number": {
"type": "array",
"items": {
"type": "integer"
}
}
... | filter_variants(shift_code=830, email='active', fleet_number=[389, 669]) | Tool call uses Python syntax instead of JSON | {"shift_code":830,"email":"active","fleet_number":[389,669]} |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD start_date.strand TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD start_date.ph_level TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD start_date.crew_id TYPE... | {"start_date":{"ph_level":"type_d","crew_id":856.31,"priority":"A short description.","manifest_ref":{"position":"medium","credit_score":"Sao Paulo","duration_ms":897,"count":"https://www.io/v1","dissolved_oxygen":"option_a"}},"branch":135,"repository":878,"currency":903.65,"conductivity":"viewer"} | truncated_array | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"start_date": {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum... | {"start_date":{"ph_level":"type_d","crew_id":856.31,"priority":"A short description.","manifest_ref":{"position":"medium","credit_score":"Sao Paulo","duration_ms":897,"count":"https://www.io/v1","dissolved_oxygen":"option_a"}},"branch":135,"repository":878,"currency":903.65,"conductivity":"viewer" | Unexpected end of JSON input — truncated object | {"start_date":{"ph_level":"type_d","crew_id":856.31,"priority":"A short description.","manifest_ref":{"position":"medium","credit_score":"Sao Paulo","duration_ms":897,"count":"https://www.io/v1","dissolved_oxygen":"option_a"}},"branch":135,"repository":878,"currency":903.65,"conductivity":"viewer"} |
TASK repair_structured_output
SPEC
FIELD type TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD level TYPE integer REQUIRED yes
FIELD balance TYPE string REQUIRED yes
BROKEN_OUTPUT
calculate_price(type='option_b', level=645, balance='example') | {"type":"option_b","level":645,"balance":"example"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"level": {
"type": "integer"
},
"balance": {
"type": "string"
}
},
"required": [
"level",
"balance",
"type"
... | calculate_price(type='option_b', level=645, balance='example') | Tool call uses Python syntax instead of JSON | {"type":"option_b","level":645,"balance":"example"} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD isotope TYPE string REQUIRED yes
FIELD quantity TYPE string REQUIRED yes
FIELD department TYPE integer REQUIRED no
BROKEN_OUTPUT
Here is the response in the requested format:
```json
{"rating":"in_pr... | {"rating":"in_progress","isotope":"https://example.com","quantity":"quux"} | markdown_explanation | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"isotope": {
"type": "string"
},
"quantity": {
"type": "string"
},
"department": {
"type": "int... | Here is the response in the requested format:
```json
{"rating":"in_progress","isotope":"https://example.com","quantity":"quux"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"rating":"in_progress","isotope":"https://example.com","quantity":"quux"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string REQUIRED no
FIELD total TYPE boolean REQUIRED no
FIELD score TYPE number REQUIRED yes
FIELD item_id TYPE integer REQUIRED no
FIELD full_name TYPE null REQUIRED no
FIELD ph_level TYPE string REQUIRED yes
BROKEN_OUTPUT
{"priority": "2023-12-25", "score": 64.... | {"priority":"2023-12-25","score":64.57,"item_id":797,"full_name":null,"ph_level":"Charlie"} | number_with_unit | {
"type": "object",
"properties": {
"priority": {
"type": "string"
},
"total": {
"type": "boolean"
},
"score": {
"type": "number"
},
"item_id": {
"type": "integer"
},
"full_name": {
"type": "null"
},
"ph_level": {
"type": "string"
}... | {"priority": "2023-12-25", "score": 64.57, "item_id": "797%", "full_name": null, "ph_level": "Charlie"} | Field 'item_id' must be number, got string with unit | {"priority":"2023-12-25","score":64.57,"item_id":797,"full_name":null,"ph_level":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE integer REQUIRED yes
FIELD rating TYPE number REQUIRED yes
FIELD description TYPE integer REQUIRED yes
FIELD thumbnail TYPE string REQUIRED no
FIELD tags TYPE string REQUIRED no
FIELD active TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED ye... | {"dissolved_oxygen":508,"rating":359.67,"description":395,"thumbnail":"Smith","tags":"2024-01-15","active":"homozygous"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "integer"
},
"rating": {
"type": "number"
},
"description": {
"type": "integer"
},
"thumbnail": {
"type": "string"
},
"tags": {
"type": "string"
},
"active": {
"type": "s... | send_email(dissolved_oxygen=508, rating=359.67, description=395, thumbnail='Smith', tags='2024-01-15', active='homozygous') | Tool call uses Python syntax instead of JSON | {"dissolved_oxygen":508,"rating":359.67,"description":395,"thumbnail":"Smith","tags":"2024-01-15","active":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD prop_j53 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_d34.val_m02 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD prop_d34.attr_l01 TYPE integer REQUIRED yes
FIELD prop_d34.val_s30.val_j70 TYPE string VALUES small|medium|large|xl REQUIR... | {"prop_j53":"sms","key_i59":true,"key_i84":{"dim_x43":431,"val_p14":{"field_b77":"in_transit","val_n34":false,"param_o43":false,"val_s88":"anchored"}},"param_h12":true,"val_w39":860.39} | number_with_unit | {
"type": "object",
"properties": {
"prop_j53": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_d34": {
"type": "object",
"properties": {
"val_m02": {
"type": "string",
"enum": [
... | {"prop_j53": "sms", "key_i59": true, "key_i84": {"dim_x43": 431, "val_p14": {"field_b77": "in_transit", "val_n34": false, "param_o43": false, "val_s88": "anchored"}}, "param_h12": true, "val_w39": "860.39sec"} | Field 'val_w39' must be number, got string with unit | {"prop_j53":"sms","key_i59":true,"key_i84":{"dim_x43":431,"val_p14":{"field_b77":"in_transit","val_n34":false,"param_o43":false,"val_s88":"anchored"}},"param_h12":true,"val_w39":860.39} |
TASK repair_structured_output
SPEC
FIELD key_x89 TYPE string REQUIRED yes
FIELD dim_k59 TYPE null REQUIRED yes
FIELD param_p46 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{key_x89:"world",dim_k59:null,param_p46:858} | {"key_x89":"world","dim_k59":null,"param_p46":858} | unquoted_keys | {
"type": "object",
"properties": {
"key_x89": {
"type": "string"
},
"dim_k59": {
"type": "null"
},
"param_p46": {
"type": "integer"
}
},
"required": [
"key_x89",
"dim_k59",
"param_p46"
]
} | {key_x89:"world",dim_k59:null,param_p46:858} | Expecting property name enclosed in double quotes | {"key_x89":"world","dim_k59":null,"param_p46":858} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string REQUIRED yes
FIELD paragraph TYPE boolean REQUIRED yes
FIELD cargo_type TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD zip_code TYPE integer REQUIRED no
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD status.timezone TYPE string REQUIRED... | {"allele":"2024-01-15","paragraph":true,"cargo_type":"high","dissolved_oxygen":823,"status":{"company":"inactive","bed_number":437,"subtotal":"published"}} | partial_structure | {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"paragraph": {
"type": "boolean"
},
"cargo_type": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"zip_code": {
"type": "integer"... | I found that dissolved_oxygen should be 823. {"allele":"2024-01-15","paragraph":true,"cargo_type":"high","dissolved_oxygen":823,"status":{"company":"inactive","bed_number":437,"subtotal":"published"}} | Output mixes natural language with JSON | {"allele":"2024-01-15","paragraph":true,"cargo_type":"high","dissolved_oxygen":823,"status":{"company":"inactive","bed_number":437,"subtotal":"published"}} |
TASK repair_structured_output
SPEC
FIELD level TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD age TYPE boolean REQUIRED no
FIELD duration_ms TYPE number REQUIRED no
FIELD email TYPE string REQUIRED no
FIELD title.shift_code TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD title.due_date TYPE stri... | {"level":"xl","age":true,"duration_ms":998.09,"title":{"shift_code":"phone","due_date":"synonymous","zip_code":"EUR","insurance_id":"Santos","port_code":null,"procedure_code":"2020-05-16T04:34:00Z"},"quantity":{"nickname":null,"gene_id":"pending_review","organism":{"country":"open","repository":"published","weight":"wh... | extra_text_before | {
"type": "object",
"properties": {
"level": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"age": {
"type": "boolean"
},
"duration_ms": {
"type": "number"
},
"email": {
"type": "string"
},
"... | Here is the JSON you requested:
{"level":"xl","age":true,"duration_ms":998.09,"title":{"shift_code":"phone","due_date":"synonymous","zip_code":"EUR","insurance_id":"Santos","port_code":null,"procedure_code":"2020-05-16T04:34:00Z"},"quantity":{"nickname":null,"gene_id":"pending_review","organism":{"country":"open","repo... | Output contains non-JSON text before the object | {"level":"xl","age":true,"duration_ms":998.09,"title":{"shift_code":"phone","due_date":"synonymous","zip_code":"EUR","insurance_id":"Santos","port_code":null,"procedure_code":"2020-05-16T04:34:00Z"},"quantity":{"nickname":null,"gene_id":"pending_review","organism":{"country":"open","repository":"published","weight":"wh... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.