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 key_f46 TYPE string REQUIRED yes
FIELD val_q97 TYPE integer REQUIRED no
FIELD dim_u04 TYPE string REQUIRED no
FIELD col_n76 TYPE number REQUIRED no
FIELD dim_h41 TYPE string_uri REQUIRED no
FIELD col_r44 TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
I need ... | {"key_f46":"Hapag-Lloyd-Express","val_q97":399,"dim_u04":"Johnson","col_n76":837.36,"dim_h41":"https://api.com/api","col_r44":"sms"} | thought_process | {
"type": "object",
"properties": {
"key_f46": {
"type": "string"
},
"val_q97": {
"type": "integer"
},
"dim_u04": {
"type": "string"
},
"col_n76": {
"type": "number"
},
"dim_h41": {
"type": "string",
"format": "uri"
},
"col_r44": {
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"key_f46":"Hapag-Lloyd-Express","val_q97":399,"dim_u04":"Johnson","col_n76":837.36,"dim_h41":"https://api.com/api","col_r44":"sms"} | Output contains chain-of-thought reasoning before JSON | {"key_f46":"Hapag-Lloyd-Express","val_q97":399,"dim_u04":"Johnson","col_n76":837.36,"dim_h41":"https://api.com/api","col_r44":"sms"} |
TASK repair_structured_output
SPEC
FIELD param_e11 TYPE integer REQUIRED yes
FIELD col_l61 TYPE string REQUIRED no
FIELD param_g96 TYPE null REQUIRED yes
FIELD field_d37.val_n41 TYPE number REQUIRED yes
FIELD field_d37.dim_y65 TYPE string_email REQUIRED yes
FIELD field_d37.dim_d41[] TYPE string VALUES homozygous|heter... | {"param_e11":440,"param_g96":null} | unquoted_keys | {
"type": "object",
"properties": {
"param_e11": {
"type": "integer"
},
"col_l61": {
"type": "string"
},
"param_g96": {
"type": "null"
},
"field_d37": {
"type": "object",
"properties": {
"val_n41": {
"type": "number"
},
"dim... | {param_e11:440,param_g96:null} | Expecting property name enclosed in double quotes | {"param_e11":440,"param_g96":null} |
TASK repair_structured_output
SPEC
FIELD field_n90 TYPE integer REQUIRED yes
FIELD val_r59 TYPE string REQUIRED yes
FIELD param_a89 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD attr_d33.val_m93 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD attr_d33.val_d89 TYPE string REQUIRED no
FIELD ... | {"field_n90":135,"val_r59":"active","param_a89":"cat_c","attr_d33":{"param_w87":451,"param_m80":{"prop_f81":"London","prop_p99":"Smith","prop_i45":true,"prop_i73":"test@example.com"},"val_f65":"https://example.com"}} | extra_text_before | {
"type": "object",
"properties": {
"field_n90": {
"type": "integer"
},
"val_r59": {
"type": "string"
},
"param_a89": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"attr_d33": {
"type": "object",
"properties... | Sure, here's the result:
{"field_n90":135,"val_r59":"active","param_a89":"cat_c","attr_d33":{"param_w87":451,"param_m80":{"prop_f81":"London","prop_p99":"Smith","prop_i45":true,"prop_i73":"test@example.com"},"val_f65":"https://example.com"}} | Output contains non-JSON text before the object | {"field_n90":135,"val_r59":"active","param_a89":"cat_c","attr_d33":{"param_w87":451,"param_m80":{"prop_f81":"London","prop_p99":"Smith","prop_i45":true,"prop_i73":"test@example.com"},"val_f65":"https://example.com"}} |
TASK repair_structured_output
SPEC
FIELD field_o66 TYPE string REQUIRED no
FIELD col_w10 TYPE string_uri REQUIRED no
FIELD prop_n18 TYPE boolean REQUIRED no
FIELD key_l78 TYPE string_uri REQUIRED no
FIELD attr_n93 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_u97.val_j69.dim_y90 TYPE string VALUES sm... | {"field_o66":"world","col_w10":"https://www.com/api","key_l78":"https://data.com/v1","attr_n93":"xl","key_u97":{"val_j69":{"dim_y90":"large","col_v84":851.14,"val_w32":882,"prop_c68":null,"param_f49":196},"attr_h27":976,"param_g23":"nonsense","dim_t51":{"key_y31":"Silva","val_i51":"moored","col_x48":"baz","field_h24":f... | tool_call_text_mix | {
"type": "object",
"properties": {
"field_o66": {
"type": "string"
},
"col_w10": {
"type": "string",
"format": "uri"
},
"prop_n18": {
"type": "boolean"
},
"key_l78": {
"type": "string",
"format": "uri"
},
"attr_n93": {
"type": "string",
... | Let me check the system.
<tool_call name="validate_address">
{"field_o66":"world","col_w10":"https://www.com/api","key_l78":"https://data.com/v1","attr_n93":"xl","key_u97":{"val_j69":{"dim_y90":"large","col_v84":851.14,"val_w32":882,"prop_c68":null,"param_f49":196},"attr_h27":976,"param_g23":"nonsense","dim_t51":{"key_... | Agent response mixes reasoning text with tool call | {"field_o66":"world","col_w10":"https://www.com/api","key_l78":"https://data.com/v1","attr_n93":"xl","key_u97":{"val_j69":{"dim_y90":"large","col_v84":851.14,"val_w32":882,"prop_c68":null,"param_f49":196},"attr_h27":976,"param_g23":"nonsense","dim_t51":{"key_y31":"Silva","val_i51":"moored","col_x48":"baz","field_h24":f... |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen.dissolved_oxygen TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dissolved_oxygen.type TYPE integer REQUIRED yes
FIELD dissolved_oxygen.current_draw TYPE string REQUIRED no
FIELD dissolved_oxygen.role TYPE string VALUES coastal|oceanic|inland|ar... | {"dissolved_oxygen":{"dissolved_oxygen":"warning","type":334,"current_draw":"Oliveira","role":"coastal"},"reagent":"closed","velocity":143.95,"nickname":"Johnson","freight_class":"https://example.org/data"} | truncated_array | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"type": {
... | {"dissolved_oxygen":{"dissolved_oxygen":"warning","type":334,"current_draw":"Oliveira","role":"coastal"},"reagent":"closed","velocity":143.95,"nickname":"Johnson","freight_class":"https://example.org/data" | Unexpected end of JSON input — truncated object | {"dissolved_oxygen":{"dissolved_oxygen":"warning","type":334,"current_draw":"Oliveira","role":"coastal"},"reagent":"closed","velocity":143.95,"nickname":"Johnson","freight_class":"https://example.org/data"} |
TASK repair_structured_output
SPEC
FIELD decay_rate.compound TYPE integer REQUIRED yes
FIELD decay_rate.language TYPE string VALUES single|married|divorced REQUIRED yes
FIELD decay_rate.decay_rate TYPE string REQUIRED yes
FIELD items.language TYPE boolean REQUIRED no
FIELD items.label TYPE string VALUES small|medium|l... | {"decay_rate":{"compound":961,"language":"married","decay_rate":"baz"},"items":{"label":"small","items":"Oliveira"},"tile":"ops@example.com","features":256,"current_draw":{"footnote":"small","enabled":"xl","vital_sign":110,"name":207,"thumbnail":"2024-01-15","patient_id":"nonsense","currency":"2024-06-30"},"language":4... | tool_call_python_syntax | {
"type": "object",
"properties": {
"decay_rate": {
"type": "object",
"properties": {
"compound": {
"type": "integer"
},
"language": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
... | assign_berth(decay_rate={'compound': 961, 'language': 'married', 'decay_rate': 'baz'}, items={'label': 'small', 'items': 'Oliveira'}, tile='ops@example.com', features=256, current_draw={'footnote': 'small', 'enabled': 'xl', 'vital_sign': 110, 'name': 207, 'thumbnail': '2024-01-15', 'patient_id': 'nonsense', 'currency':... | Tool call uses Python syntax instead of JSON | {"decay_rate":{"compound":961,"language":"married","decay_rate":"baz"},"items":{"label":"small","items":"Oliveira"},"tile":"ops@example.com","features":256,"current_draw":{"footnote":"small","enabled":"xl","vital_sign":110,"name":207,"thumbnail":"2024-01-15","patient_id":"nonsense","currency":"2024-06-30"},"language":4... |
TASK repair_structured_output
SPEC
FIELD attr_n08 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_m71 TYPE string REQUIRED yes
FIELD col_a85 TYPE integer REQUIRED yes
FIELD field_a76.val_c76 TYPE string REQUIRED yes
FIELD field_a76.val_n09 TYPE integer REQUIRED no
FIELD field_a76.key_j21[... | {"attr_n08":"homozygous","param_m71":"Santos","col_a85":25} | extra_text_after | {
"type": "object",
"properties": {
"attr_n08": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"param_m71": {
"type": "string"
},
"col_a85": {
"type": "integer"
},
"field_a76": {
"type": "object",
... | {"attr_n08":"homozygous","param_m71":"Santos","col_a85":25}
This should match the schema you provided. | Output contains non-JSON text after the object | {"attr_n08":"homozygous","param_m71":"Santos","col_a85":25} |
TASK repair_structured_output
SPEC
FIELD param_e39 TYPE string REQUIRED no
FIELD prop_l66 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD key_d59 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_k79 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
BROKEN_OUTPUT
update_record(param_e3... | {"param_e39":"Luis","key_d59":"sms","val_k79":"mode_e"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_e39": {
"type": "string"
},
"prop_l66": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"key_d59": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | update_record(param_e39='Luis', key_d59='sms', val_k79='mode_e') | Tool call uses Python syntax instead of JSON | {"param_e39":"Luis","key_d59":"sms","val_k79":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD patient_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD width TYPE number REQUIRED yes
FIELD first_name TYPE string_date-time REQUIRED yes
FIELD lab_result TYPE... | {"width":99.28,"first_name":"2021-11-07T22:22:00Z","lab_result":789.78} | partial_structure | {
"type": "object",
"properties": {
"collateral": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"patient_id": {
"type": "string",
"enum": [
"level_1",
... | The first_name is 2021-11-07T22:22:00Z and {"width":99.28,"first_name":"2021-11-07T22:22:00Z","lab_result":789.78} | Output mixes natural language with JSON | {"width":99.28,"first_name":"2021-11-07T22:22:00Z","lab_result":789.78} |
TASK repair_structured_output
SPEC
FIELD col_k85 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_o43 TYPE boolean REQUIRED no
FIELD dim_m67 TYPE number REQUIRED no
FIELD val_h74 TYPE string_date-time REQUIRED no
FIELD val_t78 TYPE integer REQUIRED no
FIELD val_e03 TYPE string_date-time REQUI... | {"col_k85":"berthed","dim_m67":608.61,"val_h74":"2024-10-20T00:22:00Z","val_e03":"2020-07-22T02:09:00Z","col_f34":"Maria"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_k85": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"col_o43": {
"type": "boolean"
},
"dim_m67": {
"type": "number"
},
"val_h74": {
"type": "strin... | Let me check the system.
Action: calculate_price
Arguments: {"col_k85": "berthed", "dim_m67": 608.61, "val_h74": "2024-10-20T00:22:00Z", "col_f34": "Maria"} | Agent tool call missing required parameter 'val_e03' | {"col_k85":"berthed","dim_m67":608.61,"val_h74":"2024-10-20T00:22:00Z","val_e03":"2020-07-22T02:09:00Z","col_f34":"Maria"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string REQUIRED yes
FIELD invoice_id TYPE string_uri REQUIRED no
FIELD color TYPE boolean REQUIRED no
FIELD tile TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD currency TYPE number REQUIRED yes
FIELD decay_rate TYPE string_date-time REQUI... | {"shipping":"Santos","invoice_id":"https://api.com/api","tile":"mode_b","currency":559.84,"decay_rate":"2026-04-16T20:30:00Z","length":956.36} | tool_call_bad_format | {
"type": "object",
"properties": {
"shipping": {
"type": "string"
},
"invoice_id": {
"type": "string",
"format": "uri"
},
"color": {
"type": "boolean"
},
"tile": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
... | <functioncall> validate_sample
{shipping: "Santos", invoice_id: "https://api.com/api", tile: "mode_b", currency: 559.84, decay_rate: "2026-04-16T20:30:00Z", length: 956.36} | Tool call has malformed arguments — unquoted keys in function parameters | {"shipping":"Santos","invoice_id":"https://api.com/api","tile":"mode_b","currency":559.84,"decay_rate":"2026-04-16T20:30:00Z","length":956.36} |
TASK repair_structured_output
SPEC
FIELD field_m65 TYPE boolean REQUIRED no
FIELD col_f92 TYPE string_uri REQUIRED no
FIELD key_a58.dim_d09 TYPE boolean REQUIRED yes
FIELD key_a58.attr_r43 TYPE string REQUIRED yes
FIELD key_a58.prop_b07 TYPE string REQUIRED yes
FIELD attr_b44 TYPE integer REQUIRED no
FIELD key_g69 TYP... | {"field_m65":true,"col_f92":"https://api.org/api","key_a58":{"dim_d09":true,"attr_r43":"Smith","prop_b07":"sample"},"key_g69":556,"val_s33":"admin@domain.org","col_x56":{"attr_m07":"bar","col_w15":"email","key_m31":778.03,"dim_p72":65.49},"prop_j25":"hello"} | agent_chain | {
"type": "object",
"properties": {
"field_m65": {
"type": "boolean"
},
"col_f92": {
"type": "string",
"format": "uri"
},
"key_a58": {
"type": "object",
"properties": {
"dim_d09": {
"type": "boolean"
},
"attr_r43": {
"type... | Let me check the system.
Action: delete_item
Result: {"col_f92": "https://api.org/api", "key_a58": {"dim_d09": true, "attr_r43": "Smith", "prop_b07": "sample"}, "key_g69": 556, "val_s33": "admin@domain.org", "col_x56": {"attr_m07": "bar", "col_w15": "email", "key_m31": 778.03, "dim_p72": 65.49}, "prop_j25": "hello"}
I... | Agent multi-step chain with truncated tool output | {"field_m65":true,"col_f92":"https://api.org/api","key_a58":{"dim_d09":true,"attr_r43":"Smith","prop_b07":"sample"},"key_g69":556,"val_s33":"admin@domain.org","col_x56":{"attr_m07":"bar","col_w15":"email","key_m31":778.03,"dim_p72":65.49},"prop_j25":"hello"} |
TASK repair_structured_output
SPEC
FIELD attr_m10 TYPE integer REQUIRED no
FIELD key_r54.key_m44 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_r54.col_g99 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_r54.field_x66 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FI... | {"attr_m10":897,"key_r54":{"key_m44":"EUR","col_g99":"draft","field_x66":"closed"},"param_t84":"Smith","param_u69":767.06,"field_g26":546} | null_required | {
"type": "object",
"properties": {
"attr_m10": {
"type": "integer"
},
"key_r54": {
"type": "object",
"properties": {
"key_m44": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | {"attr_m10": 897, "key_r54": {"key_m44": "EUR", "col_g99": "draft", "field_x66": "closed"}, "param_t84": "Smith", "param_u69": null, "field_g26": 546} | Required field 'param_u69' is null | {"attr_m10":897,"key_r54":{"key_m44":"EUR","col_g99":"draft","field_x66":"closed"},"param_t84":"Smith","param_u69":767.06,"field_g26":546} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE integer REQUIRED yes
FIELD bearing TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD branch TYPE integer REQUIRED no
FIELD due_date TYPE string REQUIRED no
FIELD umi TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dissolved_oxygen TYPE integer ... | {"trace_id":844,"branch":105,"due_date":"London","umi":"pro","dissolved_oxygen":270,"gene_id":{"build_status":"QC-07","section":285,"tax":"RTG-04","visible":{"pressure_kpa":"https://api.example.com/v1","description":false,"website":"option_c"}}} | markdown_fences | {
"type": "object",
"properties": {
"trace_id": {
"type": "integer"
},
"bearing": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"branch": {
"type": "integer"
},
"due_date": {
"type": "string"
},
"umi": {
... | ```json
{"trace_id":844,"branch":105,"due_date":"London","umi":"pro","dissolved_oxygen":270,"gene_id":{"build_status":"QC-07","section":285,"tax":"RTG-04","visible":{"pressure_kpa":"https://api.example.com/v1","description":false,"website":"option_c"}}}
``` | Output contains markdown code fences | {"trace_id":844,"branch":105,"due_date":"London","umi":"pro","dissolved_oxygen":270,"gene_id":{"build_status":"QC-07","section":285,"tax":"RTG-04","visible":{"pressure_kpa":"https://api.example.com/v1","description":false,"website":"option_c"}}} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE boolean REQUIRED no
FIELD items.email TYPE null REQUIRED no
FIELD items.latitude TYPE boolean REQUIRED no
FIELD items.port_code TYPE string REQUIRED yes
FIELD items.category.dosage TYPE string REQUIRED yes
FIELD items.category.version TYPE number REQUIRED yes
FIEL... | {"due_date":false,"items":{"email":null,"port_code":"baz","category":{"dosage":"demo","version":241.0,"altitude":[350.84]},"allele":{"filter_flag":"ops@example.com","options":979,"tax":"Luis"}},"conductivity":773,"chapter":442.79} | tool_call_partial_args | {
"type": "object",
"properties": {
"due_date": {
"type": "boolean"
},
"items": {
"type": "object",
"properties": {
"email": {
"type": "null"
},
"latitude": {
"type": "boolean"
},
"port_code": {
"type": "string"
... | Let me check the system.
Action: check_cargo_manifest
Arguments: {"due_date": false, "items": {"email": null, "port_code": "baz", "category": {"dosage": "demo", "version": 241.0, "altitude": [350.84]}, "allele": {"filter_flag": "ops@example.com", "options": 979, "tax": "Luis"}}, "conductivity": 773} | Agent tool call missing required parameter 'chapter' | {"due_date":false,"items":{"email":null,"port_code":"baz","category":{"dosage":"demo","version":241.0,"altitude":[350.84]},"allele":{"filter_flag":"ops@example.com","options":979,"tax":"Luis"}},"conductivity":773,"chapter":442.79} |
TASK repair_structured_output
SPEC
FIELD items TYPE string_email REQUIRED no
FIELD start_date TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD credit_score TYPE integer REQUIRED no
FIELD yield_pct TYPE string_date-time REQUIRED yes
FIELD patient_id TYPE string_email REQUIRED no
FIELD category TY... | {"items":"test@example.com","start_date":"homozygous","credit_score":52,"yield_pct":"2020-02-13T11:50:00Z","patient_id":"admin@domain.org","allele":{"phenotype":"warning","order_id":"warning","description":353.58},"cargo_type":601.78} | missing_bracket | {
"type": "object",
"properties": {
"items": {
"type": "string",
"format": "email"
},
"start_date": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"credit_score": {
"type": "integer"
},
"yield_pct"... | {"items":"test@example.com","start_date":"homozygous","credit_score":52,"yield_pct":"2020-02-13T11:50:00Z","patient_id":"admin@domain.org","allele":{"phenotype":"warning","order_id":"warning","description":353.58},"cargo_type":601.78} | Missing closing bracket | {"items":"test@example.com","start_date":"homozygous","credit_score":52,"yield_pct":"2020-02-13T11:50:00Z","patient_id":"admin@domain.org","allele":{"phenotype":"warning","order_id":"warning","description":353.58},"cargo_type":601.78} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD score TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD loan_amount TYPE string_date-time REQUIRED yes
FIELD created_at TYPE integer REQUIRED no
BROKEN_OUTPUT
{"title": "missense", "score": "cat... | {"title":"missense","score":"cat_a","loan_amount":"2025-04-12T20:58:00Z","created_at":205} | date_format_error | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"score": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"loan_amount": {
... | {"title": "missense", "score": "cat_a", "loan_amount": "2025-04-12 20:58:00Z", "created_at": 205} | Field 'loan_amount' has invalid date format | {"title":"missense","score":"cat_a","loan_amount":"2025-04-12T20:58:00Z","created_at":205} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED no
FIELD department TYPE string VALUES single|married|divorced REQUIRED yes
FIELD branch TYPE boolean REQUIRED yes
FIELD freight_class TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD yield_pct.description TYPE string VALUES admi... | {"department":"divorced","branch":false,"freight_class":"low","yield_pct":{"description":"viewer","priority":"https://data.io/v1","compound":"2023-12-25","full_name":970,"pressure_kpa":43,"created_at":"Charlie"}} | markdown_explanation | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"department": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"branch": {
"type": "boolean"
},
"freight_class": {
"type": "string",
... | I've generated the following JSON:
```json
{"department":"divorced","branch":false,"freight_class":"low","yield_pct":{"description":"viewer","priority":"https://data.io/v1","compound":"2023-12-25","full_name":970,"pressure_kpa":43,"created_at":"Charlie"}}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"department":"divorced","branch":false,"freight_class":"low","yield_pct":{"description":"viewer","priority":"https://data.io/v1","compound":"2023-12-25","full_name":970,"pressure_kpa":43,"created_at":"Charlie"}} |
TASK repair_structured_output
SPEC
FIELD param_n18 TYPE string REQUIRED yes
FIELD col_l89 TYPE integer REQUIRED yes
FIELD val_w24.param_d56 TYPE integer REQUIRED no
FIELD val_w24.field_g38 TYPE integer REQUIRED yes
FIELD val_w24.dim_q31 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_w24.prop_i60 TYPE str... | {"param_n18":"New York","col_l89":236,"val_w24":{"field_g38":361,"dim_q31":"viewer","prop_i60":"https://api.org/v1"}} | extra_text_before | {
"type": "object",
"properties": {
"param_n18": {
"type": "string"
},
"col_l89": {
"type": "integer"
},
"val_w24": {
"type": "object",
"properties": {
"param_d56": {
"type": "integer"
},
"field_g38": {
"type": "integer"
... | Here is the JSON you requested:
{"param_n18":"New York","col_l89":236,"val_w24":{"field_g38":361,"dim_q31":"viewer","prop_i60":"https://api.org/v1"}} | Output contains non-JSON text before the object | {"param_n18":"New York","col_l89":236,"val_w24":{"field_g38":361,"dim_q31":"viewer","prop_i60":"https://api.org/v1"}} |
TASK repair_structured_output
SPEC
FIELD dim_p45 TYPE boolean REQUIRED yes
FIELD prop_l45 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD col_a23 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"dim_p45":true,"prop_l45":"new","col_a23":true,} | {"dim_p45":true,"prop_l45":"new","col_a23":true} | trailing_comma | {
"type": "object",
"properties": {
"dim_p45": {
"type": "boolean"
},
"prop_l45": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_a23": {
"type": "boolean"
}
},
"required": [
"prop_l45"... | {"dim_p45":true,"prop_l45":"new","col_a23":true,} | Unexpected trailing comma | {"dim_p45":true,"prop_l45":"new","col_a23":true} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string_email REQUIRED yes
FIELD verified.created_at.currency TYPE string REQUIRED no
FIELD verified.created_at.role TYPE integer REQUIRED yes
FIELD verified.created_at.insurance_id TYPE number REQUIRED no
FIELD verified.user_id TYPE number REQUIRED no
FIELD veri... | {"annotation":"info@example.com","verified":{"created_at":{"role":202},"current_draw":"2023-12-25"},"published":"level_3","decay_rate":"option_b","last_name":"level_4"} | trailing_comma | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"format": "email"
},
"verified": {
"type": "object",
"properties": {
"created_at": {
"type": "object",
"properties": {
"currency": {
"type": "string"
... | {"annotation":"info@example.com","verified":{"created_at":{"role":202,},"current_draw":"2023-12-25"},"published":"level_3","decay_rate":"option_b","last_name":"level_4"} | Unexpected trailing comma | {"annotation":"info@example.com","verified":{"created_at":{"role":202},"current_draw":"2023-12-25"},"published":"level_3","decay_rate":"option_b","last_name":"level_4"} |
TASK repair_structured_output
SPEC
FIELD title TYPE integer REQUIRED yes
FIELD amount TYPE integer REQUIRED yes
FIELD name TYPE integer REQUIRED no
FIELD altitude TYPE boolean REQUIRED no
FIELD width.website TYPE string_date-time REQUIRED no
FIELD width.verified TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD wi... | {"title":317,"amount":183,"name":607,"altitude":true,"width":{"website":"2021-02-10T14:35:00Z","verified":"level_1","diagnosis_code":false,"currency":"user@domain.com","comments":305},"paragraph":{"barcode":"cat_a","dissolved_oxygen":239.66,"enabled":"mode_e","feedback":"cat_c","span_id":"level_4","thumbnail":"level_4"... | extra_text_before | {
"type": "object",
"properties": {
"title": {
"type": "integer"
},
"amount": {
"type": "integer"
},
"name": {
"type": "integer"
},
"altitude": {
"type": "boolean"
},
"width": {
"type": "object",
"properties": {
"website": {
"... | Here is the response in the requested format:
{"title":317,"amount":183,"name":607,"altitude":true,"width":{"website":"2021-02-10T14:35:00Z","verified":"level_1","diagnosis_code":false,"currency":"user@domain.com","comments":305},"paragraph":{"barcode":"cat_a","dissolved_oxygen":239.66,"enabled":"mode_e","feedback":"ca... | Output contains non-JSON text before the object | {"title":317,"amount":183,"name":607,"altitude":true,"width":{"website":"2021-02-10T14:35:00Z","verified":"level_1","diagnosis_code":false,"currency":"user@domain.com","comments":305},"paragraph":{"barcode":"cat_a","dissolved_oxygen":239.66,"enabled":"mode_e","feedback":"cat_c","span_id":"level_4","thumbnail":"level_4"... |
TASK repair_structured_output
SPEC
FIELD val_e62 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_e17 TYPE boolean REQUIRED yes
FIELD col_b99 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me analyze the request and generate the appropriate JSON.
The user wants a structured object wi... | {"val_e62":"rejected","val_e17":true,"col_b99":290} | thought_process | {
"type": "object",
"properties": {
"val_e62": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_e17": {
"type": "boolean"
},
"col_b99": {
"type": "integer"
}
},
"required": [
"... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"val_e62":"rejected","val_e17":true,"col_b99":290} | Output contains chain-of-thought reasoning before JSON | {"val_e62":"rejected","val_e17":true,"col_b99":290} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE integer REQUIRED yes
FIELD transaction_id TYPE string REQUIRED yes
FIELD trace_id TYPE integer REQUIRED yes
FIELD position TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
BROKEN_OUTPUT
create_ticket(chapter=124, transaction_id... | {"chapter":124,"transaction_id":"Santos","trace_id":445,"position":"option_a"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"chapter": {
"type": "integer"
},
"transaction_id": {
"type": "string"
},
"trace_id": {
"type": "integer"
},
"position": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"op... | create_ticket(chapter=124, transaction_id='Santos', trace_id=445, position='option_a') | Tool call uses Python syntax instead of JSON | {"chapter":124,"transaction_id":"Santos","trace_id":445,"position":"option_a"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD allele TYPE number REQUIRED no
FIELD name TYPE integer REQUIRED no
FIELD thumbnail TYPE null REQUIRED no
FIELD credit_score TYPE string REQUIRED no
FIELD values TYPE string REQUIRED no
FIELD count TYPE boolean ... | {"annotation":"admin","allele":397.25,"name":702,"thumbnail":null,"credit_score":"https://api.example.com/v1","count":false} | truncated_array | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"allele": {
"type": "number"
},
"name": {
"type": "integer"
},
"thumbnail": {
"type": "null"
},
"credit_sco... | {"annotation":"admin","allele":397.25,"name":702,"thumbnail":null,"credit_score":"https://api.example.com/v1","count":false | Unexpected end of JSON input — truncated object | {"annotation":"admin","allele":397.25,"name":702,"thumbnail":null,"credit_score":"https://api.example.com/v1","count":false} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED yes
FIELD timezone TYPE string REQUIRED yes
FIELD total TYPE integer REQUIRED no
FIELD published.label TYPE integer REQUIRED yes
FIELD published.website TYPE string REQUIRED yes
FIELD published.title TYPE ... | {"phone":"qux","maturity_date":61,"timezone":"Diana","published":{"label":602,"website":"example","title":"Johnson"},"voltage":"red"} | extra_field | {
"type": "object",
"properties": {
"phone": {
"type": "string"
},
"maturity_date": {
"type": "integer"
},
"timezone": {
"type": "string"
},
"total": {
"type": "integer"
},
"published": {
"type": "object",
"properties": {
"label": {
... | {"phone": "qux", "maturity_date": 61, "timezone": "Diana", "published": {"label": 602, "website": "example", "title": "Johnson"}, "voltage": "red", "extra_field_1980": true} | Unknown field 'extra_field_1980' not defined in schema | {"phone":"qux","maturity_date":61,"timezone":"Diana","published":{"label":602,"website":"example","title":"Johnson"},"voltage":"red"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES type_a|type_b REQUIRED no
FIELD port_code TYPE string REQUIRED no
FIELD comments TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
BROKEN_OUTPUT
Sure, here's the result:
```json
{"terminal_id":"type_a","port_code":"quux","comment... | {"terminal_id":"type_a","port_code":"quux","comments":"mode_d"} | markdown_explanation | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"port_code": {
"type": "string"
},
"comments": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
... | Sure, here's the result:
```json
{"terminal_id":"type_a","port_code":"quux","comments":"mode_d"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"terminal_id":"type_a","port_code":"quux","comments":"mode_d"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string_uri REQUIRED no
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD turbidity.language TYPE string REQUIRED yes
FIELD turbidity.span_id TYPE integer REQUIRED no
FIELD turbidity.voltage.status_code TYPE string REQUIRED no
FIELD turbidity.voltage.balance... | {"aligned_pct":"https://www.org/data","dissolved_oxygen":784,"turbidity":{"language":"sample","voltage":{"status_code":"Paris","balance":null,"color":false,"label":"https://www.io/api","length":"demo","created_at":"Sao Paulo"},"weight":false,"aligned_pct":"New York"},"chromosome":404,"description":"https://example.com"... | wrong_type | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"format": "uri"
},
"dissolved_oxygen": {
"type": "integer"
},
"turbidity": {
"type": "object",
"properties": {
"language": {
"type": "string"
},
"span_id": {
... | {"aligned_pct": "https://www.org/data", "dissolved_oxygen": 784, "turbidity": {"language": "sample", "voltage": {"status_code": "Paris", "balance": null, "color": false, "label": "https://www.io/api", "length": "demo", "created_at": "Sao Paulo"}, "weight": false, "aligned_pct": "New York"}, "chromosome": 404, "descript... | Field 'repository' must be integer, got string | {"aligned_pct":"https://www.org/data","dissolved_oxygen":784,"turbidity":{"language":"sample","voltage":{"status_code":"Paris","balance":null,"color":false,"label":"https://www.io/api","length":"demo","created_at":"Sao Paulo"},"weight":false,"aligned_pct":"New York"},"chromosome":404,"description":"https://example.com"... |
TASK repair_structured_output
SPEC
FIELD dim_i18 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_n56 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_a72 TYPE integer REQUIRED no
FIELD prop_c35 TYPE boolean REQUIRED yes
FIELD attr_a92 TYPE string VALUES email|phone|sms|push REQUIRED no
FIEL... | {"dim_i18":"phone","field_n56":"viewer","val_a72":660,"prop_c35":false,"val_y88":true,"field_v43":726,"param_o53":"FWD"} | missing_bracket | {
"type": "object",
"properties": {
"dim_i18": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_n56": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_a72": {
... | {"dim_i18":"phone","field_n56":"viewer","val_a72":660,"prop_c35":false,"val_y88":true,"field_v43":726,"param_o53":"FWD"} | Missing closing bracket | {"dim_i18":"phone","field_n56":"viewer","val_a72":660,"prop_c35":false,"val_y88":true,"field_v43":726,"param_o53":"FWD"} |
TASK repair_structured_output
SPEC
FIELD attr_c47 TYPE string REQUIRED yes
FIELD param_c03 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD val_g93 TYPE null REQUIRED yes
FIELD attr_j20 TYPE number REQUIRED yes
FIELD val_l57.dim_a81 TYPE integer REQUIRED no
FIELD val_l57.key_n08 TYPE integer REQUIRED no
FIELD val... | {"attr_c47":"RTG-04","param_c03":"level_2","val_g93":null,"attr_j20":247.43,"val_l57":{"dim_a81":528,"field_n24":"2024-04-12T11:35:00Z","prop_k13":"test@example.com"}} | missing_required | {
"type": "object",
"properties": {
"attr_c47": {
"type": "string"
},
"param_c03": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"val_g93": {
"type": "null"
},
"attr_j20": {
"type": "number"
},
"val_l57": {
"type... | {"param_c03": "level_2", "val_g93": null, "attr_j20": 247.43, "val_l57": {"dim_a81": 528, "field_n24": "2024-04-12T11:35:00Z", "prop_k13": "test@example.com"}} | Required field 'attr_c47' is missing | {"attr_c47":"RTG-04","param_c03":"level_2","val_g93":null,"attr_j20":247.43,"val_l57":{"dim_a81":528,"field_n24":"2024-04-12T11:35:00Z","prop_k13":"test@example.com"}} |
TASK repair_structured_output
SPEC
FIELD key_n52 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD prop_t74.dim_n34 TYPE boolean REQUIRED no
FIELD prop_t74.field_o74 TYPE boolean REQUIRED yes
FIELD prop_t74.prop_y18 TYPE integer REQUIRED yes
FIELD dim_t50 TYPE boolean REQUIRED yes
FIELD att... | {"key_n52":"missense","prop_t74":{"dim_n34":true,"field_o74":false,"prop_y18":773},"dim_t50":false,"attr_u34":"intermittent"} | missing_bracket | {
"type": "object",
"properties": {
"key_n52": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_t74": {
"type": "object",
"properties": {
"dim_n34": {
"type": "boolean"
},
... | {"key_n52":"missense","prop_t74":{"dim_n34":true,"field_o74":false,"prop_y18":773},"dim_t50":false,"attr_u34":"intermittent"} | Missing closing bracket | {"key_n52":"missense","prop_t74":{"dim_n34":true,"field_o74":false,"prop_y18":773},"dim_t50":false,"attr_u34":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD count TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD state TYPE string VALUES single|married|divorced REQUIRED yes
FIELD filter_flag TYPE string VALUES active|inactive|pending REQUIRED n... | {"ward":"nonsense","state":"divorced","filter_flag":"pending","weight":4,"timezone":"anchored"} | null_required | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"count": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"s... | {"ward": "nonsense", "state": "divorced", "filter_flag": "pending", "weight": null, "timezone": "anchored"} | Required field 'weight' is null | {"ward":"nonsense","state":"divorced","filter_flag":"pending","weight":4,"timezone":"anchored"} |
TASK repair_structured_output
SPEC
FIELD color TYPE string REQUIRED yes
FIELD level TYPE string REQUIRED yes
FIELD discount TYPE integer REQUIRED no
FIELD interest_rate TYPE number REQUIRED no
FIELD collateral TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD published TYPE string REQUIRED no
FIE... | {"color":"Hapag-Lloyd-Express","level":"cancelled","discount":761,"interest_rate":205.38,"collateral":"type_b","type":898.21} | thought_process | {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"level": {
"type": "string"
},
"discount": {
"type": "integer"
},
"interest_rate": {
"type": "number"
},
"collateral": {
"type": "string",
"enum": [
"type_a",
"t... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"color":"Hapag-Lloyd-Express","level":"cancelled","discount":761,"interest_rate":205.38,"collateral":"type_b","type":898.21} | Output contains chain-of-thought reasoning before JSON | {"color":"Hapag-Lloyd-Express","level":"cancelled","discount":761,"interest_rate":205.38,"collateral":"type_b","type":898.21} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD branch TYPE number REQUIRED no
FIELD medication TYPE string REQUIRED no
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"ph_le... | {"ph_level":"underway","branch":659.06,"medication":"Silva"} | thought_process | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"branch": {
"type": "number"
},
"medication": {
"type": "string"
}
},
"required": [
"ph_level"
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"ph_level":"underway","branch":659.06,"medication":"Silva"} | Output contains chain-of-thought reasoning before JSON | {"ph_level":"underway","branch":659.06,"medication":"Silva"} |
TASK repair_structured_output
SPEC
FIELD dim_i11 TYPE number REQUIRED no
FIELD attr_s78 TYPE string REQUIRED no
FIELD col_w74.param_p03 TYPE string_email REQUIRED no
FIELD col_w74.field_g92 TYPE integer REQUIRED no
FIELD col_w74.field_w07 TYPE string VALUES draft|published|archived REQUIRED no
FIELD col_w74.attr_f75 T... | {"dim_i11":290.11,"attr_s78":"New York","col_w74":{"param_p03":"info@example.com","field_g92":911,"attr_f75":"basic","key_o45":["https://api.example.com/v1","QC-07"]},"prop_s66":924,"param_y61":601,"prop_m70":"admin@test.io","col_b15":"level_1"} | missing_bracket | {
"type": "object",
"properties": {
"dim_i11": {
"type": "number"
},
"attr_s78": {
"type": "string"
},
"col_w74": {
"type": "object",
"properties": {
"param_p03": {
"type": "string",
"format": "email"
},
"field_g92": {
... | {"dim_i11":290.11,"attr_s78":"New York","col_w74":{"param_p03":"info@example.com","field_g92":911,"attr_f75":"basic","key_o45":["https://api.example.com/v1","QC-07"},"prop_s66":924,"param_y61":601,"prop_m70":"admin@test.io","col_b15":"level_1"} | Missing closing bracket | {"dim_i11":290.11,"attr_s78":"New York","col_w74":{"param_p03":"info@example.com","field_g92":911,"attr_f75":"basic","key_o45":["https://api.example.com/v1","QC-07"]},"prop_s66":924,"param_y61":601,"prop_m70":"admin@test.io","col_b15":"level_1"} |
TASK repair_structured_output
SPEC
FIELD key_j76 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_e29 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_b59 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_j83 TYPE string REQUIRED no
FIELD col_w72 TYPE string VAL... | {"key_j76":"coastal","param_b59":"medium","col_w72":"success","col_f95":"2023-12-25"} | missing_required | {
"type": "object",
"properties": {
"key_j76": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_e29": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"key_j76": "coastal", "param_b59": "medium", "col_w72": "success"} | Required field 'col_f95' is missing | {"key_j76":"coastal","param_b59":"medium","col_w72":"success","col_f95":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD col_s86 TYPE boolean REQUIRED yes
FIELD attr_x11 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_l47 TYPE string_uri REQUIRED no
FIELD param_r79 TYPE integer REQUIRED yes
FIELD prop_z86 TYPE number REQUIRED yes
BROKEN_OUTPUT
Tool: create_o... | {"col_s86":true,"attr_x11":"confirmed","col_l47":"https://api.io/api","param_r79":252,"prop_z86":703.41} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_s86": {
"type": "boolean"
},
"attr_x11": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"col_l47": {
"type": "string",
"format": "uri"
},
... | Tool: create_order
Params: {"col_s86": true, "attr_x11": "confirmed", "col_l47": "https://api.io/api", "param_r79": 252, "prop_z86_new": 703.41} | Agent used wrong parameter name 'prop_z86_new' instead of 'prop_z86' | {"col_s86":true,"attr_x11":"confirmed","col_l47":"https://api.io/api","param_r79":252,"prop_z86":703.41} |
TASK repair_structured_output
SPEC
FIELD val_g81 TYPE string REQUIRED no
FIELD key_w93 TYPE string_email REQUIRED no
FIELD param_n00 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_l86 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
{"val_g81":"qux",... | {"val_g81":"qux","key_w93":"admin@test.io","param_n00":"underway","field_l86":"degraded"} | trailing_comma | {
"type": "object",
"properties": {
"val_g81": {
"type": "string"
},
"key_w93": {
"type": "string",
"format": "email"
},
"param_n00": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"field_... | {"val_g81":"qux","key_w93":"admin@test.io","param_n00":"underway","field_l86":"degraded",} | Unexpected trailing comma | {"val_g81":"qux","key_w93":"admin@test.io","param_n00":"underway","field_l86":"degraded"} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES type_a|type_b REQUIRED yes
FIELD rating TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD status TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD current_draw TYPE boolean REQUIRED no
FIELD price TYPE boolean REQUIRE... | {"last_name":"type_a","rating":"cat_a","status":"level_4","price":true} | single_quotes | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"rating": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"status": {
"type": "st... | {'last_name':'type_a','rating':'cat_a','status':'level_4','price':true} | Expecting property name enclosed in double quotes | {"last_name":"type_a","rating":"cat_a","status":"level_4","price":true} |
TASK repair_structured_output
SPEC
FIELD key_c88 TYPE string REQUIRED yes
FIELD prop_a08 TYPE integer REQUIRED no
FIELD dim_q45 TYPE number REQUIRED no
BROKEN_OUTPUT
{"key_c88": "sample", "prop_a08": 126, "extra_field_1329": "unexpected"} | {"key_c88":"sample","prop_a08":126} | extra_field | {
"type": "object",
"properties": {
"key_c88": {
"type": "string"
},
"prop_a08": {
"type": "integer"
},
"dim_q45": {
"type": "number"
}
},
"required": [
"key_c88"
]
} | {"key_c88": "sample", "prop_a08": 126, "extra_field_1329": "unexpected"} | Unknown field 'extra_field_1329' not defined in schema | {"key_c88":"sample","prop_a08":126} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE integer REQUIRED yes
FIELD created_at TYPE integer REQUIRED yes
FIELD company TYPE number REQUIRED yes
FIELD version TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD filter_flag TYPE string VALUES admin|editor|viewer REQUIRED no
BROKEN_OUTPUT... | {"berth_slot":93,"created_at":73,"company":102.51,"version":"oceanic","filter_flag":"editor"} | thought_process | {
"type": "object",
"properties": {
"berth_slot": {
"type": "integer"
},
"created_at": {
"type": "integer"
},
"company": {
"type": "number"
},
"version": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"berth_slot":93,"created_at":73,"company":102.51,"version":"oceanic","filter_flag":"editor"} | Output contains chain-of-thought reasoning before JSON | {"berth_slot":93,"created_at":73,"company":102.51,"version":"oceanic","filter_flag":"editor"} |
TASK repair_structured_output
SPEC
FIELD attr_g80 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_p22 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD prop_s24 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD val_h44 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD v... | {"attr_g80":"pro","prop_p22":"cat_a","prop_s24":"cat_a","val_h44":"cat_c","val_i27":false} | extra_text_after | {
"type": "object",
"properties": {
"attr_g80": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_p22": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
}... | {"attr_g80":"pro","prop_p22":"cat_a","prop_s24":"cat_a","val_h44":"cat_c","val_i27":false}
Analysis finished. | Output contains non-JSON text after the object | {"attr_g80":"pro","prop_p22":"cat_a","prop_s24":"cat_a","val_h44":"cat_c","val_i27":false} |
TASK repair_structured_output
SPEC
FIELD col_w27 TYPE integer REQUIRED yes
FIELD attr_a89 TYPE number REQUIRED no
FIELD dim_w49 TYPE string REQUIRED yes
BROKEN_OUTPUT
Here's the structured output:
```json
{"col_w27":766,"attr_a89":24.51,"dim_w49":"RTG-04"}
```
Hope this helps! | {"col_w27":766,"attr_a89":24.51,"dim_w49":"RTG-04"} | markdown_explanation | {
"type": "object",
"properties": {
"col_w27": {
"type": "integer"
},
"attr_a89": {
"type": "number"
},
"dim_w49": {
"type": "string"
}
},
"required": [
"col_w27",
"dim_w49"
]
} | Here's the structured output:
```json
{"col_w27":766,"attr_a89":24.51,"dim_w49":"RTG-04"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"col_w27":766,"attr_a89":24.51,"dim_w49":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string VALUES draft|published|archived REQUIRED no
FIELD description TYPE string REQUIRED yes
FIELD port_code TYPE string REQUIRED no
FIELD role TYPE string REQUIRED yes
FIELD sensor_id TYPE number REQUIRED no
FIELD bearing TYPE integer REQUIRED yes
BROKEN_OU... | {"description":"pending","role":"world","sensor_id":847.71,"bearing":505} | single_quotes | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"description": {
"type": "string"
},
"port_code": {
"type": "string"
},
"role": {
"type": "string"
},
... | {'description':'pending','role':'world','sensor_id':847.71,'bearing':505} | Expecting property name enclosed in double quotes | {"description":"pending","role":"world","sensor_id":847.71,"bearing":505} |
TASK repair_structured_output
SPEC
FIELD attr_t66 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD param_v58 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD col_f06 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD prop_m88 TYPE string_email REQUIRED yes
FIEL... | {"attr_t66":"cat_a","col_f06":"type_f","prop_m88":"user@example.com","val_m54":124,"param_c07":"sample","dim_w39":"RTG-04"} | truncated_object | {
"type": "object",
"properties": {
"attr_t66": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"param_v58": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_... | {"attr_t66":"cat_a","col_f06":"type_f","prop_m88":"user@example.com","val_m54":124,"param_c07":"sample","dim_w39":"RTG-04" | Unexpected end of JSON input — truncated object | {"attr_t66":"cat_a","col_f06":"type_f","prop_m88":"user@example.com","val_m54":124,"param_c07":"sample","dim_w39":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD prop_k90 TYPE string_date-time REQUIRED yes
FIELD key_v14 TYPE integer REQUIRED no
FIELD param_i91 TYPE number REQUIRED no
FIELD dim_j77.key_d16 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_j77.param_z64 TYPE string VALUES admin|editor|viewer REQUIRED no
... | {"prop_k90":"2024-04-12T05:19:00Z","param_i91":48.01,"dim_j77":{"key_d16":"red","param_z64":"viewer","val_u70":"intermittent","param_u41":"Johnson","field_y16":null}} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_k90": {
"type": "string",
"format": "date-time"
},
"key_v14": {
"type": "integer"
},
"param_i91": {
"type": "number"
},
"dim_j77": {
"type": "object",
"properties": {
"key_d16": {
"type": "str... | Let me check the system.
<tool_call name="calibrate_instrument">
{"prop_k90":"2024-04-12T05:19:00Z","param_i91":48.01,"dim_j77":{"key_d16":"red","param_z64":"viewer","val_u70":"intermittent","param_u41":"Johnson","field_y16":null}}
</tool_call. | Agent response mixes reasoning text with tool call | {"prop_k90":"2024-04-12T05:19:00Z","param_i91":48.01,"dim_j77":{"key_d16":"red","param_z64":"viewer","val_u70":"intermittent","param_u41":"Johnson","field_y16":null}} |
TASK repair_structured_output
SPEC
FIELD attr_v53 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD param_m52 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD key_s77 TYPE number REQUIRED no
FIELD prop_l95 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD field_s30 TY... | {"attr_v53":"cat_a","param_m52":"cat_d","key_s77":475.66,"prop_l95":"level_2","col_u60":null} | number_with_unit | {
"type": "object",
"properties": {
"attr_v53": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"param_m52": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},... | {"attr_v53": "cat_a", "param_m52": "cat_d", "key_s77": "475.66ms", "prop_l95": "level_2", "col_u60": null} | Field 'key_s77' must be number, got string with unit | {"attr_v53":"cat_a","param_m52":"cat_d","key_s77":475.66,"prop_l95":"level_2","col_u60":null} |
TASK repair_structured_output
SPEC
FIELD notes.allele TYPE string VALUES draft|published|archived REQUIRED yes
FIELD notes.weight TYPE integer REQUIRED yes
FIELD notes.dissolved_oxygen TYPE boolean REQUIRED no
FIELD notes.chromosome TYPE string_date-time REQUIRED no
FIELD notes.collateral[].salinity TYPE string VALUES... | {"notes":{"allele":"draft","weight":540,"chromosome":"2022-04-20T05:22:00Z","collateral":[{"salinity":"large","address":936,"version":"completed"},{"salinity":"medium"}],"humidity_pct":[{"account_id":"admin","position":309.52,"bearing":"high","chromosome":"chr1","deploy_target":937.86,"credit_score":"basic"}]},"turbidi... | missing_brace | {
"type": "object",
"properties": {
"notes": {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"weight": {
"type": "integer"
},
... | {"notes":{"allele":"draft","weight":540,"chromosome":"2022-04-20T05:22:00Z","collateral":[{"salinity":"large","address":936,"version":"completed"},{"salinity":"medium"}],"humidity_pct":[{"account_id":"admin","position":309.52,"bearing":"high","chromosome":"chr1","deploy_target":937.86,"credit_score":"basic"]},"turbidit... | Missing closing brace | {"notes":{"allele":"draft","weight":540,"chromosome":"2022-04-20T05:22:00Z","collateral":[{"salinity":"large","address":936,"version":"completed"},{"salinity":"medium"}],"humidity_pct":[{"account_id":"admin","position":309.52,"bearing":"high","chromosome":"chr1","deploy_target":937.86,"credit_score":"basic"}]},"turbidi... |
TASK repair_structured_output
SPEC
FIELD size TYPE string VALUES single|married|divorced REQUIRED no
FIELD values TYPE number REQUIRED yes
FIELD run_id TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"values":946.89 | {"values":946.89} | truncated_array | {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"values": {
"type": "number"
},
"run_id": {
"type": "boolean"
}
},
"required": [
"values"
]
} | {"values":946.89 | Unexpected end of JSON input — truncated object | {"values":946.89} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE integer REQUIRED no
FIELD city TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD pressure_kpa.age TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD pressure_kpa.items TYPE string REQUIRED no
FIELD pressure_kpa.wavelength TYPE string_email REQU... | {"decay_rate":611,"city":"large","pressure_kpa":{"wavelength":"ops@test.io","position":492,"voltage":"sample"},"message":728} | extra_text_after | {
"type": "object",
"properties": {
"decay_rate": {
"type": "integer"
},
"city": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"pressure_kpa": {
"type": "object",
"properties": {
"age": {
... | {"decay_rate":611,"city":"large","pressure_kpa":{"wavelength":"ops@test.io","position":492,"voltage":"sample"},"message":728}
Data logged successfully. | Output contains non-JSON text after the object | {"decay_rate":611,"city":"large","pressure_kpa":{"wavelength":"ops@test.io","position":492,"voltage":"sample"},"message":728} |
TASK repair_structured_output
SPEC
FIELD col_m26 TYPE number REQUIRED yes
FIELD dim_j79.param_z60 TYPE integer REQUIRED yes
FIELD dim_j79.param_v99.col_h67 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD dim_j79.param_v99.key_x53 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIEL... | {"col_m26":943.22,"dim_j79":{"param_z60":64,"param_v99":{"col_h67":"level_1","key_x53":"level_1","col_v85":"option_e","val_l73":"test@example.com","dim_l57":"option_b","key_z57":"Luis","dim_a52":843},"attr_j18":879,"key_k37":612,"col_t10":614},"dim_s39":285.86} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_m26": {
"type": "number"
},
"dim_j79": {
"type": "object",
"properties": {
"param_z60": {
"type": "integer"
},
"param_v99": {
"type": "object",
"properties": {
"col_h67": {
... | <functioncall> generate_report
{col_m26: 943.22, dim_j79: {param_z60: 64, param_v99: {col_h67: "level_1", key_x53: "level_1", col_v85: "option_e", val_l73: "test@example.com", dim_l57: "option_b", key_z57: "Luis", dim_a52: 843}, attr_j18: 879, key_k37: 612, col_t10: 614}, dim_s39: 285.86} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_m26":943.22,"dim_j79":{"param_z60":64,"param_v99":{"col_h67":"level_1","key_x53":"level_1","col_v85":"option_e","val_l73":"test@example.com","dim_l57":"option_b","key_z57":"Luis","dim_a52":843},"attr_j18":879,"key_k37":612,"col_t10":614},"dim_s39":285.86} |
TASK repair_structured_output
SPEC
FIELD prop_l96.attr_v16 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD prop_l96.field_e90 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD prop_l96.attr_e32 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD prop_... | {"prop_l96":{"attr_v16":"mode_c","field_e90":"underway","attr_e32":"unstable","field_w91":"https://data.io/v1","field_v58":"option_a"},"param_r61":"Hapag-Lloyd-Express","col_c33":92} | agent_chain | {
"type": "object",
"properties": {
"prop_l96": {
"type": "object",
"properties": {
"attr_v16": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
... | Let me check the system.
Action: validate_sample
Result: {"prop_l96": {"attr_v16": "mode_c", "field_e90": "underway", "attr_e32": "unstable", "field_w91": "https://data.io/v1", "field_v58": "option_a"}, "param_r61": "Hapag-Lloyd-Express"}
Processing the request now.
Action: book_appointment
Result: | Agent multi-step chain with truncated tool output | {"prop_l96":{"attr_v16":"mode_c","field_e90":"underway","attr_e32":"unstable","field_w91":"https://data.io/v1","field_v58":"option_a"},"param_r61":"Hapag-Lloyd-Express","col_c33":92} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED no
FIELD collateral TYPE null REQUIRED yes
FIELD filter_flag TYPE string REQUIRED yes
FIELD half_life TYPE string REQUIRED no
FIELD commit_hash TYPE string REQUIRED yes
FIELD thumbnail TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD ... | {"account_id":"London","collateral":null,"filter_flag":"https://example.com","half_life":"hello","commit_hash":"QC-07","thumbnail":"level_2","tile":"John"} | single_quotes | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"collateral": {
"type": "null"
},
"filter_flag": {
"type": "string"
},
"half_life": {
"type": "string"
},
"commit_hash": {
"type": "string"
},
"thumbnail": {
"type"... | {'account_id':'London','collateral':null,'filter_flag':'https://example.com','half_life':'hello','commit_hash':'QC-07','thumbnail':'level_2','tile':'John'} | Expecting property name enclosed in double quotes | {"account_id":"London","collateral":null,"filter_flag":"https://example.com","half_life":"hello","commit_hash":"QC-07","thumbnail":"level_2","tile":"John"} |
TASK repair_structured_output
SPEC
FIELD role TYPE number REQUIRED no
FIELD collateral TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD length TYPE string REQUIRED yes
FIELD description TYPE number REQUIRED no
FIELD company TYPE boolean REQUIRED no
FIELD features TYPE string VALUES berthed... | {"role":281.0,"length":"Luis","description":970.06,"company":false,"image_url":305,"enabled":"qux"} | single_quotes | {
"type": "object",
"properties": {
"role": {
"type": "number"
},
"collateral": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"length": {
"type": "string"
},
"description": {
"typ... | {'role':281.0,'length':'Luis','description':970.06,'company':false,'image_url':305,'enabled':'qux'} | Expecting property name enclosed in double quotes | {"role":281.0,"length":"Luis","description":970.06,"company":false,"image_url":305,"enabled":"qux"} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string_uri REQUIRED no
FIELD color TYPE integer REQUIRED yes
FIELD bed_number.active TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD bed_number.shipping TYPE null REQUIRED yes
FIELD bed_number.balance.comments TYPE string REQUIRED yes
FIELD bed_number.b... | {"port_code":"https://www.com/api","color":864,"bed_number":{"active":"JPY","shipping":null,"balance":{"comments":"completed","amplitude":"https://www.org/v1","phone":835,"deploy_target":"inland"},"batch_code":{"transaction_id":"2026-08-15T00:24:00Z","zip_code":647,"salinity":"2025-09-17T02:40:00Z","updated_at":361,"co... | partial_structure | {
"type": "object",
"properties": {
"port_code": {
"type": "string",
"format": "uri"
},
"color": {
"type": "integer"
},
"bed_number": {
"type": "object",
"properties": {
"active": {
"type": "string",
"enum": [
"USD",
... | Based on the data, index is False. {"port_code":"https://www.com/api","color":864,"bed_number":{"active":"JPY","shipping":null,"balance":{"comments":"completed","amplitude":"https://www.org/v1","phone":835,"deploy_target":"inland"},"batch_code":{"transaction_id":"2026-08-15T00:24:00Z","zip_code":647,"salinity":"2025-09... | Output mixes natural language with JSON | {"port_code":"https://www.com/api","color":864,"bed_number":{"active":"JPY","shipping":null,"balance":{"comments":"completed","amplitude":"https://www.org/v1","phone":835,"deploy_target":"inland"},"batch_code":{"transaction_id":"2026-08-15T00:24:00Z","zip_code":647,"salinity":"2025-09-17T02:40:00Z","updated_at":361,"co... |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD role TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD rating TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD span_id TYPE string VALUES level_1|level_2 REQUIRED no
FIELD chromosome ... | {"due_date":"level_3","role":"type_a","rating":"mode_d","span_id":"level_2","chromosome":"Tokyo","trace_id":"cat_b"} | truncated_array | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"role": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"rating": {
"type":... | {"due_date":"level_3","role":"type_a","rating":"mode_d","span_id":"level_2","chromosome":"Tokyo","trace_id":"cat_b" | Unexpected end of JSON input — truncated object | {"due_date":"level_3","role":"type_a","rating":"mode_d","span_id":"level_2","chromosome":"Tokyo","trace_id":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dosage TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD collateral TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD torque_output TYPE number REQUIRED yes... | {"bearing":"level_1","dosage":"option_a","torque_output":504.18,"height":"option_c"} | extra_text_before | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"dosage": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
... | Here is the JSON you requested:
{"bearing":"level_1","dosage":"option_a","torque_output":504.18,"height":"option_c"} | Output contains non-JSON text before the object | {"bearing":"level_1","dosage":"option_a","torque_output":504.18,"height":"option_c"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES option_a|option_b REQUIRED yes
FIELD torque_output TYPE integer REQUIRED yes
FIELD temp_celsius TYPE string REQUIRED no
FIELD published.maturity_date TYPE integer REQUIRED no
FIELD published.longitude TYPE string VALUES option_a|option_b|option_c|op... | {"image_url":"option_a","torque_output":243,"temp_celsius":"Bob","barcode":{"gene_id":"small","chapter":true}} | thought_process | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"torque_output": {
"type": "integer"
},
"temp_celsius": {
"type": "string"
},
"published": {
"type": "object",
"properties"... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"image_url":"option_a","torque_output":243,"temp_celsius":"Bob","barcode":{"gene_id":"small","chapter":true}} | Output contains chain-of-thought reasoning before JSON | {"image_url":"option_a","torque_output":243,"temp_celsius":"Bob","barcode":{"gene_id":"small","chapter":true}} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string REQUIRED yes
FIELD umi.velocity TYPE string REQUIRED no
FIELD umi.maturity_date TYPE boolean REQUIRED yes
FIELD umi.values TYPE integer REQUIRED no
FIELD umi.score TYPE string REQUIRED yes
FIELD umi.address.decay_rate TYPE string VALUES success|error|warni... | {"amplitude":"cancelled","umi":{"velocity":"Luis","maturity_date":false,"values":928,"score":"quux","address":{"decay_rate":"success","interest_rate":"EUR","url":"type_a","dissolved_oxygen":"test@example.com","reagent":"Alice","voltage":"option_a"}},"payment_status":"GBP"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"amplitude": {
"type": "string"
},
"umi": {
"type": "object",
"properties": {
"velocity": {
"type": "string"
},
"maturity_date": {
"type": "boolean"
},
"values": {
"type": "integer... | query_port_status(amplitude='cancelled', umi={'velocity': 'Luis', 'maturity_date': False, 'values': 928, 'score': 'quux', 'address': {'decay_rate': 'success', 'interest_rate': 'EUR', 'url': 'type_a', 'dissolved_oxygen': 'test@example.com', 'reagent': 'Alice', 'voltage': 'option_a'}}, payment_status='GBP') | Tool call uses Python syntax instead of JSON | {"amplitude":"cancelled","umi":{"velocity":"Luis","maturity_date":false,"values":928,"score":"quux","address":{"decay_rate":"success","interest_rate":"EUR","url":"type_a","dissolved_oxygen":"test@example.com","reagent":"Alice","voltage":"option_a"}},"payment_status":"GBP"} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED yes
FIELD branch TYPE number REQUIRED yes
FIELD count TYPE number REQUIRED no
FIELD comments TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD company.active TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD com... | {"label":"New York","branch":428.87,"company":{"active":"anchored","size":{"weight":"missense","price":"example","bed_number":"foo","wavelength":"2020-08-27T13:34:00Z"},"item_id":"EUR","ward":"homozygous","name":null,"height":"qux","span_id":"completed"},"timezone":"warning"} | null_required | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"branch": {
"type": "number"
},
"count": {
"type": "number"
},
"comments": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
... | {"label": "New York", "branch": null, "company": {"active": "anchored", "size": {"weight": "missense", "price": "example", "bed_number": "foo", "wavelength": "2020-08-27T13:34:00Z"}, "item_id": "EUR", "ward": "homozygous", "name": null, "height": "qux", "span_id": "completed"}, "timezone": "warning"} | Required field 'branch' is null | {"label":"New York","branch":428.87,"company":{"active":"anchored","size":{"weight":"missense","price":"example","bed_number":"foo","wavelength":"2020-08-27T13:34:00Z"},"item_id":"EUR","ward":"homozygous","name":null,"height":"qux","span_id":"completed"},"timezone":"warning"} |
TASK repair_structured_output
SPEC
FIELD param_q96 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_h27 TYPE integer REQUIRED yes
FIELD prop_j88 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD dim_l09 TYPE string REQUIRED yes
FIELD param_b18 TYPE number REQUIRED no
FIELD col_y22 TYPE s... | {"param_q96":"reliable","dim_h27":536,"prop_j88":"type_c","dim_l09":"2023-12-25","param_b18":61.37,"col_y22":"https://api.example.com/v1","key_t10":896} | invalid_enum | {
"type": "object",
"properties": {
"param_q96": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_h27": {
"type": "integer"
},
"prop_j88": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | {"param_q96": "reliable", "dim_h27": 536, "prop_j88": "invalid_value_573", "dim_l09": "2023-12-25", "param_b18": 61.37, "col_y22": "https://api.example.com/v1", "key_t10": 896} | Field 'prop_j88' has invalid enum value 'invalid_value_573', expected one of ['type_a', 'type_b', 'type_c'] | {"param_q96":"reliable","dim_h27":536,"prop_j88":"type_c","dim_l09":"2023-12-25","param_b18":61.37,"col_y22":"https://api.example.com/v1","key_t10":896} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE integer REQUIRED yes
FIELD start_date TYPE string REQUIRED no
FIELD tax TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD zip_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD paragraph TYPE integer REQU... | {"feedback":376,"start_date":"New York","tax":"maintenance","zip_code":"maintenance","paragraph":988} | partial_structure | {
"type": "object",
"properties": {
"feedback": {
"type": "integer"
},
"start_date": {
"type": "string"
},
"tax": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"zip_code": {
"type... | The zip_code is maintenance and {"feedback":376,"start_date":"New York","tax":"maintenance","zip_code":"maintenance","paragraph":988} | Output mixes natural language with JSON | {"feedback":376,"start_date":"New York","tax":"maintenance","zip_code":"maintenance","paragraph":988} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD trace_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD department TYPE integer REQUIRED no
FIELD status_code TYPE number REQUIRED no
FIELD allele TYPE integer REQUIRED no
FIELD created... | {"dissolved_oxygen":"viewer","trace_id":"success","department":589,"status_code":484.52,"allele":561,"tags":564} | agent_chain | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"trace_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
... | I need to look up the information first.
Action: annotate_mutation
Result: {"dissolved_oxygen": "viewer", "department": 589, "status_code": 484.52, "allele": 561, "tags": 564}
I'll query our database.
Action: read_sensor_array
Result: | Agent multi-step chain with truncated tool output | {"dissolved_oxygen":"viewer","trace_id":"success","department":589,"status_code":484.52,"allele":561,"tags":564} |
TASK repair_structured_output
SPEC
FIELD param_g43 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD prop_o38 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD field_p53 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD field_a96 TYPE string REQUIRED no
FIELD col_e38 TYPE string REQUIRED no
FIELD pro... | {"param_g43":"level_1","prop_o38":"level_2","field_p53":"cat_b","field_a96":"Diana","prop_t05":855} | single_quotes | {
"type": "object",
"properties": {
"param_g43": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_o38": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"field_p53": {
"type": "string",
"enum": [
... | {'param_g43':'level_1','prop_o38':'level_2','field_p53':'cat_b','field_a96':'Diana','prop_t05':855} | Expecting property name enclosed in double quotes | {"param_g43":"level_1","prop_o38":"level_2","field_p53":"cat_b","field_a96":"Diana","prop_t05":855} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES type_a|type_b REQUIRED no
FIELD created_at TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD order_id TYPE string REQUIRED no
FIELD title TYPE number REQUIRED yes
FIELD terminal_id TYPE string REQUIRED yes
FIELD visible TYPE string_uri REQUI... | {"created_at":"BRL","order_id":"world","title":92.41,"terminal_id":"QC-07","visible":"https://data.io/api","email":"world"} | number_with_unit | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"created_at": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"order_id": {
... | {"created_at": "BRL", "order_id": "world", "title": "92.41MB", "terminal_id": "QC-07", "visible": "https://data.io/api", "email": "world"} | Field 'title' must be number, got string with unit | {"created_at":"BRL","order_id":"world","title":92.41,"terminal_id":"QC-07","visible":"https://data.io/api","email":"world"} |
TASK repair_structured_output
SPEC
FIELD param_z44 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD key_j12 TYPE boolean REQUIRED yes
FIELD val_p42 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"param_z44":"type_c","key_j12":false,"val_p42":null | {"param_z44":"type_c","key_j12":false,"val_p42":null} | truncated_object | {
"type": "object",
"properties": {
"param_z44": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"key_j12": {
"type": "boolean"
},
"val_p42": {
"type": "null"
}
},
"required": [
... | {"param_z44":"type_c","key_j12":false,"val_p42":null | Unexpected end of JSON input — truncated object | {"param_z44":"type_c","key_j12":false,"val_p42":null} |
TASK repair_structured_output
SPEC
FIELD field_y97 TYPE number REQUIRED yes
FIELD dim_o58 TYPE number REQUIRED yes
FIELD attr_w51 TYPE string REQUIRED yes
FIELD prop_b43 TYPE string REQUIRED no
FIELD attr_m07.param_c94 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_m07.field_z36 TYPE integer REQUIRED no... | {"field_y97":907.84,"dim_o58":933.1,"attr_w51":"Smith","prop_b43":"hello","attr_m07":{"param_c94":"viewer","field_z36":60,"field_l78":"Oliveira","dim_q53":"heterozygous"}} | missing_brace | {
"type": "object",
"properties": {
"field_y97": {
"type": "number"
},
"dim_o58": {
"type": "number"
},
"attr_w51": {
"type": "string"
},
"prop_b43": {
"type": "string"
},
"attr_m07": {
"type": "object",
"properties": {
"param_c94": {
... | "field_y97":907.84,"dim_o58":933.1,"attr_w51":"Smith","prop_b43":"hello","attr_m07":{"param_c94":"viewer","field_z36":60,"field_l78":"Oliveira","dim_q53":"heterozygous"}} | Missing closing brace | {"field_y97":907.84,"dim_o58":933.1,"attr_w51":"Smith","prop_b43":"hello","attr_m07":{"param_c94":"viewer","field_z36":60,"field_l78":"Oliveira","dim_q53":"heterozygous"}} |
TASK repair_structured_output
SPEC
FIELD field_e21 TYPE string_date-time REQUIRED yes
FIELD col_u61 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD param_h30 TYPE boolean REQUIRED no
FIELD field_u34 TYPE number REQUIRED no
FIELD attr_d75[].val_v59 TYPE string VALUES open|in_progress|resolved|closed REQU... | {"field_e21":"2026-06-11T22:04:00Z","col_u61":"archived","param_h30":false,"attr_d75":[{"val_v59":"in_progress","param_p66":"archived","attr_y73":true}],"dim_d20":[{"field_m79":"new","field_p78":"synonymous","key_v20":"info","dim_f67":771,"key_n55":652.87},{"field_m79":"in_transit","key_v20":"success","dim_f67":333,"ke... | markdown_explanation | {
"type": "object",
"properties": {
"field_e21": {
"type": "string",
"format": "date-time"
},
"col_u61": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_h30": {
"type": "boolean"
},
"field_u34": {
... | Below is the JSON object:
```json
{"field_e21":"2026-06-11T22:04:00Z","col_u61":"archived","param_h30":false,"attr_d75":[{"val_v59":"in_progress","param_p66":"archived","attr_y73":true}],"dim_d20":[{"field_m79":"new","field_p78":"synonymous","key_v20":"info","dim_f67":771,"key_n55":652.87},{"field_m79":"in_transit","ke... | Output contains markdown and explanatory text around JSON | {"field_e21":"2026-06-11T22:04:00Z","col_u61":"archived","param_h30":false,"attr_d75":[{"val_v59":"in_progress","param_p66":"archived","attr_y73":true}],"dim_d20":[{"field_m79":"new","field_p78":"synonymous","key_v20":"info","dim_f67":771,"key_n55":652.87},{"field_m79":"in_transit","key_v20":"success","dim_f67":333,"ke... |
TASK repair_structured_output
SPEC
FIELD field_h87 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_m52 TYPE string REQUIRED no
FIELD key_a47 TYPE boolean REQUIRED no
FIELD attr_g29 TYPE boolean REQUIRED yes
FIELD val_x33 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_z94 TYPE stri... | {"field_h87":"USD","key_a47":false,"attr_g29":false,"val_x33":"coastal","dim_z94":"user@domain.org"} | extra_text_after | {
"type": "object",
"properties": {
"field_h87": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_m52": {
"type": "string"
},
"key_a47": {
"type": "boolean"
},
"attr_g29": {
"type": "bool... | {"field_h87":"USD","key_a47":false,"attr_g29":false,"val_x33":"coastal","dim_z94":"user@domain.org"}
Data logged successfully. | Output contains non-JSON text after the object | {"field_h87":"USD","key_a47":false,"attr_g29":false,"val_x33":"coastal","dim_z94":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD prop_u50 TYPE string REQUIRED yes
FIELD attr_c76 TYPE number REQUIRED yes
FIELD col_q43 TYPE number REQUIRED yes
FIELD dim_k43 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
{"prop_u50":"RTG-04","attr_c76":856.01,"col_q43":76.06,"dim_k43":"EUR" | {"prop_u50":"RTG-04","attr_c76":856.01,"col_q43":76.06,"dim_k43":"EUR"} | truncated_array | {
"type": "object",
"properties": {
"prop_u50": {
"type": "string"
},
"attr_c76": {
"type": "number"
},
"col_q43": {
"type": "number"
},
"dim_k43": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | {"prop_u50":"RTG-04","attr_c76":856.01,"col_q43":76.06,"dim_k43":"EUR" | Unexpected end of JSON input — truncated object | {"prop_u50":"RTG-04","attr_c76":856.01,"col_q43":76.06,"dim_k43":"EUR"} |
TASK repair_structured_output
SPEC
FIELD col_a07 TYPE null REQUIRED yes
FIELD attr_p78 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD field_v51 TYPE boolean REQUIRED no
FIELD val_e17[].col_h65 TYPE null REQUIRED no
FIELD val_e17[].prop_o10 TYPE number REQUIRED no
FIELD val_e17[].key_u92 TYPE boole... | {"col_a07":null,"attr_p78":"oceanic","field_v51":false,"val_e17":[{"col_h65":null,"attr_z07":"admin@test.io","val_z71":true,"key_p48":false,"dim_o98":"rejected"}]} | null_required | {
"type": "object",
"properties": {
"col_a07": {
"type": "null"
},
"attr_p78": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"field_v51": {
"type": "boolean"
},
"val_e17": {
"type": "array",... | {"col_a07": null, "attr_p78": "oceanic", "field_v51": false, "val_e17": [{"col_h65": null, "attr_z07": "admin@test.io", "val_z71": true, "key_p48": false, "dim_o98": "rejected"}]} | Required field 'col_a07' is null | {"col_a07":null,"attr_p78":"oceanic","field_v51":false,"val_e17":[{"col_h65":null,"attr_z07":"admin@test.io","val_z71":true,"key_p48":false,"dim_o98":"rejected"}]} |
TASK repair_structured_output
SPEC
FIELD key_g32 TYPE integer REQUIRED no
FIELD field_y79 TYPE string_email REQUIRED no
FIELD val_e91 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
{key_g32:609,field_y79:"user@test.io",val_e91:"new"} | {"key_g32":609,"field_y79":"user@test.io","val_e91":"new"} | unquoted_keys | {
"type": "object",
"properties": {
"key_g32": {
"type": "integer"
},
"field_y79": {
"type": "string",
"format": "email"
},
"val_e91": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
}
},
"re... | {key_g32:609,field_y79:"user@test.io",val_e91:"new"} | Expecting property name enclosed in double quotes | {"key_g32":609,"field_y79":"user@test.io","val_e91":"new"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE number REQUIRED yes
FIELD yield_pct.values TYPE integer REQUIRED no
FIELD yield_pct.category TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD yield_pct.date TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD yield_pct.city TYPE null REQUIRED yes
F... | {"discount":237.08,"yield_pct":{"values":276,"date":"cat_b","city":null,"catalyst":"active","interest_rate":null,"item_id":{"crew_id":"type_d","longitude":"John","bill_of_lading":null,"username":["A short description.","A short description."],"invoice_id":["pending","FWD","New York"]},"maturity_date":"Alice"},"verified... | unquoted_keys | {
"type": "object",
"properties": {
"discount": {
"type": "number"
},
"yield_pct": {
"type": "object",
"properties": {
"values": {
"type": "integer"
},
"category": {
"type": "string",
"enum": [
"reliable",
"u... | {discount:237.08,yield_pct:{values:276,date:"cat_b",city:null,catalyst:"active",interest_rate:null,item_id:{crew_id:"type_d",longitude:"John",bill_of_lading:null,username:["A short description.","A short description."],invoice_id:["pending","FWD","New York"]},maturity_date:"Alice"},verified:"Paris",created_at:"Johnson"... | Expecting property name enclosed in double quotes | {"discount":237.08,"yield_pct":{"values":276,"date":"cat_b","city":null,"catalyst":"active","interest_rate":null,"item_id":{"crew_id":"type_d","longitude":"John","bill_of_lading":null,"username":["A short description.","A short description."],"invoice_id":["pending","FWD","New York"]},"maturity_date":"Alice"},"verified... |
TASK repair_structured_output
SPEC
FIELD dosage.aligned_pct TYPE number REQUIRED no
FIELD dosage.isotope TYPE integer REQUIRED yes
FIELD dosage.tags TYPE boolean REQUIRED no
FIELD dosage.altitude.weight TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD dosage.altitude.loan_amount TYPE string_uri REQUIRE... | {"dosage":{"aligned_pct":369.45,"isotope":303,"tags":false,"altitude":{"weight":"type_d","loan_amount":"https://api.org/api","total":"GRCh38","span_id":"baz","run_id":156.36,"compound":421,"count":"cat_b"},"type":463,"description":{"image_url":669,"format":"type_d","city":true,"language":32}},"commit_hash":"intermitten... | thought_process | {
"type": "object",
"properties": {
"dosage": {
"type": "object",
"properties": {
"aligned_pct": {
"type": "number"
},
"isotope": {
"type": "integer"
},
"tags": {
"type": "boolean"
},
"altitude": {
"type"... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"dosage":{"aligned_pct":369.45,"isotope":303,"tags":false,"altitude":{"weight":"type_d","loan_amount":"https://api.org/api","total":"GRCh38","span_id":"baz","run_id":156.36,"compound":421,"count":"cat_b"},"type":463,"description":{"i... | Output contains chain-of-thought reasoning before JSON | {"dosage":{"aligned_pct":369.45,"isotope":303,"tags":false,"altitude":{"weight":"type_d","loan_amount":"https://api.org/api","total":"GRCh38","span_id":"baz","run_id":156.36,"compound":421,"count":"cat_b"},"type":463,"description":{"image_url":669,"format":"type_d","city":true,"language":32}},"commit_hash":"intermitten... |
TASK repair_structured_output
SPEC
FIELD param_g03 TYPE integer REQUIRED yes
FIELD dim_e13 TYPE string_email REQUIRED yes
FIELD val_j42 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD param_h01 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_d46 TYPE null REQUIRED no
BROKEN_OUTPUT
{"param_g03"... | {"param_g03":126,"dim_e13":"user@test.io","val_j42":"type_b","param_h01":"JPY"} | invalid_enum | {
"type": "object",
"properties": {
"param_g03": {
"type": "integer"
},
"dim_e13": {
"type": "string",
"format": "email"
},
"val_j42": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"param_h01": {
"type": ... | {"param_g03": 126, "dim_e13": "user@test.io", "val_j42": "type_b", "param_h01": "invalid_choice_733"} | Field 'param_h01' has invalid enum value 'invalid_choice_733', expected one of ['USD', 'EUR', 'GBP', 'BRL', 'JPY'] | {"param_g03":126,"dim_e13":"user@test.io","val_j42":"type_b","param_h01":"JPY"} |
TASK repair_structured_output
SPEC
FIELD col_a62 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_m01 TYPE string REQUIRED no
FIELD col_h90 TYPE integer REQUIRED no
FIELD key_w25 TYPE integer REQUIRED no
FIELD prop_l03 TYPE string REQUIRED yes
BROKEN_OUTPUT
"col_a62":"degraded","col... | {"col_a62":"degraded","col_h90":768,"prop_l03":"Sao Paulo"} | missing_brace | {
"type": "object",
"properties": {
"col_a62": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_m01": {
"type": "string"
},
"col_h90": {
"type": "integer"
},
"key_w25": {
"typ... | "col_a62":"degraded","col_h90":768,"prop_l03":"Sao Paulo"} | Missing closing brace | {"col_a62":"degraded","col_h90":768,"prop_l03":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string REQUIRED no
FIELD coverage TYPE integer REQUIRED no
FIELD currency TYPE string_email REQUIRED yes
FIELD phone TYPE null REQUIRED no
BROKEN_OUTPUT
{credit_score:"test@example.com",coverage:652,currency:"admin@test.io"} | {"credit_score":"test@example.com","coverage":652,"currency":"admin@test.io"} | unquoted_keys | {
"type": "object",
"properties": {
"credit_score": {
"type": "string"
},
"coverage": {
"type": "integer"
},
"currency": {
"type": "string",
"format": "email"
},
"phone": {
"type": "null"
}
},
"required": [
"currency"
]
} | {credit_score:"test@example.com",coverage:652,currency:"admin@test.io"} | Expecting property name enclosed in double quotes | {"credit_score":"test@example.com","coverage":652,"currency":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD col_c54 TYPE integer REQUIRED no
FIELD field_l25.field_f02 TYPE string REQUIRED yes
FIELD field_l25.col_r10 TYPE string_uri REQUIRED yes
FIELD field_l25.prop_r79.col_m61 TYPE number REQUIRED no
FIELD field_l25.prop_r79.val_g52 TYPE boolean REQUIRED yes
FIELD field_l25.prop_r79.... | {"col_c54":955,"field_l25":{"field_f02":"GRCh38","col_r10":"https://example.io/v1","param_a01":{"val_n39":"option_d","prop_a99":"test","field_k62":"test@domain.org","dim_x11":"2024-06-30","prop_p71":"admin@test.io","attr_e64":"Hapag-Lloyd-Express","val_r53":697}},"key_m26":192.4} | thought_process | {
"type": "object",
"properties": {
"col_c54": {
"type": "integer"
},
"field_l25": {
"type": "object",
"properties": {
"field_f02": {
"type": "string"
},
"col_r10": {
"type": "string",
"format": "uri"
},
"prop_r79": ... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"col_c54":955,"field_l25":{"field_f02":"GRCh38","col_r10":"https://example.io/v1","param_a01":{"val_n39":"option_d","prop_a99":"test","field_k62":"test@domain.org","dim_x11":"2024-06-30","prop_p71":"... | Output contains chain-of-thought reasoning before JSON | {"col_c54":955,"field_l25":{"field_f02":"GRCh38","col_r10":"https://example.io/v1","param_a01":{"val_n39":"option_d","prop_a99":"test","field_k62":"test@domain.org","dim_x11":"2024-06-30","prop_p71":"admin@test.io","attr_e64":"Hapag-Lloyd-Express","val_r53":697}},"key_m26":192.4} |
TASK repair_structured_output
SPEC
FIELD key_r12 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_m99 TYPE boolean REQUIRED yes
FIELD field_u10.attr_b77 TYPE null REQUIRED yes
FIELD field_u10.param_w79 TYPE string REQUIRED yes
FIELD field_u10.col_r99 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"col_m99":true,... | {"col_m99":true,"field_u10":{"attr_b77":null,"param_w79":"Santos","col_r99":"test@example.com"}} | truncated_object | {
"type": "object",
"properties": {
"key_r12": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_m99": {
"type": "boolean"
},
"field_u10": {
"type": "object",
"properties": {
"attr_b77": {
"type": "nu... | {"col_m99":true,"field_u10":{"attr_b77":null,"param_w79":"Santos","col_r99":"test@example.com"} | Unexpected end of JSON input — truncated object | {"col_m99":true,"field_u10":{"attr_b77":null,"param_w79":"Santos","col_r99":"test@example.com"}} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE boolean REQUIRED no
FIELD weight TYPE integer REQUIRED yes
FIELD procedure_code TYPE string REQUIRED no
BROKEN_OUTPUT
Result: pressure_kpa=False, {"pressure_kpa":false,"weight":268,"procedure_code":"completed"} | {"pressure_kpa":false,"weight":268,"procedure_code":"completed"} | partial_structure | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "boolean"
},
"weight": {
"type": "integer"
},
"procedure_code": {
"type": "string"
}
},
"required": [
"weight"
]
} | Result: pressure_kpa=False, {"pressure_kpa":false,"weight":268,"procedure_code":"completed"} | Output mixes natural language with JSON | {"pressure_kpa":false,"weight":268,"procedure_code":"completed"} |
TASK repair_structured_output
SPEC
FIELD key_c01 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD attr_z96 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_j83 TYPE null REQUIRED no
BROKEN_OUTPUT
delete_item(key_c01='warning', attr_z96='critical', col_j83=None) | {"key_c01":"warning","attr_z96":"critical","col_j83":null} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_c01": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"attr_z96": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | delete_item(key_c01='warning', attr_z96='critical', col_j83=None) | Tool call uses Python syntax instead of JSON | {"key_c01":"warning","attr_z96":"critical","col_j83":null} |
TASK repair_structured_output
SPEC
FIELD col_r63 TYPE integer REQUIRED yes
FIELD attr_v14 TYPE string REQUIRED yes
FIELD prop_u82 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_u74 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"col_r63":133,"attr_v14":"approved","prop_u82":"medium"}
Hope this helps! | {"col_r63":133,"attr_v14":"approved","prop_u82":"medium"} | extra_text_after | {
"type": "object",
"properties": {
"col_r63": {
"type": "integer"
},
"attr_v14": {
"type": "string"
},
"prop_u82": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_u74": {
"type": "boolean"
... | {"col_r63":133,"attr_v14":"approved","prop_u82":"medium"}
Hope this helps! | Output contains non-JSON text after the object | {"col_r63":133,"attr_v14":"approved","prop_u82":"medium"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE boolean REQUIRED yes
FIELD size.address TYPE integer REQUIRED no
FIELD size.length TYPE string VALUES active|inactive|pending REQUIRED no
FIELD size.width TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD size.loan_amount TYPE string_uri REQUIRE... | {"conductivity":true,"size":{"address":384,"length":"pending","width":"red","notes":"sample","values":{"diagnosis_code":507.71,"size":"A short description.","role":true,"deploy_target":"demo"}},"currency":"GRCh38","weight":167.87,"price":"Silva","username":694.98,"diagnosis_code":"level_1","features":"Santos"} | unquoted_keys | {
"type": "object",
"properties": {
"conductivity": {
"type": "boolean"
},
"size": {
"type": "object",
"properties": {
"address": {
"type": "integer"
},
"length": {
"type": "string",
"enum": [
"active",
"inac... | {conductivity:true,size:{address:384,length:"pending",width:"red",notes:"sample",values:{diagnosis_code:507.71,size:"A short description.",role:true,deploy_target:"demo"}},currency:"GRCh38",weight:167.87,price:"Silva",username:694.98,diagnosis_code:"level_1",features:"Santos"} | Expecting property name enclosed in double quotes | {"conductivity":true,"size":{"address":384,"length":"pending","width":"red","notes":"sample","values":{"diagnosis_code":507.71,"size":"A short description.","role":true,"deploy_target":"demo"}},"currency":"GRCh38","weight":167.87,"price":"Silva","username":694.98,"diagnosis_code":"level_1","features":"Santos"} |
TASK repair_structured_output
SPEC
FIELD param_s10 TYPE string REQUIRED no
FIELD field_m48 TYPE boolean REQUIRED yes
FIELD param_n06 TYPE string_email REQUIRED no
FIELD field_r89 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD col_j21 TYPE integer REQUIRED no
FIELD attr_k48 TYPE string VALUES... | {"field_m48":false,"param_n06":"admin@example.com","field_r89":"cat_c","col_j21":195,"attr_k48":"mode_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_s10": {
"type": "string"
},
"field_m48": {
"type": "boolean"
},
"param_n06": {
"type": "string",
"format": "email"
},
"field_r89": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c... | Tool: apply_discount
Params: {"param_n06": "admin@example.com", "field_r89": "cat_c", "col_j21": 195, "attr_k48": "mode_a", "field_m48_new": false} | Agent used wrong parameter name 'field_m48_new' instead of 'field_m48' | {"field_m48":false,"param_n06":"admin@example.com","field_r89":"cat_c","col_j21":195,"attr_k48":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD param_k65 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_q69 TYPE string REQUIRED no
FIELD key_i04 TYPE integer REQUIRED yes
FIELD col_l58 TYPE string REQUIRED yes
FIELD dim_x96 TYPE null REQUIRED yes
BROKEN_OUTPUT
<functioncall> run_diagnostics
{key_i04: 333, c... | {"key_i04":333,"col_l58":"2024-06-30","dim_x96":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_k65": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_q69": {
"type": "string"
},
"key_i04": {
"type": "integer"
},
"col_l58": {
"type": "string"
},
"dim_x9... | <functioncall> run_diagnostics
{key_i04: 333, col_l58: "2024-06-30", dim_x96: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_i04":333,"col_l58":"2024-06-30","dim_x96":null} |
TASK repair_structured_output
SPEC
FIELD col_z71 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD prop_z75 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD attr_j04 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_e91 TYPE strin... | {"col_z71":"level_4","attr_j04":"homozygous","val_e91":"mode_d"} | missing_brace | {
"type": "object",
"properties": {
"col_z71": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"prop_z75": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option... | "col_z71":"level_4","attr_j04":"homozygous","val_e91":"mode_d"} | Missing closing brace | {"col_z71":"level_4","attr_j04":"homozygous","val_e91":"mode_d"} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD latitude TYPE string REQUIRED no
FIELD port_code TYPE boolean REQUIRED no
FIELD strand TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD active.website TYPE string REQUIRED yes
FIELD ... | {"torque_output":"enterprise","latitude":"Tokyo","port_code":false,"strand":"cat_a","active":{"website":"Santos","span_id":"inactive","annotation":{"umi":"BRL","log_level":"option_c","score":"rejected","status":"2021-07-02T00:17:00Z","status_code":969,"zip_code":"John","image_url":"quux"},"currency":"foo","due_date":{"... | markdown_explanation | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"latitude": {
"type": "string"
},
"port_code": {
"type": "boolean"
},
"strand": {
"type": "stri... | Here is the JSON you requested:
```json
{"torque_output":"enterprise","latitude":"Tokyo","port_code":false,"strand":"cat_a","active":{"website":"Santos","span_id":"inactive","annotation":{"umi":"BRL","log_level":"option_c","score":"rejected","status":"2021-07-02T00:17:00Z","status_code":969,"zip_code":"John","image_url... | Output contains markdown and explanatory text around JSON | {"torque_output":"enterprise","latitude":"Tokyo","port_code":false,"strand":"cat_a","active":{"website":"Santos","span_id":"inactive","annotation":{"umi":"BRL","log_level":"option_c","score":"rejected","status":"2021-07-02T00:17:00Z","status_code":969,"zip_code":"John","image_url":"quux"},"currency":"foo","due_date":{"... |
TASK repair_structured_output
SPEC
FIELD param_k23 TYPE string_uri REQUIRED yes
FIELD param_j31 TYPE number REQUIRED no
FIELD val_z62 TYPE number REQUIRED no
FIELD val_e14 TYPE string_email REQUIRED no
FIELD col_j26 TYPE string REQUIRED no
FIELD col_p51 TYPE string REQUIRED no
FIELD param_c00 TYPE string VALUES low|me... | {"param_k23":"https://data.org/api","param_j31":338.16,"val_z62":956.79,"val_e14":"test@test.io"} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_k23": {
"type": "string",
"format": "uri"
},
"param_j31": {
"type": "number"
},
"val_z62": {
"type": "number"
},
"val_e14": {
"type": "string",
"format": "email"
},
"col_j26": {
"type": "string"
... | Let me check the system.
Action: annotate_mutation
Arguments: {"param_j31": 338.16, "val_z62": 956.79, "val_e14": "test@test.io"} | Agent tool call missing required parameter 'param_k23' | {"param_k23":"https://data.org/api","param_j31":338.16,"val_z62":956.79,"val_e14":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE integer REQUIRED no
FIELD address TYPE string_date-time REQUIRED no
FIELD id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD rating.bed_number TYPE number REQUIRED yes
FIELD rating.pressure_kpa TYPE string VALUES pending_review|confirmed|reject... | {"aligned_pct":712,"address":"2023-12-02T11:09:00Z","id":"warning","rating":{"bed_number":685.64,"pressure_kpa":"confirmed","role":[{"chapter":"success","state":"qux","port_code":"new"},{"chapter":"info","state":"user@domain.com","port_code":"returned","collateral":"free","size":653.16}]},"price":570.47,"build_status":... | extra_text_before | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "integer"
},
"address": {
"type": "string",
"format": "date-time"
},
"id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"rating": {... | I've generated the following JSON:
{"aligned_pct":712,"address":"2023-12-02T11:09:00Z","id":"warning","rating":{"bed_number":685.64,"pressure_kpa":"confirmed","role":[{"chapter":"success","state":"qux","port_code":"new"},{"chapter":"info","state":"user@domain.com","port_code":"returned","collateral":"free","size":653.1... | Output contains non-JSON text before the object | {"aligned_pct":712,"address":"2023-12-02T11:09:00Z","id":"warning","rating":{"bed_number":685.64,"pressure_kpa":"confirmed","role":[{"chapter":"success","state":"qux","port_code":"new"},{"chapter":"info","state":"user@domain.com","port_code":"returned","collateral":"free","size":653.16}]},"price":570.47,"build_status":... |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD run_id TYPE string VALUES option_a|option_b REQUIRED yes
FIELD nickname TYPE integer REQUIRED no
FIELD section TYPE integer REQUIRED no
FIELD city TYPE integer REQUIRED no
BROKEN_OUTP... | {"currency":"level_3","run_id":"option_a","nickname":88,"section":486,"city":582} | partial_structure | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"run_id": {
"type": "string",
"enum": [
"option_a",
"option_b"... | I found that currency should be level_3. {"currency":"level_3","run_id":"option_a","nickname":88,"section":486,"city":582} | Output mixes natural language with JSON | {"currency":"level_3","run_id":"option_a","nickname":88,"section":486,"city":582} |
TASK repair_structured_output
SPEC
FIELD val_h31 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD col_x60 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_u45 TYPE boolean REQUIRED no
FIELD field_c04 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD fiel... | {"col_x60":"frameshift","key_u45":false,"field_c04":"reliable","field_b60":"free"} | extra_text_after | {
"type": "object",
"properties": {
"val_h31": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_x60": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | {"col_x60":"frameshift","key_u45":false,"field_c04":"reliable","field_b60":"free"}
Analysis finished. | Output contains non-JSON text after the object | {"col_x60":"frameshift","key_u45":false,"field_c04":"reliable","field_b60":"free"} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE integer REQUIRED no
FIELD coverage.wavelength TYPE string_date-time REQUIRED yes
FIELD coverage.notes TYPE string REQUIRED yes
FIELD coverage.humidity_pct TYPE integer REQUIRED no
FIELD coverage.index TYPE string VALUES level_1|level_2|level_3|level_4|level_5|lev... | {"coverage":{"wavelength":"2022-08-12T21:37:00Z","notes":"Silva","index":"level_3"},"annotation":false} | truncated_object | {
"type": "object",
"properties": {
"log_level": {
"type": "integer"
},
"coverage": {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"format": "date-time"
},
"notes": {
"type": "string"
},
"humid... | {"coverage":{"wavelength":"2022-08-12T21:37:00Z","notes":"Silva","index":"level_3"},"annotation":false | Unexpected end of JSON input — truncated object | {"coverage":{"wavelength":"2022-08-12T21:37:00Z","notes":"Silva","index":"level_3"},"annotation":false} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD frequency_hz TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD balance TYPE string_uri R... | {"decay_rate":"option_d","frequency_hz":"cat_b","name":"hemizygous","balance":"https://api.org/v1"} | single_quotes | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"frequency_hz": {
"type": "string",
"enum": [
"cat_a",
... | {'decay_rate':'option_d','frequency_hz':'cat_b','name':'hemizygous','balance':'https://api.org/v1'} | Expecting property name enclosed in double quotes | {"decay_rate":"option_d","frequency_hz":"cat_b","name":"hemizygous","balance":"https://api.org/v1"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string REQUIRED yes
FIELD step TYPE null REQUIRED no
FIELD medication TYPE string REQUIRED yes
BROKEN_OUTPUT
{quantity:"Luis",medication:"https://api.example.com/v1"} | {"quantity":"Luis","medication":"https://api.example.com/v1"} | unquoted_keys | {
"type": "object",
"properties": {
"quantity": {
"type": "string"
},
"step": {
"type": "null"
},
"medication": {
"type": "string"
}
},
"required": [
"quantity",
"medication"
]
} | {quantity:"Luis",medication:"https://api.example.com/v1"} | Expecting property name enclosed in double quotes | {"quantity":"Luis","medication":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD attr_i21 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_k56 TYPE number REQUIRED no
FIELD field_x12 TYPE integer REQUIRED no
FIELD dim_e82 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_z29 TYPE string_email REQUIRED no
FIELD co... | {"attr_i21":"degraded","dim_e82":"viewer","col_u23":"level_5","dim_o12":"foo"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_i21": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_k56": {
"type": "number"
},
"field_x12": {
"type": "integer"
},
"dim_e82": {
"t... | assign_berth(attr_i21='degraded', dim_e82='viewer', col_u23='level_5', dim_o12='foo') | Tool call uses Python syntax instead of JSON | {"attr_i21":"degraded","dim_e82":"viewer","col_u23":"level_5","dim_o12":"foo"} |
TASK repair_structured_output
SPEC
FIELD key_z77 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD field_k22 TYPE number REQUIRED no
FIELD attr_n45.dim_w94 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD attr_n45.val_o69 TYPE string REQUIRED no
FIELD attr_n45.prop_g26 TYPE boolean REQUIRED y... | {"key_z77":"type_b","field_k22":690.36,"attr_n45":{"dim_w94":"cat_d","val_o69":"RTG-04","prop_g26":true,"attr_o40":"chrX"}} | markdown_fences | {
"type": "object",
"properties": {
"key_z77": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"field_k22": {
"type": "number"
},
"attr_n45": {
"type": "object",
"properties": {
"dim_w94": {
"type": "string",
"... | ```json
{"key_z77":"type_b","field_k22":690.36,"attr_n45":{"dim_w94":"cat_d","val_o69":"RTG-04","prop_g26":true,"attr_o40":"chrX"}}
``` | Output contains markdown code fences | {"key_z77":"type_b","field_k22":690.36,"attr_n45":{"dim_w94":"cat_d","val_o69":"RTG-04","prop_g26":true,"attr_o40":"chrX"}} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string_date-time REQUIRED yes
FIELD pressure_kpa TYPE integer REQUIRED no
FIELD humidity_pct TYPE boolean REQUIRED yes
FIELD updated_at TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="calculate_... | {"priority":"2022-11-07T03:14:00Z","pressure_kpa":384,"humidity_pct":false,"updated_at":"free"} | tool_call_text_mix | {
"type": "object",
"properties": {
"priority": {
"type": "string",
"format": "date-time"
},
"pressure_kpa": {
"type": "integer"
},
"humidity_pct": {
"type": "boolean"
},
"updated_at": {
"type": "string",
"enum": [
"free",
"basic",
... | Processing the request now.
<tool_call name="calculate_docking_fee">
{"priority":"2022-11-07T03:14:00Z","pressure_kpa":384,"humidity_pct":false,"updated_at":"free"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"priority":"2022-11-07T03:14:00Z","pressure_kpa":384,"humidity_pct":false,"updated_at":"free"} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD label TYPE boolean REQUIRED no
FIELD log_level TYPE integer REQUIRED yes
FIELD level TYPE number REQUIRED no
FIELD timezone TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD message TY... | {"bill_of_lading":"pro","log_level":155,"level":877.02,"timezone":"error","message":true,"feedback":false} | missing_required | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"label": {
"type": "boolean"
},
"log_level": {
"type": "integer"
},
"level": {
"type": "number... | {"bill_of_lading": "pro", "log_level": 155, "level": 877.02, "timezone": "error", "feedback": false} | Required field 'message' is missing | {"bill_of_lading":"pro","log_level":155,"level":877.02,"timezone":"error","message":true,"feedback":false} |
TASK repair_structured_output
SPEC
FIELD field_p78 TYPE null REQUIRED yes
FIELD val_l65 TYPE string REQUIRED yes
FIELD field_x10 TYPE integer REQUIRED yes
FIELD param_e77 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"field_p78": null, "val_l65": "Maria", "field_x10": 441, "param_e77": "False"} | {"field_p78":null,"val_l65":"Maria","field_x10":441,"param_e77":false} | boolean_as_string | {
"type": "object",
"properties": {
"field_p78": {
"type": "null"
},
"val_l65": {
"type": "string"
},
"field_x10": {
"type": "integer"
},
"param_e77": {
"type": "boolean"
}
},
"required": [
"val_l65",
"field_p78",
"param_e77",
"field_x10"
... | {"field_p78": null, "val_l65": "Maria", "field_x10": 441, "param_e77": "False"} | Field 'param_e77' must be boolean, got string | {"field_p78":null,"val_l65":"Maria","field_x10":441,"param_e77":false} |
TASK repair_structured_output
SPEC
FIELD col_i63 TYPE number REQUIRED no
FIELD prop_h93 TYPE string_date-time REQUIRED yes
FIELD param_s29 TYPE null REQUIRED no
FIELD prop_k92.param_y65 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_k92.col_s04 TYPE string VALUES option_a|option_b R... | {"col_i63":307.92,"prop_h93":"2022-05-10T05:09:00Z","param_s29":null,"prop_k92":{"param_y65":"degraded","col_s04":"option_b","field_a66":"https://example.com/v1","param_p49":{"prop_c04":"heterozygous","field_g42":"Luis"},"val_w24":{"field_j90":"world","val_v01":true,"param_i22":["test","test@example.com","2024-01-15","... | extra_text_before | {
"type": "object",
"properties": {
"col_i63": {
"type": "number"
},
"prop_h93": {
"type": "string",
"format": "date-time"
},
"param_s29": {
"type": "null"
},
"prop_k92": {
"type": "object",
"properties": {
"param_y65": {
"type": "str... | Pipeline result:
{"col_i63":307.92,"prop_h93":"2022-05-10T05:09:00Z","param_s29":null,"prop_k92":{"param_y65":"degraded","col_s04":"option_b","field_a66":"https://example.com/v1","param_p49":{"prop_c04":"heterozygous","field_g42":"Luis"},"val_w24":{"field_j90":"world","val_v01":true,"param_i22":["test","test@example.co... | Output contains non-JSON text before the object | {"col_i63":307.92,"prop_h93":"2022-05-10T05:09:00Z","param_s29":null,"prop_k92":{"param_y65":"degraded","col_s04":"option_b","field_a66":"https://example.com/v1","param_p49":{"prop_c04":"heterozygous","field_g42":"Luis"},"val_w24":{"field_j90":"world","val_v01":true,"param_i22":["test","test@example.com","2024-01-15","... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.