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 field_n87 TYPE integer REQUIRED yes
FIELD attr_c03 TYPE integer REQUIRED yes
FIELD val_x27.prop_f01 TYPE boolean REQUIRED yes
FIELD val_x27.val_y74 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_x27.key_j15 TYPE string REQUIRED no
FIELD val_x27.prop_j44[].... | {"field_n87":717,"attr_c03":887,"val_x27":{"prop_f01":false,"val_y74":"info","key_j15":"baz","val_w89":[{"attr_v20":"sms","prop_d71":"editor","key_a91":"info@example.com"}]}} | thought_process | {
"type": "object",
"properties": {
"field_n87": {
"type": "integer"
},
"attr_c03": {
"type": "integer"
},
"val_x27": {
"type": "object",
"properties": {
"prop_f01": {
"type": "boolean"
},
"val_y74": {
"type": "string",
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"field_n87":717,"attr_c03":887,"val_x27":{"prop_f01":false,"val_y74":"info","key_j15":"baz","val_w89":[{"attr_v20":"sms","prop_d71":"editor","key_a91":"info@example.com"}]}} | Output contains chain-of-thought reasoning before JSON | {"field_n87":717,"attr_c03":887,"val_x27":{"prop_f01":false,"val_y74":"info","key_j15":"baz","val_w89":[{"attr_v20":"sms","prop_d71":"editor","key_a91":"info@example.com"}]}} |
TASK repair_structured_output
SPEC
FIELD items TYPE number REQUIRED yes
FIELD payment_status TYPE integer REQUIRED no
FIELD collateral TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD thumbnail.first_name TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD thumbnail.conductivity TYPE bo... | {"items":753.97,"payment_status":617,"collateral":"in_progress","thumbnail":{"balance":"phone","collateral":{"created_at":"EUR","loan_amount":970.26,"address":true,"discount":[true]}},"quality_score":"2024-01-15"} | extra_field | {
"type": "object",
"properties": {
"items": {
"type": "number"
},
"payment_status": {
"type": "integer"
},
"collateral": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"thumbnail": {
"typ... | {"items": 753.97, "payment_status": 617, "collateral": "in_progress", "thumbnail": {"balance": "phone", "collateral": {"created_at": "EUR", "loan_amount": 970.26, "address": true, "discount": [true]}}, "quality_score": "2024-01-15", "extra_field_8966": 42} | Unknown field 'extra_field_8966' not defined in schema | {"items":753.97,"payment_status":617,"collateral":"in_progress","thumbnail":{"balance":"phone","collateral":{"created_at":"EUR","loan_amount":970.26,"address":true,"discount":[true]}},"quality_score":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD col_a02 TYPE string_uri REQUIRED yes
FIELD field_f50 TYPE string REQUIRED yes
FIELD dim_g64 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
{col_a02:"https://api.io/data",field_f50:"chrX",dim_g64:"confirmed"} | {"col_a02":"https://api.io/data","field_f50":"chrX","dim_g64":"confirmed"} | unquoted_keys | {
"type": "object",
"properties": {
"col_a02": {
"type": "string",
"format": "uri"
},
"field_f50": {
"type": "string"
},
"dim_g64": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
}
}... | {col_a02:"https://api.io/data",field_f50:"chrX",dim_g64:"confirmed"} | Expecting property name enclosed in double quotes | {"col_a02":"https://api.io/data","field_f50":"chrX","dim_g64":"confirmed"} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string_date-time REQUIRED yes
FIELD hazmat_code TYPE integer REQUIRED yes
FIELD website TYPE boolean REQUIRED yes
BROKEN_OUTPUT
<functioncall> verify_hazmat_compliance
{catalyst: "2023-04-28T13:39:00Z", hazmat_code: 999, website: false} | {"catalyst":"2023-04-28T13:39:00Z","hazmat_code":999,"website":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"catalyst": {
"type": "string",
"format": "date-time"
},
"hazmat_code": {
"type": "integer"
},
"website": {
"type": "boolean"
}
},
"required": [
"catalyst",
"hazmat_code",
"website"
]
} | <functioncall> verify_hazmat_compliance
{catalyst: "2023-04-28T13:39:00Z", hazmat_code: 999, website: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"catalyst":"2023-04-28T13:39:00Z","hazmat_code":999,"website":false} |
TASK repair_structured_output
SPEC
FIELD field_x22.val_o05 TYPE string REQUIRED yes
FIELD field_x22.attr_v88 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD field_x22.val_n26 TYPE string_uri REQUIRED yes
FIELD field_x22.param_o38.val_c30 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD f... | {"field_x22":{"val_o05":"FWD","attr_v88":"BRL","val_n26":"https://api.io/v1","prop_s96":856,"val_u87":110,"col_g95":{"key_y96":"missense","dim_h66":"viewer","key_t72":false,"prop_e85":"2023-12-25","attr_c00":null}},"key_q91":"chrX","field_k87":{"col_v99":498.44,"param_l12":"delivered","val_h49":[{"param_q83":328.93,"ke... | trailing_comma | {
"type": "object",
"properties": {
"field_x22": {
"type": "object",
"properties": {
"val_o05": {
"type": "string"
},
"attr_v88": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
... | {"field_x22":{"val_o05":"FWD","attr_v88":"BRL","val_n26":"https://api.io/v1","prop_s96":856,"val_u87":110,"col_g95":{"key_y96":"missense","dim_h66":"viewer","key_t72":false,"prop_e85":"2023-12-25","attr_c00":null,}},"key_q91":"chrX","field_k87":{"col_v99":498.44,"param_l12":"delivered","val_h49":[{"param_q83":328.93,"k... | Unexpected trailing comma | {"field_x22":{"val_o05":"FWD","attr_v88":"BRL","val_n26":"https://api.io/v1","prop_s96":856,"val_u87":110,"col_g95":{"key_y96":"missense","dim_h66":"viewer","key_t72":false,"prop_e85":"2023-12-25","attr_c00":null}},"key_q91":"chrX","field_k87":{"col_v99":498.44,"param_l12":"delivered","val_h49":[{"param_q83":328.93,"ke... |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD shipping TYPE integer REQUIRED no
FIELD weight TYPE string VALUES draft|published|archived REQUIRED no
FIELD credit_score TYPE boolean REQUIRED no
FIELD bearing TYPE string_email REQUIRED no
FIELD score TYPE string R... | {"age":"type_b","credit_score":false,"bearing":"user@test.io","score":"2023-12-25","values":"Berlin","maturity_date":210} | number_with_unit | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"shipping": {
"type": "integer"
},
"weight": {
"type": "string",
"enum": [
"draft",
"published",
"archive... | {"age": "type_b", "credit_score": false, "bearing": "user@test.io", "score": "2023-12-25", "values": "Berlin", "maturity_date": "210ms"} | Field 'maturity_date' must be number, got string with unit | {"age":"type_b","credit_score":false,"bearing":"user@test.io","score":"2023-12-25","values":"Berlin","maturity_date":210} |
TASK repair_structured_output
SPEC
FIELD param_o32 TYPE integer REQUIRED yes
FIELD param_x24 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD col_d49.attr_k86 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_d49.attr_n20 TYPE string_email REQUIRED yes
FIELD col_d49.field_w78 TYPE string R... | {"param_o32":933,"col_d49":{"attr_k86":"type_a","attr_n20":"test@domain.org","field_w78":"Hapag-Lloyd-Express","col_v97":{"prop_e83":255.54,"attr_s08":"qux","param_s46":"active"}}} | missing_bracket | {
"type": "object",
"properties": {
"param_o32": {
"type": "integer"
},
"param_x24": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"col_d49": {
"type": "object",
"propert... | {"param_o32":933,"col_d49":{"attr_k86":"type_a","attr_n20":"test@domain.org","field_w78":"Hapag-Lloyd-Express","col_v97":{"prop_e83":255.54,"attr_s08":"qux","param_s46":"active"}}} | Missing closing bracket | {"param_o32":933,"col_d49":{"attr_k86":"type_a","attr_n20":"test@domain.org","field_w78":"Hapag-Lloyd-Express","col_v97":{"prop_e83":255.54,"attr_s08":"qux","param_s46":"active"}}} |
TASK repair_structured_output
SPEC
FIELD dim_x42.attr_r88 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD dim_x42.key_s15.param_t82 TYPE string REQUIRED yes
FIELD dim_x42.key_s15.prop_f35 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD dim_x42.key_s15.field_l42[] TYPE string REQUIRED... | {"dim_x42":{"key_s15":{"param_t82":"Johnson","prop_f35":"type_a","field_l42":["MV-Evergreen-01"]},"field_v68":"pending","col_s85":"A short description.","param_y90":"chrX"},"attr_k16":"cat_b","dim_v55":237} | markdown_fences | {
"type": "object",
"properties": {
"dim_x42": {
"type": "object",
"properties": {
"attr_r88": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"key_s15": {
"type": "object",
"properties": {
... | ```json
{"dim_x42":{"key_s15":{"param_t82":"Johnson","prop_f35":"type_a","field_l42":["MV-Evergreen-01"]},"field_v68":"pending","col_s85":"A short description.","param_y90":"chrX"},"attr_k16":"cat_b","dim_v55":237}
``` | Output contains markdown code fences | {"dim_x42":{"key_s15":{"param_t82":"Johnson","prop_f35":"type_a","field_l42":["MV-Evergreen-01"]},"field_v68":"pending","col_s85":"A short description.","param_y90":"chrX"},"attr_k16":"cat_b","dim_v55":237} |
TASK repair_structured_output
SPEC
FIELD prop_e31 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD val_w00 TYPE string_date-time REQUIRED yes
FIELD attr_w04 TYPE string REQUIRED no
FIELD param_x60 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'prop_e31':'new','val_w00':'2021-05-24T21:17:00Z','attr_w... | {"prop_e31":"new","val_w00":"2021-05-24T21:17:00Z","attr_w04":"https://example.com","param_x60":880} | single_quotes | {
"type": "object",
"properties": {
"prop_e31": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"val_w00": {
"type": "string",
"format": "date-time"
},
"attr_w04": {
"type": "string"
},
"p... | {'prop_e31':'new','val_w00':'2021-05-24T21:17:00Z','attr_w04':'https://example.com','param_x60':880} | Expecting property name enclosed in double quotes | {"prop_e31":"new","val_w00":"2021-05-24T21:17:00Z","attr_w04":"https://example.com","param_x60":880} |
TASK repair_structured_output
SPEC
FIELD dim_i82 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_x86 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_k99 TYPE string REQUIRED no
FIELD dim_u11 TYPE number REQUIRED yes
FIELD field_e27 TYPE boolean REQUIRED no
FIELD prop_d67 ... | {"dim_i82":"unstable","dim_u11":778.3,"prop_d67":null} | thought_process | {
"type": "object",
"properties": {
"dim_i82": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_x86": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"dim_i82":"unstable","dim_u11":778.3,"prop_d67":null} | Output contains chain-of-thought reasoning before JSON | {"dim_i82":"unstable","dim_u11":778.3,"prop_d67":null} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string REQUIRED no
FIELD department TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD footnote TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD price TYPE string REQUIRED no
FIELD patient_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
Tool: lookup_cus... | {"subject":"Alice","department":"phone","footnote":"admin","price":"approved","patient_id":416} | tool_call_wrong_param | {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"department": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"footnote": {
"type": "string",
"enum": [
"admin",
"editor",
... | Tool: lookup_customer
Params: {"subject": "Alice", "department": "phone", "footnote": "admin", "price": "approved", "patient_id_value": 416} | Agent used wrong parameter name 'patient_id_value' instead of 'patient_id' | {"subject":"Alice","department":"phone","footnote":"admin","price":"approved","patient_id":416} |
TASK repair_structured_output
SPEC
FIELD col_t78 TYPE number REQUIRED no
FIELD param_l45 TYPE string REQUIRED yes
FIELD field_u18 TYPE string_email REQUIRED no
FIELD prop_c40 TYPE string REQUIRED no
BROKEN_OUTPUT
<functioncall> check_availability
{col_t78: 432.75, param_l45: "REV", field_u18: "user@domain.org"} | {"col_t78":432.75,"param_l45":"REV","field_u18":"user@domain.org"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_t78": {
"type": "number"
},
"param_l45": {
"type": "string"
},
"field_u18": {
"type": "string",
"format": "email"
},
"prop_c40": {
"type": "string"
}
},
"required": [
"param_l45"
]
} | <functioncall> check_availability
{col_t78: 432.75, param_l45: "REV", field_u18: "user@domain.org"} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_t78":432.75,"param_l45":"REV","field_u18":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD key_c40 TYPE string REQUIRED no
FIELD col_a18 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_y84 TYPE boolean REQUIRED no
FIELD col_p47 TYPE string_uri REQUIRED yes
FIELD val_u16[].param_r51 TYPE string REQUIRED no
FIELD val_u16[].prop_u37 TYPE integer ... | {"key_c40":"2023-12-25","col_a18":"oceanic","prop_y84":false,"col_p47":"https://www.org/api","val_u16":[{"param_r51":"Bob","prop_u37":522,"attr_b22":851.28,"field_h46":861.85,"param_l59":"QC-07","dim_c26":353,"attr_e15":955.98},{"param_r51":"Santos","prop_u37":701,"attr_b22":749.06,"field_h46":205.77,"param_l59":"2024-... | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_c40": {
"type": "string"
},
"col_a18": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_y84": {
"type": "boolean"
},
"col_p47": {
"type": "string"... | update_record(key_c40='2023-12-25', col_a18='oceanic', prop_y84=False, col_p47='https://www.org/api', val_u16=[{'param_r51': 'Bob', 'prop_u37': 522, 'attr_b22': 851.28, 'field_h46': 861.85, 'param_l59': 'QC-07', 'dim_c26': 353, 'attr_e15': 955.98}, {'param_r51': 'Santos', 'prop_u37': 701, 'attr_b22': 749.06, 'field_h46... | Tool call uses Python syntax instead of JSON | {"key_c40":"2023-12-25","col_a18":"oceanic","prop_y84":false,"col_p47":"https://www.org/api","val_u16":[{"param_r51":"Bob","prop_u37":522,"attr_b22":851.28,"field_h46":861.85,"param_l59":"QC-07","dim_c26":353,"attr_e15":955.98},{"param_r51":"Santos","prop_u37":701,"attr_b22":749.06,"field_h46":205.77,"param_l59":"2024-... |
TASK repair_structured_output
SPEC
FIELD dim_t01 TYPE string REQUIRED yes
FIELD dim_l35 TYPE string REQUIRED yes
FIELD val_o64 TYPE boolean REQUIRED yes
FIELD prop_u36 TYPE integer REQUIRED no
FIELD key_b14 TYPE string REQUIRED yes
FIELD attr_e10.field_r44 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIE... | {"dim_t01":"sample","dim_l35":"A short description.","val_o64":true,"prop_u36":747,"key_b14":"Tokyo","attr_e10":{"field_r44":"type_a","col_j89":596,"dim_m65":955.58,"key_d19":"2023-12-25","key_u63":false,"col_n04":null},"field_o41":false} | partial_structure | {
"type": "object",
"properties": {
"dim_t01": {
"type": "string"
},
"dim_l35": {
"type": "string"
},
"val_o64": {
"type": "boolean"
},
"prop_u36": {
"type": "integer"
},
"key_b14": {
"type": "string"
},
"attr_e10": {
"type": "object",
... | Based on the data, field_o41 is False. {"dim_t01":"sample","dim_l35":"A short description.","val_o64":true,"prop_u36":747,"key_b14":"Tokyo","attr_e10":{"field_r44":"type_a","col_j89":596,"dim_m65":955.58,"key_d19":"2023-12-25","key_u63":false,"col_n04":null},"field_o41":false} | Output mixes natural language with JSON | {"dim_t01":"sample","dim_l35":"A short description.","val_o64":true,"prop_u36":747,"key_b14":"Tokyo","attr_e10":{"field_r44":"type_a","col_j89":596,"dim_m65":955.58,"key_d19":"2023-12-25","key_u63":false,"col_n04":null},"field_o41":false} |
TASK repair_structured_output
SPEC
FIELD dim_v79.key_j19 TYPE string REQUIRED no
FIELD dim_v79.key_i63 TYPE number REQUIRED yes
FIELD dim_v79.attr_y19 TYPE integer REQUIRED no
FIELD dim_v79.key_w66 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_v79.field_n33 TYPE string REQUIRED no
FIELD dim_v79.col_... | {"dim_v79":{"key_j19":"QC-07","key_i63":159.98,"attr_y19":260,"key_w66":"active","field_n33":"Berlin","col_h66":"A short description."},"val_e95":{"field_q97":"in_progress","attr_l98":"https://api.io/v1","val_q66":933,"dim_t72":"foo","dim_w72":false},"col_e31":"rejected","val_e24":"published","val_g51":828} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_v79": {
"type": "object",
"properties": {
"key_j19": {
"type": "string"
},
"key_i63": {
"type": "number"
},
"attr_y19": {
"type": "integer"
},
"key_w66": {
"type":... | I'll query our database.
<tool_call name="annotate_mutation">
{"dim_v79":{"key_j19":"QC-07","key_i63":159.98,"attr_y19":260,"key_w66":"active","field_n33":"Berlin","col_h66":"A short description."},"val_e95":{"field_q97":"in_progress","attr_l98":"https://api.io/v1","val_q66":933,"dim_t72":"foo","dim_w72":false},"col_e3... | Agent response mixes reasoning text with tool call | {"dim_v79":{"key_j19":"QC-07","key_i63":159.98,"attr_y19":260,"key_w66":"active","field_n33":"Berlin","col_h66":"A short description."},"val_e95":{"field_q97":"in_progress","attr_l98":"https://api.io/v1","val_q66":933,"dim_t72":"foo","dim_w72":false},"col_e31":"rejected","val_e24":"published","val_g51":828} |
TASK repair_structured_output
SPEC
FIELD attr_q40 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD param_d45 TYPE number REQUIRED no
FIELD col_j99 TYPE null REQUIRED yes
BROKEN_OUTPUT
{'attr_q40':'pending_review','param_d45':944.56,'col_j99':null} | {"attr_q40":"pending_review","param_d45":944.56,"col_j99":null} | single_quotes | {
"type": "object",
"properties": {
"attr_q40": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_d45": {
"type": "number"
},
"col_j99": {
"type": "null"
}
},
"required": [
"c... | {'attr_q40':'pending_review','param_d45':944.56,'col_j99':null} | Expecting property name enclosed in double quotes | {"attr_q40":"pending_review","param_d45":944.56,"col_j99":null} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE integer REQUIRED yes
FIELD order_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD ward.options.medication TYPE string_email REQUIRED no
FIELD ward.options.allele TYPE integer REQUIRED yes
FIELD ward.options.due_date TYPE boolean REQUIRED... | {"bearing":356,"order_id":"cat_f","ward":{"options":{"medication":"ops@test.io","allele":55,"due_date":false,"address":"completed","priority":"REV"},"dosage":"inactive","color":{"user_id":null,"discount":"quux","zip_code":"2021-11-21T03:09:00Z"}}} | truncated_object | {
"type": "object",
"properties": {
"bearing": {
"type": "integer"
},
"order_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"ward": {
"type": "object",
"properties": ... | {"bearing":356,"order_id":"cat_f","ward":{"options":{"medication":"ops@test.io","allele":55,"due_date":false,"address":"completed","priority":"REV"},"dosage":"inactive","color":{"user_id":null,"discount":"quux","zip_code":"2021-11-21T03:09:00Z"}} | Unexpected end of JSON input — truncated object | {"bearing":356,"order_id":"cat_f","ward":{"options":{"medication":"ops@test.io","allele":55,"due_date":false,"address":"completed","priority":"REV"},"dosage":"inactive","color":{"user_id":null,"discount":"quux","zip_code":"2021-11-21T03:09:00Z"}}} |
TASK repair_structured_output
SPEC
FIELD key_c02 TYPE number REQUIRED no
FIELD key_w31 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD val_q92 TYPE integer REQUIRED yes
FIELD param_h25 TYPE string REQUIRED yes
FIELD prop_q27[].attr_h19 TYPE number REQUIRED no
FIELD prop_q27[].prop_p25 TYPE string REQUIRED no
FIEL... | {"key_c02":78.69,"val_q92":30,"param_h25":"2024-01-15","prop_q27":[{"attr_h19":338.96,"prop_p25":"Sao Paulo","prop_q95":670,"param_e58":[54.13],"col_x04":[300.85]},{"prop_p25":"hello","prop_q95":399,"param_e58":[478.12,287.76],"col_x04":[547.18,549.46,4.69]}]} | extra_text_after | {
"type": "object",
"properties": {
"key_c02": {
"type": "number"
},
"key_w31": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"val_q92": {
"type": "integer"
},
"param_h25": {
"type": "string"
},
"prop_q27": {
"ty... | {"key_c02":78.69,"val_q92":30,"param_h25":"2024-01-15","prop_q27":[{"attr_h19":338.96,"prop_p25":"Sao Paulo","prop_q95":670,"param_e58":[54.13],"col_x04":[300.85]},{"prop_p25":"hello","prop_q95":399,"param_e58":[478.12,287.76],"col_x04":[547.18,549.46,4.69]}]}
Data logged successfully. | Output contains non-JSON text after the object | {"key_c02":78.69,"val_q92":30,"param_h25":"2024-01-15","prop_q27":[{"attr_h19":338.96,"prop_p25":"Sao Paulo","prop_q95":670,"param_e58":[54.13],"col_x04":[300.85]},{"prop_p25":"hello","prop_q95":399,"param_e58":[478.12,287.76],"col_x04":[547.18,549.46,4.69]}]} |
TASK repair_structured_output
SPEC
FIELD prop_r16 TYPE integer REQUIRED no
FIELD param_r82.field_a04 TYPE number REQUIRED yes
FIELD param_r82.param_s22 TYPE number REQUIRED no
FIELD param_r82.attr_p13 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD param_r82.dim_l90 TYPE null REQUIRED no
FIELD param_r8... | {"prop_r16":405,"key_k97":"cancelled","val_h15":"Paris","param_f66":"info","key_r28":{"col_r25":438,"prop_n66":"type_b","param_k94":"returned","key_m65":[30.67,201.83,178.27,193.41],"key_z12":[{"param_p22":"Luis","col_o20":"sample","field_m39":true,"key_l30":"Paris","param_d19":false},{"param_p22":"Oliveira","field_m39... | missing_brace | {
"type": "object",
"properties": {
"prop_r16": {
"type": "integer"
},
"param_r82": {
"type": "object",
"properties": {
"field_a04": {
"type": "number"
},
"param_s22": {
"type": "number"
},
"attr_p13": {
"type": "str... | {"prop_r16":405,"key_k97":"cancelled","val_h15":"Paris","param_f66":"info","key_r28":{"col_r25":438,"prop_n66":"type_b","param_k94":"returned","key_m65":[30.67,201.83,178.27,193.41],"key_z12":[{"param_p22":"Luis","col_o20":"sample","field_m39":true,"key_l30":"Paris","param_d19":false},"param_p22":"Oliveira","field_m39"... | Missing closing brace | {"prop_r16":405,"key_k97":"cancelled","val_h15":"Paris","param_f66":"info","key_r28":{"col_r25":438,"prop_n66":"type_b","param_k94":"returned","key_m65":[30.67,201.83,178.27,193.41],"key_z12":[{"param_p22":"Luis","col_o20":"sample","field_m39":true,"key_l30":"Paris","param_d19":false},{"param_p22":"Oliveira","field_m39... |
TASK repair_structured_output
SPEC
FIELD altitude.language TYPE number REQUIRED no
FIELD altitude.vital_sign TYPE null REQUIRED yes
FIELD altitude.email TYPE string VALUES level_1|level_2 REQUIRED no
FIELD altitude.ph_level TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD altitude.score TYPE integer REQUIRED ... | {"altitude":{"language":905.77,"vital_sign":null,"email":"level_2","score":717,"shipper_ref":false,"tags":48},"quality_score":null,"yield_pct":null,"log_level":{"port_code":"level_4","status_code":false,"first_name":"cancelled","aligned_pct":"quux"},"notes":34.2,"sensor_id":true} | wrong_type | {
"type": "object",
"properties": {
"altitude": {
"type": "object",
"properties": {
"language": {
"type": "number"
},
"vital_sign": {
"type": "null"
},
"email": {
"type": "string",
"enum": [
"level_1",
... | {"altitude": {"language": 905.77, "vital_sign": null, "email": "level_2", "score": 717, "shipper_ref": false, "tags": 48}, "quality_score": null, "yield_pct": null, "log_level": {"port_code": "level_4", "status_code": false, "first_name": "cancelled", "aligned_pct": "quux"}, "notes": 34.2, "sensor_id": "\"yes\""} | Field 'sensor_id' must be boolean, got string | {"altitude":{"language":905.77,"vital_sign":null,"email":"level_2","score":717,"shipper_ref":false,"tags":48},"quality_score":null,"yield_pct":null,"log_level":{"port_code":"level_4","status_code":false,"first_name":"cancelled","aligned_pct":"quux"},"notes":34.2,"sensor_id":true} |
TASK repair_structured_output
SPEC
FIELD tile TYPE integer REQUIRED no
FIELD format TYPE string VALUES option_a|option_b REQUIRED yes
FIELD section.aligned_pct TYPE null REQUIRED yes
FIELD section.last_name TYPE string_email REQUIRED no
FIELD section.coverage TYPE string REQUIRED no
FIELD section.branch.pressure_kpa T... | {"tile":965,"format":"option_b","section":{"aligned_pct":null,"last_name":"user@test.io","coverage":"https://api.example.com/v1","branch":{"pressure_kpa":null,"deploy_target":true,"discount":"quux"},"account_id":"PASS"},"discount":false,"bed_number":{"procedure_code":"option_c","torque_output":"cat_a","catalyst":"qux",... | partial_structure | {
"type": "object",
"properties": {
"tile": {
"type": "integer"
},
"format": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"section": {
"type": "object",
"properties": {
"aligned_pct": {
"type": "null"
},
... | I found that section should be {'aligned_pct': None, 'last_name': 'user@test.io', 'coverage': 'https://api.example.com/v1', 'branch': {'pressure_kpa': None, 'deploy_target': True, 'discount': 'quux'}, 'account_id': 'PASS'}. {"tile":965,"format":"option_b","section":{"aligned_pct":null,"last_name":"user@test.io","covera... | Output mixes natural language with JSON | {"tile":965,"format":"option_b","section":{"aligned_pct":null,"last_name":"user@test.io","coverage":"https://api.example.com/v1","branch":{"pressure_kpa":null,"deploy_target":true,"discount":"quux"},"account_id":"PASS"},"discount":false,"bed_number":{"procedure_code":"option_c","torque_output":"cat_a","catalyst":"qux",... |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string_uri REQUIRED yes
FIELD description TYPE number REQUIRED no
FIELD position TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"chapter":"https://data.io/data","description":505.57,"position":420}
Data logged successfully. | {"chapter":"https://data.io/data","description":505.57,"position":420} | extra_text_after | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"format": "uri"
},
"description": {
"type": "number"
},
"position": {
"type": "integer"
}
},
"required": [
"position",
"chapter"
]
} | {"chapter":"https://data.io/data","description":505.57,"position":420}
Data logged successfully. | Output contains non-JSON text after the object | {"chapter":"https://data.io/data","description":505.57,"position":420} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE boolean REQUIRED yes
FIELD bill_of_lading TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD timezone TYPE string REQUIRED no
FIELD quantity TYPE string REQUIRED no
FIELD half_life TYPE integer REQUIRED no
FIELD crew_id TYPE string REQUIRED yes
FIELD reposito... | {"isotope":true,"bill_of_lading":"GBP","timezone":"Berlin","quantity":"Paris","half_life":48,"crew_id":"example"} | tool_call_partial_args | {
"type": "object",
"properties": {
"isotope": {
"type": "boolean"
},
"bill_of_lading": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"timezone": {
"type": "string"
},
"quantity": {
"type":... | Let me check the system.
Action: call_variants
Arguments: {"isotope": true, "bill_of_lading": "GBP", "timezone": "Berlin", "quantity": "Paris", "half_life": 48} | Agent tool call missing required parameter 'crew_id' | {"isotope":true,"bill_of_lading":"GBP","timezone":"Berlin","quantity":"Paris","half_life":48,"crew_id":"example"} |
TASK repair_structured_output
SPEC
FIELD val_d54 TYPE string VALUES draft|published|archived REQUIRED no
FIELD col_k99 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD attr_n76 TYPE number REQUIRED no
FIELD param_s15 TYPE integer REQUIRED yes
FIELD param_v64.prop_i18 TYPE string VALUES red|blue|green|bl... | {"val_d54":"archived","col_k99":"white","attr_n76":378.52,"param_s15":998,"param_v64":{"prop_i18":"green","attr_k73":"2022-05-08T04:02:00Z"},"key_g20":"enterprise"} | unquoted_keys | {
"type": "object",
"properties": {
"val_d54": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_k99": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
}... | {val_d54:"archived",col_k99:"white",attr_n76:378.52,param_s15:998,param_v64:{prop_i18:"green",attr_k73:"2022-05-08T04:02:00Z"},key_g20:"enterprise"} | Expecting property name enclosed in double quotes | {"val_d54":"archived","col_k99":"white","attr_n76":378.52,"param_s15":998,"param_v64":{"prop_i18":"green","attr_k73":"2022-05-08T04:02:00Z"},"key_g20":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD field_s98 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD val_x82 TYPE integer REQUIRED no
FIELD dim_p81[] TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
BROKEN_OUTPUT
{"field_s98": "level_3"} | {"field_s98":"level_3","dim_p81":["anchored","moored","berthed"]} | missing_required | {
"type": "object",
"properties": {
"field_s98": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"val_x82": {
"type": "integer"
},
"dim_p81": {
"type": "array",
"items": {
"type": "string",
"enum": [
... | {"field_s98": "level_3"} | Required field 'dim_p81' is missing | {"field_s98":"level_3","dim_p81":["anchored","moored","berthed"]} |
TASK repair_structured_output
SPEC
FIELD attr_b58 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_k89 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_m72 TYPE null REQUIRED no
FIELD param_m38 TYPE number REQUIRED yes
FIELD prop_m96 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT... | {"attr_b58":"basic","param_m38":916.49} | extra_text_before | {
"type": "object",
"properties": {
"attr_b58": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_k89": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | Sensor output follows:
{"attr_b58":"basic","param_m38":916.49} | Output contains non-JSON text before the object | {"attr_b58":"basic","param_m38":916.49} |
TASK repair_structured_output
SPEC
FIELD col_q85 TYPE boolean REQUIRED no
FIELD param_p52 TYPE boolean REQUIRED no
FIELD attr_o86 TYPE string REQUIRED yes
FIELD val_i80 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD key_z34 TYPE string REQUIRED yes
FIELD param_k01 TYPE string REQUIRED no
BROKEN_OUTPUT
{... | {"col_q85":true,"param_p52":true,"attr_o86":"https://example.com","val_i80":"active","key_z34":"A short description.","param_k01":"completed"} | unquoted_keys | {
"type": "object",
"properties": {
"col_q85": {
"type": "boolean"
},
"param_p52": {
"type": "boolean"
},
"attr_o86": {
"type": "string"
},
"val_i80": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"k... | {col_q85:true,param_p52:true,attr_o86:"https://example.com",val_i80:"active",key_z34:"A short description.",param_k01:"completed"} | Expecting property name enclosed in double quotes | {"col_q85":true,"param_p52":true,"attr_o86":"https://example.com","val_i80":"active","key_z34":"A short description.","param_k01":"completed"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE boolean REQUIRED no
FIELD nickname TYPE string REQUIRED yes
FIELD balance TYPE integer REQUIRED yes
FIELD wavelength[] TYPE string_uri REQUIRED yes
FIELD berth_slot[] TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTPUT
book_appointment(footnot... | {"footnote":false,"nickname":"world","balance":323,"wavelength":["https://www.com/api","https://api.io/api","https://data.com/data"],"berth_slot":["success","warning","warning"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"footnote": {
"type": "boolean"
},
"nickname": {
"type": "string"
},
"balance": {
"type": "integer"
},
"wavelength": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"berth... | book_appointment(footnote=False, nickname='world', balance=323, wavelength=['https://www.com/api', 'https://api.io/api', 'https://data.com/data'], berth_slot=['success', 'warning', 'warning']) | Tool call uses Python syntax instead of JSON | {"footnote":false,"nickname":"world","balance":323,"wavelength":["https://www.com/api","https://api.io/api","https://data.com/data"],"berth_slot":["success","warning","warning"]} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE integer REQUIRED yes
FIELD format.comments TYPE boolean REQUIRED yes
FIELD format.collateral TYPE string REQUIRED no
FIELD format.price TYPE string REQUIRED no
FIELD format.enabled TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD format.weight TYPE ... | {"payment_status":871,"format":{"comments":false,"collateral":"demo","price":"https://example.com","enabled":"viewer","weight":"type_c","language":"inactive"},"rating":"2024-04-23T11:11:00Z","last_name":{"website":{"step":true,"payment_status":540,"created_at":925,"visible":"new","deploy_target":"medium","website":"tes... | extra_text_after | {
"type": "object",
"properties": {
"payment_status": {
"type": "integer"
},
"format": {
"type": "object",
"properties": {
"comments": {
"type": "boolean"
},
"collateral": {
"type": "string"
},
"price": {
"type": "st... | {"payment_status":871,"format":{"comments":false,"collateral":"demo","price":"https://example.com","enabled":"viewer","weight":"type_c","language":"inactive"},"rating":"2024-04-23T11:11:00Z","last_name":{"website":{"step":true,"payment_status":540,"created_at":925,"visible":"new","deploy_target":"medium","website":"tes... | Output contains non-JSON text after the object | {"payment_status":871,"format":{"comments":false,"collateral":"demo","price":"https://example.com","enabled":"viewer","weight":"type_c","language":"inactive"},"rating":"2024-04-23T11:11:00Z","last_name":{"website":{"step":true,"payment_status":540,"created_at":925,"visible":"new","deploy_target":"medium","website":"tes... |
TASK repair_structured_output
SPEC
FIELD field_m61 TYPE integer REQUIRED no
FIELD prop_p75 TYPE integer REQUIRED no
FIELD dim_w44.attr_j55.key_c60 TYPE integer REQUIRED no
FIELD dim_w44.attr_j55.col_o02 TYPE string REQUIRED no
FIELD dim_w44.attr_j55.prop_s49 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
... | {"field_m61":555,"prop_p75":146,"dim_w44":{"param_r35":285,"attr_n69":"foo","key_l26":{"key_p78":"option_a","attr_d05":"critical","dim_v17":"level_2"}}} | truncated_object | {
"type": "object",
"properties": {
"field_m61": {
"type": "integer"
},
"prop_p75": {
"type": "integer"
},
"dim_w44": {
"type": "object",
"properties": {
"attr_j55": {
"type": "object",
"properties": {
"key_c60": {
"ty... | {"field_m61":555,"prop_p75":146,"dim_w44":{"param_r35":285,"attr_n69":"foo","key_l26":{"key_p78":"option_a","attr_d05":"critical","dim_v17":"level_2"}} | Unexpected end of JSON input — truncated object | {"field_m61":555,"prop_p75":146,"dim_w44":{"param_r35":285,"attr_n69":"foo","key_l26":{"key_p78":"option_a","attr_d05":"critical","dim_v17":"level_2"}}} |
TASK repair_structured_output
SPEC
FIELD dim_b38 TYPE string_uri REQUIRED no
FIELD dim_v55 TYPE integer REQUIRED yes
FIELD key_n12 TYPE string_email REQUIRED no
FIELD attr_y53 TYPE string_email REQUIRED yes
FIELD prop_g10.field_b66 TYPE boolean REQUIRED yes
FIELD prop_g10.col_j79 TYPE string REQUIRED yes
FIELD prop_g1... | {"dim_b38":"https://api.com/data","dim_v55":479,"key_n12":"admin@domain.org","attr_y53":"test@test.io","prop_g10":{"field_b66":false,"col_j79":"RTG-04","key_u10":29,"dim_d46":553,"col_l14":781.01,"dim_i64":"2023-12-25"}} | agent_chain | {
"type": "object",
"properties": {
"dim_b38": {
"type": "string",
"format": "uri"
},
"dim_v55": {
"type": "integer"
},
"key_n12": {
"type": "string",
"format": "email"
},
"attr_y53": {
"type": "string",
"format": "email"
},
"prop_g10": {... | Let me check the system.
Action: calibrate_instrument
Result: {"dim_v55": 479, "key_n12": "admin@domain.org", "attr_y53": "test@test.io", "prop_g10": {"field_b66": false, "col_j79": "RTG-04", "key_u10": 29, "dim_d46": 553, "col_l14": 781.01, "dim_i64": "2023-12-25"}}
I'll query our database.
Action: align_reads
Result... | Agent multi-step chain with truncated tool output | {"dim_b38":"https://api.com/data","dim_v55":479,"key_n12":"admin@domain.org","attr_y53":"test@test.io","prop_g10":{"field_b66":false,"col_j79":"RTG-04","key_u10":29,"dim_d46":553,"col_l14":781.01,"dim_i64":"2023-12-25"}} |
TASK repair_structured_output
SPEC
FIELD status_code.dosage TYPE integer REQUIRED no
FIELD status_code.company TYPE integer REQUIRED yes
FIELD status_code.amount TYPE string REQUIRED yes
FIELD current_draw TYPE string_uri REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD rating TYPE boolean REQUIRED yes
FIELD pr... | {"status_code":{"dosage":833,"company":960,"amount":"Johnson"},"current_draw":"https://example.org/api","rating":true,"product_id":"Luis","level":"Jane"} | agent_chain | {
"type": "object",
"properties": {
"status_code": {
"type": "object",
"properties": {
"dosage": {
"type": "integer"
},
"company": {
"type": "integer"
},
"amount": {
"type": "string"
}
},
"required": [
... | Let me check the system.
Action: check_cargo_manifest
Result: {"status_code": {"dosage": 833, "company": 960, "amount": "Johnson"}, "rating": true, "product_id": "Luis", "level": "Jane"}
I'll query our database.
Action: filter_variants
Result: | Agent multi-step chain with truncated tool output | {"status_code":{"dosage":833,"company":960,"amount":"Johnson"},"current_draw":"https://example.org/api","rating":true,"product_id":"Luis","level":"Jane"} |
TASK repair_structured_output
SPEC
FIELD company.width.username TYPE integer REQUIRED no
FIELD company.width.name TYPE number REQUIRED yes
FIELD company.width.annotation TYPE boolean REQUIRED yes
FIELD company.width.dosage[] TYPE string REQUIRED yes
FIELD company.count TYPE string REQUIRED yes
FIELD company.items TYPE... | {"annotation":922,"message":90} | missing_bracket | {
"type": "object",
"properties": {
"company": {
"type": "object",
"properties": {
"width": {
"type": "object",
"properties": {
"username": {
"type": "integer"
},
"name": {
"type": "number"
},
... | {"annotation":922,"message":90} | Missing closing bracket | {"annotation":922,"message":90} |
TASK repair_structured_output
SPEC
FIELD col_d61 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD attr_i34 TYPE boolean REQUIRED no
FIELD col_g38 TYPE string REQUIRED no
FIELD param_u47 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD val_u96 TYPE number REQUIRED no
BROKEN_OUTPUT
"col_d61":"xl","a... | {"col_d61":"xl","attr_i34":false,"col_g38":"New York","param_u47":"sms","val_u96":55.13} | missing_brace | {
"type": "object",
"properties": {
"col_d61": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_i34": {
"type": "boolean"
},
"col_g38": {
"type": "string"
},
"param_u47": {
"type": "string",
... | "col_d61":"xl","attr_i34":false,"col_g38":"New York","param_u47":"sms","val_u96":55.13} | Missing closing brace | {"col_d61":"xl","attr_i34":false,"col_g38":"New York","param_u47":"sms","val_u96":55.13} |
TASK repair_structured_output
SPEC
FIELD key_r66 TYPE number REQUIRED yes
FIELD prop_e65 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_x96.val_c11 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD field_x96.attr_w73 TYPE number REQUIRED no
FIELD field_x96.param_d66 TYPE number REQUIRE... | {"key_r66":110.94,"prop_e65":"high","field_x96":{"val_c11":"cat_d","param_d66":890.77}} | trailing_comma | {
"type": "object",
"properties": {
"key_r66": {
"type": "number"
},
"prop_e65": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_x96": {
"type": "object",
"properties": {
"val_c11": {
... | {"key_r66":110.94,"prop_e65":"high","field_x96":{"val_c11":"cat_d","param_d66":890.77},} | Unexpected trailing comma | {"key_r66":110.94,"prop_e65":"high","field_x96":{"val_c11":"cat_d","param_d66":890.77}} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE boolean REQUIRED no
FIELD username TYPE string REQUIRED no
FIELD current_draw TYPE boolean REQUIRED yes
FIELD compound.username.shipper_ref TYPE string REQUIRED yes
FIELD compound.username.invoice_id TYPE string REQUIRED no
FIELD compound.username.isotope[] TY... | {"throttle_pos":true,"username":"GRCh38","current_draw":true,"compound":{"username":{"shipper_ref":"Santos","invoice_id":"Bob","isotope":["resolved","in_progress","resolved"]},"temp_celsius":"New York","message":476,"strand":null,"quality_score":{"phone":true,"sensor_id":526.69,"batch_code":"A short description.","visi... | tool_call_wrong_param | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "boolean"
},
"username": {
"type": "string"
},
"current_draw": {
"type": "boolean"
},
"compound": {
"type": "object",
"properties": {
"username": {
"type": "object",
"p... | Tool: delete_item
Params: {"throttle_pos": true, "username": "GRCh38", "current_draw": true, "compound_value": {"username": {"shipper_ref": "Santos", "invoice_id": "Bob", "isotope": ["resolved", "in_progress", "resolved"]}, "temp_celsius": "New York", "message": 476, "strand": null, "quality_score": {"phone": true, "se... | Agent used wrong parameter name 'compound_value' instead of 'compound' | {"throttle_pos":true,"username":"GRCh38","current_draw":true,"compound":{"username":{"shipper_ref":"Santos","invoice_id":"Bob","isotope":["resolved","in_progress","resolved"]},"temp_celsius":"New York","message":476,"strand":null,"quality_score":{"phone":true,"sensor_id":526.69,"batch_code":"A short description.","visi... |
TASK repair_structured_output
SPEC
FIELD log_level.active TYPE string VALUES single|married|divorced REQUIRED no
FIELD log_level.amplitude TYPE string_date-time REQUIRED yes
FIELD log_level.ph_level TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD coverage TYPE string REQUIRED no
FIELD stat... | {"log_level":{"active":"divorced","amplitude":"2022-10-24T13:09:00Z","ph_level":"synonymous"},"coverage":"Bob","status":592} | tool_call_bad_format | {
"type": "object",
"properties": {
"log_level": {
"type": "object",
"properties": {
"active": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"amplitude": {
"type": "string",
... | <functioncall> calculate_price
{log_level: {active: "divorced", amplitude: "2022-10-24T13:09:00Z", ph_level: "synonymous"}, coverage: "Bob", status: 592} | Tool call has malformed arguments — unquoted keys in function parameters | {"log_level":{"active":"divorced","amplitude":"2022-10-24T13:09:00Z","ph_level":"synonymous"},"coverage":"Bob","status":592} |
TASK repair_structured_output
SPEC
FIELD published TYPE number REQUIRED yes
FIELD dissolved_oxygen TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD throttle_pos TYPE string VALUES active|inactive|pending REQUIRED no
FIELD due_date TYPE string REQUIRED no
FIELD color[] TYPE string REQUIRED no
BROKEN_OUTPUT
"... | {"published":750.01,"dissolved_oxygen":"email","throttle_pos":"pending","color":["2024-06-30"]} | missing_brace | {
"type": "object",
"properties": {
"published": {
"type": "number"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"throttle_pos": {
"type": "string",
"enum": [
"active",
... | "published":750.01,"dissolved_oxygen":"email","throttle_pos":"pending","color":["2024-06-30"]} | Missing closing brace | {"published":750.01,"dissolved_oxygen":"email","throttle_pos":"pending","color":["2024-06-30"]} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE integer REQUIRED yes
FIELD bearing TYPE string_date-time REQUIRED yes
FIELD reagent TYPE string_date-time REQUIRED no
FIELD discount[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"start_date": "\"67\"", "bearing": "2025-09-05T08:18:00Z", "reagent": "2020-10-26T00:1... | {"start_date":67,"bearing":"2025-09-05T08:18:00Z","reagent":"2020-10-26T00:11:00Z","discount":[true,false,false]} | wrong_type | {
"type": "object",
"properties": {
"start_date": {
"type": "integer"
},
"bearing": {
"type": "string",
"format": "date-time"
},
"reagent": {
"type": "string",
"format": "date-time"
},
"discount": {
"type": "array",
"items": {
"type": "bo... | {"start_date": "\"67\"", "bearing": "2025-09-05T08:18:00Z", "reagent": "2020-10-26T00:11:00Z", "discount": [true, false, false]} | Field 'start_date' must be integer, got string | {"start_date":67,"bearing":"2025-09-05T08:18:00Z","reagent":"2020-10-26T00:11:00Z","discount":[true,false,false]} |
TASK repair_structured_output
SPEC
FIELD dim_l45.col_i67 TYPE string REQUIRED no
FIELD dim_l45.col_m45 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_l45.val_j46 TYPE string_email REQUIRED yes
FIELD dim_l45.col_n37 TYPE boolean REQUIRED yes
FIELD dim_l45.prop_u82[] TYPE string VALUES open|in_progress... | {"dim_l45":{"col_i67":"qux","col_m45":"single","val_j46":"info@example.com","col_n37":true,"prop_u82":["in_progress","closed"]},"attr_c95":762.16,"val_s90":"test","key_e75":230.01,"prop_j08":"bar"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_l45": {
"type": "object",
"properties": {
"col_i67": {
"type": "string"
},
"col_m45": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
}... | get_account(dim_l45={'col_i67': 'qux', 'col_m45': 'single', 'val_j46': 'info@example.com', 'col_n37': True, 'prop_u82': ['in_progress', 'closed']}, attr_c95=762.16, val_s90='test', key_e75=230.01, prop_j08='bar') | Tool call uses Python syntax instead of JSON | {"dim_l45":{"col_i67":"qux","col_m45":"single","val_j46":"info@example.com","col_n37":true,"prop_u82":["in_progress","closed"]},"attr_c95":762.16,"val_s90":"test","key_e75":230.01,"prop_j08":"bar"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD salinity TYPE string_email REQUIRED yes
FIELD url TYPE string_email REQUIRED no
BROKEN_OUTPUT
"account_id":"moored","salinity":"user@domain.org","url":"test@example.com"} | {"account_id":"moored","salinity":"user@domain.org","url":"test@example.com"} | missing_brace | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"salinity": {
"type": "string",
"format": "email"
},
"url": {
"type": "string",
"format": "em... | "account_id":"moored","salinity":"user@domain.org","url":"test@example.com"} | Missing closing brace | {"account_id":"moored","salinity":"user@domain.org","url":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD commit_hash.website TYPE string REQUIRED no
FIELD commit_hash.branch TYPE null REQUIRED yes
FIELD commit_hash.duration_ms TYPE number REQUIRED no
FIELD commit_hash.items.state TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD commit_hash.items.title TYPE strin... | {"commit_hash":{"branch":null,"items":{"state":"coastal","title":"2024-06-17T14:36:00Z"},"version":{"patient_id":null,"quality_score":"type_a","enabled":["Diana","Johnson","sample","Sao Paulo"]}},"longitude":630,"brake_pressure":"https://www.io/v1","section":912.15,"notes":"Santos"} | missing_brace | {
"type": "object",
"properties": {
"commit_hash": {
"type": "object",
"properties": {
"website": {
"type": "string"
},
"branch": {
"type": "null"
},
"duration_ms": {
"type": "number"
},
"items": {
"type"... | {"commit_hash":{"branch":null,"items":{"state":"coastal","title":"2024-06-17T14:36:00Z"},"version":{"patient_id":null,"quality_score":"type_a","enabled":["Diana","Johnson","sample","Sao Paulo"]},"longitude":630,"brake_pressure":"https://www.io/v1","section":912.15,"notes":"Santos"} | Missing closing brace | {"commit_hash":{"branch":null,"items":{"state":"coastal","title":"2024-06-17T14:36:00Z"},"version":{"patient_id":null,"quality_score":"type_a","enabled":["Diana","Johnson","sample","Sao Paulo"]}},"longitude":630,"brake_pressure":"https://www.io/v1","section":912.15,"notes":"Santos"} |
TASK repair_structured_output
SPEC
FIELD dim_d61 TYPE string_uri REQUIRED yes
FIELD prop_w13 TYPE integer REQUIRED no
FIELD prop_g98 TYPE string_date-time REQUIRED yes
FIELD col_c71 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD attr_d18 TYPE string REQUIRED no
FIELD prop_a45 TYPE integer REQUIRED no... | {"dim_d61":"https://www.org/api","prop_w13":652,"prop_g98":"2025-06-14T12:20:00Z","col_c71":"info","prop_a45":410} | thought_process | {
"type": "object",
"properties": {
"dim_d61": {
"type": "string",
"format": "uri"
},
"prop_w13": {
"type": "integer"
},
"prop_g98": {
"type": "string",
"format": "date-time"
},
"col_c71": {
"type": "string",
"enum": [
"success",
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"dim_d61":"https://www.org/api","prop_w13":652,"prop_g98":"2025-06-14T12:20:00Z","col_c71":"info","prop_a45":410} | Output contains chain-of-thought reasoning before JSON | {"dim_d61":"https://www.org/api","prop_w13":652,"prop_g98":"2025-06-14T12:20:00Z","col_c71":"info","prop_a45":410} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE null REQUIRED no
FIELD shift_code TYPE number REQUIRED yes
FIELD last_name TYPE string REQUIRED yes
FIELD category TYPE boolean REQUIRED yes
FIELD created_at TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"shift_code":116.63,"last_name":"FWD","category":fals... | {"shift_code":116.63,"last_name":"FWD","category":false,"created_at":"user@domain.com"} | markdown_fences | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "null"
},
"shift_code": {
"type": "number"
},
"last_name": {
"type": "string"
},
"category": {
"type": "boolean"
},
"created_at": {
"type": "string"
}
},
"required": [
"last_na... | ```json
{"shift_code":116.63,"last_name":"FWD","category":false,"created_at":"user@domain.com"}
``` | Output contains markdown code fences | {"shift_code":116.63,"last_name":"FWD","category":false,"created_at":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD branch.id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD branch.category TYPE string REQUIRED no
FIELD branch.terminal_id TYPE integer REQUIRED no
FIELD branch.step TYPE number REQUIRED no
FIELD branch.footnote.color TYPE number REQUIRED no
FIELD branch.footnote.c... | {"branch":{"id":"pending","category":"2024-01-15","terminal_id":796,"step":355.64,"footnote":{"cargo_type":"test@example.com","verified":163.08,"payment_status":true,"trace_id":"open","description":213},"catalyst":{"subject":"REV","ph_level":736,"index":"MV-Evergreen-01","level":388.73,"width":true,"color":672},"subtot... | extra_text_after | {
"type": "object",
"properties": {
"branch": {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"category": {
"type": "string"
},
... | {"branch":{"id":"pending","category":"2024-01-15","terminal_id":796,"step":355.64,"footnote":{"cargo_type":"test@example.com","verified":163.08,"payment_status":true,"trace_id":"open","description":213},"catalyst":{"subject":"REV","ph_level":736,"index":"MV-Evergreen-01","level":388.73,"width":true,"color":672},"subtot... | Output contains non-JSON text after the object | {"branch":{"id":"pending","category":"2024-01-15","terminal_id":796,"step":355.64,"footnote":{"cargo_type":"test@example.com","verified":163.08,"payment_status":true,"trace_id":"open","description":213},"catalyst":{"subject":"REV","ph_level":736,"index":"MV-Evergreen-01","level":388.73,"width":true,"color":672},"subtot... |
TASK repair_structured_output
SPEC
FIELD build_status.status_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD build_status.manifest_ref TYPE number REQUIRED yes
FIELD build_status.hazmat_code TYPE null REQUIRED no
FIELD build_status.state TYPE string VALUES free|basic|pro|enterpri... | {"repository":{"ward":"free","trace_id":"single","score":[{"duration_ms":"high","terminal_id":"mode_d","conductivity":"moored"},{"duration_ms":"medium","terminal_id":"mode_c","conductivity":"berthed"},{"duration_ms":"high","terminal_id":"mode_d","conductivity":"anchored"}]},"age":"2021-03-22T18:52:00Z","bearing":35,"ro... | single_quotes | {
"type": "object",
"properties": {
"build_status": {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
... | {'repository':{'ward':'free','trace_id':'single','score':[{'duration_ms':'high','terminal_id':'mode_d','conductivity':'moored'},{'duration_ms':'medium','terminal_id':'mode_c','conductivity':'berthed'},{'duration_ms':'high','terminal_id':'mode_d','conductivity':'anchored'}]},'age':'2021-03-22T18:52:00Z','bearing':35,'ro... | Expecting property name enclosed in double quotes | {"repository":{"ward":"free","trace_id":"single","score":[{"duration_ms":"high","terminal_id":"mode_d","conductivity":"moored"},{"duration_ms":"medium","terminal_id":"mode_c","conductivity":"berthed"},{"duration_ms":"high","terminal_id":"mode_d","conductivity":"anchored"}]},"age":"2021-03-22T18:52:00Z","bearing":35,"ro... |
TASK repair_structured_output
SPEC
FIELD prop_q71 TYPE string REQUIRED no
FIELD dim_k28 TYPE string_date-time REQUIRED no
FIELD param_e60 TYPE integer REQUIRED no
FIELD col_o02 TYPE null REQUIRED no
FIELD attr_c25 TYPE boolean REQUIRED yes
FIELD col_o43 TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_q71": "qux", "param... | {"prop_q71":"qux","param_e60":28,"col_o02":null,"attr_c25":false,"col_o43":"2023-12-25"} | extra_field | {
"type": "object",
"properties": {
"prop_q71": {
"type": "string"
},
"dim_k28": {
"type": "string",
"format": "date-time"
},
"param_e60": {
"type": "integer"
},
"col_o02": {
"type": "null"
},
"attr_c25": {
"type": "boolean"
},
"col_o43... | {"prop_q71": "qux", "param_e60": 28, "col_o02": null, "attr_c25": false, "col_o43": "2023-12-25", "extra_info_1154": 42} | Unknown field 'extra_info_1154' not defined in schema | {"prop_q71":"qux","param_e60":28,"col_o02":null,"attr_c25":false,"col_o43":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD col_i54 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD prop_d34 TYPE string_email REQUIRED no
FIELD prop_f13 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: query_port_status
Result: {"prop_d34": "i... | {"col_i54":"level_1","prop_d34":"info@domain.org","prop_f13":573} | agent_chain | {
"type": "object",
"properties": {
"col_i54": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"prop_d34": {
"type": "string",
"format": "email"
},
"prop_f13": {
... | I need to look up the information first.
Action: query_port_status
Result: {"prop_d34": "info@domain.org", "prop_f13": 573}
Processing the request now.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"col_i54":"level_1","prop_d34":"info@domain.org","prop_f13":573} |
TASK repair_structured_output
SPEC
FIELD height TYPE number REQUIRED yes
FIELD language TYPE number REQUIRED no
FIELD zip_code TYPE string REQUIRED yes
FIELD message.due_date.enabled TYPE string REQUIRED yes
FIELD message.due_date.humidity_pct TYPE integer REQUIRED no
FIELD message.due_date.lab_result TYPE string REQU... | {"height":887.09,"language":979.6,"zip_code":"Johnson"} | markdown_explanation | {
"type": "object",
"properties": {
"height": {
"type": "number"
},
"language": {
"type": "number"
},
"zip_code": {
"type": "string"
},
"message": {
"type": "object",
"properties": {
"due_date": {
"type": "object",
"properties": {... | Sure, here's the result:
```json
{"height":887.09,"language":979.6,"zip_code":"Johnson"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"height":887.09,"language":979.6,"zip_code":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD key_u76.prop_r77 TYPE integer REQUIRED no
FIELD key_u76.dim_y68.attr_k56 TYPE integer REQUIRED no
FIELD key_u76.dim_y68.attr_j60 TYPE string REQUIRED no
FIELD key_u76.dim_y68.val_e81 TYPE string REQUIRED no
FIELD key_u76.dim_y68.dim_h65 TYPE string REQUIRED yes
FIELD key_u76.di... | {"key_u76":{"prop_r77":276,"dim_y68":{"attr_j60":"approved","val_e81":"Berlin","dim_h65":"2024-01-15","val_q99":"maintenance"},"key_o28":"hello","attr_z24":false,"field_m49":"medium","col_f23":{"val_f30":"new","key_w35":674,"attr_o20":"Bob"}},"param_t31":"ops@domain.org","param_q51":"https://api.example.com/v1","attr_u... | extra_text_after | {
"type": "object",
"properties": {
"key_u76": {
"type": "object",
"properties": {
"prop_r77": {
"type": "integer"
},
"dim_y68": {
"type": "object",
"properties": {
"attr_k56": {
"type": "integer"
},
... | {"key_u76":{"prop_r77":276,"dim_y68":{"attr_j60":"approved","val_e81":"Berlin","dim_h65":"2024-01-15","val_q99":"maintenance"},"key_o28":"hello","attr_z24":false,"field_m49":"medium","col_f23":{"val_f30":"new","key_w35":674,"attr_o20":"Bob"}},"param_t31":"ops@domain.org","param_q51":"https://api.example.com/v1","attr_u... | Output contains non-JSON text after the object | {"key_u76":{"prop_r77":276,"dim_y68":{"attr_j60":"approved","val_e81":"Berlin","dim_h65":"2024-01-15","val_q99":"maintenance"},"key_o28":"hello","attr_z24":false,"field_m49":"medium","col_f23":{"val_f30":"new","key_w35":674,"attr_o20":"Bob"}},"param_t31":"ops@domain.org","param_q51":"https://api.example.com/v1","attr_u... |
TASK repair_structured_output
SPEC
FIELD attr_w56 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_z95 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD prop_k23 TYPE string_email REQUIRED yes
FIELD param_t30 TYPE integer REQUIRED no
FIELD col_v52 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
... | {"attr_w56":"high","param_z95":"JPY","prop_k23":"test@domain.org","col_v52":"https://example.org/api"} | single_quotes | {
"type": "object",
"properties": {
"attr_w56": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_z95": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | {'attr_w56':'high','param_z95':'JPY','prop_k23':'test@domain.org','col_v52':'https://example.org/api'} | Expecting property name enclosed in double quotes | {"attr_w56":"high","param_z95":"JPY","prop_k23":"test@domain.org","col_v52":"https://example.org/api"} |
TASK repair_structured_output
SPEC
FIELD tags.format TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD tags.commit_hash TYPE string VALUES single|married|divorced REQUIRED yes
FIELD tags.message TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD tags.dosage TYPE string VALUES USD|EUR|GBP|... | {"tags":{"format":"pro","commit_hash":"married","message":"unstable","dosage":"EUR","order_id":false,"updated_at":612.52,"velocity":"approved"},"quality_score":{"features":449,"department":false},"temp_celsius":"REV"} | markdown_explanation | {
"type": "object",
"properties": {
"tags": {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"commit_hash": {
"type": "... | Here is the JSON you requested:
```json
{"tags":{"format":"pro","commit_hash":"married","message":"unstable","dosage":"EUR","order_id":false,"updated_at":612.52,"velocity":"approved"},"quality_score":{"features":449,"department":false},"temp_celsius":"REV"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"tags":{"format":"pro","commit_hash":"married","message":"unstable","dosage":"EUR","order_id":false,"updated_at":612.52,"velocity":"approved"},"quality_score":{"features":449,"department":false},"temp_celsius":"REV"} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE integer REQUIRED yes
FIELD loan_amount TYPE number REQUIRED no
FIELD half_life TYPE null REQUIRED no
FIELD dissolved_oxygen[] TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD version[].comments TYPE string REQUIRED no
FIELD version[].quantity TYPE st... | {"span_id":656,"loan_amount":411.9,"half_life":null,"dissolved_oxygen":["option_c","option_b","option_b","option_a"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"span_id": {
"type": "integer"
},
"loan_amount": {
"type": "number"
},
"half_life": {
"type": "null"
},
"dissolved_oxygen": {
"type": "array",
"items": {
"type": "string",
"enum": [
"option_a",
... | Tool: calibrate_instrument
Params: {"span_id": 656, "loan_amount": 411.9, "dissolved_oxygen": ["option_c", "option_b", "option_b", "option_a"], "half_life_id": null} | Agent used wrong parameter name 'half_life_id' instead of 'half_life' | {"span_id":656,"loan_amount":411.9,"half_life":null,"dissolved_oxygen":["option_c","option_b","option_b","option_a"]} |
TASK repair_structured_output
SPEC
FIELD format TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD country TYPE string REQUIRED yes
FIELD crew_id TYPE boolean REQUIRED yes
FIELD gene_id TYPE string REQUIRED no
FIELD terminal_id TYPE string REQUIRED no
BROKEN_OUTPUT
{"format":"level_1","coun... | {"format":"level_1","country":"Bob","crew_id":false,"gene_id":"chr1","terminal_id":"New York"} | extra_text_after | {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"country": {
"type": "string"
},
"crew_id": {
"type": "boolean"
},
"gene_id": {
... | {"format":"level_1","country":"Bob","crew_id":false,"gene_id":"chr1","terminal_id":"New York"}
Analysis finished. | Output contains non-JSON text after the object | {"format":"level_1","country":"Bob","crew_id":false,"gene_id":"chr1","terminal_id":"New York"} |
TASK repair_structured_output
SPEC
FIELD dim_x66 TYPE integer REQUIRED yes
FIELD attr_n90 TYPE null REQUIRED no
FIELD field_d25 TYPE number REQUIRED no
FIELD attr_w90[] TYPE null REQUIRED no
FIELD val_p96[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"dim_x66": "733cm", "attr_n90": null, "field_d25": 144.19, "attr_w90": ... | {"dim_x66":733,"attr_n90":null,"field_d25":144.19,"attr_w90":[null],"val_p96":[false,false,true]} | number_with_unit | {
"type": "object",
"properties": {
"dim_x66": {
"type": "integer"
},
"attr_n90": {
"type": "null"
},
"field_d25": {
"type": "number"
},
"attr_w90": {
"type": "array",
"items": {
"type": "null"
}
},
"val_p96": {
"type": "array",
... | {"dim_x66": "733cm", "attr_n90": null, "field_d25": 144.19, "attr_w90": [null], "val_p96": [false, false, true]} | Field 'dim_x66' must be number, got string with unit | {"dim_x66":733,"attr_n90":null,"field_d25":144.19,"attr_w90":[null],"val_p96":[false,false,true]} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD annotation TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD step TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD nickname TYPE string VALUES coastal|o... | {"full_name":"critical","step":"confirmed","nickname":"oceanic","throttle_pos":"Sao Paulo"} | markdown_fences | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"annotation": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | ```json
{"full_name":"critical","step":"confirmed","nickname":"oceanic","throttle_pos":"Sao Paulo"}
``` | Output contains markdown code fences | {"full_name":"critical","step":"confirmed","nickname":"oceanic","throttle_pos":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string REQUIRED yes
FIELD footnote TYPE integer REQUIRED yes
FIELD comments TYPE string_date-time REQUIRED yes
FIELD language.end_date TYPE integer REQUIRED yes
FIELD language.transaction_id TYPE integer REQUIRED no
FIELD language.salinity.version TYPE string VALUES r... | {"ward":"https://example.com","footnote":83,"comments":"2021-09-12T15:43:00Z","language":{"end_date":649,"transaction_id":870,"salinity":{"version":"unstable","temp_celsius":"delivered","step":485,"timezone":"Diana","payment_status":"pending","freight_class":null}},"id":"https://example.io/api"} | date_format_error | {
"type": "object",
"properties": {
"ward": {
"type": "string"
},
"footnote": {
"type": "integer"
},
"comments": {
"type": "string",
"format": "date-time"
},
"language": {
"type": "object",
"properties": {
"end_date": {
"type": "integ... | {"ward": "https://example.com", "footnote": 83, "comments": "2021-09-12", "language": {"end_date": 649, "transaction_id": 870, "salinity": {"version": "unstable", "temp_celsius": "delivered", "step": 485, "timezone": "Diana", "payment_status": "pending", "freight_class": null}}, "id": "https://example.io/api"} | Field 'comments' has invalid date format | {"ward":"https://example.com","footnote":83,"comments":"2021-09-12T15:43:00Z","language":{"end_date":649,"transaction_id":870,"salinity":{"version":"unstable","temp_celsius":"delivered","step":485,"timezone":"Diana","payment_status":"pending","freight_class":null}},"id":"https://example.io/api"} |
TASK repair_structured_output
SPEC
FIELD key_m18.key_s13 TYPE string_email REQUIRED no
FIELD key_m18.key_b94 TYPE integer REQUIRED yes
FIELD key_m18.dim_q81 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_m18.attr_w11[].prop_k79 TYPE integer REQUIRED yes
FIELD key_m18.attr_w11[].attr_q00 TYPE number RE... | {"key_m18":{"key_s13":"admin@example.com","key_b94":957,"dim_q81":"small","val_v44":[{"val_s79":"in_progress","attr_b89":870.32,"key_w56":"homozygous","prop_t09":172.8},{"val_s79":"resolved","attr_b89":708.94,"key_w56":"hemizygous","prop_t09":456.97},{"val_s79":"closed","attr_b89":777.98,"key_w56":"hemizygous","prop_t0... | tool_call_partial_args | {
"type": "object",
"properties": {
"key_m18": {
"type": "object",
"properties": {
"key_s13": {
"type": "string",
"format": "email"
},
"key_b94": {
"type": "integer"
},
"dim_q81": {
"type": "string",
"enum": [
... | Let me check the system.
Action: check_cargo_manifest
Arguments: {"key_m18": {"key_s13": "admin@example.com", "key_b94": 957, "dim_q81": "small", "val_v44": [{"val_s79": "in_progress", "attr_b89": 870.32, "key_w56": "homozygous", "prop_t09": 172.8}, {"val_s79": "resolved", "attr_b89": 708.94, "key_w56": "hemizygous", "... | Agent tool call missing required parameter 'dim_g33' | {"key_m18":{"key_s13":"admin@example.com","key_b94":957,"dim_q81":"small","val_v44":[{"val_s79":"in_progress","attr_b89":870.32,"key_w56":"homozygous","prop_t09":172.8},{"val_s79":"resolved","attr_b89":708.94,"key_w56":"hemizygous","prop_t09":456.97},{"val_s79":"closed","attr_b89":777.98,"key_w56":"hemizygous","prop_t0... |
TASK repair_structured_output
SPEC
FIELD due_date TYPE integer REQUIRED yes
FIELD manifest_ref TYPE string REQUIRED yes
FIELD salinity TYPE string VALUES draft|published|archived REQUIRED yes
BROKEN_OUTPUT
{"due_date": 540, "manifest_ref": "sample", "salinity": "invalid_option_831"} | {"due_date":540,"manifest_ref":"sample","salinity":"archived"} | invalid_enum | {
"type": "object",
"properties": {
"due_date": {
"type": "integer"
},
"manifest_ref": {
"type": "string"
},
"salinity": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
},
"required": [
"manifest_ref",
"sali... | {"due_date": 540, "manifest_ref": "sample", "salinity": "invalid_option_831"} | Field 'salinity' has invalid enum value 'invalid_option_831', expected one of ['draft', 'published', 'archived'] | {"due_date":540,"manifest_ref":"sample","salinity":"archived"} |
TASK repair_structured_output
SPEC
FIELD prop_s29 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD dim_v41 TYPE string VALUES draft|published|archived REQUIRED no
FIELD key_r19 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD field_z50 TYPE boolean REQUIRED no
FIELD attr_w32 TYPE string ... | {"prop_s29":"mode_a","dim_v41":"published","key_r19":"level_3","field_z50":false,"attr_w32":"user@domain.com","field_v56":false} | markdown_explanation | {
"type": "object",
"properties": {
"prop_s29": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"dim_v41": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"key_r19": {
"type": "string",
... | Based on your request, here is the data:
```json
{"prop_s29":"mode_a","dim_v41":"published","key_r19":"level_3","field_z50":false,"attr_w32":"user@domain.com","field_v56":false}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_s29":"mode_a","dim_v41":"published","key_r19":"level_3","field_z50":false,"attr_w32":"user@domain.com","field_v56":false} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE number REQUIRED no
FIELD port_code TYPE string REQUIRED no
FIELD altitude TYPE boolean REQUIRED yes
FIELD patient_id TYPE integer REQUIRED yes
FIELD index TYPE string REQUIRED yes
BROKEN_OUTPUT
{"gene_id":156.05,"port_code":"Sao Paulo","altitude":true,"patient_id"... | {"gene_id":156.05,"port_code":"Sao Paulo","altitude":true,"patient_id":602,"index":"bar"} | missing_bracket | {
"type": "object",
"properties": {
"gene_id": {
"type": "number"
},
"port_code": {
"type": "string"
},
"altitude": {
"type": "boolean"
},
"patient_id": {
"type": "integer"
},
"index": {
"type": "string"
}
},
"required": [
"index",
"p... | {"gene_id":156.05,"port_code":"Sao Paulo","altitude":true,"patient_id":602,"index":"bar"} | Missing closing bracket | {"gene_id":156.05,"port_code":"Sao Paulo","altitude":true,"patient_id":602,"index":"bar"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string_date-time REQUIRED yes
FIELD barcode TYPE string REQUIRED yes
FIELD filter_flag TYPE string VALUES type_a|type_b REQUIRED yes
BROKEN_OUTPUT
call_variants(deploy_target='2020-11-08T07:31:00Z', barcode='RTG-04', filter_flag='type_a') | {"deploy_target":"2020-11-08T07:31:00Z","barcode":"RTG-04","filter_flag":"type_a"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"format": "date-time"
},
"barcode": {
"type": "string"
},
"filter_flag": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
}
},
"required": [
"filter_flag",
... | call_variants(deploy_target='2020-11-08T07:31:00Z', barcode='RTG-04', filter_flag='type_a') | Tool call uses Python syntax instead of JSON | {"deploy_target":"2020-11-08T07:31:00Z","barcode":"RTG-04","filter_flag":"type_a"} |
TASK repair_structured_output
SPEC
FIELD prop_w00 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_h49 TYPE integer REQUIRED yes
FIELD param_t03 TYPE boolean REQUIRED no
BROKEN_OUTPUT
The instrument reported:
{"val_h49":882} | {"val_h49":882} | extra_text_before | {
"type": "object",
"properties": {
"prop_w00": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_h49": {
"type": "integer"
},
"param_t03": {
"type": "boolean"
}
},
"required": [
"val_h49"
]
} | The instrument reported:
{"val_h49":882} | Output contains non-JSON text before the object | {"val_h49":882} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string REQUIRED no
FIELD coverage TYPE string_date-time REQUIRED no
FIELD rating TYPE string REQUIRED yes
FIELD annotation[].first_name TYPE string REQUIRED yes
FIELD annotation[].torque_output TYPE number REQUIRED no
FIELD annotation[].comments TYPE string REQU... | {"coverage":"2026-10-04T00:03:00Z","rating":"Hapag-Lloyd-Express","annotation":[{"first_name":"pending","torque_output":741.89,"comments":"QC-07"},{"first_name":"Luis","torque_output":111.2},{"first_name":"Diana","torque_output":590.1}],"items":["option_b","option_a","option_b"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"first_name": {
"type": "string"
},
"coverage": {
"type": "string",
"format": "date-time"
},
"rating": {
"type": "string"
},
"annotation": {
"type": "array",
"items": {
"type": "object",
"properties":... | Processing the request now.
<tool_call name="read_sensor_array">
{"coverage":"2026-10-04T00:03:00Z","rating":"Hapag-Lloyd-Express","annotation":[{"first_name":"pending","torque_output":741.89,"comments":"QC-07"},{"first_name":"Luis","torque_output":111.2},{"first_name":"Diana","torque_output":590.1}],"items":["option_b... | Agent response mixes reasoning text with tool call | {"coverage":"2026-10-04T00:03:00Z","rating":"Hapag-Lloyd-Express","annotation":[{"first_name":"pending","torque_output":741.89,"comments":"QC-07"},{"first_name":"Luis","torque_output":111.2},{"first_name":"Diana","torque_output":590.1}],"items":["option_b","option_a","option_b"]} |
TASK repair_structured_output
SPEC
FIELD key_i44 TYPE string REQUIRED yes
FIELD key_v85 TYPE integer REQUIRED yes
FIELD attr_e43 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"key_i44":"https://example.com","key_v85":51... | {"key_i44":"https://example.com","key_v85":510,"attr_e43":true} | thought_process | {
"type": "object",
"properties": {
"key_i44": {
"type": "string"
},
"key_v85": {
"type": "integer"
},
"attr_e43": {
"type": "boolean"
}
},
"required": [
"key_i44",
"key_v85",
"attr_e43"
]
} | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"key_i44":"https://example.com","key_v85":510,"attr_e43":true} | Output contains chain-of-thought reasoning before JSON | {"key_i44":"https://example.com","key_v85":510,"attr_e43":true} |
TASK repair_structured_output
SPEC
FIELD prop_l11 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_b55 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_s58 TYPE number REQUIRED no
FIELD field_b98 TYPE string REQUIRED yes
FIELD col_g95 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_... | {"prop_l11":"coastal","attr_b55":"sms","key_s58":513.82,"field_b98":"Smith","col_g95":"Tokyo"} | null_required | {
"type": "object",
"properties": {
"prop_l11": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_b55": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | {"prop_l11": "coastal", "attr_b55": "sms", "key_s58": 513.82, "field_b98": "Smith", "col_g95": null} | Required field 'col_g95' is null | {"prop_l11":"coastal","attr_b55":"sms","key_s58":513.82,"field_b98":"Smith","col_g95":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD prop_d22 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD field_t76 TYPE boolean REQUIRED no
FIELD col_y90.param_a63 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_y90.dim_u60 TYPE string REQUIRED yes
FIELD col_y90.val_x06 TYPE string VALUES cat_a|cat_b|cat_... | {"prop_d22":"mode_b","field_t76":true,"field_n63":974} | markdown_explanation | {
"type": "object",
"properties": {
"prop_d22": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_t76": {
"type": "boolean"
},
"col_y90": {
"type": "object",
"properties": {
"param_a63": {
"type": "string",
... | The parsed result is:
```json
{"prop_d22":"mode_b","field_t76":true,"field_n63":974}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"prop_d22":"mode_b","field_t76":true,"field_n63":974} |
TASK repair_structured_output
SPEC
FIELD prop_l93 TYPE number REQUIRED yes
FIELD field_d05.val_v37 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD field_d05.field_i78 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_d05.key_b94 TYPE string VALUES admin|editor|viewer REQU... | {"prop_l93":949.33,"field_d05":{"val_v37":"cat_c","field_i78":"anchored","key_b94":"editor"},"col_g66":"2024-06-30"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_l93": {
"type": "number"
},
"field_d05": {
"type": "object",
"properties": {
"val_v37": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"c... | book_appointment(prop_l93=949.33, field_d05={'val_v37': 'cat_c', 'field_i78': 'anchored', 'key_b94': 'editor'}, col_g66='2024-06-30') | Tool call uses Python syntax instead of JSON | {"prop_l93":949.33,"field_d05":{"val_v37":"cat_c","field_i78":"anchored","key_b94":"editor"},"col_g66":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string VALUES option_a|option_b REQUIRED yes
FIELD bed_number TYPE string REQUIRED yes
FIELD tags TYPE null REQUIRED yes
BROKEN_OUTPUT
{"diagnosis_code": "invalid_choice_325", "bed_number": "example", "tags": null} | {"diagnosis_code":"option_a","bed_number":"example","tags":null} | invalid_enum | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"bed_number": {
"type": "string"
},
"tags": {
"type": "null"
}
},
"required": [
"diagnosis_code",
"tags",
"bed_number"... | {"diagnosis_code": "invalid_choice_325", "bed_number": "example", "tags": null} | Field 'diagnosis_code' has invalid enum value 'invalid_choice_325', expected one of ['option_a', 'option_b'] | {"diagnosis_code":"option_a","bed_number":"example","tags":null} |
TASK repair_structured_output
SPEC
FIELD dim_c47 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_h56 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_o69 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD dim_z90 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> f... | {"dim_c47":"reliable","col_h56":"published","prop_o69":"mode_a","dim_z90":"Sao Paulo"} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_c47": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_h56": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_o69": ... | <functioncall> filter_variants
{dim_c47: "reliable", col_h56: "published", prop_o69: "mode_a", dim_z90: "Sao Paulo"} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_c47":"reliable","col_h56":"published","prop_o69":"mode_a","dim_z90":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD col_w85 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_g82 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_r17 TYPE string REQUIRED yes
FIELD attr_n37 TYPE string REQUIRED yes
FIELD val_f77 TYPE number REQUIRED no
BROK... | {"col_w85":"offline","attr_g82":"arctic","val_r17":"Smith","attr_n37":"example","val_f77":459.91} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_w85": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_g82": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"a... | Let me check the system.
Action: check_cargo_manifest
Arguments: {"col_w85": "offline", "attr_g82": "arctic", "attr_n37": "example", "val_f77": 459.91} | Agent tool call missing required parameter 'val_r17' | {"col_w85":"offline","attr_g82":"arctic","val_r17":"Smith","attr_n37":"example","val_f77":459.91} |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE string VALUES single|married|divorced REQUIRED no
FIELD half_life TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD reagent TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD payment_status TYPE string REQUIRED no
FIELD interest_rate TYP... | {"half_life":"red","reagent":"free","payment_status":"2023-12-25","interest_rate":751,"hazmat_code":"editor","lane":true,"category":"Paris"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"yield_pct": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"half_life": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
... | calibrate_instrument(half_life='red', reagent='free', payment_status='2023-12-25', interest_rate=751, hazmat_code='editor', lane=True, category='Paris') | Tool call uses Python syntax instead of JSON | {"half_life":"red","reagent":"free","payment_status":"2023-12-25","interest_rate":751,"hazmat_code":"editor","lane":true,"category":"Paris"} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string REQUIRED no
FIELD status TYPE string VALUES active|inactive|pending REQUIRED no
FIELD insurance_id TYPE boolean REQUIRED no
FIELD position TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD barcode TYPE string REQUIRED yes
FIELD wavelength T... | {"trace_id":"Sao Paulo","status":"active","insurance_id":true,"barcode":"Maria","wavelength":329.07,"phenotype":"Charlie"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"trace_id": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"insurance_id": {
"type": "boolean"
},
"position": {
"type": "string",
"enu... | Tool: create_ticket
Params: {"trace_id": "Sao Paulo", "status": "active", "barcode": "Maria", "wavelength": 329.07, "phenotype": "Charlie", "insurance_id_new": true} | Agent used wrong parameter name 'insurance_id_new' instead of 'insurance_id' | {"trace_id":"Sao Paulo","status":"active","insurance_id":true,"barcode":"Maria","wavelength":329.07,"phenotype":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD key_l07 TYPE number REQUIRED yes
FIELD val_i89 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD key_a38 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_p32 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_g25 TYP... | {"key_l07":601.96,"val_i89":"level_1","key_a38":"in_progress","col_g25":"option_c"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_l07": {
"type": "number"
},
"val_i89": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"key_a38": {
"type": "string",
"enum": [
"open",
"in_progress",
"... | annotate_mutation(key_l07=601.96, val_i89='level_1', key_a38='in_progress', col_g25='option_c') | Tool call uses Python syntax instead of JSON | {"key_l07":601.96,"val_i89":"level_1","key_a38":"in_progress","col_g25":"option_c"} |
TASK repair_structured_output
SPEC
FIELD val_x27 TYPE number REQUIRED yes
FIELD param_u86 TYPE integer REQUIRED yes
FIELD col_n06.val_y20.attr_y44 TYPE integer REQUIRED no
FIELD col_n06.val_y20.prop_j02 TYPE boolean REQUIRED yes
FIELD col_n06.val_y20.dim_b13[] TYPE string REQUIRED no
FIELD col_n06.val_y20.prop_e18[] T... | {"val_x27":575.23,"param_u86":18,"param_e64":{"attr_o14":"mode_b","prop_m88":{"key_x24":651,"val_t84":"https://example.com/api","key_n59":"option_c"},"param_m12":{"param_j07":"ops@domain.org","dim_b32":"active","key_e39":836},"field_n47":"test@example.com","key_d84":"intermittent","param_f84":{"attr_y39":"type_c","col_... | single_quotes | {
"type": "object",
"properties": {
"val_x27": {
"type": "number"
},
"param_u86": {
"type": "integer"
},
"col_n06": {
"type": "object",
"properties": {
"val_y20": {
"type": "object",
"properties": {
"attr_y44": {
"type... | {'val_x27':575.23,'param_u86':18,'param_e64':{'attr_o14':'mode_b','prop_m88':{'key_x24':651,'val_t84':'https://example.com/api','key_n59':'option_c'},'param_m12':{'param_j07':'ops@domain.org','dim_b32':'active','key_e39':836},'field_n47':'test@example.com','key_d84':'intermittent','param_f84':{'attr_y39':'type_c','col_... | Expecting property name enclosed in double quotes | {"val_x27":575.23,"param_u86":18,"param_e64":{"attr_o14":"mode_b","prop_m88":{"key_x24":651,"val_t84":"https://example.com/api","key_n59":"option_c"},"param_m12":{"param_j07":"ops@domain.org","dim_b32":"active","key_e39":836},"field_n47":"test@example.com","key_d84":"intermittent","param_f84":{"attr_y39":"type_c","col_... |
TASK repair_structured_output
SPEC
FIELD col_c84 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_u39.dim_w25 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_u39.field_f44 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_u39.param_b31 TYPE string VALUES level_1|level_2|level_3|le... | {"col_c84":"viewer","val_u39":{"dim_w25":"BRL","param_b31":"level_4","col_q21":"Silva","attr_a51":"admin@test.io"},"attr_c69":{"prop_n02":458.83,"field_s38":null,"key_a44":"option_b","prop_p20":null,"dim_n76":{"col_z93":"approved","val_u96":true,"val_a35":"REV","col_v64":"2024-06-30"},"key_g93":"Paris"},"param_c65":{"f... | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_c84": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_u39": {
"type": "object",
"properties": {
"dim_w25": {
"type": "string",
"enum": [
"USD",
... | Tool: queue_sequencing_run
Params: {"val_u39": {"dim_w25": "BRL", "param_b31": "level_4", "col_q21": "Silva", "attr_a51": "admin@test.io"}, "attr_c69": {"prop_n02": 458.83, "field_s38": null, "key_a44": "option_b", "prop_p20": null, "dim_n76": {"col_z93": "approved", "val_u96": true, "val_a35": "REV", "col_v64": "2024-... | Agent used wrong parameter name 'col_c84_new' instead of 'col_c84' | {"col_c84":"viewer","val_u39":{"dim_w25":"BRL","param_b31":"level_4","col_q21":"Silva","attr_a51":"admin@test.io"},"attr_c69":{"prop_n02":458.83,"field_s38":null,"key_a44":"option_b","prop_p20":null,"dim_n76":{"col_z93":"approved","val_u96":true,"val_a35":"REV","col_v64":"2024-06-30"},"key_g93":"Paris"},"param_c65":{"f... |
TASK repair_structured_output
SPEC
FIELD param_v32 TYPE string_uri REQUIRED yes
FIELD col_l51 TYPE string REQUIRED yes
FIELD prop_r44 TYPE boolean REQUIRED yes
FIELD param_o08 TYPE string REQUIRED no
FIELD dim_z77 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"param_v32": "https://data.org/v1", "col_l51": "2024-01-15", "pr... | {"param_v32":"https://data.org/v1","col_l51":"2024-01-15","prop_r44":false,"param_o08":"Bob","dim_z77":342.43} | wrong_type | {
"type": "object",
"properties": {
"param_v32": {
"type": "string",
"format": "uri"
},
"col_l51": {
"type": "string"
},
"prop_r44": {
"type": "boolean"
},
"param_o08": {
"type": "string"
},
"dim_z77": {
"type": "number"
}
},
"required"... | {"param_v32": "https://data.org/v1", "col_l51": "2024-01-15", "prop_r44": "\"no\"", "param_o08": "Bob", "dim_z77": 342.43} | Field 'prop_r44' must be boolean, got string | {"param_v32":"https://data.org/v1","col_l51":"2024-01-15","prop_r44":false,"param_o08":"Bob","dim_z77":342.43} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa.status TYPE integer REQUIRED yes
FIELD pressure_kpa.decay_rate.branch TYPE string_date-time REQUIRED no
FIELD pressure_kpa.decay_rate.credit_score TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD pressure_kpa.decay_rate.filter_flag TYPE string_date-tim... | {"pressure_kpa":{"status":767,"temp_celsius":"confirmed","amplitude":"https://api.org/data","email":"Diana","end_date":"2020-10-18T11:47:00Z"},"step":"intermittent","category":391,"count":"level_2","vital_sign":true,"total":"MV-Evergreen-01"} | tool_call_partial_args | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "object",
"properties": {
"status": {
"type": "integer"
},
"decay_rate": {
"type": "object",
"properties": {
"branch": {
"type": "string",
"form... | Let me check the system.
Action: assign_berth
Arguments: {"step": "intermittent", "category": 391, "count": "level_2", "vital_sign": true, "total": "MV-Evergreen-01"} | Agent tool call missing required parameter 'pressure_kpa' | {"pressure_kpa":{"status":767,"temp_celsius":"confirmed","amplitude":"https://api.org/data","email":"Diana","end_date":"2020-10-18T11:47:00Z"},"step":"intermittent","category":391,"count":"level_2","vital_sign":true,"total":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD name TYPE string REQUIRED no
FIELD notes TYPE number REQUIRED yes
FIELD country TYPE string REQUIRED no
FIELD discount TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"name":"New York","notes":174.81,"country":"A short description."} | {"name":"New York","notes":174.81,"country":"A short description."} | missing_bracket | {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"notes": {
"type": "number"
},
"country": {
"type": "string"
},
"discount": {
"type": "boolean"
}
},
"required": [
"notes"
]
} | {"name":"New York","notes":174.81,"country":"A short description."} | Missing closing bracket | {"name":"New York","notes":174.81,"country":"A short description."} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE number REQUIRED no
FIELD strand TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD footnote TYPE integer REQUIRED yes
FIELD features.credit_score TYPE string REQUIRED no
FIELD features.chromosome TYPE integer REQUIRED no
FIELD features.shipping T... | {"dosage":957.94,"strand":"closed","footnote":982,"features":{"chromosome":670,"shipping":847.76,"humidity_pct":531.3,"active":"Alice","values":false}} | missing_required | {
"type": "object",
"properties": {
"dosage": {
"type": "number"
},
"strand": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"footnote": {
"type": "integer"
},
"features": {
"type": "objec... | {"dosage": 957.94, "strand": "closed", "footnote": 982} | Required field 'features' is missing | {"dosage":957.94,"strand":"closed","footnote":982,"features":{"chromosome":670,"shipping":847.76,"humidity_pct":531.3,"active":"Alice","values":false}} |
TASK repair_structured_output
SPEC
FIELD nickname.repository TYPE string REQUIRED yes
FIELD nickname.cargo_type TYPE string REQUIRED yes
FIELD nickname.ph_level TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD nickname.status_code TYPE null REQUIRED yes
FIELD temp_celsius TYPE string VALUES mode... | {"nickname":{"repository":"test","cargo_type":"foo","ph_level":"delivered","status_code":null},"temp_celsius":"mode_d","feedback":{"shipper_ref":{"reagent":"level_1","username":"level_2","item_id":"cat_a","consignee":"John","latitude":"QC-07"},"values":"ops@domain.org","created_at":"chr1","order_id":"cat_c","department... | extra_text_after | {
"type": "object",
"properties": {
"nickname": {
"type": "object",
"properties": {
"repository": {
"type": "string"
},
"cargo_type": {
"type": "string"
},
"ph_level": {
"type": "string",
"enum": [
"new",
... | {"nickname":{"repository":"test","cargo_type":"foo","ph_level":"delivered","status_code":null},"temp_celsius":"mode_d","feedback":{"shipper_ref":{"reagent":"level_1","username":"level_2","item_id":"cat_a","consignee":"John","latitude":"QC-07"},"values":"ops@domain.org","created_at":"chr1","order_id":"cat_c","department... | Output contains non-JSON text after the object | {"nickname":{"repository":"test","cargo_type":"foo","ph_level":"delivered","status_code":null},"temp_celsius":"mode_d","feedback":{"shipper_ref":{"reagent":"level_1","username":"level_2","item_id":"cat_a","consignee":"John","latitude":"QC-07"},"values":"ops@domain.org","created_at":"chr1","order_id":"cat_c","department... |
TASK repair_structured_output
SPEC
FIELD col_w04 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD col_n36 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dim_r03 TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
{"col_n36": null} | {"col_n36":"archived"} | null_required | {
"type": "object",
"properties": {
"col_w04": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_n36": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_r03": {
... | {"col_n36": null} | Required field 'col_n36' is null | {"col_n36":"archived"} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD altitude TYPE string REQUIRED yes
FIELD procedure_code TYPE string REQUIRED yes
FIELD salinity TYPE number REQUIRED yes
FIELD version TYPE integer REQUIRED no
BROKEN_OUTPUT
<functioncall> verif... | {"torque_output":"anchored","altitude":"example","procedure_code":"inactive","salinity":782.11,"version":209} | tool_call_bad_format | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"altitude": {
"type": "string"
},
"procedure_code": {
"type": "string"
},
"salinity": {
... | <functioncall> verify_hazmat_compliance
{torque_output: "anchored", altitude: "example", procedure_code: "inactive", salinity: 782.11, version: 209} | Tool call has malformed arguments — unquoted keys in function parameters | {"torque_output":"anchored","altitude":"example","procedure_code":"inactive","salinity":782.11,"version":209} |
TASK repair_structured_output
SPEC
FIELD dim_p80 TYPE string REQUIRED no
FIELD field_g54 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD val_a64 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD val_a94 TYPE string REQUIRED yes
FIELD attr_k18 TYPE integer REQUIRED yes
FIELD param_l... | {"field_g54":"resolved","val_a64":"free","val_a94":"Luis","attr_k18":983,"param_l00":"viewer"} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_p80": {
"type": "string"
},
"field_g54": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"val_a64": {
"type": "string",
"enum": [
"free",
"b... | I need to look up the information first.
Action: send_email
Arguments: {"field_g54": "resolved", "val_a64": "free", "attr_k18": 983, "param_l00": "viewer"} | Agent tool call missing required parameter 'val_a94' | {"field_g54":"resolved","val_a64":"free","val_a94":"Luis","attr_k18":983,"param_l00":"viewer"} |
TASK repair_structured_output
SPEC
FIELD val_e25 TYPE null REQUIRED no
FIELD key_b80 TYPE boolean REQUIRED no
FIELD prop_l28 TYPE number REQUIRED no
FIELD field_m16 TYPE boolean REQUIRED yes
FIELD prop_c41[].attr_l60 TYPE boolean REQUIRED no
FIELD prop_c41[].dim_t72 TYPE number REQUIRED yes
FIELD prop_c41[].attr_e68 T... | {"val_e25":null,"key_b80":false,"field_m16":true,"prop_c41":[{"attr_l60":false,"dim_t72":273.92,"attr_e68":342.12,"col_w88":"maintenance","col_a74":"type_b"}],"prop_t94":["info@example.com","test@domain.org"]} | single_quotes | {
"type": "object",
"properties": {
"val_e25": {
"type": "null"
},
"key_b80": {
"type": "boolean"
},
"prop_l28": {
"type": "number"
},
"field_m16": {
"type": "boolean"
},
"prop_c41": {
"type": "array",
"items": {
"type": "object",
... | {'val_e25':null,'key_b80':false,'field_m16':true,'prop_c41':[{'attr_l60':false,'dim_t72':273.92,'attr_e68':342.12,'col_w88':'maintenance','col_a74':'type_b'}],'prop_t94':['info@example.com','test@domain.org']} | Expecting property name enclosed in double quotes | {"val_e25":null,"key_b80":false,"field_m16":true,"prop_c41":[{"attr_l60":false,"dim_t72":273.92,"attr_e68":342.12,"col_w88":"maintenance","col_a74":"type_b"}],"prop_t94":["info@example.com","test@domain.org"]} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE integer REQUIRED no
FIELD decay_rate TYPE integer REQUIRED no
FIELD amount TYPE string REQUIRED no
FIELD department TYPE number REQUIRED yes
FIELD item_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD visible TYPE string REQUIRED yes
FIELD items TYPE i... | {"turbidity":801,"decay_rate":364,"amount":"qux","department":353.54,"item_id":"USD","visible":"world","items":660} | truncated_array | {
"type": "object",
"properties": {
"turbidity": {
"type": "integer"
},
"decay_rate": {
"type": "integer"
},
"amount": {
"type": "string"
},
"department": {
"type": "number"
},
"item_id": {
"type": "string",
"enum": [
"USD",
"EU... | {"turbidity":801,"decay_rate":364,"amount":"qux","department":353.54,"item_id":"USD","visible":"world","items":660 | Unexpected end of JSON input — truncated object | {"turbidity":801,"decay_rate":364,"amount":"qux","department":353.54,"item_id":"USD","visible":"world","items":660} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD order_id TYPE string_uri REQUIRED yes
FIELD berth_slot TYPE integer REQUIRED no
FIELD conductivity TYPE number REQUIRED yes
FIELD url.strand TYPE integer REQUIRED no
FIELD url.maturity_date TY... | {"throttle_pos":"hemizygous","order_id":"https://api.io/data","berth_slot":630,"conductivity":908.23,"active":{"branch":"black","coverage":"small","image_url":755,"duration_ms":"John"}} | partial_structure | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"order_id": {
"type": "string",
"format": "uri"
},
"berth_slot": {
"type": "integer"
},
"conductiv... | Result: throttle_pos=hemizygous, {"throttle_pos":"hemizygous","order_id":"https://api.io/data","berth_slot":630,"conductivity":908.23,"active":{"branch":"black","coverage":"small","image_url":755,"duration_ms":"John"}} | Output mixes natural language with JSON | {"throttle_pos":"hemizygous","order_id":"https://api.io/data","berth_slot":630,"conductivity":908.23,"active":{"branch":"black","coverage":"small","image_url":755,"duration_ms":"John"}} |
TASK repair_structured_output
SPEC
FIELD prop_h78 TYPE integer REQUIRED no
FIELD col_e60 TYPE string REQUIRED no
FIELD val_w58 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: calculate_docking_fee
Arguments: {"prop_h78": 733, "col_e60": "2024-06-30"} | {"prop_h78":733,"col_e60":"2024-06-30","val_w58":308} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_h78": {
"type": "integer"
},
"col_e60": {
"type": "string"
},
"val_w58": {
"type": "integer"
}
},
"required": [
"val_w58"
]
} | Let me check the system.
Action: calculate_docking_fee
Arguments: {"prop_h78": 733, "col_e60": "2024-06-30"} | Agent tool call missing required parameter 'val_w58' | {"prop_h78":733,"col_e60":"2024-06-30","val_w58":308} |
TASK repair_structured_output
SPEC
FIELD col_p68 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_a49 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_s71 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_r76 TYPE number REQUIRED yes
FIELD field_m64 TY... | {"col_p68":"closed","dim_a49":"intermittent","param_s71":"single","dim_r76":767.17,"field_m64":true} | missing_brace | {
"type": "object",
"properties": {
"col_p68": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_a49": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | "col_p68":"closed","dim_a49":"intermittent","param_s71":"single","dim_r76":767.17,"field_m64":true} | Missing closing brace | {"col_p68":"closed","dim_a49":"intermittent","param_s71":"single","dim_r76":767.17,"field_m64":true} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD allele TYPE integer REQUIRED no
FIELD procedure_code TYPE string_date-time REQUIRED no
FIELD address TYPE integer REQUIRED no
FIELD berth_slot TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD wav... | {"barcode":"low","allele":1,"procedure_code":"2022-07-18T03:13:00Z","address":119,"wavelength":463.1,"items":997} | single_quotes | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"allele": {
"type": "integer"
},
"procedure_code": {
"type": "string",
"format": "date-time"
},
"addre... | {'barcode':'low','allele':1,'procedure_code':'2022-07-18T03:13:00Z','address':119,'wavelength':463.1,'items':997} | Expecting property name enclosed in double quotes | {"barcode":"low","allele":1,"procedure_code":"2022-07-18T03:13:00Z","address":119,"wavelength":463.1,"items":997} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD size TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD trace_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD department TYPE string VALUES option_a|option_b|option... | {"size":"moored","trace_id":"high","department":"option_b","commit_hash":"level_5","verified":"option_a"} | partial_structure | {
"type": "object",
"properties": {
"isotope": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"size": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
... | Result: commit_hash=level_5, {"size":"moored","trace_id":"high","department":"option_b","commit_hash":"level_5","verified":"option_a"} | Output mixes natural language with JSON | {"size":"moored","trace_id":"high","department":"option_b","commit_hash":"level_5","verified":"option_a"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD half_life TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD altitude.wavelength TYPE integer REQUIRED yes
FIELD altitude.conductivity TYPE integer REQUIRED no
FIELD altitude.temp... | {"allele":"critical","altitude":{"wavelength":196,"conductivity":775,"temp_celsius":"admin","order_id":{"vessel_name":604,"last_name":"inactive","city":"medium","email":"Sao Paulo","allele":false,"balance":191.98},"age":{"cargo_type":null,"weight":"This is a test value.","quality_score":"2020-04-23T15:42:00Z","last_nam... | null_required | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"half_life": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escala... | {"allele": "critical", "altitude": null} | Required field 'altitude' is null | {"allele":"critical","altitude":{"wavelength":196,"conductivity":775,"temp_celsius":"admin","order_id":{"vessel_name":604,"last_name":"inactive","city":"medium","email":"Sao Paulo","allele":false,"balance":191.98},"age":{"cargo_type":null,"weight":"This is a test value.","quality_score":"2020-04-23T15:42:00Z","last_nam... |
TASK repair_structured_output
SPEC
FIELD options TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD batch_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD status TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD pressure_kpa TYPE string VALUES synonymous|misse... | {"options":"medium","batch_code":"confirmed","status":"medium","voltage":"pending","chapter":true} | truncated_array | {
"type": "object",
"properties": {
"options": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"batch_code": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"esca... | {"options":"medium","batch_code":"confirmed","status":"medium","voltage":"pending","chapter":true | Unexpected end of JSON input — truncated object | {"options":"medium","batch_code":"confirmed","status":"medium","voltage":"pending","chapter":true} |
TASK repair_structured_output
SPEC
FIELD id.options TYPE string_date-time REQUIRED yes
FIELD id.aligned_pct TYPE null REQUIRED no
FIELD id.image_url.port_code TYPE string REQUIRED no
FIELD id.image_url.feedback TYPE string VALUES active|inactive|pending REQUIRED no
FIELD id.image_url.berth_slot TYPE string REQUIRED ye... | {"id":{"options":"2020-04-05T11:39:00Z","aligned_pct":null,"image_url":{"port_code":"PASS","berth_slot":"Paris"},"allele":{"credit_score":"bar","country":"cat_a","section":"2023-12-25"}},"hazmat_code":true,"title":949,"dosage":"cancelled"} | trailing_comma | {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"options": {
"type": "string",
"format": "date-time"
},
"aligned_pct": {
"type": "null"
},
"image_url": {
"type": "object",
"propert... | {"id":{"options":"2020-04-05T11:39:00Z","aligned_pct":null,"image_url":{"port_code":"PASS","berth_slot":"Paris"},"allele":{"credit_score":"bar","country":"cat_a","section":"2023-12-25"}},"hazmat_code":true,"title":949,"dosage":"cancelled",} | Unexpected trailing comma | {"id":{"options":"2020-04-05T11:39:00Z","aligned_pct":null,"image_url":{"port_code":"PASS","berth_slot":"Paris"},"allele":{"credit_score":"bar","country":"cat_a","section":"2023-12-25"}},"hazmat_code":true,"title":949,"dosage":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD key_o86 TYPE integer REQUIRED no
FIELD param_s86 TYPE string REQUIRED yes
FIELD prop_m31 TYPE number REQUIRED no
FIELD attr_k19.attr_o15.param_s45 TYPE boolean REQUIRED no
FIELD attr_k19.attr_o15.dim_c20 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD attr_k19.att... | {"key_o86":326,"param_s86":"New York","attr_k19":{"attr_o15":{"param_s45":true,"dim_c20":"inactive","key_d42":436,"prop_o37":null},"col_i96":"anchored","attr_a20":"user@domain.com","key_g57":true},"key_t13":318,"attr_v78":20,"val_g85":{"attr_r56":"red","param_w55":967,"dim_p81":true,"prop_p74":344.21,"dim_t80":932,"fie... | missing_required | {
"type": "object",
"properties": {
"key_o86": {
"type": "integer"
},
"param_s86": {
"type": "string"
},
"prop_m31": {
"type": "number"
},
"attr_k19": {
"type": "object",
"properties": {
"attr_o15": {
"type": "object",
"properties... | {"key_o86": 326, "attr_k19": {"attr_o15": {"param_s45": true, "dim_c20": "inactive", "key_d42": 436, "prop_o37": null}, "col_i96": "anchored", "attr_a20": "user@domain.com", "key_g57": true}, "key_t13": 318, "attr_v78": 20, "val_g85": {"attr_r56": "red", "param_w55": 967, "dim_p81": true, "prop_p74": 344.21, "dim_t80":... | Required field 'param_s86' is missing | {"key_o86":326,"param_s86":"New York","attr_k19":{"attr_o15":{"param_s45":true,"dim_c20":"inactive","key_d42":436,"prop_o37":null},"col_i96":"anchored","attr_a20":"user@domain.com","key_g57":true},"key_t13":318,"attr_v78":20,"val_g85":{"attr_r56":"red","param_w55":967,"dim_p81":true,"prop_p74":344.21,"dim_t80":932,"fie... |
TASK repair_structured_output
SPEC
FIELD field_y51 TYPE boolean REQUIRED no
FIELD val_n74 TYPE integer REQUIRED no
FIELD attr_n97.field_h59 TYPE boolean REQUIRED no
FIELD attr_n97.prop_l56 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_n97.param_p53.attr_x57 TYPE number REQUIRED no
FIELD attr_n97.param... | {"field_y51":true,"val_n74":439,"attr_n97":{"field_h59":true,"prop_l56":"push","param_p53":{"attr_x57":714.42,"attr_f35":544,"key_m40":"Sao Paulo"}}} | truncated_object | {
"type": "object",
"properties": {
"field_y51": {
"type": "boolean"
},
"val_n74": {
"type": "integer"
},
"attr_n97": {
"type": "object",
"properties": {
"field_h59": {
"type": "boolean"
},
"prop_l56": {
"type": "string",
... | {"field_y51":true,"val_n74":439,"attr_n97":{"field_h59":true,"prop_l56":"push","param_p53":{"attr_x57":714.42,"attr_f35":544,"key_m40":"Sao Paulo"}} | Unexpected end of JSON input — truncated object | {"field_y51":true,"val_n74":439,"attr_n97":{"field_h59":true,"prop_l56":"push","param_p53":{"attr_x57":714.42,"attr_f35":544,"key_m40":"Sao Paulo"}}} |
TASK repair_structured_output
SPEC
FIELD col_e14 TYPE string_uri REQUIRED no
FIELD dim_a50 TYPE number REQUIRED yes
FIELD param_e21 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_c13 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_s33 TYPE integer REQUIRED no
BROKEN_O... | {"col_e14":"https://example.io/v1","dim_a50":156.76,"param_e21":"JPY","param_s33":646} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_e14": {
"type": "string",
"format": "uri"
},
"dim_a50": {
"type": "number"
},
"param_e21": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"col_c13": ... | Let me check the system.
<tool_call name="calculate_docking_fee">
{"col_e14":"https://example.io/v1","dim_a50":156.76,"param_e21":"JPY","param_s33":646}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"col_e14":"https://example.io/v1","dim_a50":156.76,"param_e21":"JPY","param_s33":646} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE string REQUIRED yes
FIELD account_id TYPE boolean REQUIRED no
FIELD quantity TYPE string VALUES active|inactive|pending REQUIRED no
FIELD notes TYPE integer REQUIRED yes
FIELD freight_class TYPE integer REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action... | {"vessel_name":"Diana","account_id":true,"notes":318} | agent_chain | {
"type": "object",
"properties": {
"vessel_name": {
"type": "string"
},
"account_id": {
"type": "boolean"
},
"quantity": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"notes": {
"type": "integer"
},
... | Let me check the system.
Action: search
Result: {"account_id": true, "notes": 318}
Processing the request now.
Action: calibrate_instrument
Result: | Agent multi-step chain with truncated tool output | {"vessel_name":"Diana","account_id":true,"notes":318} |
TASK repair_structured_output
SPEC
FIELD param_p78 TYPE integer REQUIRED no
FIELD col_z79 TYPE string REQUIRED yes
FIELD field_a23 TYPE boolean REQUIRED yes
FIELD col_y52[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: validate_address
Result: {"col_z79": "test", "field_a23": false, "col_y52... | {"param_p78":687,"col_z79":"test","field_a23":false,"col_y52":["inactive","chrX","2024-01-15"]} | agent_chain | {
"type": "object",
"properties": {
"param_p78": {
"type": "integer"
},
"col_z79": {
"type": "string"
},
"field_a23": {
"type": "boolean"
},
"col_y52": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"col_z79",
... | Let me check the system.
Action: validate_address
Result: {"col_z79": "test", "field_a23": false, "col_y52": ["inactive", "chrX", "2024-01-15"]}
Processing the request now.
Action: create_order
Result: | Agent multi-step chain with truncated tool output | {"param_p78":687,"col_z79":"test","field_a23":false,"col_y52":["inactive","chrX","2024-01-15"]} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD due_date TYPE integer REQUIRED yes
FIELD voltage TYPE string REQUIRED yes
FIELD height TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD currency.medication TYPE string VALUES operational|degra... | {"comments":"level_2","due_date":879,"voltage":"Jane","currency":{"medication":"operational","pressure_kpa":"chrX","torque_output":{"manifest_ref":"active","created_at":"chrX","catalyst":"2020-06-22T21:38:00Z","shift_code":910.9,"terminal_id":"https://api.com/data","paragraph":"New York"},"size":true,"manifest_ref":"Ol... | extra_text_after | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"due_date": {
"type": "integer"
},
"voltage": {
"type": "string"
},
"height": {
"type": "string",
"enum": [
"type_a",
... | {"comments":"level_2","due_date":879,"voltage":"Jane","currency":{"medication":"operational","pressure_kpa":"chrX","torque_output":{"manifest_ref":"active","created_at":"chrX","catalyst":"2020-06-22T21:38:00Z","shift_code":910.9,"terminal_id":"https://api.com/data","paragraph":"New York"},"size":true,"manifest_ref":"Ol... | Output contains non-JSON text after the object | {"comments":"level_2","due_date":879,"voltage":"Jane","currency":{"medication":"operational","pressure_kpa":"chrX","torque_output":{"manifest_ref":"active","created_at":"chrX","catalyst":"2020-06-22T21:38:00Z","shift_code":910.9,"terminal_id":"https://api.com/data","paragraph":"New York"},"size":true,"manifest_ref":"Ol... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.