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 attr_p99.col_x93 TYPE number REQUIRED yes
FIELD attr_p99.val_l91 TYPE string REQUIRED yes
FIELD attr_p99.field_i78 TYPE integer REQUIRED yes
FIELD prop_y00 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_w18 TYPE null REQUIRED no
BROKEN_OUTPUT
Tool: a... | {"attr_p99":{"col_x93":504.51,"val_l91":"FWD","field_i78":791},"prop_y00":"underway","key_w18":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_p99": {
"type": "object",
"properties": {
"col_x93": {
"type": "number"
},
"val_l91": {
"type": "string"
},
"field_i78": {
"type": "integer"
}
},
"required": [
... | Tool: annotate_mutation
Params: {"attr_p99": {"col_x93": 504.51, "val_l91": "FWD", "field_i78": 791}, "key_w18": null, "prop_y00_value": "underway"} | Agent used wrong parameter name 'prop_y00_value' instead of 'prop_y00' | {"attr_p99":{"col_x93":504.51,"val_l91":"FWD","field_i78":791},"prop_y00":"underway","key_w18":null} |
TASK repair_structured_output
SPEC
FIELD dim_k36 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_q83 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_u64 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_y30.dim_n39 TYPE null REQUIRED yes
FIELD param_y30.key_w2... | {"dim_k36":"editor","col_q83":"free","param_y30":{"dim_n39":null,"key_w21":{"val_n92":"user@domain.org","field_f11":null,"key_h77":"Oliveira","param_v28":"option_c","param_f67":"cat_a","val_z42":"Paris","val_f37":"2020-02-16T01:56:00Z"},"field_g29":{"param_c47":"Berlin","dim_l61":"ops@domain.org","col_y09":[false,false... | agent_chain | {
"type": "object",
"properties": {
"dim_k36": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_q83": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_u64": ... | Let me check the system.
Action: call_variants
Result: {"col_q83": "free", "param_y30": {"dim_n39": null, "key_w21": {"val_n92": "user@domain.org", "field_f11": null, "key_h77": "Oliveira", "param_v28": "option_c", "param_f67": "cat_a", "val_z42": "Paris", "val_f37": "2020-02-16T01:56:00Z"}, "field_g29": {"param_c47": ... | Agent multi-step chain with truncated tool output | {"dim_k36":"editor","col_q83":"free","param_y30":{"dim_n39":null,"key_w21":{"val_n92":"user@domain.org","field_f11":null,"key_h77":"Oliveira","param_v28":"option_c","param_f67":"cat_a","val_z42":"Paris","val_f37":"2020-02-16T01:56:00Z"},"field_g29":{"param_c47":"Berlin","dim_l61":"ops@domain.org","col_y09":[false,false... |
TASK repair_structured_output
SPEC
FIELD freight_class.address TYPE string REQUIRED no
FIELD freight_class.phenotype TYPE integer REQUIRED yes
FIELD freight_class.umi TYPE string REQUIRED yes
FIELD coverage.shipper_ref TYPE number REQUIRED no
FIELD coverage.tags TYPE integer REQUIRED yes
FIELD coverage.interest_rate T... | {"freight_class":{"address":"Johnson","phenotype":442,"umi":"quux"},"coverage":{"tags":954,"interest_rate":"2025-03-04T08:46:00Z","footnote":[{"due_date":false,"country":26,"filter_flag":"REV","full_name":325.69,"shipper_ref":"Bob"}]},"gene_id":"approved","dosage":"New York","footnote":"xl","maturity_date":93} | partial_structure | {
"type": "object",
"properties": {
"freight_class": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"phenotype": {
"type": "integer"
},
"umi": {
"type": "string"
}
},
"required": [
... | I found that coverage should be {'tags': 954, 'interest_rate': '2025-03-04T08:46:00Z', 'footnote': [{'due_date': False, 'country': 26, 'filter_flag': 'REV', 'full_name': 325.69, 'shipper_ref': 'Bob'}]}. {"freight_class":{"address":"Johnson","phenotype":442,"umi":"quux"},"coverage":{"tags":954,"interest_rate":"2025-03-0... | Output mixes natural language with JSON | {"freight_class":{"address":"Johnson","phenotype":442,"umi":"quux"},"coverage":{"tags":954,"interest_rate":"2025-03-04T08:46:00Z","footnote":[{"due_date":false,"country":26,"filter_flag":"REV","full_name":325.69,"shipper_ref":"Bob"}]},"gene_id":"approved","dosage":"New York","footnote":"xl","maturity_date":93} |
TASK repair_structured_output
SPEC
FIELD dim_t27 TYPE string REQUIRED no
FIELD attr_w16 TYPE number REQUIRED no
FIELD attr_p51 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_p22 TYPE integer REQUIRED no
FIELD attr_b67 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_m44 TYPE in... | {"dim_t27":"This is a test value.","attr_w16":586.59,"attr_b67":"intermittent","attr_m44":477} | thought_process | {
"type": "object",
"properties": {
"dim_t27": {
"type": "string"
},
"attr_w16": {
"type": "number"
},
"attr_p51": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_p22": {
"type": "integer"
},
"attr_... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"dim_t27":"This is a test value.","attr_w16":586.59,"attr_b67":"intermittent","attr_m44":477} | Output contains chain-of-thought reasoning before JSON | {"dim_t27":"This is a test value.","attr_w16":586.59,"attr_b67":"intermittent","attr_m44":477} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE null REQUIRED yes
FIELD reagent TYPE null REQUIRED yes
FIELD tile.manifest_ref TYPE boolean REQUIRED yes
FIELD tile.reagent.notes TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD tile.reagent.items TYPE string_email REQUIRED no
FIELD til... | {"current_draw":null,"reagent":null,"tile":{"manifest_ref":false,"reagent":{"items":"test@test.io","throttle_pos":706,"user_id":799,"start_date":"admin@test.io","end_date":null,"bed_number":"test@test.io"},"lab_result":"https://example.io/v1"},"published":"active"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"current_draw": {
"type": "null"
},
"reagent": {
"type": "null"
},
"tile": {
"type": "object",
"properties": {
"manifest_ref": {
"type": "boolean"
},
"reagent": {
"type": "object",
"... | Tool: calculate_docking_fee
Params: {"current_draw": null, "reagent": null, "published": "active", "tile_value": {"manifest_ref": false, "reagent": {"items": "test@test.io", "throttle_pos": 706, "user_id": 799, "start_date": "admin@test.io", "end_date": null, "bed_number": "test@test.io"}, "lab_result": "https://exampl... | Agent used wrong parameter name 'tile_value' instead of 'tile' | {"current_draw":null,"reagent":null,"tile":{"manifest_ref":false,"reagent":{"items":"test@test.io","throttle_pos":706,"user_id":799,"start_date":"admin@test.io","end_date":null,"bed_number":"test@test.io"},"lab_result":"https://example.io/v1"},"published":"active"} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD loan_amount TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD thumbnail TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{"rating": "intermittent", "loan_a... | {"rating":"intermittent","loan_amount":"closed","thumbnail":"coastal"} | invalid_enum | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"loan_amount": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
... | {"rating": "intermittent", "loan_amount": "closed", "thumbnail": "invalid_value_568"} | Field 'thumbnail' has invalid enum value 'invalid_value_568', expected one of ['coastal', 'oceanic', 'inland', 'arctic'] | {"rating":"intermittent","loan_amount":"closed","thumbnail":"coastal"} |
TASK repair_structured_output
SPEC
FIELD attr_u77 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD col_v32 TYPE string_email REQUIRED no
FIELD val_i53 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD attr_r73 TYPE string REQUIRED no
FIELD col_x54 TYPE string VALUES... | {"attr_u77":"option_a","val_i53":"level_4","attr_r73":"John","col_x54":"enterprise"} | extra_field | {
"type": "object",
"properties": {
"attr_u77": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"col_v32": {
"type": "string",
"format": "email"
},
"val_i53": {
"type": "string",
"enum": [... | {"attr_u77": "option_a", "val_i53": "level_4", "attr_r73": "John", "col_x54": "enterprise", "extra_info_2661": 42} | Unknown field 'extra_info_2661' not defined in schema | {"attr_u77":"option_a","val_i53":"level_4","attr_r73":"John","col_x54":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE integer REQUIRED yes
FIELD size TYPE number REQUIRED no
FIELD strand TYPE string_uri REQUIRED no
FIELD status TYPE string REQUIRED yes
FIELD span_id TYPE string VALUES type_a|type_b|type_c REQUIRED no
BROKEN_OUTPUT
{"updated_at":698,"size":10.0,"strand":"https:... | {"updated_at":698,"size":10.0,"strand":"https://api.org/v1","status":"demo","span_id":"type_a"} | trailing_comma | {
"type": "object",
"properties": {
"updated_at": {
"type": "integer"
},
"size": {
"type": "number"
},
"strand": {
"type": "string",
"format": "uri"
},
"status": {
"type": "string"
},
"span_id": {
"type": "string",
"enum": [
"type... | {"updated_at":698,"size":10.0,"strand":"https://api.org/v1","status":"demo","span_id":"type_a",} | Unexpected trailing comma | {"updated_at":698,"size":10.0,"strand":"https://api.org/v1","status":"demo","span_id":"type_a"} |
TASK repair_structured_output
SPEC
FIELD val_o42 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_i47 TYPE number REQUIRED no
FIELD dim_i49.prop_w29 TYPE string_email REQUIRED yes
FIELD dim_i49.dim_s32 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD d... | {"val_o42":"intermittent","key_i47":595.47,"dim_i49":{"prop_w29":"admin@example.com","dim_s32":"option_d","dim_e64":{"attr_b05":null,"key_n64":863,"prop_x85":860.14,"key_r73":["mode_a"]},"val_k40":{"prop_y71":true,"field_f02":false,"dim_e50":"option_a","col_y42":"qux","field_a76":"2026-12-07T21:30:00Z","prop_b44":"chrX... | trailing_comma | {
"type": "object",
"properties": {
"val_o42": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_i47": {
"type": "number"
},
"dim_i49": {
"type": "object",
"properties": {
"prop_w29": {
"ty... | {"val_o42":"intermittent","key_i47":595.47,"dim_i49":{"prop_w29":"admin@example.com","dim_s32":"option_d","dim_e64":{"attr_b05":null,"key_n64":863,"prop_x85":860.14,"key_r73":["mode_a",]},"val_k40":{"prop_y71":true,"field_f02":false,"dim_e50":"option_a","col_y42":"qux","field_a76":"2026-12-07T21:30:00Z","prop_b44":"chr... | Unexpected trailing comma | {"val_o42":"intermittent","key_i47":595.47,"dim_i49":{"prop_w29":"admin@example.com","dim_s32":"option_d","dim_e64":{"attr_b05":null,"key_n64":863,"prop_x85":860.14,"key_r73":["mode_a"]},"val_k40":{"prop_y71":true,"field_f02":false,"dim_e50":"option_a","col_y42":"qux","field_a76":"2026-12-07T21:30:00Z","prop_b44":"chrX... |
TASK repair_structured_output
SPEC
FIELD dim_s59 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD col_f98 TYPE integer REQUIRED yes
FIELD prop_h79 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_q82 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_v1... | {"dim_s59":"cat_c","col_f98":605,"prop_h79":"closed","dim_q82":"maintenance","prop_b29":"Jane"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_s59": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"col_f98": {
"type": "integer"
},
"prop_h79": {
"type": "string",
"enum": [
"open",
"in_progress",
"reso... | get_inventory(dim_s59='cat_c', col_f98=605, prop_h79='closed', dim_q82='maintenance', prop_b29='Jane') | Tool call uses Python syntax instead of JSON | {"dim_s59":"cat_c","col_f98":605,"prop_h79":"closed","dim_q82":"maintenance","prop_b29":"Jane"} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD maturity_date TYPE number REQUIRED no
FIELD port_code TYPE integer REQUIRED no
FIELD allele TYPE null REQUIRED no
FIELD discount TYPE string_uri REQUIRED yes
FIELD visible.deploy_target.phenotype TYPE... | {"amount":"berthed","port_code":734,"discount":"https://api.com/api","transaction_id":"admin@example.com","full_name":442} | missing_bracket | {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"maturity_date": {
"type": "number"
},
"port_code": {
"type": "integer"
},
"allele": {
"type": ... | {"amount":"berthed","port_code":734,"discount":"https://api.com/api","transaction_id":"admin@example.com","full_name":442} | Missing closing bracket | {"amount":"berthed","port_code":734,"discount":"https://api.com/api","transaction_id":"admin@example.com","full_name":442} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading.amount TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD bill_of_lading.salinity TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD bill_of_lading.gene_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD bill_of_lad... | {"bill_of_lading":{"amount":"type_d","gene_id":"frameshift","product_id":295},"comments":"option_c","version":295,"length":{"medication":"medium","deploy_target":"level_2","id":"type_b","organism":"ops@domain.org","verified":"ops@test.io","chromosome":"hello","interest_rate":"Smith"},"created_at":540,"thumbnail":"type_... | extra_text_after | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"salinity": {
... | {"bill_of_lading":{"amount":"type_d","gene_id":"frameshift","product_id":295},"comments":"option_c","version":295,"length":{"medication":"medium","deploy_target":"level_2","id":"type_b","organism":"ops@domain.org","verified":"ops@test.io","chromosome":"hello","interest_rate":"Smith"},"created_at":540,"thumbnail":"type_... | Output contains non-JSON text after the object | {"bill_of_lading":{"amount":"type_d","gene_id":"frameshift","product_id":295},"comments":"option_c","version":295,"length":{"medication":"medium","deploy_target":"level_2","id":"type_b","organism":"ops@domain.org","verified":"ops@test.io","chromosome":"hello","interest_rate":"Smith"},"created_at":540,"thumbnail":"type_... |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD item_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD last_name TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD run_id TYPE boolean REQUIRED no
FIELD... | {"last_name":"level_4","run_id":true,"brake_pressure":863} | tool_call_text_mix | {
"type": "object",
"properties": {
"consignee": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"item_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"... | Processing the request now.
<tool_call name="apply_discount">
{"last_name":"level_4","run_id":true,"brake_pressure":863}
</tool_call. | Agent response mixes reasoning text with tool call | {"last_name":"level_4","run_id":true,"brake_pressure":863} |
TASK repair_structured_output
SPEC
FIELD attr_z54 TYPE null REQUIRED yes
FIELD attr_c93 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD key_o55 TYPE number REQUIRED no
FIELD attr_g61 TYPE boolean REQUIRED yes
FIELD param_n64 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD attr_g74 TYPE int... | {"attr_z54":null,"attr_c93":"cat_a","key_o55":486.34,"attr_g61":false,"param_n64":"mode_b","attr_g74":821} | thought_process | {
"type": "object",
"properties": {
"attr_z54": {
"type": "null"
},
"attr_c93": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"key_o55": {
"type": "number"
},
"attr_g61": {
"type"... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"attr_z54":null,"attr_c93":"cat_a","key_o55":486.34,"attr_g61":false,"param_n64":"mode_b","attr_g74":821} | Output contains chain-of-thought reasoning before JSON | {"attr_z54":null,"attr_c93":"cat_a","key_o55":486.34,"attr_g61":false,"param_n64":"mode_b","attr_g74":821} |
TASK repair_structured_output
SPEC
FIELD chapter.status TYPE string_uri REQUIRED no
FIELD chapter.website TYPE integer REQUIRED no
FIELD chapter.id TYPE string REQUIRED no
FIELD chapter.batch_code TYPE number REQUIRED yes
FIELD chapter.footnote TYPE boolean REQUIRED no
FIELD chapter.catalyst TYPE string REQUIRED no
FI... | {"chapter":{"website":122,"batch_code":388.67,"footnote":true,"step":"reliable"}} | markdown_fences | {
"type": "object",
"properties": {
"chapter": {
"type": "object",
"properties": {
"status": {
"type": "string",
"format": "uri"
},
"website": {
"type": "integer"
},
"id": {
"type": "string"
},
"batch_cod... | ```json
{"chapter":{"website":122,"batch_code":388.67,"footnote":true,"step":"reliable"}}
``` | Output contains markdown code fences | {"chapter":{"website":122,"batch_code":388.67,"footnote":true,"step":"reliable"}} |
TASK repair_structured_output
SPEC
FIELD key_d19 TYPE string REQUIRED no
FIELD param_b16 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD key_b30 TYPE string REQUIRED no
FIELD val_y10[] TYPE integer REQUIRED no
BROKEN_OUTPUT
Here's the structured output:
{"key_d19":"quux","param_b16":"option_a","key_b30":"2024... | {"key_d19":"quux","param_b16":"option_a","key_b30":"2024-01-15"} | extra_text_before | {
"type": "object",
"properties": {
"key_d19": {
"type": "string"
},
"param_b16": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"key_b30": {
"type": "string"
},
"val_y10": {
"type": "array",
"items": {
"type": ... | Here's the structured output:
{"key_d19":"quux","param_b16":"option_a","key_b30":"2024-01-15"} | Output contains non-JSON text before the object | {"key_d19":"quux","param_b16":"option_a","key_b30":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD score TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD quantity TYPE string REQUIRED yes
FIELD price TYPE number REQUIRED no
FIELD level.state TYPE boolean REQUIRED yes
FIELD level.timezone TYPE string_uri REQUIRED no
FIELD level.username TYPE boolean REQUIRE... | {"quantity":"London","price":419.35,"level":{"state":true,"timezone":"https://example.io/v1","username":false,"paragraph":608,"current_draw":[{"published":"BRL","commit_hash":"approved","color":false}],"span_id":["admin","viewer","editor","viewer"]},"shipping":{"gene_id":{"dissolved_oxygen":960,"country":"error","credi... | tool_call_text_mix | {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"quantity": {
"type": "string"
},
"price": {
"type": "number"
},
"level": {
"type": "object",
"properti... | Processing the request now.
<tool_call name="assign_berth">
{"quantity":"London","price":419.35,"level":{"state":true,"timezone":"https://example.io/v1","username":false,"paragraph":608,"current_draw":[{"published":"BRL","commit_hash":"approved","color":false}],"span_id":["admin","viewer","editor","viewer"]},"shipping"... | Agent response mixes reasoning text with tool call | {"quantity":"London","price":419.35,"level":{"state":true,"timezone":"https://example.io/v1","username":false,"paragraph":608,"current_draw":[{"published":"BRL","commit_hash":"approved","color":false}],"span_id":["admin","viewer","editor","viewer"]},"shipping":{"gene_id":{"dissolved_oxygen":960,"country":"error","credi... |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE integer REQUIRED yes
FIELD description TYPE boolean REQUIRED yes
FIELD level TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: check_availability
Result: {"brake_pressure": 730, "level": "level_2"... | {"brake_pressure":730,"description":false,"level":"level_2"} | agent_chain | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "integer"
},
"description": {
"type": "boolean"
},
"level": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
}
},
"required": [
"des... | Let me check the system.
Action: check_availability
Result: {"brake_pressure": 730, "level": "level_2"}
I'll query our database.
Action: fetch_lab_result
Result: | Agent multi-step chain with truncated tool output | {"brake_pressure":730,"description":false,"level":"level_2"} |
TASK repair_structured_output
SPEC
FIELD length TYPE integer REQUIRED no
FIELD step TYPE string REQUIRED no
FIELD last_name.current_draw TYPE string REQUIRED yes
FIELD last_name.account_id TYPE number REQUIRED yes
FIELD last_name.shift_code TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
call_v... | {"length":864,"last_name":{"current_draw":"pending","account_id":683.32,"shift_code":"high"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"length": {
"type": "integer"
},
"step": {
"type": "string"
},
"last_name": {
"type": "object",
"properties": {
"current_draw": {
"type": "string"
},
"account_id": {
"type": "number"
}... | call_variants(length=864, last_name={'current_draw': 'pending', 'account_id': 683.32, 'shift_code': 'high'}) | Tool call uses Python syntax instead of JSON | {"length":864,"last_name":{"current_draw":"pending","account_id":683.32,"shift_code":"high"}} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD language TYPE string VALUES type_a|type_b REQUIRED yes
FIELD published TYPE string VALUES level_1|level_2 REQUIRED yes
BROKEN_OUTPUT
<functioncall> generate_report
{batch_code: "cat_b", language: "type_b", published:... | {"batch_code":"cat_b","language":"type_b","published":"level_2"} | tool_call_bad_format | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"language": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"published": {
"type": "string",
"enum": [
... | <functioncall> generate_report
{batch_code: "cat_b", language: "type_b", published: "level_2"} | Tool call has malformed arguments — unquoted keys in function parameters | {"batch_code":"cat_b","language":"type_b","published":"level_2"} |
TASK repair_structured_output
SPEC
FIELD dim_k13 TYPE boolean REQUIRED no
FIELD val_c65 TYPE string REQUIRED yes
FIELD key_c12 TYPE integer REQUIRED yes
FIELD field_d62 TYPE number REQUIRED yes
FIELD param_j23 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_c65":"https://example.com","key_c12":171,"field_d62":796.25,"pa... | {"val_c65":"https://example.com","key_c12":171,"field_d62":796.25,"param_j23":"foo"} | truncated_object | {
"type": "object",
"properties": {
"dim_k13": {
"type": "boolean"
},
"val_c65": {
"type": "string"
},
"key_c12": {
"type": "integer"
},
"field_d62": {
"type": "number"
},
"param_j23": {
"type": "string"
}
},
"required": [
"param_j23",
... | {"val_c65":"https://example.com","key_c12":171,"field_d62":796.25,"param_j23":"foo" | Unexpected end of JSON input — truncated object | {"val_c65":"https://example.com","key_c12":171,"field_d62":796.25,"param_j23":"foo"} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD currency TYPE integer REQUIRED no
FIELD type TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD language.items TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD la... | {"hazmat_code":"cat_e","language":{"items":"cat_d","isotope":true,"quantity":"cat_c"},"active":"level_2","published":655.4} | unquoted_keys | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"currency": {
"type": "integer"
},
"type": {
"type": "string",
"enum": [
... | {hazmat_code:"cat_e",language:{items:"cat_d",isotope:true,quantity:"cat_c"},active:"level_2",published:655.4} | Expecting property name enclosed in double quotes | {"hazmat_code":"cat_e","language":{"items":"cat_d","isotope":true,"quantity":"cat_c"},"active":"level_2","published":655.4} |
TASK repair_structured_output
SPEC
FIELD dim_k60 TYPE integer REQUIRED no
FIELD dim_x33 TYPE string REQUIRED no
FIELD val_o67 TYPE string REQUIRED no
FIELD prop_w15 TYPE string REQUIRED no
FIELD param_o17 TYPE number REQUIRED yes
FIELD field_m02 TYPE null REQUIRED yes
FIELD dim_y79.attr_o10 TYPE integer REQUIRED yes
F... | {"dim_k60":600,"dim_x33":"Alice","val_o67":"sample","param_o17":655.59,"field_m02":null,"dim_y79":{"attr_o10":384,"val_r81":{"col_u32":"Bob","field_p55":"level_2","param_w22":true,"field_e05":"user@example.com","prop_e28":"Diana","dim_k59":465.67}}} | trailing_comma | {
"type": "object",
"properties": {
"dim_k60": {
"type": "integer"
},
"dim_x33": {
"type": "string"
},
"val_o67": {
"type": "string"
},
"prop_w15": {
"type": "string"
},
"param_o17": {
"type": "number"
},
"field_m02": {
"type": "null"
... | {"dim_k60":600,"dim_x33":"Alice","val_o67":"sample","param_o17":655.59,"field_m02":null,"dim_y79":{"attr_o10":384,"val_r81":{"col_u32":"Bob","field_p55":"level_2","param_w22":true,"field_e05":"user@example.com","prop_e28":"Diana","dim_k59":465.67}},} | Unexpected trailing comma | {"dim_k60":600,"dim_x33":"Alice","val_o67":"sample","param_o17":655.59,"field_m02":null,"dim_y79":{"attr_o10":384,"val_r81":{"col_u32":"Bob","field_p55":"level_2","param_w22":true,"field_e05":"user@example.com","prop_e28":"Diana","dim_k59":465.67}}} |
TASK repair_structured_output
SPEC
FIELD field_t43 TYPE null REQUIRED yes
FIELD param_n68 TYPE string REQUIRED yes
FIELD prop_x58 TYPE integer REQUIRED no
FIELD key_e32.col_h89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_e32.col_f60 TYPE string VALUES level_1|level_2|level_3|level_4 REQU... | {"field_t43":null,"param_n68":"RTG-04","key_e32":{"col_h89":"in_transit","col_f60":"level_4","col_x38":"FWD"}} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_t43": {
"type": "null"
},
"param_n68": {
"type": "string"
},
"prop_x58": {
"type": "integer"
},
"key_e32": {
"type": "object",
"properties": {
"col_h89": {
"type": "string",
"enum": [
... | <functioncall> create_order
{field_t43: null, param_n68: "RTG-04", key_e32: {col_h89: "in_transit", col_f60: "level_4", col_x38: "FWD"}} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_t43":null,"param_n68":"RTG-04","key_e32":{"col_h89":"in_transit","col_f60":"level_4","col_x38":"FWD"}} |
TASK repair_structured_output
SPEC
FIELD prop_x55 TYPE boolean REQUIRED no
FIELD key_a12 TYPE string REQUIRED no
FIELD val_i72 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_m33 TYPE string_date-time REQUIRED yes
FIELD param_q81 TYPE string REQUIRED no
FIELD prop_i36 TYPE string VALUES free|basic|pro|e... | {"prop_x55":false,"key_a12":"pending","val_i72":"email","attr_m33":"2026-12-18T06:00:00Z","param_q81":"RTG-04","dim_i50":false} | trailing_comma | {
"type": "object",
"properties": {
"prop_x55": {
"type": "boolean"
},
"key_a12": {
"type": "string"
},
"val_i72": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_m33": {
"type": "string",
... | {"prop_x55":false,"key_a12":"pending","val_i72":"email","attr_m33":"2026-12-18T06:00:00Z","param_q81":"RTG-04","dim_i50":false,} | Unexpected trailing comma | {"prop_x55":false,"key_a12":"pending","val_i72":"email","attr_m33":"2026-12-18T06:00:00Z","param_q81":"RTG-04","dim_i50":false} |
TASK repair_structured_output
SPEC
FIELD dim_e23 TYPE number REQUIRED no
FIELD prop_o43 TYPE string REQUIRED no
FIELD attr_g71 TYPE number REQUIRED yes
FIELD field_f20 TYPE number REQUIRED yes
FIELD attr_r40.col_n35 TYPE string REQUIRED yes
FIELD attr_r40.field_k42 TYPE integer REQUIRED no
FIELD attr_r40.prop_e95 TYPE... | {"attr_g71":436.59,"field_f20":189.75,"attr_r40":{"col_n35":"demo","key_p25":789,"field_l01":[{"col_f10":"push","prop_j01":34.33,"field_b97":377,"col_c60":"London","val_s80":true,"dim_i28":null},{"col_f10":"phone","prop_j01":380.83,"field_b97":820,"col_c60":"MV-Evergreen-01","val_s80":true,"dim_i28":null},{"col_f10":"p... | truncated_object | {
"type": "object",
"properties": {
"dim_e23": {
"type": "number"
},
"prop_o43": {
"type": "string"
},
"attr_g71": {
"type": "number"
},
"field_f20": {
"type": "number"
},
"attr_r40": {
"type": "object",
"properties": {
"col_n35": {
... | {"attr_g71":436.59,"field_f20":189.75,"attr_r40":{"col_n35":"demo","key_p25":789,"field_l01":[{"col_f10":"push","prop_j01":34.33,"field_b97":377,"col_c60":"London","val_s80":true,"dim_i28":null},{"col_f10":"phone","prop_j01":380.83,"field_b97":820,"col_c60":"MV-Evergreen-01","val_s80":true,"dim_i28":null},{"col_f10":"p... | Unexpected end of JSON input — truncated object | {"attr_g71":436.59,"field_f20":189.75,"attr_r40":{"col_n35":"demo","key_p25":789,"field_l01":[{"col_f10":"push","prop_j01":34.33,"field_b97":377,"col_c60":"London","val_s80":true,"dim_i28":null},{"col_f10":"phone","prop_j01":380.83,"field_b97":820,"col_c60":"MV-Evergreen-01","val_s80":true,"dim_i28":null},{"col_f10":"p... |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD price TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD shipping TYPE string REQUIRED yes
FIELD batch_code TYPE string REQUIRED yes
BROKEN_OUTPUT
{"shipping":"R... | {"shipping":"RTG-04","batch_code":"pending"} | missing_bracket | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"price": {
"type": "string",
"enum": [
"type_a",
"type_b",
"... | {"shipping":"RTG-04","batch_code":"pending"} | Missing closing bracket | {"shipping":"RTG-04","batch_code":"pending"} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string REQUIRED no
FIELD duration_ms TYPE string REQUIRED yes
FIELD height.phone TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD height.active TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD height.batch_code TYPE nu... | {"duration_ms":"A short description.","height":{"phone":"white","active":"option_d","batch_code":604.81,"diagnosis_code":"inactive","terminal_id":"moored"},"decay_rate":{"published":{"interest_rate":"QC-07","zip_code":"admin","type":"2024-11-25T10:03:00Z"},"enabled":false,"items":"delivered","order_id":"confirmed"},"lo... | markdown_explanation | {
"type": "object",
"properties": {
"strand": {
"type": "string"
},
"duration_ms": {
"type": "string"
},
"height": {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"red",
"blue",
"gr... | Let me provide the data in JSON format:
```json
{"duration_ms":"A short description.","height":{"phone":"white","active":"option_d","batch_code":604.81,"diagnosis_code":"inactive","terminal_id":"moored"},"decay_rate":{"published":{"interest_rate":"QC-07","zip_code":"admin","type":"2024-11-25T10:03:00Z"},"enabled":false... | Output contains markdown and explanatory text around JSON | {"duration_ms":"A short description.","height":{"phone":"white","active":"option_d","batch_code":604.81,"diagnosis_code":"inactive","terminal_id":"moored"},"decay_rate":{"published":{"interest_rate":"QC-07","zip_code":"admin","type":"2024-11-25T10:03:00Z"},"enabled":false,"items":"delivered","order_id":"confirmed"},"lo... |
TASK repair_structured_output
SPEC
FIELD val_i97 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_r65 TYPE string REQUIRED no
FIELD val_f24.attr_w26 TYPE null REQUIRED no
FIELD val_f24.key_l81 TYPE string REQUIRED no
FIELD val_f24.param_w10 TYPE string REQUIRED no
FIELD val_f24.field_o14 TYPE ... | {"val_i97":"moored","key_r65":"user@domain.com","val_f24":{"attr_w26":null,"key_l81":"Jane","param_w10":"approved","field_o14":"test","attr_d03":[{"key_r90":"frameshift","attr_w36":null,"col_m79":"test@example.com"}]},"prop_e73":true,"col_t43":"MV-Evergreen-01"} | markdown_explanation | {
"type": "object",
"properties": {
"val_i97": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_r65": {
"type": "string"
},
"val_f24": {
"type": "object",
"properties": {
"attr_w26": {
... | The instrument reported:
```json
{"val_i97":"moored","key_r65":"user@domain.com","val_f24":{"attr_w26":null,"key_l81":"Jane","param_w10":"approved","field_o14":"test","attr_d03":[{"key_r90":"frameshift","attr_w36":null,"col_m79":"test@example.com"}]},"prop_e73":true,"col_t43":"MV-Evergreen-01"}
```
Data logged successf... | Output contains markdown and explanatory text around JSON | {"val_i97":"moored","key_r65":"user@domain.com","val_f24":{"attr_w26":null,"key_l81":"Jane","param_w10":"approved","field_o14":"test","attr_d03":[{"key_r90":"frameshift","attr_w36":null,"col_m79":"test@example.com"}]},"prop_e73":true,"col_t43":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD key_b53 TYPE number REQUIRED yes
FIELD attr_a17 TYPE number REQUIRED no
FIELD col_e29 TYPE number REQUIRED no
FIELD val_w94[].field_j53 TYPE string REQUIRED yes
FIELD val_w94[].col_e25 TYPE integer REQUIRED no
FIELD val_w94[].dim_y67 TYPE string VALUES admin|editor|viewer REQUI... | {"key_b53":543.88,"attr_a17":250.22,"col_e29":353.45,"val_o82":[{"param_y05":"JPY","col_c86":"2023-04-24T06:35:00Z","key_w10":94.09,"col_y70":793}]} | extra_text_after | {
"type": "object",
"properties": {
"key_b53": {
"type": "number"
},
"attr_a17": {
"type": "number"
},
"col_e29": {
"type": "number"
},
"val_w94": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_j53": {
... | {"key_b53":543.88,"attr_a17":250.22,"col_e29":353.45,"val_o82":[{"param_y05":"JPY","col_c86":"2023-04-24T06:35:00Z","key_w10":94.09,"col_y70":793}]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"key_b53":543.88,"attr_a17":250.22,"col_e29":353.45,"val_o82":[{"param_y05":"JPY","col_c86":"2023-04-24T06:35:00Z","key_w10":94.09,"col_y70":793}]} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE boolean REQUIRED yes
FIELD shipper_ref TYPE null REQUIRED yes
FIELD dissolved_oxygen.start_date TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD dissolved_oxygen.maturity_date TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUI... | {"feedback":true,"shipper_ref":null,"dissolved_oxygen":{"start_date":"option_a","maturity_date":"level_4","lane":562,"procedure_code":false,"priority":"type_a","chromosome":"Tokyo"}} | agent_chain | {
"type": "object",
"properties": {
"feedback": {
"type": "boolean"
},
"shipper_ref": {
"type": "null"
},
"dissolved_oxygen": {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"option_a",
"o... | I need to look up the information first.
Action: call_variants
Result: {"feedback": true, "shipper_ref": null}
Processing the request now.
Action: process_payment
Result: | Agent multi-step chain with truncated tool output | {"feedback":true,"shipper_ref":null,"dissolved_oxygen":{"start_date":"option_a","maturity_date":"level_4","lane":562,"procedure_code":false,"priority":"type_a","chromosome":"Tokyo"}} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD published TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD footnote TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD item_id TYPE string VALUES level_1|level_2|... | {"diagnosis_code":"low","published":"option_a","item_id":"level_3","duration_ms":"mode_a","longitude":"sample"} | partial_structure | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"published": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"optio... | Based on the data, published is option_a. {"diagnosis_code":"low","published":"option_a","item_id":"level_3","duration_ms":"mode_a","longitude":"sample"} | Output mixes natural language with JSON | {"diagnosis_code":"low","published":"option_a","item_id":"level_3","duration_ms":"mode_a","longitude":"sample"} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE number REQUIRED no
FIELD options TYPE string_email REQUIRED no
FIELD age TYPE string REQUIRED yes
FIELD shipper_ref TYPE string REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD state TYPE null REQUIRED no
FIELD thumbnail TYPE string REQUIRED no
BROKEN... | {"options":"test@domain.org","age":"active","shipper_ref":"Jane","bill_of_lading":"active","state":null,"thumbnail":"This is a test value."} | markdown_explanation | {
"type": "object",
"properties": {
"dosage": {
"type": "number"
},
"options": {
"type": "string",
"format": "email"
},
"age": {
"type": "string"
},
"shipper_ref": {
"type": "string"
},
"bill_of_lading": {
"type": "string"
},
"state": {... | Below is the JSON object:
```json
{"options":"test@domain.org","age":"active","shipper_ref":"Jane","bill_of_lading":"active","state":null,"thumbnail":"This is a test value."}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"options":"test@domain.org","age":"active","shipper_ref":"Jane","bill_of_lading":"active","state":null,"thumbnail":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD field_t65.prop_q65 TYPE string REQUIRED no
FIELD field_t65.dim_f64 TYPE boolean REQUIRED no
FIELD field_t65.key_o54.field_b65 TYPE boolean REQUIRED yes
FIELD field_t65.key_o54.col_n55 TYPE boolean REQUIRED no
FIELD field_t65.key_o54.param_c44 TYPE string VALUES cat_a|cat_b REQU... | {"field_t65":{"prop_q65":"https://api.example.com/v1","dim_f64":true,"key_o54":{"field_b65":false,"col_n55":true,"param_c44":"cat_b","field_v79":"level_2","param_k31":["cat_c","cat_d"]},"param_l86":432,"field_i62":804.74},"col_l85":"2024-02-17T21:51:00Z","attr_f92":"mode_b","param_e42":"intermittent"} | markdown_explanation | {
"type": "object",
"properties": {
"field_t65": {
"type": "object",
"properties": {
"prop_q65": {
"type": "string"
},
"dim_f64": {
"type": "boolean"
},
"key_o54": {
"type": "object",
"properties": {
"field_b... | Pipeline result:
```json
{"field_t65":{"prop_q65":"https://api.example.com/v1","dim_f64":true,"key_o54":{"field_b65":false,"col_n55":true,"param_c44":"cat_b","field_v79":"level_2","param_k31":["cat_c","cat_d"]},"param_l86":432,"field_i62":804.74},"col_l85":"2024-02-17T21:51:00Z","attr_f92":"mode_b","param_e42":"intermi... | Output contains markdown and explanatory text around JSON | {"field_t65":{"prop_q65":"https://api.example.com/v1","dim_f64":true,"key_o54":{"field_b65":false,"col_n55":true,"param_c44":"cat_b","field_v79":"level_2","param_k31":["cat_c","cat_d"]},"param_l86":432,"field_i62":804.74},"col_l85":"2024-02-17T21:51:00Z","attr_f92":"mode_b","param_e42":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD prop_g80 TYPE string REQUIRED yes
FIELD col_m73 TYPE string REQUIRED yes
FIELD dim_g13[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_g80":"active","col_m73":"Maria","dim_g13":["chr1","chrX"] | {"prop_g80":"active","col_m73":"Maria","dim_g13":["chr1","chrX"]} | truncated_object | {
"type": "object",
"properties": {
"prop_g80": {
"type": "string"
},
"col_m73": {
"type": "string"
},
"dim_g13": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"col_m73",
"dim_g13",
"prop_g80"
]
} | {"prop_g80":"active","col_m73":"Maria","dim_g13":["chr1","chrX"] | Unexpected end of JSON input — truncated object | {"prop_g80":"active","col_m73":"Maria","dim_g13":["chr1","chrX"]} |
TASK repair_structured_output
SPEC
FIELD prop_g08 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD val_n02 TYPE integer REQUIRED no
FIELD col_o48 TYPE integer REQUIRED yes
FIELD col_d77 TYPE string REQUIRED yes
FIELD attr_h78 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD key_z87 TYPE string RE... | {"prop_g08":"BRL","col_o48":77,"col_d77":"Sao Paulo","attr_h78":"low"} | extra_text_before | {
"type": "object",
"properties": {
"prop_g08": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_n02": {
"type": "integer"
},
"col_o48": {
"type": "integer"
},
"col_d77": {
"type": "strin... | Pipeline result:
{"prop_g08":"BRL","col_o48":77,"col_d77":"Sao Paulo","attr_h78":"low"} | Output contains non-JSON text before the object | {"prop_g08":"BRL","col_o48":77,"col_d77":"Sao Paulo","attr_h78":"low"} |
TASK repair_structured_output
SPEC
FIELD param_j35 TYPE string REQUIRED yes
FIELD field_x46 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_s24 TYPE number REQUIRED no
FIELD key_p33.col_p89.val_g12 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_p33.col_p89.col_u44 TYPE intege... | {"param_j35":"Luis","field_x46":"USD","dim_s24":7.61} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_j35": {
"type": "string"
},
"field_x46": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_s24": {
"type": "number"
},
"key_p33": {
"type": "obje... | I need to look up the information first.
Action: book_appointment
Arguments: {"param_j35": "Luis", "dim_s24": 7.61} | Agent tool call missing required parameter 'field_x46' | {"param_j35":"Luis","field_x46":"USD","dim_s24":7.61} |
TASK repair_structured_output
SPEC
FIELD attr_v49 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD attr_l14 TYPE string_email REQUIRED yes
FIELD field_g45 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_h99 TYPE string REQUIRED yes
FIELD col_o14 TYPE boolean REQUIRED no
BROKEN_OUTPUT
... | {"attr_l14":"ops@domain.org","field_g45":"free","prop_h99":"Bob","col_o14":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_v49": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"attr_l14": {
"type": "string",
"format": "email"
},
"field_g45": {
"type": "string",
"enum": [
... | Let me check the system.
Action: update_record
Arguments: {"attr_l14": "ops@domain.org", "field_g45": "free", "col_o14": false} | Agent tool call missing required parameter 'prop_h99' | {"attr_l14":"ops@domain.org","field_g45":"free","prop_h99":"Bob","col_o14":false} |
TASK repair_structured_output
SPEC
FIELD param_z87 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_x75 TYPE string REQUIRED no
FIELD field_s60 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_z58 TYPE string REQUIRED no
FIELD param_b28 TYPE integer REQUIRED no
BROKEN... | {"param_z87":"coastal","param_x75":"PASS","field_s60":"resolved","dim_z58":"world"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_z87": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_x75": {
"type": "string"
},
"field_s60": {
"type": "string",
"enum": [
"open",
"... | Tool: read_sensor_array
Params: {"param_z87": "coastal", "param_x75": "PASS", "field_s60": "resolved", "dim_z58": "world"} | Agent used wrong parameter name 'param_b282' instead of 'param_b28' | {"param_z87":"coastal","param_x75":"PASS","field_s60":"resolved","dim_z58":"world"} |
TASK repair_structured_output
SPEC
FIELD attr_x10 TYPE integer REQUIRED yes
FIELD key_v93 TYPE string REQUIRED yes
FIELD dim_h84 TYPE integer REQUIRED no
FIELD key_a28 TYPE string REQUIRED yes
FIELD field_p06 TYPE integer REQUIRED no
FIELD key_p83 TYPE number REQUIRED no
FIELD prop_z38 TYPE string REQUIRED no
BROKEN_... | {"attr_x10":923,"key_v93":"Luis","dim_h84":328,"key_a28":"user@domain.com","field_p06":589,"prop_z38":"Bob"} | single_quotes | {
"type": "object",
"properties": {
"attr_x10": {
"type": "integer"
},
"key_v93": {
"type": "string"
},
"dim_h84": {
"type": "integer"
},
"key_a28": {
"type": "string"
},
"field_p06": {
"type": "integer"
},
"key_p83": {
"type": "number"... | {'attr_x10':923,'key_v93':'Luis','dim_h84':328,'key_a28':'user@domain.com','field_p06':589,'prop_z38':'Bob'} | Expecting property name enclosed in double quotes | {"attr_x10":923,"key_v93":"Luis","dim_h84":328,"key_a28":"user@domain.com","field_p06":589,"prop_z38":"Bob"} |
TASK repair_structured_output
SPEC
FIELD language TYPE string_email REQUIRED no
FIELD website TYPE integer REQUIRED yes
FIELD total TYPE string REQUIRED yes
FIELD build_status[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"language": "info@test.io", "website": 919, "total": null, "build_status": ["foo", "Hapag-Lloyd-Expr... | {"language":"info@test.io","website":919,"total":"inactive","build_status":["foo","Hapag-Lloyd-Express","Charlie","test@example.com"]} | null_required | {
"type": "object",
"properties": {
"language": {
"type": "string",
"format": "email"
},
"website": {
"type": "integer"
},
"total": {
"type": "string"
},
"build_status": {
"type": "array",
"items": {
"type": "string"
}
}
},
"requi... | {"language": "info@test.io", "website": 919, "total": null, "build_status": ["foo", "Hapag-Lloyd-Express", "Charlie", "test@example.com"]} | Required field 'total' is null | {"language":"info@test.io","website":919,"total":"inactive","build_status":["foo","Hapag-Lloyd-Express","Charlie","test@example.com"]} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string REQUIRED no
FIELD log_level TYPE string_date-time REQUIRED yes
FIELD quantity TYPE string VALUES single|married|divorced REQUIRED no
FIELD company TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: get_inventory
Result: {"log_level": "... | {"bearing":"RTG-04","log_level":"2024-03-16T02:22:00Z","company":776} | agent_chain | {
"type": "object",
"properties": {
"bearing": {
"type": "string"
},
"log_level": {
"type": "string",
"format": "date-time"
},
"quantity": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"company": {
"ty... | Let me check the system.
Action: get_inventory
Result: {"log_level": "2024-03-16T02:22:00Z", "company": 776}
Processing the request now.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"bearing":"RTG-04","log_level":"2024-03-16T02:22:00Z","company":776} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD maturity_date TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD version TYPE integer REQUIRED no
FIELD voltage TYPE string_date-time REQUIRED no
FIELD visible TYPE integer REQUIRED yes
FIELD lab_resu... | {"fleet_number":"level_1","maturity_date":"critical","version":102,"voltage":"2020-11-22T13:41:00Z","visible":313,"lab_result":"level_1"} | extra_text_before | {
"type": "object",
"properties": {
"fleet_number": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"maturity_date": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"version": {
... | Pipeline result:
{"fleet_number":"level_1","maturity_date":"critical","version":102,"voltage":"2020-11-22T13:41:00Z","visible":313,"lab_result":"level_1"} | Output contains non-JSON text before the object | {"fleet_number":"level_1","maturity_date":"critical","version":102,"voltage":"2020-11-22T13:41:00Z","visible":313,"lab_result":"level_1"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE boolean REQUIRED no
FIELD interest_rate TYPE string REQUIRED no
FIELD published TYPE null REQUIRED no
FIELD description TYPE string REQUIRED yes
BROKEN_OUTPUT
{"footnote":false,"published":null,"description":"https://api.example.com/v1" | {"footnote":false,"published":null,"description":"https://api.example.com/v1"} | truncated_object | {
"type": "object",
"properties": {
"footnote": {
"type": "boolean"
},
"interest_rate": {
"type": "string"
},
"published": {
"type": "null"
},
"description": {
"type": "string"
}
},
"required": [
"description"
]
} | {"footnote":false,"published":null,"description":"https://api.example.com/v1" | Unexpected end of JSON input — truncated object | {"footnote":false,"published":null,"description":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_f63 TYPE string REQUIRED no
FIELD prop_z01 TYPE integer REQUIRED yes
FIELD field_i93 TYPE string REQUIRED no
FIELD key_m30 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_t06 TYPE number REQUIRED no
BROKEN_OUTPUT
{prop_z01:381,col_t06:155.3} | {"prop_z01":381,"col_t06":155.3} | unquoted_keys | {
"type": "object",
"properties": {
"dim_f63": {
"type": "string"
},
"prop_z01": {
"type": "integer"
},
"field_i93": {
"type": "string"
},
"key_m30": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}... | {prop_z01:381,col_t06:155.3} | Expecting property name enclosed in double quotes | {"prop_z01":381,"col_t06":155.3} |
TASK repair_structured_output
SPEC
FIELD prop_v88 TYPE integer REQUIRED yes
FIELD param_s86 TYPE integer REQUIRED no
FIELD attr_x25 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"prop_v88":331,"param_s86":567,"attr_x25":952} | {"prop_v88":331,"param_s86":567,"attr_x25":952} | thought_process | {
"type": "object",
"properties": {
"prop_v88": {
"type": "integer"
},
"param_s86": {
"type": "integer"
},
"attr_x25": {
"type": "integer"
}
},
"required": [
"attr_x25",
"prop_v88"
]
} | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"prop_v88":331,"param_s86":567,"attr_x25":952} | Output contains chain-of-thought reasoning before JSON | {"prop_v88":331,"param_s86":567,"attr_x25":952} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD account_id.verified TYPE string REQUIRED no
FIELD account_id.altitude TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD account_id.status_code TYPE string_date-time REQUIRED no
FIELD account_id.price ... | {"state":"GBP","account_id":{"altitude":"red","status_code":"2024-09-08T16:13:00Z","price":"hello","subtotal":833.06,"url":{"altitude":"https://data.com/api","tax":"demo","phone":769,"subject":"Berlin","manifest_ref":213},"interest_rate":"synonymous","color":560.29},"sensor_id":554,"items":"high"} | unquoted_keys | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"account_id": {
"type": "object",
"properties": {
"verified": {
"type": "string"
},
"a... | {state:"GBP",account_id:{altitude:"red",status_code:"2024-09-08T16:13:00Z",price:"hello",subtotal:833.06,url:{altitude:"https://data.com/api",tax:"demo",phone:769,subject:"Berlin",manifest_ref:213},interest_rate:"synonymous",color:560.29},sensor_id:554,items:"high"} | Expecting property name enclosed in double quotes | {"state":"GBP","account_id":{"altitude":"red","status_code":"2024-09-08T16:13:00Z","price":"hello","subtotal":833.06,"url":{"altitude":"https://data.com/api","tax":"demo","phone":769,"subject":"Berlin","manifest_ref":213},"interest_rate":"synonymous","color":560.29},"sensor_id":554,"items":"high"} |
TASK repair_structured_output
SPEC
FIELD field_k33 TYPE string REQUIRED yes
FIELD key_t39 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_d79 TYPE string REQUIRED no
FIELD key_e88.dim_n87 TYPE string REQUIRED yes
FIELD key_e88.val_c80 TYPE string REQUIRED no
FIELD key_e88.field_i59[] TYPE string VA... | {"field_k33":"world","key_t39":"success","key_e88":{"dim_n87":"GRCh38","val_c80":"test"},"val_l03":349,"attr_d60":null} | invalid_enum | {
"type": "object",
"properties": {
"field_k33": {
"type": "string"
},
"key_t39": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_d79": {
"type": "string"
},
"key_e88": {
"type": "object",
... | {"field_k33": "world", "key_t39": "invalid_option_270", "key_e88": {"dim_n87": "GRCh38", "val_c80": "test"}, "val_l03": 349, "attr_d60": null} | Field 'key_t39' has invalid enum value 'invalid_option_270', expected one of ['success', 'error', 'warning', 'info'] | {"field_k33":"world","key_t39":"success","key_e88":{"dim_n87":"GRCh38","val_c80":"test"},"val_l03":349,"attr_d60":null} |
TASK repair_structured_output
SPEC
FIELD key_q25.param_o73 TYPE string REQUIRED yes
FIELD key_q25.attr_t86 TYPE string REQUIRED yes
FIELD key_q25.dim_z93 TYPE string_uri REQUIRED no
FIELD key_q25.dim_z15 TYPE number REQUIRED no
FIELD key_q25.val_g76 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_q2... | {"param_o01":"https://example.io/v1","prop_k50":481.69,"field_h40":"intermittent","attr_j81":"test"} | single_quotes | {
"type": "object",
"properties": {
"key_q25": {
"type": "object",
"properties": {
"param_o73": {
"type": "string"
},
"attr_t86": {
"type": "string"
},
"dim_z93": {
"type": "string",
"format": "uri"
},
"d... | {'param_o01':'https://example.io/v1','prop_k50':481.69,'field_h40':'intermittent','attr_j81':'test'} | Expecting property name enclosed in double quotes | {"param_o01":"https://example.io/v1","prop_k50":481.69,"field_h40":"intermittent","attr_j81":"test"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE integer REQUIRED yes
FIELD account_id TYPE integer REQUIRED no
FIELD brake_pressure TYPE string_date-time REQUIRED no
FIELD frequency_hz TYPE string REQUIRED yes
FIELD footnote TYPE null REQUIRED yes
FIELD visible.allele TYPE boolean REQUIRED yes
FIELD visible.bea... | {"zip_code":404,"brake_pressure":"2023-10-02T20:46:00Z","frequency_hz":"MV-Evergreen-01","footnote":null,"visible":{"allele":false,"bearing":965,"maturity_date":66,"pressure_kpa":{"loan_amount":false,"repository":27,"aligned_pct":"archived","index":"2024-11-05T23:33:00Z"}}} | agent_chain | {
"type": "object",
"properties": {
"zip_code": {
"type": "integer"
},
"account_id": {
"type": "integer"
},
"brake_pressure": {
"type": "string",
"format": "date-time"
},
"frequency_hz": {
"type": "string"
},
"footnote": {
"type": "null"
},... | Let me check the system.
Action: calculate_docking_fee
Result: {"zip_code": 404, "brake_pressure": "2023-10-02T20:46:00Z", "frequency_hz": "MV-Evergreen-01", "footnote": null}
I'll query our database.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"zip_code":404,"brake_pressure":"2023-10-02T20:46:00Z","frequency_hz":"MV-Evergreen-01","footnote":null,"visible":{"allele":false,"bearing":965,"maturity_date":66,"pressure_kpa":{"loan_amount":false,"repository":27,"aligned_pct":"archived","index":"2024-11-05T23:33:00Z"}}} |
TASK repair_structured_output
SPEC
FIELD features TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD website TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD age TYPE null REQUIRED no
FIELD score TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
call_variants(features='bas... | {"features":"basic","website":"green","age":null,"score":"phone"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"features": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"website": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | call_variants(features='basic', website='green', age=None, score='phone') | Tool call uses Python syntax instead of JSON | {"features":"basic","website":"green","age":null,"score":"phone"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE null REQUIRED yes
FIELD status TYPE number REQUIRED no
FIELD values TYPE string_date-time REQUIRED no
FIELD user_id TYPE string REQUIRED no
FIELD section TYPE string REQUIRED no
FIELD yield_pct TYPE string REQUIRED no
FIELD duration_ms TYPE null REQUIRED no
BROKE... | {"subtotal":null,"values":"2020-02-11T10:23:00Z","user_id":"cancelled","section":"https://example.com","yield_pct":"test","duration_ms":null} | missing_bracket | {
"type": "object",
"properties": {
"subtotal": {
"type": "null"
},
"status": {
"type": "number"
},
"values": {
"type": "string",
"format": "date-time"
},
"user_id": {
"type": "string"
},
"section": {
"type": "string"
},
"yield_pct": {
... | {"subtotal":null,"values":"2020-02-11T10:23:00Z","user_id":"cancelled","section":"https://example.com","yield_pct":"test","duration_ms":null} | Missing closing bracket | {"subtotal":null,"values":"2020-02-11T10:23:00Z","user_id":"cancelled","section":"https://example.com","yield_pct":"test","duration_ms":null} |
TASK repair_structured_output
SPEC
FIELD weight TYPE integer REQUIRED yes
FIELD voltage TYPE string REQUIRED yes
FIELD color TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
BROKEN_OUTPUT
{"weight": 275, "voltage": "PASS", "color": "option_a", "extra_value_8865": 42} | {"weight":275,"voltage":"PASS","color":"option_a"} | extra_field | {
"type": "object",
"properties": {
"weight": {
"type": "integer"
},
"voltage": {
"type": "string"
},
"color": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
}
},
"required":... | {"weight": 275, "voltage": "PASS", "color": "option_a", "extra_value_8865": 42} | Unknown field 'extra_value_8865' not defined in schema | {"weight":275,"voltage":"PASS","color":"option_a"} |
TASK repair_structured_output
SPEC
FIELD val_w84 TYPE string REQUIRED no
FIELD field_p98 TYPE number REQUIRED yes
FIELD param_g40 TYPE string_uri REQUIRED yes
FIELD key_l79 TYPE number REQUIRED no
FIELD col_a88.val_t74 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD col_a88.key_x62 TYPE null REQUIRED ... | {"field_p98":436.0,"param_g40":"https://example.org/v1","key_l79":425.86,"col_a88":{"val_t74":"blue","key_x62":null,"val_r00":"PASS","field_n37":532.31,"col_t91":83.86}} | agent_chain | {
"type": "object",
"properties": {
"val_w84": {
"type": "string"
},
"field_p98": {
"type": "number"
},
"param_g40": {
"type": "string",
"format": "uri"
},
"key_l79": {
"type": "number"
},
"col_a88": {
"type": "object",
"properties": {
... | I need to look up the information first.
Action: calculate_price
Result: {"field_p98": 436.0, "param_g40": "https://example.org/v1", "key_l79": 425.86}
I'll query our database.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"field_p98":436.0,"param_g40":"https://example.org/v1","key_l79":425.86,"col_a88":{"val_t74":"blue","key_x62":null,"val_r00":"PASS","field_n37":532.31,"col_t91":83.86}} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE integer REQUIRED no
FIELD repository TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD first_name TYPE string_uri REQUIRED yes
FIELD comments TYPE integer REQUIRED no
FIELD tile TYPE string REQUIRED yes
FIELD umi.email TYPE string V... | {"repository":"mode_e","first_name":"https://example.org/v1","comments":464,"tile":"approved","umi":{"email":"type_c","half_life":510,"vital_sign":true,"voltage":{"terminal_id":"mode_e","thumbnail":"active","catalyst":true,"length":360.95},"decay_rate":769.51,"log_level":{"description":502.65,"vessel_name":null,"pressu... | wrong_type | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "integer"
},
"repository": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"first_name": {
"type": "string",
... | {"repository": "mode_e", "first_name": "https://example.org/v1", "comments": "\"464\"", "tile": "approved", "umi": {"email": "type_c", "half_life": 510, "vital_sign": true, "voltage": {"terminal_id": "mode_e", "thumbnail": "active", "catalyst": true, "length": 360.95}, "decay_rate": 769.51, "log_level": {"description":... | Field 'comments' must be integer, got string | {"repository":"mode_e","first_name":"https://example.org/v1","comments":464,"tile":"approved","umi":{"email":"type_c","half_life":510,"vital_sign":true,"voltage":{"terminal_id":"mode_e","thumbnail":"active","catalyst":true,"length":360.95},"decay_rate":769.51,"log_level":{"description":502.65,"vessel_name":null,"pressu... |
TASK repair_structured_output
SPEC
FIELD key_g35.prop_m13 TYPE integer REQUIRED yes
FIELD key_g35.param_a84 TYPE string_uri REQUIRED yes
FIELD key_g35.field_x90.attr_e64 TYPE boolean REQUIRED yes
FIELD key_g35.field_x90.dim_c19 TYPE string REQUIRED no
FIELD key_g35.field_x90.val_b96 TYPE string REQUIRED yes
FIELD key_... | {"key_g35":{"prop_m13":864,"param_a84":"https://api.io/api","field_x90":{"attr_e64":true,"val_b96":"test","field_h55":true,"attr_a72":"This is a test value.","param_y21":null,"col_n35":168}},"prop_r31":null,"field_g02":270} | partial_structure | {
"type": "object",
"properties": {
"key_g35": {
"type": "object",
"properties": {
"prop_m13": {
"type": "integer"
},
"param_a84": {
"type": "string",
"format": "uri"
},
"field_x90": {
"type": "object",
"proper... | Result: key_g35={'prop_m13': 864, 'param_a84': 'https://api.io/api', 'field_x90': {'attr_e64': True, 'val_b96': 'test', 'field_h55': True, 'attr_a72': 'This is a test value.', 'param_y21': None, 'col_n35': 168}}, {"key_g35":{"prop_m13":864,"param_a84":"https://api.io/api","field_x90":{"attr_e64":true,"val_b96":"test","... | Output mixes natural language with JSON | {"key_g35":{"prop_m13":864,"param_a84":"https://api.io/api","field_x90":{"attr_e64":true,"val_b96":"test","field_h55":true,"attr_a72":"This is a test value.","param_y21":null,"col_n35":168}},"prop_r31":null,"field_g02":270} |
TASK repair_structured_output
SPEC
FIELD attr_q69 TYPE string REQUIRED no
FIELD col_s76 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD field_o11 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_v47[] TYPE number REQUIRED no
FIELD attr_a85[] TYPE string REQUIRED yes
BRO... | {"attr_q69":"QC-07","col_s76":"synonymous","field_o11":"info","attr_a85":["example"]} | extra_text_after | {
"type": "object",
"properties": {
"attr_q69": {
"type": "string"
},
"col_s76": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_o11": {
"type": "string",
"enum": [
"success",... | {"attr_q69":"QC-07","col_s76":"synonymous","field_o11":"info","attr_a85":["example"]}
Analysis finished. | Output contains non-JSON text after the object | {"attr_q69":"QC-07","col_s76":"synonymous","field_o11":"info","attr_a85":["example"]} |
TASK repair_structured_output
SPEC
FIELD val_h05 TYPE boolean REQUIRED yes
FIELD param_x00 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD param_k43.param_f43 TYPE null REQUIRED no
FIELD param_k43.col_t75 TYPE string_uri REQUIRED yes
FIELD param_k43.val_m44 TYPE boolean REQUIRED no
FIELD ... | {"val_h05":false,"param_x00":"nonsense","param_k43":{"param_f43":null,"col_t75":"https://data.io/v1","val_m44":true,"val_h49":true,"key_u68":{"attr_x13":932,"val_q59":656.79,"prop_y80":[false,false,true]},"param_u29":"cat_a","prop_j48":null},"prop_q01":{"col_y77":"mode_c","prop_q84":"A short description.","dim_w74":{"v... | invalid_enum | {
"type": "object",
"properties": {
"val_h05": {
"type": "boolean"
},
"param_x00": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"param_k43": {
"type": "object",
"properties": {
"p... | {"val_h05": false, "param_x00": "invalid_choice_425", "param_k43": {"param_f43": null, "col_t75": "https://data.io/v1", "val_m44": true, "val_h49": true, "key_u68": {"attr_x13": 932, "val_q59": 656.79, "prop_y80": [false, false, true]}, "param_u29": "cat_a", "prop_j48": null}, "prop_q01": {"col_y77": "mode_c", "prop_q8... | Field 'param_x00' has invalid enum value 'invalid_choice_425', expected one of ['synonymous', 'missense', 'nonsense', 'frameshift'] | {"val_h05":false,"param_x00":"nonsense","param_k43":{"param_f43":null,"col_t75":"https://data.io/v1","val_m44":true,"val_h49":true,"key_u68":{"attr_x13":932,"val_q59":656.79,"prop_y80":[false,false,true]},"param_u29":"cat_a","prop_j48":null},"prop_q01":{"col_y77":"mode_c","prop_q84":"A short description.","dim_w74":{"v... |
TASK repair_structured_output
SPEC
FIELD lane TYPE integer REQUIRED no
FIELD medication.published TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD medication.credit_score TYPE string REQUIRED no
FIELD medication.url TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD medication.stran... | {"lane":511,"medication":{"published":"operational","credit_score":"completed","strand":"GBP"},"umi":"test@example.com","description":1000,"bill_of_lading":"maintenance"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"lane": {
"type": "integer"
},
"medication": {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance... | Tool: assign_berth
Params: {"lane": 511, "medication": {"published": "operational", "credit_score": "completed", "strand": "GBP"}, "umi": "test@example.com", "bill_of_lading": "maintenance", "description_value": 1000} | Agent used wrong parameter name 'description_value' instead of 'description' | {"lane":511,"medication":{"published":"operational","credit_score":"completed","strand":"GBP"},"umi":"test@example.com","description":1000,"bill_of_lading":"maintenance"} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD status_code.order_id.full_name TYPE string REQUIRED yes
FIELD status_code.order_id.span_id TYPE string_date-time REQUIRED yes
FIELD status_code.order_id.footnote TYPE integer REQUIRED yes
FIELD status_cod... | {"status_code":{"order_id":{"full_name":"2024-01-15","span_id":"2022-04-16T18:13:00Z","footnote":897},"timezone":"Santos","gene_id":{"shipper_ref":"mode_c","status":true,"cargo_type":"example"},"city":"new"},"active":{"title":"cat_a","created_at":"mode_c","credit_score":"phone"},"wavelength":"open","branch":"type_c","l... | wrong_type | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"status_code": {
"type": "object",
"properties": {
"order_id": {
"type": "object",
"properties": {
... | {"status_code": {"order_id": {"full_name": "2024-01-15", "span_id": "2022-04-16T18:13:00Z", "footnote": 897}, "timezone": "Santos", "gene_id": {"shipper_ref": "mode_c", "status": true, "cargo_type": "example"}, "city": "new"}, "active": {"title": "cat_a", "created_at": "mode_c", "credit_score": "phone"}, "wavelength": ... | Field 'run_id' must be integer, got string | {"status_code":{"order_id":{"full_name":"2024-01-15","span_id":"2022-04-16T18:13:00Z","footnote":897},"timezone":"Santos","gene_id":{"shipper_ref":"mode_c","status":true,"cargo_type":"example"},"city":"new"},"active":{"title":"cat_a","created_at":"mode_c","credit_score":"phone"},"wavelength":"open","branch":"type_c","l... |
TASK repair_structured_output
SPEC
FIELD country TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD torque_output TYPE null REQUIRED yes
FIELD umi TYPE string REQUIRED yes
FIELD last_name TYPE boolean REQUIRED yes
FIELD trace_id.url TYPE string_email REQUIRED no
FIELD trace_id.price TYPE integer ... | {"country":"option_b","torque_output":null,"umi":"London","last_name":false,"trace_id":{"url":"ops@domain.org","price":743,"current_draw":"Maria","weight":{"role":644.12,"state":973,"batch_code":"option_d"}}} | markdown_fences | {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"torque_output": {
"type": "null"
},
"umi": {
"type": "string"
},
"last_name": {
"type": "b... | ```json
{"country":"option_b","torque_output":null,"umi":"London","last_name":false,"trace_id":{"url":"ops@domain.org","price":743,"current_draw":"Maria","weight":{"role":644.12,"state":973,"batch_code":"option_d"}}}
``` | Output contains markdown code fences | {"country":"option_b","torque_output":null,"umi":"London","last_name":false,"trace_id":{"url":"ops@domain.org","price":743,"current_draw":"Maria","weight":{"role":644.12,"state":973,"batch_code":"option_d"}}} |
TASK repair_structured_output
SPEC
FIELD attr_e63 TYPE integer REQUIRED yes
FIELD dim_x28 TYPE integer REQUIRED no
FIELD field_u54 TYPE integer REQUIRED yes
FIELD val_m85 TYPE string_date-time REQUIRED yes
FIELD val_a61 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_e63":469,"dim_x28":138,"field_u54":984,"val_m85":"20... | {"attr_e63":469,"dim_x28":138,"field_u54":984,"val_m85":"2020-12-24T09:33:00Z","val_a61":"MV-Evergreen-01"} | missing_bracket | {
"type": "object",
"properties": {
"attr_e63": {
"type": "integer"
},
"dim_x28": {
"type": "integer"
},
"field_u54": {
"type": "integer"
},
"val_m85": {
"type": "string",
"format": "date-time"
},
"val_a61": {
"type": "string"
}
},
"req... | {"attr_e63":469,"dim_x28":138,"field_u54":984,"val_m85":"2020-12-24T09:33:00Z","val_a61":"MV-Evergreen-01"} | Missing closing bracket | {"attr_e63":469,"dim_x28":138,"field_u54":984,"val_m85":"2020-12-24T09:33:00Z","val_a61":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string_email REQUIRED no
FIELD position TYPE integer REQUIRED yes
FIELD end_date.currency TYPE string VALUES active|inactive|pending REQUIRED no
FIELD end_date.price TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD end_date.comments ... | {"chromosome":"info@domain.org","position":155,"end_date":{"currency":"active","comments":"missense","manifest_ref":"red","throttle_pos":758,"verified":"user@domain.com","notes":"rejected","status":"open"}} | markdown_explanation | {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
"format": "email"
},
"position": {
"type": "integer"
},
"end_date": {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"active",
... | Below is the JSON object:
```json
{"chromosome":"info@domain.org","position":155,"end_date":{"currency":"active","comments":"missense","manifest_ref":"red","throttle_pos":758,"verified":"user@domain.com","notes":"rejected","status":"open"}}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"chromosome":"info@domain.org","position":155,"end_date":{"currency":"active","comments":"missense","manifest_ref":"red","throttle_pos":758,"verified":"user@domain.com","notes":"rejected","status":"open"}} |
TASK repair_structured_output
SPEC
FIELD key_q82 TYPE number REQUIRED no
FIELD param_t21 TYPE string REQUIRED yes
FIELD prop_c04 TYPE string REQUIRED no
FIELD dim_e72 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"param_t21":"GRCh38"}
Hope this helps! | {"param_t21":"GRCh38"} | extra_text_after | {
"type": "object",
"properties": {
"key_q82": {
"type": "number"
},
"param_t21": {
"type": "string"
},
"prop_c04": {
"type": "string"
},
"dim_e72": {
"type": "integer"
}
},
"required": [
"param_t21"
]
} | {"param_t21":"GRCh38"}
Hope this helps! | Output contains non-JSON text after the object | {"param_t21":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string REQUIRED yes
FIELD brake_pressure TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD end_date TYPE boolean REQUIRED yes
FIELD verified[].values TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD verified[].b... | {"voltage":"cancelled","brake_pressure":"berthed","end_date":false} | invalid_enum | {
"type": "object",
"properties": {
"voltage": {
"type": "string"
},
"brake_pressure": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"end_date": {
"type": "boolean"
},
"verified": {
"type... | {"voltage": "cancelled", "brake_pressure": "invalid_option_755", "end_date": false} | Field 'brake_pressure' has invalid enum value 'invalid_option_755', expected one of ['berthed', 'anchored', 'underway', 'moored'] | {"voltage":"cancelled","brake_pressure":"berthed","end_date":false} |
TASK repair_structured_output
SPEC
FIELD key_y90 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_g30 TYPE integer REQUIRED yes
FIELD field_p15 TYPE string REQUIRED no
FIELD attr_i49 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_g22 TYPE number REQUIRED yes
FIELD param_w61 ... | {"key_y90":"type_c","prop_g30":358,"field_p15":"chr1","attr_i49":"berthed","field_g22":396.03,"param_w61":"mode_c","attr_z47":"cat_a"} | markdown_explanation | {
"type": "object",
"properties": {
"key_y90": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"prop_g30": {
"type": "integer"
},
"field_p15": {
"type": "string"
},
"attr_i49": {
"type": "string",
"enum": [... | Here is the JSON you requested:
```json
{"key_y90":"type_c","prop_g30":358,"field_p15":"chr1","attr_i49":"berthed","field_g22":396.03,"param_w61":"mode_c","attr_z47":"cat_a"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"key_y90":"type_c","prop_g30":358,"field_p15":"chr1","attr_i49":"berthed","field_g22":396.03,"param_w61":"mode_c","attr_z47":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD col_j94 TYPE boolean REQUIRED no
FIELD attr_f92 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD key_j04.val_k99 TYPE boolean REQUIRED yes
FIELD key_j04.attr_s37 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_j04.prop_t59 TYPE integer REQUIRED... | {"col_j94":false,"attr_f92":"error","key_j04":{"val_k99":true,"attr_s37":"inactive","prop_t59":422},"dim_m91":{"dim_w98":"underway","col_c46":"ops@domain.org","prop_f38":"Maria","dim_x85":986,"attr_n94":"anchored"}} | markdown_fences | {
"type": "object",
"properties": {
"col_j94": {
"type": "boolean"
},
"attr_f92": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_j04": {
"type": "object",
"properties": {
"val_k99": {
... | ```json
{"col_j94":false,"attr_f92":"error","key_j04":{"val_k99":true,"attr_s37":"inactive","prop_t59":422},"dim_m91":{"dim_w98":"underway","col_c46":"ops@domain.org","prop_f38":"Maria","dim_x85":986,"attr_n94":"anchored"}}
``` | Output contains markdown code fences | {"col_j94":false,"attr_f92":"error","key_j04":{"val_k99":true,"attr_s37":"inactive","prop_t59":422},"dim_m91":{"dim_w98":"underway","col_c46":"ops@domain.org","prop_f38":"Maria","dim_x85":986,"attr_n94":"anchored"}} |
TASK repair_structured_output
SPEC
FIELD attr_l90 TYPE integer REQUIRED yes
FIELD key_e91 TYPE number REQUIRED no
FIELD dim_x02 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD col_z02 TYPE string_uri REQUIRED no
FIELD val_l04.val_l87 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_l04.pr... | {"attr_l90":693,"key_e91":675.07,"dim_x02":"type_c","val_l04":{"val_l87":"viewer","prop_a42":{"attr_p59":269,"key_i00":"cat_a","val_d55":"example","attr_v71":"https://api.io/api","attr_n09":"2024-01-15"},"col_l84":"baz","prop_d34":37,"val_x85":"world"},"field_k78":{"param_g63":"type_b","val_f47":"pending","dim_k44":"JP... | number_with_unit | {
"type": "object",
"properties": {
"attr_l90": {
"type": "integer"
},
"key_e91": {
"type": "number"
},
"dim_x02": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"col_z02": {
"type": "string",
... | {"attr_l90": "693sec", "key_e91": 675.07, "dim_x02": "type_c", "val_l04": {"val_l87": "viewer", "prop_a42": {"attr_p59": 269, "key_i00": "cat_a", "val_d55": "example", "attr_v71": "https://api.io/api", "attr_n09": "2024-01-15"}, "col_l84": "baz", "prop_d34": 37, "val_x85": "world"}, "field_k78": {"param_g63": "type_b",... | Field 'attr_l90' must be number, got string with unit | {"attr_l90":693,"key_e91":675.07,"dim_x02":"type_c","val_l04":{"val_l87":"viewer","prop_a42":{"attr_p59":269,"key_i00":"cat_a","val_d55":"example","attr_v71":"https://api.io/api","attr_n09":"2024-01-15"},"col_l84":"baz","prop_d34":37,"val_x85":"world"},"field_k78":{"param_g63":"type_b","val_f47":"pending","dim_k44":"JP... |
TASK repair_structured_output
SPEC
FIELD field_j77 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD val_w41 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_a78 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD field_q52 TYPE integer REQUIRED yes
FIELD dim_x02 TYPE boolean REQ... | {"field_j77":"cat_d","val_w41":"type_b","col_a78":"option_b","field_q52":517,"dim_x02":true} | wrong_type | {
"type": "object",
"properties": {
"field_j77": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"val_w41": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"col_a78": {
"type": "... | {"field_j77": "cat_d", "val_w41": "type_b", "col_a78": "option_b", "field_q52": 517, "dim_x02": "\"yes\""} | Field 'dim_x02' must be boolean, got string | {"field_j77":"cat_d","val_w41":"type_b","col_a78":"option_b","field_q52":517,"dim_x02":true} |
TASK repair_structured_output
SPEC
FIELD section TYPE string VALUES active|inactive|pending REQUIRED no
FIELD loan_amount TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD umi TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD shipper_ref TYPE null REQUIRED no
FIELD ph_level TYPE s... | {"section":"active","loan_amount":"synonymous","umi":"xl","shipper_ref":null} | unquoted_keys | {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"loan_amount": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
... | {section:"active",loan_amount:"synonymous",umi:"xl",shipper_ref:null} | Expecting property name enclosed in double quotes | {"section":"active","loan_amount":"synonymous","umi":"xl","shipper_ref":null} |
TASK repair_structured_output
SPEC
FIELD field_e72 TYPE integer REQUIRED no
FIELD val_w33 TYPE number REQUIRED yes
FIELD prop_g40 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD param_n56 TYPE null REQUIRED no
FIELD param_x35 TYPE string REQUIRED no
FIELD dim_z75 TYPE string VALUES lo... | {"val_w33":817.24,"prop_g40":"rejected","param_x35":"baz","dim_z75":"critical"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_e72": {
"type": "integer"
},
"val_w33": {
"type": "number"
},
"prop_g40": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_n56": {
... | search(val_w33=817.24, prop_g40='rejected', param_x35='baz', dim_z75='critical') | Tool call uses Python syntax instead of JSON | {"val_w33":817.24,"prop_g40":"rejected","param_x35":"baz","dim_z75":"critical"} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string_email REQUIRED yes
FIELD invoice_id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD balance TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD position TYPE integer REQUIRED no
FIELD berth_slot.start_date.features ... | {"chapter":"admin@domain.org","invoice_id":"info","balance":"offline","berth_slot":{"start_date":{"features":"active","score":"missense","language":934,"chromosome":[615.09,140.15]},"country":"chrX","pressure_kpa":"world"}} | markdown_fences | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"format": "email"
},
"invoice_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"balance": {
"type": "string",
"enum": [
... | ```json
{"chapter":"admin@domain.org","invoice_id":"info","balance":"offline","berth_slot":{"start_date":{"features":"active","score":"missense","language":934,"chromosome":[615.09,140.15]},"country":"chrX","pressure_kpa":"world"}}
``` | Output contains markdown code fences | {"chapter":"admin@domain.org","invoice_id":"info","balance":"offline","berth_slot":{"start_date":{"features":"active","score":"missense","language":934,"chromosome":[615.09,140.15]},"country":"chrX","pressure_kpa":"world"}} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE number REQUIRED no
FIELD voltage TYPE number REQUIRED yes
FIELD paragraph TYPE integer REQUIRED no
FIELD duration_ms.name.count TYPE string_date-time REQUIRED no
FIELD duration_ms.name.amplitude TYPE integer REQUIRED yes
FIELD duration_ms.name.score TYPE string VA... | {"zip_code":162.89,"voltage":788.68,"paragraph":718,"duration_ms":{"name":{"amplitude":896,"score":"level_1"},"crew_id":false,"priority":"viewer","insurance_id":"https://www.com/api","company":"GRCh38","price":"https://example.com/api"},"catalyst":{"duration_ms":569.17,"loan_amount":{"chapter":671,"discount":"level_4"}... | thought_process | {
"type": "object",
"properties": {
"zip_code": {
"type": "number"
},
"voltage": {
"type": "number"
},
"paragraph": {
"type": "integer"
},
"duration_ms": {
"type": "object",
"properties": {
"name": {
"type": "object",
"properties"... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"zip_code":162.89,"voltage":788.68,"paragraph":718,"duration_ms":{"name":{"amplitude":896,"score":"level_1"},"crew_id":false,"priority":"viewer","insurance_id":"https://www.com/api","company":"GRCh38... | Output contains chain-of-thought reasoning before JSON | {"zip_code":162.89,"voltage":788.68,"paragraph":718,"duration_ms":{"name":{"amplitude":896,"score":"level_1"},"crew_id":false,"priority":"viewer","insurance_id":"https://www.com/api","company":"GRCh38","price":"https://example.com/api"},"catalyst":{"duration_ms":569.17,"loan_amount":{"chapter":671,"discount":"level_4"}... |
TASK repair_structured_output
SPEC
FIELD run_id TYPE number REQUIRED no
FIELD total TYPE string REQUIRED no
FIELD product_id TYPE number REQUIRED no
FIELD phone TYPE null REQUIRED no
FIELD interest_rate TYPE string_email REQUIRED yes
BROKEN_OUTPUT
Analyzing the sensor data to generate the output.
I'll apply the requi... | {"run_id":381.93,"total":"demo","product_id":138.55,"phone":null,"interest_rate":"admin@test.io"} | thought_process | {
"type": "object",
"properties": {
"run_id": {
"type": "number"
},
"total": {
"type": "string"
},
"product_id": {
"type": "number"
},
"phone": {
"type": "null"
},
"interest_rate": {
"type": "string",
"format": "email"
}
},
"required": ... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"run_id":381.93,"total":"demo","product_id":138.55,"phone":null,"interest_rate":"admin@test.io"} | Output contains chain-of-thought reasoning before JSON | {"run_id":381.93,"total":"demo","product_id":138.55,"phone":null,"interest_rate":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD param_s67 TYPE string_date-time REQUIRED no
FIELD key_b27 TYPE integer REQUIRED no
FIELD prop_l64 TYPE string REQUIRED no
FIELD attr_r72.attr_i68 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD attr_r72.key_f28 TYPE string REQUIRED no
FIELD attr_r72.prop... | {"param_s67":"2024-11-06T12:31:00Z","key_b27":251,"prop_l64":"Paris","attr_r72":{"attr_i68":"heterozygous","key_f28":"Sao Paulo","prop_y40":null},"key_a25":{"field_t18":"Bob","attr_o81":"Sao Paulo","dim_p66":"in_transit","field_a20":{"attr_m20":692.79,"prop_a53":"Johnson","attr_s72":677.32,"col_w97":false,"field_l49":"... | truncated_object | {
"type": "object",
"properties": {
"param_s67": {
"type": "string",
"format": "date-time"
},
"key_b27": {
"type": "integer"
},
"prop_l64": {
"type": "string"
},
"attr_r72": {
"type": "object",
"properties": {
"attr_i68": {
"type": "s... | {"param_s67":"2024-11-06T12:31:00Z","key_b27":251,"prop_l64":"Paris","attr_r72":{"attr_i68":"heterozygous","key_f28":"Sao Paulo","prop_y40":null},"key_a25":{"field_t18":"Bob","attr_o81":"Sao Paulo","dim_p66":"in_transit","field_a20":{"attr_m20":692.79,"prop_a53":"Johnson","attr_s72":677.32,"col_w97":false,"field_l49":"... | Unexpected end of JSON input — truncated object | {"param_s67":"2024-11-06T12:31:00Z","key_b27":251,"prop_l64":"Paris","attr_r72":{"attr_i68":"heterozygous","key_f28":"Sao Paulo","prop_y40":null},"key_a25":{"field_t18":"Bob","attr_o81":"Sao Paulo","dim_p66":"in_transit","field_a20":{"attr_m20":692.79,"prop_a53":"Johnson","attr_s72":677.32,"col_w97":false,"field_l49":"... |
TASK repair_structured_output
SPEC
FIELD start_date TYPE boolean REQUIRED no
FIELD label TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD role TYPE number REQUIRED no
FIELD frequency_hz TYPE string VALUES draft|published|archived REQUIRED no
FIELD tax TYPE string VALUES success|error|warning|info ... | {"frequency_hz":"published","tax":"info","dosage":"example","product_id":"USD"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"start_date": {
"type": "boolean"
},
"label": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"role": {
"type": "number"
},
"frequency_hz": {
"type": "st... | create_order(frequency_hz='published', tax='info', dosage='example', product_id='USD') | Tool call uses Python syntax instead of JSON | {"frequency_hz":"published","tax":"info","dosage":"example","product_id":"USD"} |
TASK repair_structured_output
SPEC
FIELD col_b51 TYPE integer REQUIRED no
FIELD param_o73 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD prop_a31 TYPE integer REQUIRED yes
FIELD field_k32.attr_b53 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_k32.field_x59 TYPE integer R... | {"col_b51":587,"param_o73":"type_e","prop_a31":400,"field_k32":{"attr_b53":"critical","field_x59":14,"attr_m18":["This is a test value."]},"key_g93":{"param_e76":{"dim_t94":836.01,"attr_q51":"hello","param_p12":887},"col_l99":"mode_d","val_k14":"type_a","prop_g82":777.54}} | wrong_type | {
"type": "object",
"properties": {
"col_b51": {
"type": "integer"
},
"param_o73": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"prop_a31": {
"type": "integer"
},
"field_k32": {
... | {"col_b51": 587, "param_o73": "type_e", "prop_a31": "\"400\"", "field_k32": {"attr_b53": "critical", "field_x59": 14, "attr_m18": ["This is a test value."]}, "key_g93": {"param_e76": {"dim_t94": 836.01, "attr_q51": "hello", "param_p12": 887}, "col_l99": "mode_d", "val_k14": "type_a", "prop_g82": 777.54}} | Field 'prop_a31' must be integer, got string | {"col_b51":587,"param_o73":"type_e","prop_a31":400,"field_k32":{"attr_b53":"critical","field_x59":14,"attr_m18":["This is a test value."]},"key_g93":{"param_e76":{"dim_t94":836.01,"attr_q51":"hello","param_p12":887},"col_l99":"mode_d","val_k14":"type_a","prop_g82":777.54}} |
TASK repair_structured_output
SPEC
FIELD field_i60 TYPE boolean REQUIRED yes
FIELD dim_h06 TYPE integer REQUIRED no
FIELD field_x47 TYPE string REQUIRED no
FIELD param_u22 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD col_l95[] TYPE string VALUES type_a|type_b|type_c REQUIRED no... | {"field_i60":false,"param_u22":"level_6"} | thought_process | {
"type": "object",
"properties": {
"field_i60": {
"type": "boolean"
},
"dim_h06": {
"type": "integer"
},
"field_x47": {
"type": "string"
},
"param_u22": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"field_i60":false,"param_u22":"level_6"} | Output contains chain-of-thought reasoning before JSON | {"field_i60":false,"param_u22":"level_6"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE boolean REQUIRED no
FIELD priority TYPE number REQUIRED yes
FIELD terminal_id TYPE integer REQUIRED yes
FIELD isotope.department TYPE boolean REQUIRED yes
FIELD isotope.values TYPE number REQUIRED no
FIELD isotope.maturity_date TYPE null REQUIRED yes
FIELD isoto... | {"lab_result":true,"priority":404.08,"terminal_id":400,"isotope":{"department":true,"values":843.57,"maturity_date":null,"published":"medium","organism":"Paris"},"section":"qux"} | missing_bracket | {
"type": "object",
"properties": {
"lab_result": {
"type": "boolean"
},
"priority": {
"type": "number"
},
"terminal_id": {
"type": "integer"
},
"isotope": {
"type": "object",
"properties": {
"department": {
"type": "boolean"
},
... | {"lab_result":true,"priority":404.08,"terminal_id":400,"isotope":{"department":true,"values":843.57,"maturity_date":null,"published":"medium","organism":"Paris"},"section":"qux"} | Missing closing bracket | {"lab_result":true,"priority":404.08,"terminal_id":400,"isotope":{"department":true,"values":843.57,"maturity_date":null,"published":"medium","organism":"Paris"},"section":"qux"} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD name TYPE null REQUIRED no
FIELD count TYPE string REQUIRED yes
FIELD nickname TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD role TYPE string REQUIRED yes
BR... | {"first_name":"cat_f","count":"user@domain.com","role":"Luis"} | tool_call_partial_args | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"name": {
"type": "null"
},
"count": {
"type": "string"
},
"nickname": {... | Let me check the system.
Action: transfer_call
Arguments: {"first_name": "cat_f", "role": "Luis"} | Agent tool call missing required parameter 'count' | {"first_name":"cat_f","count":"user@domain.com","role":"Luis"} |
TASK repair_structured_output
SPEC
FIELD val_s13 TYPE string REQUIRED yes
FIELD param_r94 TYPE string_uri REQUIRED no
FIELD key_b62 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_y33 TYPE string REQUIRED no
FIELD dim_k34 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_s13":"Maria","param_r94":"... | {"val_s13":"Maria","param_r94":"https://www.org/data","prop_y33":"world","dim_k34":"Jane"} | truncated_object | {
"type": "object",
"properties": {
"val_s13": {
"type": "string"
},
"param_r94": {
"type": "string",
"format": "uri"
},
"key_b62": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"prop_y33": {
"t... | {"val_s13":"Maria","param_r94":"https://www.org/data","prop_y33":"world","dim_k34":"Jane" | Unexpected end of JSON input — truncated object | {"val_s13":"Maria","param_r94":"https://www.org/data","prop_y33":"world","dim_k34":"Jane"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE number REQUIRED yes
FIELD dosage TYPE string_uri REQUIRED no
FIELD role TYPE string REQUIRED yes
FIELD vital_sign TYPE null REQUIRED yes
FIELD build_status TYPE string REQUIRED yes
BROKEN_OUTPUT
{"weight": "652.37px", "role": "cancelled", "vital_sign": null, "build... | {"weight":652.37,"role":"cancelled","vital_sign":null,"build_status":"Jane"} | number_with_unit | {
"type": "object",
"properties": {
"weight": {
"type": "number"
},
"dosage": {
"type": "string",
"format": "uri"
},
"role": {
"type": "string"
},
"vital_sign": {
"type": "null"
},
"build_status": {
"type": "string"
}
},
"required": [
... | {"weight": "652.37px", "role": "cancelled", "vital_sign": null, "build_status": "Jane"} | Field 'weight' must be number, got string with unit | {"weight":652.37,"role":"cancelled","vital_sign":null,"build_status":"Jane"} |
TASK repair_structured_output
SPEC
FIELD dim_x23 TYPE number REQUIRED yes
FIELD prop_g33 TYPE string REQUIRED yes
FIELD key_m44 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"dim_x23":381.73,"prop_g33":"cancelled","key_m44":"Hapag-Lloyd-Express" | {"dim_x23":381.73,"prop_g33":"cancelled","key_m44":"Hapag-Lloyd-Express"} | truncated_array | {
"type": "object",
"properties": {
"dim_x23": {
"type": "number"
},
"prop_g33": {
"type": "string"
},
"key_m44": {
"type": "string"
}
},
"required": [
"dim_x23",
"key_m44",
"prop_g33"
]
} | {"dim_x23":381.73,"prop_g33":"cancelled","key_m44":"Hapag-Lloyd-Express" | Unexpected end of JSON input — truncated object | {"dim_x23":381.73,"prop_g33":"cancelled","key_m44":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE boolean REQUIRED yes
FIELD city TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
FIELD height.state TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD height.organism TYPE string VALUES red|blue|g... | {"subtotal":true,"city":"viewer","maturity_date":581} | thought_process | {
"type": "object",
"properties": {
"subtotal": {
"type": "boolean"
},
"city": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"maturity_date": {
"type": "integer"
},
"height": {
"type": "object",
"propertie... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"subtotal":true,"city":"viewer","maturity_date":581} | Output contains chain-of-thought reasoning before JSON | {"subtotal":true,"city":"viewer","maturity_date":581} |
TASK repair_structured_output
SPEC
FIELD attr_q42 TYPE string REQUIRED yes
FIELD key_l42.attr_j21 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_l42.field_j93 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_l42.val_z91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIR... | {"attr_q42":"chrX","key_l42":{"field_j93":"synonymous","val_z91":"BRL"},"dim_g87":"2023-09-11T02:37:00Z","prop_g20":"New York","dim_x43":"pending"} | trailing_comma | {
"type": "object",
"properties": {
"attr_q42": {
"type": "string"
},
"key_l42": {
"type": "object",
"properties": {
"attr_j21": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white... | {"attr_q42":"chrX","key_l42":{"field_j93":"synonymous","val_z91":"BRL",},"dim_g87":"2023-09-11T02:37:00Z","prop_g20":"New York","dim_x43":"pending"} | Unexpected trailing comma | {"attr_q42":"chrX","key_l42":{"field_j93":"synonymous","val_z91":"BRL"},"dim_g87":"2023-09-11T02:37:00Z","prop_g20":"New York","dim_x43":"pending"} |
TASK repair_structured_output
SPEC
FIELD velocity.image_url TYPE string REQUIRED yes
FIELD velocity.end_date.terminal_id TYPE string REQUIRED no
FIELD velocity.end_date.comments TYPE integer REQUIRED yes
FIELD velocity.end_date.full_name TYPE string_email REQUIRED no
FIELD velocity.end_date.turbidity TYPE number REQUI... | {"velocity":{"image_url":"2024-06-30","end_date":{"terminal_id":"Johnson","comments":914,"turbidity":490.53,"medication":[356,28,40]},"shift_code":false},"chapter":{"item_id":105,"category":"2021-02-15T20:59:00Z","width":false,"temp_celsius":{"sensor_id":"A short description.","commit_hash":"info@example.com","filter_f... | markdown_explanation | {
"type": "object",
"properties": {
"velocity": {
"type": "object",
"properties": {
"image_url": {
"type": "string"
},
"end_date": {
"type": "object",
"properties": {
"terminal_id": {
"type": "string"
},
... | I've generated the following JSON:
```json
{"velocity":{"image_url":"2024-06-30","end_date":{"terminal_id":"Johnson","comments":914,"turbidity":490.53,"medication":[356,28,40]},"shift_code":false},"chapter":{"item_id":105,"category":"2021-02-15T20:59:00Z","width":false,"temp_celsius":{"sensor_id":"A short description."... | Output contains markdown and explanatory text around JSON | {"velocity":{"image_url":"2024-06-30","end_date":{"terminal_id":"Johnson","comments":914,"turbidity":490.53,"medication":[356,28,40]},"shift_code":false},"chapter":{"item_id":105,"category":"2021-02-15T20:59:00Z","width":false,"temp_celsius":{"sensor_id":"A short description.","commit_hash":"info@example.com","filter_f... |
TASK repair_structured_output
SPEC
FIELD prop_v93 TYPE null REQUIRED no
FIELD dim_c71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_l46 TYPE boolean REQUIRED no
FIELD prop_s91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_n72 TYPE null REQUIRED no
FIELD col_v28 TYPE string ... | {"prop_v93":null,"dim_c71":"inland","param_l46":true,"prop_s91":"BRL","attr_n72":null,"col_v28":"xl"} | missing_brace | {
"type": "object",
"properties": {
"prop_v93": {
"type": "null"
},
"dim_c71": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_l46": {
"type": "boolean"
},
"prop_s91": {
"type": "string... | "prop_v93":null,"dim_c71":"inland","param_l46":true,"prop_s91":"BRL","attr_n72":null,"col_v28":"xl"} | Missing closing brace | {"prop_v93":null,"dim_c71":"inland","param_l46":true,"prop_s91":"BRL","attr_n72":null,"col_v28":"xl"} |
TASK repair_structured_output
SPEC
FIELD key_q52 TYPE number REQUIRED no
FIELD dim_t35 TYPE string REQUIRED no
FIELD param_j09 TYPE string REQUIRED no
FIELD attr_d07 TYPE string_date-time REQUIRED yes
FIELD param_m15.field_z73 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD param_m15.field_k56 TYPE int... | {"attr_d07":"2021-11-08T02:19:00Z","param_m15":{"field_z73":"option_c","field_k56":86,"field_a55":"test@domain.org","col_a54":832},"dim_u40":"Santos"} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_q52": {
"type": "number"
},
"dim_t35": {
"type": "string"
},
"param_j09": {
"type": "string"
},
"attr_d07": {
"type": "string",
"format": "date-time"
},
"param_m15": {
"type": "object",
"properties... | I need to look up the information first.
<tool_call name="generate_report">
{"attr_d07":"2021-11-08T02:19:00Z","param_m15":{"field_z73":"option_c","field_k56":86,"field_a55":"test@domain.org","col_a54":832},"dim_u40":"Santos"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"attr_d07":"2021-11-08T02:19:00Z","param_m15":{"field_z73":"option_c","field_k56":86,"field_a55":"test@domain.org","col_a54":832},"dim_u40":"Santos"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD state TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD notes TYPE string VALUES option_a|option_b REQUIRED no
FIELD visible TYPE string REQUIRED no
FIELD port_code TYPE in... | {"discount":"cat_e","state":"option_c","notes":"option_b","port_code":3,"commit_hash":false,"ward":"test@test.io"} | missing_required | {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"state": {
"type": "string",
"enum": [
"option_a",
"option_b",
"op... | {"discount": "cat_e", "notes": "option_b", "port_code": 3, "commit_hash": false, "ward": "test@test.io"} | Required field 'state' is missing | {"discount":"cat_e","state":"option_c","notes":"option_b","port_code":3,"commit_hash":false,"ward":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string REQUIRED no
FIELD ward TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD amount.ph_level TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD amount.diagnosis_code TYPE string REQUIRED no
FIELD amount.dissolved_oxygen.altitud... | {"ward":"in_transit","version":"hemizygous"} | missing_required | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"ward": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"amount": {
"type": "object",
"properties": {
"ph_level": {... | {"ward": "in_transit"} | Required field 'version' is missing | {"ward":"in_transit","version":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string REQUIRED yes
FIELD published TYPE boolean REQUIRED yes
FIELD chapter TYPE number REQUIRED yes
BROKEN_OUTPUT
Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"feedback":"test@example.com","published":true,"chapter":809.... | {"feedback":"test@example.com","published":true,"chapter":809.36} | thought_process | {
"type": "object",
"properties": {
"feedback": {
"type": "string"
},
"published": {
"type": "boolean"
},
"chapter": {
"type": "number"
}
},
"required": [
"feedback",
"chapter",
"published"
]
} | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"feedback":"test@example.com","published":true,"chapter":809.36} | Output contains chain-of-thought reasoning before JSON | {"feedback":"test@example.com","published":true,"chapter":809.36} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD description TYPE string REQUIRED no
FIELD score TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD patient_id TYPE string_date-time REQUIRED yes
FIELD tags TYPE string REQUIRED no
FIELD build_stat... | {"gene_id":"draft","description":"2023-12-25","patient_id":"2022-01-25T15:15:00Z","tags":"hello","section":"anchored"} | trailing_comma | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"description": {
"type": "string"
},
"score": {
"type": "string",
"enum": [
"low",
"medium",
"hig... | {"gene_id":"draft","description":"2023-12-25","patient_id":"2022-01-25T15:15:00Z","tags":"hello","section":"anchored",} | Unexpected trailing comma | {"gene_id":"draft","description":"2023-12-25","patient_id":"2022-01-25T15:15:00Z","tags":"hello","section":"anchored"} |
TASK repair_structured_output
SPEC
FIELD param_v46 TYPE string REQUIRED no
FIELD val_y06 TYPE string_email REQUIRED yes
FIELD dim_e53 TYPE string REQUIRED no
FIELD col_k57[] TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"param_v46":"2024-01-15","val_y06":"user@domain.org","dim_e53":"Silva"} | {"param_v46":"2024-01-15","val_y06":"user@domain.org","dim_e53":"Silva"} | missing_bracket | {
"type": "object",
"properties": {
"param_v46": {
"type": "string"
},
"val_y06": {
"type": "string",
"format": "email"
},
"dim_e53": {
"type": "string"
},
"col_k57": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
... | {"param_v46":"2024-01-15","val_y06":"user@domain.org","dim_e53":"Silva"} | Missing closing bracket | {"param_v46":"2024-01-15","val_y06":"user@domain.org","dim_e53":"Silva"} |
TASK repair_structured_output
SPEC
FIELD param_b47 TYPE string REQUIRED yes
FIELD attr_d14 TYPE boolean REQUIRED yes
FIELD attr_k47 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_l04 TYPE string_uri REQUIRED no
FIELD field_q45 TYPE string VALUES option_a|option_b REQUIRED no
FIELD par... | {"param_b47":"cancelled","attr_d14":false,"attr_k47":"frameshift","key_l04":"https://api.io/v1","field_q45":"option_a","param_p59":"option_c","val_f04":"option_b"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_b47": {
"type": "string"
},
"attr_d14": {
"type": "boolean"
},
"attr_k47": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_l04": {
"ty... | validate_address(param_b47='cancelled', attr_d14=False, attr_k47='frameshift', key_l04='https://api.io/v1', field_q45='option_a', param_p59='option_c', val_f04='option_b') | Tool call uses Python syntax instead of JSON | {"param_b47":"cancelled","attr_d14":false,"attr_k47":"frameshift","key_l04":"https://api.io/v1","field_q45":"option_a","param_p59":"option_c","val_f04":"option_b"} |
TASK repair_structured_output
SPEC
FIELD attr_v68 TYPE integer REQUIRED no
FIELD param_i00 TYPE string_date-time REQUIRED yes
FIELD param_h38 TYPE integer REQUIRED yes
FIELD prop_i32 TYPE integer REQUIRED yes
FIELD key_i32 TYPE string REQUIRED no
FIELD val_b27 TYPE number REQUIRED yes
FIELD col_q99 TYPE integer REQUIR... | {"attr_v68":259,"param_i00":"2020-02-08T05:46:00Z","param_h38":609,"prop_i32":808,"val_b27":219.64,"col_q99":455} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_v68": {
"type": "integer"
},
"param_i00": {
"type": "string",
"format": "date-time"
},
"param_h38": {
"type": "integer"
},
"prop_i32": {
"type": "integer"
},
"key_i32": {
"type": "string"
},
"va... | Tool: check_cargo_manifest
Params: {"attr_v68": 259, "param_i00": "2020-02-08T05:46:00Z", "prop_i32": 808, "val_b27": 219.64, "col_q99": 455, "param_h38_new": 609} | Agent used wrong parameter name 'param_h38_new' instead of 'param_h38' | {"attr_v68":259,"param_i00":"2020-02-08T05:46:00Z","param_h38":609,"prop_i32":808,"val_b27":219.64,"col_q99":455} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED no
FIELD transaction_id TYPE number REQUIRED yes
FIELD subtotal[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"conductivity":"Johnson","transaction_id":955.68,"subtotal":[true,true,false,true | {"conductivity":"Johnson","transaction_id":955.68,"subtotal":[true,true,false,true]} | truncated_array | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"transaction_id": {
"type": "number"
},
"subtotal": {
"type": "array",
"items": {
"type": "boolean"
}
}
},
"required": [
"transaction_id"
]
} | {"conductivity":"Johnson","transaction_id":955.68,"subtotal":[true,true,false,true | Unexpected end of JSON input — truncated array | {"conductivity":"Johnson","transaction_id":955.68,"subtotal":[true,true,false,true]} |
TASK repair_structured_output
SPEC
FIELD shipper_ref.voltage TYPE string VALUES active|inactive|pending REQUIRED no
FIELD shipper_ref.options TYPE number REQUIRED yes
FIELD shipper_ref.shift_code TYPE boolean REQUIRED yes
FIELD shipper_ref.dosage TYPE string REQUIRED no
FIELD shipper_ref.city TYPE string VALUES succes... | {"shipper_ref":{"voltage":"inactive","options":853.75,"shift_code":true,"zip_code":"2021-07-06T05:35:00Z","amount":"https://www.io/api"},"created_at":"Berlin","website":"https://api.example.com/v1","coverage":453,"label":282,"quality_score":{"insurance_id":"inland","altitude":271.41,"email":"info","temp_celsius":"moore... | markdown_explanation | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"options": {
"type": "number"
... | The output is as follows:
```json
{"shipper_ref":{"voltage":"inactive","options":853.75,"shift_code":true,"zip_code":"2021-07-06T05:35:00Z","amount":"https://www.io/api"},"created_at":"Berlin","website":"https://api.example.com/v1","coverage":453,"label":282,"quality_score":{"insurance_id":"inland","altitude":271.41,"e... | Output contains markdown and explanatory text around JSON | {"shipper_ref":{"voltage":"inactive","options":853.75,"shift_code":true,"zip_code":"2021-07-06T05:35:00Z","amount":"https://www.io/api"},"created_at":"Berlin","website":"https://api.example.com/v1","coverage":453,"label":282,"quality_score":{"insurance_id":"inland","altitude":271.41,"email":"info","temp_celsius":"moore... |
TASK repair_structured_output
SPEC
FIELD param_r80 TYPE integer REQUIRED yes
FIELD col_k24 TYPE string REQUIRED yes
FIELD key_m90.dim_j22 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_m90.dim_s94 TYPE number REQUIRED no
FIELD key_m90.param_z87[] TYPE string_uri REQUIRED no
FIELD dim_h29 TYPE... | {"param_r80":522,"col_k24":"Tokyo","key_m90":{"dim_j22":"reliable"},"dim_h29":"green"} | null_required | {
"type": "object",
"properties": {
"param_r80": {
"type": "integer"
},
"col_k24": {
"type": "string"
},
"key_m90": {
"type": "object",
"properties": {
"dim_j22": {
"type": "string",
"enum": [
"reliable",
"unstable",
... | {"param_r80": null, "col_k24": "Tokyo", "key_m90": {"dim_j22": "reliable"}, "dim_h29": "green"} | Required field 'param_r80' is null | {"param_r80":522,"col_k24":"Tokyo","key_m90":{"dim_j22":"reliable"},"dim_h29":"green"} |
TASK repair_structured_output
SPEC
FIELD attr_t27 TYPE boolean REQUIRED yes
FIELD col_k33 TYPE string REQUIRED yes
FIELD dim_z02.col_p80 TYPE string REQUIRED no
FIELD dim_z02.field_v54 TYPE integer REQUIRED no
FIELD dim_z02.prop_o55 TYPE integer REQUIRED yes
FIELD dim_z02.key_o24 TYPE string VALUES type_a|type_b|type_... | {"attr_t27":false,"col_k33":"completed","dim_z02":{"col_p80":"GRCh38","field_v54":908,"prop_o55":784,"field_g65":898.84,"val_t14":{"field_x73":"user@domain.com","val_l97":"test@example.com","val_z66":"mode_b","dim_i78":["MV-Evergreen-01","hello","Maria"],"val_l87":[831,358]}}} | wrong_type | {
"type": "object",
"properties": {
"attr_t27": {
"type": "boolean"
},
"col_k33": {
"type": "string"
},
"dim_z02": {
"type": "object",
"properties": {
"col_p80": {
"type": "string"
},
"field_v54": {
"type": "integer"
},
... | {"attr_t27": "\"no\"", "col_k33": "completed", "dim_z02": {"col_p80": "GRCh38", "field_v54": 908, "prop_o55": 784, "field_g65": 898.84, "val_t14": {"field_x73": "user@domain.com", "val_l97": "test@example.com", "val_z66": "mode_b", "dim_i78": ["MV-Evergreen-01", "hello", "Maria"], "val_l87": [831, 358]}}} | Field 'attr_t27' must be boolean, got string | {"attr_t27":false,"col_k33":"completed","dim_z02":{"col_p80":"GRCh38","field_v54":908,"prop_o55":784,"field_g65":898.84,"val_t14":{"field_x73":"user@domain.com","val_l97":"test@example.com","val_z66":"mode_b","dim_i78":["MV-Evergreen-01","hello","Maria"],"val_l87":[831,358]}}} |
TASK repair_structured_output
SPEC
FIELD val_z65 TYPE integer REQUIRED yes
FIELD prop_r00.attr_s20 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_r00.key_i50 TYPE integer REQUIRED no
FIELD prop_r00.dim_m61 TYPE number REQUIRED yes
FIELD prop_r00.prop_z03.field_d87 TYPE string_uri REQUIRED yes
FIELD p... | {"val_z65":222,"field_a31":{"attr_z78":null,"val_u63":true,"col_o52":"hello","attr_g93":"Alice","attr_q93":false,"attr_z43":850.88},"param_m22":"user@domain.com","field_o32":{"key_m53":"demo","prop_d05":25,"param_g74":[{"col_n84":"Paris","key_i41":"Diana","dim_h03":["quux","cancelled"],"key_k44":["Johnson"]}]},"dim_y89... | markdown_fences | {
"type": "object",
"properties": {
"val_z65": {
"type": "integer"
},
"prop_r00": {
"type": "object",
"properties": {
"attr_s20": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | ```json
{"val_z65":222,"field_a31":{"attr_z78":null,"val_u63":true,"col_o52":"hello","attr_g93":"Alice","attr_q93":false,"attr_z43":850.88},"param_m22":"user@domain.com","field_o32":{"key_m53":"demo","prop_d05":25,"param_g74":[{"col_n84":"Paris","key_i41":"Diana","dim_h03":["quux","cancelled"],"key_k44":["Johnson"]}]},... | Output contains markdown code fences | {"val_z65":222,"field_a31":{"attr_z78":null,"val_u63":true,"col_o52":"hello","attr_g93":"Alice","attr_q93":false,"attr_z43":850.88},"param_m22":"user@domain.com","field_o32":{"key_m53":"demo","prop_d05":25,"param_g74":[{"col_n84":"Paris","key_i41":"Diana","dim_h03":["quux","cancelled"],"key_k44":["Johnson"]}]},"dim_y89... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.