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 strand TYPE string_email REQUIRED no
FIELD dosage TYPE string REQUIRED no
FIELD ward[].batch_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD ward[].manifest_ref TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD ward[].subtotal TYPE bo... | {"dosage":"test","ward":[{"batch_code":"mode_c","manifest_ref":"berthed","subtotal":false},{"batch_code":"mode_d","manifest_ref":"berthed","subtotal":false}]} | truncated_object | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"format": "email"
},
"dosage": {
"type": "string"
},
"ward": {
"type": "array",
"items": {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
... | {"dosage":"test","ward":[{"batch_code":"mode_c","manifest_ref":"berthed","subtotal":false},{"batch_code":"mode_d","manifest_ref":"berthed","subtotal":false}] | Unexpected end of JSON input — truncated object | {"dosage":"test","ward":[{"batch_code":"mode_c","manifest_ref":"berthed","subtotal":false},{"batch_code":"mode_d","manifest_ref":"berthed","subtotal":false}]} |
TASK repair_structured_output
SPEC
FIELD field_u44 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD dim_m02 TYPE string_email REQUIRED no
FIELD prop_g99 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_v90 TYPE string REQUIRED yes
FIELD field_i50.field_x53 TYPE integer REQUIRED y... | {"field_u44":"cat_c","dim_m02":"info@domain.org","prop_g99":"JPY","param_v90":"A short description.","field_i50":{"field_x53":17,"prop_i03":933,"attr_p23":{"val_z52":"user@example.com","dim_j34":"2024-01-15","dim_f90":"option_a","field_b60":"baz","col_g81":false,"col_x75":779.63},"val_f46":{"field_g84":"cat_d","param_m... | agent_chain | {
"type": "object",
"properties": {
"field_u44": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"dim_m02": {
"type": "string",
"format": "email"
},
"prop_g99": {
"type": "... | I need to look up the information first.
Action: book_appointment
Result: {"dim_m02": "info@domain.org", "prop_g99": "JPY", "param_v90": "A short description.", "field_i50": {"field_x53": 17, "prop_i03": 933, "attr_p23": {"val_z52": "user@example.com", "dim_j34": "2024-01-15", "dim_f90": "option_a", "field_b60": "baz",... | Agent multi-step chain with truncated tool output | {"field_u44":"cat_c","dim_m02":"info@domain.org","prop_g99":"JPY","param_v90":"A short description.","field_i50":{"field_x53":17,"prop_i03":933,"attr_p23":{"val_z52":"user@example.com","dim_j34":"2024-01-15","dim_f90":"option_a","field_b60":"baz","col_g81":false,"col_x75":779.63},"val_f46":{"field_g84":"cat_d","param_m... |
TASK repair_structured_output
SPEC
FIELD field_k54 TYPE string REQUIRED no
FIELD col_h65 TYPE boolean REQUIRED yes
FIELD col_x50 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD attr_w92 TYPE null REQUIRED no
FIELD param_t84 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD prop... | {"field_k54":"Johnson","col_h65":true,"col_x50":"level_3","param_t84":"unstable","prop_k43":"pro","param_k36":"PASS"} | unquoted_keys | {
"type": "object",
"properties": {
"field_k54": {
"type": "string"
},
"col_h65": {
"type": "boolean"
},
"col_x50": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"attr_w92": {
"type": "nul... | {field_k54:"Johnson",col_h65:true,col_x50:"level_3",param_t84:"unstable",prop_k43:"pro",param_k36:"PASS"} | Expecting property name enclosed in double quotes | {"field_k54":"Johnson","col_h65":true,"col_x50":"level_3","param_t84":"unstable","prop_k43":"pro","param_k36":"PASS"} |
TASK repair_structured_output
SPEC
FIELD col_e41 TYPE number REQUIRED yes
FIELD field_w74 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_g17 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_t63 TYPE boolean REQUIRED no
FIELD val_g98.param_m98 TYPE number REQUIRED no
FIELD... | {"col_e41":307.92,"field_w74":"intermittent","field_t63":true,"val_g98":{"param_m98":291.32,"dim_j93":false,"prop_m30":284,"prop_k25":"anchored","field_b01":{"key_h25":"enterprise","val_o00":"John","attr_y48":["test@test.io","ops@domain.org"]},"dim_p01":false},"param_r36":{"field_w24":null,"param_m76":"user@domain.com"... | truncated_array | {
"type": "object",
"properties": {
"col_e41": {
"type": "number"
},
"field_w74": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_g17": {
"type": "string",
"enum": [
"success",
"error",
... | {"col_e41":307.92,"field_w74":"intermittent","field_t63":true,"val_g98":{"param_m98":291.32,"dim_j93":false,"prop_m30":284,"prop_k25":"anchored","field_b01":{"key_h25":"enterprise","val_o00":"John","attr_y48":["test@test.io","ops@domain.org"]},"dim_p01":false},"param_r36":{"field_w24":null,"param_m76":"user@domain.com"... | Unexpected end of JSON input — truncated object | {"col_e41":307.92,"field_w74":"intermittent","field_t63":true,"val_g98":{"param_m98":291.32,"dim_j93":false,"prop_m30":284,"prop_k25":"anchored","field_b01":{"key_h25":"enterprise","val_o00":"John","attr_y48":["test@test.io","ops@domain.org"]},"dim_p01":false},"param_r36":{"field_w24":null,"param_m76":"user@domain.com"... |
TASK repair_structured_output
SPEC
FIELD prop_f89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_j04 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD val_e65 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD param_j23 TYPE string VALUES c... | {"prop_f89":"returned","col_j04":"type_a","val_e65":"mode_b","param_j23":"cat_a","key_l86":"type_c","col_s54":true} | missing_required | {
"type": "object",
"properties": {
"prop_f89": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_j04": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {"prop_f89": "returned", "col_j04": "type_a", "val_e65": "mode_b", "param_j23": "cat_a", "key_l86": "type_c"} | Required field 'col_s54' is missing | {"prop_f89":"returned","col_j04":"type_a","val_e65":"mode_b","param_j23":"cat_a","key_l86":"type_c","col_s54":true} |
TASK repair_structured_output
SPEC
FIELD dim_d55 TYPE string REQUIRED yes
FIELD prop_y30 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dim_b11 TYPE number REQUIRED yes
FIELD key_z74 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_k53 TYPE number REQUIRED no
FIELD field_t18.val_j67.fie... | {"dim_d55":"quux","prop_y30":"archived","dim_b11":117.62,"key_z74":"active","param_a38":false} | boolean_as_string | {
"type": "object",
"properties": {
"dim_d55": {
"type": "string"
},
"prop_y30": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_b11": {
"type": "number"
},
"key_z74": {
"type": "string",
"enum": [... | {"dim_d55": "quux", "prop_y30": "archived", "dim_b11": 117.62, "key_z74": "active", "param_a38": "true"} | Field 'param_a38' must be boolean, got string | {"dim_d55":"quux","prop_y30":"archived","dim_b11":117.62,"key_z74":"active","param_a38":false} |
TASK repair_structured_output
SPEC
FIELD val_g59 TYPE boolean REQUIRED no
FIELD param_r45 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD attr_w38 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD col_x08 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_o77 TY... | {"val_g59":true,"param_r45":"high","attr_w38":"error","col_x08":"hemizygous","prop_o77":"pending","dim_u57":614} | agent_chain | {
"type": "object",
"properties": {
"val_g59": {
"type": "boolean"
},
"param_r45": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"attr_w38": {
"type": "string",
"enum": [
"success",
"erro... | Let me check the system.
Action: update_record
Result: {"val_g59": true, "attr_w38": "error", "col_x08": "hemizygous", "prop_o77": "pending", "dim_u57": 614}
Processing the request now.
Action: create_ticket
Result: | Agent multi-step chain with truncated tool output | {"val_g59":true,"param_r45":"high","attr_w38":"error","col_x08":"hemizygous","prop_o77":"pending","dim_u57":614} |
TASK repair_structured_output
SPEC
FIELD field_n06 TYPE number REQUIRED yes
FIELD val_v86 TYPE string VALUES single|married|divorced REQUIRED no
FIELD val_y75 TYPE integer REQUIRED no
FIELD val_i12.key_h74 TYPE integer REQUIRED yes
FIELD val_i12.dim_n05 TYPE null REQUIRED no
FIELD val_i12.col_r38 TYPE string_email REQ... | {"field_n06":240.91,"val_v86":"single","key_x90":675.82,"key_i65":155.99,"col_p47":"divorced","dim_h31":"MV-Evergreen-01"} | null_required | {
"type": "object",
"properties": {
"field_n06": {
"type": "number"
},
"val_v86": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"val_y75": {
"type": "integer"
},
"val_i12": {
"type": "object",
"propert... | {"field_n06": 240.91, "val_v86": "single", "key_x90": 675.82, "key_i65": 155.99, "col_p47": "divorced", "dim_h31": null} | Required field 'dim_h31' is null | {"field_n06":240.91,"val_v86":"single","key_x90":675.82,"key_i65":155.99,"col_p47":"divorced","dim_h31":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD key_c83 TYPE integer REQUIRED yes
FIELD attr_v43 TYPE string REQUIRED yes
FIELD field_y44 TYPE string REQUIRED yes
FIELD val_g81 TYPE string REQUIRED yes
FIELD param_w44 TYPE string REQUIRED no
BROKEN_OUTPUT
{key_c83:259,attr_v43:"Oliveira",field_y44:"QC-07",val_g81:"baz"} | {"key_c83":259,"attr_v43":"Oliveira","field_y44":"QC-07","val_g81":"baz"} | unquoted_keys | {
"type": "object",
"properties": {
"key_c83": {
"type": "integer"
},
"attr_v43": {
"type": "string"
},
"field_y44": {
"type": "string"
},
"val_g81": {
"type": "string"
},
"param_w44": {
"type": "string"
}
},
"required": [
"key_c83",
... | {key_c83:259,attr_v43:"Oliveira",field_y44:"QC-07",val_g81:"baz"} | Expecting property name enclosed in double quotes | {"key_c83":259,"attr_v43":"Oliveira","field_y44":"QC-07","val_g81":"baz"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string REQUIRED no
FIELD currency TYPE boolean REQUIRED yes
FIELD shift_code.build_status TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD shift_code.status_code TYPE number REQUIRED yes
FIELD shift_code.created_at TYPE string VALUES option_a|option_b|... | {"medication":"example","currency":false,"shift_code":{"build_status":"xl","status_code":922.91,"created_at":"option_a","vital_sign":{"timezone":"chr1","repository":"active","patient_id":"option_a"},"notes":null,"consignee":false}} | truncated_object | {
"type": "object",
"properties": {
"medication": {
"type": "string"
},
"currency": {
"type": "boolean"
},
"shift_code": {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"enum": [
"small",
"medium"... | {"medication":"example","currency":false,"shift_code":{"build_status":"xl","status_code":922.91,"created_at":"option_a","vital_sign":{"timezone":"chr1","repository":"active","patient_id":"option_a"},"notes":null,"consignee":false} | Unexpected end of JSON input — truncated object | {"medication":"example","currency":false,"shift_code":{"build_status":"xl","status_code":922.91,"created_at":"option_a","vital_sign":{"timezone":"chr1","repository":"active","patient_id":"option_a"},"notes":null,"consignee":false}} |
TASK repair_structured_output
SPEC
FIELD prop_r32 TYPE string REQUIRED no
FIELD key_m78 TYPE boolean REQUIRED no
FIELD key_q62.col_m70 TYPE string REQUIRED yes
FIELD key_q62.param_z85 TYPE null REQUIRED no
FIELD key_q62.field_w97 TYPE integer REQUIRED yes
FIELD key_q62.param_u85 TYPE string REQUIRED no
FIELD key_q62.v... | {"prop_r32":"Diana","key_m78":true,"key_q62":{"col_m70":"FWD","field_w97":258,"val_o96":null,"field_y34":47},"key_e34":520.36,"field_n36":{"dim_q74":157.29,"col_h62":539,"attr_r55":456,"dim_u84":"cat_b"},"param_r15":"2023-06-07T07:36:00Z"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_r32": {
"type": "string"
},
"key_m78": {
"type": "boolean"
},
"key_q62": {
"type": "object",
"properties": {
"col_m70": {
"type": "string"
},
"param_z85": {
"type": "null"
},
... | Pipeline result:
```json
{"prop_r32":"Diana","key_m78":true,"key_q62":{"col_m70":"FWD","field_w97":258,"val_o96":null,"field_y34":47},"key_e34":520.36,"field_n36":{"dim_q74":157.29,"col_h62":539,"attr_r55":456,"dim_u84":"cat_b"},"param_r15":"2023-06-07T07:36:00Z"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"prop_r32":"Diana","key_m78":true,"key_q62":{"col_m70":"FWD","field_w97":258,"val_o96":null,"field_y34":47},"key_e34":520.36,"field_n36":{"dim_q74":157.29,"col_h62":539,"attr_r55":456,"dim_u84":"cat_b"},"param_r15":"2023-06-07T07:36:00Z"} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE integer REQUIRED yes
FIELD updated_at TYPE string_uri REQUIRED yes
FIELD bill_of_lading TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD status_code TYPE integer REQUIRED yes
BROKEN_OUTPUT
Here's the structured output:
{"chapter":121,"updated_at":"htt... | {"chapter":121,"updated_at":"https://www.io/v1","bill_of_lading":"cat_a","status_code":134} | extra_text_before | {
"type": "object",
"properties": {
"chapter": {
"type": "integer"
},
"updated_at": {
"type": "string",
"format": "uri"
},
"bill_of_lading": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"status_c... | Here's the structured output:
{"chapter":121,"updated_at":"https://www.io/v1","bill_of_lading":"cat_a","status_code":134} | Output contains non-JSON text before the object | {"chapter":121,"updated_at":"https://www.io/v1","bill_of_lading":"cat_a","status_code":134} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE boolean REQUIRED no
FIELD build_status TYPE string VALUES draft|published|archived REQUIRED yes
FIELD status_code TYPE integer REQUIRED no
FIELD message TYPE string VALUES single|married|divorced REQUIRED no
FIELD credit_score TYPE string REQUIRED yes
BROKEN_OU... | {"wavelength":false,"build_status":"draft","status_code":226,"message":"married","credit_score":"test@example.com"} | null_required | {
"type": "object",
"properties": {
"wavelength": {
"type": "boolean"
},
"build_status": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"status_code": {
"type": "integer"
},
"message": {
"type": "string",
... | {"wavelength": false, "build_status": "draft", "status_code": 226, "message": "married", "credit_score": null} | Required field 'credit_score' is null | {"wavelength":false,"build_status":"draft","status_code":226,"message":"married","credit_score":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD visible TYPE null REQUIRED yes
FIELD shipper_ref TYPE string REQUIRED no
FIELD product_id TYPE string REQUIRED yes
FIELD throttle_pos TYPE string VALUES draft|published|archived REQUIRED yes
FIELD options[] TYPE string REQUIRED no
FIELD country[].account_id TYPE string VALUES a... | {"visible":null,"shipper_ref":"https://example.com","product_id":"Smith","throttle_pos":"draft","country":[{"account_id":"viewer","format":"enterprise","score":133.41,"throttle_pos":"GRCh38","humidity_pct":"sample"}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"visible": {
"type": "null"
},
"shipper_ref": {
"type": "string"
},
"product_id": {
"type": "string"
},
"throttle_pos": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
... | <functioncall> read_sensor_array
{visible: null, shipper_ref: "https://example.com", product_id: "Smith", throttle_pos: "draft", country: [{account_id: "viewer", format: "enterprise", score: 133.41, throttle_pos: "GRCh38", humidity_pct: "sample"}]} | Tool call has malformed arguments — unquoted keys in function parameters | {"visible":null,"shipper_ref":"https://example.com","product_id":"Smith","throttle_pos":"draft","country":[{"account_id":"viewer","format":"enterprise","score":133.41,"throttle_pos":"GRCh38","humidity_pct":"sample"}]} |
TASK repair_structured_output
SPEC
FIELD key_u28 TYPE string REQUIRED no
FIELD prop_n81 TYPE number REQUIRED no
FIELD field_a30 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"key_u28":"2024-01-15","prop_n81":44.79,"field_a30":869.67}
I've ensured all required fields are present. | {"key_u28":"2024-01-15","prop_n81":44.79,"field_a30":869.67} | extra_text_after | {
"type": "object",
"properties": {
"key_u28": {
"type": "string"
},
"prop_n81": {
"type": "number"
},
"field_a30": {
"type": "number"
}
},
"required": [
"field_a30"
]
} | {"key_u28":"2024-01-15","prop_n81":44.79,"field_a30":869.67}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"key_u28":"2024-01-15","prop_n81":44.79,"field_a30":869.67} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string REQUIRED yes
FIELD port_code.shipping TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD port_code.message TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD port_code.quality_score TYPE string VALUES operational|degraded|offline... | {"turbidity":"Smith","port_code":{"shipping":"pro","message":"blue","quality_score":"degraded"},"city":"https://data.org/api","consignee":322} | extra_text_after | {
"type": "object",
"properties": {
"turbidity": {
"type": "string"
},
"port_code": {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]... | {"turbidity":"Smith","port_code":{"shipping":"pro","message":"blue","quality_score":"degraded"},"city":"https://data.org/api","consignee":322}
Hope this helps! | Output contains non-JSON text after the object | {"turbidity":"Smith","port_code":{"shipping":"pro","message":"blue","quality_score":"degraded"},"city":"https://data.org/api","consignee":322} |
TASK repair_structured_output
SPEC
FIELD dim_o16 TYPE string REQUIRED no
FIELD key_r85 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_w22 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD col_p19 TYPE null REQUIRED yes
FIELD param_p33 TYPE string VALUES cat_a|cat_b|cat_c|cat... | {"dim_o16":"qux","key_r85":"high","field_w22":"in_transit","col_p19":null,"param_p00":364.7} | missing_required | {
"type": "object",
"properties": {
"dim_o16": {
"type": "string"
},
"key_r85": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_w22": {
"type": "string",
"enum": [
"new",
"in_transit... | {"dim_o16": "qux", "key_r85": "high", "col_p19": null, "param_p00": 364.7} | Required field 'field_w22' is missing | {"dim_o16":"qux","key_r85":"high","field_w22":"in_transit","col_p19":null,"param_p00":364.7} |
TASK repair_structured_output
SPEC
FIELD col_v50 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_n08 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_p19 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_b41 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_e50... | {"col_v50":"editor","field_n08":"large","key_p19":"divorced","param_b41":"BRL","field_f99":false} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_v50": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_n08": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_p19": {
... | Tool: calculate_price
Params: {"col_v50": "editor", "key_p19": "divorced", "param_b41": "BRL", "field_f99": false, "field_n08_value": "large"} | Agent used wrong parameter name 'field_n08_value' instead of 'field_n08' | {"col_v50":"editor","field_n08":"large","key_p19":"divorced","param_b41":"BRL","field_f99":false} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string VALUES level_1|level_2 REQUIRED no
FIELD count TYPE boolean REQUIRED no
FIELD lane[] TYPE string REQUIRED yes
FIELD company[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
BROKEN_OUTPUT
get_weather(subject='level_2', lane=['Alice', 'Mar... | {"subject":"level_2","lane":["Alice","Maria","Paris","Bob"],"company":["cat_c","cat_c","cat_f","cat_c"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"count": {
"type": "boolean"
},
"lane": {
"type": "array",
"items": {
"type": "string"
}
},
"company": {
"type": ... | get_weather(subject='level_2', lane=['Alice', 'Maria', 'Paris', 'Bob'], company=['cat_c', 'cat_c', 'cat_f', 'cat_c']) | Tool call uses Python syntax instead of JSON | {"subject":"level_2","lane":["Alice","Maria","Paris","Bob"],"company":["cat_c","cat_c","cat_f","cat_c"]} |
TASK repair_structured_output
SPEC
FIELD lane TYPE string REQUIRED yes
FIELD credit_score TYPE integer REQUIRED no
FIELD language TYPE string REQUIRED no
FIELD age TYPE number REQUIRED no
BROKEN_OUTPUT
Pipeline result:
{"lane":"world"} | {"lane":"world"} | extra_text_before | {
"type": "object",
"properties": {
"lane": {
"type": "string"
},
"credit_score": {
"type": "integer"
},
"language": {
"type": "string"
},
"age": {
"type": "number"
}
},
"required": [
"lane"
]
} | Pipeline result:
{"lane":"world"} | Output contains non-JSON text before the object | {"lane":"world"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED no
FIELD batch_code TYPE string_date-time REQUIRED no
FIELD version TYPE string REQUIRED yes
FIELD current_draw TYPE string REQUIRED yes
FIELD amount.balance.count TYPE string REQUIRED no
FIELD amount.balance.image_url TYPE string VALUES open|in_progr... | {"items":"2023-12-25","batch_code":"2023-09-17T23:28:00Z","version":"Bob","current_draw":"Hapag-Lloyd-Express","amount":{"balance":{"count":"London","image_url":"in_progress","status":"completed","log_level":"user@domain.org","timezone":420.26,"salinity":390.26,"price":"sample","full_name":"Maria"},"title":289,"payment... | invalid_enum | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"batch_code": {
"type": "string",
"format": "date-time"
},
"version": {
"type": "string"
},
"current_draw": {
"type": "string"
},
"amount": {
"type": "object",
"properties... | {"items": "2023-12-25", "batch_code": "2023-09-17T23:28:00Z", "version": "Bob", "current_draw": "Hapag-Lloyd-Express", "amount": {"balance": {"count": "London", "image_url": "in_progress", "status": "completed", "log_level": "user@domain.org", "timezone": 420.26, "salinity": 390.26, "price": "sample", "full_name": "Mar... | Field 'language' has invalid enum value 'invalid_option_120', expected one of ['USD', 'EUR', 'GBP', 'BRL', 'JPY'] | {"items":"2023-12-25","batch_code":"2023-09-17T23:28:00Z","version":"Bob","current_draw":"Hapag-Lloyd-Express","amount":{"balance":{"count":"London","image_url":"in_progress","status":"completed","log_level":"user@domain.org","timezone":420.26,"salinity":390.26,"price":"sample","full_name":"Maria"},"title":289,"payment... |
TASK repair_structured_output
SPEC
FIELD aligned_pct.commit_hash.hazmat_code TYPE string_email REQUIRED yes
FIELD aligned_pct.commit_hash.umi TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD aligned_pct.commit_hash.items TYPE null REQUIRED yes
FIELD aligned_pct.commit_hash.barcode TYPE number REQUIRED no
FIELD... | {"invoice_id":{"item_id":"test@example.com","catalyst":"Berlin","payment_status":"email","vessel_name":"GBP","options":{"half_life":"2026-06-15T07:07:00Z","temp_celsius":"2023-12-25","email":["closed"],"order_id":["test@test.io","ops@domain.org"]}}} | thought_process | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "object",
"properties": {
"commit_hash": {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"format": "email"
},
"umi": {
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"invoice_id":{"item_id":"test@example.com","catalyst":"Berlin","payment_status":"email","vessel_name":"GBP","options":{"half_life":"2026-06-15T07:07:00Z","temp_celsius":"2023-12-25","email":["closed"],"order_id":["t... | Output contains chain-of-thought reasoning before JSON | {"invoice_id":{"item_id":"test@example.com","catalyst":"Berlin","payment_status":"email","vessel_name":"GBP","options":{"half_life":"2026-06-15T07:07:00Z","temp_celsius":"2023-12-25","email":["closed"],"order_id":["test@test.io","ops@domain.org"]}}} |
TASK repair_structured_output
SPEC
FIELD param_l41 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_z80 TYPE integer REQUIRED yes
FIELD attr_o72 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_w18[].key_q39 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIE... | {"param_l41":"archived","param_z80":425,"field_w18":[{"key_q39":"type_a","attr_v50":"rejected","val_m25":false,"col_f86":741}]} | truncated_array | {
"type": "object",
"properties": {
"param_l41": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_z80": {
"type": "integer"
},
"attr_o72": {
"type": "string",
"enum": [
"small",
"medium",
... | {"param_l41":"archived","param_z80":425,"field_w18":[{"key_q39":"type_a","attr_v50":"rejected","val_m25":false,"col_f86":741} | Unexpected end of JSON input — truncated array | {"param_l41":"archived","param_z80":425,"field_w18":[{"key_q39":"type_a","attr_v50":"rejected","val_m25":false,"col_f86":741}]} |
TASK repair_structured_output
SPEC
FIELD attr_s99 TYPE string REQUIRED no
FIELD col_o40.dim_f03 TYPE number REQUIRED no
FIELD col_o40.attr_e11 TYPE string_uri REQUIRED yes
FIELD col_o40.col_h69 TYPE boolean REQUIRED no
FIELD col_o40.col_k23 TYPE integer REQUIRED no
FIELD col_o40.col_m75[] TYPE boolean REQUIRED yes
FIE... | {"attr_s99":"Alice","col_o40":{"dim_f03":158.8,"attr_e11":"https://www.io/data","col_h69":true,"col_m75":[true,false,true,true]},"col_s96":"type_a","field_h62":"resolved","col_i94":"level_4","attr_c26":"https://example.com","prop_h66":"Berlin"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_s99": {
"type": "string"
},
"col_o40": {
"type": "object",
"properties": {
"dim_f03": {
"type": "number"
},
"attr_e11": {
"type": "string",
"format": "uri"
},
"col_h69": {
... | <functioncall> filter_variants
{attr_s99: "Alice", col_o40: {dim_f03: 158.8, attr_e11: "https://www.io/data", col_h69: true, col_m75: [true, false, true, true]}, col_s96: "type_a", field_h62: "resolved", col_i94: "level_4", attr_c26: "https://example.com", prop_h66: "Berlin"} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_s99":"Alice","col_o40":{"dim_f03":158.8,"attr_e11":"https://www.io/data","col_h69":true,"col_m75":[true,false,true,true]},"col_s96":"type_a","field_h62":"resolved","col_i94":"level_4","attr_c26":"https://example.com","prop_h66":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE boolean REQUIRED yes
FIELD wavelength TYPE integer REQUIRED yes
FIELD umi TYPE string_date-time REQUIRED yes
FIELD description TYPE number REQUIRED yes
BROKEN_OUTPUT
query_port_status(invoice_id=False, wavelength=132, umi='2025-09-20T22:08:00Z', description=514... | {"invoice_id":false,"wavelength":132,"umi":"2025-09-20T22:08:00Z","description":514.58} | tool_call_python_syntax | {
"type": "object",
"properties": {
"invoice_id": {
"type": "boolean"
},
"wavelength": {
"type": "integer"
},
"umi": {
"type": "string",
"format": "date-time"
},
"description": {
"type": "number"
}
},
"required": [
"description",
"wavelength"... | query_port_status(invoice_id=False, wavelength=132, umi='2025-09-20T22:08:00Z', description=514.58) | Tool call uses Python syntax instead of JSON | {"invoice_id":false,"wavelength":132,"umi":"2025-09-20T22:08:00Z","description":514.58} |
TASK repair_structured_output
SPEC
FIELD temp_celsius.name TYPE string REQUIRED yes
FIELD temp_celsius.duration_ms TYPE null REQUIRED yes
FIELD temp_celsius.transaction_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD temp_celsius.score TYPE string_uri REQUIRED no
FIELD temp_celsius.footnot... | {"temp_celsius":{"name":"John","duration_ms":null,"transaction_id":"cat_e","score":"https://api.io/v1","footnote":true},"width":"Alice","ph_level":true,"isotope":"level_2","department":"This is a test value.","chromosome":"demo"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"duration_ms": {
"type": "null"
},
"transaction_id": {
"type": "string",
"enum": [
"cat_a"... | schedule_meeting(temp_celsius={'name': 'John', 'duration_ms': None, 'transaction_id': 'cat_e', 'score': 'https://api.io/v1', 'footnote': True}, width='Alice', ph_level=True, isotope='level_2', department='This is a test value.', chromosome='demo') | Tool call uses Python syntax instead of JSON | {"temp_celsius":{"name":"John","duration_ms":null,"transaction_id":"cat_e","score":"https://api.io/v1","footnote":true},"width":"Alice","ph_level":true,"isotope":"level_2","department":"This is a test value.","chromosome":"demo"} |
TASK repair_structured_output
SPEC
FIELD comments TYPE integer REQUIRED no
FIELD category TYPE integer REQUIRED yes
FIELD username.payment_status TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD username.chapter TYPE string VALUES level_1|level_2 REQUIRED no
FIELD username.temp_celsius TYPE number... | {"comments":412,"category":856,"username":{"payment_status":"moored","chapter":"level_1","temp_celsius":841.8,"cargo_type":"chr1","image_url":"frameshift","throttle_pos":"London"},"items":695.25,"aligned_pct":304,"umi":"mode_e"} | tool_call_bad_format | {
"type": "object",
"properties": {
"comments": {
"type": "integer"
},
"category": {
"type": "integer"
},
"username": {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"berthed",
"anchor... | <functioncall> queue_sequencing_run
{comments: 412, category: 856, username: {payment_status: "moored", chapter: "level_1", temp_celsius: 841.8, cargo_type: "chr1", image_url: "frameshift", throttle_pos: "London"}, items: 695.25, aligned_pct: 304, umi: "mode_e"} | Tool call has malformed arguments — unquoted keys in function parameters | {"comments":412,"category":856,"username":{"payment_status":"moored","chapter":"level_1","temp_celsius":841.8,"cargo_type":"chr1","image_url":"frameshift","throttle_pos":"London"},"items":695.25,"aligned_pct":304,"umi":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE boolean REQUIRED no
FIELD subtotal TYPE string REQUIRED yes
FIELD conductivity TYPE string REQUIRED yes
FIELD velocity TYPE number REQUIRED no
FIELD consignee TYPE integer REQUIRED no
FIELD user_id TYPE string REQUIRED no
FIELD vital_sign TYPE string REQUIRED yes
FIE... | {"subtotal":"Tokyo","conductivity":"GRCh38","consignee":340,"user_id":"Hapag-Lloyd-Express","vital_sign":"PASS","id":{"yield_pct":368,"current_draw":"Hapag-Lloyd-Express","footnote":"2025-10-04T02:40:00Z","email":345,"notes":{"ward":"green","thumbnail":703,"account_id":"2021-12-28T11:12:00Z","amplitude":"https://api.or... | agent_chain | {
"type": "object",
"properties": {
"notes": {
"type": "boolean"
},
"subtotal": {
"type": "string"
},
"conductivity": {
"type": "string"
},
"velocity": {
"type": "number"
},
"consignee": {
"type": "integer"
},
"user_id": {
"type": "stri... | Let me check the system.
Action: calculate_docking_fee
Result: {"conductivity": "GRCh38", "consignee": 340, "user_id": "Hapag-Lloyd-Express", "vital_sign": "PASS", "id": {"yield_pct": 368, "current_draw": "Hapag-Lloyd-Express", "footnote": "2025-10-04T02:40:00Z", "email": 345, "notes": {"ward": "green", "thumbnail": 70... | Agent multi-step chain with truncated tool output | {"subtotal":"Tokyo","conductivity":"GRCh38","consignee":340,"user_id":"Hapag-Lloyd-Express","vital_sign":"PASS","id":{"yield_pct":368,"current_draw":"Hapag-Lloyd-Express","footnote":"2025-10-04T02:40:00Z","email":345,"notes":{"ward":"green","thumbnail":703,"account_id":"2021-12-28T11:12:00Z","amplitude":"https://api.or... |
TASK repair_structured_output
SPEC
FIELD prop_p51 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_f11 TYPE string_date-time REQUIRED no
FIELD prop_p66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_n07 TYPE number REQUIRED yes
FIELD attr_s64 TYPE integer REQUIRED no
FIELD dim_e0... | {"prop_p51":"reliable","col_f11":"2024-08-09T21:01:00Z","prop_p66":"EUR","attr_n07":828.58,"attr_s64":587,"col_v47":{"prop_u66":316,"col_k67":"unstable","prop_i14":465,"val_w86":"archived","prop_z39":"xl"}} | extra_field | {
"type": "object",
"properties": {
"prop_p51": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_f11": {
"type": "string",
"format": "date-time"
},
"prop_p66": {
"type": "string",
"enum": [
"U... | {"prop_p51": "reliable", "col_f11": "2024-08-09T21:01:00Z", "prop_p66": "EUR", "attr_n07": 828.58, "attr_s64": 587, "col_v47": {"prop_u66": 316, "col_k67": "unstable", "prop_i14": 465, "val_w86": "archived", "prop_z39": "xl"}, "extra_field_128": 42} | Unknown field 'extra_field_128' not defined in schema | {"prop_p51":"reliable","col_f11":"2024-08-09T21:01:00Z","prop_p66":"EUR","attr_n07":828.58,"attr_s64":587,"col_v47":{"prop_u66":316,"col_k67":"unstable","prop_i14":465,"val_w86":"archived","prop_z39":"xl"}} |
TASK repair_structured_output
SPEC
FIELD field_j84 TYPE number REQUIRED yes
FIELD val_c86 TYPE number REQUIRED yes
FIELD prop_k78.key_g43 TYPE string_email REQUIRED no
FIELD prop_k78.val_w49.attr_d48 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD prop_k78.val_w49.val_s55 TYPE string VALUES op... | {"field_j84":783.11,"val_c86":877.89,"prop_k78":{"key_g43":"ops@test.io","val_w49":{"attr_d48":"option_a","val_s55":"option_c","val_s28":true},"attr_y58":"divorced","prop_q47":58.47,"prop_a38":"level_2","col_p83":"cat_b"}} | unquoted_keys | {
"type": "object",
"properties": {
"field_j84": {
"type": "number"
},
"val_c86": {
"type": "number"
},
"prop_k78": {
"type": "object",
"properties": {
"key_g43": {
"type": "string",
"format": "email"
},
"val_w49": {
"... | {field_j84:783.11,val_c86:877.89,prop_k78:{key_g43:"ops@test.io",val_w49:{attr_d48:"option_a",val_s55:"option_c",val_s28:true},attr_y58:"divorced",prop_q47:58.47,prop_a38:"level_2",col_p83:"cat_b"}} | Expecting property name enclosed in double quotes | {"field_j84":783.11,"val_c86":877.89,"prop_k78":{"key_g43":"ops@test.io","val_w49":{"attr_d48":"option_a","val_s55":"option_c","val_s28":true},"attr_y58":"divorced","prop_q47":58.47,"prop_a38":"level_2","col_p83":"cat_b"}} |
TASK repair_structured_output
SPEC
FIELD field_d11 TYPE string_uri REQUIRED yes
FIELD col_c82 TYPE string REQUIRED yes
FIELD col_q15.col_q60 TYPE boolean REQUIRED yes
FIELD col_q15.dim_w81 TYPE number REQUIRED no
FIELD col_q15.attr_o60 TYPE string REQUIRED yes
FIELD field_b57 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"fi... | {"field_d11":"https://data.com/v1","col_c82":"https://example.com","col_q15":{"col_q60":false,"dim_w81":748.19,"attr_o60":"PASS"},"field_b57":null} | extra_field | {
"type": "object",
"properties": {
"field_d11": {
"type": "string",
"format": "uri"
},
"col_c82": {
"type": "string"
},
"col_q15": {
"type": "object",
"properties": {
"col_q60": {
"type": "boolean"
},
"dim_w81": {
"type":... | {"field_d11": "https://data.com/v1", "col_c82": "https://example.com", "col_q15": {"col_q60": false, "dim_w81": 748.19, "attr_o60": "PASS"}, "field_b57": null, "extra_field_6727": true} | Unknown field 'extra_field_6727' not defined in schema | {"field_d11":"https://data.com/v1","col_c82":"https://example.com","col_q15":{"col_q60":false,"dim_w81":748.19,"attr_o60":"PASS"},"field_b57":null} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string REQUIRED no
FIELD length TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD ward.active TYPE string REQUIRED no
FIELD ward.compound TYPE integer REQUIRED yes
FIELD ward.status TYPE string_date-time REQUIRED yes
FIELD ward.image_url TYPE... | {"due_date":"QC-07","length":"mode_c","ward":{"active":"hello","compound":218,"status":"2023-04-03T04:03:00Z","image_url":true}} | invalid_enum | {
"type": "object",
"properties": {
"due_date": {
"type": "string"
},
"length": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"ward": {
"type": "object",
"properties": {
"act... | {"due_date": "QC-07", "length": "invalid_option_684", "ward": {"active": "hello", "compound": 218, "status": "2023-04-03T04:03:00Z", "image_url": true}} | Field 'length' has invalid enum value 'invalid_option_684', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e'] | {"due_date":"QC-07","length":"mode_c","ward":{"active":"hello","compound":218,"status":"2023-04-03T04:03:00Z","image_url":true}} |
TASK repair_structured_output
SPEC
FIELD key_z14 TYPE string REQUIRED no
FIELD key_n47 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD col_g23 TYPE integer REQUIRED no
FIELD val_k16.prop_z79 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_k16.key_u29 TYPE string REQUIRED ye... | {"key_z14":"REV","key_n47":"type_d","param_m65":817} | single_quotes | {
"type": "object",
"properties": {
"key_z14": {
"type": "string"
},
"key_n47": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"col_g23": {
"type": "integer"
},
"val_k16": {
"... | {'key_z14':'REV','key_n47':'type_d','param_m65':817} | Expecting property name enclosed in double quotes | {"key_z14":"REV","key_n47":"type_d","param_m65":817} |
TASK repair_structured_output
SPEC
FIELD field_q49 TYPE string REQUIRED no
FIELD val_v87 TYPE string REQUIRED no
FIELD col_g74.param_w17 TYPE string REQUIRED yes
FIELD col_g74.col_m94 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD col_g74.dim_d17 TYPE null REQUIRED no
FIELD col_g74.dim_c71 TYPE string REQUIRED ... | {"col_g74":{"param_w17":"test@example.com","col_m94":"level_1","dim_d17":null,"field_u21":"mode_a"},"attr_n43":964.16,"param_w23":767,"col_r82":true} | missing_brace | {
"type": "object",
"properties": {
"field_q49": {
"type": "string"
},
"val_v87": {
"type": "string"
},
"col_g74": {
"type": "object",
"properties": {
"param_w17": {
"type": "string"
},
"col_m94": {
"type": "string",
"... | {"col_g74":{"param_w17":"test@example.com","col_m94":"level_1","dim_d17":null,"field_u21":"mode_a"},"attr_n43":964.16,"param_w23":767,"col_r82":true | Missing closing brace | {"col_g74":{"param_w17":"test@example.com","col_m94":"level_1","dim_d17":null,"field_u21":"mode_a"},"attr_n43":964.16,"param_w23":767,"col_r82":true} |
TASK repair_structured_output
SPEC
FIELD attr_t96 TYPE integer REQUIRED no
FIELD dim_t21 TYPE integer REQUIRED yes
FIELD attr_s97 TYPE integer REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: check_cargo_manifest
Result: {"attr_s97": 726}
I'll query our database.
Action: query_port_status
Result: | {"dim_t21":659,"attr_s97":726} | agent_chain | {
"type": "object",
"properties": {
"attr_t96": {
"type": "integer"
},
"dim_t21": {
"type": "integer"
},
"attr_s97": {
"type": "integer"
}
},
"required": [
"dim_t21"
]
} | Let me check the system.
Action: check_cargo_manifest
Result: {"attr_s97": 726}
I'll query our database.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"dim_t21":659,"attr_s97":726} |
TASK repair_structured_output
SPEC
FIELD thumbnail.latitude TYPE string REQUIRED yes
FIELD thumbnail.salinity TYPE string REQUIRED yes
FIELD thumbnail.amount TYPE string REQUIRED yes
FIELD shipping TYPE string REQUIRED no
FIELD label TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD procedure_code TYPE st... | {"thumbnail":{"latitude":"Jane","salinity":"baz","amount":"GRCh38"},"shipping":"bar","label":"enterprise","procedure_code":"test","hazmat_code":"JPY","gene_id":{"batch_code":"Maria","berth_slot":"admin","timezone":"Tokyo"},"due_date":{"height":"Paris","language":true,"count":341},"city":648} | markdown_fences | {
"type": "object",
"properties": {
"thumbnail": {
"type": "object",
"properties": {
"latitude": {
"type": "string"
},
"salinity": {
"type": "string"
},
"amount": {
"type": "string"
}
},
"required": [
"... | ```json
{"thumbnail":{"latitude":"Jane","salinity":"baz","amount":"GRCh38"},"shipping":"bar","label":"enterprise","procedure_code":"test","hazmat_code":"JPY","gene_id":{"batch_code":"Maria","berth_slot":"admin","timezone":"Tokyo"},"due_date":{"height":"Paris","language":true,"count":341},"city":648}
``` | Output contains markdown code fences | {"thumbnail":{"latitude":"Jane","salinity":"baz","amount":"GRCh38"},"shipping":"bar","label":"enterprise","procedure_code":"test","hazmat_code":"JPY","gene_id":{"batch_code":"Maria","berth_slot":"admin","timezone":"Tokyo"},"due_date":{"height":"Paris","language":true,"count":341},"city":648} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD freight_class TYPE boolean REQUIRED no
FIELD isotope TYPE string REQUIRED no
BROKEN_OUTPUT
{"allele": null, "freight_class": true} | {"allele":"intermittent","freight_class":true} | null_required | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"freight_class": {
"type": "boolean"
},
"isotope": {
"type": "string"
}
},
"required": [
"allele"
]
} | {"allele": null, "freight_class": true} | Required field 'allele' is null | {"allele":"intermittent","freight_class":true} |
TASK repair_structured_output
SPEC
FIELD val_b21 TYPE integer REQUIRED no
FIELD dim_s62 TYPE integer REQUIRED no
FIELD attr_q70 TYPE integer REQUIRED yes
FIELD param_i80 TYPE string REQUIRED no
FIELD key_h56 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"val_b21":511,"dim_s62":729,"attr_q70":377,"param_i80":"user@domain.co... | {"val_b21":511,"dim_s62":729,"attr_q70":377,"param_i80":"user@domain.com","key_h56":false} | truncated_object | {
"type": "object",
"properties": {
"val_b21": {
"type": "integer"
},
"dim_s62": {
"type": "integer"
},
"attr_q70": {
"type": "integer"
},
"param_i80": {
"type": "string"
},
"key_h56": {
"type": "boolean"
}
},
"required": [
"attr_q70"
]... | {"val_b21":511,"dim_s62":729,"attr_q70":377,"param_i80":"user@domain.com","key_h56":false | Unexpected end of JSON input — truncated object | {"val_b21":511,"dim_s62":729,"attr_q70":377,"param_i80":"user@domain.com","key_h56":false} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE integer REQUIRED no
FIELD decay_rate TYPE integer REQUIRED no
FIELD brake_pressure TYPE string REQUIRED no
FIELD velocity TYPE string REQUIRED yes
FIELD manifest_ref TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD salinity TYPE string VAL... | {"frequency_hz":837,"brake_pressure":"GRCh38","velocity":"hello","manifest_ref":"closed","salinity":"oceanic"} | truncated_array | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "integer"
},
"decay_rate": {
"type": "integer"
},
"brake_pressure": {
"type": "string"
},
"velocity": {
"type": "string"
},
"manifest_ref": {
"type": "string",
"enum": [
"ope... | {"frequency_hz":837,"brake_pressure":"GRCh38","velocity":"hello","manifest_ref":"closed","salinity":"oceanic" | Unexpected end of JSON input — truncated object | {"frequency_hz":837,"brake_pressure":"GRCh38","velocity":"hello","manifest_ref":"closed","salinity":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE number REQUIRED no
FIELD pressure_kpa TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD step.end_date TYPE string_uri REQUIRED no
FIELD step.address TYPE number REQUIRED no
FIELD step.title TYPE string REQUIRED no
FIELD step.invoice_id TYPE string VA... | {"ph_level":714.7,"pressure_kpa":"enterprise","step":{"end_date":"https://data.org/v1","address":165.06,"title":"PASS","invoice_id":"rejected","gene_id":"John","branch":"underway","coverage":{"bed_number":"cancelled","length":911,"footnote":["medium","large"],"order_id":["A short description.","Hapag-Lloyd-Express","ca... | thought_process | {
"type": "object",
"properties": {
"ph_level": {
"type": "number"
},
"pressure_kpa": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"step": {
"type": "object",
"properties": {
"end_date": {
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"ph_level":714.7,"pressure_kpa":"enterprise","step":{"end_date":"https://data.org/v1","address":165.06,"title":"PASS","invoice_id":"rejected","gene_id":"John","branch":"underway","coverage":{... | Output contains chain-of-thought reasoning before JSON | {"ph_level":714.7,"pressure_kpa":"enterprise","step":{"end_date":"https://data.org/v1","address":165.06,"title":"PASS","invoice_id":"rejected","gene_id":"John","branch":"underway","coverage":{"bed_number":"cancelled","length":911,"footnote":["medium","large"],"order_id":["A short description.","Hapag-Lloyd-Express","ca... |
TASK repair_structured_output
SPEC
FIELD col_y11 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD val_s75 TYPE integer REQUIRED no
FIELD val_y74 TYPE string REQUIRED yes
FIELD key_r65 TYPE integer REQUIRED yes
FIELD prop_w37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
BROKEN_OUTPUT
<function... | {"col_y11":"mode_b","val_s75":132,"val_y74":"test","key_r65":628,"prop_w37":"mode_b"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_y11": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"val_s75": {
"type": "integer"
},
"val_y74": {
"type": "string"
},
"key_r65": {
"type": "integer"
},
"prop_w3... | <functioncall> validate_sample
{col_y11: "mode_b", val_s75: 132, val_y74: "test", key_r65: 628, prop_w37: "mode_b"} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_y11":"mode_b","val_s75":132,"val_y74":"test","key_r65":628,"prop_w37":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD attr_d04 TYPE integer REQUIRED yes
FIELD col_p31 TYPE integer REQUIRED yes
FIELD val_t11 TYPE string REQUIRED yes
FIELD attr_t25 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
BROKEN_OUTPUT
```json
{"attr_d04":644,"col_p31":575,"val_t11":"2024-01-15","attr_t25":... | {"attr_d04":644,"col_p31":575,"val_t11":"2024-01-15","attr_t25":"arctic"} | markdown_fences | {
"type": "object",
"properties": {
"attr_d04": {
"type": "integer"
},
"col_p31": {
"type": "integer"
},
"val_t11": {
"type": "string"
},
"attr_t25": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | ```json
{"attr_d04":644,"col_p31":575,"val_t11":"2024-01-15","attr_t25":"arctic"}
``` | Output contains markdown code fences | {"attr_d04":644,"col_p31":575,"val_t11":"2024-01-15","attr_t25":"arctic"} |
TASK repair_structured_output
SPEC
FIELD col_b21 TYPE string VALUES single|married|divorced REQUIRED no
FIELD key_h39 TYPE integer REQUIRED no
FIELD attr_d61.param_r86 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_d61.attr_d80 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIEL... | {"col_b21":"married","key_h39":588,"attr_d61":{"param_r86":"offline","attr_d80":"BRL","dim_w80":{"key_o70":732.62,"attr_y61":"Smith","attr_o99":"pending","field_k84":[613.48,418.8],"field_u76":["type_b","type_a"]}}} | number_with_unit | {
"type": "object",
"properties": {
"col_b21": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_h39": {
"type": "integer"
},
"attr_d61": {
"type": "object",
"properties": {
"param_r86": {
"type":... | {"col_b21": "married", "key_h39": "588kg", "attr_d61": {"param_r86": "offline", "attr_d80": "BRL", "dim_w80": {"key_o70": 732.62, "attr_y61": "Smith", "attr_o99": "pending", "field_k84": [613.48, 418.8], "field_u76": ["type_b", "type_a"]}}} | Field 'key_h39' must be number, got string with unit | {"col_b21":"married","key_h39":588,"attr_d61":{"param_r86":"offline","attr_d80":"BRL","dim_w80":{"key_o70":732.62,"attr_y61":"Smith","attr_o99":"pending","field_k84":[613.48,418.8],"field_u76":["type_b","type_a"]}}} |
TASK repair_structured_output
SPEC
FIELD attr_z21 TYPE string_date-time REQUIRED no
FIELD param_b58 TYPE string_date-time REQUIRED yes
FIELD col_h03 TYPE string_email REQUIRED yes
FIELD key_g40.field_n93 TYPE string REQUIRED yes
FIELD key_g40.dim_m44 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_g40.v... | {"param_b58":"2023-07-06T11:15:00Z","col_h03":"ops@domain.org","key_g40":{"field_n93":"Bob","val_c79":"cat_c"},"prop_m30":"Smith","dim_j43":395} | partial_structure | {
"type": "object",
"properties": {
"attr_z21": {
"type": "string",
"format": "date-time"
},
"param_b58": {
"type": "string",
"format": "date-time"
},
"col_h03": {
"type": "string",
"format": "email"
},
"key_g40": {
"type": "object",
"prope... | I found that key_g40 should be {'field_n93': 'Bob', 'val_c79': 'cat_c'}. {"param_b58":"2023-07-06T11:15:00Z","col_h03":"ops@domain.org","key_g40":{"field_n93":"Bob","val_c79":"cat_c"},"prop_m30":"Smith","dim_j43":395} | Output mixes natural language with JSON | {"param_b58":"2023-07-06T11:15:00Z","col_h03":"ops@domain.org","key_g40":{"field_n93":"Bob","val_c79":"cat_c"},"prop_m30":"Smith","dim_j43":395} |
TASK repair_structured_output
SPEC
FIELD attr_t02 TYPE null REQUIRED no
FIELD attr_e74.val_z58 TYPE boolean REQUIRED yes
FIELD attr_e74.field_e74 TYPE string REQUIRED yes
FIELD attr_e74.col_j00 TYPE string REQUIRED no
FIELD attr_e74.attr_k14[] TYPE string REQUIRED yes
FIELD field_s26 TYPE boolean REQUIRED yes
BROKEN_... | {"attr_t02":null,"attr_e74":{"val_z58":false,"field_e74":"John","col_j00":"world","attr_k14":["baz","Santos","A short description.","John"]},"field_s26":false} | wrong_type | {
"type": "object",
"properties": {
"attr_t02": {
"type": "null"
},
"attr_e74": {
"type": "object",
"properties": {
"val_z58": {
"type": "boolean"
},
"field_e74": {
"type": "string"
},
"col_j00": {
"type": "string"
... | {"attr_t02": null, "attr_e74": {"val_z58": false, "field_e74": "John", "col_j00": "world", "attr_k14": ["baz", "Santos", "A short description.", "John"]}, "field_s26": "\"no\""} | Field 'field_s26' must be boolean, got string | {"attr_t02":null,"attr_e74":{"val_z58":false,"field_e74":"John","col_j00":"world","attr_k14":["baz","Santos","A short description.","John"]},"field_s26":false} |
TASK repair_structured_output
SPEC
FIELD col_y02 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_x50 TYPE string_email REQUIRED yes
FIELD prop_f73 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD val_c72 TYPE string_email REQUIRED yes
FIELD val_t77 TYPE number REQUIRED no
FIELD key... | {"col_y02":"option_a","field_x50":"admin@example.com","prop_f73":"type_b","val_c72":"info@test.io","val_t77":808.38,"key_p16":"ops@test.io"} | markdown_explanation | {
"type": "object",
"properties": {
"col_y02": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"field_x50": {
"type": "string",
"format": "email"
},
"prop_f73": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | Here's the structured output:
```json
{"col_y02":"option_a","field_x50":"admin@example.com","prop_f73":"type_b","val_c72":"info@test.io","val_t77":808.38,"key_p16":"ops@test.io"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"col_y02":"option_a","field_x50":"admin@example.com","prop_f73":"type_b","val_c72":"info@test.io","val_t77":808.38,"key_p16":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string REQUIRED yes
FIELD loan_amount.image_url TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD loan_amount.account_id TYPE integer REQUIRED yes
FIELD loan_amount.description[].manifest_ref TYPE string VALUES draft|published|archived REQUIRED yes
FIELD loa... | {"bearing":"Oliveira","loan_amount":{"image_url":"EUR","account_id":388,"description":[{"manifest_ref":"archived","turbidity":"email","brake_pressure":"closed"},{"manifest_ref":"archived","turbidity":"push"},{"manifest_ref":"archived"},{"manifest_ref":"published","turbidity":"phone"}],"trace_id":[{"status":false,"forma... | agent_chain | {
"type": "object",
"properties": {
"bearing": {
"type": "string"
},
"loan_amount": {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | Let me check the system.
Action: apply_discount
Result: {"bearing": "Oliveira", "loan_amount": {"image_url": "EUR", "account_id": 388, "description": [{"manifest_ref": "archived", "turbidity": "email", "brake_pressure": "closed"}, {"manifest_ref": "archived", "turbidity": "push"}, {"manifest_ref": "archived"}, {"manife... | Agent multi-step chain with truncated tool output | {"bearing":"Oliveira","loan_amount":{"image_url":"EUR","account_id":388,"description":[{"manifest_ref":"archived","turbidity":"email","brake_pressure":"closed"},{"manifest_ref":"archived","turbidity":"push"},{"manifest_ref":"archived"},{"manifest_ref":"published","turbidity":"phone"}],"trace_id":[{"status":false,"forma... |
TASK repair_structured_output
SPEC
FIELD param_j32 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD field_m61 TYPE string REQUIRED yes
FIELD field_m02.dim_n33 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD field_m02.key_w04 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_m02.key_l1... | {"param_j32":"type_c","field_m61":"Bob","attr_l39":{"attr_h92":true,"key_t91":null,"col_m44":false,"val_h20":["Paris","https://api.example.com/v1","2024-06-30","Johnson"]}} | agent_chain | {
"type": "object",
"properties": {
"param_j32": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"field_m61": {
"type": "string"
},
"field_m02": {
"type": "object",
"properties": {
"dim_n33": {
"type": ... | I need to look up the information first.
Action: calibrate_instrument
Result: {"param_j32": "type_c", "attr_l39": {"attr_h92": true, "key_t91": null, "col_m44": false, "val_h20": ["Paris", "https://api.example.com/v1", "2024-06-30", "Johnson"]}}
I'll query our database.
Action: verify_hazmat_compliance
Result: | Agent multi-step chain with truncated tool output | {"param_j32":"type_c","field_m61":"Bob","attr_l39":{"attr_h92":true,"key_t91":null,"col_m44":false,"val_h20":["Paris","https://api.example.com/v1","2024-06-30","Johnson"]}} |
TASK repair_structured_output
SPEC
FIELD state TYPE boolean REQUIRED yes
FIELD status_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD cargo_type TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD start_date TYPE string VALUES red|blue|green|black|white REQU... | {"state":true,"status_code":"homozygous","cargo_type":"option_b","start_date":"black","amplitude":265} | tool_call_text_mix | {
"type": "object",
"properties": {
"state": {
"type": "boolean"
},
"status_code": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"cargo_type": {
"type": "string",
"enum": [
"option_a",
"op... | Processing the request now.
<tool_call name="create_ticket">
{"state":true,"status_code":"homozygous","cargo_type":"option_b","start_date":"black","amplitude":265}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"state":true,"status_code":"homozygous","cargo_type":"option_b","start_date":"black","amplitude":265} |
TASK repair_structured_output
SPEC
FIELD attr_b59.val_g71 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_b59.dim_m65 TYPE string REQUIRED no
FIELD attr_b59.attr_u02.dim_u61 TYPE string_email REQUIRED no
FIELD attr_b59.attr_u02.field_k03 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD at... | {"attr_b59":{"val_g71":"email","dim_m65":"bar","attr_u02":{"dim_u61":"test@domain.org","field_k03":"critical"},"prop_l14":null},"col_g63":289,"key_s06":"https://www.org/v1","dim_m66":"closed","field_f98":"user@example.com","param_e51":"qux"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_b59": {
"type": "object",
"properties": {
"val_g71": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"dim_m65": {
"type": "stri... | <functioncall> align_reads
{attr_b59: {val_g71: "email", dim_m65: "bar", attr_u02: {dim_u61: "test@domain.org", field_k03: "critical"}, prop_l14: null}, col_g63: 289, key_s06: "https://www.org/v1", dim_m66: "closed", field_f98: "user@example.com", param_e51: "qux"} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_b59":{"val_g71":"email","dim_m65":"bar","attr_u02":{"dim_u61":"test@domain.org","field_k03":"critical"},"prop_l14":null},"col_g63":289,"key_s06":"https://www.org/v1","dim_m66":"closed","field_f98":"user@example.com","param_e51":"qux"} |
TASK repair_structured_output
SPEC
FIELD dim_c54 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_r18 TYPE string REQUIRED no
FIELD field_g68 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_b59.col_m39 TYPE string REQUIRED yes
FIELD col_b59.attr_p32 TYPE string_uri REQUIRED no
FIELD col_b59.... | {"dim_c54":"admin","col_r18":"PASS","field_g68":"sms","col_b59":{"col_m39":"2024-06-30","attr_p32":"https://api.com/data","prop_w62":"2026-01-07T03:53:00Z","val_i55":null,"col_c23":"test","col_n19":847},"dim_g63":{"dim_e41":"in_progress","param_v59":{"key_s50":"phone","dim_z15":"Oliveira","param_x81":"blue","prop_d92":... | agent_chain | {
"type": "object",
"properties": {
"dim_c54": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_r18": {
"type": "string"
},
"field_g68": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
... | I need to look up the information first.
Action: update_record
Result: {"dim_c54": "admin", "field_g68": "sms", "col_b59": {"col_m39": "2024-06-30", "attr_p32": "https://api.com/data", "prop_w62": "2026-01-07T03:53:00Z", "val_i55": null, "col_c23": "test", "col_n19": 847}, "dim_g63": {"dim_e41": "in_progress", "param_v... | Agent multi-step chain with truncated tool output | {"dim_c54":"admin","col_r18":"PASS","field_g68":"sms","col_b59":{"col_m39":"2024-06-30","attr_p32":"https://api.com/data","prop_w62":"2026-01-07T03:53:00Z","val_i55":null,"col_c23":"test","col_n19":847},"dim_g63":{"dim_e41":"in_progress","param_v59":{"key_s50":"phone","dim_z15":"Oliveira","param_x81":"blue","prop_d92":... |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD nickname TYPE integer REQUIRED no
FIELD torque_output TYPE number REQUIRED no
FIELD section TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD created_at.version.options ... | {"commit_hash":"error","nickname":350,"section":"pending_review","created_at":{"version":{"options":"new","created_at":"Alice","phone":"sms","latitude":"2023-12-15T18:04:00Z"},"velocity":false,"salinity":"published"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"nickname": {
"type": "integer"
},
"torque_output": {
"type": "number"
},
"section": {
"type": "... | I need to look up the information first.
<tool_call name="create_order">
{"commit_hash":"error","nickname":350,"section":"pending_review","created_at":{"version":{"options":"new","created_at":"Alice","phone":"sms","latitude":"2023-12-15T18:04:00Z"},"velocity":false,"salinity":"published"}}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"commit_hash":"error","nickname":350,"section":"pending_review","created_at":{"version":{"options":"new","created_at":"Alice","phone":"sms","latitude":"2023-12-15T18:04:00Z"},"velocity":false,"salinity":"published"}} |
TASK repair_structured_output
SPEC
FIELD col_m46 TYPE integer REQUIRED yes
FIELD val_s01.dim_b29 TYPE integer REQUIRED yes
FIELD val_s01.col_p41 TYPE integer REQUIRED no
FIELD val_s01.val_e25[] TYPE boolean REQUIRED no
FIELD field_s93 TYPE null REQUIRED no
FIELD prop_d88 TYPE integer REQUIRED no
FIELD attr_c78 TYPE nu... | {"col_m46":677,"prop_d88":74,"val_h05":{"prop_w98":"level_4","dim_a68":"draft","val_h42":"moored","val_c66":[null,null,null],"col_w97":["2025-03-06T16:37:00Z","2021-12-17T05:02:00Z","2026-01-08T02:52:00Z","2020-02-13T12:04:00Z"]}} | single_quotes | {
"type": "object",
"properties": {
"col_m46": {
"type": "integer"
},
"val_s01": {
"type": "object",
"properties": {
"dim_b29": {
"type": "integer"
},
"col_p41": {
"type": "integer"
},
"val_e25": {
"type": "array",
... | {'col_m46':677,'prop_d88':74,'val_h05':{'prop_w98':'level_4','dim_a68':'draft','val_h42':'moored','val_c66':[null,null,null],'col_w97':['2025-03-06T16:37:00Z','2021-12-17T05:02:00Z','2026-01-08T02:52:00Z','2020-02-13T12:04:00Z']}} | Expecting property name enclosed in double quotes | {"col_m46":677,"prop_d88":74,"val_h05":{"prop_w98":"level_4","dim_a68":"draft","val_h42":"moored","val_c66":[null,null,null],"col_w97":["2025-03-06T16:37:00Z","2021-12-17T05:02:00Z","2026-01-08T02:52:00Z","2020-02-13T12:04:00Z"]}} |
TASK repair_structured_output
SPEC
FIELD index TYPE integer REQUIRED yes
FIELD tax TYPE string REQUIRED yes
FIELD description TYPE integer REQUIRED no
FIELD start_date TYPE integer REQUIRED yes
FIELD item_id TYPE string REQUIRED yes
BROKEN_OUTPUT
{"index":185,"tax":"MV-Evergreen-01","description":191,"start_date":51,... | {"index":185,"tax":"MV-Evergreen-01","description":191,"start_date":51,"item_id":"Maria"} | truncated_object | {
"type": "object",
"properties": {
"index": {
"type": "integer"
},
"tax": {
"type": "string"
},
"description": {
"type": "integer"
},
"start_date": {
"type": "integer"
},
"item_id": {
"type": "string"
}
},
"required": [
"index",
"ite... | {"index":185,"tax":"MV-Evergreen-01","description":191,"start_date":51,"item_id":"Maria" | Unexpected end of JSON input — truncated object | {"index":185,"tax":"MV-Evergreen-01","description":191,"start_date":51,"item_id":"Maria"} |
TASK repair_structured_output
SPEC
FIELD size TYPE integer REQUIRED no
FIELD state TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD chapter TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD compound TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"state":"medium","compound":"https://data.io/v1" | {"state":"medium","compound":"https://data.io/v1"} | truncated_object | {
"type": "object",
"properties": {
"size": {
"type": "integer"
},
"state": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"chapter": {
"type": "string",
"enum": [
"email",
"phone",
"... | {"state":"medium","compound":"https://data.io/v1" | Unexpected end of JSON input — truncated object | {"state":"medium","compound":"https://data.io/v1"} |
TASK repair_structured_output
SPEC
FIELD key_y63 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_w88 TYPE integer REQUIRED no
FIELD key_u05 TYPE number REQUIRED yes
FIELD prop_w37 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"key_y63":"frameshift","field_w88":806,"key_u05":433.14,"prop_... | {"key_y63":"frameshift","field_w88":806,"key_u05":433.14,"prop_w37":"Maria"} | truncated_object | {
"type": "object",
"properties": {
"key_y63": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_w88": {
"type": "integer"
},
"key_u05": {
"type": "number"
},
"prop_w37": {
"typ... | {"key_y63":"frameshift","field_w88":806,"key_u05":433.14,"prop_w37":"Maria" | Unexpected end of JSON input — truncated object | {"key_y63":"frameshift","field_w88":806,"key_u05":433.14,"prop_w37":"Maria"} |
TASK repair_structured_output
SPEC
FIELD state TYPE string_date-time REQUIRED no
FIELD credit_score.nickname TYPE string REQUIRED yes
FIELD credit_score.state TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD credit_score.umi TYPE string VALUES type_a|type_b REQUIRED no
FIELD credit_score.log_level.sensor_id TY... | {"credit_score":{"nickname":"user@domain.com","state":"JPY","umi":"type_a","log_level":{"sensor_id":"success","bearing":"Maria","longitude":"Paris","yield_pct":"PASS"}},"paragraph":{"currency":"type_c","repository":"Santos","city":"viewer"},"url":511,"catalyst":{"zip_code":"Oliveira","items":{"bearing":"cat_d","collate... | number_with_unit | {
"type": "object",
"properties": {
"state": {
"type": "string",
"format": "date-time"
},
"credit_score": {
"type": "object",
"properties": {
"nickname": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
... | {"credit_score": {"nickname": "user@domain.com", "state": "JPY", "umi": "type_a", "log_level": {"sensor_id": "success", "bearing": "Maria", "longitude": "Paris", "yield_pct": "PASS"}}, "paragraph": {"currency": "type_c", "repository": "Santos", "city": "viewer"}, "url": "511kg", "catalyst": {"zip_code": "Oliveira", "it... | Field 'url' must be number, got string with unit | {"credit_score":{"nickname":"user@domain.com","state":"JPY","umi":"type_a","log_level":{"sensor_id":"success","bearing":"Maria","longitude":"Paris","yield_pct":"PASS"}},"paragraph":{"currency":"type_c","repository":"Santos","city":"viewer"},"url":511,"catalyst":{"zip_code":"Oliveira","items":{"bearing":"cat_d","collate... |
TASK repair_structured_output
SPEC
FIELD coverage TYPE string REQUIRED no
FIELD manifest_ref TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD label TYPE string_uri REQUIRED yes
FIELD yield_pct TYPE string_uri REQUIRED no
FIELD item_id TYPE boolean REQUIRED no
FIELD country TYPE string REQUIRED n... | {"coverage":"demo","manifest_ref":"mode_a","label":"https://data.com/data","yield_pct":"https://data.com/api","country":"Berlin"} | missing_bracket | {
"type": "object",
"properties": {
"coverage": {
"type": "string"
},
"manifest_ref": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"label": {
"type": "string",
"format": "uri"
}... | {"coverage":"demo","manifest_ref":"mode_a","label":"https://data.com/data","yield_pct":"https://data.com/api","country":"Berlin"} | Missing closing bracket | {"coverage":"demo","manifest_ref":"mode_a","label":"https://data.com/data","yield_pct":"https://data.com/api","country":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE integer REQUIRED no
FIELD language TYPE boolean REQUIRED no
FIELD section TYPE integer REQUIRED no
FIELD image_url.interest_rate TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD image_url.rating TYPE string VALUES pending_review|confirmed|rejected|escalated... | {"section":228,"image_url":{"interest_rate":"cat_a","vessel_name":"qux","invoice_id":"option_a","features":false,"label":"2024-07-18T08:10:00Z"},"updated_at":{"cargo_type":"approved","age":"Silva","quantity":"Tokyo","shipper_ref":884}} | number_with_unit | {
"type": "object",
"properties": {
"due_date": {
"type": "integer"
},
"language": {
"type": "boolean"
},
"section": {
"type": "integer"
},
"image_url": {
"type": "object",
"properties": {
"interest_rate": {
"type": "string",
"enu... | {"section": "228sec", "image_url": {"interest_rate": "cat_a", "vessel_name": "qux", "invoice_id": "option_a", "features": false, "label": "2024-07-18T08:10:00Z"}, "updated_at": {"cargo_type": "approved", "age": "Silva", "quantity": "Tokyo", "shipper_ref": 884}} | Field 'section' must be number, got string with unit | {"section":228,"image_url":{"interest_rate":"cat_a","vessel_name":"qux","invoice_id":"option_a","features":false,"label":"2024-07-18T08:10:00Z"},"updated_at":{"cargo_type":"approved","age":"Silva","quantity":"Tokyo","shipper_ref":884}} |
TASK repair_structured_output
SPEC
FIELD address TYPE string_uri REQUIRED yes
FIELD barcode TYPE string REQUIRED no
FIELD age TYPE number REQUIRED no
FIELD footnote.state TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD footnote.credit_score TYPE string REQUIRED no
FIELD footnote.sensor_id TYPE ... | {"address":"https://www.io/v1","barcode":"FWD","age":211.87} | partial_structure | {
"type": "object",
"properties": {
"address": {
"type": "string",
"format": "uri"
},
"barcode": {
"type": "string"
},
"age": {
"type": "number"
},
"footnote": {
"type": "object",
"properties": {
"state": {
"type": "string",
... | The barcode is FWD and {"address":"https://www.io/v1","barcode":"FWD","age":211.87} | Output mixes natural language with JSON | {"address":"https://www.io/v1","barcode":"FWD","age":211.87} |
TASK repair_structured_output
SPEC
FIELD col_d26 TYPE string REQUIRED no
FIELD field_y34 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_k07 TYPE number REQUIRED yes
FIELD key_x43.dim_e07.param_b86 TYPE string VALUES draft|published|archived REQUIRED no
FIELD key_x43.dim_e07.col_s31 TYPE str... | {"col_d26":"Hapag-Lloyd-Express","field_y34":"new","col_k07":753.98,"key_x43":{"dim_e07":{"param_b86":"archived","col_s31":"Tokyo","prop_r78":null},"val_a31":"Silva","key_x62":null,"field_v52":"active","param_c18":"2023-12-25","col_h41":null},"attr_z50":37,"param_m92":448.88} | number_with_unit | {
"type": "object",
"properties": {
"col_d26": {
"type": "string"
},
"field_y34": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_k07": {
"type": "number"
},
"key_x43": {
"type": "obj... | {"col_d26": "Hapag-Lloyd-Express", "field_y34": "new", "col_k07": "753.98px", "key_x43": {"dim_e07": {"param_b86": "archived", "col_s31": "Tokyo", "prop_r78": null}, "val_a31": "Silva", "key_x62": null, "field_v52": "active", "param_c18": "2023-12-25", "col_h41": null}, "attr_z50": 37, "param_m92": 448.88} | Field 'col_k07' must be number, got string with unit | {"col_d26":"Hapag-Lloyd-Express","field_y34":"new","col_k07":753.98,"key_x43":{"dim_e07":{"param_b86":"archived","col_s31":"Tokyo","prop_r78":null},"val_a31":"Silva","key_x62":null,"field_v52":"active","param_c18":"2023-12-25","col_h41":null},"attr_z50":37,"param_m92":448.88} |
TASK repair_structured_output
SPEC
FIELD prop_i55 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_o35 TYPE integer REQUIRED yes
FIELD field_e08 TYPE boolean REQUIRED no
FIELD key_a21 TYPE string_email REQUIRED no
FIELD prop_f27 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the informatio... | {"prop_i55":"low","col_o35":123,"field_e08":false,"key_a21":"info@test.io","prop_f27":980} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_i55": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_o35": {
"type": "integer"
},
"field_e08": {
"type": "boolean"
},
"key_a21": {
"type": "string",
... | I need to look up the information first.
Action: track_vessel
Arguments: {"prop_i55": "low", "col_o35": 123, "field_e08": false, "key_a21": "info@test.io"} | Agent tool call missing required parameter 'prop_f27' | {"prop_i55":"low","col_o35":123,"field_e08":false,"key_a21":"info@test.io","prop_f27":980} |
TASK repair_structured_output
SPEC
FIELD val_y14 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD col_p06 TYPE integer REQUIRED yes
FIELD field_o54.param_g26 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD field_o54.attr_s85 TYPE string REQUIRED yes
FIELD field_o54.col_q22 TYPE string VALUES synonymous|miss... | {"val_y14":"type_a","col_p06":444,"field_o54":{"param_g26":"cat_b","attr_s85":"demo","col_q22":"missense"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_y14": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"col_p06": {
"type": "integer"
},
"field_o54": {
"type": "object",
"properties": {
"param_g26": {
"type": "... | I need to look up the information first.
<tool_call name="queue_sequencing_run">
{"val_y14":"type_a","col_p06":444,"field_o54":{"param_g26":"cat_b","attr_s85":"demo","col_q22":"missense"}}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"val_y14":"type_a","col_p06":444,"field_o54":{"param_g26":"cat_b","attr_s85":"demo","col_q22":"missense"}} |
TASK repair_structured_output
SPEC
FIELD attr_p00 TYPE string REQUIRED yes
FIELD col_w04 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_m84 TYPE string REQUIRED yes
FIELD param_x53 TYPE string REQUIRED no
FIELD col_i13[].col_b86 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
... | {"attr_p00":"sample","col_w04":"phone","field_m84":"example","col_i13":[{"col_b86":"nonsense","param_p91":386,"dim_v38":90,"field_j45":"cancelled","field_y90":"2024-06-30"},{"col_b86":"nonsense","param_p91":342,"dim_v38":343,"field_j45":"example","field_y90":"approved","param_f79":804.24},{"col_b86":"synonymous","param... | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_p00": {
"type": "string"
},
"col_w04": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_m84": {
"type": "string"
},
"param_x53": {
"type": "string"
}... | <functioncall> call_variants
{attr_p00: "sample", col_w04: "phone", field_m84: "example", col_i13: [{col_b86: "nonsense", param_p91: 386, dim_v38: 90, field_j45: "cancelled", field_y90: "2024-06-30"}, {col_b86: "nonsense", param_p91: 342, dim_v38: 343, field_j45: "example", field_y90: "approved", param_f79: 804.24}, {c... | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_p00":"sample","col_w04":"phone","field_m84":"example","col_i13":[{"col_b86":"nonsense","param_p91":386,"dim_v38":90,"field_j45":"cancelled","field_y90":"2024-06-30"},{"col_b86":"nonsense","param_p91":342,"dim_v38":343,"field_j45":"example","field_y90":"approved","param_f79":804.24},{"col_b86":"synonymous","param... |
TASK repair_structured_output
SPEC
FIELD key_j12 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_q54 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_v45 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_d59 TYPE string VALUES single|married|divorced REQUIR... | {"key_j12":"hemizygous","prop_d59":"single"} | missing_bracket | {
"type": "object",
"properties": {
"key_j12": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"val_q54": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
... | {"key_j12":"hemizygous","prop_d59":"single"} | Missing closing bracket | {"key_j12":"hemizygous","prop_d59":"single"} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE boolean REQUIRED no
FIELD user_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD role TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD balance TYPE string REQUIRED yes
FIELD berth_slot.bill_of_lading TYPE string... | {"chromosome":false,"user_id":"error","role":"confirmed","balance":"Diana","berth_slot":{"bill_of_lading":"London","amplitude":"https://api.org/api","span_id":730,"total":{"item_id":203,"crew_id":"2020-05-02T23:11:00Z","annotation":"MV-Evergreen-01","total":585,"values":false,"title":"large","state":"baz"},"address":{"... | extra_text_after | {
"type": "object",
"properties": {
"chromosome": {
"type": "boolean"
},
"user_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"role": {
"type": "string",
"enum": [
"pending_review",
... | {"chromosome":false,"user_id":"error","role":"confirmed","balance":"Diana","berth_slot":{"bill_of_lading":"London","amplitude":"https://api.org/api","span_id":730,"total":{"item_id":203,"crew_id":"2020-05-02T23:11:00Z","annotation":"MV-Evergreen-01","total":585,"values":false,"title":"large","state":"baz"},"address":{"... | Output contains non-JSON text after the object | {"chromosome":false,"user_id":"error","role":"confirmed","balance":"Diana","berth_slot":{"bill_of_lading":"London","amplitude":"https://api.org/api","span_id":730,"total":{"item_id":203,"crew_id":"2020-05-02T23:11:00Z","annotation":"MV-Evergreen-01","total":585,"values":false,"title":"large","state":"baz"},"address":{"... |
TASK repair_structured_output
SPEC
FIELD attr_a47 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD param_e71 TYPE string REQUIRED no
FIELD val_c04 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD key_t78 TYPE integer REQUIRED yes
FIELD param_g59 TYPE string VALUES cat_a|cat_b|cat_c|cat_d R... | {"attr_a47":"type_a","param_e71":"bar","val_c04":"level_2","key_t78":540,"param_g59":"cat_b","prop_g80":{"prop_o97":{"val_z46":342.36,"attr_h52":283.01,"dim_q41":454,"dim_l68":"option_c","val_h03":"cat_b","field_p86":null},"key_c17":false,"field_l81":false,"field_t79":"cat_e","val_j13":"option_b","key_n34":215.5,"prop_... | agent_chain | {
"type": "object",
"properties": {
"attr_a47": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"param_e71": {
"type": "string"
},
"val_c04": {
"type": "string",
"enum": [
"level_1",
"le... | I need to look up the information first.
Action: validate_address
Result: {"attr_a47": "type_a", "param_e71": "bar", "val_c04": "level_2", "param_g59": "cat_b", "prop_g80": {"prop_o97": {"val_z46": 342.36, "attr_h52": 283.01, "dim_q41": 454, "dim_l68": "option_c", "val_h03": "cat_b", "field_p86": null}, "key_c17": fals... | Agent multi-step chain with truncated tool output | {"attr_a47":"type_a","param_e71":"bar","val_c04":"level_2","key_t78":540,"param_g59":"cat_b","prop_g80":{"prop_o97":{"val_z46":342.36,"attr_h52":283.01,"dim_q41":454,"dim_l68":"option_c","val_h03":"cat_b","field_p86":null},"key_c17":false,"field_l81":false,"field_t79":"cat_e","val_j13":"option_b","key_n34":215.5,"prop_... |
TASK repair_structured_output
SPEC
FIELD param_x49 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD prop_c73 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_y28 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_s16 TYPE integer REQUIRED no
FIELD val_w64... | {"param_x49":"black","prop_c73":"pending_review","dim_y28":"xl","col_s16":848,"val_w64":"inactive"} | truncated_object | {
"type": "object",
"properties": {
"param_x49": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_c73": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"param_x49":"black","prop_c73":"pending_review","dim_y28":"xl","col_s16":848,"val_w64":"inactive" | Unexpected end of JSON input — truncated object | {"param_x49":"black","prop_c73":"pending_review","dim_y28":"xl","col_s16":848,"val_w64":"inactive"} |
TASK repair_structured_output
SPEC
FIELD size TYPE string VALUES active|inactive|pending REQUIRED no
FIELD chapter TYPE integer REQUIRED yes
FIELD account_id TYPE string REQUIRED yes
FIELD catalyst TYPE string_email REQUIRED yes
FIELD gene_id TYPE string REQUIRED yes
FIELD language TYPE string REQUIRED no
BROKEN_OUTP... | {"size":"pending","chapter":876,"account_id":"Charlie","catalyst":"info@test.io","gene_id":"completed","language":"chrX"} | single_quotes | {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"chapter": {
"type": "integer"
},
"account_id": {
"type": "string"
},
"catalyst": {
"type": "string",
"format":... | {'size':'pending','chapter':876,'account_id':'Charlie','catalyst':'info@test.io','gene_id':'completed','language':'chrX'} | Expecting property name enclosed in double quotes | {"size":"pending","chapter":876,"account_id":"Charlie","catalyst":"info@test.io","gene_id":"completed","language":"chrX"} |
TASK repair_structured_output
SPEC
FIELD param_x76 TYPE string_uri REQUIRED yes
FIELD col_g30.val_e05 TYPE string REQUIRED no
FIELD col_g30.col_r82 TYPE number REQUIRED no
FIELD col_g30.col_n04 TYPE string_email REQUIRED no
FIELD col_g30.param_w54.val_n27 TYPE string REQUIRED yes
FIELD col_g30.param_w54.field_r95 TYPE... | {"param_x76":"https://api.com/data","attr_f32":"FWD","key_s09":"2022-10-20T00:14:00Z","dim_p81":488.17} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_x76": {
"type": "string",
"format": "uri"
},
"col_g30": {
"type": "object",
"properties": {
"val_e05": {
"type": "string"
},
"col_r82": {
"type": "number"
},
"col_n04": {
... | I need to look up the information first.
<tool_call name="create_order">
{"param_x76":"https://api.com/data","attr_f32":"FWD","key_s09":"2022-10-20T00:14:00Z","dim_p81":488.17}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"param_x76":"https://api.com/data","attr_f32":"FWD","key_s09":"2022-10-20T00:14:00Z","dim_p81":488.17} |
TASK repair_structured_output
SPEC
FIELD dim_f37 TYPE string REQUIRED yes
FIELD field_q11 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD param_g95 TYPE integer REQUIRED no
FIELD field_i00 TYPE integer REQUIRED no
FIELD col_x73 TYPE number REQUIRED no
FIELD prop_r30.field_c71 TYPE boolea... | {"dim_f37":"Bob","field_q11":"type_f","field_i00":432,"col_f90":{"attr_c97":"baz","val_r61":"demo","attr_c57":373,"col_k15":"user@domain.org"},"key_o62":{"field_q71":"test","field_e80":"world","field_c86":740.72,"dim_b66":[null,null,null]}} | agent_chain | {
"type": "object",
"properties": {
"dim_f37": {
"type": "string"
},
"field_q11": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"param_g95": {
"type": "integer"
},
... | I need to look up the information first.
Action: transfer_call
Result: {"dim_f37": "Bob", "field_q11": "type_f", "field_i00": 432, "col_f90": {"attr_c97": "baz", "val_r61": "demo", "attr_c57": 373, "col_k15": "user@domain.org"}}
I'll query our database.
Action: check_availability
Result: | Agent multi-step chain with truncated tool output | {"dim_f37":"Bob","field_q11":"type_f","field_i00":432,"col_f90":{"attr_c97":"baz","val_r61":"demo","attr_c57":373,"col_k15":"user@domain.org"},"key_o62":{"field_q71":"test","field_e80":"world","field_c86":740.72,"dim_b66":[null,null,null]}} |
TASK repair_structured_output
SPEC
FIELD dim_s71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_w07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_q57 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
BROKEN_OUTPUT
```json
{"dim_s71":"oceanic","param_w07":... | {"dim_s71":"oceanic","param_w07":"underway","col_q57":"pro"} | markdown_fences | {
"type": "object",
"properties": {
"dim_s71": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_w07": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | ```json
{"dim_s71":"oceanic","param_w07":"underway","col_q57":"pro"}
``` | Output contains markdown code fences | {"dim_s71":"oceanic","param_w07":"underway","col_q57":"pro"} |
TASK repair_structured_output
SPEC
FIELD length TYPE string REQUIRED yes
FIELD half_life TYPE integer REQUIRED yes
FIELD values[].repository TYPE number REQUIRED yes
FIELD values[].version TYPE number REQUIRED yes
FIELD values[].gene_id TYPE number REQUIRED yes
FIELD values[].end_date TYPE array REQUIRED no
BROKEN_OU... | {"length":"cancelled","half_life":206,"values":[{"repository":760.51,"version":871.87,"gene_id":915.98,"end_date":[null,null]},{"repository":76.06,"version":549.8,"gene_id":422.28,"end_date":[null]},{"repository":857.21,"version":997.76,"gene_id":729.74},{"repository":11.91,"version":554.35,"gene_id":778.72,"end_date":... | tool_call_partial_args | {
"type": "object",
"properties": {
"length": {
"type": "string"
},
"half_life": {
"type": "integer"
},
"values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"repository": {
"type": "number"
},
... | I need to look up the information first.
Action: search
Arguments: {"length": "cancelled", "half_life": 206} | Agent tool call missing required parameter 'values' | {"length":"cancelled","half_life":206,"values":[{"repository":760.51,"version":871.87,"gene_id":915.98,"end_date":[null,null]},{"repository":76.06,"version":549.8,"gene_id":422.28,"end_date":[null]},{"repository":857.21,"version":997.76,"gene_id":729.74},{"repository":11.91,"version":554.35,"gene_id":778.72,"end_date":... |
TASK repair_structured_output
SPEC
FIELD run_id.timezone TYPE integer REQUIRED no
FIELD run_id.half_life TYPE string VALUES single|married|divorced REQUIRED yes
FIELD run_id.lane.balance TYPE integer REQUIRED yes
FIELD run_id.lane.count TYPE string_email REQUIRED yes
FIELD run_id.lane.half_life TYPE string VALUES reli... | {"run_id":{"timezone":682,"half_life":"married","lane":{"balance":441,"count":"admin@domain.org","half_life":"intermittent","last_name":"homozygous","transaction_id":"https://example.com"},"image_url":"QC-07"},"feedback":"pending","position":{"start_date":"warning","role":818,"freight_class":null,"item_id":"chr1","alti... | tool_call_partial_args | {
"type": "object",
"properties": {
"run_id": {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"half_life": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
... | Let me check the system.
Action: verify_hazmat_compliance
Arguments: {"run_id": {"timezone": 682, "half_life": "married", "lane": {"balance": 441, "count": "admin@domain.org", "half_life": "intermittent", "last_name": "homozygous", "transaction_id": "https://example.com"}, "image_url": "QC-07"}, "position": {"start_dat... | Agent tool call missing required parameter 'feedback' | {"run_id":{"timezone":682,"half_life":"married","lane":{"balance":441,"count":"admin@domain.org","half_life":"intermittent","last_name":"homozygous","transaction_id":"https://example.com"},"image_url":"QC-07"},"feedback":"pending","position":{"start_date":"warning","role":818,"freight_class":null,"item_id":"chr1","alti... |
TASK repair_structured_output
SPEC
FIELD prop_e94 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD col_r33 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_m73 TYPE string REQUIRED no
FIELD dim_q58 TYPE boolean REQUIRED yes
FIELD val_m93 TYPE string VALUES low|medium|h... | {"prop_e94":"maintenance","col_r33":"pro","field_m73":"Johnson","dim_q58":false,"val_m93":"high"} | boolean_as_string | {
"type": "object",
"properties": {
"prop_e94": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_r33": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterpris... | {"prop_e94": "maintenance", "col_r33": "pro", "field_m73": "Johnson", "dim_q58": "true", "val_m93": "high"} | Field 'dim_q58' must be boolean, got string | {"prop_e94":"maintenance","col_r33":"pro","field_m73":"Johnson","dim_q58":false,"val_m93":"high"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES single|married|divorced REQUIRED no
FIELD age TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD account_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD price TYPE string REQUIRED yes
FIELD umi TYPE string_email REQUIRED no... | {"age":"GBP","account_id":"archived","price":"RTG-04","umi":"test@domain.org","start_date":"sample"} | extra_text_before | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"age": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"... | Here is the response in the requested format:
{"age":"GBP","account_id":"archived","price":"RTG-04","umi":"test@domain.org","start_date":"sample"} | Output contains non-JSON text before the object | {"age":"GBP","account_id":"archived","price":"RTG-04","umi":"test@domain.org","start_date":"sample"} |
TASK repair_structured_output
SPEC
FIELD prop_w16 TYPE number REQUIRED yes
FIELD key_a33 TYPE string REQUIRED no
FIELD prop_f24 TYPE integer REQUIRED no
FIELD dim_t94 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD val_b92.key_q34 TYPE string REQUIRED yes
FIELD val_b92.prop_a15.param_g30 TYPE number REQUIRED yes
FI... | {"prop_w16":406.49,"key_a33":"2024-01-15","prop_f24":151,"dim_t94":"mode_b","field_f45":{"val_u11":"mode_c","attr_b29":281.47,"col_k97":339.44,"key_p54":{"dim_i11":null,"prop_d65":null,"attr_t57":34}}} | thought_process | {
"type": "object",
"properties": {
"prop_w16": {
"type": "number"
},
"key_a33": {
"type": "string"
},
"prop_f24": {
"type": "integer"
},
"dim_t94": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"val_b92": {
"type"... | Processing the request now.
I'll validate against the schema.
{"prop_w16":406.49,"key_a33":"2024-01-15","prop_f24":151,"dim_t94":"mode_b","field_f45":{"val_u11":"mode_c","attr_b29":281.47,"col_k97":339.44,"key_p54":{"dim_i11":null,"prop_d65":null,"attr_t57":34}}} | Output contains chain-of-thought reasoning before JSON | {"prop_w16":406.49,"key_a33":"2024-01-15","prop_f24":151,"dim_t94":"mode_b","field_f45":{"val_u11":"mode_c","attr_b29":281.47,"col_k97":339.44,"key_p54":{"dim_i11":null,"prop_d65":null,"attr_t57":34}}} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD insurance_id TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD bearing TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD url TYPE boolean REQUIRED no
FIELD timezone... | {"salinity":"in_transit","bearing":"intermittent","timezone":"Smith"} | extra_field | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"insurance_id": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
... | {"salinity": "in_transit", "bearing": "intermittent", "timezone": "Smith", "extra_value_7117": "unexpected"} | Unknown field 'extra_value_7117' not defined in schema | {"salinity":"in_transit","bearing":"intermittent","timezone":"Smith"} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string_uri REQUIRED no
FIELD lane.organism.status_code TYPE boolean REQUIRED yes
FIELD lane.organism.port_code TYPE boolean REQUIRED no
FIELD lane.organism.status TYPE boolean REQUIRED yes
FIELD lane.organism.age TYPE null REQUIRED no
FIELD lane.organism.current_dra... | {"lane":{"section":"pending","order_id":"Silva"}} | truncated_object | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"format": "uri"
},
"lane": {
"type": "object",
"properties": {
"organism": {
"type": "object",
"properties": {
"status_code": {
"type": "boolean"
},... | {"lane":{"section":"pending","order_id":"Silva"} | Unexpected end of JSON input — truncated object | {"lane":{"section":"pending","order_id":"Silva"}} |
TASK repair_structured_output
SPEC
FIELD val_n25 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_h49 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD key_m85 TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{"val_n25": "invalid_choice_168", "param_h49": "in_prog... | {"val_n25":"JPY","param_h49":"in_progress","key_m85":"push"} | invalid_enum | {
"type": "object",
"properties": {
"val_n25": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_h49": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"... | {"val_n25": "invalid_choice_168", "param_h49": "in_progress", "key_m85": "push"} | Field 'val_n25' has invalid enum value 'invalid_choice_168', expected one of ['USD', 'EUR', 'GBP', 'BRL', 'JPY'] | {"val_n25":"JPY","param_h49":"in_progress","key_m85":"push"} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string REQUIRED yes
FIELD width TYPE string REQUIRED no
FIELD log_level.index TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD log_level.category TYPE boolean REQUIRED yes
FIELD log_level.altitude TYPE number REQUIRED yes
FIELD log_level.color... | {"catalyst":"2024-01-15","log_level":{"index":"open","category":true,"altitude":687.6,"compound":288,"discount":null},"wavelength":"2024-02-20T02:22:00Z"} | truncated_object | {
"type": "object",
"properties": {
"catalyst": {
"type": "string"
},
"width": {
"type": "string"
},
"log_level": {
"type": "object",
"properties": {
"index": {
"type": "string",
"enum": [
"open",
"in_progress",
... | {"catalyst":"2024-01-15","log_level":{"index":"open","category":true,"altitude":687.6,"compound":288,"discount":null},"wavelength":"2024-02-20T02:22:00Z" | Unexpected end of JSON input — truncated object | {"catalyst":"2024-01-15","log_level":{"index":"open","category":true,"altitude":687.6,"compound":288,"discount":null},"wavelength":"2024-02-20T02:22:00Z"} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE integer REQUIRED no
FIELD discount TYPE integer REQUIRED no
FIELD branch TYPE string REQUIRED no
FIELD account_id.span_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD account_id.url.aligned_pct TYPE string_email REQUIRED yes
FIELD ... | {"reagent":386,"discount":777,"branch":"REV","account_id":{"span_id":"offline","url":{"aligned_pct":"test@domain.org","loan_amount":"https://api.com/data","color":"cat_a","decay_rate":380.3,"repository":false},"deploy_target":false,"chromosome":"level_4"}} | missing_brace | {
"type": "object",
"properties": {
"reagent": {
"type": "integer"
},
"discount": {
"type": "integer"
},
"branch": {
"type": "string"
},
"account_id": {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
... | {"reagent":386,"discount":777,"branch":"REV","account_id":{"span_id":"offline","url":{"aligned_pct":"test@domain.org","loan_amount":"https://api.com/data","color":"cat_a","decay_rate":380.3,"repository":false,"deploy_target":false,"chromosome":"level_4"}} | Missing closing brace | {"reagent":386,"discount":777,"branch":"REV","account_id":{"span_id":"offline","url":{"aligned_pct":"test@domain.org","loan_amount":"https://api.com/data","color":"cat_a","decay_rate":380.3,"repository":false},"deploy_target":false,"chromosome":"level_4"}} |
TASK repair_structured_output
SPEC
FIELD prop_p70 TYPE string REQUIRED no
FIELD key_m62 TYPE null REQUIRED yes
FIELD prop_t16.dim_m29 TYPE null REQUIRED no
FIELD prop_t16.prop_r67 TYPE string REQUIRED no
FIELD prop_t16.col_b22 TYPE integer REQUIRED yes
FIELD prop_t16.param_h98 TYPE boolean REQUIRED no
FIELD prop_t16.p... | {"prop_p70":"bar","key_m62":null,"prop_t16":{"dim_m29":null,"col_b22":25,"param_h98":true,"prop_l38":[{"field_e90":"bar","field_x64":975.46}],"param_u42":[385,507,920]},"prop_r76":"quux","field_i94":"PASS","val_w49":{"val_d05":"missense","prop_j44":"single","param_j53":"Hapag-Lloyd-Express"}} | extra_text_after | {
"type": "object",
"properties": {
"prop_p70": {
"type": "string"
},
"key_m62": {
"type": "null"
},
"prop_t16": {
"type": "object",
"properties": {
"dim_m29": {
"type": "null"
},
"prop_r67": {
"type": "string"
},
... | {"prop_p70":"bar","key_m62":null,"prop_t16":{"dim_m29":null,"col_b22":25,"param_h98":true,"prop_l38":[{"field_e90":"bar","field_x64":975.46}],"param_u42":[385,507,920]},"prop_r76":"quux","field_i94":"PASS","val_w49":{"val_d05":"missense","prop_j44":"single","param_j53":"Hapag-Lloyd-Express"}}
This should match the sche... | Output contains non-JSON text after the object | {"prop_p70":"bar","key_m62":null,"prop_t16":{"dim_m29":null,"col_b22":25,"param_h98":true,"prop_l38":[{"field_e90":"bar","field_x64":975.46}],"param_u42":[385,507,920]},"prop_r76":"quux","field_i94":"PASS","val_w49":{"val_d05":"missense","prop_j44":"single","param_j53":"Hapag-Lloyd-Express"}} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string REQUIRED yes
FIELD status.freight_class TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD status.language TYPE string REQUIRED no
FIELD status.subject TYPE number REQUIRED no
FIELD status.priority TYPE boolean REQUIRED no
FIELD status.batch_... | {"decay_rate":"baz","status":{"freight_class":"basic","subject":214.36,"priority":true,"batch_code":"in_transit","step":"Johnson","half_life":81},"coverage":"info@example.com","sensor_id":460,"bed_number":"draft"} | tool_call_partial_args | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | Let me check the system.
Action: check_cargo_manifest
Arguments: {"decay_rate": "baz", "status": {"freight_class": "basic", "subject": 214.36, "priority": true, "batch_code": "in_transit", "step": "Johnson", "half_life": 81}, "coverage": "info@example.com", "sensor_id": 460} | Agent tool call missing required parameter 'bed_number' | {"decay_rate":"baz","status":{"freight_class":"basic","subject":214.36,"priority":true,"batch_code":"in_transit","step":"Johnson","half_life":81},"coverage":"info@example.com","sensor_id":460,"bed_number":"draft"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD image_url TYPE string VALUES single|married|divorced REQUIRED no
FIELD product_id TYPE boolean REQUIRED no
FIELD branch TYPE string REQUIRED no
BROKEN_OUTPUT
{"allele":"anchored","image_url":"divorce... | {"allele":"anchored","image_url":"divorced","branch":"world"} | extra_text_after | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"image_url": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | {"allele":"anchored","image_url":"divorced","branch":"world"}
Analysis finished. | Output contains non-JSON text after the object | {"allele":"anchored","image_url":"divorced","branch":"world"} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE number REQUIRED yes
FIELD weight TYPE string REQUIRED yes
FIELD lab_result TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD filter_flag TYPE string REQUIRED no
FIELD comments.sensor_id TYPE number REQUIRED yes
FIELD comments.subtotal... | {"last_name":372.59,"weight":"A short description.","lab_result":"maintenance","filter_flag":"GRCh38","comments":{"sensor_id":612.77,"subtotal":673,"section":"info@test.io","organism":true}} | null_required | {
"type": "object",
"properties": {
"last_name": {
"type": "number"
},
"weight": {
"type": "string"
},
"lab_result": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"filter_flag": {
... | {"last_name": 372.59, "weight": "A short description.", "lab_result": null, "filter_flag": "GRCh38", "comments": {"sensor_id": 612.77, "subtotal": 673, "section": "info@test.io", "organism": true}} | Required field 'lab_result' is null | {"last_name":372.59,"weight":"A short description.","lab_result":"maintenance","filter_flag":"GRCh38","comments":{"sensor_id":612.77,"subtotal":673,"section":"info@test.io","organism":true}} |
TASK repair_structured_output
SPEC
FIELD key_s51 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_r40 TYPE string_email REQUIRED no
FIELD field_c25 TYPE string REQUIRED no
FIELD key_a64 TYPE string REQUIRED no
FIELD prop_g31 TYPE number REQUIRED no
FIELD val_x81 TYPE boolean REQUIRED yes
FIE... | {"key_s51":"resolved","val_x81":true,"param_r46":"https://api.com/v1"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_s51": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_r40": {
"type": "string",
"format": "email"
},
"field_c25": {
"type": "string"
},
"key_... | Tool: verify_hazmat_compliance
Params: {"key_s51": "resolved", "param_r46": "https://api.com/v1", "val_x81_name": true} | Agent used wrong parameter name 'val_x81_name' instead of 'val_x81' | {"key_s51":"resolved","val_x81":true,"param_r46":"https://api.com/v1"} |
TASK repair_structured_output
SPEC
FIELD col_l80 TYPE string REQUIRED no
FIELD dim_q87.val_i46 TYPE integer REQUIRED no
FIELD dim_q87.key_t00 TYPE null REQUIRED yes
FIELD dim_q87.key_j18 TYPE string REQUIRED yes
FIELD dim_q87.dim_q90 TYPE boolean REQUIRED no
FIELD dim_q87.col_f50 TYPE string REQUIRED no
FIELD dim_q87.... | {"col_l80":"completed","dim_q87":{"val_i46":924,"key_t00":null,"key_j18":"Oliveira","dim_q90":true,"col_f50":"Hapag-Lloyd-Express","col_j01":592},"key_z85":"type_b","dim_l38":"https://api.com/v1"} | trailing_comma | {
"type": "object",
"properties": {
"col_l80": {
"type": "string"
},
"dim_q87": {
"type": "object",
"properties": {
"val_i46": {
"type": "integer"
},
"key_t00": {
"type": "null"
},
"key_j18": {
"type": "string"
... | {"col_l80":"completed","dim_q87":{"val_i46":924,"key_t00":null,"key_j18":"Oliveira","dim_q90":true,"col_f50":"Hapag-Lloyd-Express","col_j01":592},"key_z85":"type_b","dim_l38":"https://api.com/v1",} | Unexpected trailing comma | {"col_l80":"completed","dim_q87":{"val_i46":924,"key_t00":null,"key_j18":"Oliveira","dim_q90":true,"col_f50":"Hapag-Lloyd-Express","col_j01":592},"key_z85":"type_b","dim_l38":"https://api.com/v1"} |
TASK repair_structured_output
SPEC
FIELD description.quality_score TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD description.port_code TYPE integer REQUIRED yes
FIELD description.state TYPE integer REQUIRED no
FIELD description.compound TYPE string_email REQUIRED no
FIELD description.priority TYPE string RE... | {"description":{"quality_score":"JPY","port_code":561,"priority":"FWD","frequency_hz":"cat_e"},"vessel_name":"level_3","size":"https://api.com/v1","tags":936,"priority":false,"credit_score":{"bill_of_lading":277,"item_id":"missense","company":"completed","weight":null,"sensor_id":true,"maturity_date":"sample","frequenc... | truncated_object | {
"type": "object",
"properties": {
"description": {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"port_code": ... | {"description":{"quality_score":"JPY","port_code":561,"priority":"FWD","frequency_hz":"cat_e"},"vessel_name":"level_3","size":"https://api.com/v1","tags":936,"priority":false,"credit_score":{"bill_of_lading":277,"item_id":"missense","company":"completed","weight":null,"sensor_id":true,"maturity_date":"sample","frequenc... | Unexpected end of JSON input — truncated object | {"description":{"quality_score":"JPY","port_code":561,"priority":"FWD","frequency_hz":"cat_e"},"vessel_name":"level_3","size":"https://api.com/v1","tags":936,"priority":false,"credit_score":{"bill_of_lading":277,"item_id":"missense","company":"completed","weight":null,"sensor_id":true,"maturity_date":"sample","frequenc... |
TASK repair_structured_output
SPEC
FIELD key_v01 TYPE string REQUIRED no
FIELD prop_z48 TYPE string REQUIRED no
FIELD prop_p72 TYPE string_uri REQUIRED no
FIELD field_z08 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_d43.prop_u52 TYPE string VALUES free|basic|pro|enterprise REQUIRED ... | {"key_v01":"qux","field_z08":"frameshift","dim_d43":{"val_i17":"QC-07","col_m79":"baz","attr_m39":"active","field_k48":null}} | extra_field | {
"type": "object",
"properties": {
"key_v01": {
"type": "string"
},
"prop_z48": {
"type": "string"
},
"prop_p72": {
"type": "string",
"format": "uri"
},
"field_z08": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nons... | {"key_v01": "qux", "field_z08": "frameshift", "dim_d43": {"val_i17": "QC-07", "col_m79": "baz", "attr_m39": "active", "field_k48": null}, "extra_value_8836": true} | Unknown field 'extra_value_8836' not defined in schema | {"key_v01":"qux","field_z08":"frameshift","dim_d43":{"val_i17":"QC-07","col_m79":"baz","attr_m39":"active","field_k48":null}} |
TASK repair_structured_output
SPEC
FIELD turbidity.comments TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD turbidity.shipping TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD turbidity.title TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD turbidity.repository TYPE integer REQUIRE... | {"turbidity":{"comments":"mode_b","repository":462,"index":false,"maturity_date":184.01,"format":"user@domain.com"},"run_id":659,"size":{"freight_class":"New York","yield_pct":131.96,"enabled":"completed","order_id":{"format":true,"paragraph":null,"gene_id":800},"strand":"chr1"},"subtotal":"option_c","dosage":196,"desc... | tool_call_partial_args | {
"type": "object",
"properties": {
"turbidity": {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"shipping": {
"type": "string",
"enum": [
... | Let me check the system.
Action: search
Arguments: {"turbidity": {"comments": "mode_b", "repository": 462, "index": false, "maturity_date": 184.01, "format": "user@domain.com"}, "run_id": 659, "size": {"freight_class": "New York", "yield_pct": 131.96, "enabled": "completed", "order_id": {"format": true, "paragraph": nu... | Agent tool call missing required parameter 'description' | {"turbidity":{"comments":"mode_b","repository":462,"index":false,"maturity_date":184.01,"format":"user@domain.com"},"run_id":659,"size":{"freight_class":"New York","yield_pct":131.96,"enabled":"completed","order_id":{"format":true,"paragraph":null,"gene_id":800},"strand":"chr1"},"subtotal":"option_c","dosage":196,"desc... |
TASK repair_structured_output
SPEC
FIELD start_date TYPE integer REQUIRED yes
FIELD umi TYPE boolean REQUIRED yes
FIELD half_life[].manifest_ref TYPE null REQUIRED no
FIELD half_life[].options TYPE string REQUIRED no
FIELD half_life[].allele TYPE string_date-time REQUIRED no
FIELD half_life[].conductivity TYPE number ... | {"start_date":907,"umi":true,"half_life":[{"manifest_ref":null,"allele":"2023-04-14T01:20:00Z","conductivity":999.63},{"manifest_ref":null,"options":"test@example.com","allele":"2026-08-11T23:37:00Z","conductivity":994.01},{"manifest_ref":null,"options":"New York","allele":"2020-11-16T17:53:00Z","conductivity":247.12},... | tool_call_partial_args | {
"type": "object",
"properties": {
"start_date": {
"type": "integer"
},
"umi": {
"type": "boolean"
},
"half_life": {
"type": "array",
"items": {
"type": "object",
"properties": {
"manifest_ref": {
"type": "null"
},
... | I need to look up the information first.
Action: calculate_docking_fee
Arguments: {"umi": true, "half_life": [{"manifest_ref": null, "allele": "2023-04-14T01:20:00Z", "conductivity": 999.63}, {"manifest_ref": null, "options": "test@example.com", "allele": "2026-08-11T23:37:00Z", "conductivity": 994.01}, {"manifest_ref"... | Agent tool call missing required parameter 'start_date' | {"start_date":907,"umi":true,"half_life":[{"manifest_ref":null,"allele":"2023-04-14T01:20:00Z","conductivity":999.63},{"manifest_ref":null,"options":"test@example.com","allele":"2026-08-11T23:37:00Z","conductivity":994.01},{"manifest_ref":null,"options":"New York","allele":"2020-11-16T17:53:00Z","conductivity":247.12},... |
TASK repair_structured_output
SPEC
FIELD tile TYPE integer REQUIRED no
FIELD payment_status TYPE null REQUIRED no
FIELD created_at.subtotal TYPE null REQUIRED no
FIELD created_at.lab_result TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD created_at.deploy_target TYPE string_date-time REQUIRED ye... | {"tile":453,"created_at":{"lab_result":"closed","deploy_target":"2020-09-25T08:27:00Z","updated_at":355,"payment_status":726.9,"due_date":true,"chromosome":"GRCh38"},"velocity":"chr1","total":"JPY","notes":"admin@test.io"} | thought_process | {
"type": "object",
"properties": {
"tile": {
"type": "integer"
},
"payment_status": {
"type": "null"
},
"created_at": {
"type": "object",
"properties": {
"subtotal": {
"type": "null"
},
"lab_result": {
"type": "string",
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"tile":453,"created_at":{"lab_result":"closed","deploy_target":"2020-09-25T08:27:00Z","updated_at":355,"payment_status":726.9,"due_date":true,"chromosome":"GRCh38"},"velocity":"chr1","total":"JPY","notes":"admin@tes... | Output contains chain-of-thought reasoning before JSON | {"tile":453,"created_at":{"lab_result":"closed","deploy_target":"2020-09-25T08:27:00Z","updated_at":355,"payment_status":726.9,"due_date":true,"chromosome":"GRCh38"},"velocity":"chr1","total":"JPY","notes":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD field_h47 TYPE integer REQUIRED yes
FIELD col_i15 TYPE string REQUIRED no
FIELD dim_q48.dim_j59 TYPE boolean REQUIRED yes
FIELD dim_q48.attr_w61 TYPE string REQUIRED no
FIELD dim_q48.prop_m88.attr_w54 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD dim_q48.prop_m88.fi... | {"field_h47":882,"col_i15":"Johnson","dim_q48":{"dim_j59":false,"prop_m88":{"field_o45":"cat_c","col_e27":true,"val_w71":"draft"},"val_a57":{"attr_e55":true,"attr_w31":false,"key_d04":"2025-08-13T08:21:00Z","dim_y71":"black","param_b17":321,"col_m24":"option_a","prop_c08":"https://example.com"}},"param_s97":478,"param_... | number_with_unit | {
"type": "object",
"properties": {
"field_h47": {
"type": "integer"
},
"col_i15": {
"type": "string"
},
"dim_q48": {
"type": "object",
"properties": {
"dim_j59": {
"type": "boolean"
},
"attr_w61": {
"type": "string"
},
... | {"field_h47": 882, "col_i15": "Johnson", "dim_q48": {"dim_j59": false, "prop_m88": {"field_o45": "cat_c", "col_e27": true, "val_w71": "draft"}, "val_a57": {"attr_e55": true, "attr_w31": false, "key_d04": "2025-08-13T08:21:00Z", "dim_y71": "black", "param_b17": 321, "col_m24": "option_a", "prop_c08": "https://example.co... | Field 'param_s97' must be number, got string with unit | {"field_h47":882,"col_i15":"Johnson","dim_q48":{"dim_j59":false,"prop_m88":{"field_o45":"cat_c","col_e27":true,"val_w71":"draft"},"val_a57":{"attr_e55":true,"attr_w31":false,"key_d04":"2025-08-13T08:21:00Z","dim_y71":"black","param_b17":321,"col_m24":"option_a","prop_c08":"https://example.com"}},"param_s97":478,"param_... |
TASK repair_structured_output
SPEC
FIELD half_life TYPE integer REQUIRED no
FIELD coverage TYPE string REQUIRED yes
FIELD width TYPE boolean REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"half_life":966,"coverage":"MV-Evergreen-01","width":f... | {"half_life":966,"coverage":"MV-Evergreen-01","width":false} | thought_process | {
"type": "object",
"properties": {
"half_life": {
"type": "integer"
},
"coverage": {
"type": "string"
},
"width": {
"type": "boolean"
}
},
"required": [
"width",
"coverage"
]
} | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"half_life":966,"coverage":"MV-Evergreen-01","width":false} | Output contains chain-of-thought reasoning before JSON | {"half_life":966,"coverage":"MV-Evergreen-01","width":false} |
TASK repair_structured_output
SPEC
FIELD status TYPE string REQUIRED no
FIELD ward.branch TYPE string_date-time REQUIRED no
FIELD ward.updated_at TYPE string REQUIRED no
FIELD ward.discount TYPE integer REQUIRED no
FIELD ward.published TYPE integer REQUIRED no
FIELD ward.reagent TYPE string_date-time REQUIRED yes
FIEL... | {"ward":{"branch":"2024-06-17T17:05:00Z","updated_at":"Charlie","discount":622,"published":521,"reagent":"2022-04-06T11:34:00Z"},"color":"new","medication":{"cargo_type":{"batch_code":800.46,"paragraph":"https://example.com/v1","items":"info@example.com"},"score":false,"insurance_id":true,"tile":719},"shipping":"delive... | truncated_object | {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"ward": {
"type": "object",
"properties": {
"branch": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string"
},
"discount": {... | {"ward":{"branch":"2024-06-17T17:05:00Z","updated_at":"Charlie","discount":622,"published":521,"reagent":"2022-04-06T11:34:00Z"},"color":"new","medication":{"cargo_type":{"batch_code":800.46,"paragraph":"https://example.com/v1","items":"info@example.com"},"score":false,"insurance_id":true,"tile":719},"shipping":"delive... | Unexpected end of JSON input — truncated object | {"ward":{"branch":"2024-06-17T17:05:00Z","updated_at":"Charlie","discount":622,"published":521,"reagent":"2022-04-06T11:34:00Z"},"color":"new","medication":{"cargo_type":{"batch_code":800.46,"paragraph":"https://example.com/v1","items":"info@example.com"},"score":false,"insurance_id":true,"tile":719},"shipping":"delive... |
TASK repair_structured_output
SPEC
FIELD version TYPE string REQUIRED yes
FIELD credit_score TYPE string REQUIRED yes
FIELD city TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD due_date TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD age TYPE number REQUIRED no
FIELD user_id TYPE string REQUIRED no... | {"version":"QC-07","credit_score":"Santos","due_date":"sms","age":98.13,"user_id":"world","log_level":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"credit_score": {
"type": "string"
},
"city": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"due_date": {
"type": "strin... | Let me check the system.
Action: verify_hazmat_compliance
Arguments: {"credit_score": "Santos", "due_date": "sms", "age": 98.13, "user_id": "world", "log_level": false} | Agent tool call missing required parameter 'version' | {"version":"QC-07","credit_score":"Santos","due_date":"sms","age":98.13,"user_id":"world","log_level":false} |
TASK repair_structured_output
SPEC
FIELD prop_z07 TYPE string REQUIRED no
FIELD param_l77 TYPE string REQUIRED no
FIELD attr_t18 TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
{"prop_z07":"This is a test value.","param_l77":"Hapag-Lloyd-Express","attr_t18":"active" | {"prop_z07":"This is a test value.","param_l77":"Hapag-Lloyd-Express","attr_t18":"active"} | truncated_array | {
"type": "object",
"properties": {
"prop_z07": {
"type": "string"
},
"param_l77": {
"type": "string"
},
"attr_t18": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
}
},
"required": [
"attr_t18"
]
} | {"prop_z07":"This is a test value.","param_l77":"Hapag-Lloyd-Express","attr_t18":"active" | Unexpected end of JSON input — truncated object | {"prop_z07":"This is a test value.","param_l77":"Hapag-Lloyd-Express","attr_t18":"active"} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE integer REQUIRED yes
FIELD shipping TYPE boolean REQUIRED no
FIELD transaction_id TYPE number REQUIRED no
FIELD step TYPE string REQUIRED no
FIELD collateral.country TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD collateral.gene_id TYPE string VALUE... | {"chapter":424,"shipping":false,"transaction_id":307.23,"step":"chr1","id":416.69} | tool_call_python_syntax | {
"type": "object",
"properties": {
"chapter": {
"type": "integer"
},
"shipping": {
"type": "boolean"
},
"transaction_id": {
"type": "number"
},
"step": {
"type": "string"
},
"collateral": {
"type": "object",
"properties": {
"country": ... | update_preferences(chapter=424, shipping=False, transaction_id=307.23, step='chr1', id=416.69) | Tool call uses Python syntax instead of JSON | {"chapter":424,"shipping":false,"transaction_id":307.23,"step":"chr1","id":416.69} |
TASK repair_structured_output
SPEC
FIELD date TYPE null REQUIRED yes
FIELD item_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD salinity TYPE null REQUIRED no
FIELD thumbnail TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD version.cargo_type TYPE string VALUES mode_a|mode_b|mode... | {"date":null,"item_id":"cat_d","salinity":null,"thumbnail":"mode_d","repository":{"longitude":false,"decay_rate":"cat_a","length":20,"voltage":74.08,"humidity_pct":"resolved"},"shift_code":"cat_a"} | truncated_object | {
"type": "object",
"properties": {
"date": {
"type": "null"
},
"item_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"salinity": {
"type": "null"
},
"thumbnail": {
"type": "st... | {"date":null,"item_id":"cat_d","salinity":null,"thumbnail":"mode_d","repository":{"longitude":false,"decay_rate":"cat_a","length":20,"voltage":74.08,"humidity_pct":"resolved"},"shift_code":"cat_a" | Unexpected end of JSON input — truncated object | {"date":null,"item_id":"cat_d","salinity":null,"thumbnail":"mode_d","repository":{"longitude":false,"decay_rate":"cat_a","length":20,"voltage":74.08,"humidity_pct":"resolved"},"shift_code":"cat_a"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.