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 dim_r46 TYPE string REQUIRED no
FIELD param_p69 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD dim_k75.col_l24 TYPE string_email REQUIRED yes
FIELD dim_k75.val_g14 TYPE string REQUIRED no
FIELD dim_k75.val_x56 TYPE string REQUIRED yes
FIELD dim_k7... | {"param_p69":"synonymous","dim_k75":{"col_l24":"user@domain.org","val_x56":"Santos","val_l22":"sample","prop_c53":"London","prop_c32":"qux","param_j69":"RTG-04"},"prop_z18":"London"} | extra_field | {
"type": "object",
"properties": {
"dim_r46": {
"type": "string"
},
"param_p69": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_k75": {
"type": "object",
"properties": {
"col_... | {"param_p69": "synonymous", "dim_k75": {"col_l24": "user@domain.org", "val_x56": "Santos", "val_l22": "sample", "prop_c53": "London", "prop_c32": "qux", "param_j69": "RTG-04"}, "prop_z18": "London", "extra_data_59": true} | Unknown field 'extra_data_59' not defined in schema | {"param_p69":"synonymous","dim_k75":{"col_l24":"user@domain.org","val_x56":"Santos","val_l22":"sample","prop_c53":"London","prop_c32":"qux","param_j69":"RTG-04"},"prop_z18":"London"} |
TASK repair_structured_output
SPEC
FIELD level TYPE boolean REQUIRED no
FIELD aligned_pct TYPE string REQUIRED yes
FIELD turbidity[] TYPE string_date-time REQUIRED yes
FIELD title[].transaction_id TYPE null REQUIRED no
FIELD title[].length TYPE integer REQUIRED no
FIELD title[].format TYPE string REQUIRED no
FIELD tit... | {"level":false,"aligned_pct":"London","turbidity":["2023-08-05T05:26:00Z","2022-12-06T01:28:00Z"]} | truncated_object | {
"type": "object",
"properties": {
"level": {
"type": "boolean"
},
"aligned_pct": {
"type": "string"
},
"turbidity": {
"type": "array",
"items": {
"type": "string",
"format": "date-time"
}
},
"title": {
"type": "array",
"items": ... | {"level":false,"aligned_pct":"London","turbidity":["2023-08-05T05:26:00Z","2022-12-06T01:28:00Z"] | Unexpected end of JSON input — truncated object | {"level":false,"aligned_pct":"London","turbidity":["2023-08-05T05:26:00Z","2022-12-06T01:28:00Z"]} |
TASK repair_structured_output
SPEC
FIELD lane TYPE null REQUIRED no
FIELD umi TYPE number REQUIRED no
FIELD balance TYPE boolean REQUIRED no
FIELD patient_id[].id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD patient_id[].wavelength TYPE string REQUIRED yes
FIELD patient_id[].email TYPE integer REQUIRE... | {"lane":null,"umi":804.47,"balance":false,"patient_id":[{"wavelength":"QC-07","email":945,"cargo_type":"REV"}],"run_id":[{"ph_level":840,"nickname":225,"temp_celsius":"mode_b"}]} | null_required | {
"type": "object",
"properties": {
"lane": {
"type": "null"
},
"umi": {
"type": "number"
},
"balance": {
"type": "boolean"
},
"patient_id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type":... | {"lane": null, "umi": 804.47, "balance": false, "patient_id": null, "run_id": [{"ph_level": 840, "nickname": 225, "temp_celsius": "mode_b"}]} | Required field 'patient_id' is null | {"lane":null,"umi":804.47,"balance":false,"patient_id":[{"wavelength":"QC-07","email":945,"cargo_type":"REV"}],"run_id":[{"ph_level":840,"nickname":225,"temp_celsius":"mode_b"}]} |
TASK repair_structured_output
SPEC
FIELD attr_i75 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_z58 TYPE string REQUIRED yes
FIELD attr_t24 TYPE string REQUIRED no
FIELD val_x75 TYPE string REQUIRED no
FIELD param_h11 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_g06 TYPE st... | {"attr_i75":"sms","col_z58":"Sao Paulo","attr_t24":"New York","val_x75":"Charlie","param_h11":"intermittent","key_g06":"demo"} | partial_structure | {
"type": "object",
"properties": {
"attr_i75": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"col_z58": {
"type": "string"
},
"attr_t24": {
"type": "string"
},
"val_x75": {
"type": "string"
},
... | Result: attr_i75=sms, {"attr_i75":"sms","col_z58":"Sao Paulo","attr_t24":"New York","val_x75":"Charlie","param_h11":"intermittent","key_g06":"demo"} | Output mixes natural language with JSON | {"attr_i75":"sms","col_z58":"Sao Paulo","attr_t24":"New York","val_x75":"Charlie","param_h11":"intermittent","key_g06":"demo"} |
TASK repair_structured_output
SPEC
FIELD col_r67 TYPE boolean REQUIRED no
FIELD val_k53.val_p10 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_k53.attr_z88 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_k53.col_b72 TYPE number REQUIRED yes
FIELD... | {"col_r67":true,"val_k53":{"val_p10":"missense","attr_z88":"pending_review","col_b72":69.71},"attr_s64":true,"key_i88":{"dim_o95":"low","col_h71":"Diana","prop_f75":"published","attr_e98":165,"col_d01":253.18},"col_q39":"hello"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_r67": {
"type": "boolean"
},
"val_k53": {
"type": "object",
"properties": {
"val_p10": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
... | I need to look up the information first.
Action: align_reads
Arguments: {"col_r67": true, "attr_s64": true, "key_i88": {"dim_o95": "low", "col_h71": "Diana", "prop_f75": "published", "attr_e98": 165, "col_d01": 253.18}, "col_q39": "hello"} | Agent tool call missing required parameter 'val_k53' | {"col_r67":true,"val_k53":{"val_p10":"missense","attr_z88":"pending_review","col_b72":69.71},"attr_s64":true,"key_i88":{"dim_o95":"low","col_h71":"Diana","prop_f75":"published","attr_e98":165,"col_d01":253.18},"col_q39":"hello"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE number REQUIRED no
FIELD reagent TYPE string REQUIRED no
FIELD credit_score TYPE integer REQUIRED no
FIELD options TYPE string REQUIRED no
FIELD email.manifest_ref TYPE boolean REQUIRED yes
FIELD email.values TYPE boolean REQUIRED no
FIELD email.paragraph TYPE inte... | {"reagent":"Tokyo","options":"completed","email":{"manifest_ref":false,"paragraph":328,"due_date":888}} | missing_brace | {
"type": "object",
"properties": {
"voltage": {
"type": "number"
},
"reagent": {
"type": "string"
},
"credit_score": {
"type": "integer"
},
"options": {
"type": "string"
},
"email": {
"type": "object",
"properties": {
"manifest_ref": {... | {"reagent":"Tokyo","options":"completed","email":"manifest_ref":false,"paragraph":328,"due_date":888}} | Missing closing brace | {"reagent":"Tokyo","options":"completed","email":{"manifest_ref":false,"paragraph":328,"due_date":888}} |
TASK repair_structured_output
SPEC
FIELD prop_r75.field_o51 TYPE integer REQUIRED yes
FIELD prop_r75.field_q12 TYPE boolean REQUIRED yes
FIELD prop_r75.dim_v04 TYPE number REQUIRED yes
FIELD field_z85 TYPE string REQUIRED no
FIELD prop_i30.key_h15 TYPE integer REQUIRED yes
FIELD prop_i30.field_p09 TYPE string REQUIRED... | {"prop_r75":{"field_o51":970,"field_q12":true,"dim_v04":725.89},"field_z85":"Oliveira","dim_u43":"sample","param_b82":749.06,"key_g48":{"val_e95":"viewer","dim_b85":{"dim_y55":false,"key_r32":586.36,"param_k74":"Johnson","attr_o12":834.42,"dim_p12":true},"prop_y36":null,"key_d77":"option_d","param_k44":"test@test.io"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_r75": {
"type": "object",
"properties": {
"field_o51": {
"type": "integer"
},
"field_q12": {
"type": "boolean"
},
"dim_v04": {
"type": "number"
}
},
"required": [
... | I need to look up the information first.
Action: filter_variants
Arguments: {"prop_r75": {"field_o51": 970, "field_q12": true, "dim_v04": 725.89}, "field_z85": "Oliveira", "param_b82": 749.06, "key_g48": {"val_e95": "viewer", "dim_b85": {"dim_y55": false, "key_r32": 586.36, "param_k74": "Johnson", "attr_o12": 834.42, "... | Agent tool call missing required parameter 'dim_u43' | {"prop_r75":{"field_o51":970,"field_q12":true,"dim_v04":725.89},"field_z85":"Oliveira","dim_u43":"sample","param_b82":749.06,"key_g48":{"val_e95":"viewer","dim_b85":{"dim_y55":false,"key_r32":586.36,"param_k74":"Johnson","attr_o12":834.42,"dim_p12":true},"prop_y36":null,"key_d77":"option_d","param_k44":"test@test.io"}} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED yes
FIELD barcode TYPE number REQUIRED yes
FIELD turbidity TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{"label":"example","barcode":596.1,"turbidity":"phone" | {"label":"example","barcode":596.1,"turbidity":"phone"} | truncated_object | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"barcode": {
"type": "number"
},
"turbidity": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
}
},
"required": [
"label",
"barcode",
... | {"label":"example","barcode":596.1,"turbidity":"phone" | Unexpected end of JSON input — truncated object | {"label":"example","barcode":596.1,"turbidity":"phone"} |
TASK repair_structured_output
SPEC
FIELD field_c14 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_n68 TYPE string REQUIRED yes
FIELD field_i58 TYPE string REQUIRED yes
FIELD col_k21.val_h18 TYPE string REQUIRED no
FIELD col_k21.prop_z22 TYPE string REQUIRED yes
FIELD col_k21.param_a55 TYPE str... | {"val_n68":"completed","field_i58":"Maria","col_k21":{"val_h18":"chr1","prop_z22":"REV"}} | markdown_fences | {
"type": "object",
"properties": {
"field_c14": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_n68": {
"type": "string"
},
"field_i58": {
"type": "string"
},
"col_k21": {
"type": "object",
... | ```json
{"val_n68":"completed","field_i58":"Maria","col_k21":{"val_h18":"chr1","prop_z22":"REV"}}
``` | Output contains markdown code fences | {"val_n68":"completed","field_i58":"Maria","col_k21":{"val_h18":"chr1","prop_z22":"REV"}} |
TASK repair_structured_output
SPEC
FIELD dim_e09 TYPE number REQUIRED no
FIELD col_m50.col_b16 TYPE boolean REQUIRED yes
FIELD col_m50.dim_c54 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD col_m50.col_p84[] TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD col_m50.col_f44[].attr_y27 TYPE str... | {"dim_e09":976.18,"val_x68":"test@example.com","dim_u57":{"param_j97":"new","prop_j68":37,"val_j76":{"field_o19":"REV","val_y69":64.57,"prop_b85":671,"attr_i93":false},"dim_l48":323},"key_c41":"type_a"} | missing_bracket | {
"type": "object",
"properties": {
"dim_e09": {
"type": "number"
},
"col_m50": {
"type": "object",
"properties": {
"col_b16": {
"type": "boolean"
},
"dim_c54": {
"type": "string",
"enum": [
"type_a",
"type_b... | {"dim_e09":976.18,"val_x68":"test@example.com","dim_u57":{"param_j97":"new","prop_j68":37,"val_j76":{"field_o19":"REV","val_y69":64.57,"prop_b85":671,"attr_i93":false},"dim_l48":323},"key_c41":"type_a"} | Missing closing bracket | {"dim_e09":976.18,"val_x68":"test@example.com","dim_u57":{"param_j97":"new","prop_j68":37,"val_j76":{"field_o19":"REV","val_y69":64.57,"prop_b85":671,"attr_i93":false},"dim_l48":323},"key_c41":"type_a"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE boolean REQUIRED no
FIELD freight_class TYPE integer REQUIRED yes
FIELD half_life TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD role TYPE integer REQUIRED no
BROKEN_OUTPUT
Tool: create_ticket
Params: {"diagnosis_code": false, "freight... | {"diagnosis_code":false,"freight_class":729,"half_life":"unstable","role":94} | tool_call_wrong_param | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "boolean"
},
"freight_class": {
"type": "integer"
},
"half_life": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"role": {
"type": "integ... | Tool: create_ticket
Params: {"diagnosis_code": false, "freight_class": 729, "role": 94, "half_life_id": "unstable"} | Agent used wrong parameter name 'half_life_id' instead of 'half_life' | {"diagnosis_code":false,"freight_class":729,"half_life":"unstable","role":94} |
TASK repair_structured_output
SPEC
FIELD field_t54 TYPE string_date-time REQUIRED no
FIELD field_f59 TYPE integer REQUIRED yes
FIELD val_p15[] TYPE null REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="update_preferences">
{"field_f59":317,"val_p15":[null,null,null]}
</tool_call.
The result is rea... | {"field_f59":317,"val_p15":[null,null,null]} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_t54": {
"type": "string",
"format": "date-time"
},
"field_f59": {
"type": "integer"
},
"val_p15": {
"type": "array",
"items": {
"type": "null"
}
}
},
"required": [
"field_f59",
"val_p15"
]
} | I'll query our database.
<tool_call name="update_preferences">
{"field_f59":317,"val_p15":[null,null,null]}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"field_f59":317,"val_p15":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD field_x40 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD prop_q70 TYPE boolean REQUIRED no
FIELD attr_r79 TYPE string REQUIRED no
FIELD attr_w53 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me analyze the request and generate the appropriate JSON... | {"field_x40":"offline","attr_w53":260} | thought_process | {
"type": "object",
"properties": {
"field_x40": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"prop_q70": {
"type": "boolean"
},
"attr_r79": {
"type": "string"
},
"attr_w53": {
"... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"field_x40":"offline","attr_w53":260} | Output contains chain-of-thought reasoning before JSON | {"field_x40":"offline","attr_w53":260} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD port_code TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD salinity TYPE number REQUIRED no
FIELD label TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_... | {"salinity":574.93,"label":"rejected"} | unquoted_keys | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"port_code": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"wh... | {salinity:574.93,label:"rejected"} | Expecting property name enclosed in double quotes | {"salinity":574.93,"label":"rejected"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD total TYPE string REQUIRED yes
FIELD throttle_pos TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD temp_celsius TYPE string VALUES reliable|unstable|intermittent REQUIRED no
... | {"total":"Luis","throttle_pos":"mode_c","temp_celsius":"reliable","lab_result":"Jane","altitude":false,"compound":"option_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"total": {
"type": "string"
},
"throttle_pos": {
"type": "string",
"en... | Tool: annotate_mutation
Params: {"total": "Luis", "throttle_pos": "mode_c", "temp_celsius": "reliable", "altitude": false, "compound": "option_a", "lab_result_value": "Jane"} | Agent used wrong parameter name 'lab_result_value' instead of 'lab_result' | {"total":"Luis","throttle_pos":"mode_c","temp_celsius":"reliable","lab_result":"Jane","altitude":false,"compound":"option_a"} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD cargo_type TYPE string REQUIRED yes
FIELD turbidity TYPE string_date-time REQUIRED no
FIELD active TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD reagent TYPE string_uri REQUIRED no
FIELD yield_pct TYPE... | {"maturity_date":"medium","cargo_type":"https://example.com","turbidity":"2022-12-14T14:58:00Z","active":"cat_b","reagent":"https://data.com/api","yield_pct":"New York","umi":782.7} | partial_structure | {
"type": "object",
"properties": {
"maturity_date": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"cargo_type": {
"type": "string"
},
"turbidity": {
"type": "string",
"format": "date-time"
},
"acti... | I found that active should be cat_b. {"maturity_date":"medium","cargo_type":"https://example.com","turbidity":"2022-12-14T14:58:00Z","active":"cat_b","reagent":"https://data.com/api","yield_pct":"New York","umi":782.7} | Output mixes natural language with JSON | {"maturity_date":"medium","cargo_type":"https://example.com","turbidity":"2022-12-14T14:58:00Z","active":"cat_b","reagent":"https://data.com/api","yield_pct":"New York","umi":782.7} |
TASK repair_structured_output
SPEC
FIELD col_y44 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_m25 TYPE null REQUIRED no
FIELD key_x26 TYPE number REQUIRED no
FIELD prop_b27 TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
<functioncall> track_vessel
{col_y44: "single", pro... | {"col_y44":"single","prop_b27":"success"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_y44": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_m25": {
"type": "null"
},
"key_x26": {
"type": "number"
},
"prop_b27": {
"type": "string",
"enum": [
... | <functioncall> track_vessel
{col_y44: "single", prop_b27: "success"} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_y44":"single","prop_b27":"success"} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string REQUIRED no
FIELD reagent TYPE string_uri REQUIRED no
FIELD paragraph.pressure_kpa TYPE null REQUIRED no
FIELD paragraph.subject TYPE string_date-time REQUIRED yes
FIELD paragraph.insurance_id.port_code TYPE string_email REQUIRED no
FIELD paragraph.insurance_... | {"branch":"baz","reagent":"https://example.com/v1","lane":"hello","width":341,"username":"Johnson"} | tool_call_partial_args | {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"reagent": {
"type": "string",
"format": "uri"
},
"paragraph": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "null"
},
"subject": {
"type"... | I need to look up the information first.
Action: calculate_price
Arguments: {"branch": "baz", "reagent": "https://example.com/v1", "lane": "hello", "width": 341} | Agent tool call missing required parameter 'username' | {"branch":"baz","reagent":"https://example.com/v1","lane":"hello","width":341,"username":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string REQUIRED yes
FIELD half_life TYPE string REQUIRED no
FIELD conductivity TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD patient_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
The output is as follows:
```json
{"currency":"John","half_l... | {"currency":"John","half_life":"active","conductivity":"mode_b","patient_id":314} | markdown_explanation | {
"type": "object",
"properties": {
"currency": {
"type": "string"
},
"half_life": {
"type": "string"
},
"conductivity": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"patient_id":... | The output is as follows:
```json
{"currency":"John","half_life":"active","conductivity":"mode_b","patient_id":314}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"currency":"John","half_life":"active","conductivity":"mode_b","patient_id":314} |
TASK repair_structured_output
SPEC
FIELD param_w87 TYPE string REQUIRED no
FIELD key_z12 TYPE string_uri REQUIRED yes
FIELD attr_g57 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD key_h74 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"param_w87":"Sao Paulo","key_z12":"https://www.com/v1","key_h74":"test"} | {"param_w87":"Sao Paulo","key_z12":"https://www.com/v1","key_h74":"test"} | missing_bracket | {
"type": "object",
"properties": {
"param_w87": {
"type": "string"
},
"key_z12": {
"type": "string",
"format": "uri"
},
"attr_g57": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"key_h74": {
"type": "string"
}
},
... | {"param_w87":"Sao Paulo","key_z12":"https://www.com/v1","key_h74":"test"} | Missing closing bracket | {"param_w87":"Sao Paulo","key_z12":"https://www.com/v1","key_h74":"test"} |
TASK repair_structured_output
SPEC
FIELD prop_j02 TYPE string REQUIRED no
FIELD prop_i61 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD key_w66 TYPE string REQUIRED no
FIELD dim_h06.attr_c15 TYPE string_uri REQUIRED no
FIELD dim_h06.dim_r92 TYPE integer REQUIRED no
FIELD dim_h06.key_i04 TYPE string_date-time REQU... | {"prop_i61":"mode_a","key_w66":"completed","dim_h06":{"attr_c15":"https://data.com/api","dim_r92":138,"key_i04":"2024-12-13T05:29:00Z"},"attr_f84":true,"col_e39":"Alice"} | truncated_object | {
"type": "object",
"properties": {
"prop_j02": {
"type": "string"
},
"prop_i61": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"key_w66": {
"type": "string"
},
"dim_h06": {
"type": "object",
"properties": {
"attr_... | {"prop_i61":"mode_a","key_w66":"completed","dim_h06":{"attr_c15":"https://data.com/api","dim_r92":138,"key_i04":"2024-12-13T05:29:00Z"},"attr_f84":true,"col_e39":"Alice" | Unexpected end of JSON input — truncated object | {"prop_i61":"mode_a","key_w66":"completed","dim_h06":{"attr_c15":"https://data.com/api","dim_r92":138,"key_i04":"2024-12-13T05:29:00Z"},"attr_f84":true,"col_e39":"Alice"} |
TASK repair_structured_output
SPEC
FIELD col_w29 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_l52 TYPE string REQUIRED no
FIELD val_b43 TYPE string_date-time REQUIRED yes
FIELD key_b40 TYPE string REQUIRED no
FIELD param_h33 TYPE number REQUIRED no
FIELD attr_z90.prop_i27 TYPE... | {"val_b43":"2020-05-14T00:06:00Z","key_b40":"foo","param_h33":125.57,"attr_z90":{"prop_i27":"anchored","dim_l60":687,"param_n19":"Silva","col_j83":"Berlin"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_w29": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"field_l52": {
"type": "string"
},
"val_b43": {
"type": "string",
"format": "date-time"
... | Let me check the system.
Action: book_appointment
Arguments: {"key_b40": "foo", "param_h33": 125.57, "attr_z90": {"prop_i27": "anchored", "dim_l60": 687, "param_n19": "Silva", "col_j83": "Berlin"}} | Agent tool call missing required parameter 'val_b43' | {"val_b43":"2020-05-14T00:06:00Z","key_b40":"foo","param_h33":125.57,"attr_z90":{"prop_i27":"anchored","dim_l60":687,"param_n19":"Silva","col_j83":"Berlin"}} |
TASK repair_structured_output
SPEC
FIELD col_w07 TYPE integer REQUIRED no
FIELD prop_x29 TYPE integer REQUIRED yes
FIELD dim_r73 TYPE boolean REQUIRED no
FIELD field_t57 TYPE boolean REQUIRED yes
FIELD attr_l52 TYPE integer REQUIRED no
FIELD attr_f99 TYPE number REQUIRED yes
FIELD prop_w03 TYPE string REQUIRED yes
BR... | {"prop_x29":895,"dim_r73":false,"field_t57":false,"attr_l52":474,"attr_f99":889.79,"prop_w03":"Bob"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_w07": {
"type": "integer"
},
"prop_x29": {
"type": "integer"
},
"dim_r73": {
"type": "boolean"
},
"field_t57": {
"type": "boolean"
},
"attr_l52": {
"type": "integer"
},
"attr_f99": {
"type": "num... | <functioncall> schedule_meeting
{prop_x29: 895, dim_r73: false, field_t57: false, attr_l52: 474, attr_f99: 889.79, prop_w03: "Bob"} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_x29":895,"dim_r73":false,"field_t57":false,"attr_l52":474,"attr_f99":889.79,"prop_w03":"Bob"} |
TASK repair_structured_output
SPEC
FIELD param_e79 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_w46 TYPE integer REQUIRED no
FIELD val_o34 TYPE string_uri REQUIRED yes
FIELD col_j48[].dim_l28 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_j48[].param_d04 TYPE string REQUIRED... | {"param_e79":"error","param_w46":276,"val_o34":"https://example.com/v1","col_j48":[{"dim_l28":"pending","param_d04":"test@example.com","dim_p41":"user@domain.com"}]} | trailing_comma | {
"type": "object",
"properties": {
"param_e79": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_w46": {
"type": "integer"
},
"val_o34": {
"type": "string",
"format": "uri"
},
"col_j48": {... | {"param_e79":"error","param_w46":276,"val_o34":"https://example.com/v1","col_j48":[{"dim_l28":"pending","param_d04":"test@example.com","dim_p41":"user@domain.com"}],} | Unexpected trailing comma | {"param_e79":"error","param_w46":276,"val_o34":"https://example.com/v1","col_j48":[{"dim_l28":"pending","param_d04":"test@example.com","dim_p41":"user@domain.com"}]} |
TASK repair_structured_output
SPEC
FIELD dim_w71.field_a98 TYPE string REQUIRED no
FIELD dim_w71.val_m67 TYPE boolean REQUIRED yes
FIELD dim_w71.val_m73 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_w71.col_s49[] TYPE boolean REQUIRED no
FIELD dim_w71.field_a06[].prop_s26 TYPE string VALUES small|me... | {"dim_w71":{"field_a98":"QC-07","val_m67":true,"val_m73":"single","col_s49":[true,true],"field_a06":[{"prop_s26":"medium","dim_o73":false,"prop_e69":"EUR"},{"prop_s26":"xl","dim_o73":true,"prop_e69":"JPY"},{"prop_s26":"medium","prop_e69":"USD"}]},"key_d77":855,"field_t73":"unstable"} | extra_text_before | {
"type": "object",
"properties": {
"dim_w71": {
"type": "object",
"properties": {
"field_a98": {
"type": "string"
},
"val_m67": {
"type": "boolean"
},
"val_m73": {
"type": "string",
"enum": [
"single",
... | The instrument reported:
{"dim_w71":{"field_a98":"QC-07","val_m67":true,"val_m73":"single","col_s49":[true,true],"field_a06":[{"prop_s26":"medium","dim_o73":false,"prop_e69":"EUR"},{"prop_s26":"xl","dim_o73":true,"prop_e69":"JPY"},{"prop_s26":"medium","prop_e69":"USD"}]},"key_d77":855,"field_t73":"unstable"} | Output contains non-JSON text before the object | {"dim_w71":{"field_a98":"QC-07","val_m67":true,"val_m73":"single","col_s49":[true,true],"field_a06":[{"prop_s26":"medium","dim_o73":false,"prop_e69":"EUR"},{"prop_s26":"xl","dim_o73":true,"prop_e69":"JPY"},{"prop_s26":"medium","prop_e69":"USD"}]},"key_d77":855,"field_t73":"unstable"} |
TASK repair_structured_output
SPEC
FIELD val_s54 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD col_k61 TYPE string_date-time REQUIRED no
FIELD val_i98 TYPE integer REQUIRED no
FIELD key_a05 TYPE string REQUIRED no
FIELD attr_t78 TYPE integer REQUIRED no
FIELD val_g10 TYPE string_date-time RE... | {"val_s54":"heterozygous","key_a05":"https://example.com","attr_t78":108,"val_g10":"2020-05-09T20:43:00Z","field_a30":null} | wrong_type | {
"type": "object",
"properties": {
"val_s54": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col_k61": {
"type": "string",
"format": "date-time"
},
"val_i98": {
"type": "integer"
},
"key_a05": {
... | {"val_s54": "heterozygous", "key_a05": "https://example.com", "attr_t78": "\"108\"", "val_g10": "2020-05-09T20:43:00Z", "field_a30": null} | Field 'attr_t78' must be integer, got string | {"val_s54":"heterozygous","key_a05":"https://example.com","attr_t78":108,"val_g10":"2020-05-09T20:43:00Z","field_a30":null} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE null REQUIRED yes
FIELD product_id TYPE integer REQUIRED yes
FIELD conductivity TYPE string REQUIRED no
BROKEN_OUTPUT
{'credit_score':null,'product_id':109} | {"credit_score":null,"product_id":109} | single_quotes | {
"type": "object",
"properties": {
"credit_score": {
"type": "null"
},
"product_id": {
"type": "integer"
},
"conductivity": {
"type": "string"
}
},
"required": [
"credit_score",
"product_id"
]
} | {'credit_score':null,'product_id':109} | Expecting property name enclosed in double quotes | {"credit_score":null,"product_id":109} |
TASK repair_structured_output
SPEC
FIELD dim_k11 TYPE string REQUIRED yes
FIELD dim_r30 TYPE boolean REQUIRED yes
FIELD field_i54 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD attr_w73 TYPE integer REQUIRED no
FIELD dim_o13 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
... | {"dim_k11":"foo","dim_r30":false,"field_i54":"info","attr_w73":565} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_k11": {
"type": "string"
},
"dim_r30": {
"type": "boolean"
},
"field_i54": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"attr_w73": {
"type": "integer"... | Tool: validate_sample
Params: {"dim_r30": false, "field_i54": "info", "attr_w73": 565, "dim_k11_name": "foo"} | Agent used wrong parameter name 'dim_k11_name' instead of 'dim_k11' | {"dim_k11":"foo","dim_r30":false,"field_i54":"info","attr_w73":565} |
TASK repair_structured_output
SPEC
FIELD attr_u00 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_g61 TYPE integer REQUIRED no
FIELD dim_d53 TYPE boolean REQUIRED yes
FIELD prop_s81.dim_u78 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_s81.val_r48 TYPE string VALUES draft|... | {"attr_u00":"new","prop_g61":293,"dim_d53":false,"prop_s81":{"val_r48":"published","val_h43":"coastal","attr_v73":"draft","param_y34":"underway"}} | null_required | {
"type": "object",
"properties": {
"attr_u00": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_g61": {
"type": "integer"
},
"dim_d53": {
"type": "boolean"
},
"prop_s81": {
"type": "... | {"attr_u00": "new", "prop_g61": 293, "dim_d53": false, "prop_s81": null} | Required field 'prop_s81' is null | {"attr_u00":"new","prop_g61":293,"dim_d53":false,"prop_s81":{"val_r48":"published","val_h43":"coastal","attr_v73":"draft","param_y34":"underway"}} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE null REQUIRED yes
FIELD current_draw TYPE string REQUIRED no
FIELD tax TYPE string REQUIRED no
FIELD order_id[].filter_flag TYPE number REQUIRED yes
FIELD order_id[].values TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD order_id[].insurance_id... | {"torque_output":null,"current_draw":"chr1","tax":"Santos","amount":[{"website":true,"bearing":768,"feedback":true,"height":414}]} | trailing_comma | {
"type": "object",
"properties": {
"torque_output": {
"type": "null"
},
"current_draw": {
"type": "string"
},
"tax": {
"type": "string"
},
"order_id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"filter_flag": {... | {"torque_output":null,"current_draw":"chr1","tax":"Santos","amount":[{"website":true,"bearing":768,"feedback":true,"height":414,}]} | Unexpected trailing comma | {"torque_output":null,"current_draw":"chr1","tax":"Santos","amount":[{"website":true,"bearing":768,"feedback":true,"height":414}]} |
TASK repair_structured_output
SPEC
FIELD age TYPE integer REQUIRED yes
FIELD dosage TYPE integer REQUIRED yes
FIELD category TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD aligned_pct TYPE string_uri REQUIRED yes
FIELD level TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD s... | {"age":412,"dosage":16,"category":"new","aligned_pct":"https://www.io/api","level":"level_3","consignee":"baz"} | unquoted_keys | {
"type": "object",
"properties": {
"age": {
"type": "integer"
},
"dosage": {
"type": "integer"
},
"category": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"aligned_pct": {
"type": "str... | {age:412,dosage:16,category:"new",aligned_pct:"https://www.io/api",level:"level_3",consignee:"baz"} | Expecting property name enclosed in double quotes | {"age":412,"dosage":16,"category":"new","aligned_pct":"https://www.io/api","level":"level_3","consignee":"baz"} |
TASK repair_structured_output
SPEC
FIELD field_t13 TYPE boolean REQUIRED no
FIELD dim_s19 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_c62 TYPE string REQUIRED no
FIELD dim_p45 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> validate_address
{field_t13: true, dim_s19: "returned", k... | {"field_t13":true,"dim_s19":"returned","key_c62":"chrX","dim_p45":"2023-12-25"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_t13": {
"type": "boolean"
},
"dim_s19": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_c62": {
"type": "string"
},
"dim_p45": {
"type": "st... | <functioncall> validate_address
{field_t13: true, dim_s19: "returned", key_c62: "chrX", dim_p45: "2023-12-25"} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_t13":true,"dim_s19":"returned","key_c62":"chrX","dim_p45":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD prop_f33 TYPE number REQUIRED no
FIELD field_r79 TYPE string_email REQUIRED no
FIELD field_c43 TYPE integer REQUIRED no
FIELD dim_p28 TYPE number REQUIRED no
FIELD key_k03.attr_r40 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_k03.dim_y85 TYPE integer REQUIRED ... | {"field_r79":"ops@example.com","field_c43":732,"dim_p28":527.18,"key_k03":{"attr_r40":"sms","prop_u83":531.72,"param_h88":false},"key_h49":{"dim_h29":null,"key_t93":505.05,"val_z68":["reliable","reliable"]}} | markdown_fences | {
"type": "object",
"properties": {
"prop_f33": {
"type": "number"
},
"field_r79": {
"type": "string",
"format": "email"
},
"field_c43": {
"type": "integer"
},
"dim_p28": {
"type": "number"
},
"key_k03": {
"type": "object",
"properties": ... | ```json
{"field_r79":"ops@example.com","field_c43":732,"dim_p28":527.18,"key_k03":{"attr_r40":"sms","prop_u83":531.72,"param_h88":false},"key_h49":{"dim_h29":null,"key_t93":505.05,"val_z68":["reliable","reliable"]}}
``` | Output contains markdown code fences | {"field_r79":"ops@example.com","field_c43":732,"dim_p28":527.18,"key_k03":{"attr_r40":"sms","prop_u83":531.72,"param_h88":false},"key_h49":{"dim_h29":null,"key_t93":505.05,"val_z68":["reliable","reliable"]}} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string REQUIRED no
FIELD port_code TYPE integer REQUIRED yes
FIELD voltage TYPE string REQUIRED yes
FIELD ward TYPE string REQUIRED no
FIELD notes TYPE string REQUIRED no
FIELD branch TYPE null REQUIRED yes
FIELD website TYPE string VALUES type_a|type_b|type_c ... | {"terminal_id":"quux","port_code":733,"voltage":"foo","ward":"Berlin","notes":"GRCh38","branch":null,"website":"type_c"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string"
},
"port_code": {
"type": "integer"
},
"voltage": {
"type": "string"
},
"ward": {
"type": "string"
},
"notes": {
"type": "string"
},
"branch": {
"type": "null"
},... | get_weather(terminal_id='quux', port_code=733, voltage='foo', ward='Berlin', notes='GRCh38', branch=None, website='type_c') | Tool call uses Python syntax instead of JSON | {"terminal_id":"quux","port_code":733,"voltage":"foo","ward":"Berlin","notes":"GRCh38","branch":null,"website":"type_c"} |
TASK repair_structured_output
SPEC
FIELD key_i22 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD val_f12 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD param_m74 TYPE string_email REQUIRED yes
FIELD prop_y88 TYPE boolean REQUIRED no
FIELD col_i82 TYPE string VALUES level_1|level_2|level_3 ... | {"key_i22":"mode_a","val_f12":"mode_c","param_m74":"test@domain.org","col_i82":"level_2"} | partial_structure | {
"type": "object",
"properties": {
"key_i22": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"val_f12": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"param_m... | I found that param_m74 should be test@domain.org. {"key_i22":"mode_a","val_f12":"mode_c","param_m74":"test@domain.org","col_i82":"level_2"} | Output mixes natural language with JSON | {"key_i22":"mode_a","val_f12":"mode_c","param_m74":"test@domain.org","col_i82":"level_2"} |
TASK repair_structured_output
SPEC
FIELD step TYPE boolean REQUIRED no
FIELD hazmat_code TYPE string_date-time REQUIRED yes
FIELD updated_at TYPE string VALUES level_1|level_2 REQUIRED no
FIELD company TYPE integer REQUIRED yes
FIELD chapter TYPE string REQUIRED no
FIELD website TYPE string_uri REQUIRED yes
FIELD leng... | {"step":true,"hazmat_code":"2023-10-23T15:59:00Z","company":390,"website":"https://example.com/v1","length":"mode_b","berth_slot":"https://example.com"} | extra_text_before | {
"type": "object",
"properties": {
"step": {
"type": "boolean"
},
"hazmat_code": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"company": {
"type": "integer"
... | Here is the response in the requested format:
{"step":true,"hazmat_code":"2023-10-23T15:59:00Z","company":390,"website":"https://example.com/v1","length":"mode_b","berth_slot":"https://example.com"} | Output contains non-JSON text before the object | {"step":true,"hazmat_code":"2023-10-23T15:59:00Z","company":390,"website":"https://example.com/v1","length":"mode_b","berth_slot":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD index TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD bill_of_lading TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD barcode TYPE string VALUES success|error|warning|info REQUIRED no
FIELD priority TYPE string REQUIRED no
FIELD altitude ... | {"barcode":"info","altitude":"2021-02-17T01:43:00Z","invoice_id":null} | markdown_fences | {
"type": "object",
"properties": {
"index": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"bill_of_lading": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moore... | ```json
{"barcode":"info","altitude":"2021-02-17T01:43:00Z","invoice_id":null}
``` | Output contains markdown code fences | {"barcode":"info","altitude":"2021-02-17T01:43:00Z","invoice_id":null} |
TASK repair_structured_output
SPEC
FIELD param_o67.val_s72.dim_p73 TYPE number REQUIRED no
FIELD param_o67.val_s72.dim_x62 TYPE integer REQUIRED no
FIELD param_o67.val_s72.col_h92 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_o67.val_s72.col_s10 TYPE boolean REQUIRED no
FIELD param_o67.val_s72... | {"param_o67":{"val_s72":{"dim_p73":124.66,"dim_x62":641,"col_h92":"success","col_s10":false,"col_n08":230,"dim_b99":"draft"},"val_p03":"GBP","key_q42":785,"prop_i20":"2024-06-30"},"attr_i74":"Berlin","val_x21":"anchored","field_m71":838,"field_t88":"Berlin","field_r61":"Tokyo"} | single_quotes | {
"type": "object",
"properties": {
"param_o67": {
"type": "object",
"properties": {
"val_s72": {
"type": "object",
"properties": {
"dim_p73": {
"type": "number"
},
"dim_x62": {
"type": "integer"
... | {'param_o67':{'val_s72':{'dim_p73':124.66,'dim_x62':641,'col_h92':'success','col_s10':false,'col_n08':230,'dim_b99':'draft'},'val_p03':'GBP','key_q42':785,'prop_i20':'2024-06-30'},'attr_i74':'Berlin','val_x21':'anchored','field_m71':838,'field_t88':'Berlin','field_r61':'Tokyo'} | Expecting property name enclosed in double quotes | {"param_o67":{"val_s72":{"dim_p73":124.66,"dim_x62":641,"col_h92":"success","col_s10":false,"col_n08":230,"dim_b99":"draft"},"val_p03":"GBP","key_q42":785,"prop_i20":"2024-06-30"},"attr_i74":"Berlin","val_x21":"anchored","field_m71":838,"field_t88":"Berlin","field_r61":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD prop_a03.val_i33 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD prop_a03.param_u95 TYPE number REQUIRED yes
FIELD prop_a03.attr_x13 TYPE string_date-time REQUIRED yes
FIELD prop_a03.dim_j42 TYPE string VALUES synonymous|missense|nonsense|fr... | {"prop_a03":{"val_i33":"level_3","param_u95":824.58,"attr_x13":"2021-04-23T15:26:00Z","dim_j42":"nonsense"},"col_y86":6.23,"col_h75":233.75,"field_g44":503.29} | partial_structure | {
"type": "object",
"properties": {
"prop_a03": {
"type": "object",
"properties": {
"val_i33": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
... | Result: prop_a03={'val_i33': 'level_3', 'param_u95': 824.58, 'attr_x13': '2021-04-23T15:26:00Z', 'dim_j42': 'nonsense'}, {"prop_a03":{"val_i33":"level_3","param_u95":824.58,"attr_x13":"2021-04-23T15:26:00Z","dim_j42":"nonsense"},"col_y86":6.23,"col_h75":233.75,"field_g44":503.29} | Output mixes natural language with JSON | {"prop_a03":{"val_i33":"level_3","param_u95":824.58,"attr_x13":"2021-04-23T15:26:00Z","dim_j42":"nonsense"},"col_y86":6.23,"col_h75":233.75,"field_g44":503.29} |
TASK repair_structured_output
SPEC
FIELD attr_b38 TYPE string REQUIRED no
FIELD prop_v62.attr_s78 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD prop_v62.key_g33 TYPE string REQUIRED yes
FIELD prop_v62.param_f20 TYPE number REQUIRED yes
FIELD col_i02 TYPE string REQUIRED no
FIELD val_z78 TYPE boolean RE... | {"prop_v62":{"attr_s78":"married","key_g33":"active","param_f20":385.88},"col_i02":"qux","val_g99":{"prop_i13":"completed","val_b40":"maintenance","val_o91":"test@example.com","val_y05":"2020-07-09T02:53:00Z","attr_f79":{"param_f84":"homozygous","field_g01":"user@test.io","field_f40":73},"param_z32":866},"prop_e90":"me... | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_b38": {
"type": "string"
},
"prop_v62": {
"type": "object",
"properties": {
"attr_s78": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"col_i02": "qux", "val_g99": {"prop_i13": "completed", "val_b40": "maintenance", "val_o91": "test@example.com", "val_y05": "2020-07-09T02:53:00Z", "attr_f79": {"param_f84": "homozygous", "field_g01": "user@test.io", "field_f40": 73}, ... | Agent tool call missing required parameter 'prop_v62' | {"prop_v62":{"attr_s78":"married","key_g33":"active","param_f20":385.88},"col_i02":"qux","val_g99":{"prop_i13":"completed","val_b40":"maintenance","val_o91":"test@example.com","val_y05":"2020-07-09T02:53:00Z","attr_f79":{"param_f84":"homozygous","field_g01":"user@test.io","field_f40":73},"param_z32":866},"prop_e90":"me... |
TASK repair_structured_output
SPEC
FIELD param_f12 TYPE string REQUIRED no
FIELD col_l19.dim_r21 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD col_l19.col_w81 TYPE string_email REQUIRED yes
FIELD col_l19.col_w30 TYPE string REQUIRED no
FIELD col_l19.prop_y58 TYPE number REQUIRED no
FIELD col_l1... | {"param_f12":"Alice","field_s48":779.68,"attr_g30":"hemizygous"} | missing_bracket | {
"type": "object",
"properties": {
"param_f12": {
"type": "string"
},
"col_l19": {
"type": "object",
"properties": {
"dim_r21": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"param_f12":"Alice","field_s48":779.68,"attr_g30":"hemizygous"} | Missing closing bracket | {"param_f12":"Alice","field_s48":779.68,"attr_g30":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD col_k57 TYPE string REQUIRED no
FIELD col_w83 TYPE string REQUIRED no
FIELD key_g63 TYPE integer REQUIRED yes
FIELD key_r30.field_x30.key_e01 TYPE string_email REQUIRED no
FIELD key_r30.field_x30.prop_u46 TYPE string REQUIRED yes
FIELD key_r30.field_x30.prop_y03 TYPE string VAL... | {"col_w83":"A short description.","key_g63":956,"attr_f70":null,"col_i67":452.8,"val_c03":null} | missing_required | {
"type": "object",
"properties": {
"col_k57": {
"type": "string"
},
"col_w83": {
"type": "string"
},
"key_g63": {
"type": "integer"
},
"key_r30": {
"type": "object",
"properties": {
"field_x30": {
"type": "object",
"properties": ... | {"col_w83": "A short description.", "attr_f70": null, "col_i67": 452.8, "val_c03": null} | Required field 'key_g63' is missing | {"col_w83":"A short description.","key_g63":956,"attr_f70":null,"col_i67":452.8,"val_c03":null} |
TASK repair_structured_output
SPEC
FIELD attr_w79 TYPE integer REQUIRED no
FIELD val_c94.key_q79 TYPE string REQUIRED no
FIELD val_c94.key_l65 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD val_c94.dim_x75 TYPE string REQUIRED yes
FIELD val_c94.col_q28 TYPE boolean REQUIRED no
FIELD val_c94.attr_b53 TYPE strin... | {"val_c94":{"key_q79":"https://example.com","key_l65":"cat_c","dim_x75":"Maria","col_q28":false,"attr_b53":"2022-05-19T09:01:00Z","col_c89":"mode_c","key_w62":true,"prop_s85":904},"val_q66":"2020-03-22T07:32:00Z","key_p26":"cat_a"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_w79": {
"type": "integer"
},
"val_c94": {
"type": "object",
"properties": {
"key_q79": {
"type": "string"
},
"key_l65": {
"type": "string",
"enum": [
"cat_a",
"cat_b"... | I need to look up the information first.
Action: annotate_mutation
Arguments: {"val_c94": {"key_q79": "https://example.com", "key_l65": "cat_c", "dim_x75": "Maria", "col_q28": false, "attr_b53": "2022-05-19T09:01:00Z", "col_c89": "mode_c", "key_w62": true, "prop_s85": 904}, "key_p26": "cat_a"} | Agent tool call missing required parameter 'val_q66' | {"val_c94":{"key_q79":"https://example.com","key_l65":"cat_c","dim_x75":"Maria","col_q28":false,"attr_b53":"2022-05-19T09:01:00Z","col_c89":"mode_c","key_w62":true,"prop_s85":904},"val_q66":"2020-03-22T07:32:00Z","key_p26":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE boolean REQUIRED yes
FIELD hazmat_code TYPE string REQUIRED no
FIELD message TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD payment_status TYPE string VALUES draft|published|archived REQUIRED yes
FIELD title[] TYPE integer REQUIRED yes
BROKEN_O... | {"build_status":true,"hazmat_code":"chrX","payment_status":"draft","title":[100,824,824]} | missing_brace | {
"type": "object",
"properties": {
"build_status": {
"type": "boolean"
},
"hazmat_code": {
"type": "string"
},
"message": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"payment_status": {
"type"... | "build_status":true,"hazmat_code":"chrX","payment_status":"draft","title":[100,824,824]} | Missing closing brace | {"build_status":true,"hazmat_code":"chrX","payment_status":"draft","title":[100,824,824]} |
TASK repair_structured_output
SPEC
FIELD key_u59 TYPE string_uri REQUIRED yes
FIELD param_w83 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD param_d98 TYPE boolean REQUIRED no
FIELD dim_f98 TYPE integer REQUIRED no
FIELD prop_v91[].key_u89 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD p... | {"key_u59":"https://api.io/v1","param_w83":"pro","param_d98":false,"dim_f98":976,"prop_v91":[{"key_u89":"critical","val_j93":"https://api.io/v1","key_l25":541.62,"val_x32":false},{"key_u89":"medium","val_j93":"https://data.com/api","key_l25":224.8,"val_x32":false},{"val_j93":"https://data.io/api","key_b42":"GRCh38","ke... | thought_process | {
"type": "object",
"properties": {
"key_u59": {
"type": "string",
"format": "uri"
},
"param_w83": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"param_d98": {
"type": "boolean"
},
"dim_f98": {
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"key_u59":"https://api.io/v1","param_w83":"pro","param_d98":false,"dim_f98":976,"prop_v91":[{"key_u89":"critical","val_j93":"https://api.io/v1","key_l25":541.62,"val_x32":false},{"key_u89":"medium","val_j93":"https://data.com/api","k... | Output contains chain-of-thought reasoning before JSON | {"key_u59":"https://api.io/v1","param_w83":"pro","param_d98":false,"dim_f98":976,"prop_v91":[{"key_u89":"critical","val_j93":"https://api.io/v1","key_l25":541.62,"val_x32":false},{"key_u89":"medium","val_j93":"https://data.com/api","key_l25":224.8,"val_x32":false},{"val_j93":"https://data.io/api","key_b42":"GRCh38","ke... |
TASK repair_structured_output
SPEC
FIELD index TYPE number REQUIRED no
FIELD height TYPE string_date-time REQUIRED no
FIELD aligned_pct[] TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
{"index":978.17,"height":"2021-02-23T22:29:00Z","aligned_pct":["info","info","warning",]} | {"index":978.17,"height":"2021-02-23T22:29:00Z","aligned_pct":["info","info","warning"]} | trailing_comma | {
"type": "object",
"properties": {
"index": {
"type": "number"
},
"height": {
"type": "string",
"format": "date-time"
},
"aligned_pct": {
"type": "array",
"items": {
"type": "string",
"enum": [
"success",
"error",
"warn... | {"index":978.17,"height":"2021-02-23T22:29:00Z","aligned_pct":["info","info","warning",]} | Unexpected trailing comma | {"index":978.17,"height":"2021-02-23T22:29:00Z","aligned_pct":["info","info","warning"]} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE string_email REQUIRED yes
FIELD amount TYPE number REQUIRED yes
FIELD half_life TYPE boolean REQUIRED no
FIELD account_id TYPE string REQUIRED yes
FIELD chromosome TYPE string REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="update_reco... | {"fleet_number":"test@domain.org","amount":765.13,"half_life":true,"account_id":"cancelled","chromosome":"pending"} | tool_call_text_mix | {
"type": "object",
"properties": {
"fleet_number": {
"type": "string",
"format": "email"
},
"amount": {
"type": "number"
},
"half_life": {
"type": "boolean"
},
"account_id": {
"type": "string"
},
"chromosome": {
"type": "string"
}
},
"... | Processing the request now.
<tool_call name="update_record">
{"fleet_number":"test@domain.org","amount":765.13,"half_life":true,"account_id":"cancelled","chromosome":"pending"}
</tool_call. | Agent response mixes reasoning text with tool call | {"fleet_number":"test@domain.org","amount":765.13,"half_life":true,"account_id":"cancelled","chromosome":"pending"} |
TASK repair_structured_output
SPEC
FIELD key_t10 TYPE string REQUIRED no
FIELD param_d49 TYPE boolean REQUIRED yes
FIELD val_o93 TYPE string REQUIRED yes
FIELD key_n52 TYPE number REQUIRED no
FIELD key_k00[] TYPE string VALUES reliable|unstable|intermittent REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: r... | {"key_t10":"2023-12-25","param_d49":true,"val_o93":"cancelled","key_n52":477.72} | agent_chain | {
"type": "object",
"properties": {
"key_t10": {
"type": "string"
},
"param_d49": {
"type": "boolean"
},
"val_o93": {
"type": "string"
},
"key_n52": {
"type": "number"
},
"key_k00": {
"type": "array",
"items": {
"type": "string",
... | Let me check the system.
Action: run_diagnostics
Result: {"key_t10": "2023-12-25", "val_o93": "cancelled", "key_n52": 477.72}
Processing the request now.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"key_t10":"2023-12-25","param_d49":true,"val_o93":"cancelled","key_n52":477.72} |
TASK repair_structured_output
SPEC
FIELD color TYPE integer REQUIRED yes
FIELD medication TYPE string VALUES draft|published|archived REQUIRED yes
FIELD company TYPE null REQUIRED no
BROKEN_OUTPUT
<functioncall> get_inventory
{color: 824, medication: "published", company: null} | {"color":824,"medication":"published","company":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"color": {
"type": "integer"
},
"medication": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"company": {
"type": "null"
}
},
"required": [
"medication",
"color"
]
} | <functioncall> get_inventory
{color: 824, medication: "published", company: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"color":824,"medication":"published","company":null} |
TASK repair_structured_output
SPEC
FIELD prop_k49 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD prop_n31 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_c32 TYPE null REQUIRED no
FIELD col_n97 TYPE string REQUIRED no
FIELD val_n57 TYPE number REQUIRED no
FIELD attr_r95 T... | {"prop_k49":"mode_f","prop_n31":"sms","dim_c32":null,"attr_r95":962} | null_required | {
"type": "object",
"properties": {
"prop_k49": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"prop_n31": {
"type": "string",
"enum": [
"email",
"phone",
... | {"prop_k49": null, "prop_n31": "sms", "dim_c32": null, "attr_r95": 962} | Required field 'prop_k49' is null | {"prop_k49":"mode_f","prop_n31":"sms","dim_c32":null,"attr_r95":962} |
TASK repair_structured_output
SPEC
FIELD age TYPE string REQUIRED no
FIELD height TYPE integer REQUIRED no
FIELD coverage TYPE boolean REQUIRED no
FIELD paragraph[].bearing TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD paragraph[].category TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD par... | {"age":"foo","height":962,"coverage":true,"paragraph":[{"bearing":"pending","category":"small","format":"free","updated_at":true,"published":"London"}],"end_date":["degraded","operational","operational"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"age": {
"type": "string"
},
"height": {
"type": "integer"
},
"coverage": {
"type": "boolean"
},
"paragraph": {
"type": "array",
"items": {
"type": "object",
"properties": {
"bearing": {
... | search(age='foo', height=962, coverage=True, paragraph=[{'bearing': 'pending', 'category': 'small', 'format': 'free', 'updated_at': True, 'published': 'London'}], end_date=['degraded', 'operational', 'operational']) | Tool call uses Python syntax instead of JSON | {"age":"foo","height":962,"coverage":true,"paragraph":[{"bearing":"pending","category":"small","format":"free","updated_at":true,"published":"London"}],"end_date":["degraded","operational","operational"]} |
TASK repair_structured_output
SPEC
FIELD field_m74 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_t41 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_q07 TYPE boolean REQUIRED yes
FIELD field_g02[].attr_q99 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_g02... | {"field_m74":"moored","dim_q07":true} | extra_text_before | {
"type": "object",
"properties": {
"field_m74": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_t41": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | Here is the JSON you requested:
{"field_m74":"moored","dim_q07":true} | Output contains non-JSON text before the object | {"field_m74":"moored","dim_q07":true} |
TASK repair_structured_output
SPEC
FIELD col_c09 TYPE number REQUIRED no
FIELD col_d98 TYPE string REQUIRED yes
FIELD attr_d87[] TYPE string REQUIRED yes
FIELD field_t86[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_c09": 80.38, "col_d98": "Silva", "field_t86": [249, 265]} | {"col_c09":80.38,"col_d98":"Silva","attr_d87":["baz","https://api.example.com/v1"],"field_t86":[249,265]} | missing_required | {
"type": "object",
"properties": {
"col_c09": {
"type": "number"
},
"col_d98": {
"type": "string"
},
"attr_d87": {
"type": "array",
"items": {
"type": "string"
}
},
"field_t86": {
"type": "array",
"items": {
"type": "integer"
... | {"col_c09": 80.38, "col_d98": "Silva", "field_t86": [249, 265]} | Required field 'attr_d87' is missing | {"col_c09":80.38,"col_d98":"Silva","attr_d87":["baz","https://api.example.com/v1"],"field_t86":[249,265]} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD verified TYPE string_uri REQUIRED yes
FIELD terminal_id TYPE string REQUIRED yes
FIELD color TYPE integer REQUIRED no
BROKEN_OUTPUT
The terminal_id is Bob and {"nickname":"mode_d","verifie... | {"nickname":"mode_d","verified":"https://data.io/data","terminal_id":"Bob"} | partial_structure | {
"type": "object",
"properties": {
"nickname": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"verified": {
"type": "string",
"format": "uri"
},
"terminal_id": {
"t... | The terminal_id is Bob and {"nickname":"mode_d","verified":"https://data.io/data","terminal_id":"Bob"} | Output mixes natural language with JSON | {"nickname":"mode_d","verified":"https://data.io/data","terminal_id":"Bob"} |
TASK repair_structured_output
SPEC
FIELD dim_k25 TYPE string REQUIRED no
FIELD val_b93 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_g88 TYPE string REQUIRED yes
FIELD attr_e62 TYPE string REQUIRED yes
FIELD val_s02 TYPE string REQUIRED no
BROKEN_OUTPUT
The val_b93 is homozygous and {"... | {"dim_k25":"FWD","val_b93":"homozygous","param_g88":"Jane","attr_e62":"Bob","val_s02":"A short description."} | partial_structure | {
"type": "object",
"properties": {
"dim_k25": {
"type": "string"
},
"val_b93": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"param_g88": {
"type": "string"
},
"attr_e62": {
"type": "string"
... | The val_b93 is homozygous and {"dim_k25":"FWD","val_b93":"homozygous","param_g88":"Jane","attr_e62":"Bob","val_s02":"A short description."} | Output mixes natural language with JSON | {"dim_k25":"FWD","val_b93":"homozygous","param_g88":"Jane","attr_e62":"Bob","val_s02":"A short description."} |
TASK repair_structured_output
SPEC
FIELD param_t84 TYPE integer REQUIRED no
FIELD prop_v22 TYPE boolean REQUIRED no
FIELD attr_v05 TYPE string REQUIRED yes
FIELD key_l42 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD field_x89 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_q48 TYPE string REQUIRED no
... | {"param_t84":674,"prop_v22":false,"attr_v05":"2024-01-15","key_l42":"cat_b","field_x89":"EUR"} | missing_brace | {
"type": "object",
"properties": {
"param_t84": {
"type": "integer"
},
"prop_v22": {
"type": "boolean"
},
"attr_v05": {
"type": "string"
},
"key_l42": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"field_x89": {
"ty... | {"param_t84":674,"prop_v22":false,"attr_v05":"2024-01-15","key_l42":"cat_b","field_x89":"EUR" | Missing closing brace | {"param_t84":674,"prop_v22":false,"attr_v05":"2024-01-15","key_l42":"cat_b","field_x89":"EUR"} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string REQUIRED yes
FIELD consignee TYPE string_uri REQUIRED no
FIELD log_level TYPE string REQUIRED yes
FIELD allele.id TYPE string REQUIRED yes
FIELD allele.total.transaction_id TYPE string_email REQUIRED yes
FIELD allele.total.price TYPE null REQUIRED yes
FIELD ... | {"subject":"2024-06-30","consignee":"https://api.org/v1","log_level":"demo","allele":{"id":"test","total":{"transaction_id":"ops@domain.org","price":null,"full_name":684.88,"name":false},"nickname":"John","username":"rejected"}} | extra_text_after | {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"consignee": {
"type": "string",
"format": "uri"
},
"log_level": {
"type": "string"
},
"allele": {
"type": "object",
"properties": {
"id": {
"type": "string"
... | {"subject":"2024-06-30","consignee":"https://api.org/v1","log_level":"demo","allele":{"id":"test","total":{"transaction_id":"ops@domain.org","price":null,"full_name":684.88,"name":false},"nickname":"John","username":"rejected"}}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"subject":"2024-06-30","consignee":"https://api.org/v1","log_level":"demo","allele":{"id":"test","total":{"transaction_id":"ops@domain.org","price":null,"full_name":684.88,"name":false},"nickname":"John","username":"rejected"}} |
TASK repair_structured_output
SPEC
FIELD val_j22 TYPE null REQUIRED yes
FIELD col_i81 TYPE integer REQUIRED no
FIELD dim_j63 TYPE string VALUES type_a|type_b REQUIRED no
FIELD attr_a98 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD attr_p91.field_g44 TYPE string VALUES optio... | {"val_j22":null,"col_i81":618,"dim_j63":"type_a","attr_p91":{"field_g44":"option_a","prop_z62":264,"val_n18":"Bob","attr_u59":[true,true,false,true],"field_e77":["https://www.com/data"]},"col_f03":{"col_e96":"reliable","prop_r50":"free","field_o30":143},"field_y22":880,"dim_q45":"Diana"} | wrong_type | {
"type": "object",
"properties": {
"val_j22": {
"type": "null"
},
"col_i81": {
"type": "integer"
},
"dim_j63": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"attr_a98": {
"type": "string",
"enum": [
"option_a",
... | {"val_j22": null, "col_i81": 618, "dim_j63": "type_a", "attr_p91": {"field_g44": "option_a", "prop_z62": 264, "val_n18": "Bob", "attr_u59": [true, true, false, true], "field_e77": ["https://www.com/data"]}, "col_f03": {"col_e96": "reliable", "prop_r50": "free", "field_o30": 143}, "field_y22": "\"880\"", "dim_q45": "Dia... | Field 'field_y22' must be integer, got string | {"val_j22":null,"col_i81":618,"dim_j63":"type_a","attr_p91":{"field_g44":"option_a","prop_z62":264,"val_n18":"Bob","attr_u59":[true,true,false,true],"field_e77":["https://www.com/data"]},"col_f03":{"col_e96":"reliable","prop_r50":"free","field_o30":143},"field_y22":880,"dim_q45":"Diana"} |
TASK repair_structured_output
SPEC
FIELD field_h84 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD prop_o06 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_d89 TYPE null REQUIRED no
BROKEN_OUTPUT
```json
{"field_h84":"info","prop_o06":"draft","key_d89":null}
``` | {"field_h84":"info","prop_o06":"draft","key_d89":null} | markdown_fences | {
"type": "object",
"properties": {
"field_h84": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"prop_o06": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"k... | ```json
{"field_h84":"info","prop_o06":"draft","key_d89":null}
``` | Output contains markdown code fences | {"field_h84":"info","prop_o06":"draft","key_d89":null} |
TASK repair_structured_output
SPEC
FIELD param_w50 TYPE boolean REQUIRED yes
FIELD attr_h62.val_t49 TYPE number REQUIRED yes
FIELD attr_h62.prop_e94.attr_p50 TYPE string REQUIRED yes
FIELD attr_h62.prop_e94.field_h91 TYPE string REQUIRED yes
FIELD attr_h62.prop_e94.dim_y79 TYPE null REQUIRED no
FIELD attr_h62.prop_e94... | {"param_w50":false,"attr_h62":{"val_t49":18.05,"prop_e94":{"attr_p50":"Santos","field_h91":"Smith","dim_y79":null},"col_i59":"quux","val_x51":"FWD","attr_z34":{"key_i37":"resolved","prop_o35":"draft","val_i09":["blue","black","blue"]},"prop_w86":"offline"},"attr_n58":"editor","attr_e06":626,"param_f73":348} | thought_process | {
"type": "object",
"properties": {
"param_w50": {
"type": "boolean"
},
"attr_h62": {
"type": "object",
"properties": {
"val_t49": {
"type": "number"
},
"prop_e94": {
"type": "object",
"properties": {
"attr_p50": {
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"param_w50":false,"attr_h62":{"val_t49":18.05,"prop_e94":{"attr_p50":"Santos","field_h91":"Smith","dim_y79":null},"col_i59":"quux","val_x51":"FWD","attr_z34":{"key_i37":"resolved","prop_o35":... | Output contains chain-of-thought reasoning before JSON | {"param_w50":false,"attr_h62":{"val_t49":18.05,"prop_e94":{"attr_p50":"Santos","field_h91":"Smith","dim_y79":null},"col_i59":"quux","val_x51":"FWD","attr_z34":{"key_i37":"resolved","prop_o35":"draft","val_i09":["blue","black","blue"]},"prop_w86":"offline"},"attr_n58":"editor","attr_e06":626,"param_f73":348} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE integer REQUIRED yes
FIELD features TYPE integer REQUIRED yes
FIELD repository TYPE null REQUIRED yes
BROKEN_OUTPUT
{"first_name":217,"features":610,"repository":null | {"first_name":217,"features":610,"repository":null} | truncated_array | {
"type": "object",
"properties": {
"first_name": {
"type": "integer"
},
"features": {
"type": "integer"
},
"repository": {
"type": "null"
}
},
"required": [
"features",
"repository",
"first_name"
]
} | {"first_name":217,"features":610,"repository":null | Unexpected end of JSON input — truncated object | {"first_name":217,"features":610,"repository":null} |
TASK repair_structured_output
SPEC
FIELD field_v62 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD prop_c14 TYPE number REQUIRED yes
FIELD col_q39 TYPE string_email REQUIRED no
FIELD val_z56 TYPE string REQUIRED no
FIELD param_q25 TYPE number REQUIRED yes
BROKEN_OUTPUT
I need to look up the i... | {"field_v62":"type_e","prop_c14":650.65,"col_q39":"user@test.io","val_z56":"inactive","param_q25":294.27} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_v62": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"prop_c14": {
"type": "number"
},
"col_q39": {
"type": "string",
"format": "email"
... | I need to look up the information first.
Action: validate_address
Arguments: {"field_v62": "type_e", "prop_c14": 650.65, "col_q39": "user@test.io", "val_z56": "inactive"} | Agent tool call missing required parameter 'param_q25' | {"field_v62":"type_e","prop_c14":650.65,"col_q39":"user@test.io","val_z56":"inactive","param_q25":294.27} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE number REQUIRED yes
FIELD timezone TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD maturity_date TYPE string REQUIRED yes
FIELD repository TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
I've generated the following JSON:
```json
{"throttle_pos":810... | {"throttle_pos":810.25,"timezone":"viewer","maturity_date":"Berlin","repository":"2021-05-24T14:43:00Z"} | markdown_explanation | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "number"
},
"timezone": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"maturity_date": {
"type": "string"
},
"repository": {
"type": "string",
... | I've generated the following JSON:
```json
{"throttle_pos":810.25,"timezone":"viewer","maturity_date":"Berlin","repository":"2021-05-24T14:43:00Z"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"throttle_pos":810.25,"timezone":"viewer","maturity_date":"Berlin","repository":"2021-05-24T14:43:00Z"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string REQUIRED no
FIELD username.annotation TYPE boolean REQUIRED yes
FIELD username.visible TYPE string REQUIRED no
FIELD username.temp_celsius TYPE string VALUES active|inactive|pending REQUIRED no
FIELD username.subtotal[] TYPE string VALUES coastal|oceanic|in... | {"ph_level":"Bob","username":{"annotation":false,"visible":"Sao Paulo","temp_celsius":"inactive","subtotal":["inland","arctic","oceanic","oceanic"],"order_id":[true,false,true]},"weight":500,"phenotype":"https://api.io/data","insurance_id":false,"bearing":null,"latitude":"frameshift"} | single_quotes | {
"type": "object",
"properties": {
"ph_level": {
"type": "string"
},
"username": {
"type": "object",
"properties": {
"annotation": {
"type": "boolean"
},
"visible": {
"type": "string"
},
"temp_celsius": {
"type": "s... | {'ph_level':'Bob','username':{'annotation':false,'visible':'Sao Paulo','temp_celsius':'inactive','subtotal':['inland','arctic','oceanic','oceanic'],'order_id':[true,false,true]},'weight':500,'phenotype':'https://api.io/data','insurance_id':false,'bearing':null,'latitude':'frameshift'} | Expecting property name enclosed in double quotes | {"ph_level":"Bob","username":{"annotation":false,"visible":"Sao Paulo","temp_celsius":"inactive","subtotal":["inland","arctic","oceanic","oceanic"],"order_id":[true,false,true]},"weight":500,"phenotype":"https://api.io/data","insurance_id":false,"bearing":null,"latitude":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD consignee TYPE integer REQUIRED no
FIELD half_life TYPE string_date-time REQUIRED no
FIELD payment_status TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD shift_code TYP... | {"state":"option_e","consignee":820,"half_life":"2020-02-01T16:40:00Z","loan_amount":"sms","paragraph":584.42,"patient_id":"Bob"} | tool_call_partial_args | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"consignee": {
"type": "integer"
},
"half_life": {
"type": "string"... | I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"state": "option_e", "consignee": 820, "half_life": "2020-02-01T16:40:00Z", "loan_amount": "sms", "paragraph": 584.42} | Agent tool call missing required parameter 'patient_id' | {"state":"option_e","consignee":820,"half_life":"2020-02-01T16:40:00Z","loan_amount":"sms","paragraph":584.42,"patient_id":"Bob"} |
TASK repair_structured_output
SPEC
FIELD col_t66.val_z98 TYPE string REQUIRED yes
FIELD col_t66.field_j09 TYPE boolean REQUIRED no
FIELD col_t66.field_g24 TYPE string_uri REQUIRED no
FIELD col_t66.dim_w37 TYPE integer REQUIRED yes
FIELD col_t66.dim_g11.val_x51 TYPE integer REQUIRED no
FIELD col_t66.dim_g11.col_j99 TYP... | {"col_t66":{"val_z98":"qux","field_j09":false,"dim_w37":704,"dim_g11":{"val_x51":978,"col_j99":"level_1","val_s24":"ops@example.com","param_q01":"Charlie"}},"dim_y19":true,"field_i37":757.19,"param_r44":false,"param_n00":"type_a","val_u53":944,"field_f20":435} | markdown_fences | {
"type": "object",
"properties": {
"col_t66": {
"type": "object",
"properties": {
"val_z98": {
"type": "string"
},
"field_j09": {
"type": "boolean"
},
"field_g24": {
"type": "string",
"format": "uri"
},
... | ```json
{"col_t66":{"val_z98":"qux","field_j09":false,"dim_w37":704,"dim_g11":{"val_x51":978,"col_j99":"level_1","val_s24":"ops@example.com","param_q01":"Charlie"}},"dim_y19":true,"field_i37":757.19,"param_r44":false,"param_n00":"type_a","val_u53":944,"field_f20":435}
``` | Output contains markdown code fences | {"col_t66":{"val_z98":"qux","field_j09":false,"dim_w37":704,"dim_g11":{"val_x51":978,"col_j99":"level_1","val_s24":"ops@example.com","param_q01":"Charlie"}},"dim_y19":true,"field_i37":757.19,"param_r44":false,"param_n00":"type_a","val_u53":944,"field_f20":435} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE integer REQUIRED no
FIELD chromosome TYPE string_uri REQUIRED yes
FIELD discount[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: lookup_customer
Arguments: {"filter_flag": 546} | {"filter_flag":546,"chromosome":"https://data.org/v1"} | tool_call_partial_args | {
"type": "object",
"properties": {
"filter_flag": {
"type": "integer"
},
"chromosome": {
"type": "string",
"format": "uri"
},
"discount": {
"type": "array",
"items": {
"type": "boolean"
}
}
},
"required": [
"chromosome"
]
} | I need to look up the information first.
Action: lookup_customer
Arguments: {"filter_flag": 546} | Agent tool call missing required parameter 'chromosome' | {"filter_flag":546,"chromosome":"https://data.org/v1"} |
TASK repair_structured_output
SPEC
FIELD field_i71 TYPE integer REQUIRED no
FIELD param_s29 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD field_r54 TYPE integer REQUIRED yes
FIELD param_z55 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD val_h00 TYPE boolean REQUIRED no
FIELD pro... | {"field_i71":878,"param_s29":"cat_a","field_r54":790,"param_z55":"type_a","col_p14":null} | truncated_object | {
"type": "object",
"properties": {
"field_i71": {
"type": "integer"
},
"param_s29": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"field_r54": {
"type": "integer"
},
"param_z55": {
... | {"field_i71":878,"param_s29":"cat_a","field_r54":790,"param_z55":"type_a","col_p14":null | Unexpected end of JSON input — truncated object | {"field_i71":878,"param_s29":"cat_a","field_r54":790,"param_z55":"type_a","col_p14":null} |
TASK repair_structured_output
SPEC
FIELD step TYPE string_uri REQUIRED yes
FIELD decay_rate TYPE string REQUIRED no
FIELD medication TYPE integer REQUIRED no
FIELD label TYPE integer REQUIRED no
FIELD visible TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD amplitude TYPE integer REQUIRED no
BROKEN_OUTPUT
{"step... | {"step":"https://www.com/v1","decay_rate":"Paris","medication":93,"visible":"level_1","amplitude":542} | number_with_unit | {
"type": "object",
"properties": {
"step": {
"type": "string",
"format": "uri"
},
"decay_rate": {
"type": "string"
},
"medication": {
"type": "integer"
},
"label": {
"type": "integer"
},
"visible": {
"type": "string",
"enum": [
"... | {"step": "https://www.com/v1", "decay_rate": "Paris", "medication": 93, "visible": "level_1", "amplitude": "542px"} | Field 'amplitude' must be number, got string with unit | {"step":"https://www.com/v1","decay_rate":"Paris","medication":93,"visible":"level_1","amplitude":542} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string REQUIRED yes
FIELD altitude TYPE string_uri REQUIRED yes
FIELD velocity TYPE number REQUIRED no
FIELD length TYPE string VALUES single|married|divorced REQUIRED no
FIELD currency TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIEL... | {"invoice_id":"pending","altitude":"https://www.com/data","velocity":581.41,"currency":"synonymous","email":"QC-07"} | unquoted_keys | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string"
},
"altitude": {
"type": "string",
"format": "uri"
},
"velocity": {
"type": "number"
},
"length": {
"type": "string",
"enum": [
"single",
"married",
"divorced"... | {invoice_id:"pending",altitude:"https://www.com/data",velocity:581.41,currency:"synonymous",email:"QC-07"} | Expecting property name enclosed in double quotes | {"invoice_id":"pending","altitude":"https://www.com/data","velocity":581.41,"currency":"synonymous","email":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD key_p32 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD key_y45 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_w49 TYPE string REQUIRED no
BROKEN_OUTPUT
Here is the response in the requested format:
```json
{"key_p32":"critical","key_y45":"en... | {"key_p32":"critical","key_y45":"enterprise","key_w49":"active"} | markdown_explanation | {
"type": "object",
"properties": {
"key_p32": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_y45": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},... | Here is the response in the requested format:
```json
{"key_p32":"critical","key_y45":"enterprise","key_w49":"active"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"key_p32":"critical","key_y45":"enterprise","key_w49":"active"} |
TASK repair_structured_output
SPEC
FIELD attr_g94 TYPE number REQUIRED no
FIELD field_p34 TYPE integer REQUIRED yes
FIELD attr_q35 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_p34":464,"attr_q35":"New York",} | {"field_p34":464,"attr_q35":"New York"} | trailing_comma | {
"type": "object",
"properties": {
"attr_g94": {
"type": "number"
},
"field_p34": {
"type": "integer"
},
"attr_q35": {
"type": "string"
}
},
"required": [
"attr_q35",
"field_p34"
]
} | {"field_p34":464,"attr_q35":"New York",} | Unexpected trailing comma | {"field_p34":464,"attr_q35":"New York"} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string REQUIRED no
FIELD log_level TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD patient_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD deploy_target.amount TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD deplo... | {"barcode":"approved","log_level":"blue","patient_id":"berthed","deploy_target":{"amount":"viewer","salinity":null,"discount":{"name":945.7,"catalyst":"Maria","repository":"Sao Paulo"},"dissolved_oxygen":"medium"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"barcode": {
"type": "string"
},
"log_level": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"patient_id": {
"type": "string",
"enum": [
"berthed",... | update_record(barcode='approved', log_level='blue', patient_id='berthed', deploy_target={'amount': 'viewer', 'salinity': None, 'discount': {'name': 945.7, 'catalyst': 'Maria', 'repository': 'Sao Paulo'}, 'dissolved_oxygen': 'medium'}) | Tool call uses Python syntax instead of JSON | {"barcode":"approved","log_level":"blue","patient_id":"berthed","deploy_target":{"amount":"viewer","salinity":null,"discount":{"name":945.7,"catalyst":"Maria","repository":"Sao Paulo"},"dissolved_oxygen":"medium"}} |
TASK repair_structured_output
SPEC
FIELD umi TYPE boolean REQUIRED yes
FIELD score TYPE string REQUIRED yes
FIELD log_level TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD ward TYPE string REQUIRED no
FIELD active[].torque_output TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD active[].quality_... | {"umi":false,"score":"Sao Paulo","log_level":"pending","ward":"Jane"} | invalid_enum | {
"type": "object",
"properties": {
"umi": {
"type": "boolean"
},
"score": {
"type": "string"
},
"log_level": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"ward": {
"type": "string"
},
"active": {
... | {"umi": false, "score": "Sao Paulo", "log_level": "invalid_choice_376", "ward": "Jane"} | Field 'log_level' has invalid enum value 'invalid_choice_376', expected one of ['active', 'inactive', 'pending'] | {"umi":false,"score":"Sao Paulo","log_level":"pending","ward":"Jane"} |
TASK repair_structured_output
SPEC
FIELD field_j15 TYPE integer REQUIRED no
FIELD key_c30 TYPE string REQUIRED no
FIELD col_q96 TYPE integer REQUIRED no
FIELD col_t54 TYPE number REQUIRED yes
FIELD val_h45.attr_d13 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_h45.key_c68 TYPE boolean RE... | {"field_j15":443,"col_t54":835.42,"val_h45":{"attr_d13":"homozygous","key_c68":false,"prop_k22":{"dim_x21":699.04,"field_l05":280,"attr_c53":9,"key_i11":243}},"param_t91":"option_d"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_j15": {
"type": "integer"
},
"key_c30": {
"type": "string"
},
"col_q96": {
"type": "integer"
},
"col_t54": {
"type": "number"
},
"val_h45": {
"type": "object",
"properties": {
"attr_d13": {
... | <functioncall> queue_sequencing_run
{field_j15: 443, col_t54: 835.42, val_h45: {attr_d13: "homozygous", key_c68: false, prop_k22: {dim_x21: 699.04, field_l05: 280, attr_c53: 9, key_i11: 243}}, param_t91: "option_d"} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_j15":443,"col_t54":835.42,"val_h45":{"attr_d13":"homozygous","key_c68":false,"prop_k22":{"dim_x21":699.04,"field_l05":280,"attr_c53":9,"key_i11":243}},"param_t91":"option_d"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string_date-time REQUIRED yes
FIELD throttle_pos TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD coverage[].strand TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD coverage[].current_draw TYPE number REQUIRED yes
FIELD co... | {"lab_result":"2023-04-14T22:28:00Z","coverage":[{"strand":"type_b","current_draw":371.77,"hazmat_code":[808.62,384.87,726.83,417.7]}]} | markdown_fences | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"format": "date-time"
},
"throttle_pos": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"coverage": {
"type": "ar... | ```json
{"lab_result":"2023-04-14T22:28:00Z","coverage":[{"strand":"type_b","current_draw":371.77,"hazmat_code":[808.62,384.87,726.83,417.7]}]}
``` | Output contains markdown code fences | {"lab_result":"2023-04-14T22:28:00Z","coverage":[{"strand":"type_b","current_draw":371.77,"hazmat_code":[808.62,384.87,726.83,417.7]}]} |
TASK repair_structured_output
SPEC
FIELD key_x11 TYPE string_uri REQUIRED no
FIELD param_d57 TYPE string_date-time REQUIRED no
FIELD attr_z85 TYPE boolean REQUIRED yes
FIELD prop_x65 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD col_g04 TYPE number REQUIRED yes
FIELD prop_m19 TYPE int... | {"param_d57":"2021-11-08T10:51:00Z","attr_z85":false,"prop_x65":"type_e","col_g04":129.37,"prop_m19":446} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_x11": {
"type": "string",
"format": "uri"
},
"param_d57": {
"type": "string",
"format": "date-time"
},
"attr_z85": {
"type": "boolean"
},
"prop_x65": {
"type": "string",
"enum": [
"type_a",
... | I need to look up the information first.
Action: lookup_customer
Arguments: {"param_d57": "2021-11-08T10:51:00Z", "attr_z85": false, "prop_x65": "type_e", "prop_m19": 446} | Agent tool call missing required parameter 'col_g04' | {"param_d57":"2021-11-08T10:51:00Z","attr_z85":false,"prop_x65":"type_e","col_g04":129.37,"prop_m19":446} |
TASK repair_structured_output
SPEC
FIELD val_j84 TYPE number REQUIRED yes
FIELD param_u11 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD attr_w36 TYPE boolean REQUIRED no
FIELD param_r38 TYPE string REQUIRED no
FIELD val_p44[].key_i64 TYPE string_email REQUIRED yes
FIELD val_p44[].attr_o07 TYPE string V... | {"val_j84":540.93,"param_u11":"low","attr_w36":true,"param_r38":"This is a test value.","val_p44":[{"key_i64":"test@domain.org","attr_o07":"small","field_u63":"user@test.io"},{"key_i64":"test@test.io","attr_o07":"small","field_u63":"test@test.io"},{"key_i64":"admin@domain.org","attr_o07":"medium","field_u63":"ops@examp... | synonym_enum | {
"type": "object",
"properties": {
"val_j84": {
"type": "number"
},
"param_u11": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"attr_w36": {
"type": "boolean"
},
"param_r38": {
"type": "string"
... | {"val_j84": 540.93, "param_u11": "small", "attr_w36": true, "param_r38": "This is a test value.", "val_p44": [{"key_i64": "test@domain.org", "attr_o07": "small", "field_u63": "user@test.io"}, {"key_i64": "test@test.io", "attr_o07": "small", "field_u63": "test@test.io"}, {"key_i64": "admin@domain.org", "attr_o07": "medi... | Field 'param_u11' has synonym 'small' instead of valid enum value | {"val_j84":540.93,"param_u11":"low","attr_w36":true,"param_r38":"This is a test value.","val_p44":[{"key_i64":"test@domain.org","attr_o07":"small","field_u63":"user@test.io"},{"key_i64":"test@test.io","attr_o07":"small","field_u63":"test@test.io"},{"key_i64":"admin@domain.org","attr_o07":"medium","field_u63":"ops@examp... |
TASK repair_structured_output
SPEC
FIELD dim_j74 TYPE integer REQUIRED yes
FIELD key_w69 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_e20 TYPE integer REQUIRED no
FIELD param_a58 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_h78 TYPE string VALUES pending_review|confirmed|rej... | {"dim_j74":21,"key_w69":"delivered","col_e20":388,"param_a58":"level_2","param_h78":"escalated","col_f67":{"val_y74":101,"col_k44":"Alice","param_b96":"Silva","dim_w12":"cat_b"},"val_i41":"Luis","dim_l05":"https://data.com/data"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_j74": {
"type": "integer"
},
"key_w69": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_e20": {
"type": "integer"
},
"param_a58": {
"type": "s... | Tool: update_record
Params: {"dim_j74": 21, "key_w69": "delivered", "col_e20": 388, "param_a58": "level_2", "param_h78": "escalated", "col_f67": {"val_y74": 101, "col_k44": "Alice", "param_b96": "Silva", "dim_w12": "cat_b"}, "val_i41": "Luis", "dim_l052": "https://data.com/data"} | Agent used wrong parameter name 'dim_l052' instead of 'dim_l05' | {"dim_j74":21,"key_w69":"delivered","col_e20":388,"param_a58":"level_2","param_h78":"escalated","col_f67":{"val_y74":101,"col_k44":"Alice","param_b96":"Silva","dim_w12":"cat_b"},"val_i41":"Luis","dim_l05":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD prop_l21 TYPE string_date-time REQUIRED yes
FIELD attr_o64 TYPE integer REQUIRED yes
FIELD val_m88.prop_x43 TYPE string_email REQUIRED yes
FIELD val_m88.field_y41 TYPE string_email REQUIRED yes
FIELD val_m88.attr_s57 TYPE number REQUIRED no
FIELD val_m88.col_v93.param_z62 TYPE ... | {"prop_l21":"2021-08-13T07:12:00Z","attr_o64":492,"val_m88":{"prop_x43":"user@domain.org","field_y41":"test@domain.org","col_v93":{"param_z62":"https://example.com/data","field_q77":false,"prop_a28":null}}} | truncated_object | {
"type": "object",
"properties": {
"prop_l21": {
"type": "string",
"format": "date-time"
},
"attr_o64": {
"type": "integer"
},
"val_m88": {
"type": "object",
"properties": {
"prop_x43": {
"type": "string",
"format": "email"
},
... | {"prop_l21":"2021-08-13T07:12:00Z","attr_o64":492,"val_m88":{"prop_x43":"user@domain.org","field_y41":"test@domain.org","col_v93":{"param_z62":"https://example.com/data","field_q77":false,"prop_a28":null}} | Unexpected end of JSON input — truncated object | {"prop_l21":"2021-08-13T07:12:00Z","attr_o64":492,"val_m88":{"prop_x43":"user@domain.org","field_y41":"test@domain.org","col_v93":{"param_z62":"https://example.com/data","field_q77":false,"prop_a28":null}}} |
TASK repair_structured_output
SPEC
FIELD values TYPE integer REQUIRED no
FIELD zip_code TYPE string REQUIRED no
FIELD invoice_id TYPE number REQUIRED no
FIELD type TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD vital_sign TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD loan_amount TYPE string... | {"values":997,"zip_code":"world","invoice_id":27.07,"type":"basic","vital_sign":"GBP","loan_amount":"user@domain.com","items":"BRL"} | missing_required | {
"type": "object",
"properties": {
"values": {
"type": "integer"
},
"zip_code": {
"type": "string"
},
"invoice_id": {
"type": "number"
},
"type": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | {"values": 997, "zip_code": "world", "invoice_id": 27.07, "vital_sign": "GBP", "loan_amount": "user@domain.com", "items": "BRL"} | Required field 'type' is missing | {"values":997,"zip_code":"world","invoice_id":27.07,"type":"basic","vital_sign":"GBP","loan_amount":"user@domain.com","items":"BRL"} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD phenotype TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD status_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD diagnosis_code TYPE string REQUIRED... | {"price":"mode_b","phenotype":"type_d","status_code":"option_b","diagnosis_code":"London"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"phenotype": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"status_... | Tool: validate_address
Params: {"price": "mode_b", "phenotype": "type_d", "status_code": "option_b", "diagnosis_code_name": "London"} | Agent used wrong parameter name 'diagnosis_code_name' instead of 'diagnosis_code' | {"price":"mode_b","phenotype":"type_d","status_code":"option_b","diagnosis_code":"London"} |
TASK repair_structured_output
SPEC
FIELD verified TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD berth_slot TYPE integer REQUIRED no
FIELD barcode.height TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD barcode.role TYPE integer REQUIRED no
FIELD barcode.reag... | {"verified":"cat_b","berth_slot":174,"barcode":{"height":"rejected","role":931},"score":false,"ph_level":true,"temp_celsius":"Johnson","bill_of_lading":"MV-Evergreen-01"} | number_with_unit | {
"type": "object",
"properties": {
"verified": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"berth_slot": {
"type": "integer"
},
"barcode": {
"type": "object",
"propert... | {"verified": "cat_b", "berth_slot": "174kg", "barcode": {"height": "rejected", "role": 931}, "score": false, "ph_level": true, "temp_celsius": "Johnson", "bill_of_lading": "MV-Evergreen-01"} | Field 'berth_slot' must be number, got string with unit | {"verified":"cat_b","berth_slot":174,"barcode":{"height":"rejected","role":931},"score":false,"ph_level":true,"temp_celsius":"Johnson","bill_of_lading":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD attr_r19 TYPE null REQUIRED no
FIELD field_d78 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD dim_j77 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Tool: align_reads
Params: {"field_d78": "option_a", "dim_j77": true, "attr_r19_id": null} | {"attr_r19":null,"field_d78":"option_a","dim_j77":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_r19": {
"type": "null"
},
"field_d78": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"dim_j77": {
"type": "boolean"
}
},
"required": [
"dim_j77"
]
} | Tool: align_reads
Params: {"field_d78": "option_a", "dim_j77": true, "attr_r19_id": null} | Agent used wrong parameter name 'attr_r19_id' instead of 'attr_r19' | {"attr_r19":null,"field_d78":"option_a","dim_j77":true} |
TASK repair_structured_output
SPEC
FIELD val_b35 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD val_l84 TYPE string_uri REQUIRED no
FIELD dim_b08[] TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD key_n47[].prop_l40 TYPE string REQUIRED yes
FIELD key_n47[].field_... | {"val_b35":"mode_d","dim_b08":["mode_a","mode_c"]} | single_quotes | {
"type": "object",
"properties": {
"val_b35": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"val_l84": {
"type": "string",
"format": "uri"
},
"dim_b08": {
"type": ... | {'val_b35':'mode_d','dim_b08':['mode_a','mode_c']} | Expecting property name enclosed in double quotes | {"val_b35":"mode_d","dim_b08":["mode_a","mode_c"]} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD account_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD balance TYPE string_email REQUIRED no
FIELD dissolved_oxygen TYPE string REQUIRED no
BROKEN_OUTPUT
I n... | {"category":"homozygous","account_id":"rejected","balance":"info@example.com","dissolved_oxygen":"Diana"} | agent_chain | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"account_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"esca... | I need to look up the information first.
Action: fetch_lab_result
Result: {"category": "homozygous", "account_id": "rejected", "dissolved_oxygen": "Diana"}
I'll query our database.
Action: process_payment
Result: | Agent multi-step chain with truncated tool output | {"category":"homozygous","account_id":"rejected","balance":"info@example.com","dissolved_oxygen":"Diana"} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE number REQUIRED yes
FIELD quality_score TYPE boolean REQUIRED yes
FIELD current_draw TYPE integer REQUIRED no
FIELD comments TYPE boolean REQUIRED no
FIELD due_date.duration_ms TYPE integer REQUIRED yes
FIELD due_date.currency TYPE integer REQUIRED no
FIELD due_d... | {"half_life":905.29,"quality_score":true,"current_draw":865,"comments":true,"bill_of_lading":{"lab_result":"Bob","manifest_ref":357.21,"voltage":["open"]}} | single_quotes | {
"type": "object",
"properties": {
"half_life": {
"type": "number"
},
"quality_score": {
"type": "boolean"
},
"current_draw": {
"type": "integer"
},
"comments": {
"type": "boolean"
},
"due_date": {
"type": "object",
"properties": {
"du... | {'half_life':905.29,'quality_score':true,'current_draw':865,'comments':true,'bill_of_lading':{'lab_result':'Bob','manifest_ref':357.21,'voltage':['open']}} | Expecting property name enclosed in double quotes | {"half_life":905.29,"quality_score":true,"current_draw":865,"comments":true,"bill_of_lading":{"lab_result":"Bob","manifest_ref":357.21,"voltage":["open"]}} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE number REQUIRED no
FIELD weight TYPE boolean REQUIRED no
FIELD medication TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD freight_class TYPE integer REQUIRED yes
FIELD age.user_id TYPE string REQUIRED no
FIELD age.log_level.terminal_id TYPE s... | {"weight":false,"medication":"pending","freight_class":807,"age":{"user_id":"This is a test value.","log_level":{"terminal_id":"inland","footnote":"unstable","dissolved_oxygen":"closed","repository":"London","shipper_ref":null,"total":"operational","length":"hello"},"medication":"reliable","tile":{"brake_pressure":"coa... | missing_brace | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "number"
},
"weight": {
"type": "boolean"
},
"medication": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"freight_class": {
"type": "integer"... | {"weight":false,"medication":"pending","freight_class":807,"age":{"user_id":"This is a test value.","log_level":{"terminal_id":"inland","footnote":"unstable","dissolved_oxygen":"closed","repository":"London","shipper_ref":null,"total":"operational","length":"hello"},"medication":"reliable","tile":{"brake_pressure":"coa... | Missing closing brace | {"weight":false,"medication":"pending","freight_class":807,"age":{"user_id":"This is a test value.","log_level":{"terminal_id":"inland","footnote":"unstable","dissolved_oxygen":"closed","repository":"London","shipper_ref":null,"total":"operational","length":"hello"},"medication":"reliable","tile":{"brake_pressure":"coa... |
TASK repair_structured_output
SPEC
FIELD date TYPE string REQUIRED no
FIELD vital_sign TYPE boolean REQUIRED yes
FIELD title TYPE number REQUIRED yes
BROKEN_OUTPUT
{"vital_sign":true,"title":687.61 | {"vital_sign":true,"title":687.61} | truncated_object | {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"vital_sign": {
"type": "boolean"
},
"title": {
"type": "number"
}
},
"required": [
"title",
"vital_sign"
]
} | {"vital_sign":true,"title":687.61 | Unexpected end of JSON input — truncated object | {"vital_sign":true,"title":687.61} |
TASK repair_structured_output
SPEC
FIELD val_g56 TYPE string REQUIRED yes
FIELD col_j64 TYPE string REQUIRED no
FIELD param_x44 TYPE null REQUIRED no
FIELD key_u63 TYPE string REQUIRED no
FIELD val_o23 TYPE string REQUIRED no
FIELD param_k69.field_s58 TYPE boolean REQUIRED yes
FIELD param_k69.val_a06 TYPE integer REQU... | {"val_g56":"Johnson","key_u63":"sample","val_o23":"FWD","val_m66":"pending"} | trailing_comma | {
"type": "object",
"properties": {
"val_g56": {
"type": "string"
},
"col_j64": {
"type": "string"
},
"param_x44": {
"type": "null"
},
"key_u63": {
"type": "string"
},
"val_o23": {
"type": "string"
},
"param_k69": {
"type": "object",
... | {"val_g56":"Johnson","key_u63":"sample","val_o23":"FWD","val_m66":"pending",} | Unexpected trailing comma | {"val_g56":"Johnson","key_u63":"sample","val_o23":"FWD","val_m66":"pending"} |
TASK repair_structured_output
SPEC
FIELD attr_z79 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD dim_b87 TYPE integer REQUIRED yes
FIELD attr_o54 TYPE string_email REQUIRED no
FIELD field_r19[].attr_p88 TYPE integer REQUIRED yes
FIELD field_r19[].val_t72 TYPE number REQUIRED no
FIELD fie... | {"attr_z79":"maintenance","dim_b87":359,"attr_o54":"test@example.com","field_r19":[{"attr_p88":407,"attr_c39":"quux"},{"attr_p88":231,"val_t72":888.11,"attr_c39":"QC-07"},{"attr_p88":169,"val_t72":133.73,"attr_c39":"bar"}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_z79": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"dim_b87": {
"type": "integer"
},
"attr_o54": {
"type": "string",
"format": "email"
},
... | Tool: update_preferences
Params: {"attr_z79": "maintenance", "attr_o54": "test@example.com", "field_r19": [{"attr_p88": 407, "attr_c39": "quux"}, {"attr_p88": 231, "val_t72": 888.11, "attr_c39": "QC-07"}, {"attr_p88": 169, "val_t72": 133.73, "attr_c39": "bar"}], "dim_b872": 359} | Agent used wrong parameter name 'dim_b872' instead of 'dim_b87' | {"attr_z79":"maintenance","dim_b87":359,"attr_o54":"test@example.com","field_r19":[{"attr_p88":407,"attr_c39":"quux"},{"attr_p88":231,"val_t72":888.11,"attr_c39":"QC-07"},{"attr_p88":169,"val_t72":133.73,"attr_c39":"bar"}]} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD insurance_id TYPE string REQUIRED no
FIELD enabled TYPE string REQUIRED yes
FIELD rating TYPE string VALUES active|inactive|pending REQUIRED no
FIELD aligned_pct TYPE string_uri REQUIRED no
FIELD terminal_id.ite... | {"paragraph":"GBP","insurance_id":"Jane","enabled":"quux","rating":"inactive","terminal_id":{"items":"https://example.io/api","invoice_id":168.95,"vital_sign":{"subject":"married","shift_code":"medium","type":"Maria","sensor_id":"2025-09-05T17:14:00Z"},"message":867,"frequency_hz":"warning"}} | missing_bracket | {
"type": "object",
"properties": {
"paragraph": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"insurance_id": {
"type": "string"
},
"enabled": {
"type": "string"
},
"rating": {
"type": "st... | {"paragraph":"GBP","insurance_id":"Jane","enabled":"quux","rating":"inactive","terminal_id":{"items":"https://example.io/api","invoice_id":168.95,"vital_sign":{"subject":"married","shift_code":"medium","type":"Maria","sensor_id":"2025-09-05T17:14:00Z"},"message":867,"frequency_hz":"warning"}} | Missing closing bracket | {"paragraph":"GBP","insurance_id":"Jane","enabled":"quux","rating":"inactive","terminal_id":{"items":"https://example.io/api","invoice_id":168.95,"vital_sign":{"subject":"married","shift_code":"medium","type":"Maria","sensor_id":"2025-09-05T17:14:00Z"},"message":867,"frequency_hz":"warning"}} |
TASK repair_structured_output
SPEC
FIELD field_g71 TYPE string REQUIRED yes
FIELD val_f01 TYPE null REQUIRED yes
FIELD col_g85.prop_f15 TYPE boolean REQUIRED yes
FIELD col_g85.key_o86 TYPE integer REQUIRED no
FIELD col_g85.key_n90 TYPE boolean REQUIRED no
FIELD col_g85.attr_o35 TYPE string VALUES active|inactive|pendi... | {"field_g71":"Diana","val_f01":null,"col_g85":{"prop_f15":false,"key_o86":600,"key_n90":true,"attr_o35":"inactive","dim_b24":[{"param_j76":356,"col_e06":"basic","field_w43":null,"dim_h00":true},{"param_j76":968,"val_r09":632.84,"col_k24":"coastal","col_e06":"pro","dim_h00":false}]}} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_g71": {
"type": "string"
},
"val_f01": {
"type": "null"
},
"col_g85": {
"type": "object",
"properties": {
"prop_f15": {
"type": "boolean"
},
"key_o86": {
"type": "integer"
},
... | I need to look up the information first.
<tool_call name="check_availability">
{"field_g71":"Diana","val_f01":null,"col_g85":{"prop_f15":false,"key_o86":600,"key_n90":true,"attr_o35":"inactive","dim_b24":[{"param_j76":356,"col_e06":"basic","field_w43":null,"dim_h00":true},{"param_j76":968,"val_r09":632.84,"col_k24":"co... | Agent response mixes reasoning text with tool call | {"field_g71":"Diana","val_f01":null,"col_g85":{"prop_f15":false,"key_o86":600,"key_n90":true,"attr_o35":"inactive","dim_b24":[{"param_j76":356,"col_e06":"basic","field_w43":null,"dim_h00":true},{"param_j76":968,"val_r09":632.84,"col_k24":"coastal","col_e06":"pro","dim_h00":false}]}} |
TASK repair_structured_output
SPEC
FIELD prop_d74 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD prop_k22 TYPE integer REQUIRED no
FIELD field_l13 TYPE null REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: validate_sample
Arguments: {"prop_k22": 226, "field_l13": null} | {"prop_d74":"level_4","prop_k22":226,"field_l13":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_d74": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"prop_k22": {
"type": "integer"
},
"field_l13": {
"type": "null"
}
},
"required":... | Let me check the system.
Action: validate_sample
Arguments: {"prop_k22": 226, "field_l13": null} | Agent tool call missing required parameter 'prop_d74' | {"prop_d74":"level_4","prop_k22":226,"field_l13":null} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD index TYPE string VALUES option_a|option_b REQUIRED yes
FIELD balance TYPE number REQUIRED no
BROKEN_OUTPUT
create_ticket(isotope='cat_a', index='option_b', balance=34.28) | {"isotope":"cat_a","index":"option_b","balance":34.28} | tool_call_python_syntax | {
"type": "object",
"properties": {
"isotope": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"index": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"balance": {
"type": "... | create_ticket(isotope='cat_a', index='option_b', balance=34.28) | Tool call uses Python syntax instead of JSON | {"isotope":"cat_a","index":"option_b","balance":34.28} |
TASK repair_structured_output
SPEC
FIELD key_u51 TYPE null REQUIRED no
FIELD col_o90 TYPE string REQUIRED no
FIELD field_t75 TYPE string REQUIRED no
FIELD key_u59 TYPE integer REQUIRED yes
FIELD param_x55.val_a27 TYPE string REQUIRED yes
FIELD param_x55.dim_j29.key_a43 TYPE integer REQUIRED no
FIELD param_x55.dim_j29.... | {"key_u51":null,"col_o90":"chrX","field_t75":"example","key_u59":197,"param_x55":{"val_a27":"London","dim_j29":{"key_a43":546,"key_g93":"option_c","col_k50":"https://www.com/data","field_i61":"Diana","val_z53":"https://example.com"},"prop_c85":null},"val_b85":{"col_y39":{"attr_i68":"quux","attr_c06":"2021-10-12T06:09:0... | markdown_fences | {
"type": "object",
"properties": {
"key_u51": {
"type": "null"
},
"col_o90": {
"type": "string"
},
"field_t75": {
"type": "string"
},
"key_u59": {
"type": "integer"
},
"param_x55": {
"type": "object",
"properties": {
"val_a27": {
... | ```json
{"key_u51":null,"col_o90":"chrX","field_t75":"example","key_u59":197,"param_x55":{"val_a27":"London","dim_j29":{"key_a43":546,"key_g93":"option_c","col_k50":"https://www.com/data","field_i61":"Diana","val_z53":"https://example.com"},"prop_c85":null},"val_b85":{"col_y39":{"attr_i68":"quux","attr_c06":"2021-10-12... | Output contains markdown code fences | {"key_u51":null,"col_o90":"chrX","field_t75":"example","key_u59":197,"param_x55":{"val_a27":"London","dim_j29":{"key_a43":546,"key_g93":"option_c","col_k50":"https://www.com/data","field_i61":"Diana","val_z53":"https://example.com"},"prop_c85":null},"val_b85":{"col_y39":{"attr_i68":"quux","attr_c06":"2021-10-12T06:09:0... |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD item_id TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD url TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD image_url TYPE string VALUES admin|editor|viewer REQUIRED yes
FI... | {"shipping":"frameshift","item_id":"large","url":"EUR","image_url":"editor","log_level":192,"thumbnail":"2026-05-18T05:30:00Z","allele":918} | tool_call_text_mix | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"item_id": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
... | Processing the request now.
<tool_call name="process_payment">
{"shipping":"frameshift","item_id":"large","url":"EUR","image_url":"editor","log_level":192,"thumbnail":"2026-05-18T05:30:00Z","allele":918}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"shipping":"frameshift","item_id":"large","url":"EUR","image_url":"editor","log_level":192,"thumbnail":"2026-05-18T05:30:00Z","allele":918} |
TASK repair_structured_output
SPEC
FIELD param_r05 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_q61 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_d25 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_z32 TYPE string REQUIRED no
BROKEN_OUTPUT... | {"param_r05":"info","param_q61":"hemizygous","val_d25":"oceanic","val_z32":"active"} | truncated_array | {
"type": "object",
"properties": {
"param_r05": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_q61": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | {"param_r05":"info","param_q61":"hemizygous","val_d25":"oceanic","val_z32":"active" | Unexpected end of JSON input — truncated object | {"param_r05":"info","param_q61":"hemizygous","val_d25":"oceanic","val_z32":"active"} |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD transaction_id TYPE boolean REQUIRED yes
FIELD bearing TYPE number REQUIRED no
FIELD current_draw.duration_ms TYPE string VALUES draft|published|archived REQUIRED yes
FIELD current_draw.c... | {"manifest_ref":"degraded","transaction_id":true,"current_draw":{"duration_ms":"draft","salinity":"admin@test.io","isotope":"chr1","quantity":"New York","brake_pressure":{"title":"New York","hazmat_code":"free","port_code":233,"reagent":true,"last_name":186,"product_id":"active"}},"strand":422,"crew_id":"2023-12-25","m... | markdown_explanation | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"transaction_id": {
"type": "boolean"
},
"bearing": {
"type": "number"
},
"current_draw... | Here is the response in the requested format:
```json
{"manifest_ref":"degraded","transaction_id":true,"current_draw":{"duration_ms":"draft","salinity":"admin@test.io","isotope":"chr1","quantity":"New York","brake_pressure":{"title":"New York","hazmat_code":"free","port_code":233,"reagent":true,"last_name":186,"product... | Output contains markdown and explanatory text around JSON | {"manifest_ref":"degraded","transaction_id":true,"current_draw":{"duration_ms":"draft","salinity":"admin@test.io","isotope":"chr1","quantity":"New York","brake_pressure":{"title":"New York","hazmat_code":"free","port_code":233,"reagent":true,"last_name":186,"product_id":"active"}},"strand":422,"crew_id":"2023-12-25","m... |
TASK repair_structured_output
SPEC
FIELD dim_i08 TYPE string REQUIRED no
FIELD prop_u57 TYPE integer REQUIRED no
FIELD col_d28 TYPE string REQUIRED yes
FIELD key_e66 TYPE boolean REQUIRED no
FIELD dim_n62 TYPE string_email REQUIRED no
FIELD prop_m81 TYPE string REQUIRED no
FIELD field_x14 TYPE string REQUIRED no
FIELD... | {"dim_i08":"REV","col_d28":"https://example.com","key_e66":true,"val_g67":"https://example.org/v1"} | extra_text_after | {
"type": "object",
"properties": {
"dim_i08": {
"type": "string"
},
"prop_u57": {
"type": "integer"
},
"col_d28": {
"type": "string"
},
"key_e66": {
"type": "boolean"
},
"dim_n62": {
"type": "string",
"format": "email"
},
"prop_m81": {... | {"dim_i08":"REV","col_d28":"https://example.com","key_e66":true,"val_g67":"https://example.org/v1"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"dim_i08":"REV","col_d28":"https://example.com","key_e66":true,"val_g67":"https://example.org/v1"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.