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 prop_b16 TYPE number REQUIRED no
FIELD attr_d36 TYPE integer REQUIRED no
FIELD col_t70 TYPE string_date-time REQUIRED yes
FIELD attr_e55 TYPE boolean REQUIRED no
FIELD attr_c32 TYPE integer REQUIRED no
FIELD field_c20 TYPE integer REQUIRED no
FIELD dim_w10 TYPE string_uri REQUI... | {"attr_d36":819,"col_t70":"2021-12-04T03:11:00Z","attr_c32":605,"dim_w10":"https://www.org/data","key_u94":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_b16": {
"type": "number"
},
"attr_d36": {
"type": "integer"
},
"col_t70": {
"type": "string",
"format": "date-time"
},
"attr_e55": {
"type": "boolean"
},
"attr_c32": {
"type": "integer"
},
"fiel... | Let me check the system.
Action: read_sensor_array
Arguments: {"attr_d36": 819, "col_t70": "2021-12-04T03:11:00Z", "attr_c32": 605, "key_u94": null} | Agent tool call missing required parameter 'dim_w10' | {"attr_d36":819,"col_t70":"2021-12-04T03:11:00Z","attr_c32":605,"dim_w10":"https://www.org/data","key_u94":null} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE number REQUIRED no
FIELD deploy_target TYPE string_uri REQUIRED no
FIELD options[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"ph_level":720.0,"options":"active","REV"]} | {"ph_level":720.0,"options":["active","REV"]} | missing_bracket | {
"type": "object",
"properties": {
"ph_level": {
"type": "number"
},
"deploy_target": {
"type": "string",
"format": "uri"
},
"options": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"options"
]
} | {"ph_level":720.0,"options":"active","REV"]} | Missing closing bracket | {"ph_level":720.0,"options":["active","REV"]} |
TASK repair_structured_output
SPEC
FIELD attr_e71 TYPE number REQUIRED yes
FIELD dim_s73 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD val_a60.attr_m32 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD val_a60.dim_m93 TYPE string REQUIRED yes
FIELD val_a60.col_j86 TYPE nul... | {"attr_e71":125.51,"dim_s73":"moored","val_a60":{"attr_m32":"berthed","dim_m93":"foo","col_j86":null,"prop_p09":null,"dim_p20":320,"field_n69":"reliable"},"param_i34":963,"val_i55":"2026-12-03T10:54:00Z","field_h55":"draft"} | truncated_object | {
"type": "object",
"properties": {
"attr_e71": {
"type": "number"
},
"dim_s73": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_a60": {
"type": "object",
"properties": {
"attr_m32": {... | {"attr_e71":125.51,"dim_s73":"moored","val_a60":{"attr_m32":"berthed","dim_m93":"foo","col_j86":null,"prop_p09":null,"dim_p20":320,"field_n69":"reliable"},"param_i34":963,"val_i55":"2026-12-03T10:54:00Z","field_h55":"draft" | Unexpected end of JSON input — truncated object | {"attr_e71":125.51,"dim_s73":"moored","val_a60":{"attr_m32":"berthed","dim_m93":"foo","col_j86":null,"prop_p09":null,"dim_p20":320,"field_n69":"reliable"},"param_i34":963,"val_i55":"2026-12-03T10:54:00Z","field_h55":"draft"} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string REQUIRED yes
FIELD height TYPE string_date-time REQUIRED no
FIELD yield_pct TYPE string_uri REQUIRED yes
FIELD status_code[] TYPE integer REQUIRED no
FIELD country[].items TYPE integer REQUIRED no
FIELD country[].batch_code TYPE integer REQUIRED yes
FIELD ... | {"consignee":"Smith","height":"2026-02-10T17:48:00Z","yield_pct":"https://www.com/api","status_code":[424,845,181,587],"country":[{"items":560,"batch_code":107,"velocity":true},{"items":448,"batch_code":599,"velocity":true}]} | truncated_array | {
"type": "object",
"properties": {
"consignee": {
"type": "string"
},
"height": {
"type": "string",
"format": "date-time"
},
"yield_pct": {
"type": "string",
"format": "uri"
},
"status_code": {
"type": "array",
"items": {
"type": "intege... | {"consignee":"Smith","height":"2026-02-10T17:48:00Z","yield_pct":"https://www.com/api","status_code":[424,845,181,587],"country":[{"items":560,"batch_code":107,"velocity":true},{"items":448,"batch_code":599,"velocity":true} | Unexpected end of JSON input — truncated array | {"consignee":"Smith","height":"2026-02-10T17:48:00Z","yield_pct":"https://www.com/api","status_code":[424,845,181,587],"country":[{"items":560,"batch_code":107,"velocity":true},{"items":448,"batch_code":599,"velocity":true}]} |
TASK repair_structured_output
SPEC
FIELD key_a29 TYPE string REQUIRED yes
FIELD param_p25 TYPE integer REQUIRED yes
FIELD field_i09 TYPE string REQUIRED yes
BROKEN_OUTPUT
I've generated the following JSON:
{"key_a29":"RTG-04","param_p25":50,"field_i09":"Oliveira"} | {"key_a29":"RTG-04","param_p25":50,"field_i09":"Oliveira"} | extra_text_before | {
"type": "object",
"properties": {
"key_a29": {
"type": "string"
},
"param_p25": {
"type": "integer"
},
"field_i09": {
"type": "string"
}
},
"required": [
"field_i09",
"key_a29",
"param_p25"
]
} | I've generated the following JSON:
{"key_a29":"RTG-04","param_p25":50,"field_i09":"Oliveira"} | Output contains non-JSON text before the object | {"key_a29":"RTG-04","param_p25":50,"field_i09":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string REQUIRED no
FIELD priority TYPE number REQUIRED no
FIELD email TYPE string REQUIRED no
FIELD status TYPE string REQUIRED yes
FIELD company TYPE string REQUIRED no
BROKEN_OUTPUT
{"paragraph":"Sao Paulo","priority":820.45,"email":"2024-01-15","status":"baz"... | {"paragraph":"Sao Paulo","priority":820.45,"email":"2024-01-15","status":"baz","company":"Alice"} | truncated_array | {
"type": "object",
"properties": {
"paragraph": {
"type": "string"
},
"priority": {
"type": "number"
},
"email": {
"type": "string"
},
"status": {
"type": "string"
},
"company": {
"type": "string"
}
},
"required": [
"status"
]
} | {"paragraph":"Sao Paulo","priority":820.45,"email":"2024-01-15","status":"baz","company":"Alice" | Unexpected end of JSON input — truncated object | {"paragraph":"Sao Paulo","priority":820.45,"email":"2024-01-15","status":"baz","company":"Alice"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE integer REQUIRED yes
FIELD values TYPE null REQUIRED no
FIELD item_id TYPE integer REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED no
FIELD state TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD discount TYPE null REQUIRED ... | {"zip_code":659,"values":null,"item_id":684,"state":"option_e","discount":null,"rating":{"enabled":"mode_f","role":"Oliveira","organism":true},"transaction_id":"admin"} | missing_required | {
"type": "object",
"properties": {
"zip_code": {
"type": "integer"
},
"values": {
"type": "null"
},
"item_id": {
"type": "integer"
},
"interest_rate": {
"type": "integer"
},
"state": {
"type": "string",
"enum": [
"option_a",
"o... | {"zip_code": 659, "values": null, "item_id": 684, "state": "option_e", "discount": null, "rating": {"enabled": "mode_f", "role": "Oliveira", "organism": true}} | Required field 'transaction_id' is missing | {"zip_code":659,"values":null,"item_id":684,"state":"option_e","discount":null,"rating":{"enabled":"mode_f","role":"Oliveira","organism":true},"transaction_id":"admin"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string_date-time REQUIRED no
FIELD consignee TYPE string VALUES active|inactive|pending REQUIRED no
FIELD tags TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD visible TYPE boolean REQUIRED no
FIELD altitude.half_life TYPE string_ema... | {"tags":"nonsense","visible":true,"altitude":{"half_life":"user@example.com","run_id":604,"tax":false,"quantity":"https://www.org/api","level":null},"status_code":{"dosage":390,"comments":"Tokyo","phenotype":"https://data.org/data","chromosome":"archived","amplitude":402,"transaction_id":{"tile":false,"dissolved_oxygen... | agent_chain | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"format": "date-time"
},
"consignee": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"tags": {
"type": "string",
"enum": [
"synonym... | I need to look up the information first.
Action: apply_discount
Result: {"visible": true, "altitude": {"half_life": "user@example.com", "run_id": 604, "tax": false, "quantity": "https://www.org/api", "level": null}, "status_code": {"dosage": 390, "comments": "Tokyo", "phenotype": "https://data.org/data", "chromosome": ... | Agent multi-step chain with truncated tool output | {"tags":"nonsense","visible":true,"altitude":{"half_life":"user@example.com","run_id":604,"tax":false,"quantity":"https://www.org/api","level":null},"status_code":{"dosage":390,"comments":"Tokyo","phenotype":"https://data.org/data","chromosome":"archived","amplitude":402,"transaction_id":{"tile":false,"dissolved_oxygen... |
TASK repair_structured_output
SPEC
FIELD key_p33 TYPE number REQUIRED no
FIELD col_t33.dim_k54 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD col_t33.param_o64 TYPE null REQUIRED yes
FIELD col_t33.attr_d48 TYPE null REQUIRED no
FIELD col_t33.field_d76 TYPE number REQUIRED n... | {"key_p33":282.35,"key_l54":"sms","val_g24":102,"field_z76":"level_3","col_u73":858} | unquoted_keys | {
"type": "object",
"properties": {
"key_p33": {
"type": "number"
},
"col_t33": {
"type": "object",
"properties": {
"dim_k54": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | {key_p33:282.35,key_l54:"sms",val_g24:102,field_z76:"level_3",col_u73:858} | Expecting property name enclosed in double quotes | {"key_p33":282.35,"key_l54":"sms","val_g24":102,"field_z76":"level_3","col_u73":858} |
TASK repair_structured_output
SPEC
FIELD umi.bill_of_lading.order_id TYPE string_uri REQUIRED yes
FIELD umi.bill_of_lading.repository TYPE string REQUIRED no
FIELD umi.bill_of_lading.type[] TYPE string REQUIRED yes
FIELD umi.bill_of_lading.allele[] TYPE boolean REQUIRED yes
FIELD umi.batch_code TYPE string VALUES homo... | {"umi":{"bill_of_lading":{"order_id":"https://data.com/data","repository":"RTG-04","type":["2023-12-25"],"allele":[true,false,true,false]},"batch_code":"homozygous"},"enabled":null,"status":{"timezone":185,"format":"active","organism":"active"},"count":263.04,"type":"sample","filter_flag":true} | null_required | {
"type": "object",
"properties": {
"umi": {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "object",
"properties": {
"order_id": {
"type": "string",
"format": "uri"
},
"repository": {
... | {"umi": {"bill_of_lading": {"order_id": "https://data.com/data", "repository": "RTG-04", "type": ["2023-12-25"], "allele": [true, false, true, false]}, "batch_code": "homozygous"}, "enabled": null, "status": {"timezone": 185, "format": "active", "organism": "active"}, "count": 263.04, "type": "sample", "filter_flag": n... | Required field 'filter_flag' is null | {"umi":{"bill_of_lading":{"order_id":"https://data.com/data","repository":"RTG-04","type":["2023-12-25"],"allele":[true,false,true,false]},"batch_code":"homozygous"},"enabled":null,"status":{"timezone":185,"format":"active","organism":"active"},"count":263.04,"type":"sample","filter_flag":true} |
TASK repair_structured_output
SPEC
FIELD city TYPE integer REQUIRED yes
FIELD frequency_hz TYPE integer REQUIRED no
FIELD run_id TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: send_email
Result: {"city": 536, "frequency_hz": 753}
Processing the request now.
Action: g... | {"city":536,"frequency_hz":753,"run_id":"2021-05-03T17:49:00Z"} | agent_chain | {
"type": "object",
"properties": {
"city": {
"type": "integer"
},
"frequency_hz": {
"type": "integer"
},
"run_id": {
"type": "string",
"format": "date-time"
}
},
"required": [
"city"
]
} | I need to look up the information first.
Action: send_email
Result: {"city": 536, "frequency_hz": 753}
Processing the request now.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"city":536,"frequency_hz":753,"run_id":"2021-05-03T17:49:00Z"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE number REQUIRED yes
FIELD email TYPE string_uri REQUIRED no
FIELD score[].procedure_code TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD score[].role TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD score[].discount TYPE string VAL... | {"altitude":471.39,"email":"https://api.io/data","status_code":["frameshift","frameshift","missense"]} | thought_process | {
"type": "object",
"properties": {
"altitude": {
"type": "number"
},
"email": {
"type": "string",
"format": "uri"
},
"score": {
"type": "array",
"items": {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"altitude":471.39,"email":"https://api.io/data","status_code":["frameshift","frameshift","missense"]} | Output contains chain-of-thought reasoning before JSON | {"altitude":471.39,"email":"https://api.io/data","status_code":["frameshift","frameshift","missense"]} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE boolean REQUIRED no
FIELD created_at TYPE integer REQUIRED yes
FIELD shift_code TYPE boolean REQUIRED yes
FIELD priority TYPE integer REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="search">
{"dissolved_oxygen":true,"created_at":168,"... | {"dissolved_oxygen":true,"created_at":168,"shift_code":true,"priority":736} | tool_call_text_mix | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "boolean"
},
"created_at": {
"type": "integer"
},
"shift_code": {
"type": "boolean"
},
"priority": {
"type": "integer"
}
},
"required": [
"shift_code",
"priority",
"created_at"
... | I'll query our database.
<tool_call name="search">
{"dissolved_oxygen":true,"created_at":168,"shift_code":true,"priority":736}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"dissolved_oxygen":true,"created_at":168,"shift_code":true,"priority":736} |
TASK repair_structured_output
SPEC
FIELD prop_r96 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_o29 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD val_p32 TYPE string_email REQUIRED yes
FIELD col_g21 TYPE number REQUIRED no
FIELD val_d64 TYPE string REQUIRED no
... | {"prop_r96":"offline","attr_o29":"type_c","val_p32":"user@domain.org","col_g21":744.19,"val_d64":"MV-Evergreen-01","key_f01":null,"val_t03":"type_d"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_r96": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_o29": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"ty... | Pipeline result:
```json
{"prop_r96":"offline","attr_o29":"type_c","val_p32":"user@domain.org","col_g21":744.19,"val_d64":"MV-Evergreen-01","key_f01":null,"val_t03":"type_d"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"prop_r96":"offline","attr_o29":"type_c","val_p32":"user@domain.org","col_g21":744.19,"val_d64":"MV-Evergreen-01","key_f01":null,"val_t03":"type_d"} |
TASK repair_structured_output
SPEC
FIELD col_w21 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_f27 TYPE string REQUIRED no
FIELD val_z01.dim_r39 TYPE string REQUIRED yes
FIELD val_z01.col_y93 TYPE string REQUIRED yes
FIELD val_z01.field_k85 TYPE string_uri REQUIRED no
FIELD val_z01.prop_c... | {"col_w21":"hemizygous","key_f27":"Bob","val_z01":{"dim_r39":"bar","col_y93":"bar","dim_b93":939,"attr_g07":853.35},"dim_v32":"test","prop_k92":true,"col_v23":841.05} | missing_required | {
"type": "object",
"properties": {
"col_w21": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_f27": {
"type": "string"
},
"val_z01": {
"type": "object",
"properties": {
"dim_r39": {
... | {"col_w21": "hemizygous", "key_f27": "Bob", "val_z01": {"dim_r39": "bar", "col_y93": "bar", "dim_b93": 939, "attr_g07": 853.35}, "dim_v32": "test", "prop_k92": true} | Required field 'col_v23' is missing | {"col_w21":"hemizygous","key_f27":"Bob","val_z01":{"dim_r39":"bar","col_y93":"bar","dim_b93":939,"attr_g07":853.35},"dim_v32":"test","prop_k92":true,"col_v23":841.05} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE boolean REQUIRED yes
FIELD terminal_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD count TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
{"item_id":true,"terminal_id":"rejected","count":"n... | {"item_id":true,"terminal_id":"rejected","count":"nonsense"} | truncated_array | {
"type": "object",
"properties": {
"item_id": {
"type": "boolean"
},
"terminal_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"count": {
"type": "string",
"enum": [
"synon... | {"item_id":true,"terminal_id":"rejected","count":"nonsense" | Unexpected end of JSON input — truncated object | {"item_id":true,"terminal_id":"rejected","count":"nonsense"} |
TASK repair_structured_output
SPEC
FIELD val_i78 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD prop_t58 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_b39 TYPE null REQUIRED no
FIELD attr_r19 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD key_m20[] TYP... | {"val_i78":"type_a","prop_t58":"inland","attr_b39":null,"attr_r19":"arctic","key_m20":["cat_a","cat_a","cat_a","cat_b"]} | agent_chain | {
"type": "object",
"properties": {
"val_i78": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"prop_t58": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | Let me check the system.
Action: query_port_status
Result: {"val_i78": "type_a", "prop_t58": "inland", "attr_b39": null, "attr_r19": "arctic"}
I'll query our database.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"val_i78":"type_a","prop_t58":"inland","attr_b39":null,"attr_r19":"arctic","key_m20":["cat_a","cat_a","cat_a","cat_b"]} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD collateral TYPE integer REQUIRED no
FIELD chapter.half_life TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD chapter.city TYPE boolean REQUIRED no
FIELD chapter.coverage.updated_at TYP... | {"nickname":"level_2","chapter":{"half_life":"admin","coverage":{"label":"archived","commit_hash":false,"longitude":"editor"},"longitude":"cat_d"}} | invalid_enum | {
"type": "object",
"properties": {
"nickname": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"collateral": {
"type": "integer"
},
"chapter": {
"type": "object",
"properties": {... | {"nickname": "invalid_value_166", "chapter": {"half_life": "admin", "coverage": {"label": "archived", "commit_hash": false, "longitude": "editor"}, "longitude": "cat_d"}} | Field 'nickname' has invalid enum value 'invalid_value_166', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5'] | {"nickname":"level_2","chapter":{"half_life":"admin","coverage":{"label":"archived","commit_hash":false,"longitude":"editor"},"longitude":"cat_d"}} |
TASK repair_structured_output
SPEC
FIELD col_d15 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_x23 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_s92 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_p80 TYPE string REQUIRED yes
FIELD param_u32 TYPE number R... | {"col_d15":"reliable","val_p80":"Diana","param_u32":793.19,"val_u92":true} | markdown_explanation | {
"type": "object",
"properties": {
"col_d15": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_x23": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
... | The parsed result is:
```json
{"col_d15":"reliable","val_p80":"Diana","param_u32":793.19,"val_u92":true}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"col_d15":"reliable","val_p80":"Diana","param_u32":793.19,"val_u92":true} |
TASK repair_structured_output
SPEC
FIELD key_i95 TYPE boolean REQUIRED yes
FIELD key_w81 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD dim_h00 TYPE integer REQUIRED no
FIELD attr_y11 TYPE null REQUIRED yes
FIELD attr_t62 TYPE string REQUIRED no
FIELD field_v71 TYPE integer REQUIRED no
FIELD field_g8... | {"key_i95":true,"key_w81":"success","dim_h00":42,"attr_y11":null,"attr_t62":"John","field_v71":293,"field_g80":"bar"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_i95": {
"type": "boolean"
},
"key_w81": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_h00": {
"type": "integer"
},
"attr_y11": {
"type": "null"
... | filter_variants(key_i95=True, key_w81='success', dim_h00=42, attr_y11=None, attr_t62='John', field_v71=293, field_g80='bar') | Tool call uses Python syntax instead of JSON | {"key_i95":true,"key_w81":"success","dim_h00":42,"attr_y11":null,"attr_t62":"John","field_v71":293,"field_g80":"bar"} |
TASK repair_structured_output
SPEC
FIELD label TYPE boolean REQUIRED no
FIELD conductivity TYPE boolean REQUIRED yes
FIELD active.image_url.collateral TYPE integer REQUIRED yes
FIELD active.image_url.phenotype TYPE integer REQUIRED no
FIELD active.image_url.paragraph TYPE null REQUIRED no
FIELD active.image_url.sensor... | {"label":false,"conductivity":false,"active":{"image_url":{"collateral":669,"phenotype":440,"sensor_id":"bar","batch_code":"in_transit","latitude":null,"repository":"ops@domain.org"},"velocity":null,"tags":"Jane","count":"info@example.com"},"state":{"commit_hash":true,"weight":"qux","loan_amount":"https://api.com/data"... | extra_text_before | {
"type": "object",
"properties": {
"label": {
"type": "boolean"
},
"conductivity": {
"type": "boolean"
},
"active": {
"type": "object",
"properties": {
"image_url": {
"type": "object",
"properties": {
"collateral": {
... | The parsed result is:
{"label":false,"conductivity":false,"active":{"image_url":{"collateral":669,"phenotype":440,"sensor_id":"bar","batch_code":"in_transit","latitude":null,"repository":"ops@domain.org"},"velocity":null,"tags":"Jane","count":"info@example.com"},"state":{"commit_hash":true,"weight":"qux","loan_amount":... | Output contains non-JSON text before the object | {"label":false,"conductivity":false,"active":{"image_url":{"collateral":669,"phenotype":440,"sensor_id":"bar","batch_code":"in_transit","latitude":null,"repository":"ops@domain.org"},"velocity":null,"tags":"Jane","count":"info@example.com"},"state":{"commit_hash":true,"weight":"qux","loan_amount":"https://api.com/data"... |
TASK repair_structured_output
SPEC
FIELD val_p48 TYPE string_date-time REQUIRED no
FIELD dim_w65 TYPE integer REQUIRED yes
FIELD col_o20 TYPE number REQUIRED no
FIELD key_e46 TYPE boolean REQUIRED yes
FIELD attr_f99 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_w71 TYPE string REQUIRED no
FIELD field... | {"dim_w65":220,"col_o20":692.32,"key_e46":true,"attr_f99":"xl","col_w71":"Charlie","field_n82":{"col_n35":"intermittent","prop_n18":"A short description.","col_n05":{"key_k42":"New York","param_o05":true,"field_c39":null,"key_a26":"user@domain.com"},"param_z14":"red","val_m09":"medium","col_f01":333,"param_m42":"nonsen... | trailing_comma | {
"type": "object",
"properties": {
"val_p48": {
"type": "string",
"format": "date-time"
},
"dim_w65": {
"type": "integer"
},
"col_o20": {
"type": "number"
},
"key_e46": {
"type": "boolean"
},
"attr_f99": {
"type": "string",
"enum": [
... | {"dim_w65":220,"col_o20":692.32,"key_e46":true,"attr_f99":"xl","col_w71":"Charlie","field_n82":{"col_n35":"intermittent","prop_n18":"A short description.","col_n05":{"key_k42":"New York","param_o05":true,"field_c39":null,"key_a26":"user@domain.com"},"param_z14":"red","val_m09":"medium","col_f01":333,"param_m42":"nonsen... | Unexpected trailing comma | {"dim_w65":220,"col_o20":692.32,"key_e46":true,"attr_f99":"xl","col_w71":"Charlie","field_n82":{"col_n35":"intermittent","prop_n18":"A short description.","col_n05":{"key_k42":"New York","param_o05":true,"field_c39":null,"key_a26":"user@domain.com"},"param_z14":"red","val_m09":"medium","col_f01":333,"param_m42":"nonsen... |
TASK repair_structured_output
SPEC
FIELD val_g28 TYPE integer REQUIRED yes
FIELD col_y68 TYPE integer REQUIRED yes
FIELD key_t98.dim_m00 TYPE number REQUIRED no
FIELD key_t98.attr_r70 TYPE number REQUIRED no
FIELD key_t98.field_z29 TYPE number REQUIRED no
FIELD key_t98.col_l36 TYPE string REQUIRED no
FIELD key_t98.pro... | {"val_g28":422,"col_y68":943,"key_t98":{"attr_r70":745.1,"field_z29":351.01,"col_l36":"test","prop_q93":{"param_l05":905.04,"field_r15":"world","field_p23":["Luis"]}}} | agent_chain | {
"type": "object",
"properties": {
"val_g28": {
"type": "integer"
},
"col_y68": {
"type": "integer"
},
"key_t98": {
"type": "object",
"properties": {
"dim_m00": {
"type": "number"
},
"attr_r70": {
"type": "number"
},
... | Let me check the system.
Action: read_sensor_array
Result: {"val_g28": 422, "key_t98": {"attr_r70": 745.1, "field_z29": 351.01, "col_l36": "test", "prop_q93": {"param_l05": 905.04, "field_r15": "world", "field_p23": ["Luis"]}}}
Processing the request now.
Action: validate_sample
Result: | Agent multi-step chain with truncated tool output | {"val_g28":422,"col_y68":943,"key_t98":{"attr_r70":745.1,"field_z29":351.01,"col_l36":"test","prop_q93":{"param_l05":905.04,"field_r15":"world","field_p23":["Luis"]}}} |
TASK repair_structured_output
SPEC
FIELD col_q89.val_f39.attr_g66 TYPE number REQUIRED no
FIELD col_q89.val_f39.dim_t64 TYPE string_date-time REQUIRED yes
FIELD col_q89.val_f39.dim_h37 TYPE string REQUIRED no
FIELD col_q89.dim_f99 TYPE string_date-time REQUIRED no
FIELD col_q89.val_t95.val_e46 TYPE string_email REQUIR... | {"col_q89":{"val_f39":{"attr_g66":109.36,"dim_t64":"2026-03-15T08:53:00Z","dim_h37":"Charlie"},"val_t95":{"val_e46":"info@domain.org","prop_y01":"world","param_g17":680,"field_a54":"type_d","attr_y34":"2024-01-15"},"key_k65":"chrX","attr_e05":150,"dim_r67":{"attr_n66":"mode_b","field_f31":"warning","attr_a24":"Berlin",... | agent_chain | {
"type": "object",
"properties": {
"col_q89": {
"type": "object",
"properties": {
"val_f39": {
"type": "object",
"properties": {
"attr_g66": {
"type": "number"
},
"dim_t64": {
"type": "string",
... | Let me check the system.
Action: get_account
Result: {"key_v96": "BRL", "dim_r38": "Tokyo"}
I'll query our database.
Action: book_appointment
Result: | Agent multi-step chain with truncated tool output | {"col_q89":{"val_f39":{"attr_g66":109.36,"dim_t64":"2026-03-15T08:53:00Z","dim_h37":"Charlie"},"val_t95":{"val_e46":"info@domain.org","prop_y01":"world","param_g17":680,"field_a54":"type_d","attr_y34":"2024-01-15"},"key_k65":"chrX","attr_e05":150,"dim_r67":{"attr_n66":"mode_b","field_f31":"warning","attr_a24":"Berlin",... |
TASK repair_structured_output
SPEC
FIELD key_v94.col_f86.param_o16 TYPE number REQUIRED no
FIELD key_v94.col_f86.prop_h05 TYPE integer REQUIRED no
FIELD key_v94.col_f86.field_j34 TYPE integer REQUIRED no
FIELD key_v94.col_f86.attr_i23 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_v94.col_... | {"key_v94":{"col_f86":{"param_o16":993.03,"field_j34":854,"attr_i23":"homozygous","dim_t43":24.91},"attr_f54":"arctic","prop_p31":"blue"},"dim_l45":"John","attr_s74":"example","key_p67":"2024-10-22T11:20:00Z"} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_v94": {
"type": "object",
"properties": {
"col_f86": {
"type": "object",
"properties": {
"param_o16": {
"type": "number"
},
"prop_h05": {
"type": "integer"
... | I'll query our database.
<tool_call name="generate_report">
{"key_v94":{"col_f86":{"param_o16":993.03,"field_j34":854,"attr_i23":"homozygous","dim_t43":24.91},"attr_f54":"arctic","prop_p31":"blue"},"dim_l45":"John","attr_s74":"example","key_p67":"2024-10-22T11:20:00Z"}
</tool_call. | Agent response mixes reasoning text with tool call | {"key_v94":{"col_f86":{"param_o16":993.03,"field_j34":854,"attr_i23":"homozygous","dim_t43":24.91},"attr_f54":"arctic","prop_p31":"blue"},"dim_l45":"John","attr_s74":"example","key_p67":"2024-10-22T11:20:00Z"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD payment_status TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD salinity TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
{"notes": "editor", "payment_status": "invalid_value_928"... | {"notes":"editor","payment_status":"type_c","salinity":"editor"} | invalid_enum | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"payment_status": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"sal... | {"notes": "editor", "payment_status": "invalid_value_928", "salinity": "editor"} | Field 'payment_status' has invalid enum value 'invalid_value_928', expected one of ['type_a', 'type_b', 'type_c', 'type_d'] | {"notes":"editor","payment_status":"type_c","salinity":"editor"} |
TASK repair_structured_output
SPEC
FIELD val_s12 TYPE string REQUIRED yes
FIELD field_l56 TYPE string_date-time REQUIRED no
FIELD attr_s01 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"val_s12":"completed","field_l56":"2023-02-02T23:48:00Z","attr_s01":"2025-04-19T22:36:00Z"}
Feel free to ask if you have questions... | {"val_s12":"completed","field_l56":"2023-02-02T23:48:00Z","attr_s01":"2025-04-19T22:36:00Z"} | extra_text_after | {
"type": "object",
"properties": {
"val_s12": {
"type": "string"
},
"field_l56": {
"type": "string",
"format": "date-time"
},
"attr_s01": {
"type": "string",
"format": "date-time"
}
},
"required": [
"val_s12"
]
} | {"val_s12":"completed","field_l56":"2023-02-02T23:48:00Z","attr_s01":"2025-04-19T22:36:00Z"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"val_s12":"completed","field_l56":"2023-02-02T23:48:00Z","attr_s01":"2025-04-19T22:36:00Z"} |
TASK repair_structured_output
SPEC
FIELD website TYPE string_date-time REQUIRED yes
FIELD quality_score TYPE null REQUIRED yes
FIELD velocity.status TYPE boolean REQUIRED yes
FIELD velocity.altitude.compound TYPE string REQUIRED yes
FIELD velocity.altitude.dissolved_oxygen TYPE string_email REQUIRED no
FIELD velocity.... | {"website":"2024-12-22T12:10:00Z","quality_score":null,"velocity":{"status":false,"brake_pressure":{"organism":"confirmed","run_id":"green","lane":"info@example.com"},"label":{"conductivity":false,"phone":["basic","free"]},"frequency_hz":"demo","turbidity":"active","medication":false}} | truncated_array | {
"type": "object",
"properties": {
"website": {
"type": "string",
"format": "date-time"
},
"quality_score": {
"type": "null"
},
"velocity": {
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"altitude": {
... | {"website":"2024-12-22T12:10:00Z","quality_score":null,"velocity":{"status":false,"brake_pressure":{"organism":"confirmed","run_id":"green","lane":"info@example.com"},"label":{"conductivity":false,"phone":["basic","free"]},"frequency_hz":"demo","turbidity":"active","medication":false} | Unexpected end of JSON input — truncated object | {"website":"2024-12-22T12:10:00Z","quality_score":null,"velocity":{"status":false,"brake_pressure":{"organism":"confirmed","run_id":"green","lane":"info@example.com"},"label":{"conductivity":false,"phone":["basic","free"]},"frequency_hz":"demo","turbidity":"active","medication":false}} |
TASK repair_structured_output
SPEC
FIELD attr_m58 TYPE string REQUIRED yes
FIELD col_j53 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD field_y68.key_k85 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_y68.col_h97 TYPE number REQUIRED yes
FIELD field_y68.val_w... | {"attr_m58":"chrX","field_y68":{"key_k85":"delivered","col_h97":948.48,"val_w35":628.82}} | extra_field | {
"type": "object",
"properties": {
"attr_m58": {
"type": "string"
},
"col_j53": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_y68": {
"type": "object",
"properties": {
"key... | {"attr_m58": "chrX", "field_y68": {"key_k85": "delivered", "col_h97": 948.48, "val_w35": 628.82}, "extra_data_3896": true} | Unknown field 'extra_data_3896' not defined in schema | {"attr_m58":"chrX","field_y68":{"key_k85":"delivered","col_h97":948.48,"val_w35":628.82}} |
TASK repair_structured_output
SPEC
FIELD field_m64 TYPE string REQUIRED yes
FIELD dim_s79 TYPE string REQUIRED yes
FIELD col_z88.col_g73 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD col_z88.col_x33 TYPE number REQUIRED yes
FIELD col_z88.col_a64 TYPE null REQUIRED yes
FIELD col_z88.p... | {"field_m64":"test@example.com","dim_s79":"FWD","col_z88":{"col_g73":"rejected","col_x33":385.07,"col_a64":null,"param_s77":{"key_x49":867,"dim_u57":"black","col_e27":null,"val_y17":"active"}}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_m64": {
"type": "string"
},
"dim_s79": {
"type": "string"
},
"col_z88": {
"type": "object",
"properties": {
"col_g73": {
"type": "string",
"enum": [
"pending_review",
"confirmed... | Tool: get_account
Params: {"field_m64": "test@example.com", "col_z88": {"col_g73": "rejected", "col_x33": 385.07, "col_a64": null, "param_s77": {"key_x49": 867, "dim_u57": "black", "col_e27": null, "val_y17": "active"}}, "dim_s79_value": "FWD"} | Agent used wrong parameter name 'dim_s79_value' instead of 'dim_s79' | {"field_m64":"test@example.com","dim_s79":"FWD","col_z88":{"col_g73":"rejected","col_x33":385.07,"col_a64":null,"param_s77":{"key_x49":867,"dim_u57":"black","col_e27":null,"val_y17":"active"}}} |
TASK repair_structured_output
SPEC
FIELD ward TYPE number REQUIRED no
FIELD position TYPE string REQUIRED no
FIELD level.balance TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD level.feedback TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD level.email TYPE string VALUES synonymous|missense|... | {"level":{"feedback":"USD","email":"frameshift","status_code":"2021-11-13T13:29:00Z","freight_class":"nonsense"},"trace_id":"Bob","consignee":"John","salinity":"foo"} | single_quotes | {
"type": "object",
"properties": {
"ward": {
"type": "number"
},
"position": {
"type": "string"
},
"level": {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"coastal",
"oceanic",
... | {'level':{'feedback':'USD','email':'frameshift','status_code':'2021-11-13T13:29:00Z','freight_class':'nonsense'},'trace_id':'Bob','consignee':'John','salinity':'foo'} | Expecting property name enclosed in double quotes | {"level":{"feedback":"USD","email":"frameshift","status_code":"2021-11-13T13:29:00Z","freight_class":"nonsense"},"trace_id":"Bob","consignee":"John","salinity":"foo"} |
TASK repair_structured_output
SPEC
FIELD barcode.width TYPE integer REQUIRED yes
FIELD barcode.weight TYPE integer REQUIRED no
FIELD barcode.trace_id.velocity TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD barcode.trace_id.insurance_id TYPE number REQUIRED yes
FIELD barcode.trace_id.ph... | {"barcode":{"width":59,"weight":101},"website":"example","length":"2024-01-15"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"barcode": {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"weight": {
"type": "integer"
},
"trace_id": {
"type": "object",
"properties": {
"velocity": ... | assign_berth(barcode={'width': 59, 'weight': 101}, website='example', length='2024-01-15') | Tool call uses Python syntax instead of JSON | {"barcode":{"width":59,"weight":101},"website":"example","length":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD col_t24.key_w91 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_t24.col_w26.col_b05 TYPE string REQUIRED no
FIELD col_t24.col_w26.key_e13 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD col_t24.col_w26.val_z27 TYPE boolean REQUIRED yes
FIELD col_t24.col_w26.field_a33 T... | {"col_t24":{"key_w91":"type_b","col_t63":{"key_v69":false,"field_x74":965,"dim_d74":"Berlin","col_z17":0.72,"field_f81":845.8,"key_g60":true},"param_h48":"hello","param_t34":{"param_k35":"homozygous","param_d90":537.36,"col_u01":"underway"}},"val_d32":"2020-01-22T18:49:00Z","prop_m04":"cat_e","prop_c64":"cancelled"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_t24": {
"type": "object",
"properties": {
"key_w91": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"col_w26": {
"type": "object",
"properties": {
... | validate_sample(col_t24={'key_w91': 'type_b', 'col_t63': {'key_v69': False, 'field_x74': 965, 'dim_d74': 'Berlin', 'col_z17': 0.72, 'field_f81': 845.8, 'key_g60': True}, 'param_h48': 'hello', 'param_t34': {'param_k35': 'homozygous', 'param_d90': 537.36, 'col_u01': 'underway'}}, val_d32='2020-01-22T18:49:00Z', prop_m04=... | Tool call uses Python syntax instead of JSON | {"col_t24":{"key_w91":"type_b","col_t63":{"key_v69":false,"field_x74":965,"dim_d74":"Berlin","col_z17":0.72,"field_f81":845.8,"key_g60":true},"param_h48":"hello","param_t34":{"param_k35":"homozygous","param_d90":537.36,"col_u01":"underway"}},"val_d32":"2020-01-22T18:49:00Z","prop_m04":"cat_e","prop_c64":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE null REQUIRED yes
FIELD date TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD loan_amount TYPE string_email REQUIRED yes
FIELD lab_result TYPE null REQUIRED no
FIELD verified TYPE string REQUIRED yes
FIELD vital_sign TYPE number REQUIRED no
BROKEN_OUT... | {"start_date":null,"date":"type_c","loan_amount":"ops@domain.org","verified":"Diana","vital_sign":148.19} | markdown_fences | {
"type": "object",
"properties": {
"start_date": {
"type": "null"
},
"date": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"loan_amount": {
"type": "string",
"format": "email"
},
"lab_result": {
"type": ... | ```json
{"start_date":null,"date":"type_c","loan_amount":"ops@domain.org","verified":"Diana","vital_sign":148.19}
``` | Output contains markdown code fences | {"start_date":null,"date":"type_c","loan_amount":"ops@domain.org","verified":"Diana","vital_sign":148.19} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD created_at TYPE string VALUES active|inactive|pending REQUIRED no
FIELD last_name TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD footnote TYPE number REQUIRED no
FIELD shift_code TYPE string REQUIRED ... | {"id":"basic","created_at":"active","last_name":"email","footnote":957.08,"shift_code":"Sao Paulo","hazmat_code":false} | tool_call_wrong_param | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"created_at": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"last_nam... | Tool: process_payment
Params: {"id": "basic", "last_name": "email", "footnote": 957.08, "shift_code": "Sao Paulo", "hazmat_code": false, "created_at_value": "active"} | Agent used wrong parameter name 'created_at_value' instead of 'created_at' | {"id":"basic","created_at":"active","last_name":"email","footnote":957.08,"shift_code":"Sao Paulo","hazmat_code":false} |
TASK repair_structured_output
SPEC
FIELD key_u11 TYPE null REQUIRED no
FIELD key_n30 TYPE number REQUIRED yes
FIELD key_k04 TYPE string REQUIRED no
FIELD param_p02 TYPE integer REQUIRED no
FIELD col_b93 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD key_z30 TYPE number REQUIRED no
FIELD prop_w62 T... | {"key_u11":null,"key_n30":822.77,"param_p02":608,"col_b93":"oceanic","key_z30":356.94,"prop_w62":680,"key_u98":"hemizygous"} | markdown_explanation | {
"type": "object",
"properties": {
"key_u11": {
"type": "null"
},
"key_n30": {
"type": "number"
},
"key_k04": {
"type": "string"
},
"param_p02": {
"type": "integer"
},
"col_b93": {
"type": "string",
"enum": [
"coastal",
"oceani... | Pipeline result:
```json
{"key_u11":null,"key_n30":822.77,"param_p02":608,"col_b93":"oceanic","key_z30":356.94,"prop_w62":680,"key_u98":"hemizygous"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"key_u11":null,"key_n30":822.77,"param_p02":608,"col_b93":"oceanic","key_z30":356.94,"prop_w62":680,"key_u98":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD field_h70 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD key_c80 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD dim_u37 TYPE integer REQUIRED yes
FIELD prop_w18 TYPE string_date-time REQUIRED yes
FIELD param_i25 TYPE string REQUI... | {"dim_u37":874,"prop_w18":"2025-08-26T03:27:00Z","param_i25":"approved"} | agent_chain | {
"type": "object",
"properties": {
"field_h70": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"key_c80": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
... | I need to look up the information first.
Action: calibrate_instrument
Result: {"prop_w18": "2025-08-26T03:27:00Z", "param_i25": "approved"}
I'll query our database.
Action: fetch_lab_result
Result: | Agent multi-step chain with truncated tool output | {"dim_u37":874,"prop_w18":"2025-08-26T03:27:00Z","param_i25":"approved"} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string REQUIRED no
FIELD status_code TYPE string_uri REQUIRED yes
FIELD website[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
BROKEN_OUTPUT
The parsed result is:
{"gene_id":"cancelled","status_code":"https://example.com/data","website":["retur... | {"gene_id":"cancelled","status_code":"https://example.com/data","website":["returned","delivered","new","in_transit"]} | extra_text_before | {
"type": "object",
"properties": {
"gene_id": {
"type": "string"
},
"status_code": {
"type": "string",
"format": "uri"
},
"website": {
"type": "array",
"items": {
"type": "string",
"enum": [
"new",
"in_transit",
"delive... | The parsed result is:
{"gene_id":"cancelled","status_code":"https://example.com/data","website":["returned","delivered","new","in_transit"]} | Output contains non-JSON text before the object | {"gene_id":"cancelled","status_code":"https://example.com/data","website":["returned","delivered","new","in_transit"]} |
TASK repair_structured_output
SPEC
FIELD position TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD humidity_pct TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD user_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD shipper_ref TYPE string VALUES level_1|leve... | {"position":"cat_b","humidity_pct":"cat_b","user_id":"anchored","commit_hash":null,"manifest_ref":565.45,"due_date":"type_a"} | thought_process | {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"humidity_pct": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"c... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"position":"cat_b","humidity_pct":"cat_b","user_id":"anchored","commit_hash":null,"manifest_ref":565.45,"due_date":"type_a"} | Output contains chain-of-thought reasoning before JSON | {"position":"cat_b","humidity_pct":"cat_b","user_id":"anchored","commit_hash":null,"manifest_ref":565.45,"due_date":"type_a"} |
TASK repair_structured_output
SPEC
FIELD col_n13 TYPE integer REQUIRED yes
FIELD col_b28 TYPE string REQUIRED no
FIELD param_i47 TYPE number REQUIRED no
FIELD prop_s67.dim_t44 TYPE number REQUIRED no
FIELD prop_s67.key_f58 TYPE string REQUIRED no
FIELD prop_s67.field_i88 TYPE integer REQUIRED no
FIELD prop_s67.dim_f37... | {"col_n13":526,"col_b28":"New York","param_i47":37.46,"prop_s67":{"dim_t44":211.6,"key_f58":"This is a test value.","field_i88":290,"param_p03":{"val_e97":"active","field_l70":"operational","attr_v73":273.35}},"prop_e11":{"prop_z25":false,"key_n75":"test","dim_v26":"https://example.com","col_v10":false,"val_i19":"type_... | trailing_comma | {
"type": "object",
"properties": {
"col_n13": {
"type": "integer"
},
"col_b28": {
"type": "string"
},
"param_i47": {
"type": "number"
},
"prop_s67": {
"type": "object",
"properties": {
"dim_t44": {
"type": "number"
},
"key_... | {"col_n13":526,"col_b28":"New York","param_i47":37.46,"prop_s67":{"dim_t44":211.6,"key_f58":"This is a test value.","field_i88":290,"param_p03":{"val_e97":"active","field_l70":"operational","attr_v73":273.35,}},"prop_e11":{"prop_z25":false,"key_n75":"test","dim_v26":"https://example.com","col_v10":false,"val_i19":"type... | Unexpected trailing comma | {"col_n13":526,"col_b28":"New York","param_i47":37.46,"prop_s67":{"dim_t44":211.6,"key_f58":"This is a test value.","field_i88":290,"param_p03":{"val_e97":"active","field_l70":"operational","attr_v73":273.35}},"prop_e11":{"prop_z25":false,"key_n75":"test","dim_v26":"https://example.com","col_v10":false,"val_i19":"type_... |
TASK repair_structured_output
SPEC
FIELD build_status TYPE boolean REQUIRED no
FIELD verified TYPE string REQUIRED no
FIELD updated_at TYPE integer REQUIRED no
FIELD items TYPE boolean REQUIRED no
FIELD berth_slot TYPE boolean REQUIRED no
FIELD notes TYPE number REQUIRED yes
FIELD website TYPE string VALUES draft|publ... | {"build_status":true,"updated_at":12,"items":false,"berth_slot":true,"notes":960.85,"website":"archived","throttle_pos":{"throttle_pos":"anchored","paragraph":"John","full_name":636.77,"longitude":"2023-07-05T14:32:00Z"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"build_status": {
"type": "boolean"
},
"verified": {
"type": "string"
},
"updated_at": {
"type": "integer"
},
"items": {
"type": "boolean"
},
"berth_slot": {
"type": "boolean"
},
"notes": {
"type": "n... | Tool: generate_report
Params: {"build_status": true, "updated_at": 12, "items": false, "notes": 960.85, "website": "archived", "throttle_pos": {"throttle_pos": "anchored", "paragraph": "John", "full_name": 636.77, "longitude": "2023-07-05T14:32:00Z"}, "berth_slot_new": true} | Agent used wrong parameter name 'berth_slot_new' instead of 'berth_slot' | {"build_status":true,"updated_at":12,"items":false,"berth_slot":true,"notes":960.85,"website":"archived","throttle_pos":{"throttle_pos":"anchored","paragraph":"John","full_name":636.77,"longitude":"2023-07-05T14:32:00Z"}} |
TASK repair_structured_output
SPEC
FIELD col_h55 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD prop_n74 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD field_x18 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD col_l52... | {"col_h55":"mode_a","prop_n74":"option_b","field_x18":"cat_b","field_h30":"type_d"} | thought_process | {
"type": "object",
"properties": {
"col_h55": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"prop_n74": {
"type": "string",
"enum": [
"option_a",
"option_b",
... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"col_h55":"mode_a","prop_n74":"option_b","field_x18":"cat_b","field_h30":"type_d"} | Output contains chain-of-thought reasoning before JSON | {"col_h55":"mode_a","prop_n74":"option_b","field_x18":"cat_b","field_h30":"type_d"} |
TASK repair_structured_output
SPEC
FIELD dim_u47 TYPE string REQUIRED no
FIELD prop_d40 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD param_y18[].col_y86 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD param_y18[].prop_j46 TYPE number REQUIRED yes
FIELD param_y18[].field_s64 TYPE ... | {"prop_d40":"type_c"} | missing_required | {
"type": "object",
"properties": {
"dim_u47": {
"type": "string"
},
"prop_d40": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"param_y18": {
"type": "array",
"items": {
"type": "object",
... | {} | Required field 'prop_d40' is missing | {"prop_d40":"type_c"} |
TASK repair_structured_output
SPEC
FIELD attr_o19 TYPE boolean REQUIRED no
FIELD prop_c81 TYPE string REQUIRED yes
FIELD param_o71[] TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"attr_o19": false, "prop_c81": "Diana", "param_o71": null} | {"attr_o19":false,"prop_c81":"Diana","param_o71":["test@example.com","ops@domain.org","info@domain.org","test@test.io"]} | null_required | {
"type": "object",
"properties": {
"attr_o19": {
"type": "boolean"
},
"prop_c81": {
"type": "string"
},
"param_o71": {
"type": "array",
"items": {
"type": "string",
"format": "email"
}
}
},
"required": [
"prop_c81",
"param_o71"
]
} | {"attr_o19": false, "prop_c81": "Diana", "param_o71": null} | Required field 'param_o71' is null | {"attr_o19":false,"prop_c81":"Diana","param_o71":["test@example.com","ops@domain.org","info@domain.org","test@test.io"]} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string_email REQUIRED yes
FIELD ph_level TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD verified TYPE string_email REQUIRED no
FIELD published TYPE string REQUIRED no
FIELD coverage TYPE string REQUIRED no
BROKEN_OUTPUT
"insurance_id":"ops@test.io",... | {"insurance_id":"ops@test.io","ph_level":"BRL","verified":"info@domain.org","published":"Smith","coverage":"Sao Paulo"} | missing_brace | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"format": "email"
},
"ph_level": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"verified": {
"type": "string",
"format"... | "insurance_id":"ops@test.io","ph_level":"BRL","verified":"info@domain.org","published":"Smith","coverage":"Sao Paulo"} | Missing closing brace | {"insurance_id":"ops@test.io","ph_level":"BRL","verified":"info@domain.org","published":"Smith","coverage":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD col_v78 TYPE boolean REQUIRED yes
FIELD field_g86 TYPE integer REQUIRED no
FIELD prop_g95.prop_n65 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD prop_g95.dim_z89 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_g95.val_m16 TYPE string_date-t... | {"col_v78":false,"field_g86":465,"prop_g95":{"prop_n65":"arctic","val_m16":"2020-02-16T19:07:00Z","prop_c57":512,"field_g54":708},"val_b43":"Santos","key_c67":{"col_r51":"Bob","field_t59":{"field_q06":"level_3","prop_d71":"mode_c","prop_n61":"https://data.io/data"},"param_o11":false,"param_g57":"type_d","col_g47":"opti... | number_with_unit | {
"type": "object",
"properties": {
"col_v78": {
"type": "boolean"
},
"field_g86": {
"type": "integer"
},
"prop_g95": {
"type": "object",
"properties": {
"prop_n65": {
"type": "string",
"enum": [
"coastal",
"oceanic",
... | {"col_v78": false, "field_g86": "465kg", "prop_g95": {"prop_n65": "arctic", "val_m16": "2020-02-16T19:07:00Z", "prop_c57": 512, "field_g54": 708}, "val_b43": "Santos", "key_c67": {"col_r51": "Bob", "field_t59": {"field_q06": "level_3", "prop_d71": "mode_c", "prop_n61": "https://data.io/data"}, "param_o11": false, "para... | Field 'field_g86' must be number, got string with unit | {"col_v78":false,"field_g86":465,"prop_g95":{"prop_n65":"arctic","val_m16":"2020-02-16T19:07:00Z","prop_c57":512,"field_g54":708},"val_b43":"Santos","key_c67":{"col_r51":"Bob","field_t59":{"field_q06":"level_3","prop_d71":"mode_c","prop_n61":"https://data.io/data"},"param_o11":false,"param_g57":"type_d","col_g47":"opti... |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string REQUIRED no
FIELD cargo_type TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD branch.invoice_id TYPE string REQUIRED yes
FIELD branch.consignee TYPE string REQUIRED no
FIELD branch.subject TYPE string REQUIRED yes
FIELD branch.log_level TYPE st... | {"catalyst":"approved","cargo_type":"inactive","branch":{"invoice_id":"2024-06-30","consignee":"qux","subject":"Alice","log_level":"John"},"span_id":{"amplitude":304,"title":false,"interest_rate":"world","commit_hash":{"zip_code":244,"order_id":"https://api.org/v1","cargo_type":"enterprise","length":"Berlin","catalyst"... | tool_call_text_mix | {
"type": "object",
"properties": {
"catalyst": {
"type": "string"
},
"cargo_type": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"branch": {
"type": "object",
"properties": {
"invoice_id": {
"type... | Processing the request now.
<tool_call name="query_port_status">
{"catalyst":"approved","cargo_type":"inactive","branch":{"invoice_id":"2024-06-30","consignee":"qux","subject":"Alice","log_level":"John"},"span_id":{"amplitude":304,"title":false,"interest_rate":"world","commit_hash":{"zip_code":244,"order_id":"https://a... | Agent response mixes reasoning text with tool call | {"catalyst":"approved","cargo_type":"inactive","branch":{"invoice_id":"2024-06-30","consignee":"qux","subject":"Alice","log_level":"John"},"span_id":{"amplitude":304,"title":false,"interest_rate":"world","commit_hash":{"zip_code":244,"order_id":"https://api.org/v1","cargo_type":"enterprise","length":"Berlin","catalyst"... |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD first_name TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD title TYPE string_email REQUIRED ... | {"longitude":"level_5","dissolved_oxygen":"confirmed","title":"admin@domain.org","aligned_pct":960,"maturity_date":394.28,"verified":"level_1"} | invalid_enum | {
"type": "object",
"properties": {
"longitude": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"first_name": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
... | {"longitude": "level_5", "dissolved_oxygen": "confirmed", "title": "admin@domain.org", "aligned_pct": 960, "maturity_date": 394.28, "verified": "invalid_value_882"} | Field 'verified' has invalid enum value 'invalid_value_882', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5'] | {"longitude":"level_5","dissolved_oxygen":"confirmed","title":"admin@domain.org","aligned_pct":960,"maturity_date":394.28,"verified":"level_1"} |
TASK repair_structured_output
SPEC
FIELD strand TYPE null REQUIRED no
FIELD age TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD umi.status_code TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD umi.last_name TYPE null REQUIRED no
FIELD umi.address TYPE string REQUIRED yes
FI... | {"strand":null,"age":"heterozygous","umi":{"status_code":"unstable","last_name":null,"address":"inactive","features":"intermittent","span_id":{"reagent":"small","pressure_kpa":"Berlin","trace_id":"demo","altitude":true,"type":"chr1"}},"zip_code":"cat_c","total":"London","product_id":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"strand": {
"type": "null"
},
"age": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"umi": {
"type": "object",
"properties": {
"status_code": {
"type":... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"strand": null, "umi": {"status_code": "unstable", "last_name": null, "address": "inactive", "features": "intermittent", "span_id": {"reagent": "small", "pressure_kpa": "Berlin", "trace_id": "demo", "altitude": true, "type": "chr1"}}, "zip_co... | Agent tool call missing required parameter 'age' | {"strand":null,"age":"heterozygous","umi":{"status_code":"unstable","last_name":null,"address":"inactive","features":"intermittent","span_id":{"reagent":"small","pressure_kpa":"Berlin","trace_id":"demo","altitude":true,"type":"chr1"}},"zip_code":"cat_c","total":"London","product_id":null} |
TASK repair_structured_output
SPEC
FIELD param_j42 TYPE string REQUIRED yes
FIELD attr_y87 TYPE null REQUIRED no
FIELD param_b50.field_j51 TYPE integer REQUIRED no
FIELD param_b50.attr_y20 TYPE integer REQUIRED yes
FIELD param_b50.prop_b28 TYPE boolean REQUIRED yes
FIELD param_b50.attr_q81 TYPE string_uri REQUIRED yes... | {"param_j42":"user@domain.com","attr_y87":null,"param_b50":{"attr_y20":590,"prop_b28":true,"attr_q81":"https://api.org/v1","val_l41":{"key_b17":"sample","attr_l91":"info@test.io"}},"key_t46":false} | wrong_type | {
"type": "object",
"properties": {
"param_j42": {
"type": "string"
},
"attr_y87": {
"type": "null"
},
"param_b50": {
"type": "object",
"properties": {
"field_j51": {
"type": "integer"
},
"attr_y20": {
"type": "integer"
... | {"param_j42": "user@domain.com", "attr_y87": null, "param_b50": {"attr_y20": 590, "prop_b28": true, "attr_q81": "https://api.org/v1", "val_l41": {"key_b17": "sample", "attr_l91": "info@test.io"}}, "key_t46": "\"no\""} | Field 'key_t46' must be boolean, got string | {"param_j42":"user@domain.com","attr_y87":null,"param_b50":{"attr_y20":590,"prop_b28":true,"attr_q81":"https://api.org/v1","val_l41":{"key_b17":"sample","attr_l91":"info@test.io"}},"key_t46":false} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE number REQUIRED yes
FIELD organism TYPE string_date-time REQUIRED no
FIELD vital_sign TYPE string REQUIRED no
FIELD size.medication TYPE string_date-time REQUIRED yes
FIELD size.quality_score TYPE string REQUIRED yes
FIELD size.wavelength TYPE string REQUIRED yes
... | {"footnote":109.63,"organism":"2022-03-05T15:30:00Z","vital_sign":"Tokyo","size":{"medication":"2020-07-26T15:03:00Z","quality_score":"bar","wavelength":"2023-12-25","pressure_kpa":[{"amount":"chr1","website":"hemizygous","company":false},{"amount":"Charlie","website":"heterozygous","ph_level":"nonsense","company":true... | null_required | {
"type": "object",
"properties": {
"footnote": {
"type": "number"
},
"organism": {
"type": "string",
"format": "date-time"
},
"vital_sign": {
"type": "string"
},
"size": {
"type": "object",
"properties": {
"medication": {
"type": "st... | {"footnote": null, "organism": "2022-03-05T15:30:00Z", "vital_sign": "Tokyo", "size": {"medication": "2020-07-26T15:03:00Z", "quality_score": "bar", "wavelength": "2023-12-25", "pressure_kpa": [{"amount": "chr1", "website": "hemizygous", "company": false}, {"amount": "Charlie", "website": "heterozygous", "ph_level": "n... | Required field 'footnote' is null | {"footnote":109.63,"organism":"2022-03-05T15:30:00Z","vital_sign":"Tokyo","size":{"medication":"2020-07-26T15:03:00Z","quality_score":"bar","wavelength":"2023-12-25","pressure_kpa":[{"amount":"chr1","website":"hemizygous","company":false},{"amount":"Charlie","website":"heterozygous","ph_level":"nonsense","company":true... |
TASK repair_structured_output
SPEC
FIELD key_l10.field_k10 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD key_l10.prop_k88 TYPE string REQUIRED no
FIELD key_l10.key_g53.field_g82 TYPE string REQUIRED yes
FIELD key_l10.key_g53.dim_e52 TYPE boolean REQUIRED no
FIELD key_l10.key_g53.key_e80 TYPE integer REQ... | {"key_l10":{"prop_k88":"Charlie","key_g53":{"field_g82":"Hapag-Lloyd-Express","key_e80":34,"key_z69":"option_a"}},"field_t32":825.05,"prop_s55":"type_c","attr_a09":"type_d"} | invalid_enum | {
"type": "object",
"properties": {
"key_l10": {
"type": "object",
"properties": {
"field_k10": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"prop_k88": {
"type": "string"
... | {"key_l10": {"prop_k88": "Charlie", "key_g53": {"field_g82": "Hapag-Lloyd-Express", "key_e80": 34, "key_z69": "option_a"}}, "field_t32": 825.05, "prop_s55": "type_c", "attr_a09": "invalid_option_74"} | Field 'attr_a09' has invalid enum value 'invalid_option_74', expected one of ['type_a', 'type_b', 'type_c', 'type_d'] | {"key_l10":{"prop_k88":"Charlie","key_g53":{"field_g82":"Hapag-Lloyd-Express","key_e80":34,"key_z69":"option_a"}},"field_t32":825.05,"prop_s55":"type_c","attr_a09":"type_d"} |
TASK repair_structured_output
SPEC
FIELD label TYPE string VALUES single|married|divorced REQUIRED no
FIELD salinity TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD current_draw.dissolved_oxygen TYPE number REQUIRED yes
FIELD current_draw.insurance_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD curre... | {"label":"married","salinity":"mode_b","current_draw":{"dissolved_oxygen":849.44,"insurance_id":"JPY","items":[{"phone":"type_a","chromosome":"baz","umi":"in_transit","date":"Smith","position":"https://api.com/api"}]},"ward":"resolved","umi":"https://api.org/api","comments":null} | tool_call_text_mix | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"salinity": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"current_draw": {
"type": "object",
... | Let me check the system.
<tool_call name="validate_address">
{"label":"married","salinity":"mode_b","current_draw":{"dissolved_oxygen":849.44,"insurance_id":"JPY","items":[{"phone":"type_a","chromosome":"baz","umi":"in_transit","date":"Smith","position":"https://api.com/api"}]},"ward":"resolved","umi":"https://api.org/... | Agent response mixes reasoning text with tool call | {"label":"married","salinity":"mode_b","current_draw":{"dissolved_oxygen":849.44,"insurance_id":"JPY","items":[{"phone":"type_a","chromosome":"baz","umi":"in_transit","date":"Smith","position":"https://api.com/api"}]},"ward":"resolved","umi":"https://api.org/api","comments":null} |
TASK repair_structured_output
SPEC
FIELD key_q07 TYPE string REQUIRED no
FIELD param_u23 TYPE boolean REQUIRED yes
FIELD field_b91 TYPE boolean REQUIRED yes
FIELD field_o97 TYPE string REQUIRED no
FIELD val_f02 TYPE number REQUIRED yes
FIELD key_h84 TYPE string REQUIRED no
FIELD param_a52 TYPE string REQUIRED no
FIELD... | {"key_q07":"John","param_u23":true,"field_b91":false,"val_f02":937.94,"key_h84":"Silva","param_a52":"baz","attr_d32":null} | wrong_type | {
"type": "object",
"properties": {
"key_q07": {
"type": "string"
},
"param_u23": {
"type": "boolean"
},
"field_b91": {
"type": "boolean"
},
"field_o97": {
"type": "string"
},
"val_f02": {
"type": "number"
},
"key_h84": {
"type": "strin... | {"key_q07": "John", "param_u23": true, "field_b91": "\"no\"", "val_f02": 937.94, "key_h84": "Silva", "param_a52": "baz", "attr_d32": null} | Field 'field_b91' must be boolean, got string | {"key_q07":"John","param_u23":true,"field_b91":false,"val_f02":937.94,"key_h84":"Silva","param_a52":"baz","attr_d32":null} |
TASK repair_structured_output
SPEC
FIELD key_f98 TYPE string_uri REQUIRED yes
FIELD key_y98 TYPE string_date-time REQUIRED no
FIELD attr_x21 TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
I'll validate against the schema.
{"key_f98":"https://example.io/v1","key_y... | {"key_f98":"https://example.io/v1","key_y98":"2022-06-01T18:05:00Z","attr_x21":"warning"} | thought_process | {
"type": "object",
"properties": {
"key_f98": {
"type": "string",
"format": "uri"
},
"key_y98": {
"type": "string",
"format": "date-time"
},
"attr_x21": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | Processing the request now.
I'll validate against the schema.
{"key_f98":"https://example.io/v1","key_y98":"2022-06-01T18:05:00Z","attr_x21":"warning"} | Output contains chain-of-thought reasoning before JSON | {"key_f98":"https://example.io/v1","key_y98":"2022-06-01T18:05:00Z","attr_x21":"warning"} |
TASK repair_structured_output
SPEC
FIELD col_m87 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_u17 TYPE integer REQUIRED no
FIELD attr_w87 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD param_r36 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes... | {"col_m87":"blue","param_u17":950,"attr_w87":"type_e","param_r36":"mode_a","field_b02":"demo","col_w81":"qux","val_j27":"FWD"} | thought_process | {
"type": "object",
"properties": {
"col_m87": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_u17": {
"type": "integer"
},
"attr_w87": {
"type": "string",
"enum": [
"type_a",
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"col_m87":"blue","param_u17":950,"attr_w87":"type_e","param_r36":"mode_a","field_b02":"demo","col_w81":"qux","val_j27":"FWD"} | Output contains chain-of-thought reasoning before JSON | {"col_m87":"blue","param_u17":950,"attr_w87":"type_e","param_r36":"mode_a","field_b02":"demo","col_w81":"qux","val_j27":"FWD"} |
TASK repair_structured_output
SPEC
FIELD count TYPE string REQUIRED no
FIELD timezone TYPE string REQUIRED yes
FIELD trace_id TYPE boolean REQUIRED no
FIELD visible TYPE integer REQUIRED yes
FIELD credit_score TYPE string REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call name="verify_hazmat_compliance"... | {"count":"QC-07","timezone":"Bob","visible":805,"credit_score":"Johnson"} | tool_call_text_mix | {
"type": "object",
"properties": {
"count": {
"type": "string"
},
"timezone": {
"type": "string"
},
"trace_id": {
"type": "boolean"
},
"visible": {
"type": "integer"
},
"credit_score": {
"type": "string"
}
},
"required": [
"timezone",
... | Processing the request now.
<tool_call name="verify_hazmat_compliance">
{"count":"QC-07","timezone":"Bob","visible":805,"credit_score":"Johnson"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"count":"QC-07","timezone":"Bob","visible":805,"credit_score":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD created_at.annotation TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD created_at.frequency_hz TYPE string REQUIRED yes
FIELD created_at.status_code TYPE integer REQUIRED yes
FIELD url.payment_status TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQ... | {"created_at":{"annotation":"rejected","frequency_hz":"quux","status_code":784},"url":{"index":{"insurance_id":"cat_a","department":"info@example.com","id":"cancelled"},"last_name":"mode_c","hazmat_code":"2021-10-18T07:52:00Z"},"aligned_pct":234.98} | thought_process | {
"type": "object",
"properties": {
"created_at": {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"frequen... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"created_at":{"annotation":"rejected","frequency_hz":"quux","status_code":784},"url":{"index":{"insurance_id":"cat_a","department":"info@example.com","id":"cancelled"},"last_name":"mode_c","hazmat_code":"2021-10-18T07:52:00Z"},"al... | Output contains chain-of-thought reasoning before JSON | {"created_at":{"annotation":"rejected","frequency_hz":"quux","status_code":784},"url":{"index":{"insurance_id":"cat_a","department":"info@example.com","id":"cancelled"},"last_name":"mode_c","hazmat_code":"2021-10-18T07:52:00Z"},"aligned_pct":234.98} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD category TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD isotope TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"organism": "type_b", "category": "mode_b", "isotope": "614... | {"organism":"type_b","category":"mode_b","isotope":614} | number_with_unit | {
"type": "object",
"properties": {
"organism": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"category": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"organism": "type_b", "category": "mode_b", "isotope": "614cm"} | Field 'isotope' must be number, got string with unit | {"organism":"type_b","category":"mode_b","isotope":614} |
TASK repair_structured_output
SPEC
FIELD val_w16 TYPE number REQUIRED no
FIELD col_s89 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD val_q65 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD prop_h79 TYPE boolean REQUIRED no
FIELD param_v93 TYPE null REQUIRED no
FIELD field_v52 TYPE string VALUES... | {"col_s89":"option_a","val_q65":"inactive","prop_h79":true,"param_v93":null,"field_v52":"option_c","key_p52":{"prop_a51":191,"col_o89":"Oliveira","param_e97":"type_c","key_f56":"Johnson","col_g24":"Charlie","param_n74":865,"val_t65":"PASS"},"dim_s97":"cat_f"} | extra_text_after | {
"type": "object",
"properties": {
"val_w16": {
"type": "number"
},
"col_s89": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"val_q65": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
... | {"col_s89":"option_a","val_q65":"inactive","prop_h79":true,"param_v93":null,"field_v52":"option_c","key_p52":{"prop_a51":191,"col_o89":"Oliveira","param_e97":"type_c","key_f56":"Johnson","col_g24":"Charlie","param_n74":865,"val_t65":"PASS"},"dim_s97":"cat_f"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_s89":"option_a","val_q65":"inactive","prop_h79":true,"param_v93":null,"field_v52":"option_c","key_p52":{"prop_a51":191,"col_o89":"Oliveira","param_e97":"type_c","key_f56":"Johnson","col_g24":"Charlie","param_n74":865,"val_t65":"PASS"},"dim_s97":"cat_f"} |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE string REQUIRED no
FIELD compound TYPE string REQUIRED yes
FIELD fleet_number TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
<functioncall> send_email
{yield_pct: "2023-12-25", compound: "Bob", fleet_number: "operational"} | {"yield_pct":"2023-12-25","compound":"Bob","fleet_number":"operational"} | tool_call_bad_format | {
"type": "object",
"properties": {
"yield_pct": {
"type": "string"
},
"compound": {
"type": "string"
},
"fleet_number": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
}
},
"required": [
... | <functioncall> send_email
{yield_pct: "2023-12-25", compound: "Bob", fleet_number: "operational"} | Tool call has malformed arguments — unquoted keys in function parameters | {"yield_pct":"2023-12-25","compound":"Bob","fleet_number":"operational"} |
TASK repair_structured_output
SPEC
FIELD key_h73 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_a33 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD attr_m47 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
BROKEN_OUTPUT
annotate_mutation(key_h73='inactive', key_a33='xl'... | {"key_h73":"inactive","key_a33":"xl"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_h73": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_a33": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_m47":... | annotate_mutation(key_h73='inactive', key_a33='xl') | Tool call uses Python syntax instead of JSON | {"key_h73":"inactive","key_a33":"xl"} |
TASK repair_structured_output
SPEC
FIELD val_j34 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD prop_y83 TYPE string REQUIRED no
FIELD attr_e95 TYPE boolean REQUIRED no
FIELD key_k94 TYPE string REQUIRED no
BROKEN_OUTPUT
{"val_j34": null, "attr_e95": false, "key_k94": "completed"} | {"val_j34":"pending","attr_e95":false,"key_k94":"completed"} | null_required | {
"type": "object",
"properties": {
"val_j34": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"prop_y83": {
"type": "string"
},
"attr_e95": {
"type": "boolean"
},
"key_k94": {
"type": "string"
}
},
"r... | {"val_j34": null, "attr_e95": false, "key_k94": "completed"} | Required field 'val_j34' is null | {"val_j34":"pending","attr_e95":false,"key_k94":"completed"} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD verified TYPE boolean REQUIRED yes
FIELD shift_code TYPE string REQUIRED no
FIELD level TYPE string VALUES single|married|divorced REQUIRED yes
FIELD end_date.due_date TYPE string VALUES USD|EUR|GBP|BRL|... | {"payment_status":"medium","verified":true,"shift_code":"REV","level":"divorced","end_date":{"due_date":"JPY","repository":"mode_d","barcode":503.66,"current_draw":"active"}} | agent_chain | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"verified": {
"type": "boolean"
},
"shift_code": {
"type": "string"
},
"level": {
"type": "string"... | I need to look up the information first.
Action: get_weather
Result: {"verified": true, "shift_code": "REV", "level": "divorced", "end_date": {"due_date": "JPY", "repository": "mode_d", "barcode": 503.66, "current_draw": "active"}}
I'll query our database.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"payment_status":"medium","verified":true,"shift_code":"REV","level":"divorced","end_date":{"due_date":"JPY","repository":"mode_d","barcode":503.66,"current_draw":"active"}} |
TASK repair_structured_output
SPEC
FIELD dim_q70 TYPE string REQUIRED no
FIELD col_l49 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_n66 TYPE integer REQUIRED no
FIELD dim_i06 TYPE number REQUIRED no
FIELD attr_i00 TYPE integer REQUIRED no
FIELD param_i46 TYPE string VALUES homozygous|heterozygo... | {"dim_q70":"inactive","col_l49":"warning","val_n66":929,"dim_i06":445.44,"attr_i00":792,"param_i46":"heterozygous"} | trailing_comma | {
"type": "object",
"properties": {
"dim_q70": {
"type": "string"
},
"col_l49": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_n66": {
"type": "integer"
},
"dim_i06": {
"type": "number"
... | {"dim_q70":"inactive","col_l49":"warning","val_n66":929,"dim_i06":445.44,"attr_i00":792,"param_i46":"heterozygous",} | Unexpected trailing comma | {"dim_q70":"inactive","col_l49":"warning","val_n66":929,"dim_i06":445.44,"attr_i00":792,"param_i46":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE integer REQUIRED yes
FIELD coverage TYPE string REQUIRED yes
FIELD diagnosis_code[] TYPE string REQUIRED yes
FIELD fleet_number[] TYPE null REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: send_email
Arguments: {"half_life": 615, "coverage": "New York"... | {"half_life":615,"coverage":"New York","diagnosis_code":["2023-12-25","Paris","test"],"fleet_number":[null,null]} | tool_call_partial_args | {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"coverage": {
"type": "string"
},
"diagnosis_code": {
"type": "array",
"items": {
"type": "string"
}
},
"fleet_number": {
"type": "array",
"items": {
"type": ... | Let me check the system.
Action: send_email
Arguments: {"half_life": 615, "coverage": "New York", "fleet_number": [null, null]} | Agent tool call missing required parameter 'diagnosis_code' | {"half_life":615,"coverage":"New York","diagnosis_code":["2023-12-25","Paris","test"],"fleet_number":[null,null]} |
TASK repair_structured_output
SPEC
FIELD dim_y24 TYPE string REQUIRED yes
FIELD prop_q94 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_q88 TYPE string_email REQUIRED yes
FIELD key_w68 TYPE number REQUIRED yes
FIELD dim_o69 TYPE integer REQUIRED no
BROKEN_OUTPUT
{dim_y24:"Jane",prop_q94:"r... | {"dim_y24":"Jane","prop_q94":"returned","val_q88":"user@example.com","key_w68":887.65,"dim_o69":733} | unquoted_keys | {
"type": "object",
"properties": {
"dim_y24": {
"type": "string"
},
"prop_q94": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"val_q88": {
"type": "string",
"format": "email"
},
"key_w6... | {dim_y24:"Jane",prop_q94:"returned",val_q88:"user@example.com",key_w68:887.65,dim_o69:733} | Expecting property name enclosed in double quotes | {"dim_y24":"Jane","prop_q94":"returned","val_q88":"user@example.com","key_w68":887.65,"dim_o69":733} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string REQUIRED yes
FIELD section TYPE integer REQUIRED no
FIELD throttle_pos TYPE integer REQUIRED no
FIELD organism TYPE boolean REQUIRED no
FIELD notes TYPE string VALUES level_1|level_2 REQUIRED no
FIELD language TYPE integer REQUIRED no
FIELD filter_flag TYPE... | {"catalyst":"https://api.example.com/v1","throttle_pos":667,"organism":true,"filter_flag":"RTG-04","values":{"sensor_id":254.84,"subtotal":739,"feedback":{"nickname":"push","height":204,"items":57.18,"amplitude":30,"format":346.9,"sensor_id":786}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"catalyst": {
"type": "string"
},
"section": {
"type": "integer"
},
"throttle_pos": {
"type": "integer"
},
"organism": {
"type": "boolean"
},
"notes": {
"type": "string",
"enum": [
"level_1",
... | Processing the request now.
<tool_call name="get_weather">
{"catalyst":"https://api.example.com/v1","throttle_pos":667,"organism":true,"filter_flag":"RTG-04","values":{"sensor_id":254.84,"subtotal":739,"feedback":{"nickname":"push","height":204,"items":57.18,"amplitude":30,"format":346.9,"sensor_id":786}}}
</tool_call.... | Agent response mixes reasoning text with tool call | {"catalyst":"https://api.example.com/v1","throttle_pos":667,"organism":true,"filter_flag":"RTG-04","values":{"sensor_id":254.84,"subtotal":739,"feedback":{"nickname":"push","height":204,"items":57.18,"amplitude":30,"format":346.9,"sensor_id":786}}} |
TASK repair_structured_output
SPEC
FIELD param_t19 TYPE boolean REQUIRED yes
FIELD dim_b57 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_y05 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD attr_n06.key_y93 TYPE boolean REQUIRED no
FIELD attr_n06.col_g07 TYPE string_uri REQUIRED no
F... | {"param_t19":true,"dim_b57":"pending","key_y05":"enterprise","key_q69":"MV-Evergreen-01","val_g48":"demo"} | agent_chain | {
"type": "object",
"properties": {
"param_t19": {
"type": "boolean"
},
"dim_b57": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_y05": {
"type": "string",
"enum": [
"free",
"basic",
"pro... | Let me check the system.
Action: validate_address
Result: {"dim_b57": "pending", "key_y05": "enterprise", "key_q69": "MV-Evergreen-01", "val_g48": "demo"}
Processing the request now.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"param_t19":true,"dim_b57":"pending","key_y05":"enterprise","key_q69":"MV-Evergreen-01","val_g48":"demo"} |
TASK repair_structured_output
SPEC
FIELD col_n27 TYPE null REQUIRED no
FIELD param_j22 TYPE string REQUIRED yes
FIELD val_v97 TYPE string REQUIRED yes
FIELD attr_q59 TYPE null REQUIRED no
FIELD attr_l30 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"col_n27": null, "param_j22": "RTG-04", "val_v97": "QC-07", "attr... | {"col_n27":null,"param_j22":"RTG-04","val_v97":"QC-07","attr_q59":null,"attr_l30":"2020-12-21T07:57:00Z"} | date_format_error | {
"type": "object",
"properties": {
"col_n27": {
"type": "null"
},
"param_j22": {
"type": "string"
},
"val_v97": {
"type": "string"
},
"attr_q59": {
"type": "null"
},
"attr_l30": {
"type": "string",
"format": "date-time"
}
},
"required"... | {"col_n27": null, "param_j22": "RTG-04", "val_v97": "QC-07", "attr_q59": null, "attr_l30": "2020-12-21 07:57:00Z"} | Field 'attr_l30' has invalid date format | {"col_n27":null,"param_j22":"RTG-04","val_v97":"QC-07","attr_q59":null,"attr_l30":"2020-12-21T07:57:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_b28 TYPE number REQUIRED yes
FIELD col_v55 TYPE string REQUIRED no
FIELD prop_j00 TYPE number REQUIRED yes
FIELD val_u80 TYPE boolean REQUIRED no
FIELD dim_h99.param_y59 TYPE integer REQUIRED yes
FIELD dim_h99.dim_s63 TYPE null REQUIRED yes
FIELD dim_h99.prop_k40 TYPE stri... | {"prop_b28":750.59,"col_v55":"Luis","prop_j00":545.04,"val_u80":false,"col_h38":"archived","dim_p85":"white"} | truncated_object | {
"type": "object",
"properties": {
"prop_b28": {
"type": "number"
},
"col_v55": {
"type": "string"
},
"prop_j00": {
"type": "number"
},
"val_u80": {
"type": "boolean"
},
"dim_h99": {
"type": "object",
"properties": {
"param_y59": {
... | {"prop_b28":750.59,"col_v55":"Luis","prop_j00":545.04,"val_u80":false,"col_h38":"archived","dim_p85":"white" | Unexpected end of JSON input — truncated object | {"prop_b28":750.59,"col_v55":"Luis","prop_j00":545.04,"val_u80":false,"col_h38":"archived","dim_p85":"white"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE integer REQUIRED no
FIELD loan_amount TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD current_draw TYPE string REQUIRED no
FIELD items TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD half_life.footnote TYPE number REQUIRED yes
FIELD half... | {"tags":623,"loan_amount":"resolved","current_draw":"MV-Evergreen-01","items":"cat_c","half_life":{"footnote":297.05,"sensor_id":"2025-12-01T22:05:00Z","visible":"intermittent"}} | invalid_enum | {
"type": "object",
"properties": {
"tags": {
"type": "integer"
},
"loan_amount": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"current_draw": {
"type": "string"
},
"items": {
"type": "s... | {"tags": 623, "loan_amount": "invalid_choice_312", "current_draw": "MV-Evergreen-01", "items": "cat_c", "half_life": {"footnote": 297.05, "sensor_id": "2025-12-01T22:05:00Z", "visible": "intermittent"}} | Field 'loan_amount' has invalid enum value 'invalid_choice_312', expected one of ['open', 'in_progress', 'resolved', 'closed'] | {"tags":623,"loan_amount":"resolved","current_draw":"MV-Evergreen-01","items":"cat_c","half_life":{"footnote":297.05,"sensor_id":"2025-12-01T22:05:00Z","visible":"intermittent"}} |
TASK repair_structured_output
SPEC
FIELD width TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD nickname TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD shift_code TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD wavelength TYPE integer REQUIRED no
FIELD feedback TYPE number REQU... | {"nickname":"JPY","wavelength":179,"feedback":250.14,"status":"https://data.org/v1","updated_at":true} | markdown_explanation | {
"type": "object",
"properties": {
"width": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"nickname": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | Below is the JSON object:
```json
{"nickname":"JPY","wavelength":179,"feedback":250.14,"status":"https://data.org/v1","updated_at":true}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"nickname":"JPY","wavelength":179,"feedback":250.14,"status":"https://data.org/v1","updated_at":true} |
TASK repair_structured_output
SPEC
FIELD prop_f96 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD prop_f35 TYPE string REQUIRED no
FIELD val_i18 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_j37 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
BR... | {"prop_f96":"mode_d","val_i18":"type_c","param_j37":"level_1"} | single_quotes | {
"type": "object",
"properties": {
"prop_f96": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"prop_f35": {
"type": "string"
},
"val_i18": {
"type": "string",
"enum... | {'prop_f96':'mode_d','val_i18':'type_c','param_j37':'level_1'} | Expecting property name enclosed in double quotes | {"prop_f96":"mode_d","val_i18":"type_c","param_j37":"level_1"} |
TASK repair_structured_output
SPEC
FIELD dim_u36 TYPE integer REQUIRED no
FIELD dim_y80 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_k92 TYPE number REQUIRED no
FIELD key_o52 TYPE string REQUIRED yes
FIELD dim_n02[].col_s86 TYPE string_uri REQUIRED no
FIELD dim_n02[].param_j71 TYPE string... | {"dim_u36":631,"dim_y80":"unstable","field_k92":852.51,"key_o52":"test","dim_n02":[{"col_s86":"https://api.io/v1","param_j71":"2023-12-25","prop_x27":"mode_a"},{"col_s86":"https://api.com/v1","param_j71":"Tokyo","prop_x27":"mode_b"},{"col_s86":"https://api.io/api","param_j71":"2024-06-30","prop_x27":"mode_c"}]} | agent_chain | {
"type": "object",
"properties": {
"dim_u36": {
"type": "integer"
},
"dim_y80": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_k92": {
"type": "number"
},
"key_o52": {
"type": "string"
},
... | I need to look up the information first.
Action: calculate_price
Result: {"dim_y80": "unstable", "field_k92": 852.51, "key_o52": "test", "dim_n02": [{"col_s86": "https://api.io/v1", "param_j71": "2023-12-25", "prop_x27": "mode_a"}, {"col_s86": "https://api.com/v1", "param_j71": "Tokyo", "prop_x27": "mode_b"}, {"col_s86... | Agent multi-step chain with truncated tool output | {"dim_u36":631,"dim_y80":"unstable","field_k92":852.51,"key_o52":"test","dim_n02":[{"col_s86":"https://api.io/v1","param_j71":"2023-12-25","prop_x27":"mode_a"},{"col_s86":"https://api.com/v1","param_j71":"Tokyo","prop_x27":"mode_b"},{"col_s86":"https://api.io/api","param_j71":"2024-06-30","prop_x27":"mode_c"}]} |
TASK repair_structured_output
SPEC
FIELD website TYPE boolean REQUIRED no
FIELD umi TYPE integer REQUIRED yes
FIELD id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD voltage TYPE boolean REQUIRED no
FIELD image_url TYPE boolean REQUIRED no
FIELD altitude TYPE integer REQUIRED no
FIELD subtotal TY... | {"website":true,"umi":255,"id":"level_3","voltage":true,"altitude":869,"subtotal":"chrX","options":null} | partial_structure | {
"type": "object",
"properties": {
"website": {
"type": "boolean"
},
"umi": {
"type": "integer"
},
"id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"voltage": {
"type": "boolean"
}... | Based on the data, voltage is True. {"website":true,"umi":255,"id":"level_3","voltage":true,"altitude":869,"subtotal":"chrX","options":null} | Output mixes natural language with JSON | {"website":true,"umi":255,"id":"level_3","voltage":true,"altitude":869,"subtotal":"chrX","options":null} |
TASK repair_structured_output
SPEC
FIELD param_o87 TYPE number REQUIRED yes
FIELD col_k69 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_z17 TYPE integer REQUIRED yes
FIELD dim_a56 TYPE string REQUIRED no
FIELD dim_i33 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD ... | {"param_o87":241.77,"val_z17":568,"dim_a56":"PASS","dim_i33":"warning","field_q66":989} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_o87": {
"type": "number"
},
"col_k69": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"val_z17": {
"type": "integer"
},
"dim_a56": {
"typ... | I need to look up the information first.
Action: annotate_mutation
Arguments: {"val_z17": 568, "dim_a56": "PASS", "dim_i33": "warning", "field_q66": 989} | Agent tool call missing required parameter 'param_o87' | {"param_o87":241.77,"val_z17":568,"dim_a56":"PASS","dim_i33":"warning","field_q66":989} |
TASK repair_structured_output
SPEC
FIELD prop_y55 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_u58 TYPE string REQUIRED yes
FIELD param_z55 TYPE string REQUIRED no
FIELD val_t74[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_y55":"synonymous","val_u58":"This is a test value.","para... | {"prop_y55":"synonymous","val_u58":"This is a test value.","param_z55":"Oliveira","val_t74":["completed","Maria","https://api.example.com/v1","This is a test value."]} | extra_text_after | {
"type": "object",
"properties": {
"prop_y55": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"val_u58": {
"type": "string"
},
"param_z55": {
"type": "string"
},
"val_t74": {
"type... | {"prop_y55":"synonymous","val_u58":"This is a test value.","param_z55":"Oliveira","val_t74":["completed","Maria","https://api.example.com/v1","This is a test value."]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"prop_y55":"synonymous","val_u58":"This is a test value.","param_z55":"Oliveira","val_t74":["completed","Maria","https://api.example.com/v1","This is a test value."]} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD conductivity TYPE integer REQUIRED yes
FIELD options TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD nickname TYPE string REQUIRED no
FIELD section TYPE boolean REQUIRED no
FIELD current_draw TYPE... | {"half_life":"critical","conductivity":710,"options":"editor","nickname":"FWD","section":false,"notes":"Johnson","feedback":"admin@test.io"} | extra_text_before | {
"type": "object",
"properties": {
"half_life": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"conductivity": {
"type": "integer"
},
"options": {
"type": "string",
"enum": [
"admin",
"ed... | Below is the JSON object:
{"half_life":"critical","conductivity":710,"options":"editor","nickname":"FWD","section":false,"notes":"Johnson","feedback":"admin@test.io"} | Output contains non-JSON text before the object | {"half_life":"critical","conductivity":710,"options":"editor","nickname":"FWD","section":false,"notes":"Johnson","feedback":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string REQUIRED yes
FIELD torque_output TYPE number REQUIRED no
FIELD format[] TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"user_id": "John", "torque_output": "268.68ms", "format": ["2026-01-28T14:15:00Z"]} | {"user_id":"John","torque_output":268.68,"format":["2026-01-28T14:15:00Z"]} | number_with_unit | {
"type": "object",
"properties": {
"user_id": {
"type": "string"
},
"torque_output": {
"type": "number"
},
"format": {
"type": "array",
"items": {
"type": "string",
"format": "date-time"
}
}
},
"required": [
"user_id"
]
} | {"user_id": "John", "torque_output": "268.68ms", "format": ["2026-01-28T14:15:00Z"]} | Field 'torque_output' must be number, got string with unit | {"user_id":"John","torque_output":268.68,"format":["2026-01-28T14:15:00Z"]} |
TASK repair_structured_output
SPEC
FIELD prop_c68 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD field_m14 TYPE integer REQUIRED yes
FIELD col_r18 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD attr_g91 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_t17 TYPE string VALUES option_a|... | {"prop_c68":"mode_a","field_m14":331,"attr_g91":"email"} | missing_bracket | {
"type": "object",
"properties": {
"prop_c68": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_m14": {
"type": "integer"
},
"col_r18": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
... | {"prop_c68":"mode_a","field_m14":331,"attr_g91":"email"} | Missing closing bracket | {"prop_c68":"mode_a","field_m14":331,"attr_g91":"email"} |
TASK repair_structured_output
SPEC
FIELD param_r34 TYPE integer REQUIRED no
FIELD attr_s70 TYPE number REQUIRED yes
FIELD field_x67 TYPE number REQUIRED yes
FIELD key_k79 TYPE string VALUES single|married|divorced REQUIRED no
BROKEN_OUTPUT
"param_r34":5,"attr_s70":974.02,"field_x67":220.48,"key_k79":"single"} | {"param_r34":5,"attr_s70":974.02,"field_x67":220.48,"key_k79":"single"} | missing_brace | {
"type": "object",
"properties": {
"param_r34": {
"type": "integer"
},
"attr_s70": {
"type": "number"
},
"field_x67": {
"type": "number"
},
"key_k79": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
}
},
... | "param_r34":5,"attr_s70":974.02,"field_x67":220.48,"key_k79":"single"} | Missing closing brace | {"param_r34":5,"attr_s70":974.02,"field_x67":220.48,"key_k79":"single"} |
TASK repair_structured_output
SPEC
FIELD type TYPE string REQUIRED no
FIELD id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD country[] TYPE integer REQUIRED no
BROKEN_OUTPUT
I found that type should be MV-Evergreen-01. {"type":"MV-Evergreen-01","id":"error"} | {"type":"MV-Evergreen-01","id":"error"} | partial_structure | {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"country": {
"type": "array",
"items": {
"type": "integer"
}
}
... | I found that type should be MV-Evergreen-01. {"type":"MV-Evergreen-01","id":"error"} | Output mixes natural language with JSON | {"type":"MV-Evergreen-01","id":"error"} |
TASK repair_structured_output
SPEC
FIELD chromosome.insurance_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD chromosome.run_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD chromosome.quantity[].frequency_hz TYPE integer REQUIRED no
FIELD chromosome.quantity[].depart... | {"chromosome":{"insurance_id":"mode_b","run_id":"medium","currency":[{"subtotal":"2026-07-17T05:40:00Z","freight_class":"type_b","age":"cat_a","conductivity":781},{"subtotal":"2024-10-18T08:47:00Z","freight_class":"type_e","tax":null,"conductivity":867}]},"status":"example","name":"level_3","level":794.95} | number_with_unit | {
"type": "object",
"properties": {
"chromosome": {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
... | {"chromosome": {"insurance_id": "mode_b", "run_id": "medium", "currency": [{"subtotal": "2026-07-17T05:40:00Z", "freight_class": "type_b", "age": "cat_a", "conductivity": 781}, {"subtotal": "2024-10-18T08:47:00Z", "freight_class": "type_e", "tax": null, "conductivity": 867}]}, "status": "example", "name": "level_3", "l... | Field 'level' must be number, got string with unit | {"chromosome":{"insurance_id":"mode_b","run_id":"medium","currency":[{"subtotal":"2026-07-17T05:40:00Z","freight_class":"type_b","age":"cat_a","conductivity":781},{"subtotal":"2024-10-18T08:47:00Z","freight_class":"type_e","tax":null,"conductivity":867}]},"status":"example","name":"level_3","level":794.95} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE integer REQUIRED no
FIELD freight_class TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD index TYPE string REQUIRED yes
FIELD username.port_code TYPE integer REQUIRED no
FIELD username.step TYPE string VALUES low|medium|high|criti... | {"port_code":333,"freight_class":"pending_review","index":"qux","username":{"item_id":"test@domain.org"},"repository":{"first_name":"qux","end_date":"demo","ward":465.17,"type":225,"product_id":null}} | extra_field | {
"type": "object",
"properties": {
"port_code": {
"type": "integer"
},
"freight_class": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"index": {
"type": "string"
},
"username": {
... | {"port_code": 333, "freight_class": "pending_review", "index": "qux", "username": {"item_id": "test@domain.org"}, "repository": {"first_name": "qux", "end_date": "demo", "ward": 465.17, "type": 225, "product_id": null}, "extra_value_1906": 42} | Unknown field 'extra_value_1906' not defined in schema | {"port_code":333,"freight_class":"pending_review","index":"qux","username":{"item_id":"test@domain.org"},"repository":{"first_name":"qux","end_date":"demo","ward":465.17,"type":225,"product_id":null}} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string REQUIRED no
FIELD ph_level TYPE boolean REQUIRED no
FIELD voltage TYPE number REQUIRED no
FIELD tile TYPE boolean REQUIRED yes
FIELD score TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD tags TYPE number REQUIRED no
FIELD format TYPE number... | {"brake_pressure":"active","ph_level":true,"tile":true,"score":"xl","tags":618.05,"format":95.35} | tool_call_wrong_param | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string"
},
"ph_level": {
"type": "boolean"
},
"voltage": {
"type": "number"
},
"tile": {
"type": "boolean"
},
"score": {
"type": "string",
"enum": [
"small",
"medi... | Tool: verify_hazmat_compliance
Params: {"brake_pressure": "active", "ph_level": true, "score": "xl", "tags": 618.05, "format": 95.35, "tile2": true} | Agent used wrong parameter name 'tile2' instead of 'tile' | {"brake_pressure":"active","ph_level":true,"tile":true,"score":"xl","tags":618.05,"format":95.35} |
TASK repair_structured_output
SPEC
FIELD dim_i66 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_w50 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD param_k59 TYPE string REQUIRED no
FIELD col_z28 TYPE null REQUIRED no
FIELD val_q92.param_h07 TYPE string REQUI... | {"dim_i66":"homozygous","param_k59":"qux","val_q92":{"col_e42":"nonsense","val_r11":"Maria","field_j97":"type_a","prop_f95":{"field_i59":null,"prop_e44":107.8,"field_q36":"Tokyo","val_b68":900,"val_g25":732},"key_a05":"2024-01-15","param_d84":"baz","val_p90":"arctic"}} | extra_field | {
"type": "object",
"properties": {
"dim_i66": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_w50": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mod... | {"dim_i66": "homozygous", "param_k59": "qux", "val_q92": {"col_e42": "nonsense", "val_r11": "Maria", "field_j97": "type_a", "prop_f95": {"field_i59": null, "prop_e44": 107.8, "field_q36": "Tokyo", "val_b68": 900, "val_g25": 732}, "key_a05": "2024-01-15", "param_d84": "baz", "val_p90": "arctic"}, "extra_data_787": "unex... | Unknown field 'extra_data_787' not defined in schema | {"dim_i66":"homozygous","param_k59":"qux","val_q92":{"col_e42":"nonsense","val_r11":"Maria","field_j97":"type_a","prop_f95":{"field_i59":null,"prop_e44":107.8,"field_q36":"Tokyo","val_b68":900,"val_g25":732},"key_a05":"2024-01-15","param_d84":"baz","val_p90":"arctic"}} |
TASK repair_structured_output
SPEC
FIELD attr_k65 TYPE number REQUIRED no
FIELD col_j19 TYPE string REQUIRED no
FIELD param_e39 TYPE string REQUIRED no
FIELD prop_u14 TYPE string REQUIRED yes
FIELD dim_w05 TYPE boolean REQUIRED no
FIELD prop_d02 TYPE null REQUIRED yes
FIELD field_r59 TYPE string REQUIRED no
BROKEN_OU... | {"param_e39":"2024-06-30","prop_u14":"active","dim_w05":true,"prop_d02":null} | markdown_explanation | {
"type": "object",
"properties": {
"attr_k65": {
"type": "number"
},
"col_j19": {
"type": "string"
},
"param_e39": {
"type": "string"
},
"prop_u14": {
"type": "string"
},
"dim_w05": {
"type": "boolean"
},
"prop_d02": {
"type": "null"
... | Sensor output follows:
```json
{"param_e39":"2024-06-30","prop_u14":"active","dim_w05":true,"prop_d02":null}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"param_e39":"2024-06-30","prop_u14":"active","dim_w05":true,"prop_d02":null} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD filter_flag TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD conductivity TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD timezo... | {"first_name":"maintenance","filter_flag":"type_e","conductivity":"level_1","timezone":997} | invalid_enum | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"filter_flag": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | {"first_name": "maintenance", "filter_flag": "type_e", "conductivity": "invalid_option_779", "timezone": 997} | Field 'conductivity' has invalid enum value 'invalid_option_779', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5'] | {"first_name":"maintenance","filter_flag":"type_e","conductivity":"level_1","timezone":997} |
TASK repair_structured_output
SPEC
FIELD url TYPE string VALUES option_a|option_b REQUIRED no
FIELD transaction_id TYPE integer REQUIRED no
FIELD throttle_pos TYPE string REQUIRED no
FIELD bill_of_lading TYPE boolean REQUIRED no
FIELD phenotype TYPE integer REQUIRED no
FIELD tax TYPE boolean REQUIRED yes
FIELD height ... | {"url":"option_a","throttle_pos":"Johnson","tax":false,"rating":"qux"} | agent_chain | {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"transaction_id": {
"type": "integer"
},
"throttle_pos": {
"type": "string"
},
"bill_of_lading": {
"type": "boolean"
},
"phenot... | I need to look up the information first.
Action: apply_discount
Result: {"url": "option_a", "tax": false, "rating": "qux"}
I'll query our database.
Action: transfer_call
Result: | Agent multi-step chain with truncated tool output | {"url":"option_a","throttle_pos":"Johnson","tax":false,"rating":"qux"} |
TASK repair_structured_output
SPEC
FIELD name TYPE boolean REQUIRED no
FIELD catalyst TYPE string_uri REQUIRED no
FIELD zip_code[] TYPE string VALUES mode_a|mode_b REQUIRED yes
BROKEN_OUTPUT
{"name":true,"catalyst":"https://api.org/api","zip_code":["mode_b","mode_a"]}
Hope this helps! | {"name":true,"catalyst":"https://api.org/api","zip_code":["mode_b","mode_a"]} | extra_text_after | {
"type": "object",
"properties": {
"name": {
"type": "boolean"
},
"catalyst": {
"type": "string",
"format": "uri"
},
"zip_code": {
"type": "array",
"items": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
}
}... | {"name":true,"catalyst":"https://api.org/api","zip_code":["mode_b","mode_a"]}
Hope this helps! | Output contains non-JSON text after the object | {"name":true,"catalyst":"https://api.org/api","zip_code":["mode_b","mode_a"]} |
TASK repair_structured_output
SPEC
FIELD prop_e95 TYPE integer REQUIRED no
FIELD dim_r10 TYPE integer REQUIRED yes
FIELD field_k90 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
BROKEN_OUTPUT
<functioncall> update_preferences
{prop_e95: 251, dim_r10: 169, field_k90: "type_c"} | {"prop_e95":251,"dim_r10":169,"field_k90":"type_c"} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_e95": {
"type": "integer"
},
"dim_r10": {
"type": "integer"
},
"field_k90": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
}
},
"required": [
"field_k90",
... | <functioncall> update_preferences
{prop_e95: 251, dim_r10: 169, field_k90: "type_c"} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_e95":251,"dim_r10":169,"field_k90":"type_c"} |
TASK repair_structured_output
SPEC
FIELD field_c66 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD dim_g18 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_m76 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_s09 TYPE number REQUIRED no
FIELD val_h32 TYPE string REQU... | {"field_c66":"level_3","dim_g18":"option_c","col_s09":903.31,"val_h32":"A short description.","key_l40":210.92} | markdown_fences | {
"type": "object",
"properties": {
"field_c66": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"dim_g18": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"val_m76": {
... | ```json
{"field_c66":"level_3","dim_g18":"option_c","col_s09":903.31,"val_h32":"A short description.","key_l40":210.92}
``` | Output contains markdown code fences | {"field_c66":"level_3","dim_g18":"option_c","col_s09":903.31,"val_h32":"A short description.","key_l40":210.92} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES draft|published|archived REQUIRED yes
FIELD voltage TYPE integer REQUIRED yes
FIELD role TYPE string REQUIRED no
FIELD discount TYPE number REQUIRED yes
FIELD phone TYPE string REQUIRED no
BROKEN_OUTPUT
{'vital_sign':'archived','voltage':102,'role... | {"vital_sign":"archived","voltage":102,"role":"2023-12-25","discount":477.73,"phone":"pending"} | single_quotes | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"voltage": {
"type": "integer"
},
"role": {
"type": "string"
},
"discount": {
"type": "number"
},
"pho... | {'vital_sign':'archived','voltage':102,'role':'2023-12-25','discount':477.73,'phone':'pending'} | Expecting property name enclosed in double quotes | {"vital_sign":"archived","voltage":102,"role":"2023-12-25","discount":477.73,"phone":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_q74 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD prop_n72 TYPE integer REQUIRED no
FIELD val_s89 TYPE null REQUIRED no
FIELD dim_l74 TYPE string REQUIRED yes
FIELD dim_a46 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED ye... | {"col_q74":"type_b","dim_l74":"Bob","dim_a46":"confirmed","col_k55":"baz","prop_c00":"2021-09-08T05:52:00Z"} | trailing_comma | {
"type": "object",
"properties": {
"col_q74": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"prop_n72": {
"type": "integer"
},
"val_s89": {
"type": "null"
},
"dim_l74": {
"t... | {"col_q74":"type_b","dim_l74":"Bob","dim_a46":"confirmed","col_k55":"baz","prop_c00":"2021-09-08T05:52:00Z",} | Unexpected trailing comma | {"col_q74":"type_b","dim_l74":"Bob","dim_a46":"confirmed","col_k55":"baz","prop_c00":"2021-09-08T05:52:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_u04.attr_d40.prop_l84 TYPE string REQUIRED no
FIELD prop_u04.attr_d40.prop_o63 TYPE string REQUIRED no
FIELD prop_u04.attr_d40.attr_r53 TYPE boolean REQUIRED yes
FIELD prop_u04.attr_d40.prop_p52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_u0... | {"prop_u04":{"attr_d40":{"attr_r53":true,"prop_p52":"delivered","col_g74":"berthed","prop_o42":684.43},"prop_v70":742,"attr_f52":"REV","prop_k87":"editor","param_e16":"closed"},"col_t91":{"val_c28":"oceanic","param_n57":"https://www.org/v1","param_m33":"delivered"},"attr_l04":false,"key_i83":191.95} | agent_chain | {
"type": "object",
"properties": {
"prop_u04": {
"type": "object",
"properties": {
"attr_d40": {
"type": "object",
"properties": {
"prop_l84": {
"type": "string"
},
"prop_o63": {
"type": "string"
... | I need to look up the information first.
Action: search
Result: {"prop_u04": {"attr_d40": {"attr_r53": true, "prop_p52": "delivered", "col_g74": "berthed", "prop_o42": 684.43}, "prop_v70": 742, "attr_f52": "REV", "prop_k87": "editor", "param_e16": "closed"}, "col_t91": {"val_c28": "oceanic", "param_n57": "https://www.o... | Agent multi-step chain with truncated tool output | {"prop_u04":{"attr_d40":{"attr_r53":true,"prop_p52":"delivered","col_g74":"berthed","prop_o42":684.43},"prop_v70":742,"attr_f52":"REV","prop_k87":"editor","param_e16":"closed"},"col_t91":{"val_c28":"oceanic","param_n57":"https://www.org/v1","param_m33":"delivered"},"attr_l04":false,"key_i83":191.95} |
TASK repair_structured_output
SPEC
FIELD val_c28 TYPE integer REQUIRED no
FIELD param_r66 TYPE boolean REQUIRED no
FIELD dim_z47 TYPE string_uri REQUIRED yes
FIELD attr_f46 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_w54 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{val_c28:621,param_r66... | {"val_c28":621,"param_r66":false,"dim_z47":"https://www.org/api","attr_f46":"success","param_w54":"2024-04-26T11:38:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"val_c28": {
"type": "integer"
},
"param_r66": {
"type": "boolean"
},
"dim_z47": {
"type": "string",
"format": "uri"
},
"attr_f46": {
"type": "string",
"enum": [
"success",
"error",
"warning",... | {val_c28:621,param_r66:false,dim_z47:"https://www.org/api",attr_f46:"success",param_w54:"2024-04-26T11:38:00Z"} | Expecting property name enclosed in double quotes | {"val_c28":621,"param_r66":false,"dim_z47":"https://www.org/api","attr_f46":"success","param_w54":"2024-04-26T11:38:00Z"} |
TASK repair_structured_output
SPEC
FIELD field_h38 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_m32 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_g61 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD val_p25 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me analyze the reque... | {"field_h38":"sms","key_m32":"active","field_g61":"editor","val_p25":745} | thought_process | {
"type": "object",
"properties": {
"field_h38": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_m32": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_g61... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"field_h38":"sms","key_m32":"active","field_g61":"editor","val_p25":745} | Output contains chain-of-thought reasoning before JSON | {"field_h38":"sms","key_m32":"active","field_g61":"editor","val_p25":745} |
TASK repair_structured_output
SPEC
FIELD attr_i38 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD val_c83 TYPE integer REQUIRED yes
FIELD col_f58 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_b87 TYPE string REQUIRED no
FIELD field_o26 TYPE string_date-time REQUIRED no
BRO... | {"attr_i38":"cat_e","val_c83":895,"col_f58":"inland","key_b87":"PASS"} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_i38": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"val_c83": {
"type": "integer"
},
"col_f58": {
"type": "string",
"enum": [
"coastal",... | I'll query our database.
<tool_call name="verify_hazmat_compliance">
{"attr_i38":"cat_e","val_c83":895,"col_f58":"inland","key_b87":"PASS"}
</tool_call. | Agent response mixes reasoning text with tool call | {"attr_i38":"cat_e","val_c83":895,"col_f58":"inland","key_b87":"PASS"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD filter_flag TYPE null REQUIRED yes
FIELD longitude TYPE null REQUIRED yes
FIELD trace_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
BROKEN_OUTPUT
Tool: call_variants
Params: {"d... | {"decay_rate":"delivered","filter_flag":null,"longitude":null,"trace_id":"mode_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"filter_flag": {
"type": "null"
},
"longitude": {
"type": "null"
},
"trace_id": {
"type": ... | Tool: call_variants
Params: {"decay_rate": "delivered", "filter_flag": null, "trace_id": "mode_a", "longitude_id": null} | Agent used wrong parameter name 'longitude_id' instead of 'longitude' | {"decay_rate":"delivered","filter_flag":null,"longitude":null,"trace_id":"mode_a"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.