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 allele TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD url TYPE null REQUIRED yes
FIELD count TYPE boolean REQUIRED no
FIELD sensor_id TYPE boolean REQUIRED yes
FIELD maturity_date.tags TYPE string_date-time REQUIRED yes
FIELD maturity_date.yield_pct TYPE string_u... | {"url":null,"count":false,"sensor_id":true,"maturity_date":{"tags":"2022-01-23T06:43:00Z","message":true,"count":{"duration_ms":"coastal","hazmat_code":991,"verified":[437.95,871.4,338.16]}}} | agent_chain | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"url": {
"type": "null"
},
"count": {
"type": "boolean"
},
"sensor_id": {
"type": "boolean"
},
... | I need to look up the information first.
Action: lookup_customer
Result: {"url": null, "count": false, "maturity_date": {"tags": "2022-01-23T06:43:00Z", "message": true, "count": {"duration_ms": "coastal", "hazmat_code": 991, "verified": [437.95, 871.4, 338.16]}}}
Processing the request now.
Action: calculate_price
Re... | Agent multi-step chain with truncated tool output | {"url":null,"count":false,"sensor_id":true,"maturity_date":{"tags":"2022-01-23T06:43:00Z","message":true,"count":{"duration_ms":"coastal","hazmat_code":991,"verified":[437.95,871.4,338.16]}}} |
TASK repair_structured_output
SPEC
FIELD message TYPE number REQUIRED yes
FIELD section TYPE string REQUIRED no
FIELD duration_ms TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: read_sensor_array
Arguments: {"message": 746.91, "section": "Johnson"} | {"message":746.91,"section":"Johnson","duration_ms":"in_progress"} | tool_call_partial_args | {
"type": "object",
"properties": {
"message": {
"type": "number"
},
"section": {
"type": "string"
},
"duration_ms": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
}
},
"required": [
"duration_... | Let me check the system.
Action: read_sensor_array
Arguments: {"message": 746.91, "section": "Johnson"} | Agent tool call missing required parameter 'duration_ms' | {"message":746.91,"section":"Johnson","duration_ms":"in_progress"} |
TASK repair_structured_output
SPEC
FIELD date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD nickname.altitude TYPE boolean REQUIRED yes
FIELD nickname.run_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD nickname.index TYPE string REQUIRED yes
FIELD comments T... | {"date":"missense","nickname":{"altitude":true,"run_id":"type_e","index":"New York"},"comments":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"date": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"nickname": {
"type": "object",
"properties": {
"altitude": {
"type": "boolean"
},
... | Let me check the system.
Action: align_reads
Arguments: {"nickname": {"altitude": true, "run_id": "type_e", "index": "New York"}, "comments": false} | Agent tool call missing required parameter 'date' | {"date":"missense","nickname":{"altitude":true,"run_id":"type_e","index":"New York"},"comments":false} |
TASK repair_structured_output
SPEC
FIELD dim_k88 TYPE integer REQUIRED yes
FIELD param_v38 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_f75.param_o41.val_f50 TYPE string REQUIRED no
FIELD attr_f75.param_o41.attr_u11 TYPE string_email REQUIRED no
FIELD attr_f75.param_o41.param_o40 TYPE stri... | {"dim_k88":338,"param_v38":"reliable","attr_f75":{"param_o41":{"attr_u11":"ops@domain.org","param_o40":"New York","field_f98":false,"dim_l76":"foo","col_u99":961.36},"val_w97":64,"val_d75":46}} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_k88": {
"type": "integer"
},
"param_v38": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_f75": {
"type": "object",
"properties": {
"param_o41": {
... | I need to look up the information first.
Action: calculate_price
Arguments: {"param_v38": "reliable", "attr_f75": {"param_o41": {"attr_u11": "ops@domain.org", "param_o40": "New York", "field_f98": false, "dim_l76": "foo", "col_u99": 961.36}, "val_w97": 64, "val_d75": 46}} | Agent tool call missing required parameter 'dim_k88' | {"dim_k88":338,"param_v38":"reliable","attr_f75":{"param_o41":{"attr_u11":"ops@domain.org","param_o40":"New York","field_f98":false,"dim_l76":"foo","col_u99":961.36},"val_w97":64,"val_d75":46}} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string REQUIRED yes
FIELD email TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD category[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"email": "moored", "category": [184.27, 84.11, 858.61, 617.98]} | {"first_name":"Johnson","email":"moored","category":[184.27,84.11,858.61,617.98]} | missing_required | {
"type": "object",
"properties": {
"first_name": {
"type": "string"
},
"email": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"category": {
"type": "array",
"items": {
"type": "number"
... | {"email": "moored", "category": [184.27, 84.11, 858.61, 617.98]} | Required field 'first_name' is missing | {"first_name":"Johnson","email":"moored","category":[184.27,84.11,858.61,617.98]} |
TASK repair_structured_output
SPEC
FIELD options TYPE integer REQUIRED no
FIELD amplitude TYPE number REQUIRED yes
FIELD terminal_id TYPE string REQUIRED no
FIELD payment_status.pressure_kpa TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD payment_status.date TYPE number REQUIRED no
FIELD payment_status.c... | {"options":463,"amplitude":69.04,"payment_status":{"date":246.24,"chapter":"https://data.io/v1","half_life":"published"}} | truncated_array | {
"type": "object",
"properties": {
"options": {
"type": "integer"
},
"amplitude": {
"type": "number"
},
"terminal_id": {
"type": "string"
},
"payment_status": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
... | {"options":463,"amplitude":69.04,"payment_status":{"date":246.24,"chapter":"https://data.io/v1","half_life":"published"} | Unexpected end of JSON input — truncated object | {"options":463,"amplitude":69.04,"payment_status":{"date":246.24,"chapter":"https://data.io/v1","half_life":"published"}} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string REQUIRED yes
FIELD shipper_ref TYPE number REQUIRED no
FIELD log_level[].phenotype TYPE boolean REQUIRED yes
FIELD log_level[].port_code TYPE string_date-time REQUIRED yes
FIELD log_level[].feedback TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes... | {"span_id":"completed","log_level":[{"phenotype":false,"port_code":"2025-09-27T17:26:00Z","feedback":"type_b","visible":772.44},{"phenotype":false,"port_code":"2023-05-19T20:53:00Z","feedback":"type_d","visible":323.49},{"phenotype":false,"port_code":"2020-07-16T01:31:00Z","feedback":"type_c","visible":254.13}],"shippi... | tool_call_text_mix | {
"type": "object",
"properties": {
"span_id": {
"type": "string"
},
"shipper_ref": {
"type": "number"
},
"log_level": {
"type": "array",
"items": {
"type": "object",
"properties": {
"phenotype": {
"type": "boolean"
},
... | I need to look up the information first.
<tool_call name="search">
{"span_id":"completed","log_level":[{"phenotype":false,"port_code":"2025-09-27T17:26:00Z","feedback":"type_b","visible":772.44},{"phenotype":false,"port_code":"2023-05-19T20:53:00Z","feedback":"type_d","visible":323.49},{"phenotype":false,"port_code":"2... | Agent response mixes reasoning text with tool call | {"span_id":"completed","log_level":[{"phenotype":false,"port_code":"2025-09-27T17:26:00Z","feedback":"type_b","visible":772.44},{"phenotype":false,"port_code":"2023-05-19T20:53:00Z","feedback":"type_d","visible":323.49},{"phenotype":false,"port_code":"2020-07-16T01:31:00Z","feedback":"type_c","visible":254.13}],"shippi... |
TASK repair_structured_output
SPEC
FIELD dim_n84 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_n15 TYPE integer REQUIRED no
FIELD attr_j91 TYPE string REQUIRED yes
FIELD prop_c94[] TYPE string REQUIRED no
FIELD val_h24[].val_a20 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_h2... | {"dim_n84":"white","attr_j91":"Paris","prop_c94":["quux","Santos"],"val_h24":[{"field_h26":null,"param_w53":"qux","dim_j13":null,"field_b21":"archived","param_g91":19},{"val_a20":"pending","field_h26":null,"param_w53":"2023-12-25","field_b21":"draft","param_g91":257},{"val_a20":"inactive","param_w53":"2024-01-15","dim_... | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_n84": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_n15": {
"type": "integer"
},
"attr_j91": {
"type": "string"
},
"prop_c94": {
"type":... | Let me check the system.
Action: get_account
Arguments: {"attr_j91": "Paris", "prop_c94": ["quux", "Santos"], "val_h24": [{"field_h26": null, "param_w53": "qux", "dim_j13": null, "field_b21": "archived", "param_g91": 19}, {"val_a20": "pending", "field_h26": null, "param_w53": "2023-12-25", "field_b21": "draft", "param_... | Agent tool call missing required parameter 'dim_n84' | {"dim_n84":"white","attr_j91":"Paris","prop_c94":["quux","Santos"],"val_h24":[{"field_h26":null,"param_w53":"qux","dim_j13":null,"field_b21":"archived","param_g91":19},{"val_a20":"pending","field_h26":null,"param_w53":"2023-12-25","field_b21":"draft","param_g91":257},{"val_a20":"inactive","param_w53":"2024-01-15","dim_... |
TASK repair_structured_output
SPEC
FIELD version TYPE integer REQUIRED no
FIELD notes TYPE string REQUIRED no
FIELD commit_hash TYPE string REQUIRED no
FIELD tax TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD organism TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIE... | {"version":790,"notes":"sample","commit_hash":"completed","yield_pct":"test@example.com","allele":{"consignee":"error","items":"sms","isotope":"type_f","amplitude":923.97,"message":[431,459,831,306]}} | partial_structure | {
"type": "object",
"properties": {
"version": {
"type": "integer"
},
"notes": {
"type": "string"
},
"commit_hash": {
"type": "string"
},
"tax": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"ty... | Result: version=790, {"version":790,"notes":"sample","commit_hash":"completed","yield_pct":"test@example.com","allele":{"consignee":"error","items":"sms","isotope":"type_f","amplitude":923.97,"message":[431,459,831,306]}} | Output mixes natural language with JSON | {"version":790,"notes":"sample","commit_hash":"completed","yield_pct":"test@example.com","allele":{"consignee":"error","items":"sms","isotope":"type_f","amplitude":923.97,"message":[431,459,831,306]}} |
TASK repair_structured_output
SPEC
FIELD dim_w34 TYPE number REQUIRED no
FIELD val_u86 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD param_c75 TYPE integer REQUIRED no
FIELD param_j51 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD field_e08 TYPE string REQUIRED no
FIELD param_z34 TYP... | {"dim_w34":113.68,"val_u86":"type_b","param_c75":573,"param_j51":"published","param_z34":500,"key_h02":"approved","field_h28":{"attr_o38":"https://data.io/data","attr_u13":"cat_a","field_t15":"mode_c","dim_h06":"Luis","prop_n35":586}} | agent_chain | {
"type": "object",
"properties": {
"dim_w34": {
"type": "number"
},
"val_u86": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"param_c75": {
"type": "integer"
},
"param_j51": {
"type": "string... | Let me check the system.
Action: read_sensor_array
Result: {"dim_w34": 113.68, "param_c75": 573, "param_j51": "published", "param_z34": 500, "key_h02": "approved", "field_h28": {"attr_o38": "https://data.io/data", "attr_u13": "cat_a", "field_t15": "mode_c", "dim_h06": "Luis", "prop_n35": 586}}
I'll query our database.... | Agent multi-step chain with truncated tool output | {"dim_w34":113.68,"val_u86":"type_b","param_c75":573,"param_j51":"published","param_z34":500,"key_h02":"approved","field_h28":{"attr_o38":"https://data.io/data","attr_u13":"cat_a","field_t15":"mode_c","dim_h06":"Luis","prop_n35":586}} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD index TYPE number REQUIRED no
FIELD lane TYPE boolean REQUIRED no
FIELD first_name TYPE boolean REQUIRED no
FIELD image_url TYPE string_email REQUIRED yes
FIELD email TYPE string REQUIRED no
FIELD country TY... | {"span_id":"archived","first_name":false,"image_url":"info@domain.org","country":"info@example.com"} | tool_call_text_mix | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"index": {
"type": "number"
},
"lane": {
"type": "boolean"
},
"first_name": {
"type": "boolean"
},
"image... | I'll query our database.
<tool_call name="annotate_mutation">
{"span_id":"archived","first_name":false,"image_url":"info@domain.org","country":"info@example.com"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"span_id":"archived","first_name":false,"image_url":"info@domain.org","country":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD val_b06 TYPE number REQUIRED no
FIELD param_u88 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_i04 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD prop_f07.val_e08 TYPE integer REQUIRED no
FIELD prop_f07.val_i64 TYPE string VALUES operatio... | {"param_u88":"archived","param_i04":"mode_a","prop_f07":{"val_e08":796,"val_i64":"maintenance","prop_i47":{"param_p31":57,"prop_r65":"cat_d","prop_i71":"Smith","attr_q66":965,"attr_e78":"Bob","attr_x00":394},"field_n96":null,"col_u13":"admin@test.io","prop_q93":{"param_m28":738,"key_g13":"https://api.example.com/v1","a... | markdown_fences | {
"type": "object",
"properties": {
"val_b06": {
"type": "number"
},
"param_u88": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_i04": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | ```json
{"param_u88":"archived","param_i04":"mode_a","prop_f07":{"val_e08":796,"val_i64":"maintenance","prop_i47":{"param_p31":57,"prop_r65":"cat_d","prop_i71":"Smith","attr_q66":965,"attr_e78":"Bob","attr_x00":394},"field_n96":null,"col_u13":"admin@test.io","prop_q93":{"param_m28":738,"key_g13":"https://api.example.co... | Output contains markdown code fences | {"param_u88":"archived","param_i04":"mode_a","prop_f07":{"val_e08":796,"val_i64":"maintenance","prop_i47":{"param_p31":57,"prop_r65":"cat_d","prop_i71":"Smith","attr_q66":965,"attr_e78":"Bob","attr_x00":394},"field_n96":null,"col_u13":"admin@test.io","prop_q93":{"param_m28":738,"key_g13":"https://api.example.com/v1","a... |
TASK repair_structured_output
SPEC
FIELD val_k92 TYPE number REQUIRED yes
FIELD prop_m48 TYPE number REQUIRED no
FIELD col_x73.param_v13 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_x73.attr_m32 TYPE integer REQUIRED yes
FIELD col_x73.key_i11.param_k59 TYPE integer REQUIRED yes
FIELD col_x73.key_... | {"val_k92":355.81,"prop_m48":829.2,"dim_z72":"closed","val_v02":{"dim_p31":{"field_b19":881,"prop_c53":"rejected","param_c14":545.84,"col_t14":"error"},"attr_f24":false,"col_b96":{"prop_o48":"foo","field_x68":"https://data.org/api","col_e17":"Alice","key_x30":171,"field_v00":"inactive","val_c80":"2024-01-15","dim_f93":... | missing_bracket | {
"type": "object",
"properties": {
"val_k92": {
"type": "number"
},
"prop_m48": {
"type": "number"
},
"col_x73": {
"type": "object",
"properties": {
"param_v13": {
"type": "string",
"enum": [
"low",
"medium",
... | {"val_k92":355.81,"prop_m48":829.2,"dim_z72":"closed","val_v02":{"dim_p31":{"field_b19":881,"prop_c53":"rejected","param_c14":545.84,"col_t14":"error"},"attr_f24":false,"col_b96":{"prop_o48":"foo","field_x68":"https://data.org/api","col_e17":"Alice","key_x30":171,"field_v00":"inactive","val_c80":"2024-01-15","dim_f93":... | Missing closing bracket | {"val_k92":355.81,"prop_m48":829.2,"dim_z72":"closed","val_v02":{"dim_p31":{"field_b19":881,"prop_c53":"rejected","param_c14":545.84,"col_t14":"error"},"attr_f24":false,"col_b96":{"prop_o48":"foo","field_x68":"https://data.org/api","col_e17":"Alice","key_x30":171,"field_v00":"inactive","val_c80":"2024-01-15","dim_f93":... |
TASK repair_structured_output
SPEC
FIELD dim_e62 TYPE string REQUIRED yes
FIELD col_t59 TYPE string_date-time REQUIRED yes
FIELD attr_u48 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD dim_k45 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_b70 TYPE string REQUIRED yes
... | {"dim_e62":"completed","col_t59":"2022-03-15T11:40:00Z","attr_u48":"cat_b","dim_k45":"synonymous","prop_b70":"GRCh38"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_e62": {
"type": "string"
},
"col_t59": {
"type": "string",
"format": "date-time"
},
"attr_u48": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"dim_k45": {
... | Let me provide the data in JSON format:
```json
{"dim_e62":"completed","col_t59":"2022-03-15T11:40:00Z","attr_u48":"cat_b","dim_k45":"synonymous","prop_b70":"GRCh38"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"dim_e62":"completed","col_t59":"2022-03-15T11:40:00Z","attr_u48":"cat_b","dim_k45":"synonymous","prop_b70":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD size TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD deploy_target TYPE string REQUIRED no
FIELD ward TYPE string REQUIRED no
FIELD total TYPE integer REQUIRED no
FIELD status_code TYPE string REQUIRED no
FIELD half_life TYPE integer REQUIRED yes
BROKEN... | {"deploy_target":"chr1","ward":"2024-06-30","total":965,"status_code":"Diana","half_life":552} | truncated_object | {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"deploy_target": {
"type": "string"
},
"ward": {
"type": "string"
},
"total": {
"type": "integer"
},
... | {"deploy_target":"chr1","ward":"2024-06-30","total":965,"status_code":"Diana","half_life":552 | Unexpected end of JSON input — truncated object | {"deploy_target":"chr1","ward":"2024-06-30","total":965,"status_code":"Diana","half_life":552} |
TASK repair_structured_output
SPEC
FIELD attr_m48 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD attr_y36 TYPE integer REQUIRED no
FIELD col_r23 TYPE number REQUIRED no
FIELD key_u17 TYPE integer REQUIRED no
BROKEN_OUTPUT
Here's the structured output:
```json
{"attr_m48":"basic","col_r23":241.73,"key... | {"attr_m48":"basic","col_r23":241.73,"key_u17":156} | markdown_explanation | {
"type": "object",
"properties": {
"attr_m48": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"attr_y36": {
"type": "integer"
},
"col_r23": {
"type": "number"
},
"key_u17": {
"type": "integer"
... | Here's the structured output:
```json
{"attr_m48":"basic","col_r23":241.73,"key_u17":156}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"attr_m48":"basic","col_r23":241.73,"key_u17":156} |
TASK repair_structured_output
SPEC
FIELD dim_j07 TYPE number REQUIRED no
FIELD col_s32 TYPE string REQUIRED no
FIELD col_k57 TYPE boolean REQUIRED no
FIELD prop_h60 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD field_x64 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD fi... | {"dim_j07":605.83,"col_s32":"London","prop_h60":"mode_b","field_x64":"option_d","field_h97":{"col_z37":{"param_l85":false,"param_m74":501,"attr_w88":"Oliveira","param_q04":480,"prop_r22":314.23},"prop_n21":"chr1","val_q77":true},"param_z83":null,"prop_c85":846.78} | single_quotes | {
"type": "object",
"properties": {
"dim_j07": {
"type": "number"
},
"col_s32": {
"type": "string"
},
"col_k57": {
"type": "boolean"
},
"prop_h60": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_x64": {
"type... | {'dim_j07':605.83,'col_s32':'London','prop_h60':'mode_b','field_x64':'option_d','field_h97':{'col_z37':{'param_l85':false,'param_m74':501,'attr_w88':'Oliveira','param_q04':480,'prop_r22':314.23},'prop_n21':'chr1','val_q77':true},'param_z83':null,'prop_c85':846.78} | Expecting property name enclosed in double quotes | {"dim_j07":605.83,"col_s32":"London","prop_h60":"mode_b","field_x64":"option_d","field_h97":{"col_z37":{"param_l85":false,"param_m74":501,"attr_w88":"Oliveira","param_q04":480,"prop_r22":314.23},"prop_n21":"chr1","val_q77":true},"param_z83":null,"prop_c85":846.78} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string REQUIRED no
FIELD hazmat_code TYPE string_uri REQUIRED no
FIELD total TYPE integer REQUIRED no
FIELD section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD maturity_date TYPE string_date-time REQUIRED no
FIELD thumbnail TYPE integer REQUIRED ... | {"hazmat_code":"https://www.com/data","section":"BRL","thumbnail":81} | tool_call_python_syntax | {
"type": "object",
"properties": {
"credit_score": {
"type": "string"
},
"hazmat_code": {
"type": "string",
"format": "uri"
},
"total": {
"type": "integer"
},
"section": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | run_diagnostics(hazmat_code='https://www.com/data', section='BRL', thumbnail=81) | Tool call uses Python syntax instead of JSON | {"hazmat_code":"https://www.com/data","section":"BRL","thumbnail":81} |
TASK repair_structured_output
SPEC
FIELD field_y20 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_v69.field_a04 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD prop_v69.param_v86 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD prop_v69.param_o16 TYPE string VALUES... | {"field_y20":"missense","prop_v69":{"param_v86":"viewer","key_v22":"published","param_m59":"draft"},"key_j32":"2023-12-25","prop_r30":992.03,"dim_n59":"basic","dim_m93":false} | missing_brace | {
"type": "object",
"properties": {
"field_y20": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_v69": {
"type": "object",
"properties": {
"field_a04": {
"type": "string",
... | {"field_y20":"missense","prop_v69":{"param_v86":"viewer","key_v22":"published","param_m59":"draft","key_j32":"2023-12-25","prop_r30":992.03,"dim_n59":"basic","dim_m93":false} | Missing closing brace | {"field_y20":"missense","prop_v69":{"param_v86":"viewer","key_v22":"published","param_m59":"draft"},"key_j32":"2023-12-25","prop_r30":992.03,"dim_n59":"basic","dim_m93":false} |
TASK repair_structured_output
SPEC
FIELD field_v73 TYPE integer REQUIRED yes
FIELD param_e75 TYPE boolean REQUIRED no
FIELD col_i33 TYPE string REQUIRED no
FIELD field_k88 TYPE string_email REQUIRED yes
FIELD col_f02.col_n25 TYPE integer REQUIRED yes
FIELD col_f02.val_e85 TYPE string VALUES option_a|option_b REQUIRED ... | {"field_v73":861,"param_e75":true,"col_i33":"2024-01-15","field_k88":"user@domain.org"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_v73": {
"type": "integer"
},
"param_e75": {
"type": "boolean"
},
"col_i33": {
"type": "string"
},
"field_k88": {
"type": "string",
"format": "email"
},
"col_f02": {
"type": "object",
"properties"... | Tool: transfer_call
Params: {"param_e75": true, "col_i33": "2024-01-15", "field_k88": "user@domain.org", "field_v732": 861} | Agent used wrong parameter name 'field_v732' instead of 'field_v73' | {"field_v73":861,"param_e75":true,"col_i33":"2024-01-15","field_k88":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string REQUIRED no
FIELD half_life TYPE string REQUIRED no
FIELD yield_pct TYPE integer REQUIRED yes
FIELD address[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"priority":"example","yield_pct":545,"address":[478,522} | {"priority":"example","yield_pct":545,"address":[478,522]} | missing_bracket | {
"type": "object",
"properties": {
"priority": {
"type": "string"
},
"half_life": {
"type": "string"
},
"yield_pct": {
"type": "integer"
},
"address": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"yield_pct"... | {"priority":"example","yield_pct":545,"address":[478,522} | Missing closing bracket | {"priority":"example","yield_pct":545,"address":[478,522]} |
TASK repair_structured_output
SPEC
FIELD message TYPE string REQUIRED no
FIELD subtotal TYPE null REQUIRED yes
FIELD strand TYPE integer REQUIRED no
FIELD voltage TYPE boolean REQUIRED yes
BROKEN_OUTPUT
call_variants(message='This is a test value.', subtotal=None, strand=142, voltage=False) | {"message":"This is a test value.","subtotal":null,"strand":142,"voltage":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"subtotal": {
"type": "null"
},
"strand": {
"type": "integer"
},
"voltage": {
"type": "boolean"
}
},
"required": [
"voltage",
"subtotal"
]
} | call_variants(message='This is a test value.', subtotal=None, strand=142, voltage=False) | Tool call uses Python syntax instead of JSON | {"message":"This is a test value.","subtotal":null,"strand":142,"voltage":false} |
TASK repair_structured_output
SPEC
FIELD key_c15 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD col_g65 TYPE boolean REQUIRED no
FIELD dim_t20 TYPE integer REQUIRED yes
FIELD prop_d29 TYPE integer REQUIRED yes
FIELD val_z43 TYPE number REQUIRED yes
FIELD field_b43 TYPE string REQUIRED n... | {"col_g65":false,"dim_t20":88,"prop_d29":580,"val_z43":511.22,"field_b43":"Luis","prop_l89":116} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_c15": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"col_g65": {
"type": "boolean"
},
"dim_t20": {
"type": "integer"
},
"... | Let me check the system.
<tool_call name="update_record">
{"col_g65":false,"dim_t20":88,"prop_d29":580,"val_z43":511.22,"field_b43":"Luis","prop_l89":116}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"col_g65":false,"dim_t20":88,"prop_d29":580,"val_z43":511.22,"field_b43":"Luis","prop_l89":116} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string REQUIRED yes
FIELD collateral TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD gene_id TYPE string REQUIRED no
FIELD color TYPE string_date-time REQUIRED no
FIELD role TYPE string REQUIRED no
FIELD options TYPE boolean REQUIRED... | {"berth_slot":"Charlie","collateral":"level_4","color":"2026-04-01T05:28:00Z","role":"chrX","options":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string"
},
"collateral": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"gene_id": {
"type": "string"
},
"color": {... | I need to look up the information first.
Action: track_vessel
Arguments: {"collateral": "level_4", "color": "2026-04-01T05:28:00Z", "role": "chrX", "options": false} | Agent tool call missing required parameter 'berth_slot' | {"berth_slot":"Charlie","collateral":"level_4","color":"2026-04-01T05:28:00Z","role":"chrX","options":false} |
TASK repair_structured_output
SPEC
FIELD strand TYPE boolean REQUIRED no
FIELD organism TYPE number REQUIRED yes
FIELD id TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
The id is https://example.com/data and {"strand":false,"organism":977.27,"id":"https://example.com/data"} | {"strand":false,"organism":977.27,"id":"https://example.com/data"} | partial_structure | {
"type": "object",
"properties": {
"strand": {
"type": "boolean"
},
"organism": {
"type": "number"
},
"id": {
"type": "string",
"format": "uri"
}
},
"required": [
"organism",
"id"
]
} | The id is https://example.com/data and {"strand":false,"organism":977.27,"id":"https://example.com/data"} | Output mixes natural language with JSON | {"strand":false,"organism":977.27,"id":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string REQUIRED yes
FIELD trace_id.temp_celsius TYPE number REQUIRED yes
FIELD trace_id.section TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD trace_id.language TYPE number REQUIRED yes
FIELD trace_id.country TYPE integer RE... | {"brake_pressure":"cancelled","trace_id":{"temp_celsius":391.08,"language":479.56,"country":65,"weight":"frameshift"},"subtotal":753.95} | unquoted_keys | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string"
},
"trace_id": {
"type": "object",
"properties": {
"temp_celsius": {
"type": "number"
},
"section": {
"type": "string",
"enum": [
"pending_review",... | {brake_pressure:"cancelled",trace_id:{temp_celsius:391.08,language:479.56,country:65,weight:"frameshift"},subtotal:753.95} | Expecting property name enclosed in double quotes | {"brake_pressure":"cancelled","trace_id":{"temp_celsius":391.08,"language":479.56,"country":65,"weight":"frameshift"},"subtotal":753.95} |
TASK repair_structured_output
SPEC
FIELD val_b86 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD prop_r55.dim_n13 TYPE string REQUIRED no
FIELD prop_r55.col_j58 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD prop_r55.col_p66 TYPE number REQUIRED no
FIELD prop_r55.param_g94 TYPE string VALUES type_a|type_b... | {"val_b86":"cat_c","val_q36":"https://example.org/v1","val_v79":890.59,"key_m57":{"dim_i10":"viewer","col_u44":1,"attr_x50":8.62,"prop_m97":"option_c"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_b86": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_r55": {
"type": "object",
"properties": {
"dim_n13": {
"type": "string"
},
"col_j58": {
"typ... | validate_address(val_b86='cat_c', val_q36='https://example.org/v1', val_v79=890.59, key_m57={'dim_i10': 'viewer', 'col_u44': 1, 'attr_x50': 8.62, 'prop_m97': 'option_c'}) | Tool call uses Python syntax instead of JSON | {"val_b86":"cat_c","val_q36":"https://example.org/v1","val_v79":890.59,"key_m57":{"dim_i10":"viewer","col_u44":1,"attr_x50":8.62,"prop_m97":"option_c"}} |
TASK repair_structured_output
SPEC
FIELD col_u52 TYPE string REQUIRED yes
FIELD col_b80 TYPE integer REQUIRED yes
FIELD val_q48 TYPE null REQUIRED no
FIELD dim_p88 TYPE boolean REQUIRED no
FIELD col_o61 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"col_u52":"Hapag-Lloyd-Express","col_b80":591,"val_q48":null,"dim_... | {"col_u52":"Hapag-Lloyd-Express","col_b80":591,"val_q48":null,"dim_p88":true,"col_o61":"2022-09-28T00:55:00Z"} | truncated_array | {
"type": "object",
"properties": {
"col_u52": {
"type": "string"
},
"col_b80": {
"type": "integer"
},
"val_q48": {
"type": "null"
},
"dim_p88": {
"type": "boolean"
},
"col_o61": {
"type": "string",
"format": "date-time"
}
},
"required"... | {"col_u52":"Hapag-Lloyd-Express","col_b80":591,"val_q48":null,"dim_p88":true,"col_o61":"2022-09-28T00:55:00Z" | Unexpected end of JSON input — truncated object | {"col_u52":"Hapag-Lloyd-Express","col_b80":591,"val_q48":null,"dim_p88":true,"col_o61":"2022-09-28T00:55:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_a07 TYPE string VALUES single|married|divorced REQUIRED no
FIELD val_q34 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_d29 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_u43 TYPE number REQUIRED no
FIELD col_j66 TYPE string VALUES success|err... | {"val_q34":"BRL","key_d29":"xl","key_u43":800.96,"col_j66":"error"} | markdown_fences | {
"type": "object",
"properties": {
"key_a07": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"val_q34": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"k... | ```json
{"val_q34":"BRL","key_d29":"xl","key_u43":800.96,"col_j66":"error"}
``` | Output contains markdown code fences | {"val_q34":"BRL","key_d29":"xl","key_u43":800.96,"col_j66":"error"} |
TASK repair_structured_output
SPEC
FIELD field_h76 TYPE string REQUIRED no
FIELD prop_m52 TYPE integer REQUIRED yes
FIELD attr_b96 TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
{"field_h76":"chr1","prop_m52":162,"attr_b96":"archived"} | {"field_h76":"chr1","prop_m52":162,"attr_b96":"archived"} | missing_bracket | {
"type": "object",
"properties": {
"field_h76": {
"type": "string"
},
"prop_m52": {
"type": "integer"
},
"attr_b96": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
},
"required": [
"prop_m52"
]
} | {"field_h76":"chr1","prop_m52":162,"attr_b96":"archived"} | Missing closing bracket | {"field_h76":"chr1","prop_m52":162,"attr_b96":"archived"} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD footnote TYPE string REQUIRED yes
FIELD version TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"product_id":"option_c","footnote":"baz","version":"https://example.io/v1" | {"product_id":"option_c","footnote":"baz","version":"https://example.io/v1"} | truncated_array | {
"type": "object",
"properties": {
"product_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"footnote": {
"type": "string"
},
"version": {
"type": "string",
"format": "uri"
}
},
"required": [
"pro... | {"product_id":"option_c","footnote":"baz","version":"https://example.io/v1" | Unexpected end of JSON input — truncated object | {"product_id":"option_c","footnote":"baz","version":"https://example.io/v1"} |
TASK repair_structured_output
SPEC
FIELD field_t60 TYPE string REQUIRED no
FIELD key_r23 TYPE string REQUIRED no
FIELD prop_o19.key_g41 TYPE boolean REQUIRED yes
FIELD prop_o19.val_a13 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_o19.col_r56 TYPE string VALUES open|in_progress|resolved|closed ... | {"val_t26":{"attr_p94":831,"dim_k94":865,"prop_k72":{"dim_o10":"world","col_g71":false,"key_p03":"admin@domain.org","param_r12":574,"field_e23":633,"dim_t27":"Sao Paulo"}}} | missing_brace | {
"type": "object",
"properties": {
"field_t60": {
"type": "string"
},
"key_r23": {
"type": "string"
},
"prop_o19": {
"type": "object",
"properties": {
"key_g41": {
"type": "boolean"
},
"val_a13": {
"type": "string",
"... | {"val_t26":{"attr_p94":831,"dim_k94":865,"prop_k72":{"dim_o10":"world","col_g71":false,"key_p03":"admin@domain.org","param_r12":574,"field_e23":633,"dim_t27":"Sao Paulo"}} | Missing closing brace | {"val_t26":{"attr_p94":831,"dim_k94":865,"prop_k72":{"dim_o10":"world","col_g71":false,"key_p03":"admin@domain.org","param_r12":574,"field_e23":633,"dim_t27":"Sao Paulo"}}} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string REQUIRED no
FIELD options TYPE number REQUIRED yes
FIELD filter_flag TYPE boolean REQUIRED yes
FIELD frequency_hz TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD ph_level[].length TYPE boolean REQUIRED no
FIELD ph_level[].s... | {"options":386.76,"filter_flag":false,"frequency_hz":"mode_b","ph_level":[{"length":false,"freight_class":[false,false,true,false],"name":["Jane","Maria"]},{"length":false,"status_code":false,"freight_class":[true,false,true],"name":["New York","completed"]},{"length":false,"status_code":false,"name":["Johnson","chrX"]... | tool_call_wrong_param | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string"
},
"options": {
"type": "number"
},
"filter_flag": {
"type": "boolean"
},
"frequency_hz": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d... | Tool: update_preferences
Params: {"filter_flag": false, "frequency_hz": "mode_b", "ph_level": [{"length": false, "freight_class": [false, false, true, false], "name": ["Jane", "Maria"]}, {"length": false, "status_code": false, "freight_class": [true, false, true], "name": ["New York", "completed"]}, {"length": false, "... | Agent used wrong parameter name 'options_id' instead of 'options' | {"options":386.76,"filter_flag":false,"frequency_hz":"mode_b","ph_level":[{"length":false,"freight_class":[false,false,true,false],"name":["Jane","Maria"]},{"length":false,"status_code":false,"freight_class":[true,false,true],"name":["New York","completed"]},{"length":false,"status_code":false,"name":["Johnson","chrX"]... |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD fleet_number TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD nickname TYPE boolean REQUIRED no
FIELD payment_status TYPE number REQUIRED yes
FIELD comments[].bearing TYPE null REQUIRED no
FIELD... | {"tags":"intermittent","fleet_number":"medium","nickname":true,"payment_status":972.69,"comments":[{"bearing":null,"filter_flag":"pending_review","yield_pct":true,"name":"Oliveira"}]} | truncated_array | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"fleet_number": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"n... | {"tags":"intermittent","fleet_number":"medium","nickname":true,"payment_status":972.69,"comments":[{"bearing":null,"filter_flag":"pending_review","yield_pct":true,"name":"Oliveira"} | Unexpected end of JSON input — truncated array | {"tags":"intermittent","fleet_number":"medium","nickname":true,"payment_status":972.69,"comments":[{"bearing":null,"filter_flag":"pending_review","yield_pct":true,"name":"Oliveira"}]} |
TASK repair_structured_output
SPEC
FIELD field_n93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD dim_l04 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_k70 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_v86 TYPE string VALUES draft|published|archived RE... | {"dim_l04":"cat_a","field_k70":"info","col_v86":"draft","field_p17":"Oliveira","field_s81":202.02} | truncated_object | {
"type": "object",
"properties": {
"field_n93": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"dim_l04": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
... | {"dim_l04":"cat_a","field_k70":"info","col_v86":"draft","field_p17":"Oliveira","field_s81":202.02 | Unexpected end of JSON input — truncated object | {"dim_l04":"cat_a","field_k70":"info","col_v86":"draft","field_p17":"Oliveira","field_s81":202.02} |
TASK repair_structured_output
SPEC
FIELD param_i47 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_t76 TYPE boolean REQUIRED no
FIELD dim_h69 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD field_n89[].dim_z73 TYPE string REQUIRED no
FIELD field_n89[].key_p80 TYPE string REQUIRED yes
F... | {"param_i47":"critical","dim_t76":true,"dim_h69":"archived","field_n89":[{"key_p80":"Jane","col_d46":"Johnson","col_e24":"inactive"}],"val_r11":[175,683]} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_i47": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_t76": {
"type": "boolean"
},
"dim_h69": {
"type": "string",
"enum": [
"draft",
"publish... | Let me check the system.
Action: validate_sample
Arguments: {"param_i47": "critical", "dim_t76": true, "dim_h69": "archived", "val_r11": [175, 683]} | Agent tool call missing required parameter 'field_n89' | {"param_i47":"critical","dim_t76":true,"dim_h69":"archived","field_n89":[{"key_p80":"Jane","col_d46":"Johnson","col_e24":"inactive"}],"val_r11":[175,683]} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE string REQUIRED no
FIELD status TYPE integer REQUIRED no
FIELD shift_code TYPE integer REQUIRED yes
FIELD step TYPE integer REQUIRED yes
FIELD role TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
{"humidity_pct": "QC-07", "status": 464, ... | {"humidity_pct":"QC-07","status":464,"shift_code":529,"step":61} | missing_required | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "string"
},
"status": {
"type": "integer"
},
"shift_code": {
"type": "integer"
},
"step": {
"type": "integer"
},
"role": {
"type": "string",
"enum": [
"low",
"medium"... | {"humidity_pct": "QC-07", "status": 464, "shift_code": 529} | Required field 'step' is missing | {"humidity_pct":"QC-07","status":464,"shift_code":529,"step":61} |
TASK repair_structured_output
SPEC
FIELD param_u97 TYPE integer REQUIRED yes
FIELD key_i55 TYPE null REQUIRED yes
FIELD key_f45.col_a55 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_f45.col_v70 TYPE integer REQUIRED no
FIELD key_f45.dim_v40 TYPE string_email REQUIRED no
FIELD key_f45.val_x66 TYPE strin... | {"param_u97":955,"key_i55":null} | null_required | {
"type": "object",
"properties": {
"param_u97": {
"type": "integer"
},
"key_i55": {
"type": "null"
},
"key_f45": {
"type": "object",
"properties": {
"col_a55": {
"type": "string",
"enum": [
"USD",
"EUR",
"GB... | {"param_u97": null, "key_i55": null} | Required field 'param_u97' is null | {"param_u97":955,"key_i55":null} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string REQUIRED no
FIELD username TYPE boolean REQUIRED yes
FIELD amount.half_life TYPE integer REQUIRED no
FIELD amount.username TYPE string REQUIRED yes
FIELD amount.discount TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"username":true | {"username":true} | truncated_object | {
"type": "object",
"properties": {
"ward": {
"type": "string"
},
"username": {
"type": "boolean"
},
"amount": {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"username": {
"type": "string"
},
... | {"username":true | Unexpected end of JSON input — truncated object | {"username":true} |
TASK repair_structured_output
SPEC
FIELD attr_u83 TYPE number REQUIRED yes
FIELD key_j87 TYPE string REQUIRED no
FIELD key_d49 TYPE boolean REQUIRED no
FIELD key_i12 TYPE boolean REQUIRED no
FIELD attr_m01 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_p00 TYPE number REQUIRED no
BROKEN_OUTPUT
I n... | {"attr_u83":66.4,"key_j87":"Silva","key_d49":false,"key_i12":false,"val_p00":822.02} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_u83": {
"type": "number"
},
"key_j87": {
"type": "string"
},
"key_d49": {
"type": "boolean"
},
"key_i12": {
"type": "boolean"
},
"attr_m01": {
"type": "string",
"enum": [
"free",
"basic"... | I need to look up the information first.
Action: validate_address
Arguments: {"key_j87": "Silva", "key_d49": false, "key_i12": false, "val_p00": 822.02} | Agent tool call missing required parameter 'attr_u83' | {"attr_u83":66.4,"key_j87":"Silva","key_d49":false,"key_i12":false,"val_p00":822.02} |
TASK repair_structured_output
SPEC
FIELD dim_l44 TYPE integer REQUIRED no
FIELD field_t06.field_w94 TYPE boolean REQUIRED yes
FIELD field_t06.param_v80 TYPE string REQUIRED yes
FIELD field_t06.param_i40 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD field_t06.dim_k81 TYPE integer REQUIRED yes
FIELD prop_x3... | {"prop_x33":615,"key_d54":"type_a"} | extra_field | {
"type": "object",
"properties": {
"dim_l44": {
"type": "integer"
},
"field_t06": {
"type": "object",
"properties": {
"field_w94": {
"type": "boolean"
},
"param_v80": {
"type": "string"
},
"param_i40": {
"type": "st... | {"prop_x33": 615, "key_d54": "type_a", "extra_info_4456": true} | Unknown field 'extra_info_4456' not defined in schema | {"prop_x33":615,"key_d54":"type_a"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE integer REQUIRED yes
FIELD invoice_id.commit_hash TYPE string REQUIRED yes
FIELD invoice_id.log_level TYPE number REQUIRED yes
FIELD invoice_id.score TYPE string REQUIRED yes
FIELD name TYPE string_uri REQUIRED yes
FIELD allele TYPE string REQUIRED no
FIELD valu... | {"start_date":402,"invoice_id":{"commit_hash":"Luis","log_level":171.44,"score":"qux"},"name":"https://www.com/v1"} | extra_field | {
"type": "object",
"properties": {
"start_date": {
"type": "integer"
},
"invoice_id": {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
},
"log_level": {
"type": "number"
},
"score": {
"type": "s... | {"start_date": 402, "invoice_id": {"commit_hash": "Luis", "log_level": 171.44, "score": "qux"}, "name": "https://www.com/v1", "extra_value_2812": "unexpected"} | Unknown field 'extra_value_2812' not defined in schema | {"start_date":402,"invoice_id":{"commit_hash":"Luis","log_level":171.44,"score":"qux"},"name":"https://www.com/v1"} |
TASK repair_structured_output
SPEC
FIELD price TYPE number REQUIRED no
FIELD frequency_hz.aligned_pct TYPE string REQUIRED no
FIELD frequency_hz.company TYPE number REQUIRED yes
FIELD frequency_hz.shipper_ref.url TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD frequency_hz.shipper_ref.sensor_id TYPE string V... | {"price":138.3,"frequency_hz":{"company":955.06,"shipper_ref":{"url":"editor","half_life":"homozygous","umi":871,"compound":"2023-11-28T12:55:00Z"},"color":{"order_id":"https://data.io/v1","active":31,"barcode":"2024-01-15","sensor_id":114,"bed_number":490}},"log_level":"Sao Paulo","subtotal":"Sao Paulo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"price": {
"type": "number"
},
"frequency_hz": {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string"
},
"company": {
"type": "number"
},
"shipper_ref": {
"type": "o... | Let me check the system.
Action: generate_report
Arguments: {"price": 138.3, "log_level": "Sao Paulo", "subtotal": "Sao Paulo"} | Agent tool call missing required parameter 'frequency_hz' | {"price":138.3,"frequency_hz":{"company":955.06,"shipper_ref":{"url":"editor","half_life":"homozygous","umi":871,"compound":"2023-11-28T12:55:00Z"},"color":{"order_id":"https://data.io/v1","active":31,"barcode":"2024-01-15","sensor_id":114,"bed_number":490}},"log_level":"Sao Paulo","subtotal":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD val_o40.val_z08 TYPE null REQUIRED no
FIELD val_o40.dim_i99 TYPE boolean REQUIRED no
FIELD val_o40.col_u24 TYPE number REQUIRED yes
FIELD val_o40.col_a01.col_a07 TYPE string REQUIRED no
FIELD val_o40.col_a01.param_r91 TYPE integer REQUIRED no
FIELD val_o40.col_a01.col_b58 TYPE ... | {"val_o40":{"val_z08":null,"col_u24":59.05,"col_a01":{"col_a07":"baz","param_r91":501,"col_b58":"2022-07-07T15:05:00Z","val_f61":346,"prop_i28":null}},"attr_r82":"Tokyo","prop_g36":181,"prop_i90":"GBP","col_t94":690,"key_b87":"user@domain.com","col_n65":{"col_j41":"London","col_v91":654,"prop_x85":392.07,"col_n88":{"va... | missing_bracket | {
"type": "object",
"properties": {
"val_o40": {
"type": "object",
"properties": {
"val_z08": {
"type": "null"
},
"dim_i99": {
"type": "boolean"
},
"col_u24": {
"type": "number"
},
"col_a01": {
"type": "o... | {"val_o40":{"val_z08":null,"col_u24":59.05,"col_a01":{"col_a07":"baz","param_r91":501,"col_b58":"2022-07-07T15:05:00Z","val_f61":346,"prop_i28":null}},"attr_r82":"Tokyo","prop_g36":181,"prop_i90":"GBP","col_t94":690,"key_b87":"user@domain.com","col_n65":{"col_j41":"London","col_v91":654,"prop_x85":392.07,"col_n88":{"va... | Missing closing bracket | {"val_o40":{"val_z08":null,"col_u24":59.05,"col_a01":{"col_a07":"baz","param_r91":501,"col_b58":"2022-07-07T15:05:00Z","val_f61":346,"prop_i28":null}},"attr_r82":"Tokyo","prop_g36":181,"prop_i90":"GBP","col_t94":690,"key_b87":"user@domain.com","col_n65":{"col_j41":"London","col_v91":654,"prop_x85":392.07,"col_n88":{"va... |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD city TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD account_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD total TYPE string_email REQUIRED yes
FIELD brake_pressure TYPE string... | {"shift_code":"active","city":"push","account_id":"medium","total":"test@example.com"} | extra_text_after | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"city": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"account_id"... | {"shift_code":"active","city":"push","account_id":"medium","total":"test@example.com"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"shift_code":"active","city":"push","account_id":"medium","total":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD role TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD insurance_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD vessel_name TYPE boolean REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
FIELD pressure_kpa TYPE number REQUIRED no
... | {"role":"closed","insurance_id":"draft","vessel_name":false,"maturity_date":413,"pressure_kpa":640.74} | missing_required | {
"type": "object",
"properties": {
"role": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"insurance_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
... | {"role": "closed", "insurance_id": "draft", "maturity_date": 413, "pressure_kpa": 640.74} | Required field 'vessel_name' is missing | {"role":"closed","insurance_id":"draft","vessel_name":false,"maturity_date":413,"pressure_kpa":640.74} |
TASK repair_structured_output
SPEC
FIELD attr_c57 TYPE boolean REQUIRED no
FIELD col_o72 TYPE boolean REQUIRED no
FIELD dim_h35 TYPE string_date-time REQUIRED no
FIELD field_u76 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_g85 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED n... | {"attr_c57":false,"col_o72":false,"dim_h35":"2023-05-11T15:53:00Z","field_u76":"draft","col_g85":"operational","attr_h70":"https://www.io/v1","attr_f65":745} | single_quotes | {
"type": "object",
"properties": {
"attr_c57": {
"type": "boolean"
},
"col_o72": {
"type": "boolean"
},
"dim_h35": {
"type": "string",
"format": "date-time"
},
"field_u76": {
"type": "string",
"enum": [
"draft",
"published",
"a... | {'attr_c57':false,'col_o72':false,'dim_h35':'2023-05-11T15:53:00Z','field_u76':'draft','col_g85':'operational','attr_h70':'https://www.io/v1','attr_f65':745} | Expecting property name enclosed in double quotes | {"attr_c57":false,"col_o72":false,"dim_h35":"2023-05-11T15:53:00Z","field_u76":"draft","col_g85":"operational","attr_h70":"https://www.io/v1","attr_f65":745} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD type TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD nickname TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD isotope TYPE integer REQUIRED yes
FIELD ra... | {"bill_of_lading":"moored","type":"maintenance","nickname":"JPY","isotope":721} | wrong_type | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"type": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"... | {"bill_of_lading": "moored", "type": "maintenance", "nickname": "JPY", "isotope": "\"721\""} | Field 'isotope' must be integer, got string | {"bill_of_lading":"moored","type":"maintenance","nickname":"JPY","isotope":721} |
TASK repair_structured_output
SPEC
FIELD prop_y35 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD attr_p05 TYPE integer REQUIRED no
FIELD prop_f80 TYPE boolean REQUIRED yes
FIELD attr_b88 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
BROKEN_OUTPUT
```json
{"prop_y35":"mode_b","att... | {"prop_y35":"mode_b","attr_p05":269,"prop_f80":false,"attr_b88":"type_a"} | markdown_fences | {
"type": "object",
"properties": {
"prop_y35": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"attr_p05": {
"type": "integer"
},
"prop_f80": {
"type": "boolean"
},
"attr_b88": {
"type": "string",
"enum": ... | ```json
{"prop_y35":"mode_b","attr_p05":269,"prop_f80":false,"attr_b88":"type_a"}
``` | Output contains markdown code fences | {"prop_y35":"mode_b","attr_p05":269,"prop_f80":false,"attr_b88":"type_a"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE integer REQUIRED no
FIELD length TYPE string REQUIRED no
FIELD current_draw TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD catalyst TYPE string REQUIRED yes
FIELD organism TYPE integer REQUIRED yes
FIELD due_date TYPE string VALUES mode_a... | {"procedure_code":492,"catalyst":"completed","organism":971,"due_date":"mode_a"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"procedure_code": {
"type": "integer"
},
"length": {
"type": "string"
},
"current_draw": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"catalyst": {
"type... | calibrate_instrument(procedure_code=492, catalyst='completed', organism=971, due_date='mode_a') | Tool call uses Python syntax instead of JSON | {"procedure_code":492,"catalyst":"completed","organism":971,"due_date":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD field_c17.col_o21 TYPE integer REQUIRED yes
FIELD field_c17.prop_f16 TYPE number REQUIRED yes
FIELD field_c17.param_f08 TYPE number REQUIRED yes
FIELD field_c17.val_c20 TYPE string REQUIRED no
FIELD field_g91.col_c85 TYPE string VALUES option_a|option_b|option_c|option_d|option... | {"field_c17":{"col_o21":263,"prop_f16":809.56,"param_f08":349.88,"val_c20":"Jane"},"field_g91":{"col_c85":"option_a","param_d98":914,"dim_m74":"https://example.io/v1","field_s01":"mode_b"},"val_c68":"cancelled","field_k99":"level_3"} | markdown_explanation | {
"type": "object",
"properties": {
"field_c17": {
"type": "object",
"properties": {
"col_o21": {
"type": "integer"
},
"prop_f16": {
"type": "number"
},
"param_f08": {
"type": "number"
},
"val_c20": {
"ty... | Here is the response in the requested format:
```json
{"field_c17":{"col_o21":263,"prop_f16":809.56,"param_f08":349.88,"val_c20":"Jane"},"field_g91":{"col_c85":"option_a","param_d98":914,"dim_m74":"https://example.io/v1","field_s01":"mode_b"},"val_c68":"cancelled","field_k99":"level_3"}
```
I've ensured all required fi... | Output contains markdown and explanatory text around JSON | {"field_c17":{"col_o21":263,"prop_f16":809.56,"param_f08":349.88,"val_c20":"Jane"},"field_g91":{"col_c85":"option_a","param_d98":914,"dim_m74":"https://example.io/v1","field_s01":"mode_b"},"val_c68":"cancelled","field_k99":"level_3"} |
TASK repair_structured_output
SPEC
FIELD color TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD type TYPE number REQUIRED yes
FIELD build_status TYPE number REQUIRED yes
FIELD published TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROKEN_OUTPUT
{"color": "invalid_option_409", "type": 850.77, ... | {"color":"small","type":850.77,"build_status":671.98,"published":"white"} | invalid_enum | {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"type": {
"type": "number"
},
"build_status": {
"type": "number"
},
"published": {
"type": "string",
... | {"color": "invalid_option_409", "type": 850.77, "build_status": 671.98, "published": "white"} | Field 'color' has invalid enum value 'invalid_option_409', expected one of ['small', 'medium', 'large', 'xl'] | {"color":"small","type":850.77,"build_status":671.98,"published":"white"} |
TASK repair_structured_output
SPEC
FIELD param_d73 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_y16 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_p21 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD prop_y05 TYPE string REQUIRED yes
FIELD va... | {"param_d73":"phone","param_y16":"intermittent","col_p21":"confirmed","prop_y05":"chrX","val_m99":null,"val_e67":363,"param_z69":"viewer"} | unquoted_keys | {
"type": "object",
"properties": {
"param_d73": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_y16": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"... | {param_d73:"phone",param_y16:"intermittent",col_p21:"confirmed",prop_y05:"chrX",val_m99:null,val_e67:363,param_z69:"viewer"} | Expecting property name enclosed in double quotes | {"param_d73":"phone","param_y16":"intermittent","col_p21":"confirmed","prop_y05":"chrX","val_m99":null,"val_e67":363,"param_z69":"viewer"} |
TASK repair_structured_output
SPEC
FIELD dim_m83 TYPE number REQUIRED yes
FIELD param_v04 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD param_p30.field_e23 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD param_p30.col_p54 TYPE string VALUES open|in_progress|re... | {"dim_m83":518.02,"param_v04":"option_d","param_p30":{"field_e23":"cat_a","col_p54":"closed","prop_k51":573.98,"attr_s21":"enterprise"},"param_w07":{"prop_y13":"baz","key_g08":677,"val_q10":{"val_n05":"intermittent","attr_p95":"intermittent","field_q36":"Silva","val_w98":30.47}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_m83": {
"type": "number"
},
"param_v04": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"param_p30": {
"type": "object... | Processing the request now.
<tool_call name="check_cargo_manifest">
{"dim_m83":518.02,"param_v04":"option_d","param_p30":{"field_e23":"cat_a","col_p54":"closed","prop_k51":573.98,"attr_s21":"enterprise"},"param_w07":{"prop_y13":"baz","key_g08":677,"val_q10":{"val_n05":"intermittent","attr_p95":"intermittent","field_q36... | Agent response mixes reasoning text with tool call | {"dim_m83":518.02,"param_v04":"option_d","param_p30":{"field_e23":"cat_a","col_p54":"closed","prop_k51":573.98,"attr_s21":"enterprise"},"param_w07":{"prop_y13":"baz","key_g08":677,"val_q10":{"val_n05":"intermittent","attr_p95":"intermittent","field_q36":"Silva","val_w98":30.47}}} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string REQUIRED yes
FIELD lane TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD color TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD verified[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"diagnosis_code": "pending", "lane": ... | {"diagnosis_code":"pending","lane":"unstable","color":"free"} | invalid_enum | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string"
},
"lane": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"color": {
"type": "string",
"enum": [
"free",
"basic",
... | {"diagnosis_code": "pending", "lane": "invalid_option_718", "color": "free"} | Field 'lane' has invalid enum value 'invalid_option_718', expected one of ['reliable', 'unstable', 'intermittent'] | {"diagnosis_code":"pending","lane":"unstable","color":"free"} |
TASK repair_structured_output
SPEC
FIELD section.status_code TYPE string REQUIRED yes
FIELD section.timezone TYPE string REQUIRED yes
FIELD section.state TYPE string REQUIRED no
FIELD section.enabled TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD section.run_id TYPE null REQUIRED... | {"aligned_pct":608,"rating":"https://example.com/v1"} | missing_bracket | {
"type": "object",
"properties": {
"section": {
"type": "object",
"properties": {
"status_code": {
"type": "string"
},
"timezone": {
"type": "string"
},
"state": {
"type": "string"
},
"enabled": {
"type"... | {"aligned_pct":608,"rating":"https://example.com/v1"} | Missing closing bracket | {"aligned_pct":608,"rating":"https://example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD field_o34 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_d89 TYPE string REQUIRED no
FIELD key_i04 TYPE string REQUIRED no
FIELD col_y92 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_d77 TYPE string_email REQUIRED no
FIELD field_e08 ... | {"field_o34":"white","field_d89":"GRCh38","key_i04":"A short description.","col_y92":"info","field_e08":286.14} | wrong_type | {
"type": "object",
"properties": {
"field_o34": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_d89": {
"type": "string"
},
"key_i04": {
"type": "string"
},
"col_y92": {
"type"... | {"field_o34": "white", "field_d89": "GRCh38", "key_i04": "A short description.", "col_y92": "info", "field_e08": "\"286.14\""} | Field 'field_e08' must be number, got string | {"field_o34":"white","field_d89":"GRCh38","key_i04":"A short description.","col_y92":"info","field_e08":286.14} |
TASK repair_structured_output
SPEC
FIELD prop_y61 TYPE integer REQUIRED yes
FIELD field_b85 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD dim_p95 TYPE number REQUIRED no
FIELD dim_z26 TYPE boolean REQUIRED no
FIELD col_z88 TYPE string_date-time REQUIRED yes
FIELD val_z83 TYPE number REQUIRED yes
BROKEN_OU... | {"prop_y61":132,"field_b85":"type_b","col_z88":"2020-12-08T05:34:00Z","val_z83":775.17} | missing_required | {
"type": "object",
"properties": {
"prop_y61": {
"type": "integer"
},
"field_b85": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"dim_p95": {
"type": "number"
},
"dim_z26": {
"type": "boolean"
},
"col_... | {"prop_y61": 132, "field_b85": "type_b", "col_z88": "2020-12-08T05:34:00Z"} | Required field 'val_z83' is missing | {"prop_y61":132,"field_b85":"type_b","col_z88":"2020-12-08T05:34:00Z","val_z83":775.17} |
TASK repair_structured_output
SPEC
FIELD param_w45 TYPE boolean REQUIRED no
FIELD dim_e36 TYPE number REQUIRED no
FIELD key_e63 TYPE boolean REQUIRED yes
FIELD field_g63 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"param_w45":false,"dim_e36":179.6,"key_e63":true,"field_g63":"2023-03-03T15:13:00Z"} | {"param_w45":false,"dim_e36":179.6,"key_e63":true,"field_g63":"2023-03-03T15:13:00Z"} | missing_bracket | {
"type": "object",
"properties": {
"param_w45": {
"type": "boolean"
},
"dim_e36": {
"type": "number"
},
"key_e63": {
"type": "boolean"
},
"field_g63": {
"type": "string",
"format": "date-time"
}
},
"required": [
"key_e63",
"field_g63"
]
} | {"param_w45":false,"dim_e36":179.6,"key_e63":true,"field_g63":"2023-03-03T15:13:00Z"} | Missing closing bracket | {"param_w45":false,"dim_e36":179.6,"key_e63":true,"field_g63":"2023-03-03T15:13:00Z"} |
TASK repair_structured_output
SPEC
FIELD dim_y62 TYPE string REQUIRED yes
FIELD key_c88 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_h50 TYPE string REQUIRED yes
FIELD key_d31 TYPE string REQUIRED no
FIELD prop_k96.col_m79 TYPE string REQUIRED no
FIELD prop_k96.prop_d05.dim_w10 TYPE null REQUIRED... | {"dim_y62":"2023-12-25","key_c88":"high","col_h50":"active","key_d31":"2024-01-15","prop_k96":{"col_m79":"Johnson","prop_d05":{"dim_w10":null,"attr_r98":"https://data.com/api"},"val_d87":true,"prop_s60":"PASS"}} | partial_structure | {
"type": "object",
"properties": {
"dim_y62": {
"type": "string"
},
"key_c88": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_h50": {
"type": "string"
},
"key_d31": {
"type": "string"
},... | Result: key_d31=2024-01-15, {"dim_y62":"2023-12-25","key_c88":"high","col_h50":"active","key_d31":"2024-01-15","prop_k96":{"col_m79":"Johnson","prop_d05":{"dim_w10":null,"attr_r98":"https://data.com/api"},"val_d87":true,"prop_s60":"PASS"}} | Output mixes natural language with JSON | {"dim_y62":"2023-12-25","key_c88":"high","col_h50":"active","key_d31":"2024-01-15","prop_k96":{"col_m79":"Johnson","prop_d05":{"dim_w10":null,"attr_r98":"https://data.com/api"},"val_d87":true,"prop_s60":"PASS"}} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD vessel_name TYPE boolean REQUIRED yes
FIELD weight TYPE string REQUIRED no
FIELD state TYPE string_date-time REQUIRED no
FIELD annotation TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD ward... | {"strand":"new","vessel_name":true,"weight":"RTG-04","state":"2021-11-27T21:35:00Z","annotation":"admin","ward":855,"ph_level":"type_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"vessel_name": {
"type": "boolean"
},
"weight": {
"type": "string"
},
"state": {
"type": "stri... | Tool: apply_discount
Params: {"strand": "new", "vessel_name": true, "weight": "RTG-04", "state": "2021-11-27T21:35:00Z", "ward": 855, "ph_level": "type_a", "annotation_new": "admin"} | Agent used wrong parameter name 'annotation_new' instead of 'annotation' | {"strand":"new","vessel_name":true,"weight":"RTG-04","state":"2021-11-27T21:35:00Z","annotation":"admin","ward":855,"ph_level":"type_a"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE null REQUIRED yes
FIELD subject TYPE integer REQUIRED no
FIELD last_name TYPE boolean REQUIRED yes
FIELD bearing TYPE number REQUIRED yes
BROKEN_OUTPUT
Based on the data, weight is None. {"weight":null,"subject":587,"last_name":false,"bearing":315.48} | {"weight":null,"subject":587,"last_name":false,"bearing":315.48} | partial_structure | {
"type": "object",
"properties": {
"weight": {
"type": "null"
},
"subject": {
"type": "integer"
},
"last_name": {
"type": "boolean"
},
"bearing": {
"type": "number"
}
},
"required": [
"bearing",
"weight",
"last_name"
]
} | Based on the data, weight is None. {"weight":null,"subject":587,"last_name":false,"bearing":315.48} | Output mixes natural language with JSON | {"weight":null,"subject":587,"last_name":false,"bearing":315.48} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD filter_flag TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD umi TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD price TYPE string REQUIRED no
FIELD diagnosis_c... | {"strand":"intermittent","filter_flag":"homozygous","umi":"arctic","price":"hello","diagnosis_code":"red"} | trailing_comma | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"filter_flag": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
... | {"strand":"intermittent","filter_flag":"homozygous","umi":"arctic","price":"hello","diagnosis_code":"red",} | Unexpected trailing comma | {"strand":"intermittent","filter_flag":"homozygous","umi":"arctic","price":"hello","diagnosis_code":"red"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD step TYPE string REQUIRED yes
FIELD tags TYPE string REQUIRED no
FIELD build_status TYPE integer REQUIRED no
FIELD duration_ms[] TYPE string REQUIRED yes
FIELD coverage[] TYPE string VA... | {"annotation":"option_b","step":"foo","tags":"Diana","build_status":79,"duration_ms":["user@domain.com"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"step": {
"type": "string"
},
"tags": {
"type": "string"
},
"build_status"... | Tool: read_sensor_array
Params: {"annotation": "option_b", "step": "foo", "tags": "Diana", "build_status": 79, "duration_ms": ["user@domain.com"]} | Agent used wrong parameter name 'coverage_name' instead of 'coverage' | {"annotation":"option_b","step":"foo","tags":"Diana","build_status":79,"duration_ms":["user@domain.com"]} |
TASK repair_structured_output
SPEC
FIELD val_k55 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD val_n96 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD field_k38 TYPE string REQUIRED yes
FIELD attr_b77 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"val_k55":"mode_b","val_n9... | {"val_k55":"mode_b","val_n96":"mode_e","field_k38":"REV","attr_b77":false} | missing_bracket | {
"type": "object",
"properties": {
"val_k55": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"val_n96": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
... | {"val_k55":"mode_b","val_n96":"mode_e","field_k38":"REV","attr_b77":false} | Missing closing bracket | {"val_k55":"mode_b","val_n96":"mode_e","field_k38":"REV","attr_b77":false} |
TASK repair_structured_output
SPEC
FIELD attr_p74 TYPE string_email REQUIRED no
FIELD col_c08 TYPE integer REQUIRED no
FIELD attr_j68 TYPE string REQUIRED yes
BROKEN_OUTPUT
Result: attr_j68=QC-07, {"attr_p74":"info@test.io","attr_j68":"QC-07"} | {"attr_p74":"info@test.io","attr_j68":"QC-07"} | partial_structure | {
"type": "object",
"properties": {
"attr_p74": {
"type": "string",
"format": "email"
},
"col_c08": {
"type": "integer"
},
"attr_j68": {
"type": "string"
}
},
"required": [
"attr_j68"
]
} | Result: attr_j68=QC-07, {"attr_p74":"info@test.io","attr_j68":"QC-07"} | Output mixes natural language with JSON | {"attr_p74":"info@test.io","attr_j68":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD prop_n31 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD val_m67 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_t76 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD col_s32 TYPE null REQUIRED no
BROKEN_OUTPUT
Based on ... | {"prop_n31":"mode_c","val_m67":"intermittent","param_t76":"option_a"} | extra_text_before | {
"type": "object",
"properties": {
"prop_n31": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"val_m67": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent... | Based on your request, here is the data:
{"prop_n31":"mode_c","val_m67":"intermittent","param_t76":"option_a"} | Output contains non-JSON text before the object | {"prop_n31":"mode_c","val_m67":"intermittent","param_t76":"option_a"} |
TASK repair_structured_output
SPEC
FIELD tile TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD website TYPE string REQUIRED no
FIELD port_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD annotation TYPE number REQUIRED no
FIELD quantity[] TYPE string REQUIRED yes
FIELD vessel_name... | {"port_code":"option_d","annotation":187.66,"quantity":["qux"],"vessel_name":[{"full_name":723,"isotope":889.64,"end_date":23,"span_id":601,"half_life":null,"filter_flag":"RTG-04"},{"full_name":388,"isotope":291.48,"end_date":667},{"catalyst":"London","full_name":53,"isotope":213.93,"end_date":957,"half_life":null,"fil... | truncated_object | {
"type": "object",
"properties": {
"tile": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"website": {
"type": "string"
},
"port_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"opt... | {"port_code":"option_d","annotation":187.66,"quantity":["qux"],"vessel_name":[{"full_name":723,"isotope":889.64,"end_date":23,"span_id":601,"half_life":null,"filter_flag":"RTG-04"},{"full_name":388,"isotope":291.48,"end_date":667},{"catalyst":"London","full_name":53,"isotope":213.93,"end_date":957,"half_life":null,"fil... | Unexpected end of JSON input — truncated object | {"port_code":"option_d","annotation":187.66,"quantity":["qux"],"vessel_name":[{"full_name":723,"isotope":889.64,"end_date":23,"span_id":601,"half_life":null,"filter_flag":"RTG-04"},{"full_name":388,"isotope":291.48,"end_date":667},{"catalyst":"London","full_name":53,"isotope":213.93,"end_date":957,"half_life":null,"fil... |
TASK repair_structured_output
SPEC
FIELD umi TYPE number REQUIRED yes
FIELD amount TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD email.feedback TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD email.age TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED ... | {"umi":125.8,"amount":"option_d","email":{"feedback":"cat_c","age":"option_c","section":"closed"},"account_id":true,"bed_number":"https://api.com/api","procedure_code":false,"discount":true} | invalid_enum | {
"type": "object",
"properties": {
"umi": {
"type": "number"
},
"amount": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"email": {
"type": "object",
"properties": {
"feedback": {
... | {"umi": 125.8, "amount": "invalid_choice_798", "email": {"feedback": "cat_c", "age": "option_c", "section": "closed"}, "account_id": true, "bed_number": "https://api.com/api", "procedure_code": false, "discount": true} | Field 'amount' has invalid enum value 'invalid_choice_798', expected one of ['option_a', 'option_b', 'option_c', 'option_d'] | {"umi":125.8,"amount":"option_d","email":{"feedback":"cat_c","age":"option_c","section":"closed"},"account_id":true,"bed_number":"https://api.com/api","procedure_code":false,"discount":true} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD vessel_name TYPE boolean REQUIRED no
FIELD title TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{"chapter": "high", "vessel_name": false, "title": "low", "extra_info_839": "unexpecte... | {"chapter":"high","vessel_name":false,"title":"low"} | extra_field | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"vessel_name": {
"type": "boolean"
},
"title": {
"type": "string",
"enum": [
"low",
"medium",
... | {"chapter": "high", "vessel_name": false, "title": "low", "extra_info_839": "unexpected"} | Unknown field 'extra_info_839' not defined in schema | {"chapter":"high","vessel_name":false,"title":"low"} |
TASK repair_structured_output
SPEC
FIELD field_p28 TYPE string REQUIRED no
FIELD field_h34 TYPE string REQUIRED yes
FIELD param_s83[].field_t34 TYPE number REQUIRED no
FIELD param_s83[].val_w59 TYPE boolean REQUIRED yes
FIELD param_s83[].field_u05 TYPE string_email REQUIRED yes
FIELD param_s83[].param_z47 TYPE integer... | {"field_p28":"https://api.example.com/v1","field_h34":"https://example.com","param_s83":[{"val_w59":true,"field_u05":"user@example.com","param_z47":872,"attr_r01":611,"val_b23":"https://api.example.com/v1","col_t79":"cat_b"},{"val_w59":true,"field_u05":"admin@test.io","param_z47":716,"attr_r01":510,"col_t79":"cat_b"},{... | single_quotes | {
"type": "object",
"properties": {
"field_p28": {
"type": "string"
},
"field_h34": {
"type": "string"
},
"param_s83": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_t34": {
"type": "number"
},
... | {'field_p28':'https://api.example.com/v1','field_h34':'https://example.com','param_s83':[{'val_w59':true,'field_u05':'user@example.com','param_z47':872,'attr_r01':611,'val_b23':'https://api.example.com/v1','col_t79':'cat_b'},{'val_w59':true,'field_u05':'admin@test.io','param_z47':716,'attr_r01':510,'col_t79':'cat_b'},{... | Expecting property name enclosed in double quotes | {"field_p28":"https://api.example.com/v1","field_h34":"https://example.com","param_s83":[{"val_w59":true,"field_u05":"user@example.com","param_z47":872,"attr_r01":611,"val_b23":"https://api.example.com/v1","col_t79":"cat_b"},{"val_w59":true,"field_u05":"admin@test.io","param_z47":716,"attr_r01":510,"col_t79":"cat_b"},{... |
TASK repair_structured_output
SPEC
FIELD format TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD salinity TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD status.decay_rate TYPE string REQUIRED yes
FIELD status.width TYPE string_email REQUIRED no
FIELD status.ward TY... | {"format":"nonsense","salinity":"hemizygous","status":{"decay_rate":"GRCh38","width":"info@test.io","ward":false},"full_name":"black"} | trailing_comma | {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"salinity": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | {"format":"nonsense","salinity":"hemizygous","status":{"decay_rate":"GRCh38","width":"info@test.io","ward":false,},"full_name":"black"} | Unexpected trailing comma | {"format":"nonsense","salinity":"hemizygous","status":{"decay_rate":"GRCh38","width":"info@test.io","ward":false},"full_name":"black"} |
TASK repair_structured_output
SPEC
FIELD val_h25 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_b14 TYPE boolean REQUIRED yes
FIELD val_a63 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"val_h25": "pending", "col_b14": true, "val_a63": null} | {"val_h25":"pending","col_b14":true,"val_a63":653.32} | null_required | {
"type": "object",
"properties": {
"val_h25": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_b14": {
"type": "boolean"
},
"val_a63": {
"type": "number"
}
},
"required": [
"val_a63",
"val_h25",
"co... | {"val_h25": "pending", "col_b14": true, "val_a63": null} | Required field 'val_a63' is null | {"val_h25":"pending","col_b14":true,"val_a63":653.32} |
TASK repair_structured_output
SPEC
FIELD ward TYPE number REQUIRED yes
FIELD brake_pressure TYPE string REQUIRED yes
FIELD category TYPE string REQUIRED yes
FIELD total TYPE string VALUES active|inactive|pending REQUIRED no
FIELD description.reagent TYPE string VALUES single|married|divorced REQUIRED no
FIELD descript... | {"ward":565.3,"brake_pressure":"Santos","category":"Oliveira","description":{"reagent":"married","port_code":"high","torque_output":"large"}} | missing_brace | {
"type": "object",
"properties": {
"ward": {
"type": "number"
},
"brake_pressure": {
"type": "string"
},
"category": {
"type": "string"
},
"total": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"des... | {"ward":565.3,"brake_pressure":"Santos","category":"Oliveira","description":"reagent":"married","port_code":"high","torque_output":"large"}} | Missing closing brace | {"ward":565.3,"brake_pressure":"Santos","category":"Oliveira","description":{"reagent":"married","port_code":"high","torque_output":"large"}} |
TASK repair_structured_output
SPEC
FIELD version TYPE number REQUIRED no
FIELD branch TYPE string REQUIRED no
FIELD date TYPE integer REQUIRED no
FIELD payment_status TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"version": 386.29, "date": "\"410\"", "payment_status": false} | {"version":386.29,"date":410,"payment_status":false} | wrong_type | {
"type": "object",
"properties": {
"version": {
"type": "number"
},
"branch": {
"type": "string"
},
"date": {
"type": "integer"
},
"payment_status": {
"type": "boolean"
}
},
"required": [
"payment_status"
]
} | {"version": 386.29, "date": "\"410\"", "payment_status": false} | Field 'date' must be integer, got string | {"version":386.29,"date":410,"payment_status":false} |
TASK repair_structured_output
SPEC
FIELD prop_d32 TYPE integer REQUIRED yes
FIELD prop_r63 TYPE string REQUIRED yes
FIELD key_r08 TYPE integer REQUIRED yes
FIELD key_h79 TYPE integer REQUIRED no
FIELD col_v82 TYPE number REQUIRED no
BROKEN_OUTPUT
{"prop_d32":980,"prop_r63":"This is a test value.","key_r08":898,"key_h... | {"prop_d32":980,"prop_r63":"This is a test value.","key_r08":898,"key_h79":303} | missing_bracket | {
"type": "object",
"properties": {
"prop_d32": {
"type": "integer"
},
"prop_r63": {
"type": "string"
},
"key_r08": {
"type": "integer"
},
"key_h79": {
"type": "integer"
},
"col_v82": {
"type": "number"
}
},
"required": [
"prop_r63",
... | {"prop_d32":980,"prop_r63":"This is a test value.","key_r08":898,"key_h79":303} | Missing closing bracket | {"prop_d32":980,"prop_r63":"This is a test value.","key_r08":898,"key_h79":303} |
TASK repair_structured_output
SPEC
FIELD field_c67 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD dim_t29 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_z57 TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
{"dim_t29": "option_b", "extra_field_7608": "unexpected... | {"dim_t29":"option_b"} | extra_field | {
"type": "object",
"properties": {
"field_c67": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"dim_t29": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"f... | {"dim_t29": "option_b", "extra_field_7608": "unexpected"} | Unknown field 'extra_field_7608' not defined in schema | {"dim_t29":"option_b"} |
TASK repair_structured_output
SPEC
FIELD attr_l50 TYPE string_email REQUIRED no
FIELD val_q97 TYPE integer REQUIRED yes
FIELD dim_a63 TYPE null REQUIRED yes
FIELD field_a35.param_f97 TYPE null REQUIRED yes
FIELD field_a35.key_a92 TYPE integer REQUIRED no
FIELD field_a35.dim_l41 TYPE integer REQUIRED yes
FIELD field_a3... | {"attr_l50":"test@domain.org","val_q97":833,"dim_a63":null,"field_a35":{"param_f97":null,"key_a92":850,"dim_l41":662,"attr_p19":{"key_n96":"option_c","field_h78":497.34,"dim_d35":"Charlie","dim_l86":"type_c","field_w26":"cat_a","attr_l60":"bar"}}} | null_required | {
"type": "object",
"properties": {
"attr_l50": {
"type": "string",
"format": "email"
},
"val_q97": {
"type": "integer"
},
"dim_a63": {
"type": "null"
},
"field_a35": {
"type": "object",
"properties": {
"param_f97": {
"type": "null"
... | {"attr_l50": "test@domain.org", "val_q97": 833, "dim_a63": null, "field_a35": {"param_f97": null, "key_a92": 850, "dim_l41": 662, "attr_p19": {"key_n96": "option_c", "field_h78": 497.34, "dim_d35": "Charlie", "dim_l86": "type_c", "field_w26": "cat_a", "attr_l60": "bar"}}} | Required field 'dim_a63' is null | {"attr_l50":"test@domain.org","val_q97":833,"dim_a63":null,"field_a35":{"param_f97":null,"key_a92":850,"dim_l41":662,"attr_p19":{"key_n96":"option_c","field_h78":497.34,"dim_d35":"Charlie","dim_l86":"type_c","field_w26":"cat_a","attr_l60":"bar"}}} |
TASK repair_structured_output
SPEC
FIELD param_v93 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD field_b06 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_x27 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_x24 TYPE number REQUIRED no
FIELD field_h63 TY... | {"param_v93":"berthed","field_b06":"white","dim_x27":"warning","field_x24":739.29,"field_h63":null} | invalid_enum | {
"type": "object",
"properties": {
"param_v93": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"field_b06": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
... | {"param_v93": "berthed", "field_b06": "white", "dim_x27": "invalid_choice_319", "field_x24": 739.29, "field_h63": null} | Field 'dim_x27' has invalid enum value 'invalid_choice_319', expected one of ['success', 'error', 'warning', 'info'] | {"param_v93":"berthed","field_b06":"white","dim_x27":"warning","field_x24":739.29,"field_h63":null} |
TASK repair_structured_output
SPEC
FIELD key_t77 TYPE integer REQUIRED no
FIELD col_g59.col_n18 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD col_g59.key_o72 TYPE string_date-time REQUIRED no
FIELD col_g59.prop_g83 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_g59.attr_f76 TYPE intege... | {"key_t77":258,"col_g59":{"col_n18":"error","prop_g83":"viewer","attr_f76":445,"dim_i99":"homozygous","prop_c38":276.02,"dim_c29":null},"col_t12":"Paris","val_x03":"New York","param_g10":{"col_g45":"user@domain.com","key_r13":"Oliveira","val_q80":"medium","prop_t69":915.05,"field_r30":"REV","val_l76":"Paris","param_u38... | unquoted_keys | {
"type": "object",
"properties": {
"key_t77": {
"type": "integer"
},
"col_g59": {
"type": "object",
"properties": {
"col_n18": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | {key_t77:258,col_g59:{col_n18:"error",prop_g83:"viewer",attr_f76:445,dim_i99:"homozygous",prop_c38:276.02,dim_c29:null},col_t12:"Paris",val_x03:"New York",param_g10:{col_g45:"user@domain.com",key_r13:"Oliveira",val_q80:"medium",prop_t69:915.05,field_r30:"REV",val_l76:"Paris",param_u38:true}} | Expecting property name enclosed in double quotes | {"key_t77":258,"col_g59":{"col_n18":"error","prop_g83":"viewer","attr_f76":445,"dim_i99":"homozygous","prop_c38":276.02,"dim_c29":null},"col_t12":"Paris","val_x03":"New York","param_g10":{"col_g45":"user@domain.com","key_r13":"Oliveira","val_q80":"medium","prop_t69":915.05,"field_r30":"REV","val_l76":"Paris","param_u38... |
TASK repair_structured_output
SPEC
FIELD build_status TYPE string REQUIRED no
FIELD url TYPE integer REQUIRED no
FIELD zip_code TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD enabled[].published TYPE string REQUIRED yes
FIELD enabled[].repository TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD enable... | {"url":756,"enabled":[{"published":"test@example.com","repository":"mode_a","frequency_hz":"type_a"},{"published":"2024-06-30","repository":"mode_b","frequency_hz":"type_a"},{"published":"chr1","repository":"mode_b","frequency_hz":"type_b"}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"build_status": {
"type": "string"
},
"url": {
"type": "integer"
},
"zip_code": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"enabled": {
"type": "array",
"items": ... | Tool: delete_item
Params: {"url": 756, "enabled": [{"published": "test@example.com", "repository": "mode_a", "frequency_hz": "type_a"}, {"published": "2024-06-30", "repository": "mode_b", "frequency_hz": "type_a"}, {"published": "chr1", "repository": "mode_b", "frequency_hz": "type_b"}]} | Agent used wrong parameter name 'zip_code2' instead of 'zip_code' | {"url":756,"enabled":[{"published":"test@example.com","repository":"mode_a","frequency_hz":"type_a"},{"published":"2024-06-30","repository":"mode_b","frequency_hz":"type_a"},{"published":"chr1","repository":"mode_b","frequency_hz":"type_b"}]} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string REQUIRED no
FIELD voltage TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD weight[].quantity TYPE string VALUES single|married|divorced REQUIRED no
FIELD weight[].batch_code TYPE string VALUES active|inactive|pending REQUIRED no
FIELD weight[].hazmat... | {"amount":"PASS","voltage":"email","weight":[{"batch_code":"pending","hazmat_code":"small","index":386.69,"filter_flag":914}]} | agent_chain | {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"voltage": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"weight": {
"type": "array",
"items": {
"type": "object",
"propert... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"amount": "PASS", "weight": [{"batch_code": "pending", "hazmat_code": "small", "index": 386.69, "filter_flag": 914}]}
I'll query our database.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"amount":"PASS","voltage":"email","weight":[{"batch_code":"pending","hazmat_code":"small","index":386.69,"filter_flag":914}]} |
TASK repair_structured_output
SPEC
FIELD dim_v82 TYPE string REQUIRED yes
FIELD prop_u49 TYPE string REQUIRED no
FIELD key_k29.field_j86 TYPE string REQUIRED no
FIELD key_k29.field_s23 TYPE null REQUIRED yes
FIELD key_k29.key_z96 TYPE string REQUIRED yes
FIELD key_k29.prop_e63.param_j47 TYPE number REQUIRED yes
FIELD ... | {"dim_v82":"2023-12-25","prop_u49":"https://example.com","dim_x93":"unstable","dim_f01":139.47,"key_i02":"test","attr_u24":415,"field_x59":{"attr_q14":null,"col_z56":"foo","key_v29":579,"col_s01":214.23}} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_v82": {
"type": "string"
},
"prop_u49": {
"type": "string"
},
"key_k29": {
"type": "object",
"properties": {
"field_j86": {
"type": "string"
},
"field_s23": {
"type": "null"
},
... | <functioncall> update_preferences
{dim_v82: "2023-12-25", prop_u49: "https://example.com", dim_x93: "unstable", dim_f01: 139.47, key_i02: "test", attr_u24: 415, field_x59: {attr_q14: null, col_z56: "foo", key_v29: 579, col_s01: 214.23}} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_v82":"2023-12-25","prop_u49":"https://example.com","dim_x93":"unstable","dim_f01":139.47,"key_i02":"test","attr_u24":415,"field_x59":{"attr_q14":null,"col_z56":"foo","key_v29":579,"col_s01":214.23}} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD type TYPE string VALUES level_1|level_2 REQUIRED no
FIELD diagnosis_code TYPE boolean REQUIRED no
FIELD lab_result TYPE string_email REQUIRED no
FIELD status TYPE integer REQUIRED no
FIE... | {"type":"level_2","lab_result":"user@domain.org","status":62,"pressure_kpa":874} | agent_chain | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"type": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"diagnos... | Let me check the system.
Action: check_availability
Result: {"type": "level_2", "lab_result": "user@domain.org", "status": 62}
Processing the request now.
Action: schedule_meeting
Result: | Agent multi-step chain with truncated tool output | {"type":"level_2","lab_result":"user@domain.org","status":62,"pressure_kpa":874} |
TASK repair_structured_output
SPEC
FIELD key_p22 TYPE string REQUIRED no
FIELD param_z85 TYPE integer REQUIRED yes
FIELD col_y27 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_j86.col_u47 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD prop_j86.col_l59 TYPE string VALUES ... | {"param_z85":669,"col_y27":"inland","prop_j86":{"col_u47":"level_2","col_l59":"arctic","param_a37":"BRL","dim_d74":"2024-01-15","param_s11":true,"prop_n96":763,"field_j73":{"field_n53":null,"key_b20":"Jane","col_d07":541.71,"param_d77":918},"val_s66":{"field_u89":"GBP","param_k73":false,"prop_z20":"https://example.org/... | extra_text_before | {
"type": "object",
"properties": {
"key_p22": {
"type": "string"
},
"param_z85": {
"type": "integer"
},
"col_y27": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_j86": {
"type": "objec... | Let me provide the data in JSON format:
{"param_z85":669,"col_y27":"inland","prop_j86":{"col_u47":"level_2","col_l59":"arctic","param_a37":"BRL","dim_d74":"2024-01-15","param_s11":true,"prop_n96":763,"field_j73":{"field_n53":null,"key_b20":"Jane","col_d07":541.71,"param_d77":918},"val_s66":{"field_u89":"GBP","param_k73... | Output contains non-JSON text before the object | {"param_z85":669,"col_y27":"inland","prop_j86":{"col_u47":"level_2","col_l59":"arctic","param_a37":"BRL","dim_d74":"2024-01-15","param_s11":true,"prop_n96":763,"field_j73":{"field_n53":null,"key_b20":"Jane","col_d07":541.71,"param_d77":918},"val_s66":{"field_u89":"GBP","param_k73":false,"prop_z20":"https://example.org/... |
TASK repair_structured_output
SPEC
FIELD col_n02 TYPE boolean REQUIRED no
FIELD prop_g79 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD prop_j06 TYPE boolean REQUIRED yes
FIELD param_f64 TYPE string REQUIRED no
FIELD col_n97 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED... | {"col_n02":false,"prop_g79":"mode_d","prop_j06":false,"param_f64":"https://example.com","col_n97":"mode_f"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_n02": {
"type": "boolean"
},
"prop_g79": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_j06": {
"type": "boolean"
},
"param_f64": {
... | check_availability(col_n02=False, prop_g79='mode_d', prop_j06=False, param_f64='https://example.com', col_n97='mode_f') | Tool call uses Python syntax instead of JSON | {"col_n02":false,"prop_g79":"mode_d","prop_j06":false,"param_f64":"https://example.com","col_n97":"mode_f"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD chapter TYPE number REQUIRED yes
FIELD shipping TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD catalyst TYPE number REQUIRED no
BROKEN_OUTPUT
{"chapter": 250.67, "sh... | {"procedure_code":"level_2","chapter":250.67,"shipping":"type_d","catalyst":878.05} | missing_required | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"chapter": {
"type": "number"
},
"shipping": {
"type": "string",
"enum": [
... | {"chapter": 250.67, "shipping": "type_d", "catalyst": 878.05} | Required field 'procedure_code' is missing | {"procedure_code":"level_2","chapter":250.67,"shipping":"type_d","catalyst":878.05} |
TASK repair_structured_output
SPEC
FIELD param_r07 TYPE null REQUIRED yes
FIELD dim_d97 TYPE null REQUIRED no
FIELD key_d72.attr_t46 TYPE string_uri REQUIRED yes
FIELD key_d72.attr_z55 TYPE boolean REQUIRED no
FIELD key_d72.attr_v07 TYPE integer REQUIRED yes
FIELD key_d72.col_o68 TYPE string VALUES USD|EUR|GBP|BRL|JPY... | {"param_r07":null,"key_d72":{"attr_t46":"https://data.org/api","attr_z55":false,"attr_v07":534,"col_o68":"USD"}} | markdown_fences | {
"type": "object",
"properties": {
"param_r07": {
"type": "null"
},
"dim_d97": {
"type": "null"
},
"key_d72": {
"type": "object",
"properties": {
"attr_t46": {
"type": "string",
"format": "uri"
},
"attr_z55": {
"type"... | ```json
{"param_r07":null,"key_d72":{"attr_t46":"https://data.org/api","attr_z55":false,"attr_v07":534,"col_o68":"USD"}}
``` | Output contains markdown code fences | {"param_r07":null,"key_d72":{"attr_t46":"https://data.org/api","attr_z55":false,"attr_v07":534,"col_o68":"USD"}} |
TASK repair_structured_output
SPEC
FIELD website TYPE boolean REQUIRED no
FIELD bill_of_lading TYPE integer REQUIRED yes
FIELD crew_id TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{'website':true,'bill_of_lading':871,'crew_id':true} | {"website":true,"bill_of_lading":871,"crew_id":true} | single_quotes | {
"type": "object",
"properties": {
"website": {
"type": "boolean"
},
"bill_of_lading": {
"type": "integer"
},
"crew_id": {
"type": "boolean"
}
},
"required": [
"crew_id",
"bill_of_lading"
]
} | {'website':true,'bill_of_lading':871,'crew_id':true} | Expecting property name enclosed in double quotes | {"website":true,"bill_of_lading":871,"crew_id":true} |
TASK repair_structured_output
SPEC
FIELD dim_o15 TYPE number REQUIRED yes
FIELD dim_i10 TYPE string REQUIRED yes
FIELD dim_i19 TYPE string REQUIRED no
FIELD val_v96[] TYPE string REQUIRED no
FIELD attr_s01[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"dim_o15":514.98,"dim_i10":"foo","attr_s01":[false,true | {"dim_o15":514.98,"dim_i10":"foo","attr_s01":[false,true]} | truncated_array | {
"type": "object",
"properties": {
"dim_o15": {
"type": "number"
},
"dim_i10": {
"type": "string"
},
"dim_i19": {
"type": "string"
},
"val_v96": {
"type": "array",
"items": {
"type": "string"
}
},
"attr_s01": {
"type": "array",
... | {"dim_o15":514.98,"dim_i10":"foo","attr_s01":[false,true | Unexpected end of JSON input — truncated array | {"dim_o15":514.98,"dim_i10":"foo","attr_s01":[false,true]} |
TASK repair_structured_output
SPEC
FIELD param_t33 TYPE boolean REQUIRED no
FIELD dim_z57 TYPE string_email REQUIRED yes
FIELD val_t03 TYPE integer REQUIRED yes
FIELD attr_r66.key_q37 TYPE string REQUIRED yes
FIELD attr_r66.col_y00.val_p47 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD attr_r66.col_y00.... | {"param_t33":true,"dim_z57":"ops@domain.org","val_t03":465,"attr_r66":{"key_q37":"test","col_y00":{"val_p47":"level_2","prop_x93":"new","key_l08":44,"val_t59":"synonymous","field_o33":null,"attr_s98":"high"},"prop_k79":{"col_c22":null,"key_c02":true,"param_k23":"type_a","attr_w01":"RTG-04"}}} | null_required | {
"type": "object",
"properties": {
"param_t33": {
"type": "boolean"
},
"dim_z57": {
"type": "string",
"format": "email"
},
"val_t03": {
"type": "integer"
},
"attr_r66": {
"type": "object",
"properties": {
"key_q37": {
"type": "string... | {"param_t33": true, "dim_z57": "ops@domain.org", "val_t03": 465, "attr_r66": null} | Required field 'attr_r66' is null | {"param_t33":true,"dim_z57":"ops@domain.org","val_t03":465,"attr_r66":{"key_q37":"test","col_y00":{"val_p47":"level_2","prop_x93":"new","key_l08":44,"val_t59":"synonymous","field_o33":null,"attr_s98":"high"},"prop_k79":{"col_c22":null,"key_c02":true,"param_k23":"type_a","attr_w01":"RTG-04"}}} |
TASK repair_structured_output
SPEC
FIELD field_y45.val_h04 TYPE string REQUIRED no
FIELD field_y45.attr_x04 TYPE string REQUIRED yes
FIELD field_y45.val_t64[].attr_i05 TYPE number REQUIRED yes
FIELD field_y45.val_t64[].field_q98 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD field_y45.val_t64[].field_u34 TY... | {"field_y45":{"val_h04":"Santos","attr_x04":"Johnson","val_t64":[{"attr_i05":372.04,"field_u34":true,"key_m84":"option_b","col_t05":"info@test.io"},{"attr_i05":377.25,"field_q98":"mode_c","field_u34":false,"key_m84":"option_e","col_t05":"test@test.io","key_i26":true},{"attr_i05":440.19,"field_u34":true,"key_m84":"optio... | agent_chain | {
"type": "object",
"properties": {
"field_y45": {
"type": "object",
"properties": {
"val_h04": {
"type": "string"
},
"attr_x04": {
"type": "string"
},
"val_t64": {
"type": "array",
"items": {
"type": "object... | I need to look up the information first.
Action: calculate_docking_fee
Result: {"field_y45": {"val_h04": "Santos", "attr_x04": "Johnson", "val_t64": [{"attr_i05": 372.04, "field_u34": true, "key_m84": "option_b", "col_t05": "info@test.io"}, {"attr_i05": 377.25, "field_q98": "mode_c", "field_u34": false, "key_m84": "opt... | Agent multi-step chain with truncated tool output | {"field_y45":{"val_h04":"Santos","attr_x04":"Johnson","val_t64":[{"attr_i05":372.04,"field_u34":true,"key_m84":"option_b","col_t05":"info@test.io"},{"attr_i05":377.25,"field_q98":"mode_c","field_u34":false,"key_m84":"option_e","col_t05":"test@test.io","key_i26":true},{"attr_i05":440.19,"field_u34":true,"key_m84":"optio... |
TASK repair_structured_output
SPEC
FIELD reagent TYPE integer REQUIRED yes
FIELD width TYPE string REQUIRED no
FIELD created_at TYPE integer REQUIRED yes
FIELD version.total TYPE integer REQUIRED yes
FIELD version.organism TYPE boolean REQUIRED yes
FIELD version.due_date TYPE integer REQUIRED no
FIELD longitude TYPE n... | {"reagent":558,"created_at":90,"version":{"total":295,"organism":true},"longitude":null,"item_id":"test@example.com"} | extra_field | {
"type": "object",
"properties": {
"reagent": {
"type": "integer"
},
"width": {
"type": "string"
},
"created_at": {
"type": "integer"
},
"version": {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"organi... | {"reagent": 558, "created_at": 90, "version": {"total": 295, "organism": true}, "longitude": null, "item_id": "test@example.com", "extra_field_9743": "unexpected"} | Unknown field 'extra_field_9743' not defined in schema | {"reagent":558,"created_at":90,"version":{"total":295,"organism":true},"longitude":null,"item_id":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string REQUIRED no
FIELD vital_sign TYPE number REQUIRED no
FIELD bed_number TYPE null REQUIRED yes
FIELD interest_rate TYPE null REQUIRED no
BROKEN_OUTPUT
```json
{"procedure_code":"test@example.com","vital_sign":895.49,"bed_number":null}
``` | {"procedure_code":"test@example.com","vital_sign":895.49,"bed_number":null} | markdown_fences | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string"
},
"vital_sign": {
"type": "number"
},
"bed_number": {
"type": "null"
},
"interest_rate": {
"type": "null"
}
},
"required": [
"bed_number"
]
} | ```json
{"procedure_code":"test@example.com","vital_sign":895.49,"bed_number":null}
``` | Output contains markdown code fences | {"procedure_code":"test@example.com","vital_sign":895.49,"bed_number":null} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD timezone TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD tile TYPE integer REQUIRED yes
FIELD last_name TYPE integer REQUIRED no
FIELD invoice_id TYPE null REQUIRED no
... | {"medication":"frameshift","tile":203,"invoice_id":null} | wrong_type | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"timezone": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
... | {"medication": "frameshift", "tile": "\"203\"", "invoice_id": null} | Field 'tile' must be integer, got string | {"medication":"frameshift","tile":203,"invoice_id":null} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE string REQUIRED no
FIELD transaction_id TYPE string REQUIRED no
FIELD annotation TYPE string VALUES type_a|type_b REQUIRED yes
BROKEN_OUTPUT
{'log_level':'Oliveira','transaction_id':'inactive','annotation':'type_a'} | {"log_level":"Oliveira","transaction_id":"inactive","annotation":"type_a"} | single_quotes | {
"type": "object",
"properties": {
"log_level": {
"type": "string"
},
"transaction_id": {
"type": "string"
},
"annotation": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
}
},
"required": [
"annotation"
]
} | {'log_level':'Oliveira','transaction_id':'inactive','annotation':'type_a'} | Expecting property name enclosed in double quotes | {"log_level":"Oliveira","transaction_id":"inactive","annotation":"type_a"} |
TASK repair_structured_output
SPEC
FIELD country TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD chromosome TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD collateral TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"country":"option_c","chromosome":"operation... | {"country":"option_c","chromosome":"operational","collateral":219} | truncated_array | {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"chromosome": {
"type": "string",
"enum": [
"operational",
"degraded",
... | {"country":"option_c","chromosome":"operational","collateral":219 | Unexpected end of JSON input — truncated object | {"country":"option_c","chromosome":"operational","collateral":219} |
TASK repair_structured_output
SPEC
FIELD dim_k24 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD dim_r63 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD dim_q48 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"dim_k24":"anchored","dim_r63":"heterozygous","dim_q48":"user@t... | {"dim_k24":"anchored","dim_r63":"heterozygous","dim_q48":"user@test.io"} | trailing_comma | {
"type": "object",
"properties": {
"dim_k24": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_r63": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | {"dim_k24":"anchored","dim_r63":"heterozygous","dim_q48":"user@test.io",} | Unexpected trailing comma | {"dim_k24":"anchored","dim_r63":"heterozygous","dim_q48":"user@test.io"} |
TASK repair_structured_output
SPEC
FIELD prop_p13 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_p68 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD key_i43 TYPE string_email REQUIRED no
FIELD key_g26 TYPE string VALUES option_a|option_b|option_c|option_d RE... | {"prop_p13":"error","param_p68":"level_3","key_i43":"test@example.com","key_g26":"option_a","key_j41":true,"key_v58":"https://api.com/api"} | trailing_comma | {
"type": "object",
"properties": {
"prop_p13": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_p68": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | {"prop_p13":"error","param_p68":"level_3","key_i43":"test@example.com","key_g26":"option_a","key_j41":true,"key_v58":"https://api.com/api",} | Unexpected trailing comma | {"prop_p13":"error","param_p68":"level_3","key_i43":"test@example.com","key_g26":"option_a","key_j41":true,"key_v58":"https://api.com/api"} |
TASK repair_structured_output
SPEC
FIELD col_h89 TYPE number REQUIRED yes
FIELD attr_m85 TYPE string_date-time REQUIRED no
FIELD key_s07 TYPE number REQUIRED no
FIELD key_g74 TYPE string REQUIRED no
FIELD val_f77.field_x61 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD val_f77.attr_x89 TYPE numb... | {"col_h89":432.94,"attr_m85":"2020-01-07T23:51:00Z","prop_z73":true,"dim_y96":{"param_s61":{"field_h89":919,"param_o35":"user@test.io","val_v82":"John","val_d84":false,"col_j31":"test@domain.org","param_h00":"Santos","param_v38":true},"field_x18":{"prop_r46":"FWD","prop_r78":1000,"param_a26":461},"dim_k58":"A short des... | extra_text_after | {
"type": "object",
"properties": {
"col_h89": {
"type": "number"
},
"attr_m85": {
"type": "string",
"format": "date-time"
},
"key_s07": {
"type": "number"
},
"key_g74": {
"type": "string"
},
"val_f77": {
"type": "object",
"properties": {... | {"col_h89":432.94,"attr_m85":"2020-01-07T23:51:00Z","prop_z73":true,"dim_y96":{"param_s61":{"field_h89":919,"param_o35":"user@test.io","val_v82":"John","val_d84":false,"col_j31":"test@domain.org","param_h00":"Santos","param_v38":true},"field_x18":{"prop_r46":"FWD","prop_r78":1000,"param_a26":461},"dim_k58":"A short des... | Output contains non-JSON text after the object | {"col_h89":432.94,"attr_m85":"2020-01-07T23:51:00Z","prop_z73":true,"dim_y96":{"param_s61":{"field_h89":919,"param_o35":"user@test.io","val_v82":"John","val_d84":false,"col_j31":"test@domain.org","param_h00":"Santos","param_v38":true},"field_x18":{"prop_r46":"FWD","prop_r78":1000,"param_a26":461},"dim_k58":"A short des... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.