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 ward TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD feedback TYPE integer REQUIRED no
FIELD phenotype TYPE string REQUIRED no
FIELD items TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD id TYPE number REQUIRED yes
FIELD bi... | {"ward":"operational","feedback":794,"phenotype":"New York","items":"type_b","id":598.86,"bill_of_lading":true,"amplitude":"2024-12-24T23:15:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"feedback": {
"type": "integer"
},
"phenotype": {
"type": "string"
},
"items": {
"type": ... | ```json
{"ward":"operational","feedback":794,"phenotype":"New York","items":"type_b","id":598.86,"bill_of_lading":true,"amplitude":"2024-12-24T23:15:00Z"}
``` | Output contains markdown code fences | {"ward":"operational","feedback":794,"phenotype":"New York","items":"type_b","id":598.86,"bill_of_lading":true,"amplitude":"2024-12-24T23:15:00Z"} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE null REQUIRED yes
FIELD port_code TYPE boolean REQUIRED no
FIELD department TYPE null REQUIRED no
FIELD crew_id.first_name TYPE integer REQUIRED no
FIELD crew_id.yield_pct TYPE integer REQUIRED no
FIELD crew_id.city TYPE string VALUES low|medium|high|critical REQ... | {"paragraph":null,"port_code":false,"department":null,"altitude":null,"dosage":"Jane"} | single_quotes | {
"type": "object",
"properties": {
"paragraph": {
"type": "null"
},
"port_code": {
"type": "boolean"
},
"department": {
"type": "null"
},
"crew_id": {
"type": "object",
"properties": {
"first_name": {
"type": "integer"
},
"... | {'paragraph':null,'port_code':false,'department':null,'altitude':null,'dosage':'Jane'} | Expecting property name enclosed in double quotes | {"paragraph":null,"port_code":false,"department":null,"altitude":null,"dosage":"Jane"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string REQUIRED yes
FIELD score TYPE number REQUIRED yes
FIELD duration_ms.dissolved_oxygen TYPE string VALUES active|inactive|pending REQUIRED no
FIELD duration_ms.phone TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD duration_ms.company TYPE string... | {"status_code":"hello","score":636.38,"duration_ms":{"dissolved_oxygen":"inactive","company":"mode_a","username":"baz","enabled":284.5,"label":412,"count":"type_c","allele":false},"last_name":"level_5"} | extra_text_after | {
"type": "object",
"properties": {
"status_code": {
"type": "string"
},
"score": {
"type": "number"
},
"duration_ms": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"active",
"inac... | {"status_code":"hello","score":636.38,"duration_ms":{"dissolved_oxygen":"inactive","company":"mode_a","username":"baz","enabled":284.5,"label":412,"count":"type_c","allele":false},"last_name":"level_5"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"status_code":"hello","score":636.38,"duration_ms":{"dissolved_oxygen":"inactive","company":"mode_a","username":"baz","enabled":284.5,"label":412,"count":"type_c","allele":false},"last_name":"level_5"} |
TASK repair_structured_output
SPEC
FIELD param_o66 TYPE string REQUIRED yes
FIELD key_i67 TYPE string REQUIRED yes
FIELD dim_d62 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD col_r51 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
BROKEN_OUTPUT
{"param_o66": "London", "key_i67": "in... | {"param_o66":"London","key_i67":"inactive","dim_d62":"cat_b","col_r51":"type_e"} | missing_required | {
"type": "object",
"properties": {
"param_o66": {
"type": "string"
},
"key_i67": {
"type": "string"
},
"dim_d62": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"col_r51": {
"type": "string",
... | {"param_o66": "London", "key_i67": "inactive", "dim_d62": "cat_b"} | Required field 'col_r51' is missing | {"param_o66":"London","key_i67":"inactive","dim_d62":"cat_b","col_r51":"type_e"} |
TASK repair_structured_output
SPEC
FIELD color TYPE null REQUIRED no
FIELD trace_id TYPE string REQUIRED no
FIELD country TYPE string REQUIRED yes
FIELD wavelength TYPE integer REQUIRED yes
FIELD item_id TYPE string REQUIRED yes
FIELD width TYPE integer REQUIRED yes
FIELD coverage TYPE string_email REQUIRED no
FIELD i... | {"trace_id":"Oliveira","country":"Alice","wavelength":667,"item_id":"Santos","width":759,"coverage":"user@example.com","isotope":"test"} | truncated_array | {
"type": "object",
"properties": {
"color": {
"type": "null"
},
"trace_id": {
"type": "string"
},
"country": {
"type": "string"
},
"wavelength": {
"type": "integer"
},
"item_id": {
"type": "string"
},
"width": {
"type": "integer"
}... | {"trace_id":"Oliveira","country":"Alice","wavelength":667,"item_id":"Santos","width":759,"coverage":"user@example.com","isotope":"test" | Unexpected end of JSON input — truncated object | {"trace_id":"Oliveira","country":"Alice","wavelength":667,"item_id":"Santos","width":759,"coverage":"user@example.com","isotope":"test"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD nickname TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD commit_hash TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD role TYPE string_date-time REQUIRED no
FIELD type TYPE... | {"status_code":"sms","commit_hash":"critical","role":"2022-10-10T01:29:00Z","type":true,"aligned_pct":"Diana","shift_code":"PASS"} | boolean_as_string | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"nickname": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"status_code": "sms", "commit_hash": "critical", "role": "2022-10-10T01:29:00Z", "type": "no", "aligned_pct": "Diana", "shift_code": "PASS"} | Field 'type' must be boolean, got string | {"status_code":"sms","commit_hash":"critical","role":"2022-10-10T01:29:00Z","type":true,"aligned_pct":"Diana","shift_code":"PASS"} |
TASK repair_structured_output
SPEC
FIELD department TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD options TYPE integer REQUIRED yes
FIELD score.interest_rate TYPE number REQUIRED no
FIELD score.values TYPE number REQUIRED yes
FIELD score.payment_status TYPE string_uri REQUIRED yes
FIELD score.currency TYPE ... | {"department":"admin","options":689,"altitude":{"build_status":{"vital_sign":"baz","published":null,"log_level":405,"deploy_target":65.14},"consignee":"2025-02-02T11:17:00Z","procedure_code":{"decay_rate":162.43,"dosage":"level_1","dissolved_oxygen":null},"total":605,"title":true}} | missing_required | {
"type": "object",
"properties": {
"department": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"options": {
"type": "integer"
},
"score": {
"type": "object",
"properties": {
"interest_rate": {
"type":... | {"department": "admin", "altitude": {"build_status": {"vital_sign": "baz", "published": null, "log_level": 405, "deploy_target": 65.14}, "consignee": "2025-02-02T11:17:00Z", "procedure_code": {"decay_rate": 162.43, "dosage": "level_1", "dissolved_oxygen": null}, "total": 605, "title": true}} | Required field 'options' is missing | {"department":"admin","options":689,"altitude":{"build_status":{"vital_sign":"baz","published":null,"log_level":405,"deploy_target":65.14},"consignee":"2025-02-02T11:17:00Z","procedure_code":{"decay_rate":162.43,"dosage":"level_1","dissolved_oxygen":null},"total":605,"title":true}} |
TASK repair_structured_output
SPEC
FIELD field_r99 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD prop_b18 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_l83 TYPE number REQUIRED no
FIELD field_m10 TYPE integer REQUIRED no
FIELD param_j87 TYPE string VALUES reliable|unstabl... | {"field_r99":"option_b","prop_b18":"maintenance","attr_l83":518.91,"param_v96":"2024-01-15","param_x41":286.2} | missing_brace | {
"type": "object",
"properties": {
"field_r99": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"prop_b18": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_... | {"field_r99":"option_b","prop_b18":"maintenance","attr_l83":518.91,"param_v96":"2024-01-15","param_x41":286.2 | Missing closing brace | {"field_r99":"option_b","prop_b18":"maintenance","attr_l83":518.91,"param_v96":"2024-01-15","param_x41":286.2} |
TASK repair_structured_output
SPEC
FIELD attr_c06 TYPE string_uri REQUIRED no
FIELD col_m95.val_l43 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD col_m95.key_t47.key_b77 TYPE string REQUIRED yes
FIELD col_m95.key_t47.attr_r65 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQU... | {"attr_c06":"https://data.org/api","attr_b09":"quux","field_u73":null,"attr_q47":"2024-12-18T23:18:00Z"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_c06": {
"type": "string",
"format": "uri"
},
"col_m95": {
"type": "object",
"properties": {
"val_l43": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"c... | <functioncall> transfer_call
{attr_c06: "https://data.org/api", attr_b09: "quux", field_u73: null, attr_q47: "2024-12-18T23:18:00Z"} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_c06":"https://data.org/api","attr_b09":"quux","field_u73":null,"attr_q47":"2024-12-18T23:18:00Z"} |
TASK repair_structured_output
SPEC
FIELD id.version.current_draw TYPE string VALUES single|married|divorced REQUIRED no
FIELD id.version.quantity TYPE string_email REQUIRED no
FIELD id.version.category TYPE null REQUIRED yes
FIELD id.status_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD i... | {"id":{"version":{"quantity":"admin@example.com","category":null},"status_code":"type_e","account_id":71,"weight":"level_2","frequency_hz":626.98},"build_status":150,"barcode":996,"longitude":"MV-Evergreen-01","version":"option_a","lane":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"version": {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"enum": [
"single",
"married",
... | <functioncall> get_account
{id: {version: {quantity: "admin@example.com", category: null}, status_code: "type_e", account_id: 71, weight: "level_2", frequency_hz: 626.98}, build_status: 150, barcode: 996, longitude: "MV-Evergreen-01", version: "option_a", lane: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"id":{"version":{"quantity":"admin@example.com","category":null},"status_code":"type_e","account_id":71,"weight":"level_2","frequency_hz":626.98},"build_status":150,"barcode":996,"longitude":"MV-Evergreen-01","version":"option_a","lane":null} |
TASK repair_structured_output
SPEC
FIELD val_v95.attr_u54 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD val_v95.val_t58 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_v95.key_t81 TYPE string REQUIRED no
FIELD val_v95.val_n98 TYPE string_date-time REQUIRED no
FIELD... | {"val_v95":{"attr_u54":"cat_c","param_s11":"Berlin","field_k11":null},"val_x87":919.82,"key_b29":{"col_q86":null,"val_a05":374,"dim_d01":217}} | single_quotes | {
"type": "object",
"properties": {
"val_v95": {
"type": "object",
"properties": {
"attr_u54": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},... | {'val_v95':{'attr_u54':'cat_c','param_s11':'Berlin','field_k11':null},'val_x87':919.82,'key_b29':{'col_q86':null,'val_a05':374,'dim_d01':217}} | Expecting property name enclosed in double quotes | {"val_v95":{"attr_u54":"cat_c","param_s11":"Berlin","field_k11":null},"val_x87":919.82,"key_b29":{"col_q86":null,"val_a05":374,"dim_d01":217}} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string REQUIRED no
FIELD decay_rate TYPE boolean REQUIRED no
FIELD chapter[].discount TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD chapter[].longitude TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD chapter[].fi... | {"currency":"Smith","decay_rate":true,"chapter":[{"discount":"escalated","longitude":"basic","filter_flag":"Santos","bill_of_lading":"BRL"},{"discount":"escalated","longitude":"free","filter_flag":"2024-06-30","bill_of_lading":"USD"}],"section":["Hapag-Lloyd-Express","MV-Evergreen-01"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"currency": {
"type": "string"
},
"decay_rate": {
"type": "boolean"
},
"chapter": {
"type": "array",
"items": {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": ... | Let me check the system.
Action: apply_discount
Arguments: {"currency": "Smith", "decay_rate": true, "chapter": [{"discount": "escalated", "longitude": "basic", "filter_flag": "Santos", "bill_of_lading": "BRL"}, {"discount": "escalated", "longitude": "free", "filter_flag": "2024-06-30", "bill_of_lading": "USD"}]} | Agent tool call missing required parameter 'section' | {"currency":"Smith","decay_rate":true,"chapter":[{"discount":"escalated","longitude":"basic","filter_flag":"Santos","bill_of_lading":"BRL"},{"discount":"escalated","longitude":"free","filter_flag":"2024-06-30","bill_of_lading":"USD"}],"section":["Hapag-Lloyd-Express","MV-Evergreen-01"]} |
TASK repair_structured_output
SPEC
FIELD attr_c89 TYPE string_date-time REQUIRED no
FIELD prop_s71 TYPE integer REQUIRED no
FIELD key_v95 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD dim_c07[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
<tool_call name="schedule... | {"attr_c89":"2020-02-22T14:54:00Z","prop_s71":175,"key_v95":"option_b","dim_c07":["GRCh38","completed","Sao Paulo","Smith"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_c89": {
"type": "string",
"format": "date-time"
},
"prop_s71": {
"type": "integer"
},
"key_v95": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"dim_c07": {
... | I need to look up the information first.
<tool_call name="schedule_meeting">
{"attr_c89":"2020-02-22T14:54:00Z","prop_s71":175,"key_v95":"option_b","dim_c07":["GRCh38","completed","Sao Paulo","Smith"]}
</tool_call. | Agent response mixes reasoning text with tool call | {"attr_c89":"2020-02-22T14:54:00Z","prop_s71":175,"key_v95":"option_b","dim_c07":["GRCh38","completed","Sao Paulo","Smith"]} |
TASK repair_structured_output
SPEC
FIELD prop_p50 TYPE string_uri REQUIRED yes
FIELD val_v94 TYPE boolean REQUIRED no
FIELD field_e43 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"prop_p50": "https://www.io/api", "val_v94": true, "field_e43": null, "extra_field_8364": "unexpected"} | {"prop_p50":"https://www.io/api","val_v94":true,"field_e43":null} | extra_field | {
"type": "object",
"properties": {
"prop_p50": {
"type": "string",
"format": "uri"
},
"val_v94": {
"type": "boolean"
},
"field_e43": {
"type": "null"
}
},
"required": [
"field_e43",
"prop_p50"
]
} | {"prop_p50": "https://www.io/api", "val_v94": true, "field_e43": null, "extra_field_8364": "unexpected"} | Unknown field 'extra_field_8364' not defined in schema | {"prop_p50":"https://www.io/api","val_v94":true,"field_e43":null} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE integer REQUIRED yes
FIELD port_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD language TYPE string REQUIRED yes
FIELD type TYPE string REQUIRED no
FIELD quality_score TYPE string VALUES draft|published|archived REQUIRED yes
BROK... | {"duration_ms":7,"port_code":"heterozygous","language":"test@example.com","type":"pending","quality_score":"archived"} | number_with_unit | {
"type": "object",
"properties": {
"duration_ms": {
"type": "integer"
},
"port_code": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"language": {
"type": "string"
},
"type": {
"type": "string"
... | {"duration_ms": "7px", "port_code": "heterozygous", "language": "test@example.com", "type": "pending", "quality_score": "archived"} | Field 'duration_ms' must be number, got string with unit | {"duration_ms":7,"port_code":"heterozygous","language":"test@example.com","type":"pending","quality_score":"archived"} |
TASK repair_structured_output
SPEC
FIELD prop_j96 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_e30 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD dim_s83 TYPE number REQUIRED no
FIELD param_d13 TYPE integer REQUIRED no
FIELD dim_e57 TYPE integer REQUIRED no
FIELD val_h18 TYPE str... | {"prop_j96":"inactive","dim_e30":"type_d","dim_s83":705.69,"param_d13":779,"attr_g39":"Hapag-Lloyd-Express"} | extra_text_after | {
"type": "object",
"properties": {
"prop_j96": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_e30": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"dim... | {"prop_j96":"inactive","dim_e30":"type_d","dim_s83":705.69,"param_d13":779,"attr_g39":"Hapag-Lloyd-Express"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"prop_j96":"inactive","dim_e30":"type_d","dim_s83":705.69,"param_d13":779,"attr_g39":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD param_w88 TYPE string REQUIRED no
FIELD field_k80 TYPE boolean REQUIRED yes
FIELD field_p43 TYPE null REQUIRED yes
FIELD prop_x67 TYPE string REQUIRED no
FIELD field_l62 TYPE integer REQUIRED no
FIELD attr_w27.val_n33 TYPE boolean REQUIRED yes
FIELD attr_w27.prop_s12 TYPE numbe... | {"field_k80":true,"field_p43":null,"field_l62":901,"attr_w27":{"val_n33":true,"prop_p44":"option_b","prop_o64":["Paris","baz"],"prop_y25":["type_c","type_b"]}} | unquoted_keys | {
"type": "object",
"properties": {
"param_w88": {
"type": "string"
},
"field_k80": {
"type": "boolean"
},
"field_p43": {
"type": "null"
},
"prop_x67": {
"type": "string"
},
"field_l62": {
"type": "integer"
},
"attr_w27": {
"type": "obj... | {field_k80:true,field_p43:null,field_l62:901,attr_w27:{val_n33:true,prop_p44:"option_b",prop_o64:["Paris","baz"],prop_y25:["type_c","type_b"]}} | Expecting property name enclosed in double quotes | {"field_k80":true,"field_p43":null,"field_l62":901,"attr_w27":{"val_n33":true,"prop_p44":"option_b","prop_o64":["Paris","baz"],"prop_y25":["type_c","type_b"]}} |
TASK repair_structured_output
SPEC
FIELD key_s47 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD val_m11 TYPE string_email REQUIRED no
FIELD param_w81 TYPE boolean REQUIRED no
FIELD dim_g09 TYPE string_uri REQUIRED no
FIELD prop_n49 TYPE string_uri REQUIRED no
FIELD col_j34.attr_x56 TYPE string RE... | {"key_s47":"level_1","param_w81":true,"dim_g09":"https://www.com/data","col_j34":{"attr_x56":"cancelled","dim_z17":"anchored","prop_v45":"degraded","param_w87":13,"val_g52":"user@domain.org"},"val_d12":"ops@test.io"} | invalid_enum | {
"type": "object",
"properties": {
"key_s47": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"val_m11": {
"type": "string",
"format": "email"
},
"param_w81": {
"type": "boolean"
},
"dim_g0... | {"key_s47": "invalid_value_738", "param_w81": true, "dim_g09": "https://www.com/data", "col_j34": {"attr_x56": "cancelled", "dim_z17": "anchored", "prop_v45": "degraded", "param_w87": 13, "val_g52": "user@domain.org"}, "val_d12": "ops@test.io"} | Field 'key_s47' has invalid enum value 'invalid_value_738', expected one of ['level_1', 'level_2', 'level_3', 'level_4'] | {"key_s47":"level_1","param_w81":true,"dim_g09":"https://www.com/data","col_j34":{"attr_x56":"cancelled","dim_z17":"anchored","prop_v45":"degraded","param_w87":13,"val_g52":"user@domain.org"},"val_d12":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD discount TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD shift_code TYPE string VALUES active|inactive|pending REQUIRED no
BROKEN_OUTPUT
I need to look up the information f... | {"shipping":"level_5","discount":"mode_d","shift_code":"inactive"} | tool_call_text_mix | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"discount": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
... | I need to look up the information first.
<tool_call name="check_cargo_manifest">
{"shipping":"level_5","discount":"mode_d","shift_code":"inactive"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"shipping":"level_5","discount":"mode_d","shift_code":"inactive"} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD filter_flag TYPE integer REQUIRED no
FIELD color TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD amount TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD repository TYPE string REQ... | {"compound":"editor","color":"phone","amount":"delivered","freight_class":"Bob"} | missing_brace | {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"filter_flag": {
"type": "integer"
},
"color": {
"type": "string",
"enum": [
"email",
"phone",
"sms",... | "compound":"editor","color":"phone","amount":"delivered","freight_class":"Bob"} | Missing closing brace | {"compound":"editor","color":"phone","amount":"delivered","freight_class":"Bob"} |
TASK repair_structured_output
SPEC
FIELD col_z34 TYPE boolean REQUIRED yes
FIELD field_q08 TYPE string REQUIRED yes
FIELD col_o94 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"col_z34":true,"field_q08":"John","col_o94":"https://example.com/api",} | {"col_z34":true,"field_q08":"John","col_o94":"https://example.com/api"} | trailing_comma | {
"type": "object",
"properties": {
"col_z34": {
"type": "boolean"
},
"field_q08": {
"type": "string"
},
"col_o94": {
"type": "string",
"format": "uri"
}
},
"required": [
"field_q08",
"col_z34",
"col_o94"
]
} | {"col_z34":true,"field_q08":"John","col_o94":"https://example.com/api",} | Unexpected trailing comma | {"col_z34":true,"field_q08":"John","col_o94":"https://example.com/api"} |
TASK repair_structured_output
SPEC
FIELD price TYPE integer REQUIRED no
FIELD name TYPE number REQUIRED no
FIELD created_at TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD color TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD quality_score TYPE boolean REQUIRED yes
FIELD type TY... | {"price":12,"name":187.81,"created_at":"EUR","color":"degraded","quality_score":false,"type":"frameshift"} | tool_call_text_mix | {
"type": "object",
"properties": {
"price": {
"type": "integer"
},
"name": {
"type": "number"
},
"created_at": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"color": {
"type": "string",
... | Processing the request now.
<tool_call name="annotate_mutation">
{"price":12,"name":187.81,"created_at":"EUR","color":"degraded","quality_score":false,"type":"frameshift"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"price":12,"name":187.81,"created_at":"EUR","color":"degraded","quality_score":false,"type":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD col_q00 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD param_m80 TYPE number REQUIRED yes
FIELD param_c95 TYPE string REQUIRED no
FIELD dim_o46[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_q00":"enterprise","param_m80":983.1,"param_c95":"FWD","dim_o46":[852... | {"col_q00":"enterprise","param_m80":983.1,"param_c95":"FWD","dim_o46":[852,495]} | truncated_object | {
"type": "object",
"properties": {
"col_q00": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"param_m80": {
"type": "number"
},
"param_c95": {
"type": "string"
},
"dim_o46": {
"type": "array",
... | {"col_q00":"enterprise","param_m80":983.1,"param_c95":"FWD","dim_o46":[852,495] | Unexpected end of JSON input — truncated object | {"col_q00":"enterprise","param_m80":983.1,"param_c95":"FWD","dim_o46":[852,495]} |
TASK repair_structured_output
SPEC
FIELD val_g07.dim_s47 TYPE number REQUIRED yes
FIELD val_g07.prop_w80 TYPE string REQUIRED no
FIELD val_g07.val_s76 TYPE boolean REQUIRED no
FIELD val_g07.col_g96.key_a65 TYPE string REQUIRED no
FIELD val_g07.col_g96.attr_h39 TYPE boolean REQUIRED yes
FIELD val_g07.col_g96.field_e49 ... | {"val_g07":{"dim_s47":997.45,"prop_w80":"Oliveira","field_z33":"Charlie","key_l68":false,"field_t65":{"param_i10":"info@example.com","col_z37":"synonymous","val_g65":"Santos","prop_w68":759,"param_q34":552,"col_x00":"example"}},"attr_h03":321.29,"field_g39":"foo","val_k15":true,"key_j02":739} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_g07": {
"type": "object",
"properties": {
"dim_s47": {
"type": "number"
},
"prop_w80": {
"type": "string"
},
"val_s76": {
"type": "boolean"
},
"col_g96": {
"type":... | I need to look up the information first.
Action: send_email
Arguments: {"val_g07": {"dim_s47": 997.45, "prop_w80": "Oliveira", "field_z33": "Charlie", "key_l68": false, "field_t65": {"param_i10": "info@example.com", "col_z37": "synonymous", "val_g65": "Santos", "prop_w68": 759, "param_q34": 552, "col_x00": "example"}},... | Agent tool call missing required parameter 'field_g39' | {"val_g07":{"dim_s47":997.45,"prop_w80":"Oliveira","field_z33":"Charlie","key_l68":false,"field_t65":{"param_i10":"info@example.com","col_z37":"synonymous","val_g65":"Santos","prop_w68":759,"param_q34":552,"col_x00":"example"}},"attr_h03":321.29,"field_g39":"foo","val_k15":true,"key_j02":739} |
TASK repair_structured_output
SPEC
FIELD dim_j72 TYPE boolean REQUIRED no
FIELD val_c13 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD key_j36 TYPE boolean REQUIRED yes
FIELD attr_o92.col_u02 TYPE string REQUIRED yes
FIELD attr_o92.param_p62.key_x36 TYPE integer REQUIRED yes
FIELD attr_o92.param_p62.col_u07... | {"dim_j72":true,"val_c13":"type_b","key_j36":false,"attr_o92":{"col_u02":"completed","param_p62":{"key_x36":4,"col_u07":"GRCh38","val_j35":"example"},"key_d18":740,"dim_y85":"mode_e"}} | extra_text_before | {
"type": "object",
"properties": {
"dim_j72": {
"type": "boolean"
},
"val_c13": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"key_j36": {
"type": "boolean"
},
"attr_o92": {
"type": "object",
"properties... | Sensor output follows:
{"dim_j72":true,"val_c13":"type_b","key_j36":false,"attr_o92":{"col_u02":"completed","param_p62":{"key_x36":4,"col_u07":"GRCh38","val_j35":"example"},"key_d18":740,"dim_y85":"mode_e"}} | Output contains non-JSON text before the object | {"dim_j72":true,"val_c13":"type_b","key_j36":false,"attr_o92":{"col_u02":"completed","param_p62":{"key_x36":4,"col_u07":"GRCh38","val_j35":"example"},"key_d18":740,"dim_y85":"mode_e"}} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD chromosome TYPE string VALUES single|married|divorced REQUIRED no
FIELD berth_slot TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD enabled TYPE integer REQUIRED yes
FIELD trace_id TYPE inte... | {"gene_id":"in_progress","berth_slot":"xl","enabled":857,"trace_id":605,"credit_score":12.56,"state":433} | tool_call_text_mix | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"chromosome": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | Let me check the system.
<tool_call name="fetch_lab_result">
{"gene_id":"in_progress","berth_slot":"xl","enabled":857,"trace_id":605,"credit_score":12.56,"state":433}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"gene_id":"in_progress","berth_slot":"xl","enabled":857,"trace_id":605,"credit_score":12.56,"state":433} |
TASK repair_structured_output
SPEC
FIELD col_t71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_g74 TYPE string REQUIRED no
FIELD col_f41 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_x46.param_i29 TYPE integer REQUIRED yes
FIELD dim_x46.dim_m18 TYPE string REQUIRED yes
FIELD di... | {"prop_g74":"cancelled","col_f41":"JPY","col_x98":{"param_o14":true,"attr_d32":"Smith","key_s60":"black","col_b20":"https://example.io/v1","field_a15":6}} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_t71": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_g74": {
"type": "string"
},
"col_f41": {
"type": "string",
"enum": [
"USD",
"EUR",
... | Let me check the system.
Action: book_appointment
Arguments: {"prop_g74": "cancelled", "col_f41": "JPY"} | Agent tool call missing required parameter 'col_x98' | {"prop_g74":"cancelled","col_f41":"JPY","col_x98":{"param_o14":true,"attr_d32":"Smith","key_s60":"black","col_b20":"https://example.io/v1","field_a15":6}} |
TASK repair_structured_output
SPEC
FIELD prop_h64 TYPE null REQUIRED no
FIELD field_z20 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD prop_w44 TYPE string REQUIRED yes
FIELD val_n84 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
BROKEN_OUTPUT
{"prop_h64": null, "field_z20": "invalid_c... | {"prop_h64":null,"field_z20":"level_5","prop_w44":"qux","val_n84":"cat_a"} | invalid_enum | {
"type": "object",
"properties": {
"prop_h64": {
"type": "null"
},
"field_z20": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"prop_w44": {
"type": "string"
},
"val_n84": {
... | {"prop_h64": null, "field_z20": "invalid_choice_51", "prop_w44": "qux", "val_n84": "cat_a"} | Field 'field_z20' has invalid enum value 'invalid_choice_51', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5'] | {"prop_h64":null,"field_z20":"level_5","prop_w44":"qux","val_n84":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD department TYPE integer REQUIRED yes
FIELD shift_code TYPE string_date-time REQUIRED yes
FIELD berth_slot TYPE string REQUIRED no
FIELD currency TYPE string REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="get_account">
{"department":735,"shift_code":"2025-... | {"department":735,"shift_code":"2025-05-08T18:24:00Z","berth_slot":"hello","currency":"pending"} | tool_call_text_mix | {
"type": "object",
"properties": {
"department": {
"type": "integer"
},
"shift_code": {
"type": "string",
"format": "date-time"
},
"berth_slot": {
"type": "string"
},
"currency": {
"type": "string"
}
},
"required": [
"currency",
"shift_code"... | I'll query our database.
<tool_call name="get_account">
{"department":735,"shift_code":"2025-05-08T18:24:00Z","berth_slot":"hello","currency":"pending"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"department":735,"shift_code":"2025-05-08T18:24:00Z","berth_slot":"hello","currency":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_f26 TYPE string_uri REQUIRED no
FIELD key_d96 TYPE string REQUIRED no
FIELD prop_x77 TYPE integer REQUIRED yes
FIELD key_w80 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{"prop_x77": 167, "key_w80": "inland", "extra_data_6528": "unexpected"} | {"prop_x77":167,"key_w80":"inland"} | extra_field | {
"type": "object",
"properties": {
"col_f26": {
"type": "string",
"format": "uri"
},
"key_d96": {
"type": "string"
},
"prop_x77": {
"type": "integer"
},
"key_w80": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
... | {"prop_x77": 167, "key_w80": "inland", "extra_data_6528": "unexpected"} | Unknown field 'extra_data_6528' not defined in schema | {"prop_x77":167,"key_w80":"inland"} |
TASK repair_structured_output
SPEC
FIELD param_k22 TYPE string REQUIRED yes
FIELD dim_f01 TYPE string REQUIRED yes
FIELD attr_y38 TYPE null REQUIRED yes
BROKEN_OUTPUT
Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"param_k22":"Sao Paulo","dim_f01":"REV","attr_y38":null} | {"param_k22":"Sao Paulo","dim_f01":"REV","attr_y38":null} | thought_process | {
"type": "object",
"properties": {
"param_k22": {
"type": "string"
},
"dim_f01": {
"type": "string"
},
"attr_y38": {
"type": "null"
}
},
"required": [
"param_k22",
"dim_f01",
"attr_y38"
]
} | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"param_k22":"Sao Paulo","dim_f01":"REV","attr_y38":null} | Output contains chain-of-thought reasoning before JSON | {"param_k22":"Sao Paulo","dim_f01":"REV","attr_y38":null} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD message TYPE integer REQUIRED yes
FIELD country.updated_at.barcode TYPE boolean REQUIRED yes
FIELD country.updated_at.state TYPE number REQUIRED no
FIELD country.updated_at.payment_status TYPE stri... | {"collateral":"open","message":488,"country":{"updated_at":{"barcode":true,"payment_status":"user@example.com","conductivity":521.46,"vital_sign":"Diana"},"full_name":289,"shipper_ref":229,"discount":true},"wavelength":262,"weight":"demo","full_name":835.7,"tax":"married"} | trailing_comma | {
"type": "object",
"properties": {
"collateral": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"message": {
"type": "integer"
},
"country": {
"type": "object",
"properties": {
"updated_a... | {"collateral":"open","message":488,"country":{"updated_at":{"barcode":true,"payment_status":"user@example.com","conductivity":521.46,"vital_sign":"Diana",},"full_name":289,"shipper_ref":229,"discount":true},"wavelength":262,"weight":"demo","full_name":835.7,"tax":"married"} | Unexpected trailing comma | {"collateral":"open","message":488,"country":{"updated_at":{"barcode":true,"payment_status":"user@example.com","conductivity":521.46,"vital_sign":"Diana"},"full_name":289,"shipper_ref":229,"discount":true},"wavelength":262,"weight":"demo","full_name":835.7,"tax":"married"} |
TASK repair_structured_output
SPEC
FIELD val_j48 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_w28 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_n10 TYPE number REQUIRED no
FIELD param_n31 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_t5... | {"val_j48":"pending","col_w28":"open","param_n10":535.17,"param_n31":"heterozygous","prop_t59":{"key_y70":null,"field_a43":"escalated"}} | truncated_object | {
"type": "object",
"properties": {
"val_j48": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_w28": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
... | {"val_j48":"pending","col_w28":"open","param_n10":535.17,"param_n31":"heterozygous","prop_t59":{"key_y70":null,"field_a43":"escalated"} | Unexpected end of JSON input — truncated object | {"val_j48":"pending","col_w28":"open","param_n10":535.17,"param_n31":"heterozygous","prop_t59":{"key_y70":null,"field_a43":"escalated"}} |
TASK repair_structured_output
SPEC
FIELD dim_v78 TYPE string REQUIRED no
FIELD val_h36 TYPE number REQUIRED no
FIELD param_t29 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_i47.val_r86 TYPE number REQUIRED no
FIELD prop_i47.field_x59 TYPE boolean REQUIRED no
FIELD prop_i47.key_u70 T... | {"val_h36":852.73,"param_t29":"frameshift","param_n34":{"attr_g21":"coastal","dim_l79":"sms","param_x95":"intermittent","val_d77":"2024-10-28T01:41:00Z","dim_g86":951.04},"param_c67":"editor","attr_c39":"Maria"} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_v78": {
"type": "string"
},
"val_h36": {
"type": "number"
},
"param_t29": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_i47": {
"type... | <functioncall> filter_variants
{val_h36: 852.73, param_t29: "frameshift", param_n34: {attr_g21: "coastal", dim_l79: "sms", param_x95: "intermittent", val_d77: "2024-10-28T01:41:00Z", dim_g86: 951.04}, param_c67: "editor", attr_c39: "Maria"} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_h36":852.73,"param_t29":"frameshift","param_n34":{"attr_g21":"coastal","dim_l79":"sms","param_x95":"intermittent","val_d77":"2024-10-28T01:41:00Z","dim_g86":951.04},"param_c67":"editor","attr_c39":"Maria"} |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE integer REQUIRED yes
FIELD hazmat_code TYPE number REQUIRED yes
FIELD description TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD chapter TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
{"manifest_ref":506,"hazmat_co... | {"manifest_ref":506,"hazmat_code":975.27,"description":"type_a","chapter":"returned"} | truncated_object | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "integer"
},
"hazmat_code": {
"type": "number"
},
"description": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"chapter": {
"type": "string",
... | {"manifest_ref":506,"hazmat_code":975.27,"description":"type_a","chapter":"returned" | Unexpected end of JSON input — truncated object | {"manifest_ref":506,"hazmat_code":975.27,"description":"type_a","chapter":"returned"} |
TASK repair_structured_output
SPEC
FIELD param_c52 TYPE string REQUIRED no
FIELD param_h02 TYPE string REQUIRED yes
FIELD field_f82 TYPE string REQUIRED yes
BROKEN_OUTPUT
{param_c52:"test",param_h02:"Berlin",field_f82:"completed"} | {"param_c52":"test","param_h02":"Berlin","field_f82":"completed"} | unquoted_keys | {
"type": "object",
"properties": {
"param_c52": {
"type": "string"
},
"param_h02": {
"type": "string"
},
"field_f82": {
"type": "string"
}
},
"required": [
"param_h02",
"field_f82"
]
} | {param_c52:"test",param_h02:"Berlin",field_f82:"completed"} | Expecting property name enclosed in double quotes | {"param_c52":"test","param_h02":"Berlin","field_f82":"completed"} |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD bed_number TYPE integer REQUIRED yes
FIELD longitude[] TYPE null REQUIRED no
BROKEN_OUTPUT
{"bed_number":750,"longitude":[null]}
Analysis finished. | {"bed_number":750,"longitude":[null]} | extra_text_after | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"bed_number": {
"type": "integer"
},
"longitude": {
"type": "array",
"items": {
"type": "null"
... | {"bed_number":750,"longitude":[null]}
Analysis finished. | Output contains non-JSON text after the object | {"bed_number":750,"longitude":[null]} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string REQUIRED no
FIELD city TYPE string REQUIRED yes
FIELD ward TYPE string REQUIRED no
FIELD price TYPE string_date-time REQUIRED no
FIELD address TYPE string REQUIRED yes
FIELD label.status TYPE string REQUIRED yes
FIELD label.quality_score TYPE string R... | {"city":"Diana","ward":"Alice","price":"2024-12-18T18:27:00Z","address":"quux","label":{"status":"completed","quality_score":"Silva","end_date":"Tokyo","run_id":{"amplitude":"London","fleet_number":"hello"},"feedback":"Paris"},"enabled":"https://example.org/api","nickname":308} | missing_brace | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string"
},
"city": {
"type": "string"
},
"ward": {
"type": "string"
},
"price": {
"type": "string",
"format": "date-time"
},
"address": {
"type": "string"
},
"label": {
... | {"city":"Diana","ward":"Alice","price":"2024-12-18T18:27:00Z","address":"quux","label":{"status":"completed","quality_score":"Silva","end_date":"Tokyo","run_id":{"amplitude":"London","fleet_number":"hello","feedback":"Paris"},"enabled":"https://example.org/api","nickname":308} | Missing closing brace | {"city":"Diana","ward":"Alice","price":"2024-12-18T18:27:00Z","address":"quux","label":{"status":"completed","quality_score":"Silva","end_date":"Tokyo","run_id":{"amplitude":"London","fleet_number":"hello"},"feedback":"Paris"},"enabled":"https://example.org/api","nickname":308} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD run_id TYPE integer REQUIRED yes
FIELD bearing[] TYPE string REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call name="track_vessel">
{"phenotype":"high","run_id":62,"bearing":["PASS","Johnson... | {"phenotype":"high","run_id":62,"bearing":["PASS","Johnson"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"run_id": {
"type": "integer"
},
"bearing": {
"type": "array",
"items": {
"type": "string"
}
... | Processing the request now.
<tool_call name="track_vessel">
{"phenotype":"high","run_id":62,"bearing":["PASS","Johnson"]}
</tool_call. | Agent response mixes reasoning text with tool call | {"phenotype":"high","run_id":62,"bearing":["PASS","Johnson"]} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD consignee TYPE integer REQUIRED no
FIELD filter_flag TYPE string VALUES draft|published|archived REQUIRED yes
FIELD due_date.collateral TYPE null REQUIRED yes
FIELD due_date.color TYPE string VALUES optio... | {"notes":"coastal","filter_flag":"draft","due_date":{"collateral":null,"color":"option_b","format":412,"weight":992.18,"dissolved_oxygen":"anchored","latitude":"level_1","size":{"shipper_ref":"demo","email":29.05,"price":"divorced","shift_code":null,"umi":"option_b"}}} | partial_structure | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"consignee": {
"type": "integer"
},
"filter_flag": {
"type": "string",
"enum": [
"draft",
"... | The filter_flag is draft and {"notes":"coastal","filter_flag":"draft","due_date":{"collateral":null,"color":"option_b","format":412,"weight":992.18,"dissolved_oxygen":"anchored","latitude":"level_1","size":{"shipper_ref":"demo","email":29.05,"price":"divorced","shift_code":null,"umi":"option_b"}}} | Output mixes natural language with JSON | {"notes":"coastal","filter_flag":"draft","due_date":{"collateral":null,"color":"option_b","format":412,"weight":992.18,"dissolved_oxygen":"anchored","latitude":"level_1","size":{"shipper_ref":"demo","email":29.05,"price":"divorced","shift_code":null,"umi":"option_b"}}} |
TASK repair_structured_output
SPEC
FIELD key_y60 TYPE string REQUIRED no
FIELD field_w60 TYPE integer REQUIRED no
FIELD prop_b43 TYPE string REQUIRED no
FIELD field_r03[].key_a76 TYPE number REQUIRED no
FIELD field_r03[].attr_x36 TYPE integer REQUIRED no
FIELD field_r03[].prop_j04 TYPE string_date-time REQUIRED yes
FI... | {"key_y60":"Tokyo","field_w60":171,"field_u79":[{"dim_r96":477.69,"field_n91":686,"field_q91":"John","attr_h83":"pending"},{"dim_r96":889.49,"field_n91":463,"field_q91":"2024-01-15","attr_h83":"Silva"}]} | markdown_explanation | {
"type": "object",
"properties": {
"key_y60": {
"type": "string"
},
"field_w60": {
"type": "integer"
},
"prop_b43": {
"type": "string"
},
"field_r03": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key_a76": {
... | Pipeline result:
```json
{"key_y60":"Tokyo","field_w60":171,"field_u79":[{"dim_r96":477.69,"field_n91":686,"field_q91":"John","attr_h83":"pending"},{"dim_r96":889.49,"field_n91":463,"field_q91":"2024-01-15","attr_h83":"Silva"}]}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"key_y60":"Tokyo","field_w60":171,"field_u79":[{"dim_r96":477.69,"field_n91":686,"field_q91":"John","attr_h83":"pending"},{"dim_r96":889.49,"field_n91":463,"field_q91":"2024-01-15","attr_h83":"Silva"}]} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD paragraph TYPE string REQUIRED no
FIELD color TYPE integer REQUIRED no
FIELD altitude TYPE number REQUIRED yes
FIELD options TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE null REQUIRED yes
BROKEN_OUTPUT
The pars... | {"batch_code":"cat_b","color":277,"altitude":134.14,"dissolved_oxygen":null} | extra_text_before | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"paragraph": {
"type": "string"
},
"color": {
"type": "integer"
},
"altitude": {
"type": "number"
},
"options": {
"type"... | The parsed result is:
{"batch_code":"cat_b","color":277,"altitude":134.14,"dissolved_oxygen":null} | Output contains non-JSON text before the object | {"batch_code":"cat_b","color":277,"altitude":134.14,"dissolved_oxygen":null} |
TASK repair_structured_output
SPEC
FIELD prop_b46 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD field_h48 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD val_i27 TYPE integer REQUIRED yes
FIELD param_r98 TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
{"field_h... | {"field_h48":"cat_a","val_i27":352,"param_r98":"low"} | trailing_comma | {
"type": "object",
"properties": {
"prop_b46": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"field_h48": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
... | {"field_h48":"cat_a","val_i27":352,"param_r98":"low",} | Unexpected trailing comma | {"field_h48":"cat_a","val_i27":352,"param_r98":"low"} |
TASK repair_structured_output
SPEC
FIELD attr_t63 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD key_g98 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_j33 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_t42 TYPE string VALUES coastal|oceanic|inland|arctic ... | {"attr_t63":"new","col_j33":"enterprise"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_t63": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_g98": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | Tool: get_account
Params: {"attr_t63": "new", "col_j33": "enterprise"} | Agent used wrong parameter name 'key_g98_value' instead of 'key_g98' | {"attr_t63":"new","col_j33":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD field_r22.attr_t84 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_r22.val_d56 TYPE integer REQUIRED no
FIELD field_r22.val_q28 TYPE string REQUIRED no
FIELD field_r22.attr_c00 TYPE null REQUIRED no
FIELD field_r22.prop_m20 TYPE string VAL... | {"field_r22":{"attr_t84":"pending_review","val_d56":106,"attr_c00":null,"prop_m20":"frameshift","col_c86":false,"col_n56":"success"},"attr_a27":"Alice","attr_y33":"https://api.io/data"} | extra_text_before | {
"type": "object",
"properties": {
"field_r22": {
"type": "object",
"properties": {
"attr_t84": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_d56": ... | Based on your request, here is the data:
{"field_r22":{"attr_t84":"pending_review","val_d56":106,"attr_c00":null,"prop_m20":"frameshift","col_c86":false,"col_n56":"success"},"attr_a27":"Alice","attr_y33":"https://api.io/data"} | Output contains non-JSON text before the object | {"field_r22":{"attr_t84":"pending_review","val_d56":106,"attr_c00":null,"prop_m20":"frameshift","col_c86":false,"col_n56":"success"},"attr_a27":"Alice","attr_y33":"https://api.io/data"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string REQUIRED no
FIELD coverage TYPE number REQUIRED yes
FIELD currency[].amount TYPE boolean REQUIRED no
FIELD currency[].interest_rate TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD currency[].medication TYPE string REQUIRED yes
FIELD currency... | {"longitude":"chrX","coverage":880.84,"frequency_hz":["FWD","2024-01-15","inactive","London"]} | missing_brace | {
"type": "object",
"properties": {
"longitude": {
"type": "string"
},
"coverage": {
"type": "number"
},
"currency": {
"type": "array",
"items": {
"type": "object",
"properties": {
"amount": {
"type": "boolean"
},
... | {"longitude":"chrX","coverage":880.84,"frequency_hz":["FWD","2024-01-15","inactive","London"] | Missing closing brace | {"longitude":"chrX","coverage":880.84,"frequency_hz":["FWD","2024-01-15","inactive","London"]} |
TASK repair_structured_output
SPEC
FIELD col_o88 TYPE string REQUIRED no
FIELD field_o55 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD prop_d94 TYPE string_email REQUIRED no
FIELD col_d47.val_e87.param_r79 TYPE boolean REQUIRED no
FIELD col_d47.val_e87.dim_w17 TYPE string VALUES berthed|anchored|underway|moor... | {"col_o88":"pending","field_o55":"cat_b","prop_d94":"admin@domain.org","col_d47":{"attr_z46":null,"val_m33":949,"param_h85":200,"col_h48":"Charlie"},"key_b66":428,"val_y15":{"prop_z69":"draft","dim_j19":63.96,"dim_h33":"type_e","field_u60":"heterozygous"}} | wrong_type | {
"type": "object",
"properties": {
"col_o88": {
"type": "string"
},
"field_o55": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_d94": {
"type": "string",
"format": "email"
},
"col_d47": {
"type": "obje... | {"col_o88": "pending", "field_o55": "cat_b", "prop_d94": "admin@domain.org", "col_d47": {"attr_z46": null, "val_m33": 949, "param_h85": 200, "col_h48": "Charlie"}, "key_b66": "\"428\"", "val_y15": {"prop_z69": "draft", "dim_j19": 63.96, "dim_h33": "type_e", "field_u60": "heterozygous"}} | Field 'key_b66' must be integer, got string | {"col_o88":"pending","field_o55":"cat_b","prop_d94":"admin@domain.org","col_d47":{"attr_z46":null,"val_m33":949,"param_h85":200,"col_h48":"Charlie"},"key_b66":428,"val_y15":{"prop_z69":"draft","dim_j19":63.96,"dim_h33":"type_e","field_u60":"heterozygous"}} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES type_a|type_b REQUIRED no
FIELD coverage TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD username TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD amount TYPE string REQUIRED yes
FIELD umi TYPE strin... | {"decay_rate":"type_a","coverage":"escalated","username":"basic","amount":"baz","umi":"ops@test.io","chapter":661.62,"temp_celsius":"ops@domain.org"} | markdown_fences | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"coverage": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"usern... | ```json
{"decay_rate":"type_a","coverage":"escalated","username":"basic","amount":"baz","umi":"ops@test.io","chapter":661.62,"temp_celsius":"ops@domain.org"}
``` | Output contains markdown code fences | {"decay_rate":"type_a","coverage":"escalated","username":"basic","amount":"baz","umi":"ops@test.io","chapter":661.62,"temp_celsius":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD field_x46 TYPE string REQUIRED no
FIELD key_v61 TYPE integer REQUIRED yes
FIELD dim_n79 TYPE string REQUIRED no
FIELD dim_d69 TYPE number REQUIRED yes
FIELD dim_j66.dim_d90 TYPE number REQUIRED no
FIELD dim_j66.prop_t87 TYPE number REQUIRED no
FIELD dim_j66.prop_k92 TYPE number... | {"field_x46":"REV","key_v61":747,"dim_n79":"2023-12-25","dim_d69":72.49,"dim_j66":{"dim_d90":435.59,"prop_t87":244.01,"prop_k92":102.48,"param_i99":"nonsense","field_y02":["New York","REV","qux","foo"]}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_x46": {
"type": "string"
},
"key_v61": {
"type": "integer"
},
"dim_n79": {
"type": "string"
},
"dim_d69": {
"type": "number"
},
"dim_j66": {
"type": "object",
"properties": {
"dim_d90": {
... | fetch_lab_result(field_x46='REV', key_v61=747, dim_n79='2023-12-25', dim_d69=72.49, dim_j66={'dim_d90': 435.59, 'prop_t87': 244.01, 'prop_k92': 102.48, 'param_i99': 'nonsense', 'field_y02': ['New York', 'REV', 'qux', 'foo']}) | Tool call uses Python syntax instead of JSON | {"field_x46":"REV","key_v61":747,"dim_n79":"2023-12-25","dim_d69":72.49,"dim_j66":{"dim_d90":435.59,"prop_t87":244.01,"prop_k92":102.48,"param_i99":"nonsense","field_y02":["New York","REV","qux","foo"]}} |
TASK repair_structured_output
SPEC
FIELD dim_k67 TYPE string REQUIRED no
FIELD prop_d39 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD attr_w13[] TYPE integer REQUIRED no
FIELD attr_r25[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"dim_k67": "Alice", "prop_d39": "invalid_value_361", "attr... | {"dim_k67":"Alice","prop_d39":"mode_e","attr_w13":[643,158,528],"attr_r25":["Johnson","bar","Maria"]} | invalid_enum | {
"type": "object",
"properties": {
"dim_k67": {
"type": "string"
},
"prop_d39": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"attr_w13": {
"type": "array",
"items... | {"dim_k67": "Alice", "prop_d39": "invalid_value_361", "attr_w13": [643, 158, 528], "attr_r25": ["Johnson", "bar", "Maria"]} | Field 'prop_d39' has invalid enum value 'invalid_value_361', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e', 'mode_f'] | {"dim_k67":"Alice","prop_d39":"mode_e","attr_w13":[643,158,528],"attr_r25":["Johnson","bar","Maria"]} |
TASK repair_structured_output
SPEC
FIELD published TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD shipper_ref TYPE string REQUIRED yes
FIELD manifest_ref TYPE string REQUIRED yes
FIELD status_code TYPE number REQUIRED no
BROKEN_OUTPUT
track_vessel(published='open', shipper_ref='GRCh38', manifes... | {"published":"open","shipper_ref":"GRCh38","manifest_ref":"MV-Evergreen-01","status_code":777.25} | tool_call_python_syntax | {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"shipper_ref": {
"type": "string"
},
"manifest_ref": {
"type": "string"
},
"status_code": {
... | track_vessel(published='open', shipper_ref='GRCh38', manifest_ref='MV-Evergreen-01', status_code=777.25) | Tool call uses Python syntax instead of JSON | {"published":"open","shipper_ref":"GRCh38","manifest_ref":"MV-Evergreen-01","status_code":777.25} |
TASK repair_structured_output
SPEC
FIELD title.state TYPE boolean REQUIRED no
FIELD title.coverage TYPE string REQUIRED yes
FIELD title.username TYPE integer REQUIRED yes
FIELD title.address.last_name TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD title.address.email TYPE string VALUES red|blu... | {"title":{"state":true,"coverage":"completed","username":711,"address":{"email":"black","credit_score":"low","account_id":"type_a","department":"chr1","allele":true,"verified":"heterozygous"}},"country":409,"start_date":false,"batch_code":645,"score":{"altitude":"viewer","cargo_type":"admin","weight":"ops@domain.org","... | truncated_object | {
"type": "object",
"properties": {
"title": {
"type": "object",
"properties": {
"state": {
"type": "boolean"
},
"coverage": {
"type": "string"
},
"username": {
"type": "integer"
},
"address": {
"type": "... | {"title":{"state":true,"coverage":"completed","username":711,"address":{"email":"black","credit_score":"low","account_id":"type_a","department":"chr1","allele":true,"verified":"heterozygous"}},"country":409,"start_date":false,"batch_code":645,"score":{"altitude":"viewer","cargo_type":"admin","weight":"ops@domain.org","... | Unexpected end of JSON input — truncated object | {"title":{"state":true,"coverage":"completed","username":711,"address":{"email":"black","credit_score":"low","account_id":"type_a","department":"chr1","allele":true,"verified":"heterozygous"}},"country":409,"start_date":false,"batch_code":645,"score":{"altitude":"viewer","cargo_type":"admin","weight":"ops@domain.org","... |
TASK repair_structured_output
SPEC
FIELD field_h12 TYPE number REQUIRED no
FIELD param_l02.param_j48 TYPE boolean REQUIRED no
FIELD param_l02.param_v24 TYPE number REQUIRED yes
FIELD param_l02.param_l44 TYPE string REQUIRED yes
FIELD param_l02.field_s48 TYPE boolean REQUIRED no
FIELD prop_v12.val_v70 TYPE number REQUI... | {"field_h12":268.89,"param_l02":{"param_j48":true,"param_v24":663.33,"param_l44":"foo"},"prop_v12":{"val_v70":542.42,"param_f53":"confirmed","col_f96":"baz","val_v12":{"col_h16":777.03,"field_e95":"Diana","attr_f84":"user@domain.com"}},"attr_y88":"Paris"} | truncated_array | {
"type": "object",
"properties": {
"field_h12": {
"type": "number"
},
"param_l02": {
"type": "object",
"properties": {
"param_j48": {
"type": "boolean"
},
"param_v24": {
"type": "number"
},
"param_l44": {
"type": "s... | {"field_h12":268.89,"param_l02":{"param_j48":true,"param_v24":663.33,"param_l44":"foo"},"prop_v12":{"val_v70":542.42,"param_f53":"confirmed","col_f96":"baz","val_v12":{"col_h16":777.03,"field_e95":"Diana","attr_f84":"user@domain.com"}},"attr_y88":"Paris" | Unexpected end of JSON input — truncated object | {"field_h12":268.89,"param_l02":{"param_j48":true,"param_v24":663.33,"param_l44":"foo"},"prop_v12":{"val_v70":542.42,"param_f53":"confirmed","col_f96":"baz","val_v12":{"col_h16":777.03,"field_e95":"Diana","attr_f84":"user@domain.com"}},"attr_y88":"Paris"} |
TASK repair_structured_output
SPEC
FIELD val_e62 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_w69 TYPE string REQUIRED yes
FIELD key_l94 TYPE string REQUIRED no
FIELD prop_y97 TYPE number REQUIRED no
FIELD col_f13 TYPE boolean REQUIRED no
FIELD dim_v43 TYPE string_uri REQUIRED no
FIELD param_m16 TYPE... | {"val_e62":"xl","col_w69":"London","key_l94":"PASS","prop_y97":764.13,"col_f13":false,"dim_v43":"https://api.io/api"} | extra_text_before | {
"type": "object",
"properties": {
"val_e62": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_w69": {
"type": "string"
},
"key_l94": {
"type": "string"
},
"prop_y97": {
"type": "number"
},
... | The instrument reported:
{"val_e62":"xl","col_w69":"London","key_l94":"PASS","prop_y97":764.13,"col_f13":false,"dim_v43":"https://api.io/api"} | Output contains non-JSON text before the object | {"val_e62":"xl","col_w69":"London","key_l94":"PASS","prop_y97":764.13,"col_f13":false,"dim_v43":"https://api.io/api"} |
TASK repair_structured_output
SPEC
FIELD val_b43 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD prop_o28 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD key_g25 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD key_y03 TYPE number REQUIRED yes
FIELD col_n96 TY... | {"val_b43":"confirmed","prop_o28":"cat_d","key_g25":"cat_a","key_y03":400.62,"col_n96":"Maria"} | thought_process | {
"type": "object",
"properties": {
"val_b43": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_o28": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat... | Processing the request now.
I'll validate against the schema.
{"val_b43":"confirmed","prop_o28":"cat_d","key_g25":"cat_a","key_y03":400.62,"col_n96":"Maria"} | Output contains chain-of-thought reasoning before JSON | {"val_b43":"confirmed","prop_o28":"cat_d","key_g25":"cat_a","key_y03":400.62,"col_n96":"Maria"} |
TASK repair_structured_output
SPEC
FIELD field_n19 TYPE string REQUIRED no
FIELD attr_f83 TYPE integer REQUIRED yes
FIELD col_m84 TYPE string REQUIRED no
FIELD key_p05[].col_s82 TYPE string REQUIRED yes
FIELD key_p05[].val_j69 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD key_p05[].pa... | {"field_n19":"Oliveira","attr_f83":463,"col_m84":"A short description.","key_p05":[{"col_s82":"bar","val_j69":"type_a","param_a56":true},{"col_s82":"Sao Paulo","val_j69":"type_d","param_a56":false}]} | missing_bracket | {
"type": "object",
"properties": {
"field_n19": {
"type": "string"
},
"attr_f83": {
"type": "integer"
},
"col_m84": {
"type": "string"
},
"key_p05": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_s82": {
... | {"field_n19":"Oliveira","attr_f83":463,"col_m84":"A short description.","key_p05":{"col_s82":"bar","val_j69":"type_a","param_a56":true},{"col_s82":"Sao Paulo","val_j69":"type_d","param_a56":false}]} | Missing closing bracket | {"field_n19":"Oliveira","attr_f83":463,"col_m84":"A short description.","key_p05":[{"col_s82":"bar","val_j69":"type_a","param_a56":true},{"col_s82":"Sao Paulo","val_j69":"type_d","param_a56":false}]} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD rating TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD price TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD current_draw TYPE string REQUIRED no
FI... | {"torque_output":"resolved","rating":"operational","price":"green","current_draw":"pending","active":"inactive","lane":"https://example.com/v1"} | markdown_fences | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"rating": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
... | ```json
{"torque_output":"resolved","rating":"operational","price":"green","current_draw":"pending","active":"inactive","lane":"https://example.com/v1"}
``` | Output contains markdown code fences | {"torque_output":"resolved","rating":"operational","price":"green","current_draw":"pending","active":"inactive","lane":"https://example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD rating TYPE integer REQUIRED yes
FIELD company TYPE string VALUES type_a|type_b REQUIRED no
FIELD barcode TYPE boolean REQUIRED no
FIELD account_id.company.sensor_id TYPE string REQUIRED no
FIELD account_id.company.last_name TYPE number REQUIRED no
FIELD account_id.company.carg... | {"rating":14,"company":"type_b","account_id":{"company":{"sensor_id":"https://api.example.com/v1","last_name":299.35,"cargo_type":false},"deploy_target":"London","coverage":"chrX"}} | thought_process | {
"type": "object",
"properties": {
"rating": {
"type": "integer"
},
"company": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"barcode": {
"type": "boolean"
},
"account_id": {
"type": "object",
"properties": {
"com... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"rating":14,"company":"type_b","account_id":{"company":{"sensor_id":"https://api.example.com/v1","last_name":299.35,"cargo_type":false},"deploy_target":"London","coverage":"chrX"}} | Output contains chain-of-thought reasoning before JSON | {"rating":14,"company":"type_b","account_id":{"company":{"sensor_id":"https://api.example.com/v1","last_name":299.35,"cargo_type":false},"deploy_target":"London","coverage":"chrX"}} |
TASK repair_structured_output
SPEC
FIELD param_t75 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD key_q89 TYPE string REQUIRED no
FIELD prop_n03 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"param_t75":"confirmed","key_q89":"quux","prop_n03":"pending" | {"param_t75":"confirmed","key_q89":"quux","prop_n03":"pending"} | truncated_object | {
"type": "object",
"properties": {
"param_t75": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_q89": {
"type": "string"
},
"prop_n03": {
"type": "string"
}
},
"required": [
... | {"param_t75":"confirmed","key_q89":"quux","prop_n03":"pending" | Unexpected end of JSON input — truncated object | {"param_t75":"confirmed","key_q89":"quux","prop_n03":"pending"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE number REQUIRED yes
FIELD cargo_type TYPE string REQUIRED no
FIELD values.comments TYPE null REQUIRED no
FIELD values.name TYPE number REQUIRED no
FIELD values.berth_slot TYPE string VALUES type_a|type_b REQUIRED yes
FIELD values.chapter TYPE string_uri REQUIRED... | {"lab_result":663.56,"cargo_type":"sample","values":{"berth_slot":"type_b","chapter":"https://example.com/api","published":657.14},"updated_at":821.34,"product_id":"user@domain.org"} | single_quotes | {
"type": "object",
"properties": {
"lab_result": {
"type": "number"
},
"cargo_type": {
"type": "string"
},
"values": {
"type": "object",
"properties": {
"comments": {
"type": "null"
},
"name": {
"type": "number"
},
... | {'lab_result':663.56,'cargo_type':'sample','values':{'berth_slot':'type_b','chapter':'https://example.com/api','published':657.14},'updated_at':821.34,'product_id':'user@domain.org'} | Expecting property name enclosed in double quotes | {"lab_result":663.56,"cargo_type":"sample","values":{"berth_slot":"type_b","chapter":"https://example.com/api","published":657.14},"updated_at":821.34,"product_id":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD discount TYPE integer REQUIRED no
FIELD due_date.strand TYPE number REQUIRED yes
FIELD due_date.vessel_name TYPE string REQUIRED no
FIELD due_date.features TYPE string REQUIRED yes
FIELD due_date.qualit... | {"product_id":"red","discount":683,"due_date":{"strand":705.09,"vessel_name":"Maria","features":"John","quality_score":"Diana","position":"GRCh38","footnote":{"description":"anchored","allele":437,"active":"nonsense","payment_status":"intermittent","transaction_id":true,"score":false,"deploy_target":false}},"altitude":... | thought_process | {
"type": "object",
"properties": {
"product_id": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"discount": {
"type": "integer"
},
"due_date": {
"type": "object",
"properties": {
"st... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"product_id":"red","discount":683,"due_date":{"strand":705.09,"vessel_name":"Maria","features":"John","quality_score":"Diana","position":"GRCh38","footnote":{"description":"anchored","allele":437,"active":"nonsense","payment... | Output contains chain-of-thought reasoning before JSON | {"product_id":"red","discount":683,"due_date":{"strand":705.09,"vessel_name":"Maria","features":"John","quality_score":"Diana","position":"GRCh38","footnote":{"description":"anchored","allele":437,"active":"nonsense","payment_status":"intermittent","transaction_id":true,"score":false,"deploy_target":false}},"altitude":... |
TASK repair_structured_output
SPEC
FIELD field_v87 TYPE string REQUIRED no
FIELD key_h50 TYPE string_uri REQUIRED no
FIELD dim_b17 TYPE number REQUIRED no
FIELD dim_m82 TYPE boolean REQUIRED yes
FIELD col_a18 TYPE string REQUIRED yes
FIELD val_e28 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_o44 TYPE s... | {"dim_b17":815.34,"dim_m82":true,"col_a18":"https://api.example.com/v1","dim_o44":"https://example.org/api"} | thought_process | {
"type": "object",
"properties": {
"field_v87": {
"type": "string"
},
"key_h50": {
"type": "string",
"format": "uri"
},
"dim_b17": {
"type": "number"
},
"dim_m82": {
"type": "boolean"
},
"col_a18": {
"type": "string"
},
"val_e28": {
... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"dim_b17":815.34,"dim_m82":true,"col_a18":"https://api.example.com/v1","dim_o44":"https://example.org/api"} | Output contains chain-of-thought reasoning before JSON | {"dim_b17":815.34,"dim_m82":true,"col_a18":"https://api.example.com/v1","dim_o44":"https://example.org/api"} |
TASK repair_structured_output
SPEC
FIELD val_j75 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_k75 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_p28 TYPE string_email REQUIRED yes
FIELD dim_a40 TYPE integer REQUIRED no
FIELD dim_k69 TYPE integer REQUIRE... | {"dim_k75":"intermittent","key_p28":"admin@test.io","dim_k69":218,"val_v58":"Johnson"} | extra_text_before | {
"type": "object",
"properties": {
"val_j75": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"dim_k75": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
... | Sensor output follows:
{"dim_k75":"intermittent","key_p28":"admin@test.io","dim_k69":218,"val_v58":"Johnson"} | Output contains non-JSON text before the object | {"dim_k75":"intermittent","key_p28":"admin@test.io","dim_k69":218,"val_v58":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD col_b58 TYPE integer REQUIRED no
FIELD field_u17 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD field_z66 TYPE null REQUIRED no
FIELD val_a29 TYPE integer REQUIRED no
FIELD dim_q32.col_z94 TYPE string VALUES pending_review|confirmed|rejected|escalated REQ... | {"field_z66":null,"val_a29":237,"dim_q32":{"col_z94":"escalated","key_f97":"reliable","prop_w25":"editor","dim_m28":333},"field_x93":565,"attr_v16":"user@domain.com"} | extra_text_before | {
"type": "object",
"properties": {
"col_b58": {
"type": "integer"
},
"field_u17": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_z66": {
"type": "null"
},
"val_a29": {
"type": "int... | Here is the JSON you requested:
{"field_z66":null,"val_a29":237,"dim_q32":{"col_z94":"escalated","key_f97":"reliable","prop_w25":"editor","dim_m28":333},"field_x93":565,"attr_v16":"user@domain.com"} | Output contains non-JSON text before the object | {"field_z66":null,"val_a29":237,"dim_q32":{"col_z94":"escalated","key_f97":"reliable","prop_w25":"editor","dim_m28":333},"field_x93":565,"attr_v16":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD dim_a38 TYPE string REQUIRED yes
FIELD val_z79 TYPE string REQUIRED yes
FIELD dim_y36 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD field_d46.dim_k38 TYPE boolean REQUIRED yes
FIELD field_d46.val_v40 TYPE number REQUIRED no
FIELD field_d46.prop_c32 TY... | {"dim_a38":"Oliveira","val_z79":"Berlin","field_d46":{"dim_k38":false,"val_v40":924.22,"prop_c32":935,"prop_q49":162,"key_w87":{"key_o85":"foo","prop_k61":"level_1","val_x19":null,"dim_v88":343}}} | agent_chain | {
"type": "object",
"properties": {
"dim_a38": {
"type": "string"
},
"val_z79": {
"type": "string"
},
"dim_y36": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"field_d4... | I need to look up the information first.
Action: annotate_mutation
Result: {"dim_a38": "Oliveira", "field_d46": {"dim_k38": false, "val_v40": 924.22, "prop_c32": 935, "prop_q49": 162, "key_w87": {"key_o85": "foo", "prop_k61": "level_1", "val_x19": null, "dim_v88": 343}}}
Processing the request now.
Action: check_avail... | Agent multi-step chain with truncated tool output | {"dim_a38":"Oliveira","val_z79":"Berlin","field_d46":{"dim_k38":false,"val_v40":924.22,"prop_c32":935,"prop_q49":162,"key_w87":{"key_o85":"foo","prop_k61":"level_1","val_x19":null,"dim_v88":343}}} |
TASK repair_structured_output
SPEC
FIELD key_s13 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD dim_t79 TYPE boolean REQUIRED no
FIELD param_g26.key_z88 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_g26.param_a77 TYPE boolean REQUIRED no
FIELD param_g26.key_y70.dim_d66 ... | {"key_s13":"coastal","dim_t79":true} | missing_required | {
"type": "object",
"properties": {
"key_s13": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"dim_t79": {
"type": "boolean"
},
"param_g26": {
"type": "object",
"properties": {
"key_z88": {
... | {"dim_t79": true} | Required field 'key_s13' is missing | {"key_s13":"coastal","dim_t79":true} |
TASK repair_structured_output
SPEC
FIELD commit_hash.zip_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD commit_hash.active TYPE string REQUIRED yes
FIELD commit_hash.credit_score[].notes TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD commit_hash.credit_score... | {"commit_hash":{"zip_code":"in_progress","active":"quux","credit_score":[{"notes":"offline","description":874.7,"step":324,"half_life":"warning","credit_score":"world","subtotal":425.64}]},"diagnosis_code":"synonymous","invoice_id":"delivered","user_id":"high","loan_amount":638.83,"subtotal":"archived","color":478,"run... | missing_required | {
"type": "object",
"properties": {
"commit_hash": {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"active": {
... | {"commit_hash": {"zip_code": "in_progress", "active": "quux", "credit_score": [{"notes": "offline", "description": 874.7, "step": 324, "half_life": "warning", "credit_score": "world", "subtotal": 425.64}]}, "diagnosis_code": "synonymous", "invoice_id": "delivered", "loan_amount": 638.83, "subtotal": "archived", "color"... | Required field 'user_id' is missing | {"commit_hash":{"zip_code":"in_progress","active":"quux","credit_score":[{"notes":"offline","description":874.7,"step":324,"half_life":"warning","credit_score":"world","subtotal":425.64}]},"diagnosis_code":"synonymous","invoice_id":"delivered","user_id":"high","loan_amount":638.83,"subtotal":"archived","color":478,"run... |
TASK repair_structured_output
SPEC
FIELD field_u93 TYPE integer REQUIRED yes
FIELD field_a13 TYPE string_date-time REQUIRED no
FIELD key_e97 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_g71 TYPE string REQUIRED yes
FIELD param_r79[] TYPE string REQUIRED no
BROKEN_OUTPUT
Below is the JSON object... | {"field_u93":87,"field_g71":"completed","param_r79":["2024-06-30","Hapag-Lloyd-Express","sample","test@example.com"]} | markdown_explanation | {
"type": "object",
"properties": {
"field_u93": {
"type": "integer"
},
"field_a13": {
"type": "string",
"format": "date-time"
},
"key_e97": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_g... | Below is the JSON object:
```json
{"field_u93":87,"field_g71":"completed","param_r79":["2024-06-30","Hapag-Lloyd-Express","sample","test@example.com"]}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"field_u93":87,"field_g71":"completed","param_r79":["2024-06-30","Hapag-Lloyd-Express","sample","test@example.com"]} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD user_id TYPE string VALUES option_a|option_b REQUIRED no
FIELD port_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD size TYPE boolean REQUIRED no
FIELD width TYPE string R... | {"branch":"mode_b","user_id":"option_a","width":"user@domain.com","address":80.48,"phenotype":887} | tool_call_bad_format | {
"type": "object",
"properties": {
"branch": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"user_id": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"port_code": {
"t... | <functioncall> get_inventory
{branch: "mode_b", user_id: "option_a", width: "user@domain.com", address: 80.48, phenotype: 887} | Tool call has malformed arguments — unquoted keys in function parameters | {"branch":"mode_b","user_id":"option_a","width":"user@domain.com","address":80.48,"phenotype":887} |
TASK repair_structured_output
SPEC
FIELD velocity.comments TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD velocity.half_life TYPE integer REQUIRED no
FIELD velocity.ph_level TYPE integer REQUIRED yes
FIELD velocity.created_at TYPE number REQUIRED yes
FIELD sensor_id TYPE string REQUIRED no
FIELD l... | {"velocity":{"comments":"cat_e","half_life":446,"ph_level":753,"created_at":117.47},"loan_amount":{"thumbnail":"admin@test.io","span_id":322.41,"end_date":"option_b"},"color":"https://example.io/v1"} | missing_bracket | {
"type": "object",
"properties": {
"velocity": {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"half_life"... | {"velocity":{"comments":"cat_e","half_life":446,"ph_level":753,"created_at":117.47},"loan_amount":{"thumbnail":"admin@test.io","span_id":322.41,"end_date":"option_b"},"color":"https://example.io/v1"} | Missing closing bracket | {"velocity":{"comments":"cat_e","half_life":446,"ph_level":753,"created_at":117.47},"loan_amount":{"thumbnail":"admin@test.io","span_id":322.41,"end_date":"option_b"},"color":"https://example.io/v1"} |
TASK repair_structured_output
SPEC
FIELD score TYPE boolean REQUIRED no
FIELD total TYPE string REQUIRED no
FIELD coverage TYPE integer REQUIRED no
FIELD manifest_ref TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD ph_level TYPE integer REQUIRED no
FIELD trace_id TYPE string REQUIRED no
FI... | {"coverage":676,"ph_level":105,"trace_id":"REV","quantity":424} | tool_call_python_syntax | {
"type": "object",
"properties": {
"score": {
"type": "boolean"
},
"total": {
"type": "string"
},
"coverage": {
"type": "integer"
},
"manifest_ref": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"framesh... | call_variants(coverage=676, ph_level=105, trace_id='REV', quantity=424) | Tool call uses Python syntax instead of JSON | {"coverage":676,"ph_level":105,"trace_id":"REV","quantity":424} |
TASK repair_structured_output
SPEC
FIELD field_l24 TYPE string REQUIRED no
FIELD key_u61 TYPE number REQUIRED no
FIELD param_t39 TYPE integer REQUIRED no
FIELD attr_m43 TYPE number REQUIRED no
FIELD dim_t82.val_b37 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_t82.dim_a59 TYPE integer REQUIRED no
F... | {"field_l24":"REV","key_u61":988.23,"param_t39":64,"dim_t82":{"val_b37":"inactive","dim_a59":752,"prop_v62":false},"attr_f53":"A short description.","attr_x28":420.49} | truncated_object | {
"type": "object",
"properties": {
"field_l24": {
"type": "string"
},
"key_u61": {
"type": "number"
},
"param_t39": {
"type": "integer"
},
"attr_m43": {
"type": "number"
},
"dim_t82": {
"type": "object",
"properties": {
"val_b37": {
... | {"field_l24":"REV","key_u61":988.23,"param_t39":64,"dim_t82":{"val_b37":"inactive","dim_a59":752,"prop_v62":false},"attr_f53":"A short description.","attr_x28":420.49 | Unexpected end of JSON input — truncated object | {"field_l24":"REV","key_u61":988.23,"param_t39":64,"dim_t82":{"val_b37":"inactive","dim_a59":752,"prop_v62":false},"attr_f53":"A short description.","attr_x28":420.49} |
TASK repair_structured_output
SPEC
FIELD param_e65 TYPE integer REQUIRED yes
FIELD val_y28 TYPE string REQUIRED no
FIELD prop_w34 TYPE string_date-time REQUIRED no
FIELD col_t11.field_y11.param_d56 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_t11.field_y11.attr_r19 TYPE string VALUES oper... | {"param_e65":877,"val_y28":"foo","prop_w34":"2022-06-13T19:54:00Z","col_t11":{"field_y11":{"param_d56":"berthed","attr_r19":"maintenance","dim_v48":564},"field_y12":"married","val_c19":false,"key_e91":734,"param_n35":null,"prop_d91":false}} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_e65": {
"type": "integer"
},
"val_y28": {
"type": "string"
},
"prop_w34": {
"type": "string",
"format": "date-time"
},
"col_t11": {
"type": "object",
"properties": {
"field_y11": {
"type": "o... | Let me check the system.
Action: validate_address
Arguments: {"val_y28": "foo", "prop_w34": "2022-06-13T19:54:00Z", "col_t11": {"field_y11": {"param_d56": "berthed", "attr_r19": "maintenance", "dim_v48": 564}, "field_y12": "married", "val_c19": false, "key_e91": 734, "param_n35": null, "prop_d91": false}} | Agent tool call missing required parameter 'param_e65' | {"param_e65":877,"val_y28":"foo","prop_w34":"2022-06-13T19:54:00Z","col_t11":{"field_y11":{"param_d56":"berthed","attr_r19":"maintenance","dim_v48":564},"field_y12":"married","val_c19":false,"key_e91":734,"param_n35":null,"prop_d91":false}} |
TASK repair_structured_output
SPEC
FIELD prop_h08 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD col_z76 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD prop_q46 TYPE integer REQUIRED yes
FIELD field_k48 TYPE string VALUES option_a|option_b|option_c REQUIRED no
BROKEN_OUTPUT
Here is ... | {"prop_h08":"option_b","col_z76":"option_a","prop_q46":75,"field_k48":"option_a"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_h08": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"col_z76": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"prop_q46": {... | Here is the response in the requested format:
```json
{"prop_h08":"option_b","col_z76":"option_a","prop_q46":75,"field_k48":"option_a"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"prop_h08":"option_b","col_z76":"option_a","prop_q46":75,"field_k48":"option_a"} |
TASK repair_structured_output
SPEC
FIELD col_k29 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_n61 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_z29 TYPE integer REQUIRED no
FIELD col_d81 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"col_k29":"reliable","dim_n61":"medium",... | {"col_k29":"reliable","dim_n61":"medium","col_z29":282,"col_d81":"https://example.org/v1"} | truncated_array | {
"type": "object",
"properties": {
"col_k29": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_n61": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"... | {"col_k29":"reliable","dim_n61":"medium","col_z29":282,"col_d81":"https://example.org/v1" | Unexpected end of JSON input — truncated object | {"col_k29":"reliable","dim_n61":"medium","col_z29":282,"col_d81":"https://example.org/v1"} |
TASK repair_structured_output
SPEC
FIELD key_u84 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD col_t64 TYPE integer REQUIRED no
FIELD dim_e13 TYPE string VALUES option_a|option_b REQUIRED no
FIELD prop_z51.prop_r29 TYPE string REQUIRED yes
FIELD prop_z51.dim_c29 TYPE string VALUES active|inactive|... | {"key_u84":"cat_d","col_t64":732,"dim_e13":"option_b","prop_z51":{"prop_r29":"New York","dim_c29":"pending","field_j32":"underway"},"key_m13":"Diana","col_a53":767,"val_d93":"Oliveira","prop_z95":345} | missing_bracket | {
"type": "object",
"properties": {
"key_u84": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"col_t64": {
"type": "integer"
},
"dim_e13": {
"type": "string",
"enum": [
"option_a",... | {"key_u84":"cat_d","col_t64":732,"dim_e13":"option_b","prop_z51":{"prop_r29":"New York","dim_c29":"pending","field_j32":"underway"},"key_m13":"Diana","col_a53":767,"val_d93":"Oliveira","prop_z95":345} | Missing closing bracket | {"key_u84":"cat_d","col_t64":732,"dim_e13":"option_b","prop_z51":{"prop_r29":"New York","dim_c29":"pending","field_j32":"underway"},"key_m13":"Diana","col_a53":767,"val_d93":"Oliveira","prop_z95":345} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string REQUIRED no
FIELD brake_pressure TYPE boolean REQUIRED yes
FIELD procedure_code TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD collateral TYPE number REQUIRED no
BROKEN_OUTPUT
{"brake_pressure": null, "collateral": 153.89} | {"brake_pressure":false,"collateral":153.89} | null_required | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string"
},
"brake_pressure": {
"type": "boolean"
},
"procedure_code": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"collatera... | {"brake_pressure": null, "collateral": 153.89} | Required field 'brake_pressure' is null | {"brake_pressure":false,"collateral":153.89} |
TASK repair_structured_output
SPEC
FIELD attr_p75 TYPE string REQUIRED yes
FIELD field_c52 TYPE integer REQUIRED no
FIELD col_h35[].attr_l37 TYPE integer REQUIRED no
FIELD col_h35[].attr_s73 TYPE null REQUIRED yes
FIELD col_h35[].field_v16 TYPE number REQUIRED yes
FIELD col_h35[].dim_z83 TYPE integer REQUIRED no
FIELD... | {"attr_p75":"RTG-04","field_c52":411,"col_h35":[{"attr_l37":206,"attr_s73":null,"field_v16":307.87,"param_x84":886,"param_g98":"test@example.com","field_v64":"REV"},{"attr_l37":370,"attr_s73":null,"field_v16":953.91,"dim_z83":568,"param_x84":922,"param_g98":"MV-Evergreen-01","field_v64":"2024-06-30"},{"attr_l37":398,"a... | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_p75": {
"type": "string"
},
"field_c52": {
"type": "integer"
},
"col_h35": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attr_l37": {
"type": "integer"
},
... | Let me check the system.
<tool_call name="create_ticket">
{"attr_p75":"RTG-04","field_c52":411,"col_h35":[{"attr_l37":206,"attr_s73":null,"field_v16":307.87,"param_x84":886,"param_g98":"test@example.com","field_v64":"REV"},{"attr_l37":370,"attr_s73":null,"field_v16":953.91,"dim_z83":568,"param_x84":922,"param_g98":"MV-... | Agent response mixes reasoning text with tool call | {"attr_p75":"RTG-04","field_c52":411,"col_h35":[{"attr_l37":206,"attr_s73":null,"field_v16":307.87,"param_x84":886,"param_g98":"test@example.com","field_v64":"REV"},{"attr_l37":370,"attr_s73":null,"field_v16":953.91,"dim_z83":568,"param_x84":922,"param_g98":"MV-Evergreen-01","field_v64":"2024-06-30"},{"attr_l37":398,"a... |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE integer REQUIRED no
FIELD due_date TYPE integer REQUIRED no
FIELD sensor_id.run_id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD sensor_id.version TYPE string REQUIRED no
FIELD sensor_id.email TYPE string VALUES cat_a|cat_b|cat_c|cat_d|ca... | {"duration_ms":869,"due_date":184,"sensor_id":{"run_id":"reliable","version":"quux"}} | truncated_array | {
"type": "object",
"properties": {
"duration_ms": {
"type": "integer"
},
"due_date": {
"type": "integer"
},
"sensor_id": {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"reliable",
"unstable"... | {"duration_ms":869,"due_date":184,"sensor_id":{"run_id":"reliable","version":"quux"} | Unexpected end of JSON input — truncated object | {"duration_ms":869,"due_date":184,"sensor_id":{"run_id":"reliable","version":"quux"}} |
TASK repair_structured_output
SPEC
FIELD col_r50 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD col_y63 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_g14 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_t92 TYPE string_email REQUIRED no
FIELD col_i44 T... | {"col_r50":"resolved","col_i44":"heterozygous","key_f11":709} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_r50": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_y63": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | assign_berth(col_r50='resolved', col_i44='heterozygous', key_f11=709) | Tool call uses Python syntax instead of JSON | {"col_r50":"resolved","col_i44":"heterozygous","key_f11":709} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string REQUIRED no
FIELD price TYPE boolean REQUIRED no
FIELD shift_code TYPE string VALUES draft|published|archived REQUIRED yes
FIELD build_status TYPE string REQUIRED yes
FIELD trace_id TYPE number REQUIRED yes
FIELD category TYPE boolean REQUIRED yes
BROKEN_O... | {"price":false,"shift_code":"draft","build_status":"QC-07","trace_id":752.79,"category":true} | single_quotes | {
"type": "object",
"properties": {
"catalyst": {
"type": "string"
},
"price": {
"type": "boolean"
},
"shift_code": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"build_status": {
"type": "string"
},
... | {'price':false,'shift_code':'draft','build_status':'QC-07','trace_id':752.79,'category':true} | Expecting property name enclosed in double quotes | {"price":false,"shift_code":"draft","build_status":"QC-07","trace_id":752.79,"category":true} |
TASK repair_structured_output
SPEC
FIELD bearing.country TYPE string VALUES success|error|warning|info REQUIRED no
FIELD bearing.organism TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD bearing.paragraph TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD be... | {"bearing":{"country":"error","organism":"rejected","paragraph":"maintenance","compound":false},"frequency_hz":"EUR","nickname":498.65,"filter_flag":true,"company":76.61} | extra_text_before | {
"type": "object",
"properties": {
"bearing": {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"organism": {
"type":... | Here is the JSON you requested:
{"bearing":{"country":"error","organism":"rejected","paragraph":"maintenance","compound":false},"frequency_hz":"EUR","nickname":498.65,"filter_flag":true,"company":76.61} | Output contains non-JSON text before the object | {"bearing":{"country":"error","organism":"rejected","paragraph":"maintenance","compound":false},"frequency_hz":"EUR","nickname":498.65,"filter_flag":true,"company":76.61} |
TASK repair_structured_output
SPEC
FIELD prop_t28 TYPE integer REQUIRED no
FIELD field_f90 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD prop_g83.val_y13 TYPE string REQUIRED no
FIELD prop_g83.dim_w87.dim_y01 TYPE string REQUIRED yes
FIELD prop_g83.dim_w87.param_v41 TYPE string_date-time REQU... | {"prop_t28":218,"field_f90":"heterozygous","prop_g83":{"attr_v33":"quux"},"key_i11":{"param_u51":"PASS","col_s97":true,"attr_q82":110,"val_l28":"married","col_i88":"user@domain.com"},"key_h09":{"prop_t15":"reliable","key_h69":false,"param_j76":"pending","dim_r60":"anchored","field_m83":"REV","prop_z53":"2022-05-15T18:0... | extra_text_before | {
"type": "object",
"properties": {
"prop_t28": {
"type": "integer"
},
"field_f90": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_g83": {
"type": "object",
"properties": {
"val_y13": {
... | Pipeline result:
{"prop_t28":218,"field_f90":"heterozygous","prop_g83":{"attr_v33":"quux"},"key_i11":{"param_u51":"PASS","col_s97":true,"attr_q82":110,"val_l28":"married","col_i88":"user@domain.com"},"key_h09":{"prop_t15":"reliable","key_h69":false,"param_j76":"pending","dim_r60":"anchored","field_m83":"REV","prop_z53"... | Output contains non-JSON text before the object | {"prop_t28":218,"field_f90":"heterozygous","prop_g83":{"attr_v33":"quux"},"key_i11":{"param_u51":"PASS","col_s97":true,"attr_q82":110,"val_l28":"married","col_i88":"user@domain.com"},"key_h09":{"prop_t15":"reliable","key_h69":false,"param_j76":"pending","dim_r60":"anchored","field_m83":"REV","prop_z53":"2022-05-15T18:0... |
TASK repair_structured_output
SPEC
FIELD val_z07 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD val_b48 TYPE string REQUIRED yes
FIELD col_o27 TYPE string_uri REQUIRED no
FIELD attr_b98 TYPE string_date-time REQUIRED yes
FIELD attr_d54 TYPE integer REQUIRED no
FIELD field_a61 TYPE bo... | {"val_z07":"option_e","val_b48":"QC-07","col_o27":"https://example.io/v1","attr_b98":"2023-07-22T07:11:00Z","attr_d54":950} | missing_bracket | {
"type": "object",
"properties": {
"val_z07": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"val_b48": {
"type": "string"
},
"col_o27": {
"type": "string",
"format": "uri"... | {"val_z07":"option_e","val_b48":"QC-07","col_o27":"https://example.io/v1","attr_b98":"2023-07-22T07:11:00Z","attr_d54":950} | Missing closing bracket | {"val_z07":"option_e","val_b48":"QC-07","col_o27":"https://example.io/v1","attr_b98":"2023-07-22T07:11:00Z","attr_d54":950} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE integer REQUIRED no
FIELD consignee TYPE string REQUIRED yes
FIELD version TYPE string REQUIRED no
FIELD notes TYPE string REQUIRED no
FIELD id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD voltage TYPE string_date-time REQUIR... | {"invoice_id":654,"consignee":"A short description.","version":"world","notes":"foo","id":"option_b","voltage":"2025-09-03T04:54:00Z","pressure_kpa":{"thumbnail":"unstable","coverage":276,"type":619.7,"decay_rate":"Diana"}} | unquoted_keys | {
"type": "object",
"properties": {
"invoice_id": {
"type": "integer"
},
"consignee": {
"type": "string"
},
"version": {
"type": "string"
},
"notes": {
"type": "string"
},
"id": {
"type": "string",
"enum": [
"option_a",
"option_... | {invoice_id:654,consignee:"A short description.",version:"world",notes:"foo",id:"option_b",voltage:"2025-09-03T04:54:00Z",pressure_kpa:{thumbnail:"unstable",coverage:276,type:619.7,decay_rate:"Diana"}} | Expecting property name enclosed in double quotes | {"invoice_id":654,"consignee":"A short description.","version":"world","notes":"foo","id":"option_b","voltage":"2025-09-03T04:54:00Z","pressure_kpa":{"thumbnail":"unstable","coverage":276,"type":619.7,"decay_rate":"Diana"}} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE integer REQUIRED no
FIELD brake_pressure TYPE string REQUIRED no
FIELD barcode.balance TYPE string REQUIRED no
FIELD barcode.bed_number TYPE string REQUIRED yes
FIELD barcode.frequency_hz TYPE null REQUIRED yes
FIELD barcode.feedback TYPE integer REQUIRED yes
... | {"brake_pressure":"quux","barcode":{"balance":"John","bed_number":"2024-06-30","frequency_hz":null,"feedback":361,"color":[163,34,548,505]},"age":"New York","count":"foo","color":false} | single_quotes | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "integer"
},
"brake_pressure": {
"type": "string"
},
"barcode": {
"type": "object",
"properties": {
"balance": {
"type": "string"
},
"bed_number": {
"type": "string"
... | {'brake_pressure':'quux','barcode':{'balance':'John','bed_number':'2024-06-30','frequency_hz':null,'feedback':361,'color':[163,34,548,505]},'age':'New York','count':'foo','color':false} | Expecting property name enclosed in double quotes | {"brake_pressure":"quux","barcode":{"balance":"John","bed_number":"2024-06-30","frequency_hz":null,"feedback":361,"color":[163,34,548,505]},"age":"New York","count":"foo","color":false} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE string VALUES success|error|warning|info REQUIRED no
FIELD wavelength TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD updated_at TYPE integer REQUIRED no
FIELD insurance_id TYPE integer REQUIRED no
FIELD company TYPE string VALUES coastal|oceanic|in... | {"wavelength":"level_3","updated_at":824,"company":"arctic","timezone":"test@test.io","product_id":"moored"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"wavelength": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"... | Tool: transfer_call
Params: {"wavelength": "level_3", "updated_at": 824, "company": "arctic", "timezone": "test@test.io", "product_id_value": "moored"} | Agent used wrong parameter name 'product_id_value' instead of 'product_id' | {"wavelength":"level_3","updated_at":824,"company":"arctic","timezone":"test@test.io","product_id":"moored"} |
TASK repair_structured_output
SPEC
FIELD prop_z95 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_h38 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_r71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD field_y13 TYPE boolean REQUIRED no
FIELD val_h18 TYPE null REQUIRED... | {"prop_z95":"xl","prop_h38":"sms","key_r71":"oceanic","val_h18":null,"param_g78":597,"field_w19":323} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_z95": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"prop_h38": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"... | I need to look up the information first.
Action: get_inventory
Arguments: {"prop_z95": "xl", "prop_h38": "sms", "key_r71": "oceanic", "param_g78": 597, "field_w19": 323} | Agent tool call missing required parameter 'val_h18' | {"prop_z95":"xl","prop_h38":"sms","key_r71":"oceanic","val_h18":null,"param_g78":597,"field_w19":323} |
TASK repair_structured_output
SPEC
FIELD options.length TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD options.size TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD options.yield_pct TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD phone TYPE boolean REQUIRED yes
FIELD hazmat_c... | {"options":{"length":"pro","size":"xl","yield_pct":"active"},"phone":false,"hazmat_code":"demo","chromosome":{"medication":"inactive","quantity":"pending","count":["https://www.com/v1","https://example.com/api"]},"type":535.8} | single_quotes | {
"type": "object",
"properties": {
"options": {
"type": "object",
"properties": {
"length": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"size": {
"type": "stri... | {'options':{'length':'pro','size':'xl','yield_pct':'active'},'phone':false,'hazmat_code':'demo','chromosome':{'medication':'inactive','quantity':'pending','count':['https://www.com/v1','https://example.com/api']},'type':535.8} | Expecting property name enclosed in double quotes | {"options":{"length":"pro","size":"xl","yield_pct":"active"},"phone":false,"hazmat_code":"demo","chromosome":{"medication":"inactive","quantity":"pending","count":["https://www.com/v1","https://example.com/api"]},"type":535.8} |
TASK repair_structured_output
SPEC
FIELD visible TYPE string REQUIRED yes
FIELD lane TYPE string REQUIRED yes
FIELD log_level TYPE number REQUIRED yes
BROKEN_OUTPUT
{visible:"user@domain.com",lane:"test",log_level:957.94} | {"visible":"user@domain.com","lane":"test","log_level":957.94} | unquoted_keys | {
"type": "object",
"properties": {
"visible": {
"type": "string"
},
"lane": {
"type": "string"
},
"log_level": {
"type": "number"
}
},
"required": [
"log_level",
"visible",
"lane"
]
} | {visible:"user@domain.com",lane:"test",log_level:957.94} | Expecting property name enclosed in double quotes | {"visible":"user@domain.com","lane":"test","log_level":957.94} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string_email REQUIRED yes
FIELD voltage TYPE null REQUIRED yes
FIELD salinity TYPE string REQUIRED no
FIELD level.run_id TYPE number REQUIRED no
FIELD level.phone TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD level.values.dosage TYPE boolea... | {"vital_sign":"user@domain.org","voltage":null,"salinity":"A short description.","level":{"phone":"unstable","values":{"dosage":true,"invoice_id":659,"visible":"John","turbidity":815.24,"comments":"small"},"patient_id":"https://api.io/data"},"wavelength":"frameshift","decay_rate":"push"} | truncated_object | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"format": "email"
},
"voltage": {
"type": "null"
},
"salinity": {
"type": "string"
},
"level": {
"type": "object",
"properties": {
"run_id": {
"type": "number"
... | {"vital_sign":"user@domain.org","voltage":null,"salinity":"A short description.","level":{"phone":"unstable","values":{"dosage":true,"invoice_id":659,"visible":"John","turbidity":815.24,"comments":"small"},"patient_id":"https://api.io/data"},"wavelength":"frameshift","decay_rate":"push" | Unexpected end of JSON input — truncated object | {"vital_sign":"user@domain.org","voltage":null,"salinity":"A short description.","level":{"phone":"unstable","values":{"dosage":true,"invoice_id":659,"visible":"John","turbidity":815.24,"comments":"small"},"patient_id":"https://api.io/data"},"wavelength":"frameshift","decay_rate":"push"} |
TASK repair_structured_output
SPEC
FIELD run_id.strand TYPE string VALUES level_1|level_2 REQUIRED no
FIELD run_id.position TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD run_id.zip_code TYPE null REQUIRED no
FIELD run_id.temp_celsius TYPE string VALUES draft|published|archived REQUIRED no
FIELD run_id.procedure_c... | {"run_id":{"strand":"level_2","position":"mode_b","temp_celsius":"published","procedure_code":"Luis","size":{"decay_rate":"delivered","status_code":"https://www.com/api","crew_id":"Luis","footnote":283.47,"size":"https://example.org/v1"}},"features":989,"invoice_id":"type_c"} | thought_process | {
"type": "object",
"properties": {
"run_id": {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"position": {
"type": "string",
"enum": [
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"run_id":{"strand":"level_2","position":"mode_b","temp_celsius":"published","procedure_code":"Luis","size":{"decay_rate":"delivered","status_code":"https://www.com/api","crew_id":"Luis","footnote":283.47,"size":"https://example.org/v... | Output contains chain-of-thought reasoning before JSON | {"run_id":{"strand":"level_2","position":"mode_b","temp_celsius":"published","procedure_code":"Luis","size":{"decay_rate":"delivered","status_code":"https://www.com/api","crew_id":"Luis","footnote":283.47,"size":"https://example.org/v1"}},"features":989,"invoice_id":"type_c"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string REQUIRED no
FIELD items TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD terminal_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD priority[] TYPE number REQUIRED no
BROKEN_OUTPUT
I've generated the following JSON:
```j... | {"annotation":"quux","items":"viewer"} | markdown_explanation | {
"type": "object",
"properties": {
"annotation": {
"type": "string"
},
"items": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"terminal_id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | I've generated the following JSON:
```json
{"annotation":"quux","items":"viewer"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"annotation":"quux","items":"viewer"} |
TASK repair_structured_output
SPEC
FIELD dim_z23 TYPE string REQUIRED no
FIELD val_m48 TYPE string REQUIRED yes
FIELD param_a09 TYPE string REQUIRED no
FIELD param_l94 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: process_payment
Result... | {"dim_z23":"MV-Evergreen-01","val_m48":"bar","param_a09":"https://example.com","param_l94":"in_transit"} | agent_chain | {
"type": "object",
"properties": {
"dim_z23": {
"type": "string"
},
"val_m48": {
"type": "string"
},
"param_a09": {
"type": "string"
},
"param_l94": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | I need to look up the information first.
Action: process_payment
Result: {"val_m48": "bar", "param_a09": "https://example.com", "param_l94": "in_transit"}
Processing the request now.
Action: annotate_mutation
Result: | Agent multi-step chain with truncated tool output | {"dim_z23":"MV-Evergreen-01","val_m48":"bar","param_a09":"https://example.com","param_l94":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD val_z66 TYPE integer REQUIRED no
FIELD field_p34 TYPE number REQUIRED no
FIELD key_u37[].field_c62 TYPE string REQUIRED yes
FIELD key_u37[].attr_l62 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_u37[].field_i08 TYPE integer REQUIRED yes
FIELD key_u37[].val_g... | {"val_z66":836,"field_p34":567.75,"key_u37":[{"field_c62":"2024-01-15","attr_l62":"married","field_i08":360,"val_g26":null,"key_x71":false},{"field_c62":"Santos","attr_l62":"married","field_i08":588,"val_g26":null,"key_x71":false},{"field_c62":"2024-06-30","attr_l62":"married","field_i08":997,"val_g26":null,"key_x71":f... | tool_call_partial_args | {
"type": "object",
"properties": {
"val_z66": {
"type": "integer"
},
"field_p34": {
"type": "number"
},
"key_u37": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_c62": {
"type": "string"
},
... | I need to look up the information first.
Action: read_sensor_array
Arguments: {"val_z66": 836, "field_p34": 567.75, "val_y32": [{"key_n32": true, "key_o45": 654, "val_w74": "option_c"}, {"key_n32": false, "key_o45": 587, "val_w74": "option_c"}]} | Agent tool call missing required parameter 'key_u37' | {"val_z66":836,"field_p34":567.75,"key_u37":[{"field_c62":"2024-01-15","attr_l62":"married","field_i08":360,"val_g26":null,"key_x71":false},{"field_c62":"Santos","attr_l62":"married","field_i08":588,"val_g26":null,"key_x71":false},{"field_c62":"2024-06-30","attr_l62":"married","field_i08":997,"val_g26":null,"key_x71":f... |
TASK repair_structured_output
SPEC
FIELD item_id TYPE number REQUIRED yes
FIELD end_date TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD section TYPE string REQUIRED yes
FIELD country.yield_pct TYPE integer REQUIRED no
FIELD country.subtotal TYPE string REQUIRED yes
FIELD country.war... | {"item_id":722.94,"end_date":"option_e","section":"Tokyo","country":{"yield_pct":420,"subtotal":"Smith","longitude":"Silva"}} | partial_structure | {
"type": "object",
"properties": {
"item_id": {
"type": "number"
},
"end_date": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"section": {
"type": "string"
},
"country":... | Based on the data, section is Tokyo. {"item_id":722.94,"end_date":"option_e","section":"Tokyo","country":{"yield_pct":420,"subtotal":"Smith","longitude":"Silva"}} | Output mixes natural language with JSON | {"item_id":722.94,"end_date":"option_e","section":"Tokyo","country":{"yield_pct":420,"subtotal":"Smith","longitude":"Silva"}} |
TASK repair_structured_output
SPEC
FIELD attr_i10 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD key_x52 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_k28.prop_g51 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_k28.val_m54 TYPE number REQUIRED no... | {"attr_i10":"mode_d","key_x52":"type_b","key_k28":{"prop_g51":"oceanic","param_o98":237.3,"col_v52":382,"key_b22":"user@domain.org","dim_k48":136.63},"val_n77":"test@example.com","col_e20":"mode_b"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_i10": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"key_x52": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | I need to look up the information first.
Action: check_cargo_manifest
Arguments: {"key_x52": "type_b", "key_k28": {"prop_g51": "oceanic", "param_o98": 237.3, "col_v52": 382, "key_b22": "user@domain.org", "dim_k48": 136.63}, "val_n77": "test@example.com", "col_e20": "mode_b"} | Agent tool call missing required parameter 'attr_i10' | {"attr_i10":"mode_d","key_x52":"type_b","key_k28":{"prop_g51":"oceanic","param_o98":237.3,"col_v52":382,"key_b22":"user@domain.org","dim_k48":136.63},"val_n77":"test@example.com","col_e20":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string_uri REQUIRED yes
FIELD lab_result TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD type[].url TYPE string_date-time REQUIRED no
FIELD type[].section TYPE integer REQUIRED no
FIELD type[].quality_score TYPE string_email REQUIRED yes
FIELD type[].brak... | {"user_id":"https://www.org/v1","lab_result":"push","type":[{"url":"2023-05-13T06:13:00Z","section":266,"quality_score":"ops@test.io","brake_pressure":[true,true,false],"build_status":["rejected","escalated","escalated","rejected"]},{"section":934,"quality_score":"admin@example.com","brake_pressure":[false],"build_stat... | missing_bracket | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"format": "uri"
},
"lab_result": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"type": {
"type": "array",
"items": {
"type": "... | {"user_id":"https://www.org/v1","lab_result":"push","type":[{"url":"2023-05-13T06:13:00Z","section":266,"quality_score":"ops@test.io","brake_pressure":[true,true,false],"build_status":"rejected","escalated","escalated","rejected"]},{"section":934,"quality_score":"admin@example.com","brake_pressure":[false],"build_statu... | Missing closing bracket | {"user_id":"https://www.org/v1","lab_result":"push","type":[{"url":"2023-05-13T06:13:00Z","section":266,"quality_score":"ops@test.io","brake_pressure":[true,true,false],"build_status":["rejected","escalated","escalated","rejected"]},{"section":934,"quality_score":"admin@example.com","brake_pressure":[false],"build_stat... |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD paragraph TYPE number REQUIRED no
FIELD height TYPE integer REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED no
FIELD loan_amount.loan_amount.subtotal TYPE integer REQUIRED no
F... | {"bill_of_lading":"option_e","paragraph":712.52,"height":601,"aligned_pct":"Luis","barcode":"https://example.com/api","bearing":null} | single_quotes | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"paragraph": {
"type": "number"
},
"height": {
"type": "integer"
},
"a... | {'bill_of_lading':'option_e','paragraph':712.52,'height':601,'aligned_pct':'Luis','barcode':'https://example.com/api','bearing':null} | Expecting property name enclosed in double quotes | {"bill_of_lading":"option_e","paragraph":712.52,"height":601,"aligned_pct":"Luis","barcode":"https://example.com/api","bearing":null} |
TASK repair_structured_output
SPEC
FIELD param_s84 TYPE number REQUIRED yes
FIELD val_g14 TYPE integer REQUIRED yes
FIELD dim_g82 TYPE number REQUIRED yes
FIELD prop_b39[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"param_s84": 595.7, "val_g14": 94, "dim_g82": "147.5sec", "prop_b39": [274, 764, 27, 322]} | {"param_s84":595.7,"val_g14":94,"dim_g82":147.5,"prop_b39":[274,764,27,322]} | number_with_unit | {
"type": "object",
"properties": {
"param_s84": {
"type": "number"
},
"val_g14": {
"type": "integer"
},
"dim_g82": {
"type": "number"
},
"prop_b39": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"param_s84",
... | {"param_s84": 595.7, "val_g14": 94, "dim_g82": "147.5sec", "prop_b39": [274, 764, 27, 322]} | Field 'dim_g82' must be number, got string with unit | {"param_s84":595.7,"val_g14":94,"dim_g82":147.5,"prop_b39":[274,764,27,322]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.