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 label TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED yes
FIELD user_id TYPE number REQUIRED no
FIELD shipper_ref TYPE string REQUIRED no
FIELD coverage TYPE string VALUES email|phone|sms|push REQUIRED no
FIEL... | {"label":"escalated","bill_of_lading":"https://api.example.com/v1","shipper_ref":"pending","coverage":"push","subtotal":129,"invoice_id":null} | invalid_enum | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"bill_of_lading": {
"type": "string"
},
"user_id": {
"type": "number"
},
"shipper_ref": {
... | {"label": "escalated", "bill_of_lading": "https://api.example.com/v1", "shipper_ref": "pending", "coverage": "invalid_value_449", "subtotal": 129, "invoice_id": null} | Field 'coverage' has invalid enum value 'invalid_value_449', expected one of ['email', 'phone', 'sms', 'push'] | {"label":"escalated","bill_of_lading":"https://api.example.com/v1","shipper_ref":"pending","coverage":"push","subtotal":129,"invoice_id":null} |
TASK repair_structured_output
SPEC
FIELD param_l89 TYPE boolean REQUIRED no
FIELD attr_s71 TYPE string_email REQUIRED no
FIELD val_o66 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD prop_z03 TYPE number REQUIRED no
BROKEN_OUTPUT
Let me analyze the request and generate the appropriate JSON.
The user ... | {"param_l89":true,"attr_s71":"user@test.io","val_o66":"black"} | thought_process | {
"type": "object",
"properties": {
"param_l89": {
"type": "boolean"
},
"attr_s71": {
"type": "string",
"format": "email"
},
"val_o66": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"param_l89":true,"attr_s71":"user@test.io","val_o66":"black"} | Output contains chain-of-thought reasoning before JSON | {"param_l89":true,"attr_s71":"user@test.io","val_o66":"black"} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string REQUIRED yes
FIELD active TYPE string REQUIRED no
FIELD manifest_ref TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: call_variants
Result: {"active": "Alice", "manifest_ref": 297}
I'll query our database.
Action: calculate_p... | {"bill_of_lading":"GRCh38","active":"Alice","manifest_ref":297} | agent_chain | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string"
},
"active": {
"type": "string"
},
"manifest_ref": {
"type": "integer"
}
},
"required": [
"bill_of_lading",
"manifest_ref"
]
} | Let me check the system.
Action: call_variants
Result: {"active": "Alice", "manifest_ref": 297}
I'll query our database.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"bill_of_lading":"GRCh38","active":"Alice","manifest_ref":297} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE null REQUIRED no
FIELD level TYPE string REQUIRED no
FIELD subtotal TYPE string REQUIRED yes
FIELD color TYPE string REQUIRED no
BROKEN_OUTPUT
Tool: create_order
Params: {"enabled": null, "color": "2024-06-30", "subtotal_name": "REV"} | {"enabled":null,"subtotal":"REV","color":"2024-06-30"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"enabled": {
"type": "null"
},
"level": {
"type": "string"
},
"subtotal": {
"type": "string"
},
"color": {
"type": "string"
}
},
"required": [
"subtotal"
]
} | Tool: create_order
Params: {"enabled": null, "color": "2024-06-30", "subtotal_name": "REV"} | Agent used wrong parameter name 'subtotal_name' instead of 'subtotal' | {"enabled":null,"subtotal":"REV","color":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD state TYPE string REQUIRED no
FIELD company TYPE string REQUIRED yes
BROKEN_OUTPUT
transfer_call(sensor_id='basic', state='quux', company='This is a test value.') | {"sensor_id":"basic","state":"quux","company":"This is a test value."} | tool_call_python_syntax | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"state": {
"type": "string"
},
"company": {
"type": "string"
}
},
"required": [
"company"
]
} | transfer_call(sensor_id='basic', state='quux', company='This is a test value.') | Tool call uses Python syntax instead of JSON | {"sensor_id":"basic","state":"quux","company":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD col_v17 TYPE number REQUIRED no
FIELD attr_v71.attr_n62 TYPE integer REQUIRED no
FIELD attr_v71.key_j29 TYPE string REQUIRED yes
FIELD attr_v71.param_k27.col_r81 TYPE string REQUIRED yes
FIELD attr_v71.param_k27.prop_n06 TYPE string REQUIRED yes
FIELD attr_v71.param_k27.field_v... | {"col_v17":312.06,"attr_v71":{"attr_n62":910,"key_j29":"Paris","param_k27":{"col_r81":"New York","prop_n06":"Hapag-Lloyd-Express","field_v25":"mode_a","prop_v87":"test"},"val_m94":null},"key_e00":{"key_a33":{"field_m55":"level_2","val_h11":"new","attr_b01":"option_a","attr_r35":664.94,"val_j84":"FWD"},"col_w24":true,"f... | extra_text_before | {
"type": "object",
"properties": {
"col_v17": {
"type": "number"
},
"attr_v71": {
"type": "object",
"properties": {
"attr_n62": {
"type": "integer"
},
"key_j29": {
"type": "string"
},
"param_k27": {
"type": "object"... | I've generated the following JSON:
{"col_v17":312.06,"attr_v71":{"attr_n62":910,"key_j29":"Paris","param_k27":{"col_r81":"New York","prop_n06":"Hapag-Lloyd-Express","field_v25":"mode_a","prop_v87":"test"},"val_m94":null},"key_e00":{"key_a33":{"field_m55":"level_2","val_h11":"new","attr_b01":"option_a","attr_r35":664.94... | Output contains non-JSON text before the object | {"col_v17":312.06,"attr_v71":{"attr_n62":910,"key_j29":"Paris","param_k27":{"col_r81":"New York","prop_n06":"Hapag-Lloyd-Express","field_v25":"mode_a","prop_v87":"test"},"val_m94":null},"key_e00":{"key_a33":{"field_m55":"level_2","val_h11":"new","attr_b01":"option_a","attr_r35":664.94,"val_j84":"FWD"},"col_w24":true,"f... |
TASK repair_structured_output
SPEC
FIELD param_q18 TYPE string REQUIRED no
FIELD attr_a50 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD prop_i91 TYPE null REQUIRED no
FIELD dim_y69 TYPE string REQUIRED no
FIELD val_l61[].attr_s31 TYPE integer REQUIRED yes
FIELD val_l61[].p... | {"param_q18":"quux","attr_a50":"option_b","prop_i91":null,"dim_y69":"world","val_l61":[{"attr_s31":313,"prop_o14":"Jane","prop_s56":843.01,"param_g25":168}]} | trailing_comma | {
"type": "object",
"properties": {
"param_q18": {
"type": "string"
},
"attr_a50": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"prop_i91": {
"type": "null"
... | {"param_q18":"quux","attr_a50":"option_b","prop_i91":null,"dim_y69":"world","val_l61":[{"attr_s31":313,"prop_o14":"Jane","prop_s56":843.01,"param_g25":168}],} | Unexpected trailing comma | {"param_q18":"quux","attr_a50":"option_b","prop_i91":null,"dim_y69":"world","val_l61":[{"attr_s31":313,"prop_o14":"Jane","prop_s56":843.01,"param_g25":168}]} |
TASK repair_structured_output
SPEC
FIELD field_m51 TYPE string REQUIRED no
FIELD key_h04 TYPE number REQUIRED yes
FIELD key_b53 TYPE boolean REQUIRED no
FIELD param_c56 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD attr_l40.prop_o73 TYPE string_email REQUIRED no
FIELD attr_l40.field_n08 TYPE... | {"key_h04":745.51,"key_b53":true,"param_c56":"mode_d","key_f87":{"param_d83":"level_4","dim_a92":"level_1","field_i67":"level_4","prop_t07":"info@domain.org","dim_y64":"medium"}} | null_required | {
"type": "object",
"properties": {
"field_m51": {
"type": "string"
},
"key_h04": {
"type": "number"
},
"key_b53": {
"type": "boolean"
},
"param_c56": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
... | {"key_h04": 745.51, "key_b53": true, "param_c56": null, "key_f87": {"param_d83": "level_4", "dim_a92": "level_1", "field_i67": "level_4", "prop_t07": "info@domain.org", "dim_y64": "medium"}} | Required field 'param_c56' is null | {"key_h04":745.51,"key_b53":true,"param_c56":"mode_d","key_f87":{"param_d83":"level_4","dim_a92":"level_1","field_i67":"level_4","prop_t07":"info@domain.org","dim_y64":"medium"}} |
TASK repair_structured_output
SPEC
FIELD key_v03 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD val_b45 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_s55 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT
{"key_v03":"type_a","val_b45":"underway","dim... | {"key_v03":"type_a","val_b45":"underway","dim_s55":"in_progress"} | truncated_object | {
"type": "object",
"properties": {
"key_v03": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"val_b45": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"di... | {"key_v03":"type_a","val_b45":"underway","dim_s55":"in_progress" | Unexpected end of JSON input — truncated object | {"key_v03":"type_a","val_b45":"underway","dim_s55":"in_progress"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string REQUIRED yes
FIELD voltage TYPE integer REQUIRED yes
FIELD visible TYPE string REQUIRED yes
BROKEN_OUTPUT
{"balance":"This is a test value.","voltage":443,"visible":"cancelled" | {"balance":"This is a test value.","voltage":443,"visible":"cancelled"} | truncated_object | {
"type": "object",
"properties": {
"balance": {
"type": "string"
},
"voltage": {
"type": "integer"
},
"visible": {
"type": "string"
}
},
"required": [
"voltage",
"balance",
"visible"
]
} | {"balance":"This is a test value.","voltage":443,"visible":"cancelled" | Unexpected end of JSON input — truncated object | {"balance":"This is a test value.","voltage":443,"visible":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string_date-time REQUIRED yes
FIELD username TYPE boolean REQUIRED no
FIELD port_code.due_date TYPE string REQUIRED yes
FIELD port_code.terminal_id TYPE number REQUIRED yes
FIELD port_code.dosage TYPE number REQUIRED yes
FIELD port_code.size TYPE boolean REQUIRED ye... | {"dosage":"2025-09-24T08:40:00Z","username":true,"port_code":{"due_date":"Smith","terminal_id":943.32,"dosage":919.64,"size":false},"bed_number":"user@domain.com","weight":994,"vessel_name":250.28} | thought_process | {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"format": "date-time"
},
"username": {
"type": "boolean"
},
"port_code": {
"type": "object",
"properties": {
"due_date": {
"type": "string"
},
"terminal_id": {
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"dosage":"2025-09-24T08:40:00Z","username":true,"port_code":{"due_date":"Smith","terminal_id":943.32,"dosage":919.64,"size":false},"bed_number":"user@domain.com","weight":994,"vessel_name":25... | Output contains chain-of-thought reasoning before JSON | {"dosage":"2025-09-24T08:40:00Z","username":true,"port_code":{"due_date":"Smith","terminal_id":943.32,"dosage":919.64,"size":false},"bed_number":"user@domain.com","weight":994,"vessel_name":250.28} |
TASK repair_structured_output
SPEC
FIELD field_p70 TYPE integer REQUIRED no
FIELD dim_c66 TYPE string_date-time REQUIRED yes
FIELD field_k71 TYPE integer REQUIRED no
FIELD col_x74 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_c96 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"field_p70":276,"dim_c66... | {"field_p70":276,"dim_c66":"2022-08-15T22:26:00Z","field_k71":909,"key_c96":null} | missing_bracket | {
"type": "object",
"properties": {
"field_p70": {
"type": "integer"
},
"dim_c66": {
"type": "string",
"format": "date-time"
},
"field_k71": {
"type": "integer"
},
"col_x74": {
"type": "string",
"enum": [
"reliable",
"unstable",
... | {"field_p70":276,"dim_c66":"2022-08-15T22:26:00Z","field_k71":909,"key_c96":null} | Missing closing bracket | {"field_p70":276,"dim_c66":"2022-08-15T22:26:00Z","field_k71":909,"key_c96":null} |
TASK repair_structured_output
SPEC
FIELD total TYPE integer REQUIRED no
FIELD timezone TYPE string REQUIRED yes
FIELD full_name TYPE integer REQUIRED yes
FIELD level TYPE integer REQUIRED yes
FIELD items TYPE string REQUIRED yes
FIELD shipping TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD phenotype T... | {"timezone":"2024-06-30","full_name":466,"level":235,"items":"2024-06-30","shipping":"black","phenotype":"Johnson"} | truncated_array | {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"timezone": {
"type": "string"
},
"full_name": {
"type": "integer"
},
"level": {
"type": "integer"
},
"items": {
"type": "string"
},
"shipping": {
"type": "string",
... | {"timezone":"2024-06-30","full_name":466,"level":235,"items":"2024-06-30","shipping":"black","phenotype":"Johnson" | Unexpected end of JSON input — truncated object | {"timezone":"2024-06-30","full_name":466,"level":235,"items":"2024-06-30","shipping":"black","phenotype":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD param_g34 TYPE string REQUIRED yes
FIELD val_b78 TYPE boolean REQUIRED yes
FIELD key_p56 TYPE integer REQUIRED no
FIELD col_s19 TYPE integer REQUIRED yes
FIELD field_t50 TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"param_g34":"test","val_b78":true,"col_s19":892,"field_t50... | {"param_g34":"test","val_b78":true,"col_s19":892,"field_t50":430} | markdown_fences | {
"type": "object",
"properties": {
"param_g34": {
"type": "string"
},
"val_b78": {
"type": "boolean"
},
"key_p56": {
"type": "integer"
},
"col_s19": {
"type": "integer"
},
"field_t50": {
"type": "integer"
}
},
"required": [
"param_g34",
... | ```json
{"param_g34":"test","val_b78":true,"col_s19":892,"field_t50":430}
``` | Output contains markdown code fences | {"param_g34":"test","val_b78":true,"col_s19":892,"field_t50":430} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD thumbnail TYPE number REQUIRED yes
FIELD deploy_target TYPE string REQUIRED no
FIELD url TYPE number REQUIRED yes
FIELD zip_code TYPE boolean REQUIRED no
FIELD interest_rate TYPE boolean REQUIR... | {"thumbnail":98.54,"url":241.91,"zip_code":false,"umi":{"due_date":"option_b","level":"ops@test.io","user_id":654.72},"port_code":null} | extra_text_after | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"thumbnail": {
"type": "number"
},
"deploy_target": {
"type": "string"
},
"url": {... | {"thumbnail":98.54,"url":241.91,"zip_code":false,"umi":{"due_date":"option_b","level":"ops@test.io","user_id":654.72},"port_code":null}
Data logged successfully. | Output contains non-JSON text after the object | {"thumbnail":98.54,"url":241.91,"zip_code":false,"umi":{"due_date":"option_b","level":"ops@test.io","user_id":654.72},"port_code":null} |
TASK repair_structured_output
SPEC
FIELD val_l75 TYPE integer REQUIRED no
FIELD param_e36 TYPE null REQUIRED yes
FIELD prop_s92 TYPE null REQUIRED no
FIELD prop_d28 TYPE string_email REQUIRED yes
FIELD field_q56 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD val_j89 TYPE string VALUES operation... | {"val_l75":180,"param_e36":null,"prop_d28":"user@domain.org","field_q56":"moored","val_j89":"operational","key_j56":{"field_t57":{"val_p05":771.79,"attr_o79":true,"key_o34":["https://example.org/data","https://www.com/api","https://data.com/v1","https://data.org/data"]},"field_v67":"Alice"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_l75": {
"type": "integer"
},
"param_e36": {
"type": "null"
},
"prop_s92": {
"type": "null"
},
"prop_d28": {
"type": "string",
"format": "email"
},
"field_q56": {
"type": "string",
"enum": [
... | Processing the request now.
<tool_call name="query_port_status">
{"val_l75":180,"param_e36":null,"prop_d28":"user@domain.org","field_q56":"moored","val_j89":"operational","key_j56":{"field_t57":{"val_p05":771.79,"attr_o79":true,"key_o34":["https://example.org/data","https://www.com/api","https://data.com/v1","https://d... | Agent response mixes reasoning text with tool call | {"val_l75":180,"param_e36":null,"prop_d28":"user@domain.org","field_q56":"moored","val_j89":"operational","key_j56":{"field_t57":{"val_p05":771.79,"attr_o79":true,"key_o34":["https://example.org/data","https://www.com/api","https://data.com/v1","https://data.org/data"]},"field_v67":"Alice"}} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD label.role TYPE string REQUIRED yes
FIELD label.zip_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD label.values.color TYPE number REQUIRED yes
FIELD label.values.comments TYPE string REQUIRED... | {"gene_id":"mode_b","label":{"role":"Bob","zip_code":"underway","values":{"color":308.55,"comments":"John","chapter":"level_2"}},"first_name":{"repository":"https://www.org/v1","feedback":"2021-10-28T15:05:00Z","category":"user@example.com","trace_id":null},"pressure_kpa":275,"port_code":{"user_id":{"age":348,"brake_pr... | tool_call_python_syntax | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"label": {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"zip_code": {
"type": "string",
... | get_weather(gene_id='mode_b', label={'role': 'Bob', 'zip_code': 'underway', 'values': {'color': 308.55, 'comments': 'John', 'chapter': 'level_2'}}, first_name={'repository': 'https://www.org/v1', 'feedback': '2021-10-28T15:05:00Z', 'category': 'user@example.com', 'trace_id': None}, pressure_kpa=275, port_code={'user_id... | Tool call uses Python syntax instead of JSON | {"gene_id":"mode_b","label":{"role":"Bob","zip_code":"underway","values":{"color":308.55,"comments":"John","chapter":"level_2"}},"first_name":{"repository":"https://www.org/v1","feedback":"2021-10-28T15:05:00Z","category":"user@example.com","trace_id":null},"pressure_kpa":275,"port_code":{"user_id":{"age":348,"brake_pr... |
TASK repair_structured_output
SPEC
FIELD label TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD last_name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD first_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD discount TYPE string_email REQUIRED no
FIELD zip_code ... | {"last_name":"operational","first_name":"JPY","discount":"user@example.com","message":true,"due_date":"Tokyo"} | agent_chain | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"last_name": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"... | Let me check the system.
Action: query_port_status
Result: {"last_name": "operational", "first_name": "JPY", "message": true, "due_date": "Tokyo"}
Processing the request now.
Action: fetch_lab_result
Result: | Agent multi-step chain with truncated tool output | {"last_name":"operational","first_name":"JPY","discount":"user@example.com","message":true,"due_date":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD val_g49 TYPE boolean REQUIRED yes
FIELD param_q73 TYPE number REQUIRED yes
FIELD attr_r15 TYPE string VALUES cat_a|cat_b REQUIRED no
BROKEN_OUTPUT
filter_variants(val_g49=False, param_q73=209.93) | {"val_g49":false,"param_q73":209.93} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_g49": {
"type": "boolean"
},
"param_q73": {
"type": "number"
},
"attr_r15": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
}
},
"required": [
"val_g49",
"param_q73"
]
} | filter_variants(val_g49=False, param_q73=209.93) | Tool call uses Python syntax instead of JSON | {"val_g49":false,"param_q73":209.93} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD run_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD phenotype TYPE integer REQUIRED no
FIELD last_name TYPE string_date-time REQUIRED yes
FIELD allele TYPE string VALU... | {"quality_score":"mode_b","phenotype":608,"last_name":"2020-11-28T05:40:00Z","allele":"cat_b"} | null_required | {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"run_id": {
"type": "string",
"enum": [
"draft",
"published",
... | {"quality_score": "mode_b", "phenotype": 608, "last_name": null, "allele": "cat_b"} | Required field 'last_name' is null | {"quality_score":"mode_b","phenotype":608,"last_name":"2020-11-28T05:40:00Z","allele":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD city TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD vessel_name TYPE null REQUIRED no
BROKEN_OUTPUT
{"commit_hash": "cat_d", "city": "type_b", "extra_value_9800": true} | {"commit_hash":"cat_d","city":"type_b"} | extra_field | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"city": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"typ... | {"commit_hash": "cat_d", "city": "type_b", "extra_value_9800": true} | Unknown field 'extra_value_9800' not defined in schema | {"commit_hash":"cat_d","city":"type_b"} |
TASK repair_structured_output
SPEC
FIELD val_h58.val_u61 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_h58.prop_w67 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_h58.param_h95[] TYPE string_uri REQUIRED yes
FIELD val_h58.dim_x51[].attr_y71 TYPE string VALUES s... | {"key_g25":"basic","col_g60":false,"key_r89":855,"field_n94":882.92} | missing_bracket | {
"type": "object",
"properties": {
"val_h58": {
"type": "object",
"properties": {
"val_u61": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_w67": {
"type": "strin... | {"key_g25":"basic","col_g60":false,"key_r89":855,"field_n94":882.92} | Missing closing bracket | {"key_g25":"basic","col_g60":false,"key_r89":855,"field_n94":882.92} |
TASK repair_structured_output
SPEC
FIELD prop_m77 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD val_w67 TYPE null REQUIRED yes
FIELD attr_y78.col_t74 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD attr_y78.col_y32 TYPE string_date-time REQUIRED yes
FIELD attr_y78.field_w01.at... | {"prop_m77":"cat_c","val_w67":null,"attr_y78":{"col_t74":"cat_b","col_y32":"2023-07-11T12:59:00Z","field_w01":{"field_s04":"test@example.com","col_o55":345.08,"dim_o86":200,"field_x15":["admin@example.com","info@domain.org","user@example.com","user@domain.org"]},"key_p46":{"field_e82":"Paris","dim_m80":"level_1","dim_e... | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_m77": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"val_w67": {
"type": "null"
},
"attr_y78": {
"type": "object",
"properties": {
"col_t... | <functioncall> get_account
{prop_m77: "cat_c", val_w67: null, attr_y78: {col_t74: "cat_b", col_y32: "2023-07-11T12:59:00Z", field_w01: {field_s04: "test@example.com", col_o55: 345.08, dim_o86: 200, field_x15: ["admin@example.com", "info@domain.org", "user@example.com", "user@domain.org"]}, key_p46: {field_e82: "Paris",... | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_m77":"cat_c","val_w67":null,"attr_y78":{"col_t74":"cat_b","col_y32":"2023-07-11T12:59:00Z","field_w01":{"field_s04":"test@example.com","col_o55":345.08,"dim_o86":200,"field_x15":["admin@example.com","info@domain.org","user@example.com","user@domain.org"]},"key_p46":{"field_e82":"Paris","dim_m80":"level_1","dim_e... |
TASK repair_structured_output
SPEC
FIELD field_o03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_q93 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_k10 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD param_v66 TYPE string REQUIRED no
FIELD prop_h84 TYPE string VALUES USD|... | {"field_o03":"EUR","val_q93":"black","key_k10":"editor","param_v66":"chrX","col_i53":"admin","attr_t62":"user@test.io"} | agent_chain | {
"type": "object",
"properties": {
"field_o03": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_q93": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"w... | Let me check the system.
Action: filter_variants
Result: {"field_o03": "EUR", "val_q93": "black", "key_k10": "editor", "param_v66": "chrX", "attr_t62": "user@test.io"}
I'll query our database.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"field_o03":"EUR","val_q93":"black","key_k10":"editor","param_v66":"chrX","col_i53":"admin","attr_t62":"user@test.io"} |
TASK repair_structured_output
SPEC
FIELD color TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD account_id TYPE integer REQUIRED no
FIELD dissolved_oxygen TYPE boolean REQUIRED yes
FIELD bearing TYPE string REQUIRED no
FIELD rating TYPE string_email REQUIRED no
FIELD umi TYPE number REQUIRED y... | {"color":"cat_a","dissolved_oxygen":false,"bearing":"chrX","rating":"test@example.com","umi":567.4} | markdown_explanation | {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"account_id": {
"type": "integer"
},
"dissolved_oxygen": {
"type": "boolean"
},
... | Below is the JSON object:
```json
{"color":"cat_a","dissolved_oxygen":false,"bearing":"chrX","rating":"test@example.com","umi":567.4}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"color":"cat_a","dissolved_oxygen":false,"bearing":"chrX","rating":"test@example.com","umi":567.4} |
TASK repair_structured_output
SPEC
FIELD step TYPE string REQUIRED no
FIELD catalyst.shipper_ref TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD catalyst.format TYPE integer REQUIRED yes
FIELD catalyst.brake_pressure TYPE number REQUIRED no
FIELD catalyst.ph_level TYPE number REQUIRED no
FIELD catalyst.trans... | {"step":"bar","address":"cat_d","ward":"active","patient_id":945,"cargo_type":"John","currency":"Bob"} | missing_brace | {
"type": "object",
"properties": {
"step": {
"type": "string"
},
"catalyst": {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"fo... | "step":"bar","address":"cat_d","ward":"active","patient_id":945,"cargo_type":"John","currency":"Bob"} | Missing closing brace | {"step":"bar","address":"cat_d","ward":"active","patient_id":945,"cargo_type":"John","currency":"Bob"} |
TASK repair_structured_output
SPEC
FIELD prop_f17 TYPE integer REQUIRED no
FIELD prop_i03 TYPE number REQUIRED yes
FIELD attr_f91 TYPE number REQUIRED no
FIELD val_q30 TYPE string REQUIRED no
FIELD key_d83 TYPE string_email REQUIRED no
FIELD param_n73 TYPE boolean REQUIRED yes
FIELD prop_g32 TYPE string VALUES option_... | {"prop_i03":833.66,"attr_f91":157.51,"val_q30":"hello","key_d83":"user@domain.org","param_n73":true,"prop_g32":"option_d"} | wrong_type | {
"type": "object",
"properties": {
"prop_f17": {
"type": "integer"
},
"prop_i03": {
"type": "number"
},
"attr_f91": {
"type": "number"
},
"val_q30": {
"type": "string"
},
"key_d83": {
"type": "string",
"format": "email"
},
"param_n73":... | {"prop_i03": 833.66, "attr_f91": 157.51, "val_q30": "hello", "key_d83": "user@domain.org", "param_n73": "\"yes\"", "prop_g32": "option_d"} | Field 'param_n73' must be boolean, got string | {"prop_i03":833.66,"attr_f91":157.51,"val_q30":"hello","key_d83":"user@domain.org","param_n73":true,"prop_g32":"option_d"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD language TYPE string REQUIRED no
FIELD item_id TYPE number REQUIRED yes
BROKEN_OUTPUT
Sensor output follows:
{"freight_class":"type_b","item_id":16.94} | {"freight_class":"type_b","item_id":16.94} | extra_text_before | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"language": {
"type": "string"
},
"item_id": {
"type": "number"
}
},
"required": [
"item_id",
"freight_class"... | Sensor output follows:
{"freight_class":"type_b","item_id":16.94} | Output contains non-JSON text before the object | {"freight_class":"type_b","item_id":16.94} |
TASK repair_structured_output
SPEC
FIELD key_k32 TYPE number REQUIRED yes
FIELD dim_b88 TYPE boolean REQUIRED yes
FIELD key_d59.param_r21.attr_t95 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_d59.param_r21.param_u01 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED ye... | {"key_k32":570.29,"dim_b88":true,"key_d59":{"param_r21":{"attr_t95":"small","param_u01":"option_f","attr_n45":false,"key_q27":"free","param_u86":500.1,"col_b42":"test@domain.org"},"field_n52":{"param_z19":215.09,"param_s48":"pending","col_g37":"nonsense","dim_q24":"level_1","param_h02":"MV-Evergreen-01"},"dim_q48":252}... | tool_call_bad_format | {
"type": "object",
"properties": {
"key_k32": {
"type": "number"
},
"dim_b88": {
"type": "boolean"
},
"key_d59": {
"type": "object",
"properties": {
"param_r21": {
"type": "object",
"properties": {
"attr_t95": {
"type... | <functioncall> lookup_customer
{key_k32: 570.29, dim_b88: true, key_d59: {param_r21: {attr_t95: "small", param_u01: "option_f", attr_n45: false, key_q27: "free", param_u86: 500.1, col_b42: "test@domain.org"}, field_n52: {param_z19: 215.09, param_s48: "pending", col_g37: "nonsense", dim_q24: "level_1", param_h02: "MV-Ev... | Tool call has malformed arguments — unquoted keys in function parameters | {"key_k32":570.29,"dim_b88":true,"key_d59":{"param_r21":{"attr_t95":"small","param_u01":"option_f","attr_n45":false,"key_q27":"free","param_u86":500.1,"col_b42":"test@domain.org"},"field_n52":{"param_z19":215.09,"param_s48":"pending","col_g37":"nonsense","dim_q24":"level_1","param_h02":"MV-Evergreen-01"},"dim_q48":252}... |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD user_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD width TYPE number REQUIRED no
FIELD gene_id TYPE boolean REQUIRED no
FIELD credit_score TYPE string VALUES free|basi... | {"user_id":"critical","width":894.59,"credit_score":"free","position":"sms","tax":176,"full_name":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"user_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"crit... | update_preferences(user_id='critical', width=894.59, credit_score='free', position='sms', tax=176, full_name=False) | Tool call uses Python syntax instead of JSON | {"user_id":"critical","width":894.59,"credit_score":"free","position":"sms","tax":176,"full_name":false} |
TASK repair_structured_output
SPEC
FIELD dim_e49 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_u81 TYPE number REQUIRED no
FIELD prop_v87 TYPE boolean REQUIRED yes
FIELD prop_c87 TYPE string REQUIRED no
FIELD param_c57.param_d38 TYPE string REQUIRED yes
FIELD param_c57.col_u32 TYPE null REQUIRED yes
... | {"dim_e49":"push","param_u81":714.73,"prop_v87":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_e49": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_u81": {
"type": "number"
},
"prop_v87": {
"type": "boolean"
},
"prop_c87": {
"type": "string"
}... | <functioncall> update_preferences
{dim_e49: "push", param_u81: 714.73, prop_v87: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_e49":"push","param_u81":714.73,"prop_v87":false} |
TASK repair_structured_output
SPEC
FIELD amount TYPE integer REQUIRED yes
FIELD chromosome TYPE number REQUIRED yes
FIELD currency TYPE boolean REQUIRED yes
FIELD end_date TYPE integer REQUIRED no
BROKEN_OUTPUT
{"amount":293,"chromosome":932.46,"currency":true,"end_date":773}
Hope this helps! | {"amount":293,"chromosome":932.46,"currency":true,"end_date":773} | extra_text_after | {
"type": "object",
"properties": {
"amount": {
"type": "integer"
},
"chromosome": {
"type": "number"
},
"currency": {
"type": "boolean"
},
"end_date": {
"type": "integer"
}
},
"required": [
"currency",
"chromosome",
"amount"
]
} | {"amount":293,"chromosome":932.46,"currency":true,"end_date":773}
Hope this helps! | Output contains non-JSON text after the object | {"amount":293,"chromosome":932.46,"currency":true,"end_date":773} |
TASK repair_structured_output
SPEC
FIELD score TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD tax TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD filter_flag TYPE string REQUIRED no
FIELD due_date TYPE number REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call name="run_di... | {"score":"green","tax":"inactive","filter_flag":"Charlie","due_date":237.04} | tool_call_text_mix | {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"tax": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"... | Processing the request now.
<tool_call name="run_diagnostics">
{"score":"green","tax":"inactive","filter_flag":"Charlie","due_date":237.04}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"score":"green","tax":"inactive","filter_flag":"Charlie","due_date":237.04} |
TASK repair_structured_output
SPEC
FIELD username TYPE integer REQUIRED yes
FIELD features.due_date TYPE boolean REQUIRED no
FIELD features.phone.label TYPE integer REQUIRED yes
FIELD features.phone.shift_code TYPE string REQUIRED no
FIELD features.phone.commit_hash TYPE string REQUIRED yes
FIELD features.color TYPE i... | {"username":641,"features":{"color":166},"count":"level_1","feedback":869} | extra_text_after | {
"type": "object",
"properties": {
"username": {
"type": "integer"
},
"features": {
"type": "object",
"properties": {
"due_date": {
"type": "boolean"
},
"phone": {
"type": "object",
"properties": {
"label": {
... | {"username":641,"features":{"color":166},"count":"level_1","feedback":869}
Data logged successfully. | Output contains non-JSON text after the object | {"username":641,"features":{"color":166},"count":"level_1","feedback":869} |
TASK repair_structured_output
SPEC
FIELD attr_d56.prop_q33.col_u70 TYPE number REQUIRED no
FIELD attr_d56.prop_q33.param_l62 TYPE string REQUIRED yes
FIELD attr_d56.prop_q33.attr_j34 TYPE integer REQUIRED no
FIELD attr_d56.prop_q33.param_g93 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_d56.prop_q33.f... | {"col_h42":"pending","prop_h77":583,"dim_p50":"https://api.org/data","prop_q78":"anchored","dim_u51":309.77,"prop_a54":"closed"} | partial_structure | {
"type": "object",
"properties": {
"attr_d56": {
"type": "object",
"properties": {
"prop_q33": {
"type": "object",
"properties": {
"col_u70": {
"type": "number"
},
"param_l62": {
"type": "string"
... | The dim_u51 is 309.77 and {"col_h42":"pending","prop_h77":583,"dim_p50":"https://api.org/data","prop_q78":"anchored","dim_u51":309.77,"prop_a54":"closed"} | Output mixes natural language with JSON | {"col_h42":"pending","prop_h77":583,"dim_p50":"https://api.org/data","prop_q78":"anchored","dim_u51":309.77,"prop_a54":"closed"} |
TASK repair_structured_output
SPEC
FIELD field_u52 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD attr_e01 TYPE integer REQUIRED yes
FIELD col_u48.key_m87 TYPE number REQUIRED no
FIELD col_u48.param_s33 TYPE integer REQUIRED no
FIELD col_u48.field_y88 TYPE string REQUIRED no
FIELD col_u48.pro... | {"field_u52":"cat_a","attr_e01":902,"col_u48":{"key_m87":390.34,"field_y88":"world","attr_s14":true,"field_a89":"2020-12-20T14:31:00Z","attr_b31":"2023-12-09T19:23:00Z"},"prop_k54":354,"col_s88":{"key_x86":true,"col_y48":null}} | thought_process | {
"type": "object",
"properties": {
"field_u52": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"attr_e01": {
"type": "integer"
},
"col_u48": {
"type": "object",
"properti... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"field_u52":"cat_a","attr_e01":902,"col_u48":{"key_m87":390.34,"field_y88":"world","attr_s14":true,"field_a89":"2020-12-20T14:31:00Z","attr_b31":"2023-12-09T19:23:00Z"},"prop_k54":354,"col_s88":{"key_x86":true,"col_... | Output contains chain-of-thought reasoning before JSON | {"field_u52":"cat_a","attr_e01":902,"col_u48":{"key_m87":390.34,"field_y88":"world","attr_s14":true,"field_a89":"2020-12-20T14:31:00Z","attr_b31":"2023-12-09T19:23:00Z"},"prop_k54":354,"col_s88":{"key_x86":true,"col_y48":null}} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE integer REQUIRED no
FIELD active TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD compound.conductivity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD compound.catalyst TYPE string VALUES success|error|w... | {"humidity_pct":719,"compound":{"conductivity":"rejected","catalyst":"info","turbidity":"Silva","language":"example","chapter":false},"weight":{"bill_of_lading":"returned","description":"info","sensor_id":"large","country":{"trace_id":898,"tile":"anchored","discount":"2020-03-20T23:22:00Z","phone":"demo"}},"width":378.... | single_quotes | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "integer"
},
"active": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"compound": {
"type": "object",
"properties": {
"conductivity": {... | {'humidity_pct':719,'compound':{'conductivity':'rejected','catalyst':'info','turbidity':'Silva','language':'example','chapter':false},'weight':{'bill_of_lading':'returned','description':'info','sensor_id':'large','country':{'trace_id':898,'tile':'anchored','discount':'2020-03-20T23:22:00Z','phone':'demo'}},'width':378.... | Expecting property name enclosed in double quotes | {"humidity_pct":719,"compound":{"conductivity":"rejected","catalyst":"info","turbidity":"Silva","language":"example","chapter":false},"weight":{"bill_of_lading":"returned","description":"info","sensor_id":"large","country":{"trace_id":898,"tile":"anchored","discount":"2020-03-20T23:22:00Z","phone":"demo"}},"width":378.... |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE boolean REQUIRED yes
FIELD chapter TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD total TYPE null REQUIRED yes
BROKEN_OUTPUT
{"vessel_name":true,"chapter":"option_a","total":null}
Feel free to ask if you have questions. | {"vessel_name":true,"chapter":"option_a","total":null} | extra_text_after | {
"type": "object",
"properties": {
"vessel_name": {
"type": "boolean"
},
"chapter": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"total": {
"type": "null"
}
},
"require... | {"vessel_name":true,"chapter":"option_a","total":null}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"vessel_name":true,"chapter":"option_a","total":null} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string_date-time REQUIRED no
FIELD patient_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD duration_ms TYPE string REQUIRED yes
FIELD repository.full_name TYPE string REQUIRED no
FIELD repository.thumbnail TYPE number REQUIRED no
FIELD reposi... | {"tax":"2024-09-20T03:14:00Z","patient_id":"delivered","duration_ms":"Santos","repository":{"thumbnail":395.83,"medication":null,"dosage":"2021-05-23T22:29:00Z"},"voltage":"Jane","color":null} | missing_bracket | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"format": "date-time"
},
"patient_id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"duration_ms": {
"type": "string"
},
"... | {"tax":"2024-09-20T03:14:00Z","patient_id":"delivered","duration_ms":"Santos","repository":{"thumbnail":395.83,"medication":null,"dosage":"2021-05-23T22:29:00Z"},"voltage":"Jane","color":null} | Missing closing bracket | {"tax":"2024-09-20T03:14:00Z","patient_id":"delivered","duration_ms":"Santos","repository":{"thumbnail":395.83,"medication":null,"dosage":"2021-05-23T22:29:00Z"},"voltage":"Jane","color":null} |
TASK repair_structured_output
SPEC
FIELD field_l66 TYPE integer REQUIRED no
FIELD col_r36 TYPE string_email REQUIRED yes
FIELD key_j19.val_p68 TYPE string REQUIRED yes
FIELD key_j19.val_y82 TYPE number REQUIRED yes
FIELD key_j19.attr_l50 TYPE string REQUIRED no
FIELD key_j19.val_x56 TYPE number REQUIRED no
FIELD key_j... | {"field_l66":875,"col_r36":"admin@domain.org","attr_j83":null,"key_x87":"open"} | markdown_fences | {
"type": "object",
"properties": {
"field_l66": {
"type": "integer"
},
"col_r36": {
"type": "string",
"format": "email"
},
"key_j19": {
"type": "object",
"properties": {
"val_p68": {
"type": "string"
},
"val_y82": {
"type... | ```json
{"field_l66":875,"col_r36":"admin@domain.org","attr_j83":null,"key_x87":"open"}
``` | Output contains markdown code fences | {"field_l66":875,"col_r36":"admin@domain.org","attr_j83":null,"key_x87":"open"} |
TASK repair_structured_output
SPEC
FIELD published TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD insurance_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD type TYPE string VALUES option_a|option_b REQUIRED yes
FIELD total TYPE number REQUIRED no
FIELD end_date TYPE integer REQUIRED no
FI... | {"published":"cat_a","insurance_id":"pending","type":"option_b","total":971.96,"brake_pressure":"Charlie","options":"cat_b","country":"chr1"} | missing_bracket | {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"insurance_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"t... | {"published":"cat_a","insurance_id":"pending","type":"option_b","total":971.96,"brake_pressure":"Charlie","options":"cat_b","country":"chr1"} | Missing closing bracket | {"published":"cat_a","insurance_id":"pending","type":"option_b","total":971.96,"brake_pressure":"Charlie","options":"cat_b","country":"chr1"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD reagent.allele TYPE string REQUIRED no
FIELD reagent.nickname TYPE null REQUIRED no
FIELD reagent.comments TYPE number REQUIRED no
FIELD reagent.commit_hash TYPE boolean REQUIRED yes
FIELD reagent.stat... | {"interest_rate":"low","reagent":{"allele":"https://api.example.com/v1","commit_hash":false,"status":"option_d","department":"cat_b","updated_at":"2024-02-14T21:05:00Z"},"catalyst":"cat_e","deploy_target":"option_b"} | extra_text_after | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"reagent": {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"nick... | {"interest_rate":"low","reagent":{"allele":"https://api.example.com/v1","commit_hash":false,"status":"option_d","department":"cat_b","updated_at":"2024-02-14T21:05:00Z"},"catalyst":"cat_e","deploy_target":"option_b"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"interest_rate":"low","reagent":{"allele":"https://api.example.com/v1","commit_hash":false,"status":"option_d","department":"cat_b","updated_at":"2024-02-14T21:05:00Z"},"catalyst":"cat_e","deploy_target":"option_b"} |
TASK repair_structured_output
SPEC
FIELD key_x92 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_d85 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_x84 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_m72 TYPE string REQUIRED yes
FIELD field_j80 TYPE ... | {"key_x92":"critical","prop_d85":"berthed","dim_x84":"inland","col_m72":"Johnson","field_j80":531.15,"dim_c72":"medium","attr_r77":"heterozygous","key_o06":"active"} | unquoted_keys | {
"type": "object",
"properties": {
"key_x92": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_d85": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | {key_x92:"critical",prop_d85:"berthed",dim_x84:"inland",col_m72:"Johnson",field_j80:531.15,dim_c72:"medium",attr_r77:"heterozygous",key_o06:"active"} | Expecting property name enclosed in double quotes | {"key_x92":"critical","prop_d85":"berthed","dim_x84":"inland","col_m72":"Johnson","field_j80":531.15,"dim_c72":"medium","attr_r77":"heterozygous","key_o06":"active"} |
TASK repair_structured_output
SPEC
FIELD attr_r11 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD prop_h06 TYPE number REQUIRED no
FIELD val_l12 TYPE boolean REQUIRED yes
FIELD key_p83.prop_n75 TYPE integer REQUIRED no
FIELD key_p83.field_u34 TYPE string_uri REQUIRED yes
FIELD key_p83.prop_w54 TYPE boolean R... | {"attr_r11":"mode_b","prop_h06":389.64,"val_l12":false,"key_p83":{"field_u34":"https://data.org/v1","prop_w54":true}} | wrong_type | {
"type": "object",
"properties": {
"attr_r11": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"prop_h06": {
"type": "number"
},
"val_l12": {
"type": "boolean"
},
"key_p83": {
"type": "object",
"properties... | {"attr_r11": "mode_b", "prop_h06": "\"389.64\"", "val_l12": false, "key_p83": {"field_u34": "https://data.org/v1", "prop_w54": true}} | Field 'prop_h06' must be number, got string | {"attr_r11":"mode_b","prop_h06":389.64,"val_l12":false,"key_p83":{"field_u34":"https://data.org/v1","prop_w54":true}} |
TASK repair_structured_output
SPEC
FIELD field_y43 TYPE number REQUIRED yes
FIELD key_c50 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD key_o67 TYPE boolean REQUIRED yes
FIELD dim_b96.key_b32 TYPE string REQUIRED yes
FIELD dim_b96.prop_f13 TYPE string REQUIRED yes
FIELD dim_b96.col_n75.col_p7... | {"field_y43":899.48,"key_c50":"mode_a","key_o67":false,"dim_b96":{"key_b32":"New York","prop_f13":"Jane","col_n75":{"col_p78":null,"key_v25":826,"attr_h74":"operational","param_n72":300,"field_z03":"info@domain.org"},"val_j18":"Maria","dim_i62":{"prop_y85":593,"param_e70":"bar","prop_j98":"cat_b"}},"col_x95":"type_e"} | extra_text_after | {
"type": "object",
"properties": {
"field_y43": {
"type": "number"
},
"key_c50": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"key_o67": {
"type": "boolean"
},
"dim_b96": {
... | {"field_y43":899.48,"key_c50":"mode_a","key_o67":false,"dim_b96":{"key_b32":"New York","prop_f13":"Jane","col_n75":{"col_p78":null,"key_v25":826,"attr_h74":"operational","param_n72":300,"field_z03":"info@domain.org"},"val_j18":"Maria","dim_i62":{"prop_y85":593,"param_e70":"bar","prop_j98":"cat_b"}},"col_x95":"type_e"}
... | Output contains non-JSON text after the object | {"field_y43":899.48,"key_c50":"mode_a","key_o67":false,"dim_b96":{"key_b32":"New York","prop_f13":"Jane","col_n75":{"col_p78":null,"key_v25":826,"attr_h74":"operational","param_n72":300,"field_z03":"info@domain.org"},"val_j18":"Maria","dim_i62":{"prop_y85":593,"param_e70":"bar","prop_j98":"cat_b"}},"col_x95":"type_e"} |
TASK repair_structured_output
SPEC
FIELD prop_e35 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD prop_o97 TYPE string REQUIRED yes
FIELD field_c77 TYPE string_uri REQUIRED yes
FIELD col_c26 TYPE number REQUIRED no
FIELD prop_g13 TYPE string REQUIRED no
FIELD dim_j13 TYPE string VA... | {"prop_o97":"quux","field_c77":"https://example.com/data","col_c26":270.08,"dim_j13":"level_4","attr_x47":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_e35": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"prop_o97": {
"type": "string"
},
"field_c77": {
"type": "string",
... | Let me check the system.
Action: create_order
Arguments: {"field_c77": "https://example.com/data", "col_c26": 270.08, "dim_j13": "level_4", "attr_x47": null} | Agent tool call missing required parameter 'prop_o97' | {"prop_o97":"quux","field_c77":"https://example.com/data","col_c26":270.08,"dim_j13":"level_4","attr_x47":null} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE number REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
FIELD state TYPE boolean REQUIRED no
FIELD end_date TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD discount TYPE string VALUES type_a|type_b REQUIRED yes
FIELD filter_flag.st... | {"shift_code":258.72,"maturity_date":250,"state":true,"end_date":"in_progress","discount":"type_a","filter_flag":{"strand":"archived","thumbnail":"returned","city":"free","discount":406,"id":138},"index":"cat_b"} | missing_brace | {
"type": "object",
"properties": {
"shift_code": {
"type": "number"
},
"maturity_date": {
"type": "integer"
},
"state": {
"type": "boolean"
},
"end_date": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"clos... | "shift_code":258.72,"maturity_date":250,"state":true,"end_date":"in_progress","discount":"type_a","filter_flag":{"strand":"archived","thumbnail":"returned","city":"free","discount":406,"id":138},"index":"cat_b"} | Missing closing brace | {"shift_code":258.72,"maturity_date":250,"state":true,"end_date":"in_progress","discount":"type_a","filter_flag":{"strand":"archived","thumbnail":"returned","city":"free","discount":406,"id":138},"index":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string REQUIRED yes
FIELD branch TYPE string_uri REQUIRED yes
FIELD company TYPE string REQUIRED yes
FIELD lane TYPE null REQUIRED yes
BROKEN_OUTPUT
{"paragraph":"PASS","branch":"https://data.io/v1","company":"Johnson","lane":null | {"paragraph":"PASS","branch":"https://data.io/v1","company":"Johnson","lane":null} | truncated_object | {
"type": "object",
"properties": {
"paragraph": {
"type": "string"
},
"branch": {
"type": "string",
"format": "uri"
},
"company": {
"type": "string"
},
"lane": {
"type": "null"
}
},
"required": [
"lane",
"branch",
"company",
"paragra... | {"paragraph":"PASS","branch":"https://data.io/v1","company":"Johnson","lane":null | Unexpected end of JSON input — truncated object | {"paragraph":"PASS","branch":"https://data.io/v1","company":"Johnson","lane":null} |
TASK repair_structured_output
SPEC
FIELD dim_n18 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD col_j32 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD prop_m35 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD val_k65 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
BR... | {"dim_n18":"GBP","col_j32":"coastal","prop_m35":"mode_a","val_k65":"underway"} | truncated_array | {
"type": "object",
"properties": {
"dim_n18": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"col_j32": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {"dim_n18":"GBP","col_j32":"coastal","prop_m35":"mode_a","val_k65":"underway" | Unexpected end of JSON input — truncated object | {"dim_n18":"GBP","col_j32":"coastal","prop_m35":"mode_a","val_k65":"underway"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE integer REQUIRED yes
FIELD options TYPE string VALUES success|error|warning|info REQUIRED no
FIELD shipping.brake_pressure TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD shipping.credit_score TYPE string VALUES open|in_progress|resolved|cl... | {"full_name":253,"options":"info","reagent":"https://example.org/data"} | tool_call_bad_format | {
"type": "object",
"properties": {
"full_name": {
"type": "integer"
},
"options": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"shipping": {
"type": "object",
"properties": {
"brake_pressure"... | <functioncall> delete_item
{full_name: 253, options: "info", reagent: "https://example.org/data"} | Tool call has malformed arguments — unquoted keys in function parameters | {"full_name":253,"options":"info","reagent":"https://example.org/data"} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string_email REQUIRED yes
FIELD strand TYPE boolean REQUIRED yes
FIELD tags TYPE number REQUIRED yes
FIELD batch_code TYPE string REQUIRED yes
FIELD feedback TYPE string REQUIRED no
BROKEN_OUTPUT
{"due_date":"test@domain.org","strand":false,"tags":575.67,"batch_c... | {"due_date":"test@domain.org","strand":false,"tags":575.67,"batch_code":"quux"} | truncated_array | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"format": "email"
},
"strand": {
"type": "boolean"
},
"tags": {
"type": "number"
},
"batch_code": {
"type": "string"
},
"feedback": {
"type": "string"
}
},
"required": ... | {"due_date":"test@domain.org","strand":false,"tags":575.67,"batch_code":"quux" | Unexpected end of JSON input — truncated object | {"due_date":"test@domain.org","strand":false,"tags":575.67,"batch_code":"quux"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE number REQUIRED no
FIELD tags TYPE integer REQUIRED yes
FIELD chromosome[].tags TYPE integer REQUIRED no
FIELD chromosome[].status TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD chromosome[].created_at TYPE string REQUIRED yes
FIELD chromosome[]... | {"amplitude":170.8,"tags":521,"chromosome":[{"tags":488,"status":"green","created_at":"bar","last_name":"pro","diagnosis_code":true,"manifest_ref":"Berlin"},{"status":"black","created_at":"https://api.example.com/v1","last_name":"pro","manifest_ref":"Hapag-Lloyd-Express"},{"status":"green","created_at":"quux","last_nam... | truncated_array | {
"type": "object",
"properties": {
"amplitude": {
"type": "number"
},
"tags": {
"type": "integer"
},
"chromosome": {
"type": "array",
"items": {
"type": "object",
"properties": {
"tags": {
"type": "integer"
},
"st... | {"amplitude":170.8,"tags":521,"chromosome":[{"tags":488,"status":"green","created_at":"bar","last_name":"pro","diagnosis_code":true,"manifest_ref":"Berlin"},{"status":"black","created_at":"https://api.example.com/v1","last_name":"pro","manifest_ref":"Hapag-Lloyd-Express"},{"status":"green","created_at":"quux","last_nam... | Unexpected end of JSON input — truncated array | {"amplitude":170.8,"tags":521,"chromosome":[{"tags":488,"status":"green","created_at":"bar","last_name":"pro","diagnosis_code":true,"manifest_ref":"Berlin"},{"status":"black","created_at":"https://api.example.com/v1","last_name":"pro","manifest_ref":"Hapag-Lloyd-Express"},{"status":"green","created_at":"quux","last_nam... |
TASK repair_structured_output
SPEC
FIELD val_j15 TYPE integer REQUIRED no
FIELD key_g95 TYPE string_date-time REQUIRED yes
FIELD prop_o42 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD val_q99.val_t54 TYPE string REQUIRED no
FIELD val_q99.dim_z78 TYPE boolean REQUIRED no
FIELD val_q99.prop_s42 TYPE ... | {"val_j15":918,"key_g95":"2024-12-13T13:06:00Z","prop_o42":"mode_c","val_q99":{"val_t54":"user@domain.com","field_u18":315.97,"val_z62":"operational"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_j15": {
"type": "integer"
},
"key_g95": {
"type": "string",
"format": "date-time"
},
"prop_o42": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"val_q99... | I'll query our database.
<tool_call name="track_vessel">
{"val_j15":918,"key_g95":"2024-12-13T13:06:00Z","prop_o42":"mode_c","val_q99":{"val_t54":"user@domain.com","field_u18":315.97,"val_z62":"operational"}}
</tool_call. | Agent response mixes reasoning text with tool call | {"val_j15":918,"key_g95":"2024-12-13T13:06:00Z","prop_o42":"mode_c","val_q99":{"val_t54":"user@domain.com","field_u18":315.97,"val_z62":"operational"}} |
TASK repair_structured_output
SPEC
FIELD field_o39 TYPE number REQUIRED yes
FIELD attr_j66 TYPE integer REQUIRED yes
FIELD dim_k41.col_n14 TYPE boolean REQUIRED no
FIELD dim_k41.param_e83 TYPE number REQUIRED no
FIELD dim_k41.field_b13 TYPE string_email REQUIRED no
FIELD dim_k41.val_h13 TYPE integer REQUIRED yes
FIELD... | {"field_o39":114.23,"attr_j66":24,"dim_k41":{"col_n14":true,"param_e83":812.55,"val_h13":460,"prop_e11":"https://example.org/data","key_d55":18,"col_y70":591}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_o39": {
"type": "number"
},
"attr_j66": {
"type": "integer"
},
"dim_k41": {
"type": "object",
"properties": {
"col_n14": {
"type": "boolean"
},
"param_e83": {
"type": "number"
}... | get_account(field_o39=114.23, attr_j66=24, dim_k41={'col_n14': True, 'param_e83': 812.55, 'val_h13': 460, 'prop_e11': 'https://example.org/data', 'key_d55': 18, 'col_y70': 591}) | Tool call uses Python syntax instead of JSON | {"field_o39":114.23,"attr_j66":24,"dim_k41":{"col_n14":true,"param_e83":812.55,"val_h13":460,"prop_e11":"https://example.org/data","key_d55":18,"col_y70":591}} |
TASK repair_structured_output
SPEC
FIELD prop_k03 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_s27 TYPE boolean REQUIRED no
FIELD field_k58 TYPE number REQUIRED no
FIELD col_q23 TYPE integer REQUIRED no
FIELD prop_p05 TYPE string REQUIRED no
FIELD field_d04 TYPE number REQUIRED no
FIELD col_e74 ... | {"prop_k03":"basic","attr_s27":false,"col_q23":744,"field_d04":924.21,"col_e74":false,"val_e23":null} | extra_text_before | {
"type": "object",
"properties": {
"prop_k03": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"attr_s27": {
"type": "boolean"
},
"field_k58": {
"type": "number"
},
"col_q23": {
"type": "integer"... | Here is the JSON you requested:
{"prop_k03":"basic","attr_s27":false,"col_q23":744,"field_d04":924.21,"col_e74":false,"val_e23":null} | Output contains non-JSON text before the object | {"prop_k03":"basic","attr_s27":false,"col_q23":744,"field_d04":924.21,"col_e74":false,"val_e23":null} |
TASK repair_structured_output
SPEC
FIELD prop_y29 TYPE integer REQUIRED no
FIELD col_o77 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD prop_v93[] TYPE string REQUIRED yes
FIELD prop_n80[].dim_f92 TYPE boolean REQUIRED yes
FIELD prop_n80[].prop_h19 TYPE string_email REQUIRED no
FIELD prop_n80[].col_... | {"col_o77":"mode_d","prop_v93":["Johnson","qux"],"prop_n80":[{"dim_f92":false,"prop_h19":"ops@example.com","col_r50":"Diana"},{"dim_f92":false,"prop_h19":"admin@example.com","col_r50":"foo"},{"dim_f92":false,"prop_h19":"user@test.io","col_r50":"MV-Evergreen-01"},{"dim_f92":false,"prop_h19":"user@test.io","col_r50":"A s... | truncated_object | {
"type": "object",
"properties": {
"prop_y29": {
"type": "integer"
},
"col_o77": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"prop_v93": {
"type": "array",
"items": {
"type": "string"
... | {"col_o77":"mode_d","prop_v93":["Johnson","qux"],"prop_n80":[{"dim_f92":false,"prop_h19":"ops@example.com","col_r50":"Diana"},{"dim_f92":false,"prop_h19":"admin@example.com","col_r50":"foo"},{"dim_f92":false,"prop_h19":"user@test.io","col_r50":"MV-Evergreen-01"},{"dim_f92":false,"prop_h19":"user@test.io","col_r50":"A s... | Unexpected end of JSON input — truncated object | {"col_o77":"mode_d","prop_v93":["Johnson","qux"],"prop_n80":[{"dim_f92":false,"prop_h19":"ops@example.com","col_r50":"Diana"},{"dim_f92":false,"prop_h19":"admin@example.com","col_r50":"foo"},{"dim_f92":false,"prop_h19":"user@test.io","col_r50":"MV-Evergreen-01"},{"dim_f92":false,"prop_h19":"user@test.io","col_r50":"A s... |
TASK repair_structured_output
SPEC
FIELD key_c92 TYPE boolean REQUIRED no
FIELD dim_t57 TYPE integer REQUIRED no
FIELD key_h86 TYPE boolean REQUIRED no
FIELD param_o43 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_x25 TYPE integer REQUIRED no
FIELD dim_r77 TYPE number REQUIRED no
FIELD field_f89 TYPE ... | {"key_c92":true,"dim_t57":901,"param_o43":"phone","attr_x25":588,"field_f89":"USD","key_q98":19} | wrong_type | {
"type": "object",
"properties": {
"key_c92": {
"type": "boolean"
},
"dim_t57": {
"type": "integer"
},
"key_h86": {
"type": "boolean"
},
"param_o43": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
}... | {"key_c92": true, "dim_t57": 901, "param_o43": "phone", "attr_x25": "\"588\"", "field_f89": "USD", "key_q98": 19} | Field 'attr_x25' must be integer, got string | {"key_c92":true,"dim_t57":901,"param_o43":"phone","attr_x25":588,"field_f89":"USD","key_q98":19} |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE string VALUES type_a|type_b REQUIRED yes
FIELD wavelength TYPE number REQUIRED no
FIELD diagnosis_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD longitude TYPE string REQUIRED no
FIELD dosage TYPE string VALUES level_1|level_2|leve... | {"patient_id":"type_a","diagnosis_code":"cat_d","longitude":"approved","dosage":"level_1","subtotal":{"lane":true,"due_date":332,"gene_id":[347,378,614,654]},"quantity":295} | agent_chain | {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"wavelength": {
"type": "number"
},
"diagnosis_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
... | Let me check the system.
Action: queue_sequencing_run
Result: {"patient_id": "type_a", "diagnosis_code": "cat_d", "longitude": "approved", "subtotal": {"lane": true, "due_date": 332, "gene_id": [347, 378, 614, 654]}, "quantity": 295}
I'll query our database.
Action: calibrate_instrument
Result: | Agent multi-step chain with truncated tool output | {"patient_id":"type_a","diagnosis_code":"cat_d","longitude":"approved","dosage":"level_1","subtotal":{"lane":true,"due_date":332,"gene_id":[347,378,614,654]},"quantity":295} |
TASK repair_structured_output
SPEC
FIELD prop_u86 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_b33 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD attr_d92 TYPE string_uri REQUIRED no
FIELD prop_j94 TYPE number REQUIRED no
BROKEN_OUTPUT
{prop_u86:"inland",attr_b33:"white",p... | {"prop_u86":"inland","attr_b33":"white","prop_j94":992.05} | unquoted_keys | {
"type": "object",
"properties": {
"prop_u86": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_b33": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"wh... | {prop_u86:"inland",attr_b33:"white",prop_j94:992.05} | Expecting property name enclosed in double quotes | {"prop_u86":"inland","attr_b33":"white","prop_j94":992.05} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE boolean REQUIRED no
FIELD hazmat_code TYPE integer REQUIRED yes
FIELD city TYPE string VALUES type_a|type_b REQUIRED no
FIELD level TYPE boolean REQUIRED yes
FIELD username.balance TYPE string REQUIRED yes
FIELD username.total TYPE string VALUES type_a|type_... | {"procedure_code":false,"hazmat_code":905,"city":"type_a","level":false,"username":{"balance":"This is a test value.","total":"type_b","address":484}} | missing_bracket | {
"type": "object",
"properties": {
"procedure_code": {
"type": "boolean"
},
"hazmat_code": {
"type": "integer"
},
"city": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"level": {
"type": "boolean"
},
"username": {
... | {"procedure_code":false,"hazmat_code":905,"city":"type_a","level":false,"username":{"balance":"This is a test value.","total":"type_b","address":484}} | Missing closing bracket | {"procedure_code":false,"hazmat_code":905,"city":"type_a","level":false,"username":{"balance":"This is a test value.","total":"type_b","address":484}} |
TASK repair_structured_output
SPEC
FIELD dim_h26 TYPE integer REQUIRED yes
FIELD field_n87 TYPE integer REQUIRED no
FIELD field_s56.attr_n31 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_s56.field_j63 TYPE boolean REQUIRED yes
FIELD field_s56.param_z95 TYPE null REQUIRED yes
FIELD field_s56.dim_i01 TYP... | {"dim_h26":147,"field_n87":37,"field_s56":{"attr_n31":"option_a","field_j63":false,"param_z95":null,"dim_i01":"info@domain.org"},"attr_e67":"London"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_h26": {
"type": "integer"
},
"field_n87": {
"type": "integer"
},
"field_s56": {
"type": "object",
"properties": {
"attr_n31": {
"type": "string",
"enum": [
"option_a",
"option_b"
... | Tool: transfer_call
Params: {"dim_h26": 147, "field_n87": 37, "field_s56": {"attr_n31": "option_a", "field_j63": false, "param_z95": null, "dim_i01": "info@domain.org"}, "attr_e67_value": "London"} | Agent used wrong parameter name 'attr_e67_value' instead of 'attr_e67' | {"dim_h26":147,"field_n87":37,"field_s56":{"attr_n31":"option_a","field_j63":false,"param_z95":null,"dim_i01":"info@domain.org"},"attr_e67":"London"} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD total TYPE string REQUIRED yes
FIELD medication TYPE string REQUIRED no
FIELD velocity TYPE number REQUIRED yes
FIELD hazmat_code TYPE string_uri REQUIRED no
FIELD crew_id TYPE integer REQUIRED no
FIE... | {"enabled":"underway","total":"Maria","medication":"world","velocity":958.15,"hazmat_code":"https://data.io/v1","crew_id":417,"filter_flag":"test@domain.org"} | null_required | {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"total": {
"type": "string"
},
"medication": {
"type": "string"
},
"velocity": {
"type": "numb... | {"enabled": "underway", "total": "Maria", "medication": "world", "velocity": null, "hazmat_code": "https://data.io/v1", "crew_id": 417, "filter_flag": "test@domain.org"} | Required field 'velocity' is null | {"enabled":"underway","total":"Maria","medication":"world","velocity":958.15,"hazmat_code":"https://data.io/v1","crew_id":417,"filter_flag":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD vital_sign.dissolved_oxygen TYPE string REQUIRED yes
FIELD vital_sign.insurance_id TYPE string REQUIRED yes
FIELD vital_sign.country TYPE string REQUIRED yes
FIELD vital_sign.voltage TYPE integer REQUIRED no
FIELD cargo_type TYPE string REQUIRED no
FIELD title TYPE number REQUI... | {"vital_sign":{"dissolved_oxygen":"Sao Paulo","insurance_id":"demo","country":"RTG-04","voltage":790},"cargo_type":"active","title":78.46,"hazmat_code":"option_b","user_id":"Smith","batch_code":{"allele":"2020-08-14T16:32:00Z","organism":"cat_a","values":"quux","lane":{"berth_slot":431,"quality_score":"level_4","voltag... | trailing_comma | {
"type": "object",
"properties": {
"vital_sign": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string"
},
"insurance_id": {
"type": "string"
},
"country": {
"type": "string"
},
"voltage": {
... | {"vital_sign":{"dissolved_oxygen":"Sao Paulo","insurance_id":"demo","country":"RTG-04","voltage":790},"cargo_type":"active","title":78.46,"hazmat_code":"option_b","user_id":"Smith","batch_code":{"allele":"2020-08-14T16:32:00Z","organism":"cat_a","values":"quux","lane":{"berth_slot":431,"quality_score":"level_4","voltag... | Unexpected trailing comma | {"vital_sign":{"dissolved_oxygen":"Sao Paulo","insurance_id":"demo","country":"RTG-04","voltage":790},"cargo_type":"active","title":78.46,"hazmat_code":"option_b","user_id":"Smith","batch_code":{"allele":"2020-08-14T16:32:00Z","organism":"cat_a","values":"quux","lane":{"berth_slot":431,"quality_score":"level_4","voltag... |
TASK repair_structured_output
SPEC
FIELD param_s43 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD key_a97 TYPE string REQUIRED no
FIELD key_n37 TYPE integer REQUIRED no
FIELD attr_w91 TYPE number REQUIRED no
FIELD key_i68 TYPE string REQUIRED yes
FIELD val_x12 TYPE integer REQUIRED no
FI... | {"param_s43":"maintenance","key_a97":"Diana","attr_w91":248.84,"key_i68":"sample","val_x12":14,"prop_n09":734.5} | agent_chain | {
"type": "object",
"properties": {
"param_s43": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"key_a97": {
"type": "string"
},
"key_n37": {
"type": "integer"
},
"attr_w91": {
"ty... | I need to look up the information first.
Action: lookup_customer
Result: {"key_a97": "Diana", "attr_w91": 248.84, "key_i68": "sample", "val_x12": 14, "prop_n09": 734.5}
Processing the request now.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"param_s43":"maintenance","key_a97":"Diana","attr_w91":248.84,"key_i68":"sample","val_x12":14,"prop_n09":734.5} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string REQUIRED no
FIELD reagent TYPE string_uri REQUIRED yes
FIELD priority TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD item_id[] TYPE boolean REQUIRED no
FIELD message[].decay_rate TYPE string VALUES option_a|option_b|option_c|option_d|opt... | {"reagent":"https://data.io/data","priority":"mode_d","item_id":[true],"message":[{"decay_rate":"option_d","address":"GRCh38","frequency_hz":"completed","invoice_id":711,"role":"admin","latitude":954},{"decay_rate":"option_c","address":"active","frequency_hz":"Hapag-Lloyd-Express","invoice_id":199,"role":"admin","latit... | invalid_enum | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string"
},
"reagent": {
"type": "string",
"format": "uri"
},
"priority": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"item_id": {... | {"reagent": "https://data.io/data", "priority": "invalid_choice_472", "item_id": [true], "message": [{"decay_rate": "option_d", "address": "GRCh38", "frequency_hz": "completed", "invoice_id": 711, "role": "admin", "latitude": 954}, {"decay_rate": "option_c", "address": "active", "frequency_hz": "Hapag-Lloyd-Express", "... | Field 'priority' has invalid enum value 'invalid_choice_472', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d'] | {"reagent":"https://data.io/data","priority":"mode_d","item_id":[true],"message":[{"decay_rate":"option_d","address":"GRCh38","frequency_hz":"completed","invoice_id":711,"role":"admin","latitude":954},{"decay_rate":"option_c","address":"active","frequency_hz":"Hapag-Lloyd-Express","invoice_id":199,"role":"admin","latit... |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string REQUIRED no
FIELD credit_score TYPE number REQUIRED yes
FIELD url TYPE string REQUIRED yes
FIELD chapter.batch_code TYPE string VALUES single|married|divorced REQUIRED no
FIELD chapter.rating TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
F... | {"due_date":"Charlie","credit_score":742.92,"url":"Smith","chapter":{"description":"low","options":"https://www.io/v1","chapter":187,"city":false},"salinity":"Diana"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"due_date": {
"type": "string"
},
"credit_score": {
"type": "number"
},
"url": {
"type": "string"
},
"chapter": {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
... | Tool: fetch_lab_result
Params: {"due_date": "Charlie", "credit_score": 742.92, "chapter": {"description": "low", "options": "https://www.io/v1", "chapter": 187, "city": false}, "salinity": "Diana", "url_value": "Smith"} | Agent used wrong parameter name 'url_value' instead of 'url' | {"due_date":"Charlie","credit_score":742.92,"url":"Smith","chapter":{"description":"low","options":"https://www.io/v1","chapter":187,"city":false},"salinity":"Diana"} |
TASK repair_structured_output
SPEC
FIELD attr_r83 TYPE string REQUIRED no
FIELD field_b07.field_m39 TYPE integer REQUIRED yes
FIELD field_b07.param_z80 TYPE boolean REQUIRED yes
FIELD field_b07.attr_j38 TYPE string REQUIRED yes
FIELD col_u75 TYPE integer REQUIRED no
FIELD val_q17 TYPE string VALUES homozygous|heterozy... | {"attr_r83":"Silva","field_b07":{"field_m39":463,"param_z80":true,"attr_j38":"PASS"},"prop_b06":"2026-02-07T02:36:00Z"} | markdown_explanation | {
"type": "object",
"properties": {
"attr_r83": {
"type": "string"
},
"field_b07": {
"type": "object",
"properties": {
"field_m39": {
"type": "integer"
},
"param_z80": {
"type": "boolean"
},
"attr_j38": {
"type": "st... | Here is the JSON you requested:
```json
{"attr_r83":"Silva","field_b07":{"field_m39":463,"param_z80":true,"attr_j38":"PASS"},"prop_b06":"2026-02-07T02:36:00Z"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"attr_r83":"Silva","field_b07":{"field_m39":463,"param_z80":true,"attr_j38":"PASS"},"prop_b06":"2026-02-07T02:36:00Z"} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE number REQUIRED no
FIELD diagnosis_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD updated_at TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD lab_result[].temp_celsius TYPE string REQUIRED yes
FIELD lab_result[].url TYPE string ... | {"order_id":357.46,"diagnosis_code":"USD","updated_at":"resolved","lab_result":[{"temp_celsius":"Hapag-Lloyd-Express","commit_hash":"2021-09-15T20:42:00Z","strand":"https://api.com/api","order_id":false,"position":486},{"temp_celsius":"A short description.","commit_hash":"2023-03-07T19:54:00Z","strand":"https://data.or... | agent_chain | {
"type": "object",
"properties": {
"order_id": {
"type": "number"
},
"diagnosis_code": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"updated_at": {
"type": "string",
"enum": [
"open",
... | I need to look up the information first.
Action: process_payment
Result: {"order_id": 357.46, "updated_at": "resolved", "lab_result": [{"temp_celsius": "Hapag-Lloyd-Express", "commit_hash": "2021-09-15T20:42:00Z", "strand": "https://api.com/api", "order_id": false, "position": 486}, {"temp_celsius": "A short descriptio... | Agent multi-step chain with truncated tool output | {"order_id":357.46,"diagnosis_code":"USD","updated_at":"resolved","lab_result":[{"temp_celsius":"Hapag-Lloyd-Express","commit_hash":"2021-09-15T20:42:00Z","strand":"https://api.com/api","order_id":false,"position":486},{"temp_celsius":"A short description.","commit_hash":"2023-03-07T19:54:00Z","strand":"https://data.or... |
TASK repair_structured_output
SPEC
FIELD dim_s92 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_l14 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_n52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_f19 TYPE number REQUIRED no
FIELD param_d90 TYPE inte... | {"dim_s92":"xl","param_n52":"new","param_d90":157,"attr_e47":"GBP"} | trailing_comma | {
"type": "object",
"properties": {
"dim_s92": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_l14": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_n5... | {"dim_s92":"xl","param_n52":"new","param_d90":157,"attr_e47":"GBP",} | Unexpected trailing comma | {"dim_s92":"xl","param_n52":"new","param_d90":157,"attr_e47":"GBP"} |
TASK repair_structured_output
SPEC
FIELD message TYPE null REQUIRED no
FIELD width.bill_of_lading TYPE string REQUIRED yes
FIELD width.section TYPE string VALUES active|inactive|pending REQUIRED no
FIELD width.trace_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD width.quality_score TYPE st... | {"message":null,"width":{"bill_of_lading":"foo","section":"inactive","trace_id":"hemizygous","quality_score":"2026-11-12T23:31:00Z","freight_class":false,"subtotal":384.31},"crew_id":35,"lane":365,"city":"2022-10-05T08:17:00Z","dosage":true} | null_required | {
"type": "object",
"properties": {
"message": {
"type": "null"
},
"width": {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string"
},
"section": {
"type": "string",
"enum": [
"active",
"inac... | {"message": null, "width": {"bill_of_lading": "foo", "section": "inactive", "trace_id": "hemizygous", "quality_score": "2026-11-12T23:31:00Z", "freight_class": false, "subtotal": 384.31}, "crew_id": null, "lane": 365, "city": "2022-10-05T08:17:00Z", "dosage": true} | Required field 'crew_id' is null | {"message":null,"width":{"bill_of_lading":"foo","section":"inactive","trace_id":"hemizygous","quality_score":"2026-11-12T23:31:00Z","freight_class":false,"subtotal":384.31},"crew_id":35,"lane":365,"city":"2022-10-05T08:17:00Z","dosage":true} |
TASK repair_structured_output
SPEC
FIELD col_j18 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD dim_j51 TYPE integer REQUIRED no
FIELD dim_l11 TYPE string_date-time REQUIRED yes
FIELD val_h83.val_x05 TYPE boolean REQUIRED no
FIELD val_h83.prop_p64 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD val_h8... | {"col_j18":"mode_c","dim_j51":633,"dim_l11":"2023-07-03T22:57:00Z","val_h83":{"prop_p64":"level_2","param_z72":"Johnson","param_k26":655.91,"key_x00":null,"col_h71":{"col_r62":"user@example.com","param_p55":"London","col_i92":null,"field_h92":"This is a test value.","param_m78":"medium"}},"col_t07":381} | missing_brace | {
"type": "object",
"properties": {
"col_j18": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"dim_j51": {
"type": "integer"
},
"dim_l11": {
"type": "string",
"format": "date-time"
},
"val_h83": {
"type": ... | {"col_j18":"mode_c","dim_j51":633,"dim_l11":"2023-07-03T22:57:00Z","val_h83":{"prop_p64":"level_2","param_z72":"Johnson","param_k26":655.91,"key_x00":null,"col_h71":"col_r62":"user@example.com","param_p55":"London","col_i92":null,"field_h92":"This is a test value.","param_m78":"medium"}},"col_t07":381} | Missing closing brace | {"col_j18":"mode_c","dim_j51":633,"dim_l11":"2023-07-03T22:57:00Z","val_h83":{"prop_p64":"level_2","param_z72":"Johnson","param_k26":655.91,"key_x00":null,"col_h71":{"col_r62":"user@example.com","param_p55":"London","col_i92":null,"field_h92":"This is a test value.","param_m78":"medium"}},"col_t07":381} |
TASK repair_structured_output
SPEC
FIELD age.discount TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD age.verified TYPE string REQUIRED no
FIELD age.cargo_type TYPE string REQUIRED no
FIELD age.feedback TYPE boolean REQUIRED yes
FIELD age.deploy_target TYPE string REQUIRED no
FIELD age.annotation T... | {"age":{"discount":"unstable","cargo_type":"approved","feedback":true,"deploy_target":"Diana","annotation":"Luis","start_date":"in_progress","quality_score":521},"credit_score":"ops@test.io","organism":false,"quality_score":"hemizygous","city":"test@example.com","last_name":220} | missing_brace | {
"type": "object",
"properties": {
"age": {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"verified": {
"type": "string"
... | {"age":"discount":"unstable","cargo_type":"approved","feedback":true,"deploy_target":"Diana","annotation":"Luis","start_date":"in_progress","quality_score":521},"credit_score":"ops@test.io","organism":false,"quality_score":"hemizygous","city":"test@example.com","last_name":220} | Missing closing brace | {"age":{"discount":"unstable","cargo_type":"approved","feedback":true,"deploy_target":"Diana","annotation":"Luis","start_date":"in_progress","quality_score":521},"credit_score":"ops@test.io","organism":false,"quality_score":"hemizygous","city":"test@example.com","last_name":220} |
TASK repair_structured_output
SPEC
FIELD key_m61 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD prop_m52 TYPE integer REQUIRED yes
FIELD attr_n39 TYPE boolean REQUIRED no
FIELD field_e27 TYPE string REQUIRED no
FIELD attr_h14 TYPE null REQUIRED yes
FIELD key_k78 TYPE null REQUIRED no
FIELD col_p32 TYPE number... | {"key_m61":"option_b","prop_m52":122,"attr_n39":true,"field_e27":"https://api.example.com/v1","attr_h14":null,"key_k78":null,"col_p32":386.53} | invalid_enum | {
"type": "object",
"properties": {
"key_m61": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"prop_m52": {
"type": "integer"
},
"attr_n39": {
"type": "boolean"
},
"field_e27": {
"type": "string"
},
"attr_h14": {
... | {"key_m61": "invalid_option_297", "prop_m52": 122, "attr_n39": true, "field_e27": "https://api.example.com/v1", "attr_h14": null, "key_k78": null, "col_p32": 386.53} | Field 'key_m61' has invalid enum value 'invalid_option_297', expected one of ['option_a', 'option_b'] | {"key_m61":"option_b","prop_m52":122,"attr_n39":true,"field_e27":"https://api.example.com/v1","attr_h14":null,"key_k78":null,"col_p32":386.53} |
TASK repair_structured_output
SPEC
FIELD prop_e44 TYPE string REQUIRED no
FIELD col_y26 TYPE boolean REQUIRED no
FIELD val_b55 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_s71 TYPE number REQUIRED no
FIELD col_r99 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_a41... | {"prop_e44":"inactive","col_y26":true,"val_b55":"info","attr_s71":7.42,"col_r99":"homozygous","param_a41":{"param_g01":"medium","prop_s72":268,"param_h25":"anchored","val_a33":578.37},"col_b83":633.74,"col_a95":null} | truncated_array | {
"type": "object",
"properties": {
"prop_e44": {
"type": "string"
},
"col_y26": {
"type": "boolean"
},
"val_b55": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"attr_s71": {
"type": "number"
... | {"prop_e44":"inactive","col_y26":true,"val_b55":"info","attr_s71":7.42,"col_r99":"homozygous","param_a41":{"param_g01":"medium","prop_s72":268,"param_h25":"anchored","val_a33":578.37},"col_b83":633.74,"col_a95":null | Unexpected end of JSON input — truncated object | {"prop_e44":"inactive","col_y26":true,"val_b55":"info","attr_s71":7.42,"col_r99":"homozygous","param_a41":{"param_g01":"medium","prop_s72":268,"param_h25":"anchored","val_a33":578.37},"col_b83":633.74,"col_a95":null} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE number REQUIRED yes
FIELD city TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD weight TYPE string REQUIRED no
BROKEN_OUTPUT
{salinity:17.44,city:"anchored",weight:"Berlin"} | {"salinity":17.44,"city":"anchored","weight":"Berlin"} | unquoted_keys | {
"type": "object",
"properties": {
"salinity": {
"type": "number"
},
"city": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"weight": {
"type": "string"
}
},
"required": [
"salinity"
]
} | {salinity:17.44,city:"anchored",weight:"Berlin"} | Expecting property name enclosed in double quotes | {"salinity":17.44,"city":"anchored","weight":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD span_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD discount TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD terminal_id TYPE number REQUIRED no
FIELD date TYPE string_uri REQ... | {"total":"cat_d","span_id":"published","discount":"type_d","terminal_id":30.62,"date":"https://api.com/data"} | extra_field | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"span_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"discount"... | {"total": "cat_d", "span_id": "published", "discount": "type_d", "terminal_id": 30.62, "date": "https://api.com/data", "extra_field_5734": "unexpected"} | Unknown field 'extra_field_5734' not defined in schema | {"total":"cat_d","span_id":"published","discount":"type_d","terminal_id":30.62,"date":"https://api.com/data"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD quality_score TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD catalyst TYPE string_date-time REQUIRED yes
FIELD chapter TYPE boolean REQUIRED no
FIELD credit_score TYPE number REQUIRED yes
FIEL... | {"notes":"editor","quality_score":"closed","catalyst":"2020-11-10T15:56:00Z","chapter":false,"credit_score":476.04,"options":611.7} | unquoted_keys | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"quality_score": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
... | {notes:"editor",quality_score:"closed",catalyst:"2020-11-10T15:56:00Z",chapter:false,credit_score:476.04,options:611.7} | Expecting property name enclosed in double quotes | {"notes":"editor","quality_score":"closed","catalyst":"2020-11-10T15:56:00Z","chapter":false,"credit_score":476.04,"options":611.7} |
TASK repair_structured_output
SPEC
FIELD field_k93 TYPE string_uri REQUIRED no
FIELD col_z62 TYPE boolean REQUIRED no
FIELD field_t78 TYPE string_email REQUIRED no
FIELD key_t54 TYPE integer REQUIRED yes
FIELD prop_t35 TYPE string REQUIRED no
FIELD col_k93 TYPE integer REQUIRED no
FIELD dim_m55.attr_g79 TYPE string VA... | {"field_k93":"https://api.io/api","col_z62":true,"field_t78":"info@domain.org","key_t54":858,"prop_t35":"John","col_k93":420,"dim_m55":{"attr_g79":"option_b","param_f38":"hello","field_f40":{"attr_p75":754,"prop_x12":null,"key_p24":"demo","field_l42":"REV"},"field_j97":{"field_v50":"small","dim_f44":"cat_e","attr_m29":... | markdown_fences | {
"type": "object",
"properties": {
"field_k93": {
"type": "string",
"format": "uri"
},
"col_z62": {
"type": "boolean"
},
"field_t78": {
"type": "string",
"format": "email"
},
"key_t54": {
"type": "integer"
},
"prop_t35": {
"type": "strin... | ```json
{"field_k93":"https://api.io/api","col_z62":true,"field_t78":"info@domain.org","key_t54":858,"prop_t35":"John","col_k93":420,"dim_m55":{"attr_g79":"option_b","param_f38":"hello","field_f40":{"attr_p75":754,"prop_x12":null,"key_p24":"demo","field_l42":"REV"},"field_j97":{"field_v50":"small","dim_f44":"cat_e","at... | Output contains markdown code fences | {"field_k93":"https://api.io/api","col_z62":true,"field_t78":"info@domain.org","key_t54":858,"prop_t35":"John","col_k93":420,"dim_m55":{"attr_g79":"option_b","param_f38":"hello","field_f40":{"attr_p75":754,"prop_x12":null,"key_p24":"demo","field_l42":"REV"},"field_j97":{"field_v50":"small","dim_f44":"cat_e","attr_m29":... |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string_date-time REQUIRED no
FIELD ward.items TYPE string_uri REQUIRED no
FIELD ward.latitude.phenotype TYPE string REQUIRED yes
FIELD ward.latitude.status TYPE number REQUIRED no
FIELD ward.latitude.ward TYPE boolean REQUIRED no
FIELD ward.latitude.start_... | {"dissolved_oxygen":"2022-09-23T06:17:00Z","ward":{"latitude":{"phenotype":"chrX","start_date":"USD","priority":"reliable"},"consignee":"2024-01-13T20:13:00Z","quantity":{"medication":"qux","catalyst":"RTG-04","type":"in_progress"},"priority":{"trace_id":889,"latitude":"maintenance","cargo_type":true,"medication":333.4... | unquoted_keys | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"format": "date-time"
},
"ward": {
"type": "object",
"properties": {
"items": {
"type": "string",
"format": "uri"
},
"latitude": {
"type": "object",
... | {dissolved_oxygen:"2022-09-23T06:17:00Z",ward:{latitude:{phenotype:"chrX",start_date:"USD",priority:"reliable"},consignee:"2024-01-13T20:13:00Z",quantity:{medication:"qux",catalyst:"RTG-04",type:"in_progress"},priority:{trace_id:889,latitude:"maintenance",cargo_type:true,medication:333.49,shipper_ref:true,manifest_ref:... | Expecting property name enclosed in double quotes | {"dissolved_oxygen":"2022-09-23T06:17:00Z","ward":{"latitude":{"phenotype":"chrX","start_date":"USD","priority":"reliable"},"consignee":"2024-01-13T20:13:00Z","quantity":{"medication":"qux","catalyst":"RTG-04","type":"in_progress"},"priority":{"trace_id":889,"latitude":"maintenance","cargo_type":true,"medication":333.4... |
TASK repair_structured_output
SPEC
FIELD key_t49 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_q58 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_u88 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"key_t49": "unstable", "attr_q58": "editor", "attr_u88": "\"925\""} | {"key_t49":"unstable","attr_q58":"editor","attr_u88":925} | wrong_type | {
"type": "object",
"properties": {
"key_t49": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_q58": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_u88": {
... | {"key_t49": "unstable", "attr_q58": "editor", "attr_u88": "\"925\""} | Field 'attr_u88' must be integer, got string | {"key_t49":"unstable","attr_q58":"editor","attr_u88":925} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string REQUIRED no
FIELD state TYPE null REQUIRED no
FIELD website TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD message TYPE string REQUIRED no
FIELD age.nickname TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD age.se... | {"chromosome":"2024-01-15","message":"test@example.com","age":{"nickname":"rejected","section":"2024-01-15","yield_pct":"offline","isotope":null,"full_name":"Luis"},"procedure_code":"user@example.com"} | single_quotes | {
"type": "object",
"properties": {
"chromosome": {
"type": "string"
},
"state": {
"type": "null"
},
"website": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"message": {
"type": "string"
... | {'chromosome':'2024-01-15','message':'test@example.com','age':{'nickname':'rejected','section':'2024-01-15','yield_pct':'offline','isotope':null,'full_name':'Luis'},'procedure_code':'user@example.com'} | Expecting property name enclosed in double quotes | {"chromosome":"2024-01-15","message":"test@example.com","age":{"nickname":"rejected","section":"2024-01-15","yield_pct":"offline","isotope":null,"full_name":"Luis"},"procedure_code":"user@example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_b68 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_n33 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_i43 TYPE boolean REQUIRED yes
FIELD dim_n37 TYPE integer REQUIRED yes
FIELD prop_e95 TYPE string VALUES berthed|anchored|... | {"dim_b68":"viewer","prop_i43":true,"dim_n37":608,"prop_e95":"berthed","val_f45":"missense"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_b68": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_n33": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},... | Tool: calculate_docking_fee
Params: {"dim_b68": "viewer", "prop_i43": true, "dim_n37": 608, "prop_e95": "berthed", "val_f45": "missense"} | Agent used wrong parameter name 'attr_n33_id' instead of 'attr_n33' | {"dim_b68":"viewer","prop_i43":true,"dim_n37":608,"prop_e95":"berthed","val_f45":"missense"} |
TASK repair_structured_output
SPEC
FIELD prop_p59 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_t99 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_q22 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_p59": "frameshift", "val_t99": "divorced", "param_q22": "Santos"... | {"prop_p59":"frameshift","val_t99":"divorced","param_q22":"Santos"} | extra_field | {
"type": "object",
"properties": {
"prop_p59": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"val_t99": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
... | {"prop_p59": "frameshift", "val_t99": "divorced", "param_q22": "Santos", "extra_data_2375": 42} | Unknown field 'extra_data_2375' not defined in schema | {"prop_p59":"frameshift","val_t99":"divorced","param_q22":"Santos"} |
TASK repair_structured_output
SPEC
FIELD color TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD conductivity.build_status TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD conductivity.brake_pressure TYPE boolean REQUIRED yes
FIELD conductivity.barcode TYPE string_date-time REQU... | {"color":"reliable","conductivity":{"build_status":"underway","brake_pressure":true,"barcode":"2021-02-10T00:42:00Z","subtotal":"draft","manifest_ref":"archived"},"verified":true,"deploy_target":{"current_draw":"anchored","brake_pressure":false,"width":640.48},"humidity_pct":"A short description."} | boolean_as_string | {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"conductivity": {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"enum": [
... | {"color": "reliable", "conductivity": {"build_status": "underway", "brake_pressure": true, "barcode": "2021-02-10T00:42:00Z", "subtotal": "draft", "manifest_ref": "archived"}, "verified": "false", "deploy_target": {"current_draw": "anchored", "brake_pressure": false, "width": 640.48}, "humidity_pct": "A short descripti... | Field 'verified' must be boolean, got string | {"color":"reliable","conductivity":{"build_status":"underway","brake_pressure":true,"barcode":"2021-02-10T00:42:00Z","subtotal":"draft","manifest_ref":"archived"},"verified":true,"deploy_target":{"current_draw":"anchored","brake_pressure":false,"width":640.48},"humidity_pct":"A short description."} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD medication.updated_at TYPE string_date-time REQUIRED no
FIELD medication.discount TYPE number REQUIRED no
FIELD medication.city TYPE string REQUIRED yes
FIELD medication.duration_ms TYPE bool... | {"comments":"offline","vessel_name":"PASS","feedback":"https://api.org/v1","label":{"image_url":932.98,"phone":["sample"]},"collateral":"open"} | partial_structure | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"medication": {
"type": "object",
"properties": {
"updated_at": {
"type": "string",
... | I found that label should be {'image_url': 932.98, 'phone': ['sample']}. {"comments":"offline","vessel_name":"PASS","feedback":"https://api.org/v1","label":{"image_url":932.98,"phone":["sample"]},"collateral":"open"} | Output mixes natural language with JSON | {"comments":"offline","vessel_name":"PASS","feedback":"https://api.org/v1","label":{"image_url":932.98,"phone":["sample"]},"collateral":"open"} |
TASK repair_structured_output
SPEC
FIELD prop_c98 TYPE string REQUIRED no
FIELD prop_g30 TYPE integer REQUIRED yes
FIELD field_w23 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD key_x62.key_z17 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD key_x62.val_t16 TYPE stri... | {"prop_c98":"pending","prop_g30":34,"field_w23":"level_1","key_x62":{"val_i07":329.12,"dim_t32":502.41,"attr_k26":"confirmed","col_e98":154.81}} | partial_structure | {
"type": "object",
"properties": {
"prop_c98": {
"type": "string"
},
"prop_g30": {
"type": "integer"
},
"field_w23": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
... | I found that prop_g30 should be 34. {"prop_c98":"pending","prop_g30":34,"field_w23":"level_1","key_x62":{"val_i07":329.12,"dim_t32":502.41,"attr_k26":"confirmed","col_e98":154.81}} | Output mixes natural language with JSON | {"prop_c98":"pending","prop_g30":34,"field_w23":"level_1","key_x62":{"val_i07":329.12,"dim_t32":502.41,"attr_k26":"confirmed","col_e98":154.81}} |
TASK repair_structured_output
SPEC
FIELD field_h67.prop_c35 TYPE boolean REQUIRED yes
FIELD field_h67.field_e56 TYPE boolean REQUIRED yes
FIELD field_h67.param_j90 TYPE boolean REQUIRED no
FIELD field_h67.key_p97 TYPE string REQUIRED yes
FIELD prop_j77 TYPE string_date-time REQUIRED yes
FIELD prop_y66 TYPE boolean REQ... | {"field_h67":{"prop_c35":false,"field_e56":true,"param_j90":true,"key_p97":"Silva"},"prop_j77":"2024-04-23T01:50:00Z","prop_y66":true} | wrong_type | {
"type": "object",
"properties": {
"field_h67": {
"type": "object",
"properties": {
"prop_c35": {
"type": "boolean"
},
"field_e56": {
"type": "boolean"
},
"param_j90": {
"type": "boolean"
},
"key_p97": {
... | {"field_h67": {"prop_c35": false, "field_e56": true, "param_j90": true, "key_p97": "Silva"}, "prop_j77": "2024-04-23T01:50:00Z", "prop_y66": "\"yes\""} | Field 'prop_y66' must be boolean, got string | {"field_h67":{"prop_c35":false,"field_e56":true,"param_j90":true,"key_p97":"Silva"},"prop_j77":"2024-04-23T01:50:00Z","prop_y66":true} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string_uri REQUIRED yes
FIELD section TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD tax TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD total TYPE string REQUIRED yes
FIELD city[] TYPE string REQUIRED no
BROKEN_OUTPUT... | {"ward":"https://data.org/data","section":"small","tax":"level_1","total":"approved","city":["cancelled"]} | null_required | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"format": "uri"
},
"section": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"tax": {
"type": "string",
"enum": [
"level_1",
... | {"ward": null, "section": "small", "tax": "level_1", "total": "approved", "city": ["cancelled"]} | Required field 'ward' is null | {"ward":"https://data.org/data","section":"small","tax":"level_1","total":"approved","city":["cancelled"]} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string REQUIRED yes
FIELD aligned_pct TYPE integer REQUIRED no
FIELD paragraph.comments TYPE integer REQUIRED yes
FIELD paragraph.freight_class TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD paragraph.interest_rate TYPE string REQUIRED yes
FIELD fleet_n... | {"user_id":"hello","aligned_pct":20,"paragraph":{"comments":284,"freight_class":"phone","interest_rate":"Johnson"},"fleet_number":"2020-08-06T10:20:00Z","index":"pro","order_id":"https://example.com/api","chapter":{"current_draw":"new","nickname":"free","build_status":788,"language":"xl","lane":"pending"}} | missing_brace | {
"type": "object",
"properties": {
"user_id": {
"type": "string"
},
"aligned_pct": {
"type": "integer"
},
"paragraph": {
"type": "object",
"properties": {
"comments": {
"type": "integer"
},
"freight_class": {
"type": "string",
... | {"user_id":"hello","aligned_pct":20,"paragraph":"comments":284,"freight_class":"phone","interest_rate":"Johnson"},"fleet_number":"2020-08-06T10:20:00Z","index":"pro","order_id":"https://example.com/api","chapter":{"current_draw":"new","nickname":"free","build_status":788,"language":"xl","lane":"pending"}} | Missing closing brace | {"user_id":"hello","aligned_pct":20,"paragraph":{"comments":284,"freight_class":"phone","interest_rate":"Johnson"},"fleet_number":"2020-08-06T10:20:00Z","index":"pro","order_id":"https://example.com/api","chapter":{"current_draw":"new","nickname":"free","build_status":788,"language":"xl","lane":"pending"}} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE integer REQUIRED yes
FIELD annotation TYPE integer REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED no
FIELD yield_pct TYPE integer REQUIRED no
FIELD image_url TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD deploy_target TYPE string REQUIRED no
B... | {"lab_result":63,"annotation":294,"aligned_pct":"MV-Evergreen-01","yield_pct":206,"image_url":"phone","deploy_target":"Alice"} | trailing_comma | {
"type": "object",
"properties": {
"lab_result": {
"type": "integer"
},
"annotation": {
"type": "integer"
},
"aligned_pct": {
"type": "string"
},
"yield_pct": {
"type": "integer"
},
"image_url": {
"type": "string",
"enum": [
"email",
... | {"lab_result":63,"annotation":294,"aligned_pct":"MV-Evergreen-01","yield_pct":206,"image_url":"phone","deploy_target":"Alice",} | Unexpected trailing comma | {"lab_result":63,"annotation":294,"aligned_pct":"MV-Evergreen-01","yield_pct":206,"image_url":"phone","deploy_target":"Alice"} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD status_code TYPE integer REQUIRED yes
FIELD medication TYPE integer REQUIRED no
FIELD cargo_type TYPE string REQUIRED no
BROKEN_OUTPUT
{"total":"black","status_code":628,"medication":75,"cargo_type":"Santos" | {"total":"black","status_code":628,"medication":75,"cargo_type":"Santos"} | truncated_array | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"status_code": {
"type": "integer"
},
"medication": {
"type": "integer"
},
"cargo_type": {
... | {"total":"black","status_code":628,"medication":75,"cargo_type":"Santos" | Unexpected end of JSON input — truncated object | {"total":"black","status_code":628,"medication":75,"cargo_type":"Santos"} |
TASK repair_structured_output
SPEC
FIELD val_x17 TYPE number REQUIRED yes
FIELD attr_s61 TYPE string REQUIRED yes
FIELD param_h30 TYPE string_email REQUIRED no
FIELD val_o41[] TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"val_x17":465.07,"attr_s61":"FWD","val_o41":["https://data.com/v1","https://api.com/data","https:/... | {"val_x17":465.07,"attr_s61":"FWD","val_o41":["https://data.com/v1","https://api.com/data","https://example.io/data"]} | truncated_object | {
"type": "object",
"properties": {
"val_x17": {
"type": "number"
},
"attr_s61": {
"type": "string"
},
"param_h30": {
"type": "string",
"format": "email"
},
"val_o41": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
... | {"val_x17":465.07,"attr_s61":"FWD","val_o41":["https://data.com/v1","https://api.com/data","https://example.io/data"] | Unexpected end of JSON input — truncated object | {"val_x17":465.07,"attr_s61":"FWD","val_o41":["https://data.com/v1","https://api.com/data","https://example.io/data"]} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED yes
FIELD velocity TYPE number REQUIRED no
FIELD updated_at TYPE string REQUIRED no
FIELD last_name TYPE string REQUIRED yes
FIELD bill_of_lading TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD color TYPE null REQUIRED no... | {"frequency_hz":"quux","last_name":"qux","bill_of_lading":"berthed","color":null} | truncated_object | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"velocity": {
"type": "number"
},
"updated_at": {
"type": "string"
},
"last_name": {
"type": "string"
},
"bill_of_lading": {
"type": "string",
"enum": [
"berthed"... | {"frequency_hz":"quux","last_name":"qux","bill_of_lading":"berthed","color":null | Unexpected end of JSON input — truncated object | {"frequency_hz":"quux","last_name":"qux","bill_of_lading":"berthed","color":null} |
TASK repair_structured_output
SPEC
FIELD field_v47 TYPE null REQUIRED yes
FIELD attr_l03 TYPE string REQUIRED no
FIELD prop_x59 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD prop_y47 TYPE number REQUIRED no
FIELD val_d78 TYPE integer REQUIRED no
FIELD param_f37 TYPE string VALUES free|b... | {"field_v47":null,"prop_x59":"nonsense","val_d78":523,"param_f37":"enterprise","param_p50":"RTG-04"} | truncated_array | {
"type": "object",
"properties": {
"field_v47": {
"type": "null"
},
"attr_l03": {
"type": "string"
},
"prop_x59": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_y47": {
"type... | {"field_v47":null,"prop_x59":"nonsense","val_d78":523,"param_f37":"enterprise","param_p50":"RTG-04" | Unexpected end of JSON input — truncated object | {"field_v47":null,"prop_x59":"nonsense","val_d78":523,"param_f37":"enterprise","param_p50":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD col_a58 TYPE string_uri REQUIRED yes
FIELD dim_n88 TYPE integer REQUIRED no
FIELD key_k74 TYPE number REQUIRED yes
FIELD key_d37 TYPE string REQUIRED no
FIELD col_k03 TYPE string REQUIRED no
BROKEN_OUTPUT
The output is as follows:
```json
{"col_a58":"https://data.com/v1","dim_... | {"col_a58":"https://data.com/v1","dim_n88":128,"key_k74":24.45} | markdown_explanation | {
"type": "object",
"properties": {
"col_a58": {
"type": "string",
"format": "uri"
},
"dim_n88": {
"type": "integer"
},
"key_k74": {
"type": "number"
},
"key_d37": {
"type": "string"
},
"col_k03": {
"type": "string"
}
},
"required": [
... | The output is as follows:
```json
{"col_a58":"https://data.com/v1","dim_n88":128,"key_k74":24.45}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"col_a58":"https://data.com/v1","dim_n88":128,"key_k74":24.45} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE boolean REQUIRED yes
FIELD url TYPE integer REQUIRED yes
FIELD transaction_id TYPE number REQUIRED yes
FIELD end_date TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"brake_pressure":false,"url":816,"transaction_id":743.64,"end_date":false} | {"brake_pressure":false,"url":816,"transaction_id":743.64,"end_date":false} | missing_bracket | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "boolean"
},
"url": {
"type": "integer"
},
"transaction_id": {
"type": "number"
},
"end_date": {
"type": "boolean"
}
},
"required": [
"end_date",
"brake_pressure",
"transaction_id"... | {"brake_pressure":false,"url":816,"transaction_id":743.64,"end_date":false} | Missing closing bracket | {"brake_pressure":false,"url":816,"transaction_id":743.64,"end_date":false} |
TASK repair_structured_output
SPEC
FIELD url TYPE string VALUES draft|published|archived REQUIRED yes
FIELD email TYPE string VALUES single|married|divorced REQUIRED no
FIELD account_id TYPE integer REQUIRED no
FIELD chapter TYPE string VALUES draft|published|archived REQUIRED yes
FIELD size TYPE string REQUIRED no
FI... | {"url":"published","email":"single","account_id":788,"chapter":"published","size":"hello","allele":true} | truncated_array | {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"email": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"account_id": {
"ty... | {"url":"published","email":"single","account_id":788,"chapter":"published","size":"hello","allele":true | Unexpected end of JSON input — truncated object | {"url":"published","email":"single","account_id":788,"chapter":"published","size":"hello","allele":true} |
TASK repair_structured_output
SPEC
FIELD attr_k86 TYPE integer REQUIRED yes
FIELD key_e40.field_j23 TYPE integer REQUIRED no
FIELD key_e40.col_j59 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD key_e40.prop_z45 TYPE string_uri REQUIRED yes
FIELD key_b94 TYPE boolean REQUIRED no
FIELD d... | {"attr_k86":348,"key_e40":{"col_j59":"type_a","prop_z45":"https://example.org/v1"},"key_b94":false,"dim_z42":"ops@example.com","attr_o79":"type_a"} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_k86": {
"type": "integer"
},
"key_e40": {
"type": "object",
"properties": {
"field_j23": {
"type": "integer"
},
"col_j59": {
"type": "string",
"enum": [
"type_a",
"ty... | I'll query our database.
<tool_call name="delete_item">
{"attr_k86":348,"key_e40":{"col_j59":"type_a","prop_z45":"https://example.org/v1"},"key_b94":false,"dim_z42":"ops@example.com","attr_o79":"type_a"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"attr_k86":348,"key_e40":{"col_j59":"type_a","prop_z45":"https://example.org/v1"},"key_b94":false,"dim_z42":"ops@example.com","attr_o79":"type_a"} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD port_code TYPE string REQUIRED yes
FIELD active[] TYPE string REQUIRED yes
FIELD duration_ms[].isotope TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD duration_ms[].pressure... | {"hazmat_code":"type_e","port_code":"active","active":["London","test@example.com"],"duration_ms":[{"isotope":"cat_d","pressure_kpa":"missense","subtotal":[908]},{"isotope":"cat_d","subtotal":[226]},{"isotope":"cat_b","pressure_kpa":"missense","subtotal":[810]},{"isotope":"cat_a","pressure_kpa":"frameshift","subtotal":... | single_quotes | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"port_code": {
"type": "string"
},
"active": {
"type": "array",
"it... | {'hazmat_code':'type_e','port_code':'active','active':['London','test@example.com'],'duration_ms':[{'isotope':'cat_d','pressure_kpa':'missense','subtotal':[908]},{'isotope':'cat_d','subtotal':[226]},{'isotope':'cat_b','pressure_kpa':'missense','subtotal':[810]},{'isotope':'cat_a','pressure_kpa':'frameshift','subtotal':... | Expecting property name enclosed in double quotes | {"hazmat_code":"type_e","port_code":"active","active":["London","test@example.com"],"duration_ms":[{"isotope":"cat_d","pressure_kpa":"missense","subtotal":[908]},{"isotope":"cat_d","subtotal":[226]},{"isotope":"cat_b","pressure_kpa":"missense","subtotal":[810]},{"isotope":"cat_a","pressure_kpa":"frameshift","subtotal":... |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string REQUIRED yes
FIELD values.quality_score TYPE null REQUIRED yes
FIELD values.insurance_id TYPE integer REQUIRED no
FIELD values.humidity_pct TYPE integer REQUIRED yes
FIELD values.invoice_id TYPE string REQUIRED no
FIELD id TYPE string VALUES mode_a|mode_b... | {"decay_rate":"example","values":{"quality_score":null,"insurance_id":875,"humidity_pct":838,"invoice_id":"Alice"},"discount":"A short description.","amount":{"vessel_name":"admin@test.io","batch_code":"https://api.org/v1","patient_id":true},"current_draw":"white","step":"Tokyo"} | markdown_explanation | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string"
},
"values": {
"type": "object",
"properties": {
"quality_score": {
"type": "null"
},
"insurance_id": {
"type": "integer"
},
"humidity_pct": {
"typ... | Sensor output follows:
```json
{"decay_rate":"example","values":{"quality_score":null,"insurance_id":875,"humidity_pct":838,"invoice_id":"Alice"},"discount":"A short description.","amount":{"vessel_name":"admin@test.io","batch_code":"https://api.org/v1","patient_id":true},"current_draw":"white","step":"Tokyo"}
```
Data... | Output contains markdown and explanatory text around JSON | {"decay_rate":"example","values":{"quality_score":null,"insurance_id":875,"humidity_pct":838,"invoice_id":"Alice"},"discount":"A short description.","amount":{"vessel_name":"admin@test.io","batch_code":"https://api.org/v1","patient_id":true},"current_draw":"white","step":"Tokyo"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.