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 voltage TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES success|error|warning|info REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD credit_score TYPE string REQUIRED yes
FIELD first_name.voltage TYPE number REQUIRED yes
FIELD first_name.features ... | {"voltage":"qux","bill_of_lading":"London","credit_score":"New York","first_name":{"voltage":17.31,"features":"user@test.io","span_id":27.19,"zip_code":{"priority":319,"vessel_name":197,"trace_id":671},"sensor_id":{"first_name":213.0,"thumbnail":"Hapag-Lloyd-Express","decay_rate":["enterprise","pro"],"user_id":["Hapag-... | thought_process | {
"type": "object",
"properties": {
"voltage": {
"type": "string"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"bill_of_lading": {
"type": "string"
},
"credit_score": {
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"voltage":"qux","bill_of_lading":"London","credit_score":"New York","first_name":{"voltage":17.31,"features":"user@test.io","span_id":27.19,"zip_code":{"priority":319,"vessel_name":197,"trace_id":671},"sensor_id":{"... | Output contains chain-of-thought reasoning before JSON | {"voltage":"qux","bill_of_lading":"London","credit_score":"New York","first_name":{"voltage":17.31,"features":"user@test.io","span_id":27.19,"zip_code":{"priority":319,"vessel_name":197,"trace_id":671},"sensor_id":{"first_name":213.0,"thumbnail":"Hapag-Lloyd-Express","decay_rate":["enterprise","pro"],"user_id":["Hapag-... |
TASK repair_structured_output
SPEC
FIELD level TYPE number REQUIRED no
FIELD section TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD product_id TYPE boolean REQUIRED yes
FIELD crew_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD repository TYPE string VALUES berthed|anc... | {"level":26.19,"section":"pending_review","product_id":false,"repository":"berthed","terminal_id":"QC-07"} | markdown_explanation | {
"type": "object",
"properties": {
"level": {
"type": "number"
},
"section": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"product_id": {
"type": "boolean"
},
"crew_id": {
"t... | Below is the JSON object:
```json
{"level":26.19,"section":"pending_review","product_id":false,"repository":"berthed","terminal_id":"QC-07"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"level":26.19,"section":"pending_review","product_id":false,"repository":"berthed","terminal_id":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD field_m21 TYPE boolean REQUIRED yes
FIELD dim_n89 TYPE boolean REQUIRED no
FIELD param_i92 TYPE null REQUIRED no
FIELD prop_v16 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_m21":true,"dim_n89":true,"param_i92":null,"prop_v16":"MV-Evergreen-01"}
Let me know if you need anythi... | {"field_m21":true,"dim_n89":true,"param_i92":null,"prop_v16":"MV-Evergreen-01"} | extra_text_after | {
"type": "object",
"properties": {
"field_m21": {
"type": "boolean"
},
"dim_n89": {
"type": "boolean"
},
"param_i92": {
"type": "null"
},
"prop_v16": {
"type": "string"
}
},
"required": [
"prop_v16",
"field_m21"
]
} | {"field_m21":true,"dim_n89":true,"param_i92":null,"prop_v16":"MV-Evergreen-01"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"field_m21":true,"dim_n89":true,"param_i92":null,"prop_v16":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD col_b93 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD val_c95 TYPE integer REQUIRED yes
FIELD key_n01 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_p05 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD prop_... | {"col_b93":"mode_b","val_c95":637,"key_n01":"reliable","attr_p05":"option_c","prop_q65":"homozygous"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_b93": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"val_c95": {
"type": "integer"
},
"key_n01": {
"type": "string",
"enum": [
"reliable",
"uns... | Let me check the system.
<tool_call name="track_vessel">
{"col_b93":"mode_b","val_c95":637,"key_n01":"reliable","attr_p05":"option_c","prop_q65":"homozygous"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"col_b93":"mode_b","val_c95":637,"key_n01":"reliable","attr_p05":"option_c","prop_q65":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD attr_p66 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_t11 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_c72 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_y30 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD... | {"param_t11":"BRL","dim_c72":"red","field_y30":"enterprise","prop_k11":false,"key_i02":2.24,"dim_i19":178.15} | markdown_explanation | {
"type": "object",
"properties": {
"attr_p66": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"param_t11": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"d... | Sure, here's the result:
```json
{"param_t11":"BRL","dim_c72":"red","field_y30":"enterprise","prop_k11":false,"key_i02":2.24,"dim_i19":178.15}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"param_t11":"BRL","dim_c72":"red","field_y30":"enterprise","prop_k11":false,"key_i02":2.24,"dim_i19":178.15} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE boolean REQUIRED no
FIELD loan_amount TYPE boolean REQUIRED no
FIELD allele TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD url TYPE string_uri REQUIRED no
FIELD website TYPE boolean REQUIRED yes
BROKEN_OUTPUT
I've generated the following JSON:
{"loan... | {"loan_amount":true,"allele":"cat_a","url":"https://data.io/data","website":true} | extra_text_before | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "boolean"
},
"loan_amount": {
"type": "boolean"
},
"allele": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"url": {
"type": "string",
"format": "... | I've generated the following JSON:
{"loan_amount":true,"allele":"cat_a","url":"https://data.io/data","website":true} | Output contains non-JSON text before the object | {"loan_amount":true,"allele":"cat_a","url":"https://data.io/data","website":true} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD state TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD half_life.email TYPE null REQUIRED no
FIELD half_life.port_code.isotope TYPE number REQUIRED yes
FIELD half_life.port_code.reagent TYP... | {"batch_code":"USD","state":"reliable","half_life":{"email":null,"port_code":{"isotope":356.42,"reagent":851.66},"trace_id":"single","hazmat_code":{"isotope":567,"website":326,"port_code":"https://example.io/api","name":false,"full_name":"https://api.com/api","features":209.08},"verified":"2023-12-25","lab_result":"sam... | single_quotes | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"state": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}... | {'batch_code':'USD','state':'reliable','half_life':{'email':null,'port_code':{'isotope':356.42,'reagent':851.66},'trace_id':'single','hazmat_code':{'isotope':567,'website':326,'port_code':'https://example.io/api','name':false,'full_name':'https://api.com/api','features':209.08},'verified':'2023-12-25','lab_result':'sam... | Expecting property name enclosed in double quotes | {"batch_code":"USD","state":"reliable","half_life":{"email":null,"port_code":{"isotope":356.42,"reagent":851.66},"trace_id":"single","hazmat_code":{"isotope":567,"website":326,"port_code":"https://example.io/api","name":false,"full_name":"https://api.com/api","features":209.08},"verified":"2023-12-25","lab_result":"sam... |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES active|inactive|pending REQUIRED no
FIELD chromosome TYPE integer REQUIRED no
FIELD bed_number TYPE string REQUIRED yes
FIELD updated_at TYPE string_uri REQUIRED no
FIELD maturity_date TYPE boolean REQUIRED yes
FIELD due_date TYPE string REQUIRE... | {"freight_class":"active","chromosome":621,"bed_number":"PASS","updated_at":"https://www.io/v1","maturity_date":true,"due_date":"chrX","published":"https://api.com/api"} | tool_call_partial_args | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"chromosome": {
"type": "integer"
},
"bed_number": {
"type": "string"
},
"updated_at": {
"type": "string",
... | I need to look up the information first.
Action: calibrate_instrument
Arguments: {"freight_class": "active", "chromosome": 621, "updated_at": "https://www.io/v1", "maturity_date": true, "due_date": "chrX", "published": "https://api.com/api"} | Agent tool call missing required parameter 'bed_number' | {"freight_class":"active","chromosome":621,"bed_number":"PASS","updated_at":"https://www.io/v1","maturity_date":true,"due_date":"chrX","published":"https://api.com/api"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED yes
FIELD priority TYPE boolean REQUIRED yes
FIELD timezone TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD aligned_pct TYPE number REQUIRED yes
FIELD verified TYPE boolean REQUIRED no
BROKEN_OUTPUT
Analyzing the sensor dat... | {"frequency_hz":"example","priority":true,"timezone":"inland","aligned_pct":45.8,"verified":true} | thought_process | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"priority": {
"type": "boolean"
},
"timezone": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"aligned_pct": {
"type"... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"frequency_hz":"example","priority":true,"timezone":"inland","aligned_pct":45.8,"verified":true} | Output contains chain-of-thought reasoning before JSON | {"frequency_hz":"example","priority":true,"timezone":"inland","aligned_pct":45.8,"verified":true} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED no
FIELD chromosome TYPE null REQUIRED no
FIELD lab_result TYPE string REQUIRED yes
FIELD organism TYPE null REQUIRED yes
FIELD pressure_kpa TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
check_cargo_manifest(frequency_hz='Diana', chromosome=... | {"frequency_hz":"Diana","chromosome":null,"lab_result":"2024-01-15","organism":null} | tool_call_python_syntax | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"chromosome": {
"type": "null"
},
"lab_result": {
"type": "string"
},
"organism": {
"type": "null"
},
"pressure_kpa": {
"type": "string",
"format": "date-time"
}
},... | check_cargo_manifest(frequency_hz='Diana', chromosome=None, lab_result='2024-01-15', organism=None) | Tool call uses Python syntax instead of JSON | {"frequency_hz":"Diana","chromosome":null,"lab_result":"2024-01-15","organism":null} |
TASK repair_structured_output
SPEC
FIELD prop_s76 TYPE integer REQUIRED no
FIELD attr_b38 TYPE string_email REQUIRED yes
FIELD col_w72.field_n79 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD col_w72.attr_e52 TYPE string REQUIRED no
FIELD col_w72.param_g76 TYPE boolean REQUIRED no
FIELD ... | {"attr_b38":"ops@example.com","col_w72":{"field_n79":"degraded","attr_e52":"active","param_g76":false,"key_j74":"Santos","field_e61":"editor","attr_p59":false,"val_o16":618.19},"prop_k55":{"key_k12":"qux","field_c95":"quux","col_x26":973,"col_k32":196,"prop_s71":"BRL","val_z78":null}} | truncated_object | {
"type": "object",
"properties": {
"prop_s76": {
"type": "integer"
},
"attr_b38": {
"type": "string",
"format": "email"
},
"col_w72": {
"type": "object",
"properties": {
"field_n79": {
"type": "string",
"enum": [
"operational... | {"attr_b38":"ops@example.com","col_w72":{"field_n79":"degraded","attr_e52":"active","param_g76":false,"key_j74":"Santos","field_e61":"editor","attr_p59":false,"val_o16":618.19},"prop_k55":{"key_k12":"qux","field_c95":"quux","col_x26":973,"col_k32":196,"prop_s71":"BRL","val_z78":null} | Unexpected end of JSON input — truncated object | {"attr_b38":"ops@example.com","col_w72":{"field_n79":"degraded","attr_e52":"active","param_g76":false,"key_j74":"Santos","field_e61":"editor","attr_p59":false,"val_o16":618.19},"prop_k55":{"key_k12":"qux","field_c95":"quux","col_x26":973,"col_k32":196,"prop_s71":"BRL","val_z78":null}} |
TASK repair_structured_output
SPEC
FIELD val_b11 TYPE string REQUIRED no
FIELD col_f00.key_p64 TYPE string REQUIRED yes
FIELD col_f00.key_d53 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD col_f00.field_h76 TYPE string REQUIRED no
FIELD col_f00.prop_m02 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD c... | {"val_b11":"foo","col_f00":{"key_p64":"chrX","key_d53":"cat_b","prop_p44":569,"val_q46":193},"val_p75":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_b11": {
"type": "string"
},
"col_f00": {
"type": "object",
"properties": {
"key_p64": {
"type": "string"
},
"key_d53": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
... | I need to look up the information first.
Action: queue_sequencing_run
Arguments: {"val_b11": "foo", "val_p75": false} | Agent tool call missing required parameter 'col_f00' | {"val_b11":"foo","col_f00":{"key_p64":"chrX","key_d53":"cat_b","prop_p44":569,"val_q46":193},"val_p75":false} |
TASK repair_structured_output
SPEC
FIELD val_t93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD val_v20 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_c55 TYPE string REQUIRED yes
FIELD field_u58 TYPE string REQUIRED no
FIELD col_r26 TYPE boolean REQUIRED no
F... | {"val_t93":"level_3","val_v20":"type_d","key_c55":"Alice","field_u58":"https://api.example.com/v1","val_v02":false,"param_o71":800} | extra_text_before | {
"type": "object",
"properties": {
"val_t93": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"val_v20": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | Based on your request, here is the data:
{"val_t93":"level_3","val_v20":"type_d","key_c55":"Alice","field_u58":"https://api.example.com/v1","val_v02":false,"param_o71":800} | Output contains non-JSON text before the object | {"val_t93":"level_3","val_v20":"type_d","key_c55":"Alice","field_u58":"https://api.example.com/v1","val_v02":false,"param_o71":800} |
TASK repair_structured_output
SPEC
FIELD width TYPE string REQUIRED no
FIELD phenotype TYPE integer REQUIRED no
FIELD ward TYPE boolean REQUIRED yes
FIELD enabled TYPE boolean REQUIRED no
BROKEN_OUTPUT
Tool: run_diagnostics
Params: {"ward": true, "enabled": true, "width_new": "sample"} | {"width":"sample","ward":true,"enabled":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"phenotype": {
"type": "integer"
},
"ward": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
}
},
"required": [
"ward"
]
} | Tool: run_diagnostics
Params: {"ward": true, "enabled": true, "width_new": "sample"} | Agent used wrong parameter name 'width_new' instead of 'width' | {"width":"sample","ward":true,"enabled":true} |
TASK repair_structured_output
SPEC
FIELD param_h97 TYPE string REQUIRED yes
FIELD key_i51 TYPE null REQUIRED yes
FIELD dim_m89 TYPE number REQUIRED no
FIELD val_p76.param_u32 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_p76.val_w16 TYPE string REQUIRED yes
FIELD val_p76.col_q83 TYPE string_e... | {"param_h97":"2024-06-30","key_i51":null,"dim_m89":134.97,"val_p76":{"val_w16":"demo","col_q83":"ops@test.io","col_z16":[{"key_o42":"high","dim_a23":"published","col_v11":"sms"},{"dim_a23":"draft","col_v11":"sms"}],"key_u18":[{"attr_g57":"demo","dim_k20":false,"col_f46":"closed","key_s79":"low","prop_o16":[59.54,338.89... | trailing_comma | {
"type": "object",
"properties": {
"param_h97": {
"type": "string"
},
"key_i51": {
"type": "null"
},
"dim_m89": {
"type": "number"
},
"val_p76": {
"type": "object",
"properties": {
"param_u32": {
"type": "string",
"enum": [
... | {"param_h97":"2024-06-30","key_i51":null,"dim_m89":134.97,"val_p76":{"val_w16":"demo","col_q83":"ops@test.io","col_z16":[{"key_o42":"high","dim_a23":"published","col_v11":"sms",},{"dim_a23":"draft","col_v11":"sms"}],"key_u18":[{"attr_g57":"demo","dim_k20":false,"col_f46":"closed","key_s79":"low","prop_o16":[59.54,338.8... | Unexpected trailing comma | {"param_h97":"2024-06-30","key_i51":null,"dim_m89":134.97,"val_p76":{"val_w16":"demo","col_q83":"ops@test.io","col_z16":[{"key_o42":"high","dim_a23":"published","col_v11":"sms"},{"dim_a23":"draft","col_v11":"sms"}],"key_u18":[{"attr_g57":"demo","dim_k20":false,"col_f46":"closed","key_s79":"low","prop_o16":[59.54,338.89... |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE number REQUIRED yes
FIELD footnote TYPE string REQUIRED yes
FIELD index.patient_id TYPE number REQUIRED yes
FIELD index.throttle_pos TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD index.amplitude TYPE number REQUIRED yes
FIELD index.section... | {"diagnosis_code":58.74,"footnote":"2023-12-25","index":{"patient_id":648.19,"throttle_pos":"success","amplitude":146.78,"section":{"priority":false,"shift_code":609,"account_id":"Berlin","count":"quux"},"ph_level":{"email":918,"values":[false]}},"product_id":279,"phone":518,"format":false,"vessel_name":"missense"} | missing_brace | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "number"
},
"footnote": {
"type": "string"
},
"index": {
"type": "object",
"properties": {
"patient_id": {
"type": "number"
},
"throttle_pos": {
"type": "string",
... | {"diagnosis_code":58.74,"footnote":"2023-12-25","index":{"patient_id":648.19,"throttle_pos":"success","amplitude":146.78,"section":"priority":false,"shift_code":609,"account_id":"Berlin","count":"quux"},"ph_level":{"email":918,"values":[false]}},"product_id":279,"phone":518,"format":false,"vessel_name":"missense"} | Missing closing brace | {"diagnosis_code":58.74,"footnote":"2023-12-25","index":{"patient_id":648.19,"throttle_pos":"success","amplitude":146.78,"section":{"priority":false,"shift_code":609,"account_id":"Berlin","count":"quux"},"ph_level":{"email":918,"values":[false]}},"product_id":279,"phone":518,"format":false,"vessel_name":"missense"} |
TASK repair_structured_output
SPEC
FIELD active TYPE string_uri REQUIRED yes
FIELD manifest_ref TYPE integer REQUIRED yes
FIELD item_id TYPE boolean REQUIRED yes
FIELD vessel_name TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD priority TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"active":"https:... | {"active":"https://example.org/v1","manifest_ref":770,"item_id":true,"vessel_name":"cat_b","priority":"test@domain.org"} | extra_text_after | {
"type": "object",
"properties": {
"active": {
"type": "string",
"format": "uri"
},
"manifest_ref": {
"type": "integer"
},
"item_id": {
"type": "boolean"
},
"vessel_name": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"... | {"active":"https://example.org/v1","manifest_ref":770,"item_id":true,"vessel_name":"cat_b","priority":"test@domain.org"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"active":"https://example.org/v1","manifest_ref":770,"item_id":true,"vessel_name":"cat_b","priority":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD dim_z71 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD key_v70 TYPE string REQUIRED yes
FIELD param_z65[].key_p02 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_z65[].field_q28 TYPE null REQUIRED no
FIELD param_z65[].field_m01 TYPE ... | {"dim_z71":"new","key_v70":"test@example.com","param_z65":[{"key_p02":"medium","field_q28":null,"field_m01":"user@domain.com","val_c52":"cat_c","key_m85":"level_1"},{"key_p02":"high","field_m01":"PASS","key_m85":"level_4","val_d37":967.61}],"attr_c46":["mode_b","mode_c"]} | extra_text_after | {
"type": "object",
"properties": {
"dim_z71": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_v70": {
"type": "string"
},
"param_z65": {
"type": "array",
"items": {
"type": "object",... | {"dim_z71":"new","key_v70":"test@example.com","param_z65":[{"key_p02":"medium","field_q28":null,"field_m01":"user@domain.com","val_c52":"cat_c","key_m85":"level_1"},{"key_p02":"high","field_m01":"PASS","key_m85":"level_4","val_d37":967.61}],"attr_c46":["mode_b","mode_c"]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"dim_z71":"new","key_v70":"test@example.com","param_z65":[{"key_p02":"medium","field_q28":null,"field_m01":"user@domain.com","val_c52":"cat_c","key_m85":"level_1"},{"key_p02":"high","field_m01":"PASS","key_m85":"level_4","val_d37":967.61}],"attr_c46":["mode_b","mode_c"]} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE boolean REQUIRED no
FIELD created_at TYPE integer REQUIRED no
FIELD pressure_kpa TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD span_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD compound TYPE string VALUES homozygous... | {"created_at":111,"pressure_kpa":"xl","span_id":"heterozygous","torque_output":true} | agent_chain | {
"type": "object",
"properties": {
"interest_rate": {
"type": "boolean"
},
"created_at": {
"type": "integer"
},
"pressure_kpa": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"span_id": {
"type": "s... | Let me check the system.
Action: book_appointment
Result: {"created_at": 111, "pressure_kpa": "xl", "span_id": "heterozygous"}
Processing the request now.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"created_at":111,"pressure_kpa":"xl","span_id":"heterozygous","torque_output":true} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string_date-time REQUIRED no
FIELD due_date TYPE string REQUIRED no
FIELD filter_flag TYPE string_email REQUIRED no
FIELD amplitude TYPE string REQUIRED yes
FIELD items TYPE boolean REQUIRED no
FIELD bill_of_lading TYPE number REQUIRED yes
BROKEN_OUTPUT
Let me ch... | {"due_date":"Santos","amplitude":"qux","items":true,"bill_of_lading":644.75} | tool_call_text_mix | {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"format": "date-time"
},
"due_date": {
"type": "string"
},
"filter_flag": {
"type": "string",
"format": "email"
},
"amplitude": {
"type": "string"
},
"items": {
"type": "... | Let me check the system.
<tool_call name="send_email">
{"due_date":"Santos","amplitude":"qux","items":true,"bill_of_lading":644.75}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"due_date":"Santos","amplitude":"qux","items":true,"bill_of_lading":644.75} |
TASK repair_structured_output
SPEC
FIELD attr_l30 TYPE integer REQUIRED yes
FIELD dim_e72 TYPE string REQUIRED yes
FIELD prop_l14 TYPE number REQUIRED no
FIELD field_b10 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD prop_t37 TYPE string_uri REQUIRED no
FIELD param_x16 TYPE string VALUES level... | {"attr_l30":759,"dim_e72":"John","field_b10":"type_a","prop_t37":"https://www.org/v1","param_x16":"level_1"} | invalid_enum | {
"type": "object",
"properties": {
"attr_l30": {
"type": "integer"
},
"dim_e72": {
"type": "string"
},
"prop_l14": {
"type": "number"
},
"field_b10": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {"attr_l30": 759, "dim_e72": "John", "field_b10": "type_a", "prop_t37": "https://www.org/v1", "param_x16": "invalid_option_485"} | Field 'param_x16' has invalid enum value 'invalid_option_485', expected one of ['level_1', 'level_2', 'level_3'] | {"attr_l30":759,"dim_e72":"John","field_b10":"type_a","prop_t37":"https://www.org/v1","param_x16":"level_1"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE boolean REQUIRED no
FIELD values TYPE string REQUIRED no
FIELD interest_rate TYPE string REQUIRED no
FIELD user_id.deploy_target TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD user_id.current_draw.width TYPE boolean REQUIRED no
FIELD user_id.current_... | {"conductivity":false,"interest_rate":"A short description.","user_id":{"current_draw":{"width":false,"status_code":"John","decay_rate":"intermittent","version":105,"status":"2023-12-25"},"filter_flag":"https://data.com/data","decay_rate":"draft"},"sensor_id":{"ph_level":"admin","total":"https://data.io/data","pressure... | single_quotes | {
"type": "object",
"properties": {
"conductivity": {
"type": "boolean"
},
"values": {
"type": "string"
},
"interest_rate": {
"type": "string"
},
"user_id": {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
... | {'conductivity':false,'interest_rate':'A short description.','user_id':{'current_draw':{'width':false,'status_code':'John','decay_rate':'intermittent','version':105,'status':'2023-12-25'},'filter_flag':'https://data.com/data','decay_rate':'draft'},'sensor_id':{'ph_level':'admin','total':'https://data.io/data','pressure... | Expecting property name enclosed in double quotes | {"conductivity":false,"interest_rate":"A short description.","user_id":{"current_draw":{"width":false,"status_code":"John","decay_rate":"intermittent","version":105,"status":"2023-12-25"},"filter_flag":"https://data.com/data","decay_rate":"draft"},"sensor_id":{"ph_level":"admin","total":"https://data.io/data","pressure... |
TASK repair_structured_output
SPEC
FIELD val_k13 TYPE string REQUIRED no
FIELD col_t71 TYPE string REQUIRED no
FIELD dim_h24.dim_e09 TYPE integer REQUIRED yes
FIELD dim_h24.attr_r76 TYPE integer REQUIRED no
FIELD dim_h24.param_r26 TYPE string REQUIRED yes
FIELD dim_h24.field_g58 TYPE string REQUIRED yes
FIELD attr_o65... | {"val_k13":"2024-01-15","col_t71":"https://example.com","dim_h24":{"dim_e09":40,"attr_r76":343,"param_r26":"active","field_g58":"Tokyo"},"attr_o65":"Maria","field_v57":"admin@test.io","col_n21":"published","key_j19":"level_3"} | truncated_object | {
"type": "object",
"properties": {
"val_k13": {
"type": "string"
},
"col_t71": {
"type": "string"
},
"dim_h24": {
"type": "object",
"properties": {
"dim_e09": {
"type": "integer"
},
"attr_r76": {
"type": "integer"
},
... | {"val_k13":"2024-01-15","col_t71":"https://example.com","dim_h24":{"dim_e09":40,"attr_r76":343,"param_r26":"active","field_g58":"Tokyo"},"attr_o65":"Maria","field_v57":"admin@test.io","col_n21":"published","key_j19":"level_3" | Unexpected end of JSON input — truncated object | {"val_k13":"2024-01-15","col_t71":"https://example.com","dim_h24":{"dim_e09":40,"attr_r76":343,"param_r26":"active","field_g58":"Tokyo"},"attr_o65":"Maria","field_v57":"admin@test.io","col_n21":"published","key_j19":"level_3"} |
TASK repair_structured_output
SPEC
FIELD department TYPE integer REQUIRED yes
FIELD bearing TYPE boolean REQUIRED yes
FIELD level.sensor_id TYPE integer REQUIRED no
FIELD level.maturity_date.name TYPE integer REQUIRED yes
FIELD level.maturity_date.crew_id TYPE boolean REQUIRED yes
FIELD level.maturity_date.dosage TYPE... | {"department":476,"bearing":true,"level":{"sensor_id":697,"maturity_date":{"name":542,"crew_id":false,"dosage":435.91},"cargo_type":false,"address":"Hapag-Lloyd-Express","catalyst":578,"trace_id":"email"},"interest_rate":315} | tool_call_text_mix | {
"type": "object",
"properties": {
"department": {
"type": "integer"
},
"bearing": {
"type": "boolean"
},
"level": {
"type": "object",
"properties": {
"sensor_id": {
"type": "integer"
},
"maturity_date": {
"type": "object",
... | Let me check the system.
<tool_call name="schedule_meeting">
{"department":476,"bearing":true,"level":{"sensor_id":697,"maturity_date":{"name":542,"crew_id":false,"dosage":435.91},"cargo_type":false,"address":"Hapag-Lloyd-Express","catalyst":578,"trace_id":"email"},"interest_rate":315}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"department":476,"bearing":true,"level":{"sensor_id":697,"maturity_date":{"name":542,"crew_id":false,"dosage":435.91},"cargo_type":false,"address":"Hapag-Lloyd-Express","catalyst":578,"trace_id":"email"},"interest_rate":315} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string REQUIRED yes
FIELD format TYPE string REQUIRED no
FIELD catalyst TYPE integer REQUIRED no
FIELD wavelength TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
BROKEN_OUTPUT
Below is the JSON object:
{"collateral":"2024-01-15","format":"sample"} | {"collateral":"2024-01-15","format":"sample"} | extra_text_before | {
"type": "object",
"properties": {
"collateral": {
"type": "string"
},
"format": {
"type": "string"
},
"catalyst": {
"type": "integer"
},
"wavelength": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | Below is the JSON object:
{"collateral":"2024-01-15","format":"sample"} | Output contains non-JSON text before the object | {"collateral":"2024-01-15","format":"sample"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE string REQUIRED yes
FIELD sensor_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD tax TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD thumbnail TYPE boolean REQUIRED yes
FIELD run_id.span_id TYPE boolean REQUIRED yes
FIELD run_id.yield_p... | {"item_id":"chrX","thumbnail":false,"run_id":{"span_id":false}} | single_quotes | {
"type": "object",
"properties": {
"item_id": {
"type": "string"
},
"sensor_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"tax": {
"type": "string",
"enum": [
"cat_a",
... | {'item_id':'chrX','thumbnail':false,'run_id':{'span_id':false}} | Expecting property name enclosed in double quotes | {"item_id":"chrX","thumbnail":false,"run_id":{"span_id":false}} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string REQUIRED no
FIELD consignee TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD footnote TYPE string REQUIRED yes
FIELD temp_celsius.longitude TYPE string REQUIRED no
FIELD temp_celsius.website TYPE string VALUES free|basic|pro|enterprise ... | {"currency":"A short description.","consignee":"moored","footnote":"MV-Evergreen-01","temp_celsius":{"longitude":"Johnson","website":"enterprise","start_date":null}} | missing_bracket | {
"type": "object",
"properties": {
"currency": {
"type": "string"
},
"consignee": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"footnote": {
"type": "string"
},
"temp_celsius": {
"type"... | {"currency":"A short description.","consignee":"moored","footnote":"MV-Evergreen-01","temp_celsius":{"longitude":"Johnson","website":"enterprise","start_date":null}} | Missing closing bracket | {"currency":"A short description.","consignee":"moored","footnote":"MV-Evergreen-01","temp_celsius":{"longitude":"Johnson","website":"enterprise","start_date":null}} |
TASK repair_structured_output
SPEC
FIELD val_h79 TYPE string_uri REQUIRED yes
FIELD key_k08 TYPE string REQUIRED yes
FIELD col_l38.param_p82 TYPE string_email REQUIRED no
FIELD col_l38.key_j16.dim_r29 TYPE string REQUIRED yes
FIELD col_l38.key_j16.val_n32 TYPE boolean REQUIRED yes
FIELD col_l38.key_j16.field_j79 TYPE ... | {"val_h79":"https://api.com/v1","key_k08":"quux","col_l38":{"key_j16":{"dim_r29":"cancelled","val_n32":false,"field_j79":"BRL"},"param_u83":{"field_u12":"high","param_v88":748},"param_w77":797,"val_w26":470},"dim_d79":442} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_h79": {
"type": "string",
"format": "uri"
},
"key_k08": {
"type": "string"
},
"col_l38": {
"type": "object",
"properties": {
"param_p82": {
"type": "string",
"format": "email"
},
"k... | I need to look up the information first.
Action: query_port_status
Arguments: {"val_h79": "https://api.com/v1", "col_l38": {"key_j16": {"dim_r29": "cancelled", "val_n32": false, "field_j79": "BRL"}, "param_u83": {"field_u12": "high", "param_v88": 748}, "param_w77": 797, "val_w26": 470}, "dim_d79": 442} | Agent tool call missing required parameter 'key_k08' | {"val_h79":"https://api.com/v1","key_k08":"quux","col_l38":{"key_j16":{"dim_r29":"cancelled","val_n32":false,"field_j79":"BRL"},"param_u83":{"field_u12":"high","param_v88":748},"param_w77":797,"val_w26":470},"dim_d79":442} |
TASK repair_structured_output
SPEC
FIELD col_r88 TYPE string REQUIRED yes
FIELD param_a84 TYPE string_uri REQUIRED yes
FIELD field_j54.attr_h89 TYPE integer REQUIRED no
FIELD field_j54.attr_p83 TYPE number REQUIRED no
FIELD field_j54.col_c25 TYPE string REQUIRED no
FIELD field_j54.prop_q46 TYPE string REQUIRED no
FIEL... | {"col_r88":"Sao Paulo","param_a84":"https://data.com/data","field_j54":{"attr_h89":458,"attr_p83":461.65,"col_c25":"foo","prop_q46":"2023-12-25","attr_r42":899.81,"param_b11":null,"dim_p55":{"dim_l75":"xl","prop_s87":"chr1"}}} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_r88": {
"type": "string"
},
"param_a84": {
"type": "string",
"format": "uri"
},
"field_j54": {
"type": "object",
"properties": {
"attr_h89": {
"type": "integer"
},
"attr_p83": {
"ty... | I need to look up the information first.
Action: get_account
Arguments: {"col_r88": "Sao Paulo", "field_j54": {"attr_h89": 458, "attr_p83": 461.65, "col_c25": "foo", "prop_q46": "2023-12-25", "attr_r42": 899.81, "param_b11": null, "dim_p55": {"dim_l75": "xl", "prop_s87": "chr1"}}} | Agent tool call missing required parameter 'param_a84' | {"col_r88":"Sao Paulo","param_a84":"https://data.com/data","field_j54":{"attr_h89":458,"attr_p83":461.65,"col_c25":"foo","prop_q46":"2023-12-25","attr_r42":899.81,"param_b11":null,"dim_p55":{"dim_l75":"xl","prop_s87":"chr1"}}} |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD branch TYPE integer REQUIRED yes
FIELD dissolved_oxygen TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
BROKEN_OUTPUT
<functioncall> get_inventory
{branch: 75, dissolved_oxygen: "GBP"} | {"branch":75,"dissolved_oxygen":"GBP"} | tool_call_bad_format | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"branch": {
"type": "integer"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | <functioncall> get_inventory
{branch: 75, dissolved_oxygen: "GBP"} | Tool call has malformed arguments — unquoted keys in function parameters | {"branch":75,"dissolved_oxygen":"GBP"} |
TASK repair_structured_output
SPEC
FIELD key_t61 TYPE string REQUIRED yes
FIELD attr_x52 TYPE string_uri REQUIRED no
FIELD prop_x89 TYPE string_email REQUIRED no
FIELD dim_r06 TYPE string REQUIRED yes
FIELD param_h28.col_o51.attr_r85 TYPE boolean REQUIRED no
FIELD param_h28.col_o51.key_m18 TYPE integer REQUIRED no
FIE... | {"key_t61":"Paris","attr_x52":"https://www.com/api","prop_x89":"admin@test.io","dim_r06":"A short description.","param_h28":{"col_r58":false,"key_p98":"PASS","key_s67":"A short description.","field_e43":{"attr_c58":"https://data.org/api","key_t06":"qux","attr_q96":true},"field_l68":"divorced","key_s00":"Luis"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_t61": {
"type": "string"
},
"attr_x52": {
"type": "string",
"format": "uri"
},
"prop_x89": {
"type": "string",
"format": "email"
},
"dim_r06": {
"type": "string"
},
"param_h28": {
"type": "object",... | Tool: check_cargo_manifest
Params: {"key_t61": "Paris", "attr_x52": "https://www.com/api", "dim_r06": "A short description.", "param_h28": {"col_r58": false, "key_p98": "PASS", "key_s67": "A short description.", "field_e43": {"attr_c58": "https://data.org/api", "key_t06": "qux", "attr_q96": true}, "field_l68": "divorce... | Agent used wrong parameter name 'prop_x89_value' instead of 'prop_x89' | {"key_t61":"Paris","attr_x52":"https://www.com/api","prop_x89":"admin@test.io","dim_r06":"A short description.","param_h28":{"col_r58":false,"key_p98":"PASS","key_s67":"A short description.","field_e43":{"attr_c58":"https://data.org/api","key_t06":"qux","attr_q96":true},"field_l68":"divorced","key_s00":"Luis"}} |
TASK repair_structured_output
SPEC
FIELD field_e93 TYPE string REQUIRED yes
FIELD attr_f45.key_d52 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD attr_f45.key_t56 TYPE boolean REQUIRED yes
FIELD attr_f45.attr_b80.param_b34 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_f45.attr_b80.param_c08 TY... | {"field_e93":"QC-07","attr_f45":{"key_d52":"option_b","key_t56":true,"attr_b80":{"param_c08":null,"prop_y40":126,"prop_n65":947,"col_k67":null,"prop_d05":null,"dim_v74":null},"attr_s28":473.07},"dim_q69":null,"dim_t43":"John"} | markdown_explanation | {
"type": "object",
"properties": {
"field_e93": {
"type": "string"
},
"attr_f45": {
"type": "object",
"properties": {
"key_d52": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"key_t56": {
... | Below is the JSON object:
```json
{"field_e93":"QC-07","attr_f45":{"key_d52":"option_b","key_t56":true,"attr_b80":{"param_c08":null,"prop_y40":126,"prop_n65":947,"col_k67":null,"prop_d05":null,"dim_v74":null},"attr_s28":473.07},"dim_q69":null,"dim_t43":"John"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"field_e93":"QC-07","attr_f45":{"key_d52":"option_b","key_t56":true,"attr_b80":{"param_c08":null,"prop_y40":126,"prop_n65":947,"col_k67":null,"prop_d05":null,"dim_v74":null},"attr_s28":473.07},"dim_q69":null,"dim_t43":"John"} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string VALUES draft|published|archived REQUIRED yes
FIELD items TYPE string_date-time REQUIRED yes
FIELD batch_code TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"consignee": "invalid_choice_987", "items": "2021-08-27T00:18:00Z", "batch_code": 812} | {"consignee":"published","items":"2021-08-27T00:18:00Z","batch_code":812} | invalid_enum | {
"type": "object",
"properties": {
"consignee": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"items": {
"type": "string",
"format": "date-time"
},
"batch_code": {
"type": "integer"
}
},
"required": [
... | {"consignee": "invalid_choice_987", "items": "2021-08-27T00:18:00Z", "batch_code": 812} | Field 'consignee' has invalid enum value 'invalid_choice_987', expected one of ['draft', 'published', 'archived'] | {"consignee":"published","items":"2021-08-27T00:18:00Z","batch_code":812} |
TASK repair_structured_output
SPEC
FIELD param_h88 TYPE null REQUIRED no
FIELD key_d57 TYPE string REQUIRED no
FIELD val_c09 TYPE null REQUIRED yes
FIELD col_b52 TYPE number REQUIRED no
FIELD param_q09.val_k07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD param_q09.field_o54 TYPE string_email ... | {"param_h88":null,"val_c09":null,"col_b42":795,"val_t38":"Luis"} | partial_structure | {
"type": "object",
"properties": {
"param_h88": {
"type": "null"
},
"key_d57": {
"type": "string"
},
"val_c09": {
"type": "null"
},
"col_b52": {
"type": "number"
},
"param_q09": {
"type": "object",
"properties": {
"val_k07": {
... | Based on the data, param_h88 is None. {"param_h88":null,"val_c09":null,"col_b42":795,"val_t38":"Luis"} | Output mixes natural language with JSON | {"param_h88":null,"val_c09":null,"col_b42":795,"val_t38":"Luis"} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string REQUIRED no
FIELD yield_pct TYPE integer REQUIRED no
FIELD start_date TYPE string_date-time REQUIRED yes
FIELD account_id TYPE boolean REQUIRED yes
FIELD fleet_number TYPE string REQUIRED no
FIELD hazmat_code TYPE number REQUIRED no
FIELD date TYPE string VA... | {"yield_pct":407,"start_date":"2024-07-01T12:08:00Z","account_id":true,"fleet_number":"John","date":"in_transit","span_id":"GRCh38"} | extra_field | {
"type": "object",
"properties": {
"reagent": {
"type": "string"
},
"yield_pct": {
"type": "integer"
},
"start_date": {
"type": "string",
"format": "date-time"
},
"account_id": {
"type": "boolean"
},
"fleet_number": {
"type": "string"
},
... | {"yield_pct": 407, "start_date": "2024-07-01T12:08:00Z", "account_id": true, "fleet_number": "John", "date": "in_transit", "span_id": "GRCh38", "extra_info_5258": "unexpected"} | Unknown field 'extra_info_5258' not defined in schema | {"yield_pct":407,"start_date":"2024-07-01T12:08:00Z","account_id":true,"fleet_number":"John","date":"in_transit","span_id":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD tile TYPE integer REQUIRED yes
FIELD height.first_name TYPE string_date-time REQUIRED no
FIELD height.account_id TYPE string REQUIRED yes
FIELD height.trace_id TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD deploy_target TYPE integer REQUIRED no
FIELD phone TYPE int... | {"tile":67,"deploy_target":197,"phone":886} | truncated_object | {
"type": "object",
"properties": {
"tile": {
"type": "integer"
},
"height": {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"format": "date-time"
},
"account_id": {
"type": "string"
},
"trace_i... | {"tile":67,"deploy_target":197,"phone":886 | Unexpected end of JSON input — truncated object | {"tile":67,"deploy_target":197,"phone":886} |
TASK repair_structured_output
SPEC
FIELD format TYPE string_email REQUIRED no
FIELD amplitude TYPE number REQUIRED no
FIELD shipping TYPE string REQUIRED no
FIELD image_url TYPE string REQUIRED no
FIELD state TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD category TYPE string REQUIR... | {"amplitude":102.99,"shipping":"Bob","image_url":"QC-07","state":"option_e","category":"Alice","brake_pressure":null} | trailing_comma | {
"type": "object",
"properties": {
"format": {
"type": "string",
"format": "email"
},
"amplitude": {
"type": "number"
},
"shipping": {
"type": "string"
},
"image_url": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
... | {"amplitude":102.99,"shipping":"Bob","image_url":"QC-07","state":"option_e","category":"Alice","brake_pressure":null,} | Unexpected trailing comma | {"amplitude":102.99,"shipping":"Bob","image_url":"QC-07","state":"option_e","category":"Alice","brake_pressure":null} |
TASK repair_structured_output
SPEC
FIELD key_l55 TYPE number REQUIRED yes
FIELD field_o75 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD attr_q85 TYPE string REQUIRED no
FIELD prop_l73 TYPE number REQUIRED no
FIELD field_d06.dim_w86 TYPE string_date-time REQUIRED yes
FIELD field_d06.val_l70 TYPE integer REQUIRED ... | {"key_l55":988.36,"field_o75":"mode_b","attr_q85":"Santos","prop_l73":774.0,"field_d06":{"dim_w86":"2022-12-17T19:13:00Z","val_l70":414,"dim_p48":null,"col_n61":"JPY","param_e55":497}} | partial_structure | {
"type": "object",
"properties": {
"key_l55": {
"type": "number"
},
"field_o75": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"attr_q85": {
"type": "string"
},
"prop_l73": {
"type": "number"
},
"field_d06": {
"ty... | I found that field_d06 should be {'dim_w86': '2022-12-17T19:13:00Z', 'val_l70': 414, 'dim_p48': None, 'col_n61': 'JPY', 'param_e55': 497}. {"key_l55":988.36,"field_o75":"mode_b","attr_q85":"Santos","prop_l73":774.0,"field_d06":{"dim_w86":"2022-12-17T19:13:00Z","val_l70":414,"dim_p48":null,"col_n61":"JPY","param_e55":49... | Output mixes natural language with JSON | {"key_l55":988.36,"field_o75":"mode_b","attr_q85":"Santos","prop_l73":774.0,"field_d06":{"dim_w86":"2022-12-17T19:13:00Z","val_l70":414,"dim_p48":null,"col_n61":"JPY","param_e55":497}} |
TASK repair_structured_output
SPEC
FIELD attr_x54 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_r78 TYPE null REQUIRED no
FIELD field_u25.val_t06 TYPE number REQUIRED no
FIELD field_u25.col_q94 TYPE string_email REQUIRED no
FIELD field_u25.field_e08.col_l91 TYPE boolean REQUIRED yes
FIELD field_u... | {"attr_x54":"single","param_r78":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_x54": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"param_r78": {
"type": "null"
},
"field_u25": {
"type": "object",
"properties": {
"val_t06": {
"type": ... | Let me check the system.
Action: verify_hazmat_compliance
Arguments: {"param_r78": null} | Agent tool call missing required parameter 'attr_x54' | {"attr_x54":"single","param_r78":null} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD message TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD commit_hash TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD deploy_target TYPE string VALUES red|blue|green|bla... | {"message":"error","ward":410,"barcode":674,"chapter":"Hapag-Lloyd-Express","priority":334} | missing_brace | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"message": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | "message":"error","ward":410,"barcode":674,"chapter":"Hapag-Lloyd-Express","priority":334} | Missing closing brace | {"message":"error","ward":410,"barcode":674,"chapter":"Hapag-Lloyd-Express","priority":334} |
TASK repair_structured_output
SPEC
FIELD param_f52 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD val_m77 TYPE number REQUIRED yes
FIELD prop_d74 TYPE string_uri REQUIRED no
FIELD col_c14.dim_o08 TYPE integer REQUIRED no
FIELD col_c14.field_l94 TYPE string_email REQUIRED no
FIELD col_c14.val_e76... | {"param_f52":"in_progress","val_m77":115.67,"val_w94":{"col_j26":"2024-06-30","attr_g28":595,"col_w99":"2020-01-28T20:02:00Z","val_m21":["inactive","hello","chrX","chrX"]}} | unquoted_keys | {
"type": "object",
"properties": {
"param_f52": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"val_m77": {
"type": "number"
},
"prop_d74": {
"type": "string",
"format": "uri"
},
"col_c14... | {param_f52:"in_progress",val_m77:115.67,val_w94:{col_j26:"2024-06-30",attr_g28:595,col_w99:"2020-01-28T20:02:00Z",val_m21:["inactive","hello","chrX","chrX"]}} | Expecting property name enclosed in double quotes | {"param_f52":"in_progress","val_m77":115.67,"val_w94":{"col_j26":"2024-06-30","attr_g28":595,"col_w99":"2020-01-28T20:02:00Z","val_m21":["inactive","hello","chrX","chrX"]}} |
TASK repair_structured_output
SPEC
FIELD val_p78 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_y61 TYPE string_date-time REQUIRED no
FIELD dim_q34 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD key_u68 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_y38 TYPE int... | {"val_p78":"moored","param_y61":"2020-09-08T16:57:00Z","dim_q34":"type_b","dim_y38":988,"param_h84":"approved","field_k59":"Paris"} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_p78": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_y61": {
"type": "string",
"format": "date-time"
},
"dim_q34": {
"type": "string",
"enum":... | <functioncall> lookup_customer
{val_p78: "moored", param_y61: "2020-09-08T16:57:00Z", dim_q34: "type_b", dim_y38: 988, param_h84: "approved", field_k59: "Paris"} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_p78":"moored","param_y61":"2020-09-08T16:57:00Z","dim_q34":"type_b","dim_y38":988,"param_h84":"approved","field_k59":"Paris"} |
TASK repair_structured_output
SPEC
FIELD col_s91.col_z13 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD col_s91.col_o94 TYPE string_uri REQUIRED yes
FIELD col_s91.field_f74 TYPE string_date-time REQUIRED yes
FIELD col_s91.col_y53 TYPE string REQUIRED yes
FIELD dim_o87 TYPE string REQUIRED yes
FIELD prop... | {"col_s91":{"col_z13":"cat_c","col_o94":"https://api.com/api","field_f74":"2022-03-15T16:24:00Z","col_y53":"FWD"},"dim_o87":"Hapag-Lloyd-Express","prop_w00":"unstable"} | agent_chain | {
"type": "object",
"properties": {
"col_s91": {
"type": "object",
"properties": {
"col_z13": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"col_o94": {
"type": "st... | I need to look up the information first.
Action: book_appointment
Result: {"col_s91": {"col_z13": "cat_c", "col_o94": "https://api.com/api", "field_f74": "2022-03-15T16:24:00Z", "col_y53": "FWD"}, "dim_o87": "Hapag-Lloyd-Express"}
I'll query our database.
Action: send_email
Result: | Agent multi-step chain with truncated tool output | {"col_s91":{"col_z13":"cat_c","col_o94":"https://api.com/api","field_f74":"2022-03-15T16:24:00Z","col_y53":"FWD"},"dim_o87":"Hapag-Lloyd-Express","prop_w00":"unstable"} |
TASK repair_structured_output
SPEC
FIELD field_u45 TYPE number REQUIRED no
FIELD field_z89 TYPE number REQUIRED no
FIELD prop_o07.dim_y54 TYPE string REQUIRED yes
FIELD prop_o07.col_w70 TYPE integer REQUIRED no
FIELD prop_o07.param_i00 TYPE null REQUIRED yes
FIELD prop_o07.dim_y02 TYPE string VALUES option_a|option_b|... | {"field_u45":159.72,"field_z89":310.53,"prop_o07":{"dim_y54":"2024-01-15","col_w70":398,"param_i00":null},"prop_w27":40,"attr_m14":true,"prop_q43":{"key_t54":"chr1","col_q89":false,"key_v57":412,"prop_q16":754},"field_f02":{"attr_s24":"option_a","col_n42":false,"param_j19":"cancelled"}} | null_required | {
"type": "object",
"properties": {
"field_u45": {
"type": "number"
},
"field_z89": {
"type": "number"
},
"prop_o07": {
"type": "object",
"properties": {
"dim_y54": {
"type": "string"
},
"col_w70": {
"type": "integer"
},... | {"field_u45": 159.72, "field_z89": 310.53, "prop_o07": {"dim_y54": "2024-01-15", "col_w70": 398, "param_i00": null}, "prop_w27": null, "attr_m14": true, "prop_q43": {"key_t54": "chr1", "col_q89": false, "key_v57": 412, "prop_q16": 754}, "field_f02": {"attr_s24": "option_a", "col_n42": false, "param_j19": "cancelled"}} | Required field 'prop_w27' is null | {"field_u45":159.72,"field_z89":310.53,"prop_o07":{"dim_y54":"2024-01-15","col_w70":398,"param_i00":null},"prop_w27":40,"attr_m14":true,"prop_q43":{"key_t54":"chr1","col_q89":false,"key_v57":412,"prop_q16":754},"field_f02":{"attr_s24":"option_a","col_n42":false,"param_j19":"cancelled"}} |
TASK repair_structured_output
SPEC
FIELD field_g81 TYPE integer REQUIRED yes
FIELD prop_j42 TYPE number REQUIRED no
FIELD attr_x23 TYPE null REQUIRED yes
FIELD param_x52 TYPE string REQUIRED no
FIELD prop_v43 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_g81": 199, "prop_j42": 6.1, "param_x52": "MV-Evergreen-01"} | {"field_g81":199,"prop_j42":6.1,"attr_x23":null,"param_x52":"MV-Evergreen-01"} | missing_required | {
"type": "object",
"properties": {
"field_g81": {
"type": "integer"
},
"prop_j42": {
"type": "number"
},
"attr_x23": {
"type": "null"
},
"param_x52": {
"type": "string"
},
"prop_v43": {
"type": "integer"
}
},
"required": [
"attr_x23",
... | {"field_g81": 199, "prop_j42": 6.1, "param_x52": "MV-Evergreen-01"} | Required field 'attr_x23' is missing | {"field_g81":199,"prop_j42":6.1,"attr_x23":null,"param_x52":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD col_n40 TYPE string_email REQUIRED no
FIELD dim_w11.attr_d48.val_q56 TYPE string REQUIRED no
FIELD dim_w11.attr_d48.col_m38 TYPE integer REQUIRED no
FIELD dim_w11.attr_d48.dim_p21 TYPE string REQUIRED no
FIELD dim_w11.attr_d48.col_b80 TYPE string VALUES small|medium|large|xl RE... | {"col_n40":"user@test.io","dim_w11":{"attr_d48":{"col_m38":269,"dim_p21":"Santos","col_b80":"small","key_g78":748,"prop_x40":856,"param_u88":"nonsense"},"dim_e17":"https://data.org/v1","key_u52":567.81},"key_l28":{"col_t56":"in_transit","param_m66":"oceanic","val_i59":false,"attr_q54":"married","val_z44":false},"prop_o... | extra_text_before | {
"type": "object",
"properties": {
"col_n40": {
"type": "string",
"format": "email"
},
"dim_w11": {
"type": "object",
"properties": {
"attr_d48": {
"type": "object",
"properties": {
"val_q56": {
"type": "string"
}... | Here is the response in the requested format:
{"col_n40":"user@test.io","dim_w11":{"attr_d48":{"col_m38":269,"dim_p21":"Santos","col_b80":"small","key_g78":748,"prop_x40":856,"param_u88":"nonsense"},"dim_e17":"https://data.org/v1","key_u52":567.81},"key_l28":{"col_t56":"in_transit","param_m66":"oceanic","val_i59":false... | Output contains non-JSON text before the object | {"col_n40":"user@test.io","dim_w11":{"attr_d48":{"col_m38":269,"dim_p21":"Santos","col_b80":"small","key_g78":748,"prop_x40":856,"param_u88":"nonsense"},"dim_e17":"https://data.org/v1","key_u52":567.81},"key_l28":{"col_t56":"in_transit","param_m66":"oceanic","val_i59":false,"attr_q54":"married","val_z44":false},"prop_o... |
TASK repair_structured_output
SPEC
FIELD param_o56 TYPE string REQUIRED no
FIELD field_v86 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_s53 TYPE boolean REQUIRED no
FIELD col_i81 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_o31 TYPE boolean REQUIRED no
FIELD val_d41.... | {"param_o56":"2024-01-15","field_v86":"unstable","attr_s53":false,"col_i81":"error","attr_o31":true,"val_d41":{"param_k86":"level_1","col_p63":720,"col_a91":"cat_a","prop_g83":"foo","field_h80":"quux"},"val_n21":"https://api.example.com/v1"} | single_quotes | {
"type": "object",
"properties": {
"param_o56": {
"type": "string"
},
"field_v86": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_s53": {
"type": "boolean"
},
"col_i81": {
"type": "string",
... | {'param_o56':'2024-01-15','field_v86':'unstable','attr_s53':false,'col_i81':'error','attr_o31':true,'val_d41':{'param_k86':'level_1','col_p63':720,'col_a91':'cat_a','prop_g83':'foo','field_h80':'quux'},'val_n21':'https://api.example.com/v1'} | Expecting property name enclosed in double quotes | {"param_o56":"2024-01-15","field_v86":"unstable","attr_s53":false,"col_i81":"error","attr_o31":true,"val_d41":{"param_k86":"level_1","col_p63":720,"col_a91":"cat_a","prop_g83":"foo","field_h80":"quux"},"val_n21":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE null REQUIRED yes
FIELD turbidity TYPE string REQUIRED yes
FIELD chapter TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD published TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"last_name":null,"turbidity":"Santos","chapter":"intermittent... | {"last_name":null,"turbidity":"Santos","chapter":"intermittent","published":107} | markdown_fences | {
"type": "object",
"properties": {
"last_name": {
"type": "null"
},
"turbidity": {
"type": "string"
},
"chapter": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"published": {
"type": "integer"
}
... | ```json
{"last_name":null,"turbidity":"Santos","chapter":"intermittent","published":107}
``` | Output contains markdown code fences | {"last_name":null,"turbidity":"Santos","chapter":"intermittent","published":107} |
TASK repair_structured_output
SPEC
FIELD prop_b36 TYPE integer REQUIRED no
FIELD key_o38 TYPE number REQUIRED no
FIELD key_o05 TYPE boolean REQUIRED no
FIELD attr_r27 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_k36[].val_e18 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_k36[].val... | {"prop_b36":805,"key_o38":689.39,"key_o05":false,"attr_r27":"low","val_k36":[{"val_e18":"sms","val_z52":"new","dim_u68":false,"prop_d95":131,"prop_x03":"Hapag-Lloyd-Express"},{"val_z52":"delivered","prop_d95":673,"prop_x03":"John"},{"val_z52":"in_transit","dim_u68":true,"prop_d95":613,"prop_x03":"This is a test value."... | single_quotes | {
"type": "object",
"properties": {
"prop_b36": {
"type": "integer"
},
"key_o38": {
"type": "number"
},
"key_o05": {
"type": "boolean"
},
"attr_r27": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {'prop_b36':805,'key_o38':689.39,'key_o05':false,'attr_r27':'low','val_k36':[{'val_e18':'sms','val_z52':'new','dim_u68':false,'prop_d95':131,'prop_x03':'Hapag-Lloyd-Express'},{'val_z52':'delivered','prop_d95':673,'prop_x03':'John'},{'val_z52':'in_transit','dim_u68':true,'prop_d95':613,'prop_x03':'This is a test value.'... | Expecting property name enclosed in double quotes | {"prop_b36":805,"key_o38":689.39,"key_o05":false,"attr_r27":"low","val_k36":[{"val_e18":"sms","val_z52":"new","dim_u68":false,"prop_d95":131,"prop_x03":"Hapag-Lloyd-Express"},{"val_z52":"delivered","prop_d95":673,"prop_x03":"John"},{"val_z52":"in_transit","dim_u68":true,"prop_d95":613,"prop_x03":"This is a test value."... |
TASK repair_structured_output
SPEC
FIELD dim_t27 TYPE number REQUIRED no
FIELD dim_x48 TYPE boolean REQUIRED yes
FIELD prop_x03.col_t57.prop_y41 TYPE string REQUIRED yes
FIELD prop_x03.col_t57.param_w78 TYPE integer REQUIRED no
FIELD prop_x03.col_t57.field_d42 TYPE integer REQUIRED yes
FIELD prop_x03.col_t57.field_t79... | {"dim_t27":844.42,"dim_x48":false,"prop_x03":{"field_r43":823,"col_k02":35,"key_d32":"type_b","prop_m49":"Hapag-Lloyd-Express"},"dim_g46":618.64,"dim_r84":"qux"} | boolean_as_string | {
"type": "object",
"properties": {
"dim_t27": {
"type": "number"
},
"dim_x48": {
"type": "boolean"
},
"prop_x03": {
"type": "object",
"properties": {
"col_t57": {
"type": "object",
"properties": {
"prop_y41": {
"type"... | {"dim_t27": 844.42, "dim_x48": "false", "prop_x03": {"field_r43": 823, "col_k02": 35, "key_d32": "type_b", "prop_m49": "Hapag-Lloyd-Express"}, "dim_g46": 618.64, "dim_r84": "qux"} | Field 'dim_x48' must be boolean, got string | {"dim_t27":844.42,"dim_x48":false,"prop_x03":{"field_r43":823,"col_k02":35,"key_d32":"type_b","prop_m49":"Hapag-Lloyd-Express"},"dim_g46":618.64,"dim_r84":"qux"} |
TASK repair_structured_output
SPEC
FIELD message TYPE string REQUIRED yes
FIELD maturity_date TYPE string_email REQUIRED no
FIELD conductivity TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD throttle_pos TYPE number REQUIRED no
FIELD subtotal TYPE string REQUIRED no
FIELD role TYPE null REQUIRED yes
... | {"message":"quux","maturity_date":"user@domain.org","conductivity":"type_a","throttle_pos":633.01,"role":null,"length":{"build_status":471,"catalyst":"test@domain.org","interest_rate":[{"published":"cat_b","verified":662.47,"color":"Silva","item_id":"synonymous"}]}} | invalid_enum | {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"maturity_date": {
"type": "string",
"format": "email"
},
"conductivity": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"th... | {"message": "quux", "maturity_date": "user@domain.org", "conductivity": "invalid_choice_357", "throttle_pos": 633.01, "role": null, "length": {"build_status": 471, "catalyst": "test@domain.org", "interest_rate": [{"published": "cat_b", "verified": 662.47, "color": "Silva", "item_id": "synonymous"}]}} | Field 'conductivity' has invalid enum value 'invalid_choice_357', expected one of ['type_a', 'type_b', 'type_c', 'type_d'] | {"message":"quux","maturity_date":"user@domain.org","conductivity":"type_a","throttle_pos":633.01,"role":null,"length":{"build_status":471,"catalyst":"test@domain.org","interest_rate":[{"published":"cat_b","verified":662.47,"color":"Silva","item_id":"synonymous"}]}} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD balance TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD step TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD wavelength TYPE boolean REQUIRED no
FIELD quality_score TYPE in... | {"diagnosis_code":"coastal","step":"medium","wavelength":true,"quality_score":888,"run_id":false,"tax":true,"category":false} | markdown_fences | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"balance": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JP... | ```json
{"diagnosis_code":"coastal","step":"medium","wavelength":true,"quality_score":888,"run_id":false,"tax":true,"category":false}
``` | Output contains markdown code fences | {"diagnosis_code":"coastal","step":"medium","wavelength":true,"quality_score":888,"run_id":false,"tax":true,"category":false} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD credit_score TYPE string VALUES draft|published|archived REQUIRED yes
FIELD bed_number TYPE number REQUIRED no
FIELD trace_id TYPE integer REQUIRED no
FIELD length TYPE string REQUIRED no
BROKEN_OUTPUT
... | {"status":"unstable","credit_score":"published","bed_number":418.74,"trace_id":108,"length":"RTG-04"} | tool_call_text_mix | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"credit_score": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"bed_num... | I need to look up the information first.
<tool_call name="get_weather">
{"status":"unstable","credit_score":"published","bed_number":418.74,"trace_id":108,"length":"RTG-04"}
</tool_call. | Agent response mixes reasoning text with tool call | {"status":"unstable","credit_score":"published","bed_number":418.74,"trace_id":108,"length":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD attr_k86 TYPE string REQUIRED yes
FIELD dim_d41 TYPE integer REQUIRED yes
FIELD key_n91 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: calculate_docking_fee
Arguments: {"dim_d41": 388, "key_n91": 245} | {"attr_k86":"test","dim_d41":388,"key_n91":245} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_k86": {
"type": "string"
},
"dim_d41": {
"type": "integer"
},
"key_n91": {
"type": "integer"
}
},
"required": [
"attr_k86",
"dim_d41",
"key_n91"
]
} | I need to look up the information first.
Action: calculate_docking_fee
Arguments: {"dim_d41": 388, "key_n91": 245} | Agent tool call missing required parameter 'attr_k86' | {"attr_k86":"test","dim_d41":388,"key_n91":245} |
TASK repair_structured_output
SPEC
FIELD col_f93 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD key_y64 TYPE boolean REQUIRED no
FIELD param_f93 TYPE number REQUIRED yes
FIELD col_k19 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
BROKEN_OUTPUT
{'col_f93':'level_2','param_f93':734.62,'c... | {"col_f93":"level_2","param_f93":734.62,"col_k19":"degraded"} | single_quotes | {
"type": "object",
"properties": {
"col_f93": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"key_y64": {
"type": "boolean"
},
"param_f93": {
"type": "number"
},
"col_k19": {
"type": "string",
"enum": [
"operatio... | {'col_f93':'level_2','param_f93':734.62,'col_k19':'degraded'} | Expecting property name enclosed in double quotes | {"col_f93":"level_2","param_f93":734.62,"col_k19":"degraded"} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string REQUIRED yes
FIELD account_id TYPE number REQUIRED no
FIELD chromosome TYPE string REQUIRED yes
FIELD shift_code TYPE integer REQUIRED yes
FIELD url TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD size TYPE string_email REQUIRED no
BROKEN_OUT... | {"gene_id":"Hapag-Lloyd-Express","account_id":500.39,"chromosome":"John","shift_code":251,"url":"high","size":"info@test.io"} | truncated_object | {
"type": "object",
"properties": {
"gene_id": {
"type": "string"
},
"account_id": {
"type": "number"
},
"chromosome": {
"type": "string"
},
"shift_code": {
"type": "integer"
},
"url": {
"type": "string",
"enum": [
"low",
"mediu... | {"gene_id":"Hapag-Lloyd-Express","account_id":500.39,"chromosome":"John","shift_code":251,"url":"high","size":"info@test.io" | Unexpected end of JSON input — truncated object | {"gene_id":"Hapag-Lloyd-Express","account_id":500.39,"chromosome":"John","shift_code":251,"url":"high","size":"info@test.io"} |
TASK repair_structured_output
SPEC
FIELD field_l50.prop_d03 TYPE integer REQUIRED yes
FIELD field_l50.dim_o94 TYPE string REQUIRED yes
FIELD field_l50.dim_u04 TYPE string_date-time REQUIRED no
FIELD field_l50.prop_j38 TYPE string REQUIRED no
FIELD field_l50.param_q01 TYPE integer REQUIRED no
FIELD field_l50.param_u51.... | {"field_l50":{"prop_d03":178,"dim_o94":"Berlin","dim_u04":"2020-01-28T11:30:00Z","param_q01":208,"param_u51":{"key_p73":"2024-01-15","attr_t68":"pending","col_y36":null,"val_a24":72.28},"val_x02":{"col_s04":true}},"dim_n40":219.54,"col_w76":{"col_j20":false,"param_t57":"reliable","col_u95":624},"val_f20":620} | extra_text_after | {
"type": "object",
"properties": {
"field_l50": {
"type": "object",
"properties": {
"prop_d03": {
"type": "integer"
},
"dim_o94": {
"type": "string"
},
"dim_u04": {
"type": "string",
"format": "date-time"
},
... | {"field_l50":{"prop_d03":178,"dim_o94":"Berlin","dim_u04":"2020-01-28T11:30:00Z","param_q01":208,"param_u51":{"key_p73":"2024-01-15","attr_t68":"pending","col_y36":null,"val_a24":72.28},"val_x02":{"col_s04":true}},"dim_n40":219.54,"col_w76":{"col_j20":false,"param_t57":"reliable","col_u95":624},"val_f20":620}
Let me kn... | Output contains non-JSON text after the object | {"field_l50":{"prop_d03":178,"dim_o94":"Berlin","dim_u04":"2020-01-28T11:30:00Z","param_q01":208,"param_u51":{"key_p73":"2024-01-15","attr_t68":"pending","col_y36":null,"val_a24":72.28},"val_x02":{"col_s04":true}},"dim_n40":219.54,"col_w76":{"col_j20":false,"param_t57":"reliable","col_u95":624},"val_f20":620} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD features TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD quality_score TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD position TYPE string VALUES c... | {"gene_id":"level_6","features":"info","quality_score":"coastal","position":"cat_c"} | missing_required | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"features": {
"type": "string",
"enum": [
"success",
"error",
... | {"gene_id": "level_6", "quality_score": "coastal", "position": "cat_c"} | Required field 'features' is missing | {"gene_id":"level_6","features":"info","quality_score":"coastal","position":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string REQUIRED no
FIELD length TYPE string REQUIRED no
FIELD vital_sign TYPE string_date-time REQUIRED yes
FIELD patient_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
BROKEN_OUTPUT
I've generated the following JSON:
{"compound":"example","lengt... | {"compound":"example","length":"user@domain.com","vital_sign":"2024-04-13T14:26:00Z"} | extra_text_before | {
"type": "object",
"properties": {
"compound": {
"type": "string"
},
"length": {
"type": "string"
},
"vital_sign": {
"type": "string",
"format": "date-time"
},
"patient_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_... | I've generated the following JSON:
{"compound":"example","length":"user@domain.com","vital_sign":"2024-04-13T14:26:00Z"} | Output contains non-JSON text before the object | {"compound":"example","length":"user@domain.com","vital_sign":"2024-04-13T14:26:00Z"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES active|inactive|pending REQUIRED no
FIELD hazmat_code TYPE string VALUES active|inactive|pending REQUIRED no
FIELD website TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD section TYPE string VALUES active|inactive|pending REQUIRED no
... | {"quantity":"pending","hazmat_code":"inactive","website":"free","enabled":664.0,"visible":"bar"} | markdown_explanation | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"hazmat_code": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"website": {
... | Based on your request, here is the data:
```json
{"quantity":"pending","hazmat_code":"inactive","website":"free","enabled":664.0,"visible":"bar"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"quantity":"pending","hazmat_code":"inactive","website":"free","enabled":664.0,"visible":"bar"} |
TASK repair_structured_output
SPEC
FIELD name TYPE number REQUIRED yes
FIELD weight TYPE integer REQUIRED yes
FIELD shipper_ref[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"name":842.46,"weight":69,"shipper_ref":[297.6,643.02,179.61,810.89]}
Hope this helps! | {"name":842.46,"weight":69,"shipper_ref":[297.6,643.02,179.61,810.89]} | extra_text_after | {
"type": "object",
"properties": {
"name": {
"type": "number"
},
"weight": {
"type": "integer"
},
"shipper_ref": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"weight",
"name",
"shipper_ref"
]
} | {"name":842.46,"weight":69,"shipper_ref":[297.6,643.02,179.61,810.89]}
Hope this helps! | Output contains non-JSON text after the object | {"name":842.46,"weight":69,"shipper_ref":[297.6,643.02,179.61,810.89]} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD image_url TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD state TYPE string VALUES level_1|level_2 REQUIRED no
FIELD branch TYPE number REQUIRED yes
BROKEN_OUTPUT
{"quality_score":"gre... | {"quality_score":"green","image_url":"level_3","state":"level_1","branch":743.66} | missing_brace | {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"image_url": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
... | {"quality_score":"green","image_url":"level_3","state":"level_1","branch":743.66 | Missing closing brace | {"quality_score":"green","image_url":"level_3","state":"level_1","branch":743.66} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string REQUIRED no
FIELD isotope TYPE null REQUIRED no
FIELD manifest_ref TYPE string REQUIRED yes
FIELD velocity TYPE boolean REQUIRED no
FIELD item_id TYPE number REQUIRED no
FIELD quality_score TYPE boolean REQUIRED yes
FIELD enabled TYPE integer REQUIRED no
FIE... | {"user_id":"active","manifest_ref":"Alice","velocity":true,"quality_score":false,"enabled":175,"organism":"Santos"} | extra_field | {
"type": "object",
"properties": {
"user_id": {
"type": "string"
},
"isotope": {
"type": "null"
},
"manifest_ref": {
"type": "string"
},
"velocity": {
"type": "boolean"
},
"item_id": {
"type": "number"
},
"quality_score": {
"type": "bo... | {"user_id": "active", "manifest_ref": "Alice", "velocity": true, "quality_score": false, "enabled": 175, "organism": "Santos", "extra_value_3017": true} | Unknown field 'extra_value_3017' not defined in schema | {"user_id":"active","manifest_ref":"Alice","velocity":true,"quality_score":false,"enabled":175,"organism":"Santos"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE integer REQUIRED yes
FIELD total TYPE string REQUIRED no
FIELD country TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"total": "Jane", "country": 18} | {"subtotal":66,"total":"Jane","country":18} | missing_required | {
"type": "object",
"properties": {
"subtotal": {
"type": "integer"
},
"total": {
"type": "string"
},
"country": {
"type": "integer"
}
},
"required": [
"subtotal",
"country"
]
} | {"total": "Jane", "country": 18} | Required field 'subtotal' is missing | {"subtotal":66,"total":"Jane","country":18} |
TASK repair_structured_output
SPEC
FIELD options TYPE string_uri REQUIRED no
FIELD type TYPE integer REQUIRED yes
FIELD vessel_name[] TYPE string_email REQUIRED no
BROKEN_OUTPUT
{"options": "https://api.com/data", "vessel_name": ["ops@example.com", "info@test.io", "admin@test.io", "ops@example.com"]} | {"options":"https://api.com/data","type":480,"vessel_name":["ops@example.com","info@test.io","admin@test.io","ops@example.com"]} | missing_required | {
"type": "object",
"properties": {
"options": {
"type": "string",
"format": "uri"
},
"type": {
"type": "integer"
},
"vessel_name": {
"type": "array",
"items": {
"type": "string",
"format": "email"
}
}
},
"required": [
"type"
]
} | {"options": "https://api.com/data", "vessel_name": ["ops@example.com", "info@test.io", "admin@test.io", "ops@example.com"]} | Required field 'type' is missing | {"options":"https://api.com/data","type":480,"vessel_name":["ops@example.com","info@test.io","admin@test.io","ops@example.com"]} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE boolean REQUIRED no
FIELD aligned_pct TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD phone TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD credit_score TYPE number REQUIRED yes
FIELD loan_amount TYPE string VALUES ... | {"aligned_pct":"pending_review","phone":"info","credit_score":331.18,"loan_amount":"in_transit"} | thought_process | {
"type": "object",
"properties": {
"crew_id": {
"type": "boolean"
},
"aligned_pct": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"phone": {
"type": "string",
"enum": [
"succe... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"aligned_pct":"pending_review","phone":"info","credit_score":331.18,"loan_amount":"in_transit"} | Output contains chain-of-thought reasoning before JSON | {"aligned_pct":"pending_review","phone":"info","credit_score":331.18,"loan_amount":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE integer REQUIRED no
FIELD commit_hash TYPE number REQUIRED yes
FIELD freight_class TYPE string REQUIRED no
FIELD score TYPE boolean REQUIRED yes
FIELD port_code TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"quantity":601,"commit_hash":262.16,"freight_class":... | {"quantity":601,"commit_hash":262.16,"freight_class":"QC-07","score":true,"port_code":"2026-05-09T21:50:00Z"} | missing_bracket | {
"type": "object",
"properties": {
"quantity": {
"type": "integer"
},
"commit_hash": {
"type": "number"
},
"freight_class": {
"type": "string"
},
"score": {
"type": "boolean"
},
"port_code": {
"type": "string",
"format": "date-time"
}
},... | {"quantity":601,"commit_hash":262.16,"freight_class":"QC-07","score":true,"port_code":"2026-05-09T21:50:00Z"} | Missing closing bracket | {"quantity":601,"commit_hash":262.16,"freight_class":"QC-07","score":true,"port_code":"2026-05-09T21:50:00Z"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE boolean REQUIRED no
FIELD log_level TYPE string REQUIRED no
FIELD umi TYPE integer REQUIRED no
FIELD city TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD yield_pct.notes TYPE string VALUES active|inactive|pending REQUIRED no
FIELD yield_pct.first_name T... | {"log_level":"pending","umi":604,"city":"admin","yield_pct":{"notes":"pending","first_name":"degraded","current_draw":"pro","company":"test@example.com"},"frequency_hz":{"created_at":237.6,"patient_id":"EUR","account_id":826.18,"last_name":null,"coverage":"type_d"}} | single_quotes | {
"type": "object",
"properties": {
"sensor_id": {
"type": "boolean"
},
"log_level": {
"type": "string"
},
"umi": {
"type": "integer"
},
"city": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"yield_pct":... | {'log_level':'pending','umi':604,'city':'admin','yield_pct':{'notes':'pending','first_name':'degraded','current_draw':'pro','company':'test@example.com'},'frequency_hz':{'created_at':237.6,'patient_id':'EUR','account_id':826.18,'last_name':null,'coverage':'type_d'}} | Expecting property name enclosed in double quotes | {"log_level":"pending","umi":604,"city":"admin","yield_pct":{"notes":"pending","first_name":"degraded","current_draw":"pro","company":"test@example.com"},"frequency_hz":{"created_at":237.6,"patient_id":"EUR","account_id":826.18,"last_name":null,"coverage":"type_d"}} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD interest_rate TYPE null REQUIRED yes
FIELD dosage TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD price TYPE number REQUIRED yes
FIELD cargo_type TYPE integer REQUIRED no
FIELD timezone TYPE i... | {"interest_rate":null,"price":392.49,"cargo_type":600,"timezone":827,"score":{"length":490.84,"active":false,"berth_slot":756,"credit_score":"arctic"}} | wrong_type | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"interest_rate": {
"type": "null"
},
"dosage": {
"type": "string",
"enum": [
"red",
"blue",
... | {"interest_rate": null, "price": 392.49, "cargo_type": "\"600\"", "timezone": 827, "score": {"length": 490.84, "active": false, "berth_slot": 756, "credit_score": "arctic"}} | Field 'cargo_type' must be integer, got string | {"interest_rate":null,"price":392.49,"cargo_type":600,"timezone":827,"score":{"length":490.84,"active":false,"berth_slot":756,"credit_score":"arctic"}} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE boolean REQUIRED no
FIELD zip_code TYPE string_uri REQUIRED yes
FIELD salinity TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD label TYPE integer REQUIRED no
FIELD ward[].count TYPE integer REQUIRED no
FIELD ward[].log_level TYPE null REQUIRED yes
FIE... | {"duration_ms":true,"zip_code":"https://example.com/v1","salinity":"phone","label":410,"ward":[{"count":938,"log_level":null,"items":"https://www.org/api","end_date":781,"address":55,"role":549,"catalyst":"Johnson"},{"count":679,"log_level":null,"items":"https://www.io/data","end_date":847,"address":147,"role":683}]} | extra_field | {
"type": "object",
"properties": {
"duration_ms": {
"type": "boolean"
},
"zip_code": {
"type": "string",
"format": "uri"
},
"salinity": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"label": {
... | {"duration_ms": true, "zip_code": "https://example.com/v1", "salinity": "phone", "label": 410, "ward": [{"count": 938, "log_level": null, "items": "https://www.org/api", "end_date": 781, "address": 55, "role": 549, "catalyst": "Johnson"}, {"count": 679, "log_level": null, "items": "https://www.io/data", "end_date": 847... | Unknown field 'extra_value_709' not defined in schema | {"duration_ms":true,"zip_code":"https://example.com/v1","salinity":"phone","label":410,"ward":[{"count":938,"log_level":null,"items":"https://www.org/api","end_date":781,"address":55,"role":549,"catalyst":"Johnson"},{"count":679,"log_level":null,"items":"https://www.io/data","end_date":847,"address":147,"role":683}]} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED yes
FIELD shipper_ref TYPE string_uri REQUIRED yes
FIELD account_id TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD filter_flag TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD loan_amount TYPE stri... | {"interest_rate":"2024-06-30","shipper_ref":"https://example.com/data","account_id":"white","filter_flag":"maintenance","date":"REV"} | missing_bracket | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"shipper_ref": {
"type": "string",
"format": "uri"
},
"account_id": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
... | {"interest_rate":"2024-06-30","shipper_ref":"https://example.com/data","account_id":"white","filter_flag":"maintenance","date":"REV"} | Missing closing bracket | {"interest_rate":"2024-06-30","shipper_ref":"https://example.com/data","account_id":"white","filter_flag":"maintenance","date":"REV"} |
TASK repair_structured_output
SPEC
FIELD col_q43 TYPE null REQUIRED yes
FIELD param_t58 TYPE string_email REQUIRED no
FIELD key_y72.key_b81 TYPE string VALUES single|married|divorced REQUIRED no
FIELD key_y72.attr_g97 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_y72.col_o44 TYPE integer REQUI... | {"col_q43":null,"param_t58":"info@example.com","key_y72":{"attr_g97":"oceanic","col_o44":227,"key_c58":"active"},"attr_p08":"active","field_p58":"missense"} | null_required | {
"type": "object",
"properties": {
"col_q43": {
"type": "null"
},
"param_t58": {
"type": "string",
"format": "email"
},
"key_y72": {
"type": "object",
"properties": {
"key_b81": {
"type": "string",
"enum": [
"single",
... | {"col_q43": null, "param_t58": "info@example.com", "key_y72": {"attr_g97": "oceanic", "col_o44": 227, "key_c58": "active"}, "attr_p08": "active", "field_p58": "missense"} | Required field 'col_q43' is null | {"col_q43":null,"param_t58":"info@example.com","key_y72":{"attr_g97":"oceanic","col_o44":227,"key_c58":"active"},"attr_p08":"active","field_p58":"missense"} |
TASK repair_structured_output
SPEC
FIELD param_m94 TYPE string REQUIRED no
FIELD key_n49 TYPE integer REQUIRED no
FIELD dim_l65 TYPE integer REQUIRED yes
FIELD field_m12 TYPE string REQUIRED yes
FIELD val_i62 TYPE number REQUIRED yes
BROKEN_OUTPUT
<functioncall> send_email
{key_n49: 332, dim_l65: 138, field_m12: "PAS... | {"key_n49":332,"dim_l65":138,"field_m12":"PASS","val_i62":765.9} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_m94": {
"type": "string"
},
"key_n49": {
"type": "integer"
},
"dim_l65": {
"type": "integer"
},
"field_m12": {
"type": "string"
},
"val_i62": {
"type": "number"
}
},
"required": [
"field_m12",
... | <functioncall> send_email
{key_n49: 332, dim_l65: 138, field_m12: "PASS", val_i62: 765.9} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_n49":332,"dim_l65":138,"field_m12":"PASS","val_i62":765.9} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE number REQUIRED yes
FIELD comments TYPE boolean REQUIRED no
FIELD values TYPE boolean REQUIRED yes
FIELD frequency_hz[] TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
BROKEN_OUTPUT
{"aligned_pct":923.14,"values":false,"frequency_hz":["free","enterpr... | {"aligned_pct":923.14,"values":false,"frequency_hz":["free","enterprise","basic","free"]} | truncated_array | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "number"
},
"comments": {
"type": "boolean"
},
"values": {
"type": "boolean"
},
"frequency_hz": {
"type": "array",
"items": {
"type": "string",
"enum": [
"free",
... | {"aligned_pct":923.14,"values":false,"frequency_hz":["free","enterprise","basic","free" | Unexpected end of JSON input — truncated array | {"aligned_pct":923.14,"values":false,"frequency_hz":["free","enterprise","basic","free"]} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string_email REQUIRED no
FIELD due_date TYPE integer REQUIRED no
FIELD bearing TYPE integer REQUIRED yes
FIELD conductivity TYPE number REQUIRED no
FIELD published[] TYPE string REQUIRED yes
FIELD gene_id[].sensor_id TYPE string VALUES success|error|warning|in... | {"pressure_kpa":"admin@domain.org","bearing":141,"published":["sample","Oliveira"]} | partial_structure | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"format": "email"
},
"due_date": {
"type": "integer"
},
"bearing": {
"type": "integer"
},
"conductivity": {
"type": "number"
},
"published": {
"type": "array",
"items... | Result: pressure_kpa=admin@domain.org, {"pressure_kpa":"admin@domain.org","bearing":141,"published":["sample","Oliveira"]} | Output mixes natural language with JSON | {"pressure_kpa":"admin@domain.org","bearing":141,"published":["sample","Oliveira"]} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string REQUIRED no
FIELD verified TYPE integer REQUIRED no
FIELD last_name TYPE integer REQUIRED yes
FIELD quality_score TYPE string REQUIRED no
FIELD batch_code TYPE string_uri REQUIRED no
FIELD message TYPE string_email REQUIRED no
FIELD nickname TYPE string REQ... | {"verified":200,"last_name":703,"quality_score":"Johnson","batch_code":"https://data.io/api"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"comments": {
"type": "string"
},
"verified": {
"type": "integer"
},
"last_name": {
"type": "integer"
},
"quality_score": {
"type": "string"
},
"batch_code": {
"type": "string",
"format": "uri"
},
"me... | Tool: queue_sequencing_run
Params: {"verified": 200, "last_name": 703, "quality_score": "Johnson", "batch_code": "https://data.io/api"} | Agent used wrong parameter name 'nickname2' instead of 'nickname' | {"verified":200,"last_name":703,"quality_score":"Johnson","batch_code":"https://data.io/api"} |
TASK repair_structured_output
SPEC
FIELD col_x19 TYPE string REQUIRED no
FIELD field_b05 TYPE integer REQUIRED no
FIELD field_y58.val_k75 TYPE string REQUIRED no
FIELD field_y58.val_b00 TYPE null REQUIRED no
FIELD field_y58.col_z91 TYPE integer REQUIRED yes
FIELD field_y58.field_t38[] TYPE string REQUIRED no
FIELD fie... | {"col_x19":"Paris","field_b05":731,"field_y58":{"val_k75":"RTG-04","col_z91":153,"field_t38":["Silva","chr1","FWD","FWD"]},"field_w33":639.98,"attr_q38":979.07} | unquoted_keys | {
"type": "object",
"properties": {
"col_x19": {
"type": "string"
},
"field_b05": {
"type": "integer"
},
"field_y58": {
"type": "object",
"properties": {
"val_k75": {
"type": "string"
},
"val_b00": {
"type": "null"
},
... | {col_x19:"Paris",field_b05:731,field_y58:{val_k75:"RTG-04",col_z91:153,field_t38:["Silva","chr1","FWD","FWD"]},field_w33:639.98,attr_q38:979.07} | Expecting property name enclosed in double quotes | {"col_x19":"Paris","field_b05":731,"field_y58":{"val_k75":"RTG-04","col_z91":153,"field_t38":["Silva","chr1","FWD","FWD"]},"field_w33":639.98,"attr_q38":979.07} |
TASK repair_structured_output
SPEC
FIELD message TYPE string VALUES success|error|warning|info REQUIRED no
FIELD zip_code TYPE null REQUIRED no
FIELD frequency_hz TYPE boolean REQUIRED yes
FIELD torque_output TYPE string REQUIRED yes
FIELD commit_hash TYPE integer REQUIRED no
FIELD weight.type TYPE boolean REQUIRED no... | {"frequency_hz":false,"torque_output":"QC-07","commit_hash":709,"weight":{"deploy_target":713,"span_id":"maintenance","quantity":43,"step":621,"insurance_id":689,"wavelength":557.05},"repository":"user@domain.org","title":"https://api.io/v1"} | missing_bracket | {
"type": "object",
"properties": {
"message": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"zip_code": {
"type": "null"
},
"frequency_hz": {
"type": "boolean"
},
"torque_output": {
"type": "s... | {"frequency_hz":false,"torque_output":"QC-07","commit_hash":709,"weight":{"deploy_target":713,"span_id":"maintenance","quantity":43,"step":621,"insurance_id":689,"wavelength":557.05},"repository":"user@domain.org","title":"https://api.io/v1"} | Missing closing bracket | {"frequency_hz":false,"torque_output":"QC-07","commit_hash":709,"weight":{"deploy_target":713,"span_id":"maintenance","quantity":43,"step":621,"insurance_id":689,"wavelength":557.05},"repository":"user@domain.org","title":"https://api.io/v1"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD repository TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD insurance_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD batch_code TYPE string_email REQUIRED no
BROKEN_OUTPUT
T... | {"phenotype":"email","repository":"sms","insurance_id":"open","batch_code":"test@test.io"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"repository": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | Tool: send_email
Params: {"phenotype": "email", "repository": "sms", "batch_code": "test@test.io", "insurance_id_id": "open"} | Agent used wrong parameter name 'insurance_id_id' instead of 'insurance_id' | {"phenotype":"email","repository":"sms","insurance_id":"open","batch_code":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD zip_code.website TYPE string REQUIRED yes
FIELD zip_code.balance TYPE number REQUIRED no
FIELD zip_code.terminal_id.items TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD zip_code.terminal_id.weight TYPE string VALUES admin|editor|viewer REQUIRED ... | {"zip_code":{"website":"Santos","balance":910.37,"terminal_id":{"items":"mode_e","weight":"admin","language":"https://data.io/api"},"transaction_id":598.26},"section":"2024-04-18T06:44:00Z"} | single_quotes | {
"type": "object",
"properties": {
"zip_code": {
"type": "object",
"properties": {
"website": {
"type": "string"
},
"balance": {
"type": "number"
},
"terminal_id": {
"type": "object",
"properties": {
"items"... | {'zip_code':{'website':'Santos','balance':910.37,'terminal_id':{'items':'mode_e','weight':'admin','language':'https://data.io/api'},'transaction_id':598.26},'section':'2024-04-18T06:44:00Z'} | Expecting property name enclosed in double quotes | {"zip_code":{"website":"Santos","balance":910.37,"terminal_id":{"items":"mode_e","weight":"admin","language":"https://data.io/api"},"transaction_id":598.26},"section":"2024-04-18T06:44:00Z"} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE boolean REQUIRED yes
FIELD velocity TYPE boolean REQUIRED yes
FIELD city.port_code TYPE string REQUIRED no
FIELD city.width.section TYPE string REQUIRED no
FIELD city.width.transaction_id TYPE integer REQUIRED yes
FIELD city.width.brake_pressure TYPE string VALU... | {"wavelength":false,"velocity":true,"city":{"width":{"section":"bar","transaction_id":659,"brake_pressure":"pro","bed_number":"cat_a","tile":"pending"},"quantity":{"build_status":"mode_b","version":"ops@example.com","ward":"John","username":"mode_a"},"loan_amount":"test","first_name":"2026-05-11T16:42:00Z","due_date":"... | extra_text_after | {
"type": "object",
"properties": {
"wavelength": {
"type": "boolean"
},
"velocity": {
"type": "boolean"
},
"city": {
"type": "object",
"properties": {
"port_code": {
"type": "string"
},
"width": {
"type": "object",
"p... | {"wavelength":false,"velocity":true,"city":{"width":{"section":"bar","transaction_id":659,"brake_pressure":"pro","bed_number":"cat_a","tile":"pending"},"quantity":{"build_status":"mode_b","version":"ops@example.com","ward":"John","username":"mode_a"},"loan_amount":"test","first_name":"2026-05-11T16:42:00Z","due_date":"... | Output contains non-JSON text after the object | {"wavelength":false,"velocity":true,"city":{"width":{"section":"bar","transaction_id":659,"brake_pressure":"pro","bed_number":"cat_a","tile":"pending"},"quantity":{"build_status":"mode_b","version":"ops@example.com","ward":"John","username":"mode_a"},"loan_amount":"test","first_name":"2026-05-11T16:42:00Z","due_date":"... |
TASK repair_structured_output
SPEC
FIELD val_j36 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_y62 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD attr_m49.attr_d80 TYPE integer REQUIRED no
FIELD attr_m49.field_h51 TYPE string REQUIRED no
FIELD attr_m49.val_o51 TYPE string VAL... | {"param_y62":"level_2","val_a62":569,"col_h15":true,"attr_f91":"https://api.io/data","val_g53":"hello"} | agent_chain | {
"type": "object",
"properties": {
"val_j36": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_y62": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
... | I need to look up the information first.
Action: calibrate_instrument
Result: {"param_y62": "level_2", "col_h15": true, "attr_f91": "https://api.io/data", "val_g53": "hello"}
Processing the request now.
Action: calculate_docking_fee
Result: | Agent multi-step chain with truncated tool output | {"param_y62":"level_2","val_a62":569,"col_h15":true,"attr_f91":"https://api.io/data","val_g53":"hello"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE boolean REQUIRED no
FIELD end_date TYPE null REQUIRED yes
FIELD width.total.amount TYPE string REQUIRED no
FIELD width.total.dissolved_oxygen TYPE boolean REQUIRED yes
FIELD width.total.interest_rate TYPE string_uri REQUIRED yes
FIELD width.total.country TYPE boole... | {"balance":false,"end_date":null,"width":{"total":{"amount":"https://example.com","dissolved_oxygen":false,"interest_rate":"https://api.com/data","country":true},"address":357.38,"product_id":"quux","tile":316.58}} | unquoted_keys | {
"type": "object",
"properties": {
"balance": {
"type": "boolean"
},
"end_date": {
"type": "null"
},
"width": {
"type": "object",
"properties": {
"total": {
"type": "object",
"properties": {
"amount": {
"type": "strin... | {balance:false,end_date:null,width:{total:{amount:"https://example.com",dissolved_oxygen:false,interest_rate:"https://api.com/data",country:true},address:357.38,product_id:"quux",tile:316.58}} | Expecting property name enclosed in double quotes | {"balance":false,"end_date":null,"width":{"total":{"amount":"https://example.com","dissolved_oxygen":false,"interest_rate":"https://api.com/data","country":true},"address":357.38,"product_id":"quux","tile":316.58}} |
TASK repair_structured_output
SPEC
FIELD field_e38 TYPE string REQUIRED no
FIELD field_b49 TYPE string REQUIRED yes
FIELD field_i93 TYPE integer REQUIRED yes
FIELD val_w49[].prop_c39 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_w49[].attr_v66 TYPE integer REQUIRED no
FIELD val_w49[... | {"field_e38":"Bob","field_b49":"active","field_i93":265,"val_w49":[{"prop_c39":"maintenance","attr_v66":975,"prop_j06":763.2,"param_e38":601,"dim_e25":"escalated","param_v91":"Paris","attr_p55":true},{"attr_v66":842,"param_e38":284,"dim_e25":"pending_review","attr_p55":true}]} | unquoted_keys | {
"type": "object",
"properties": {
"field_e38": {
"type": "string"
},
"field_b49": {
"type": "string"
},
"field_i93": {
"type": "integer"
},
"val_w49": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_c39": {
... | {field_e38:"Bob",field_b49:"active",field_i93:265,val_w49:[{prop_c39:"maintenance",attr_v66:975,prop_j06:763.2,param_e38:601,dim_e25:"escalated",param_v91:"Paris",attr_p55:true},{attr_v66:842,param_e38:284,dim_e25:"pending_review",attr_p55:true}]} | Expecting property name enclosed in double quotes | {"field_e38":"Bob","field_b49":"active","field_i93":265,"val_w49":[{"prop_c39":"maintenance","attr_v66":975,"prop_j06":763.2,"param_e38":601,"dim_e25":"escalated","param_v91":"Paris","attr_p55":true},{"attr_v66":842,"param_e38":284,"dim_e25":"pending_review","attr_p55":true}]} |
TASK repair_structured_output
SPEC
FIELD val_p83 TYPE number REQUIRED yes
FIELD key_k40 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_o30 TYPE string REQUIRED no
FIELD field_z09 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD param_j43 TYPE integer REQUIRED yes
FIEL... | {"val_p83":52.34,"key_k40":"red","dim_o30":"FWD","field_z09":"mode_f","param_j43":72,"dim_e84":"user@domain.org","field_w79":"Berlin"} | truncated_array | {
"type": "object",
"properties": {
"val_p83": {
"type": "number"
},
"key_k40": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_o30": {
"type": "string"
},
"field_z09": {
"type": ... | {"val_p83":52.34,"key_k40":"red","dim_o30":"FWD","field_z09":"mode_f","param_j43":72,"dim_e84":"user@domain.org","field_w79":"Berlin" | Unexpected end of JSON input — truncated object | {"val_p83":52.34,"key_k40":"red","dim_o30":"FWD","field_z09":"mode_f","param_j43":72,"dim_e84":"user@domain.org","field_w79":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD val_q90 TYPE string REQUIRED yes
FIELD col_q76 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD param_b07.dim_x60.key_b59 TYPE null REQUIRED no
FIELD param_b07.dim_x60.prop_h10 TYPE integer REQUIRED yes
FIELD param_b07.dim_x60.dim_y52 TYPE integer REQUI... | {"val_q90":"active","col_q76":"cat_f","param_b07":{"dim_x60":{"key_b59":null,"prop_h10":358,"dim_y52":13,"attr_z51":"baz","dim_y58":980,"param_w73":336.47},"prop_q17":"Tokyo","param_c11":{"key_o24":"John","field_h09":292,"param_p53":21,"key_h56":802.33,"prop_n44":807.7},"attr_g89":"Jane","prop_f13":null,"attr_f06":100.... | null_required | {
"type": "object",
"properties": {
"val_q90": {
"type": "string"
},
"col_q76": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"param_b07": {
"type": "object",
"properties... | {"val_q90": "active", "col_q76": "cat_f", "param_b07": {"dim_x60": {"key_b59": null, "prop_h10": 358, "dim_y52": 13, "attr_z51": "baz", "dim_y58": 980, "param_w73": 336.47}, "prop_q17": "Tokyo", "param_c11": {"key_o24": "John", "field_h09": 292, "param_p53": 21, "key_h56": 802.33, "prop_n44": 807.7}, "attr_g89": "Jane"... | Required field 'field_a02' is null | {"val_q90":"active","col_q76":"cat_f","param_b07":{"dim_x60":{"key_b59":null,"prop_h10":358,"dim_y52":13,"attr_z51":"baz","dim_y58":980,"param_w73":336.47},"prop_q17":"Tokyo","param_c11":{"key_o24":"John","field_h09":292,"param_p53":21,"key_h56":802.33,"prop_n44":807.7},"attr_g89":"Jane","prop_f13":null,"attr_f06":100.... |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE string_email REQUIRED no
FIELD medication TYPE string REQUIRED yes
FIELD count TYPE string REQUIRED yes
FIELD comments[].total TYPE string_date-time REQUIRED yes
FIELD comments[].fleet_number TYPE boolean REQUIRED no
FIELD comments[].color TYPE string VALUES cat_... | {"thumbnail":"user@test.io","medication":"Maria","count":"example","comments":[{"total":"2022-09-12T18:17:00Z","fleet_number":true,"color":"cat_a"},{"total":"2023-05-23T09:00:00Z","color":"cat_d"},{"total":"2026-04-10T12:18:00Z","fleet_number":true,"color":"cat_e"}]} | thought_process | {
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
"format": "email"
},
"medication": {
"type": "string"
},
"count": {
"type": "string"
},
"comments": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | Processing the request now.
I'll validate against the schema.
{"thumbnail":"user@test.io","medication":"Maria","count":"example","comments":[{"total":"2022-09-12T18:17:00Z","fleet_number":true,"color":"cat_a"},{"total":"2023-05-23T09:00:00Z","color":"cat_d"},{"total":"2026-04-10T12:18:00Z","fleet_number":true,"color":... | Output contains chain-of-thought reasoning before JSON | {"thumbnail":"user@test.io","medication":"Maria","count":"example","comments":[{"total":"2022-09-12T18:17:00Z","fleet_number":true,"color":"cat_a"},{"total":"2023-05-23T09:00:00Z","color":"cat_d"},{"total":"2026-04-10T12:18:00Z","fleet_number":true,"color":"cat_e"}]} |
TASK repair_structured_output
SPEC
FIELD field_g02 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_l08 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD key_x19 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED n... | {"field_g02":"nonsense","dim_l08":"option_e","key_x19":"option_d","col_g95":"level_3"} | agent_chain | {
"type": "object",
"properties": {
"field_g02": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_l08": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | Let me check the system.
Action: apply_discount
Result: {"field_g02": "nonsense", "key_x19": "option_d", "col_g95": "level_3"}
I'll query our database.
Action: align_reads
Result: | Agent multi-step chain with truncated tool output | {"field_g02":"nonsense","dim_l08":"option_e","key_x19":"option_d","col_g95":"level_3"} |
TASK repair_structured_output
SPEC
FIELD prop_x50 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_u84 TYPE integer REQUIRED no
FIELD prop_l55 TYPE null REQUIRED no
FIELD dim_t48 TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
Breaking down the requirements:
- Must incl... | {"prop_x50":"oceanic","dim_t48":"warning"} | thought_process | {
"type": "object",
"properties": {
"prop_x50": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_u84": {
"type": "integer"
},
"prop_l55": {
"type": "null"
},
"dim_t48": {
"type": "string"... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"prop_x50":"oceanic","dim_t48":"warning"} | Output contains chain-of-thought reasoning before JSON | {"prop_x50":"oceanic","dim_t48":"warning"} |
TASK repair_structured_output
SPEC
FIELD total TYPE string REQUIRED yes
FIELD dosage TYPE string_email REQUIRED yes
FIELD strand TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: process_payment
Arguments: {"total": "London", "strand": "active"} | {"total":"London","dosage":"ops@domain.org","strand":"active"} | tool_call_partial_args | {
"type": "object",
"properties": {
"total": {
"type": "string"
},
"dosage": {
"type": "string",
"format": "email"
},
"strand": {
"type": "string"
}
},
"required": [
"total",
"dosage"
]
} | I need to look up the information first.
Action: process_payment
Arguments: {"total": "London", "strand": "active"} | Agent tool call missing required parameter 'dosage' | {"total":"London","dosage":"ops@domain.org","strand":"active"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE integer REQUIRED no
FIELD hazmat_code TYPE null REQUIRED yes
FIELD length TYPE string REQUIRED yes
FIELD credit_score TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD log_level TYPE integer REQUIRED no
FIELD color TYPE string REQUIRED no
FIELD tags TYPE stri... | {"frequency_hz":201,"hazmat_code":null,"length":"foo","log_level":706,"tags":"open"} | markdown_fences | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "integer"
},
"hazmat_code": {
"type": "null"
},
"length": {
"type": "string"
},
"credit_score": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"log_level": {
... | ```json
{"frequency_hz":201,"hazmat_code":null,"length":"foo","log_level":706,"tags":"open"}
``` | Output contains markdown code fences | {"frequency_hz":201,"hazmat_code":null,"length":"foo","log_level":706,"tags":"open"} |
TASK repair_structured_output
SPEC
FIELD tile TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD discount TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD maturity_date TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD score TYPE string VALUES open|in_progress|resolved|close... | {"tile":"returned","discount":"xl"} | markdown_explanation | {
"type": "object",
"properties": {
"tile": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"discount": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | Based on your request, here is the data:
```json
{"tile":"returned","discount":"xl"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"tile":"returned","discount":"xl"} |
TASK repair_structured_output
SPEC
FIELD col_x26 TYPE string_date-time REQUIRED yes
FIELD prop_c19 TYPE null REQUIRED no
FIELD val_u56 TYPE integer REQUIRED yes
FIELD key_o90 TYPE string REQUIRED no
FIELD prop_l20 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD attr_p09 TYPE number REQUIRED no
FIELD dim_c2... | {"col_x26":"2020-11-15T01:01:00Z","prop_c19":null,"val_u56":354,"prop_l20":"medium","dim_c27":{"param_n76":"https://example.com","key_p98":false,"col_u42":"Luis","col_w02":"berthed"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_x26": {
"type": "string",
"format": "date-time"
},
"prop_c19": {
"type": "null"
},
"val_u56": {
"type": "integer"
},
"key_o90": {
"type": "string"
},
"prop_l20": {
"type": "string",
"enum": [
... | Processing the request now.
<tool_call name="validate_address">
{"col_x26":"2020-11-15T01:01:00Z","prop_c19":null,"val_u56":354,"prop_l20":"medium","dim_c27":{"param_n76":"https://example.com","key_p98":false,"col_u42":"Luis","col_w02":"berthed"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"col_x26":"2020-11-15T01:01:00Z","prop_c19":null,"val_u56":354,"prop_l20":"medium","dim_c27":{"param_n76":"https://example.com","key_p98":false,"col_u42":"Luis","col_w02":"berthed"}} |
TASK repair_structured_output
SPEC
FIELD attr_t91.col_t94 TYPE string_uri REQUIRED no
FIELD attr_t91.param_p43 TYPE string REQUIRED no
FIELD attr_t91.col_p21.param_o97 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_t91.col_p21.field_v96 TYPE string VALUES email|phone|sms|push REQUIRED no
FIEL... | {"attr_t91":{"col_t94":"https://www.io/api","param_p43":"pending","col_p21":{"param_o97":"reliable","field_v96":"push","dim_t46":479,"dim_u41":"chr1","dim_i74":"https://data.io/api"}},"col_b81":false,"field_n30":544.27,"field_x95":"rejected","field_i54":"underway"} | wrong_type | {
"type": "object",
"properties": {
"attr_t91": {
"type": "object",
"properties": {
"col_t94": {
"type": "string",
"format": "uri"
},
"param_p43": {
"type": "string"
},
"col_p21": {
"type": "object",
"propertie... | {"attr_t91": {"col_t94": "https://www.io/api", "param_p43": "pending", "col_p21": {"param_o97": "reliable", "field_v96": "push", "dim_t46": 479, "dim_u41": "chr1", "dim_i74": "https://data.io/api"}}, "col_b81": "\"no\"", "field_n30": 544.27, "field_x95": "rejected", "field_i54": "underway"} | Field 'col_b81' must be boolean, got string | {"attr_t91":{"col_t94":"https://www.io/api","param_p43":"pending","col_p21":{"param_o97":"reliable","field_v96":"push","dim_t46":479,"dim_u41":"chr1","dim_i74":"https://data.io/api"}},"col_b81":false,"field_n30":544.27,"field_x95":"rejected","field_i54":"underway"} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE boolean REQUIRED no
FIELD branch.repository TYPE number REQUIRED no
FIELD branch.lab_result TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD branch.department[] TYPE string_date-time REQUIRED yes
FIELD branch.freight_class[] TYPE string ... | {"enabled":true,"branch":{"department":["2023-07-14T04:02:00Z","2026-04-11T16:20:00Z"]},"active":"Silva","image_url":"chr1","organism":"https://example.com","ward":"MV-Evergreen-01"} | markdown_fences | {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"branch": {
"type": "object",
"properties": {
"repository": {
"type": "number"
},
"lab_result": {
"type": "string",
"enum": [
"synonymous",
... | ```json
{"enabled":true,"branch":{"department":["2023-07-14T04:02:00Z","2026-04-11T16:20:00Z"]},"active":"Silva","image_url":"chr1","organism":"https://example.com","ward":"MV-Evergreen-01"}
``` | Output contains markdown code fences | {"enabled":true,"branch":{"department":["2023-07-14T04:02:00Z","2026-04-11T16:20:00Z"]},"active":"Silva","image_url":"chr1","organism":"https://example.com","ward":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD repository TYPE string VALUES draft|published|archived REQUIRED no
FIELD options TYPE string REQUIRED yes
FIELD category TYPE integer REQUIRED yes
FIELD port_code TYPE string REQUIRED no
FIELD count TYPE ... | {"dosage":"coastal","options":"Silva","category":390,"port_code":"New York","count":"Silva"} | null_required | {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"repository": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
... | {"dosage": "coastal", "options": "Silva", "category": null, "port_code": "New York", "count": "Silva"} | Required field 'category' is null | {"dosage":"coastal","options":"Silva","category":390,"port_code":"New York","count":"Silva"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD created_at TYPE number REQUIRED no
FIELD quantity TYPE number REQUIRED no
FIELD current_draw TYPE string REQUIRED no
FIELD maturity_date TYPE string REQUIRED yes
FIELD score TYPE number REQ... | {"status_code":"missense","created_at":533.44,"quantity":406.08,"current_draw":"Berlin","maturity_date":"baz","score":220.57,"end_date":"FWD","ward":"2021-01-20T23:12:00Z"} | wrong_type | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"created_at": {
"type": "number"
},
"quantity": {
"type": "number"
},
"current_draw": {
... | {"status_code": "missense", "created_at": 533.44, "quantity": "\"406.08\"", "current_draw": "Berlin", "maturity_date": "baz", "score": 220.57, "end_date": "FWD", "ward": "2021-01-20T23:12:00Z"} | Field 'quantity' must be number, got string | {"status_code":"missense","created_at":533.44,"quantity":406.08,"current_draw":"Berlin","maturity_date":"baz","score":220.57,"end_date":"FWD","ward":"2021-01-20T23:12:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_j79 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_m20 TYPE number REQUIRED no
FIELD val_g26 TYPE number REQUIRED yes
FIELD dim_w81 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"prop_j79": "basic", "val_g26": 346.52, "dim_w81": 543, "extra_field_4089": t... | {"prop_j79":"basic","val_g26":346.52,"dim_w81":543} | extra_field | {
"type": "object",
"properties": {
"prop_j79": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_m20": {
"type": "number"
},
"val_g26": {
"type": "number"
},
"dim_w81": {
"type": "integer"
... | {"prop_j79": "basic", "val_g26": 346.52, "dim_w81": 543, "extra_field_4089": true} | Unknown field 'extra_field_4089' not defined in schema | {"prop_j79":"basic","val_g26":346.52,"dim_w81":543} |
TASK repair_structured_output
SPEC
FIELD val_a60 TYPE boolean REQUIRED yes
FIELD attr_u09 TYPE integer REQUIRED yes
FIELD field_l16 TYPE number REQUIRED yes
BROKEN_OUTPUT
Result: val_a60=True, {"val_a60":true,"attr_u09":59,"field_l16":521.87} | {"val_a60":true,"attr_u09":59,"field_l16":521.87} | partial_structure | {
"type": "object",
"properties": {
"val_a60": {
"type": "boolean"
},
"attr_u09": {
"type": "integer"
},
"field_l16": {
"type": "number"
}
},
"required": [
"attr_u09",
"val_a60",
"field_l16"
]
} | Result: val_a60=True, {"val_a60":true,"attr_u09":59,"field_l16":521.87} | Output mixes natural language with JSON | {"val_a60":true,"attr_u09":59,"field_l16":521.87} |
TASK repair_structured_output
SPEC
FIELD val_r51 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD val_l04 TYPE string REQUIRED yes
FIELD param_d33 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD prop_r69 TYPE boolean REQUIRED no
BROKEN_OUTPUT
fetch_lab_result(val_r51='inactive', va... | {"val_r51":"inactive","val_l04":"example","param_d33":"moored","prop_r69":true} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_r51": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_l04": {
"type": "string"
},
"param_d33": {
"type": "string",
"enum": [
"berthed",
"anchored",
... | fetch_lab_result(val_r51='inactive', val_l04='example', param_d33='moored', prop_r69=True) | Tool call uses Python syntax instead of JSON | {"val_r51":"inactive","val_l04":"example","param_d33":"moored","prop_r69":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.