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 current_draw TYPE boolean REQUIRED yes
FIELD torque_output TYPE integer REQUIRED no
FIELD vital_sign TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD annotation TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD description TYPE number REQUIRED... | {"current_draw":false,"torque_output":927,"vital_sign":"pro","annotation":"resolved","description":138.24,"active":"info"} | extra_field | {
"type": "object",
"properties": {
"current_draw": {
"type": "boolean"
},
"torque_output": {
"type": "integer"
},
"vital_sign": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"annotation": {
"ty... | {"current_draw": false, "torque_output": 927, "vital_sign": "pro", "annotation": "resolved", "description": 138.24, "active": "info", "extra_data_3516": "unexpected"} | Unknown field 'extra_data_3516' not defined in schema | {"current_draw":false,"torque_output":927,"vital_sign":"pro","annotation":"resolved","description":138.24,"active":"info"} |
TASK repair_structured_output
SPEC
FIELD department TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD current_draw TYPE string REQUIRED no
FIELD feedback TYPE boolean REQUIRED no
FIELD discount TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD account_id TYPE boolean REQUIRED yes
... | {"current_draw":"Hapag-Lloyd-Express","account_id":true} | null_required | {
"type": "object",
"properties": {
"department": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"current_draw": {
"type": "string"
},
"feedback": {
"type": "boolean"
},
"discount": {
... | {"current_draw": "Hapag-Lloyd-Express", "account_id": null} | Required field 'account_id' is null | {"current_draw":"Hapag-Lloyd-Express","account_id":true} |
TASK repair_structured_output
SPEC
FIELD attr_r94 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD field_m33 TYPE string VALUES option_a|option_b REQUIRED no
FIELD key_x18 TYPE string REQUIRED no
FIELD col_e64 TYPE string_email REQUIRED no
FIELD dim_z78 TYPE boolean REQUIRED no
FIELD field_s36 TYPE boolean REQUIRED... | {"attr_r94":"mode_a","dim_z78":true} | null_required | {
"type": "object",
"properties": {
"attr_r94": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_m33": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"key_x18": {
"type": "string"
},
"col_e64... | {"attr_r94": null, "dim_z78": true} | Required field 'attr_r94' is null | {"attr_r94":"mode_a","dim_z78":true} |
TASK repair_structured_output
SPEC
FIELD field_t03 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD dim_e24 TYPE integer REQUIRED no
FIELD dim_f42 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
BROKEN_OUTPUT
{"field_t03": "mode_a", "dim_e24": "582cm", "dim_f42": ... | {"field_t03":"mode_a","dim_e24":582,"dim_f42":"option_f"} | number_with_unit | {
"type": "object",
"properties": {
"field_t03": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"dim_e24": {
"type": "integer"
},
"dim_f42": {
"type": "string",
"enum": [
"option_a",
"o... | {"field_t03": "mode_a", "dim_e24": "582cm", "dim_f42": "option_f"} | Field 'dim_e24' must be number, got string with unit | {"field_t03":"mode_a","dim_e24":582,"dim_f42":"option_f"} |
TASK repair_structured_output
SPEC
FIELD col_i22 TYPE string REQUIRED yes
FIELD col_a81 TYPE integer REQUIRED no
FIELD dim_z59 TYPE string_date-time REQUIRED yes
FIELD dim_w01 TYPE null REQUIRED no
FIELD param_s08 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
BROKEN_OUTPUT
I found that co... | {"col_i22":"Santos","dim_z59":"2020-11-22T20:11:00Z","param_s08":"pending_review"} | partial_structure | {
"type": "object",
"properties": {
"col_i22": {
"type": "string"
},
"col_a81": {
"type": "integer"
},
"dim_z59": {
"type": "string",
"format": "date-time"
},
"dim_w01": {
"type": "null"
},
"param_s08": {
"type": "string",
"enum": [
... | I found that col_i22 should be Santos. {"col_i22":"Santos","dim_z59":"2020-11-22T20:11:00Z","param_s08":"pending_review"} | Output mixes natural language with JSON | {"col_i22":"Santos","dim_z59":"2020-11-22T20:11:00Z","param_s08":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD col_l73 TYPE string REQUIRED yes
FIELD param_h28 TYPE null REQUIRED yes
FIELD key_c55 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_l73":"Oliveira","param_h28":null,"key_c55":999 | {"col_l73":"Oliveira","param_h28":null,"key_c55":999} | truncated_object | {
"type": "object",
"properties": {
"col_l73": {
"type": "string"
},
"param_h28": {
"type": "null"
},
"key_c55": {
"type": "integer"
}
},
"required": [
"key_c55",
"col_l73",
"param_h28"
]
} | {"col_l73":"Oliveira","param_h28":null,"key_c55":999 | Unexpected end of JSON input — truncated object | {"col_l73":"Oliveira","param_h28":null,"key_c55":999} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string REQUIRED no
FIELD wavelength TYPE null REQUIRED no
FIELD quality_score TYPE integer REQUIRED yes
FIELD user_id TYPE string REQUIRED no
BROKEN_OUTPUT
{"wavelength": null, "quality_score": 92, "extra_info_554": true} | {"wavelength":null,"quality_score":92} | extra_field | {
"type": "object",
"properties": {
"medication": {
"type": "string"
},
"wavelength": {
"type": "null"
},
"quality_score": {
"type": "integer"
},
"user_id": {
"type": "string"
}
},
"required": [
"quality_score"
]
} | {"wavelength": null, "quality_score": 92, "extra_info_554": true} | Unknown field 'extra_info_554' not defined in schema | {"wavelength":null,"quality_score":92} |
TASK repair_structured_output
SPEC
FIELD dim_w69 TYPE string REQUIRED no
FIELD val_z31 TYPE string REQUIRED no
FIELD param_f40.val_f19.attr_m82 TYPE string REQUIRED yes
FIELD param_f40.val_f19.val_q37 TYPE integer REQUIRED no
FIELD param_f40.val_f19.key_c60 TYPE null REQUIRED no
FIELD param_f40.val_f19.col_w14 TYPE in... | {"dim_w69":"Oliveira","val_z31":"inactive","param_f40":{"param_y08":"basic","dim_k98":"underway","col_a78":"berthed","col_h81":"pending_review"},"col_z04":953.62,"prop_m68":"editor"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_w69": {
"type": "string"
},
"val_z31": {
"type": "string"
},
"param_f40": {
"type": "object",
"properties": {
"val_f19": {
"type": "object",
"properties": {
"attr_m82": {
"type"... | Tool: fetch_lab_result
Params: {"val_z31": "inactive", "param_f40": {"param_y08": "basic", "dim_k98": "underway", "col_a78": "berthed", "col_h81": "pending_review"}, "col_z04": 953.62, "prop_m68": "editor", "dim_w692": "Oliveira"} | Agent used wrong parameter name 'dim_w692' instead of 'dim_w69' | {"dim_w69":"Oliveira","val_z31":"inactive","param_f40":{"param_y08":"basic","dim_k98":"underway","col_a78":"berthed","col_h81":"pending_review"},"col_z04":953.62,"prop_m68":"editor"} |
TASK repair_structured_output
SPEC
FIELD label TYPE integer REQUIRED yes
FIELD annotation TYPE number REQUIRED no
FIELD title TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: read_sensor_array
Result: {"label": 847}
Processing the request now.
Action: transfer_call
Result: | {"label":847,"annotation":108.01} | agent_chain | {
"type": "object",
"properties": {
"label": {
"type": "integer"
},
"annotation": {
"type": "number"
},
"title": {
"type": "string"
}
},
"required": [
"label"
]
} | I need to look up the information first.
Action: read_sensor_array
Result: {"label": 847}
Processing the request now.
Action: transfer_call
Result: | Agent multi-step chain with truncated tool output | {"label":847,"annotation":108.01} |
TASK repair_structured_output
SPEC
FIELD field_u39 TYPE number REQUIRED yes
FIELD dim_a97 TYPE integer REQUIRED yes
FIELD field_j92 TYPE boolean REQUIRED no
FIELD attr_d05.attr_w12.prop_a58 TYPE number REQUIRED yes
FIELD attr_d05.attr_w12.val_o16 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD attr_d05.attr_... | {"field_u39":91.62,"dim_a97":192,"field_j92":true,"attr_d05":{"attr_w12":{"prop_a58":223.84,"val_o16":"mode_b","prop_i41":[false,false,true]},"field_r65":{"field_e63":"anchored","key_y68":"underway","dim_s55":"cat_b","attr_s91":"demo","field_b62":"level_3"},"key_a99":"ops@domain.org"},"col_c21":"mode_e","dim_w52":"pend... | extra_text_before | {
"type": "object",
"properties": {
"field_u39": {
"type": "number"
},
"dim_a97": {
"type": "integer"
},
"field_j92": {
"type": "boolean"
},
"attr_d05": {
"type": "object",
"properties": {
"attr_w12": {
"type": "object",
"properti... | Here is the JSON you requested:
{"field_u39":91.62,"dim_a97":192,"field_j92":true,"attr_d05":{"attr_w12":{"prop_a58":223.84,"val_o16":"mode_b","prop_i41":[false,false,true]},"field_r65":{"field_e63":"anchored","key_y68":"underway","dim_s55":"cat_b","attr_s91":"demo","field_b62":"level_3"},"key_a99":"ops@domain.org"},"c... | Output contains non-JSON text before the object | {"field_u39":91.62,"dim_a97":192,"field_j92":true,"attr_d05":{"attr_w12":{"prop_a58":223.84,"val_o16":"mode_b","prop_i41":[false,false,true]},"field_r65":{"field_e63":"anchored","key_y68":"underway","dim_s55":"cat_b","attr_s91":"demo","field_b62":"level_3"},"key_a99":"ops@domain.org"},"col_c21":"mode_e","dim_w52":"pend... |
TASK repair_structured_output
SPEC
FIELD dim_e82 TYPE integer REQUIRED no
FIELD prop_m08 TYPE boolean REQUIRED no
FIELD prop_k23 TYPE boolean REQUIRED yes
FIELD prop_s19 TYPE boolean REQUIRED no
FIELD col_e77.dim_s91 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_e77.attr_h06 TYPE string VA... | {"dim_e82":258,"prop_m08":true,"prop_k23":true,"col_e77":{"dim_s91":"in_progress","attr_h06":"sms","prop_l17":null,"val_s64":"unstable","col_r46":546},"field_e87":"USD"} | partial_structure | {
"type": "object",
"properties": {
"dim_e82": {
"type": "integer"
},
"prop_m08": {
"type": "boolean"
},
"prop_k23": {
"type": "boolean"
},
"prop_s19": {
"type": "boolean"
},
"col_e77": {
"type": "object",
"properties": {
"dim_s91": {
... | I found that dim_e82 should be 258. {"dim_e82":258,"prop_m08":true,"prop_k23":true,"col_e77":{"dim_s91":"in_progress","attr_h06":"sms","prop_l17":null,"val_s64":"unstable","col_r46":546},"field_e87":"USD"} | Output mixes natural language with JSON | {"dim_e82":258,"prop_m08":true,"prop_k23":true,"col_e77":{"dim_s91":"in_progress","attr_h06":"sms","prop_l17":null,"val_s64":"unstable","col_r46":546},"field_e87":"USD"} |
TASK repair_structured_output
SPEC
FIELD dim_p57 TYPE string REQUIRED yes
FIELD dim_g59 TYPE null REQUIRED no
FIELD val_z46[].val_z62 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD val_z46[].field_n65 TYPE string_email REQUIRED no
FIELD val_z46[].attr_p35 TYPE string_email REQUIRED no
FIELD v... | {"dim_p57":"completed","dim_g59":null} | markdown_fences | {
"type": "object",
"properties": {
"dim_p57": {
"type": "string"
},
"dim_g59": {
"type": "null"
},
"val_z46": {
"type": "array",
"items": {
"type": "object",
"properties": {
"val_z62": {
"type": "string",
"enum": [
... | ```json
{"dim_p57":"completed","dim_g59":null}
``` | Output contains markdown code fences | {"dim_p57":"completed","dim_g59":null} |
TASK repair_structured_output
SPEC
FIELD prop_r24 TYPE integer REQUIRED no
FIELD col_t87 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD param_u68[].param_w51 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD param_u68[].col_g94 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIEL... | {"col_t87":"mode_c","param_u68":[{"col_g94":"pending_review","key_c28":"intermittent","key_w89":"closed"},{"param_w51":"cat_b","col_g94":"pending_review","key_c28":"unstable","key_w89":"closed"}]} | markdown_fences | {
"type": "object",
"properties": {
"prop_r24": {
"type": "integer"
},
"col_t87": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param_u68": {
"type": "array",
"items": {
"type": "object",
"properties":... | ```json
{"col_t87":"mode_c","param_u68":[{"col_g94":"pending_review","key_c28":"intermittent","key_w89":"closed"},{"param_w51":"cat_b","col_g94":"pending_review","key_c28":"unstable","key_w89":"closed"}]}
``` | Output contains markdown code fences | {"col_t87":"mode_c","param_u68":[{"col_g94":"pending_review","key_c28":"intermittent","key_w89":"closed"},{"param_w51":"cat_b","col_g94":"pending_review","key_c28":"unstable","key_w89":"closed"}]} |
TASK repair_structured_output
SPEC
FIELD param_g99 TYPE string REQUIRED yes
FIELD dim_t68 TYPE null REQUIRED no
FIELD dim_q99[].dim_g35 TYPE boolean REQUIRED yes
FIELD dim_q99[].col_c30 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD dim_q99[].key_e47 TYPE integer REQUIRED no
FIELD dim_q9... | {"param_g99":"completed","dim_q99":[{"dim_g35":true,"col_c30":"nonsense","param_s53":["Bob"]}],"dim_z24":[true]} | truncated_array | {
"type": "object",
"properties": {
"param_g99": {
"type": "string"
},
"dim_t68": {
"type": "null"
},
"dim_q99": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dim_g35": {
"type": "boolean"
},
"co... | {"param_g99":"completed","dim_q99":[{"dim_g35":true,"col_c30":"nonsense","param_s53":["Bob"]}],"dim_z24":[true | Unexpected end of JSON input — truncated array | {"param_g99":"completed","dim_q99":[{"dim_g35":true,"col_c30":"nonsense","param_s53":["Bob"]}],"dim_z24":[true]} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD price TYPE integer REQUIRED yes
FIELD enabled TYPE string REQUIRED yes
FIELD transaction_id TYPE null REQUIRED yes
BROKEN_OUTPUT
{"amount":"reliable","price":521,"enabled":"Santos","transaction_id":nul... | {"amount":"reliable","price":521,"enabled":"Santos","transaction_id":null} | truncated_object | {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"price": {
"type": "integer"
},
"enabled": {
"type": "string"
},
"transaction_id": {
"type": "null"
}
... | {"amount":"reliable","price":521,"enabled":"Santos","transaction_id":null | Unexpected end of JSON input — truncated object | {"amount":"reliable","price":521,"enabled":"Santos","transaction_id":null} |
TASK repair_structured_output
SPEC
FIELD prop_c30 TYPE null REQUIRED yes
FIELD col_n71 TYPE integer REQUIRED yes
FIELD attr_u37 TYPE boolean REQUIRED no
FIELD col_r94.param_n61 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD col_r94.val_s87 TYPE number REQUIRED no
FIELD col_r94.param_a82 TYPE... | {"prop_c30":null,"col_n71":233,"attr_u37":true,"col_r94":{"param_n61":"cat_c","param_a82":null,"attr_j59":"email","field_s47":"test","attr_d55":"option_c","col_h25":"single"}} | null_required | {
"type": "object",
"properties": {
"prop_c30": {
"type": "null"
},
"col_n71": {
"type": "integer"
},
"attr_u37": {
"type": "boolean"
},
"col_r94": {
"type": "object",
"properties": {
"param_n61": {
"type": "string",
"enum": [
... | {"prop_c30": null, "col_n71": 233, "attr_u37": true, "col_r94": {"param_n61": "cat_c", "param_a82": null, "attr_j59": "email", "field_s47": "test", "attr_d55": "option_c", "col_h25": "single"}} | Required field 'prop_c30' is null | {"prop_c30":null,"col_n71":233,"attr_u37":true,"col_r94":{"param_n61":"cat_c","param_a82":null,"attr_j59":"email","field_s47":"test","attr_d55":"option_c","col_h25":"single"}} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD consignee TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD compound TYPE string_uri REQUIRED no
FIELD name TYPE string_date-time REQUIRED no
FIELD price TYPE integer REQUIRED no... | {"paragraph":"level_1","consignee":"new","compound":"https://api.io/v1","price":692,"half_life":"Diana","visible":"cat_d"} | partial_structure | {
"type": "object",
"properties": {
"paragraph": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"consignee": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"retur... | Based on the data, consignee is new. {"paragraph":"level_1","consignee":"new","compound":"https://api.io/v1","price":692,"half_life":"Diana","visible":"cat_d"} | Output mixes natural language with JSON | {"paragraph":"level_1","consignee":"new","compound":"https://api.io/v1","price":692,"half_life":"Diana","visible":"cat_d"} |
TASK repair_structured_output
SPEC
FIELD key_d09 TYPE boolean REQUIRED yes
FIELD prop_f82 TYPE string_email REQUIRED yes
FIELD param_f52 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"key_d09":true,"prop_f82":"ops@test.io","param_f52":"test" | {"key_d09":true,"prop_f82":"ops@test.io","param_f52":"test"} | truncated_array | {
"type": "object",
"properties": {
"key_d09": {
"type": "boolean"
},
"prop_f82": {
"type": "string",
"format": "email"
},
"param_f52": {
"type": "string"
}
},
"required": [
"key_d09",
"param_f52",
"prop_f82"
]
} | {"key_d09":true,"prop_f82":"ops@test.io","param_f52":"test" | Unexpected end of JSON input — truncated object | {"key_d09":true,"prop_f82":"ops@test.io","param_f52":"test"} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD footnote TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD span_id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD run_id TYPE boolean REQUIRED no
FIELD vital_sign TY... | {"batch_code":"level_1","footnote":"GBP","span_id":"error","run_id":true} | agent_chain | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"footnote": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | I need to look up the information first.
Action: lookup_customer
Result: {"batch_code": "level_1", "footnote": "GBP", "span_id": "error"}
I'll query our database.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"batch_code":"level_1","footnote":"GBP","span_id":"error","run_id":true} |
TASK repair_structured_output
SPEC
FIELD prop_x35 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_b19 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD param_n50 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_t80 TYPE integer REQUIRED no
FIEL... | {"prop_x35":"anchored","dim_b19":"heterozygous","param_n50":"anchored","attr_t80":749,"col_w51":688,"key_e70":"2021-06-18T16:49:00Z","param_u27":512,"val_a12":680.73} | date_format_error | {
"type": "object",
"properties": {
"prop_x35": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_b19": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]... | {"prop_x35": "anchored", "dim_b19": "heterozygous", "param_n50": "anchored", "attr_t80": 749, "col_w51": 688, "key_e70": "2024/06/15 14:30:00", "param_u27": 512, "val_a12": 680.73} | Field 'key_e70' has invalid date format | {"prop_x35":"anchored","dim_b19":"heterozygous","param_n50":"anchored","attr_t80":749,"col_w51":688,"key_e70":"2021-06-18T16:49:00Z","param_u27":512,"val_a12":680.73} |
TASK repair_structured_output
SPEC
FIELD col_m12 TYPE string REQUIRED yes
FIELD param_d23 TYPE null REQUIRED no
FIELD dim_t28 TYPE string_uri REQUIRED yes
FIELD param_i80 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_m12":"REV","param_d23":null,"dim_t28":"https://www.com/data","param_i80":266}
Data logged successfull... | {"col_m12":"REV","param_d23":null,"dim_t28":"https://www.com/data","param_i80":266} | extra_text_after | {
"type": "object",
"properties": {
"col_m12": {
"type": "string"
},
"param_d23": {
"type": "null"
},
"dim_t28": {
"type": "string",
"format": "uri"
},
"param_i80": {
"type": "integer"
}
},
"required": [
"col_m12",
"dim_t28",
"param_i80"
... | {"col_m12":"REV","param_d23":null,"dim_t28":"https://www.com/data","param_i80":266}
Data logged successfully. | Output contains non-JSON text after the object | {"col_m12":"REV","param_d23":null,"dim_t28":"https://www.com/data","param_i80":266} |
TASK repair_structured_output
SPEC
FIELD format TYPE boolean REQUIRED no
FIELD language.freight_class TYPE integer REQUIRED no
FIELD language.visible TYPE string_email REQUIRED yes
FIELD language.chromosome TYPE string REQUIRED no
FIELD language.crew_id.tile TYPE string VALUES new|in_transit|delivered|returned REQUIRE... | {"format":false,"language":{"freight_class":89,"visible":"info@test.io","verified":"2024-06-30","department":511,"notes":"Bob"},"consignee":381.55,"chapter":"black","age":{"dissolved_oxygen":"Paris","torque_output":"new","format":"escalated"},"price":668} | tool_call_text_mix | {
"type": "object",
"properties": {
"format": {
"type": "boolean"
},
"language": {
"type": "object",
"properties": {
"freight_class": {
"type": "integer"
},
"visible": {
"type": "string",
"format": "email"
},
"chromo... | I need to look up the information first.
<tool_call name="calculate_docking_fee">
{"format":false,"language":{"freight_class":89,"visible":"info@test.io","verified":"2024-06-30","department":511,"notes":"Bob"},"consignee":381.55,"chapter":"black","age":{"dissolved_oxygen":"Paris","torque_output":"new","format":"escalat... | Agent response mixes reasoning text with tool call | {"format":false,"language":{"freight_class":89,"visible":"info@test.io","verified":"2024-06-30","department":511,"notes":"Bob"},"consignee":381.55,"chapter":"black","age":{"dissolved_oxygen":"Paris","torque_output":"new","format":"escalated"},"price":668} |
TASK repair_structured_output
SPEC
FIELD col_x23 TYPE boolean REQUIRED yes
FIELD prop_r84 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD param_y01.field_g56 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_y01.attr_g80 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIR... | {"col_x23":true,"prop_r84":"anchored","dim_s58":{"col_w74":{"param_r14":"qux","key_b61":"divorced","dim_s96":"https://example.io/data"},"dim_i89":751.32,"col_b48":"oceanic"}} | boolean_as_string | {
"type": "object",
"properties": {
"col_x23": {
"type": "boolean"
},
"prop_r84": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_y01": {
"type": "object",
"properties": {
"field_g56... | {"col_x23": "False", "prop_r84": "anchored", "dim_s58": {"col_w74": {"param_r14": "qux", "key_b61": "divorced", "dim_s96": "https://example.io/data"}, "dim_i89": 751.32, "col_b48": "oceanic"}} | Field 'col_x23' must be boolean, got string | {"col_x23":true,"prop_r84":"anchored","dim_s58":{"col_w74":{"param_r14":"qux","key_b61":"divorced","dim_s96":"https://example.io/data"},"dim_i89":751.32,"col_b48":"oceanic"}} |
TASK repair_structured_output
SPEC
FIELD field_g71 TYPE boolean REQUIRED no
FIELD param_y96 TYPE integer REQUIRED yes
FIELD attr_j76 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD col_v59 TYPE string REQUIRED no
FIELD field_k34.col_i35 TYPE boolean REQUIRED no
FIELD field_k34.dim_c61 TYPE string VALUE... | {"param_y96":880,"field_k34":{"col_i35":true,"dim_c61":"type_a","dim_a29":"cat_a","attr_b29":["hello","approved","PASS"]},"dim_l74":540.01,"val_k10":true,"param_u59":null} | markdown_explanation | {
"type": "object",
"properties": {
"field_g71": {
"type": "boolean"
},
"param_y96": {
"type": "integer"
},
"attr_j76": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"col_v59": {
"type": "string"
},
... | Pipeline result:
```json
{"param_y96":880,"field_k34":{"col_i35":true,"dim_c61":"type_a","dim_a29":"cat_a","attr_b29":["hello","approved","PASS"]},"dim_l74":540.01,"val_k10":true,"param_u59":null}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"param_y96":880,"field_k34":{"col_i35":true,"dim_c61":"type_a","dim_a29":"cat_a","attr_b29":["hello","approved","PASS"]},"dim_l74":540.01,"val_k10":true,"param_u59":null} |
TASK repair_structured_output
SPEC
FIELD param_f29 TYPE boolean REQUIRED no
FIELD key_x47 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_h48 TYPE boolean REQUIRED yes
FIELD prop_z19.dim_f00 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_z19.param_a29 TYPE ... | {"param_f29":false,"key_x47":"frameshift","field_h48":false,"prop_z19":{"dim_f00":"reliable","param_a29":"delivered","attr_o18":{"val_m75":768.43,"field_p50":true,"val_m12":983.81,"attr_i71":"QC-07","val_c16":275.19}},"attr_m49":false,"attr_r98":"world"} | truncated_array | {
"type": "object",
"properties": {
"param_f29": {
"type": "boolean"
},
"key_x47": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_h48": {
"type": "boolean"
},
"prop_z19": {
"... | {"param_f29":false,"key_x47":"frameshift","field_h48":false,"prop_z19":{"dim_f00":"reliable","param_a29":"delivered","attr_o18":{"val_m75":768.43,"field_p50":true,"val_m12":983.81,"attr_i71":"QC-07","val_c16":275.19}},"attr_m49":false,"attr_r98":"world" | Unexpected end of JSON input — truncated object | {"param_f29":false,"key_x47":"frameshift","field_h48":false,"prop_z19":{"dim_f00":"reliable","param_a29":"delivered","attr_o18":{"val_m75":768.43,"field_p50":true,"val_m12":983.81,"attr_i71":"QC-07","val_c16":275.19}},"attr_m49":false,"attr_r98":"world"} |
TASK repair_structured_output
SPEC
FIELD lane TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD date TYPE string_uri REQUIRED yes
FIELD status_code TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: generate_report
Result: {"date": "https://www.org/api", "status_code": false... | {"lane":"anchored","date":"https://www.org/api","status_code":false} | agent_chain | {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"date": {
"type": "string",
"format": "uri"
},
"status_code": {
"type": "boolean"
}
},
"required"... | Let me check the system.
Action: generate_report
Result: {"date": "https://www.org/api", "status_code": false}
Processing the request now.
Action: validate_address
Result: | Agent multi-step chain with truncated tool output | {"lane":"anchored","date":"https://www.org/api","status_code":false} |
TASK repair_structured_output
SPEC
FIELD attr_h59 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD key_k10 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_f54 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_o02 TYPE string REQUIRED n... | {"dim_f54":"in_transit","key_o02":"London","dim_v89":583,"attr_w92":false,"param_j76":"bar","attr_f89":"RTG-04"} | number_with_unit | {
"type": "object",
"properties": {
"attr_h59": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_k10": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | {"dim_f54": "in_transit", "key_o02": "London", "dim_v89": "583%", "attr_w92": false, "param_j76": "bar", "attr_f89": "RTG-04"} | Field 'dim_v89' must be number, got string with unit | {"dim_f54":"in_transit","key_o02":"London","dim_v89":583,"attr_w92":false,"param_j76":"bar","attr_f89":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD pressure_kpa TYPE string VALUES draft|published|archived REQUIRED yes
FIELD timezone TYPE boolean REQUIRED no
BROKEN_OUTPUT
Result: timezone=True, {"invoice_id":"coastal","pressure_kpa":"published","... | {"invoice_id":"coastal","pressure_kpa":"published","timezone":true} | partial_structure | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"pressure_kpa": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}... | Result: timezone=True, {"invoice_id":"coastal","pressure_kpa":"published","timezone":true} | Output mixes natural language with JSON | {"invoice_id":"coastal","pressure_kpa":"published","timezone":true} |
TASK repair_structured_output
SPEC
FIELD compound TYPE boolean REQUIRED yes
FIELD consignee TYPE number REQUIRED no
FIELD size TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD color.image_url TYPE string_email REQUIRED no
FIELD color.dissolved_oxygen TYPE integer REQUIRED no
FIELD color.organism TYPE string VAL... | {"compound":true,"consignee":29.1,"size":"cat_c","title":{"full_name":"Paris","isotope":"cat_a","height":"GRCh38","ward":{"priority":"coastal","span_id":"unstable","altitude":"sample","city":null,"url":null}},"log_level":true} | extra_field | {
"type": "object",
"properties": {
"compound": {
"type": "boolean"
},
"consignee": {
"type": "number"
},
"size": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"color": {
"type": "object",
"properties": {
... | {"compound": true, "consignee": 29.1, "size": "cat_c", "title": {"full_name": "Paris", "isotope": "cat_a", "height": "GRCh38", "ward": {"priority": "coastal", "span_id": "unstable", "altitude": "sample", "city": null, "url": null}}, "log_level": true, "extra_field_8361": true} | Unknown field 'extra_field_8361' not defined in schema | {"compound":true,"consignee":29.1,"size":"cat_c","title":{"full_name":"Paris","isotope":"cat_a","height":"GRCh38","ward":{"priority":"coastal","span_id":"unstable","altitude":"sample","city":null,"url":null}},"log_level":true} |
TASK repair_structured_output
SPEC
FIELD key_g17 TYPE integer REQUIRED yes
FIELD attr_n82 TYPE string VALUES type_a|type_b REQUIRED no
FIELD param_l56 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dim_u19 TYPE integer REQUIRED no
FIELD attr_a12 TYPE string REQUIRED no
BROKEN_OUTPUT
{"key_g17": 159, "att... | {"key_g17":159,"attr_n82":"type_a","param_l56":"xl","attr_a12":"2024-01-15"} | invalid_enum | {
"type": "object",
"properties": {
"key_g17": {
"type": "integer"
},
"attr_n82": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"param_l56": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
... | {"key_g17": 159, "attr_n82": "invalid_choice_673", "param_l56": "xl", "attr_a12": "2024-01-15"} | Field 'attr_n82' has invalid enum value 'invalid_choice_673', expected one of ['type_a', 'type_b'] | {"key_g17":159,"attr_n82":"type_a","param_l56":"xl","attr_a12":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD title TYPE string REQUIRED no
FIELD maturity_date.barcode TYPE integer REQUIRED yes
FIELD maturity_date.build_status TYPE number REQUIRED yes
FIELD maturity_date.filter_flag.color TYPE integer REQUIRED yes
FIELD maturity_date.filter_flag.nickname TYPE string REQUIRED no
FIELD m... | {"title":"Diana","maturity_date":{"barcode":305,"build_status":569.6,"filter_flag":{"color":973,"allele":135,"phone":"test","bearing":"2021-04-17T19:26:00Z","cargo_type":"John","start_date":686}},"width":{"yield_pct":129,"lab_result":"Santos","user_id":"2023-11-11T06:17:00Z","quality_score":[823.97,669.22,355.96]},"fee... | agent_chain | {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"maturity_date": {
"type": "object",
"properties": {
"barcode": {
"type": "integer"
},
"build_status": {
"type": "number"
},
"filter_flag": {
"type":... | Let me check the system.
Action: check_availability
Result: {"title": "Diana", "maturity_date": {"barcode": 305, "build_status": 569.6, "filter_flag": {"color": 973, "allele": 135, "phone": "test", "bearing": "2021-04-17T19:26:00Z", "cargo_type": "John", "start_date": 686}}, "width": {"yield_pct": 129, "lab_result": "S... | Agent multi-step chain with truncated tool output | {"title":"Diana","maturity_date":{"barcode":305,"build_status":569.6,"filter_flag":{"color":973,"allele":135,"phone":"test","bearing":"2021-04-17T19:26:00Z","cargo_type":"John","start_date":686}},"width":{"yield_pct":129,"lab_result":"Santos","user_id":"2023-11-11T06:17:00Z","quality_score":[823.97,669.22,355.96]},"fee... |
TASK repair_structured_output
SPEC
FIELD role TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD start_date TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD throttle_pos TYPE number REQUIRED no
FIELD crew_id TYPE string REQUIRED no
FIELD catalyst TYPE integer REQUIRED no
FIELD pric... | {"start_date":"homozygous","throttle_pos":256.48,"crew_id":"QC-07","price":229.06,"allele":"option_c"} | extra_field | {
"type": "object",
"properties": {
"role": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"start_date": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
}... | {"start_date": "homozygous", "throttle_pos": 256.48, "crew_id": "QC-07", "price": 229.06, "allele": "option_c", "extra_data_6225": "unexpected"} | Unknown field 'extra_data_6225' not defined in schema | {"start_date":"homozygous","throttle_pos":256.48,"crew_id":"QC-07","price":229.06,"allele":"option_c"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD first_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD date TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD frequency_hz TYPE integer REQUIRED yes
FIELD allele TYPE number ... | {"brake_pressure":"inactive","first_name":"BRL","date":"black","frequency_hz":565,"allele":449.77} | unquoted_keys | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"first_name": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
... | {brake_pressure:"inactive",first_name:"BRL",date:"black",frequency_hz:565,allele:449.77} | Expecting property name enclosed in double quotes | {"brake_pressure":"inactive","first_name":"BRL","date":"black","frequency_hz":565,"allele":449.77} |
TASK repair_structured_output
SPEC
FIELD field_j46 TYPE number REQUIRED no
FIELD dim_z95 TYPE string REQUIRED no
FIELD key_t36 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_k45 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_y21 TYPE string VALUES reliable... | {"field_j46":817.12,"key_t36":"offline","col_k45":"open","key_j48":275,"col_h48":"nonsense"} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_j46": {
"type": "number"
},
"dim_z95": {
"type": "string"
},
"key_t36": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_k45": {
"type... | Processing the request now.
<tool_call name="get_weather">
{"field_j46":817.12,"key_t36":"offline","col_k45":"open","key_j48":275,"col_h48":"nonsense"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"field_j46":817.12,"key_t36":"offline","col_k45":"open","key_j48":275,"col_h48":"nonsense"} |
TASK repair_structured_output
SPEC
FIELD patient_id.published.conductivity TYPE integer REQUIRED no
FIELD patient_id.published.first_name TYPE integer REQUIRED yes
FIELD patient_id.published.category TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD patient_id.published.dissolved_oxygen TYPE string R... | {"patient_id":{"published":{"first_name":525,"category":"coastal","dissolved_oxygen":"Berlin","color":"https://example.org/v1","medication":false},"discount":"foo","due_date":"rejected","build_status":254,"language":{"freight_class":"draft","position":false,"conductivity":"https://example.com/v1","published":null,"disc... | partial_structure | {
"type": "object",
"properties": {
"patient_id": {
"type": "object",
"properties": {
"published": {
"type": "object",
"properties": {
"conductivity": {
"type": "integer"
},
"first_name": {
"type": "integer"
... | Result: consignee=True, {"patient_id":{"published":{"first_name":525,"category":"coastal","dissolved_oxygen":"Berlin","color":"https://example.org/v1","medication":false},"discount":"foo","due_date":"rejected","build_status":254,"language":{"freight_class":"draft","position":false,"conductivity":"https://example.com/v1... | Output mixes natural language with JSON | {"patient_id":{"published":{"first_name":525,"category":"coastal","dissolved_oxygen":"Berlin","color":"https://example.org/v1","medication":false},"discount":"foo","due_date":"rejected","build_status":254,"language":{"freight_class":"draft","position":false,"conductivity":"https://example.com/v1","published":null,"disc... |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string REQUIRED yes
FIELD color.deploy_target TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD color.gene_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD color.frequency_hz TYPE string REQUIRED ye... | {"vital_sign":"test@example.com","color":{"gene_id":"mode_f","frequency_hz":"2024-06-30","description":"open","level":true,"vessel_name":"info@domain.org","maturity_date":"https://api.com/data"},"wavelength":828,"vessel_name":"type_a"} | markdown_fences | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string"
},
"color": {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"es... | ```json
{"vital_sign":"test@example.com","color":{"gene_id":"mode_f","frequency_hz":"2024-06-30","description":"open","level":true,"vessel_name":"info@domain.org","maturity_date":"https://api.com/data"},"wavelength":828,"vessel_name":"type_a"}
``` | Output contains markdown code fences | {"vital_sign":"test@example.com","color":{"gene_id":"mode_f","frequency_hz":"2024-06-30","description":"open","level":true,"vessel_name":"info@domain.org","maturity_date":"https://api.com/data"},"wavelength":828,"vessel_name":"type_a"} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string REQUIRED no
FIELD role TYPE boolean REQUIRED yes
FIELD description TYPE null REQUIRED yes
FIELD comments TYPE integer REQUIRED yes
FIELD bill_of_lading TYPE number REQUIRED yes
BROKEN_OUTPUT
{"run_id":"2024-01-15","role":false,"description":null,"comments":3... | {"run_id":"2024-01-15","role":false,"description":null,"comments":387,"bill_of_lading":391.76} | missing_brace | {
"type": "object",
"properties": {
"run_id": {
"type": "string"
},
"role": {
"type": "boolean"
},
"description": {
"type": "null"
},
"comments": {
"type": "integer"
},
"bill_of_lading": {
"type": "number"
}
},
"required": [
"comments",
... | {"run_id":"2024-01-15","role":false,"description":null,"comments":387,"bill_of_lading":391.76 | Missing closing brace | {"run_id":"2024-01-15","role":false,"description":null,"comments":387,"bill_of_lading":391.76} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD bearing TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD username TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD phenotype TYPE boolean REQUIRED yes
FIELD commit_has... | {"id":"underway","bearing":"type_b","username":"blue","phenotype":false,"commit_hash":275.87} | thought_process | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"bearing": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"id":"underway","bearing":"type_b","username":"blue","phenotype":false,"commit_hash":275.87} | Output contains chain-of-thought reasoning before JSON | {"id":"underway","bearing":"type_b","username":"blue","phenotype":false,"commit_hash":275.87} |
TASK repair_structured_output
SPEC
FIELD prop_v76 TYPE string_uri REQUIRED no
FIELD attr_f41 TYPE string REQUIRED no
FIELD val_u19.attr_g82 TYPE null REQUIRED no
FIELD val_u19.dim_q14 TYPE string REQUIRED no
FIELD val_u19.col_t67 TYPE boolean REQUIRED yes
FIELD val_u19.col_p14.col_s02 TYPE string_email REQUIRED no
FIE... | {"prop_v76":"https://example.org/data","attr_f41":"New York","val_u19":{"attr_g82":null,"dim_q14":"Sao Paulo","col_t67":true,"col_p14":{"key_t68":"synonymous","param_n64":977.2,"field_c74":"completed"}},"param_x02":"medium","key_a78":"FWD"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_v76": {
"type": "string",
"format": "uri"
},
"attr_f41": {
"type": "string"
},
"val_u19": {
"type": "object",
"properties": {
"attr_g82": {
"type": "null"
},
"dim_q14": {
"type": "... | {prop_v76:"https://example.org/data",attr_f41:"New York",val_u19:{attr_g82:null,dim_q14:"Sao Paulo",col_t67:true,col_p14:{key_t68:"synonymous",param_n64:977.2,field_c74:"completed"}},param_x02:"medium",key_a78:"FWD"} | Expecting property name enclosed in double quotes | {"prop_v76":"https://example.org/data","attr_f41":"New York","val_u19":{"attr_g82":null,"dim_q14":"Sao Paulo","col_t67":true,"col_p14":{"key_t68":"synonymous","param_n64":977.2,"field_c74":"completed"}},"param_x02":"medium","key_a78":"FWD"} |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD medication TYPE string REQUIRED no
FIELD company TYPE boolean REQUIRED no
FIELD ph_level.thumbnail TYPE string REQUIRED no
FIELD ph_level.priority TYPE integer REQUIRED yes
FIELD ph_level.branch.w... | {"age":"nonsense","medication":"QC-07","ph_level":{"priority":713,"branch":{"quantity":"critical","rating":"PASS","timezone":362.09,"filter_flag":true},"state":{"wavelength":"RTG-04","level":"John","items":"info@example.com","end_date":null,"chapter":"QC-07","current_draw":754,"batch_code":"2023-12-19T01:09:00Z"}},"col... | agent_chain | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"medication": {
"type": "string"
},
"company": {
"type": "boolean"
},
"ph_level": {
"type":... | I need to look up the information first.
Action: annotate_mutation
Result: {"age": "nonsense", "medication": "QC-07", "collateral": {"vessel_name": "cat_c", "section": "level_2", "berth_slot": "mode_a", "due_date": "type_d"}}
Processing the request now.
Action: send_email
Result: | Agent multi-step chain with truncated tool output | {"age":"nonsense","medication":"QC-07","ph_level":{"priority":713,"branch":{"quantity":"critical","rating":"PASS","timezone":362.09,"filter_flag":true},"state":{"wavelength":"RTG-04","level":"John","items":"info@example.com","end_date":null,"chapter":"QC-07","current_draw":754,"batch_code":"2023-12-19T01:09:00Z"}},"col... |
TASK repair_structured_output
SPEC
FIELD key_b14 TYPE string REQUIRED no
FIELD attr_g47 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_d84 TYPE number REQUIRED yes
FIELD key_v75 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD val_g17 TYPE number REQUIRED yes
BROKEN_OUT... | {"key_b14":"Bob","attr_g47":"medium","prop_d84":321.96,"key_v75":"degraded","val_g17":646.74} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_b14": {
"type": "string"
},
"attr_g47": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"prop_d84": {
"type": "number"
},
"key_v75": {
"type": "string",
... | Let me check the system.
Action: send_email
Arguments: {"key_b14": "Bob", "prop_d84": 321.96, "key_v75": "degraded", "val_g17": 646.74} | Agent tool call missing required parameter 'attr_g47' | {"key_b14":"Bob","attr_g47":"medium","prop_d84":321.96,"key_v75":"degraded","val_g17":646.74} |
TASK repair_structured_output
SPEC
FIELD dim_w04 TYPE string REQUIRED no
FIELD field_i92 TYPE string_date-time REQUIRED no
FIELD attr_f40.dim_o58 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD attr_f40.prop_d31 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD attr_f40.attr_s78 ... | {"dim_w04":"active","field_i92":"2020-01-24T19:06:00Z","attr_f40":{"dim_o58":"closed","prop_d31":"type_a","prop_s88":{"key_q73":false,"field_d92":217,"attr_h48":"option_e","attr_e24":"mode_d","dim_c55":"example","param_k15":"Charlie","attr_q54":"type_f"}},"col_n60":352,"col_i06":true,"col_n38":"Hapag-Lloyd-Express","fi... | markdown_explanation | {
"type": "object",
"properties": {
"dim_w04": {
"type": "string"
},
"field_i92": {
"type": "string",
"format": "date-time"
},
"attr_f40": {
"type": "object",
"properties": {
"dim_o58": {
"type": "string",
"enum": [
"open",
... | Here is the JSON you requested:
```json
{"dim_w04":"active","field_i92":"2020-01-24T19:06:00Z","attr_f40":{"dim_o58":"closed","prop_d31":"type_a","prop_s88":{"key_q73":false,"field_d92":217,"attr_h48":"option_e","attr_e24":"mode_d","dim_c55":"example","param_k15":"Charlie","attr_q54":"type_f"}},"col_n60":352,"col_i06":... | Output contains markdown and explanatory text around JSON | {"dim_w04":"active","field_i92":"2020-01-24T19:06:00Z","attr_f40":{"dim_o58":"closed","prop_d31":"type_a","prop_s88":{"key_q73":false,"field_d92":217,"attr_h48":"option_e","attr_e24":"mode_d","dim_c55":"example","param_k15":"Charlie","attr_q54":"type_f"}},"col_n60":352,"col_i06":true,"col_n38":"Hapag-Lloyd-Express","fi... |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE string REQUIRED no
FIELD items.cargo_type TYPE number REQUIRED no
FIELD items.version TYPE integer REQUIRED yes
FIELD items.build_status TYPE number REQUIRED no
FIELD items.quality_score TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no... | {"patient_id":"test","items":{"version":85,"build_status":882.59,"aligned_pct":64},"crew_id":200.2,"full_name":"pending_review","updated_at":"green"} | agent_chain | {
"type": "object",
"properties": {
"patient_id": {
"type": "string"
},
"items": {
"type": "object",
"properties": {
"cargo_type": {
"type": "number"
},
"version": {
"type": "integer"
},
"build_status": {
"type": "nu... | I need to look up the information first.
Action: align_reads
Result: {"patient_id": "test", "items": {"version": 85, "build_status": 882.59, "aligned_pct": 64}, "full_name": "pending_review", "updated_at": "green"}
Processing the request now.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"patient_id":"test","items":{"version":85,"build_status":882.59,"aligned_pct":64},"crew_id":200.2,"full_name":"pending_review","updated_at":"green"} |
TASK repair_structured_output
SPEC
FIELD organism TYPE boolean REQUIRED yes
FIELD username TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD email[].end_date TYPE number REQUIRED no
FIELD email[].website TYPE boolean REQUIRED yes
FIELD email[].gene_id TYPE string VALUES homozygous|heterozygous|hemizygous REQU... | {"organism":false,"username":"email","email":[{"end_date":381.09,"website":true,"gene_id":"heterozygous","account_id":"https://www.org/v1","compound":"medium","index":true,"level":"admin"}]} | missing_brace | {
"type": "object",
"properties": {
"organism": {
"type": "boolean"
},
"username": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"email": {
"type": "array",
"items": {
"type": "object",
"prop... | {"organism":false,"username":"email","email":[{"end_date":381.09,"website":true,"gene_id":"heterozygous","account_id":"https://www.org/v1","compound":"medium","index":true,"level":"admin"}] | Missing closing brace | {"organism":false,"username":"email","email":[{"end_date":381.09,"website":true,"gene_id":"heterozygous","account_id":"https://www.org/v1","compound":"medium","index":true,"level":"admin"}]} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string VALUES active|inactive|pending REQUIRED no
FIELD features TYPE null REQUIRED yes
FIELD salinity TYPE string_email REQUIRED no
FIELD ward TYPE integer REQUIRED no
FIELD strand TYPE integer REQUIRED no
FIELD medication TYPE boolean REQUIRED no
BROKEN_OUTPUT
{... | {"features":null,"salinity":"user@example.com","ward":370,"strand":951,"medication":true} | truncated_object | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"features": {
"type": "null"
},
"salinity": {
"type": "string",
"format": "email"
},
"ward": {
"type": "inte... | {"features":null,"salinity":"user@example.com","ward":370,"strand":951,"medication":true | Unexpected end of JSON input — truncated object | {"features":null,"salinity":"user@example.com","ward":370,"strand":951,"medication":true} |
TASK repair_structured_output
SPEC
FIELD val_h80 TYPE integer REQUIRED yes
FIELD key_c58 TYPE number REQUIRED yes
FIELD key_y27 TYPE string_email REQUIRED yes
FIELD dim_q34 TYPE string_email REQUIRED yes
FIELD field_j66 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_h80": null, "key_c58": 158.69, "key_y27": "info@examp... | {"val_h80":366,"key_c58":158.69,"key_y27":"info@example.com","dim_q34":"info@domain.org","field_j66":295} | null_required | {
"type": "object",
"properties": {
"val_h80": {
"type": "integer"
},
"key_c58": {
"type": "number"
},
"key_y27": {
"type": "string",
"format": "email"
},
"dim_q34": {
"type": "string",
"format": "email"
},
"field_j66": {
"type": "integer... | {"val_h80": null, "key_c58": 158.69, "key_y27": "info@example.com", "dim_q34": "info@domain.org", "field_j66": 295} | Required field 'val_h80' is null | {"val_h80":366,"key_c58":158.69,"key_y27":"info@example.com","dim_q34":"info@domain.org","field_j66":295} |
TASK repair_structured_output
SPEC
FIELD key_n60 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_i69.dim_n16 TYPE string REQUIRED no
FIELD val_i69.attr_s68 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD val_i69.param_s28 TYPE integer REQUIRED no
FIELD val_i69.param_a87... | {"val_i69":{"dim_n16":"2023-12-25","attr_s68":"green","param_p68":{"param_v36":"pending_review","prop_c77":"RTG-04","col_f60":"coastal"}},"dim_r95":{"col_l80":"operational","val_m95":785.74,"dim_k55":"active"},"key_b04":"reliable"} | thought_process | {
"type": "object",
"properties": {
"key_n60": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"val_i69": {
"type": "object",
"properties": {
"dim_n16": {
"type": "string"
},
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"val_i69":{"dim_n16":"2023-12-25","attr_s68":"green","param_p68":{"param_v36":"pending_review","prop_c77":"RTG-04","col_f60":"coastal"}},"dim_r95":{"col_l80":"operational","val_m95":785.74,"dim_k55":"active"},"key_b... | Output contains chain-of-thought reasoning before JSON | {"val_i69":{"dim_n16":"2023-12-25","attr_s68":"green","param_p68":{"param_v36":"pending_review","prop_c77":"RTG-04","col_f60":"coastal"}},"dim_r95":{"col_l80":"operational","val_m95":785.74,"dim_k55":"active"},"key_b04":"reliable"} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD enabled.score TYPE integer REQUIRED no
FIELD enabled.lane TYPE integer REQUIRED yes
FIELD enabled.freight_class.bed_number TYPE string VALUES draft|published|archived REQUIRED yes
FIEL... | {"duration_ms":"escalated","enabled":{"score":444,"lane":589,"freight_class":{"bed_number":"published","throttle_pos":"small","values":false,"height":"red","deploy_target":"qux","longitude":"sms"}},"quantity":false,"tile":false} | extra_field | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"enabled": {
"type": "object",
"properties": {
"score": {
"type": "integer"
... | {"duration_ms": "escalated", "enabled": {"score": 444, "lane": 589, "freight_class": {"bed_number": "published", "throttle_pos": "small", "values": false, "height": "red", "deploy_target": "qux", "longitude": "sms"}}, "quantity": false, "tile": false, "extra_value_2661": "unexpected"} | Unknown field 'extra_value_2661' not defined in schema | {"duration_ms":"escalated","enabled":{"score":444,"lane":589,"freight_class":{"bed_number":"published","throttle_pos":"small","values":false,"height":"red","deploy_target":"qux","longitude":"sms"}},"quantity":false,"tile":false} |
TASK repair_structured_output
SPEC
FIELD height TYPE string REQUIRED yes
FIELD deploy_target TYPE string REQUIRED no
FIELD voltage TYPE boolean REQUIRED no
FIELD language TYPE string REQUIRED yes
FIELD velocity TYPE integer REQUIRED no
FIELD address TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD ... | {"height":"quux","deploy_target":"Paris","voltage":false,"language":"Santos","velocity":218,"address":"intermittent","published":"frameshift"} | number_with_unit | {
"type": "object",
"properties": {
"height": {
"type": "string"
},
"deploy_target": {
"type": "string"
},
"voltage": {
"type": "boolean"
},
"language": {
"type": "string"
},
"velocity": {
"type": "integer"
},
"address": {
"type": "stri... | {"height": "quux", "deploy_target": "Paris", "voltage": false, "language": "Santos", "velocity": "218sec", "address": "intermittent", "published": "frameshift"} | Field 'velocity' must be number, got string with unit | {"height":"quux","deploy_target":"Paris","voltage":false,"language":"Santos","velocity":218,"address":"intermittent","published":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD category TYPE integer REQUIRED no
FIELD strand TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD diagnosis_code TYPE string REQUIRED no
FIELD values TYPE integer REQUIRED no
BROKEN_OUTPUT
{"order_id": "admin",... | {"order_id":"admin","category":323,"strand":"mode_b","values":726} | number_with_unit | {
"type": "object",
"properties": {
"order_id": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"category": {
"type": "integer"
},
"strand": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
... | {"order_id": "admin", "category": 323, "strand": "mode_b", "values": "726cm"} | Field 'values' must be number, got string with unit | {"order_id":"admin","category":323,"strand":"mode_b","values":726} |
TASK repair_structured_output
SPEC
FIELD col_g43 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD param_l20 TYPE boolean REQUIRED no
FIELD attr_l80 TYPE integer REQUIRED yes
FIELD attr_s82 TYPE integer REQUIRED no
FIELD key_c62[].field_c28 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRE... | {"param_l20":false,"attr_l80":368,"attr_s82":302,"key_c62":[{"field_c28":"rejected","prop_w44":288.42,"attr_b73":"https://www.io/data"},{"field_c28":"escalated","prop_w44":877.7,"attr_b73":"https://data.io/data"},{"field_c28":"pending_review","prop_w44":212.55}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_g43": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param_l20": {
"type": "boolean"
},
"attr_l80": {
"type": "integer"
},
"attr_s82": {
"type": "integer"
},
"ke... | <functioncall> fetch_lab_result
{param_l20: false, attr_l80: 368, attr_s82: 302, key_c62: [{field_c28: "rejected", prop_w44: 288.42, attr_b73: "https://www.io/data"}, {field_c28: "escalated", prop_w44: 877.7, attr_b73: "https://data.io/data"}, {field_c28: "pending_review", prop_w44: 212.55}]} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_l20":false,"attr_l80":368,"attr_s82":302,"key_c62":[{"field_c28":"rejected","prop_w44":288.42,"attr_b73":"https://www.io/data"},{"field_c28":"escalated","prop_w44":877.7,"attr_b73":"https://data.io/data"},{"field_c28":"pending_review","prop_w44":212.55}]} |
TASK repair_structured_output
SPEC
FIELD field_a15 TYPE boolean REQUIRED yes
FIELD col_t35 TYPE string REQUIRED no
FIELD val_c98 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
BROKEN_OUTPUT
{"field_a15":false,"col_t35":"inactive","val_c98":"type_c" | {"field_a15":false,"col_t35":"inactive","val_c98":"type_c"} | truncated_object | {
"type": "object",
"properties": {
"field_a15": {
"type": "boolean"
},
"col_t35": {
"type": "string"
},
"val_c98": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
}
},
"required": [
... | {"field_a15":false,"col_t35":"inactive","val_c98":"type_c" | Unexpected end of JSON input — truncated object | {"field_a15":false,"col_t35":"inactive","val_c98":"type_c"} |
TASK repair_structured_output
SPEC
FIELD key_o89 TYPE string_date-time REQUIRED yes
FIELD prop_p03 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_e62.dim_x94.field_s88 TYPE integer REQUIRED yes
FIELD dim_e62.dim_x94.field_e53 TYPE number REQUIRED no
FIELD dim_e62.dim_x94.key_e34 TYPE null REQU... | {"key_o89":"2022-10-12T14:44:00Z","prop_p03":"intermittent","dim_e62":{"dim_m93":"admin","attr_k72":{"attr_b39":"warning","val_r05":"demo"},"col_b44":"Charlie","field_t25":true}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_o89": {
"type": "string",
"format": "date-time"
},
"prop_p03": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_e62": {
"type": "object",
"properties": {
... | check_availability(key_o89='2022-10-12T14:44:00Z', prop_p03='intermittent', dim_e62={'dim_m93': 'admin', 'attr_k72': {'attr_b39': 'warning', 'val_r05': 'demo'}, 'col_b44': 'Charlie', 'field_t25': True}) | Tool call uses Python syntax instead of JSON | {"key_o89":"2022-10-12T14:44:00Z","prop_p03":"intermittent","dim_e62":{"dim_m93":"admin","attr_k72":{"attr_b39":"warning","val_r05":"demo"},"col_b44":"Charlie","field_t25":true}} |
TASK repair_structured_output
SPEC
FIELD val_q80 TYPE boolean REQUIRED no
FIELD prop_p21 TYPE string_date-time REQUIRED no
FIELD dim_z88 TYPE string REQUIRED no
FIELD dim_r44 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_x50 TYPE string_uri REQUIRED yes
FIELD key_m82 TYPE string REQUIRED yes
FIELD col... | {"val_q80":false,"prop_p21":"2024-07-06T07:28:00Z","dim_z88":"This is a test value.","dim_r44":"USD","param_x50":"https://api.com/v1","key_m82":"test@example.com","col_x07":929.22,"val_r52":486} | truncated_object | {
"type": "object",
"properties": {
"val_q80": {
"type": "boolean"
},
"prop_p21": {
"type": "string",
"format": "date-time"
},
"dim_z88": {
"type": "string"
},
"dim_r44": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | {"val_q80":false,"prop_p21":"2024-07-06T07:28:00Z","dim_z88":"This is a test value.","dim_r44":"USD","param_x50":"https://api.com/v1","key_m82":"test@example.com","col_x07":929.22,"val_r52":486 | Unexpected end of JSON input — truncated object | {"val_q80":false,"prop_p21":"2024-07-06T07:28:00Z","dim_z88":"This is a test value.","dim_r44":"USD","param_x50":"https://api.com/v1","key_m82":"test@example.com","col_x07":929.22,"val_r52":486} |
TASK repair_structured_output
SPEC
FIELD dim_n22 TYPE null REQUIRED no
FIELD field_f15 TYPE boolean REQUIRED no
FIELD val_y42.attr_f75 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD val_y42.param_l89 TYPE integer REQUIRED yes
FIELD val_y42.key_x52 TYPE string_email REQUIRED yes
FIELD prop_r99 TYPE inte... | {"dim_n22":null,"field_f15":true,"val_y42":{"attr_f75":"draft","param_l89":944,"key_x52":"admin@example.com"},"key_r43":888,"dim_i02":{"dim_v35":"2024-01-15","key_q31":{"col_h65":583,"field_g11":"high","param_m66":false,"col_k08":107},"field_n21":"intermittent"}} | boolean_as_string | {
"type": "object",
"properties": {
"dim_n22": {
"type": "null"
},
"field_f15": {
"type": "boolean"
},
"val_y42": {
"type": "object",
"properties": {
"attr_f75": {
"type": "string",
"enum": [
"draft",
"published",
... | {"dim_n22": null, "field_f15": "yes", "val_y42": {"attr_f75": "draft", "param_l89": 944, "key_x52": "admin@example.com"}, "key_r43": 888, "dim_i02": {"dim_v35": "2024-01-15", "key_q31": {"col_h65": 583, "field_g11": "high", "param_m66": false, "col_k08": 107}, "field_n21": "intermittent"}} | Field 'field_f15' must be boolean, got string | {"dim_n22":null,"field_f15":true,"val_y42":{"attr_f75":"draft","param_l89":944,"key_x52":"admin@example.com"},"key_r43":888,"dim_i02":{"dim_v35":"2024-01-15","key_q31":{"col_h65":583,"field_g11":"high","param_m66":false,"col_k08":107},"field_n21":"intermittent"}} |
TASK repair_structured_output
SPEC
FIELD key_q78 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD param_o63 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD field_e96 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Based on the data, key_q78 is type_e. ... | {"key_q78":"type_e","param_o63":"option_e","field_e96":502} | partial_structure | {
"type": "object",
"properties": {
"key_q78": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"param_o63": {
"type": "string",
"enum": [
"option_a",
"option_b",
... | Based on the data, key_q78 is type_e. {"key_q78":"type_e","param_o63":"option_e","field_e96":502} | Output mixes natural language with JSON | {"key_q78":"type_e","param_o63":"option_e","field_e96":502} |
TASK repair_structured_output
SPEC
FIELD options TYPE string VALUES active|inactive|pending REQUIRED no
FIELD manifest_ref TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD width TYPE integer REQUIRED yes
FIELD transaction_id TYPE integer REQUIRED no
BROKEN_OUTPUT
{"manifest_ref": "delivered", "w... | {"manifest_ref":"delivered","width":517,"transaction_id":679} | extra_field | {
"type": "object",
"properties": {
"options": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"manifest_ref": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
}... | {"manifest_ref": "delivered", "width": 517, "transaction_id": 679, "extra_field_2548": "unexpected"} | Unknown field 'extra_field_2548' not defined in schema | {"manifest_ref":"delivered","width":517,"transaction_id":679} |
TASK repair_structured_output
SPEC
FIELD field_s15 TYPE boolean REQUIRED no
FIELD val_s02 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_x04 TYPE integer REQUIRED yes
FIELD param_x10 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"field_s15": true, "param_x10": true} | {"field_s15":true,"param_x04":874,"param_x10":true} | missing_required | {
"type": "object",
"properties": {
"field_s15": {
"type": "boolean"
},
"val_s02": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"param_x04": {
"type": "integer"
},
"param_x10": {
"type"... | {"field_s15": true, "param_x10": true} | Required field 'param_x04' is missing | {"field_s15":true,"param_x04":874,"param_x10":true} |
TASK repair_structured_output
SPEC
FIELD strand TYPE integer REQUIRED yes
FIELD conductivity TYPE string_date-time REQUIRED no
FIELD items TYPE integer REQUIRED yes
FIELD last_name TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"strand": "61px", "conductivity": "2025-07-07T12:48:00Z", "items": 621, "last_name": 345} | {"strand":61,"conductivity":"2025-07-07T12:48:00Z","items":621,"last_name":345} | number_with_unit | {
"type": "object",
"properties": {
"strand": {
"type": "integer"
},
"conductivity": {
"type": "string",
"format": "date-time"
},
"items": {
"type": "integer"
},
"last_name": {
"type": "integer"
}
},
"required": [
"last_name",
"items",
"s... | {"strand": "61px", "conductivity": "2025-07-07T12:48:00Z", "items": 621, "last_name": 345} | Field 'strand' must be number, got string with unit | {"strand":61,"conductivity":"2025-07-07T12:48:00Z","items":621,"last_name":345} |
TASK repair_structured_output
SPEC
FIELD param_n85 TYPE string REQUIRED yes
FIELD val_c65 TYPE string REQUIRED no
FIELD param_c63 TYPE string REQUIRED yes
FIELD prop_d97 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD prop_x30[] TYPE integer REQUIRED yes
FIELD col_q93[] TYPE number REQUIRED no
BROKEN_... | {"param_n85":"Luis","val_c65":"hello","param_c63":"active","prop_d97":"warning","prop_x30":[820,291,932],"col_q93":[583.93,13.46,902.1]} | agent_chain | {
"type": "object",
"properties": {
"param_n85": {
"type": "string"
},
"val_c65": {
"type": "string"
},
"param_c63": {
"type": "string"
},
"prop_d97": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]... | Let me check the system.
Action: lookup_customer
Result: {"val_c65": "hello", "param_c63": "active", "prop_d97": "warning", "prop_x30": [820, 291, 932], "col_q93": [583.93, 13.46, 902.1]}
Processing the request now.
Action: schedule_meeting
Result: | Agent multi-step chain with truncated tool output | {"param_n85":"Luis","val_c65":"hello","param_c63":"active","prop_d97":"warning","prop_x30":[820,291,932],"col_q93":[583.93,13.46,902.1]} |
TASK repair_structured_output
SPEC
FIELD prop_f80 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD attr_r73.col_c05 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD attr_r73.prop_x60 TYPE string REQUIRED yes
FIELD attr_r73.dim_j33 TYPE string VALUES level_1|level_2|leve... | {"prop_f80":"type_c","attr_r73":{"col_c05":"cat_c","prop_x60":"bar","dim_j33":"level_1","field_t07":"2025-06-07T06:10:00Z","key_b43":"https://data.org/data","prop_d59":"approved"},"key_h94":"RTG-04","param_d73":{"key_x76":"cat_e","prop_z11":"level_4","dim_z92":"mode_d","param_q31":true},"dim_c78":184,"key_r62":"https:/... | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_f80": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"attr_r73": {
"type": "object",
"properties": {
"col_c05": {
"type": "string",
... | I need to look up the information first.
Action: assign_berth
Arguments: {"prop_f80": "type_c", "attr_r73": {"col_c05": "cat_c", "prop_x60": "bar", "dim_j33": "level_1", "field_t07": "2025-06-07T06:10:00Z", "key_b43": "https://data.org/data", "prop_d59": "approved"}, "key_h94": "RTG-04", "param_d73": {"key_x76": "cat_e... | Agent tool call missing required parameter 'key_r62' | {"prop_f80":"type_c","attr_r73":{"col_c05":"cat_c","prop_x60":"bar","dim_j33":"level_1","field_t07":"2025-06-07T06:10:00Z","key_b43":"https://data.org/data","prop_d59":"approved"},"key_h94":"RTG-04","param_d73":{"key_x76":"cat_e","prop_z11":"level_4","dim_z92":"mode_d","param_q31":true},"dim_c78":184,"key_r62":"https:/... |
TASK repair_structured_output
SPEC
FIELD field_c59 TYPE integer REQUIRED no
FIELD key_d01 TYPE integer REQUIRED no
FIELD param_r42 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD key_u26 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_a51.param_z77 TYPE string VALUES ty... | {"field_c59":259,"key_d01":727,"param_r42":"level_1","key_u26":"free","val_a51":{"col_n40":"cat_c","field_o20":134,"key_z72":"https://www.io/data","dim_d21":"2022-12-04T09:14:00Z"},"dim_t58":{"attr_w16":"sample","attr_c77":true,"col_o97":120,"dim_c75":"option_e","prop_b06":"baz"}} | single_quotes | {
"type": "object",
"properties": {
"field_c59": {
"type": "integer"
},
"key_d01": {
"type": "integer"
},
"param_r42": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"key_u26":... | {'field_c59':259,'key_d01':727,'param_r42':'level_1','key_u26':'free','val_a51':{'col_n40':'cat_c','field_o20':134,'key_z72':'https://www.io/data','dim_d21':'2022-12-04T09:14:00Z'},'dim_t58':{'attr_w16':'sample','attr_c77':true,'col_o97':120,'dim_c75':'option_e','prop_b06':'baz'}} | Expecting property name enclosed in double quotes | {"field_c59":259,"key_d01":727,"param_r42":"level_1","key_u26":"free","val_a51":{"col_n40":"cat_c","field_o20":134,"key_z72":"https://www.io/data","dim_d21":"2022-12-04T09:14:00Z"},"dim_t58":{"attr_w16":"sample","attr_c77":true,"col_o97":120,"dim_c75":"option_e","prop_b06":"baz"}} |
TASK repair_structured_output
SPEC
FIELD param_t27 TYPE null REQUIRED no
FIELD col_h78 TYPE null REQUIRED yes
FIELD col_f82 TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
{"col_h78":null | {"col_h78":null} | missing_brace | {
"type": "object",
"properties": {
"param_t27": {
"type": "null"
},
"col_h78": {
"type": "null"
},
"col_f82": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
}
},
"required": [
"col_h78"
]
} | {"col_h78":null | Missing closing brace | {"col_h78":null} |
TASK repair_structured_output
SPEC
FIELD param_f70 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_j57 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_a71 TYPE boolean REQUIRED no
FIELD param_b25 TYPE string REQUIRED yes
FIELD attr_v96 TYPE string VALUES small|medium|... | {"param_f70":"hemizygous","prop_a71":true,"param_b25":"Sao Paulo","attr_v96":"xl"} | invalid_enum | {
"type": "object",
"properties": {
"param_f70": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_j57": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | {"param_f70": "hemizygous", "prop_a71": true, "param_b25": "Sao Paulo", "attr_v96": "invalid_choice_280"} | Field 'attr_v96' has invalid enum value 'invalid_choice_280', expected one of ['small', 'medium', 'large', 'xl'] | {"param_f70":"hemizygous","prop_a71":true,"param_b25":"Sao Paulo","attr_v96":"xl"} |
TASK repair_structured_output
SPEC
FIELD dim_o10 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_w01 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_f55 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_e13 TYPE number REQUIRED no
BROKEN_OUTPUT
I've generated ... | {"dim_o10":"inland","key_w01":"xl","prop_f55":"published"} | extra_text_before | {
"type": "object",
"properties": {
"dim_o10": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"key_w01": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}... | I've generated the following JSON:
{"dim_o10":"inland","key_w01":"xl","prop_f55":"published"} | Output contains non-JSON text before the object | {"dim_o10":"inland","key_w01":"xl","prop_f55":"published"} |
TASK repair_structured_output
SPEC
FIELD dim_i25 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD param_j47 TYPE number REQUIRED yes
FIELD prop_r33 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{'dim_i25':'mode_a','param_j47':341.61,'prop_r33':'https://www.io/api'} | {"dim_i25":"mode_a","param_j47":341.61,"prop_r33":"https://www.io/api"} | single_quotes | {
"type": "object",
"properties": {
"dim_i25": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"param_j47": {
"type": "number"
},
"prop_r33": {
"type": "string",
"format": "uri"
}
},
"required": [
"dim_i25",
"param_j47",
... | {'dim_i25':'mode_a','param_j47':341.61,'prop_r33':'https://www.io/api'} | Expecting property name enclosed in double quotes | {"dim_i25":"mode_a","param_j47":341.61,"prop_r33":"https://www.io/api"} |
TASK repair_structured_output
SPEC
FIELD height TYPE string_uri REQUIRED no
FIELD category TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD address TYPE boolean REQUIRED no
FIELD url TYPE string REQUIRED no
FIELD conductivity TYPE string REQUIRED yes
FIELD berth_slot TYPE integer REQUIRED y... | {"category":"frameshift","address":false,"conductivity":"approved","berth_slot":933} | missing_required | {
"type": "object",
"properties": {
"height": {
"type": "string",
"format": "uri"
},
"category": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"address": {
"type": "boolean"
},
"ur... | {"category": "frameshift", "address": false, "conductivity": "approved"} | Required field 'berth_slot' is missing | {"category":"frameshift","address":false,"conductivity":"approved","berth_slot":933} |
TASK repair_structured_output
SPEC
FIELD key_k14 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD key_o22 TYPE integer REQUIRED no
FIELD param_m05 TYPE number REQUIRED yes
FIELD col_b52 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD col_o16 TYPE integer REQUIRED no
FIELD dim_o81... | {"key_k14":"level_2","param_m05":805.26,"col_b52":"option_a"} | invalid_enum | {
"type": "object",
"properties": {
"key_k14": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"key_o22": {
"type": "integer"
},
"param_m05": {
"type": "number"
},
"col_b52": {
"type": "string",
"enum": [
"option_a... | {"key_k14": "invalid_value_155", "param_m05": 805.26, "col_b52": "option_a"} | Field 'key_k14' has invalid enum value 'invalid_value_155', expected one of ['level_1', 'level_2'] | {"key_k14":"level_2","param_m05":805.26,"col_b52":"option_a"} |
TASK repair_structured_output
SPEC
FIELD key_x69 TYPE string REQUIRED yes
FIELD field_l36 TYPE null REQUIRED yes
FIELD attr_l66 TYPE number REQUIRED yes
FIELD key_j81 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
BROKEN_OUTPUT
Analyzing the sensor data to generate the output.
I'll apply the r... | {"key_x69":"Luis","field_l36":null,"attr_l66":970.05,"key_j81":"missense"} | thought_process | {
"type": "object",
"properties": {
"key_x69": {
"type": "string"
},
"field_l36": {
"type": "null"
},
"attr_l66": {
"type": "number"
},
"key_j81": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"key_x69":"Luis","field_l36":null,"attr_l66":970.05,"key_j81":"missense"} | Output contains chain-of-thought reasoning before JSON | {"key_x69":"Luis","field_l36":null,"attr_l66":970.05,"key_j81":"missense"} |
TASK repair_structured_output
SPEC
FIELD dim_w50 TYPE integer REQUIRED no
FIELD dim_z12 TYPE null REQUIRED yes
FIELD dim_v25 TYPE string REQUIRED no
FIELD dim_d32.val_v30 TYPE string_uri REQUIRED no
FIELD dim_d32.key_b44 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD dim_d32.prop_s17 TY... | {"dim_z12":null,"dim_v25":"2023-12-25","attr_z87":"cat_d"} | truncated_array | {
"type": "object",
"properties": {
"dim_w50": {
"type": "integer"
},
"dim_z12": {
"type": "null"
},
"dim_v25": {
"type": "string"
},
"dim_d32": {
"type": "object",
"properties": {
"val_v30": {
"type": "string",
"format": "uri"
... | {"dim_z12":null,"dim_v25":"2023-12-25","attr_z87":"cat_d" | Unexpected end of JSON input — truncated object | {"dim_z12":null,"dim_v25":"2023-12-25","attr_z87":"cat_d"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD yield_pct TYPE boolean REQUIRED yes
FIELD username TYPE null REQUIRED no
FIELD tax TYPE null REQUIRED yes
FIELD vital_sign TYPE boolean REQUIRED yes
FIELD sensor_id TYPE boolean REQUIRED no
BROKEN_OUT... | {"phone":"underway","yield_pct":false,"username":null,"tax":null,"vital_sign":true,"sensor_id":false} | unquoted_keys | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"yield_pct": {
"type": "boolean"
},
"username": {
"type": "null"
},
"tax": {
"type": "null"
... | {phone:"underway",yield_pct:false,username:null,tax:null,vital_sign:true,sensor_id:false} | Expecting property name enclosed in double quotes | {"phone":"underway","yield_pct":false,"username":null,"tax":null,"vital_sign":true,"sensor_id":false} |
TASK repair_structured_output
SPEC
FIELD val_m61 TYPE string REQUIRED no
FIELD param_o71 TYPE string REQUIRED no
FIELD col_e30 TYPE string REQUIRED yes
FIELD attr_z48 TYPE string_date-time REQUIRED yes
FIELD attr_s81 TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"val_m61":"London","col_e30":"Santos","attr_z48":"202... | {"val_m61":"London","col_e30":"Santos","attr_z48":"2025-03-19T06:02:00Z","attr_s81":"Maria"} | markdown_fences | {
"type": "object",
"properties": {
"val_m61": {
"type": "string"
},
"param_o71": {
"type": "string"
},
"col_e30": {
"type": "string"
},
"attr_z48": {
"type": "string",
"format": "date-time"
},
"attr_s81": {
"type": "string"
}
},
"requi... | ```json
{"val_m61":"London","col_e30":"Santos","attr_z48":"2025-03-19T06:02:00Z","attr_s81":"Maria"}
``` | Output contains markdown code fences | {"val_m61":"London","col_e30":"Santos","attr_z48":"2025-03-19T06:02:00Z","attr_s81":"Maria"} |
TASK repair_structured_output
SPEC
FIELD param_j50 TYPE string REQUIRED yes
FIELD key_i91 TYPE number REQUIRED no
FIELD attr_j86 TYPE integer REQUIRED yes
FIELD col_r00 TYPE boolean REQUIRED no
FIELD param_k63 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"param_j50": "Diana", "attr_j86": 92, "param_k63": "2020-0... | {"param_j50":"Diana","attr_j86":92,"param_k63":"2020-08-28T19:45:00Z"} | date_format_error | {
"type": "object",
"properties": {
"param_j50": {
"type": "string"
},
"key_i91": {
"type": "number"
},
"attr_j86": {
"type": "integer"
},
"col_r00": {
"type": "boolean"
},
"param_k63": {
"type": "string",
"format": "date-time"
}
},
"re... | {"param_j50": "Diana", "attr_j86": 92, "param_k63": "2020-08-28 19:45:00Z"} | Field 'param_k63' has invalid date format | {"param_j50":"Diana","attr_j86":92,"param_k63":"2020-08-28T19:45:00Z"} |
TASK repair_structured_output
SPEC
FIELD dim_x29 TYPE string_date-time REQUIRED yes
FIELD dim_l33 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD prop_z56 TYPE boolean REQUIRED yes
FIELD key_o32 TYPE string REQUIRED no
FIELD val_m01 TYPE string VALUES level_1|level_2|level_3|level... | {"dim_x29":"2024-10-15T10:58:00Z","dim_l33":"level_2","prop_z56":true,"key_o32":"https://api.example.com/v1","attr_x88":{"prop_u38":"cat_d","param_w69":true,"dim_v50":"https://example.com/v1"}} | wrong_type | {
"type": "object",
"properties": {
"dim_x29": {
"type": "string",
"format": "date-time"
},
"dim_l33": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"prop_z56": {
... | {"dim_x29": "2024-10-15T10:58:00Z", "dim_l33": "level_2", "prop_z56": "\"yes\"", "key_o32": "https://api.example.com/v1", "attr_x88": {"prop_u38": "cat_d", "param_w69": true, "dim_v50": "https://example.com/v1"}} | Field 'prop_z56' must be boolean, got string | {"dim_x29":"2024-10-15T10:58:00Z","dim_l33":"level_2","prop_z56":true,"key_o32":"https://api.example.com/v1","attr_x88":{"prop_u38":"cat_d","param_w69":true,"dim_v50":"https://example.com/v1"}} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD transaction_id TYPE number REQUIRED yes
FIELD salinity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD pressure_kpa TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"due_date": "push", "transaction_... | {"due_date":"push","transaction_id":337.22,"salinity":"coastal","pressure_kpa":false} | invalid_enum | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"transaction_id": {
"type": "number"
},
"salinity": {
"type": "string",
"enum": [
"coastal",
"oce... | {"due_date": "push", "transaction_id": 337.22, "salinity": "invalid_option_823", "pressure_kpa": false} | Field 'salinity' has invalid enum value 'invalid_option_823', expected one of ['coastal', 'oceanic', 'inland', 'arctic'] | {"due_date":"push","transaction_id":337.22,"salinity":"coastal","pressure_kpa":false} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE boolean REQUIRED yes
FIELD name TYPE integer REQUIRED no
FIELD username.yield_pct TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD username.title TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD username.ward TYPE string VALUES free|b... | {"subtotal":true,"name":37,"username":{"yield_pct":"admin","title":"open","visible":true,"torque_output":true,"chromosome":"pending","procedure_code":"Bob"},"throttle_pos":634,"start_date":"option_a","medication":true,"maturity_date":"Alice"} | extra_field | {
"type": "object",
"properties": {
"subtotal": {
"type": "boolean"
},
"name": {
"type": "integer"
},
"username": {
"type": "object",
"properties": {
"yield_pct": {
"type": "string",
"enum": [
"admin",
"editor",
... | {"subtotal": true, "name": 37, "username": {"yield_pct": "admin", "title": "open", "visible": true, "torque_output": true, "chromosome": "pending", "procedure_code": "Bob"}, "throttle_pos": 634, "start_date": "option_a", "medication": true, "maturity_date": "Alice", "extra_data_9738": true} | Unknown field 'extra_data_9738' not defined in schema | {"subtotal":true,"name":37,"username":{"yield_pct":"admin","title":"open","visible":true,"torque_output":true,"chromosome":"pending","procedure_code":"Bob"},"throttle_pos":634,"start_date":"option_a","medication":true,"maturity_date":"Alice"} |
TASK repair_structured_output
SPEC
FIELD tax.patient_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD tax.altitude TYPE integer REQUIRED yes
FIELD tax.role.message TYPE null REQUIRED no
FIELD tax.role.compound TYPE integer REQUIRED no
FIELD tax.role.label TYPE string REQUIRED no
FIELD tax.role.temp_cels... | {"frequency_hz":"bar","level":"user@domain.org","longitude":"phone","active":{"title":"ops@example.com","score":"frameshift","count":["This is a test value."]},"tags":868.89,"due_date":666} | trailing_comma | {
"type": "object",
"properties": {
"tax": {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"altitude": {
"type": "integer"
... | {"frequency_hz":"bar","level":"user@domain.org","longitude":"phone","active":{"title":"ops@example.com","score":"frameshift","count":["This is a test value.",]},"tags":868.89,"due_date":666} | Unexpected trailing comma | {"frequency_hz":"bar","level":"user@domain.org","longitude":"phone","active":{"title":"ops@example.com","score":"frameshift","count":["This is a test value."]},"tags":868.89,"due_date":666} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string REQUIRED yes
FIELD length TYPE string_email REQUIRED no
FIELD ward TYPE null REQUIRED yes
FIELD isotope TYPE number REQUIRED yes
FIELD wavelength.company TYPE null REQUIRED yes
FIELD wavelength.dosage TYPE integer REQUIRED no
FIELD wavelength.lab_result T... | {"collateral":"https://api.example.com/v1","length":"info@domain.org","ward":null,"isotope":529.4,"wavelength":{"company":null,"lab_result":"EUR","length":{"discount":"viewer","version":"in_transit","humidity_pct":"GRCh38","message":"returned"},"tax":{"notes":"This is a test value.","thumbnail":425.55,"section":436.37,... | null_required | {
"type": "object",
"properties": {
"collateral": {
"type": "string"
},
"length": {
"type": "string",
"format": "email"
},
"ward": {
"type": "null"
},
"isotope": {
"type": "number"
},
"wavelength": {
"type": "object",
"properties": {
... | {"collateral": "https://api.example.com/v1", "length": "info@domain.org", "ward": null, "isotope": null, "wavelength": {"company": null, "lab_result": "EUR", "length": {"discount": "viewer", "version": "in_transit", "humidity_pct": "GRCh38", "message": "returned"}, "tax": {"notes": "This is a test value.", "thumbnail":... | Required field 'isotope' is null | {"collateral":"https://api.example.com/v1","length":"info@domain.org","ward":null,"isotope":529.4,"wavelength":{"company":null,"lab_result":"EUR","length":{"discount":"viewer","version":"in_transit","humidity_pct":"GRCh38","message":"returned"},"tax":{"notes":"This is a test value.","thumbnail":425.55,"section":436.37,... |
TASK repair_structured_output
SPEC
FIELD dim_a14 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_k51 TYPE string REQUIRED no
FIELD field_y51 TYPE string REQUIRED no
FIELD dim_p57 TYPE boolean REQUIRED no
FIELD col_c23 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD key_u87 TYPE s... | {"dim_a14":"black","field_y51":"London","dim_p57":false,"key_u87":"cat_d","col_m26":{"attr_h16":"mode_b","val_s58":{"key_q72":"https://www.org/data","val_j11":"PASS","param_y39":"mode_a","prop_c05":"A short description.","param_z96":null},"col_i91":{"val_a97":null,"key_f60":null,"col_n54":312.33,"prop_d13":"https://api... | extra_field | {
"type": "object",
"properties": {
"dim_a14": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_k51": {
"type": "string"
},
"field_y51": {
"type": "string"
},
"dim_p57": {
"type"... | {"dim_a14": "black", "field_y51": "London", "dim_p57": false, "key_u87": "cat_d", "col_m26": {"attr_h16": "mode_b", "val_s58": {"key_q72": "https://www.org/data", "val_j11": "PASS", "param_y39": "mode_a", "prop_c05": "A short description.", "param_z96": null}, "col_i91": {"val_a97": null, "key_f60": null, "col_n54": 31... | Unknown field 'extra_value_4046' not defined in schema | {"dim_a14":"black","field_y51":"London","dim_p57":false,"key_u87":"cat_d","col_m26":{"attr_h16":"mode_b","val_s58":{"key_q72":"https://www.org/data","val_j11":"PASS","param_y39":"mode_a","prop_c05":"A short description.","param_z96":null},"col_i91":{"val_a97":null,"key_f60":null,"col_n54":312.33,"prop_d13":"https://api... |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE integer REQUIRED yes
FIELD interest_rate TYPE number REQUIRED yes
FIELD full_name TYPE integer REQUIRED no
FIELD decay_rate.username TYPE boolean REQUIRED no
FIELD decay_rate.payment_status.hazmat_code TYPE string REQUIRED yes
FIELD decay_rate.payment_status.quanti... | {"crew_id":773,"interest_rate":980.85,"full_name":684,"decay_rate":{"username":true,"payment_status":{"hazmat_code":"Luis","quantity":"intermittent","pressure_kpa":"user@domain.org","patient_id":"https://api.com/v1"},"throttle_pos":true,"phone":false}} | truncated_array | {
"type": "object",
"properties": {
"crew_id": {
"type": "integer"
},
"interest_rate": {
"type": "number"
},
"full_name": {
"type": "integer"
},
"decay_rate": {
"type": "object",
"properties": {
"username": {
"type": "boolean"
},
... | {"crew_id":773,"interest_rate":980.85,"full_name":684,"decay_rate":{"username":true,"payment_status":{"hazmat_code":"Luis","quantity":"intermittent","pressure_kpa":"user@domain.org","patient_id":"https://api.com/v1"},"throttle_pos":true,"phone":false} | Unexpected end of JSON input — truncated object | {"crew_id":773,"interest_rate":980.85,"full_name":684,"decay_rate":{"username":true,"payment_status":{"hazmat_code":"Luis","quantity":"intermittent","pressure_kpa":"user@domain.org","patient_id":"https://api.com/v1"},"throttle_pos":true,"phone":false}} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD commit_hash TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD comments TYPE integer REQUIRED no
FIELD name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD decay_rate... | {"total":"high","commit_hash":"in_progress","comments":597,"name":"heterozygous"} | truncated_object | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"commit_hash": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"total":"high","commit_hash":"in_progress","comments":597,"name":"heterozygous" | Unexpected end of JSON input — truncated object | {"total":"high","commit_hash":"in_progress","comments":597,"name":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD dim_p89 TYPE boolean REQUIRED yes
FIELD dim_z76 TYPE string REQUIRED no
FIELD param_f76.param_z36.key_d88 TYPE string_uri REQUIRED no
FIELD param_f76.param_z36.prop_i77 TYPE number REQUIRED yes
FIELD param_f76.param_z36.prop_c01 TYPE integer REQUIRED no
FIELD param_f76.param_z3... | {"dim_p89":false,"param_f76":{"param_z36":{"prop_i77":108.12,"prop_c01":66,"param_x06":383,"field_a30":"sample"},"col_e06":"editor","col_n10":"Sao Paulo"},"key_d49":{"field_u56":"info@domain.org","val_t04":"RTG-04","key_o88":"Tokyo","val_p14":223.68}} | agent_chain | {
"type": "object",
"properties": {
"dim_p89": {
"type": "boolean"
},
"dim_z76": {
"type": "string"
},
"param_f76": {
"type": "object",
"properties": {
"param_z36": {
"type": "object",
"properties": {
"key_d88": {
"typ... | Let me check the system.
Action: get_inventory
Result: {"param_f76": {"param_z36": {"prop_i77": 108.12, "prop_c01": 66, "param_x06": 383, "field_a30": "sample"}, "col_e06": "editor", "col_n10": "Sao Paulo"}, "key_d49": {"field_u56": "info@domain.org", "val_t04": "RTG-04", "key_o88": "Tokyo", "val_p14": 223.68}}
I'll q... | Agent multi-step chain with truncated tool output | {"dim_p89":false,"param_f76":{"param_z36":{"prop_i77":108.12,"prop_c01":66,"param_x06":383,"field_a30":"sample"},"col_e06":"editor","col_n10":"Sao Paulo"},"key_d49":{"field_u56":"info@domain.org","val_t04":"RTG-04","key_o88":"Tokyo","val_p14":223.68}} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string_email REQUIRED no
FIELD ph_level TYPE null REQUIRED no
FIELD tags TYPE string VALUES draft|published|archived REQUIRED no
FIELD tile TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: update_preferences
Result: {"ph_l... | {"ph_level":null,"tags":"published","tile":669} | agent_chain | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"format": "email"
},
"ph_level": {
"type": "null"
},
"tags": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"tile": {
"type": "integ... | I need to look up the information first.
Action: update_preferences
Result: {"ph_level": null, "tile": 669}
Processing the request now.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"ph_level":null,"tags":"published","tile":669} |
TASK repair_structured_output
SPEC
FIELD param_o31 TYPE integer REQUIRED yes
FIELD param_n01 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_j03.prop_d99 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD attr_j03.prop_q96 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr... | {"param_o31":199,"param_n01":"EUR","attr_j03":{"prop_d99":"divorced","prop_l52":271,"key_q62":"Smith","col_q50":116,"prop_r50":"example"},"col_b36":788,"field_r27":"sample","param_l75":true,"val_s87":false} | thought_process | {
"type": "object",
"properties": {
"param_o31": {
"type": "integer"
},
"param_n01": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"attr_j03": {
"type": "object",
"properties": {
"prop_d99"... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"param_o31":199,"param_n01":"EUR","attr_j03":{"prop_d99":"divorced","prop_l52":271,"key_q62":"Smith","col_q50":116,"prop_r50":"example"},"col_b36":788,"field_r27":"sample","param_l75":true,"v... | Output contains chain-of-thought reasoning before JSON | {"param_o31":199,"param_n01":"EUR","attr_j03":{"prop_d99":"divorced","prop_l52":271,"key_q62":"Smith","col_q50":116,"prop_r50":"example"},"col_b36":788,"field_r27":"sample","param_l75":true,"val_s87":false} |
TASK repair_structured_output
SPEC
FIELD param_k22 TYPE number REQUIRED no
FIELD prop_d28 TYPE integer REQUIRED yes
FIELD val_c52 TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTPUT
{"param_k22": 861.6, "prop_d28": 274, "val_c52": "invalid_value_399"} | {"param_k22":861.6,"prop_d28":274,"val_c52":"info"} | invalid_enum | {
"type": "object",
"properties": {
"param_k22": {
"type": "number"
},
"prop_d28": {
"type": "integer"
},
"val_c52": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
}
},
"required": [
"prop_d28"
]
} | {"param_k22": 861.6, "prop_d28": 274, "val_c52": "invalid_value_399"} | Field 'val_c52' has invalid enum value 'invalid_value_399', expected one of ['success', 'error', 'warning', 'info'] | {"param_k22":861.6,"prop_d28":274,"val_c52":"info"} |
TASK repair_structured_output
SPEC
FIELD field_d06 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dim_x64 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD key_v40 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD key_n02 TYPE string_date-time REQUIRED no
FIELD field_w18 TYPE string V... | {"field_d06":"medium","dim_x64":"viewer","key_v40":"basic","key_n02":"2022-01-25T06:09:00Z","field_w18":"published"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_d06": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_x64": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_v40": {
... | <functioncall> get_weather
{field_d06: "medium", dim_x64: "viewer", key_v40: "basic", key_n02: "2022-01-25T06:09:00Z", field_w18: "published"} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_d06":"medium","dim_x64":"viewer","key_v40":"basic","key_n02":"2022-01-25T06:09:00Z","field_w18":"published"} |
TASK repair_structured_output
SPEC
FIELD description TYPE null REQUIRED yes
FIELD role TYPE string REQUIRED no
FIELD state TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD medication TYPE boolean REQUIRED yes
FIELD umi TYPE number REQUIRED no
FIELD terminal_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
track_ve... | {"description":null,"role":"RTG-04","medication":false,"umi":188.16,"terminal_id":678} | tool_call_python_syntax | {
"type": "object",
"properties": {
"description": {
"type": "null"
},
"role": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"medication": {
"type": "boolean"
},
... | track_vessel(description=None, role='RTG-04', medication=False, umi=188.16, terminal_id=678) | Tool call uses Python syntax instead of JSON | {"description":null,"role":"RTG-04","medication":false,"umi":188.16,"terminal_id":678} |
TASK repair_structured_output
SPEC
FIELD col_x01 TYPE integer REQUIRED yes
FIELD param_u08 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_g99.field_a95 TYPE string REQUIRED yes
FIELD val_g99.val_b34 TYPE integer REQUIRED no
FIELD val_g99.val_t91 TYPE string REQUIRED yes
FIELD val_g99.key_x40 TYPE integer... | {"col_x01":403,"param_u08":"editor","val_g99":{"field_a95":"GRCh38","val_b34":31,"val_t91":"pending","key_x40":529},"field_c63":{"key_z81":"inactive","prop_k51":false,"attr_v64":"https://example.com/api"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_x01": {
"type": "integer"
},
"param_u08": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_g99": {
"type": "object",
"properties": {
"field_a95": {
"type": "s... | Tool: verify_hazmat_compliance
Params: {"col_x01": 403, "param_u08": "editor", "val_g99": {"field_a95": "GRCh38", "val_b34": 31, "val_t91": "pending", "key_x40": 529}, "field_c63_name": {"key_z81": "inactive", "prop_k51": false, "attr_v64": "https://example.com/api"}} | Agent used wrong parameter name 'field_c63_name' instead of 'field_c63' | {"col_x01":403,"param_u08":"editor","val_g99":{"field_a95":"GRCh38","val_b34":31,"val_t91":"pending","key_x40":529},"field_c63":{"key_z81":"inactive","prop_k51":false,"attr_v64":"https://example.com/api"}} |
TASK repair_structured_output
SPEC
FIELD param_o74 TYPE integer REQUIRED yes
FIELD key_k84 TYPE string REQUIRED no
FIELD param_c66[].dim_b71 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_c66[].field_e02 TYPE number REQUIRED no
FIELD param_c66[].prop_j92 TYPE string VALUES reliable|unstable|interm... | {"param_o74":870,"key_k84":"example","param_c66":[{"dim_b71":"draft","field_e02":369.25,"prop_j92":"intermittent","param_r30":"divorced","prop_q62":"open","param_r99":"world","prop_f84":"A short description."},{"dim_b71":"published","field_e02":252.5,"key_b96":"sample","param_r30":"single","param_r99":"hello","prop_f84... | missing_bracket | {
"type": "object",
"properties": {
"param_o74": {
"type": "integer"
},
"key_k84": {
"type": "string"
},
"param_c66": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dim_b71": {
"type": "string",
"enum": [... | {"param_o74":870,"key_k84":"example","param_c66":[{"dim_b71":"draft","field_e02":369.25,"prop_j92":"intermittent","param_r30":"divorced","prop_q62":"open","param_r99":"world","prop_f84":"A short description."},{"dim_b71":"published","field_e02":252.5,"key_b96":"sample","param_r30":"single","param_r99":"hello","prop_f84... | Missing closing bracket | {"param_o74":870,"key_k84":"example","param_c66":[{"dim_b71":"draft","field_e02":369.25,"prop_j92":"intermittent","param_r30":"divorced","prop_q62":"open","param_r99":"world","prop_f84":"A short description."},{"dim_b71":"published","field_e02":252.5,"key_b96":"sample","param_r30":"single","param_r99":"hello","prop_f84... |
TASK repair_structured_output
SPEC
FIELD dim_f31 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD prop_i19 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD param_u62.attr_h33 TYPE string REQUIRED no
FIELD param_u62.attr_t61 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED... | {"dim_f31":"cat_a","prop_i19":"level_2","param_u62":{"attr_h33":"https://api.example.com/v1","attr_t61":"type_a","prop_a02":{"prop_a89":302,"val_m66":465,"attr_t81":"MV-Evergreen-01","dim_q83":"ops@example.com"},"field_o90":false,"key_w80":{"field_s84":920,"val_z65":"Silva","attr_j88":[538]}}} | truncated_object | {
"type": "object",
"properties": {
"dim_f31": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"prop_i19": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
... | {"dim_f31":"cat_a","prop_i19":"level_2","param_u62":{"attr_h33":"https://api.example.com/v1","attr_t61":"type_a","prop_a02":{"prop_a89":302,"val_m66":465,"attr_t81":"MV-Evergreen-01","dim_q83":"ops@example.com"},"field_o90":false,"key_w80":{"field_s84":920,"val_z65":"Silva","attr_j88":[538]}} | Unexpected end of JSON input — truncated object | {"dim_f31":"cat_a","prop_i19":"level_2","param_u62":{"attr_h33":"https://api.example.com/v1","attr_t61":"type_a","prop_a02":{"prop_a89":302,"val_m66":465,"attr_t81":"MV-Evergreen-01","dim_q83":"ops@example.com"},"field_o90":false,"key_w80":{"field_s84":920,"val_z65":"Silva","attr_j88":[538]}}} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE number REQUIRED yes
FIELD features TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD version TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: get_account
Arguments: {"features": "error", "version": false} | {"current_draw":612.73,"features":"error","version":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"current_draw": {
"type": "number"
},
"features": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"version": {
"type": "boolean"
}
},
"required": [
"version",
... | Let me check the system.
Action: get_account
Arguments: {"features": "error", "version": false} | Agent tool call missing required parameter 'current_draw' | {"current_draw":612.73,"features":"error","version":false} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string REQUIRED no
FIELD company TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD description TYPE boolean REQUIRED no
FIELD width TYPE string REQUIRED yes
FIELD subject TYPE number REQUIRED no
FIELD log_level TYPE string VALUES free|basic|pro|enterprise R... | {"reagent":"Maria","company":"email","description":true,"width":"FWD","subject":715.94,"log_level":"free","product_id":409} | truncated_array | {
"type": "object",
"properties": {
"reagent": {
"type": "string"
},
"company": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"description": {
"type": "boolean"
},
"width": {
"type": "string"
},
... | {"reagent":"Maria","company":"email","description":true,"width":"FWD","subject":715.94,"log_level":"free","product_id":409 | Unexpected end of JSON input — truncated object | {"reagent":"Maria","company":"email","description":true,"width":"FWD","subject":715.94,"log_level":"free","product_id":409} |
TASK repair_structured_output
SPEC
FIELD prop_y73 TYPE boolean REQUIRED yes
FIELD col_c79 TYPE string REQUIRED yes
FIELD val_i89 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD prop_l87[].param_z64 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_l87[].dim_u04 TYPE number REQUIRED yes
FIELD prop_l... | {"prop_y73":false,"col_c79":"2023-12-25","val_i89":"mode_b","prop_l87":[{"param_z64":"medium","dim_u04":449.94,"col_w40":102,"field_s47":"Silva"}]} | markdown_explanation | {
"type": "object",
"properties": {
"prop_y73": {
"type": "boolean"
},
"col_c79": {
"type": "string"
},
"val_i89": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"prop_l87": {
"type": "array",
"items": {
"type": "ob... | Below is the JSON object:
```json
{"prop_y73":false,"col_c79":"2023-12-25","val_i89":"mode_b","prop_l87":[{"param_z64":"medium","dim_u04":449.94,"col_w40":102,"field_s47":"Silva"}]}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_y73":false,"col_c79":"2023-12-25","val_i89":"mode_b","prop_l87":[{"param_z64":"medium","dim_u04":449.94,"col_w40":102,"field_s47":"Silva"}]} |
TASK repair_structured_output
SPEC
FIELD field_m69 TYPE number REQUIRED no
FIELD field_i63 TYPE string REQUIRED yes
FIELD col_j30 TYPE string REQUIRED yes
FIELD val_i97.param_r10 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_i97.field_t82 TYPE number REQUIRED yes
FIELD val_i97.key_w33 TYPE st... | {"field_m69":772.84,"field_i63":"Silva","col_j30":"London","col_u97":"Bob"} | truncated_array | {
"type": "object",
"properties": {
"field_m69": {
"type": "number"
},
"field_i63": {
"type": "string"
},
"col_j30": {
"type": "string"
},
"val_i97": {
"type": "object",
"properties": {
"param_r10": {
"type": "string",
"enum": [
... | {"field_m69":772.84,"field_i63":"Silva","col_j30":"London","col_u97":"Bob" | Unexpected end of JSON input — truncated object | {"field_m69":772.84,"field_i63":"Silva","col_j30":"London","col_u97":"Bob"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD isotope TYPE string VALUES success|error|warning|info REQUIRED no
FIELD phenotype TYPE integer REQUIRED yes
FIELD city TYPE number REQUIRED no
FIELD section TYPE number REQUIRED no
FIELD procedure_code TYPE... | {"throttle_pos":"medium","phenotype":720,"city":413.72,"section":245.45,"visible":"rejected"} | partial_structure | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"isotope": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | I found that throttle_pos should be medium. {"throttle_pos":"medium","phenotype":720,"city":413.72,"section":245.45,"visible":"rejected"} | Output mixes natural language with JSON | {"throttle_pos":"medium","phenotype":720,"city":413.72,"section":245.45,"visible":"rejected"} |
TASK repair_structured_output
SPEC
FIELD prop_s31 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_j03 TYPE boolean REQUIRED no
FIELD col_b73 TYPE string REQUIRED yes
FIELD dim_o15 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD field_m13[].prop_r30 TYPE integer REQUI... | {"prop_s31":"married","col_b73":"Santos","dim_o15":"pending_review","field_m13":[{"prop_r30":584,"val_b47":"hello","val_x16":"sample","param_e36":995},{"prop_r30":338,"val_b47":"hello","val_x16":"Jane","param_e36":231}]} | markdown_explanation | {
"type": "object",
"properties": {
"prop_s31": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_j03": {
"type": "boolean"
},
"col_b73": {
"type": "string"
},
"dim_o15": {
"type": "string",
"enum": ... | Sensor output follows:
```json
{"prop_s31":"married","col_b73":"Santos","dim_o15":"pending_review","field_m13":[{"prop_r30":584,"val_b47":"hello","val_x16":"sample","param_e36":995},{"prop_r30":338,"val_b47":"hello","val_x16":"Jane","param_e36":231}]}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"prop_s31":"married","col_b73":"Santos","dim_o15":"pending_review","field_m13":[{"prop_r30":584,"val_b47":"hello","val_x16":"sample","param_e36":995},{"prop_r30":338,"val_b47":"hello","val_x16":"Jane","param_e36":231}]} |
TASK repair_structured_output
SPEC
FIELD dim_w13 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD key_a38 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_i33 TYPE boolean REQUIRED yes
FIELD col_m58[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"dim_w13": "mode_a", "key_a38": "... | {"dim_w13":"mode_a","key_a38":"heterozygous","key_i33":true,"col_m58":[156,426,670,714]} | wrong_type | {
"type": "object",
"properties": {
"dim_w13": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"key_a38": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
}... | {"dim_w13": "mode_a", "key_a38": "heterozygous", "key_i33": "\"yes\"", "col_m58": [156, 426, 670, 714]} | Field 'key_i33' must be boolean, got string | {"dim_w13":"mode_a","key_a38":"heterozygous","key_i33":true,"col_m58":[156,426,670,714]} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD price TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD vessel_name TYPE string REQUIRED yes
FIELD account_id TYPE string REQUIRED yes
FIELD sensor_id TYPE string REQUIRED no
BROK... | {"price":"returned","vessel_name":"2023-12-25","account_id":"completed","sensor_id":"REV"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"price": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"... | book_appointment(price='returned', vessel_name='2023-12-25', account_id='completed', sensor_id='REV') | Tool call uses Python syntax instead of JSON | {"price":"returned","vessel_name":"2023-12-25","account_id":"completed","sensor_id":"REV"} |
TASK repair_structured_output
SPEC
FIELD prop_g12 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_d52 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD prop_y00 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_c66 TYPE integer REQUIRED ... | {"prop_g12":"rejected","prop_d52":"cat_a","prop_y00":"level_3","key_c66":361,"prop_c94":892} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_g12": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_d52": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"ca... | validate_address(prop_g12='rejected', prop_d52='cat_a', prop_y00='level_3', key_c66=361, prop_c94=892) | Tool call uses Python syntax instead of JSON | {"prop_g12":"rejected","prop_d52":"cat_a","prop_y00":"level_3","key_c66":361,"prop_c94":892} |
TASK repair_structured_output
SPEC
FIELD col_p41 TYPE integer REQUIRED yes
FIELD dim_d44 TYPE boolean REQUIRED yes
FIELD key_x90 TYPE integer REQUIRED yes
FIELD dim_c38 TYPE string VALUES single|married|divorced REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: generate_report
Result: {"dim_d... | {"col_p41":746,"dim_d44":true,"key_x90":711,"dim_c38":"divorced"} | agent_chain | {
"type": "object",
"properties": {
"col_p41": {
"type": "integer"
},
"dim_d44": {
"type": "boolean"
},
"key_x90": {
"type": "integer"
},
"dim_c38": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
}
},
"r... | I need to look up the information first.
Action: generate_report
Result: {"dim_d44": true, "key_x90": 711, "dim_c38": "divorced"}
I'll query our database.
Action: check_availability
Result: | Agent multi-step chain with truncated tool output | {"col_p41":746,"dim_d44":true,"key_x90":711,"dim_c38":"divorced"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.