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 email TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD features TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD balance TYPE integer REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="check_cargo_manifest">
{"... | {"email":"cat_a","features":"heterozygous","balance":213} | tool_call_text_mix | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"features": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | I'll query our database.
<tool_call name="check_cargo_manifest">
{"email":"cat_a","features":"heterozygous","balance":213}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"email":"cat_a","features":"heterozygous","balance":213} |
TASK repair_structured_output
SPEC
FIELD key_q22 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD field_f99 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_l40 TYPE string_uri REQUIRED no
FIELD param_a90 TYPE string REQUIRED yes
FIELD val_k61 TYPE string VALUES berthed... | {"key_q22":"in_progress","field_f99":"new","param_a90":"2024-01-15","val_k61":"underway"} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_q22": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_f99": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"return... | Let me check the system.
Action: track_vessel
Arguments: {"key_q22": "in_progress", "field_f99": "new", "val_k61": "underway"} | Agent tool call missing required parameter 'param_a90' | {"key_q22":"in_progress","field_f99":"new","param_a90":"2024-01-15","val_k61":"underway"} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string_date-time REQUIRED no
FIELD conductivity TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD patient_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD nickname TYPE string REQUIRED yes
FIELD currency ... | {"conductivity":"type_a","patient_id":"mode_d","nickname":"demo","currency":"mode_a","phenotype":174,"crew_id":57.91} | tool_call_text_mix | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"format": "date-time"
},
"conductivity": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"patient_id": {
"type":... | I need to look up the information first.
<tool_call name="validate_sample">
{"conductivity":"type_a","patient_id":"mode_d","nickname":"demo","currency":"mode_a","phenotype":174,"crew_id":57.91}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"conductivity":"type_a","patient_id":"mode_d","nickname":"demo","currency":"mode_a","phenotype":174,"crew_id":57.91} |
TASK repair_structured_output
SPEC
FIELD param_v37.field_i82 TYPE number REQUIRED yes
FIELD param_v37.param_x27 TYPE integer REQUIRED yes
FIELD param_v37.prop_p22 TYPE string_date-time REQUIRED no
FIELD param_v37.prop_n96.attr_p57 TYPE string REQUIRED no
FIELD param_v37.prop_n96.attr_e69 TYPE number REQUIRED yes
FIELD... | {"param_v37":{"field_i82":934.42,"param_x27":146,"prop_p22":"2022-01-06T01:28:00Z","prop_n96":{"attr_p57":"Diana","attr_e69":110.55,"attr_x59":132.07,"key_f77":"cat_a","val_e55":"https://api.com/api","col_q36":"level_2","prop_z08":true},"col_q49":{"attr_j52":false,"param_s61":"level_2","col_t37":null}},"col_t19":"in_tr... | tool_call_text_mix | {
"type": "object",
"properties": {
"param_v37": {
"type": "object",
"properties": {
"field_i82": {
"type": "number"
},
"param_x27": {
"type": "integer"
},
"prop_p22": {
"type": "string",
"format": "date-time"
},... | I'll query our database.
<tool_call name="generate_report">
{"param_v37":{"field_i82":934.42,"param_x27":146,"prop_p22":"2022-01-06T01:28:00Z","prop_n96":{"attr_p57":"Diana","attr_e69":110.55,"attr_x59":132.07,"key_f77":"cat_a","val_e55":"https://api.com/api","col_q36":"level_2","prop_z08":true},"col_q49":{"attr_j52":f... | Agent response mixes reasoning text with tool call | {"param_v37":{"field_i82":934.42,"param_x27":146,"prop_p22":"2022-01-06T01:28:00Z","prop_n96":{"attr_p57":"Diana","attr_e69":110.55,"attr_x59":132.07,"key_f77":"cat_a","val_e55":"https://api.com/api","col_q36":"level_2","prop_z08":true},"col_q49":{"attr_j52":false,"param_s61":"level_2","col_t37":null}},"col_t19":"in_tr... |
TASK repair_structured_output
SPEC
FIELD features TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD company TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD due_date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD interest_r... | {"features":"rejected","company":"type_a","due_date":"confirmed","interest_rate":"red","thumbnail":326.59,"isotope":false,"organism":"hemizygous"} | unquoted_keys | {
"type": "object",
"properties": {
"features": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"company": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"... | {features:"rejected",company:"type_a",due_date:"confirmed",interest_rate:"red",thumbnail:326.59,isotope:false,organism:"hemizygous"} | Expecting property name enclosed in double quotes | {"features":"rejected","company":"type_a","due_date":"confirmed","interest_rate":"red","thumbnail":326.59,"isotope":false,"organism":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD log_level TYPE string REQUIRED yes
FIELD state TYPE string REQUIRED no
FIELD barcode TYPE string REQUIRED no
FIELD subject TYPE number REQUIRED yes
FIELD filter_flag TYPE string_email REQUIRED no
FIE... | {"first_name":"unstable","log_level":"pending","barcode":"Silva","subject":176.3,"filter_flag":"test@domain.org","section":"oceanic","annotation":"inland"} | unquoted_keys | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"log_level": {
"type": "string"
},
"state": {
"type": "string"
},
"barcode": {
"type": "string"
},
... | {first_name:"unstable",log_level:"pending",barcode:"Silva",subject:176.3,filter_flag:"test@domain.org",section:"oceanic",annotation:"inland"} | Expecting property name enclosed in double quotes | {"first_name":"unstable","log_level":"pending","barcode":"Silva","subject":176.3,"filter_flag":"test@domain.org","section":"oceanic","annotation":"inland"} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE number REQUIRED no
FIELD end_date TYPE boolean REQUIRED no
FIELD amplitude TYPE number REQUIRED yes
FIELD position TYPE string REQUIRED no
BROKEN_OUTPUT
Sensor output follows:
{"isotope":850.3,"end_date":true,"amplitude":775.51} | {"isotope":850.3,"end_date":true,"amplitude":775.51} | extra_text_before | {
"type": "object",
"properties": {
"isotope": {
"type": "number"
},
"end_date": {
"type": "boolean"
},
"amplitude": {
"type": "number"
},
"position": {
"type": "string"
}
},
"required": [
"amplitude"
]
} | Sensor output follows:
{"isotope":850.3,"end_date":true,"amplitude":775.51} | Output contains non-JSON text before the object | {"isotope":850.3,"end_date":true,"amplitude":775.51} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD gene_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD medication TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
I need to look up the informa... | {"amplitude":"missense","medication":"high"} | agent_chain | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"gene_id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | I need to look up the information first.
Action: run_diagnostics
Result: {"amplitude": "missense"}
Processing the request now.
Action: queue_sequencing_run
Result: | Agent multi-step chain with truncated tool output | {"amplitude":"missense","medication":"high"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string REQUIRED yes
FIELD start_date TYPE number REQUIRED no
FIELD barcode TYPE string_uri REQUIRED no
FIELD product_id TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
Result: product_id=2020-10-17T15:34:00Z, {"username":"Maria","start_date":530.72,"barcode":"htt... | {"username":"Maria","start_date":530.72,"barcode":"https://api.io/data","product_id":"2020-10-17T15:34:00Z"} | partial_structure | {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"start_date": {
"type": "number"
},
"barcode": {
"type": "string",
"format": "uri"
},
"product_id": {
"type": "string",
"format": "date-time"
}
},
"required": [
"username... | Result: product_id=2020-10-17T15:34:00Z, {"username":"Maria","start_date":530.72,"barcode":"https://api.io/data","product_id":"2020-10-17T15:34:00Z"} | Output mixes natural language with JSON | {"username":"Maria","start_date":530.72,"barcode":"https://api.io/data","product_id":"2020-10-17T15:34:00Z"} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string_email REQUIRED no
FIELD credit_score TYPE integer REQUIRED yes
FIELD brake_pressure.section TYPE string VALUES success|error|warning|info REQUIRED no
FIELD brake_pressure.annotation TYPE string VALUES option_a|option_b REQUIRED no
FIELD brake_pressure.durati... | {"credit_score":458,"brake_pressure":{"section":"error","duration_ms":"option_b","id":19,"payment_status":597.09,"throttle_pos":"2024-06-30","status_code":424}} | wrong_type | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"format": "email"
},
"credit_score": {
"type": "integer"
},
"brake_pressure": {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"suc... | {"credit_score": "\"458\"", "brake_pressure": {"section": "error", "duration_ms": "option_b", "id": 19, "payment_status": 597.09, "throttle_pos": "2024-06-30", "status_code": 424}} | Field 'credit_score' must be integer, got string | {"credit_score":458,"brake_pressure":{"section":"error","duration_ms":"option_b","id":19,"payment_status":597.09,"throttle_pos":"2024-06-30","status_code":424}} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE integer REQUIRED no
FIELD umi TYPE null REQUIRED yes
FIELD height TYPE string REQUIRED yes
FIELD priority.freight_class TYPE string REQUIRED no
FIELD priority.medication TYPE integer REQUIRED no
FIELD priority.phenotype TYPE null REQUIRED yes
FIELD priority.us... | {"insurance_id":837,"umi":null,"height":"test@example.com"} | markdown_fences | {
"type": "object",
"properties": {
"insurance_id": {
"type": "integer"
},
"umi": {
"type": "null"
},
"height": {
"type": "string"
},
"priority": {
"type": "object",
"properties": {
"freight_class": {
"type": "string"
},
"me... | ```json
{"insurance_id":837,"umi":null,"height":"test@example.com"}
``` | Output contains markdown code fences | {"insurance_id":837,"umi":null,"height":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_q63 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD field_n62 TYPE integer REQUIRED no
FIELD attr_v52 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{prop_q63:"underway",field_n62:599,attr_v52:136} | {"prop_q63":"underway","field_n62":599,"attr_v52":136} | unquoted_keys | {
"type": "object",
"properties": {
"prop_q63": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"field_n62": {
"type": "integer"
},
"attr_v52": {
"type": "integer"
}
},
"required": [
"attr_v5... | {prop_q63:"underway",field_n62:599,attr_v52:136} | Expecting property name enclosed in double quotes | {"prop_q63":"underway","field_n62":599,"attr_v52":136} |
TASK repair_structured_output
SPEC
FIELD dim_s17 TYPE string REQUIRED yes
FIELD field_t69 TYPE null REQUIRED yes
FIELD key_q49 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
BROKEN_OUTPUT
<functioncall> search
{dim_s17: "qux", field_t69: null} | {"dim_s17":"qux","field_t69":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_s17": {
"type": "string"
},
"field_t69": {
"type": "null"
},
"key_q49": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
}
},
"required": [
"... | <functioncall> search
{dim_s17: "qux", field_t69: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_s17":"qux","field_t69":null} |
TASK repair_structured_output
SPEC
FIELD prop_e28 TYPE number REQUIRED no
FIELD col_m27 TYPE integer REQUIRED yes
FIELD field_r34 TYPE string REQUIRED yes
FIELD prop_v97.param_z56 TYPE boolean REQUIRED yes
FIELD prop_v97.attr_h45 TYPE integer REQUIRED yes
FIELD prop_v97.val_j13 TYPE string VALUES success|error|warning... | {"col_m27":884,"field_r34":"sample","prop_v97":{"param_z56":false,"attr_h45":420,"val_j13":"info","prop_y60":false,"attr_y07":499.14,"dim_z04":"A short description.","param_u08":"maintenance"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_e28": {
"type": "number"
},
"col_m27": {
"type": "integer"
},
"field_r34": {
"type": "string"
},
"prop_v97": {
"type": "object",
"properties": {
"param_z56": {
"type": "boolean"
},
"... | Processing the request now.
<tool_call name="validate_sample">
{"col_m27":884,"field_r34":"sample","prop_v97":{"param_z56":false,"attr_h45":420,"val_j13":"info","prop_y60":false,"attr_y07":499.14,"dim_z04":"A short description.","param_u08":"maintenance"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"col_m27":884,"field_r34":"sample","prop_v97":{"param_z56":false,"attr_h45":420,"val_j13":"info","prop_y60":false,"attr_y07":499.14,"dim_z04":"A short description.","param_u08":"maintenance"}} |
TASK repair_structured_output
SPEC
FIELD param_i59 TYPE string_uri REQUIRED yes
FIELD param_p10 TYPE string REQUIRED yes
FIELD dim_x92 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD val_g82 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD val_q42 TYPE integer REQUIRED no
FIELD dim_e46 TY... | {"param_i59":"https://www.io/api","param_p10":"inactive","dim_x92":"reliable","val_g82":"JPY","val_q42":668} | extra_text_after | {
"type": "object",
"properties": {
"param_i59": {
"type": "string",
"format": "uri"
},
"param_p10": {
"type": "string"
},
"dim_x92": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_g82": {
"... | {"param_i59":"https://www.io/api","param_p10":"inactive","dim_x92":"reliable","val_g82":"JPY","val_q42":668}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"param_i59":"https://www.io/api","param_p10":"inactive","dim_x92":"reliable","val_g82":"JPY","val_q42":668} |
TASK repair_structured_output
SPEC
FIELD col_f18 TYPE string_email REQUIRED no
FIELD param_d81 TYPE string_email REQUIRED yes
FIELD key_w06[] TYPE null REQUIRED no
FIELD dim_f97[].prop_g75 TYPE string REQUIRED yes
FIELD dim_f97[].col_d76 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD ... | {"col_f18":"user@domain.org","param_d81":"test@domain.org","key_w06":[null,null,null],"dim_f97":[{"prop_g75":"approved","prop_v33":41,"key_j58":732},{"prop_g75":"bar","col_d76":"pending_review","prop_v33":301,"key_j58":144},{"prop_g75":"Sao Paulo","col_d76":"pending_review","prop_v33":302,"key_j58":596},{"prop_g75":"Be... | missing_brace | {
"type": "object",
"properties": {
"col_f18": {
"type": "string",
"format": "email"
},
"param_d81": {
"type": "string",
"format": "email"
},
"key_w06": {
"type": "array",
"items": {
"type": "null"
}
},
"dim_f97": {
"type": "array",... | {"col_f18":"user@domain.org","param_d81":"test@domain.org","key_w06":[null,null,null],"dim_f97":["prop_g75":"approved","prop_v33":41,"key_j58":732},{"prop_g75":"bar","col_d76":"pending_review","prop_v33":301,"key_j58":144},{"prop_g75":"Sao Paulo","col_d76":"pending_review","prop_v33":302,"key_j58":596},{"prop_g75":"Ber... | Missing closing brace | {"col_f18":"user@domain.org","param_d81":"test@domain.org","key_w06":[null,null,null],"dim_f97":[{"prop_g75":"approved","prop_v33":41,"key_j58":732},{"prop_g75":"bar","col_d76":"pending_review","prop_v33":301,"key_j58":144},{"prop_g75":"Sao Paulo","col_d76":"pending_review","prop_v33":302,"key_j58":596},{"prop_g75":"Be... |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE boolean REQUIRED no
FIELD name TYPE string_email REQUIRED no
FIELD credit_score TYPE string REQUIRED yes
FIELD role.published TYPE string REQUIRED no
FIELD role.velocity TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD role.description TYPE ... | {"current_draw":true,"name":"test@example.com","credit_score":"Alice","role":{"velocity":"cat_a","description":"https://www.com/v1","decay_rate":"hemizygous","batch_code":true,"amount":741,"comments":"admin@example.com"},"vital_sign":397.74,"sensor_id":165,"interest_rate":"bar"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"current_draw": {
"type": "boolean"
},
"name": {
"type": "string",
"format": "email"
},
"credit_score": {
"type": "string"
},
"role": {
"type": "object",
"properties": {
"published": {
"type": "stri... | Tool: create_order
Params: {"current_draw": true, "name": "test@example.com", "credit_score": "Alice", "role": {"velocity": "cat_a", "description": "https://www.com/v1", "decay_rate": "hemizygous", "batch_code": true, "amount": 741, "comments": "admin@example.com"}, "sensor_id": 165, "interest_rate": "bar", "vital_sign... | Agent used wrong parameter name 'vital_sign2' instead of 'vital_sign' | {"current_draw":true,"name":"test@example.com","credit_score":"Alice","role":{"velocity":"cat_a","description":"https://www.com/v1","decay_rate":"hemizygous","batch_code":true,"amount":741,"comments":"admin@example.com"},"vital_sign":397.74,"sensor_id":165,"interest_rate":"bar"} |
TASK repair_structured_output
SPEC
FIELD val_g04 TYPE string REQUIRED yes
FIELD attr_l58 TYPE integer REQUIRED yes
FIELD param_l96[] TYPE number REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data:
```json
{"val_g04":"test","attr_l58":585,"param_l96":[757.08]}
```
I've ensured all required fields are p... | {"val_g04":"test","attr_l58":585,"param_l96":[757.08]} | markdown_explanation | {
"type": "object",
"properties": {
"val_g04": {
"type": "string"
},
"attr_l58": {
"type": "integer"
},
"param_l96": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"param_l96",
"val_g04",
"attr_l58"
]
} | Based on your request, here is the data:
```json
{"val_g04":"test","attr_l58":585,"param_l96":[757.08]}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"val_g04":"test","attr_l58":585,"param_l96":[757.08]} |
TASK repair_structured_output
SPEC
FIELD values TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD verified TYPE string_uri REQUIRED no
FIELD umi TYPE integer REQUIRED yes
FIELD shipper_ref TYPE string_date-time REQUIRED yes
FIELD position TYPE integer REQUIRED no
FIELD name TYPE number REQUIRED no
FIELD commit_... | {"values":"editor","verified":"https://example.io/data","umi":702,"shipper_ref":"2020-11-05T17:23:00Z","position":145,"commit_hash":"Bob"} | missing_required | {
"type": "object",
"properties": {
"values": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"verified": {
"type": "string",
"format": "uri"
},
"umi": {
"type": "integer"
},
"shipper_ref": {
"type": "string... | {"values": "editor", "verified": "https://example.io/data", "shipper_ref": "2020-11-05T17:23:00Z", "position": 145, "commit_hash": "Bob"} | Required field 'umi' is missing | {"values":"editor","verified":"https://example.io/data","umi":702,"shipper_ref":"2020-11-05T17:23:00Z","position":145,"commit_hash":"Bob"} |
TASK repair_structured_output
SPEC
FIELD options TYPE null REQUIRED yes
FIELD allele TYPE integer REQUIRED yes
FIELD loan_amount TYPE string VALUES draft|published|archived REQUIRED no
FIELD insurance_id TYPE string REQUIRED yes
FIELD brake_pressure TYPE null REQUIRED no
FIELD yield_pct TYPE string REQUIRED no
FIELD i... | {"options":null,"allele":875,"loan_amount":"draft","insurance_id":"inactive","brake_pressure":null,"yield_pct":"baz","image_url":"ops@example.com"} | null_required | {
"type": "object",
"properties": {
"options": {
"type": "null"
},
"allele": {
"type": "integer"
},
"loan_amount": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"insurance_id": {
"type": "string"
},
... | {"options": null, "allele": 875, "loan_amount": "draft", "insurance_id": "inactive", "brake_pressure": null, "yield_pct": "baz", "image_url": "ops@example.com"} | Required field 'options' is null | {"options":null,"allele":875,"loan_amount":"draft","insurance_id":"inactive","brake_pressure":null,"yield_pct":"baz","image_url":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD val_a06 TYPE string REQUIRED yes
FIELD key_d69 TYPE string REQUIRED yes
FIELD val_d71 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_a06": null, "key_d69": "PASS", "val_d71": 852} | {"val_a06":"REV","key_d69":"PASS","val_d71":852} | null_required | {
"type": "object",
"properties": {
"val_a06": {
"type": "string"
},
"key_d69": {
"type": "string"
},
"val_d71": {
"type": "integer"
}
},
"required": [
"val_a06",
"key_d69"
]
} | {"val_a06": null, "key_d69": "PASS", "val_d71": 852} | Required field 'val_a06' is null | {"val_a06":"REV","key_d69":"PASS","val_d71":852} |
TASK repair_structured_output
SPEC
FIELD prop_t86 TYPE integer REQUIRED yes
FIELD param_u27.key_i41 TYPE number REQUIRED no
FIELD param_u27.val_c31 TYPE null REQUIRED no
FIELD param_u27.dim_n77 TYPE string_uri REQUIRED no
FIELD param_u27.val_u94.val_q07 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED ye... | {"prop_t86":641,"param_u27":{"key_i41":892.67,"val_c31":null,"dim_n77":"https://example.org/data","val_u94":{"val_q07":"mode_c","dim_o61":"test@test.io","dim_j36":null,"dim_y05":"Diana","key_j14":"https://data.com/v1"},"col_q86":"2026-01-08T06:00:00Z","param_m87":"MV-Evergreen-01"},"key_w20":655.9,"attr_v51":501,"col_y... | missing_brace | {
"type": "object",
"properties": {
"prop_t86": {
"type": "integer"
},
"param_u27": {
"type": "object",
"properties": {
"key_i41": {
"type": "number"
},
"val_c31": {
"type": "null"
},
"dim_n77": {
"type": "string",
... | {"prop_t86":641,"param_u27":{"key_i41":892.67,"val_c31":null,"dim_n77":"https://example.org/data","val_u94":{"val_q07":"mode_c","dim_o61":"test@test.io","dim_j36":null,"dim_y05":"Diana","key_j14":"https://data.com/v1"},"col_q86":"2026-01-08T06:00:00Z","param_m87":"MV-Evergreen-01","key_w20":655.9,"attr_v51":501,"col_y4... | Missing closing brace | {"prop_t86":641,"param_u27":{"key_i41":892.67,"val_c31":null,"dim_n77":"https://example.org/data","val_u94":{"val_q07":"mode_c","dim_o61":"test@test.io","dim_j36":null,"dim_y05":"Diana","key_j14":"https://data.com/v1"},"col_q86":"2026-01-08T06:00:00Z","param_m87":"MV-Evergreen-01"},"key_w20":655.9,"attr_v51":501,"col_y... |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string REQUIRED no
FIELD subtotal TYPE string REQUIRED no
FIELD options TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD catalyst TYPE boolean REQUIRED no
FIELD procedure_code TYPE boolean REQUIRED no
FIELD umi.image_url.message TYPE number REQUIRED n... | {"pressure_kpa":"approved","subtotal":"Tokyo","catalyst":true,"procedure_code":false,"umi":{"image_url":{"due_date":257.3},"tile":"user@domain.org","enabled":{"aligned_pct":"mode_b","created_at":"2026-11-04T00:17:00Z","color":"2023-12-25","city":681,"isotope":"test@example.com","phenotype":"option_e"},"collateral":"sam... | number_with_unit | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string"
},
"subtotal": {
"type": "string"
},
"options": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"catalyst": {
"type": "boolean"
},
"p... | {"pressure_kpa": "approved", "subtotal": "Tokyo", "catalyst": true, "procedure_code": false, "umi": {"image_url": {"due_date": 257.3}, "tile": "user@domain.org", "enabled": {"aligned_pct": "mode_b", "created_at": "2026-11-04T00:17:00Z", "color": "2023-12-25", "city": 681, "isotope": "test@example.com", "phenotype": "op... | Field 'velocity' must be number, got string with unit | {"pressure_kpa":"approved","subtotal":"Tokyo","catalyst":true,"procedure_code":false,"umi":{"image_url":{"due_date":257.3},"tile":"user@domain.org","enabled":{"aligned_pct":"mode_b","created_at":"2026-11-04T00:17:00Z","color":"2023-12-25","city":681,"isotope":"test@example.com","phenotype":"option_e"},"collateral":"sam... |
TASK repair_structured_output
SPEC
FIELD field_a49 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD val_x34 TYPE string REQUIRED yes
FIELD prop_o93 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
BROKEN_OUTPUT
I found that field_a49 should be option_a. {"field_a49":"option_a","val_x34":"GRCh38","prop_o... | {"field_a49":"option_a","val_x34":"GRCh38","prop_o93":"cat_a"} | partial_structure | {
"type": "object",
"properties": {
"field_a49": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"val_x34": {
"type": "string"
},
"prop_o93": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"ca... | I found that field_a49 should be option_a. {"field_a49":"option_a","val_x34":"GRCh38","prop_o93":"cat_a"} | Output mixes natural language with JSON | {"field_a49":"option_a","val_x34":"GRCh38","prop_o93":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD step TYPE integer REQUIRED no
FIELD payment_status TYPE string REQUIRED no
FIELD bed_number TYPE string REQUIRED no
FIELD shipper_ref TYPE number REQUIRED no
FIELD collateral TYPE boolean REQUIRED no
FIELD current_draw TYPE number REQUIRED yes
FIELD first_name TYPE string REQUI... | {"step":545,"payment_status":"2024-01-15","bed_number":"2024-06-30","shipper_ref":299.21,"collateral":false,"current_draw":627.77,"first_name":"https://example.com"} | trailing_comma | {
"type": "object",
"properties": {
"step": {
"type": "integer"
},
"payment_status": {
"type": "string"
},
"bed_number": {
"type": "string"
},
"shipper_ref": {
"type": "number"
},
"collateral": {
"type": "boolean"
},
"current_draw": {
"... | {"step":545,"payment_status":"2024-01-15","bed_number":"2024-06-30","shipper_ref":299.21,"collateral":false,"current_draw":627.77,"first_name":"https://example.com",} | Unexpected trailing comma | {"step":545,"payment_status":"2024-01-15","bed_number":"2024-06-30","shipper_ref":299.21,"collateral":false,"current_draw":627.77,"first_name":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_f74.attr_e26 TYPE number REQUIRED yes
FIELD prop_f74.attr_y32 TYPE string REQUIRED yes
FIELD prop_f74.dim_v06 TYPE integer REQUIRED no
FIELD prop_f74.dim_i65 TYPE string REQUIRED no
FIELD prop_f74.dim_b19 TYPE number REQUIRED yes
FIELD prop_f74.col_k63 TYPE string_date-tim... | {"prop_f74":{"attr_e26":861.52,"attr_y32":"John","dim_b19":950.07,"col_k63":"2022-07-28T10:21:00Z"},"dim_z69":false,"val_a08":"Santos","param_f96":{"val_g09":"anchored","param_l14":"moored","key_i16":"mode_e","param_q25":"mode_c","val_v77":"cancelled","dim_r99":"Smith"},"val_s96":825,"dim_t41":"2025-03-08T07:23:00Z"} | boolean_as_string | {
"type": "object",
"properties": {
"prop_f74": {
"type": "object",
"properties": {
"attr_e26": {
"type": "number"
},
"attr_y32": {
"type": "string"
},
"dim_v06": {
"type": "integer"
},
"dim_i65": {
"type... | {"prop_f74": {"attr_e26": 861.52, "attr_y32": "John", "dim_b19": 950.07, "col_k63": "2022-07-28T10:21:00Z"}, "dim_z69": "False", "val_a08": "Santos", "param_f96": {"val_g09": "anchored", "param_l14": "moored", "key_i16": "mode_e", "param_q25": "mode_c", "val_v77": "cancelled", "dim_r99": "Smith"}, "val_s96": 825, "dim_... | Field 'dim_z69' must be boolean, got string | {"prop_f74":{"attr_e26":861.52,"attr_y32":"John","dim_b19":950.07,"col_k63":"2022-07-28T10:21:00Z"},"dim_z69":false,"val_a08":"Santos","param_f96":{"val_g09":"anchored","param_l14":"moored","key_i16":"mode_e","param_q25":"mode_c","val_v77":"cancelled","dim_r99":"Smith"},"val_s96":825,"dim_t41":"2025-03-08T07:23:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_y73 TYPE string_uri REQUIRED no
FIELD field_l71 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_o68 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_a60 TYPE string REQUIRED no
FIELD dim_v53[].col_q47 TYPE boolean REQUIRED no
F... | {"val_y73":"https://example.io/data","field_l71":"warning","attr_o68":"open","dim_v53":[{"col_q47":false,"field_w69":405.72,"param_u23":false,"col_p01":362,"key_l35":"completed","dim_m80":175.32,"field_i47":null},{"col_q47":false,"field_w69":157.11,"param_u23":false,"key_s09":"open","col_p01":701,"key_l35":"MV-Evergree... | unquoted_keys | {
"type": "object",
"properties": {
"val_y73": {
"type": "string",
"format": "uri"
},
"field_l71": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"attr_o68": {
"type": "string",
"enum": [
... | {val_y73:"https://example.io/data",field_l71:"warning",attr_o68:"open",dim_v53:[{col_q47:false,field_w69:405.72,param_u23:false,col_p01:362,key_l35:"completed",dim_m80:175.32,field_i47:null},{col_q47:false,field_w69:157.11,param_u23:false,key_s09:"open",col_p01:701,key_l35:"MV-Evergreen-01",dim_m80:610.61}]} | Expecting property name enclosed in double quotes | {"val_y73":"https://example.io/data","field_l71":"warning","attr_o68":"open","dim_v53":[{"col_q47":false,"field_w69":405.72,"param_u23":false,"col_p01":362,"key_l35":"completed","dim_m80":175.32,"field_i47":null},{"col_q47":false,"field_w69":157.11,"param_u23":false,"key_s09":"open","col_p01":701,"key_l35":"MV-Evergree... |
TASK repair_structured_output
SPEC
FIELD key_m65 TYPE string REQUIRED yes
FIELD col_t64 TYPE string REQUIRED no
FIELD key_a39.val_z54 TYPE string REQUIRED yes
FIELD key_a39.prop_i22 TYPE string REQUIRED yes
FIELD key_a39.attr_d79 TYPE string REQUIRED yes
FIELD col_m60 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"key_m65"... | {"key_m65":"pending","col_t64":"Berlin","key_a39":{"val_z54":"2023-12-25","prop_i22":"2023-12-25","attr_d79":"A short description."},"col_m60":590.31} | missing_required | {
"type": "object",
"properties": {
"key_m65": {
"type": "string"
},
"col_t64": {
"type": "string"
},
"key_a39": {
"type": "object",
"properties": {
"val_z54": {
"type": "string"
},
"prop_i22": {
"type": "string"
},
... | {"key_m65": "pending", "col_t64": "Berlin", "key_a39": {"val_z54": "2023-12-25", "prop_i22": "2023-12-25", "attr_d79": "A short description."}} | Required field 'col_m60' is missing | {"key_m65":"pending","col_t64":"Berlin","key_a39":{"val_z54":"2023-12-25","prop_i22":"2023-12-25","attr_d79":"A short description."},"col_m60":590.31} |
TASK repair_structured_output
SPEC
FIELD val_d58 TYPE string REQUIRED no
FIELD attr_m61 TYPE number REQUIRED no
FIELD dim_d19 TYPE integer REQUIRED yes
FIELD val_b84 TYPE string REQUIRED yes
FIELD dim_a73[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
<tool_call name="validate_sampl... | {"val_d58":"https://example.com","attr_m61":932.13,"dim_d19":462,"val_b84":"https://api.example.com/v1","dim_a73":["MV-Evergreen-01","Tokyo"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_d58": {
"type": "string"
},
"attr_m61": {
"type": "number"
},
"dim_d19": {
"type": "integer"
},
"val_b84": {
"type": "string"
},
"dim_a73": {
"type": "array",
"items": {
"type": "string"
}
... | I need to look up the information first.
<tool_call name="validate_sample">
{"val_d58":"https://example.com","attr_m61":932.13,"dim_d19":462,"val_b84":"https://api.example.com/v1","dim_a73":["MV-Evergreen-01","Tokyo"]}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"val_d58":"https://example.com","attr_m61":932.13,"dim_d19":462,"val_b84":"https://api.example.com/v1","dim_a73":["MV-Evergreen-01","Tokyo"]} |
TASK repair_structured_output
SPEC
FIELD val_k15 TYPE string REQUIRED yes
FIELD field_y97 TYPE string_date-time REQUIRED yes
FIELD field_b01.val_h99 TYPE null REQUIRED yes
FIELD field_b01.key_p52 TYPE integer REQUIRED no
FIELD field_b01.dim_w37 TYPE string_uri REQUIRED no
FIELD field_b01.field_u23 TYPE string_date-tim... | {"val_k15":"John","field_y97":"2022-10-18T03:19:00Z","field_b01":{"val_h99":null,"dim_w37":"https://data.org/api","field_u23":"2022-07-12T00:30:00Z","field_d84":386}} | null_required | {
"type": "object",
"properties": {
"val_k15": {
"type": "string"
},
"field_y97": {
"type": "string",
"format": "date-time"
},
"field_b01": {
"type": "object",
"properties": {
"val_h99": {
"type": "null"
},
"key_p52": {
"t... | {"val_k15": null, "field_y97": "2022-10-18T03:19:00Z", "field_b01": {"val_h99": null, "dim_w37": "https://data.org/api", "field_u23": "2022-07-12T00:30:00Z", "field_d84": 386}} | Required field 'val_k15' is null | {"val_k15":"John","field_y97":"2022-10-18T03:19:00Z","field_b01":{"val_h99":null,"dim_w37":"https://data.org/api","field_u23":"2022-07-12T00:30:00Z","field_d84":386}} |
TASK repair_structured_output
SPEC
FIELD key_p92.val_z79 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_p92.attr_r74 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_p92.attr_n45 TYPE string REQUIRED yes
FIELD param_t64 TYPE string_email REQUIRED no
FIELD prop_t36 TYPE string VALUES ... | {"key_p92":{"val_z79":"small","attr_n45":"Bob"},"param_t64":"ops@domain.org","prop_t36":"small","col_f70":646,"col_b49":"divorced","prop_i22":940.37} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_p92": {
"type": "object",
"properties": {
"val_z79": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_r74": {
"type": "str... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"key_p92": {"val_z79": "small", "attr_n45": "Bob"}, "param_t64": "ops@domain.org", "prop_t36": "small", "col_b49": "divorced", "prop_i22": 940.37} | Agent tool call missing required parameter 'col_f70' | {"key_p92":{"val_z79":"small","attr_n45":"Bob"},"param_t64":"ops@domain.org","prop_t36":"small","col_f70":646,"col_b49":"divorced","prop_i22":940.37} |
TASK repair_structured_output
SPEC
FIELD param_t52 TYPE number REQUIRED no
FIELD key_d59 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_m56 TYPE string REQUIRED yes
FIELD dim_t72[].field_p55 TYPE string_date-time REQUIRED no
FIELD dim_t72[].key_e46 TYPE null REQUIRED no
FIELD dim_t72[].attr_s51... | {"key_m56":"test@example.com","dim_t72":[{"field_p55":"2024-07-28T06:33:00Z","key_e46":null,"attr_s51":"Oliveira","col_c39":"offline","param_o42":[233,554]}],"field_m37":[{"field_s15":471,"attr_d04":"Berlin","col_l31":"test","attr_k06":null,"col_b51":false},{"attr_d04":"REV","col_b51":true,"attr_g47":false}]} | null_required | {
"type": "object",
"properties": {
"param_t52": {
"type": "number"
},
"key_d59": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"key_m56": {
"type": "string"
},
"dim_t72": {
"type": "array",... | {"key_m56": "test@example.com", "dim_t72": null, "field_m37": [{"field_s15": 471, "attr_d04": "Berlin", "col_l31": "test", "attr_k06": null, "col_b51": false}, {"attr_d04": "REV", "col_b51": true, "attr_g47": false}]} | Required field 'dim_t72' is null | {"key_m56":"test@example.com","dim_t72":[{"field_p55":"2024-07-28T06:33:00Z","key_e46":null,"attr_s51":"Oliveira","col_c39":"offline","param_o42":[233,554]}],"field_m37":[{"field_s15":471,"attr_d04":"Berlin","col_l31":"test","attr_k06":null,"col_b51":false},{"attr_d04":"REV","col_b51":true,"attr_g47":false}]} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string_date-time REQUIRED no
FIELD brake_pressure TYPE string_date-time REQUIRED no
FIELD span_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
BROKEN_OUTPUT
{"brake_pressure": "2023-10-26T00:26:00Z", "span_id": "invalid_choice_130"} | {"brake_pressure":"2023-10-26T00:26:00Z","span_id":"mode_b"} | invalid_enum | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"format": "date-time"
},
"brake_pressure": {
"type": "string",
"format": "date-time"
},
"span_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mo... | {"brake_pressure": "2023-10-26T00:26:00Z", "span_id": "invalid_choice_130"} | Field 'span_id' has invalid enum value 'invalid_choice_130', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d'] | {"brake_pressure":"2023-10-26T00:26:00Z","span_id":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD val_y42 TYPE string REQUIRED no
FIELD param_a99.attr_z31 TYPE string REQUIRED yes
FIELD param_a99.attr_n88 TYPE number REQUIRED yes
FIELD param_a99.attr_x50 TYPE null REQUIRED no
FIELD param_v10 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_m70 TYPE numbe... | {"val_y42":"Paris","param_v10":"green","prop_m70":666.73,"param_s29":433} | missing_brace | {
"type": "object",
"properties": {
"val_y42": {
"type": "string"
},
"param_a99": {
"type": "object",
"properties": {
"attr_z31": {
"type": "string"
},
"attr_n88": {
"type": "number"
},
"attr_x50": {
"type": "null"
... | "val_y42":"Paris","param_v10":"green","prop_m70":666.73,"param_s29":433} | Missing closing brace | {"val_y42":"Paris","param_v10":"green","prop_m70":666.73,"param_s29":433} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD altitude TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD level TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD verified TYPE string REQUIRED yes
FIELD lo... | {"voltage":"cat_e","level":"open","verified":"London","loan_amount":819,"weight":814} | tool_call_wrong_param | {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"altitude": {
"type": "string",
"enum": [
"open",
"in_progress",
"r... | Tool: search
Params: {"voltage": "cat_e", "level": "open", "loan_amount": 819, "weight": 814, "verified_id": "London"} | Agent used wrong parameter name 'verified_id' instead of 'verified' | {"voltage":"cat_e","level":"open","verified":"London","loan_amount":819,"weight":814} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES success|error|warning|info REQUIRED no
FIELD order_id TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD sensor_id TYPE string REQUIRED no
FIELD catalyst TYPE integer REQUIRED yes
FIELD message TYPE number REQUIRED no
FIELD log_level TYPE inte... | {"salinity":"error","order_id":"mode_c","sensor_id":"PASS","catalyst":187,"message":166.28,"log_level":394,"collateral":true,"rating":338.72} | partial_structure | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"order_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"sensor... | I found that catalyst should be 187. {"salinity":"error","order_id":"mode_c","sensor_id":"PASS","catalyst":187,"message":166.28,"log_level":394,"collateral":true,"rating":338.72} | Output mixes natural language with JSON | {"salinity":"error","order_id":"mode_c","sensor_id":"PASS","catalyst":187,"message":166.28,"log_level":394,"collateral":true,"rating":338.72} |
TASK repair_structured_output
SPEC
FIELD length TYPE number REQUIRED no
FIELD items TYPE string REQUIRED yes
FIELD height TYPE boolean REQUIRED no
FIELD commit_hash.repository TYPE string REQUIRED no
FIELD commit_hash.name TYPE string REQUIRED yes
FIELD commit_hash.consignee TYPE string VALUES berthed|anchored|underwa... | {"length":617.33,"items":"chrX","height":false,"commit_hash":{"name":"Sao Paulo","consignee":"berthed"},"subtotal":{"name":598.52,"chapter":444.33,"tags":"Hapag-Lloyd-Express","loan_amount":{"gene_id":"bar","timezone":"Paris","hazmat_code":"coastal","count":null,"shipper_ref":"pending"}}} | missing_bracket | {
"type": "object",
"properties": {
"length": {
"type": "number"
},
"items": {
"type": "string"
},
"height": {
"type": "boolean"
},
"commit_hash": {
"type": "object",
"properties": {
"repository": {
"type": "string"
},
"name... | {"length":617.33,"items":"chrX","height":false,"commit_hash":{"name":"Sao Paulo","consignee":"berthed"},"subtotal":{"name":598.52,"chapter":444.33,"tags":"Hapag-Lloyd-Express","loan_amount":{"gene_id":"bar","timezone":"Paris","hazmat_code":"coastal","count":null,"shipper_ref":"pending"}}} | Missing closing bracket | {"length":617.33,"items":"chrX","height":false,"commit_hash":{"name":"Sao Paulo","consignee":"berthed"},"subtotal":{"name":598.52,"chapter":444.33,"tags":"Hapag-Lloyd-Express","loan_amount":{"gene_id":"bar","timezone":"Paris","hazmat_code":"coastal","count":null,"shipper_ref":"pending"}}} |
TASK repair_structured_output
SPEC
FIELD name TYPE number REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD email TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"name":959.43,"deploy_target":"hello" | {"name":959.43,"deploy_target":"hello"} | truncated_object | {
"type": "object",
"properties": {
"name": {
"type": "number"
},
"deploy_target": {
"type": "string"
},
"email": {
"type": "boolean"
}
},
"required": [
"deploy_target"
]
} | {"name":959.43,"deploy_target":"hello" | Unexpected end of JSON input — truncated object | {"name":959.43,"deploy_target":"hello"} |
TASK repair_structured_output
SPEC
FIELD val_a10 TYPE integer REQUIRED no
FIELD key_j72 TYPE integer REQUIRED yes
FIELD dim_e57 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_v47.field_c16 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_v47.dim_a25 TYPE integer REQ... | {"val_a10":393,"key_j72":3,"prop_v47":{"field_c16":"active","dim_a25":189,"attr_z67":"Oliveira","val_o60":706,"attr_u52":254.09,"prop_c81":"large"},"val_d48":{"dim_s48":"medium","prop_q24":{"attr_y30":"low","field_n60":true,"dim_h43":411,"field_g40":"Jane","dim_a87":true},"val_u93":950,"val_f86":870.63,"val_o19":{"val_... | tool_call_partial_args | {
"type": "object",
"properties": {
"val_a10": {
"type": "integer"
},
"key_j72": {
"type": "integer"
},
"dim_e57": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"prop_v47": {
"typ... | I need to look up the information first.
Action: process_payment
Arguments: {"val_a10": 393, "key_j72": 3, "val_d48": {"dim_s48": "medium", "prop_q24": {"attr_y30": "low", "field_n60": true, "dim_h43": 411, "field_g40": "Jane", "dim_a87": true}, "val_u93": 950, "val_f86": 870.63, "val_o19": {"val_y70": false, "param_x0... | Agent tool call missing required parameter 'prop_v47' | {"val_a10":393,"key_j72":3,"prop_v47":{"field_c16":"active","dim_a25":189,"attr_z67":"Oliveira","val_o60":706,"attr_u52":254.09,"prop_c81":"large"},"val_d48":{"dim_s48":"medium","prop_q24":{"attr_y30":"low","field_n60":true,"dim_h43":411,"field_g40":"Jane","dim_a87":true},"val_u93":950,"val_f86":870.63,"val_o19":{"val_... |
TASK repair_structured_output
SPEC
FIELD field_c80 TYPE string_date-time REQUIRED no
FIELD prop_y18 TYPE string REQUIRED no
FIELD prop_i80 TYPE string REQUIRED yes
FIELD dim_y06.param_j55 TYPE string REQUIRED yes
FIELD dim_y06.col_v25 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD di... | {"field_c80":"2021-02-05T20:50:00Z","prop_y18":"test","prop_i80":"qux","dim_y06":{"param_j55":"baz","col_v25":"confirmed","col_a72":{"dim_y42":"cat_c","prop_o09":"pro","col_l55":"resolved","dim_h94":"maintenance","col_x95":"https://example.org/v1"},"attr_i95":"https://example.com/api"},"param_b40":null,"dim_u41":"2021-... | missing_bracket | {
"type": "object",
"properties": {
"field_c80": {
"type": "string",
"format": "date-time"
},
"prop_y18": {
"type": "string"
},
"prop_i80": {
"type": "string"
},
"dim_y06": {
"type": "object",
"properties": {
"param_j55": {
"type": "s... | {"field_c80":"2021-02-05T20:50:00Z","prop_y18":"test","prop_i80":"qux","dim_y06":{"param_j55":"baz","col_v25":"confirmed","col_a72":{"dim_y42":"cat_c","prop_o09":"pro","col_l55":"resolved","dim_h94":"maintenance","col_x95":"https://example.org/v1"},"attr_i95":"https://example.com/api"},"param_b40":null,"dim_u41":"2021-... | Missing closing bracket | {"field_c80":"2021-02-05T20:50:00Z","prop_y18":"test","prop_i80":"qux","dim_y06":{"param_j55":"baz","col_v25":"confirmed","col_a72":{"dim_y42":"cat_c","prop_o09":"pro","col_l55":"resolved","dim_h94":"maintenance","col_x95":"https://example.org/v1"},"attr_i95":"https://example.com/api"},"param_b40":null,"dim_u41":"2021-... |
TASK repair_structured_output
SPEC
FIELD prop_a93 TYPE string REQUIRED no
FIELD col_h07 TYPE integer REQUIRED no
FIELD field_z68 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_y60 TYPE string REQUIRED no
FIELD col_p12 TYPE null REQUIRED yes
FIELD param_m73 TYPE string REQUIRED yes
FIELD dim_a1... | {"prop_a93":"Charlie","key_y60":"Silva","col_p12":null,"param_m73":"Santos","val_r60":844} | trailing_comma | {
"type": "object",
"properties": {
"prop_a93": {
"type": "string"
},
"col_h07": {
"type": "integer"
},
"field_z68": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_y60": {
"type": "string"
},
... | {"prop_a93":"Charlie","key_y60":"Silva","col_p12":null,"param_m73":"Santos","val_r60":844,} | Unexpected trailing comma | {"prop_a93":"Charlie","key_y60":"Silva","col_p12":null,"param_m73":"Santos","val_r60":844} |
TASK repair_structured_output
SPEC
FIELD key_y65 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD col_j98 TYPE number REQUIRED yes
FIELD dim_m35.param_r26 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD dim_m35.key_w63 TYPE string_date-time REQUIRED yes
FIELD dim_m35.param_... | {"col_j98":87.76,"dim_m35":{"param_r26":"synonymous","key_w63":"2020-08-01T02:35:00Z"},"attr_b93":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_y65": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_j98": {
"type": "number"
},
"dim_m35": {
"type": "object",
"properties": {
"param_r2... | Tool: validate_address
Params: {"dim_m35": {"param_r26": "synonymous", "key_w63": "2020-08-01T02:35:00Z"}, "attr_b93": true, "col_j98_name": 87.76} | Agent used wrong parameter name 'col_j98_name' instead of 'col_j98' | {"col_j98":87.76,"dim_m35":{"param_r26":"synonymous","key_w63":"2020-08-01T02:35:00Z"},"attr_b93":true} |
TASK repair_structured_output
SPEC
FIELD key_y04 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD prop_l64 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_v82 TYPE null REQUIRED no
FIELD val_o49 TYPE string REQUIRED no
FIELD dim_e33[].val_t73 TYPE integer REQUIRED yes
FIELD dim_e33[].param_y23 ... | {"key_y04":"email","prop_l64":"phone","attr_v82":null,"val_o49":"Paris","prop_o94":[988.12,890.37,50.62,725.14]} | markdown_fences | {
"type": "object",
"properties": {
"key_y04": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_l64": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"at... | ```json
{"key_y04":"email","prop_l64":"phone","attr_v82":null,"val_o49":"Paris","prop_o94":[988.12,890.37,50.62,725.14]}
``` | Output contains markdown code fences | {"key_y04":"email","prop_l64":"phone","attr_v82":null,"val_o49":"Paris","prop_o94":[988.12,890.37,50.62,725.14]} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string VALUES success|error|warning|info REQUIRED no
FIELD label TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD type TYPE null REQUIRED no
FIELD account_id.salinity TYPE null REQUIRED yes
FIELD account_id.due_date TYPE integer REQUIRED n... | {"label":"unstable","type":null,"account_id":{"salinity":null,"due_date":690,"medication":{"width":723,"priority":false,"catalyst":118.34}}} | single_quotes | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"label": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},... | {'label':'unstable','type':null,'account_id':{'salinity':null,'due_date':690,'medication':{'width':723,'priority':false,'catalyst':118.34}}} | Expecting property name enclosed in double quotes | {"label":"unstable","type":null,"account_id":{"salinity":null,"due_date":690,"medication":{"width":723,"priority":false,"catalyst":118.34}}} |
TASK repair_structured_output
SPEC
FIELD count TYPE integer REQUIRED yes
FIELD shipping TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD cargo_type TYPE string REQUIRED yes
FIELD collateral[].address TYPE boolean REQUIRED yes
FIELD collateral[].paragraph TYPE string VALUES new|in_transit|delivered... | {"count":809,"shipping":"open","cargo_type":"user@domain.com","collateral":[{"address":false,"paragraph":"new","total":["https://www.io/v1","https://data.org/api","https://example.org/data","https://data.io/api"]},{"address":false,"paragraph":"returned","total":["https://api.org/data"]}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"count": {
"type": "integer"
},
"shipping": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"cargo_type": {
"type": "string"
},
"collateral": {
"type": "... | I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"count": 809, "shipping": "open", "cargo_type": "user@domain.com"} | Agent tool call missing required parameter 'collateral' | {"count":809,"shipping":"open","cargo_type":"user@domain.com","collateral":[{"address":false,"paragraph":"new","total":["https://www.io/v1","https://data.org/api","https://example.org/data","https://data.io/api"]},{"address":false,"paragraph":"returned","total":["https://api.org/data"]}]} |
TASK repair_structured_output
SPEC
FIELD val_a39 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_k70.val_h97 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_k70.dim_h40 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_k70.attr_b40 TYPE s... | {"val_a39":"unstable","dim_z04":false,"field_g87":169,"param_f54":"sample","attr_v51":"completed"} | unquoted_keys | {
"type": "object",
"properties": {
"val_a39": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_k70": {
"type": "object",
"properties": {
"val_h97": {
"type": "string",
"enum": [
"... | {val_a39:"unstable",dim_z04:false,field_g87:169,param_f54:"sample",attr_v51:"completed"} | Expecting property name enclosed in double quotes | {"val_a39":"unstable","dim_z04":false,"field_g87":169,"param_f54":"sample","attr_v51":"completed"} |
TASK repair_structured_output
SPEC
FIELD address TYPE string REQUIRED yes
FIELD balance.humidity_pct TYPE number REQUIRED yes
FIELD balance.notes TYPE string_uri REQUIRED yes
FIELD balance.run_id TYPE string REQUIRED no
FIELD balance.current_draw TYPE string_email REQUIRED yes
FIELD balance.conductivity TYPE string VA... | {"address":"quux","balance":{"humidity_pct":317.0,"notes":"https://www.com/api","run_id":"GRCh38","current_draw":"info@domain.org","id":"demo"},"reagent":true,"city":"2024-06-30","id":"inactive"} | trailing_comma | {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"balance": {
"type": "object",
"properties": {
"humidity_pct": {
"type": "number"
},
"notes": {
"type": "string",
"format": "uri"
},
"run_id": {
... | {"address":"quux","balance":{"humidity_pct":317.0,"notes":"https://www.com/api","run_id":"GRCh38","current_draw":"info@domain.org","id":"demo"},"reagent":true,"city":"2024-06-30","id":"inactive",} | Unexpected trailing comma | {"address":"quux","balance":{"humidity_pct":317.0,"notes":"https://www.com/api","run_id":"GRCh38","current_draw":"info@domain.org","id":"demo"},"reagent":true,"city":"2024-06-30","id":"inactive"} |
TASK repair_structured_output
SPEC
FIELD field_t39.key_c97 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_t39.attr_t92 TYPE boolean REQUIRED yes
FIELD field_t39.dim_s94 TYPE string REQUIRED yes
FIELD field_t39.val_z90 TYPE integer REQUIRED no
FIELD field_t39.val_m05 TYPE string REQUIRED no
FIELD ... | {"field_t39":{"key_c97":"enterprise","attr_t92":true,"dim_s94":"Bob","val_z90":106,"val_m05":"user@domain.com","attr_p68":"pending","param_u10":"test@test.io"},"key_v21":"quux"} | markdown_fences | {
"type": "object",
"properties": {
"field_t39": {
"type": "object",
"properties": {
"key_c97": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"attr_t92": {
"type"... | ```json
{"field_t39":{"key_c97":"enterprise","attr_t92":true,"dim_s94":"Bob","val_z90":106,"val_m05":"user@domain.com","attr_p68":"pending","param_u10":"test@test.io"},"key_v21":"quux"}
``` | Output contains markdown code fences | {"field_t39":{"key_c97":"enterprise","attr_t92":true,"dim_s94":"Bob","val_z90":106,"val_m05":"user@domain.com","attr_p68":"pending","param_u10":"test@test.io"},"key_v21":"quux"} |
TASK repair_structured_output
SPEC
FIELD dim_l36 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD key_j17 TYPE integer REQUIRED no
FIELD col_m98 TYPE boolean REQUIRED no
FIELD dim_p39 TYPE string REQUIRED no
FIELD prop_i75 TYPE string REQUIRED no
FIELD val_w57 TYPE string REQUIRED no
BROKEN_OUTPUT
... | {"dim_l36":"arctic","key_j17":674,"col_m98":true,"dim_p39":"London","prop_i75":"chr1","val_w57":"Sao Paulo"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_l36": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"key_j17": {
"type": "integer"
},
"col_m98": {
"type": "boolean"
},
"dim_p39": {
"type": "string"... | Tool: lookup_customer
Params: {"dim_l36": "arctic", "col_m98": true, "dim_p39": "London", "prop_i75": "chr1", "val_w57": "Sao Paulo", "key_j17_name": 674} | Agent used wrong parameter name 'key_j17_name' instead of 'key_j17' | {"dim_l36":"arctic","key_j17":674,"col_m98":true,"dim_p39":"London","prop_i75":"chr1","val_w57":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD attr_y35 TYPE string REQUIRED no
FIELD field_p71 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_i11 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{field_p71:"married",prop_i11:"test@test.io"} | {"field_p71":"married","prop_i11":"test@test.io"} | unquoted_keys | {
"type": "object",
"properties": {
"attr_y35": {
"type": "string"
},
"field_p71": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_i11": {
"type": "string",
"format": "email"
}
},
"required": [
"prop... | {field_p71:"married",prop_i11:"test@test.io"} | Expecting property name enclosed in double quotes | {"field_p71":"married","prop_i11":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD val_o96.col_k73 TYPE string REQUIRED yes
FIELD val_o96.prop_k71 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD val_o96.field_z69 TYPE integer REQUIRED yes
FIELD val_o96.dim_i93[] TYPE number REQUIRED yes
FIELD key_l81 TYPE string VALUES red|blu... | {"val_o96":{"col_k73":"John","field_z69":532,"dim_i93":[652.19,851.76,630.71,39.11]},"key_l81":"green","key_e21":false,"dim_w11":"active","col_a78":true,"col_e26":"inactive","field_y73":"bar","dim_u94":"option_a"} | markdown_explanation | {
"type": "object",
"properties": {
"val_o96": {
"type": "object",
"properties": {
"col_k73": {
"type": "string"
},
"prop_k71": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | Based on your request, here is the data:
```json
{"val_o96":{"col_k73":"John","field_z69":532,"dim_i93":[652.19,851.76,630.71,39.11]},"key_l81":"green","key_e21":false,"dim_w11":"active","col_a78":true,"col_e26":"inactive","field_y73":"bar","dim_u94":"option_a"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"val_o96":{"col_k73":"John","field_z69":532,"dim_i93":[652.19,851.76,630.71,39.11]},"key_l81":"green","key_e21":false,"dim_w11":"active","col_a78":true,"col_e26":"inactive","field_y73":"bar","dim_u94":"option_a"} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string REQUIRED no
FIELD score TYPE integer REQUIRED yes
FIELD altitude[] TYPE string VALUES draft|published|archived REQUIRED no
FIELD features[] TYPE number REQUIRED no
BROKEN_OUTPUT
```json
{"score":95,"altitude":["published","published","archived"]}
``` | {"score":95,"altitude":["published","published","archived"]} | markdown_fences | {
"type": "object",
"properties": {
"product_id": {
"type": "string"
},
"score": {
"type": "integer"
},
"altitude": {
"type": "array",
"items": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
... | ```json
{"score":95,"altitude":["published","published","archived"]}
``` | Output contains markdown code fences | {"score":95,"altitude":["published","published","archived"]} |
TASK repair_structured_output
SPEC
FIELD dim_e49 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_h04.prop_w50 TYPE boolean REQUIRED yes
FIELD dim_h04.param_d03 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_h04.prop_j47 TYPE string_date-time REQUIRED no
FIELD dim_... | {"dim_e49":"underway","dim_h04":{"prop_w50":true,"param_d03":"hemizygous","prop_j47":"2026-08-05T01:00:00Z","key_u45":785},"attr_w93":"https://example.io/data","val_l26":"Maria","col_s13":{"val_c00":"degraded","attr_f12":"escalated","val_b68":"resolved"},"param_o09":"divorced","col_z51":{"val_i79":"published","prop_w21... | thought_process | {
"type": "object",
"properties": {
"dim_e49": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_h04": {
"type": "object",
"properties": {
"prop_w50": {
"type": "boolean"
},
... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"dim_e49":"underway","dim_h04":{"prop_w50":true,"param_d03":"hemizygous","prop_j47":"2026-08-05T01:00:00Z","key_u45":785},"attr_w93":"https://example.io/data","val_l26":"Maria","col_s13":{"val_c00":"degraded","attr_f12":"esc... | Output contains chain-of-thought reasoning before JSON | {"dim_e49":"underway","dim_h04":{"prop_w50":true,"param_d03":"hemizygous","prop_j47":"2026-08-05T01:00:00Z","key_u45":785},"attr_w93":"https://example.io/data","val_l26":"Maria","col_s13":{"val_c00":"degraded","attr_f12":"escalated","val_b68":"resolved"},"param_o09":"divorced","col_z51":{"val_i79":"published","prop_w21... |
TASK repair_structured_output
SPEC
FIELD col_x05 TYPE string REQUIRED yes
FIELD col_s76 TYPE integer REQUIRED yes
FIELD prop_n84 TYPE string REQUIRED no
BROKEN_OUTPUT
{"col_x05":"Diana","col_s76":782,"prop_n84":"Maria",} | {"col_x05":"Diana","col_s76":782,"prop_n84":"Maria"} | trailing_comma | {
"type": "object",
"properties": {
"col_x05": {
"type": "string"
},
"col_s76": {
"type": "integer"
},
"prop_n84": {
"type": "string"
}
},
"required": [
"col_x05",
"col_s76"
]
} | {"col_x05":"Diana","col_s76":782,"prop_n84":"Maria",} | Unexpected trailing comma | {"col_x05":"Diana","col_s76":782,"prop_n84":"Maria"} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD language TYPE string REQUIRED yes
FIELD user_id TYPE number REQUIRED yes
FIELD chromosome.country TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD chromosome.discount TYP... | {"consignee":"option_e","language":"test@example.com","user_id":838.62,"chromosome":{"country":"cat_c","discount":"mode_d","shipping":false,"end_date":428,"department":"option_b"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"consignee": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"language": {
"type": "string"
},
"user_id": {
"type": "number"... | read_sensor_array(consignee='option_e', language='test@example.com', user_id=838.62, chromosome={'country': 'cat_c', 'discount': 'mode_d', 'shipping': False, 'end_date': 428, 'department': 'option_b'}) | Tool call uses Python syntax instead of JSON | {"consignee":"option_e","language":"test@example.com","user_id":838.62,"chromosome":{"country":"cat_c","discount":"mode_d","shipping":false,"end_date":428,"department":"option_b"}} |
TASK repair_structured_output
SPEC
FIELD field_s20 TYPE null REQUIRED no
FIELD attr_q37 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_n89 TYPE string_email REQUIRED yes
FIELD key_s71 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Below is the JSON object:
```json
{"field_s20":null,"attr_q37":"viewer","col_n89... | {"field_s20":null,"attr_q37":"viewer","col_n89":"ops@domain.org","key_s71":false} | markdown_explanation | {
"type": "object",
"properties": {
"field_s20": {
"type": "null"
},
"attr_q37": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_n89": {
"type": "string",
"format": "email"
},
"key_s71": {
"type": "bool... | Below is the JSON object:
```json
{"field_s20":null,"attr_q37":"viewer","col_n89":"ops@domain.org","key_s71":false}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"field_s20":null,"attr_q37":"viewer","col_n89":"ops@domain.org","key_s71":false} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD pressure_kpa TYPE string_date-time REQUIRED no
FIELD aligned_pct TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD barcode TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD thumbnail TYPE integ... | {"annotation":"small","pressure_kpa":"2023-11-04T05:21:00Z","aligned_pct":"viewer","thumbnail":525} | tool_call_partial_args | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"pressure_kpa": {
"type": "string",
"format": "date-time"
},
"aligned_pct": {
"type": "string",
"enum": ... | Let me check the system.
Action: delete_item
Arguments: {"annotation": "small", "pressure_kpa": "2023-11-04T05:21:00Z", "aligned_pct": "viewer"} | Agent tool call missing required parameter 'thumbnail' | {"annotation":"small","pressure_kpa":"2023-11-04T05:21:00Z","aligned_pct":"viewer","thumbnail":525} |
TASK repair_structured_output
SPEC
FIELD website TYPE integer REQUIRED no
FIELD account_id TYPE string REQUIRED yes
FIELD terminal_id[] TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
BROKEN_OUTPUT
{"website":750,"account_id":"A short description.","terminal_id":["option_c","opti... | {"website":750,"account_id":"A short description.","terminal_id":["option_c","option_d"]} | extra_text_after | {
"type": "object",
"properties": {
"website": {
"type": "integer"
},
"account_id": {
"type": "string"
},
"terminal_id": {
"type": "array",
"items": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"... | {"website":750,"account_id":"A short description.","terminal_id":["option_c","option_d"]}
Hope this helps! | Output contains non-JSON text after the object | {"website":750,"account_id":"A short description.","terminal_id":["option_c","option_d"]} |
TASK repair_structured_output
SPEC
FIELD key_c46 TYPE boolean REQUIRED yes
FIELD dim_b23 TYPE string_email REQUIRED yes
FIELD dim_l20.attr_v09 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD dim_l20.prop_p80 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_l20.key_u53 TYPE... | {"key_c46":false,"dim_b23":"ops@example.com","dim_l20":{"attr_v09":"type_b","key_u53":"mode_c","col_p72":"option_d","field_y13":"https://data.io/api","attr_c23":994.94},"val_i21":"cat_a","col_l62":"Luis"} | agent_chain | {
"type": "object",
"properties": {
"key_c46": {
"type": "boolean"
},
"dim_b23": {
"type": "string",
"format": "email"
},
"dim_l20": {
"type": "object",
"properties": {
"attr_v09": {
"type": "string",
"enum": [
"type_a",
... | I need to look up the information first.
Action: validate_address
Result: {"key_c46": false, "dim_b23": "ops@example.com", "dim_l20": {"attr_v09": "type_b", "key_u53": "mode_c", "col_p72": "option_d", "field_y13": "https://data.io/api", "attr_c23": 994.94}, "val_i21": "cat_a"}
I'll query our database.
Action: read_sen... | Agent multi-step chain with truncated tool output | {"key_c46":false,"dim_b23":"ops@example.com","dim_l20":{"attr_v09":"type_b","key_u53":"mode_c","col_p72":"option_d","field_y13":"https://data.io/api","attr_c23":994.94},"val_i21":"cat_a","col_l62":"Luis"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD footnote TYPE string_uri REQUIRED no
FIELD status TYPE string_email REQUIRED no
FIELD reagent TYPE number REQUIRED yes
FIELD language TYPE integer REQUIRED yes
FIELD brake_pressure TYPE null REQ... | {"notes":"operational","footnote":"https://data.io/v1","status":"admin@test.io","reagent":354.52,"language":324,"brake_pressure":null,"age":743} | trailing_comma | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"footnote": {
"type": "string",
"format": "uri"
},
"status": {
"type": "string",
"format":... | {"notes":"operational","footnote":"https://data.io/v1","status":"admin@test.io","reagent":354.52,"language":324,"brake_pressure":null,"age":743,} | Unexpected trailing comma | {"notes":"operational","footnote":"https://data.io/v1","status":"admin@test.io","reagent":354.52,"language":324,"brake_pressure":null,"age":743} |
TASK repair_structured_output
SPEC
FIELD val_m64 TYPE boolean REQUIRED no
FIELD attr_t69.val_k14 TYPE null REQUIRED yes
FIELD attr_t69.key_a56 TYPE number REQUIRED yes
FIELD attr_t69.prop_y97 TYPE integer REQUIRED no
FIELD attr_t69.attr_v45[] TYPE string REQUIRED yes
FIELD key_j38 TYPE string REQUIRED yes
FIELD key_v7... | {"val_m64":false,"attr_t69":{"val_k14":null,"key_a56":601.18,"prop_y97":283,"attr_v45":["RTG-04","A short description.","https://api.example.com/v1"]},"key_j38":"2024-01-15","field_m01":{"attr_v54":"Berlin","dim_n63":"https://api.example.com/v1","param_r70":418.92,"val_o01":"divorced"},"col_b75":"quux","col_m07":{"key_... | missing_required | {
"type": "object",
"properties": {
"val_m64": {
"type": "boolean"
},
"attr_t69": {
"type": "object",
"properties": {
"val_k14": {
"type": "null"
},
"key_a56": {
"type": "number"
},
"prop_y97": {
"type": "integer"
... | {"val_m64": false, "attr_t69": {"val_k14": null, "key_a56": 601.18, "prop_y97": 283, "attr_v45": ["RTG-04", "A short description.", "https://api.example.com/v1"]}, "key_j38": "2024-01-15", "field_m01": {"attr_v54": "Berlin", "dim_n63": "https://api.example.com/v1", "param_r70": 418.92, "val_o01": "divorced"}, "col_m07"... | Required field 'col_b75' is missing | {"val_m64":false,"attr_t69":{"val_k14":null,"key_a56":601.18,"prop_y97":283,"attr_v45":["RTG-04","A short description.","https://api.example.com/v1"]},"key_j38":"2024-01-15","field_m01":{"attr_v54":"Berlin","dim_n63":"https://api.example.com/v1","param_r70":418.92,"val_o01":"divorced"},"col_b75":"quux","col_m07":{"key_... |
TASK repair_structured_output
SPEC
FIELD param_u71 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD col_s76 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_x88 TYPE string_uri REQUIRED no
FIELD dim_s37 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_i... | {"param_u71":"option_b","col_s76":"free","col_x88":"https://www.com/v1","dim_s37":"BRL","dim_i68":514,"field_x08":235} | missing_brace | {
"type": "object",
"properties": {
"param_u71": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"col_s76": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
... | {"param_u71":"option_b","col_s76":"free","col_x88":"https://www.com/v1","dim_s37":"BRL","dim_i68":514,"field_x08":235 | Missing closing brace | {"param_u71":"option_b","col_s76":"free","col_x88":"https://www.com/v1","dim_s37":"BRL","dim_i68":514,"field_x08":235} |
TASK repair_structured_output
SPEC
FIELD weight TYPE integer REQUIRED yes
FIELD span_id TYPE integer REQUIRED yes
FIELD vital_sign.allele TYPE string REQUIRED no
FIELD vital_sign.status TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD vital_sign.values[] TYPE boolean REQUIRED yes
FIELD vital_sign... | {"weight":97,"span_id":493,"vital_sign":{"status":"resolved","values":[false],"salinity":["option_b","option_f","option_f"]}} | unquoted_keys | {
"type": "object",
"properties": {
"weight": {
"type": "integer"
},
"span_id": {
"type": "integer"
},
"vital_sign": {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"status": {
"type": "string",
"en... | {weight:97,span_id:493,vital_sign:{status:"resolved",values:[false],salinity:["option_b","option_f","option_f"]}} | Expecting property name enclosed in double quotes | {"weight":97,"span_id":493,"vital_sign":{"status":"resolved","values":[false],"salinity":["option_b","option_f","option_f"]}} |
TASK repair_structured_output
SPEC
FIELD attr_d08 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD dim_r58 TYPE null REQUIRED yes
FIELD param_b83 TYPE string REQUIRED yes
FIELD prop_w44.prop_k91 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_w44.param_t48 TYPE string VALUES... | {"attr_d08":"type_c","dim_r58":null,"param_b83":"Smith","prop_w44":{"param_t48":"cat_c","param_e56":"type_a","prop_j97":"approved","val_s60":883},"field_m98":824.83,"prop_z87":false} | extra_text_before | {
"type": "object",
"properties": {
"attr_d08": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"dim_r58": {
"type": "null"
},
"param_b83": {
"type": "string"
},
"prop_w44": {
"type": "object",
"properties"... | Sure, here's the result:
{"attr_d08":"type_c","dim_r58":null,"param_b83":"Smith","prop_w44":{"param_t48":"cat_c","param_e56":"type_a","prop_j97":"approved","val_s60":883},"field_m98":824.83,"prop_z87":false} | Output contains non-JSON text before the object | {"attr_d08":"type_c","dim_r58":null,"param_b83":"Smith","prop_w44":{"param_t48":"cat_c","param_e56":"type_a","prop_j97":"approved","val_s60":883},"field_m98":824.83,"prop_z87":false} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string REQUIRED yes
FIELD price.freight_class TYPE string REQUIRED yes
FIELD price.umi TYPE integer REQUIRED yes
FIELD price.quality_score TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD price.start_date[].cargo_type TYPE string VALUES homozygous|hetero... | {"batch_code":"chrX","price":{"freight_class":"RTG-04","umi":885,"start_date":[{"cargo_type":"heterozygous","repository":731,"order_id":true,"decay_rate":true,"coverage":true}]},"image_url":"pending_review","reagent":"2023-10-24T14:03:00Z","lane":651,"throttle_pos":"admin@test.io"} | tool_call_bad_format | {
"type": "object",
"properties": {
"batch_code": {
"type": "string"
},
"price": {
"type": "object",
"properties": {
"freight_class": {
"type": "string"
},
"umi": {
"type": "integer"
},
"quality_score": {
"type": "st... | <functioncall> generate_report
{batch_code: "chrX", price: {freight_class: "RTG-04", umi: 885, start_date: [{cargo_type: "heterozygous", repository: 731, order_id: true, decay_rate: true, coverage: true}]}, image_url: "pending_review", reagent: "2023-10-24T14:03:00Z", lane: 651, throttle_pos: "admin@test.io"} | Tool call has malformed arguments — unquoted keys in function parameters | {"batch_code":"chrX","price":{"freight_class":"RTG-04","umi":885,"start_date":[{"cargo_type":"heterozygous","repository":731,"order_id":true,"decay_rate":true,"coverage":true}]},"image_url":"pending_review","reagent":"2023-10-24T14:03:00Z","lane":651,"throttle_pos":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string REQUIRED no
FIELD priority TYPE boolean REQUIRED no
FIELD credit_score TYPE number REQUIRED no
FIELD subtotal TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD active TYPE string_email REQUIRED yes
FIELD dosage.index TYPE st... | {"sensor_id":"Silva","priority":false,"credit_score":502.11,"subtotal":"escalated","active":"test@example.com","bill_of_lading":836} | missing_bracket | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string"
},
"priority": {
"type": "boolean"
},
"credit_score": {
"type": "number"
},
"subtotal": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"sensor_id":"Silva","priority":false,"credit_score":502.11,"subtotal":"escalated","active":"test@example.com","bill_of_lading":836} | Missing closing bracket | {"sensor_id":"Silva","priority":false,"credit_score":502.11,"subtotal":"escalated","active":"test@example.com","bill_of_lading":836} |
TASK repair_structured_output
SPEC
FIELD field_m66 TYPE number REQUIRED no
FIELD param_f91 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD field_i01 TYPE string_date-time REQUIRED yes
FIELD col_s77 TYPE number REQUIRED no
FIELD col_g12[] TYPE null REQUIRED no
BROKEN_OUTPUT
"field_m66":323.22,"param_f91":"ad... | {"field_m66":323.22,"param_f91":"admin","field_i01":"2021-06-22T19:46:00Z","col_s77":30.32,"col_g12":[null,null]} | missing_brace | {
"type": "object",
"properties": {
"field_m66": {
"type": "number"
},
"param_f91": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_i01": {
"type": "string",
"format": "date-time"
},
"col_s77": {
"typ... | "field_m66":323.22,"param_f91":"admin","field_i01":"2021-06-22T19:46:00Z","col_s77":30.32,"col_g12":[null,null]} | Missing closing brace | {"field_m66":323.22,"param_f91":"admin","field_i01":"2021-06-22T19:46:00Z","col_s77":30.32,"col_g12":[null,null]} |
TASK repair_structured_output
SPEC
FIELD items TYPE number REQUIRED yes
FIELD first_name TYPE integer REQUIRED yes
FIELD age TYPE null REQUIRED no
BROKEN_OUTPUT
Sure, here's the result:
```json
{"items":254.16,"first_name":929}
```
Analysis finished. | {"items":254.16,"first_name":929} | markdown_explanation | {
"type": "object",
"properties": {
"items": {
"type": "number"
},
"first_name": {
"type": "integer"
},
"age": {
"type": "null"
}
},
"required": [
"first_name",
"items"
]
} | Sure, here's the result:
```json
{"items":254.16,"first_name":929}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"items":254.16,"first_name":929} |
TASK repair_structured_output
SPEC
FIELD col_i01 TYPE integer REQUIRED no
FIELD col_i36 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD key_n36 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"col_i01": 487, "col_i36": "homozygous", "key_n36": "\"364\""} | {"col_i01":487,"col_i36":"homozygous","key_n36":364} | wrong_type | {
"type": "object",
"properties": {
"col_i01": {
"type": "integer"
},
"col_i36": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_n36": {
"type": "integer"
}
},
"required": [
"col_i36"
]
} | {"col_i01": 487, "col_i36": "homozygous", "key_n36": "\"364\""} | Field 'key_n36' must be integer, got string | {"col_i01":487,"col_i36":"homozygous","key_n36":364} |
TASK repair_structured_output
SPEC
FIELD param_z90.key_c84 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_z90.attr_q58 TYPE boolean REQUIRED no
FIELD param_z90.param_p27.prop_q62 TYPE boolean REQUIRED no
FIELD param_z90.param_p27.col_b42 TYPE integer REQUIRED no
FIELD param_z90.param_p27.a... | {"param_z90":{"key_c84":"moored","attr_q58":true,"param_p27":{"col_b42":17,"attr_r95":"small","param_o03":290,"prop_r38":false,"field_q15":57.41},"attr_c61":{"attr_r14":"https://api.org/api","param_z91":"delivered","prop_l49":"FWD","key_p62":"EUR"}},"attr_n31":"FWD","attr_p63":"viewer","col_m14":null,"field_y65":921.0,... | extra_text_after | {
"type": "object",
"properties": {
"param_z90": {
"type": "object",
"properties": {
"key_c84": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_q58": {
... | {"param_z90":{"key_c84":"moored","attr_q58":true,"param_p27":{"col_b42":17,"attr_r95":"small","param_o03":290,"prop_r38":false,"field_q15":57.41},"attr_c61":{"attr_r14":"https://api.org/api","param_z91":"delivered","prop_l49":"FWD","key_p62":"EUR"}},"attr_n31":"FWD","attr_p63":"viewer","col_m14":null,"field_y65":921.0,... | Output contains non-JSON text after the object | {"param_z90":{"key_c84":"moored","attr_q58":true,"param_p27":{"col_b42":17,"attr_r95":"small","param_o03":290,"prop_r38":false,"field_q15":57.41},"attr_c61":{"attr_r14":"https://api.org/api","param_z91":"delivered","prop_l49":"FWD","key_p62":"EUR"}},"attr_n31":"FWD","attr_p63":"viewer","col_m14":null,"field_y65":921.0,... |
TASK repair_structured_output
SPEC
FIELD length TYPE string REQUIRED no
FIELD width TYPE string REQUIRED no
FIELD isotope TYPE integer REQUIRED yes
FIELD berth_slot TYPE integer REQUIRED no
BROKEN_OUTPUT
{"width":"RTG-04","isotope":614,"berth_slot":733,} | {"width":"RTG-04","isotope":614,"berth_slot":733} | trailing_comma | {
"type": "object",
"properties": {
"length": {
"type": "string"
},
"width": {
"type": "string"
},
"isotope": {
"type": "integer"
},
"berth_slot": {
"type": "integer"
}
},
"required": [
"isotope"
]
} | {"width":"RTG-04","isotope":614,"berth_slot":733,} | Unexpected trailing comma | {"width":"RTG-04","isotope":614,"berth_slot":733} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD size TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD ph_level TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD coverage TYP... | {"first_name":"option_b","size":"type_c","ph_level":"type_e","coverage":448,"step":53} | wrong_type | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"size": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"... | {"first_name": "option_b", "size": "type_c", "ph_level": "type_e", "coverage": "\"448\"", "step": 53} | Field 'coverage' must be integer, got string | {"first_name":"option_b","size":"type_c","ph_level":"type_e","coverage":448,"step":53} |
TASK repair_structured_output
SPEC
FIELD country TYPE boolean REQUIRED no
FIELD format TYPE integer REQUIRED no
FIELD insurance_id TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: queue_sequencing_run
Result: {"country": true}
I'll query our database.
Action: track_vessel
Result: | {"country":true,"insurance_id":"foo"} | agent_chain | {
"type": "object",
"properties": {
"country": {
"type": "boolean"
},
"format": {
"type": "integer"
},
"insurance_id": {
"type": "string"
}
},
"required": [
"insurance_id"
]
} | Let me check the system.
Action: queue_sequencing_run
Result: {"country": true}
I'll query our database.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"country":true,"insurance_id":"foo"} |
TASK repair_structured_output
SPEC
FIELD attr_a23 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_u82 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_k56 TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
{"attr_a23": "critical", "val_u82": "medium"} | {"attr_a23":"critical","val_u82":"medium","key_k56":"viewer"} | missing_required | {
"type": "object",
"properties": {
"attr_a23": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_u82": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
... | {"attr_a23": "critical", "val_u82": "medium"} | Required field 'key_k56' is missing | {"attr_a23":"critical","val_u82":"medium","key_k56":"viewer"} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string REQUIRED yes
FIELD filter_flag TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD country TYPE boolean REQUIRED yes
FIELD description.catalyst TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD description.build_status TYPE string VALUES cat_a|cat_b... | {"rating":"demo","country":true,"description":{"catalyst":"level_2","footnote":"intermittent","deploy_target":"hello","log_level":"cat_a"}} | single_quotes | {
"type": "object",
"properties": {
"rating": {
"type": "string"
},
"filter_flag": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"country": {
"type": "boolean"
},
"description": {
"type": "object",
"prope... | {'rating':'demo','country':true,'description':{'catalyst':'level_2','footnote':'intermittent','deploy_target':'hello','log_level':'cat_a'}} | Expecting property name enclosed in double quotes | {"rating":"demo","country":true,"description":{"catalyst":"level_2","footnote":"intermittent","deploy_target":"hello","log_level":"cat_a"}} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD items TYPE string_date-time REQUIRED no
FIELD decay_rate TYPE integer REQUIRED no
FIELD reagent TYPE number REQUIRED yes
FIELD cargo_type TYPE boolean REQUIRED no
FIELD total TYPE string VALUES active|inac... | {"rating":"mode_b","items":"2022-11-16T06:41:00Z","decay_rate":984,"reagent":682.5,"total":"active"} | truncated_array | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"items": {
"type": "string",
"format": "date-time"
},
"decay_rate": {
"type": "integer"
},
"reagent"... | {"rating":"mode_b","items":"2022-11-16T06:41:00Z","decay_rate":984,"reagent":682.5,"total":"active" | Unexpected end of JSON input — truncated object | {"rating":"mode_b","items":"2022-11-16T06:41:00Z","decay_rate":984,"reagent":682.5,"total":"active"} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string REQUIRED yes
FIELD item_id TYPE integer REQUIRED yes
FIELD website TYPE number REQUIRED yes
BROKEN_OUTPUT
{"subject": "Sao Paulo", "item_id": 205, "website": "\"892.17\""} | {"subject":"Sao Paulo","item_id":205,"website":892.17} | wrong_type | {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"item_id": {
"type": "integer"
},
"website": {
"type": "number"
}
},
"required": [
"item_id",
"website",
"subject"
]
} | {"subject": "Sao Paulo", "item_id": 205, "website": "\"892.17\""} | Field 'website' must be number, got string | {"subject":"Sao Paulo","item_id":205,"website":892.17} |
TASK repair_structured_output
SPEC
FIELD key_z85 TYPE string_date-time REQUIRED no
FIELD key_f83.val_b14 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD key_f83.col_m94 TYPE integer REQUIRED no
FIELD key_f83.dim_z90 TYPE string_date-time REQUIRED no
FIELD val_c60 TYPE string_date-time REQUIRED yes
FIELD ... | {"key_f83":{"val_b14":"level_1","col_m94":180,"dim_z90":"2024-07-08T17:10:00Z"},"val_c60":"2022-12-24T01:29:00Z","field_f71":"Diana","param_m12":131.21,"attr_k71":"2022-09-07T12:44:00Z"} | truncated_object | {
"type": "object",
"properties": {
"key_z85": {
"type": "string",
"format": "date-time"
},
"key_f83": {
"type": "object",
"properties": {
"val_b14": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
... | {"key_f83":{"val_b14":"level_1","col_m94":180,"dim_z90":"2024-07-08T17:10:00Z"},"val_c60":"2022-12-24T01:29:00Z","field_f71":"Diana","param_m12":131.21,"attr_k71":"2022-09-07T12:44:00Z" | Unexpected end of JSON input — truncated object | {"key_f83":{"val_b14":"level_1","col_m94":180,"dim_z90":"2024-07-08T17:10:00Z"},"val_c60":"2022-12-24T01:29:00Z","field_f71":"Diana","param_m12":131.21,"attr_k71":"2022-09-07T12:44:00Z"} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD catalyst TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD crew_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD comments TYPE string REQUIRED yes
BROKEN_OUTP... | {"shipper_ref":"closed","catalyst":"red","crew_id":"cat_b","comments":"Charlie"} | trailing_comma | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"catalyst": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
... | {"shipper_ref":"closed","catalyst":"red","crew_id":"cat_b","comments":"Charlie",} | Unexpected trailing comma | {"shipper_ref":"closed","catalyst":"red","crew_id":"cat_b","comments":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED yes
FIELD coverage TYPE string_email REQUIRED no
FIELD company TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD deploy_target.batch_code TYPE integer REQUIRED no
FIELD deploy_target.shipping TYPE string REQUIRED no
FIELD deploy_target.l... | {"account_id":"pending","coverage":"ops@domain.org","company":"push","deploy_target":{"batch_code":629,"shipping":"sample","price":null,"repository":["pending"],"log_level":[{"bearing":"offline","status":672.23,"umi":809.79,"website":true},{"bearing":"offline","status":244.58,"umi":961.7,"website":true},{"bearing":"deg... | null_required | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"coverage": {
"type": "string",
"format": "email"
},
"company": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"deploy_target": ... | {"account_id": "pending", "coverage": "ops@domain.org", "company": null, "deploy_target": {"batch_code": 629, "shipping": "sample", "price": null, "repository": ["pending"], "log_level": [{"bearing": "offline", "status": 672.23, "umi": 809.79, "website": true}, {"bearing": "offline", "status": 244.58, "umi": 961.7, "we... | Required field 'company' is null | {"account_id":"pending","coverage":"ops@domain.org","company":"push","deploy_target":{"batch_code":629,"shipping":"sample","price":null,"repository":["pending"],"log_level":[{"bearing":"offline","status":672.23,"umi":809.79,"website":true},{"bearing":"offline","status":244.58,"umi":961.7,"website":true},{"bearing":"deg... |
TASK repair_structured_output
SPEC
FIELD description TYPE number REQUIRED yes
FIELD build_status TYPE boolean REQUIRED no
FIELD product_id[] TYPE null REQUIRED no
FIELD brake_pressure[] TYPE integer REQUIRED no
BROKEN_OUTPUT
Based on the data, product_id is [None, None, None]. {"description":351.5,"build_status":true... | {"description":351.5,"build_status":true,"product_id":[null,null,null]} | partial_structure | {
"type": "object",
"properties": {
"description": {
"type": "number"
},
"build_status": {
"type": "boolean"
},
"product_id": {
"type": "array",
"items": {
"type": "null"
}
},
"brake_pressure": {
"type": "array",
"items": {
"type"... | Based on the data, product_id is [None, None, None]. {"description":351.5,"build_status":true,"product_id":[null,null,null]} | Output mixes natural language with JSON | {"description":351.5,"build_status":true,"product_id":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD key_s26 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD field_e58 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD param_n52 TYPE number REQUIRED yes
FIELD field_h23 TYPE string_uri REQUIRED yes
FIELD key_k87 TYPE string VALU... | {"key_s26":"maintenance","field_e58":"mode_b","param_n52":541.11,"field_h23":"https://data.com/v1","key_k87":"medium"} | number_with_unit | {
"type": "object",
"properties": {
"key_s26": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"field_e58": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mo... | {"key_s26": "maintenance", "field_e58": "mode_b", "param_n52": "541.11MB", "field_h23": "https://data.com/v1", "key_k87": "medium"} | Field 'param_n52' must be number, got string with unit | {"key_s26":"maintenance","field_e58":"mode_b","param_n52":541.11,"field_h23":"https://data.com/v1","key_k87":"medium"} |
TASK repair_structured_output
SPEC
FIELD key_z12 TYPE string REQUIRED no
FIELD dim_m97 TYPE string REQUIRED no
FIELD val_y45.val_h67 TYPE number REQUIRED yes
FIELD val_y45.prop_g57 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_y45.attr_z24[].prop_y46 TYPE integer REQUIRED yes
FIELD v... | {"key_z12":"https://example.com","dim_m97":"London","val_y45":{"val_h67":591.61,"prop_g57":"frameshift","attr_z24":[{"prop_y46":400,"attr_x86":"mode_e","key_c82":"type_b","key_q57":"mode_f"},{"prop_y46":860,"attr_x86":"mode_e","field_r02":"sms","key_c82":"type_b","key_q57":"mode_c"}]},"key_n97":true,"key_e74":"https://... | missing_required | {
"type": "object",
"properties": {
"key_z12": {
"type": "string"
},
"dim_m97": {
"type": "string"
},
"val_y45": {
"type": "object",
"properties": {
"val_h67": {
"type": "number"
},
"prop_g57": {
"type": "string",
"enu... | {"key_z12": "https://example.com", "dim_m97": "London", "key_n97": true, "key_e74": "https://www.com/v1", "col_n19": "https://api.io/v1"} | Required field 'val_y45' is missing | {"key_z12":"https://example.com","dim_m97":"London","val_y45":{"val_h67":591.61,"prop_g57":"frameshift","attr_z24":[{"prop_y46":400,"attr_x86":"mode_e","key_c82":"type_b","key_q57":"mode_f"},{"prop_y46":860,"attr_x86":"mode_e","field_r02":"sms","key_c82":"type_b","key_q57":"mode_c"}]},"key_n97":true,"key_e74":"https://... |
TASK repair_structured_output
SPEC
FIELD key_i39 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD val_n19 TYPE number REQUIRED no
FIELD val_m24 TYPE integer REQUIRED yes
FIELD col_m28 TYPE number REQUIRED no
FIELD key_u12 TYPE integer REQUIRED no
FIELD prop_r26 TYPE integer REQUIRED ye... | {"val_n19":658.65,"val_m24":626,"col_m28":915.89,"key_u12":397,"prop_r26":646,"prop_n11":true} | missing_bracket | {
"type": "object",
"properties": {
"key_i39": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"val_n19": {
"type": "number"
},
"val_m24": {
"type": "integer"
},
"col_m28":... | {"val_n19":658.65,"val_m24":626,"col_m28":915.89,"key_u12":397,"prop_r26":646,"prop_n11":true} | Missing closing bracket | {"val_n19":658.65,"val_m24":626,"col_m28":915.89,"key_u12":397,"prop_r26":646,"prop_n11":true} |
TASK repair_structured_output
SPEC
FIELD field_a15 TYPE integer REQUIRED no
FIELD col_u31 TYPE integer REQUIRED yes
FIELD prop_y61 TYPE number REQUIRED no
FIELD attr_o73 TYPE integer REQUIRED no
FIELD dim_x72 TYPE string_uri REQUIRED no
FIELD col_o22 TYPE string REQUIRED no
FIELD prop_m88 TYPE string VALUES red|blue|g... | {"field_a15":501,"col_u31":466,"prop_y61":51.76,"attr_o73":137,"col_o22":"Paris","prop_m88":"white","field_n15":false} | wrong_type | {
"type": "object",
"properties": {
"field_a15": {
"type": "integer"
},
"col_u31": {
"type": "integer"
},
"prop_y61": {
"type": "number"
},
"attr_o73": {
"type": "integer"
},
"dim_x72": {
"type": "string",
"format": "uri"
},
"col_o22": ... | {"field_a15": 501, "col_u31": 466, "prop_y61": 51.76, "attr_o73": "\"137\"", "col_o22": "Paris", "prop_m88": "white", "field_n15": false} | Field 'attr_o73' must be integer, got string | {"field_a15":501,"col_u31":466,"prop_y61":51.76,"attr_o73":137,"col_o22":"Paris","prop_m88":"white","field_n15":false} |
TASK repair_structured_output
SPEC
FIELD field_u00 TYPE integer REQUIRED yes
FIELD key_i01 TYPE string REQUIRED no
FIELD param_x26 TYPE string REQUIRED no
FIELD dim_u01 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
Based on the data, field_u00 is 245. {"field_u00":245,"para... | {"field_u00":245,"param_x26":"baz","dim_u01":"rejected"} | partial_structure | {
"type": "object",
"properties": {
"field_u00": {
"type": "integer"
},
"key_i01": {
"type": "string"
},
"param_x26": {
"type": "string"
},
"dim_u01": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"e... | Based on the data, field_u00 is 245. {"field_u00":245,"param_x26":"baz","dim_u01":"rejected"} | Output mixes natural language with JSON | {"field_u00":245,"param_x26":"baz","dim_u01":"rejected"} |
TASK repair_structured_output
SPEC
FIELD val_f84 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_q61 TYPE integer REQUIRED no
FIELD field_y10[].field_f42 TYPE string REQUIRED no
FIELD field_y10[].val_n84 TYPE string REQUIRED no
FIELD field_y10[].field_x91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQ... | {"val_f84":"option_b","val_q61":931,"field_y10":[{"field_f42":"Santos","field_x91":"JPY","dim_q72":true},{"field_f42":"Berlin","field_x91":"BRL","dim_q72":false},{"field_f42":"PASS","val_n84":"completed","field_x91":"BRL","dim_q72":false}],"prop_q03":[369.74]} | partial_structure | {
"type": "object",
"properties": {
"val_f84": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"val_q61": {
"type": "integer"
},
"field_y10": {
"type": "array",
"items": {
"type": "object",
"propert... | The field_y10 is [{'field_f42': 'Santos', 'field_x91': 'JPY', 'dim_q72': True}, {'field_f42': 'Berlin', 'field_x91': 'BRL', 'dim_q72': False}, {'field_f42': 'PASS', 'val_n84': 'completed', 'field_x91': 'BRL', 'dim_q72': False}] and {"val_f84":"option_b","val_q61":931,"field_y10":[{"field_f42":"Santos","field_x91":"JPY"... | Output mixes natural language with JSON | {"val_f84":"option_b","val_q61":931,"field_y10":[{"field_f42":"Santos","field_x91":"JPY","dim_q72":true},{"field_f42":"Berlin","field_x91":"BRL","dim_q72":false},{"field_f42":"PASS","val_n84":"completed","field_x91":"BRL","dim_q72":false}],"prop_q03":[369.74]} |
TASK repair_structured_output
SPEC
FIELD col_y21 TYPE boolean REQUIRED no
FIELD val_j69 TYPE string REQUIRED yes
FIELD param_f25 TYPE null REQUIRED no
BROKEN_OUTPUT
{"val_j69": "completed", "param_f25": null, "extra_data_5651": "unexpected"} | {"val_j69":"completed","param_f25":null} | extra_field | {
"type": "object",
"properties": {
"col_y21": {
"type": "boolean"
},
"val_j69": {
"type": "string"
},
"param_f25": {
"type": "null"
}
},
"required": [
"val_j69"
]
} | {"val_j69": "completed", "param_f25": null, "extra_data_5651": "unexpected"} | Unknown field 'extra_data_5651' not defined in schema | {"val_j69":"completed","param_f25":null} |
TASK repair_structured_output
SPEC
FIELD param_g69 TYPE string REQUIRED no
FIELD attr_r43 TYPE boolean REQUIRED yes
FIELD dim_y40 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_u06[] TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"param_g69": "FWD", "attr_r43": true, "dim_y40": "published", "dim_u06... | {"param_g69":"FWD","attr_r43":true,"dim_y40":"published","dim_u06":["user@test.io"]} | null_required | {
"type": "object",
"properties": {
"param_g69": {
"type": "string"
},
"attr_r43": {
"type": "boolean"
},
"dim_y40": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_u06": {
"type": "array",
"items"... | {"param_g69": "FWD", "attr_r43": true, "dim_y40": "published", "dim_u06": null} | Required field 'dim_u06' is null | {"param_g69":"FWD","attr_r43":true,"dim_y40":"published","dim_u06":["user@test.io"]} |
TASK repair_structured_output
SPEC
FIELD dim_w90 TYPE string_uri REQUIRED yes
FIELD field_s45 TYPE integer REQUIRED yes
FIELD key_n36 TYPE string REQUIRED no
FIELD prop_u32 TYPE string VALUES level_1|level_2 REQUIRED yes
BROKEN_OUTPUT
{"dim_w90": "https://api.org/v1", "field_s45": 797, "prop_u32": null} | {"dim_w90":"https://api.org/v1","field_s45":797,"prop_u32":"level_1"} | null_required | {
"type": "object",
"properties": {
"dim_w90": {
"type": "string",
"format": "uri"
},
"field_s45": {
"type": "integer"
},
"key_n36": {
"type": "string"
},
"prop_u32": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
}
},... | {"dim_w90": "https://api.org/v1", "field_s45": 797, "prop_u32": null} | Required field 'prop_u32' is null | {"dim_w90":"https://api.org/v1","field_s45":797,"prop_u32":"level_1"} |
TASK repair_structured_output
SPEC
FIELD dim_e39 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD prop_l00 TYPE string_uri REQUIRED yes
FIELD field_y78.param_v05 TYPE string REQUIRED no
FIELD field_y78.val_z96 TYPE string_date-time REQUIRED yes
FIELD field_y78.dim_m97 TYPE string VALUES success|error|warning|in... | {"dim_e39":"option_b","prop_l00":"https://data.org/data","field_y78":{"param_v05":"QC-07","val_z96":"2024-03-16T06:36:00Z","dim_m97":"success"},"dim_r00":"PASS"} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_e39": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"prop_l00": {
"type": "string",
"format": "uri"
},
"field_y78": {
"type": "object",
"properties": {
"param_v05": {
... | <functioncall> generate_report
{dim_e39: "option_b", prop_l00: "https://data.org/data", field_y78: {param_v05: "QC-07", val_z96: "2024-03-16T06:36:00Z", dim_m97: "success"}, dim_r00: "PASS"} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_e39":"option_b","prop_l00":"https://data.org/data","field_y78":{"param_v05":"QC-07","val_z96":"2024-03-16T06:36:00Z","dim_m97":"success"},"dim_r00":"PASS"} |
TASK repair_structured_output
SPEC
FIELD val_h43 TYPE string REQUIRED yes
FIELD dim_t50 TYPE string REQUIRED no
FIELD val_s23 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_f16 TYPE string REQUIRED no
FIELD dim_w60 TYPE number REQUIRED no
FIELD prop_k43 TYPE string VALUES homozygous|heterozygous|h... | {"val_h43":"GRCh38","dim_t50":"example","val_s23":"enterprise","dim_w60":624.1,"prop_k43":"hemizygous","field_i46":853} | truncated_array | {
"type": "object",
"properties": {
"val_h43": {
"type": "string"
},
"dim_t50": {
"type": "string"
},
"val_s23": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_f16": {
"type": "string"
}... | {"val_h43":"GRCh38","dim_t50":"example","val_s23":"enterprise","dim_w60":624.1,"prop_k43":"hemizygous","field_i46":853 | Unexpected end of JSON input — truncated object | {"val_h43":"GRCh38","dim_t50":"example","val_s23":"enterprise","dim_w60":624.1,"prop_k43":"hemizygous","field_i46":853} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE boolean REQUIRED no
FIELD port_code.score TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD port_code.terminal_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD port_code.language TYPE integer REQUIRED no
FIELD po... | {"diagnosis_code":false,"port_code":{"score":"cat_b","terminal_id":"option_d","language":925,"velocity":true},"step":904.87,"bill_of_lading":"type_c","currency":"admin@domain.org"} | trailing_comma | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "boolean"
},
"port_code": {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"terminal_id": {
... | {"diagnosis_code":false,"port_code":{"score":"cat_b","terminal_id":"option_d","language":925,"velocity":true},"step":904.87,"bill_of_lading":"type_c","currency":"admin@domain.org",} | Unexpected trailing comma | {"diagnosis_code":false,"port_code":{"score":"cat_b","terminal_id":"option_d","language":925,"velocity":true},"step":904.87,"bill_of_lading":"type_c","currency":"admin@domain.org"} |
TASK repair_structured_output
SPEC
FIELD attr_b48 TYPE integer REQUIRED no
FIELD key_s51 TYPE integer REQUIRED no
FIELD dim_f57 TYPE integer REQUIRED yes
FIELD col_m85 TYPE boolean REQUIRED no
FIELD attr_a82 TYPE string REQUIRED no
BROKEN_OUTPUT
Tool: annotate_mutation
Params: {"attr_b48": 956, "dim_f57": 553, "attr_... | {"attr_b48":956,"dim_f57":553,"col_m85":false,"attr_a82":"RTG-04"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_b48": {
"type": "integer"
},
"key_s51": {
"type": "integer"
},
"dim_f57": {
"type": "integer"
},
"col_m85": {
"type": "boolean"
},
"attr_a82": {
"type": "string"
}
},
"required": [
"dim_f57"
]
} | Tool: annotate_mutation
Params: {"attr_b48": 956, "dim_f57": 553, "attr_a82": "RTG-04", "col_m85_new": false} | Agent used wrong parameter name 'col_m85_new' instead of 'col_m85' | {"attr_b48":956,"dim_f57":553,"col_m85":false,"attr_a82":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD attr_d74 TYPE integer REQUIRED yes
FIELD dim_c77 TYPE integer REQUIRED no
FIELD param_n73 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_c44.param_j74 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_c44.param_o32 TYPE string VALUES low|mediu... | {"attr_d74":677,"dim_c77":778,"param_n73":"error","prop_c44":{"param_j74":"BRL","param_o32":"low","key_a88":311}} | agent_chain | {
"type": "object",
"properties": {
"attr_d74": {
"type": "integer"
},
"dim_c77": {
"type": "integer"
},
"param_n73": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"prop_c44": {
"type": "object... | Let me check the system.
Action: annotate_mutation
Result: {"attr_d74": 677, "dim_c77": 778, "param_n73": "error"}
Processing the request now.
Action: fetch_lab_result
Result: | Agent multi-step chain with truncated tool output | {"attr_d74":677,"dim_c77":778,"param_n73":"error","prop_c44":{"param_j74":"BRL","param_o32":"low","key_a88":311}} |
TASK repair_structured_output
SPEC
FIELD val_y36 TYPE string_uri REQUIRED no
FIELD col_v18 TYPE string REQUIRED yes
FIELD attr_g46 TYPE null REQUIRED yes
FIELD key_r31[].param_y85 TYPE integer REQUIRED yes
FIELD key_r31[].field_j29 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_r31[].col_o86 TYPE b... | {"val_y36":"https://example.io/api","col_v18":"REV","attr_g46":null,"key_r31":[{"param_y85":202,"field_j29":"medium","col_o86":false},{"param_y85":820,"field_j29":"high","col_o86":false}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_y36": {
"type": "string",
"format": "uri"
},
"col_v18": {
"type": "string"
},
"attr_g46": {
"type": "null"
},
"key_r31": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | I'll query our database.
<tool_call name="filter_variants">
{"val_y36":"https://example.io/api","col_v18":"REV","attr_g46":null,"key_r31":[{"param_y85":202,"field_j29":"medium","col_o86":false},{"param_y85":820,"field_j29":"high","col_o86":false}]}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"val_y36":"https://example.io/api","col_v18":"REV","attr_g46":null,"key_r31":[{"param_y85":202,"field_j29":"medium","col_o86":false},{"param_y85":820,"field_j29":"high","col_o86":false}]} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string REQUIRED no
FIELD filter_flag.manifest_ref TYPE integer REQUIRED yes
FIELD filter_flag.score TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD filter_flag.log_level TYPE string REQUIRED yes
FIELD filter_flag.nickname TYPE string REQ... | {"shipping":253,"title":"intermittent","annotation":{"name":"active","zip_code":"offline","company":false}} | tool_call_partial_args | {
"type": "object",
"properties": {
"collateral": {
"type": "string"
},
"filter_flag": {
"type": "object",
"properties": {
"manifest_ref": {
"type": "integer"
},
"score": {
"type": "string",
"enum": [
"homozygous",
... | Let me check the system.
Action: read_sensor_array
Arguments: {"shipping": 253, "title": "intermittent"} | Agent tool call missing required parameter 'annotation' | {"shipping":253,"title":"intermittent","annotation":{"name":"active","zip_code":"offline","company":false}} |
TASK repair_structured_output
SPEC
FIELD param_b17 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD val_i24 TYPE string REQUIRED no
FIELD val_z30.attr_v78 TYPE string_email REQUIRED no
FIELD val_z30.prop_q64 TYPE string REQUIRED yes
FIELD val_z30.attr_t33 TYPE string_email REQUIRED no
FIELD val... | {"val_i24":"cancelled","val_z30":{"attr_v78":"test@domain.org","prop_q64":"Alice","attr_t33":"test@test.io","val_r30":"mode_b","col_i14":"test@example.com"},"attr_z29":{"dim_y45":"https://data.com/v1","col_m38":"medium","field_w77":"https://example.com","key_r93":333.92}} | missing_brace | {
"type": "object",
"properties": {
"param_b17": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"val_i24": {
"type": "string"
},
"val_z30": {
"type": "object",
"properties": {
"attr_v78... | "val_i24":"cancelled","val_z30":{"attr_v78":"test@domain.org","prop_q64":"Alice","attr_t33":"test@test.io","val_r30":"mode_b","col_i14":"test@example.com"},"attr_z29":{"dim_y45":"https://data.com/v1","col_m38":"medium","field_w77":"https://example.com","key_r93":333.92}} | Missing closing brace | {"val_i24":"cancelled","val_z30":{"attr_v78":"test@domain.org","prop_q64":"Alice","attr_t33":"test@test.io","val_r30":"mode_b","col_i14":"test@example.com"},"attr_z29":{"dim_y45":"https://data.com/v1","col_m38":"medium","field_w77":"https://example.com","key_r93":333.92}} |
TASK repair_structured_output
SPEC
FIELD param_h13 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_b26 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_n15 TYPE number REQUIRED yes
FIELD attr_c76 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"param_h13": "warning", "a... | {"param_h13":"warning","field_b26":"missense","attr_n15":43.11} | missing_required | {
"type": "object",
"properties": {
"param_h13": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_b26": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frames... | {"param_h13": "warning", "attr_n15": 43.11} | Required field 'field_b26' is missing | {"param_h13":"warning","field_b26":"missense","attr_n15":43.11} |
TASK repair_structured_output
SPEC
FIELD comments TYPE boolean REQUIRED yes
FIELD isotope TYPE string REQUIRED yes
FIELD website TYPE string REQUIRED yes
BROKEN_OUTPUT
track_vessel(comments=False, isotope='John', website='RTG-04') | {"comments":false,"isotope":"John","website":"RTG-04"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"comments": {
"type": "boolean"
},
"isotope": {
"type": "string"
},
"website": {
"type": "string"
}
},
"required": [
"isotope",
"comments",
"website"
]
} | track_vessel(comments=False, isotope='John', website='RTG-04') | Tool call uses Python syntax instead of JSON | {"comments":false,"isotope":"John","website":"RTG-04"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.