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 name.label TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD name.collateral TYPE null REQUIRED no
FIELD name.score TYPE null REQUIRED yes
FIELD name.price TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD name.index TYPE integer REQUIRED no
FIELD name... | {"branch":"2021-02-17T11:52:00Z","version":"PASS","catalyst":"intermittent","account_id":null} | null_required | {
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"collateral": {
... | {"branch": "2021-02-17T11:52:00Z", "version": null, "catalyst": "intermittent", "account_id": null} | Required field 'version' is null | {"branch":"2021-02-17T11:52:00Z","version":"PASS","catalyst":"intermittent","account_id":null} |
TASK repair_structured_output
SPEC
FIELD col_n78 TYPE integer REQUIRED yes
FIELD dim_r42 TYPE string REQUIRED yes
FIELD key_q12 TYPE string REQUIRED no
FIELD param_x07 TYPE integer REQUIRED no
FIELD dim_e83 TYPE number REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me mak... | {"col_n78":536,"dim_r42":"qux","key_q12":"Sao Paulo","dim_e83":682.36} | thought_process | {
"type": "object",
"properties": {
"col_n78": {
"type": "integer"
},
"dim_r42": {
"type": "string"
},
"key_q12": {
"type": "string"
},
"param_x07": {
"type": "integer"
},
"dim_e83": {
"type": "number"
}
},
"required": [
"dim_e83",
"c... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"col_n78":536,"dim_r42":"qux","key_q12":"Sao Paulo","dim_e83":682.36} | Output contains chain-of-thought reasoning before JSON | {"col_n78":536,"dim_r42":"qux","key_q12":"Sao Paulo","dim_e83":682.36} |
TASK repair_structured_output
SPEC
FIELD val_i13 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_e29 TYPE boolean REQUIRED yes
FIELD prop_k08 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_y08 TYPE integer REQUIRED no
FIELD dim_z17 TYPE integer REQUIRED yes
FIELD dim_q10 TYPE... | {"val_i13":"free","dim_e29":false,"prop_k08":"success","param_y08":681,"dim_z17":853} | extra_text_before | {
"type": "object",
"properties": {
"val_i13": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_e29": {
"type": "boolean"
},
"prop_k08": {
"type": "string",
"enum": [
"success",
"error... | The parsed result is:
{"val_i13":"free","dim_e29":false,"prop_k08":"success","param_y08":681,"dim_z17":853} | Output contains non-JSON text before the object | {"val_i13":"free","dim_e29":false,"prop_k08":"success","param_y08":681,"dim_z17":853} |
TASK repair_structured_output
SPEC
FIELD field_y36.val_s03 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD field_y36.prop_n50 TYPE string_email REQUIRED yes
FIELD field_y36.param_b84 TYPE string REQUIRED yes
FIELD attr_u48 TYPE string_email REQUIRED no
FIELD key_c82 TYPE string_email RE... | {"field_y36":{"val_s03":"type_e","prop_n50":"user@example.com","param_b84":"test@example.com"},"attr_u48":"ops@example.com","attr_q68":{"prop_r78":"level_1","param_x93":401.39,"prop_z83":541,"col_o36":886.84,"dim_c64":"FWD"},"val_b42":"Luis","key_i98":"https://www.io/data","prop_t74":"Berlin","key_u21":"https://example... | null_required | {
"type": "object",
"properties": {
"field_y36": {
"type": "object",
"properties": {
"val_s03": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
... | {"field_y36": {"val_s03": "type_e", "prop_n50": "user@example.com", "param_b84": "test@example.com"}, "attr_u48": "ops@example.com", "attr_q68": {"prop_r78": "level_1", "param_x93": 401.39, "prop_z83": 541, "col_o36": 886.84, "dim_c64": "FWD"}, "val_b42": null, "key_i98": "https://www.io/data", "prop_t74": "Berlin", "k... | Required field 'val_b42' is null | {"field_y36":{"val_s03":"type_e","prop_n50":"user@example.com","param_b84":"test@example.com"},"attr_u48":"ops@example.com","attr_q68":{"prop_r78":"level_1","param_x93":401.39,"prop_z83":541,"col_o36":886.84,"dim_c64":"FWD"},"val_b42":"Luis","key_i98":"https://www.io/data","prop_t74":"Berlin","key_u21":"https://example... |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE string VALUES type_a|type_b REQUIRED yes
FIELD index TYPE string REQUIRED yes
FIELD timezone TYPE string REQUIRED no
FIELD longitude TYPE string VALUES option_a|option_b REQUIRED yes
FIELD items.description TYPE string REQUIRED no
FIELD items.ph_level TYPE null R... | {"yield_pct":"type_b","index":"quux","longitude":"option_a","items":{"description":"REV","ph_level":null,"total":259.5,"strand":"Berlin"}} | markdown_fences | {
"type": "object",
"properties": {
"yield_pct": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"index": {
"type": "string"
},
"timezone": {
"type": "string"
},
"longitude": {
"type": "string",
"enum": [
"option_a",... | ```json
{"yield_pct":"type_b","index":"quux","longitude":"option_a","items":{"description":"REV","ph_level":null,"total":259.5,"strand":"Berlin"}}
``` | Output contains markdown code fences | {"yield_pct":"type_b","index":"quux","longitude":"option_a","items":{"description":"REV","ph_level":null,"total":259.5,"strand":"Berlin"}} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD batch_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD catalyst TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD start_date TYPE string_uri REQUIRED no
FIELD vesse... | {"current_draw":"green","batch_code":"mode_b","catalyst":"type_a","start_date":"https://www.io/v1"} | trailing_comma | {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"batch_code": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
... | {"current_draw":"green","batch_code":"mode_b","catalyst":"type_a","start_date":"https://www.io/v1",} | Unexpected trailing comma | {"current_draw":"green","batch_code":"mode_b","catalyst":"type_a","start_date":"https://www.io/v1"} |
TASK repair_structured_output
SPEC
FIELD type TYPE string REQUIRED yes
FIELD gene_id TYPE boolean REQUIRED no
FIELD url TYPE string VALUES option_a|option_b REQUIRED yes
FIELD total TYPE string REQUIRED yes
FIELD bill_of_lading TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me analyze the request and generate the appropr... | {"type":"GRCh38","gene_id":false,"url":"option_a","total":"Maria","bill_of_lading":"active"} | thought_process | {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"gene_id": {
"type": "boolean"
},
"url": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"total": {
"type": "string"
},
"bill_of_lading": {
"type"... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"type":"GRCh38","gene_id":false,"url":"option_a","total":"Maria","bill_of_lading":"active"} | Output contains chain-of-thought reasoning before JSON | {"type":"GRCh38","gene_id":false,"url":"option_a","total":"Maria","bill_of_lading":"active"} |
TASK repair_structured_output
SPEC
FIELD position TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD credit_score TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD bed_number TYPE string VALUES draft|published|archived REQUIRED yes
FIELD format TYPE boolean REQUIRED no
FIELD compou... | {"position":"homozygous","credit_score":"green","bed_number":"published","format":false,"compound":704.66,"crew_id":"user@example.com","port_code":379} | truncated_array | {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"credit_score": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"whit... | {"position":"homozygous","credit_score":"green","bed_number":"published","format":false,"compound":704.66,"crew_id":"user@example.com","port_code":379 | Unexpected end of JSON input — truncated object | {"position":"homozygous","credit_score":"green","bed_number":"published","format":false,"compound":704.66,"crew_id":"user@example.com","port_code":379} |
TASK repair_structured_output
SPEC
FIELD attr_b19 TYPE string REQUIRED no
FIELD key_l08 TYPE number REQUIRED no
FIELD attr_k62 TYPE boolean REQUIRED no
FIELD field_c52 TYPE string REQUIRED yes
FIELD param_x27 TYPE string REQUIRED no
FIELD key_l78 TYPE string REQUIRED no
FIELD col_w04 TYPE string VALUES open|in_progres... | {"key_l08":659.04,"attr_k62":false,"field_c52":"New York","param_x27":"chr1","key_l78":"baz"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_b19": {
"type": "string"
},
"key_l08": {
"type": "number"
},
"attr_k62": {
"type": "boolean"
},
"field_c52": {
"type": "string"
},
"param_x27": {
"type": "string"
},
"key_l78": {
"type": "string... | <functioncall> create_order
{key_l08: 659.04, attr_k62: false, field_c52: "New York", param_x27: "chr1", key_l78: "baz"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_l08":659.04,"attr_k62":false,"field_c52":"New York","param_x27":"chr1","key_l78":"baz"} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE number REQUIRED no
FIELD terminal_id TYPE number REQUIRED yes
FIELD position[].shipping TYPE boolean REQUIRED no
FIELD position[].item_id TYPE string REQUIRED no
FIELD position[].wavelength TYPE string_uri REQUIRED yes
FIELD position[].frequency_hz TYPE arra... | {"transaction_id":795.28,"terminal_id":90.74} | extra_text_after | {
"type": "object",
"properties": {
"transaction_id": {
"type": "number"
},
"terminal_id": {
"type": "number"
},
"position": {
"type": "array",
"items": {
"type": "object",
"properties": {
"shipping": {
"type": "boolean"
},
... | {"transaction_id":795.28,"terminal_id":90.74}
This should match the schema you provided. | Output contains non-JSON text after the object | {"transaction_id":795.28,"terminal_id":90.74} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE boolean REQUIRED no
FIELD department TYPE integer REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD address TYPE string REQUIRED yes
FIELD first_name TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD lane TYPE null REQUIRED yes
FIELD ... | {"department":352,"address":"2023-12-25","first_name":"option_d","lane":null,"log_level":"option_f"} | truncated_array | {
"type": "object",
"properties": {
"thumbnail": {
"type": "boolean"
},
"department": {
"type": "integer"
},
"chapter": {
"type": "string"
},
"address": {
"type": "string"
},
"first_name": {
"type": "string",
"enum": [
"option_a",
... | {"department":352,"address":"2023-12-25","first_name":"option_d","lane":null,"log_level":"option_f" | Unexpected end of JSON input — truncated object | {"department":352,"address":"2023-12-25","first_name":"option_d","lane":null,"log_level":"option_f"} |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE string VALUES type_a|type_b REQUIRED yes
FIELD footnote TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD active TYPE string REQUIRED yes
FIELD shipping TYPE string REQUIRED yes
FIELD visible TYPE integer REQUIRED no
BROKEN_OUTPUT
{yield_pct:"type_a",foo... | {"yield_pct":"type_a","footnote":"phone","active":"completed","shipping":"https://api.example.com/v1","visible":45} | unquoted_keys | {
"type": "object",
"properties": {
"yield_pct": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"footnote": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"active": {
"type": "str... | {yield_pct:"type_a",footnote:"phone",active:"completed",shipping:"https://api.example.com/v1",visible:45} | Expecting property name enclosed in double quotes | {"yield_pct":"type_a","footnote":"phone","active":"completed","shipping":"https://api.example.com/v1","visible":45} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD phenotype TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD format.address TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD format.tax TYPE string VALUES low|medi... | {"phenotype":"homozygous","format":{"tax":"low","freight_class":441.06,"email":152,"barcode":"test@domain.org"}} | missing_brace | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"phenotype": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",... | {"phenotype":"homozygous","format":"tax":"low","freight_class":441.06,"email":152,"barcode":"test@domain.org"}} | Missing closing brace | {"phenotype":"homozygous","format":{"tax":"low","freight_class":441.06,"email":152,"barcode":"test@domain.org"}} |
TASK repair_structured_output
SPEC
FIELD field_d72 TYPE string REQUIRED no
FIELD attr_a46 TYPE null REQUIRED yes
FIELD col_o79.param_i84 TYPE string REQUIRED yes
FIELD col_o79.key_z08 TYPE boolean REQUIRED yes
FIELD col_o79.param_n69.prop_k45 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD col_o79.pa... | {"field_d72":"baz","attr_a46":null,"col_o79":{"param_i84":"baz","key_z08":true,"param_n69":{"prop_k45":"mode_c","dim_j63":819.88,"prop_n31":"Alice"}}} | truncated_object | {
"type": "object",
"properties": {
"field_d72": {
"type": "string"
},
"attr_a46": {
"type": "null"
},
"col_o79": {
"type": "object",
"properties": {
"param_i84": {
"type": "string"
},
"key_z08": {
"type": "boolean"
},
... | {"field_d72":"baz","attr_a46":null,"col_o79":{"param_i84":"baz","key_z08":true,"param_n69":{"prop_k45":"mode_c","dim_j63":819.88,"prop_n31":"Alice"}} | Unexpected end of JSON input — truncated object | {"field_d72":"baz","attr_a46":null,"col_o79":{"param_i84":"baz","key_z08":true,"param_n69":{"prop_k45":"mode_c","dim_j63":819.88,"prop_n31":"Alice"}}} |
TASK repair_structured_output
SPEC
FIELD phone TYPE boolean REQUIRED yes
FIELD temp_celsius.company TYPE number REQUIRED no
FIELD temp_celsius.nickname TYPE string_uri REQUIRED no
FIELD temp_celsius.chapter TYPE boolean REQUIRED yes
FIELD temp_celsius.section TYPE string VALUES option_a|option_b|option_c|option_d|opti... | {"phone":false,"temp_celsius":{"company":156.36,"chapter":false,"section":"option_c","shipper_ref":"Charlie","score":722,"total":"level_3"},"consignee":961} | single_quotes | {
"type": "object",
"properties": {
"phone": {
"type": "boolean"
},
"temp_celsius": {
"type": "object",
"properties": {
"company": {
"type": "number"
},
"nickname": {
"type": "string",
"format": "uri"
},
"chapter": {... | {'phone':false,'temp_celsius':{'company':156.36,'chapter':false,'section':'option_c','shipper_ref':'Charlie','score':722,'total':'level_3'},'consignee':961} | Expecting property name enclosed in double quotes | {"phone":false,"temp_celsius":{"company":156.36,"chapter":false,"section":"option_c","shipper_ref":"Charlie","score":722,"total":"level_3"},"consignee":961} |
TASK repair_structured_output
SPEC
FIELD val_d01 TYPE number REQUIRED no
FIELD prop_f41 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_k45 TYPE boolean REQUIRED no
FIELD prop_m04.dim_n19 TYPE string_email REQUIRED no
FIELD prop_m04.attr_b47 TYPE null REQUIRED no
FIELD prop_m04.prop_c72 TYPE ... | {"val_d01":784.77,"prop_f41":"berthed","col_k45":true,"prop_m04":{"dim_n19":"ops@test.io","attr_b47":null,"prop_c72":null,"prop_h74":true,"dim_x92":true},"attr_h15":{"dim_f29":"type_a","prop_u51":{"field_a61":"xl","val_d22":"level_3","col_f22":"option_a","prop_g22":"user@test.io","attr_u60":"chrX"},"key_h09":475.88}} | null_required | {
"type": "object",
"properties": {
"val_d01": {
"type": "number"
},
"prop_f41": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"col_k45": {
"type": "boolean"
},
"prop_m04": {
"type": "obj... | {"val_d01": 784.77, "prop_f41": "berthed", "col_k45": true, "prop_m04": {"dim_n19": "ops@test.io", "attr_b47": null, "prop_c72": null, "prop_h74": true, "dim_x92": true}, "attr_h15": null} | Required field 'attr_h15' is null | {"val_d01":784.77,"prop_f41":"berthed","col_k45":true,"prop_m04":{"dim_n19":"ops@test.io","attr_b47":null,"prop_c72":null,"prop_h74":true,"dim_x92":true},"attr_h15":{"dim_f29":"type_a","prop_u51":{"field_a61":"xl","val_d22":"level_3","col_f22":"option_a","prop_g22":"user@test.io","attr_u60":"chrX"},"key_h09":475.88}} |
TASK repair_structured_output
SPEC
FIELD field_z06 TYPE null REQUIRED no
FIELD dim_j58.col_n44 TYPE boolean REQUIRED yes
FIELD dim_j58.field_r65 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_j58.param_h93 TYPE string REQUIRED no
FIELD dim_j58.key_f23 TYPE boolean REQUIRED yes
FIELD dim_j58.dim_g55... | {"field_z06":null,"dim_j58":{"col_n44":true,"field_r65":"enterprise","param_h93":"sample","key_f23":true,"dim_g55":[{"attr_g26":"delivered","attr_c61":"xl","attr_p72":[815,470,258]},{"attr_g26":"new","field_k05":"Berlin","attr_c61":"xl","attr_p72":[380]},{"attr_g26":"delivered","attr_c61":"medium","attr_p72":[134]},{"a... | extra_text_before | {
"type": "object",
"properties": {
"field_z06": {
"type": "null"
},
"dim_j58": {
"type": "object",
"properties": {
"col_n44": {
"type": "boolean"
},
"field_r65": {
"type": "string",
"enum": [
"free",
"basic"... | The instrument reported:
{"field_z06":null,"dim_j58":{"col_n44":true,"field_r65":"enterprise","param_h93":"sample","key_f23":true,"dim_g55":[{"attr_g26":"delivered","attr_c61":"xl","attr_p72":[815,470,258]},{"attr_g26":"new","field_k05":"Berlin","attr_c61":"xl","attr_p72":[380]},{"attr_g26":"delivered","attr_c61":"medi... | Output contains non-JSON text before the object | {"field_z06":null,"dim_j58":{"col_n44":true,"field_r65":"enterprise","param_h93":"sample","key_f23":true,"dim_g55":[{"attr_g26":"delivered","attr_c61":"xl","attr_p72":[815,470,258]},{"attr_g26":"new","field_k05":"Berlin","attr_c61":"xl","attr_p72":[380]},{"attr_g26":"delivered","attr_c61":"medium","attr_p72":[134]},{"a... |
TASK repair_structured_output
SPEC
FIELD dim_c79 TYPE string_date-time REQUIRED no
FIELD prop_v01 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_q87 TYPE string_date-time REQUIRED yes
FIELD param_n96.dim_h85 TYPE number REQUIRED no
FIELD param_n96.dim_o32 TYPE null REQUIRED yes
FIELD param_n96.val_... | {"prop_v01":"archived","key_q87":"2024-11-12T23:18:00Z","param_n96":{"dim_h85":365.18,"dim_o32":null,"param_h94":{"attr_r35":610.81,"dim_c64":979,"dim_r74":634,"prop_n36":"offline","field_t23":266},"key_i91":"cat_c","prop_i24":"chr1"}} | truncated_object | {
"type": "object",
"properties": {
"dim_c79": {
"type": "string",
"format": "date-time"
},
"prop_v01": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"key_q87": {
"type": "string",
"format": "date-time"
}... | {"prop_v01":"archived","key_q87":"2024-11-12T23:18:00Z","param_n96":{"dim_h85":365.18,"dim_o32":null,"param_h94":{"attr_r35":610.81,"dim_c64":979,"dim_r74":634,"prop_n36":"offline","field_t23":266},"key_i91":"cat_c","prop_i24":"chr1"} | Unexpected end of JSON input — truncated object | {"prop_v01":"archived","key_q87":"2024-11-12T23:18:00Z","param_n96":{"dim_h85":365.18,"dim_o32":null,"param_h94":{"attr_r35":610.81,"dim_c64":979,"dim_r74":634,"prop_n36":"offline","field_t23":266},"key_i91":"cat_c","prop_i24":"chr1"}} |
TASK repair_structured_output
SPEC
FIELD col_y13 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_i38 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD prop_j43 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_q60 TYPE string REQUIRED no
FIELD val_b80 TYPE integer REQUIRED ... | {"col_y13":"editor","field_i38":"cat_c","prop_j43":"intermittent","field_q60":"This is a test value.","field_b44":534.93} | extra_text_after | {
"type": "object",
"properties": {
"col_y13": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_i38": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_j43": {
"type": ... | {"col_y13":"editor","field_i38":"cat_c","prop_j43":"intermittent","field_q60":"This is a test value.","field_b44":534.93}
Analysis finished. | Output contains non-JSON text after the object | {"col_y13":"editor","field_i38":"cat_c","prop_j43":"intermittent","field_q60":"This is a test value.","field_b44":534.93} |
TASK repair_structured_output
SPEC
FIELD published TYPE integer REQUIRED no
FIELD rating TYPE integer REQUIRED yes
FIELD freight_class TYPE number REQUIRED yes
FIELD procedure_code TYPE string REQUIRED no
FIELD vessel_name.count TYPE integer REQUIRED yes
FIELD vessel_name.tile TYPE string VALUES homozygous|heterozygou... | {"rating":421,"freight_class":876.83,"order_id":{"bed_number":null,"lane":{"transaction_id":"ops@example.com","current_draw":"2022-04-01T05:46:00Z","thumbnail":"cancelled"},"end_date":77,"address":"success","voltage":"enterprise"}} | trailing_comma | {
"type": "object",
"properties": {
"published": {
"type": "integer"
},
"rating": {
"type": "integer"
},
"freight_class": {
"type": "number"
},
"procedure_code": {
"type": "string"
},
"vessel_name": {
"type": "object",
"properties": {
"... | {"rating":421,"freight_class":876.83,"order_id":{"bed_number":null,"lane":{"transaction_id":"ops@example.com","current_draw":"2022-04-01T05:46:00Z","thumbnail":"cancelled"},"end_date":77,"address":"success","voltage":"enterprise"},} | Unexpected trailing comma | {"rating":421,"freight_class":876.83,"order_id":{"bed_number":null,"lane":{"transaction_id":"ops@example.com","current_draw":"2022-04-01T05:46:00Z","thumbnail":"cancelled"},"end_date":77,"address":"success","voltage":"enterprise"}} |
TASK repair_structured_output
SPEC
FIELD param_z58 TYPE string REQUIRED yes
FIELD key_z32 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD attr_f87.col_s70 TYPE string REQUIRED no
FIELD attr_f87.val_d61 TYPE integer REQUIRED no
FIELD attr_f87.val_m49 TYPE string REQUIRED yes
FIELD attr_f87.dim_e... | {"param_z58":"test@example.com","key_z32":"mode_a","attr_f87":{"col_s70":"QC-07","val_d61":44,"val_m49":"Johnson","col_r80":"option_a","prop_d11":"phone","val_e14":567},"field_a43":"pending","param_u69":"Alice"} | markdown_fences | {
"type": "object",
"properties": {
"param_z58": {
"type": "string"
},
"key_z32": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"attr_f87": {
"type": "object",
"properties": {
... | ```json
{"param_z58":"test@example.com","key_z32":"mode_a","attr_f87":{"col_s70":"QC-07","val_d61":44,"val_m49":"Johnson","col_r80":"option_a","prop_d11":"phone","val_e14":567},"field_a43":"pending","param_u69":"Alice"}
``` | Output contains markdown code fences | {"param_z58":"test@example.com","key_z32":"mode_a","attr_f87":{"col_s70":"QC-07","val_d61":44,"val_m49":"Johnson","col_r80":"option_a","prop_d11":"phone","val_e14":567},"field_a43":"pending","param_u69":"Alice"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string REQUIRED yes
FIELD phone TYPE integer REQUIRED yes
FIELD credit_score TYPE string REQUIRED yes
BROKEN_OUTPUT
{"footnote": "test", "phone": "\"129\"", "credit_score": "approved"} | {"footnote":"test","phone":129,"credit_score":"approved"} | wrong_type | {
"type": "object",
"properties": {
"footnote": {
"type": "string"
},
"phone": {
"type": "integer"
},
"credit_score": {
"type": "string"
}
},
"required": [
"credit_score",
"footnote",
"phone"
]
} | {"footnote": "test", "phone": "\"129\"", "credit_score": "approved"} | Field 'phone' must be integer, got string | {"footnote":"test","phone":129,"credit_score":"approved"} |
TASK repair_structured_output
SPEC
FIELD field_v21 TYPE integer REQUIRED no
FIELD param_w45 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD val_b15 TYPE boolean REQUIRED no
FIELD param_e67.field_p68 TYPE string_email REQUIRED yes
FIELD param_e67.attr_a36 TYPE string REQUIRED no
FIELD param_e67.val_m33 TYPE string VAL... | {"field_v21":276,"param_e67":{"field_p68":"test@test.io","attr_a36":"John","prop_e18":[{"val_y20":482,"field_g13":[819,380,568],"param_k86":["sample"]},{"val_y20":163,"val_x18":"qux","param_k86":["chr1","sample","test@example.com"]},{"val_y20":690,"param_k86":["chrX","Oliveira","Bob"]},{"val_y20":147,"val_x18":"inactiv... | unquoted_keys | {
"type": "object",
"properties": {
"field_v21": {
"type": "integer"
},
"param_w45": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"val_b15": {
"type": "boolean"
},
"param_e67": {
"type": "object",
"properties": {
"f... | {field_v21:276,param_e67:{field_p68:"test@test.io",attr_a36:"John",prop_e18:[{val_y20:482,field_g13:[819,380,568],param_k86:["sample"]},{val_y20:163,val_x18:"qux",param_k86:["chr1","sample","test@example.com"]},{val_y20:690,param_k86:["chrX","Oliveira","Bob"]},{val_y20:147,val_x18:"inactive",field_g13:[109],param_k86:[... | Expecting property name enclosed in double quotes | {"field_v21":276,"param_e67":{"field_p68":"test@test.io","attr_a36":"John","prop_e18":[{"val_y20":482,"field_g13":[819,380,568],"param_k86":["sample"]},{"val_y20":163,"val_x18":"qux","param_k86":["chr1","sample","test@example.com"]},{"val_y20":690,"param_k86":["chrX","Oliveira","Bob"]},{"val_y20":147,"val_x18":"inactiv... |
TASK repair_structured_output
SPEC
FIELD coverage.sensor_id TYPE boolean REQUIRED yes
FIELD coverage.thumbnail TYPE integer REQUIRED yes
FIELD coverage.transaction_id TYPE null REQUIRED yes
FIELD created_at TYPE string REQUIRED yes
FIELD product_id TYPE number REQUIRED no
FIELD role.annotation TYPE string VALUES cat_a... | {"coverage":{"sensor_id":true,"thumbnail":439,"transaction_id":null},"created_at":"PASS","product_id":374.65,"role":{"annotation":"cat_c","level":329.97,"wavelength":{"role":676.22,"port_code":true,"bed_number":146,"berth_slot":"MV-Evergreen-01","ph_level":"married","barcode":"cat_a","country":null},"commit_hash":{"ter... | truncated_object | {
"type": "object",
"properties": {
"coverage": {
"type": "object",
"properties": {
"sensor_id": {
"type": "boolean"
},
"thumbnail": {
"type": "integer"
},
"transaction_id": {
"type": "null"
}
},
"required": [
... | {"coverage":{"sensor_id":true,"thumbnail":439,"transaction_id":null},"created_at":"PASS","product_id":374.65,"role":{"annotation":"cat_c","level":329.97,"wavelength":{"role":676.22,"port_code":true,"bed_number":146,"berth_slot":"MV-Evergreen-01","ph_level":"married","barcode":"cat_a","country":null},"commit_hash":{"ter... | Unexpected end of JSON input — truncated object | {"coverage":{"sensor_id":true,"thumbnail":439,"transaction_id":null},"created_at":"PASS","product_id":374.65,"role":{"annotation":"cat_c","level":329.97,"wavelength":{"role":676.22,"port_code":true,"bed_number":146,"berth_slot":"MV-Evergreen-01","ph_level":"married","barcode":"cat_a","country":null},"commit_hash":{"ter... |
TASK repair_structured_output
SPEC
FIELD field_r49 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD col_t66 TYPE number REQUIRED yes
FIELD attr_t56 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_k18[] TYPE string_email REQUIRED no
FIELD field_i46[].val_r98 TYPE integer REQUIRED yes
FI... | {"field_r49":"single","col_t66":484.47,"attr_t56":"single","field_i46":[{"val_r98":128,"prop_o40":"Tokyo","dim_e31":false,"dim_b12":476}]} | trailing_comma | {
"type": "object",
"properties": {
"field_r49": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"col_t66": {
"type": "number"
},
"attr_t56": {
"type": "string",
"enum": [
"single",
"married",
... | {"field_r49":"single","col_t66":484.47,"attr_t56":"single","field_i46":[{"val_r98":128,"prop_o40":"Tokyo","dim_e31":false,"dim_b12":476,}]} | Unexpected trailing comma | {"field_r49":"single","col_t66":484.47,"attr_t56":"single","field_i46":[{"val_r98":128,"prop_o40":"Tokyo","dim_e31":false,"dim_b12":476}]} |
TASK repair_structured_output
SPEC
FIELD shift_code.discount TYPE number REQUIRED yes
FIELD shift_code.terminal_id TYPE string_uri REQUIRED no
FIELD shift_code.role TYPE string VALUES option_a|option_b REQUIRED yes
FIELD shift_code.bearing.terminal_id TYPE string REQUIRED no
FIELD shift_code.bearing.version TYPE strin... | {"total":"cat_c","end_date":null,"bed_number":false,"height":"Luis","count":"mode_c","ph_level":{"created_at":"confirmed"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"shift_code": {
"type": "object",
"properties": {
"discount": {
"type": "number"
},
"terminal_id": {
"type": "string",
"format": "uri"
},
"role": {
"type": "string",
"enum": ... | call_variants(total='cat_c', end_date=None, bed_number=False, height='Luis', count='mode_c', ph_level={'created_at': 'confirmed'}) | Tool call uses Python syntax instead of JSON | {"total":"cat_c","end_date":null,"bed_number":false,"height":"Luis","count":"mode_c","ph_level":{"created_at":"confirmed"}} |
TASK repair_structured_output
SPEC
FIELD val_a08 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD prop_w23 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_y39 TYPE boolean REQUIRED yes
FIELD param_o80 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_q67 TYP... | {"val_a08":"mode_b","col_y39":false,"param_o80":"heterozygous","key_q67":391.23} | truncated_object | {
"type": "object",
"properties": {
"val_a08": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"prop_w23": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"val_a08":"mode_b","col_y39":false,"param_o80":"heterozygous","key_q67":391.23 | Unexpected end of JSON input — truncated object | {"val_a08":"mode_b","col_y39":false,"param_o80":"heterozygous","key_q67":391.23} |
TASK repair_structured_output
SPEC
FIELD width TYPE string REQUIRED yes
FIELD isotope TYPE integer REQUIRED no
FIELD patient_id[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: check_cargo_manifest
Arguments: {"isotope": 902, "patient_id": [853, 24, 489, 423]} | {"width":"Oliveira","isotope":902,"patient_id":[853,24,489,423]} | tool_call_partial_args | {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"isotope": {
"type": "integer"
},
"patient_id": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"patient_id",
"width"
]
} | I need to look up the information first.
Action: check_cargo_manifest
Arguments: {"isotope": 902, "patient_id": [853, 24, 489, 423]} | Agent tool call missing required parameter 'width' | {"width":"Oliveira","isotope":902,"patient_id":[853,24,489,423]} |
TASK repair_structured_output
SPEC
FIELD age TYPE string REQUIRED yes
FIELD discount TYPE string REQUIRED yes
FIELD throttle_pos TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD user_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"age": "2023-12-25", "discount": "example", "throttle_pos": "small", "user_id": ... | {"age":"2023-12-25","discount":"example","throttle_pos":"small","user_id":56} | extra_field | {
"type": "object",
"properties": {
"age": {
"type": "string"
},
"discount": {
"type": "string"
},
"throttle_pos": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"user_id": {
"type": "integer"
}
... | {"age": "2023-12-25", "discount": "example", "throttle_pos": "small", "user_id": 56, "extra_data_460": true} | Unknown field 'extra_data_460' not defined in schema | {"age":"2023-12-25","discount":"example","throttle_pos":"small","user_id":56} |
TASK repair_structured_output
SPEC
FIELD param_c55 TYPE string REQUIRED yes
FIELD dim_q49 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD col_q59 TYPE string REQUIRED no
FIELD key_z39 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD val_u53 TYPE boolean REQUIRED yes
FIELD field_y54 TYPE integer REQUIRED no
BRO... | {"param_c55":"GRCh38","dim_q49":"cat_a","key_z39":"level_1","val_u53":true,"field_y54":690} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_c55": {
"type": "string"
},
"dim_q49": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"col_q59": {
"type": "string"
},
"key_z39": {
"type": "string",
"enum": [
"level_1",
... | I need to look up the information first.
<tool_call name="create_order">
{"param_c55":"GRCh38","dim_q49":"cat_a","key_z39":"level_1","val_u53":true,"field_y54":690}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"param_c55":"GRCh38","dim_q49":"cat_a","key_z39":"level_1","val_u53":true,"field_y54":690} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD brake_pressure TYPE number REQUIRED yes
FIELD aligned_pct TYPE integer REQUIRED no
FIELD subtotal TYPE string REQUIRED yes
FIELD level[] TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
BROKEN_OUTPUT... | {"brake_pressure":213.32,"subtotal":"FWD","level":["type_d","type_c","type_c"]} | truncated_array | {
"type": "object",
"properties": {
"priority": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"brake_pressure": {
"type": "number"
},
"aligned_pct": {
"type": "integer"
},
"subtotal": {
"type": "str... | {"brake_pressure":213.32,"subtotal":"FWD","level":["type_d","type_c","type_c" | Unexpected end of JSON input — truncated array | {"brake_pressure":213.32,"subtotal":"FWD","level":["type_d","type_c","type_c"]} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD fleet_number TYPE number REQUIRED no
FIELD amplitude TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD thumbnail TYPE boolean REQUIRED yes
FIELD s... | {"invoice_id":"low","fleet_number":395.94,"amplitude":"large","thumbnail":true} | single_quotes | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"fleet_number": {
"type": "number"
},
"amplitude": {
"type": "string",
"enum": [
"small",
"... | {'invoice_id':'low','fleet_number':395.94,'amplitude':'large','thumbnail':true} | Expecting property name enclosed in double quotes | {"invoice_id":"low","fleet_number":395.94,"amplitude":"large","thumbnail":true} |
TASK repair_structured_output
SPEC
FIELD field_r11.dim_t80 TYPE integer REQUIRED yes
FIELD field_r11.prop_m67 TYPE string REQUIRED no
FIELD field_r11.key_s41 TYPE integer REQUIRED no
FIELD field_r11.field_f90 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_r11.param_u58.dim_b08 TYPE string REQUIRED ye... | {"field_r11":{"dim_t80":423,"field_f90":"sms","param_u58":{"dim_b08":"chrX","key_f09":692,"field_b80":"BRL","key_o20":"https://api.example.com/v1"}},"key_o66":"completed","col_m75":"inactive"} | invalid_enum | {
"type": "object",
"properties": {
"field_r11": {
"type": "object",
"properties": {
"dim_t80": {
"type": "integer"
},
"prop_m67": {
"type": "string"
},
"key_s41": {
"type": "integer"
},
"field_f90": {
"t... | {"field_r11": {"dim_t80": 423, "field_f90": "sms", "param_u58": {"dim_b08": "chrX", "key_f09": 692, "field_b80": "BRL", "key_o20": "https://api.example.com/v1"}}, "key_o66": "completed", "col_m75": "invalid_choice_873"} | Field 'col_m75' has invalid enum value 'invalid_choice_873', expected one of ['active', 'inactive', 'pending'] | {"field_r11":{"dim_t80":423,"field_f90":"sms","param_u58":{"dim_b08":"chrX","key_f09":692,"field_b80":"BRL","key_o20":"https://api.example.com/v1"}},"key_o66":"completed","col_m75":"inactive"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE integer REQUIRED no
FIELD transaction_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD torque_output TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD score TYPE integer REQUIRED no
FIELD filter_flag TYPE st... | {"bearing":38,"transaction_id":"rejected","torque_output":"type_c"} | agent_chain | {
"type": "object",
"properties": {
"bearing": {
"type": "integer"
},
"transaction_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"torque_output": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: update_record
Result: {"bearing": 38, "transaction_id": "rejected"}
Processing the request now.
Action: call_variants
Result: | Agent multi-step chain with truncated tool output | {"bearing":38,"transaction_id":"rejected","torque_output":"type_c"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD account_id TYPE number REQUIRED yes
FIELD freight_class TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"full_name": "JPY", "account_id": null, "freight_class": "2026-05-28T09:03:00Z"} | {"full_name":"JPY","account_id":836.81,"freight_class":"2026-05-28T09:03:00Z"} | null_required | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"account_id": {
"type": "number"
},
"freight_class": {
"type": "string",
"format": "date-time"
}
... | {"full_name": "JPY", "account_id": null, "freight_class": "2026-05-28T09:03:00Z"} | Required field 'account_id' is null | {"full_name":"JPY","account_id":836.81,"freight_class":"2026-05-28T09:03:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_z64 TYPE string VALUES type_a|type_b REQUIRED no
FIELD prop_n25 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD val_t48 TYPE number REQUIRED yes
FIELD field_r87 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD c... | {"prop_n25":"option_a","val_t48":797.56,"col_x28":"reliable"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_z64": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"prop_n25": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option... | update_preferences(prop_n25='option_a', val_t48=797.56, col_x28='reliable') | Tool call uses Python syntax instead of JSON | {"prop_n25":"option_a","val_t48":797.56,"col_x28":"reliable"} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD state TYPE string REQUIRED yes
FIELD strand TYPE number REQUIRED no
FIELD city TYPE null REQUIRED no
FIELD insurance_id TYPE string_date-time REQUIRED yes
FIELD vital_sign TYPE integer REQUIRED no
FIELD maturi... | {"turbidity":"xl","state":"Sao Paulo","strand":340.6,"insurance_id":"2024-07-16T13:46:00Z"} | tool_call_bad_format | {
"type": "object",
"properties": {
"turbidity": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"state": {
"type": "string"
},
"strand": {
"type": "number"
},
"city": {
"type": "null"
},
"ins... | <functioncall> schedule_meeting
{turbidity: "xl", state: "Sao Paulo", strand: 340.6, insurance_id: "2024-07-16T13:46:00Z"} | Tool call has malformed arguments — unquoted keys in function parameters | {"turbidity":"xl","state":"Sao Paulo","strand":340.6,"insurance_id":"2024-07-16T13:46:00Z"} |
TASK repair_structured_output
SPEC
FIELD attr_l79 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD attr_j45 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_p01 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_k22 TYPE integer REQUIRED n... | {"attr_l79":"mode_a","val_k22":357,"col_j44":"New York","field_q29":"confirmed","dim_i55":"Santos"} | agent_chain | {
"type": "object",
"properties": {
"attr_l79": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"attr_j45": {
"type": "string",
"enum": [
"operational",
"degraded",... | Let me check the system.
Action: filter_variants
Result: {"attr_l79": "mode_a", "val_k22": 357, "col_j44": "New York", "dim_i55": "Santos"}
Processing the request now.
Action: validate_address
Result: | Agent multi-step chain with truncated tool output | {"attr_l79":"mode_a","val_k22":357,"col_j44":"New York","field_q29":"confirmed","dim_i55":"Santos"} |
TASK repair_structured_output
SPEC
FIELD prop_g95 TYPE integer REQUIRED yes
FIELD prop_u80 TYPE string REQUIRED no
FIELD field_r35.val_z22 TYPE integer REQUIRED yes
FIELD field_r35.col_j68 TYPE null REQUIRED yes
FIELD field_r35.key_o86 TYPE string REQUIRED no
FIELD param_c24.prop_a59 TYPE string_uri REQUIRED no
FIELD ... | {"prop_g95":152,"field_r35":{"val_z22":520,"col_j68":null,"key_o86":"sample"}} | missing_required | {
"type": "object",
"properties": {
"prop_g95": {
"type": "integer"
},
"prop_u80": {
"type": "string"
},
"field_r35": {
"type": "object",
"properties": {
"val_z22": {
"type": "integer"
},
"col_j68": {
"type": "null"
},
... | {"field_r35": {"val_z22": 520, "col_j68": null, "key_o86": "sample"}} | Required field 'prop_g95' is missing | {"prop_g95":152,"field_r35":{"val_z22":520,"col_j68":null,"key_o86":"sample"}} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD position TYPE integer REQUIRED yes
FIELD bill_of_lading TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD description TYPE string REQUIRED yes
FIELD allele.bearing TYPE integer REQUIRED yes
F... | {"decay_rate":"oceanic","position":164,"bill_of_lading":"phone","description":"Diana","allele":{"bearing":155,"umi":"2020-05-24T07:10:00Z","username":"London"}} | markdown_explanation | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"position": {
"type": "integer"
},
"bill_of_lading": {
"type": "string",
"enum": [
"email",
... | The parsed result is:
```json
{"decay_rate":"oceanic","position":164,"bill_of_lading":"phone","description":"Diana","allele":{"bearing":155,"umi":"2020-05-24T07:10:00Z","username":"London"}}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"decay_rate":"oceanic","position":164,"bill_of_lading":"phone","description":"Diana","allele":{"bearing":155,"umi":"2020-05-24T07:10:00Z","username":"London"}} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string REQUIRED no
FIELD discount TYPE string REQUIRED yes
FIELD country TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD width[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{'zip_code':'approved','discount':'quux','country':'option_b','width':[false,t... | {"zip_code":"approved","discount":"quux","country":"option_b","width":[false,true,true]} | single_quotes | {
"type": "object",
"properties": {
"zip_code": {
"type": "string"
},
"discount": {
"type": "string"
},
"country": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"width": {
"type": "array",
"items": ... | {'zip_code':'approved','discount':'quux','country':'option_b','width':[false,true,true]} | Expecting property name enclosed in double quotes | {"zip_code":"approved","discount":"quux","country":"option_b","width":[false,true,true]} |
TASK repair_structured_output
SPEC
FIELD field_d99 TYPE integer REQUIRED no
FIELD val_a86 TYPE boolean REQUIRED no
FIELD param_s29 TYPE string_date-time REQUIRED no
FIELD key_y48.dim_z35.val_i82 TYPE number REQUIRED yes
FIELD key_y48.dim_z35.param_n14 TYPE boolean REQUIRED no
FIELD key_y48.dim_z35.field_v76 TYPE numbe... | {"val_a86":false,"param_s29":"2024-08-07T04:24:00Z","key_y48":{"dim_z35":{"val_i82":884.39,"param_n14":true,"field_v76":128.9,"val_t42":"Berlin","attr_y00":true,"attr_l11":"chr1","col_w13":null},"field_t82":{"param_a09":155.36,"dim_u25":"Jane","field_f53":"editor"},"key_x12":{"attr_p75":null,"field_x37":false,"dim_l64"... | truncated_array | {
"type": "object",
"properties": {
"field_d99": {
"type": "integer"
},
"val_a86": {
"type": "boolean"
},
"param_s29": {
"type": "string",
"format": "date-time"
},
"key_y48": {
"type": "object",
"properties": {
"dim_z35": {
"type": "o... | {"val_a86":false,"param_s29":"2024-08-07T04:24:00Z","key_y48":{"dim_z35":{"val_i82":884.39,"param_n14":true,"field_v76":128.9,"val_t42":"Berlin","attr_y00":true,"attr_l11":"chr1","col_w13":null},"field_t82":{"param_a09":155.36,"dim_u25":"Jane","field_f53":"editor"},"key_x12":{"attr_p75":null,"field_x37":false,"dim_l64"... | Unexpected end of JSON input — truncated object | {"val_a86":false,"param_s29":"2024-08-07T04:24:00Z","key_y48":{"dim_z35":{"val_i82":884.39,"param_n14":true,"field_v76":128.9,"val_t42":"Berlin","attr_y00":true,"attr_l11":"chr1","col_w13":null},"field_t82":{"param_a09":155.36,"dim_u25":"Jane","field_f53":"editor"},"key_x12":{"attr_p75":null,"field_x37":false,"dim_l64"... |
TASK repair_structured_output
SPEC
FIELD key_f62 TYPE boolean REQUIRED yes
FIELD dim_r81 TYPE integer REQUIRED no
FIELD attr_o55.dim_a62 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD attr_o55.param_e17 TYPE string REQUIRED yes
FIELD attr_o55.dim_q37 TYPE integer REQUIRED no
FIELD attr_o55.attr_... | {"key_f62":true,"dim_r81":142,"attr_o55":{"dim_a62":"level_3","param_e17":"2023-12-25","dim_q37":412,"attr_m17":{"prop_i44":27,"prop_m47":369,"prop_d03":"option_c","dim_l03":["Luis"]},"val_y15":null},"dim_t90":{"col_m74":"ops@test.io","param_h59":"London","val_m33":901.7,"col_r59":{"col_y33":true,"col_j96":"baz","attr_... | missing_brace | {
"type": "object",
"properties": {
"key_f62": {
"type": "boolean"
},
"dim_r81": {
"type": "integer"
},
"attr_o55": {
"type": "object",
"properties": {
"dim_a62": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | {"key_f62":true,"dim_r81":142,"attr_o55":{"dim_a62":"level_3","param_e17":"2023-12-25","dim_q37":412,"attr_m17":"prop_i44":27,"prop_m47":369,"prop_d03":"option_c","dim_l03":["Luis"]},"val_y15":null},"dim_t90":{"col_m74":"ops@test.io","param_h59":"London","val_m33":901.7,"col_r59":{"col_y33":true,"col_j96":"baz","attr_q... | Missing closing brace | {"key_f62":true,"dim_r81":142,"attr_o55":{"dim_a62":"level_3","param_e17":"2023-12-25","dim_q37":412,"attr_m17":{"prop_i44":27,"prop_m47":369,"prop_d03":"option_c","dim_l03":["Luis"]},"val_y15":null},"dim_t90":{"col_m74":"ops@test.io","param_h59":"London","val_m33":901.7,"col_r59":{"col_y33":true,"col_j96":"baz","attr_... |
TASK repair_structured_output
SPEC
FIELD temp_celsius.insurance_id TYPE boolean REQUIRED no
FIELD temp_celsius.state TYPE string REQUIRED no
FIELD temp_celsius.balance TYPE string REQUIRED no
FIELD temp_celsius.filter_flag TYPE string_email REQUIRED no
FIELD temp_celsius.order_id[] TYPE boolean REQUIRED no
FIELD temp_... | {"hazmat_code":860,"umi":853,"position":246.08} | agent_chain | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "object",
"properties": {
"insurance_id": {
"type": "boolean"
},
"state": {
"type": "string"
},
"balance": {
"type": "string"
},
"filter_flag": {
... | Let me check the system.
Action: generate_report
Result: {"umi": 853, "position": 246.08}
Processing the request now.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"hazmat_code":860,"umi":853,"position":246.08} |
TASK repair_structured_output
SPEC
FIELD attr_u17 TYPE number REQUIRED no
FIELD param_y37 TYPE string REQUIRED yes
FIELD field_p54 TYPE string REQUIRED yes
FIELD field_t16 TYPE string REQUIRED yes
FIELD param_p39 TYPE string VALUES draft|published|archived REQUIRED yes
BROKEN_OUTPUT
{attr_u17:942.08,param_y37:"Jane",... | {"attr_u17":942.08,"param_y37":"Jane","field_p54":"Diana","field_t16":"Sao Paulo","param_p39":"archived"} | unquoted_keys | {
"type": "object",
"properties": {
"attr_u17": {
"type": "number"
},
"param_y37": {
"type": "string"
},
"field_p54": {
"type": "string"
},
"field_t16": {
"type": "string"
},
"param_p39": {
"type": "string",
"enum": [
"draft",
"... | {attr_u17:942.08,param_y37:"Jane",field_p54:"Diana",field_t16:"Sao Paulo",param_p39:"archived"} | Expecting property name enclosed in double quotes | {"attr_u17":942.08,"param_y37":"Jane","field_p54":"Diana","field_t16":"Sao Paulo","param_p39":"archived"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES draft|published|archived REQUIRED no
FIELD color TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD terminal_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD humidity_pct TYPE number REQUIRED no
FIELD ward TYPE ... | {"medication":"archived","color":"open","terminal_id":"enterprise","humidity_pct":66.4,"ward":"white","phone":"inactive","torque_output":"https://api.io/v1"} | unquoted_keys | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"color": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
... | {medication:"archived",color:"open",terminal_id:"enterprise",humidity_pct:66.4,ward:"white",phone:"inactive",torque_output:"https://api.io/v1"} | Expecting property name enclosed in double quotes | {"medication":"archived","color":"open","terminal_id":"enterprise","humidity_pct":66.4,"ward":"white","phone":"inactive","torque_output":"https://api.io/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_g65 TYPE string_date-time REQUIRED yes
FIELD key_e29 TYPE string REQUIRED no
FIELD key_e54 TYPE string REQUIRED yes
FIELD prop_h03 TYPE string REQUIRED yes
FIELD field_v22.col_y75.col_n51 TYPE string_date-time REQUIRED no
FIELD field_v22.col_y75.col_h62 TYPE string REQUIRED... | {"dim_g65":"2023-06-10T05:02:00Z","key_e54":"quux","prop_h03":"Smith","field_v22":{"col_y75":{"col_h62":"test","field_n00":"mode_b","dim_q44":242.93,"key_i43":367.22,"val_f81":"homozygous"},"param_k76":"Silva","attr_o25":{"attr_r54":"option_c","attr_i24":"inland","field_b04":"option_c"}},"param_x45":233} | partial_structure | {
"type": "object",
"properties": {
"dim_g65": {
"type": "string",
"format": "date-time"
},
"key_e29": {
"type": "string"
},
"key_e54": {
"type": "string"
},
"prop_h03": {
"type": "string"
},
"field_v22": {
"type": "object",
"properties":... | I found that param_x45 should be 233. {"dim_g65":"2023-06-10T05:02:00Z","key_e54":"quux","prop_h03":"Smith","field_v22":{"col_y75":{"col_h62":"test","field_n00":"mode_b","dim_q44":242.93,"key_i43":367.22,"val_f81":"homozygous"},"param_k76":"Silva","attr_o25":{"attr_r54":"option_c","attr_i24":"inland","field_b04":"optio... | Output mixes natural language with JSON | {"dim_g65":"2023-06-10T05:02:00Z","key_e54":"quux","prop_h03":"Smith","field_v22":{"col_y75":{"col_h62":"test","field_n00":"mode_b","dim_q44":242.93,"key_i43":367.22,"val_f81":"homozygous"},"param_k76":"Silva","attr_o25":{"attr_r54":"option_c","attr_i24":"inland","field_b04":"option_c"}},"param_x45":233} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string_date-time REQUIRED no
FIELD published TYPE string REQUIRED yes
FIELD procedure_code.loan_amount TYPE null REQUIRED yes
FIELD procedure_code.priority TYPE string REQUIRED yes
FIELD procedure_code.address TYPE integer REQUIRED no
FIELD procedure_code.berth_slot... | {"published":"foo","procedure_code":{"loan_amount":null,"priority":"Smith","address":687,"berth_slot":"https://example.io/v1","subject":{"turbidity":297.37,"url":"Alice","quantity":true,"build_status":"level_4","altitude":866},"type":"2021-11-08T15:00:00Z"},"manifest_ref":"coastal"} | truncated_array | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"format": "date-time"
},
"published": {
"type": "string"
},
"procedure_code": {
"type": "object",
"properties": {
"loan_amount": {
"type": "null"
},
"priority": {
... | {"published":"foo","procedure_code":{"loan_amount":null,"priority":"Smith","address":687,"berth_slot":"https://example.io/v1","subject":{"turbidity":297.37,"url":"Alice","quantity":true,"build_status":"level_4","altitude":866},"type":"2021-11-08T15:00:00Z"},"manifest_ref":"coastal" | Unexpected end of JSON input — truncated object | {"published":"foo","procedure_code":{"loan_amount":null,"priority":"Smith","address":687,"berth_slot":"https://example.io/v1","subject":{"turbidity":297.37,"url":"Alice","quantity":true,"build_status":"level_4","altitude":866},"type":"2021-11-08T15:00:00Z"},"manifest_ref":"coastal"} |
TASK repair_structured_output
SPEC
FIELD key_n03 TYPE boolean REQUIRED no
FIELD col_k14 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_n35 TYPE integer REQUIRED no
FIELD attr_w02.prop_l30 TYPE integer REQUIRED yes
FIELD attr_w02.field_m83 TYPE null REQUIRED yes
FIELD attr_w02.pro... | {"key_n03":false,"col_k14":"confirmed","attr_w02":{"prop_l30":839,"field_m83":null,"prop_i33":{"dim_r99":227.13,"field_g45":false,"col_v47":null,"key_m99":"medium","val_y97":false}}} | markdown_fences | {
"type": "object",
"properties": {
"key_n03": {
"type": "boolean"
},
"col_k14": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"col_n35": {
"type": "integer"
},
"attr_w02": {
"... | ```json
{"key_n03":false,"col_k14":"confirmed","attr_w02":{"prop_l30":839,"field_m83":null,"prop_i33":{"dim_r99":227.13,"field_g45":false,"col_v47":null,"key_m99":"medium","val_y97":false}}}
``` | Output contains markdown code fences | {"key_n03":false,"col_k14":"confirmed","attr_w02":{"prop_l30":839,"field_m83":null,"prop_i33":{"dim_r99":227.13,"field_g45":false,"col_v47":null,"key_m99":"medium","val_y97":false}}} |
TASK repair_structured_output
SPEC
FIELD position TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD duration_ms TYPE boolean REQUIRED no
FIELD annotation TYPE number REQUIRED yes
FIELD ph_level.index.lab_result TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD ph_level... | {"position":"degraded","duration_ms":false,"annotation":539.39,"ph_level":{"index":{"updated_at":"REV","language":874},"created_at":"push","feedback":"hello","label":"archived","bill_of_lading":"info"}} | trailing_comma | {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"duration_ms": {
"type": "boolean"
},
"annotation": {
"type": "number"
},
"ph_level": {
... | {"position":"degraded","duration_ms":false,"annotation":539.39,"ph_level":{"index":{"updated_at":"REV","language":874,},"created_at":"push","feedback":"hello","label":"archived","bill_of_lading":"info"}} | Unexpected trailing comma | {"position":"degraded","duration_ms":false,"annotation":539.39,"ph_level":{"index":{"updated_at":"REV","language":874},"created_at":"push","feedback":"hello","label":"archived","bill_of_lading":"info"}} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string REQUIRED yes
FIELD longitude TYPE integer REQUIRED yes
FIELD nickname TYPE integer REQUIRED yes
FIELD status_code TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: check_availability
Result: {"brake_pressure": "completed", "nickn... | {"brake_pressure":"completed","longitude":525,"nickname":449,"status_code":"https://example.com"} | agent_chain | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string"
},
"longitude": {
"type": "integer"
},
"nickname": {
"type": "integer"
},
"status_code": {
"type": "string"
}
},
"required": [
"brake_pressure",
"nickname",
"longitude"
... | Let me check the system.
Action: check_availability
Result: {"brake_pressure": "completed", "nickname": 449, "status_code": "https://example.com"}
I'll query our database.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"brake_pressure":"completed","longitude":525,"nickname":449,"status_code":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD footnote TYPE boolean REQUIRED yes
FIELD hazmat_code TYPE number REQUIRED yes
BROKEN_OUTPUT
{"batch_code":"small","footnote":false,"hazmat_code":181.74,} | {"batch_code":"small","footnote":false,"hazmat_code":181.74} | trailing_comma | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"footnote": {
"type": "boolean"
},
"hazmat_code": {
"type": "number"
}
},
"required": [
"hazmat_code",
... | {"batch_code":"small","footnote":false,"hazmat_code":181.74,} | Unexpected trailing comma | {"batch_code":"small","footnote":false,"hazmat_code":181.74} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD coverage TYPE string REQUIRED no
FIELD language[] TYPE string REQUIRED no
BROKEN_OUTPUT
Based on the data, language is ['Silva']. {"medication":"white","coverage":"demo","language":["Silva"]} | {"medication":"white","coverage":"demo","language":["Silva"]} | partial_structure | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"coverage": {
"type": "string"
},
"language": {
"type": "array",
"items": {
"type": "s... | Based on the data, language is ['Silva']. {"medication":"white","coverage":"demo","language":["Silva"]} | Output mixes natural language with JSON | {"medication":"white","coverage":"demo","language":["Silva"]} |
TASK repair_structured_output
SPEC
FIELD features TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD deploy_target TYPE integer REQUIRED no
FIELD label[].rating TYPE integer REQUIRED no
FIELD label[].catalyst TYPE boolean REQUIRED yes
FIELD label[].insurance_id TYPE string REQUIRED no
FI... | {"features":"confirmed","deploy_target":566,"label":[{"rating":632,"catalyst":true,"insurance_id":"chrX","sensor_id":"sample","allele":"blue","address":"inactive","commit_hash":"https://www.io/api"},{"rating":873,"catalyst":true,"insurance_id":"London","sensor_id":"Tokyo","allele":"green","address":"inactive","commit_h... | thought_process | {
"type": "object",
"properties": {
"features": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"deploy_target": {
"type": "integer"
},
"label": {
"type": "array",
"items": {
"ty... | Processing the request now.
I'll validate against the schema.
{"features":"confirmed","deploy_target":566,"label":[{"rating":632,"catalyst":true,"insurance_id":"chrX","sensor_id":"sample","allele":"blue","address":"inactive","commit_hash":"https://www.io/api"},{"rating":873,"catalyst":true,"insurance_id":"London","sen... | Output contains chain-of-thought reasoning before JSON | {"features":"confirmed","deploy_target":566,"label":[{"rating":632,"catalyst":true,"insurance_id":"chrX","sensor_id":"sample","allele":"blue","address":"inactive","commit_hash":"https://www.io/api"},{"rating":873,"catalyst":true,"insurance_id":"London","sensor_id":"Tokyo","allele":"green","address":"inactive","commit_h... |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE null REQUIRED yes
FIELD quantity TYPE integer REQUIRED yes
FIELD timezone TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"patient_id":null,"quantity":890,"timezone":false | {"patient_id":null,"quantity":890,"timezone":false} | truncated_object | {
"type": "object",
"properties": {
"patient_id": {
"type": "null"
},
"quantity": {
"type": "integer"
},
"timezone": {
"type": "boolean"
}
},
"required": [
"patient_id",
"timezone",
"quantity"
]
} | {"patient_id":null,"quantity":890,"timezone":false | Unexpected end of JSON input — truncated object | {"patient_id":null,"quantity":890,"timezone":false} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD freight_class TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD full_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
{"freight_class":"admin","full_name":"hemizygou... | {"freight_class":"admin","full_name":"hemizygous"} | missing_bracket | {
"type": "object",
"properties": {
"half_life": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"freight_class": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"full_name": {
... | {"freight_class":"admin","full_name":"hemizygous"} | Missing closing bracket | {"freight_class":"admin","full_name":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD val_v16.key_e37 TYPE integer REQUIRED no
FIELD val_v16.col_k12 TYPE null REQUIRED yes
FIELD val_v16.field_p04 TYPE integer REQUIRED yes
FIELD val_v16.col_n76 TYPE integer REQUIRED no
FIELD val_v16.attr_u92.val_b87 TYPE boolean REQUIRED no
FIELD val_v16.attr_u92.field_m78 TYPE s... | {"val_v16":{"col_k12":null,"field_p04":836,"col_n76":549,"attr_u92":{"val_b87":true,"field_m78":"type_a","dim_z99":"QC-07","key_u46":"hemizygous","val_t84":false}},"param_o37":false,"field_q18":"GRCh38","param_n13":"level_4","param_j72":427.88} | unquoted_keys | {
"type": "object",
"properties": {
"val_v16": {
"type": "object",
"properties": {
"key_e37": {
"type": "integer"
},
"col_k12": {
"type": "null"
},
"field_p04": {
"type": "integer"
},
"col_n76": {
"type":... | {val_v16:{col_k12:null,field_p04:836,col_n76:549,attr_u92:{val_b87:true,field_m78:"type_a",dim_z99:"QC-07",key_u46:"hemizygous",val_t84:false}},param_o37:false,field_q18:"GRCh38",param_n13:"level_4",param_j72:427.88} | Expecting property name enclosed in double quotes | {"val_v16":{"col_k12":null,"field_p04":836,"col_n76":549,"attr_u92":{"val_b87":true,"field_m78":"type_a","dim_z99":"QC-07","key_u46":"hemizygous","val_t84":false}},"param_o37":false,"field_q18":"GRCh38","param_n13":"level_4","param_j72":427.88} |
TASK repair_structured_output
SPEC
FIELD key_s27 TYPE string REQUIRED no
FIELD dim_p49 TYPE null REQUIRED yes
FIELD attr_w46 TYPE string REQUIRED no
FIELD field_n77 TYPE integer REQUIRED yes
FIELD key_m91 TYPE integer REQUIRED yes
FIELD col_c72 TYPE string REQUIRED yes
FIELD val_g85 TYPE string VALUES level_1|level_2|... | {"key_s27":"Hapag-Lloyd-Express","dim_p49":null,"attr_w46":"New York","field_n77":933,"key_m91":276,"col_c72":"Oliveira","val_g85":"level_2"} | missing_bracket | {
"type": "object",
"properties": {
"key_s27": {
"type": "string"
},
"dim_p49": {
"type": "null"
},
"attr_w46": {
"type": "string"
},
"field_n77": {
"type": "integer"
},
"key_m91": {
"type": "integer"
},
"col_c72": {
"type": "string"
... | {"key_s27":"Hapag-Lloyd-Express","dim_p49":null,"attr_w46":"New York","field_n77":933,"key_m91":276,"col_c72":"Oliveira","val_g85":"level_2"} | Missing closing bracket | {"key_s27":"Hapag-Lloyd-Express","dim_p49":null,"attr_w46":"New York","field_n77":933,"key_m91":276,"col_c72":"Oliveira","val_g85":"level_2"} |
TASK repair_structured_output
SPEC
FIELD col_m53 TYPE string_email REQUIRED no
FIELD attr_z33.param_u96 TYPE string REQUIRED yes
FIELD attr_z33.key_p98 TYPE null REQUIRED yes
FIELD attr_z33.val_d14 TYPE null REQUIRED yes
FIELD prop_f05.prop_h24 TYPE number REQUIRED no
FIELD prop_f05.dim_d77 TYPE null REQUIRED no
FIELD... | {"col_m53":"admin@domain.org","prop_f05":{"prop_h24":85.04,"dim_d77":null,"col_y04":[{"prop_c37":"FWD","key_d51":"pro","key_v43":[797,677]}]},"key_k52":"chr1"} | agent_chain | {
"type": "object",
"properties": {
"col_m53": {
"type": "string",
"format": "email"
},
"attr_z33": {
"type": "object",
"properties": {
"param_u96": {
"type": "string"
},
"key_p98": {
"type": "null"
},
"val_d14": {
... | Let me check the system.
Action: queue_sequencing_run
Result: {"col_m53": "admin@domain.org", "prop_f05": {"prop_h24": 85.04, "dim_d77": null, "col_y04": [{"prop_c37": "FWD", "key_d51": "pro", "key_v43": [797, 677]}]}}
I'll query our database.
Action: process_payment
Result: | Agent multi-step chain with truncated tool output | {"col_m53":"admin@domain.org","prop_f05":{"prop_h24":85.04,"dim_d77":null,"col_y04":[{"prop_c37":"FWD","key_d51":"pro","key_v43":[797,677]}]},"key_k52":"chr1"} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE integer REQUIRED yes
FIELD item_id TYPE number REQUIRED yes
FIELD status TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: update_preferences
Arguments: {"gene_id": 152, "status": "type_a"} | {"gene_id":152,"item_id":134.53,"status":"type_a"} | tool_call_partial_args | {
"type": "object",
"properties": {
"gene_id": {
"type": "integer"
},
"item_id": {
"type": "number"
},
"status": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
}
},
"required": [
"item_id",
"sta... | Let me check the system.
Action: update_preferences
Arguments: {"gene_id": 152, "status": "type_a"} | Agent tool call missing required parameter 'item_id' | {"gene_id":152,"item_id":134.53,"status":"type_a"} |
TASK repair_structured_output
SPEC
FIELD prop_k33 TYPE string REQUIRED no
FIELD attr_a28 TYPE string REQUIRED yes
FIELD attr_m28 TYPE boolean REQUIRED no
FIELD key_w49.key_y66 TYPE boolean REQUIRED no
FIELD key_w49.param_x17 TYPE string REQUIRED yes
FIELD key_w49.dim_g30.key_n05 TYPE integer REQUIRED yes
FIELD key_w49... | {"prop_k33":"world","attr_a28":"This is a test value.","attr_m28":false,"val_f18":525,"prop_q69":"RTG-04"} | missing_bracket | {
"type": "object",
"properties": {
"prop_k33": {
"type": "string"
},
"attr_a28": {
"type": "string"
},
"attr_m28": {
"type": "boolean"
},
"key_w49": {
"type": "object",
"properties": {
"key_y66": {
"type": "boolean"
},
"par... | {"prop_k33":"world","attr_a28":"This is a test value.","attr_m28":false,"val_f18":525,"prop_q69":"RTG-04"} | Missing closing bracket | {"prop_k33":"world","attr_a28":"This is a test value.","attr_m28":false,"val_f18":525,"prop_q69":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD attr_k49 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_k18 TYPE string_date-time REQUIRED yes
FIELD val_a69 TYPE number REQUIRED no
FIELD param_h04 TYPE boolean REQUIRED no
FIELD prop_p51 TYPE string_uri REQUIRED no
FIELD param_l06 TYPE string_email R... | {"param_k18":"2026-09-01T06:27:00Z","val_a69":756.71,"param_j83":true} | markdown_explanation | {
"type": "object",
"properties": {
"attr_k49": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_k18": {
"type": "string",
"format": "date-time"
},
"val_a69": {
"type": "number"
},
"para... | Based on your request, here is the data:
```json
{"param_k18":"2026-09-01T06:27:00Z","val_a69":756.71,"param_j83":true}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"param_k18":"2026-09-01T06:27:00Z","val_a69":756.71,"param_j83":true} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD velocity TYPE string REQUIRED yes
FIELD hazmat_code TYPE string REQUIRED no
FIELD filter_flag.phone TYPE string REQUIRED yes
FIELD filter_flag.payment_status TYPE string VALUES admin|editor|viewer REQUIRED yes... | {"allele":"inactive","velocity":"Jane","hazmat_code":"completed","filter_flag":{"phone":"Luis","payment_status":"editor","wavelength":"Paris","image_url":848,"deploy_target":null,"batch_code":{"organism":784,"fleet_number":null,"created_at":"2024-07-27T15:32:00Z","current_draw":false,"velocity":"2020-09-05T23:10:00Z","... | missing_brace | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"velocity": {
"type": "string"
},
"hazmat_code": {
"type": "string"
},
"filter_flag": {
"type": "object",
"pr... | "allele":"inactive","velocity":"Jane","hazmat_code":"completed","filter_flag":{"phone":"Luis","payment_status":"editor","wavelength":"Paris","image_url":848,"deploy_target":null,"batch_code":{"organism":784,"fleet_number":null,"created_at":"2024-07-27T15:32:00Z","current_draw":false,"velocity":"2020-09-05T23:10:00Z","b... | Missing closing brace | {"allele":"inactive","velocity":"Jane","hazmat_code":"completed","filter_flag":{"phone":"Luis","payment_status":"editor","wavelength":"Paris","image_url":848,"deploy_target":null,"batch_code":{"organism":784,"fleet_number":null,"created_at":"2024-07-27T15:32:00Z","current_draw":false,"velocity":"2020-09-05T23:10:00Z","... |
TASK repair_structured_output
SPEC
FIELD param_c31 TYPE string REQUIRED yes
FIELD attr_w81 TYPE string REQUIRED yes
FIELD param_m26 TYPE boolean REQUIRED no
FIELD param_o41 TYPE string REQUIRED no
FIELD key_m71 TYPE integer REQUIRED no
BROKEN_OUTPUT
Result: key_m71=217, {"param_c31":"demo","attr_w81":"A short descrip... | {"param_c31":"demo","attr_w81":"A short description.","param_m26":false,"param_o41":"qux","key_m71":217} | partial_structure | {
"type": "object",
"properties": {
"param_c31": {
"type": "string"
},
"attr_w81": {
"type": "string"
},
"param_m26": {
"type": "boolean"
},
"param_o41": {
"type": "string"
},
"key_m71": {
"type": "integer"
}
},
"required": [
"attr_w81",
... | Result: key_m71=217, {"param_c31":"demo","attr_w81":"A short description.","param_m26":false,"param_o41":"qux","key_m71":217} | Output mixes natural language with JSON | {"param_c31":"demo","attr_w81":"A short description.","param_m26":false,"param_o41":"qux","key_m71":217} |
TASK repair_structured_output
SPEC
FIELD val_f71 TYPE number REQUIRED yes
FIELD key_l23 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD field_a79 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
call_variants(val_f71=53.33, key_l23='cat_b', field_a79='https://example.org/data') | {"val_f71":53.33,"key_l23":"cat_b","field_a79":"https://example.org/data"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_f71": {
"type": "number"
},
"key_l23": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"field_a79": {
"type": "string",
"format": "... | call_variants(val_f71=53.33, key_l23='cat_b', field_a79='https://example.org/data') | Tool call uses Python syntax instead of JSON | {"val_f71":53.33,"key_l23":"cat_b","field_a79":"https://example.org/data"} |
TASK repair_structured_output
SPEC
FIELD attr_u47 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD field_e93 TYPE boolean REQUIRED no
FIELD dim_v40 TYPE number REQUIRED no
FIELD val_j99 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_f63 TYPE string REQUIRED n... | {"attr_u47":"option_c","dim_v40":16.64,"val_j99":"maintenance","dim_a97":11} | partial_structure | {
"type": "object",
"properties": {
"attr_u47": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"field_e93": {
"type": "boolean"
},
"dim_v40": {
"type": "number"
},
"val_j99": {
"type": ... | Result: dim_a97=11, {"attr_u47":"option_c","dim_v40":16.64,"val_j99":"maintenance","dim_a97":11} | Output mixes natural language with JSON | {"attr_u47":"option_c","dim_v40":16.64,"val_j99":"maintenance","dim_a97":11} |
TASK repair_structured_output
SPEC
FIELD key_t88 TYPE integer REQUIRED yes
FIELD col_e11 TYPE string_uri REQUIRED no
FIELD key_b72 TYPE string REQUIRED yes
FIELD key_m53 TYPE string REQUIRED yes
FIELD key_b05 TYPE string REQUIRED no
BROKEN_OUTPUT
{"key_b72": "Smith", "key_m53": "bar", "key_b05": "REV"} | {"key_t88":100,"key_b72":"Smith","key_m53":"bar","key_b05":"REV"} | missing_required | {
"type": "object",
"properties": {
"key_t88": {
"type": "integer"
},
"col_e11": {
"type": "string",
"format": "uri"
},
"key_b72": {
"type": "string"
},
"key_m53": {
"type": "string"
},
"key_b05": {
"type": "string"
}
},
"required": [
... | {"key_b72": "Smith", "key_m53": "bar", "key_b05": "REV"} | Required field 'key_t88' is missing | {"key_t88":100,"key_b72":"Smith","key_m53":"bar","key_b05":"REV"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string_uri REQUIRED yes
FIELD reagent TYPE string REQUIRED yes
FIELD freight_class TYPE number REQUIRED yes
FIELD timezone TYPE integer REQUIRED yes
BROKEN_OUTPUT
I found that reagent should be FWD. {"balance":"https://data.com/api","reagent":"FWD","freight_class"... | {"balance":"https://data.com/api","reagent":"FWD","freight_class":680.82,"timezone":335} | partial_structure | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"format": "uri"
},
"reagent": {
"type": "string"
},
"freight_class": {
"type": "number"
},
"timezone": {
"type": "integer"
}
},
"required": [
"freight_class",
"balance",
"... | I found that reagent should be FWD. {"balance":"https://data.com/api","reagent":"FWD","freight_class":680.82,"timezone":335} | Output mixes natural language with JSON | {"balance":"https://data.com/api","reagent":"FWD","freight_class":680.82,"timezone":335} |
TASK repair_structured_output
SPEC
FIELD param_e44 TYPE null REQUIRED no
FIELD val_v84 TYPE number REQUIRED no
FIELD col_k28 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"param_e44":null,"val_v84":840.41,"col_k28":"New York"}
Let me know if you need anything else! | {"param_e44":null,"val_v84":840.41,"col_k28":"New York"} | extra_text_after | {
"type": "object",
"properties": {
"param_e44": {
"type": "null"
},
"val_v84": {
"type": "number"
},
"col_k28": {
"type": "string"
}
},
"required": [
"col_k28"
]
} | {"param_e44":null,"val_v84":840.41,"col_k28":"New York"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"param_e44":null,"val_v84":840.41,"col_k28":"New York"} |
TASK repair_structured_output
SPEC
FIELD prop_l63 TYPE integer REQUIRED yes
FIELD param_n22.col_z61 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD param_n22.field_j93 TYPE number REQUIRED no
FIELD param_n22.val_p40 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_n22.prop_v64 ... | {"prop_l63":295,"param_n22":{"col_z61":"mode_a","field_j93":743.53,"val_p40":"cat_c","param_g11":{"key_f50":"QC-07","attr_w39":"2026-12-16T17:50:00Z","val_l27":309}},"val_a92":"Santos","key_r94":"This is a test value.","field_r18":"This is a test value.","key_s41":"option_d","col_i65":"2020-05-01T19:36:00Z","dim_d26":{... | extra_field | {
"type": "object",
"properties": {
"prop_l63": {
"type": "integer"
},
"param_n22": {
"type": "object",
"properties": {
"col_z61": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
... | {"prop_l63": 295, "param_n22": {"col_z61": "mode_a", "field_j93": 743.53, "val_p40": "cat_c", "param_g11": {"key_f50": "QC-07", "attr_w39": "2026-12-16T17:50:00Z", "val_l27": 309}}, "val_a92": "Santos", "key_r94": "This is a test value.", "field_r18": "This is a test value.", "key_s41": "option_d", "col_i65": "2020-05-... | Unknown field 'extra_value_6402' not defined in schema | {"prop_l63":295,"param_n22":{"col_z61":"mode_a","field_j93":743.53,"val_p40":"cat_c","param_g11":{"key_f50":"QC-07","attr_w39":"2026-12-16T17:50:00Z","val_l27":309}},"val_a92":"Santos","key_r94":"This is a test value.","field_r18":"This is a test value.","key_s41":"option_d","col_i65":"2020-05-01T19:36:00Z","dim_d26":{... |
TASK repair_structured_output
SPEC
FIELD prop_c37 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD prop_t36 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD val_m30 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_x54 TYPE null REQUIRED no
BROKEN_OUTPUT
I found that param_x54 should ... | {"prop_c37":"type_b","prop_t36":"mode_a","param_x54":null} | partial_structure | {
"type": "object",
"properties": {
"prop_c37": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"prop_t36": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"val_m30": {
"type": "string",
... | I found that param_x54 should be None. {"prop_c37":"type_b","prop_t36":"mode_a","param_x54":null} | Output mixes natural language with JSON | {"prop_c37":"type_b","prop_t36":"mode_a","param_x54":null} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD status_code TYPE boolean REQUIRED no
FIELD width TYPE boolean REQUIRED no
FIELD step TYPE integer REQUIRED yes
FIELD email TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
BROKEN_OUTPUT
I... | {"collateral":"option_a","status_code":true,"width":true,"step":396,"email":"cat_a"} | tool_call_text_mix | {
"type": "object",
"properties": {
"collateral": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"status_code": {
"type": "boolean"
},
"width": {
"type": "boolean"
},
"step": {
"type": ... | I need to look up the information first.
<tool_call name="calibrate_instrument">
{"collateral":"option_a","status_code":true,"width":true,"step":396,"email":"cat_a"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"collateral":"option_a","status_code":true,"width":true,"step":396,"email":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD prop_j16.attr_o06 TYPE string REQUIRED yes
FIELD prop_j16.field_m24 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD prop_j16.key_x19 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_j16.val_w46.param_h56 TYPE string... | {"prop_j16":{"attr_o06":"New York","field_m24":"level_4","val_w46":{"val_y81":"Alice","param_x53":"pending_review"}},"dim_q57":111.89,"param_r53":"moored","prop_a31":946} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_j16": {
"type": "object",
"properties": {
"attr_o06": {
"type": "string"
},
"field_m24": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"lev... | I need to look up the information first.
Action: validate_address
Arguments: {"prop_j16": {"attr_o06": "New York", "field_m24": "level_4", "val_w46": {"val_y81": "Alice", "param_x53": "pending_review"}}, "param_r53": "moored", "prop_a31": 946} | Agent tool call missing required parameter 'dim_q57' | {"prop_j16":{"attr_o06":"New York","field_m24":"level_4","val_w46":{"val_y81":"Alice","param_x53":"pending_review"}},"dim_q57":111.89,"param_r53":"moored","prop_a31":946} |
TASK repair_structured_output
SPEC
FIELD param_f06 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dim_e97 TYPE string_date-time REQUIRED no
FIELD prop_b74 TYPE null REQUIRED yes
FIELD field_w76 TYPE string REQUIRED yes
FIELD dim_u37 TYPE integer REQUIRED yes
BROKEN_OUTPUT
<functioncall> generate_repor... | {"param_f06":"published","dim_e97":"2025-03-12T17:44:00Z","prop_b74":null,"field_w76":"Luis","dim_u37":201} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_f06": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_e97": {
"type": "string",
"format": "date-time"
},
"prop_b74": {
"type": "null"
},
"field_w76": {
"t... | <functioncall> generate_report
{param_f06: "published", dim_e97: "2025-03-12T17:44:00Z", prop_b74: null, field_w76: "Luis", dim_u37: 201} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_f06":"published","dim_e97":"2025-03-12T17:44:00Z","prop_b74":null,"field_w76":"Luis","dim_u37":201} |
TASK repair_structured_output
SPEC
FIELD section TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD length TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD status TYPE string REQUIRED no
FIELD width TYPE string REQUIRED yes
FIELD updated_at TYPE boolean REQUIRED no
FIEL... | {"length":"type_c","status":"Tokyo","width":"baz","updated_at":true,"frequency_hz":"completed","item_id":180} | unquoted_keys | {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"length": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {length:"type_c",status:"Tokyo",width:"baz",updated_at:true,frequency_hz:"completed",item_id:180} | Expecting property name enclosed in double quotes | {"length":"type_c","status":"Tokyo","width":"baz","updated_at":true,"frequency_hz":"completed","item_id":180} |
TASK repair_structured_output
SPEC
FIELD val_i04 TYPE integer REQUIRED no
FIELD field_o27 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD key_a76 TYPE integer REQUIRED no
FIELD val_o56 TYPE integer REQUIRED no
FIELD prop_f80 TYPE integer REQUIRED no
FIELD param_u89 TYPE string REQUIRED yes
BROKEN_... | {"field_o27":"cat_d","key_a76":25,"val_o56":217,"prop_f80":979,"param_u89":"quux"} | thought_process | {
"type": "object",
"properties": {
"val_i04": {
"type": "integer"
},
"field_o27": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"key_a76": {
"type": "integer"
},
"val_o56": {
"ty... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"field_o27":"cat_d","key_a76":25,"val_o56":217,"prop_f80":979,"param_u89":"quux"} | Output contains chain-of-thought reasoning before JSON | {"field_o27":"cat_d","key_a76":25,"val_o56":217,"prop_f80":979,"param_u89":"quux"} |
TASK repair_structured_output
SPEC
FIELD col_a13 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_d48 TYPE integer REQUIRED yes
FIELD field_a72 TYPE integer REQUIRED yes
FIELD param_j91 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD attr_p88 TYPE number REQUIRED no
FIELD dim_m... | {"col_a13":"green","key_d48":883,"field_a72":157,"param_j91":"level_2","key_j80":40.62,"key_b12":"GRCh38"} | single_quotes | {
"type": "object",
"properties": {
"col_a13": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"key_d48": {
"type": "integer"
},
"field_a72": {
"type": "integer"
},
"param_j91": {
"typ... | {'col_a13':'green','key_d48':883,'field_a72':157,'param_j91':'level_2','key_j80':40.62,'key_b12':'GRCh38'} | Expecting property name enclosed in double quotes | {"col_a13":"green","key_d48":883,"field_a72":157,"param_j91":"level_2","key_j80":40.62,"key_b12":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string REQUIRED no
FIELD annotation TYPE string REQUIRED no
FIELD ph_level TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{compound:"MV-Evergreen-01",annotation:"chr1",ph_level:false} | {"compound":"MV-Evergreen-01","annotation":"chr1","ph_level":false} | unquoted_keys | {
"type": "object",
"properties": {
"compound": {
"type": "string"
},
"annotation": {
"type": "string"
},
"ph_level": {
"type": "boolean"
}
},
"required": [
"ph_level"
]
} | {compound:"MV-Evergreen-01",annotation:"chr1",ph_level:false} | Expecting property name enclosed in double quotes | {"compound":"MV-Evergreen-01","annotation":"chr1","ph_level":false} |
TASK repair_structured_output
SPEC
FIELD param_e25 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD param_n87 TYPE boolean REQUIRED yes
FIELD dim_i98.field_n34 TYPE string REQUIRED no
FIELD dim_i98.col_i81 TYPE integer REQUIRED no
FIELD dim_i98.col_o82 TYPE string REQUIRED yes
FIELD dim_i9... | {"param_e25":"frameshift","param_n87":true,"dim_i98":{"field_n34":"inactive","col_i81":733,"col_o82":"Maria","field_k38":"synonymous","attr_c45":685},"val_s78":{"dim_s36":"inactive","attr_b07":"quux","dim_w98":"delivered","param_u95":"approved","key_o63":null}} | null_required | {
"type": "object",
"properties": {
"param_e25": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"param_n87": {
"type": "boolean"
},
"dim_i98": {
"type": "object",
"properties": {
"f... | {"param_e25": "frameshift", "param_n87": null, "dim_i98": {"field_n34": "inactive", "col_i81": 733, "col_o82": "Maria", "field_k38": "synonymous", "attr_c45": 685}, "val_s78": {"dim_s36": "inactive", "attr_b07": "quux", "dim_w98": "delivered", "param_u95": "approved", "key_o63": null}} | Required field 'param_n87' is null | {"param_e25":"frameshift","param_n87":true,"dim_i98":{"field_n34":"inactive","col_i81":733,"col_o82":"Maria","field_k38":"synonymous","attr_c45":685},"val_s78":{"dim_s36":"inactive","attr_b07":"quux","dim_w98":"delivered","param_u95":"approved","key_o63":null}} |
TASK repair_structured_output
SPEC
FIELD key_h11 TYPE string REQUIRED no
FIELD val_n24 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD attr_x10 TYPE integer REQUIRED no
FIELD prop_t32 TYPE string REQUIRED no
FIELD attr_h36[].attr_j44 TYPE string REQUIRED yes
FIELD attr_h36[].col_o80 TYP... | {"key_h11":"Tokyo","val_n24":"type_e","attr_x10":882,"prop_t32":"New York","attr_h36":[{"attr_j44":"John","col_o80":"arctic","prop_j68":"cat_a"},{"attr_j44":"Oliveira","col_o80":"coastal","prop_j68":"cat_c"},{"attr_j44":"baz","col_o80":"oceanic"}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_h11": {
"type": "string"
},
"val_n24": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"attr_x10": {
"type": "integer"
},
"... | Let me check the system.
<tool_call name="calibrate_instrument">
{"key_h11":"Tokyo","val_n24":"type_e","attr_x10":882,"prop_t32":"New York","attr_h36":[{"attr_j44":"John","col_o80":"arctic","prop_j68":"cat_a"},{"attr_j44":"Oliveira","col_o80":"coastal","prop_j68":"cat_c"},{"attr_j44":"baz","col_o80":"oceanic"}]}
</tool... | Agent response mixes reasoning text with tool call | {"key_h11":"Tokyo","val_n24":"type_e","attr_x10":882,"prop_t32":"New York","attr_h36":[{"attr_j44":"John","col_o80":"arctic","prop_j68":"cat_a"},{"attr_j44":"Oliveira","col_o80":"coastal","prop_j68":"cat_c"},{"attr_j44":"baz","col_o80":"oceanic"}]} |
TASK repair_structured_output
SPEC
FIELD key_c35 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_y66.dim_g88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD dim_y66.attr_w03 TYPE boolean REQUIRED no
FIELD dim_y66.val_h21 TYPE string REQUIRED yes
FIELD dim_y66.prop_u84.col_k79 TYPE boolean REQUI... | {"key_c35":"level_2","dim_y66":{"dim_g88":"cat_d","val_h21":"Silva","prop_u84":{"col_k79":true,"dim_p05":"REV","attr_f04":"single","val_s26":"mode_b","dim_y54":true}},"prop_l24":"type_b"} | agent_chain | {
"type": "object",
"properties": {
"key_c35": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"dim_y66": {
"type": "object",
"properties": {
"dim_g88": {
"type": "string",
"enum": [
"cat_a",
"cat_b... | I need to look up the information first.
Action: validate_sample
Result: {"key_c35": "level_2", "prop_l24": "type_b"}
Processing the request now.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"key_c35":"level_2","dim_y66":{"dim_g88":"cat_d","val_h21":"Silva","prop_u84":{"col_k79":true,"dim_p05":"REV","attr_f04":"single","val_s26":"mode_b","dim_y54":true}},"prop_l24":"type_b"} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string_date-time REQUIRED yes
FIELD cargo_type TYPE string REQUIRED no
FIELD throttle_pos TYPE string REQUIRED no
FIELD position[].dissolved_oxygen TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD position[].lab_result TYPE string VALUES reliable|uns... | {"pressure_kpa":"2024-04-04T03:07:00Z","cargo_type":"Jane","position":[{"lab_result":"unstable","salinity":"Oliveira","phenotype":false,"label":"Berlin"},{"dissolved_oxygen":"large","lab_result":"unstable","salinity":"baz","label":"FWD"}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"format": "date-time"
},
"cargo_type": {
"type": "string"
},
"throttle_pos": {
"type": "string"
},
"position": {
"type": "array",
"items": {
"type": "object",
"prop... | <functioncall> calculate_docking_fee
{pressure_kpa: "2024-04-04T03:07:00Z", cargo_type: "Jane", position: [{lab_result: "unstable", salinity: "Oliveira", phenotype: false, label: "Berlin"}, {dissolved_oxygen: "large", lab_result: "unstable", salinity: "baz", label: "FWD"}]} | Tool call has malformed arguments — unquoted keys in function parameters | {"pressure_kpa":"2024-04-04T03:07:00Z","cargo_type":"Jane","position":[{"lab_result":"unstable","salinity":"Oliveira","phenotype":false,"label":"Berlin"},{"dissolved_oxygen":"large","lab_result":"unstable","salinity":"baz","label":"FWD"}]} |
TASK repair_structured_output
SPEC
FIELD prop_x06 TYPE integer REQUIRED yes
FIELD key_o31 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_i62 TYPE integer REQUIRED yes
FIELD param_e93 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"prop_x06": 30, "key_o31": "reliable", "param_i62": "\"761\""} | {"prop_x06":30,"key_o31":"reliable","param_i62":761} | wrong_type | {
"type": "object",
"properties": {
"prop_x06": {
"type": "integer"
},
"key_o31": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"param_i62": {
"type": "integer"
},
"param_e93": {
"type": "integer"
... | {"prop_x06": 30, "key_o31": "reliable", "param_i62": "\"761\""} | Field 'param_i62' must be integer, got string | {"prop_x06":30,"key_o31":"reliable","param_i62":761} |
TASK repair_structured_output
SPEC
FIELD attr_g80 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD val_z27 TYPE null REQUIRED yes
FIELD key_q98 TYPE string_email REQUIRED no
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"attr_g80... | {"attr_g80":"cat_b","val_z27":null,"key_q98":"ops@example.com"} | thought_process | {
"type": "object",
"properties": {
"attr_g80": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"val_z27": {
"type": "null"
},
"key_q98": {
"type": "string",
"format": "email"
}
},
"required": [
"val_z27"
]
} | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"attr_g80":"cat_b","val_z27":null,"key_q98":"ops@example.com"} | Output contains chain-of-thought reasoning before JSON | {"attr_g80":"cat_b","val_z27":null,"key_q98":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_l50 TYPE integer REQUIRED no
FIELD col_n75 TYPE boolean REQUIRED no
FIELD field_a69 TYPE string VALUES single|married|divorced REQUIRED yes
BROKEN_OUTPUT
{"dim_l50":15,"col_n75":false,"field_a69":"married" | {"dim_l50":15,"col_n75":false,"field_a69":"married"} | missing_brace | {
"type": "object",
"properties": {
"dim_l50": {
"type": "integer"
},
"col_n75": {
"type": "boolean"
},
"field_a69": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
}
},
"required": [
"field_a69"
]
} | {"dim_l50":15,"col_n75":false,"field_a69":"married" | Missing closing brace | {"dim_l50":15,"col_n75":false,"field_a69":"married"} |
TASK repair_structured_output
SPEC
FIELD tax TYPE null REQUIRED no
FIELD format TYPE number REQUIRED yes
FIELD velocity TYPE boolean REQUIRED no
FIELD shift_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
<functioncall> check_cargo_manifest
{tax: null, format: 76.82, shift_... | {"tax":null,"format":76.82,"shift_code":"offline"} | tool_call_bad_format | {
"type": "object",
"properties": {
"tax": {
"type": "null"
},
"format": {
"type": "number"
},
"velocity": {
"type": "boolean"
},
"shift_code": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
... | <functioncall> check_cargo_manifest
{tax: null, format: 76.82, shift_code: "offline"} | Tool call has malformed arguments — unquoted keys in function parameters | {"tax":null,"format":76.82,"shift_code":"offline"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE boolean REQUIRED yes
FIELD reagent TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD throttle_pos[] TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD wavelength[].tags TYPE string REQUIRED no
FIELD wavelength[].bearing TY... | {"invoice_id":false,"reagent":"resolved","throttle_pos":["closed","closed","resolved"],"wavelength":[{"tags":"Alice","shipping":199},{"tags":"FWD","bearing":831,"shipping":567},{"tags":"Alice","bearing":547,"shipping":343},{"bearing":941,"shipping":646}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"invoice_id": {
"type": "boolean"
},
"reagent": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"throttle_pos": {
"type": "array",
"items": {
"type": "st... | Let me check the system.
Action: align_reads
Arguments: {"invoice_id": false, "throttle_pos": ["closed", "closed", "resolved"], "wavelength": [{"tags": "Alice", "shipping": 199}, {"tags": "FWD", "bearing": 831, "shipping": 567}, {"tags": "Alice", "bearing": 547, "shipping": 343}, {"bearing": 941, "shipping": 646}]} | Agent tool call missing required parameter 'reagent' | {"invoice_id":false,"reagent":"resolved","throttle_pos":["closed","closed","resolved"],"wavelength":[{"tags":"Alice","shipping":199},{"tags":"FWD","bearing":831,"shipping":567},{"tags":"Alice","bearing":547,"shipping":343},{"bearing":941,"shipping":646}]} |
TASK repair_structured_output
SPEC
FIELD tile TYPE integer REQUIRED yes
FIELD tags TYPE boolean REQUIRED yes
FIELD length.trace_id TYPE string REQUIRED yes
FIELD length.phone TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD length.currency TYPE integer REQUIRED yes
FIELD length.email TYPE integ... | {"tile":990,"tags":true,"length":{"trace_id":"foo","phone":"type_d","currency":689,"email":727},"lab_result":{"strand":"draft","role":"enterprise","throttle_pos":false,"city":801,"span_id":253.76}} | extra_text_before | {
"type": "object",
"properties": {
"tile": {
"type": "integer"
},
"tags": {
"type": "boolean"
},
"length": {
"type": "object",
"properties": {
"trace_id": {
"type": "string"
},
"phone": {
"type": "string",
"enum": [
... | The instrument reported:
{"tile":990,"tags":true,"length":{"trace_id":"foo","phone":"type_d","currency":689,"email":727},"lab_result":{"strand":"draft","role":"enterprise","throttle_pos":false,"city":801,"span_id":253.76}} | Output contains non-JSON text before the object | {"tile":990,"tags":true,"length":{"trace_id":"foo","phone":"type_d","currency":689,"email":727},"lab_result":{"strand":"draft","role":"enterprise","throttle_pos":false,"city":801,"span_id":253.76}} |
TASK repair_structured_output
SPEC
FIELD col_h27 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_s18 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_k48 TYPE string_email REQUIRED no
FIELD col_x35 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches t... | {"col_h27":"married","attr_k48":"admin@example.com","col_x35":true} | thought_process | {
"type": "object",
"properties": {
"col_h27": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"col_s18": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"attr_k48": {
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"col_h27":"married","attr_k48":"admin@example.com","col_x35":true} | Output contains chain-of-thought reasoning before JSON | {"col_h27":"married","attr_k48":"admin@example.com","col_x35":true} |
TASK repair_structured_output
SPEC
FIELD key_h25 TYPE boolean REQUIRED no
FIELD field_e03 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_t27 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
I've generated the following JSON:
{"key_h25":false,"field_e03":"medi... | {"key_h25":false,"field_e03":"medium","prop_t27":"operational"} | extra_text_before | {
"type": "object",
"properties": {
"key_h25": {
"type": "boolean"
},
"field_e03": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_t27": {
"type": "string",
"enum": [
"operational",
"... | I've generated the following JSON:
{"key_h25":false,"field_e03":"medium","prop_t27":"operational"} | Output contains non-JSON text before the object | {"key_h25":false,"field_e03":"medium","prop_t27":"operational"} |
TASK repair_structured_output
SPEC
FIELD prop_p79 TYPE string REQUIRED yes
FIELD key_l79 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_r73.prop_h36.param_q75 TYPE integer REQUIRED yes
FIELD col_r73.prop_h36.dim_b90 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_r73.prop_h36.field_t74 TY... | {"prop_p79":"baz","key_l79":"push","col_r73":{"prop_h36":{"param_q75":470,"dim_b90":"viewer","attr_v42":["2022-07-22T07:58:00Z","2022-12-21T23:37:00Z","2026-04-22T23:25:00Z","2022-03-09T03:45:00Z"]},"key_p38":"example","prop_n21":"hello"}} | partial_structure | {
"type": "object",
"properties": {
"prop_p79": {
"type": "string"
},
"key_l79": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"col_r73": {
"type": "object",
"properties": {
"prop_h36": {
"... | Based on the data, prop_p79 is baz. {"prop_p79":"baz","key_l79":"push","col_r73":{"prop_h36":{"param_q75":470,"dim_b90":"viewer","attr_v42":["2022-07-22T07:58:00Z","2022-12-21T23:37:00Z","2026-04-22T23:25:00Z","2022-03-09T03:45:00Z"]},"key_p38":"example","prop_n21":"hello"}} | Output mixes natural language with JSON | {"prop_p79":"baz","key_l79":"push","col_r73":{"prop_h36":{"param_q75":470,"dim_b90":"viewer","attr_v42":["2022-07-22T07:58:00Z","2022-12-21T23:37:00Z","2026-04-22T23:25:00Z","2022-03-09T03:45:00Z"]},"key_p38":"example","prop_n21":"hello"}} |
TASK repair_structured_output
SPEC
FIELD attr_s65 TYPE integer REQUIRED yes
FIELD col_u95 TYPE integer REQUIRED no
FIELD key_s27 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
BROKEN_OUTPUT
Result: col_u95=508, {"attr_s65":161,"col_u95":508,"key_s27":"frameshift"} | {"attr_s65":161,"col_u95":508,"key_s27":"frameshift"} | partial_structure | {
"type": "object",
"properties": {
"attr_s65": {
"type": "integer"
},
"col_u95": {
"type": "integer"
},
"key_s27": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
}
},
"required": [
"att... | Result: col_u95=508, {"attr_s65":161,"col_u95":508,"key_s27":"frameshift"} | Output mixes natural language with JSON | {"attr_s65":161,"col_u95":508,"key_s27":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD prop_z15 TYPE string REQUIRED yes
FIELD val_w61 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_a12 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD col_v02 TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
{'prop_z15':'Alice','val_w61'... | {"prop_z15":"Alice","val_w61":"small","param_a12":"cat_b","col_v02":"viewer"} | single_quotes | {
"type": "object",
"properties": {
"prop_z15": {
"type": "string"
},
"val_w61": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"param_a12": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | {'prop_z15':'Alice','val_w61':'small','param_a12':'cat_b','col_v02':'viewer'} | Expecting property name enclosed in double quotes | {"prop_z15":"Alice","val_w61":"small","param_a12":"cat_b","col_v02":"viewer"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE boolean REQUIRED yes
FIELD options TYPE integer REQUIRED yes
FIELD thumbnail TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"quantity": true, "options": null, "thumbnail": 470} | {"quantity":true,"options":99,"thumbnail":470} | null_required | {
"type": "object",
"properties": {
"quantity": {
"type": "boolean"
},
"options": {
"type": "integer"
},
"thumbnail": {
"type": "integer"
}
},
"required": [
"thumbnail",
"options",
"quantity"
]
} | {"quantity": true, "options": null, "thumbnail": 470} | Required field 'options' is null | {"quantity":true,"options":99,"thumbnail":470} |
TASK repair_structured_output
SPEC
FIELD dim_l55 TYPE integer REQUIRED no
FIELD key_b70 TYPE string REQUIRED no
FIELD val_a23 TYPE null REQUIRED yes
FIELD prop_r16.key_x19 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_r16.dim_c90 TYPE boolean REQUIRED yes
FIELD prop_r16.param_m17 TYPE integer R... | {"dim_l55":454,"key_b70":"London","val_a23":null,"prop_r16":{"key_x19":"info","dim_c90":true,"param_m17":344},"col_h64":"user@domain.org","col_h39":false} | partial_structure | {
"type": "object",
"properties": {
"dim_l55": {
"type": "integer"
},
"key_b70": {
"type": "string"
},
"val_a23": {
"type": "null"
},
"prop_r16": {
"type": "object",
"properties": {
"key_x19": {
"type": "string",
"enum": [
... | I found that col_h64 should be user@domain.org. {"dim_l55":454,"key_b70":"London","val_a23":null,"prop_r16":{"key_x19":"info","dim_c90":true,"param_m17":344},"col_h64":"user@domain.org","col_h39":false} | Output mixes natural language with JSON | {"dim_l55":454,"key_b70":"London","val_a23":null,"prop_r16":{"key_x19":"info","dim_c90":true,"param_m17":344},"col_h64":"user@domain.org","col_h39":false} |
TASK repair_structured_output
SPEC
FIELD key_e98 TYPE string REQUIRED yes
FIELD val_o30 TYPE string REQUIRED yes
FIELD prop_v09 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"key_e98":"This is a test value.","val_o30":"QC-07","prop_v09":"Alice"}
Analysis finished. | {"key_e98":"This is a test value.","val_o30":"QC-07","prop_v09":"Alice"} | extra_text_after | {
"type": "object",
"properties": {
"key_e98": {
"type": "string"
},
"val_o30": {
"type": "string"
},
"prop_v09": {
"type": "string"
}
},
"required": [
"key_e98",
"prop_v09",
"val_o30"
]
} | {"key_e98":"This is a test value.","val_o30":"QC-07","prop_v09":"Alice"}
Analysis finished. | Output contains non-JSON text after the object | {"key_e98":"This is a test value.","val_o30":"QC-07","prop_v09":"Alice"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string REQUIRED no
FIELD price TYPE string REQUIRED yes
FIELD chromosome[] TYPE string VALUES option_a|option_b REQUIRED no
FIELD account_id[].manifest_ref TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD account_id[].image_url TYPE... | {"price":"This is a test value.","chromosome":["option_a","option_a"],"account_id":[{"manifest_ref":"degraded","half_life":"Diana","ward":922},{"manifest_ref":"maintenance","half_life":"A short description.","ward":219,"company":"Jane"}]} | partial_structure | {
"type": "object",
"properties": {
"annotation": {
"type": "string"
},
"price": {
"type": "string"
},
"chromosome": {
"type": "array",
"items": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
}
},
"account_... | Based on the data, price is This is a test value.. {"price":"This is a test value.","chromosome":["option_a","option_a"],"account_id":[{"manifest_ref":"degraded","half_life":"Diana","ward":922},{"manifest_ref":"maintenance","half_life":"A short description.","ward":219,"company":"Jane"}]} | Output mixes natural language with JSON | {"price":"This is a test value.","chromosome":["option_a","option_a"],"account_id":[{"manifest_ref":"degraded","half_life":"Diana","ward":922},{"manifest_ref":"maintenance","half_life":"A short description.","ward":219,"company":"Jane"}]} |
TASK repair_structured_output
SPEC
FIELD prop_t70 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD col_u96 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_x54 TYPE string_uri REQUIRED no
FIELD val_t70 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_q72 TYPE string R... | {"prop_t70":"black","col_u96":"inactive","val_x54":"https://api.org/data","val_t70":"enterprise","prop_q72":"active","val_p59":"arctic"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_t70": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_u96": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
}... | Tool: query_port_status
Params: {"prop_t70": "black", "col_u96": "inactive", "val_x54": "https://api.org/data", "val_t70": "enterprise", "prop_q72": "active", "val_p59": "arctic"} | Agent used wrong parameter name 'key_z64_name' instead of 'key_z64' | {"prop_t70":"black","col_u96":"inactive","val_x54":"https://api.org/data","val_t70":"enterprise","prop_q72":"active","val_p59":"arctic"} |
TASK repair_structured_output
SPEC
FIELD prop_n80 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD param_z33 TYPE string REQUIRED no
FIELD prop_l18 TYPE string_date-time REQUIRED yes
FIELD prop_n55 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD val_y21 TYPE string VA... | {"prop_n80":"cat_e","param_z33":"Maria","prop_l18":"2024-01-26T09:16:00Z","prop_n55":"type_a","prop_a16":"A short description."} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_n80": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"param_z33": {
"type": "string"
},
"prop_l18": {
"type": "string",
"format": "date-time"
... | I need to look up the information first.
Action: calibrate_instrument
Arguments: {"param_z33": "Maria", "prop_l18": "2024-01-26T09:16:00Z", "prop_n55": "type_a", "prop_a16": "A short description."} | Agent tool call missing required parameter 'prop_n80' | {"prop_n80":"cat_e","param_z33":"Maria","prop_l18":"2024-01-26T09:16:00Z","prop_n55":"type_a","prop_a16":"A short description."} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE integer REQUIRED no
FIELD invoice_id TYPE number REQUIRED yes
FIELD payment_status TYPE string REQUIRED yes
FIELD comments TYPE string REQUIRED no
FIELD paragraph TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{invoice_id:308.3,payment_status:"RTG-04",comments:"Alice... | {"invoice_id":308.3,"payment_status":"RTG-04","comments":"Alice","paragraph":"https://example.io/api"} | unquoted_keys | {
"type": "object",
"properties": {
"due_date": {
"type": "integer"
},
"invoice_id": {
"type": "number"
},
"payment_status": {
"type": "string"
},
"comments": {
"type": "string"
},
"paragraph": {
"type": "string",
"format": "uri"
}
},
"... | {invoice_id:308.3,payment_status:"RTG-04",comments:"Alice",paragraph:"https://example.io/api"} | Expecting property name enclosed in double quotes | {"invoice_id":308.3,"payment_status":"RTG-04","comments":"Alice","paragraph":"https://example.io/api"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.