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 val_j93 TYPE boolean REQUIRED no
FIELD val_w32 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD col_v84.prop_k56 TYPE integer REQUIRED yes
FIELD col_v84.dim_l81 TYPE string_uri REQUIRED no
FIELD col_v84.key_e42 TYPE string_uri REQUIRED no
FIELD dim_... | {"val_j93":true,"val_w32":"level_1","col_v84":{"prop_k56":780,"dim_l81":"https://data.com/api","key_e42":"https://api.com/data"},"dim_k55":{"prop_g00":399.17,"dim_y68":"https://data.org/api","param_o23":{"col_m96":"option_d","attr_f94":"type_a","dim_q58":"https://www.com/v1","key_r22":402}}} | extra_text_before | {
"type": "object",
"properties": {
"val_j93": {
"type": "boolean"
},
"val_w32": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"col_v84": {
"type": "object",
"properties": {
... | The instrument reported:
{"val_j93":true,"val_w32":"level_1","col_v84":{"prop_k56":780,"dim_l81":"https://data.com/api","key_e42":"https://api.com/data"},"dim_k55":{"prop_g00":399.17,"dim_y68":"https://data.org/api","param_o23":{"col_m96":"option_d","attr_f94":"type_a","dim_q58":"https://www.com/v1","key_r22":402}}} | Output contains non-JSON text before the object | {"val_j93":true,"val_w32":"level_1","col_v84":{"prop_k56":780,"dim_l81":"https://data.com/api","key_e42":"https://api.com/data"},"dim_k55":{"prop_g00":399.17,"dim_y68":"https://data.org/api","param_o23":{"col_m96":"option_d","attr_f94":"type_a","dim_q58":"https://www.com/v1","key_r22":402}}} |
TASK repair_structured_output
SPEC
FIELD current_draw.freight_class TYPE boolean REQUIRED no
FIELD current_draw.strand.interest_rate TYPE string REQUIRED yes
FIELD current_draw.strand.height TYPE null REQUIRED yes
FIELD current_draw.strand.message TYPE string REQUIRED no
FIELD current_draw.strand.gene_id TYPE string R... | {"current_draw":{"strand":{"interest_rate":"inactive","height":null,"gene_id":"Bob","end_date":"Sao Paulo","humidity_pct":449},"interest_rate":false},"reagent":"phone","options":"MV-Evergreen-01","velocity":109} | trailing_comma | {
"type": "object",
"properties": {
"current_draw": {
"type": "object",
"properties": {
"freight_class": {
"type": "boolean"
},
"strand": {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
... | {"current_draw":{"strand":{"interest_rate":"inactive","height":null,"gene_id":"Bob","end_date":"Sao Paulo","humidity_pct":449,},"interest_rate":false},"reagent":"phone","options":"MV-Evergreen-01","velocity":109} | Unexpected trailing comma | {"current_draw":{"strand":{"interest_rate":"inactive","height":null,"gene_id":"Bob","end_date":"Sao Paulo","humidity_pct":449},"interest_rate":false},"reagent":"phone","options":"MV-Evergreen-01","velocity":109} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string_email REQUIRED no
FIELD thumbnail TYPE integer REQUIRED no
FIELD lab_result TYPE boolean REQUIRED no
FIELD account_id TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD nickname TYPE boolean REQUIRED no
FIELD active TYPE integer REQUIRED yes
FIELD languag... | {"thumbnail":492,"lab_result":true,"account_id":"cat_b","nickname":true,"active":570,"language":615.41} | truncated_array | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"format": "email"
},
"thumbnail": {
"type": "integer"
},
"lab_result": {
"type": "boolean"
},
"account_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
... | {"thumbnail":492,"lab_result":true,"account_id":"cat_b","nickname":true,"active":570,"language":615.41 | Unexpected end of JSON input — truncated object | {"thumbnail":492,"lab_result":true,"account_id":"cat_b","nickname":true,"active":570,"language":615.41} |
TASK repair_structured_output
SPEC
FIELD dim_c86 TYPE string REQUIRED yes
FIELD col_g44 TYPE integer REQUIRED yes
FIELD dim_u94 TYPE boolean REQUIRED no
FIELD val_w34 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_b89 TYPE string REQUIRED yes
FIELD col_x77 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"dim_... | {"dim_c86":"A short description.","col_g44":979,"dim_u94":false,"val_w34":"push","key_b89":"active","col_x77":366} | trailing_comma | {
"type": "object",
"properties": {
"dim_c86": {
"type": "string"
},
"col_g44": {
"type": "integer"
},
"dim_u94": {
"type": "boolean"
},
"val_w34": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {"dim_c86":"A short description.","col_g44":979,"dim_u94":false,"val_w34":"push","key_b89":"active","col_x77":366,} | Unexpected trailing comma | {"dim_c86":"A short description.","col_g44":979,"dim_u94":false,"val_w34":"push","key_b89":"active","col_x77":366} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD hazmat_code TYPE string REQUIRED yes
FIELD repository.catalyst TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD repository.enabled TYPE integer REQUIRED yes
FIELD repository.invoice_id.size TYPE n... | {"lab_result":"low","hazmat_code":"Bob","repository":{"catalyst":"email","enabled":84,"invoice_id":{"size":null,"interest_rate":"Diana"}}} | partial_structure | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"hazmat_code": {
"type": "string"
},
"repository": {
"type": "object",
"properties": {
"catalyst": ... | The repository is {'catalyst': 'email', 'enabled': 84, 'invoice_id': {'size': None, 'interest_rate': 'Diana'}} and {"lab_result":"low","hazmat_code":"Bob","repository":{"catalyst":"email","enabled":84,"invoice_id":{"size":null,"interest_rate":"Diana"}}} | Output mixes natural language with JSON | {"lab_result":"low","hazmat_code":"Bob","repository":{"catalyst":"email","enabled":84,"invoice_id":{"size":null,"interest_rate":"Diana"}}} |
TASK repair_structured_output
SPEC
FIELD company TYPE string_email REQUIRED yes
FIELD shift_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD footnote.discount TYPE string_uri REQUIRED no
FIELD footnote.nickname TYPE boolean REQUIRED yes
FIELD footnote.phone TYPE string_email REQUIRED no
FIEL... | {"company":"ops@domain.org","footnote":{"discount":"https://data.com/api","nickname":false,"phone":"user@test.io","yield_pct":{"payment_status":"inactive","website":"2025-01-16T06:00:00Z","verified":"https://www.com/v1","shipping":null},"payment_status":"in_transit","options":"viewer","dissolved_oxygen":null,"product_i... | tool_call_python_syntax | {
"type": "object",
"properties": {
"company": {
"type": "string",
"format": "email"
},
"shift_code": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"footnote": {
"type": "object",
"propert... | queue_sequencing_run(company='ops@domain.org', footnote={'discount': 'https://data.com/api', 'nickname': False, 'phone': 'user@test.io', 'yield_pct': {'payment_status': 'inactive', 'website': '2025-01-16T06:00:00Z', 'verified': 'https://www.com/v1', 'shipping': None}, 'payment_status': 'in_transit', 'options': 'viewer'... | Tool call uses Python syntax instead of JSON | {"company":"ops@domain.org","footnote":{"discount":"https://data.com/api","nickname":false,"phone":"user@test.io","yield_pct":{"payment_status":"inactive","website":"2025-01-16T06:00:00Z","verified":"https://www.com/v1","shipping":null},"payment_status":"in_transit","options":"viewer","dissolved_oxygen":null,"product_i... |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD vital_sign TYPE string REQUIRED no
FIELD aligned_pct TYPE string REQUIRED no
FIELD tax TYPE string_date-time REQUIRED yes
FIELD collateral.credit_score.amplitude TYPE string VALUES cat_a|cat_b|c... | {"account_id":"type_d","aligned_pct":"pending","tax":"2026-03-03T04:27:00Z","collateral":{"credit_score":{"amplitude":"cat_c","port_code":"user@domain.org","zip_code":"active","annotation":"Santos","weight":"user@domain.org"},"features":"returned","verified":true,"options":"confirmed","vessel_name":"Luis","invoice_id":... | partial_structure | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"vital_sign": {
"type": "string"
},
"aligned_pct": {
"type": "string"
},
"tax": {
... | The account_id is type_d and {"account_id":"type_d","aligned_pct":"pending","tax":"2026-03-03T04:27:00Z","collateral":{"credit_score":{"amplitude":"cat_c","port_code":"user@domain.org","zip_code":"active","annotation":"Santos","weight":"user@domain.org"},"features":"returned","verified":true,"options":"confirmed","vess... | Output mixes natural language with JSON | {"account_id":"type_d","aligned_pct":"pending","tax":"2026-03-03T04:27:00Z","collateral":{"credit_score":{"amplitude":"cat_c","port_code":"user@domain.org","zip_code":"active","annotation":"Santos","weight":"user@domain.org"},"features":"returned","verified":true,"options":"confirmed","vessel_name":"Luis","invoice_id":... |
TASK repair_structured_output
SPEC
FIELD col_n64 TYPE number REQUIRED no
FIELD col_g40 TYPE integer REQUIRED no
FIELD dim_k29 TYPE null REQUIRED yes
FIELD dim_p51.key_l63 TYPE null REQUIRED yes
FIELD dim_p51.param_s36.attr_o42 TYPE string REQUIRED no
FIELD dim_p51.param_s36.dim_c43 TYPE string_email REQUIRED yes
FIELD... | {"col_g40":445,"dim_k29":null,"param_k83":{"attr_k40":"2026-12-26T10:18:00Z","field_t01":216,"field_l11":false,"field_a55":false,"dim_l52":"https://example.com","field_q96":false},"field_i28":860.53,"val_g41":"RTG-04"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_n64": {
"type": "number"
},
"col_g40": {
"type": "integer"
},
"dim_k29": {
"type": "null"
},
"dim_p51": {
"type": "object",
"properties": {
"key_l63": {
"type": "null"
},
"param_s36":... | fetch_lab_result(col_g40=445, dim_k29=None, param_k83={'attr_k40': '2026-12-26T10:18:00Z', 'field_t01': 216, 'field_l11': False, 'field_a55': False, 'dim_l52': 'https://example.com', 'field_q96': False}, field_i28=860.53, val_g41='RTG-04') | Tool call uses Python syntax instead of JSON | {"col_g40":445,"dim_k29":null,"param_k83":{"attr_k40":"2026-12-26T10:18:00Z","field_t01":216,"field_l11":false,"field_a55":false,"dim_l52":"https://example.com","field_q96":false},"field_i28":860.53,"val_g41":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES single|married|divorced REQUIRED no
FIELD yield_pct TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD feedback TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
{"freight_class":"married","yield_pct":"... | {"freight_class":"married","yield_pct":"error"} | truncated_array | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"yield_pct": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
... | {"freight_class":"married","yield_pct":"error" | Unexpected end of JSON input — truncated object | {"freight_class":"married","yield_pct":"error"} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE integer REQUIRED yes
FIELD length TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD bill_of_lading TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD items TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD branch TYPE integer REQUIR... | {"latitude":675,"length":"critical","branch":669,"manifest_ref":{"repository":"low","manifest_ref":"free","end_date":"small","role":127},"velocity":"https://data.io/api"} | invalid_enum | {
"type": "object",
"properties": {
"latitude": {
"type": "integer"
},
"length": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"bill_of_lading": {
"type": "string",
"enum": [
"email",
"ph... | {"latitude": 675, "length": "invalid_value_453", "branch": 669, "manifest_ref": {"repository": "low", "manifest_ref": "free", "end_date": "small", "role": 127}, "velocity": "https://data.io/api"} | Field 'length' has invalid enum value 'invalid_value_453', expected one of ['low', 'medium', 'high', 'critical'] | {"latitude":675,"length":"critical","branch":669,"manifest_ref":{"repository":"low","manifest_ref":"free","end_date":"small","role":127},"velocity":"https://data.io/api"} |
TASK repair_structured_output
SPEC
FIELD country TYPE number REQUIRED yes
FIELD url TYPE string REQUIRED yes
FIELD vital_sign TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD shipping TYPE integer REQUIRED yes
FIELD total TYPE integer REQUIRED no
FIELD thumbnail TYPE string REQUIRED no
BROKEN_O... | {"country":342.03,"url":"pending","shipping":244,"total":711} | extra_text_after | {
"type": "object",
"properties": {
"country": {
"type": "number"
},
"url": {
"type": "string"
},
"vital_sign": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"shipping": {
"t... | {"country":342.03,"url":"pending","shipping":244,"total":711}
This should match the schema you provided. | Output contains non-JSON text after the object | {"country":342.03,"url":"pending","shipping":244,"total":711} |
TASK repair_structured_output
SPEC
FIELD key_k34 TYPE string REQUIRED yes
FIELD param_y92 TYPE string_date-time REQUIRED yes
FIELD col_a08 TYPE number REQUIRED no
FIELD attr_y95 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_j03 TYPE string REQUIRED yes
FIELD val_r56 TYPE string VALUES synonymous|mi... | {"key_k34":"Berlin","param_y92":"2021-10-03T20:07:00Z","col_a08":227.88,"attr_y95":"archived","val_j03":"Maria","val_r56":"missense","key_l54":"Alice"} | null_required | {
"type": "object",
"properties": {
"key_k34": {
"type": "string"
},
"param_y92": {
"type": "string",
"format": "date-time"
},
"col_a08": {
"type": "number"
},
"attr_y95": {
"type": "string",
"enum": [
"draft",
"published",
"arc... | {"key_k34": null, "param_y92": "2021-10-03T20:07:00Z", "col_a08": 227.88, "attr_y95": "archived", "val_j03": "Maria", "val_r56": "missense", "key_l54": "Alice"} | Required field 'key_k34' is null | {"key_k34":"Berlin","param_y92":"2021-10-03T20:07:00Z","col_a08":227.88,"attr_y95":"archived","val_j03":"Maria","val_r56":"missense","key_l54":"Alice"} |
TASK repair_structured_output
SPEC
FIELD param_s92 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD prop_p17 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_a80 TYPE string REQUIRED no
FIELD key_z78 TYPE string REQUIRED no
FIELD param_v09 TYPE string VALUES single|married|divorced REQU... | {"param_s92":"warning","prop_p17":"divorced","key_z78":"London","param_v09":"married","prop_q26":"push"} | single_quotes | {
"type": "object",
"properties": {
"param_s92": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"prop_p17": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"va... | {'param_s92':'warning','prop_p17':'divorced','key_z78':'London','param_v09':'married','prop_q26':'push'} | Expecting property name enclosed in double quotes | {"param_s92":"warning","prop_p17":"divorced","key_z78":"London","param_v09":"married","prop_q26":"push"} |
TASK repair_structured_output
SPEC
FIELD field_x47 TYPE string REQUIRED no
FIELD key_f08 TYPE integer REQUIRED yes
FIELD param_u28 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_x47": "Santos", "key_f08": null, "param_u28": 404} | {"field_x47":"Santos","key_f08":300,"param_u28":404} | null_required | {
"type": "object",
"properties": {
"field_x47": {
"type": "string"
},
"key_f08": {
"type": "integer"
},
"param_u28": {
"type": "integer"
}
},
"required": [
"key_f08"
]
} | {"field_x47": "Santos", "key_f08": null, "param_u28": 404} | Required field 'key_f08' is null | {"field_x47":"Santos","key_f08":300,"param_u28":404} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string_uri REQUIRED no
FIELD count TYPE null REQUIRED no
FIELD discount TYPE string REQUIRED no
FIELD run_id.verified TYPE string REQUIRED no
FIELD run_id.created_at TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD run_id.score.messag... | {"port_code":"https://data.org/data","count":null,"run_id":{"verified":"Oliveira","created_at":"degraded","score":{"message":false,"width":757.1,"enabled":"chr1","turbidity":"unstable"},"title":{"wavelength":"escalated","pressure_kpa":"editor","type":"published"}},"published":"Smith","category":"Oliveira"} | extra_text_before | {
"type": "object",
"properties": {
"port_code": {
"type": "string",
"format": "uri"
},
"count": {
"type": "null"
},
"discount": {
"type": "string"
},
"run_id": {
"type": "object",
"properties": {
"verified": {
"type": "string"
... | Sure, here's the result:
{"port_code":"https://data.org/data","count":null,"run_id":{"verified":"Oliveira","created_at":"degraded","score":{"message":false,"width":757.1,"enabled":"chr1","turbidity":"unstable"},"title":{"wavelength":"escalated","pressure_kpa":"editor","type":"published"}},"published":"Smith","category"... | Output contains non-JSON text before the object | {"port_code":"https://data.org/data","count":null,"run_id":{"verified":"Oliveira","created_at":"degraded","score":{"message":false,"width":757.1,"enabled":"chr1","turbidity":"unstable"},"title":{"wavelength":"escalated","pressure_kpa":"editor","type":"published"}},"published":"Smith","category":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD credit_score.category TYPE boolean REQUIRED no
FIELD credit_score.shipper_ref TYPE string REQUIRED no
FIELD credit_score.date TYPE integer REQUIRED no
FIELD credit_score.url TYPE string REQUIRED no
FIELD credit_score.section TYPE string VALUES low|medium|high|critical REQUIRED ... | {"credit_score":{"category":false,"url":"https://api.example.com/v1","section":"medium","coverage":true},"umi":{"wavelength":"https://data.org/data","footnote":"https://api.example.com/v1","tags":"approved"},"humidity_pct":{"insurance_id":410,"barcode":{"due_date":515.82,"run_id":"Berlin","deploy_target":"sms"},"dissol... | missing_required | {
"type": "object",
"properties": {
"credit_score": {
"type": "object",
"properties": {
"category": {
"type": "boolean"
},
"shipper_ref": {
"type": "string"
},
"date": {
"type": "integer"
},
"url": {
"typ... | {"umi": {"wavelength": "https://data.org/data", "footnote": "https://api.example.com/v1", "tags": "approved"}, "humidity_pct": {"insurance_id": 410, "barcode": {"due_date": 515.82, "run_id": "Berlin", "deploy_target": "sms"}, "dissolved_oxygen": "A short description.", "score": 149, "quality_score": "offline", "maturit... | Required field 'credit_score' is missing | {"credit_score":{"category":false,"url":"https://api.example.com/v1","section":"medium","coverage":true},"umi":{"wavelength":"https://data.org/data","footnote":"https://api.example.com/v1","tags":"approved"},"humidity_pct":{"insurance_id":410,"barcode":{"due_date":515.82,"run_id":"Berlin","deploy_target":"sms"},"dissol... |
TASK repair_structured_output
SPEC
FIELD key_f99 TYPE string REQUIRED yes
FIELD param_x47 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_s36 TYPE number REQUIRED no
FIELD key_q93 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: check_availability
Arguments: ... | {"key_f99":"cancelled","param_x47":"heterozygous","key_q93":"ops@domain.org"} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_f99": {
"type": "string"
},
"param_x47": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_s36": {
"type": "number"
},
"key_q93": {
"type": "string",
... | Let me check the system.
Action: check_availability
Arguments: {"key_f99": "cancelled", "param_x47": "heterozygous"} | Agent tool call missing required parameter 'key_q93' | {"key_f99":"cancelled","param_x47":"heterozygous","key_q93":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD attr_z92 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_v30 TYPE integer REQUIRED yes
FIELD val_z05.field_d81 TYPE boolean REQUIRED yes
FIELD val_z05.param_q42 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD val_z05.key_f... | {"val_v30":797,"val_z05":{"field_d81":true,"param_q42":"in_progress","key_f65":{"val_m09":"degraded","prop_v52":318,"col_f01":"coastal","field_i21":"large"},"key_o18":false},"dim_h37":"white"} | missing_required | {
"type": "object",
"properties": {
"attr_z92": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"val_v30": {
"type": "integer"
},
"val_z05": {
"type": "object",
"properties": {
"fie... | {"val_z05": {"field_d81": true, "param_q42": "in_progress", "key_f65": {"val_m09": "degraded", "prop_v52": 318, "col_f01": "coastal", "field_i21": "large"}, "key_o18": false}, "dim_h37": "white"} | Required field 'val_v30' is missing | {"val_v30":797,"val_z05":{"field_d81":true,"param_q42":"in_progress","key_f65":{"val_m09":"degraded","prop_v52":318,"col_f01":"coastal","field_i21":"large"},"key_o18":false},"dim_h37":"white"} |
TASK repair_structured_output
SPEC
FIELD role TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD end_date TYPE integer REQUIRED yes
FIELD tile.organism TYPE number REQUIRED no
FIELD tile.payment_status TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD tile.enabled T... | {"end_date":822,"tile":{"enabled":"Oliveira","type":true,"level":[{"insurance_id":"type_a","count":839.06,"label":"blue"},{"insurance_id":"type_a","count":267.5,"label":"blue"}],"date":[{"freight_class":"heterozygous","due_date":606.58,"company":false,"amount":273}]},"temp_celsius":{"port_code":"option_a","last_name":"... | tool_call_partial_args | {
"type": "object",
"properties": {
"role": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"end_date": {
"type": "integer"
},
"tile": {
"type": "object",
"properties": {
"organi... | I need to look up the information first.
Action: update_preferences
Arguments: {"end_date": 822, "tile": {"enabled": "Oliveira", "type": true, "level": [{"insurance_id": "type_a", "count": 839.06, "label": "blue"}, {"insurance_id": "type_a", "count": 267.5, "label": "blue"}], "date": [{"freight_class": "heterozygous", ... | Agent tool call missing required parameter 'temp_celsius' | {"end_date":822,"tile":{"enabled":"Oliveira","type":true,"level":[{"insurance_id":"type_a","count":839.06,"label":"blue"},{"insurance_id":"type_a","count":267.5,"label":"blue"}],"date":[{"freight_class":"heterozygous","due_date":606.58,"company":false,"amount":273}]},"temp_celsius":{"port_code":"option_a","last_name":"... |
TASK repair_structured_output
SPEC
FIELD address TYPE string_email REQUIRED yes
FIELD index TYPE string REQUIRED yes
FIELD account_id TYPE boolean REQUIRED no
BROKEN_OUTPUT
Tool: run_diagnostics
Params: {"address": "admin@example.com", "account_id": false, "index_value": "Sao Paulo"} | {"address":"admin@example.com","index":"Sao Paulo","account_id":false} | tool_call_wrong_param | {
"type": "object",
"properties": {
"address": {
"type": "string",
"format": "email"
},
"index": {
"type": "string"
},
"account_id": {
"type": "boolean"
}
},
"required": [
"index",
"address"
]
} | Tool: run_diagnostics
Params: {"address": "admin@example.com", "account_id": false, "index_value": "Sao Paulo"} | Agent used wrong parameter name 'index_value' instead of 'index' | {"address":"admin@example.com","index":"Sao Paulo","account_id":false} |
TASK repair_structured_output
SPEC
FIELD color TYPE string REQUIRED no
FIELD step TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD vessel_name TYPE string REQUIRED no
FIELD description.collateral TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD description.currency TYPE string REQU... | {"step":"John","dissolved_oxygen":676,"vessel_name":"pending","description":{"currency":"2024-01-15","invoice_id":{"catalyst":"confirmed","paragraph":"option_b","span_id":"Bob","product_id":"enterprise"},"role":{"features":false,"manifest_ref":"2023-12-25","aligned_pct":105}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"step": {
"type": "string"
},
"dissolved_oxygen": {
"type": "integer"
},
"vessel_name": {
"type": "string"
},
"description": {
"type": "object",
"properties": {
"collate... | update_preferences(step='John', dissolved_oxygen=676, vessel_name='pending', description={'currency': '2024-01-15', 'invoice_id': {'catalyst': 'confirmed', 'paragraph': 'option_b', 'span_id': 'Bob', 'product_id': 'enterprise'}, 'role': {'features': False, 'manifest_ref': '2023-12-25', 'aligned_pct': 105}}) | Tool call uses Python syntax instead of JSON | {"step":"John","dissolved_oxygen":676,"vessel_name":"pending","description":{"currency":"2024-01-15","invoice_id":{"catalyst":"confirmed","paragraph":"option_b","span_id":"Bob","product_id":"enterprise"},"role":{"features":false,"manifest_ref":"2023-12-25","aligned_pct":105}}} |
TASK repair_structured_output
SPEC
FIELD key_b19 TYPE boolean REQUIRED no
FIELD field_s63 TYPE number REQUIRED yes
FIELD prop_h75 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_s96 TYPE number REQUIRED no
FIELD param_y82 TYPE string REQUIRED no
FIELD field_n34 TYPE integer REQUIRED yes
FIE... | {"key_b19":true,"field_s63":508.22,"prop_h75":"closed","param_s96":558.36,"param_y82":"London","field_n34":918,"col_r64":"A short description.","attr_x60":"option_b"} | extra_text_before | {
"type": "object",
"properties": {
"key_b19": {
"type": "boolean"
},
"field_s63": {
"type": "number"
},
"prop_h75": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_s96": {
"type": "... | The parsed result is:
{"key_b19":true,"field_s63":508.22,"prop_h75":"closed","param_s96":558.36,"param_y82":"London","field_n34":918,"col_r64":"A short description.","attr_x60":"option_b"} | Output contains non-JSON text before the object | {"key_b19":true,"field_s63":508.22,"prop_h75":"closed","param_s96":558.36,"param_y82":"London","field_n34":918,"col_r64":"A short description.","attr_x60":"option_b"} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string_uri REQUIRED no
FIELD account_id TYPE integer REQUIRED yes
FIELD visible TYPE integer REQUIRED no
BROKEN_OUTPUT
{"account_id": 103, "visible": "\"170\""} | {"account_id":103,"visible":170} | wrong_type | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"format": "uri"
},
"account_id": {
"type": "integer"
},
"visible": {
"type": "integer"
}
},
"required": [
"account_id"
]
} | {"account_id": 103, "visible": "\"170\""} | Field 'visible' must be integer, got string | {"account_id":103,"visible":170} |
TASK repair_structured_output
SPEC
FIELD date.torque_output TYPE string_date-time REQUIRED yes
FIELD date.label TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD date.id TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD date.altitude TYPE string REQUIRED yes
FIELD department.label... | {"department":{"isotope":806,"zip_code":{"dosage":"type_d","title":"heterozygous","payment_status":"mode_d","diagnosis_code":"test@example.com","decay_rate":null,"amplitude":511},"collateral":{"due_date":229,"start_date":"ops@test.io","amplitude":true,"nickname":972}},"payment_status":"https://example.io/api","isotope"... | tool_call_partial_args | {
"type": "object",
"properties": {
"date": {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"format": "date-time"
},
"label": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | Let me check the system.
Action: read_sensor_array
Arguments: {"payment_status": "https://example.io/api", "isotope": false, "start_date": "Johnson"} | Agent tool call missing required parameter 'department' | {"department":{"isotope":806,"zip_code":{"dosage":"type_d","title":"heterozygous","payment_status":"mode_d","diagnosis_code":"test@example.com","decay_rate":null,"amplitude":511},"collateral":{"due_date":229,"start_date":"ops@test.io","amplitude":true,"nickname":972}},"payment_status":"https://example.io/api","isotope"... |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE boolean REQUIRED yes
FIELD phone TYPE string REQUIRED no
FIELD shift_code TYPE boolean REQUIRED yes
FIELD turbidity TYPE string VALUES cat_a|cat_b REQUIRED no
BROKEN_OUTPUT
{"loan_amount": true, "phone": "Paris", "shift_code": false, "turbidity": "cat_b", "ext... | {"loan_amount":true,"phone":"Paris","shift_code":false,"turbidity":"cat_b"} | extra_field | {
"type": "object",
"properties": {
"loan_amount": {
"type": "boolean"
},
"phone": {
"type": "string"
},
"shift_code": {
"type": "boolean"
},
"turbidity": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
}
},
"required": [
"... | {"loan_amount": true, "phone": "Paris", "shift_code": false, "turbidity": "cat_b", "extra_info_2201": true} | Unknown field 'extra_info_2201' not defined in schema | {"loan_amount":true,"phone":"Paris","shift_code":false,"turbidity":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD attr_r22 TYPE string_date-time REQUIRED no
FIELD val_x55 TYPE string_uri REQUIRED no
FIELD dim_w92 TYPE null REQUIRED yes
FIELD col_f87 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD attr_s07[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
... | {"attr_r22":"2025-09-20T16:47:00Z","val_x55":"https://api.io/v1","dim_w92":null,"col_f87":"red","attr_s07":["hemizygous"]} | agent_chain | {
"type": "object",
"properties": {
"attr_r22": {
"type": "string",
"format": "date-time"
},
"val_x55": {
"type": "string",
"format": "uri"
},
"dim_w92": {
"type": "null"
},
"col_f87": {
"type": "string",
"enum": [
"red",
"blue",
... | I need to look up the information first.
Action: validate_sample
Result: {"attr_r22": "2025-09-20T16:47:00Z", "dim_w92": null, "col_f87": "red", "attr_s07": ["hemizygous"]}
Processing the request now.
Action: validate_address
Result: | Agent multi-step chain with truncated tool output | {"attr_r22":"2025-09-20T16:47:00Z","val_x55":"https://api.io/v1","dim_w92":null,"col_f87":"red","attr_s07":["hemizygous"]} |
TASK repair_structured_output
SPEC
FIELD prop_b99 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_p17 TYPE string REQUIRED yes
FIELD attr_o01 TYPE integer REQUIRED yes
FIELD attr_r39 TYPE string_date-time REQUIRED no
FIELD param_a11 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_b99": "free", "fi... | {"prop_b99":"free","field_p17":"https://example.com","attr_o01":835,"attr_r39":"2021-09-20T21:25:00Z","param_a11":"test"} | extra_field | {
"type": "object",
"properties": {
"prop_b99": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"field_p17": {
"type": "string"
},
"attr_o01": {
"type": "integer"
},
"attr_r39": {
"type": "string"... | {"prop_b99": "free", "field_p17": "https://example.com", "attr_o01": 835, "attr_r39": "2021-09-20T21:25:00Z", "param_a11": "test", "extra_field_4229": "unexpected"} | Unknown field 'extra_field_4229' not defined in schema | {"prop_b99":"free","field_p17":"https://example.com","attr_o01":835,"attr_r39":"2021-09-20T21:25:00Z","param_a11":"test"} |
TASK repair_structured_output
SPEC
FIELD param_u96 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_a49 TYPE string REQUIRED no
FIELD attr_m32 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_z69.col_p62 TYPE number REQUIRED no
FIELD key_z69.param_e62 TYPE boolean R... | {"field_a49":"2024-01-15","attr_m32":"intermittent","key_z69":{"col_p62":297.0,"param_e62":true,"param_s34":{"val_w79":"email","col_g04":"cat_d","col_e48":"https://api.org/data","val_f04":"cat_c","key_c90":"BRL"},"key_n06":true,"field_t91":951}} | missing_required | {
"type": "object",
"properties": {
"param_u96": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_a49": {
"type": "string"
},
"attr_m32": {
"type": "string",
"enum": [
"reliable",
"uns... | {"field_a49": "2024-01-15", "attr_m32": "intermittent"} | Required field 'key_z69' is missing | {"field_a49":"2024-01-15","attr_m32":"intermittent","key_z69":{"col_p62":297.0,"param_e62":true,"param_s34":{"val_w79":"email","col_g04":"cat_d","col_e48":"https://api.org/data","val_f04":"cat_c","key_c90":"BRL"},"key_n06":true,"field_t91":951}} |
TASK repair_structured_output
SPEC
FIELD attr_v41 TYPE string REQUIRED no
FIELD param_a00.col_r03.col_l81 TYPE string_uri REQUIRED no
FIELD param_a00.col_r03.field_n77 TYPE string REQUIRED no
FIELD param_a00.col_r03.val_z82 TYPE string REQUIRED yes
FIELD param_a00.col_r03.dim_s62 TYPE integer REQUIRED no
FIELD param_a... | {"attr_v41":"REV","param_a00":{"col_r03":{"val_z82":"user@domain.com"},"val_d69":"missense","dim_d18":"Hapag-Lloyd-Express"},"col_r31":"draft","col_x46":false,"val_z35":{"param_b72":"type_b","val_z71":"admin","prop_n60":"Jane","attr_y41":"pending","attr_x86":"cat_c"},"val_q47":"https://www.io/data"} | extra_text_after | {
"type": "object",
"properties": {
"attr_v41": {
"type": "string"
},
"param_a00": {
"type": "object",
"properties": {
"col_r03": {
"type": "object",
"properties": {
"col_l81": {
"type": "string",
"format": "uri"
... | {"attr_v41":"REV","param_a00":{"col_r03":{"val_z82":"user@domain.com"},"val_d69":"missense","dim_d18":"Hapag-Lloyd-Express"},"col_r31":"draft","col_x46":false,"val_z35":{"param_b72":"type_b","val_z71":"admin","prop_n60":"Jane","attr_y41":"pending","attr_x86":"cat_c"},"val_q47":"https://www.io/data"}
Analysis finished. | Output contains non-JSON text after the object | {"attr_v41":"REV","param_a00":{"col_r03":{"val_z82":"user@domain.com"},"val_d69":"missense","dim_d18":"Hapag-Lloyd-Express"},"col_r31":"draft","col_x46":false,"val_z35":{"param_b72":"type_b","val_z71":"admin","prop_n60":"Jane","attr_y41":"pending","attr_x86":"cat_c"},"val_q47":"https://www.io/data"} |
TASK repair_structured_output
SPEC
FIELD longitude.chromosome TYPE integer REQUIRED no
FIELD longitude.balance TYPE integer REQUIRED no
FIELD longitude.discount TYPE integer REQUIRED no
FIELD longitude.phone.annotation TYPE boolean REQUIRED no
FIELD longitude.phone.crew_id TYPE string REQUIRED yes
FIELD longitude.phon... | {"longitude":{"chromosome":794,"balance":98,"discount":398,"phone":{"annotation":true,"crew_id":"pending","timezone":"viewer"},"filter_flag":null,"position":"reliable"},"terminal_id":"archived","subject":null} | missing_bracket | {
"type": "object",
"properties": {
"longitude": {
"type": "object",
"properties": {
"chromosome": {
"type": "integer"
},
"balance": {
"type": "integer"
},
"discount": {
"type": "integer"
},
"phone": {
"t... | {"longitude":{"chromosome":794,"balance":98,"discount":398,"phone":{"annotation":true,"crew_id":"pending","timezone":"viewer"},"filter_flag":null,"position":"reliable"},"terminal_id":"archived","subject":null} | Missing closing bracket | {"longitude":{"chromosome":794,"balance":98,"discount":398,"phone":{"annotation":true,"crew_id":"pending","timezone":"viewer"},"filter_flag":null,"position":"reliable"},"terminal_id":"archived","subject":null} |
TASK repair_structured_output
SPEC
FIELD name.reagent TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD name.voltage TYPE string REQUIRED no
FIELD name.consignee TYPE number REQUIRED no
FIELD name.thumbnail TYPE string REQUIRED no
FIELD name.shift_code TYPE integer REQUIRED yes
FIELD description TYPE stri... | {"name":{"reagent":"enterprise","consignee":711.47,"shift_code":372},"description":"https://data.org/data","published":565,"subtotal":null} | missing_brace | {
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"voltage": {
"type": "str... | "name":{"reagent":"enterprise","consignee":711.47,"shift_code":372},"description":"https://data.org/data","published":565,"subtotal":null} | Missing closing brace | {"name":{"reagent":"enterprise","consignee":711.47,"shift_code":372},"description":"https://data.org/data","published":565,"subtotal":null} |
TASK repair_structured_output
SPEC
FIELD attr_o50.param_j65 TYPE string REQUIRED no
FIELD attr_o50.param_p06 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD attr_o50.field_p39 TYPE integer REQUIRED yes
FIELD attr_o50.key_m92[].key_j68 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED... | {"val_a00":"hello","prop_u50":"intermittent"} | thought_process | {
"type": "object",
"properties": {
"attr_o50": {
"type": "object",
"properties": {
"param_j65": {
"type": "string"
},
"param_p06": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"val_a00":"hello","prop_u50":"intermittent"} | Output contains chain-of-thought reasoning before JSON | {"val_a00":"hello","prop_u50":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD dim_n41 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD val_k77 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD col_a09 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD attr_s30 TYPE string REQUIRED no
FIELD prop_b56 TYPE integer REQUI... | {"dim_n41":"oceanic","val_k77":"pending","col_a09":"small","prop_b56":338,"dim_e03":"world","key_e25":"enterprise"} | agent_chain | {
"type": "object",
"properties": {
"dim_n41": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_k77": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"co... | I need to look up the information first.
Action: update_record
Result: {"val_k77": "pending", "col_a09": "small", "prop_b56": 338, "dim_e03": "world", "key_e25": "enterprise"}
I'll query our database.
Action: process_payment
Result: | Agent multi-step chain with truncated tool output | {"dim_n41":"oceanic","val_k77":"pending","col_a09":"small","prop_b56":338,"dim_e03":"world","key_e25":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD key_j31 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD attr_c95 TYPE string REQUIRED no
FIELD val_x68[].attr_e73 TYPE string_date-time REQUIRED no
FIELD val_x68[].val_w87 TYPE boolean REQUIRED yes
FIELD val_x68[].key_o91 TYPE string VALUES admin|edito... | {"key_j31":"option_c","attr_c95":"pending","val_x68":[{"attr_e73":"2024-02-04T12:23:00Z","val_w87":true,"val_y05":"phone","col_s79":true}],"dim_b66":[{"field_t06":"2024-06-30","col_y46":"Bob","prop_c69":["London"]}]} | trailing_comma | {
"type": "object",
"properties": {
"key_j31": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"attr_c95": {
"type": "string"
},
"val_x68": {
"type": "array",
"items": {
"type": "object"... | {"key_j31":"option_c","attr_c95":"pending","val_x68":[{"attr_e73":"2024-02-04T12:23:00Z","val_w87":true,"val_y05":"phone","col_s79":true,}],"dim_b66":[{"field_t06":"2024-06-30","col_y46":"Bob","prop_c69":["London"]}]} | Unexpected trailing comma | {"key_j31":"option_c","attr_c95":"pending","val_x68":[{"attr_e73":"2024-02-04T12:23:00Z","val_w87":true,"val_y05":"phone","col_s79":true}],"dim_b66":[{"field_t06":"2024-06-30","col_y46":"Bob","prop_c69":["London"]}]} |
TASK repair_structured_output
SPEC
FIELD param_o20 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_l00 TYPE null REQUIRED yes
FIELD prop_m88 TYPE boolean REQUIRED yes
FIELD key_b10 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD field_v61[].attr_c44 TYPE stri... | {"param_o20":"resolved","key_l00":null,"prop_m88":true,"key_b10":"option_e","field_v61":[{"attr_c44":"mode_a","attr_h56":false,"field_b04":833.58,"val_c99":"test@example.com","key_f37":502}],"val_g65":[{"attr_t64":"cat_d","prop_x75":"option_a","key_h86":"level_5","col_e81":false,"col_s82":"inactive","col_p08":"type_b",... | extra_text_after | {
"type": "object",
"properties": {
"param_o20": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"key_l00": {
"type": "null"
},
"prop_m88": {
"type": "boolean"
},
"key_b10": {
"type": "stri... | {"param_o20":"resolved","key_l00":null,"prop_m88":true,"key_b10":"option_e","field_v61":[{"attr_c44":"mode_a","attr_h56":false,"field_b04":833.58,"val_c99":"test@example.com","key_f37":502}],"val_g65":[{"attr_t64":"cat_d","prop_x75":"option_a","key_h86":"level_5","col_e81":false,"col_s82":"inactive","col_p08":"type_b",... | Output contains non-JSON text after the object | {"param_o20":"resolved","key_l00":null,"prop_m88":true,"key_b10":"option_e","field_v61":[{"attr_c44":"mode_a","attr_h56":false,"field_b04":833.58,"val_c99":"test@example.com","key_f37":502}],"val_g65":[{"attr_t64":"cat_d","prop_x75":"option_a","key_h86":"level_5","col_e81":false,"col_s82":"inactive","col_p08":"type_b",... |
TASK repair_structured_output
SPEC
FIELD col_t90 TYPE number REQUIRED yes
FIELD prop_n53.prop_e86 TYPE boolean REQUIRED yes
FIELD prop_n53.key_l87 TYPE integer REQUIRED no
FIELD prop_n53.field_v78 TYPE null REQUIRED no
FIELD prop_n53.field_l01 TYPE string REQUIRED yes
FIELD prop_n53.dim_m43 TYPE string REQUIRED yes
FI... | {"col_t90":846.28,"prop_n53":{"prop_e86":true,"key_l87":67,"field_v78":null,"field_l01":"RTG-04","dim_m43":"2023-12-25","dim_i70":"Charlie","prop_k76":"cancelled","param_q50":{"attr_m66":"2026-07-08T05:01:00Z","field_d04":903,"col_x31":214,"field_d54":"https://api.com/api","attr_a18":396.97,"dim_g33":"oceanic","val_z70... | wrong_type | {
"type": "object",
"properties": {
"col_t90": {
"type": "number"
},
"prop_n53": {
"type": "object",
"properties": {
"prop_e86": {
"type": "boolean"
},
"key_l87": {
"type": "integer"
},
"field_v78": {
"type": "null"
... | {"col_t90": "\"846.28\"", "prop_n53": {"prop_e86": true, "key_l87": 67, "field_v78": null, "field_l01": "RTG-04", "dim_m43": "2023-12-25", "dim_i70": "Charlie", "prop_k76": "cancelled", "param_q50": {"attr_m66": "2026-07-08T05:01:00Z", "field_d04": 903, "col_x31": 214, "field_d54": "https://api.com/api", "attr_a18": 39... | Field 'col_t90' must be number, got string | {"col_t90":846.28,"prop_n53":{"prop_e86":true,"key_l87":67,"field_v78":null,"field_l01":"RTG-04","dim_m43":"2023-12-25","dim_i70":"Charlie","prop_k76":"cancelled","param_q50":{"attr_m66":"2026-07-08T05:01:00Z","field_d04":903,"col_x31":214,"field_d54":"https://api.com/api","attr_a18":396.97,"dim_g33":"oceanic","val_z70... |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE integer REQUIRED yes
FIELD priority TYPE boolean REQUIRED no
FIELD size TYPE boolean REQUIRED no
FIELD aligned_pct TYPE integer REQUIRED yes
FIELD order_id TYPE string REQUIRED yes
FIELD duration_ms TYPE boolean REQUIRED no
FIELD sensor_id.patient_id TYPE strin... | {"filter_flag":615,"priority":true,"size":true,"aligned_pct":338,"order_id":"https://api.example.com/v1","duration_ms":true,"message":541} | extra_text_before | {
"type": "object",
"properties": {
"filter_flag": {
"type": "integer"
},
"priority": {
"type": "boolean"
},
"size": {
"type": "boolean"
},
"aligned_pct": {
"type": "integer"
},
"order_id": {
"type": "string"
},
"duration_ms": {
"type":... | Sure, here's the result:
{"filter_flag":615,"priority":true,"size":true,"aligned_pct":338,"order_id":"https://api.example.com/v1","duration_ms":true,"message":541} | Output contains non-JSON text before the object | {"filter_flag":615,"priority":true,"size":true,"aligned_pct":338,"order_id":"https://api.example.com/v1","duration_ms":true,"message":541} |
TASK repair_structured_output
SPEC
FIELD field_r84 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD key_s66 TYPE string_email REQUIRED no
FIELD prop_a94 TYPE number REQUIRED yes
FIELD field_r77.val_n90 TYPE null REQUIRED no
FIELD field_r77.prop_m65 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD fie... | {"field_r84":"type_b","key_s66":"admin@example.com","prop_a94":255.98,"field_r77":{"prop_m65":"cat_a","prop_l07":[{"dim_f90":"cat_a","field_t83":650,"param_i77":"qux","prop_p32":"chr1","key_t81":"missense","dim_c45":"world"},{"key_i04":"open","dim_f90":"cat_a","param_i77":"demo","key_t81":"synonymous","dim_c45":"Jane"}... | tool_call_bad_format | {
"type": "object",
"properties": {
"field_r84": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"key_s66": {
"type": "string",
"format": "email"
},
"prop_a94": {
"type": "number"
},
"field_r77"... | <functioncall> create_order
{field_r84: "type_b", key_s66: "admin@example.com", prop_a94: 255.98, field_r77: {prop_m65: "cat_a", prop_l07: [{dim_f90: "cat_a", field_t83: 650, param_i77: "qux", prop_p32: "chr1", key_t81: "missense", dim_c45: "world"}, {key_i04: "open", dim_f90: "cat_a", param_i77: "demo", key_t81: "syno... | Tool call has malformed arguments — unquoted keys in function parameters | {"field_r84":"type_b","key_s66":"admin@example.com","prop_a94":255.98,"field_r77":{"prop_m65":"cat_a","prop_l07":[{"dim_f90":"cat_a","field_t83":650,"param_i77":"qux","prop_p32":"chr1","key_t81":"missense","dim_c45":"world"},{"key_i04":"open","dim_f90":"cat_a","param_i77":"demo","key_t81":"synonymous","dim_c45":"Jane"}... |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE string VALUES draft|published|archived REQUIRED no
FIELD dosage TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD loan_amount TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD footnote TYPE integer REQUIRED yes
FIELD thumbnail TYPE string_d... | {"humidity_pct":"published","dosage":"high","loan_amount":"editor","footnote":680,"thumbnail":"2022-03-05T07:15:00Z","sensor_id":true,"commit_hash":"foo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dosage": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"lo... | Let me check the system.
Action: align_reads
Arguments: {"humidity_pct": "published", "dosage": "high", "footnote": 680, "thumbnail": "2022-03-05T07:15:00Z", "sensor_id": true, "commit_hash": "foo"} | Agent tool call missing required parameter 'loan_amount' | {"humidity_pct":"published","dosage":"high","loan_amount":"editor","footnote":680,"thumbnail":"2022-03-05T07:15:00Z","sensor_id":true,"commit_hash":"foo"} |
TASK repair_structured_output
SPEC
FIELD param_a25 TYPE integer REQUIRED yes
FIELD key_f48 TYPE string REQUIRED no
FIELD param_z61 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_l35 TYPE string REQUIRED no
BROKEN_OUTPUT
Tool: generate_report
Params: {"param_a25": 689, "key_f48": "Jane", "... | {"param_a25":689,"key_f48":"Jane","param_z61":"homozygous"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_a25": {
"type": "integer"
},
"key_f48": {
"type": "string"
},
"param_z61": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col_l35": {
"type": "string"
... | Tool: generate_report
Params: {"param_a25": 689, "key_f48": "Jane", "param_z61": "homozygous"} | Agent used wrong parameter name 'col_l35_value' instead of 'col_l35' | {"param_a25":689,"key_f48":"Jane","param_z61":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD notes TYPE string_date-time REQUIRED no
FIELD shift_code.salinity TYPE integer REQUIRED no
FIELD shift_code.order_id TYPE number REQUIRED no
FIELD shift_code.last_name TYPE string VALUES operational|degr... | {"updated_at":"blue","notes":"2026-06-20T04:15:00Z","shift_code":{"salinity":540,"order_id":112.48,"manifest_ref":"escalated","berth_slot":[508.08,161.25,371.16],"discount":[{"current_draw":262.59,"role":"closed","compound":"high","format":"Alice","department":"missense","chromosome":"pro","strand":"EUR"},{"role":"clos... | thought_process | {
"type": "object",
"properties": {
"updated_at": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"notes": {
"type": "string",
"format": "date-time"
},
"shift_code": {
"type": "object",
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"updated_at":"blue","notes":"2026-06-20T04:15:00Z","shift_code":{"salinity":540,"order_id":112.48,"manifest_ref":"escalated","berth_slot":[508.08,161.25,371.16],"discount":[{"current_draw":262.59,"role":"closed","co... | Output contains chain-of-thought reasoning before JSON | {"updated_at":"blue","notes":"2026-06-20T04:15:00Z","shift_code":{"salinity":540,"order_id":112.48,"manifest_ref":"escalated","berth_slot":[508.08,161.25,371.16],"discount":[{"current_draw":262.59,"role":"closed","compound":"high","format":"Alice","department":"missense","chromosome":"pro","strand":"EUR"},{"role":"clos... |
TASK repair_structured_output
SPEC
FIELD collateral TYPE number REQUIRED yes
FIELD shift_code TYPE string_date-time REQUIRED yes
FIELD currency TYPE string_date-time REQUIRED yes
FIELD subtotal TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD freight_class TYPE null REQUIRED no
BROKEN_OUTPUT
I need to lo... | {"collateral":392.37,"shift_code":"2022-12-08T07:12:00Z","currency":"2025-09-01T01:46:00Z","subtotal":"inactive","freight_class":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"collateral": {
"type": "number"
},
"shift_code": {
"type": "string",
"format": "date-time"
},
"currency": {
"type": "string",
"format": "date-time"
},
"subtotal": {
"type": "string",
"enum": [
"active"... | I need to look up the information first.
Action: align_reads
Arguments: {"collateral": 392.37, "currency": "2025-09-01T01:46:00Z", "subtotal": "inactive", "freight_class": null} | Agent tool call missing required parameter 'shift_code' | {"collateral":392.37,"shift_code":"2022-12-08T07:12:00Z","currency":"2025-09-01T01:46:00Z","subtotal":"inactive","freight_class":null} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD user_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD frequency_hz TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD turbidity TYPE string VALUES option_a|opt... | {"user_id":"type_e","frequency_hz":"option_b","turbidity":"option_f","allele":35.26} | partial_structure | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"user_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | Based on the data, allele is 35.26. {"user_id":"type_e","frequency_hz":"option_b","turbidity":"option_f","allele":35.26} | Output mixes natural language with JSON | {"user_id":"type_e","frequency_hz":"option_b","turbidity":"option_f","allele":35.26} |
TASK repair_structured_output
SPEC
FIELD val_w87 TYPE null REQUIRED yes
FIELD attr_h60 TYPE integer REQUIRED no
FIELD param_k55 TYPE string VALUES mode_a|mode_b REQUIRED yes
BROKEN_OUTPUT
{"val_w87":null,"attr_h60":649,"param_k55":"mode_a",} | {"val_w87":null,"attr_h60":649,"param_k55":"mode_a"} | trailing_comma | {
"type": "object",
"properties": {
"val_w87": {
"type": "null"
},
"attr_h60": {
"type": "integer"
},
"param_k55": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
}
},
"required": [
"param_k55",
"val_w87"
]
} | {"val_w87":null,"attr_h60":649,"param_k55":"mode_a",} | Unexpected trailing comma | {"val_w87":null,"attr_h60":649,"param_k55":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD param_l36 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_i69 TYPE integer REQUIRED no
FIELD val_t08.key_q41 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_t08.field_f98 TYPE string_email REQUIRED no
FIELD val_t08.attr_q45 TYP... | {"param_l36":"medium","col_i69":858,"val_t08":{"attr_q45":false,"param_p33":"Sao Paulo","attr_v51":"push","val_g03":308,"col_e72":{"val_f69":"returned","dim_v58":"Maria","field_b83":"married","val_n22":"delivered","param_k86":"published","prop_j76":"draft","field_f55":"test@test.io"}},"field_j63":"London","col_n05":"RE... | markdown_fences | {
"type": "object",
"properties": {
"param_l36": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_i69": {
"type": "integer"
},
"val_t08": {
"type": "object",
"properties": {
"key_q41": {
... | ```json
{"param_l36":"medium","col_i69":858,"val_t08":{"attr_q45":false,"param_p33":"Sao Paulo","attr_v51":"push","val_g03":308,"col_e72":{"val_f69":"returned","dim_v58":"Maria","field_b83":"married","val_n22":"delivered","param_k86":"published","prop_j76":"draft","field_f55":"test@test.io"}},"field_j63":"London","col_... | Output contains markdown code fences | {"param_l36":"medium","col_i69":858,"val_t08":{"attr_q45":false,"param_p33":"Sao Paulo","attr_v51":"push","val_g03":308,"col_e72":{"val_f69":"returned","dim_v58":"Maria","field_b83":"married","val_n22":"delivered","param_k86":"published","prop_j76":"draft","field_f55":"test@test.io"}},"field_j63":"London","col_n05":"RE... |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD total TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD country TYPE number REQUIRED no
BROKEN_OUTPUT
{"temp_celsius": "cat_a", "total": "mode_c", "country": "919.25kg"} | {"temp_celsius":"cat_a","total":"mode_c","country":919.25} | number_with_unit | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"total": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"country": {
"type":... | {"temp_celsius": "cat_a", "total": "mode_c", "country": "919.25kg"} | Field 'country' must be number, got string with unit | {"temp_celsius":"cat_a","total":"mode_c","country":919.25} |
TASK repair_structured_output
SPEC
FIELD val_a70 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD field_j87 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD col_e05 TYPE string REQUIRED no
FIELD dim_f35 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD fiel... | {"val_a70":"option_b","field_j87":"cat_a","dim_f35":"operational","field_d69":"https://example.io/data","dim_a75":null,"val_r79":true,"dim_v13":"bar"} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_a70": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"field_j87": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
... | Let me check the system.
<tool_call name="update_preferences">
{"val_a70":"option_b","field_j87":"cat_a","dim_f35":"operational","field_d69":"https://example.io/data","dim_a75":null,"val_r79":true,"dim_v13":"bar"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"val_a70":"option_b","field_j87":"cat_a","dim_f35":"operational","field_d69":"https://example.io/data","dim_a75":null,"val_r79":true,"dim_v13":"bar"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE integer REQUIRED yes
FIELD loan_amount TYPE null REQUIRED yes
FIELD ph_level TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{'interest_rate':364,'loan_amount':null,'ph_level':'2022-01-21T10:38:00Z'} | {"interest_rate":364,"loan_amount":null,"ph_level":"2022-01-21T10:38:00Z"} | single_quotes | {
"type": "object",
"properties": {
"interest_rate": {
"type": "integer"
},
"loan_amount": {
"type": "null"
},
"ph_level": {
"type": "string",
"format": "date-time"
}
},
"required": [
"interest_rate",
"loan_amount",
"ph_level"
]
} | {'interest_rate':364,'loan_amount':null,'ph_level':'2022-01-21T10:38:00Z'} | Expecting property name enclosed in double quotes | {"interest_rate":364,"loan_amount":null,"ph_level":"2022-01-21T10:38:00Z"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD message TYPE number REQUIRED yes
FIELD position TYPE string_email REQUIRED yes
FIELD step TYPE integer REQUIRED no
BROKEN_OUTPUT
{"message": 210.78, "position": "info@test.io", ... | {"message":210.78,"position":"info@test.io","step":763} | number_with_unit | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"message": {
"type": "number"
},
"position": {
"type": "string",... | {"message": 210.78, "position": "info@test.io", "step": "763sec"} | Field 'step' must be number, got string with unit | {"message":210.78,"position":"info@test.io","step":763} |
TASK repair_structured_output
SPEC
FIELD key_s99 TYPE string REQUIRED no
FIELD prop_j10 TYPE string REQUIRED yes
FIELD dim_n27 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"prop_j10": "Paris", "dim_n27": "256px"} | {"prop_j10":"Paris","dim_n27":256} | number_with_unit | {
"type": "object",
"properties": {
"key_s99": {
"type": "string"
},
"prop_j10": {
"type": "string"
},
"dim_n27": {
"type": "integer"
}
},
"required": [
"prop_j10"
]
} | {"prop_j10": "Paris", "dim_n27": "256px"} | Field 'dim_n27' must be number, got string with unit | {"prop_j10":"Paris","dim_n27":256} |
TASK repair_structured_output
SPEC
FIELD dim_b85 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD dim_z19.key_l01 TYPE string REQUIRED yes
FIELD dim_z19.field_m88 TYPE number REQUIRED yes
FIELD dim_z19.key_b07.key_m64 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_z19.key_b07.key_... | {"dim_b85":"inland","prop_t68":"admin@example.com","col_o30":"admin@domain.org","dim_h32":948.18,"field_n85":435.55} | truncated_array | {
"type": "object",
"properties": {
"dim_b85": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"dim_z19": {
"type": "object",
"properties": {
"key_l01": {
"type": "string"
},
"fiel... | {"dim_b85":"inland","prop_t68":"admin@example.com","col_o30":"admin@domain.org","dim_h32":948.18,"field_n85":435.55 | Unexpected end of JSON input — truncated object | {"dim_b85":"inland","prop_t68":"admin@example.com","col_o30":"admin@domain.org","dim_h32":948.18,"field_n85":435.55} |
TASK repair_structured_output
SPEC
FIELD category TYPE string REQUIRED no
FIELD items TYPE number REQUIRED no
FIELD maturity_date TYPE boolean REQUIRED yes
FIELD coverage TYPE boolean REQUIRED yes
FIELD bearing.shift_code TYPE string_email REQUIRED no
FIELD bearing.berth_slot TYPE number REQUIRED yes
FIELD bearing.car... | {"category":"test","maturity_date":true,"coverage":true} | missing_bracket | {
"type": "object",
"properties": {
"category": {
"type": "string"
},
"items": {
"type": "number"
},
"maturity_date": {
"type": "boolean"
},
"coverage": {
"type": "boolean"
},
"bearing": {
"type": "object",
"properties": {
"shift_code":... | {"category":"test","maturity_date":true,"coverage":true} | Missing closing bracket | {"category":"test","maturity_date":true,"coverage":true} |
TASK repair_structured_output
SPEC
FIELD attr_v24 TYPE integer REQUIRED yes
FIELD val_g65 TYPE boolean REQUIRED yes
FIELD val_a26 TYPE string_uri REQUIRED yes
FIELD col_f25 TYPE string_email REQUIRED no
FIELD field_f08 TYPE string REQUIRED no
FIELD param_s58.attr_f15 TYPE string REQUIRED no
FIELD param_s58.dim_b83 TYP... | {"attr_v24":347,"val_g65":true,"val_a26":"https://www.io/api","field_f08":"user@domain.com","param_s58":{"dim_b83":"cat_b","val_i97":"USD","attr_i42":{"col_u89":"warning","attr_e78":"type_d","prop_e91":"type_e","dim_d44":"Oliveira","col_r68":"mode_c","dim_b41":true},"col_j38":197}} | partial_structure | {
"type": "object",
"properties": {
"attr_v24": {
"type": "integer"
},
"val_g65": {
"type": "boolean"
},
"val_a26": {
"type": "string",
"format": "uri"
},
"col_f25": {
"type": "string",
"format": "email"
},
"field_f08": {
"type": "string"... | Result: param_s58={'dim_b83': 'cat_b', 'val_i97': 'USD', 'attr_i42': {'col_u89': 'warning', 'attr_e78': 'type_d', 'prop_e91': 'type_e', 'dim_d44': 'Oliveira', 'col_r68': 'mode_c', 'dim_b41': True}, 'col_j38': 197}, {"attr_v24":347,"val_g65":true,"val_a26":"https://www.io/api","field_f08":"user@domain.com","param_s58":{... | Output mixes natural language with JSON | {"attr_v24":347,"val_g65":true,"val_a26":"https://www.io/api","field_f08":"user@domain.com","param_s58":{"dim_b83":"cat_b","val_i97":"USD","attr_i42":{"col_u89":"warning","attr_e78":"type_d","prop_e91":"type_e","dim_d44":"Oliveira","col_r68":"mode_c","dim_b41":true},"col_j38":197}} |
TASK repair_structured_output
SPEC
FIELD address TYPE string REQUIRED no
FIELD section TYPE integer REQUIRED yes
FIELD transaction_id TYPE number REQUIRED no
BROKEN_OUTPUT
Let me check the system.
<tool_call name="create_order">
{"address":"QC-07","section":114,"transaction_id":419.37}
</tool_call.
The result is read... | {"address":"QC-07","section":114,"transaction_id":419.37} | tool_call_text_mix | {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"section": {
"type": "integer"
},
"transaction_id": {
"type": "number"
}
},
"required": [
"section"
]
} | Let me check the system.
<tool_call name="create_order">
{"address":"QC-07","section":114,"transaction_id":419.37}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"address":"QC-07","section":114,"transaction_id":419.37} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE boolean REQUIRED yes
FIELD product_id TYPE number REQUIRED no
FIELD salinity.torque_output TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD salinity.thumbnail TYPE number REQUIRED no
FIELD salinity.conductivity TYPE string_email REQUIRED ye... | {"due_date":false,"product_id":235.65,"salinity":{"torque_output":"homozygous","conductivity":"info@example.com","city":false,"aligned_pct":"published","loan_amount":255}} | markdown_fences | {
"type": "object",
"properties": {
"due_date": {
"type": "boolean"
},
"product_id": {
"type": "number"
},
"salinity": {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"homozygous",
"het... | ```json
{"due_date":false,"product_id":235.65,"salinity":{"torque_output":"homozygous","conductivity":"info@example.com","city":false,"aligned_pct":"published","loan_amount":255}}
``` | Output contains markdown code fences | {"due_date":false,"product_id":235.65,"salinity":{"torque_output":"homozygous","conductivity":"info@example.com","city":false,"aligned_pct":"published","loan_amount":255}} |
TASK repair_structured_output
SPEC
FIELD col_y07 TYPE integer REQUIRED yes
FIELD dim_v88 TYPE null REQUIRED no
FIELD key_u51 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD dim_s02 TYPE null REQUIRED yes
FIELD dim_r18.param_s30 TYPE integer REQUIRED no
FIELD dim_r18.col_h55 TYPE number REQUIRE... | {"col_y07":184,"dim_v88":null,"key_u51":"hemizygous","dim_s02":null,"dim_r18":{"param_s30":763,"col_h55":851.0,"key_l64":511}} | trailing_comma | {
"type": "object",
"properties": {
"col_y07": {
"type": "integer"
},
"dim_v88": {
"type": "null"
},
"key_u51": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"dim_s02": {
"type": "null"
},
... | {"col_y07":184,"dim_v88":null,"key_u51":"hemizygous","dim_s02":null,"dim_r18":{"param_s30":763,"col_h55":851.0,"key_l64":511,}} | Unexpected trailing comma | {"col_y07":184,"dim_v88":null,"key_u51":"hemizygous","dim_s02":null,"dim_r18":{"param_s30":763,"col_h55":851.0,"key_l64":511}} |
TASK repair_structured_output
SPEC
FIELD medication TYPE integer REQUIRED no
FIELD lab_result TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD order_id TYPE string REQUIRED yes
FIELD altitude TYPE string REQUIRED yes
BROKEN_OUTPUT
{"medication": 832, "lab_result": "invalid_choice_366", "order_... | {"medication":832,"lab_result":"homozygous","order_id":"Maria","altitude":"John"} | invalid_enum | {
"type": "object",
"properties": {
"medication": {
"type": "integer"
},
"lab_result": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"order_id": {
"type": "string"
},
"altitude": {
"type": "string... | {"medication": 832, "lab_result": "invalid_choice_366", "order_id": "Maria", "altitude": "John"} | Field 'lab_result' has invalid enum value 'invalid_choice_366', expected one of ['homozygous', 'heterozygous', 'hemizygous'] | {"medication":832,"lab_result":"homozygous","order_id":"Maria","altitude":"John"} |
TASK repair_structured_output
SPEC
FIELD col_m01 TYPE string REQUIRED no
FIELD field_s08 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_z27 TYPE string REQUIRED no
FIELD field_g51.field_g28 TYPE string REQUIRED yes
FIELD field_g51.attr_d57 TYPE string REQUIRED no
FIELD field_g51.param_r19[].... | {"field_s08":"open","dim_w11":null,"attr_a53":267,"dim_j50":"REV"} | missing_bracket | {
"type": "object",
"properties": {
"col_m01": {
"type": "string"
},
"field_s08": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_z27": {
"type": "string"
},
"field_g51": {
"type": "ob... | {"field_s08":"open","dim_w11":null,"attr_a53":267,"dim_j50":"REV"} | Missing closing bracket | {"field_s08":"open","dim_w11":null,"attr_a53":267,"dim_j50":"REV"} |
TASK repair_structured_output
SPEC
FIELD index TYPE number REQUIRED no
FIELD temp_celsius TYPE string_email REQUIRED no
FIELD paragraph TYPE integer REQUIRED no
FIELD dissolved_oxygen TYPE string REQUIRED yes
BROKEN_OUTPUT
{'index':68.74,'temp_celsius':'ops@example.com','dissolved_oxygen':'chrX'} | {"index":68.74,"temp_celsius":"ops@example.com","dissolved_oxygen":"chrX"} | single_quotes | {
"type": "object",
"properties": {
"index": {
"type": "number"
},
"temp_celsius": {
"type": "string",
"format": "email"
},
"paragraph": {
"type": "integer"
},
"dissolved_oxygen": {
"type": "string"
}
},
"required": [
"dissolved_oxygen"
]
} | {'index':68.74,'temp_celsius':'ops@example.com','dissolved_oxygen':'chrX'} | Expecting property name enclosed in double quotes | {"index":68.74,"temp_celsius":"ops@example.com","dissolved_oxygen":"chrX"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string REQUIRED yes
FIELD allele TYPE string REQUIRED yes
FIELD lab_result[].freight_class TYPE boolean REQUIRED yes
FIELD lab_result[].paragraph TYPE string VALUES active|inactive|pending REQUIRED no
FIELD lab_result[].longitude TYPE string VALUES homozygous|h... | {"terminal_id":"completed","allele":"QC-07","lab_result":[{"freight_class":false,"paragraph":"inactive","longitude":"homozygous","frequency_hz":null,"subtotal":588,"full_name":823,"procedure_code":null}]} | truncated_array | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string"
},
"allele": {
"type": "string"
},
"lab_result": {
"type": "array",
"items": {
"type": "object",
"properties": {
"freight_class": {
"type": "boolean"
},
... | {"terminal_id":"completed","allele":"QC-07","lab_result":[{"freight_class":false,"paragraph":"inactive","longitude":"homozygous","frequency_hz":null,"subtotal":588,"full_name":823,"procedure_code":null} | Unexpected end of JSON input — truncated array | {"terminal_id":"completed","allele":"QC-07","lab_result":[{"freight_class":false,"paragraph":"inactive","longitude":"homozygous","frequency_hz":null,"subtotal":588,"full_name":823,"procedure_code":null}]} |
TASK repair_structured_output
SPEC
FIELD rating TYPE null REQUIRED yes
FIELD current_draw TYPE string REQUIRED yes
FIELD options TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
{"rating": null, "current_draw": null, "options": "high"} | {"rating":null,"current_draw":"pending","options":"high"} | null_required | {
"type": "object",
"properties": {
"rating": {
"type": "null"
},
"current_draw": {
"type": "string"
},
"options": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
}
},
"required": [
"rating",
"curre... | {"rating": null, "current_draw": null, "options": "high"} | Required field 'current_draw' is null | {"rating":null,"current_draw":"pending","options":"high"} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD sensor_id TYPE null REQUIRED yes
FIELD aligned_pct TYPE null REQUIRED yes
FIELD position TYPE boolean REQUIRED no
FIELD features TYPE null REQUIRED no
FIELD balance TYPE integer REQUIRED no
FIELD section TYPE string ... | {"tax":"sms","sensor_id":null,"aligned_pct":null,"balance":329,"section":"option_a","step":"option_c"} | partial_structure | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"sensor_id": {
"type": "null"
},
"aligned_pct": {
"type": "null"
},
"position": {
"type": "boolean"
},
... | Result: tax=sms, {"tax":"sms","sensor_id":null,"aligned_pct":null,"balance":329,"section":"option_a","step":"option_c"} | Output mixes natural language with JSON | {"tax":"sms","sensor_id":null,"aligned_pct":null,"balance":329,"section":"option_a","step":"option_c"} |
TASK repair_structured_output
SPEC
FIELD param_e65 TYPE string REQUIRED no
FIELD col_o30 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD val_j62 TYPE integer REQUIRED no
FIELD attr_b51 TYPE null REQUIRED no
FIELD col_j50 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD col_s31 TY... | {"col_o30":"anchored","val_j62":398,"attr_b51":null,"col_j50":"white","col_s31":"editor","attr_z07":"cancelled"} | thought_process | {
"type": "object",
"properties": {
"param_e65": {
"type": "string"
},
"col_o30": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_j62": {
"type": "integer"
},
"attr_b51": {
"type": "nu... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"col_o30":"anchored","val_j62":398,"attr_b51":null,"col_j50":"white","col_s31":"editor","attr_z07":"cancelled"} | Output contains chain-of-thought reasoning before JSON | {"col_o30":"anchored","val_j62":398,"attr_b51":null,"col_j50":"white","col_s31":"editor","attr_z07":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE boolean REQUIRED yes
FIELD score TYPE string REQUIRED no
FIELD level[] TYPE boolean REQUIRED yes
FIELD lab_result[] TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"balance":false,"score":"approved","level":[false],"lab_result":["https://data.org/v1","https://data.org... | {"balance":false,"score":"approved","level":[false],"lab_result":["https://data.org/v1","https://data.org/api"]} | truncated_object | {
"type": "object",
"properties": {
"balance": {
"type": "boolean"
},
"score": {
"type": "string"
},
"level": {
"type": "array",
"items": {
"type": "boolean"
}
},
"lab_result": {
"type": "array",
"items": {
"type": "string",
... | {"balance":false,"score":"approved","level":[false],"lab_result":["https://data.org/v1","https://data.org/api"] | Unexpected end of JSON input — truncated object | {"balance":false,"score":"approved","level":[false],"lab_result":["https://data.org/v1","https://data.org/api"]} |
TASK repair_structured_output
SPEC
FIELD color TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD status_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD width TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD height TYPE numb... | {"color":"mode_a","status_code":"level_6","width":"option_c","height":851.26,"yield_pct":"option_a"} | tool_call_bad_format | {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"status_code": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | <functioncall> get_account
{color: "mode_a", status_code: "level_6", width: "option_c", height: 851.26, yield_pct: "option_a"} | Tool call has malformed arguments — unquoted keys in function parameters | {"color":"mode_a","status_code":"level_6","width":"option_c","height":851.26,"yield_pct":"option_a"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE number REQUIRED yes
FIELD quality_score TYPE string REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED yes
BROKEN_OUTPUT
{allele:961.96,quality_score:"Luis",aligned_pct:"Berlin"} | {"allele":961.96,"quality_score":"Luis","aligned_pct":"Berlin"} | unquoted_keys | {
"type": "object",
"properties": {
"allele": {
"type": "number"
},
"quality_score": {
"type": "string"
},
"aligned_pct": {
"type": "string"
}
},
"required": [
"quality_score",
"allele",
"aligned_pct"
]
} | {allele:961.96,quality_score:"Luis",aligned_pct:"Berlin"} | Expecting property name enclosed in double quotes | {"allele":961.96,"quality_score":"Luis","aligned_pct":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD user_id TYPE string REQUIRED no
FIELD frequency_hz TYPE string REQUIRED no
FIELD age[] TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"wavelength":"low","frequency_hz":"2024-01-15","age":["user@domain.co... | {"wavelength":"low","frequency_hz":"2024-01-15","age":["user@domain.com"]} | markdown_fences | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"user_id": {
"type": "string"
},
"frequency_hz": {
"type": "string"
},
"age": {
"type": "array",
... | ```json
{"wavelength":"low","frequency_hz":"2024-01-15","age":["user@domain.com"]}
``` | Output contains markdown code fences | {"wavelength":"low","frequency_hz":"2024-01-15","age":["user@domain.com"]} |
TASK repair_structured_output
SPEC
FIELD id TYPE string REQUIRED no
FIELD comments TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD consignee TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD loan_amount TYPE string REQUIRED no
BROKEN_OUTPUT
{"id":"user@domain.com","co... | {"id":"user@domain.com","comments":"level_3","consignee":"synonymous","loan_amount":"GRCh38"} | truncated_array | {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"comments": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"consignee": {
"type": "string",
"enum": [
"synonymous",
"... | {"id":"user@domain.com","comments":"level_3","consignee":"synonymous","loan_amount":"GRCh38" | Unexpected end of JSON input — truncated object | {"id":"user@domain.com","comments":"level_3","consignee":"synonymous","loan_amount":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD age TYPE string REQUIRED yes
FIELD shipper_ref TYPE string REQUIRED no
FIELD berth_slot.notes TYPE boolean REQUIRED no
FIELD berth_slot.consignee TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD berth_slot.email TYPE integer REQUIRED no
FIELD berth_slot.umi TYPE ... | {"age":"Alice","shipper_ref":"This is a test value.","berth_slot":{"notes":false,"consignee":"black","email":375,"current_draw":"https://api.org/v1","organism":608,"filter_flag":392.56}} | trailing_comma | {
"type": "object",
"properties": {
"age": {
"type": "string"
},
"shipper_ref": {
"type": "string"
},
"berth_slot": {
"type": "object",
"properties": {
"notes": {
"type": "boolean"
},
"consignee": {
"type": "string",
"... | {"age":"Alice","shipper_ref":"This is a test value.","berth_slot":{"notes":false,"consignee":"black","email":375,"current_draw":"https://api.org/v1","organism":608,"filter_flag":392.56},} | Unexpected trailing comma | {"age":"Alice","shipper_ref":"This is a test value.","berth_slot":{"notes":false,"consignee":"black","email":375,"current_draw":"https://api.org/v1","organism":608,"filter_flag":392.56}} |
TASK repair_structured_output
SPEC
FIELD level TYPE string REQUIRED yes
FIELD timezone TYPE string REQUIRED no
FIELD phone.quantity TYPE string_date-time REQUIRED yes
FIELD phone.velocity TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD phone.item_id TYPE string VALUES berthed|anchored|underway|moored REQUIR... | {"level":"foo","timezone":"active","phone":{"quantity":"2023-06-24T09:28:00Z","velocity":"xl","item_id":"moored","dissolved_oxygen":{"ph_level":"operational","thumbnail":"pending","vital_sign":947.73},"thumbnail":{"due_date":[false,true,false],"loan_amount":["push","push"]}},"step":"editor","section":876.69,"product_id... | markdown_fences | {
"type": "object",
"properties": {
"level": {
"type": "string"
},
"timezone": {
"type": "string"
},
"phone": {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"format": "date-time"
},
"velocity": {
"... | ```json
{"level":"foo","timezone":"active","phone":{"quantity":"2023-06-24T09:28:00Z","velocity":"xl","item_id":"moored","dissolved_oxygen":{"ph_level":"operational","thumbnail":"pending","vital_sign":947.73},"thumbnail":{"due_date":[false,true,false],"loan_amount":["push","push"]}},"step":"editor","section":876.69,"pr... | Output contains markdown code fences | {"level":"foo","timezone":"active","phone":{"quantity":"2023-06-24T09:28:00Z","velocity":"xl","item_id":"moored","dissolved_oxygen":{"ph_level":"operational","thumbnail":"pending","vital_sign":947.73},"thumbnail":{"due_date":[false,true,false],"loan_amount":["push","push"]}},"step":"editor","section":876.69,"product_id... |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string REQUIRED yes
FIELD port_code TYPE number REQUIRED no
FIELD length TYPE number REQUIRED no
FIELD current_draw TYPE integer REQUIRED yes
FIELD id TYPE integer REQUIRED no
BROKEN_OUTPUT
validate_address(product_id='user@domain.com', length=440.68, current_d... | {"product_id":"user@domain.com","length":440.68,"current_draw":881} | tool_call_python_syntax | {
"type": "object",
"properties": {
"product_id": {
"type": "string"
},
"port_code": {
"type": "number"
},
"length": {
"type": "number"
},
"current_draw": {
"type": "integer"
},
"id": {
"type": "integer"
}
},
"required": [
"current_draw",... | validate_address(product_id='user@domain.com', length=440.68, current_draw=881) | Tool call uses Python syntax instead of JSON | {"product_id":"user@domain.com","length":440.68,"current_draw":881} |
TASK repair_structured_output
SPEC
FIELD col_x13 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD param_z30 TYPE number REQUIRED no
FIELD prop_z41 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_x13":"option_d","param_z30":77.26,"prop_z41":740,} | {"col_x13":"option_d","param_z30":77.26,"prop_z41":740} | trailing_comma | {
"type": "object",
"properties": {
"col_x13": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"param_z30": {
"type": "number"
},
"prop_z41": {
"type": "integer... | {"col_x13":"option_d","param_z30":77.26,"prop_z41":740,} | Unexpected trailing comma | {"col_x13":"option_d","param_z30":77.26,"prop_z41":740} |
TASK repair_structured_output
SPEC
FIELD active.subject TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD active.ward TYPE integer REQUIRED yes
FIELD active.chromosome TYPE string REQUIRED yes
FIELD active.title TYPE integer REQUIRED no
FIELD rating TYPE integer REQUIRED no
FIELD freight_class TY... | {"active":{"subject":"delivered","ward":237,"chromosome":"This is a test value.","title":804},"rating":399,"freight_class":126,"age":false} | truncated_array | {
"type": "object",
"properties": {
"active": {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"ward": {
"type... | {"active":{"subject":"delivered","ward":237,"chromosome":"This is a test value.","title":804},"rating":399,"freight_class":126,"age":false | Unexpected end of JSON input — truncated object | {"active":{"subject":"delivered","ward":237,"chromosome":"This is a test value.","title":804},"rating":399,"freight_class":126,"age":false} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD frequency_hz TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD port_code TYPE string VALUES draft|published|archived REQUIRED no
FIELD updated_at TYPE strin... | {"port_code":"draft","updated_at":"published","isotope":71,"lab_result":83} | number_with_unit | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"frequency_hz": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"r... | {"port_code": "draft", "updated_at": "published", "isotope": "71ms", "lab_result": 83} | Field 'isotope' must be number, got string with unit | {"port_code":"draft","updated_at":"published","isotope":71,"lab_result":83} |
TASK repair_structured_output
SPEC
FIELD field_i64 TYPE boolean REQUIRED yes
FIELD prop_u43 TYPE integer REQUIRED no
FIELD col_f24 TYPE string REQUIRED no
FIELD param_u64 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"field_i64": "false", "prop_u43": 326, "col_f24": "foo", "param_u64": "admin@example.com"} | {"field_i64":true,"prop_u43":326,"col_f24":"foo","param_u64":"admin@example.com"} | boolean_as_string | {
"type": "object",
"properties": {
"field_i64": {
"type": "boolean"
},
"prop_u43": {
"type": "integer"
},
"col_f24": {
"type": "string"
},
"param_u64": {
"type": "string",
"format": "email"
}
},
"required": [
"param_u64",
"field_i64"
]
} | {"field_i64": "false", "prop_u43": 326, "col_f24": "foo", "param_u64": "admin@example.com"} | Field 'field_i64' must be boolean, got string | {"field_i64":true,"prop_u43":326,"col_f24":"foo","param_u64":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string_email REQUIRED yes
FIELD allele TYPE string REQUIRED yes
FIELD insurance_id TYPE string REQUIRED no
BROKEN_OUTPUT
{"dosage":"user@example.com","allele":"active",} | {"dosage":"user@example.com","allele":"active"} | trailing_comma | {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"format": "email"
},
"allele": {
"type": "string"
},
"insurance_id": {
"type": "string"
}
},
"required": [
"allele",
"dosage"
]
} | {"dosage":"user@example.com","allele":"active",} | Unexpected trailing comma | {"dosage":"user@example.com","allele":"active"} |
TASK repair_structured_output
SPEC
FIELD attr_e13 TYPE string REQUIRED no
FIELD attr_g40 TYPE string REQUIRED no
FIELD field_b10 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD attr_f19 TYPE string REQUIRED yes
FIELD key_r90 TYPE string_uri REQUIRED no
FIELD key_n09 TYPE integer REQU... | {"attr_e13":"2024-06-30","attr_g40":"quux","field_b10":"option_c","attr_f19":"baz","key_r90":"https://api.org/api","key_n09":858} | invalid_enum | {
"type": "object",
"properties": {
"attr_e13": {
"type": "string"
},
"attr_g40": {
"type": "string"
},
"field_b10": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"attr_f... | {"attr_e13": "2024-06-30", "attr_g40": "quux", "field_b10": "invalid_choice_520", "attr_f19": "baz", "key_r90": "https://api.org/api", "key_n09": 858} | Field 'field_b10' has invalid enum value 'invalid_choice_520', expected one of ['option_a', 'option_b', 'option_c', 'option_d', 'option_e'] | {"attr_e13":"2024-06-30","attr_g40":"quux","field_b10":"option_c","attr_f19":"baz","key_r90":"https://api.org/api","key_n09":858} |
TASK repair_structured_output
SPEC
FIELD section TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD repository TYPE string VALUES draft|published|archived REQUIRED yes
FIELD items TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD quantity TYPE string REQUIRED yes
FIELD url TYPE string VA... | {"section":"low","repository":"draft","items":"anchored","quantity":"2024-01-15","url":"delivered"} | unquoted_keys | {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"repository": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"ite... | {section:"low",repository:"draft",items:"anchored",quantity:"2024-01-15",url:"delivered"} | Expecting property name enclosed in double quotes | {"section":"low","repository":"draft","items":"anchored","quantity":"2024-01-15","url":"delivered"} |
TASK repair_structured_output
SPEC
FIELD field_y66 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD field_a16 TYPE number REQUIRED no
FIELD param_i18 TYPE string REQUIRED no
FIELD dim_s38 TYPE number REQUIRED no
FIELD val_f18 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED ye... | {"field_a16":885.67,"dim_s38":573.54,"val_f18":"oceanic"} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_y66": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"field_a16": {
"type": "number"
},
"param_i18": {
"type": "string"
},
"dim_... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"field_a16": 885.67, "dim_s38": 573.54} | Agent tool call missing required parameter 'val_f18' | {"field_a16":885.67,"dim_s38":573.54,"val_f18":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD barcode TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD repository TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD balance TYPE boolean REQUIRED yes
B... | {"invoice_id":"moored","barcode":"xl","repository":"rejected","balance":false} | invalid_enum | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"barcode": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]... | {"invoice_id": "moored", "barcode": "invalid_option_296", "repository": "rejected", "balance": false} | Field 'barcode' has invalid enum value 'invalid_option_296', expected one of ['small', 'medium', 'large', 'xl'] | {"invoice_id":"moored","barcode":"xl","repository":"rejected","balance":false} |
TASK repair_structured_output
SPEC
FIELD prop_p93 TYPE integer REQUIRED no
FIELD key_e82 TYPE string REQUIRED yes
FIELD prop_f43 TYPE string REQUIRED no
FIELD field_n63 TYPE string_email REQUIRED no
FIELD val_p46 TYPE null REQUIRED no
FIELD col_p46 TYPE string REQUIRED no
FIELD col_e74.dim_z31 TYPE integer REQUIRED ye... | {"prop_p93":435,"key_e82":"This is a test value.","prop_f43":"cancelled","field_n63":"test@domain.org","col_p46":"Hapag-Lloyd-Express","col_e74":{"dim_z31":763,"prop_g39":true,"dim_j12":{"key_n52":"arctic","key_f25":"heterozygous","val_v18":["FWD","2024-06-30","foo"]}}} | null_required | {
"type": "object",
"properties": {
"prop_p93": {
"type": "integer"
},
"key_e82": {
"type": "string"
},
"prop_f43": {
"type": "string"
},
"field_n63": {
"type": "string",
"format": "email"
},
"val_p46": {
"type": "null"
},
"col_p46": {
... | {"prop_p93": 435, "key_e82": "This is a test value.", "prop_f43": "cancelled", "field_n63": "test@domain.org", "col_p46": "Hapag-Lloyd-Express", "col_e74": null} | Required field 'col_e74' is null | {"prop_p93":435,"key_e82":"This is a test value.","prop_f43":"cancelled","field_n63":"test@domain.org","col_p46":"Hapag-Lloyd-Express","col_e74":{"dim_z31":763,"prop_g39":true,"dim_j12":{"key_n52":"arctic","key_f25":"heterozygous","val_v18":["FWD","2024-06-30","foo"]}}} |
TASK repair_structured_output
SPEC
FIELD country TYPE string REQUIRED no
FIELD paragraph TYPE string REQUIRED yes
FIELD timezone TYPE integer REQUIRED no
FIELD city TYPE string REQUIRED no
FIELD published TYPE boolean REQUIRED no
FIELD updated_at TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
{... | {"country":"Hapag-Lloyd-Express","paragraph":"inactive","timezone":508,"city":"inactive","published":true} | trailing_comma | {
"type": "object",
"properties": {
"country": {
"type": "string"
},
"paragraph": {
"type": "string"
},
"timezone": {
"type": "integer"
},
"city": {
"type": "string"
},
"published": {
"type": "boolean"
},
"updated_at": {
"type": "string... | {"country":"Hapag-Lloyd-Express","paragraph":"inactive","timezone":508,"city":"inactive","published":true,} | Unexpected trailing comma | {"country":"Hapag-Lloyd-Express","paragraph":"inactive","timezone":508,"city":"inactive","published":true} |
TASK repair_structured_output
SPEC
FIELD features TYPE string REQUIRED no
FIELD published TYPE string REQUIRED no
FIELD options[] TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
{"published":"pending","options":["mode_e"]} | {"published":"pending","options":["mode_e"]} | extra_text_before | {
"type": "object",
"properties": {
"features": {
"type": "string"
},
"published": {
"type": "string"
},
"options": {
"type": "array",
"items": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
... | Let me provide the data in JSON format:
{"published":"pending","options":["mode_e"]} | Output contains non-JSON text before the object | {"published":"pending","options":["mode_e"]} |
TASK repair_structured_output
SPEC
FIELD bed_number.credit_score TYPE number REQUIRED no
FIELD bed_number.collateral TYPE string REQUIRED no
FIELD bed_number.created_at TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD bed_number.port_code TYPE string_date-time REQUIRED yes
FIELD bed_number.values.tr... | {"bed_number":{"credit_score":534.98,"created_at":"coastal","port_code":"2022-05-27T11:56:00Z","values":{"width":"reliable","state":"Oliveira","humidity_pct":"inactive","section":"phone"},"latitude":{"crew_id":3,"title":"error","items":422,"notes":368.74,"consignee":"A short description.","item_id":953.39}},"coverage":... | unquoted_keys | {
"type": "object",
"properties": {
"bed_number": {
"type": "object",
"properties": {
"credit_score": {
"type": "number"
},
"collateral": {
"type": "string"
},
"created_at": {
"type": "string",
"enum": [
"coa... | {bed_number:{credit_score:534.98,created_at:"coastal",port_code:"2022-05-27T11:56:00Z",values:{width:"reliable",state:"Oliveira",humidity_pct:"inactive",section:"phone"},latitude:{crew_id:3,title:"error",items:422,notes:368.74,consignee:"A short description.",item_id:953.39}},coverage:"2024-06-30",cargo_type:"foo",full... | Expecting property name enclosed in double quotes | {"bed_number":{"credit_score":534.98,"created_at":"coastal","port_code":"2022-05-27T11:56:00Z","values":{"width":"reliable","state":"Oliveira","humidity_pct":"inactive","section":"phone"},"latitude":{"crew_id":3,"title":"error","items":422,"notes":368.74,"consignee":"A short description.","item_id":953.39}},"coverage":... |
TASK repair_structured_output
SPEC
FIELD col_k43 TYPE string REQUIRED yes
FIELD col_o36 TYPE boolean REQUIRED yes
FIELD val_k01 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_m48 TYPE number REQUIRED no
FIELD dim_f19 TYPE null REQUIRED yes
FIELD param_r12 TYPE string_uri REQUIRE... | {"col_k43":"baz","col_o36":false,"val_k01":"pending_review","field_m48":564.41,"dim_f19":null,"param_r12":"https://www.io/data","val_m48":"Oliveira"} | missing_required | {
"type": "object",
"properties": {
"col_k43": {
"type": "string"
},
"col_o36": {
"type": "boolean"
},
"val_k01": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"field_m48": {
"... | {"col_o36": false, "val_k01": "pending_review", "field_m48": 564.41, "dim_f19": null, "param_r12": "https://www.io/data", "val_m48": "Oliveira"} | Required field 'col_k43' is missing | {"col_k43":"baz","col_o36":false,"val_k01":"pending_review","field_m48":564.41,"dim_f19":null,"param_r12":"https://www.io/data","val_m48":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD values TYPE boolean REQUIRED yes
FIELD annotation TYPE boolean REQUIRED yes
FIELD last_name TYPE integer REQUIRED yes
FIELD tile TYPE boolean REQUIRED no
FIELD full_name TYPE integer REQUIRED yes
BROKEN_OUTPUT
I found that full_name should be 579. {"values":false,"annotation":... | {"values":false,"annotation":false,"last_name":714,"full_name":579} | partial_structure | {
"type": "object",
"properties": {
"values": {
"type": "boolean"
},
"annotation": {
"type": "boolean"
},
"last_name": {
"type": "integer"
},
"tile": {
"type": "boolean"
},
"full_name": {
"type": "integer"
}
},
"required": [
"last_name",
... | I found that full_name should be 579. {"values":false,"annotation":false,"last_name":714,"full_name":579} | Output mixes natural language with JSON | {"values":false,"annotation":false,"last_name":714,"full_name":579} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE string REQUIRED yes
FIELD commit_hash TYPE string_uri REQUIRED no
FIELD index TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
{order_id:"qux",index:"JPY"} | {"order_id":"qux","index":"JPY"} | unquoted_keys | {
"type": "object",
"properties": {
"order_id": {
"type": "string"
},
"commit_hash": {
"type": "string",
"format": "uri"
},
"index": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
}
},
"require... | {order_id:"qux",index:"JPY"} | Expecting property name enclosed in double quotes | {"order_id":"qux","index":"JPY"} |
TASK repair_structured_output
SPEC
FIELD attr_n39 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_u56 TYPE integer REQUIRED yes
FIELD field_z04 TYPE number REQUIRED no
FIELD attr_z44 TYPE number REQUIRED yes
FIELD param_a98.val_h71 TYPE integer REQUIRED no
FIELD param_a98.prop_s22 TYPE boolean ... | {"attr_n39":"intermittent","key_u56":190,"field_z04":63.33,"attr_z44":864.28,"param_a98":{"prop_s22":false,"val_t65":null}} | truncated_object | {
"type": "object",
"properties": {
"attr_n39": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_u56": {
"type": "integer"
},
"field_z04": {
"type": "number"
},
"attr_z44": {
"type": "number"
},... | {"attr_n39":"intermittent","key_u56":190,"field_z04":63.33,"attr_z44":864.28,"param_a98":{"prop_s22":false,"val_t65":null} | Unexpected end of JSON input — truncated object | {"attr_n39":"intermittent","key_u56":190,"field_z04":63.33,"attr_z44":864.28,"param_a98":{"prop_s22":false,"val_t65":null}} |
TASK repair_structured_output
SPEC
FIELD val_t31 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_x32 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_f44 TYPE number REQUIRED yes
FIELD dim_k02 TYPE string REQUIRED yes
FIELD param_n35 TYPE number REQUIRED no
FIELD val_k25... | {"val_t31":"red","prop_x32":"homozygous","dim_f44":124.29,"dim_k02":"example","param_n35":781.27,"val_k25":"example","col_x94":"black"} | trailing_comma | {
"type": "object",
"properties": {
"val_t31": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_x32": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | {"val_t31":"red","prop_x32":"homozygous","dim_f44":124.29,"dim_k02":"example","param_n35":781.27,"val_k25":"example","col_x94":"black",} | Unexpected trailing comma | {"val_t31":"red","prop_x32":"homozygous","dim_f44":124.29,"dim_k02":"example","param_n35":781.27,"val_k25":"example","col_x94":"black"} |
TASK repair_structured_output
SPEC
FIELD format TYPE boolean REQUIRED yes
FIELD torque_output TYPE integer REQUIRED yes
FIELD port_code.cargo_type TYPE number REQUIRED yes
FIELD port_code.level TYPE string_email REQUIRED no
FIELD port_code.catalyst TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
BROKEN_OUTPUT
{f... | {"format":false,"torque_output":651,"port_code":{"cargo_type":566.14,"catalyst":"mode_c"}} | unquoted_keys | {
"type": "object",
"properties": {
"format": {
"type": "boolean"
},
"torque_output": {
"type": "integer"
},
"port_code": {
"type": "object",
"properties": {
"cargo_type": {
"type": "number"
},
"level": {
"type": "string",
... | {format:false,torque_output:651,port_code:{cargo_type:566.14,catalyst:"mode_c"}} | Expecting property name enclosed in double quotes | {"format":false,"torque_output":651,"port_code":{"cargo_type":566.14,"catalyst":"mode_c"}} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD voltage TYPE integer REQUIRED no
FIELD salinity TYPE boolean REQUIRED yes
FIELD isotope TYPE boolean REQUIRED no
FIELD id TYPE integer REQUIRED no
BROKEN_OUTPUT
{"voltage": 472, "salinity": true, "isoto... | {"voltage":472,"salinity":true,"isotope":false,"id":869} | extra_field | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"voltage": {
"type": "integer"
},
"salinity": {
"type": "boolean"
},
"isotope": {
"typ... | {"voltage": 472, "salinity": true, "isotope": false, "id": 869, "extra_field_9816": true} | Unknown field 'extra_field_9816' not defined in schema | {"voltage":472,"salinity":true,"isotope":false,"id":869} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string REQUIRED yes
FIELD isotope TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD longitude TYPE boolean REQUIRED no
FIELD lab_result[].coverage TYPE boolean REQUIRED yes
FIELD lab_result[].credit_score TYPE string REQUIRED yes
F... | {"phenotype":"world","isotope":"pending_review","longitude":false,"username":["resolved"]} | truncated_array | {
"type": "object",
"properties": {
"phenotype": {
"type": "string"
},
"isotope": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"longitude": {
"type": "boolean"
},
"lab_result": {
... | {"phenotype":"world","isotope":"pending_review","longitude":false,"username":["resolved" | Unexpected end of JSON input — truncated array | {"phenotype":"world","isotope":"pending_review","longitude":false,"username":["resolved"]} |
TASK repair_structured_output
SPEC
FIELD items TYPE integer REQUIRED no
FIELD message TYPE string REQUIRED no
FIELD nickname TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD manifest_ref TYPE string REQUIRED no
FIELD city.loan_amount TYPE string VALUES new|in_transit|delivered|returned REQUIRED ye... | {"items":600,"nickname":"closed","manifest_ref":"foo","city":{"loan_amount":"returned","items":"USD","credit_score":"pending_review"},"options":{"cargo_type":17.88,"isotope":"offline","section":{"voltage":"Tokyo","reagent":947.37,"current_draw":"user@domain.org"}}} | tool_call_bad_format | {
"type": "object",
"properties": {
"items": {
"type": "integer"
},
"message": {
"type": "string"
},
"nickname": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"manifest_ref": {
"type": "s... | <functioncall> check_cargo_manifest
{items: 600, nickname: "closed", manifest_ref: "foo", city: {loan_amount: "returned", items: "USD", credit_score: "pending_review"}, options: {cargo_type: 17.88, isotope: "offline", section: {voltage: "Tokyo", reagent: 947.37, current_draw: "user@domain.org"}}} | Tool call has malformed arguments — unquoted keys in function parameters | {"items":600,"nickname":"closed","manifest_ref":"foo","city":{"loan_amount":"returned","items":"USD","credit_score":"pending_review"},"options":{"cargo_type":17.88,"isotope":"offline","section":{"voltage":"Tokyo","reagent":947.37,"current_draw":"user@domain.org"}}} |
TASK repair_structured_output
SPEC
FIELD param_v13 TYPE boolean REQUIRED no
FIELD key_f14 TYPE string REQUIRED yes
FIELD val_i69 TYPE integer REQUIRED no
FIELD field_r39 TYPE integer REQUIRED no
FIELD prop_k45.prop_u53 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD prop_k45.attr_o66 TYPE string VALUE... | {"key_f14":"REV","val_i69":990,"field_r39":363,"prop_k45":{"prop_u53":"white","attr_o66":"offline"}} | missing_bracket | {
"type": "object",
"properties": {
"param_v13": {
"type": "boolean"
},
"key_f14": {
"type": "string"
},
"val_i69": {
"type": "integer"
},
"field_r39": {
"type": "integer"
},
"prop_k45": {
"type": "object",
"properties": {
"prop_u53": {... | {"key_f14":"REV","val_i69":990,"field_r39":363,"prop_k45":{"prop_u53":"white","attr_o66":"offline"}} | Missing closing bracket | {"key_f14":"REV","val_i69":990,"field_r39":363,"prop_k45":{"prop_u53":"white","attr_o66":"offline"}} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE number REQUIRED no
FIELD filter_flag TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD size[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"decay_rate": 191.4, "filter_flag": "editor", "size": [132.89], "extra_field_4450": 42} | {"decay_rate":191.4,"filter_flag":"editor","size":[132.89]} | extra_field | {
"type": "object",
"properties": {
"decay_rate": {
"type": "number"
},
"filter_flag": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"size": {
"type": "array",
"items": {
"type": "number"
}
}
},
"r... | {"decay_rate": 191.4, "filter_flag": "editor", "size": [132.89], "extra_field_4450": 42} | Unknown field 'extra_field_4450' not defined in schema | {"decay_rate":191.4,"filter_flag":"editor","size":[132.89]} |
TASK repair_structured_output
SPEC
FIELD address TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD patient_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD format TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD collateral TYPE number REQUIRED yes
FIE... | {"address":"free","patient_id":"hemizygous","collateral":993.49,"longitude":"approved","latitude":636,"build_status":"returned","priority":363} | extra_text_before | {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"patient_id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | Here's the structured output:
{"address":"free","patient_id":"hemizygous","collateral":993.49,"longitude":"approved","latitude":636,"build_status":"returned","priority":363} | Output contains non-JSON text before the object | {"address":"free","patient_id":"hemizygous","collateral":993.49,"longitude":"approved","latitude":636,"build_status":"returned","priority":363} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE number REQUIRED yes
FIELD cargo_type TYPE number REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED yes
FIELD date[] TYPE string VALUES draft|published|archived REQUIRED no
FIELD age[].trace_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED ye... | {"current_draw":976.72,"cargo_type":607.82,"pressure_kpa":"inactive","age":[{"trace_id":"hemizygous","interest_rate":"intermittent","published":"archived"},{"trace_id":"homozygous","interest_rate":"intermittent","published":"draft"},{"trace_id":"hemizygous","interest_rate":"intermittent","phone":276,"published":"draft"... | number_with_unit | {
"type": "object",
"properties": {
"current_draw": {
"type": "number"
},
"cargo_type": {
"type": "number"
},
"pressure_kpa": {
"type": "string"
},
"date": {
"type": "array",
"items": {
"type": "string",
"enum": [
"draft",
... | {"current_draw": "976.72kg", "cargo_type": 607.82, "pressure_kpa": "inactive", "age": [{"trace_id": "hemizygous", "interest_rate": "intermittent", "published": "archived"}, {"trace_id": "homozygous", "interest_rate": "intermittent", "published": "draft"}, {"trace_id": "hemizygous", "interest_rate": "intermittent", "pho... | Field 'current_draw' must be number, got string with unit | {"current_draw":976.72,"cargo_type":607.82,"pressure_kpa":"inactive","age":[{"trace_id":"hemizygous","interest_rate":"intermittent","published":"archived"},{"trace_id":"homozygous","interest_rate":"intermittent","published":"draft"},{"trace_id":"hemizygous","interest_rate":"intermittent","phone":276,"published":"draft"... |
TASK repair_structured_output
SPEC
FIELD dim_y25 TYPE number REQUIRED yes
FIELD dim_d11 TYPE string REQUIRED no
FIELD key_u71 TYPE string REQUIRED yes
FIELD key_u04 TYPE number REQUIRED no
BROKEN_OUTPUT
{"dim_y25":200.88,"dim_d11":"test","key_u71":"sample"} | {"dim_y25":200.88,"dim_d11":"test","key_u71":"sample"} | missing_bracket | {
"type": "object",
"properties": {
"dim_y25": {
"type": "number"
},
"dim_d11": {
"type": "string"
},
"key_u71": {
"type": "string"
},
"key_u04": {
"type": "number"
}
},
"required": [
"key_u71",
"dim_y25"
]
} | {"dim_y25":200.88,"dim_d11":"test","key_u71":"sample"} | Missing closing bracket | {"dim_y25":200.88,"dim_d11":"test","key_u71":"sample"} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE boolean REQUIRED yes
FIELD crew_id TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD batch_code TYPE integer REQUIRED yes
FIELD quality_score TYPE string REQUIRED no
FIELD lab_result TYPE string REQUIRED yes
FIELD shipper_ref TYPE string REQUIRED no
BROKEN_... | {"span_id":true,"crew_id":"editor","batch_code":986,"quality_score":"RTG-04","lab_result":"active"} | missing_brace | {
"type": "object",
"properties": {
"span_id": {
"type": "boolean"
},
"crew_id": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"batch_code": {
"type": "integer"
},
"quality_score": {
"type": "string"
},
... | {"span_id":true,"crew_id":"editor","batch_code":986,"quality_score":"RTG-04","lab_result":"active" | Missing closing brace | {"span_id":true,"crew_id":"editor","batch_code":986,"quality_score":"RTG-04","lab_result":"active"} |
TASK repair_structured_output
SPEC
FIELD name TYPE string VALUES type_a|type_b REQUIRED yes
FIELD catalyst TYPE integer REQUIRED yes
FIELD currency[].active TYPE boolean REQUIRED yes
FIELD currency[].due_date TYPE integer REQUIRED yes
FIELD currency[].dosage TYPE string REQUIRED no
FIELD currency[].amount TYPE number ... | {"name":"type_b","catalyst":793,"currency":[{"active":true,"due_date":212,"dosage":"completed","amount":440.48,"terminal_id":736,"footnote":false}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"catalyst": {
"type": "integer"
},
"currency": {
"type": "array",
"items": {
"type": "object",
"properties": {
"active":... | book_appointment(name='type_b', catalyst=793, currency=[{'active': True, 'due_date': 212, 'dosage': 'completed', 'amount': 440.48, 'terminal_id': 736, 'footnote': False}]) | Tool call uses Python syntax instead of JSON | {"name":"type_b","catalyst":793,"currency":[{"active":true,"due_date":212,"dosage":"completed","amount":440.48,"terminal_id":736,"footnote":false}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.