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 trace_id TYPE string REQUIRED no
FIELD enabled TYPE integer REQUIRED yes
FIELD span_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD message TYPE integer REQUIRED no
FIELD values TYPE string REQUIRED no
FIELD fleet_number TYPE strin... | {"trace_id":"active","enabled":34,"span_id":"option_d","message":165,"values":"pending","fleet_number":"chrX","features":{"section":false,"subject":"new","transaction_id":"rejected"}} | extra_text_after | {
"type": "object",
"properties": {
"trace_id": {
"type": "string"
},
"enabled": {
"type": "integer"
},
"span_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
... | {"trace_id":"active","enabled":34,"span_id":"option_d","message":165,"values":"pending","fleet_number":"chrX","features":{"section":false,"subject":"new","transaction_id":"rejected"}}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"trace_id":"active","enabled":34,"span_id":"option_d","message":165,"values":"pending","fleet_number":"chrX","features":{"section":false,"subject":"new","transaction_id":"rejected"}} |
TASK repair_structured_output
SPEC
FIELD verified TYPE null REQUIRED yes
FIELD company TYPE string REQUIRED no
FIELD department TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD run_id[].deploy_target TYPE boolean REQUIRED yes
FIELD run_id[].berth_slot TYPE string REQUIRED yes
FIELD run_id[].ph_level TYPE integ... | {"verified":null,"company":"test@example.com","department":"viewer"} | missing_brace | {
"type": "object",
"properties": {
"verified": {
"type": "null"
},
"company": {
"type": "string"
},
"department": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"run_id": {
"type": "array",
"items": {
... | "verified":null,"company":"test@example.com","department":"viewer"} | Missing closing brace | {"verified":null,"company":"test@example.com","department":"viewer"} |
TASK repair_structured_output
SPEC
FIELD val_j90 TYPE string REQUIRED no
FIELD dim_i77.val_e24 TYPE boolean REQUIRED yes
FIELD dim_i77.key_u96 TYPE number REQUIRED no
FIELD dim_i77.dim_m23[] TYPE integer REQUIRED yes
FIELD prop_e72 TYPE string REQUIRED no
BROKEN_OUTPUT
{"dim_i77": null, "prop_e72": "QC-07"} | {"dim_i77":{"val_e24":true,"key_u96":544.29,"dim_m23":[482,46,732,147]},"prop_e72":"QC-07"} | null_required | {
"type": "object",
"properties": {
"val_j90": {
"type": "string"
},
"dim_i77": {
"type": "object",
"properties": {
"val_e24": {
"type": "boolean"
},
"key_u96": {
"type": "number"
},
"dim_m23": {
"type": "array",
... | {"dim_i77": null, "prop_e72": "QC-07"} | Required field 'dim_i77' is null | {"dim_i77":{"val_e24":true,"key_u96":544.29,"dim_m23":[482,46,732,147]},"prop_e72":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD key_y75 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_e76 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_j76 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_g80 TYPE string VALUES red|blue|green|black|whi... | {"key_y75":"coastal","prop_e76":"missense","dim_j76":"editor"} | thought_process | {
"type": "object",
"properties": {
"key_y75": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_e76": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frames... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"key_y75":"coastal","prop_e76":"missense","dim_j76":"editor"} | Output contains chain-of-thought reasoning before JSON | {"key_y75":"coastal","prop_e76":"missense","dim_j76":"editor"} |
TASK repair_structured_output
SPEC
FIELD prop_f66 TYPE string_date-time REQUIRED no
FIELD val_n08 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_w06 TYPE string_uri REQUIRED yes
FIELD prop_v89 TYPE string_email REQUIRED yes
FIELD key_p20 TYPE number REQUIRED no
FIELD attr_l48 TYP... | {"prop_f66":"2021-10-27T03:17:00Z","val_n08":"escalated","col_w06":"https://example.org/v1","prop_v89":"ops@example.com","attr_l48":false} | partial_structure | {
"type": "object",
"properties": {
"prop_f66": {
"type": "string",
"format": "date-time"
},
"val_n08": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"col_w06": {
"type": "string",
... | Based on the data, attr_l48 is False. {"prop_f66":"2021-10-27T03:17:00Z","val_n08":"escalated","col_w06":"https://example.org/v1","prop_v89":"ops@example.com","attr_l48":false} | Output mixes natural language with JSON | {"prop_f66":"2021-10-27T03:17:00Z","val_n08":"escalated","col_w06":"https://example.org/v1","prop_v89":"ops@example.com","attr_l48":false} |
TASK repair_structured_output
SPEC
FIELD val_h00 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_h87 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_p83 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_f20 TYPE string VALUES active|inactive|pending REQUIRED ye... | {"val_h87":"heterozygous","param_p83":"EUR","key_f20":"active","key_d24":"chr1","val_m73":739.85} | extra_field | {
"type": "object",
"properties": {
"val_h00": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_h87": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"param_p8... | {"val_h87": "heterozygous", "param_p83": "EUR", "key_f20": "active", "key_d24": "chr1", "val_m73": 739.85, "extra_info_4166": 42} | Unknown field 'extra_info_4166' not defined in schema | {"val_h87":"heterozygous","param_p83":"EUR","key_f20":"active","key_d24":"chr1","val_m73":739.85} |
TASK repair_structured_output
SPEC
FIELD category TYPE string_date-time REQUIRED yes
FIELD published TYPE string REQUIRED yes
FIELD throttle_pos TYPE string VALUES draft|published|archived REQUIRED yes
FIELD verified TYPE null REQUIRED no
BROKEN_OUTPUT
{"category": "2026-08-23T17:07:00Z", "published": "Berlin", "thro... | {"category":"2026-08-23T17:07:00Z","published":"Berlin","throttle_pos":"published","verified":null} | extra_field | {
"type": "object",
"properties": {
"category": {
"type": "string",
"format": "date-time"
},
"published": {
"type": "string"
},
"throttle_pos": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"verified": {
... | {"category": "2026-08-23T17:07:00Z", "published": "Berlin", "throttle_pos": "published", "verified": null, "extra_value_2957": true} | Unknown field 'extra_value_2957' not defined in schema | {"category":"2026-08-23T17:07:00Z","published":"Berlin","throttle_pos":"published","verified":null} |
TASK repair_structured_output
SPEC
FIELD col_z24 TYPE integer REQUIRED yes
FIELD param_w84 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_y69 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_w73.dim_a14 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_w73... | {"col_z24":943,"param_w84":"xl","attr_w73":{"dim_p49":true,"key_v85":"QC-07","dim_u93":"rejected","field_z72":"hello","dim_o47":"frameshift"},"prop_t42":false,"dim_t51":168,"prop_h88":"basic"} | extra_text_after | {
"type": "object",
"properties": {
"col_z24": {
"type": "integer"
},
"param_w84": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_y69": {
"type": "string",
"enum": [
"berthed",
"anchor... | {"col_z24":943,"param_w84":"xl","attr_w73":{"dim_p49":true,"key_v85":"QC-07","dim_u93":"rejected","field_z72":"hello","dim_o47":"frameshift"},"prop_t42":false,"dim_t51":168,"prop_h88":"basic"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"col_z24":943,"param_w84":"xl","attr_w73":{"dim_p49":true,"key_v85":"QC-07","dim_u93":"rejected","field_z72":"hello","dim_o47":"frameshift"},"prop_t42":false,"dim_t51":168,"prop_h88":"basic"} |
TASK repair_structured_output
SPEC
FIELD dim_y36 TYPE string REQUIRED yes
FIELD attr_s52 TYPE string_email REQUIRED yes
FIELD attr_x90 TYPE string REQUIRED no
BROKEN_OUTPUT
"dim_y36":"FWD","attr_s52":"ops@example.com"} | {"dim_y36":"FWD","attr_s52":"ops@example.com"} | missing_brace | {
"type": "object",
"properties": {
"dim_y36": {
"type": "string"
},
"attr_s52": {
"type": "string",
"format": "email"
},
"attr_x90": {
"type": "string"
}
},
"required": [
"attr_s52",
"dim_y36"
]
} | "dim_y36":"FWD","attr_s52":"ops@example.com"} | Missing closing brace | {"dim_y36":"FWD","attr_s52":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD id TYPE string REQUIRED yes
FIELD department TYPE string REQUIRED no
FIELD items TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
BROKEN_OUTPUT
{id:"2024-01-15",department:"2024-01-15",items:"mode_e"} | {"id":"2024-01-15","department":"2024-01-15","items":"mode_e"} | unquoted_keys | {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"department": {
"type": "string"
},
"items": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
}
},
"required": [
"id",... | {id:"2024-01-15",department:"2024-01-15",items:"mode_e"} | Expecting property name enclosed in double quotes | {"id":"2024-01-15","department":"2024-01-15","items":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string REQUIRED yes
FIELD voltage TYPE number REQUIRED yes
FIELD balance TYPE number REQUIRED no
FIELD first_name.thumbnail TYPE integer REQUIRED no
FIELD first_name.items TYPE string_date-time REQUIRED no
FIELD first_name.first_name.reagent TYPE null REQUIRED yes
F... | {"run_id":"completed","voltage":414.55,"first_name":{"thumbnail":114,"first_name":{"reagent":null,"shipping":"white","index":898.72,"patient_id":false,"balance":"https://example.com/data","address":"bar"},"features":{"loan_amount":294.23,"hazmat_code":null,"repository":null,"vital_sign":null,"label":819.15,"email":126,... | truncated_array | {
"type": "object",
"properties": {
"run_id": {
"type": "string"
},
"voltage": {
"type": "number"
},
"balance": {
"type": "number"
},
"first_name": {
"type": "object",
"properties": {
"thumbnail": {
"type": "integer"
},
"ite... | {"run_id":"completed","voltage":414.55,"first_name":{"thumbnail":114,"first_name":{"reagent":null,"shipping":"white","index":898.72,"patient_id":false,"balance":"https://example.com/data","address":"bar"},"features":{"loan_amount":294.23,"hazmat_code":null,"repository":null,"vital_sign":null,"label":819.15,"email":126,... | Unexpected end of JSON input — truncated object | {"run_id":"completed","voltage":414.55,"first_name":{"thumbnail":114,"first_name":{"reagent":null,"shipping":"white","index":898.72,"patient_id":false,"balance":"https://example.com/data","address":"bar"},"features":{"loan_amount":294.23,"hazmat_code":null,"repository":null,"vital_sign":null,"label":819.15,"email":126,... |
TASK repair_structured_output
SPEC
FIELD val_v94 TYPE integer REQUIRED no
FIELD dim_w71.param_r74 TYPE integer REQUIRED no
FIELD dim_w71.param_v07.col_h02 TYPE integer REQUIRED no
FIELD dim_w71.param_v07.col_t24 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_w71.param_v07.field_s14 TYPE string REQUI... | {"prop_n40":"cat_b","key_u66":{"prop_l61":"level_5","dim_e10":"New York","param_a02":{"attr_s58":"level_1","dim_s72":75,"col_b25":"2022-03-01T20:45:00Z","param_f05":"https://api.example.com/v1"}},"dim_p76":957.31,"attr_j95":"user@example.com","field_s30":true,"key_i94":"London"} | invalid_enum | {
"type": "object",
"properties": {
"val_v94": {
"type": "integer"
},
"dim_w71": {
"type": "object",
"properties": {
"param_r74": {
"type": "integer"
},
"param_v07": {
"type": "object",
"properties": {
"col_h02": {
... | {"prop_n40": "invalid_value_195", "key_u66": {"prop_l61": "level_5", "dim_e10": "New York", "param_a02": {"attr_s58": "level_1", "dim_s72": 75, "col_b25": "2022-03-01T20:45:00Z", "param_f05": "https://api.example.com/v1"}}, "dim_p76": 957.31, "attr_j95": "user@example.com", "field_s30": true, "key_i94": "London"} | Field 'prop_n40' has invalid enum value 'invalid_value_195', expected one of ['cat_a', 'cat_b', 'cat_c'] | {"prop_n40":"cat_b","key_u66":{"prop_l61":"level_5","dim_e10":"New York","param_a02":{"attr_s58":"level_1","dim_s72":75,"col_b25":"2022-03-01T20:45:00Z","param_f05":"https://api.example.com/v1"}},"dim_p76":957.31,"attr_j95":"user@example.com","field_s30":true,"key_i94":"London"} |
TASK repair_structured_output
SPEC
FIELD dim_p80 TYPE boolean REQUIRED no
FIELD val_z37 TYPE number REQUIRED yes
FIELD col_n19 TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTPUT
{dim_p80:false,val_z37:390.02,col_n19:"warning"} | {"dim_p80":false,"val_z37":390.02,"col_n19":"warning"} | unquoted_keys | {
"type": "object",
"properties": {
"dim_p80": {
"type": "boolean"
},
"val_z37": {
"type": "number"
},
"col_n19": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
}
},
"required": [
"val_z37"
]
} | {dim_p80:false,val_z37:390.02,col_n19:"warning"} | Expecting property name enclosed in double quotes | {"dim_p80":false,"val_z37":390.02,"col_n19":"warning"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD amount TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD credit_score TYPE string VALUES open|in_pro... | {"status_code":"in_transit","amount":"maintenance","credit_score":"in_progress","allele":"pro"} | tool_call_bad_format | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]... | <functioncall> track_vessel
{status_code: "in_transit", amount: "maintenance", credit_score: "in_progress", allele: "pro"} | Tool call has malformed arguments — unquoted keys in function parameters | {"status_code":"in_transit","amount":"maintenance","credit_score":"in_progress","allele":"pro"} |
TASK repair_structured_output
SPEC
FIELD param_j84 TYPE integer REQUIRED no
FIELD col_m85 TYPE string REQUIRED no
FIELD param_j91 TYPE string REQUIRED yes
FIELD attr_s55 TYPE string REQUIRED no
FIELD param_v28[].val_s15 TYPE integer REQUIRED yes
FIELD param_v28[].attr_v66 TYPE string VALUES mode_a|mode_b REQUIRED yes
... | {"param_j84":77,"col_m85":"London","param_j91":"Silva","attr_s55":"GRCh38","param_v28":[{"val_s15":303,"attr_v66":"mode_a","key_p18":"Charlie","col_j07":"FWD","val_s09":true}],"col_u16":["mode_d","mode_c"]} | wrong_type | {
"type": "object",
"properties": {
"param_j84": {
"type": "integer"
},
"col_m85": {
"type": "string"
},
"param_j91": {
"type": "string"
},
"attr_s55": {
"type": "string"
},
"param_v28": {
"type": "array",
"items": {
"type": "object",
... | {"param_j84": "\"77\"", "col_m85": "London", "param_j91": "Silva", "attr_s55": "GRCh38", "param_v28": [{"val_s15": 303, "attr_v66": "mode_a", "key_p18": "Charlie", "col_j07": "FWD", "val_s09": true}], "col_u16": ["mode_d", "mode_c"]} | Field 'param_j84' must be integer, got string | {"param_j84":77,"col_m85":"London","param_j91":"Silva","attr_s55":"GRCh38","param_v28":[{"val_s15":303,"attr_v66":"mode_a","key_p18":"Charlie","col_j07":"FWD","val_s09":true}],"col_u16":["mode_d","mode_c"]} |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD invoice_id TYPE integer REQUIRED yes
FIELD name.rating.image_url TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD name.rating.tags TYPE boolean REQUIRED yes
FIELD name.rating.user_id TYPE... | {"email":"resolved","invoice_id":44,"name":{"rating":{"image_url":"free","tags":false,"user_id":230,"umi":[807.12,917.29,61.03]},"phone":"Santos","created_at":"2021-08-21T10:41:00Z","annotation":"Alice"}} | trailing_comma | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"invoice_id": {
"type": "integer"
},
"name": {
"type": "object",
"properties": {
"rating": {
... | {"email":"resolved","invoice_id":44,"name":{"rating":{"image_url":"free","tags":false,"user_id":230,"umi":[807.12,917.29,61.03]},"phone":"Santos","created_at":"2021-08-21T10:41:00Z","annotation":"Alice"},} | Unexpected trailing comma | {"email":"resolved","invoice_id":44,"name":{"rating":{"image_url":"free","tags":false,"user_id":230,"umi":[807.12,917.29,61.03]},"phone":"Santos","created_at":"2021-08-21T10:41:00Z","annotation":"Alice"}} |
TASK repair_structured_output
SPEC
FIELD prop_l64 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD col_x76 TYPE number REQUIRED yes
FIELD val_i73[].col_e28 TYPE integer REQUIRED yes
FIELD val_i73[].key_q18 TYPE integer REQUIRED yes
FIELD val_i73[].prop_r44 TYPE string_date-time REQUIRED yes
FIELD val_i73[].dim_... | {"prop_l64":"option_b","col_x76":459.98,"val_i73":[{"col_e28":904,"key_q18":46,"prop_r44":"2021-05-22T00:33:00Z","dim_f51":"type_b"},{"col_e28":817,"key_q18":119,"prop_r44":"2023-03-26T11:03:00Z"},{"col_e28":289,"key_q18":319,"prop_r44":"2022-09-21T13:51:00Z","dim_f51":"type_c"},{"col_e28":971,"key_q18":608,"prop_r44":... | thought_process | {
"type": "object",
"properties": {
"prop_l64": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"col_x76": {
"type": "number"
},
"val_i73": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col... | Processing the request now.
I'll validate against the schema.
{"prop_l64":"option_b","col_x76":459.98,"val_i73":[{"col_e28":904,"key_q18":46,"prop_r44":"2021-05-22T00:33:00Z","dim_f51":"type_b"},{"col_e28":817,"key_q18":119,"prop_r44":"2023-03-26T11:03:00Z"},{"col_e28":289,"key_q18":319,"prop_r44":"2022-09-21T13:51:00... | Output contains chain-of-thought reasoning before JSON | {"prop_l64":"option_b","col_x76":459.98,"val_i73":[{"col_e28":904,"key_q18":46,"prop_r44":"2021-05-22T00:33:00Z","dim_f51":"type_b"},{"col_e28":817,"key_q18":119,"prop_r44":"2023-03-26T11:03:00Z"},{"col_e28":289,"key_q18":319,"prop_r44":"2022-09-21T13:51:00Z","dim_f51":"type_c"},{"col_e28":971,"key_q18":608,"prop_r44":... |
TASK repair_structured_output
SPEC
FIELD col_a18 TYPE string REQUIRED yes
FIELD field_x10 TYPE boolean REQUIRED yes
FIELD param_t18 TYPE string_email REQUIRED no
FIELD dim_z70 TYPE string_uri REQUIRED no
FIELD dim_n57 TYPE string REQUIRED yes
FIELD param_g30 TYPE boolean REQUIRED yes
FIELD attr_p35 TYPE string REQUIRE... | {"col_a18":"MV-Evergreen-01","field_x10":false,"dim_n57":"https://api.example.com/v1","param_g30":false,"attr_p35":"Bob"} | extra_text_after | {
"type": "object",
"properties": {
"col_a18": {
"type": "string"
},
"field_x10": {
"type": "boolean"
},
"param_t18": {
"type": "string",
"format": "email"
},
"dim_z70": {
"type": "string",
"format": "uri"
},
"dim_n57": {
"type": "string"... | {"col_a18":"MV-Evergreen-01","field_x10":false,"dim_n57":"https://api.example.com/v1","param_g30":false,"attr_p35":"Bob"}
Analysis finished. | Output contains non-JSON text after the object | {"col_a18":"MV-Evergreen-01","field_x10":false,"dim_n57":"https://api.example.com/v1","param_g30":false,"attr_p35":"Bob"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string_date-time REQUIRED yes
FIELD tile TYPE string REQUIRED no
FIELD phenotype TYPE integer REQUIRED yes
FIELD velocity TYPE number REQUIRED yes
FIELD paragraph TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
BROKEN_OUTPUT
Tool: send_email
Pa... | {"account_id":"2020-06-04T22:01:00Z","tile":"example","phenotype":826,"velocity":235.18,"paragraph":"berthed"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"format": "date-time"
},
"tile": {
"type": "string"
},
"phenotype": {
"type": "integer"
},
"velocity": {
"type": "number"
},
"paragraph": {
"type": "string",
"enum": [
... | Tool: send_email
Params: {"account_id": "2020-06-04T22:01:00Z", "tile": "example", "velocity": 235.18, "paragraph": "berthed", "phenotype2": 826} | Agent used wrong parameter name 'phenotype2' instead of 'phenotype' | {"account_id":"2020-06-04T22:01:00Z","tile":"example","phenotype":826,"velocity":235.18,"paragraph":"berthed"} |
TASK repair_structured_output
SPEC
FIELD active TYPE string REQUIRED yes
FIELD velocity TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD filter_flag.image_url TYPE null REQUIRED no
FIELD filter_flag.footnote TYPE integer REQUIRED no
FIELD filter_flag.verified TYPE string_email REQUIRED yes
FIELD filter_flag.co... | {"active":"https://example.com"} | extra_text_before | {
"type": "object",
"properties": {
"active": {
"type": "string"
},
"velocity": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"filter_flag": {
"type": "object",
"properties": {
"image_url": {
"type": "... | The output is as follows:
{"active":"https://example.com"} | Output contains non-JSON text before the object | {"active":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD tile TYPE boolean REQUIRED yes
FIELD timezone TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD frequency_hz TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> search
{tile: false, timezone: "JPY", frequency_hz: "This is a test value."} | {"tile":false,"timezone":"JPY","frequency_hz":"This is a test value."} | tool_call_bad_format | {
"type": "object",
"properties": {
"tile": {
"type": "boolean"
},
"timezone": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"frequency_hz": {
"type": "string"
}
},
"required": [
"frequency_h... | <functioncall> search
{tile: false, timezone: "JPY", frequency_hz: "This is a test value."} | Tool call has malformed arguments — unquoted keys in function parameters | {"tile":false,"timezone":"JPY","frequency_hz":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD field_g34.val_q38 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD field_g34.col_g55 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_g34.val_c41 TYPE string REQUIRED no
FIELD field_g34.dim_u02 TYPE string REQUIRED yes
FIELD field_g34.val_t24... | {"field_g34":{"val_q38":"red","col_g55":"critical","val_c41":"GRCh38","dim_u02":"https://example.com"},"field_w95":123.61,"param_r41":true,"prop_h67":"degraded"} | thought_process | {
"type": "object",
"properties": {
"field_g34": {
"type": "object",
"properties": {
"val_q38": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_g55": {
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"field_g34":{"val_q38":"red","col_g55":"critical","val_c41":"GRCh38","dim_u02":"https://example.com"},"field_w95":123.61,"param_r41":true,"prop_h67":"degraded"} | Output contains chain-of-thought reasoning before JSON | {"field_g34":{"val_q38":"red","col_g55":"critical","val_c41":"GRCh38","dim_u02":"https://example.com"},"field_w95":123.61,"param_r41":true,"prop_h67":"degraded"} |
TASK repair_structured_output
SPEC
FIELD field_a21 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD dim_w16 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD field_v46 TYPE number REQUIRED yes
FIELD key_e25.field_a27 TYPE string VALUES active|inactive|pending RE... | {"field_a21":"cat_e","dim_w16":"pending_review","field_v46":909.11,"key_e25":{"field_a27":"pending","key_u96":false,"key_l13":"qux","param_p88":false}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_a21": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"dim_w16": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
... | Tool: assign_berth
Params: {"field_a21": "cat_e", "dim_w16": "pending_review", "field_v46": 909.11, "key_e25_new": {"field_a27": "pending", "key_u96": false, "key_l13": "qux", "param_p88": false}} | Agent used wrong parameter name 'key_e25_new' instead of 'key_e25' | {"field_a21":"cat_e","dim_w16":"pending_review","field_v46":909.11,"key_e25":{"field_a27":"pending","key_u96":false,"key_l13":"qux","param_p88":false}} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE integer REQUIRED yes
FIELD features TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD version[].company TYPE string REQUIRED no
FIELD version[].message TYPE string REQUIRED yes
FIELD version[].span_id TYPE integer REQUIRED no
FIELD version[].decay_rate TYPE numbe... | {"log_level":981,"features":"cat_a","version":[{"company":"Johnson","message":"Oliveira","span_id":720,"decay_rate":518.63,"label":"https://example.com","log_level":true,"dissolved_oxygen":"type_b"}],"address":["level_2"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"log_level": {
"type": "integer"
},
"features": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"version": {
"type": "array",
"items": {
"type": "object",
"properties": {
"compan... | Tool: run_diagnostics
Params: {"features": "cat_a", "version": [{"company": "Johnson", "message": "Oliveira", "span_id": 720, "decay_rate": 518.63, "label": "https://example.com", "log_level": true, "dissolved_oxygen": "type_b"}], "address": ["level_2"], "log_level_value": 981} | Agent used wrong parameter name 'log_level_value' instead of 'log_level' | {"log_level":981,"features":"cat_a","version":[{"company":"Johnson","message":"Oliveira","span_id":720,"decay_rate":518.63,"label":"https://example.com","log_level":true,"dissolved_oxygen":"type_b"}],"address":["level_2"]} |
TASK repair_structured_output
SPEC
FIELD col_m21 TYPE boolean REQUIRED no
FIELD val_k33 TYPE string REQUIRED no
FIELD field_b91[] TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_i87[].key_p47 TYPE string_uri REQUIRED yes
FIELD dim_i87[].field_i72 TYPE integer REQUIRED yes
FIELD dim_i87[].attr_c45 TYPE in... | {"col_m21":false,"val_k33":"chr1","field_b91":["EUR","USD"],"dim_i87":[{"key_p47":"https://api.io/v1","field_i72":175,"attr_c45":836,"attr_w13":"married"},{"key_p47":"https://www.io/data","field_i72":957,"attr_c45":287,"attr_w13":"married"}]} | wrong_type | {
"type": "object",
"properties": {
"col_m21": {
"type": "boolean"
},
"val_k33": {
"type": "string"
},
"field_b91": {
"type": "array",
"items": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY... | {"col_m21": "\"no\"", "val_k33": "chr1", "field_b91": ["EUR", "USD"], "dim_i87": [{"key_p47": "https://api.io/v1", "field_i72": 175, "attr_c45": 836, "attr_w13": "married"}, {"key_p47": "https://www.io/data", "field_i72": 957, "attr_c45": 287, "attr_w13": "married"}]} | Field 'col_m21' must be boolean, got string | {"col_m21":false,"val_k33":"chr1","field_b91":["EUR","USD"],"dim_i87":[{"key_p47":"https://api.io/v1","field_i72":175,"attr_c45":836,"attr_w13":"married"},{"key_p47":"https://www.io/data","field_i72":957,"attr_c45":287,"attr_w13":"married"}]} |
TASK repair_structured_output
SPEC
FIELD col_v56.attr_h36 TYPE integer REQUIRED no
FIELD col_v56.attr_p50 TYPE integer REQUIRED no
FIELD col_v56.dim_d88.param_q35 TYPE string REQUIRED yes
FIELD col_v56.dim_d88.field_x23 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD col_v56.dim_d88.prop_l04 TYPE inte... | {"val_s65":"RTG-04","val_o14":"https://example.com/v1","val_g21":"2020-01-01T09:56:00Z","key_e36":66,"param_t14":"https://data.io/data"} | missing_bracket | {
"type": "object",
"properties": {
"col_v56": {
"type": "object",
"properties": {
"attr_h36": {
"type": "integer"
},
"attr_p50": {
"type": "integer"
},
"dim_d88": {
"type": "object",
"properties": {
"param_q... | {"val_s65":"RTG-04","val_o14":"https://example.com/v1","val_g21":"2020-01-01T09:56:00Z","key_e36":66,"param_t14":"https://data.io/data"} | Missing closing bracket | {"val_s65":"RTG-04","val_o14":"https://example.com/v1","val_g21":"2020-01-01T09:56:00Z","key_e36":66,"param_t14":"https://data.io/data"} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD velocity TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD amplitude TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD version TYPE string VALUES ... | {"insurance_id":"confirmed","amplitude":"inland","nickname":898,"user_id":null,"color":"Oliveira","gene_id":"inland"} | unquoted_keys | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"velocity": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | {insurance_id:"confirmed",amplitude:"inland",nickname:898,user_id:null,color:"Oliveira",gene_id:"inland"} | Expecting property name enclosed in double quotes | {"insurance_id":"confirmed","amplitude":"inland","nickname":898,"user_id":null,"color":"Oliveira","gene_id":"inland"} |
TASK repair_structured_output
SPEC
FIELD field_o37 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_s54.field_j72 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_s54.attr_w07 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_s54.dim_l74 TYPE string RE... | {"field_o37":"black","dim_s54":{"dim_l74":"Luis","param_w78":"phone"},"prop_z68":"option_c","field_j85":"2023-02-11T12:54:00Z","field_g69":"type_c"} | truncated_object | {
"type": "object",
"properties": {
"field_o37": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_s54": {
"type": "object",
"properties": {
"field_j72": {
"type": "string",
"... | {"field_o37":"black","dim_s54":{"dim_l74":"Luis","param_w78":"phone"},"prop_z68":"option_c","field_j85":"2023-02-11T12:54:00Z","field_g69":"type_c" | Unexpected end of JSON input — truncated object | {"field_o37":"black","dim_s54":{"dim_l74":"Luis","param_w78":"phone"},"prop_z68":"option_c","field_j85":"2023-02-11T12:54:00Z","field_g69":"type_c"} |
TASK repair_structured_output
SPEC
FIELD field_r66 TYPE number REQUIRED yes
FIELD prop_o73 TYPE integer REQUIRED yes
FIELD col_d77 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dim_o03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD field_s64 TYPE string VALUES success|error|warning|info REQUIRE... | {"field_r66":85.7,"prop_o73":662,"col_d77":"medium","dim_o03":"EUR","field_s64":"success"} | missing_bracket | {
"type": "object",
"properties": {
"field_r66": {
"type": "number"
},
"prop_o73": {
"type": "integer"
},
"col_d77": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_o03": {
"type": "string",
... | {"field_r66":85.7,"prop_o73":662,"col_d77":"medium","dim_o03":"EUR","field_s64":"success"} | Missing closing bracket | {"field_r66":85.7,"prop_o73":662,"col_d77":"medium","dim_o03":"EUR","field_s64":"success"} |
TASK repair_structured_output
SPEC
FIELD prop_b97 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD prop_p77.param_v87 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD prop_p77.attr_e30 TYPE number REQUIRED yes
FIELD prop_p77.param_o97[].prop_f19 TYPE null REQUIRED yes
F... | {"prop_b97":"level_3","prop_p77":{"param_v87":"divorced","attr_e30":750.3},"param_n06":"type_c","col_a40":"Paris","param_m48":"cat_a","field_l14":"user@domain.com","val_p52":"chrX","key_h82":32.72} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_b97": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"prop_p77": {
"type": "object",
"properties": {
"param_v87": {
... | Tool: get_account
Params: {"prop_b97": "level_3", "param_n06": "type_c", "col_a40": "Paris", "param_m48": "cat_a", "field_l14": "user@domain.com", "val_p52": "chrX", "key_h82": 32.72, "prop_p77_value": {"param_v87": "divorced", "attr_e30": 750.3}} | Agent used wrong parameter name 'prop_p77_value' instead of 'prop_p77' | {"prop_b97":"level_3","prop_p77":{"param_v87":"divorced","attr_e30":750.3},"param_n06":"type_c","col_a40":"Paris","param_m48":"cat_a","field_l14":"user@domain.com","val_p52":"chrX","key_h82":32.72} |
TASK repair_structured_output
SPEC
FIELD val_d94 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_g97 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_z32 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD key_b51 TYPE integer REQUIRED no
... | {"val_d94":"pending_review","val_g97":"admin","key_b51":512,"key_z97":"admin@example.com"} | extra_field | {
"type": "object",
"properties": {
"val_d94": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_g97": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
... | {"val_d94": "pending_review", "val_g97": "admin", "key_b51": 512, "key_z97": "admin@example.com", "extra_field_8378": "unexpected"} | Unknown field 'extra_field_8378' not defined in schema | {"val_d94":"pending_review","val_g97":"admin","key_b51":512,"key_z97":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD label TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD total TYPE integer REQUIRED no
FIELD duration_ms TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD pressure_kpa TYPE string REQUIRED no
FIELD gene_id TYPE string VALU... | {"total":302,"duration_ms":"level_5","pressure_kpa":"pending","gene_id":"black","cargo_type":"low"} | extra_text_before | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"total": {
"type": "integer"
},
"duration_ms": {
"type": "string",
"enum": [
"level_1",
... | I've generated the following JSON:
{"total":302,"duration_ms":"level_5","pressure_kpa":"pending","gene_id":"black","cargo_type":"low"} | Output contains non-JSON text before the object | {"total":302,"duration_ms":"level_5","pressure_kpa":"pending","gene_id":"black","cargo_type":"low"} |
TASK repair_structured_output
SPEC
FIELD val_i73 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_i26 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_h42 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_b51 TYPE string_date-time REQUIRED yes
FIELD va... | {"val_i73":"frameshift","prop_i26":"arctic","prop_h42":"GBP","key_b51":"2026-10-06T19:21:00Z","val_p12":"2024-06-30"} | trailing_comma | {
"type": "object",
"properties": {
"val_i73": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_i26": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"ar... | {"val_i73":"frameshift","prop_i26":"arctic","prop_h42":"GBP","key_b51":"2026-10-06T19:21:00Z","val_p12":"2024-06-30",} | Unexpected trailing comma | {"val_i73":"frameshift","prop_i26":"arctic","prop_h42":"GBP","key_b51":"2026-10-06T19:21:00Z","val_p12":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string REQUIRED yes
FIELD role TYPE null REQUIRED no
FIELD trace_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD commit_hash TYPE string REQUIRED no
FIELD feedback TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD product_id TYP... | {"shipper_ref":"pending","role":null,"product_id":"type_a"} | extra_text_before | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"role": {
"type": "null"
},
"trace_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"commit_hash": {
"type": "string"
},
"fe... | Pipeline result:
{"shipper_ref":"pending","role":null,"product_id":"type_a"} | Output contains non-JSON text before the object | {"shipper_ref":"pending","role":null,"product_id":"type_a"} |
TASK repair_structured_output
SPEC
FIELD col_s32 TYPE string REQUIRED no
FIELD val_i52 TYPE integer REQUIRED no
FIELD dim_a73 TYPE string REQUIRED yes
FIELD col_i43 TYPE string REQUIRED no
FIELD dim_l83 TYPE integer REQUIRED yes
FIELD dim_t77 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me analyze the request and gener... | {"col_s32":"active","dim_a73":"active","col_i43":"qux","dim_l83":892,"dim_t77":"London"} | thought_process | {
"type": "object",
"properties": {
"col_s32": {
"type": "string"
},
"val_i52": {
"type": "integer"
},
"dim_a73": {
"type": "string"
},
"col_i43": {
"type": "string"
},
"dim_l83": {
"type": "integer"
},
"dim_t77": {
"type": "string"
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"col_s32":"active","dim_a73":"active","col_i43":"qux","dim_l83":892,"dim_t77":"London"} | Output contains chain-of-thought reasoning before JSON | {"col_s32":"active","dim_a73":"active","col_i43":"qux","dim_l83":892,"dim_t77":"London"} |
TASK repair_structured_output
SPEC
FIELD country TYPE string VALUES single|married|divorced REQUIRED yes
FIELD collateral TYPE boolean REQUIRED no
FIELD user_id TYPE integer REQUIRED no
FIELD cargo_type TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD description TYPE string_uri REQUIRED no
BROKEN_OUTPUT
Le... | {"country":"single","collateral":false,"user_id":370,"cargo_type":"small","description":"https://www.com/data"} | tool_call_text_mix | {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"collateral": {
"type": "boolean"
},
"user_id": {
"type": "integer"
},
"cargo_type": {
"type": "string",
"en... | Let me check the system.
<tool_call name="schedule_meeting">
{"country":"single","collateral":false,"user_id":370,"cargo_type":"small","description":"https://www.com/data"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"country":"single","collateral":false,"user_id":370,"cargo_type":"small","description":"https://www.com/data"} |
TASK repair_structured_output
SPEC
FIELD color TYPE number REQUIRED no
FIELD compound TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD balance TYPE boolean REQUIRED yes
FIELD product_id TYPE integer REQUIRED no
FIELD torque_output TYPE string REQUIRED no
BROKEN_OUTPUT
{"color":126.0,"compound":"pro","ba... | {"color":126.0,"compound":"pro","balance":true,"product_id":156,"torque_output":"John"} | extra_text_after | {
"type": "object",
"properties": {
"color": {
"type": "number"
},
"compound": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"balance": {
"type": "boolean"
},
"product_id": {
"type": "integer"
... | {"color":126.0,"compound":"pro","balance":true,"product_id":156,"torque_output":"John"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"color":126.0,"compound":"pro","balance":true,"product_id":156,"torque_output":"John"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE boolean REQUIRED yes
FIELD title TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD throttle_pos TYPE boolean REQUIRED no
FIELD reagent TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD verified TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"al... | {"allele":false,"title":"xl","verified":689} | number_with_unit | {
"type": "object",
"properties": {
"allele": {
"type": "boolean"
},
"title": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"throttle_pos": {
"type": "boolean"
},
"reagent": {
"type": "string",
... | {"allele": false, "title": "xl", "verified": "689kg"} | Field 'verified' must be number, got string with unit | {"allele":false,"title":"xl","verified":689} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string REQUIRED yes
FIELD department TYPE integer REQUIRED no
FIELD nickname TYPE number REQUIRED no
FIELD length TYPE number REQUIRED no
BROKEN_OUTPUT
Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"branch":"Bob","department... | {"branch":"Bob","department":275,"nickname":935.66,"length":962.82} | thought_process | {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"department": {
"type": "integer"
},
"nickname": {
"type": "number"
},
"length": {
"type": "number"
}
},
"required": [
"branch"
]
} | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"branch":"Bob","department":275,"nickname":935.66,"length":962.82} | Output contains chain-of-thought reasoning before JSON | {"branch":"Bob","department":275,"nickname":935.66,"length":962.82} |
TASK repair_structured_output
SPEC
FIELD message TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD zip_code TYPE string REQUIRED yes
FIELD aligned_pct TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD age TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD type TYPE s... | {"message":"escalated","zip_code":"hello","aligned_pct":"push","type":"Jane"} | missing_required | {
"type": "object",
"properties": {
"message": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"zip_code": {
"type": "string"
},
"aligned_pct": {
"type": "string",
"enum": [
"ema... | {"message": "escalated", "aligned_pct": "push", "type": "Jane"} | Required field 'zip_code' is missing | {"message":"escalated","zip_code":"hello","aligned_pct":"push","type":"Jane"} |
TASK repair_structured_output
SPEC
FIELD prop_b49 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_n31 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_h64 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD param_p43 TYPE string REQUIRED yes
FIELD attr_q34 TYPE string_uri RE... | {"prop_b49":"married","attr_n31":"push","attr_h64":"draft","param_p43":"PASS","attr_q34":"https://data.io/data"} | invalid_enum | {
"type": "object",
"properties": {
"prop_b49": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_n31": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_h64"... | {"prop_b49": "invalid_choice_361", "attr_n31": "push", "attr_h64": "draft", "param_p43": "PASS", "attr_q34": "https://data.io/data"} | Field 'prop_b49' has invalid enum value 'invalid_choice_361', expected one of ['single', 'married', 'divorced'] | {"prop_b49":"married","attr_n31":"push","attr_h64":"draft","param_p43":"PASS","attr_q34":"https://data.io/data"} |
TASK repair_structured_output
SPEC
FIELD attr_f11 TYPE string REQUIRED no
FIELD attr_r05.param_k27 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_r05.key_q25 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_r05.attr_l87 TYPE integer REQUIRED yes
FIELD val_z61 TYPE ... | {"attr_f11":"Jane","attr_r05":{"param_k27":"pending_review","key_q25":"BRL","attr_l87":807},"val_z61":"2024-06-30","prop_k78":105,"val_p56":"degraded","attr_l49":"New York"} | thought_process | {
"type": "object",
"properties": {
"attr_f11": {
"type": "string"
},
"attr_r05": {
"type": "object",
"properties": {
"param_k27": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escal... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"attr_f11":"Jane","attr_r05":{"param_k27":"pending_review","key_q25":"BRL","attr_l87":807},"val_z61":"2024-06-30","prop_k78":105,"val_p56":"degraded","attr_l49":"New York"} | Output contains chain-of-thought reasoning before JSON | {"attr_f11":"Jane","attr_r05":{"param_k27":"pending_review","key_q25":"BRL","attr_l87":807},"val_z61":"2024-06-30","prop_k78":105,"val_p56":"degraded","attr_l49":"New York"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE string REQUIRED no
FIELD ward TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD name TYPE integer REQUIRED no
FIELD updated_at[] TYPE string REQUIRED no
FIELD build_status[] TYPE null REQUIRED yes
BROKEN_OUTPUT
{"ward": "escal... | {"ward":"escalated","updated_at":["FWD"],"build_status":[null]} | extra_field | {
"type": "object",
"properties": {
"quality_score": {
"type": "string"
},
"ward": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"name": {
"type": "integer"
},
"updated_at": {
... | {"ward": "escalated", "updated_at": ["FWD"], "build_status": [null], "extra_info_4447": "unexpected"} | Unknown field 'extra_info_4447' not defined in schema | {"ward":"escalated","updated_at":["FWD"],"build_status":[null]} |
TASK repair_structured_output
SPEC
FIELD val_g32 TYPE null REQUIRED no
FIELD field_s68 TYPE boolean REQUIRED yes
FIELD prop_v89 TYPE boolean REQUIRED yes
FIELD prop_k66 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
BROKEN_OUTPUT
{'val_g32':null,'field_s68':false,'prop_v89':false,'prop_k66':'type_a'} | {"val_g32":null,"field_s68":false,"prop_v89":false,"prop_k66":"type_a"} | single_quotes | {
"type": "object",
"properties": {
"val_g32": {
"type": "null"
},
"field_s68": {
"type": "boolean"
},
"prop_v89": {
"type": "boolean"
},
"prop_k66": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
}
},
"req... | {'val_g32':null,'field_s68':false,'prop_v89':false,'prop_k66':'type_a'} | Expecting property name enclosed in double quotes | {"val_g32":null,"field_s68":false,"prop_v89":false,"prop_k66":"type_a"} |
TASK repair_structured_output
SPEC
FIELD tile TYPE integer REQUIRED no
FIELD first_name TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD size TYPE string REQUIRED yes
FIELD amount TYPE string_uri REQUIRED no
FIELD salinity TYPE string REQUIRED no
FIELD tax TYPE string REQUIRED no
BROKEN_OUTPUT
... | {"tile":73,"first_name":"type_e","size":"QC-07","salinity":"Charlie"} | extra_text_after | {
"type": "object",
"properties": {
"tile": {
"type": "integer"
},
"first_name": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"size": {
"type": "string"
},
"amount": {
"type... | {"tile":73,"first_name":"type_e","size":"QC-07","salinity":"Charlie"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"tile":73,"first_name":"type_e","size":"QC-07","salinity":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string_email REQUIRED no
FIELD barcode TYPE string_date-time REQUIRED no
FIELD phone TYPE integer REQUIRED no
FIELD paragraph TYPE integer REQUIRED yes
FIELD notes[] TYPE string REQUIRED no
FIELD vital_sign[].image_url TYPE string VALUES operational|degraded|o... | {"current_draw":"admin@test.io","phone":283,"paragraph":607,"notes":["John","world","https://api.example.com/v1"],"vital_sign":[{"image_url":"operational","compound":"synonymous","thumbnail":"white","dosage":"completed"},{"insurance_id":"admin@domain.org","compound":"nonsense","thumbnail":"blue","dosage":"hello"}]} | number_with_unit | {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"format": "email"
},
"barcode": {
"type": "string",
"format": "date-time"
},
"phone": {
"type": "integer"
},
"paragraph": {
"type": "integer"
},
"notes": {
"type": "a... | {"current_draw": "admin@test.io", "phone": "283kg", "paragraph": 607, "notes": ["John", "world", "https://api.example.com/v1"], "vital_sign": [{"image_url": "operational", "compound": "synonymous", "thumbnail": "white", "dosage": "completed"}, {"insurance_id": "admin@domain.org", "compound": "nonsense", "thumbnail": "b... | Field 'phone' must be number, got string with unit | {"current_draw":"admin@test.io","phone":283,"paragraph":607,"notes":["John","world","https://api.example.com/v1"],"vital_sign":[{"image_url":"operational","compound":"synonymous","thumbnail":"white","dosage":"completed"},{"insurance_id":"admin@domain.org","compound":"nonsense","thumbnail":"blue","dosage":"hello"}]} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE number REQUIRED yes
FIELD procedure_code TYPE integer REQUIRED no
FIELD name.compound TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD name.terminal_id TYPE null REQUIRED no
FIELD name.conductivity TYPE string VALUES option_a|option_b|o... | {"enabled":448.92,"procedure_code":764,"name":{"compound":"frameshift","conductivity":"option_d","allele":false}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"enabled": {
"type": "number"
},
"procedure_code": {
"type": "integer"
},
"name": {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"synonymous",
"missense"... | Tool: query_port_status
Params: {"enabled": 448.92, "procedure_code": 764, "name_name": {"compound": "frameshift", "conductivity": "option_d", "allele": false}} | Agent used wrong parameter name 'name_name' instead of 'name' | {"enabled":448.92,"procedure_code":764,"name":{"compound":"frameshift","conductivity":"option_d","allele":false}} |
TASK repair_structured_output
SPEC
FIELD val_i35 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_h90 TYPE string REQUIRED yes
FIELD dim_y80 TYPE string REQUIRED yes
BROKEN_OUTPUT
{val_i35:"medium",prop_h90:"inactive",dim_y80:"Diana"} | {"val_i35":"medium","prop_h90":"inactive","dim_y80":"Diana"} | unquoted_keys | {
"type": "object",
"properties": {
"val_i35": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_h90": {
"type": "string"
},
"dim_y80": {
"type": "string"
}
},
"required": [
"dim_y80",
"prop_... | {val_i35:"medium",prop_h90:"inactive",dim_y80:"Diana"} | Expecting property name enclosed in double quotes | {"val_i35":"medium","prop_h90":"inactive","dim_y80":"Diana"} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD terminal_id TYPE integer REQUIRED yes
FIELD branch TYPE integer REQUIRED no
FIELD account_id TYPE integer REQUIRED yes
FIELD filter_flag[].total TYPE string REQUIRED yes
FIELD filter_flag[].loan_amount ... | {"terminal_id":954,"branch":684,"account_id":617,"filter_flag":[{"total":"active","loan_amount":566,"order_id":986,"longitude":[506]},{"total":"MV-Evergreen-01","loan_amount":186,"order_id":106,"footnote":"chr1","amount":[388],"longitude":[935]}],"insurance_id":[572,801,647]} | truncated_object | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"terminal_id": {
"type": "integer"
},
"branch": {
"type": "integer"
},
"account_id": {
... | {"terminal_id":954,"branch":684,"account_id":617,"filter_flag":[{"total":"active","loan_amount":566,"order_id":986,"longitude":[506]},{"total":"MV-Evergreen-01","loan_amount":186,"order_id":106,"footnote":"chr1","amount":[388],"longitude":[935]}],"insurance_id":[572,801,647] | Unexpected end of JSON input — truncated object | {"terminal_id":954,"branch":684,"account_id":617,"filter_flag":[{"total":"active","loan_amount":566,"order_id":986,"longitude":[506]},{"total":"MV-Evergreen-01","loan_amount":186,"order_id":106,"footnote":"chr1","amount":[388],"longitude":[935]}],"insurance_id":[572,801,647]} |
TASK repair_structured_output
SPEC
FIELD attr_v05 TYPE string_date-time REQUIRED yes
FIELD key_a29 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD val_v39 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_j03 TYPE string REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool... | {"attr_v05":"2022-05-14T20:56:00Z","key_a29":"basic","col_j03":"Silva"} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_v05": {
"type": "string",
"format": "date-time"
},
"key_a29": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_v39": {
"type": "string",
"enum": [
... | I'll query our database.
<tool_call name="calibrate_instrument">
{"attr_v05":"2022-05-14T20:56:00Z","key_a29":"basic","col_j03":"Silva"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"attr_v05":"2022-05-14T20:56:00Z","key_a29":"basic","col_j03":"Silva"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string_date-time REQUIRED no
FIELD crew_id TYPE string REQUIRED no
FIELD strand TYPE integer REQUIRED no
FIELD index TYPE string REQUIRED no
FIELD username.quantity TYPE string REQUIRED yes
FIELD username.payment_status TYPE boolean REQUIRED yes
FIELD userna... | {"procedure_code":"2025-09-26T04:09:00Z","strand":694,"index":"New York","username":{"quantity":"foo","payment_status":false,"shipping":{"message":"active","description":426.67},"strand":"test@example.com","feedback":"Alice"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"format": "date-time"
},
"crew_id": {
"type": "string"
},
"strand": {
"type": "integer"
},
"index": {
"type": "string"
},
"username": {
"type": "object",
"propertie... | create_order(procedure_code='2025-09-26T04:09:00Z', strand=694, index='New York', username={'quantity': 'foo', 'payment_status': False, 'shipping': {'message': 'active', 'description': 426.67}, 'strand': 'test@example.com', 'feedback': 'Alice'}) | Tool call uses Python syntax instead of JSON | {"procedure_code":"2025-09-26T04:09:00Z","strand":694,"index":"New York","username":{"quantity":"foo","payment_status":false,"shipping":{"message":"active","description":426.67},"strand":"test@example.com","feedback":"Alice"}} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD timezone TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD last_name TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
BROKEN_OUTPUT
Sure, here's the result:
```json
{"ru... | {"run_id":"red","last_name":"level_2"} | markdown_explanation | {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"timezone": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"... | Sure, here's the result:
```json
{"run_id":"red","last_name":"level_2"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"run_id":"red","last_name":"level_2"} |
TASK repair_structured_output
SPEC
FIELD run_id.step TYPE string REQUIRED yes
FIELD run_id.span_id TYPE string_email REQUIRED yes
FIELD run_id.role TYPE integer REQUIRED no
FIELD run_id.total TYPE integer REQUIRED no
FIELD run_id.image_url.phone TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD run... | {"run_id":{"step":"user@domain.com","span_id":"info@domain.org","role":42,"image_url":{"phone":"resolved","terminal_id":"Diana","full_name":"MV-Evergreen-01"}},"state":{"phone":false,"credit_score":true,"department":null,"sensor_id":"test"},"phenotype":117,"deploy_target":{"user_id":null,"commit_hash":"heterozygous","s... | wrong_type | {
"type": "object",
"properties": {
"run_id": {
"type": "object",
"properties": {
"step": {
"type": "string"
},
"span_id": {
"type": "string",
"format": "email"
},
"role": {
"type": "integer"
},
"total": ... | {"run_id": {"step": "user@domain.com", "span_id": "info@domain.org", "role": 42, "image_url": {"phone": "resolved", "terminal_id": "Diana", "full_name": "MV-Evergreen-01"}}, "state": {"phone": false, "credit_score": true, "department": null, "sensor_id": "test"}, "phenotype": "\"117\"", "deploy_target": {"user_id": nul... | Field 'phenotype' must be integer, got string | {"run_id":{"step":"user@domain.com","span_id":"info@domain.org","role":42,"image_url":{"phone":"resolved","terminal_id":"Diana","full_name":"MV-Evergreen-01"}},"state":{"phone":false,"credit_score":true,"department":null,"sensor_id":"test"},"phenotype":117,"deploy_target":{"user_id":null,"commit_hash":"heterozygous","s... |
TASK repair_structured_output
SPEC
FIELD key_d68 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD val_d98 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD prop_g38 TYPE boolean REQUIRED no
FIELD param_y92 TYPE integer REQUIRED no
FIELD dim_x13 TYPE number REQUIRED no
FIELD col_k20 TYPE string ... | {"key_d68":"type_d","val_d98":"editor","prop_g38":false,"param_y92":903,"dim_x13":814.65,"dim_a69":"oceanic"} | invalid_enum | {
"type": "object",
"properties": {
"key_d68": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"val_d98": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_g38... | {"key_d68": "type_d", "val_d98": "editor", "prop_g38": false, "param_y92": 903, "dim_x13": 814.65, "dim_a69": "invalid_value_707"} | Field 'dim_a69' has invalid enum value 'invalid_value_707', expected one of ['coastal', 'oceanic', 'inland', 'arctic'] | {"key_d68":"type_d","val_d98":"editor","prop_g38":false,"param_y92":903,"dim_x13":814.65,"dim_a69":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD attr_j92 TYPE integer REQUIRED no
FIELD param_h93 TYPE number REQUIRED no
FIELD key_t37 TYPE string REQUIRED yes
FIELD prop_b28 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_y41[].key_b10 TYPE boolean REQUIRED yes
FIELD dim_y41[].val_w11 TYPE ... | {"attr_j92":959,"param_h93":563.68,"key_t37":"https://api.example.com/v1","prop_b28":"frameshift","dim_y41":[{"key_b10":false,"val_w11":44,"field_v39":"demo"},{"key_b10":true,"val_w11":994,"field_v39":"test"},{"key_b10":true,"val_w11":697,"field_v39":"user@domain.com"},{"key_b10":true,"val_w11":506,"field_v39":"https:/... | markdown_explanation | {
"type": "object",
"properties": {
"attr_j92": {
"type": "integer"
},
"param_h93": {
"type": "number"
},
"key_t37": {
"type": "string"
},
"prop_b28": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frames... | Here is the response in the requested format:
```json
{"attr_j92":959,"param_h93":563.68,"key_t37":"https://api.example.com/v1","prop_b28":"frameshift","dim_y41":[{"key_b10":false,"val_w11":44,"field_v39":"demo"},{"key_b10":true,"val_w11":994,"field_v39":"test"},{"key_b10":true,"val_w11":697,"field_v39":"user@domain.co... | Output contains markdown and explanatory text around JSON | {"attr_j92":959,"param_h93":563.68,"key_t37":"https://api.example.com/v1","prop_b28":"frameshift","dim_y41":[{"key_b10":false,"val_w11":44,"field_v39":"demo"},{"key_b10":true,"val_w11":994,"field_v39":"test"},{"key_b10":true,"val_w11":697,"field_v39":"user@domain.com"},{"key_b10":true,"val_w11":506,"field_v39":"https:/... |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string_uri REQUIRED no
FIELD values.item_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD values.product_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD values.message TYPE string VALUES red|blue|green|black... | {"feedback":"https://api.org/v1","coverage":459,"category":"pending","type":true,"chromosome":{"voltage":"QC-07","notes":"https://data.com/data","terminal_id":"RTG-04"},"chapter":"chr1","filter_flag":"Hapag-Lloyd-Express"} | extra_text_before | {
"type": "object",
"properties": {
"feedback": {
"type": "string",
"format": "uri"
},
"values": {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | The output is as follows:
{"feedback":"https://api.org/v1","coverage":459,"category":"pending","type":true,"chromosome":{"voltage":"QC-07","notes":"https://data.com/data","terminal_id":"RTG-04"},"chapter":"chr1","filter_flag":"Hapag-Lloyd-Express"} | Output contains non-JSON text before the object | {"feedback":"https://api.org/v1","coverage":459,"category":"pending","type":true,"chromosome":{"voltage":"QC-07","notes":"https://data.com/data","terminal_id":"RTG-04"},"chapter":"chr1","filter_flag":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE null REQUIRED yes
FIELD lane TYPE integer REQUIRED no
FIELD torque_output TYPE string_email REQUIRED no
BROKEN_OUTPUT
{"catalyst": null, "torque_output": "user@test.io"} | {"catalyst":null,"torque_output":"user@test.io"} | null_required | {
"type": "object",
"properties": {
"catalyst": {
"type": "null"
},
"lane": {
"type": "integer"
},
"torque_output": {
"type": "string",
"format": "email"
}
},
"required": [
"catalyst"
]
} | {"catalyst": null, "torque_output": "user@test.io"} | Required field 'catalyst' is null | {"catalyst":null,"torque_output":"user@test.io"} |
TASK repair_structured_output
SPEC
FIELD col_f92.col_c32 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_f92.val_a54 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD col_f92.col_y83 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_f92.param_p07 TYPE string VA... | {"col_f92":{"col_c32":"berthed","val_a54":"red","col_y83":"basic","col_s20":555,"attr_r53":"Sao Paulo","val_u70":205},"param_d94":"synonymous","col_c75":8.95,"val_n69":273} | thought_process | {
"type": "object",
"properties": {
"col_f92": {
"type": "object",
"properties": {
"col_c32": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_a54": {
"t... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"col_f92":{"col_c32":"berthed","val_a54":"red","col_y83":"basic","col_s20":555,"attr_r53":"Sao Paulo","val_u70":205},"param_d94":"synonymous","col_c75":8.95,"val_n69":273} | Output contains chain-of-thought reasoning before JSON | {"col_f92":{"col_c32":"berthed","val_a54":"red","col_y83":"basic","col_s20":555,"attr_r53":"Sao Paulo","val_u70":205},"param_d94":"synonymous","col_c75":8.95,"val_n69":273} |
TASK repair_structured_output
SPEC
FIELD attr_i88 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_a08 TYPE integer REQUIRED no
FIELD field_s49 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"attr_i88": null, "field_s49": 119} | {"attr_i88":"divorced","field_s49":119} | null_required | {
"type": "object",
"properties": {
"attr_i88": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_a08": {
"type": "integer"
},
"field_s49": {
"type": "integer"
}
},
"required": [
"attr_i88"
]
} | {"attr_i88": null, "field_s49": 119} | Required field 'attr_i88' is null | {"attr_i88":"divorced","field_s49":119} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string REQUIRED yes
FIELD notes TYPE integer REQUIRED no
FIELD footnote TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"terminal_id": "Diana", "notes": 930, "footnote": null} | {"terminal_id":"Diana","notes":930,"footnote":489} | null_required | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string"
},
"notes": {
"type": "integer"
},
"footnote": {
"type": "integer"
}
},
"required": [
"terminal_id",
"footnote"
]
} | {"terminal_id": "Diana", "notes": 930, "footnote": null} | Required field 'footnote' is null | {"terminal_id":"Diana","notes":930,"footnote":489} |
TASK repair_structured_output
SPEC
FIELD features TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD nickname TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD section TYPE string REQUIRED yes
FIELD bed_number TYPE string VALUES option_a|option_b REQUIRED no
FIELD port_code TYPE boolean REQUIRED ... | {"features":"large","nickname":"red","section":"quux","port_code":true,"deploy_target":870,"batch_code":"approved"} | truncated_object | {
"type": "object",
"properties": {
"features": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"nickname": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | {"features":"large","nickname":"red","section":"quux","port_code":true,"deploy_target":870,"batch_code":"approved" | Unexpected end of JSON input — truncated object | {"features":"large","nickname":"red","section":"quux","port_code":true,"deploy_target":870,"batch_code":"approved"} |
TASK repair_structured_output
SPEC
FIELD loan_amount.allele TYPE string REQUIRED no
FIELD loan_amount.ph_level TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD loan_amount.quality_score TYPE number REQUIRED no
FIELD loan_amount.full_name TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD loan_amount.se... | {"loan_amount":{"ph_level":"viewer","quality_score":401.35,"full_name":"phone","sensor_id":276,"order_id":708,"strand":{"category":"rejected","section":"RTG-04","company":"inactive"}},"fleet_number":"unstable","quality_score":false} | missing_brace | {
"type": "object",
"properties": {
"loan_amount": {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"ph_level": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}... | {"loan_amount":{"ph_level":"viewer","quality_score":401.35,"full_name":"phone","sensor_id":276,"order_id":708,"strand":{"category":"rejected","section":"RTG-04","company":"inactive"},"fleet_number":"unstable","quality_score":false} | Missing closing brace | {"loan_amount":{"ph_level":"viewer","quality_score":401.35,"full_name":"phone","sensor_id":276,"order_id":708,"strand":{"category":"rejected","section":"RTG-04","company":"inactive"}},"fleet_number":"unstable","quality_score":false} |
TASK repair_structured_output
SPEC
FIELD attr_d76 TYPE string REQUIRED yes
FIELD key_w39 TYPE string REQUIRED no
FIELD col_t82 TYPE number REQUIRED no
FIELD attr_x11 TYPE integer REQUIRED no
FIELD field_c34 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD key_s43 TYPE null REQUIRED ... | {"attr_d76":"active","key_w39":"New York","col_t82":92.64,"field_c34":"level_1","key_s43":null} | thought_process | {
"type": "object",
"properties": {
"attr_d76": {
"type": "string"
},
"key_w39": {
"type": "string"
},
"col_t82": {
"type": "number"
},
"attr_x11": {
"type": "integer"
},
"field_c34": {
"type": "string",
"enum": [
"level_1",
"le... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"attr_d76":"active","key_w39":"New York","col_t82":92.64,"field_c34":"level_1","key_s43":null} | Output contains chain-of-thought reasoning before JSON | {"attr_d76":"active","key_w39":"New York","col_t82":92.64,"field_c34":"level_1","key_s43":null} |
TASK repair_structured_output
SPEC
FIELD total TYPE integer REQUIRED no
FIELD width.last_name TYPE string REQUIRED yes
FIELD width.end_date.footnote TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD width.end_date.port_code TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD width.end... | {"total":488,"width":{"last_name":"example","end_date":{"footnote":"type_c","port_code":"basic","address":"bar"},"items":{"subject":"Johnson","level":"Bob","invoice_id":"active","chapter":868},"wavelength":false,"decay_rate":"Maria"},"humidity_pct":"degraded","vessel_name":"baz","interest_rate":"bar"} | tool_call_partial_args | {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"width": {
"type": "object",
"properties": {
"last_name": {
"type": "string"
},
"end_date": {
"type": "object",
"properties": {
"footnote": {
... | I need to look up the information first.
Action: query_port_status
Arguments: {"total": 488, "width": {"last_name": "example", "end_date": {"footnote": "type_c", "port_code": "basic", "address": "bar"}, "items": {"subject": "Johnson", "level": "Bob", "invoice_id": "active", "chapter": 868}, "wavelength": false, "decay_... | Agent tool call missing required parameter 'interest_rate' | {"total":488,"width":{"last_name":"example","end_date":{"footnote":"type_c","port_code":"basic","address":"bar"},"items":{"subject":"Johnson","level":"Bob","invoice_id":"active","chapter":868},"wavelength":false,"decay_rate":"Maria"},"humidity_pct":"degraded","vessel_name":"baz","interest_rate":"bar"} |
TASK repair_structured_output
SPEC
FIELD dim_h16 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_x81 TYPE string_uri REQUIRED yes
FIELD field_h18 TYPE boolean REQUIRED no
FIELD col_s29 TYPE string REQUIRED yes
BROKEN_OUTPUT
Tool: update_preferences
Params: {"dim_h16": "divorced", "col_s29": "Oliveir... | {"dim_h16":"divorced","attr_x81":"https://data.org/data","col_s29":"Oliveira"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_h16": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_x81": {
"type": "string",
"format": "uri"
},
"field_h18": {
"type": "boolean"
},
"col_s29": {
"type": ... | Tool: update_preferences
Params: {"dim_h16": "divorced", "col_s29": "Oliveira", "attr_x81_name": "https://data.org/data"} | Agent used wrong parameter name 'attr_x81_name' instead of 'attr_x81' | {"dim_h16":"divorced","attr_x81":"https://data.org/data","col_s29":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string REQUIRED yes
FIELD currency TYPE string_date-time REQUIRED yes
FIELD branch.credit_score TYPE string REQUIRED yes
FIELD branch.turbidity TYPE string REQUIRED no
FIELD branch.wavelength.manifest_ref TYPE string_date-time REQUIRED no
FIELD branch.wavelength.t... | {"altitude":"GRCh38","currency":"2021-10-24T07:46:00Z","branch":{"credit_score":"demo","turbidity":"https://example.com","wavelength":{"manifest_ref":"2022-06-13T18:59:00Z","transaction_id":95,"currency":"option_a","torque_output":"user@domain.org","date":"type_e","loan_amount":"Johnson"}},"message":"https://www.com/ap... | missing_bracket | {
"type": "object",
"properties": {
"altitude": {
"type": "string"
},
"currency": {
"type": "string",
"format": "date-time"
},
"branch": {
"type": "object",
"properties": {
"credit_score": {
"type": "string"
},
"turbidity": {
... | {"altitude":"GRCh38","currency":"2021-10-24T07:46:00Z","branch":{"credit_score":"demo","turbidity":"https://example.com","wavelength":{"manifest_ref":"2022-06-13T18:59:00Z","transaction_id":95,"currency":"option_a","torque_output":"user@domain.org","date":"type_e","loan_amount":"Johnson"}},"message":"https://www.com/ap... | Missing closing bracket | {"altitude":"GRCh38","currency":"2021-10-24T07:46:00Z","branch":{"credit_score":"demo","turbidity":"https://example.com","wavelength":{"manifest_ref":"2022-06-13T18:59:00Z","transaction_id":95,"currency":"option_a","torque_output":"user@domain.org","date":"type_e","loan_amount":"Johnson"}},"message":"https://www.com/ap... |
TASK repair_structured_output
SPEC
FIELD val_w28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_c40.dim_p41 TYPE string_date-time REQUIRED no
FIELD attr_c40.col_c07 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD attr_c40.param_r29 TYPE string VALUES pending_review|confirmed|rej... | {"val_w28":"JPY","attr_c40":{"dim_p41":"2024-10-25T01:11:00Z","col_c07":"hemizygous","param_r29":"confirmed","attr_d83":594.26,"val_h82":402},"key_w08":true,"val_y48":"moored"} | partial_structure | {
"type": "object",
"properties": {
"val_w28": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"attr_c40": {
"type": "object",
"properties": {
"dim_p41": {
"type": "string",
"format": "... | Result: key_w08=True, {"val_w28":"JPY","attr_c40":{"dim_p41":"2024-10-25T01:11:00Z","col_c07":"hemizygous","param_r29":"confirmed","attr_d83":594.26,"val_h82":402},"key_w08":true,"val_y48":"moored"} | Output mixes natural language with JSON | {"val_w28":"JPY","attr_c40":{"dim_p41":"2024-10-25T01:11:00Z","col_c07":"hemizygous","param_r29":"confirmed","attr_d83":594.26,"val_h82":402},"key_w08":true,"val_y48":"moored"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE integer REQUIRED yes
FIELD category TYPE number REQUIRED yes
FIELD item_id TYPE string REQUIRED yes
FIELD freight_class TYPE string_email REQUIRED no
FIELD subject TYPE integer REQUIRED yes
BROKEN_OUTPUT
{user_id:268,category:949.43,item_id:"Johnson",subject:240} | {"user_id":268,"category":949.43,"item_id":"Johnson","subject":240} | unquoted_keys | {
"type": "object",
"properties": {
"user_id": {
"type": "integer"
},
"category": {
"type": "number"
},
"item_id": {
"type": "string"
},
"freight_class": {
"type": "string",
"format": "email"
},
"subject": {
"type": "integer"
}
},
"requ... | {user_id:268,category:949.43,item_id:"Johnson",subject:240} | Expecting property name enclosed in double quotes | {"user_id":268,"category":949.43,"item_id":"Johnson","subject":240} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string_email REQUIRED no
FIELD ward TYPE string_uri REQUIRED no
FIELD start_date TYPE string_date-time REQUIRED yes
FIELD total TYPE number REQUIRED no
FIELD commit_hash TYPE integer REQUIRED yes
FIELD chapter TYPE string VALUES homozygous|heterozygous|hemizygous R... | {"gene_id":"user@domain.org","ward":"https://example.org/api","start_date":"2026-11-19T00:51:00Z","commit_hash":236,"chapter":"hemizygous","subject":884} | partial_structure | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"format": "email"
},
"ward": {
"type": "string",
"format": "uri"
},
"start_date": {
"type": "string",
"format": "date-time"
},
"total": {
"type": "number"
},
"commit_hash"... | Based on the data, subject is 884. {"gene_id":"user@domain.org","ward":"https://example.org/api","start_date":"2026-11-19T00:51:00Z","commit_hash":236,"chapter":"hemizygous","subject":884} | Output mixes natural language with JSON | {"gene_id":"user@domain.org","ward":"https://example.org/api","start_date":"2026-11-19T00:51:00Z","commit_hash":236,"chapter":"hemizygous","subject":884} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE null REQUIRED yes
FIELD id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD wavelength TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
{"timezone":null,"id":"medium","wavelength":"Charlie"} | {"timezone":null,"id":"medium","wavelength":"Charlie"} | extra_text_before | {
"type": "object",
"properties": {
"timezone": {
"type": "null"
},
"id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"wavelength": {
"type": "string"
}
},
"required": [
"wavelength",
"timezo... | Let me provide the data in JSON format:
{"timezone":null,"id":"medium","wavelength":"Charlie"} | Output contains non-JSON text before the object | {"timezone":null,"id":"medium","wavelength":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD prop_u29 TYPE string REQUIRED no
FIELD field_u34 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_r42 TYPE string REQUIRED yes
FIELD prop_n34 TYPE integer REQUIRED no
FIELD val_z35 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_v21 TYPE string... | {"prop_u29":"chr1","field_u34":"medium","param_r42":"qux","val_z35":"medium","col_v21":"Charlie","dim_p58":"married","field_i48":88.72} | truncated_object | {
"type": "object",
"properties": {
"prop_u29": {
"type": "string"
},
"field_u34": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_r42": {
"type": "string"
},
"prop_n34": {
"type": "integer"... | {"prop_u29":"chr1","field_u34":"medium","param_r42":"qux","val_z35":"medium","col_v21":"Charlie","dim_p58":"married","field_i48":88.72 | Unexpected end of JSON input — truncated object | {"prop_u29":"chr1","field_u34":"medium","param_r42":"qux","val_z35":"medium","col_v21":"Charlie","dim_p58":"married","field_i48":88.72} |
TASK repair_structured_output
SPEC
FIELD field_b66 TYPE integer REQUIRED no
FIELD field_q79 TYPE string REQUIRED yes
FIELD attr_x67.attr_k47.col_x24 TYPE string_date-time REQUIRED yes
FIELD attr_x67.attr_k47.dim_r80 TYPE string REQUIRED yes
FIELD attr_x67.attr_k47.attr_d56 TYPE string REQUIRED yes
FIELD attr_x67.attr_... | {"field_b66":961,"field_q79":"chr1","attr_x67":{"field_u07":{"val_n85":"open","param_p02":"draft","val_n40":"published","val_f49":true,"val_d89":"example"},"key_p12":{"val_m26":288,"param_k47":true},"dim_x86":"heterozygous","val_c85":{"prop_c38":"enterprise","prop_w02":"medium","attr_p13":"https://api.com/v1","param_o2... | tool_call_bad_format | {
"type": "object",
"properties": {
"field_b66": {
"type": "integer"
},
"field_q79": {
"type": "string"
},
"attr_x67": {
"type": "object",
"properties": {
"attr_k47": {
"type": "object",
"properties": {
"col_x24": {
"t... | <functioncall> book_appointment
{field_b66: 961, field_q79: "chr1", attr_x67: {field_u07: {val_n85: "open", param_p02: "draft", val_n40: "published", val_f49: true, val_d89: "example"}, key_p12: {val_m26: 288, param_k47: true}, dim_x86: "heterozygous", val_c85: {prop_c38: "enterprise", prop_w02: "medium", attr_p13: "ht... | Tool call has malformed arguments — unquoted keys in function parameters | {"field_b66":961,"field_q79":"chr1","attr_x67":{"field_u07":{"val_n85":"open","param_p02":"draft","val_n40":"published","val_f49":true,"val_d89":"example"},"key_p12":{"val_m26":288,"param_k47":true},"dim_x86":"heterozygous","val_c85":{"prop_c38":"enterprise","prop_w02":"medium","attr_p13":"https://api.com/v1","param_o2... |
TASK repair_structured_output
SPEC
FIELD prop_i06 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_p24 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_g65 TYPE string REQUIRED yes
FIELD attr_v86 TYPE string REQUIRED yes
FIELD dim_k88 TYPE integer REQUIRED no
FIELD prop_m95 TYPE string V... | {"prop_i06":"viewer","field_p24":"pending","col_g65":"Charlie","attr_v86":"REV","dim_k88":944,"prop_m95":"red"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_i06": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_p24": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_g65": {
"t... | {prop_i06:"viewer",field_p24:"pending",col_g65:"Charlie",attr_v86:"REV",dim_k88:944,prop_m95:"red"} | Expecting property name enclosed in double quotes | {"prop_i06":"viewer","field_p24":"pending","col_g65":"Charlie","attr_v86":"REV","dim_k88":944,"prop_m95":"red"} |
TASK repair_structured_output
SPEC
FIELD field_r25 TYPE integer REQUIRED yes
FIELD attr_q62 TYPE string REQUIRED no
FIELD prop_p78.param_x58 TYPE number REQUIRED yes
FIELD prop_p78.dim_a85 TYPE string REQUIRED no
FIELD prop_p78.val_u84.attr_n06 TYPE string REQUIRED yes
FIELD prop_p78.val_u84.prop_r65 TYPE string_email... | {"field_r25":45,"attr_q62":"Santos","prop_p78":{"param_x58":435.19,"val_u84":{"attr_n06":"Berlin","prop_r65":"user@domain.org","prop_i00":341.41,"field_w71":800,"col_h56":"GRCh38"},"key_y17":{"key_n34":"push","key_z95":"user@domain.org","attr_s19":null}},"col_p77":"low"} | single_quotes | {
"type": "object",
"properties": {
"field_r25": {
"type": "integer"
},
"attr_q62": {
"type": "string"
},
"prop_p78": {
"type": "object",
"properties": {
"param_x58": {
"type": "number"
},
"dim_a85": {
"type": "string"
}... | {'field_r25':45,'attr_q62':'Santos','prop_p78':{'param_x58':435.19,'val_u84':{'attr_n06':'Berlin','prop_r65':'user@domain.org','prop_i00':341.41,'field_w71':800,'col_h56':'GRCh38'},'key_y17':{'key_n34':'push','key_z95':'user@domain.org','attr_s19':null}},'col_p77':'low'} | Expecting property name enclosed in double quotes | {"field_r25":45,"attr_q62":"Santos","prop_p78":{"param_x58":435.19,"val_u84":{"attr_n06":"Berlin","prop_r65":"user@domain.org","prop_i00":341.41,"field_w71":800,"col_h56":"GRCh38"},"key_y17":{"key_n34":"push","key_z95":"user@domain.org","attr_s19":null}},"col_p77":"low"} |
TASK repair_structured_output
SPEC
FIELD attr_l49 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_k11 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD key_h64 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_j49 TYPE string VALUES homozygous|heterozygous|hem... | {"attr_l49":"critical","field_k11":"success","col_j49":"heterozygous","param_k05":762.55,"val_c83":"archived"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_l49": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_k11": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | <functioncall> read_sensor_array
{attr_l49: "critical", field_k11: "success", col_j49: "heterozygous", param_k05: 762.55, val_c83: "archived"} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_l49":"critical","field_k11":"success","col_j49":"heterozygous","param_k05":762.55,"val_c83":"archived"} |
TASK repair_structured_output
SPEC
FIELD key_h71 TYPE string REQUIRED yes
FIELD param_y42 TYPE string REQUIRED yes
FIELD prop_d31 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_w36 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"key_h71": "Silva", "prop_d31": "white", "param_w36": 612} | {"key_h71":"Silva","param_y42":"Johnson","prop_d31":"white","param_w36":612} | missing_required | {
"type": "object",
"properties": {
"key_h71": {
"type": "string"
},
"param_y42": {
"type": "string"
},
"prop_d31": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_w36": {
"type... | {"key_h71": "Silva", "prop_d31": "white", "param_w36": 612} | Required field 'param_y42' is missing | {"key_h71":"Silva","param_y42":"Johnson","prop_d31":"white","param_w36":612} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE integer REQUIRED yes
FIELD balance TYPE integer REQUIRED no
FIELD account_id TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{throttle_pos:853,balance:734,account_id:false} | {"throttle_pos":853,"balance":734,"account_id":false} | unquoted_keys | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "integer"
},
"balance": {
"type": "integer"
},
"account_id": {
"type": "boolean"
}
},
"required": [
"account_id",
"throttle_pos"
]
} | {throttle_pos:853,balance:734,account_id:false} | Expecting property name enclosed in double quotes | {"throttle_pos":853,"balance":734,"account_id":false} |
TASK repair_structured_output
SPEC
FIELD field_s74 TYPE string REQUIRED no
FIELD key_q78 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD dim_v01 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
BROKEN_OUTPUT
{'field_s74':'FWD','key_q78':'option_d','dim_v01'... | {"field_s74":"FWD","key_q78":"option_d","dim_v01":"homozygous"} | single_quotes | {
"type": "object",
"properties": {
"field_s74": {
"type": "string"
},
"key_q78": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"dim_v01": {
"type": "string",... | {'field_s74':'FWD','key_q78':'option_d','dim_v01':'homozygous'} | Expecting property name enclosed in double quotes | {"field_s74":"FWD","key_q78":"option_d","dim_v01":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz.start_date TYPE string REQUIRED no
FIELD frequency_hz.build_status TYPE string REQUIRED no
FIELD frequency_hz.conductivity TYPE number REQUIRED yes
FIELD frequency_hz.annotation TYPE null REQUIRED yes
FIELD frequency_hz.nickname TYPE string VALUES option_a|option_b... | {"frequency_hz":{"start_date":"https://example.com","build_status":"Silva","conductivity":406.33,"annotation":null,"nickname":"option_a","yield_pct":"level_2"},"repository":{"verified":"2024-01-23T02:47:00Z","item_id":"Jane","active":"Maria","message":{"procedure_code":"low","freight_class":892,"full_name":"GRCh38","le... | markdown_explanation | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "object",
"properties": {
"start_date": {
"type": "string"
},
"build_status": {
"type": "string"
},
"conductivity": {
"type": "number"
},
"annotation": ... | Pipeline result:
```json
{"frequency_hz":{"start_date":"https://example.com","build_status":"Silva","conductivity":406.33,"annotation":null,"nickname":"option_a","yield_pct":"level_2"},"repository":{"verified":"2024-01-23T02:47:00Z","item_id":"Jane","active":"Maria","message":{"procedure_code":"low","freight_class":892... | Output contains markdown and explanatory text around JSON | {"frequency_hz":{"start_date":"https://example.com","build_status":"Silva","conductivity":406.33,"annotation":null,"nickname":"option_a","yield_pct":"level_2"},"repository":{"verified":"2024-01-23T02:47:00Z","item_id":"Jane","active":"Maria","message":{"procedure_code":"low","freight_class":892,"full_name":"GRCh38","le... |
TASK repair_structured_output
SPEC
FIELD val_w47 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_h48 TYPE number REQUIRED yes
FIELD col_l47 TYPE boolean REQUIRED no
FIELD prop_p13 TYPE string VALUES single|married|divorced REQUIRED yes
BROKEN_OUTPUT
I've generated the following JSON:
{"val_w47":... | {"val_w47":"pro","field_h48":790.42,"prop_p13":"divorced"} | extra_text_before | {
"type": "object",
"properties": {
"val_w47": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"field_h48": {
"type": "number"
},
"col_l47": {
"type": "boolean"
},
"prop_p13": {
"type": "string",
... | I've generated the following JSON:
{"val_w47":"pro","field_h48":790.42,"prop_p13":"divorced"} | Output contains non-JSON text before the object | {"val_w47":"pro","field_h48":790.42,"prop_p13":"divorced"} |
TASK repair_structured_output
SPEC
FIELD field_m48.key_g33 TYPE string REQUIRED no
FIELD field_m48.attr_n16 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD field_m48.dim_g64 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD field_m48.param_p71.key_i32 TYPE string REQUIRED yes
FIELD field... | {"field_m48":{"key_g33":"chr1","attr_n16":"cat_b","dim_g64":"cat_b","val_z83":163,"field_f78":20,"dim_p23":{"prop_q93":"cat_a","val_w79":"level_1","key_p44":"ops@test.io","param_i25":"Maria","attr_f06":"quux"}},"param_a29":"cat_b","dim_m59":"cat_e","param_v69":78,"col_z27":{"key_b64":"type_b","prop_k35":236.91,"attr_p2... | truncated_object | {
"type": "object",
"properties": {
"field_m48": {
"type": "object",
"properties": {
"key_g33": {
"type": "string"
},
"attr_n16": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
... | {"field_m48":{"key_g33":"chr1","attr_n16":"cat_b","dim_g64":"cat_b","val_z83":163,"field_f78":20,"dim_p23":{"prop_q93":"cat_a","val_w79":"level_1","key_p44":"ops@test.io","param_i25":"Maria","attr_f06":"quux"}},"param_a29":"cat_b","dim_m59":"cat_e","param_v69":78,"col_z27":{"key_b64":"type_b","prop_k35":236.91,"attr_p2... | Unexpected end of JSON input — truncated object | {"field_m48":{"key_g33":"chr1","attr_n16":"cat_b","dim_g64":"cat_b","val_z83":163,"field_f78":20,"dim_p23":{"prop_q93":"cat_a","val_w79":"level_1","key_p44":"ops@test.io","param_i25":"Maria","attr_f06":"quux"}},"param_a29":"cat_b","dim_m59":"cat_e","param_v69":78,"col_z27":{"key_b64":"type_b","prop_k35":236.91,"attr_p2... |
TASK repair_structured_output
SPEC
FIELD id.interest_rate TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD id.trace_id TYPE string REQUIRED no
FIELD id.last_name TYPE number REQUIRED yes
FIELD id.repository.step TYPE boolean REQUIRED yes
FIELD id.repository.updated_at TYPE string REQUIRED yes
FIELD id.r... | {"id":{"interest_rate":"free","trace_id":"Hapag-Lloyd-Express","last_name":530.46,"repository":{"step":false,"updated_at":"demo","height":"GBP"}},"chapter":"offline","batch_code":{"full_name":"Berlin","isotope":"2024-06-30","due_date":"resolved","conductivity":"ops@domain.org","feedback":[859,822,669,592],"invoice_id":... | extra_text_before | {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"interest_rate": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"trace_id": {
"type":... | Here's the structured output:
{"id":{"interest_rate":"free","trace_id":"Hapag-Lloyd-Express","last_name":530.46,"repository":{"step":false,"updated_at":"demo","height":"GBP"}},"chapter":"offline","batch_code":{"full_name":"Berlin","isotope":"2024-06-30","due_date":"resolved","conductivity":"ops@domain.org","feedback":[... | Output contains non-JSON text before the object | {"id":{"interest_rate":"free","trace_id":"Hapag-Lloyd-Express","last_name":530.46,"repository":{"step":false,"updated_at":"demo","height":"GBP"}},"chapter":"offline","batch_code":{"full_name":"Berlin","isotope":"2024-06-30","due_date":"resolved","conductivity":"ops@domain.org","feedback":[859,822,669,592],"invoice_id":... |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE integer REQUIRED no
FIELD features TYPE number REQUIRED no
FIELD height TYPE string REQUIRED no
FIELD port_code TYPE null REQUIRED yes
FIELD coverage TYPE boolean REQUIRED no
FIELD options TYPE integer REQUIRED yes
FIELD enabled TYPE integer REQUIRED yes
FIELD... | {"temp_celsius":301,"features":166.63,"height":"sample","port_code":null,"coverage":true,"options":519,"enabled":202,"weight":"new"} | number_with_unit | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "integer"
},
"features": {
"type": "number"
},
"height": {
"type": "string"
},
"port_code": {
"type": "null"
},
"coverage": {
"type": "boolean"
},
"options": {
"type": "integ... | {"temp_celsius": 301, "features": 166.63, "height": "sample", "port_code": null, "coverage": true, "options": 519, "enabled": "202%", "weight": "new"} | Field 'enabled' must be number, got string with unit | {"temp_celsius":301,"features":166.63,"height":"sample","port_code":null,"coverage":true,"options":519,"enabled":202,"weight":"new"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE number REQUIRED yes
FIELD shipper_ref TYPE null REQUIRED no
FIELD span_id TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="get_weather">
{"interest_rate":170.72,"shipper_ref":null,"span_id":"2026-04-01T16:58:00Z"}... | {"interest_rate":170.72,"shipper_ref":null,"span_id":"2026-04-01T16:58:00Z"} | tool_call_text_mix | {
"type": "object",
"properties": {
"interest_rate": {
"type": "number"
},
"shipper_ref": {
"type": "null"
},
"span_id": {
"type": "string",
"format": "date-time"
}
},
"required": [
"span_id",
"interest_rate"
]
} | Processing the request now.
<tool_call name="get_weather">
{"interest_rate":170.72,"shipper_ref":null,"span_id":"2026-04-01T16:58:00Z"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"interest_rate":170.72,"shipper_ref":null,"span_id":"2026-04-01T16:58:00Z"} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE integer REQUIRED no
FIELD pressure_kpa.position.quantity TYPE string VALUES draft|published|archived REQUIRED no
FIELD pressure_kpa.position.role TYPE integer REQUIRED yes
FIELD pressure_kpa.position.balance TYPE string VALUES reliable|unstable|intermittent RE... | {"insurance_id":164,"pressure_kpa":{"position":{"quantity":"archived","role":331,"balance":"reliable","format":"critical","score":"https://api.example.com/v1","chromosome":true,"gene_id":"This is a test value."},"pressure_kpa":"medium","date":null,"role":"chr1","zip_code":false,"yield_pct":"completed"},"terminal_id":"a... | tool_call_partial_args | {
"type": "object",
"properties": {
"insurance_id": {
"type": "integer"
},
"pressure_kpa": {
"type": "object",
"properties": {
"position": {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
... | Let me check the system.
Action: filter_variants
Arguments: {"insurance_id": 164, "terminal_id": "active", "isotope": 564.58, "version": {"subject": "Santos", "bill_of_lading": "in_progress", "name": true, "item_id": "PASS"}} | Agent tool call missing required parameter 'pressure_kpa' | {"insurance_id":164,"pressure_kpa":{"position":{"quantity":"archived","role":331,"balance":"reliable","format":"critical","score":"https://api.example.com/v1","chromosome":true,"gene_id":"This is a test value."},"pressure_kpa":"medium","date":null,"role":"chr1","zip_code":false,"yield_pct":"completed"},"terminal_id":"a... |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD account_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD berth_slot TYPE number REQUIRED yes
FIELD throttle_pos TYPE integer REQUIRED no
FIELD catalyst TYPE integer REQUIRED yes... | {"id":"in_transit","account_id":"heterozygous","berth_slot":878.07,"catalyst":290,"branch":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"account_id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | Let me check the system.
Action: check_availability
Arguments: {"account_id": "heterozygous", "berth_slot": 878.07, "catalyst": 290, "branch": false} | Agent tool call missing required parameter 'id' | {"id":"in_transit","account_id":"heterozygous","berth_slot":878.07,"catalyst":290,"branch":false} |
TASK repair_structured_output
SPEC
FIELD dim_l58.param_k20 TYPE boolean REQUIRED yes
FIELD dim_l58.attr_h30 TYPE number REQUIRED no
FIELD dim_l58.val_h07 TYPE string_uri REQUIRED yes
FIELD dim_l58.attr_o58 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD dim_v40 TYPE integer REQUIRED yes
FIELD param_m24 TYPE string_... | {"dim_v40":623,"field_z86":"large"} | trailing_comma | {
"type": "object",
"properties": {
"dim_l58": {
"type": "object",
"properties": {
"param_k20": {
"type": "boolean"
},
"attr_h30": {
"type": "number"
},
"val_h07": {
"type": "string",
"format": "uri"
},
"... | {"dim_v40":623,"field_z86":"large",} | Unexpected trailing comma | {"dim_v40":623,"field_z86":"large"} |
TASK repair_structured_output
SPEC
FIELD prop_e76 TYPE integer REQUIRED no
FIELD attr_j25 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD param_o15.dim_v68 TYPE null REQUIRED no
FIELD param_o15.key_q04 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD param_o15.col_u90[] TYPE s... | {"prop_e76":796,"attr_j25":"mode_d","param_o15":{"key_q04":"option_b","col_u90":["option_c","option_a","option_a","option_c"],"key_b95":["level_2","level_3"]},"param_v77":"mode_b"} | null_required | {
"type": "object",
"properties": {
"prop_e76": {
"type": "integer"
},
"attr_j25": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"param_o15": {
"type": "object",
"properties": {
"dim_v68": {
... | {"prop_e76": 796, "attr_j25": "mode_d", "param_o15": null, "param_v77": "mode_b"} | Required field 'param_o15' is null | {"prop_e76":796,"attr_j25":"mode_d","param_o15":{"key_q04":"option_b","col_u90":["option_c","option_a","option_a","option_c"],"key_b95":["level_2","level_3"]},"param_v77":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD comments TYPE boolean REQUIRED yes
FIELD umi TYPE number REQUIRED no
FIELD verified.title TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD verified.catalyst TYPE null REQUIRED yes
FIELD verified.annotation TYPE integer REQUIRED no
FIELD verified.enabled ... | {"comments":false} | truncated_object | {
"type": "object",
"properties": {
"comments": {
"type": "boolean"
},
"umi": {
"type": "number"
},
"verified": {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | {"comments":false | Unexpected end of JSON input — truncated object | {"comments":false} |
TASK repair_structured_output
SPEC
FIELD col_x93 TYPE integer REQUIRED yes
FIELD attr_q40 TYPE string REQUIRED yes
FIELD attr_j60 TYPE integer REQUIRED yes
FIELD val_q72.field_u07 TYPE string REQUIRED no
FIELD val_q72.field_j15 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_q72.col_b49[] TYPE string REQ... | {"col_x93":587,"attr_q40":"Hapag-Lloyd-Express","attr_j60":783,"val_q72":{"field_u07":"A short description.","col_b49":["test@example.com","Sao Paulo","Smith","PASS"],"prop_c21":[null,null,null,null]}} | truncated_object | {
"type": "object",
"properties": {
"col_x93": {
"type": "integer"
},
"attr_q40": {
"type": "string"
},
"attr_j60": {
"type": "integer"
},
"val_q72": {
"type": "object",
"properties": {
"field_u07": {
"type": "string"
},
"fi... | {"col_x93":587,"attr_q40":"Hapag-Lloyd-Express","attr_j60":783,"val_q72":{"field_u07":"A short description.","col_b49":["test@example.com","Sao Paulo","Smith","PASS"],"prop_c21":[null,null,null,null]} | Unexpected end of JSON input — truncated object | {"col_x93":587,"attr_q40":"Hapag-Lloyd-Express","attr_j60":783,"val_q72":{"field_u07":"A short description.","col_b49":["test@example.com","Sao Paulo","Smith","PASS"],"prop_c21":[null,null,null,null]}} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string_date-time REQUIRED no
FIELD description TYPE string REQUIRED no
FIELD age TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD city TYPE string REQUIRED no
FIELD user_id TYPE string VALUES option_a|option_b REQUIRED yes
FIELD tax TYPE string VALUES ... | {"medication":"2024-11-27T16:53:00Z","description":"pending","age":"type_a","city":"Bob","user_id":"option_a","tax":"level_2","subtotal":60,"address":"user@domain.com"} | date_format_error | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"format": "date-time"
},
"description": {
"type": "string"
},
"age": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"city": {
"type": "... | {"medication": "2024/06/15 14:30:00", "description": "pending", "age": "type_a", "city": "Bob", "user_id": "option_a", "tax": "level_2", "subtotal": 60, "address": "user@domain.com"} | Field 'medication' has invalid date format | {"medication":"2024-11-27T16:53:00Z","description":"pending","age":"type_a","city":"Bob","user_id":"option_a","tax":"level_2","subtotal":60,"address":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD key_n34 TYPE string REQUIRED no
FIELD prop_u50 TYPE integer REQUIRED yes
FIELD key_y39 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"key_n34": "2024-06-30", "prop_u50": "\"796\"", "key_y39": false} | {"key_n34":"2024-06-30","prop_u50":796,"key_y39":false} | wrong_type | {
"type": "object",
"properties": {
"key_n34": {
"type": "string"
},
"prop_u50": {
"type": "integer"
},
"key_y39": {
"type": "boolean"
}
},
"required": [
"prop_u50"
]
} | {"key_n34": "2024-06-30", "prop_u50": "\"796\"", "key_y39": false} | Field 'prop_u50' must be integer, got string | {"key_n34":"2024-06-30","prop_u50":796,"key_y39":false} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD options TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD comments TYPE boolean REQUIRED no
FIELD active TYPE string REQUIRED no
BROKEN_OUTPUT
<functioncall> read_sensor_array
{duration_ms... | {"duration_ms":"GBP","options":"unstable"} | tool_call_bad_format | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"options": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | <functioncall> read_sensor_array
{duration_ms: "GBP", options: "unstable"} | Tool call has malformed arguments — unquoted keys in function parameters | {"duration_ms":"GBP","options":"unstable"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE boolean REQUIRED yes
FIELD feedback.dosage.half_life TYPE integer REQUIRED yes
FIELD feedback.dosage.gene_id TYPE string REQUIRED no
FIELD feedback.dosage.verified TYPE string_uri REQUIRED yes
FIELD feedback.dosage.description TYPE string VALUES admin|editor|viewer RE... | {"ward":false,"feedback":{"dosage":{"half_life":954,"verified":"https://data.com/api","description":"admin","user_id":["world"],"latitude":[null,null,null,null]},"website":{"maturity_date":"sample","pressure_kpa":"white","vital_sign":true,"thumbnail":"FWD","label":"2024-01-15","port_code":108.21},"conductivity":true},"... | trailing_comma | {
"type": "object",
"properties": {
"ward": {
"type": "boolean"
},
"feedback": {
"type": "object",
"properties": {
"dosage": {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"gene_id": ... | {"ward":false,"feedback":{"dosage":{"half_life":954,"verified":"https://data.com/api","description":"admin","user_id":["world",],"latitude":[null,null,null,null]},"website":{"maturity_date":"sample","pressure_kpa":"white","vital_sign":true,"thumbnail":"FWD","label":"2024-01-15","port_code":108.21},"conductivity":true},... | Unexpected trailing comma | {"ward":false,"feedback":{"dosage":{"half_life":954,"verified":"https://data.com/api","description":"admin","user_id":["world"],"latitude":[null,null,null,null]},"website":{"maturity_date":"sample","pressure_kpa":"white","vital_sign":true,"thumbnail":"FWD","label":"2024-01-15","port_code":108.21},"conductivity":true},"... |
TASK repair_structured_output
SPEC
FIELD build_status TYPE number REQUIRED no
FIELD yield_pct TYPE string REQUIRED no
FIELD position TYPE integer REQUIRED yes
FIELD voltage TYPE string REQUIRED no
FIELD tax.label TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD tax.bed_number TYPE string VALUES ... | {"build_status":255.2,"yield_pct":"Charlie","position":998,"tax":{"label":"in_transit","bed_number":"cat_b","format":47,"options":"xl","transaction_id":"USD"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"build_status": {
"type": "number"
},
"yield_pct": {
"type": "string"
},
"position": {
"type": "integer"
},
"voltage": {
"type": "string"
},
"tax": {
"type": "object",
"properties": {
"label": {
... | Processing the request now.
<tool_call name="get_inventory">
{"build_status":255.2,"yield_pct":"Charlie","position":998,"tax":{"label":"in_transit","bed_number":"cat_b","format":47,"options":"xl","transaction_id":"USD"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"build_status":255.2,"yield_pct":"Charlie","position":998,"tax":{"label":"in_transit","bed_number":"cat_b","format":47,"options":"xl","transaction_id":"USD"}} |
TASK repair_structured_output
SPEC
FIELD val_s30 TYPE string_date-time REQUIRED yes
FIELD param_j17 TYPE string REQUIRED no
FIELD prop_k04 TYPE string REQUIRED no
FIELD attr_x99.prop_h06 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD attr_x99.val_u30 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mod... | {"val_s30":"2020-01-22T21:26:00Z","prop_k04":"A short description.","attr_x99":{"prop_h06":"type_c","val_u30":"mode_b","field_z64":"Santos","col_n03":"Hapag-Lloyd-Express"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_s30": {
"type": "string",
"format": "date-time"
},
"param_j17": {
"type": "string"
},
"prop_k04": {
"type": "string"
},
"attr_x99": {
"type": "object",
"properties": {
"prop_h06": {
"type": "st... | I need to look up the information first.
Action: validate_sample
Arguments: {"prop_k04": "A short description.", "attr_x99": {"prop_h06": "type_c", "val_u30": "mode_b", "field_z64": "Santos", "col_n03": "Hapag-Lloyd-Express"}} | Agent tool call missing required parameter 'val_s30' | {"val_s30":"2020-01-22T21:26:00Z","prop_k04":"A short description.","attr_x99":{"prop_h06":"type_c","val_u30":"mode_b","field_z64":"Santos","col_n03":"Hapag-Lloyd-Express"}} |
TASK repair_structured_output
SPEC
FIELD key_p46 TYPE string_uri REQUIRED yes
FIELD col_a57 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD key_d90[].col_e30 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD key_d90[].val_t32 TYPE string VALUES operational|degraded|offline|mainten... | {"key_p46":"https://data.org/data","col_a57":"cat_b","key_d90":[{"col_e30":"type_b","val_t32":"offline","param_h83":"married","dim_t56":"John"},{"col_e30":"type_f","val_t32":"degraded","param_h83":"married","dim_t56":"test"},{"col_e30":"type_f","val_t32":"degraded","param_h83":"divorced","dim_t56":"Bob"},{"col_e30":"ty... | agent_chain | {
"type": "object",
"properties": {
"key_p46": {
"type": "string",
"format": "uri"
},
"col_a57": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"key_d90": {
"type": "array",
"items": {
"type": "object",
... | Let me check the system.
Action: query_port_status
Result: {"key_p46": "https://data.org/data", "col_a57": "cat_b"}
Processing the request now.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"key_p46":"https://data.org/data","col_a57":"cat_b","key_d90":[{"col_e30":"type_b","val_t32":"offline","param_h83":"married","dim_t56":"John"},{"col_e30":"type_f","val_t32":"degraded","param_h83":"married","dim_t56":"test"},{"col_e30":"type_f","val_t32":"degraded","param_h83":"divorced","dim_t56":"Bob"},{"col_e30":"ty... |
TASK repair_structured_output
SPEC
FIELD prop_u25.val_k14 TYPE integer REQUIRED no
FIELD prop_u25.field_z93 TYPE number REQUIRED no
FIELD prop_u25.col_i98 TYPE boolean REQUIRED yes
FIELD prop_u25.prop_y85 TYPE string_uri REQUIRED yes
FIELD prop_l33 TYPE string VALUES draft|published|archived REQUIRED no
FIELD col_g41.... | {"key_b50":691.76,"attr_v39":null,"val_i80":"Oliveira"} | truncated_object | {
"type": "object",
"properties": {
"prop_u25": {
"type": "object",
"properties": {
"val_k14": {
"type": "integer"
},
"field_z93": {
"type": "number"
},
"col_i98": {
"type": "boolean"
},
"prop_y85": {
"ty... | {"key_b50":691.76,"attr_v39":null,"val_i80":"Oliveira" | Unexpected end of JSON input — truncated object | {"key_b50":691.76,"attr_v39":null,"val_i80":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD message TYPE integer REQUIRED yes
FIELD order_id.fleet_number TYPE integer REQUIRED yes
FIELD order_id.items TYPE string_uri REQUIRED yes
FIELD order_id.rating TYPE integer REQUIRED yes
FIELD order_id... | {"username":"intermittent","message":169,"order_id":{"fleet_number":941,"items":"https://api.com/v1","rating":968,"website":"2024-01-15","version":284,"compound":"coastal","chapter":626.57,"options":"2024-02-05T16:24:00Z"},"active":false} | missing_bracket | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"message": {
"type": "integer"
},
"order_id": {
"type": "object",
"properties": {
"fleet_number": {
... | {"username":"intermittent","message":169,"order_id":{"fleet_number":941,"items":"https://api.com/v1","rating":968,"website":"2024-01-15","version":284,"compound":"coastal","chapter":626.57,"options":"2024-02-05T16:24:00Z"},"active":false} | Missing closing bracket | {"username":"intermittent","message":169,"order_id":{"fleet_number":941,"items":"https://api.com/v1","rating":968,"website":"2024-01-15","version":284,"compound":"coastal","chapter":626.57,"options":"2024-02-05T16:24:00Z"},"active":false} |
TASK repair_structured_output
SPEC
FIELD key_r87 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_u21 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_d47 TYPE null REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me make sure all re... | {"key_r87":"arctic","attr_u21":"pending","key_d47":null} | thought_process | {
"type": "object",
"properties": {
"key_r87": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_u21": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"k... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"key_r87":"arctic","attr_u21":"pending","key_d47":null} | Output contains chain-of-thought reasoning before JSON | {"key_r87":"arctic","attr_u21":"pending","key_d47":null} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.