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 full_name TYPE integer REQUIRED no FIELD temp_celsius TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD first_name TYPE number REQUIRED yes FIELD humidity_pct TYPE string VALUES low|medium|high|critical REQUIRED no FIELD chapter TYPE string VALUES email|phone|sms|p...
{"full_name":193,"first_name":547.46,"humidity_pct":"critical","chapter":"sms","score":{"velocity":71,"freight_class":"2022-01-25T22:43:00Z","paragraph":[987.46,14.61,492.33],"balance":["Santos","Berlin","test@example.com"]},"phone":916.83}
invalid_enum
{ "type": "object", "properties": { "full_name": { "type": "integer" }, "temp_celsius": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "first_name": { "type": "number" }, "humidity_pct": { "type"...
{"full_name": 193, "first_name": 547.46, "humidity_pct": "critical", "chapter": "invalid_value_856", "score": {"velocity": 71, "freight_class": "2022-01-25T22:43:00Z", "paragraph": [987.46, 14.61, 492.33], "balance": ["Santos", "Berlin", "test@example.com"]}, "phone": 916.83}
Field 'chapter' has invalid enum value 'invalid_value_856', expected one of ['email', 'phone', 'sms', 'push']
{"full_name":193,"first_name":547.46,"humidity_pct":"critical","chapter":"sms","score":{"velocity":71,"freight_class":"2022-01-25T22:43:00Z","paragraph":[987.46,14.61,492.33],"balance":["Santos","Berlin","test@example.com"]},"phone":916.83}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD ward TYPE string REQUIRED yes FIELD zip_code TYPE integer REQUIRED no FIELD longitude TYPE string REQUIRED yes FIELD temp_celsius[] TYPE number REQUIRED no BROKEN_OUTPUT {"lab_result": "mode_d", "ward"...
{"lab_result":"mode_d","ward":"QC-07","zip_code":561,"longitude":"test"}
null_required
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "ward": { "type": "string" }, "zip_code": { "type": "integer" }, "longitude": { "type": "string"...
{"lab_result": "mode_d", "ward": "QC-07", "zip_code": 561, "longitude": null}
Required field 'longitude' is null
{"lab_result":"mode_d","ward":"QC-07","zip_code":561,"longitude":"test"}
TASK repair_structured_output SPEC FIELD tax TYPE boolean REQUIRED yes FIELD format TYPE integer REQUIRED yes FIELD position TYPE string REQUIRED yes FIELD last_name[] TYPE number REQUIRED no BROKEN_OUTPUT {"tax":false,"format":94,"position":"Jane","last_name":[497.76,575.52,999.03,103.3
{"tax":false,"format":94,"position":"Jane","last_name":[497.76,575.52,999.03,103.3]}
truncated_array
{ "type": "object", "properties": { "tax": { "type": "boolean" }, "format": { "type": "integer" }, "position": { "type": "string" }, "last_name": { "type": "array", "items": { "type": "number" } } }, "required": [ "format", "tax...
{"tax":false,"format":94,"position":"Jane","last_name":[497.76,575.52,999.03,103.3
Unexpected end of JSON input — truncated array
{"tax":false,"format":94,"position":"Jane","last_name":[497.76,575.52,999.03,103.3]}
TASK repair_structured_output SPEC FIELD berth_slot TYPE boolean REQUIRED yes FIELD commit_hash TYPE string REQUIRED yes FIELD trace_id TYPE null REQUIRED yes FIELD compound TYPE string VALUES type_a|type_b REQUIRED no FIELD user_id.price TYPE string REQUIRED no FIELD user_id.consignee TYPE string_date-time REQUIRED n...
{"berth_slot":false,"commit_hash":"pending","trace_id":null,"compound":"type_a"}
null_required
{ "type": "object", "properties": { "berth_slot": { "type": "boolean" }, "commit_hash": { "type": "string" }, "trace_id": { "type": "null" }, "compound": { "type": "string", "enum": [ "type_a", "type_b" ] }, "user_id": { "...
{"berth_slot": false, "commit_hash": "pending", "trace_id": null, "compound": "type_a"}
Required field 'trace_id' is null
{"berth_slot":false,"commit_hash":"pending","trace_id":null,"compound":"type_a"}
TASK repair_structured_output SPEC FIELD attr_f16.field_r87 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD attr_f16.attr_h16 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_f16.val_p80 TYPE string VALUES single|married|divorced REQUIRED yes FIELD val_d07 TYPE string VALUES...
{"col_s46":"type_b","attr_y46":"inactive","col_p13":"archived","dim_u05":206.84,"val_e89":602}
tool_call_text_mix
{ "type": "object", "properties": { "attr_f16": { "type": "object", "properties": { "field_r87": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "attr_h16": { ...
Processing the request now. <tool_call name="queue_sequencing_run"> {"col_s46":"type_b","attr_y46":"inactive","col_p13":"archived","dim_u05":206.84,"val_e89":602} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"col_s46":"type_b","attr_y46":"inactive","col_p13":"archived","dim_u05":206.84,"val_e89":602}
TASK repair_structured_output SPEC FIELD subject TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD label TYPE string VALUES success|error|warning|info REQUIRED no FIELD phone TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD brake_pressure TYPE null REQUIRED yes FIELD section TYPE string R...
{"subject":"moored","phone":"push","brake_pressure":null,"section":"Santos","language":135}
extra_field
{ "type": "object", "properties": { "subject": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "label": { "type": "string", "enum": [ "success", "error", "warning", "info" ]...
{"subject": "moored", "phone": "push", "brake_pressure": null, "section": "Santos", "language": 135, "extra_info_3055": true}
Unknown field 'extra_info_3055' not defined in schema
{"subject":"moored","phone":"push","brake_pressure":null,"section":"Santos","language":135}
TASK repair_structured_output SPEC FIELD category TYPE integer REQUIRED yes FIELD barcode TYPE string REQUIRED no FIELD language TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {'category':785,'barcode':'demo','language':'2023-02-04T13:00:00Z'}
{"category":785,"barcode":"demo","language":"2023-02-04T13:00:00Z"}
single_quotes
{ "type": "object", "properties": { "category": { "type": "integer" }, "barcode": { "type": "string" }, "language": { "type": "string", "format": "date-time" } }, "required": [ "category", "language" ] }
{'category':785,'barcode':'demo','language':'2023-02-04T13:00:00Z'}
Expecting property name enclosed in double quotes
{"category":785,"barcode":"demo","language":"2023-02-04T13:00:00Z"}
TASK repair_structured_output SPEC FIELD key_m33 TYPE integer REQUIRED yes FIELD param_j24 TYPE integer REQUIRED no FIELD param_e89.val_e85 TYPE string REQUIRED yes FIELD param_e89.prop_i87 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD param_e89.param_p62 TYPE number REQUIRED yes BROKEN_OUTPUT {"para...
{"key_m33":809,"param_e89":{"val_e85":"REV","prop_i87":"critical","param_p62":667.94}}
missing_required
{ "type": "object", "properties": { "key_m33": { "type": "integer" }, "param_j24": { "type": "integer" }, "param_e89": { "type": "object", "properties": { "val_e85": { "type": "string" }, "prop_i87": { "type": "string", ...
{"param_e89": {"val_e85": "REV", "prop_i87": "critical", "param_p62": 667.94}}
Required field 'key_m33' is missing
{"key_m33":809,"param_e89":{"val_e85":"REV","prop_i87":"critical","param_p62":667.94}}
TASK repair_structured_output SPEC FIELD step TYPE string VALUES active|inactive|pending REQUIRED yes FIELD filter_flag.shift_code TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD filter_flag.latitude TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD filter_flag.conductivity TY...
{"step":"pending","filter_flag":{"shift_code":"phone","latitude":"confirmed","conductivity":735.74,"longitude":440},"altitude":335,"version":227,"organism":true,"bill_of_lading":"married","transaction_id":"ops@domain.org","price":261.97}
null_required
{ "type": "object", "properties": { "step": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "filter_flag": { "type": "object", "properties": { "shift_code": { "type": "string", "enum": [ "ema...
{"step": "pending", "filter_flag": {"shift_code": "phone", "latitude": "confirmed", "conductivity": 735.74, "longitude": 440}, "altitude": null, "version": 227, "organism": true, "bill_of_lading": "married", "transaction_id": "ops@domain.org", "price": 261.97}
Required field 'altitude' is null
{"step":"pending","filter_flag":{"shift_code":"phone","latitude":"confirmed","conductivity":735.74,"longitude":440},"altitude":335,"version":227,"organism":true,"bill_of_lading":"married","transaction_id":"ops@domain.org","price":261.97}
TASK repair_structured_output SPEC FIELD image_url TYPE integer REQUIRED no FIELD coverage TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD published TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD velocity.step TYPE string REQUIRED yes FIELD velocity.transaction_id TYPE integer REQU...
{"image_url":588,"coverage":"JPY","published":"cat_a","velocity":{"step":"test","transaction_id":218,"consignee":"option_d","turbidity":{"phone":"type_d","interest_rate":"green","patient_id":"level_3","description":false,"ward":"cat_f"}},"country":198.92,"patient_id":"homozygous"}
agent_chain
{ "type": "object", "properties": { "image_url": { "type": "integer" }, "coverage": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "published": { "type": "string", "enum": [ "cat_a", ...
I need to look up the information first. Action: check_cargo_manifest Result: {"image_url": 588, "published": "cat_a", "velocity": {"step": "test", "transaction_id": 218, "consignee": "option_d", "turbidity": {"phone": "type_d", "interest_rate": "green", "patient_id": "level_3", "description": false, "ward": "cat_f"}},...
Agent multi-step chain with truncated tool output
{"image_url":588,"coverage":"JPY","published":"cat_a","velocity":{"step":"test","transaction_id":218,"consignee":"option_d","turbidity":{"phone":"type_d","interest_rate":"green","patient_id":"level_3","description":false,"ward":"cat_f"}},"country":198.92,"patient_id":"homozygous"}
TASK repair_structured_output SPEC FIELD tags.website TYPE boolean REQUIRED no FIELD tags.state TYPE number REQUIRED no FIELD tags.product_id TYPE integer REQUIRED no FIELD tags.lane TYPE number REQUIRED yes FIELD step TYPE string REQUIRED yes FIELD subtotal TYPE string VALUES pending_review|confirmed|rejected|escalat...
{"tags":{"product_id":332,"lane":869.38},"step":"This is a test value.","subtotal":"pending_review"}
invalid_enum
{ "type": "object", "properties": { "tags": { "type": "object", "properties": { "website": { "type": "boolean" }, "state": { "type": "number" }, "product_id": { "type": "integer" }, "lane": { "type": "num...
{"tags": {"product_id": 332, "lane": 869.38}, "step": "This is a test value.", "subtotal": "invalid_value_39"}
Field 'subtotal' has invalid enum value 'invalid_value_39', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated']
{"tags":{"product_id":332,"lane":869.38},"step":"This is a test value.","subtotal":"pending_review"}
TASK repair_structured_output SPEC FIELD ph_level TYPE boolean REQUIRED yes FIELD zip_code TYPE number REQUIRED no FIELD updated_at.diagnosis_code.batch_code TYPE string REQUIRED no FIELD updated_at.diagnosis_code.tax TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD updated_at.diagnosis_code.terminal_id TY...
{"ph_level":true,"zip_code":851.91,"updated_at":{"diagnosis_code":{"batch_code":"Johnson","terminal_id":"option_c","price":428.58},"comments":224.54,"category":null}}
tool_call_wrong_param
{ "type": "object", "properties": { "ph_level": { "type": "boolean" }, "zip_code": { "type": "number" }, "updated_at": { "type": "object", "properties": { "diagnosis_code": { "type": "object", "properties": { "batch_code": { ...
Tool: query_port_status Params: {"ph_level": true, "updated_at": {"diagnosis_code": {"batch_code": "Johnson", "terminal_id": "option_c", "price": 428.58}, "comments": 224.54, "category": null}, "zip_code2": 851.91}
Agent used wrong parameter name 'zip_code2' instead of 'zip_code'
{"ph_level":true,"zip_code":851.91,"updated_at":{"diagnosis_code":{"batch_code":"Johnson","terminal_id":"option_c","price":428.58},"comments":224.54,"category":null}}
TASK repair_structured_output SPEC FIELD param_m56 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_p56 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_k26 TYPE null REQUIRED yes FIELD key_p76 TYPE number REQUIRED yes BROKEN_OUTPUT ```json {"param_m56":"off...
{"param_m56":"offline","attr_p56":"resolved","prop_k26":null,"key_p76":312.25}
markdown_fences
{ "type": "object", "properties": { "param_m56": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "attr_p56": { "type": "string", "enum": [ "open", "in_progress", "resolved", ...
```json {"param_m56":"offline","attr_p56":"resolved","prop_k26":null,"key_p76":312.25} ```
Output contains markdown code fences
{"param_m56":"offline","attr_p56":"resolved","prop_k26":null,"key_p76":312.25}
TASK repair_structured_output SPEC FIELD balance TYPE string_email REQUIRED yes FIELD weight TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD product_id TYPE number REQUIRED no FIELD active TYPE string REQUIRED yes FIELD options TYPE number REQUIRED no FIELD phone TYPE integer REQUIRED no FIELD voltage TYPE ...
{"balance":"user@domain.org","weight":"type_a","product_id":726.06,"active":"Hapag-Lloyd-Express","options":14.31,"phone":229,"voltage":851}
tool_call_wrong_param
{ "type": "object", "properties": { "balance": { "type": "string", "format": "email" }, "weight": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "product_id": { "type": "number" }, "active": { "type": "str...
Tool: schedule_meeting Params: {"balance": "user@domain.org", "weight": "type_a", "active": "Hapag-Lloyd-Express", "options": 14.31, "phone": 229, "voltage": 851, "product_id_value": 726.06}
Agent used wrong parameter name 'product_id_value' instead of 'product_id'
{"balance":"user@domain.org","weight":"type_a","product_id":726.06,"active":"Hapag-Lloyd-Express","options":14.31,"phone":229,"voltage":851}
TASK repair_structured_output SPEC FIELD updated_at TYPE null REQUIRED yes FIELD balance TYPE string REQUIRED no FIELD height[] TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT {"updated_at":null,"balance":"QC-07","height":["single",]}
{"updated_at":null,"balance":"QC-07","height":["single"]}
trailing_comma
{ "type": "object", "properties": { "updated_at": { "type": "null" }, "balance": { "type": "string" }, "height": { "type": "array", "items": { "type": "string", "enum": [ "single", "married", "divorced" ] } }...
{"updated_at":null,"balance":"QC-07","height":["single",]}
Unexpected trailing comma
{"updated_at":null,"balance":"QC-07","height":["single"]}
TASK repair_structured_output SPEC FIELD col_r20 TYPE string_date-time REQUIRED yes FIELD param_e03 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD param_z86 TYPE boolean REQUIRED yes FIELD prop_c57 TYPE integer REQUIRED yes BROKEN_OUTPUT {"col_r20":"2021-11-13T12:57:00Z","...
{"col_r20":"2021-11-13T12:57:00Z","param_e03":"option_d","param_z86":false,"prop_c57":760}
extra_text_after
{ "type": "object", "properties": { "col_r20": { "type": "string", "format": "date-time" }, "param_e03": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "param_...
{"col_r20":"2021-11-13T12:57:00Z","param_e03":"option_d","param_z86":false,"prop_c57":760} Data logged successfully.
Output contains non-JSON text after the object
{"col_r20":"2021-11-13T12:57:00Z","param_e03":"option_d","param_z86":false,"prop_c57":760}
TASK repair_structured_output SPEC FIELD description TYPE integer REQUIRED no FIELD section TYPE integer REQUIRED no FIELD patient_id TYPE string REQUIRED yes FIELD step TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD gene_id TYPE string REQUIRED no FIELD lane TYPE integer REQUIRED yes FIELD reagent TYP...
{"patient_id":"MV-Evergreen-01","step":"low","gene_id":"https://api.example.com/v1","lane":922,"reagent":"type_b","payment_status":{"branch":false,"url":{"dosage":false,"due_date":"https://api.org/api","subtotal":160,"website":["hello","This is a test value."]}}}
truncated_object
{ "type": "object", "properties": { "description": { "type": "integer" }, "section": { "type": "integer" }, "patient_id": { "type": "string" }, "step": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
{"patient_id":"MV-Evergreen-01","step":"low","gene_id":"https://api.example.com/v1","lane":922,"reagent":"type_b","payment_status":{"branch":false,"url":{"dosage":false,"due_date":"https://api.org/api","subtotal":160,"website":["hello","This is a test value."]}}
Unexpected end of JSON input — truncated object
{"patient_id":"MV-Evergreen-01","step":"low","gene_id":"https://api.example.com/v1","lane":922,"reagent":"type_b","payment_status":{"branch":false,"url":{"dosage":false,"due_date":"https://api.org/api","subtotal":160,"website":["hello","This is a test value."]}}}
TASK repair_structured_output SPEC FIELD item_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD quality_score TYPE integer REQUIRED no FIELD category.half_life TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD category.address TYPE string VALUES draft|published|archived REQUIRED...
{"item_id":"homozygous","quality_score":90,"category":{"half_life":"blue","chapter":"enterprise","run_id":"missense","humidity_pct":777,"maturity_date":true,"build_status":false,"quantity":905.2}}
tool_call_wrong_param
{ "type": "object", "properties": { "item_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "quality_score": { "type": "integer" }, "category": { "type": "object", "properties": { "half_life": { ...
Tool: lookup_customer Params: {"item_id": "homozygous", "quality_score": 90, "category2": {"half_life": "blue", "chapter": "enterprise", "run_id": "missense", "humidity_pct": 777, "maturity_date": true, "build_status": false, "quantity": 905.2}}
Agent used wrong parameter name 'category2' instead of 'category'
{"item_id":"homozygous","quality_score":90,"category":{"half_life":"blue","chapter":"enterprise","run_id":"missense","humidity_pct":777,"maturity_date":true,"build_status":false,"quantity":905.2}}
TASK repair_structured_output SPEC FIELD amplitude TYPE integer REQUIRED no FIELD width TYPE string REQUIRED no FIELD barcode TYPE string REQUIRED no FIELD bed_number TYPE number REQUIRED yes FIELD feedback TYPE integer REQUIRED no FIELD message TYPE number REQUIRED no FIELD velocity TYPE boolean REQUIRED yes FIELD sh...
{"amplitude":168,"width":"A short description.","barcode":"baz","bed_number":367.9,"feedback":831,"message":822.87,"velocity":false,"shift_code":"2022-04-17T08:07:00Z"}
markdown_fences
{ "type": "object", "properties": { "amplitude": { "type": "integer" }, "width": { "type": "string" }, "barcode": { "type": "string" }, "bed_number": { "type": "number" }, "feedback": { "type": "integer" }, "message": { "type": "number"...
```json {"amplitude":168,"width":"A short description.","barcode":"baz","bed_number":367.9,"feedback":831,"message":822.87,"velocity":false,"shift_code":"2022-04-17T08:07:00Z"} ```
Output contains markdown code fences
{"amplitude":168,"width":"A short description.","barcode":"baz","bed_number":367.9,"feedback":831,"message":822.87,"velocity":false,"shift_code":"2022-04-17T08:07:00Z"}
TASK repair_structured_output SPEC FIELD vessel_name.footnote TYPE integer REQUIRED yes FIELD vessel_name.coverage TYPE string REQUIRED yes FIELD vessel_name.ward.quantity TYPE string VALUES single|married|divorced REQUIRED no FIELD vessel_name.ward.username TYPE number REQUIRED yes FIELD vessel_name.ward.diagnosis_co...
{"width":"blue","label":{"format":756,"coverage":"world","sensor_id":"Paris","terminal_id":true,"name":{"duration_ms":true,"published":113,"annotation":"open","chapter":308.52},"timezone":{"duration_ms":"2021-01-15T17:32:00Z","feedback":"active","footnote":true,"run_id":102,"torque_output":423,"throttle_pos":150}},"bea...
tool_call_wrong_param
{ "type": "object", "properties": { "vessel_name": { "type": "object", "properties": { "footnote": { "type": "integer" }, "coverage": { "type": "string" }, "ward": { "type": "object", "properties": { "quantit...
Tool: transfer_call Params: {"width": "blue", "label": {"format": 756, "coverage": "world", "sensor_id": "Paris", "terminal_id": true, "name": {"duration_ms": true, "published": 113, "annotation": "open", "chapter": 308.52}, "timezone": {"duration_ms": "2021-01-15T17:32:00Z", "feedback": "active", "footnote": true, "ru...
Agent used wrong parameter name 'bearing_id' instead of 'bearing'
{"width":"blue","label":{"format":756,"coverage":"world","sensor_id":"Paris","terminal_id":true,"name":{"duration_ms":true,"published":113,"annotation":"open","chapter":308.52},"timezone":{"duration_ms":"2021-01-15T17:32:00Z","feedback":"active","footnote":true,"run_id":102,"torque_output":423,"throttle_pos":150}},"bea...
TASK repair_structured_output SPEC FIELD step TYPE integer REQUIRED no FIELD log_level.shipping TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD log_level.account_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD log_level.name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no...
{"log_level":{"shipping":"type_b","account_id":"degraded","name":"USD","items":888,"zip_code":"PASS","crew_id":"user@domain.org","fleet_number":"baz"},"role":{"zip_code":"frameshift","color":"option_d","hazmat_code":"Silva"},"due_date":"This is a test value.","full_name":"2024-06-30","lane":"option_c","product_id":751....
single_quotes
{ "type": "object", "properties": { "step": { "type": "integer" }, "log_level": { "type": "object", "properties": { "shipping": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "acc...
{'log_level':{'shipping':'type_b','account_id':'degraded','name':'USD','items':888,'zip_code':'PASS','crew_id':'user@domain.org','fleet_number':'baz'},'role':{'zip_code':'frameshift','color':'option_d','hazmat_code':'Silva'},'due_date':'This is a test value.','full_name':'2024-06-30','lane':'option_c','product_id':751....
Expecting property name enclosed in double quotes
{"log_level":{"shipping":"type_b","account_id":"degraded","name":"USD","items":888,"zip_code":"PASS","crew_id":"user@domain.org","fleet_number":"baz"},"role":{"zip_code":"frameshift","color":"option_d","hazmat_code":"Silva"},"due_date":"This is a test value.","full_name":"2024-06-30","lane":"option_c","product_id":751....
TASK repair_structured_output SPEC FIELD field_u58 TYPE boolean REQUIRED no FIELD dim_x74 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_u23 TYPE boolean REQUIRED no FIELD val_d80 TYPE string REQUIRED no FIELD field_p22 TYPE string_uri REQUIRED no FIELD attr_u34.field_w83 TYPE string REQUIRED no FIELD a...
{"field_u58":true,"dim_x74":"admin","attr_u23":true,"val_d80":"sample","attr_u34":{"field_w83":"PASS","param_z51":"2024-06-30","prop_u94":"frameshift","field_k71":"admin"},"field_g07":209}
truncated_array
{ "type": "object", "properties": { "field_u58": { "type": "boolean" }, "dim_x74": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_u23": { "type": "boolean" }, "val_d80": { "type": "string" }, "field...
{"field_u58":true,"dim_x74":"admin","attr_u23":true,"val_d80":"sample","attr_u34":{"field_w83":"PASS","param_z51":"2024-06-30","prop_u94":"frameshift","field_k71":"admin"},"field_g07":209
Unexpected end of JSON input — truncated object
{"field_u58":true,"dim_x74":"admin","attr_u23":true,"val_d80":"sample","attr_u34":{"field_w83":"PASS","param_z51":"2024-06-30","prop_u94":"frameshift","field_k71":"admin"},"field_g07":209}
TASK repair_structured_output SPEC FIELD prop_q19 TYPE string_email REQUIRED yes FIELD key_k58 TYPE integer REQUIRED yes FIELD param_p08[].col_g98 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD param_p08[].dim_b75 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD param_p08[].va...
{"prop_q19":"info@example.com","key_k58":821,"param_p08":[{"col_g98":"option_a","dim_b75":"info","val_l88":"type_d","val_q02":"New York","dim_e05":"inactive"},{"col_g98":"option_b","dim_b75":"info","val_l88":"type_c"}]}
null_required
{ "type": "object", "properties": { "prop_q19": { "type": "string", "format": "email" }, "key_k58": { "type": "integer" }, "param_p08": { "type": "array", "items": { "type": "object", "properties": { "col_g98": { "type": "string...
{"prop_q19": "info@example.com", "key_k58": 821, "param_p08": null}
Required field 'param_p08' is null
{"prop_q19":"info@example.com","key_k58":821,"param_p08":[{"col_g98":"option_a","dim_b75":"info","val_l88":"type_d","val_q02":"New York","dim_e05":"inactive"},{"col_g98":"option_b","dim_b75":"info","val_l88":"type_c"}]}
TASK repair_structured_output SPEC FIELD prop_v02 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD key_e75 TYPE string REQUIRED no FIELD prop_t76 TYPE integer REQUIRED yes FIELD attr_i74 TYPE boolean REQUIRED yes FIELD attr_w29 TYPE boolean REQUIRED yes FIELD param_p08.param_r07 TYPE string REQUIRED no FIELD param_p...
{"prop_v02":"mode_a","prop_t76":43,"attr_i74":false,"attr_w29":false,"param_p08":{"param_r07":"Tokyo","val_b18":"test@domain.org","col_a47":"degraded","dim_o36":219.85},"field_j89":"ops@test.io"}
boolean_as_string
{ "type": "object", "properties": { "prop_v02": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "key_e75": { "type": "string" }, "prop_t76": { "type": "integer" }, "attr_i74": { "type": "boolean" }, "attr_w29": { "ty...
{"prop_v02": "mode_a", "prop_t76": 43, "attr_i74": false, "attr_w29": "True", "param_p08": {"param_r07": "Tokyo", "val_b18": "test@domain.org", "col_a47": "degraded", "dim_o36": 219.85}, "field_j89": "ops@test.io"}
Field 'attr_w29' must be boolean, got string
{"prop_v02":"mode_a","prop_t76":43,"attr_i74":false,"attr_w29":false,"param_p08":{"param_r07":"Tokyo","val_b18":"test@domain.org","col_a47":"degraded","dim_o36":219.85},"field_j89":"ops@test.io"}
TASK repair_structured_output SPEC FIELD val_l31 TYPE string REQUIRED no FIELD prop_d75 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD col_f14[].val_l32 TYPE string REQUIRED no FIELD col_f14[].key_h28 TYPE integer REQUIRED yes FIELD col_f14[].prop_b96 TYPE string REQUIRED yes FIELD col_f14[].key_a17 TYPE ...
{"val_l31":"bar","prop_d75":"medium","col_f14":[{"val_l32":"GRCh38","key_h28":908,"prop_b96":"Maria","field_g54":"Alice","col_l99":"qux","col_d64":"2023-09-11T00:50:00Z"},{"val_l32":"test","key_h28":615,"prop_b96":"demo","key_a17":864.74,"field_g54":"active"},{"key_h28":152,"prop_b96":"https://api.example.com/v1","key_...
extra_text_after
{ "type": "object", "properties": { "val_l31": { "type": "string" }, "prop_d75": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "col_f14": { "type": "array", "items": { "type": "object", "pro...
{"val_l31":"bar","prop_d75":"medium","col_f14":[{"val_l32":"GRCh38","key_h28":908,"prop_b96":"Maria","field_g54":"Alice","col_l99":"qux","col_d64":"2023-09-11T00:50:00Z"},{"val_l32":"test","key_h28":615,"prop_b96":"demo","key_a17":864.74,"field_g54":"active"},{"key_h28":152,"prop_b96":"https://api.example.com/v1","key_...
Output contains non-JSON text after the object
{"val_l31":"bar","prop_d75":"medium","col_f14":[{"val_l32":"GRCh38","key_h28":908,"prop_b96":"Maria","field_g54":"Alice","col_l99":"qux","col_d64":"2023-09-11T00:50:00Z"},{"val_l32":"test","key_h28":615,"prop_b96":"demo","key_a17":864.74,"field_g54":"active"},{"key_h28":152,"prop_b96":"https://api.example.com/v1","key_...
TASK repair_structured_output SPEC FIELD first_name TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD terminal_id TYPE string REQUIRED yes FIELD patient_id.message TYPE string REQUIRED yes FIELD patient_id.catalyst TYPE integer REQUIRED yes FIELD patient_id.repository TYPE string_date-time REQUIRED yes FI...
{"first_name":"low","terminal_id":"foo","patient_id":{"message":"Smith","catalyst":207,"repository":"2021-10-13T04:26:00Z","values":"https://data.io/data"}}
truncated_object
{ "type": "object", "properties": { "first_name": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "terminal_id": { "type": "string" }, "patient_id": { "type": "object", "properties": { "message": {...
{"first_name":"low","terminal_id":"foo","patient_id":{"message":"Smith","catalyst":207,"repository":"2021-10-13T04:26:00Z","values":"https://data.io/data"}
Unexpected end of JSON input — truncated object
{"first_name":"low","terminal_id":"foo","patient_id":{"message":"Smith","catalyst":207,"repository":"2021-10-13T04:26:00Z","values":"https://data.io/data"}}
TASK repair_structured_output SPEC FIELD key_z51 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD key_h06 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD prop_o49 TYPE integer REQUIRED no FIELD dim_t13 TYPE number REQUIRED no FIELD param_k08 TYPE integer REQUIRED no FIELD attr_m52 TY...
{"key_z51":"cat_a","prop_o49":405,"dim_t13":375.64,"param_k08":724,"attr_m52":"Oliveira"}
missing_bracket
{ "type": "object", "properties": { "key_z51": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "key_h06": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, ...
{"key_z51":"cat_a","prop_o49":405,"dim_t13":375.64,"param_k08":724,"attr_m52":"Oliveira"}
Missing closing bracket
{"key_z51":"cat_a","prop_o49":405,"dim_t13":375.64,"param_k08":724,"attr_m52":"Oliveira"}
TASK repair_structured_output SPEC FIELD col_c10 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD prop_c50 TYPE string VALUES single|married|divorced REQUIRED yes FIELD col_b52 TYPE number REQUIRED yes FIELD val_w78 TYPE null REQUIRED yes FIELD key_d83 TYPE string_date-time REQUIRED no FIELD attr_q81 T...
{"col_c10":"option_a","prop_c50":"divorced","col_b52":192.03,"val_w78":null,"key_d83":"2024-07-23T13:24:00Z","attr_q81":"cat_b"}
trailing_comma
{ "type": "object", "properties": { "col_c10": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "prop_c50": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "col_b52": { ...
{"col_c10":"option_a","prop_c50":"divorced","col_b52":192.03,"val_w78":null,"key_d83":"2024-07-23T13:24:00Z","attr_q81":"cat_b",}
Unexpected trailing comma
{"col_c10":"option_a","prop_c50":"divorced","col_b52":192.03,"val_w78":null,"key_d83":"2024-07-23T13:24:00Z","attr_q81":"cat_b"}
TASK repair_structured_output SPEC FIELD dim_n01 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD field_y34 TYPE integer REQUIRED no FIELD prop_r04 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD prop_s69 TYPE integer REQUIRED no FIELD key_y65 TYPE integer REQUIRED no FIELD k...
{"dim_n01":"underway","field_y34":734,"prop_r04":"level_2","prop_s69":762,"key_y65":223,"key_u89":"info@example.com","param_m09":null,"key_f76":431}
tool_call_python_syntax
{ "type": "object", "properties": { "dim_n01": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "field_y34": { "type": "integer" }, "prop_r04": { "type": "string", "enum": [ "level_1", ...
fetch_lab_result(dim_n01='underway', field_y34=734, prop_r04='level_2', prop_s69=762, key_y65=223, key_u89='info@example.com', param_m09=None, key_f76=431)
Tool call uses Python syntax instead of JSON
{"dim_n01":"underway","field_y34":734,"prop_r04":"level_2","prop_s69":762,"key_y65":223,"key_u89":"info@example.com","param_m09":null,"key_f76":431}
TASK repair_structured_output SPEC FIELD key_q78.dim_b15 TYPE string REQUIRED yes FIELD key_q78.key_h08 TYPE string REQUIRED yes FIELD key_q78.attr_r07 TYPE string REQUIRED yes FIELD prop_f37 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_y91 TYPE string VALUES small|medium|large|xl REQUIRED no...
{"key_q78":{"dim_b15":"RTG-04","key_h08":"Charlie","attr_r07":"Jane"},"prop_f37":"inland","val_y91":"medium","param_t76":"Sao Paulo","field_b63":"synonymous","field_k46":"test","key_d26":"RTG-04","val_g96":"2024-10-20T10:43:00Z"}
extra_text_before
{ "type": "object", "properties": { "key_q78": { "type": "object", "properties": { "dim_b15": { "type": "string" }, "key_h08": { "type": "string" }, "attr_r07": { "type": "string" } }, "required": [ "at...
Here is the JSON you requested: {"key_q78":{"dim_b15":"RTG-04","key_h08":"Charlie","attr_r07":"Jane"},"prop_f37":"inland","val_y91":"medium","param_t76":"Sao Paulo","field_b63":"synonymous","field_k46":"test","key_d26":"RTG-04","val_g96":"2024-10-20T10:43:00Z"}
Output contains non-JSON text before the object
{"key_q78":{"dim_b15":"RTG-04","key_h08":"Charlie","attr_r07":"Jane"},"prop_f37":"inland","val_y91":"medium","param_t76":"Sao Paulo","field_b63":"synonymous","field_k46":"test","key_d26":"RTG-04","val_g96":"2024-10-20T10:43:00Z"}
TASK repair_structured_output SPEC FIELD attr_k58 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_a93 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD param_v21 TYPE number REQUIRED no FIELD prop_q76 TYPE integer REQUIRED yes FIELD col_r31 TYPE integer REQUIRED yes FIELD ...
{"attr_k58":"resolved","param_a93":"cat_c","param_v21":668.77,"prop_q76":516,"col_r31":869,"dim_n70":485,"prop_d08":"mode_d","prop_f98":{"val_a97":"mode_a","dim_b32":"medium","attr_h27":668,"val_q57":858}}
truncated_array
{ "type": "object", "properties": { "attr_k58": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_a93": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", ...
{"attr_k58":"resolved","param_a93":"cat_c","param_v21":668.77,"prop_q76":516,"col_r31":869,"dim_n70":485,"prop_d08":"mode_d","prop_f98":{"val_a97":"mode_a","dim_b32":"medium","attr_h27":668,"val_q57":858}
Unexpected end of JSON input — truncated object
{"attr_k58":"resolved","param_a93":"cat_c","param_v21":668.77,"prop_q76":516,"col_r31":869,"dim_n70":485,"prop_d08":"mode_d","prop_f98":{"val_a97":"mode_a","dim_b32":"medium","attr_h27":668,"val_q57":858}}
TASK repair_structured_output SPEC FIELD param_s00 TYPE boolean REQUIRED no FIELD attr_d15.prop_p42 TYPE integer REQUIRED yes FIELD attr_d15.col_z53 TYPE boolean REQUIRED yes FIELD attr_d15.dim_h08 TYPE integer REQUIRED yes FIELD prop_d94 TYPE integer REQUIRED yes FIELD dim_w28 TYPE boolean REQUIRED no FIELD val_f58 T...
{"prop_d94":761,"dim_w28":false,"val_f58":"https://data.io/api","key_t95":false,"dim_r92":{"col_k69":true,"field_b74":null,"prop_c46":"mode_a","val_v66":{"prop_s64":"Maria","key_e19":"level_1","dim_a95":"mode_a","field_e58":"nonsense"}}}
missing_brace
{ "type": "object", "properties": { "param_s00": { "type": "boolean" }, "attr_d15": { "type": "object", "properties": { "prop_p42": { "type": "integer" }, "col_z53": { "type": "boolean" }, "dim_h08": { "type": "integ...
{"prop_d94":761,"dim_w28":false,"val_f58":"https://data.io/api","key_t95":false,"dim_r92":{"col_k69":true,"field_b74":null,"prop_c46":"mode_a","val_v66":{"prop_s64":"Maria","key_e19":"level_1","dim_a95":"mode_a","field_e58":"nonsense"}}
Missing closing brace
{"prop_d94":761,"dim_w28":false,"val_f58":"https://data.io/api","key_t95":false,"dim_r92":{"col_k69":true,"field_b74":null,"prop_c46":"mode_a","val_v66":{"prop_s64":"Maria","key_e19":"level_1","dim_a95":"mode_a","field_e58":"nonsense"}}}
TASK repair_structured_output SPEC FIELD price TYPE number REQUIRED yes FIELD notes TYPE string REQUIRED yes FIELD tile TYPE integer REQUIRED no FIELD berth_slot TYPE integer REQUIRED no FIELD interest_rate TYPE integer REQUIRED yes FIELD level TYPE boolean REQUIRED yes BROKEN_OUTPUT {"price": "\"365.39\"", "notes": ...
{"price":365.39,"notes":"Diana","tile":367,"interest_rate":913,"level":true}
wrong_type
{ "type": "object", "properties": { "price": { "type": "number" }, "notes": { "type": "string" }, "tile": { "type": "integer" }, "berth_slot": { "type": "integer" }, "interest_rate": { "type": "integer" }, "level": { "type": "boolean" ...
{"price": "\"365.39\"", "notes": "Diana", "tile": 367, "interest_rate": 913, "level": true}
Field 'price' must be number, got string
{"price":365.39,"notes":"Diana","tile":367,"interest_rate":913,"level":true}
TASK repair_structured_output SPEC FIELD image_url TYPE number REQUIRED no FIELD currency TYPE string REQUIRED yes FIELD price TYPE string REQUIRED yes FIELD step TYPE integer REQUIRED no FIELD status[] TYPE string REQUIRED yes BROKEN_OUTPUT {'image_url':598.53,'currency':'Paris','price':'PASS','status':['FWD']}
{"image_url":598.53,"currency":"Paris","price":"PASS","status":["FWD"]}
single_quotes
{ "type": "object", "properties": { "image_url": { "type": "number" }, "currency": { "type": "string" }, "price": { "type": "string" }, "step": { "type": "integer" }, "status": { "type": "array", "items": { "type": "string" } ...
{'image_url':598.53,'currency':'Paris','price':'PASS','status':['FWD']}
Expecting property name enclosed in double quotes
{"image_url":598.53,"currency":"Paris","price":"PASS","status":["FWD"]}
TASK repair_structured_output SPEC FIELD key_a84 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD attr_k69 TYPE null REQUIRED yes FIELD dim_c03 TYPE integer REQUIRED yes FIELD col_h24 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes BROKEN_OUTPUT {"key_a84": "option_b", "attr_k69": ...
{"key_a84":"option_b","attr_k69":null,"dim_c03":217,"col_h24":"cat_a"}
extra_field
{ "type": "object", "properties": { "key_a84": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "attr_k69": { "type": "null" }, "dim_c03": { "type": "integer" }, "col_h24": ...
{"key_a84": "option_b", "attr_k69": null, "dim_c03": 217, "col_h24": "cat_a", "extra_value_8259": 42}
Unknown field 'extra_value_8259' not defined in schema
{"key_a84":"option_b","attr_k69":null,"dim_c03":217,"col_h24":"cat_a"}
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED no FIELD step TYPE integer REQUIRED no FIELD bearing TYPE boolean REQUIRED yes FIELD account_id TYPE string VALUES admin|editor|viewer REQUIRED no BROKEN_OUTPUT Here is the response in the requested format: {"dosage":121,"bearing":true}
{"dosage":121,"bearing":true}
extra_text_before
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "step": { "type": "integer" }, "bearing": { "type": "boolean" }, "account_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] } }, "requir...
Here is the response in the requested format: {"dosage":121,"bearing":true}
Output contains non-JSON text before the object
{"dosage":121,"bearing":true}
TASK repair_structured_output SPEC FIELD prop_c72.attr_w81 TYPE string REQUIRED yes FIELD prop_c72.val_j11 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD prop_c72.attr_o11.prop_p70 TYPE boolean REQUIRED yes FIELD prop_c72.attr_o11.col_t33 TYPE boolean REQUIRED yes FIELD prop_c72.attr_o11...
{"prop_c72":{"attr_w81":"hello","val_j11":"nonsense","attr_o11":{"prop_p70":false,"col_t33":true,"dim_s43":100},"prop_s16":{"field_g75":938.66,"param_i21":"ops@example.com","prop_b77":"completed"}},"dim_t46":"cancelled","key_w36":"Santos","param_m83":"test@example.com","attr_f98":781,"attr_g34":"medium","attr_i49":"ope...
tool_call_partial_args
{ "type": "object", "properties": { "prop_c72": { "type": "object", "properties": { "attr_w81": { "type": "string" }, "val_j11": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "...
I need to look up the information first. Action: filter_variants Arguments: {"prop_c72": {"attr_w81": "hello", "val_j11": "nonsense", "attr_o11": {"prop_p70": false, "col_t33": true, "dim_s43": 100}, "prop_s16": {"field_g75": 938.66, "param_i21": "ops@example.com", "prop_b77": "completed"}}, "dim_t46": "cancelled", "ke...
Agent tool call missing required parameter 'attr_g34'
{"prop_c72":{"attr_w81":"hello","val_j11":"nonsense","attr_o11":{"prop_p70":false,"col_t33":true,"dim_s43":100},"prop_s16":{"field_g75":938.66,"param_i21":"ops@example.com","prop_b77":"completed"}},"dim_t46":"cancelled","key_w36":"Santos","param_m83":"test@example.com","attr_f98":781,"attr_g34":"medium","attr_i49":"ope...
TASK repair_structured_output SPEC FIELD comments.temp_celsius TYPE integer REQUIRED yes FIELD comments.subject TYPE null REQUIRED yes FIELD comments.created_at TYPE integer REQUIRED yes FIELD comments.crew_id TYPE string REQUIRED yes FIELD label TYPE string VALUES single|married|divorced REQUIRED yes FIELD loan_amoun...
{"comments":{"temp_celsius":865,"subject":null,"created_at":708,"crew_id":"test"},"label":"married","loan_amount":"mode_a","catalyst":"type_b","maturity_date":{"nickname":305.09,"decay_rate":"medium","wavelength":55}}
missing_brace
{ "type": "object", "properties": { "comments": { "type": "object", "properties": { "temp_celsius": { "type": "integer" }, "subject": { "type": "null" }, "created_at": { "type": "integer" }, "crew_id": { ...
{"comments":{"temp_celsius":865,"subject":null,"created_at":708,"crew_id":"test"},"label":"married","loan_amount":"mode_a","catalyst":"type_b","maturity_date":{"nickname":305.09,"decay_rate":"medium","wavelength":55}
Missing closing brace
{"comments":{"temp_celsius":865,"subject":null,"created_at":708,"crew_id":"test"},"label":"married","loan_amount":"mode_a","catalyst":"type_b","maturity_date":{"nickname":305.09,"decay_rate":"medium","wavelength":55}}
TASK repair_structured_output SPEC FIELD col_v10 TYPE null REQUIRED no FIELD prop_b75 TYPE integer REQUIRED no FIELD val_t44 TYPE string REQUIRED no FIELD key_b01 TYPE string REQUIRED no FIELD attr_x99[] TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes BROKEN_OUTPUT "col_v10":null,"val_t44":"cancelled...
{"col_v10":null,"val_t44":"cancelled","attr_x99":["closed","open"]}
missing_brace
{ "type": "object", "properties": { "col_v10": { "type": "null" }, "prop_b75": { "type": "integer" }, "val_t44": { "type": "string" }, "key_b01": { "type": "string" }, "attr_x99": { "type": "array", "items": { "type": "string", ...
"col_v10":null,"val_t44":"cancelled","attr_x99":["closed","open"]}
Missing closing brace
{"col_v10":null,"val_t44":"cancelled","attr_x99":["closed","open"]}
TASK repair_structured_output SPEC FIELD compound TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD values TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD label TYPE boolean REQUIRED no BROKEN_OUTPUT {'compound':'phone','values':'small','label':false}
{"compound":"phone","values":"small","label":false}
single_quotes
{ "type": "object", "properties": { "compound": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "values": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "la...
{'compound':'phone','values':'small','label':false}
Expecting property name enclosed in double quotes
{"compound":"phone","values":"small","label":false}
TASK repair_structured_output SPEC FIELD attr_n31 TYPE integer REQUIRED yes FIELD attr_p05 TYPE null REQUIRED no FIELD key_x98 TYPE string_uri REQUIRED no FIELD field_t19 TYPE integer REQUIRED no FIELD attr_f08[] TYPE integer REQUIRED no FIELD attr_e36[] TYPE string REQUIRED no BROKEN_OUTPUT The attr_n31 is 485 and {...
{"attr_n31":485,"attr_p05":null,"key_x98":"https://www.org/v1","field_t19":455,"attr_f08":[629,984],"attr_e36":["sample","Tokyo"]}
partial_structure
{ "type": "object", "properties": { "attr_n31": { "type": "integer" }, "attr_p05": { "type": "null" }, "key_x98": { "type": "string", "format": "uri" }, "field_t19": { "type": "integer" }, "attr_f08": { "type": "array", "items": { ...
The attr_n31 is 485 and {"attr_n31":485,"attr_p05":null,"key_x98":"https://www.org/v1","field_t19":455,"attr_f08":[629,984],"attr_e36":["sample","Tokyo"]}
Output mixes natural language with JSON
{"attr_n31":485,"attr_p05":null,"key_x98":"https://www.org/v1","field_t19":455,"attr_f08":[629,984],"attr_e36":["sample","Tokyo"]}
TASK repair_structured_output SPEC FIELD attr_i12 TYPE string REQUIRED no FIELD val_h67 TYPE string REQUIRED no FIELD dim_q73 TYPE number REQUIRED yes FIELD col_b13 TYPE null REQUIRED yes FIELD val_f82 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_p08 TYPE integer REQUIRED yes BROKEN_OUTPUT Pro...
{"attr_i12":"London","dim_q73":964.95,"col_b13":null,"val_f82":"white","attr_p08":839}
tool_call_text_mix
{ "type": "object", "properties": { "attr_i12": { "type": "string" }, "val_h67": { "type": "string" }, "dim_q73": { "type": "number" }, "col_b13": { "type": "null" }, "val_f82": { "type": "string", "enum": [ "red", "blue", ...
Processing the request now. <tool_call name="query_port_status"> {"attr_i12":"London","dim_q73":964.95,"col_b13":null,"val_f82":"white","attr_p08":839} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"attr_i12":"London","dim_q73":964.95,"col_b13":null,"val_f82":"white","attr_p08":839}
TASK repair_structured_output SPEC FIELD param_l05 TYPE string REQUIRED yes FIELD param_q38 TYPE string_email REQUIRED yes FIELD prop_l74 TYPE null REQUIRED yes FIELD val_z66 TYPE string REQUIRED yes BROKEN_OUTPUT {"param_l05":"REV","param_q38":"admin@example.com","prop_l74":null,"val_z66":"Luis",}
{"param_l05":"REV","param_q38":"admin@example.com","prop_l74":null,"val_z66":"Luis"}
trailing_comma
{ "type": "object", "properties": { "param_l05": { "type": "string" }, "param_q38": { "type": "string", "format": "email" }, "prop_l74": { "type": "null" }, "val_z66": { "type": "string" } }, "required": [ "prop_l74", "param_l05", "val_z6...
{"param_l05":"REV","param_q38":"admin@example.com","prop_l74":null,"val_z66":"Luis",}
Unexpected trailing comma
{"param_l05":"REV","param_q38":"admin@example.com","prop_l74":null,"val_z66":"Luis"}
TASK repair_structured_output SPEC FIELD notes TYPE number REQUIRED yes FIELD country TYPE null REQUIRED yes FIELD humidity_pct TYPE string_uri REQUIRED no FIELD reagent TYPE boolean REQUIRED yes FIELD features TYPE number REQUIRED no FIELD throttle_pos TYPE string REQUIRED no BROKEN_OUTPUT {"notes":564.76,"country":...
{"notes":564.76,"country":null,"humidity_pct":"https://data.io/api","reagent":false,"features":249.43,"throttle_pos":"RTG-04"}
extra_text_after
{ "type": "object", "properties": { "notes": { "type": "number" }, "country": { "type": "null" }, "humidity_pct": { "type": "string", "format": "uri" }, "reagent": { "type": "boolean" }, "features": { "type": "number" }, "throttle_pos":...
{"notes":564.76,"country":null,"humidity_pct":"https://data.io/api","reagent":false,"features":249.43,"throttle_pos":"RTG-04"} Hope this helps!
Output contains non-JSON text after the object
{"notes":564.76,"country":null,"humidity_pct":"https://data.io/api","reagent":false,"features":249.43,"throttle_pos":"RTG-04"}
TASK repair_structured_output SPEC FIELD field_b61 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD val_p12 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD prop_a41 TYPE number REQUIRED no FIELD val_p33 TYPE number REQUIRED no FIELD key_t56 TYPE string REQUIRED yes FIELD field_q95 TYPE boolea...
{"field_b61":"mode_c","val_p12":"option_a","prop_a41":90.0,"val_p33":977.52,"key_t56":"Paris","field_q95":true}
tool_call_bad_format
{ "type": "object", "properties": { "field_b61": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "val_p12": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "prop_a41": { ...
<functioncall> check_availability {field_b61: "mode_c", val_p12: "option_a", prop_a41: 90.0, val_p33: 977.52, key_t56: "Paris", field_q95: true}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_b61":"mode_c","val_p12":"option_a","prop_a41":90.0,"val_p33":977.52,"key_t56":"Paris","field_q95":true}
TASK repair_structured_output SPEC FIELD bearing TYPE string VALUES low|medium|high|critical REQUIRED no FIELD options TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD quantity TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"options": "cat_a", "quantity": null}
{"options":"cat_a","quantity":"2024-05-09T05:31:00Z"}
null_required
{ "type": "object", "properties": { "bearing": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "options": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "quantity": { "type": "st...
{"options": "cat_a", "quantity": null}
Required field 'quantity' is null
{"options":"cat_a","quantity":"2024-05-09T05:31:00Z"}
TASK repair_structured_output SPEC FIELD field_f08 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD dim_l99 TYPE string VALUES active|inactive|pending REQUIRED no FIELD param_q62 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_m69 TYPE integer REQUIRED yes BROKEN_...
{"field_f08":"option_c","dim_l99":"active","param_q62":"published","param_m69":864}
null_required
{ "type": "object", "properties": { "field_f08": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "dim_l99": { "type": "string", "enum": [ "active", "inactive", "pen...
{"field_f08": null, "dim_l99": "active", "param_q62": "published", "param_m69": 864}
Required field 'field_f08' is null
{"field_f08":"option_c","dim_l99":"active","param_q62":"published","param_m69":864}
TASK repair_structured_output SPEC FIELD catalyst TYPE string VALUES option_a|option_b REQUIRED yes FIELD medication TYPE string_date-time REQUIRED no FIELD visible TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD throttle_pos TYPE string REQUIRED no FIELD subject TYPE integer REQUIRED no BRO...
{"catalyst":"option_a","visible":"cat_f","throttle_pos":"New York","subject":321}
truncated_array
{ "type": "object", "properties": { "catalyst": { "type": "string", "enum": [ "option_a", "option_b" ] }, "medication": { "type": "string", "format": "date-time" }, "visible": { "type": "string", "enum": [ "cat_a", "cat_b"...
{"catalyst":"option_a","visible":"cat_f","throttle_pos":"New York","subject":321
Unexpected end of JSON input — truncated object
{"catalyst":"option_a","visible":"cat_f","throttle_pos":"New York","subject":321}
TASK repair_structured_output SPEC FIELD field_s44.val_u59 TYPE integer REQUIRED yes FIELD field_s44.attr_p49 TYPE boolean REQUIRED yes FIELD field_s44.val_n68.prop_j29 TYPE integer REQUIRED yes FIELD field_s44.val_n68.prop_l63 TYPE integer REQUIRED no FIELD field_s44.val_n68.prop_q00 TYPE string VALUES level_1|level_...
{"field_s44":{"val_u59":281,"attr_p49":true,"val_n68":{"prop_j29":843,"prop_q00":"level_1","prop_c08":[null]},"col_m28":"mode_c","param_m95":629.07},"field_a00":"RTG-04","attr_k98":922}
tool_call_text_mix
{ "type": "object", "properties": { "field_s44": { "type": "object", "properties": { "val_u59": { "type": "integer" }, "attr_p49": { "type": "boolean" }, "val_n68": { "type": "object", "properties": { "prop_j...
I'll query our database. <tool_call name="align_reads"> {"field_s44":{"val_u59":281,"attr_p49":true,"val_n68":{"prop_j29":843,"prop_q00":"level_1","prop_c08":[null]},"col_m28":"mode_c","param_m95":629.07},"field_a00":"RTG-04","attr_k98":922} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"field_s44":{"val_u59":281,"attr_p49":true,"val_n68":{"prop_j29":843,"prop_q00":"level_1","prop_c08":[null]},"col_m28":"mode_c","param_m95":629.07},"field_a00":"RTG-04","attr_k98":922}
TASK repair_structured_output SPEC FIELD lane TYPE number REQUIRED yes FIELD build_status TYPE string VALUES draft|published|archived REQUIRED no FIELD status TYPE integer REQUIRED yes FIELD transaction_id TYPE string_uri REQUIRED no FIELD dissolved_oxygen TYPE string REQUIRED yes BROKEN_OUTPUT {"lane":160.21,"status...
{"lane":160.21,"status":618,"transaction_id":"https://data.io/data","dissolved_oxygen":"test@example.com"}
truncated_object
{ "type": "object", "properties": { "lane": { "type": "number" }, "build_status": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "status": { "type": "integer" }, "transaction_id": { "type": "string", "...
{"lane":160.21,"status":618,"transaction_id":"https://data.io/data","dissolved_oxygen":"test@example.com"
Unexpected end of JSON input — truncated object
{"lane":160.21,"status":618,"transaction_id":"https://data.io/data","dissolved_oxygen":"test@example.com"}
TASK repair_structured_output SPEC FIELD val_s30 TYPE string REQUIRED no FIELD val_p43 TYPE string_email REQUIRED no FIELD val_h81 TYPE string REQUIRED no FIELD param_z22.val_z84 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_z22.key_b30 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD...
{"val_s30":"bar","val_p43":"info@test.io","val_h81":"test","param_z22":{"val_z84":"archived","key_b30":"large","field_s95":"error","param_u98":null},"param_f82":{"prop_h82":199,"key_r38":true,"field_z03":"RTG-04","dim_c67":"https://api.org/data"}}
tool_call_wrong_param
{ "type": "object", "properties": { "val_s30": { "type": "string" }, "val_p43": { "type": "string", "format": "email" }, "val_h81": { "type": "string" }, "param_z22": { "type": "object", "properties": { "val_z84": { "type": "string", ...
Tool: update_record Params: {"val_s30": "bar", "val_p43": "info@test.io", "param_z22": {"val_z84": "archived", "key_b30": "large", "field_s95": "error", "param_u98": null}, "param_f82": {"prop_h82": 199, "key_r38": true, "field_z03": "RTG-04", "dim_c67": "https://api.org/data"}, "val_h81_value": "test"}
Agent used wrong parameter name 'val_h81_value' instead of 'val_h81'
{"val_s30":"bar","val_p43":"info@test.io","val_h81":"test","param_z22":{"val_z84":"archived","key_b30":"large","field_s95":"error","param_u98":null},"param_f82":{"prop_h82":199,"key_r38":true,"field_z03":"RTG-04","dim_c67":"https://api.org/data"}}
TASK repair_structured_output SPEC FIELD field_u89 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD val_w05 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD attr_x87 TYPE string REQUIRED yes FIELD key_c76 TYPE number REQUIRED no FIELD val_s41[] TYPE string VALUE...
{"field_u89":"homozygous","val_w05":"pending_review","attr_x87":"Luis","key_c76":524.89,"val_s41":["push","sms","email"]}
null_required
{ "type": "object", "properties": { "field_u89": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "val_w05": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escala...
{"field_u89": "homozygous", "val_w05": null, "attr_x87": "Luis", "key_c76": 524.89, "val_s41": ["push", "sms", "email"]}
Required field 'val_w05' is null
{"field_u89":"homozygous","val_w05":"pending_review","attr_x87":"Luis","key_c76":524.89,"val_s41":["push","sms","email"]}
TASK repair_structured_output SPEC FIELD prop_r90 TYPE number REQUIRED no FIELD key_m67 TYPE integer REQUIRED yes FIELD prop_x43 TYPE integer REQUIRED no FIELD dim_k32 TYPE string_email REQUIRED no FIELD prop_n13.val_j08 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD prop_n13.field_y74 TYPE i...
{"key_m67":100,"prop_x43":850,"dim_k32":"user@test.io","prop_n13":{"val_j08":"type_e","field_y74":307,"val_v04":{"col_s30":761,"field_o87":true,"val_g13":"MV-Evergreen-01","dim_q71":"MV-Evergreen-01","attr_l26":"RTG-04","field_l21":false}}}
missing_required
{ "type": "object", "properties": { "prop_r90": { "type": "number" }, "key_m67": { "type": "integer" }, "prop_x43": { "type": "integer" }, "dim_k32": { "type": "string", "format": "email" }, "prop_n13": { "type": "object", "properties": {...
{"prop_x43": 850, "dim_k32": "user@test.io", "prop_n13": {"val_j08": "type_e", "field_y74": 307, "val_v04": {"col_s30": 761, "field_o87": true, "val_g13": "MV-Evergreen-01", "dim_q71": "MV-Evergreen-01", "attr_l26": "RTG-04", "field_l21": false}}}
Required field 'key_m67' is missing
{"key_m67":100,"prop_x43":850,"dim_k32":"user@test.io","prop_n13":{"val_j08":"type_e","field_y74":307,"val_v04":{"col_s30":761,"field_o87":true,"val_g13":"MV-Evergreen-01","dim_q71":"MV-Evergreen-01","attr_l26":"RTG-04","field_l21":false}}}
TASK repair_structured_output SPEC FIELD param_d14 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_j13 TYPE string REQUIRED yes FIELD param_d34 TYPE string_email REQUIRED no FIELD field_u14.field_q15 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_u14.attr_m71 TYPE integer...
{"key_j13":"Luis","param_d34":"test@domain.org","field_u14":{"field_q15":"draft","attr_m71":385,"col_u96":{"param_l46":978.86,"attr_u68":306,"param_z36":"admin","attr_f56":"Johnson","dim_e46":"baz"}},"val_s07":685,"field_i31":"2022-06-10T12:13:00Z","param_d75":164,"prop_l32":"oceanic"}
extra_text_before
{ "type": "object", "properties": { "param_d14": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "key_j13": { "type": "string" }, "param_d34": { "type": "string", "format": "email" }, "fiel...
Pipeline result: {"key_j13":"Luis","param_d34":"test@domain.org","field_u14":{"field_q15":"draft","attr_m71":385,"col_u96":{"param_l46":978.86,"attr_u68":306,"param_z36":"admin","attr_f56":"Johnson","dim_e46":"baz"}},"val_s07":685,"field_i31":"2022-06-10T12:13:00Z","param_d75":164,"prop_l32":"oceanic"}
Output contains non-JSON text before the object
{"key_j13":"Luis","param_d34":"test@domain.org","field_u14":{"field_q15":"draft","attr_m71":385,"col_u96":{"param_l46":978.86,"attr_u68":306,"param_z36":"admin","attr_f56":"Johnson","dim_e46":"baz"}},"val_s07":685,"field_i31":"2022-06-10T12:13:00Z","param_d75":164,"prop_l32":"oceanic"}
TASK repair_structured_output SPEC FIELD attr_f45 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD field_q22 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD col_z86 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD key_b86 TYPE string VALUES operational|degraded|offli...
{"attr_f45":"USD","col_z86":"synonymous","key_b86":"operational","field_b73":983,"param_w59":null}
markdown_fences
{ "type": "object", "properties": { "attr_f45": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "field_q22": { "type": "string", "enum": [ "red", "blue", "green", "black", "...
```json {"attr_f45":"USD","col_z86":"synonymous","key_b86":"operational","field_b73":983,"param_w59":null} ```
Output contains markdown code fences
{"attr_f45":"USD","col_z86":"synonymous","key_b86":"operational","field_b73":983,"param_w59":null}
TASK repair_structured_output SPEC FIELD subtotal TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD crew_id TYPE string VALUES small|medium|large|xl REQUIRED no FIELD vital_sign TYPE string VALUES email|phone|sms|push REQUIRED no FIELD berth_slot TYPE boolean REQUIRED yes FIELD priority TYPE string R...
{"berth_slot":false}
extra_field
{ "type": "object", "properties": { "subtotal": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "crew_id": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "vi...
{"berth_slot": false, "extra_data_1758": true}
Unknown field 'extra_data_1758' not defined in schema
{"berth_slot":false}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD section TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD feedback TYPE number REQUIRED no BROKEN_OUTPUT {"section": null, "feedback": 781.08}
{"section":"type_c","feedback":781.08}
null_required
{ "type": "object", "properties": { "humidity_pct": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "section": { "type": "string", "enum": [ "type_a", "type_b", "type_c"...
{"section": null, "feedback": 781.08}
Required field 'section' is null
{"section":"type_c","feedback":781.08}
TASK repair_structured_output SPEC FIELD order_id TYPE string VALUES active|inactive|pending REQUIRED yes FIELD shift_code TYPE string VALUES active|inactive|pending REQUIRED yes FIELD velocity TYPE integer REQUIRED yes FIELD title.version TYPE integer REQUIRED no FIELD title.bed_number TYPE string REQUIRED yes FIELD ...
{"order_id":"pending","shift_code":"active","velocity":483}
number_with_unit
{ "type": "object", "properties": { "order_id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "shift_code": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "velocity": { ...
{"order_id": "pending", "shift_code": "active", "velocity": "483kg"}
Field 'velocity' must be number, got string with unit
{"order_id":"pending","shift_code":"active","velocity":483}
TASK repair_structured_output SPEC FIELD discount TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD id TYPE number REQUIRED no FIELD turbidity TYPE string REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"discount":"coastal","t...
{"discount":"coastal","turbidity":"cancelled"}
thought_process
{ "type": "object", "properties": { "discount": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "id": { "type": "number" }, "turbidity": { "type": "string" } }, "required": [ "turbidity" ] }
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"discount":"coastal","turbidity":"cancelled"}
Output contains chain-of-thought reasoning before JSON
{"discount":"coastal","turbidity":"cancelled"}
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD balance TYPE boolean REQUIRED yes FIELD description TYPE string REQUIRED yes FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD deploy_target TYPE null REQUIRED no...
{"full_name":"reliable","balance":false,"description":"Bob","due_date":"mode_e","deploy_target":null}
missing_brace
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "balance": { "type": "boolean" }, "description": { "type": "string" }, "due_date": { "type": "string", ...
"full_name":"reliable","balance":false,"description":"Bob","due_date":"mode_e","deploy_target":null}
Missing closing brace
{"full_name":"reliable","balance":false,"description":"Bob","due_date":"mode_e","deploy_target":null}
TASK repair_structured_output SPEC FIELD priority TYPE integer REQUIRED yes FIELD enabled TYPE integer REQUIRED no FIELD updated_at TYPE string_email REQUIRED no FIELD velocity.interest_rate TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD velocity.strand TYPE integer REQUIRED yes FIELD ve...
{"priority":317,"enabled":736,"updated_at":"admin@test.io","velocity":{"interest_rate":"operational","strand":901,"vital_sign":false,"wavelength":true,"first_name":{"pressure_kpa":"world","currency":"world","category":246.86,"updated_at":"2024-06-30","temp_celsius":437,"department":"Tokyo"},"insurance_id":{"port_code":...
thought_process
{ "type": "object", "properties": { "priority": { "type": "integer" }, "enabled": { "type": "integer" }, "updated_at": { "type": "string", "format": "email" }, "velocity": { "type": "object", "properties": { "interest_rate": { "type":...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"priority":317,"enabled":736,"updated_at":"admin@test.io","velocity":{"interest_rate":"operational","strand":901,"vital_sign":false,"wavelength":true,"first_name":{"pressure_kpa":"world","currency":"world","category...
Output contains chain-of-thought reasoning before JSON
{"priority":317,"enabled":736,"updated_at":"admin@test.io","velocity":{"interest_rate":"operational","strand":901,"vital_sign":false,"wavelength":true,"first_name":{"pressure_kpa":"world","currency":"world","category":246.86,"updated_at":"2024-06-30","temp_celsius":437,"department":"Tokyo"},"insurance_id":{"port_code":...
TASK repair_structured_output SPEC FIELD payment_status TYPE string REQUIRED yes FIELD balance TYPE string REQUIRED no FIELD voltage TYPE string_uri REQUIRED no FIELD log_level.consignee TYPE string VALUES email|phone|sms|push REQUIRED no FIELD log_level.wavelength TYPE string_uri REQUIRED yes FIELD log_level.count TY...
{"payment_status":"John","balance":"PASS","voltage":"https://data.com/v1","log_level":{"consignee":"push","wavelength":"https://data.com/api","trace_id":365.89,"reagent":true,"created_at":327.44}}
missing_bracket
{ "type": "object", "properties": { "payment_status": { "type": "string" }, "balance": { "type": "string" }, "voltage": { "type": "string", "format": "uri" }, "log_level": { "type": "object", "properties": { "consignee": { "type": "st...
{"payment_status":"John","balance":"PASS","voltage":"https://data.com/v1","log_level":{"consignee":"push","wavelength":"https://data.com/api","trace_id":365.89,"reagent":true,"created_at":327.44}}
Missing closing bracket
{"payment_status":"John","balance":"PASS","voltage":"https://data.com/v1","log_level":{"consignee":"push","wavelength":"https://data.com/api","trace_id":365.89,"reagent":true,"created_at":327.44}}
TASK repair_structured_output SPEC FIELD key_c14 TYPE boolean REQUIRED yes FIELD param_w77.attr_u92 TYPE integer REQUIRED no FIELD param_w77.col_r31 TYPE string_uri REQUIRED no FIELD param_w77.key_y68 TYPE string_uri REQUIRED yes FIELD attr_o83 TYPE number REQUIRED yes FIELD col_d93 TYPE string VALUES open|in_progress...
{"key_c14":true,"param_w77":{"col_r31":"https://example.com/data","key_y68":"https://data.com/api"},"attr_o83":183.46,"col_d93":"open"}
missing_brace
{ "type": "object", "properties": { "key_c14": { "type": "boolean" }, "param_w77": { "type": "object", "properties": { "attr_u92": { "type": "integer" }, "col_r31": { "type": "string", "format": "uri" }, "key_y68": {...
{"key_c14":true,"param_w77":{"col_r31":"https://example.com/data","key_y68":"https://data.com/api","attr_o83":183.46,"col_d93":"open"}
Missing closing brace
{"key_c14":true,"param_w77":{"col_r31":"https://example.com/data","key_y68":"https://data.com/api"},"attr_o83":183.46,"col_d93":"open"}
TASK repair_structured_output SPEC FIELD field_j11.key_l09 TYPE integer REQUIRED no FIELD field_j11.val_l67 TYPE string REQUIRED yes FIELD field_j11.val_f56 TYPE string_uri REQUIRED yes FIELD field_j11.field_e26 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_j11.attr_l53 TYPE string REQUIRED yes F...
{"param_u32":157.35,"val_n37":"https://example.io/v1","field_a39":false,"prop_f51":"underway","field_e29":"rejected"}
tool_call_partial_args
{ "type": "object", "properties": { "field_j11": { "type": "object", "properties": { "key_l09": { "type": "integer" }, "val_l67": { "type": "string" }, "val_f56": { "type": "string", "format": "uri" }, "f...
Let me check the system. Action: query_port_status Arguments: {"param_u32": 157.35, "val_n37": "https://example.io/v1", "field_a39": false, "prop_f51": "underway"}
Agent tool call missing required parameter 'field_e29'
{"param_u32":157.35,"val_n37":"https://example.io/v1","field_a39":false,"prop_f51":"underway","field_e29":"rejected"}
TASK repair_structured_output SPEC FIELD allele TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD first_name TYPE string VALUES success|error|warning|info REQUIRED no FIELD rating TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD interest_rate TYPE string...
{"allele":"level_6","first_name":"error","rating":"type_f","interest_rate":"homozygous","updated_at":"user@test.io","compound":"2023-05-07T07:59:00Z"}
missing_required
{ "type": "object", "properties": { "allele": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "first_name": { "type": "string", "enum": [ "success", "error", ...
{"allele": "level_6", "first_name": "error", "rating": "type_f", "updated_at": "user@test.io", "compound": "2023-05-07T07:59:00Z"}
Required field 'interest_rate' is missing
{"allele":"level_6","first_name":"error","rating":"type_f","interest_rate":"homozygous","updated_at":"user@test.io","compound":"2023-05-07T07:59:00Z"}
TASK repair_structured_output SPEC FIELD prop_n54 TYPE boolean REQUIRED no FIELD field_y70 TYPE integer REQUIRED no FIELD col_a38 TYPE string REQUIRED yes FIELD key_i15 TYPE string REQUIRED yes FIELD prop_m01[] TYPE integer REQUIRED no BROKEN_OUTPUT {"prop_n54": true, "field_y70": "\"195\"", "col_a38": "chr1", "key_i...
{"prop_n54":true,"field_y70":195,"col_a38":"chr1","key_i15":"chrX"}
wrong_type
{ "type": "object", "properties": { "prop_n54": { "type": "boolean" }, "field_y70": { "type": "integer" }, "col_a38": { "type": "string" }, "key_i15": { "type": "string" }, "prop_m01": { "type": "array", "items": { "type": "integer" ...
{"prop_n54": true, "field_y70": "\"195\"", "col_a38": "chr1", "key_i15": "chrX"}
Field 'field_y70' must be integer, got string
{"prop_n54":true,"field_y70":195,"col_a38":"chr1","key_i15":"chrX"}
TASK repair_structured_output SPEC FIELD reagent TYPE string VALUES level_1|level_2 REQUIRED no FIELD name TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD sensor_id TYPE null REQUIRED no FIELD conductivity[] TYPE string REQUIRED yes BROKEN_OUTPUT {"reagent":"level_1","name":"xl","conductivity":["cancelled...
{"reagent":"level_1","name":"xl","conductivity":["cancelled","London","New York"]}
missing_brace
{ "type": "object", "properties": { "reagent": { "type": "string", "enum": [ "level_1", "level_2" ] }, "name": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "sensor_id": { "type": "nul...
{"reagent":"level_1","name":"xl","conductivity":["cancelled","London","New York"]
Missing closing brace
{"reagent":"level_1","name":"xl","conductivity":["cancelled","London","New York"]}
TASK repair_structured_output SPEC FIELD param_a69 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD col_f15 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_k75 TYPE integer REQUIRED no FIELD attr_x71 TYPE number REQUIRED yes FIELD dim_d09 TYPE null REQUIRED no FIELD prop_c17 TYPE string...
{"param_a69":"high","col_f15":"enterprise","attr_x71":782.4,"val_h34":true}
tool_call_text_mix
{ "type": "object", "properties": { "param_a69": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "col_f15": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] ...
Processing the request now. <tool_call name="filter_variants"> {"param_a69":"high","col_f15":"enterprise","attr_x71":782.4,"val_h34":true} </tool_call.
Agent response mixes reasoning text with tool call
{"param_a69":"high","col_f15":"enterprise","attr_x71":782.4,"val_h34":true}
TASK repair_structured_output SPEC FIELD collateral TYPE integer REQUIRED yes FIELD terminal_id TYPE integer REQUIRED no FIELD start_date.weight TYPE number REQUIRED no FIELD start_date.manifest_ref TYPE string_email REQUIRED yes FIELD start_date.tile TYPE string REQUIRED no FIELD log_level TYPE string_email REQUIRED ...
{"collateral":850,"start_date":{"weight":548.17,"manifest_ref":"info@test.io","tile":"Maria"},"log_level":"ops@test.io"}
tool_call_text_mix
{ "type": "object", "properties": { "collateral": { "type": "integer" }, "terminal_id": { "type": "integer" }, "start_date": { "type": "object", "properties": { "weight": { "type": "number" }, "manifest_ref": { "type": "string",...
I'll query our database. <tool_call name="queue_sequencing_run"> {"collateral":850,"start_date":{"weight":548.17,"manifest_ref":"info@test.io","tile":"Maria"},"log_level":"ops@test.io"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"collateral":850,"start_date":{"weight":548.17,"manifest_ref":"info@test.io","tile":"Maria"},"log_level":"ops@test.io"}
TASK repair_structured_output SPEC FIELD param_x51 TYPE string REQUIRED yes FIELD key_u02.dim_m93 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD key_u02.param_z88 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD key_u02.param_d69 TYPE string VALUES new|in_transit|deli...
{"param_x51":"Oliveira","key_u02":{"dim_m93":"synonymous","param_z88":"level_1","param_d69":"in_transit","dim_m66":"type_c","attr_o59":null,"param_b88":"cancelled","field_n29":"cat_a","field_v91":842.42},"param_s83":565,"field_f72":{"prop_h22":304,"param_n58":"mode_b","field_i68":"user@domain.com","param_v20":"heterozy...
tool_call_bad_format
{ "type": "object", "properties": { "param_x51": { "type": "string" }, "key_u02": { "type": "object", "properties": { "dim_m93": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ...
<functioncall> calculate_price {param_x51: "Oliveira", key_u02: {dim_m93: "synonymous", param_z88: "level_1", param_d69: "in_transit", dim_m66: "type_c", attr_o59: null, param_b88: "cancelled", field_n29: "cat_a", field_v91: 842.42}, param_s83: 565, field_f72: {prop_h22: 304, param_n58: "mode_b", field_i68: "user@domai...
Tool call has malformed arguments — unquoted keys in function parameters
{"param_x51":"Oliveira","key_u02":{"dim_m93":"synonymous","param_z88":"level_1","param_d69":"in_transit","dim_m66":"type_c","attr_o59":null,"param_b88":"cancelled","field_n29":"cat_a","field_v91":842.42},"param_s83":565,"field_f72":{"prop_h22":304,"param_n58":"mode_b","field_i68":"user@domain.com","param_v20":"heterozy...
TASK repair_structured_output SPEC FIELD lab_result TYPE boolean REQUIRED no FIELD description TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD current_draw TYPE number REQUIRED yes FIELD id.frequency_hz TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD id.payment_status TYPE string ...
{"lab_result":true,"description":"green","current_draw":797.75,"id":{"frequency_hz":"open","payment_status":"blue","chromosome":"active","brake_pressure":true}}
missing_brace
{ "type": "object", "properties": { "lab_result": { "type": "boolean" }, "description": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "current_draw": { "type": "number" }, "id": { "t...
{"lab_result":true,"description":"green","current_draw":797.75,"id":{"frequency_hz":"open","payment_status":"blue","chromosome":"active","brake_pressure":true}
Missing closing brace
{"lab_result":true,"description":"green","current_draw":797.75,"id":{"frequency_hz":"open","payment_status":"blue","chromosome":"active","brake_pressure":true}}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD branch TYPE string REQUIRED yes FIELD manifest_ref TYPE string_uri REQUIRED no FIELD annotation TYPE string REQUIRED no FIELD barcode.current_draw TYPE string REQUIRED no FIELD barcode.pressure_kpa TYPE integer REQUIR...
{"language":"mode_a","branch":"Berlin","annotation":"2023-12-25","barcode":{"current_draw":"foo","pressure_kpa":735,"repository":{"full_name":"active","tags":"example","type":198}}}
missing_required
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "branch": { "type": "string" }, "manifest_ref": { "type": "string", "format": "uri" }, "annotation": { "type": "string" }, ...
{"language": "mode_a", "branch": "Berlin", "annotation": "2023-12-25"}
Required field 'barcode' is missing
{"language":"mode_a","branch":"Berlin","annotation":"2023-12-25","barcode":{"current_draw":"foo","pressure_kpa":735,"repository":{"full_name":"active","tags":"example","type":198}}}
TASK repair_structured_output SPEC FIELD prop_f40 TYPE integer REQUIRED yes FIELD val_t17 TYPE integer REQUIRED no FIELD val_r11 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_t72 TYPE boolean REQUIRED no FIELD attr_v92 TYPE integer REQUIRED yes FIELD attr_c22 TYPE integer REQUIRED no FIEL...
{"prop_f40":503,"val_t17":267,"val_r11":"resolved","prop_t72":true,"attr_v92":775,"attr_c22":989,"col_n58":"pending"}
missing_bracket
{ "type": "object", "properties": { "prop_f40": { "type": "integer" }, "val_t17": { "type": "integer" }, "val_r11": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_t72": { "type": "bo...
{"prop_f40":503,"val_t17":267,"val_r11":"resolved","prop_t72":true,"attr_v92":775,"attr_c22":989,"col_n58":"pending"}
Missing closing bracket
{"prop_f40":503,"val_t17":267,"val_r11":"resolved","prop_t72":true,"attr_v92":775,"attr_c22":989,"col_n58":"pending"}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE integer REQUIRED no FIELD collateral TYPE string REQUIRED yes FIELD color TYPE string_uri REQUIRED no FIELD humidity_pct.strand.due_date TYPE string REQUIRED no FIELD humidity_pct.strand.phenotype TYPE boolean REQUIRED no FIELD humidity_pct.strand.quality_sc...
{"diagnosis_code":725,"collateral":"Silva","humidity_pct":{"strand":{"due_date":"foo","quality_score":false,"freight_class":null},"turbidity":false,"yield_pct":"option_c"},"bearing":false,"index":933.39}
extra_text_after
{ "type": "object", "properties": { "diagnosis_code": { "type": "integer" }, "collateral": { "type": "string" }, "color": { "type": "string", "format": "uri" }, "humidity_pct": { "type": "object", "properties": { "strand": { "type": "...
{"diagnosis_code":725,"collateral":"Silva","humidity_pct":{"strand":{"due_date":"foo","quality_score":false,"freight_class":null},"turbidity":false,"yield_pct":"option_c"},"bearing":false,"index":933.39} This should match the schema you provided.
Output contains non-JSON text after the object
{"diagnosis_code":725,"collateral":"Silva","humidity_pct":{"strand":{"due_date":"foo","quality_score":false,"freight_class":null},"turbidity":false,"yield_pct":"option_c"},"bearing":false,"index":933.39}
TASK repair_structured_output SPEC FIELD fleet_number TYPE boolean REQUIRED yes FIELD feedback TYPE string VALUES mode_a|mode_b REQUIRED no FIELD version TYPE integer REQUIRED no FIELD verified[].insurance_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD verified[].format TYPE boolean REQUIRED yes FIEL...
{"fleet_number":true,"feedback":"mode_b","version":389}
tool_call_text_mix
{ "type": "object", "properties": { "fleet_number": { "type": "boolean" }, "feedback": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "version": { "type": "integer" }, "verified": { "type": "array", "items": { "type...
I'll query our database. <tool_call name="search"> {"fleet_number":true,"feedback":"mode_b","version":389} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"fleet_number":true,"feedback":"mode_b","version":389}
TASK repair_structured_output SPEC FIELD field_v65.col_z78 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD field_v65.val_b12 TYPE string REQUIRED yes FIELD field_v65.prop_l97 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD field_v65.param_z78 TYPE string REQUIRED yes FIELD ...
{"field_v65":{"col_z78":"blue","val_b12":"chrX","prop_l97":"frameshift","param_z78":"example","col_r82":{"attr_x06":"test","val_z83":"https://data.org/api","val_u57":"user@domain.com","attr_s78":true}},"attr_n52":false,"param_j93":153.76,"field_m27":671.85}
truncated_array
{ "type": "object", "properties": { "field_v65": { "type": "object", "properties": { "col_z78": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_b12": { ...
{"field_v65":{"col_z78":"blue","val_b12":"chrX","prop_l97":"frameshift","param_z78":"example","col_r82":{"attr_x06":"test","val_z83":"https://data.org/api","val_u57":"user@domain.com","attr_s78":true}},"attr_n52":false,"param_j93":153.76,"field_m27":671.85
Unexpected end of JSON input — truncated object
{"field_v65":{"col_z78":"blue","val_b12":"chrX","prop_l97":"frameshift","param_z78":"example","col_r82":{"attr_x06":"test","val_z83":"https://data.org/api","val_u57":"user@domain.com","attr_s78":true}},"attr_n52":false,"param_j93":153.76,"field_m27":671.85}
TASK repair_structured_output SPEC FIELD key_b00 TYPE string REQUIRED no FIELD col_t71 TYPE string REQUIRED no FIELD val_i68 TYPE string_uri REQUIRED no FIELD param_v81 TYPE string REQUIRED no FIELD field_p90 TYPE integer REQUIRED no FIELD col_p63.prop_g20.dim_p18 TYPE number REQUIRED no FIELD col_p63.prop_g20.col_h81...
{"key_b00":"https://example.com","val_i68":"https://example.com/v1","param_v81":"Paris","field_p90":335,"col_p63":{"param_y50":"This is a test value.","col_j15":"operational","prop_x74":"homozygous","dim_j22":false,"col_v76":"baz","attr_v74":"Hapag-Lloyd-Express"},"param_y09":769.13,"val_d55":"info@test.io"}
missing_bracket
{ "type": "object", "properties": { "key_b00": { "type": "string" }, "col_t71": { "type": "string" }, "val_i68": { "type": "string", "format": "uri" }, "param_v81": { "type": "string" }, "field_p90": { "type": "integer" }, "col_p63": { ...
{"key_b00":"https://example.com","val_i68":"https://example.com/v1","param_v81":"Paris","field_p90":335,"col_p63":{"param_y50":"This is a test value.","col_j15":"operational","prop_x74":"homozygous","dim_j22":false,"col_v76":"baz","attr_v74":"Hapag-Lloyd-Express"},"param_y09":769.13,"val_d55":"info@test.io"}
Missing closing bracket
{"key_b00":"https://example.com","val_i68":"https://example.com/v1","param_v81":"Paris","field_p90":335,"col_p63":{"param_y50":"This is a test value.","col_j15":"operational","prop_x74":"homozygous","dim_j22":false,"col_v76":"baz","attr_v74":"Hapag-Lloyd-Express"},"param_y09":769.13,"val_d55":"info@test.io"}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES level_1|level_2 REQUIRED yes FIELD quality_score TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD hazmat_code TYPE string REQUIRED no FIELD status TYPE string_uri REQUIRED yes FIELD chapter TYPE string REQUIRED no BROKEN_OUTPUT I need to ...
{"language":"level_2","quality_score":"large","hazmat_code":"2024-06-30","status":"https://example.org/api","chapter":"2023-12-25"}
tool_call_partial_args
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "level_1", "level_2" ] }, "quality_score": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "hazmat_code": { ...
I need to look up the information first. Action: book_appointment Arguments: {"language": "level_2", "quality_score": "large", "hazmat_code": "2024-06-30", "chapter": "2023-12-25"}
Agent tool call missing required parameter 'status'
{"language":"level_2","quality_score":"large","hazmat_code":"2024-06-30","status":"https://example.org/api","chapter":"2023-12-25"}
TASK repair_structured_output SPEC FIELD consignee TYPE string REQUIRED yes FIELD shift_code TYPE string REQUIRED yes FIELD status_code TYPE number REQUIRED yes FIELD lane TYPE boolean REQUIRED no FIELD tax TYPE string REQUIRED yes FIELD freight_class.cargo_type TYPE number REQUIRED no FIELD freight_class.diagnosis_co...
{"consignee":"Silva","shift_code":"MV-Evergreen-01","status_code":899.68,"lane":true,"tax":"Paris","freight_class":{"cargo_type":627.79,"diagnosis_code":"moored","balance":null,"amplitude":338,"country":"info","reagent":"MV-Evergreen-01","height":"Smith"},"ward":501.71}
markdown_fences
{ "type": "object", "properties": { "consignee": { "type": "string" }, "shift_code": { "type": "string" }, "status_code": { "type": "number" }, "lane": { "type": "boolean" }, "tax": { "type": "string" }, "freight_class": { "type": "obje...
```json {"consignee":"Silva","shift_code":"MV-Evergreen-01","status_code":899.68,"lane":true,"tax":"Paris","freight_class":{"cargo_type":627.79,"diagnosis_code":"moored","balance":null,"amplitude":338,"country":"info","reagent":"MV-Evergreen-01","height":"Smith"},"ward":501.71} ```
Output contains markdown code fences
{"consignee":"Silva","shift_code":"MV-Evergreen-01","status_code":899.68,"lane":true,"tax":"Paris","freight_class":{"cargo_type":627.79,"diagnosis_code":"moored","balance":null,"amplitude":338,"country":"info","reagent":"MV-Evergreen-01","height":"Smith"},"ward":501.71}
TASK repair_structured_output SPEC FIELD col_p99 TYPE boolean REQUIRED yes FIELD param_q13 TYPE integer REQUIRED yes FIELD prop_f46 TYPE number REQUIRED yes BROKEN_OUTPUT Let me provide the data in JSON format: ```json {"col_p99":true,"param_q13":797,"prop_f46":160.26} ``` Let me know if you need anything else!
{"col_p99":true,"param_q13":797,"prop_f46":160.26}
markdown_explanation
{ "type": "object", "properties": { "col_p99": { "type": "boolean" }, "param_q13": { "type": "integer" }, "prop_f46": { "type": "number" } }, "required": [ "col_p99", "prop_f46", "param_q13" ] }
Let me provide the data in JSON format: ```json {"col_p99":true,"param_q13":797,"prop_f46":160.26} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"col_p99":true,"param_q13":797,"prop_f46":160.26}
TASK repair_structured_output SPEC FIELD prop_b99 TYPE number REQUIRED yes FIELD val_e61 TYPE number REQUIRED no FIELD val_y23 TYPE boolean REQUIRED yes BROKEN_OUTPUT <functioncall> calculate_price {prop_b99: 562.49, val_e61: 941.29, val_y23: true}
{"prop_b99":562.49,"val_e61":941.29,"val_y23":true}
tool_call_bad_format
{ "type": "object", "properties": { "prop_b99": { "type": "number" }, "val_e61": { "type": "number" }, "val_y23": { "type": "boolean" } }, "required": [ "prop_b99", "val_y23" ] }
<functioncall> calculate_price {prop_b99: 562.49, val_e61: 941.29, val_y23: true}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_b99":562.49,"val_e61":941.29,"val_y23":true}
TASK repair_structured_output SPEC FIELD dim_k86 TYPE number REQUIRED yes FIELD prop_i18 TYPE integer REQUIRED no FIELD key_b57 TYPE boolean REQUIRED no FIELD key_u59.attr_m42 TYPE boolean REQUIRED no FIELD key_u59.dim_b61 TYPE string_uri REQUIRED yes FIELD key_u59.param_u20 TYPE string VALUES success|error|warning|in...
{"dim_k86":423.59,"prop_i18":780,"key_u59":{"attr_m42":true,"dim_b61":"https://example.com/api","param_u20":"error","attr_f59":{"key_l78":"Bob","prop_h00":"hello","key_z00":null,"dim_u78":false},"field_e58":{"col_l60":"level_2","dim_o81":184.23,"col_d92":"mode_a","param_l90":321.06,"dim_f58":942.04,"prop_g75":"high"}}}
markdown_explanation
{ "type": "object", "properties": { "dim_k86": { "type": "number" }, "prop_i18": { "type": "integer" }, "key_b57": { "type": "boolean" }, "key_u59": { "type": "object", "properties": { "attr_m42": { "type": "boolean" }, "dim...
The parsed result is: ```json {"dim_k86":423.59,"prop_i18":780,"key_u59":{"attr_m42":true,"dim_b61":"https://example.com/api","param_u20":"error","attr_f59":{"key_l78":"Bob","prop_h00":"hello","key_z00":null,"dim_u78":false},"field_e58":{"col_l60":"level_2","dim_o81":184.23,"col_d92":"mode_a","param_l90":321.06,"dim_f5...
Output contains markdown and explanatory text around JSON
{"dim_k86":423.59,"prop_i18":780,"key_u59":{"attr_m42":true,"dim_b61":"https://example.com/api","param_u20":"error","attr_f59":{"key_l78":"Bob","prop_h00":"hello","key_z00":null,"dim_u78":false},"field_e58":{"col_l60":"level_2","dim_o81":184.23,"col_d92":"mode_a","param_l90":321.06,"dim_f58":942.04,"prop_g75":"high"}}}
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES small|medium|large|xl REQUIRED no FIELD balance TYPE string VALUES email|phone|sms|push REQUIRED no FIELD features TYPE integer REQUIRED no FIELD reagent TYPE integer REQUIRED yes FIELD vessel_name TYPE boolean REQUIRED no FIELD address TYPE integer ...
{"due_date":"large","features":768,"reagent":523,"address":657}
markdown_fences
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "balance": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "f...
```json {"due_date":"large","features":768,"reagent":523,"address":657} ```
Output contains markdown code fences
{"due_date":"large","features":768,"reagent":523,"address":657}
TASK repair_structured_output SPEC FIELD col_v82 TYPE string REQUIRED no FIELD prop_q52.key_o40 TYPE string REQUIRED yes FIELD prop_q52.attr_v61 TYPE null REQUIRED yes FIELD prop_q52.param_j93 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD prop_q52.key_r87 TYPE null REQUIRED yes FIELD val_l14 TYPE in...
{"col_v82":"Paris","prop_q52":{"key_o40":"Silva","attr_v61":null,"param_j93":"white","key_r87":null},"val_l14":124,"val_h74":{"param_n54":636,"dim_a09":"https://data.org/v1","field_g69":"test","val_g13":17,"param_l29":884.61},"field_a57":681,"col_g00":773.89,"col_e59":362.24,"param_i57":582}
tool_call_bad_format
{ "type": "object", "properties": { "col_v82": { "type": "string" }, "prop_q52": { "type": "object", "properties": { "key_o40": { "type": "string" }, "attr_v61": { "type": "null" }, "param_j93": { "type": "string", ...
<functioncall> update_preferences {col_v82: "Paris", prop_q52: {key_o40: "Silva", attr_v61: null, param_j93: "white", key_r87: null}, val_l14: 124, val_h74: {param_n54: 636, dim_a09: "https://data.org/v1", field_g69: "test", val_g13: 17, param_l29: 884.61}, field_a57: 681, col_g00: 773.89, col_e59: 362.24, param_i57: 5...
Tool call has malformed arguments — unquoted keys in function parameters
{"col_v82":"Paris","prop_q52":{"key_o40":"Silva","attr_v61":null,"param_j93":"white","key_r87":null},"val_l14":124,"val_h74":{"param_n54":636,"dim_a09":"https://data.org/v1","field_g69":"test","val_g13":17,"param_l29":884.61},"field_a57":681,"col_g00":773.89,"col_e59":362.24,"param_i57":582}
TASK repair_structured_output SPEC FIELD col_h19 TYPE string REQUIRED yes FIELD field_e40 TYPE string REQUIRED no FIELD val_j94 TYPE string_uri REQUIRED yes FIELD val_p35 TYPE string_uri REQUIRED no BROKEN_OUTPUT <functioncall> get_weather {col_h19: "https://api.example.com/v1", field_e40: "PASS", val_j94: "https://w...
{"col_h19":"https://api.example.com/v1","field_e40":"PASS","val_j94":"https://www.org/data"}
tool_call_bad_format
{ "type": "object", "properties": { "col_h19": { "type": "string" }, "field_e40": { "type": "string" }, "val_j94": { "type": "string", "format": "uri" }, "val_p35": { "type": "string", "format": "uri" } }, "required": [ "val_j94", "col_...
<functioncall> get_weather {col_h19: "https://api.example.com/v1", field_e40: "PASS", val_j94: "https://www.org/data"}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_h19":"https://api.example.com/v1","field_e40":"PASS","val_j94":"https://www.org/data"}
TASK repair_structured_output SPEC FIELD val_p51 TYPE string REQUIRED yes FIELD param_l73 TYPE string REQUIRED yes FIELD attr_e30 TYPE integer REQUIRED no FIELD col_h31 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes BROKEN_OUTPUT {"val_p51":"qux","param_l73":"Smith","col_h31":"cat_a"
{"val_p51":"qux","param_l73":"Smith","col_h31":"cat_a"}
truncated_object
{ "type": "object", "properties": { "val_p51": { "type": "string" }, "param_l73": { "type": "string" }, "attr_e30": { "type": "integer" }, "col_h31": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "c...
{"val_p51":"qux","param_l73":"Smith","col_h31":"cat_a"
Unexpected end of JSON input — truncated object
{"val_p51":"qux","param_l73":"Smith","col_h31":"cat_a"}
TASK repair_structured_output SPEC FIELD key_u26 TYPE string VALUES active|inactive|pending REQUIRED no FIELD attr_s94 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD attr_j65[].attr_m33 TYPE integer REQUIRED no FIELD attr_j65[].param_v90 TYPE string REQUIRED yes FIELD attr_j65[].param_c91 TYPE str...
{"key_u26":"inactive","attr_s94":"cat_d","attr_j65":[{"attr_m33":213,"param_v90":"bar","param_c91":"USD"}],"field_g11":[false,false,true,false]}
trailing_comma
{ "type": "object", "properties": { "key_u26": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "attr_s94": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] ...
{"key_u26":"inactive","attr_s94":"cat_d","attr_j65":[{"attr_m33":213,"param_v90":"bar","param_c91":"USD",}],"field_g11":[false,false,true,false]}
Unexpected trailing comma
{"key_u26":"inactive","attr_s94":"cat_d","attr_j65":[{"attr_m33":213,"param_v90":"bar","param_c91":"USD"}],"field_g11":[false,false,true,false]}
TASK repair_structured_output SPEC FIELD insurance_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD invoice_id TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD index TYPE string_date-time REQUIRED no FIELD catalyst.full_name TYPE integer REQUIRED yes FIELD catalyst.discount TYPE ...
{"invoice_id":"mode_a","index":"2020-11-13T07:40:00Z","catalyst":{"full_name":190,"discount":90,"subject":512}}
date_format_error
{ "type": "object", "properties": { "insurance_id": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "invoice_id": { "type": "string", "enum": [ "mode_a", "mode_b" ] ...
{"invoice_id": "mode_a", "index": "2020-11-13 07:40:00Z", "catalyst": {"full_name": 190, "discount": 90, "subject": 512}}
Field 'index' has invalid date format
{"invoice_id":"mode_a","index":"2020-11-13T07:40:00Z","catalyst":{"full_name":190,"discount":90,"subject":512}}
TASK repair_structured_output SPEC FIELD email TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD conductivity TYPE string VALUES draft|published|archived REQUIRED yes FIELD interest_rate TYPE null REQUIRED yes BROKEN_OUTPUT <functioncall> search {email: "GBP", conductivity: "published", interest_rate: null}
{"email":"GBP","conductivity":"published","interest_rate":null}
tool_call_bad_format
{ "type": "object", "properties": { "email": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "conductivity": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
<functioncall> search {email: "GBP", conductivity: "published", interest_rate: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"email":"GBP","conductivity":"published","interest_rate":null}
TASK repair_structured_output SPEC FIELD attr_n77 TYPE integer REQUIRED yes FIELD attr_g34 TYPE null REQUIRED no FIELD param_s43.param_p85.dim_h77 TYPE string REQUIRED no FIELD param_s43.param_p85.val_c04 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD param_s43.param_p85.pa...
{"attr_n77":677,"param_s43":{"param_p85":{"dim_h77":"Charlie","val_c04":"option_b","param_p34":true},"param_r62":"ops@example.com"},"attr_p72":691,"val_y18":"high","param_s82":"missense","param_i60":"2024-08-15T12:46:00Z"}
missing_required
{ "type": "object", "properties": { "attr_n77": { "type": "integer" }, "attr_g34": { "type": "null" }, "param_s43": { "type": "object", "properties": { "param_p85": { "type": "object", "properties": { "dim_h77": { "typ...
{"attr_n77": 677, "param_s43": {"param_p85": {"dim_h77": "Charlie", "val_c04": "option_b", "param_p34": true}, "param_r62": "ops@example.com"}, "attr_p72": 691, "val_y18": "high", "param_i60": "2024-08-15T12:46:00Z"}
Required field 'param_s82' is missing
{"attr_n77":677,"param_s43":{"param_p85":{"dim_h77":"Charlie","val_c04":"option_b","param_p34":true},"param_r62":"ops@example.com"},"attr_p72":691,"val_y18":"high","param_s82":"missense","param_i60":"2024-08-15T12:46:00Z"}
TASK repair_structured_output SPEC FIELD start_date TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD id TYPE string VALUES admin|editor|viewer REQUIRED no FIELD verified TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD longitude TYPE boolean REQUIRED no FIELD thumbnail TYPE boolean R...
{"id":"editor","verified":"underway","longitude":true,"thumbnail":false,"chapter":"underway","crew_id":false}
extra_field
{ "type": "object", "properties": { "start_date": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "verified": {...
{"id": "editor", "verified": "underway", "longitude": true, "thumbnail": false, "chapter": "underway", "crew_id": false, "extra_data_9496": true}
Unknown field 'extra_data_9496' not defined in schema
{"id":"editor","verified":"underway","longitude":true,"thumbnail":false,"chapter":"underway","crew_id":false}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string_uri REQUIRED no FIELD quantity.chromosome TYPE string REQUIRED yes FIELD quantity.thumbnail TYPE string_uri REQUIRED no FIELD quantity.berth_slot TYPE integer REQUIRED no FIELD quantity.amplitude TYPE number REQUIRED yes FIELD quantity.country TYPE in...
{"quantity":{"chromosome":"bar","thumbnail":"https://example.io/v1","berth_slot":327,"amplitude":574.36,"country":654,"enabled":null},"strand":{"shipper_ref":"level_3","values":"mode_a","pressure_kpa":"world","strand":"John"}}
thought_process
{ "type": "object", "properties": { "procedure_code": { "type": "string", "format": "uri" }, "quantity": { "type": "object", "properties": { "chromosome": { "type": "string" }, "thumbnail": { "type": "string", "format": "uri" ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"quantity":{"chromosome":"bar","thumbnail":"https://example.io/v1","berth_slot":327,"amplitude":574.36,"country":654,"enabled":null},"strand":{"shipper_ref":"level_3","values":"mode_a","pressure_kpa":"world","strand":"John"}}
Output contains chain-of-thought reasoning before JSON
{"quantity":{"chromosome":"bar","thumbnail":"https://example.io/v1","berth_slot":327,"amplitude":574.36,"country":654,"enabled":null},"strand":{"shipper_ref":"level_3","values":"mode_a","pressure_kpa":"world","strand":"John"}}
TASK repair_structured_output SPEC FIELD prop_r55 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD attr_o24 TYPE string VALUES active|inactive|pending REQUIRED no FIELD dim_l85 TYPE boolean REQUIRED no FIELD param_f07.prop_p47 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_f07.col_p04...
{"prop_r55":"cat_d","dim_l85":true}
tool_call_partial_args
{ "type": "object", "properties": { "prop_r55": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "attr_o24": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "dim_l8...
I need to look up the information first. Action: process_payment Arguments: {"dim_l85": true}
Agent tool call missing required parameter 'prop_r55'
{"prop_r55":"cat_d","dim_l85":true}
TASK repair_structured_output SPEC FIELD email TYPE string REQUIRED no FIELD lab_result TYPE boolean REQUIRED no FIELD message TYPE boolean REQUIRED yes FIELD position TYPE string REQUIRED no BROKEN_OUTPUT I'll query our database. <tool_call name="update_preferences"> {"email":"New York","message":true} </tool_call. ...
{"email":"New York","message":true}
tool_call_text_mix
{ "type": "object", "properties": { "email": { "type": "string" }, "lab_result": { "type": "boolean" }, "message": { "type": "boolean" }, "position": { "type": "string" } }, "required": [ "message" ] }
I'll query our database. <tool_call name="update_preferences"> {"email":"New York","message":true} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"email":"New York","message":true}
TASK repair_structured_output SPEC FIELD key_l82 TYPE string REQUIRED yes FIELD val_o94 TYPE integer REQUIRED no FIELD field_j97.prop_y31 TYPE string REQUIRED no FIELD field_j97.prop_l35 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD field_j97.dim_b34 TYPE string REQUIRED yes FIELD field_j97.dim...
{"key_l82":"RTG-04","val_o94":694,"field_j97":{"prop_y31":"Berlin","prop_l35":"in_progress","dim_b34":"GRCh38","dim_j76":474.11},"val_l87":{"param_g57":"mode_a","param_q49":"pending","val_a74":true,"val_m00":"Hapag-Lloyd-Express","key_x20":250,"col_v46":null}}
tool_call_partial_args
{ "type": "object", "properties": { "key_l82": { "type": "string" }, "val_o94": { "type": "integer" }, "field_j97": { "type": "object", "properties": { "prop_y31": { "type": "string" }, "prop_l35": { "type": "string", ...
I need to look up the information first. Action: delete_item Arguments: {"key_l82": "RTG-04", "val_o94": 694, "val_l87": {"param_g57": "mode_a", "param_q49": "pending", "val_a74": true, "val_m00": "Hapag-Lloyd-Express", "key_x20": 250, "col_v46": null}}
Agent tool call missing required parameter 'field_j97'
{"key_l82":"RTG-04","val_o94":694,"field_j97":{"prop_y31":"Berlin","prop_l35":"in_progress","dim_b34":"GRCh38","dim_j76":474.11},"val_l87":{"param_g57":"mode_a","param_q49":"pending","val_a74":true,"val_m00":"Hapag-Lloyd-Express","key_x20":250,"col_v46":null}}
TASK repair_structured_output SPEC FIELD department TYPE integer REQUIRED yes FIELD features TYPE number REQUIRED no FIELD cargo_type TYPE string VALUES draft|published|archived REQUIRED no FIELD ph_level TYPE string_date-time REQUIRED yes FIELD loan_amount TYPE number REQUIRED no FIELD discount TYPE string REQUIRED n...
{"department":426,"cargo_type":"draft","ph_level":"2024-04-17T20:19:00Z","loan_amount":205.15,"discount":"A short description."}
extra_text_before
{ "type": "object", "properties": { "department": { "type": "integer" }, "features": { "type": "number" }, "cargo_type": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "ph_level": { "type": "string", "...
The instrument reported: {"department":426,"cargo_type":"draft","ph_level":"2024-04-17T20:19:00Z","loan_amount":205.15,"discount":"A short description."}
Output contains non-JSON text before the object
{"department":426,"cargo_type":"draft","ph_level":"2024-04-17T20:19:00Z","loan_amount":205.15,"discount":"A short description."}
TASK repair_structured_output SPEC FIELD field_g62.prop_b21 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD field_g62.attr_o19 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD field_g62.key_b33 TYPE null REQUIRED no FIELD field_g62.val_o49 TYPE string REQUIRED no FIELD field_g62.dim...
{"field_g62":{"attr_o19":"new","key_b33":null,"attr_e04":276.27,"prop_e57":{"col_v81":612.31,"val_x46":"Hapag-Lloyd-Express","field_r51":"chr1","key_t23":"error","key_k42":737,"param_g39":"Johnson"},"key_v54":true},"col_c78":"Diana"}
tool_call_bad_format
{ "type": "object", "properties": { "field_g62": { "type": "object", "properties": { "prop_b21": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "attr_o19": { "type":...
<functioncall> search {field_g62: {attr_o19: "new", key_b33: null, attr_e04: 276.27, prop_e57: {col_v81: 612.31, val_x46: "Hapag-Lloyd-Express", field_r51: "chr1", key_t23: "error", key_k42: 737, param_g39: "Johnson"}, key_v54: true}, col_c78: "Diana"}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_g62":{"attr_o19":"new","key_b33":null,"attr_e04":276.27,"prop_e57":{"col_v81":612.31,"val_x46":"Hapag-Lloyd-Express","field_r51":"chr1","key_t23":"error","key_k42":737,"param_g39":"Johnson"},"key_v54":true},"col_c78":"Diana"}
TASK repair_structured_output SPEC FIELD footnote TYPE boolean REQUIRED no FIELD subtotal TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD freight_class TYPE string_uri REQUIRED yes FIELD active TYPE string_uri REQUIRED no FIELD organism TYPE string_uri REQUIRED yes BROKEN_OUTPUT ```json {"footnote":true,...
{"footnote":true,"subtotal":"level_1","freight_class":"https://example.io/data","organism":"https://data.io/v1"}
markdown_fences
{ "type": "object", "properties": { "footnote": { "type": "boolean" }, "subtotal": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "freight_class": { "type": "string", "format": "uri" }, "active": { "typ...
```json {"footnote":true,"subtotal":"level_1","freight_class":"https://example.io/data","organism":"https://data.io/v1"} ```
Output contains markdown code fences
{"footnote":true,"subtotal":"level_1","freight_class":"https://example.io/data","organism":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD prop_k56 TYPE string_email REQUIRED yes FIELD prop_b10 TYPE string REQUIRED yes FIELD dim_o64.col_i34.dim_q51 TYPE number REQUIRED yes FIELD dim_o64.col_i34.param_g72 TYPE integer REQUIRED no FIELD dim_o64.col_i34.dim_x04 TYPE number REQUIRED yes FIELD dim_o64.col_i34.prop_e65 ...
{"prop_k56":"ops@test.io","prop_b10":"This is a test value.","dim_o64":{"col_i34":{"dim_q51":921.26,"param_g72":389,"dim_x04":201.91,"prop_e65":73},"field_k63":735.41,"key_y25":"admin@example.com","key_v27":{"prop_g78":148,"prop_j76":"https://api.org/data","dim_o86":"escalated"},"val_m47":"admin@example.com"}}
markdown_fences
{ "type": "object", "properties": { "prop_k56": { "type": "string", "format": "email" }, "prop_b10": { "type": "string" }, "dim_o64": { "type": "object", "properties": { "col_i34": { "type": "object", "properties": { "dim_q51"...
```json {"prop_k56":"ops@test.io","prop_b10":"This is a test value.","dim_o64":{"col_i34":{"dim_q51":921.26,"param_g72":389,"dim_x04":201.91,"prop_e65":73},"field_k63":735.41,"key_y25":"admin@example.com","key_v27":{"prop_g78":148,"prop_j76":"https://api.org/data","dim_o86":"escalated"},"val_m47":"admin@example.com"}} ...
Output contains markdown code fences
{"prop_k56":"ops@test.io","prop_b10":"This is a test value.","dim_o64":{"col_i34":{"dim_q51":921.26,"param_g72":389,"dim_x04":201.91,"prop_e65":73},"field_k63":735.41,"key_y25":"admin@example.com","key_v27":{"prop_g78":148,"prop_j76":"https://api.org/data","dim_o86":"escalated"},"val_m47":"admin@example.com"}}
TASK repair_structured_output SPEC FIELD payment_status TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD barcode TYPE integer REQUIRED no FIELD dosage TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD company.features TYPE number REQUIRED no FIELD company.manifest_ref TYPE string ...
{"payment_status":"homozygous","barcode":943,"company":{"manifest_ref":"draft","age":"error","items":{"coverage":"viewer","category":"test@test.io","currency":null,"berth_slot":20.4,"length":"USD"},"created_at":{"medication":229,"rating":680,"version":629,"order_id":"2024-06-06T19:15:00Z","enabled":null}}}
truncated_array
{ "type": "object", "properties": { "payment_status": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "barcode": { "type": "integer" }, "dosage": { "type": "string", "enum": [ "red", "blue",...
{"payment_status":"homozygous","barcode":943,"company":{"manifest_ref":"draft","age":"error","items":{"coverage":"viewer","category":"test@test.io","currency":null,"berth_slot":20.4,"length":"USD"},"created_at":{"medication":229,"rating":680,"version":629,"order_id":"2024-06-06T19:15:00Z","enabled":null}}
Unexpected end of JSON input — truncated object
{"payment_status":"homozygous","barcode":943,"company":{"manifest_ref":"draft","age":"error","items":{"coverage":"viewer","category":"test@test.io","currency":null,"berth_slot":20.4,"length":"USD"},"created_at":{"medication":229,"rating":680,"version":629,"order_id":"2024-06-06T19:15:00Z","enabled":null}}}