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 col_s93 TYPE number REQUIRED yes FIELD param_j14.dim_s17 TYPE string_email REQUIRED yes FIELD param_j14.col_j14 TYPE number REQUIRED no FIELD param_j14.param_p76 TYPE number REQUIRED no FIELD param_j14.attr_w89[] TYPE string REQUIRED yes FIELD param_j14.attr_q06[] TYPE number R...
{"col_s93":834.78,"val_q63":"Luis","dim_g02":927,"dim_s30":"https://api.example.com/v1","dim_r48":54}
thought_process
{ "type": "object", "properties": { "col_s93": { "type": "number" }, "param_j14": { "type": "object", "properties": { "dim_s17": { "type": "string", "format": "email" }, "col_j14": { "type": "number" }, "param_p76": ...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"col_s93":834.78,"val_q63":"Luis","dim_g02":927,"dim_s30":"https://api.example.com/v1","dim_r48":54}
Output contains chain-of-thought reasoning before JSON
{"col_s93":834.78,"val_q63":"Luis","dim_g02":927,"dim_s30":"https://api.example.com/v1","dim_r48":54}
TASK repair_structured_output SPEC FIELD col_m32 TYPE string REQUIRED yes FIELD param_h24 TYPE string REQUIRED yes FIELD param_h64 TYPE string_uri REQUIRED yes FIELD param_a40[].prop_a10 TYPE integer REQUIRED yes FIELD param_a40[].attr_b07 TYPE number REQUIRED yes FIELD param_a40[].dim_b58 TYPE boolean REQUIRED no FIE...
{"col_m32":"quux","param_h24":"Diana","param_h64":"https://example.io/api","param_a40":[{"prop_a10":216,"attr_b07":109.6,"dim_b58":true,"val_o65":false,"val_a07":"homozygous","dim_r62":576},{"prop_a10":739,"attr_b07":190.47,"val_a07":"heterozygous","dim_r62":127},{"prop_a10":158,"attr_b07":916.05,"val_o65":false,"val_a...
missing_brace
{ "type": "object", "properties": { "col_m32": { "type": "string" }, "param_h24": { "type": "string" }, "param_h64": { "type": "string", "format": "uri" }, "param_a40": { "type": "array", "items": { "type": "object", "properties": { ...
{"col_m32":"quux","param_h24":"Diana","param_h64":"https://example.io/api","param_a40":[{"prop_a10":216,"attr_b07":109.6,"dim_b58":true,"val_o65":false,"val_a07":"homozygous","dim_r62":576},{"prop_a10":739,"attr_b07":190.47,"val_a07":"heterozygous","dim_r62":127,{"prop_a10":158,"attr_b07":916.05,"val_o65":false,"val_a0...
Missing closing brace
{"col_m32":"quux","param_h24":"Diana","param_h64":"https://example.io/api","param_a40":[{"prop_a10":216,"attr_b07":109.6,"dim_b58":true,"val_o65":false,"val_a07":"homozygous","dim_r62":576},{"prop_a10":739,"attr_b07":190.47,"val_a07":"heterozygous","dim_r62":127},{"prop_a10":158,"attr_b07":916.05,"val_o65":false,"val_a...
TASK repair_structured_output SPEC FIELD version TYPE string_uri REQUIRED no FIELD end_date TYPE string REQUIRED no FIELD tile TYPE string_uri REQUIRED no FIELD amplitude TYPE string VALUES admin|editor|viewer REQUIRED no FIELD title.state TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD ti...
{"version":"https://www.com/api","amplitude":"viewer","title":{"state":"synonymous","lane":true,"country":412.84,"shift_code":{"shipper_ref":217.32,"payment_status":"admin@example.com","options":255.66,"color":201,"annotation":118,"shipping":724}},"longitude":514,"ward":true,"country":980.08}
number_with_unit
{ "type": "object", "properties": { "version": { "type": "string", "format": "uri" }, "end_date": { "type": "string" }, "tile": { "type": "string", "format": "uri" }, "amplitude": { "type": "string", "enum": [ "admin", "editor", ...
{"version": "https://www.com/api", "amplitude": "viewer", "title": {"state": "synonymous", "lane": true, "country": 412.84, "shift_code": {"shipper_ref": 217.32, "payment_status": "admin@example.com", "options": 255.66, "color": 201, "annotation": 118, "shipping": 724}}, "longitude": 514, "ward": true, "country": "980....
Field 'country' must be number, got string with unit
{"version":"https://www.com/api","amplitude":"viewer","title":{"state":"synonymous","lane":true,"country":412.84,"shift_code":{"shipper_ref":217.32,"payment_status":"admin@example.com","options":255.66,"color":201,"annotation":118,"shipping":724}},"longitude":514,"ward":true,"country":980.08}
TASK repair_structured_output SPEC FIELD comments TYPE number REQUIRED yes FIELD conductivity TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD cargo_type[] TYPE boolean REQUIRED no FIELD medication[].order_id TYPE boolean REQUIRED no FIELD medication[].category TYPE string_uri REQUIRED yes FIELD medication[].chapte...
{"comments":975.83,"conductivity":"mode_a","cargo_type":[true,true,false],"medication":[{"order_id":false,"category":"https://www.io/api","address":"https://api.io/v1","format":"active"},{"order_id":false,"category":"https://example.com/v1","chapter":"mode_a"},{"order_id":true,"category":"https://data.io/api","chapter"...
truncated_array
{ "type": "object", "properties": { "comments": { "type": "number" }, "conductivity": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "cargo_type": { "type": "array", "items": { "type": "boolean" } }, "medication": {...
{"comments":975.83,"conductivity":"mode_a","cargo_type":[true,true,false],"medication":[{"order_id":false,"category":"https://www.io/api","address":"https://api.io/v1","format":"active"},{"order_id":false,"category":"https://example.com/v1","chapter":"mode_a"},{"order_id":true,"category":"https://data.io/api","chapter"...
Unexpected end of JSON input — truncated array
{"comments":975.83,"conductivity":"mode_a","cargo_type":[true,true,false],"medication":[{"order_id":false,"category":"https://www.io/api","address":"https://api.io/v1","format":"active"},{"order_id":false,"category":"https://example.com/v1","chapter":"mode_a"},{"order_id":true,"category":"https://data.io/api","chapter"...
TASK repair_structured_output SPEC FIELD field_y75 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD attr_v13 TYPE string VALUES single|married|divorced REQUIRED no FIELD val_v72 TYPE string_email REQUIRED yes FIELD attr_k71 TYPE string REQUIRED no FIELD col_p99 TYPE string VALUES pending_review|confirmed|...
{"field_y75":"pending","attr_v13":"single","val_v72":"info@example.com","attr_k71":"quux","col_p99":"pending_review"}
markdown_fences
{ "type": "object", "properties": { "field_y75": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "attr_v13": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "val_v72": { ...
```json {"field_y75":"pending","attr_v13":"single","val_v72":"info@example.com","attr_k71":"quux","col_p99":"pending_review"} ```
Output contains markdown code fences
{"field_y75":"pending","attr_v13":"single","val_v72":"info@example.com","attr_k71":"quux","col_p99":"pending_review"}
TASK repair_structured_output SPEC FIELD attr_a65 TYPE string REQUIRED yes FIELD col_p57.prop_k25.attr_v64 TYPE string_uri REQUIRED no FIELD col_p57.prop_k25.col_v78 TYPE string REQUIRED yes FIELD col_p57.prop_k25.val_r84 TYPE string_date-time REQUIRED no FIELD col_p57.prop_k25.col_o30 TYPE integer REQUIRED no FIELD c...
{"attr_a65":"A short description.","prop_r51":"Bob","dim_a31":"draft","val_m15":"mode_c","val_y11":{"col_v23":"pending","val_l93":{"prop_z30":"pending","param_q64":336,"val_q84":[155,501,156]},"attr_w92":{"col_w88":null,"val_x89":"info@example.com","attr_v70":"https://data.org/data","val_p78":"2022-07-14T10:21:00Z","di...
markdown_explanation
{ "type": "object", "properties": { "attr_a65": { "type": "string" }, "col_p57": { "type": "object", "properties": { "prop_k25": { "type": "object", "properties": { "attr_v64": { "type": "string", "format": "uri" ...
I've generated the following JSON: ```json {"attr_a65":"A short description.","prop_r51":"Bob","dim_a31":"draft","val_m15":"mode_c","val_y11":{"col_v23":"pending","val_l93":{"prop_z30":"pending","param_q64":336,"val_q84":[155,501,156]},"attr_w92":{"col_w88":null,"val_x89":"info@example.com","attr_v70":"https://data.org...
Output contains markdown and explanatory text around JSON
{"attr_a65":"A short description.","prop_r51":"Bob","dim_a31":"draft","val_m15":"mode_c","val_y11":{"col_v23":"pending","val_l93":{"prop_z30":"pending","param_q64":336,"val_q84":[155,501,156]},"attr_w92":{"col_w88":null,"val_x89":"info@example.com","attr_v70":"https://data.org/data","val_p78":"2022-07-14T10:21:00Z","di...
TASK repair_structured_output SPEC FIELD val_v53 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_v93 TYPE string REQUIRED yes FIELD attr_a99.prop_z28 TYPE integer REQUIRED yes FIELD attr_a99.prop_p10 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD attr_a99.col_f86 TYPE ...
{"val_v93":"user@domain.com","attr_a99":{"prop_z28":181,"prop_p10":"missense","col_f86":4.39,"attr_k51":"GBP"}}
thought_process
{ "type": "object", "properties": { "val_v53": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "val_v93": { "type": "string" }, "attr_a99": { "type": "object", "properties": { "prop_z28": { ...
Processing the request now. I'll validate against the schema. {"val_v93":"user@domain.com","attr_a99":{"prop_z28":181,"prop_p10":"missense","col_f86":4.39,"attr_k51":"GBP"}}
Output contains chain-of-thought reasoning before JSON
{"val_v93":"user@domain.com","attr_a99":{"prop_z28":181,"prop_p10":"missense","col_f86":4.39,"attr_k51":"GBP"}}
TASK repair_structured_output SPEC FIELD created_at TYPE string REQUIRED no FIELD account_id.price.paragraph TYPE string VALUES draft|published|archived REQUIRED yes FIELD account_id.price.cargo_type TYPE string REQUIRED no FIELD account_id.price.brake_pressure TYPE string VALUES draft|published|archived REQUIRED yes ...
{"created_at":"A short description.","voltage":"berthed","nickname":"New York","vital_sign":"error"}
thought_process
{ "type": "object", "properties": { "created_at": { "type": "string" }, "account_id": { "type": "object", "properties": { "price": { "type": "object", "properties": { "paragraph": { "type": "string", "enum": [ ...
Processing the request now. I'll validate against the schema. {"created_at":"A short description.","voltage":"berthed","nickname":"New York","vital_sign":"error"}
Output contains chain-of-thought reasoning before JSON
{"created_at":"A short description.","voltage":"berthed","nickname":"New York","vital_sign":"error"}
TASK repair_structured_output SPEC FIELD city TYPE string REQUIRED no FIELD loan_amount TYPE integer REQUIRED yes FIELD paragraph.aligned_pct TYPE string_uri REQUIRED yes FIELD paragraph.image_url TYPE string VALUES draft|published|archived REQUIRED no FIELD paragraph.start_date.yield_pct TYPE integer REQUIRED yes FIE...
{"loan_amount":707,"paragraph":{"aligned_pct":"https://www.io/v1","start_date":{"yield_pct":326,"address":false,"score":652,"log_level":591},"phenotype":"basic"},"age":835.88,"deploy_target":"editor"}
unquoted_keys
{ "type": "object", "properties": { "city": { "type": "string" }, "loan_amount": { "type": "integer" }, "paragraph": { "type": "object", "properties": { "aligned_pct": { "type": "string", "format": "uri" }, "image_url": { ...
{loan_amount:707,paragraph:{aligned_pct:"https://www.io/v1",start_date:{yield_pct:326,address:false,score:652,log_level:591},phenotype:"basic"},age:835.88,deploy_target:"editor"}
Expecting property name enclosed in double quotes
{"loan_amount":707,"paragraph":{"aligned_pct":"https://www.io/v1","start_date":{"yield_pct":326,"address":false,"score":652,"log_level":591},"phenotype":"basic"},"age":835.88,"deploy_target":"editor"}
TASK repair_structured_output SPEC FIELD values TYPE string REQUIRED yes FIELD wavelength TYPE integer REQUIRED yes FIELD vessel_name TYPE string_uri REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: generate_report Result: {"values": "2023-12-25", "vessel_name": "https://api.io/api"} Processing the reques...
{"values":"2023-12-25","wavelength":841,"vessel_name":"https://api.io/api"}
agent_chain
{ "type": "object", "properties": { "values": { "type": "string" }, "wavelength": { "type": "integer" }, "vessel_name": { "type": "string", "format": "uri" } }, "required": [ "vessel_name", "values", "wavelength" ] }
Let me check the system. Action: generate_report Result: {"values": "2023-12-25", "vessel_name": "https://api.io/api"} Processing the request now. Action: run_diagnostics Result:
Agent multi-step chain with truncated tool output
{"values":"2023-12-25","wavelength":841,"vessel_name":"https://api.io/api"}
TASK repair_structured_output SPEC FIELD col_q36 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD key_a23.dim_y47 TYPE string REQUIRED no FIELD key_a23.attr_r58.col_q93 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD key_a23.attr_r58.prop_n26 TYPE string REQUIRED no FIELD key_a23.at...
{"col_q36":"cat_e","key_a23":{"dim_y47":"Maria","attr_r58":{"col_q93":"mode_b","prop_n26":"active","param_h73":true,"attr_x61":14},"col_r01":"mode_a","val_w89":false,"param_q32":{"col_u18":true,"key_c94":"John","field_w67":"option_a","prop_c26":"RTG-04","param_l07":"Hapag-Lloyd-Express"},"param_v90":25},"dim_y47":"inac...
single_quotes
{ "type": "object", "properties": { "col_q36": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "key_a23": { "type": "object", "properties": { "dim_y47": { "type": "string" }, ...
{'col_q36':'cat_e','key_a23':{'dim_y47':'Maria','attr_r58':{'col_q93':'mode_b','prop_n26':'active','param_h73':true,'attr_x61':14},'col_r01':'mode_a','val_w89':false,'param_q32':{'col_u18':true,'key_c94':'John','field_w67':'option_a','prop_c26':'RTG-04','param_l07':'Hapag-Lloyd-Express'},'param_v90':25},'dim_y47':'inac...
Expecting property name enclosed in double quotes
{"col_q36":"cat_e","key_a23":{"dim_y47":"Maria","attr_r58":{"col_q93":"mode_b","prop_n26":"active","param_h73":true,"attr_x61":14},"col_r01":"mode_a","val_w89":false,"param_q32":{"col_u18":true,"key_c94":"John","field_w67":"option_a","prop_c26":"RTG-04","param_l07":"Hapag-Lloyd-Express"},"param_v90":25},"dim_y47":"inac...
TASK repair_structured_output SPEC FIELD val_e59 TYPE string REQUIRED no FIELD param_m03 TYPE boolean REQUIRED yes FIELD attr_j14 TYPE number REQUIRED yes FIELD field_d46.attr_x24 TYPE integer REQUIRED yes FIELD field_d46.attr_g97 TYPE integer REQUIRED yes FIELD field_d46.col_d99 TYPE number REQUIRED yes FIELD field_d...
{"val_e59":"quux","param_m03":false,"attr_j14":403.87,"field_d46":{"attr_x24":957,"attr_g97":862,"col_d99":923.62,"param_x35":"Berlin","attr_g73":true},"field_k21":"degraded"}
tool_call_text_mix
{ "type": "object", "properties": { "val_e59": { "type": "string" }, "param_m03": { "type": "boolean" }, "attr_j14": { "type": "number" }, "field_d46": { "type": "object", "properties": { "attr_x24": { "type": "integer" }, "...
I need to look up the information first. <tool_call name="annotate_mutation"> {"val_e59":"quux","param_m03":false,"attr_j14":403.87,"field_d46":{"attr_x24":957,"attr_g97":862,"col_d99":923.62,"param_x35":"Berlin","attr_g73":true},"field_k21":"degraded"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"val_e59":"quux","param_m03":false,"attr_j14":403.87,"field_d46":{"attr_x24":957,"attr_g97":862,"col_d99":923.62,"param_x35":"Berlin","attr_g73":true},"field_k21":"degraded"}
TASK repair_structured_output SPEC FIELD account_id TYPE null REQUIRED yes FIELD invoice_id TYPE number REQUIRED no FIELD website TYPE number REQUIRED no FIELD bill_of_lading.humidity_pct TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD bill_of_lading.level TYPE string VALUES small|medium|large|xl R...
{"account_id":null,"invoice_id":833.88}
tool_call_partial_args
{ "type": "object", "properties": { "account_id": { "type": "null" }, "invoice_id": { "type": "number" }, "website": { "type": "number" }, "bill_of_lading": { "type": "object", "properties": { "humidity_pct": { "type": "string", "...
I need to look up the information first. Action: generate_report Arguments: {"invoice_id": 833.88}
Agent tool call missing required parameter 'account_id'
{"account_id":null,"invoice_id":833.88}
TASK repair_structured_output SPEC FIELD title TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD ph_level TYPE boolean REQUIRED no FIELD build_status TYPE string_uri REQUIRED no FIELD coverage.consignee TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD coverage.conductivity TYPE boolean...
{"title":"pending_review","coverage":{"consignee":"cat_b","conductivity":false,"section":"admin@test.io","color":614,"order_id":"approved"},"nickname":{"gene_id":696.87,"count":true,"trace_id":"offline","rating":"level_1","account_id":{"lab_result":"option_c","crew_id":"chrX"}}}
thought_process
{ "type": "object", "properties": { "title": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "ph_level": { "type": "boolean" }, "build_status": { "type": "string", "format": "uri" },...
Processing the request now. I'll validate against the schema. {"title":"pending_review","coverage":{"consignee":"cat_b","conductivity":false,"section":"admin@test.io","color":614,"order_id":"approved"},"nickname":{"gene_id":696.87,"count":true,"trace_id":"offline","rating":"level_1","account_id":{"lab_result":"option_...
Output contains chain-of-thought reasoning before JSON
{"title":"pending_review","coverage":{"consignee":"cat_b","conductivity":false,"section":"admin@test.io","color":614,"order_id":"approved"},"nickname":{"gene_id":696.87,"count":true,"trace_id":"offline","rating":"level_1","account_id":{"lab_result":"option_c","crew_id":"chrX"}}}
TASK repair_structured_output SPEC FIELD val_x58 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD val_j67 TYPE string REQUIRED yes FIELD prop_n22 TYPE string REQUIRED yes BROKEN_OUTPUT Based on the data, val_x58 is viewer. {"val_x58":"viewer","val_j67":"Johnson","prop_n22":"Santos"}
{"val_x58":"viewer","val_j67":"Johnson","prop_n22":"Santos"}
partial_structure
{ "type": "object", "properties": { "val_x58": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "val_j67": { "type": "string" }, "prop_n22": { "type": "string" } }, "required": [ "val_j67", "val_x58", "prop_n...
Based on the data, val_x58 is viewer. {"val_x58":"viewer","val_j67":"Johnson","prop_n22":"Santos"}
Output mixes natural language with JSON
{"val_x58":"viewer","val_j67":"Johnson","prop_n22":"Santos"}
TASK repair_structured_output SPEC FIELD website TYPE number REQUIRED no FIELD role TYPE integer REQUIRED no FIELD allele.duration_ms TYPE string VALUES single|married|divorced REQUIRED yes FIELD allele.brake_pressure TYPE boolean REQUIRED no FIELD allele.rating TYPE string VALUES active|inactive|pending REQUIRED yes ...
{"allele":{"duration_ms":"single","brake_pressure":false,"rating":"inactive","procedure_code":"Charlie","created_at":817},"status":"test@example.com","organism":150,"ward":null,"weight":"MV-Evergreen-01"}
missing_required
{ "type": "object", "properties": { "website": { "type": "number" }, "role": { "type": "integer" }, "allele": { "type": "object", "properties": { "duration_ms": { "type": "string", "enum": [ "single", "married", ...
{"allele": {"duration_ms": "single", "brake_pressure": false, "rating": "inactive", "procedure_code": "Charlie", "created_at": 817}, "status": "test@example.com", "organism": 150, "weight": "MV-Evergreen-01"}
Required field 'ward' is missing
{"allele":{"duration_ms":"single","brake_pressure":false,"rating":"inactive","procedure_code":"Charlie","created_at":817},"status":"test@example.com","organism":150,"ward":null,"weight":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD zip_code.umi TYPE string REQUIRED yes FIELD zip_code.trace_id TYPE null REQUIRED yes FIELD zip_code.length TYPE string_email REQUIRED yes FIELD zip_code.category TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD bill_of_lading TYPE string_email REQUIRED no FIELD url T...
{"zip_code":{"umi":"Charlie","trace_id":null,"length":"info@example.com","category":"medium"},"bill_of_lading":"ops@example.com","url":497,"due_date":"mode_c","updated_at":"completed"}
unquoted_keys
{ "type": "object", "properties": { "zip_code": { "type": "object", "properties": { "umi": { "type": "string" }, "trace_id": { "type": "null" }, "length": { "type": "string", "format": "email" }, "categor...
{zip_code:{umi:"Charlie",trace_id:null,length:"info@example.com",category:"medium"},bill_of_lading:"ops@example.com",url:497,due_date:"mode_c",updated_at:"completed"}
Expecting property name enclosed in double quotes
{"zip_code":{"umi":"Charlie","trace_id":null,"length":"info@example.com","category":"medium"},"bill_of_lading":"ops@example.com","url":497,"due_date":"mode_c","updated_at":"completed"}
TASK repair_structured_output SPEC FIELD param_w48 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD attr_w07 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD key_o67[].param_s80 TYPE number REQUIRED no FIELD key_o67[].prop_u90 TYPE string VALUES draft|published|archived REQU...
{"param_w48":"free","attr_w07":"missense","key_o67":[{"param_s80":324.15,"prop_u90":"published","prop_x51":"enterprise","field_o23":"in_progress","key_j12":[202,149,374,876],"col_b53":[true,true,true]}]}
extra_text_before
{ "type": "object", "properties": { "param_w48": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "attr_w07": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshi...
Based on your request, here is the data: {"param_w48":"free","attr_w07":"missense","key_o67":[{"param_s80":324.15,"prop_u90":"published","prop_x51":"enterprise","field_o23":"in_progress","key_j12":[202,149,374,876],"col_b53":[true,true,true]}]}
Output contains non-JSON text before the object
{"param_w48":"free","attr_w07":"missense","key_o67":[{"param_s80":324.15,"prop_u90":"published","prop_x51":"enterprise","field_o23":"in_progress","key_j12":[202,149,374,876],"col_b53":[true,true,true]}]}
TASK repair_structured_output SPEC FIELD col_m21 TYPE integer REQUIRED yes FIELD col_n64 TYPE null REQUIRED yes FIELD val_e98 TYPE integer REQUIRED yes FIELD prop_k09.param_s76 TYPE integer REQUIRED no FIELD prop_k09.field_y92 TYPE number REQUIRED no FIELD prop_k09.key_a51 TYPE number REQUIRED no FIELD prop_k09.key_w7...
{"col_m21":636,"col_n64":null,"val_e98":325,"prop_k09":{"field_y92":325.81,"key_a51":199.04,"key_w75":"https://api.io/data","field_z64":{"dim_r01":"inactive","key_y13":"homozygous"}}}
missing_bracket
{ "type": "object", "properties": { "col_m21": { "type": "integer" }, "col_n64": { "type": "null" }, "val_e98": { "type": "integer" }, "prop_k09": { "type": "object", "properties": { "param_s76": { "type": "integer" }, "fiel...
{"col_m21":636,"col_n64":null,"val_e98":325,"prop_k09":{"field_y92":325.81,"key_a51":199.04,"key_w75":"https://api.io/data","field_z64":{"dim_r01":"inactive","key_y13":"homozygous"}}}
Missing closing bracket
{"col_m21":636,"col_n64":null,"val_e98":325,"prop_k09":{"field_y92":325.81,"key_a51":199.04,"key_w75":"https://api.io/data","field_z64":{"dim_r01":"inactive","key_y13":"homozygous"}}}
TASK repair_structured_output SPEC FIELD color TYPE number REQUIRED no FIELD repository TYPE number REQUIRED yes FIELD version TYPE string REQUIRED no BROKEN_OUTPUT {"color":416.93,"repository":804.93} Hope this helps!
{"color":416.93,"repository":804.93}
extra_text_after
{ "type": "object", "properties": { "color": { "type": "number" }, "repository": { "type": "number" }, "version": { "type": "string" } }, "required": [ "repository" ] }
{"color":416.93,"repository":804.93} Hope this helps!
Output contains non-JSON text after the object
{"color":416.93,"repository":804.93}
TASK repair_structured_output SPEC FIELD key_m41 TYPE number REQUIRED no FIELD attr_p43 TYPE string REQUIRED yes FIELD key_i69 TYPE integer REQUIRED no FIELD dim_e82 TYPE string_date-time REQUIRED yes FIELD param_w51 TYPE null REQUIRED no FIELD dim_v48 TYPE string_email REQUIRED no BROKEN_OUTPUT I need to check the p...
{"key_m41":79.2,"attr_p43":"https://api.example.com/v1","dim_e82":"2023-07-25T00:36:00Z"}
thought_process
{ "type": "object", "properties": { "key_m41": { "type": "number" }, "attr_p43": { "type": "string" }, "key_i69": { "type": "integer" }, "dim_e82": { "type": "string", "format": "date-time" }, "param_w51": { "type": "null" }, "dim_v48":...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"key_m41":79.2,"attr_p43":"https://api.example.com/v1","dim_e82":"2023-07-25T00:36:00Z"}
Output contains chain-of-thought reasoning before JSON
{"key_m41":79.2,"attr_p43":"https://api.example.com/v1","dim_e82":"2023-07-25T00:36:00Z"}
TASK repair_structured_output SPEC FIELD key_o80 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD field_k09 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD val_r00 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_c04 TYPE boolean REQUIRED no FIELD prop_x77 TYPE boolean REQUIRED no FIEL...
{"key_o80":"BRL","field_k09":"USD","val_r00":"phone","param_c04":true,"prop_x77":true,"key_v08":"escalated"}
tool_call_wrong_param
{ "type": "object", "properties": { "key_o80": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "field_k09": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
Tool: process_payment Params: {"field_k09": "USD", "val_r00": "phone", "param_c04": true, "prop_x77": true, "key_v08": "escalated", "key_o80_name": "BRL"}
Agent used wrong parameter name 'key_o80_name' instead of 'key_o80'
{"key_o80":"BRL","field_k09":"USD","val_r00":"phone","param_c04":true,"prop_x77":true,"key_v08":"escalated"}
TASK repair_structured_output SPEC FIELD state TYPE string VALUES single|married|divorced REQUIRED yes FIELD build_status TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD batch_code TYPE number REQUIRED yes BROKEN_OUTPUT {"state": "single", "build_status": null, "batch_code": 707.75}
{"state":"single","build_status":"mode_c","batch_code":707.75}
null_required
{ "type": "object", "properties": { "state": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "build_status": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "batch_code": { ...
{"state": "single", "build_status": null, "batch_code": 707.75}
Required field 'build_status' is null
{"state":"single","build_status":"mode_c","batch_code":707.75}
TASK repair_structured_output SPEC FIELD feedback TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD collateral.compound TYPE string_date-time REQUIRED no FIELD collateral.state TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD collateral.amount TYPE string REQUIRED yes FIELD collateral.credit_scor...
{"feedback":"mode_c","collateral":{"compound":"2020-04-23T13:34:00Z","state":"cat_c","amount":"chr1","credit_score":"mode_e","color":379,"repository":"New York"},"latitude":null}
markdown_fences
{ "type": "object", "properties": { "feedback": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "collateral": { "type": "object", "properties": { "compound": { "type": "string", "format": "date-time" ...
```json {"feedback":"mode_c","collateral":{"compound":"2020-04-23T13:34:00Z","state":"cat_c","amount":"chr1","credit_score":"mode_e","color":379,"repository":"New York"},"latitude":null} ```
Output contains markdown code fences
{"feedback":"mode_c","collateral":{"compound":"2020-04-23T13:34:00Z","state":"cat_c","amount":"chr1","credit_score":"mode_e","color":379,"repository":"New York"},"latitude":null}
TASK repair_structured_output SPEC FIELD dim_l95 TYPE number REQUIRED no FIELD attr_v83 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD param_r95 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD val_t51 TYPE null REQUIRED no FIELD val_n87 TYPE integer REQUIRED no FIELD field_n27 TYPE s...
{"dim_l95":993.96,"val_t51":null,"field_n27":"https://api.example.com/v1"}
truncated_array
{ "type": "object", "properties": { "dim_l95": { "type": "number" }, "attr_v83": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_r95": { "type": "string", "enum": [ "mode_a", "mode_b"...
{"dim_l95":993.96,"val_t51":null,"field_n27":"https://api.example.com/v1"
Unexpected end of JSON input — truncated object
{"dim_l95":993.96,"val_t51":null,"field_n27":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD manifest_ref.website TYPE string REQUIRED yes FIELD manifest_ref.procedure_code TYPE boolean REQUIRED yes FIELD manifest_ref.amount TYPE string REQUIRED no FIELD manifest_ref.subject TYPE integer REQUIRED yes FIELD manifest_ref.span_id TYPE string REQUIRED yes FIELD cargo_type ...
{"manifest_ref":{"website":"Berlin","procedure_code":false,"amount":"Santos","subject":410,"span_id":"Jane"},"cargo_type":true,"ph_level":"white"}
thought_process
{ "type": "object", "properties": { "manifest_ref": { "type": "object", "properties": { "website": { "type": "string" }, "procedure_code": { "type": "boolean" }, "amount": { "type": "string" }, "subject": { ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"manifest_ref":{"website":"Berlin","procedure_code":false,"amount":"Santos","subject":410,"span_id":"Jane"},"cargo_type":true,"ph_level":"white"}
Output contains chain-of-thought reasoning before JSON
{"manifest_ref":{"website":"Berlin","procedure_code":false,"amount":"Santos","subject":410,"span_id":"Jane"},"cargo_type":true,"ph_level":"white"}
TASK repair_structured_output SPEC FIELD ph_level.country TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD ph_level.transaction_id TYPE boolean REQUIRED no FIELD ph_level.frequency_hz TYPE integer REQUIRED no FIELD ph_level.end_date TYPE boolean REQUIRED yes FIELD ph_level.last_name TYPE string VALU...
{"ph_level":{"country":"cat_a","transaction_id":false,"frequency_hz":134,"end_date":true,"last_name":"mode_a"},"voltage":"user@domain.org","isotope":"test","pressure_kpa":373,"discount":{"bed_number":{"version":"option_a","isotope":"option_a","sensor_id":"GRCh38","throttle_pos":true,"start_date":null,"diagnosis_code":3...
tool_call_partial_args
{ "type": "object", "properties": { "ph_level": { "type": "object", "properties": { "country": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "transaction...
I need to look up the information first. Action: track_vessel Arguments: {"ph_level": {"country": "cat_a", "transaction_id": false, "frequency_hz": 134, "end_date": true, "last_name": "mode_a"}, "voltage": "user@domain.org", "isotope": "test", "pressure_kpa": 373}
Agent tool call missing required parameter 'discount'
{"ph_level":{"country":"cat_a","transaction_id":false,"frequency_hz":134,"end_date":true,"last_name":"mode_a"},"voltage":"user@domain.org","isotope":"test","pressure_kpa":373,"discount":{"bed_number":{"version":"option_a","isotope":"option_a","sensor_id":"GRCh38","throttle_pos":true,"start_date":null,"diagnosis_code":3...
TASK repair_structured_output SPEC FIELD dim_v75 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_d43 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD prop_a05 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD dim_c09 TYPE number REQUIRED no FIELD col_y75 TYPE integer REQUIRED ...
{"dim_v75":"single","prop_a05":"pending","dim_c09":997.66,"col_y75":968}
markdown_fences
{ "type": "object", "properties": { "dim_v75": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_d43": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "prop_a05": { ...
```json {"dim_v75":"single","prop_a05":"pending","dim_c09":997.66,"col_y75":968} ```
Output contains markdown code fences
{"dim_v75":"single","prop_a05":"pending","dim_c09":997.66,"col_y75":968}
TASK repair_structured_output SPEC FIELD compound TYPE string REQUIRED yes FIELD vessel_name TYPE integer REQUIRED no FIELD tags.frequency_hz TYPE integer REQUIRED yes FIELD tags.end_date TYPE string REQUIRED yes FIELD tags.subtotal[] TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD size TYPE str...
{"compound":"Diana","vessel_name":366,"tags":{"frequency_hz":748,"end_date":"completed","subtotal":["in_progress"]},"size":"pro"}
unquoted_keys
{ "type": "object", "properties": { "compound": { "type": "string" }, "vessel_name": { "type": "integer" }, "tags": { "type": "object", "properties": { "frequency_hz": { "type": "integer" }, "end_date": { "type": "string" ...
{compound:"Diana",vessel_name:366,tags:{frequency_hz:748,end_date:"completed",subtotal:["in_progress"]},size:"pro"}
Expecting property name enclosed in double quotes
{"compound":"Diana","vessel_name":366,"tags":{"frequency_hz":748,"end_date":"completed","subtotal":["in_progress"]},"size":"pro"}
TASK repair_structured_output SPEC FIELD dim_v09 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_c80 TYPE number REQUIRED no FIELD val_h17 TYPE string REQUIRED no FIELD val_x47 TYPE boolean REQUIRED yes FIELD attr_k43[] TYPE null REQUIRED no FIELD param_h47[] TYPE string REQUIRED no BROKEN_OUTPUT ```js...
{"dim_v09":"sms","val_x47":true}
markdown_fences
{ "type": "object", "properties": { "dim_v09": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "dim_c80": { "type": "number" }, "val_h17": { "type": "string" }, "val_x47": { "type": "boolean" }, ...
```json {"dim_v09":"sms","val_x47":true} ```
Output contains markdown code fences
{"dim_v09":"sms","val_x47":true}
TASK repair_structured_output SPEC FIELD salinity TYPE integer REQUIRED yes FIELD sensor_id.umi TYPE string REQUIRED yes FIELD sensor_id.city TYPE integer REQUIRED no FIELD sensor_id.product_id TYPE string REQUIRED yes FIELD step TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT {"salini...
{"salinity":910,"sensor_id":{"umi":"Johnson","product_id":"Santos"},"step":"delivered"}
trailing_comma
{ "type": "object", "properties": { "salinity": { "type": "integer" }, "sensor_id": { "type": "object", "properties": { "umi": { "type": "string" }, "city": { "type": "integer" }, "product_id": { "type": "string" ...
{"salinity":910,"sensor_id":{"umi":"Johnson","product_id":"Santos",},"step":"delivered"}
Unexpected trailing comma
{"salinity":910,"sensor_id":{"umi":"Johnson","product_id":"Santos"},"step":"delivered"}
TASK repair_structured_output SPEC FIELD prop_b01 TYPE string REQUIRED yes FIELD param_p25 TYPE boolean REQUIRED no FIELD key_o82.prop_w23.col_s72 TYPE integer REQUIRED yes FIELD key_o82.prop_w23.field_a89 TYPE integer REQUIRED yes FIELD key_o82.prop_w23.prop_j90 TYPE boolean REQUIRED no FIELD key_o82.prop_w23.key_w82...
{"prop_b01":"2023-12-25","key_o82":{"prop_w23":{"col_s72":925,"field_a89":532,"prop_j90":true,"field_n21":"MV-Evergreen-01","param_y56":"2026-06-03T04:03:00Z"},"dim_k25":706,"val_x54":424,"prop_v39":{"field_u88":"quux","attr_x16":187,"col_k35":"single","col_c70":136,"prop_f49":"approved"},"col_x20":"pending","field_t85...
agent_chain
{ "type": "object", "properties": { "prop_b01": { "type": "string" }, "param_p25": { "type": "boolean" }, "key_o82": { "type": "object", "properties": { "prop_w23": { "type": "object", "properties": { "col_s72": { "typ...
I need to look up the information first. Action: verify_hazmat_compliance Result: {"key_o82": {"prop_w23": {"col_s72": 925, "field_a89": 532, "prop_j90": true, "field_n21": "MV-Evergreen-01", "param_y56": "2026-06-03T04:03:00Z"}, "dim_k25": 706, "val_x54": 424, "prop_v39": {"field_u88": "quux", "attr_x16": 187, "col_k3...
Agent multi-step chain with truncated tool output
{"prop_b01":"2023-12-25","key_o82":{"prop_w23":{"col_s72":925,"field_a89":532,"prop_j90":true,"field_n21":"MV-Evergreen-01","param_y56":"2026-06-03T04:03:00Z"},"dim_k25":706,"val_x54":424,"prop_v39":{"field_u88":"quux","attr_x16":187,"col_k35":"single","col_c70":136,"prop_f49":"approved"},"col_x20":"pending","field_t85...
TASK repair_structured_output SPEC FIELD param_f47 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD prop_d68 TYPE string REQUIRED no FIELD field_x86 TYPE null REQUIRED yes FIELD field_h18.val_m97 TYPE boolean REQUIRED no FIELD field_h18.attr_c09 TYPE string REQUIRED no FIELD field_h18.prop_u97 TYPE s...
{"param_f47":"cat_a","prop_d68":"London","field_x86":null,"field_h18":{"val_m97":false,"attr_c09":"cancelled","prop_u97":"medium","attr_s77":null,"val_y72":"divorced"}}
tool_call_python_syntax
{ "type": "object", "properties": { "param_f47": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "prop_d68": { "type": "string" }, "field_x86": { "type": "null" }, "field_h18": { "t...
query_port_status(param_f47='cat_a', prop_d68='London', field_x86=None, field_h18={'val_m97': False, 'attr_c09': 'cancelled', 'prop_u97': 'medium', 'attr_s77': None, 'val_y72': 'divorced'})
Tool call uses Python syntax instead of JSON
{"param_f47":"cat_a","prop_d68":"London","field_x86":null,"field_h18":{"val_m97":false,"attr_c09":"cancelled","prop_u97":"medium","attr_s77":null,"val_y72":"divorced"}}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string VALUES active|inactive|pending REQUIRED no FIELD version TYPE integer REQUIRED no FIELD vital_sign TYPE integer REQUIRED no FIELD weight TYPE number REQUIRED no FIELD email[].phone TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD ema...
{"vital_sign":139,"email":[{"phone":"white","feedback":null,"version":"info@domain.org"},{"phone":"red","feedback":null,"version":"user@test.io"}]}
agent_chain
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "version": { "type": "integer" }, "vital_sign": { "type": "integer" }, "weight": { "type": "number" }...
Let me check the system. Action: generate_report Result: {"email": [{"phone": "white", "feedback": null, "version": "info@domain.org"}, {"phone": "red", "feedback": null, "version": "user@test.io"}]} Processing the request now. Action: update_record Result:
Agent multi-step chain with truncated tool output
{"vital_sign":139,"email":[{"phone":"white","feedback":null,"version":"info@domain.org"},{"phone":"red","feedback":null,"version":"user@test.io"}]}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD enabled TYPE string_date-time REQUIRED yes FIELD items TYPE integer REQUIRED yes FIELD velocity TYPE string VALUES small|medium|large|xl REQUIRED no BROKEN_OUTPUT {"berth_slot": "enterprise", "enabled":...
{"berth_slot":"enterprise","enabled":"2024-07-20T21:15:00Z","items":561}
number_with_unit
{ "type": "object", "properties": { "berth_slot": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "enabled": { "type": "string", "format": "date-time" }, "items": { "type": "integer" }, "velocity"...
{"berth_slot": "enterprise", "enabled": "2024-07-20T21:15:00Z", "items": "561sec"}
Field 'items' must be number, got string with unit
{"berth_slot":"enterprise","enabled":"2024-07-20T21:15:00Z","items":561}
TASK repair_structured_output SPEC FIELD key_q93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_s80 TYPE string_date-time REQUIRED no FIELD col_a04 TYPE integer REQUIRED no FIELD val_o90 TYPE integer REQUIRED yes BROKEN_OUTPUT Here is the JSON you requested: {"dim_s80":"2025-...
{"dim_s80":"2025-01-28T00:08:00Z","col_a04":328,"val_o90":377}
extra_text_before
{ "type": "object", "properties": { "key_q93": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_s80": { "type": "string", "format": "date-time" }, "col_a04": { ...
Here is the JSON you requested: {"dim_s80":"2025-01-28T00:08:00Z","col_a04":328,"val_o90":377}
Output contains non-JSON text before the object
{"dim_s80":"2025-01-28T00:08:00Z","col_a04":328,"val_o90":377}
TASK repair_structured_output SPEC FIELD col_m21 TYPE string REQUIRED no FIELD attr_l27 TYPE string_email REQUIRED no FIELD dim_r66 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD val_r23 TYPE string_date-time REQUIRED no FIELD param_d05.val_l39 TYPE number REQUIRED yes FIELD param_d05.attr_o60.key_v19 TYPE stri...
{"col_m21":"This is a test value.","attr_l27":"test@example.com","dim_r66":"level_1","val_r23":"2026-07-20T15:16:00Z","param_d05":{"val_l39":679.69,"attr_e44":990,"key_q52":{"attr_l47":null,"attr_b51":"type_b","attr_s45":"baz","val_o88":80,"val_n59":"type_c"},"attr_k28":"test@example.com"}}
extra_field
{ "type": "object", "properties": { "col_m21": { "type": "string" }, "attr_l27": { "type": "string", "format": "email" }, "dim_r66": { "type": "string", "enum": [ "level_1", "level_2" ] }, "val_r23": { "type": "string", "for...
{"col_m21": "This is a test value.", "attr_l27": "test@example.com", "dim_r66": "level_1", "val_r23": "2026-07-20T15:16:00Z", "param_d05": {"val_l39": 679.69, "attr_e44": 990, "key_q52": {"attr_l47": null, "attr_b51": "type_b", "attr_s45": "baz", "val_o88": 80, "val_n59": "type_c"}, "attr_k28": "test@example.com"}, "ex...
Unknown field 'extra_value_9291' not defined in schema
{"col_m21":"This is a test value.","attr_l27":"test@example.com","dim_r66":"level_1","val_r23":"2026-07-20T15:16:00Z","param_d05":{"val_l39":679.69,"attr_e44":990,"key_q52":{"attr_l47":null,"attr_b51":"type_b","attr_s45":"baz","val_o88":80,"val_n59":"type_c"},"attr_k28":"test@example.com"}}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD message.salinity TYPE boolean REQUIRED yes FIELD message.active.current_draw TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD message.active.turbidity TYPE string REQUIRED yes FIELD message.act...
{"items":"option_b","compound":"This is a test value.","tags":"https://api.example.com/v1","shipping":171,"company":513,"commit_hash":678}
number_with_unit
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "message": { "type": "object", "properties": { "salinity": { "type": "boolean" }, "active": { ...
{"items": "option_b", "compound": "This is a test value.", "tags": "https://api.example.com/v1", "shipping": 171, "company": "513px", "commit_hash": 678}
Field 'company' must be number, got string with unit
{"items":"option_b","compound":"This is a test value.","tags":"https://api.example.com/v1","shipping":171,"company":513,"commit_hash":678}
TASK repair_structured_output SPEC FIELD quantity TYPE string REQUIRED yes FIELD department TYPE number REQUIRED no FIELD crew_id.consignee TYPE string_date-time REQUIRED yes FIELD crew_id.nickname TYPE number REQUIRED no FIELD crew_id.coverage[].user_id TYPE boolean REQUIRED yes FIELD crew_id.coverage[].level TYPE st...
{"quantity":"REV","department":198.58,"crew_id":{"consignee":"2024-12-08T10:38:00Z","nickname":937.75,"coverage":[{"user_id":true,"level":"frameshift","gene_id":"editor","verified":"maintenance","bearing":"A short description.","name":"offline"},{"user_id":true,"level":"nonsense","gene_id":"editor","name":"degraded"},{...
missing_brace
{ "type": "object", "properties": { "quantity": { "type": "string" }, "department": { "type": "number" }, "crew_id": { "type": "object", "properties": { "consignee": { "type": "string", "format": "date-time" }, "nickname": { ...
{"quantity":"REV","department":198.58,"crew_id":{"consignee":"2024-12-08T10:38:00Z","nickname":937.75,"coverage":["user_id":true,"level":"frameshift","gene_id":"editor","verified":"maintenance","bearing":"A short description.","name":"offline"},{"user_id":true,"level":"nonsense","gene_id":"editor","name":"degraded"},{"...
Missing closing brace
{"quantity":"REV","department":198.58,"crew_id":{"consignee":"2024-12-08T10:38:00Z","nickname":937.75,"coverage":[{"user_id":true,"level":"frameshift","gene_id":"editor","verified":"maintenance","bearing":"A short description.","name":"offline"},{"user_id":true,"level":"nonsense","gene_id":"editor","name":"degraded"},{...
TASK repair_structured_output SPEC FIELD title TYPE number REQUIRED no FIELD vessel_name TYPE string REQUIRED no FIELD type TYPE boolean REQUIRED no FIELD shipper_ref TYPE boolean REQUIRED yes BROKEN_OUTPUT {"title":287.67,"vessel_name":"New York","type":true,"shipper_ref":false
{"title":287.67,"vessel_name":"New York","type":true,"shipper_ref":false}
truncated_object
{ "type": "object", "properties": { "title": { "type": "number" }, "vessel_name": { "type": "string" }, "type": { "type": "boolean" }, "shipper_ref": { "type": "boolean" } }, "required": [ "shipper_ref" ] }
{"title":287.67,"vessel_name":"New York","type":true,"shipper_ref":false
Unexpected end of JSON input — truncated object
{"title":287.67,"vessel_name":"New York","type":true,"shipper_ref":false}
TASK repair_structured_output SPEC FIELD attr_n90 TYPE integer REQUIRED no FIELD val_l82 TYPE boolean REQUIRED yes FIELD prop_r62 TYPE boolean REQUIRED yes FIELD field_i63 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD field_o58.prop_n92 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIEL...
{"attr_n90":286,"val_l82":true,"prop_r62":true,"field_i63":"phone","field_o58":{"prop_n92":"type_d","param_p14":true,"prop_l20":"example","col_y93":{"dim_w45":"https://example.org/api","param_j64":"active","field_x06":"active","field_k26":true,"attr_g98":"USD","param_n72":null,"val_h49":"active"},"val_a87":{"col_y52":"...
missing_bracket
{ "type": "object", "properties": { "attr_n90": { "type": "integer" }, "val_l82": { "type": "boolean" }, "prop_r62": { "type": "boolean" }, "field_i63": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] ...
{"attr_n90":286,"val_l82":true,"prop_r62":true,"field_i63":"phone","field_o58":{"prop_n92":"type_d","param_p14":true,"prop_l20":"example","col_y93":{"dim_w45":"https://example.org/api","param_j64":"active","field_x06":"active","field_k26":true,"attr_g98":"USD","param_n72":null,"val_h49":"active"},"val_a87":{"col_y52":"...
Missing closing bracket
{"attr_n90":286,"val_l82":true,"prop_r62":true,"field_i63":"phone","field_o58":{"prop_n92":"type_d","param_p14":true,"prop_l20":"example","col_y93":{"dim_w45":"https://example.org/api","param_j64":"active","field_x06":"active","field_k26":true,"attr_g98":"USD","param_n72":null,"val_h49":"active"},"val_a87":{"col_y52":"...
TASK repair_structured_output SPEC FIELD val_i27 TYPE integer REQUIRED no FIELD prop_p94 TYPE string REQUIRED no FIELD param_t69 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT Based on the data, prop_p94 is approved. {"prop_p94":"approved","param_t69":"2024-07-25T12:13:00Z"}
{"prop_p94":"approved","param_t69":"2024-07-25T12:13:00Z"}
partial_structure
{ "type": "object", "properties": { "val_i27": { "type": "integer" }, "prop_p94": { "type": "string" }, "param_t69": { "type": "string", "format": "date-time" } }, "required": [ "param_t69" ] }
Based on the data, prop_p94 is approved. {"prop_p94":"approved","param_t69":"2024-07-25T12:13:00Z"}
Output mixes natural language with JSON
{"prop_p94":"approved","param_t69":"2024-07-25T12:13:00Z"}
TASK repair_structured_output SPEC FIELD dim_l43 TYPE boolean REQUIRED no FIELD attr_j46 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_y20 TYPE string VALUES success|error|warning|info REQUIRED yes BROKEN_OUTPUT Let me construct this step by step. First, I'll identify the required...
{"dim_l43":false,"prop_y20":"error"}
thought_process
{ "type": "object", "properties": { "dim_l43": { "type": "boolean" }, "attr_j46": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_y20": { "type": "string", "enum": [ "success"...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"dim_l43":false,"prop_y20":"error"}
Output contains chain-of-thought reasoning before JSON
{"dim_l43":false,"prop_y20":"error"}
TASK repair_structured_output SPEC FIELD url TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD type TYPE string REQUIRED yes FIELD product_id.longitude TYPE integer REQUIRED no FIELD product_id.barcode TYPE string REQUIRED no FIELD product_id.country TYPE number REQUIRED yes BROKEN_OUTPUT ...
{"url":"level_3","type":"GRCh38","product_id":{"longitude":773,"country":457.68}}
extra_text_before
{ "type": "object", "properties": { "url": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "type": { "type": "string" }, "product_id": { "type": "object", "properties": { ...
The parsed result is: {"url":"level_3","type":"GRCh38","product_id":{"longitude":773,"country":457.68}}
Output contains non-JSON text before the object
{"url":"level_3","type":"GRCh38","product_id":{"longitude":773,"country":457.68}}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string REQUIRED yes FIELD voltage TYPE integer REQUIRED no FIELD comments.chapter TYPE integer REQUIRED no FIELD comments.credit_score TYPE number REQUIRED yes FIELD comments.fleet_number TYPE integer REQUIRED no FIELD comments.department.role TYPE integer REQU...
{"commit_hash":"inactive","comments":{"chapter":107,"credit_score":185.13,"fleet_number":142,"department":{"role":472,"count":"2023-12-25","transaction_id":"Bob","vital_sign":false}},"full_name":{"position":null,"website":678,"label":"bar","altitude":"test@domain.org"}}
tool_call_python_syntax
{ "type": "object", "properties": { "commit_hash": { "type": "string" }, "voltage": { "type": "integer" }, "comments": { "type": "object", "properties": { "chapter": { "type": "integer" }, "credit_score": { "type": "number" ...
call_variants(commit_hash='inactive', comments={'chapter': 107, 'credit_score': 185.13, 'fleet_number': 142, 'department': {'role': 472, 'count': '2023-12-25', 'transaction_id': 'Bob', 'vital_sign': False}}, full_name={'position': None, 'website': 678, 'label': 'bar', 'altitude': 'test@domain.org'})
Tool call uses Python syntax instead of JSON
{"commit_hash":"inactive","comments":{"chapter":107,"credit_score":185.13,"fleet_number":142,"department":{"role":472,"count":"2023-12-25","transaction_id":"Bob","vital_sign":false}},"full_name":{"position":null,"website":678,"label":"bar","altitude":"test@domain.org"}}
TASK repair_structured_output SPEC FIELD attr_c88 TYPE string REQUIRED yes FIELD param_z40 TYPE string REQUIRED no FIELD param_b11 TYPE integer REQUIRED no FIELD field_n37 TYPE string_date-time REQUIRED yes FIELD val_l27 TYPE number REQUIRED yes FIELD attr_c43 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD ...
{"attr_c88":"pending","param_z40":"Paris","field_n37":"2025-12-12T13:17:00Z","val_l27":642.79,"attr_c43":"mode_c","col_q70":false,"val_p79":669}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_c88": { "type": "string" }, "param_z40": { "type": "string" }, "param_b11": { "type": "integer" }, "field_n37": { "type": "string", "format": "date-time" }, "val_l27": { "type": "number" }, "att...
Tool: book_appointment Params: {"attr_c88": "pending", "param_z40": "Paris", "field_n37": "2025-12-12T13:17:00Z", "attr_c43": "mode_c", "col_q70": false, "val_p79": 669, "val_l27_name": 642.79}
Agent used wrong parameter name 'val_l27_name' instead of 'val_l27'
{"attr_c88":"pending","param_z40":"Paris","field_n37":"2025-12-12T13:17:00Z","val_l27":642.79,"attr_c43":"mode_c","col_q70":false,"val_p79":669}
TASK repair_structured_output SPEC FIELD payment_status TYPE string VALUES active|inactive|pending REQUIRED no FIELD color TYPE string_uri REQUIRED yes FIELD rating TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD lab_result TYPE integer REQUIRED no FIELD branch TYPE string_date-time REQUIRED no FIELD gene_id ...
{"color":"https://api.com/v1","rating":"JPY","lab_result":109,"branch":"2022-03-22T16:03:00Z","last_name":997,"hazmat_code":null}
truncated_object
{ "type": "object", "properties": { "payment_status": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "color": { "type": "string", "format": "uri" }, "rating": { "type": "string", "enum": [ "USD", ...
{"color":"https://api.com/v1","rating":"JPY","lab_result":109,"branch":"2022-03-22T16:03:00Z","last_name":997,"hazmat_code":null
Unexpected end of JSON input — truncated object
{"color":"https://api.com/v1","rating":"JPY","lab_result":109,"branch":"2022-03-22T16:03:00Z","last_name":997,"hazmat_code":null}
TASK repair_structured_output SPEC FIELD param_v40 TYPE string REQUIRED yes FIELD prop_s73 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD dim_d30 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD field_u21 TYPE integer REQUIRED yes BROKEN_OUTPUT Analyzing the schema to generate ...
{"param_v40":"Silva","prop_s73":"level_4","dim_d30":"type_b","field_u21":903}
thought_process
{ "type": "object", "properties": { "param_v40": { "type": "string" }, "prop_s73": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "dim_d30": { "type": "string", "enum": [ ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"param_v40":"Silva","prop_s73":"level_4","dim_d30":"type_b","field_u21":903}
Output contains chain-of-thought reasoning before JSON
{"param_v40":"Silva","prop_s73":"level_4","dim_d30":"type_b","field_u21":903}
TASK repair_structured_output SPEC FIELD version TYPE string VALUES draft|published|archived REQUIRED yes FIELD decay_rate TYPE boolean REQUIRED no FIELD shipper_ref TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD longitude TYPE string REQUIRED no FIELD paragraph TYPE integer REQUIRED no BROKEN_OUTPUT ...
{"version":"archived","shipper_ref":"low","paragraph":394}
extra_field
{ "type": "object", "properties": { "version": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "decay_rate": { "type": "boolean" }, "shipper_ref": { "type": "string", "enum": [ "low", "medium", ...
{"version": "archived", "shipper_ref": "low", "paragraph": 394, "extra_info_7030": "unexpected"}
Unknown field 'extra_info_7030' not defined in schema
{"version":"archived","shipper_ref":"low","paragraph":394}
TASK repair_structured_output SPEC FIELD index TYPE string VALUES type_a|type_b REQUIRED no FIELD wavelength TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD payment_status TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD values TYPE string REQUIRED no FIELD credit_score TYPE st...
{"index":"type_b","wavelength":"mode_a","values":"John","credit_score":"REV","name":419}
number_with_unit
{ "type": "object", "properties": { "index": { "type": "string", "enum": [ "type_a", "type_b" ] }, "wavelength": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "payment_status": { ...
{"index": "type_b", "wavelength": "mode_a", "values": "John", "credit_score": "REV", "name": "419MB"}
Field 'name' must be number, got string with unit
{"index":"type_b","wavelength":"mode_a","values":"John","credit_score":"REV","name":419}
TASK repair_structured_output SPEC FIELD attr_s89 TYPE string REQUIRED no FIELD col_h65 TYPE null REQUIRED yes FIELD prop_w73 TYPE number REQUIRED yes BROKEN_OUTPUT Tool: calculate_docking_fee Params: {"attr_s89": "hello", "prop_w73": 894.25, "col_h65_name": null}
{"attr_s89":"hello","col_h65":null,"prop_w73":894.25}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_s89": { "type": "string" }, "col_h65": { "type": "null" }, "prop_w73": { "type": "number" } }, "required": [ "prop_w73", "col_h65" ] }
Tool: calculate_docking_fee Params: {"attr_s89": "hello", "prop_w73": 894.25, "col_h65_name": null}
Agent used wrong parameter name 'col_h65_name' instead of 'col_h65'
{"attr_s89":"hello","col_h65":null,"prop_w73":894.25}
TASK repair_structured_output SPEC FIELD col_z56 TYPE string REQUIRED yes FIELD param_f39 TYPE null REQUIRED no FIELD param_j67 TYPE string REQUIRED no FIELD val_y61 TYPE string REQUIRED yes FIELD param_n42 TYPE string VALUES option_a|option_b REQUIRED no FIELD prop_k62.key_u88 TYPE integer REQUIRED no FIELD prop_k62....
{"col_z56":"Bob","val_y61":"quux","param_n42":"option_a","prop_k62":{"key_u88":290,"col_u47":791,"dim_y27":"level_2","val_m21":77,"dim_e31":{"prop_u87":"level_2","val_o40":"Tokyo","col_t44":969.49},"key_i63":{"attr_j22":235,"param_x77":"2024-01-15","attr_p77":"Jane","key_i15":"Diana","param_m20":"FWD"},"val_x39":925}}
thought_process
{ "type": "object", "properties": { "col_z56": { "type": "string" }, "param_f39": { "type": "null" }, "param_j67": { "type": "string" }, "val_y61": { "type": "string" }, "param_n42": { "type": "string", "enum": [ "option_a", "op...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"col_z56":"Bob","val_y61":"quux","param_n42":"option_a","prop_k62":{"key_u88":290,"col_u47":791,"dim_y27":"level_2","val_m21":77,"dim_e31":{"prop_u87":"level_2","val_o40":"Tokyo","col_t44":96...
Output contains chain-of-thought reasoning before JSON
{"col_z56":"Bob","val_y61":"quux","param_n42":"option_a","prop_k62":{"key_u88":290,"col_u47":791,"dim_y27":"level_2","val_m21":77,"dim_e31":{"prop_u87":"level_2","val_o40":"Tokyo","col_t44":969.49},"key_i63":{"attr_j22":235,"param_x77":"2024-01-15","attr_p77":"Jane","key_i15":"Diana","param_m20":"FWD"},"val_x39":925}}
TASK repair_structured_output SPEC FIELD param_s06.val_v69 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_s06.key_z71 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD param_s06.field_w61 TYPE string REQUIRED yes FIELD param_s06.val_i81 TYPE string VALUES berthed|anchored|underwa...
{"param_s06":{"val_v69":"xl","key_z71":"anchored","field_w61":"QC-07","val_i81":"moored","col_d40":{"dim_n03":null,"param_a13":"hemizygous","field_m98":605,"dim_h03":null,"attr_g80":"hemizygous","key_e51":"degraded"},"prop_f91":"2024-01-15"},"dim_q90":"editor","dim_y43":"inactive","dim_o38":84,"col_h58":"green","attr_y...
missing_brace
{ "type": "object", "properties": { "param_s06": { "type": "object", "properties": { "val_v69": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "key_z71": { "type": "st...
{"param_s06":{"val_v69":"xl","key_z71":"anchored","field_w61":"QC-07","val_i81":"moored","col_d40":{"dim_n03":null,"param_a13":"hemizygous","field_m98":605,"dim_h03":null,"attr_g80":"hemizygous","key_e51":"degraded"},"prop_f91":"2024-01-15","dim_q90":"editor","dim_y43":"inactive","dim_o38":84,"col_h58":"green","attr_y8...
Missing closing brace
{"param_s06":{"val_v69":"xl","key_z71":"anchored","field_w61":"QC-07","val_i81":"moored","col_d40":{"dim_n03":null,"param_a13":"hemizygous","field_m98":605,"dim_h03":null,"attr_g80":"hemizygous","key_e51":"degraded"},"prop_f91":"2024-01-15"},"dim_q90":"editor","dim_y43":"inactive","dim_o38":84,"col_h58":"green","attr_y...
TASK repair_structured_output SPEC FIELD dim_s28 TYPE boolean REQUIRED yes FIELD dim_s10 TYPE integer REQUIRED no FIELD field_z75 TYPE integer REQUIRED no BROKEN_OUTPUT {"field_z75": 364}
{"dim_s28":true,"field_z75":364}
missing_required
{ "type": "object", "properties": { "dim_s28": { "type": "boolean" }, "dim_s10": { "type": "integer" }, "field_z75": { "type": "integer" } }, "required": [ "dim_s28" ] }
{"field_z75": 364}
Required field 'dim_s28' is missing
{"dim_s28":true,"field_z75":364}
TASK repair_structured_output SPEC FIELD created_at TYPE integer REQUIRED yes FIELD gene_id.company TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD gene_id.image_url TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD gene_id.subject TYPE boolean REQUIRED...
{"created_at":354,"gene_id":{"company":"mode_c","image_url":"option_b","order_id":150,"amount":585,"shipping":"level_2","temp_celsius":true},"start_date":"Diana","freight_class":"FWD","tile":false}
truncated_array
{ "type": "object", "properties": { "created_at": { "type": "integer" }, "gene_id": { "type": "object", "properties": { "company": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
{"created_at":354,"gene_id":{"company":"mode_c","image_url":"option_b","order_id":150,"amount":585,"shipping":"level_2","temp_celsius":true},"start_date":"Diana","freight_class":"FWD","tile":false
Unexpected end of JSON input — truncated object
{"created_at":354,"gene_id":{"company":"mode_c","image_url":"option_b","order_id":150,"amount":585,"shipping":"level_2","temp_celsius":true},"start_date":"Diana","freight_class":"FWD","tile":false}
TASK repair_structured_output SPEC FIELD thumbnail TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD deploy_target TYPE integer REQUIRED no FIELD user_id TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD role TYPE null REQUIRED no FIELD order_id TYPE string VALUES reliable|uns...
{"thumbnail":"unstable","deploy_target":165,"user_id":"option_c","role":null,"order_id":"reliable"}
invalid_enum
{ "type": "object", "properties": { "thumbnail": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "deploy_target": { "type": "integer" }, "user_id": { "type": "string", "enum": [ "option_a", "opt...
{"thumbnail": "unstable", "deploy_target": 165, "user_id": "option_c", "role": null, "order_id": "invalid_option_408"}
Field 'order_id' has invalid enum value 'invalid_option_408', expected one of ['reliable', 'unstable', 'intermittent']
{"thumbnail":"unstable","deploy_target":165,"user_id":"option_c","role":null,"order_id":"reliable"}
TASK repair_structured_output SPEC FIELD field_t12 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_c19 TYPE integer REQUIRED yes FIELD dim_n52 TYPE integer REQUIRED yes FIELD key_g22 TYPE integer REQUIRED yes BROKEN_OUTPUT Let me check the system. <tool_call name="create_ticket"> {"field_...
{"field_t12":"in_transit","attr_c19":494,"dim_n52":59,"key_g22":752}
tool_call_text_mix
{ "type": "object", "properties": { "field_t12": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_c19": { "type": "integer" }, "dim_n52": { "type": "integer" }, "key_g22": { "type": "...
Let me check the system. <tool_call name="create_ticket"> {"field_t12":"in_transit","attr_c19":494,"dim_n52":59,"key_g22":752} </tool_call.
Agent response mixes reasoning text with tool call
{"field_t12":"in_transit","attr_c19":494,"dim_n52":59,"key_g22":752}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string REQUIRED yes FIELD values TYPE null REQUIRED yes FIELD tax TYPE integer REQUIRED yes BROKEN_OUTPUT I found that values should be None. {"terminal_id":"Santos","values":null,"tax":715}
{"terminal_id":"Santos","values":null,"tax":715}
partial_structure
{ "type": "object", "properties": { "terminal_id": { "type": "string" }, "values": { "type": "null" }, "tax": { "type": "integer" } }, "required": [ "tax", "terminal_id", "values" ] }
I found that values should be None. {"terminal_id":"Santos","values":null,"tax":715}
Output mixes natural language with JSON
{"terminal_id":"Santos","values":null,"tax":715}
TASK repair_structured_output SPEC FIELD dim_r61 TYPE boolean REQUIRED no FIELD field_i94 TYPE string_email REQUIRED no FIELD param_j89 TYPE string_email REQUIRED no FIELD attr_p74 TYPE string_date-time REQUIRED no FIELD key_r78 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_t17 TYPE string VALUES suc...
{"dim_r61":false,"field_i94":"test@example.com","param_j89":"info@test.io","attr_p74":"2022-12-11T09:19:00Z","key_r78":"GBP","param_t17":"success","attr_i01":{"attr_s25":400,"val_w51":"2024-08-14T14:21:00Z"}}
unquoted_keys
{ "type": "object", "properties": { "dim_r61": { "type": "boolean" }, "field_i94": { "type": "string", "format": "email" }, "param_j89": { "type": "string", "format": "email" }, "attr_p74": { "type": "string", "format": "date-time" }, "ke...
{dim_r61:false,field_i94:"test@example.com",param_j89:"info@test.io",attr_p74:"2022-12-11T09:19:00Z",key_r78:"GBP",param_t17:"success",attr_i01:{attr_s25:400,val_w51:"2024-08-14T14:21:00Z"}}
Expecting property name enclosed in double quotes
{"dim_r61":false,"field_i94":"test@example.com","param_j89":"info@test.io","attr_p74":"2022-12-11T09:19:00Z","key_r78":"GBP","param_t17":"success","attr_i01":{"attr_s25":400,"val_w51":"2024-08-14T14:21:00Z"}}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD published TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD thumbnail TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"velocity":"medium","published":"inland","thumbnail":"2022-03-14T20:...
{"velocity":"medium","published":"inland","thumbnail":"2022-03-14T20:18:00Z"}
truncated_array
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "published": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ]...
{"velocity":"medium","published":"inland","thumbnail":"2022-03-14T20:18:00Z"
Unexpected end of JSON input — truncated object
{"velocity":"medium","published":"inland","thumbnail":"2022-03-14T20:18:00Z"}
TASK repair_structured_output SPEC FIELD prop_h12 TYPE integer REQUIRED yes FIELD field_b43 TYPE integer REQUIRED yes FIELD field_s48 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"prop_h12": 872, "field_b43": 721, "field_s48": "true"}
{"prop_h12":872,"field_b43":721,"field_s48":true}
boolean_as_string
{ "type": "object", "properties": { "prop_h12": { "type": "integer" }, "field_b43": { "type": "integer" }, "field_s48": { "type": "boolean" } }, "required": [ "field_b43", "field_s48", "prop_h12" ] }
{"prop_h12": 872, "field_b43": 721, "field_s48": "true"}
Field 'field_s48' must be boolean, got string
{"prop_h12":872,"field_b43":721,"field_s48":true}
TASK repair_structured_output SPEC FIELD aligned_pct.country TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD aligned_pct.created_at TYPE null REQUIRED no FIELD aligned_pct.last_name TYPE string REQUIRED yes FIELD aligned_pct.version TYPE boolean REQUIRED no FIELD aligned_pct.longitude.state TYP...
{"aligned_pct":{"country":"hemizygous","created_at":null,"last_name":"New York"},"language":596,"city":null,"paragraph":227.65,"quality_score":701.81}
markdown_fences
{ "type": "object", "properties": { "aligned_pct": { "type": "object", "properties": { "country": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "created_at": { "type": ...
```json {"aligned_pct":{"country":"hemizygous","created_at":null,"last_name":"New York"},"language":596,"city":null,"paragraph":227.65,"quality_score":701.81} ```
Output contains markdown code fences
{"aligned_pct":{"country":"hemizygous","created_at":null,"last_name":"New York"},"language":596,"city":null,"paragraph":227.65,"quality_score":701.81}
TASK repair_structured_output SPEC FIELD attr_z23.key_w67 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD attr_z23.val_h99 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_z23.key_y16 TYPE string_uri REQUIRED no FIELD attr_z23.col_i57 TYPE string VALUES mode_a|mode_b|m...
{"attr_z23":{"key_w67":"mode_f","key_y16":"https://api.com/v1","col_i57":"mode_e","col_f65":"2022-01-24T22:39:00Z"},"prop_s07":"hello","attr_c22":554.83,"col_o15":"https://api.com/data","attr_n46":null,"attr_a68":{"attr_a56":"mode_a","key_q40":"2024-01-15","field_e35":"demo","prop_o34":"option_b"},"prop_s34":213}
number_with_unit
{ "type": "object", "properties": { "attr_z23": { "type": "object", "properties": { "key_w67": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] ...
{"attr_z23": {"key_w67": "mode_f", "key_y16": "https://api.com/v1", "col_i57": "mode_e", "col_f65": "2022-01-24T22:39:00Z"}, "prop_s07": "hello", "attr_c22": 554.83, "col_o15": "https://api.com/data", "attr_n46": null, "attr_a68": {"attr_a56": "mode_a", "key_q40": "2024-01-15", "field_e35": "demo", "prop_o34": "option_...
Field 'prop_s34' must be number, got string with unit
{"attr_z23":{"key_w67":"mode_f","key_y16":"https://api.com/v1","col_i57":"mode_e","col_f65":"2022-01-24T22:39:00Z"},"prop_s07":"hello","attr_c22":554.83,"col_o15":"https://api.com/data","attr_n46":null,"attr_a68":{"attr_a56":"mode_a","key_q40":"2024-01-15","field_e35":"demo","prop_o34":"option_b"},"prop_s34":213}
TASK repair_structured_output SPEC FIELD param_i21 TYPE integer REQUIRED no FIELD prop_p02 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD prop_c84 TYPE string REQUIRED no FIELD dim_n13.dim_y98 TYPE number REQUIRED yes FIELD dim_n13.field_a97 TYPE string REQUIRED no FIELD dim_n13.prop_p39 TYPE integer REQUIR...
{"param_i21":616,"prop_p02":"EUR","prop_c84":"Alice","dim_n13":{"dim_y98":832.8,"field_a97":"cancelled","prop_p39":775}}
missing_bracket
{ "type": "object", "properties": { "param_i21": { "type": "integer" }, "prop_p02": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "prop_c84": { "type": "string" }, "dim_n13": { "type": "obj...
{"param_i21":616,"prop_p02":"EUR","prop_c84":"Alice","dim_n13":{"dim_y98":832.8,"field_a97":"cancelled","prop_p39":775}}
Missing closing bracket
{"param_i21":616,"prop_p02":"EUR","prop_c84":"Alice","dim_n13":{"dim_y98":832.8,"field_a97":"cancelled","prop_p39":775}}
TASK repair_structured_output SPEC FIELD val_f49 TYPE string_date-time REQUIRED yes FIELD param_a74 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD field_e90 TYPE integer REQUIRED no BROKEN_OUTPUT Tool: assign_berth Params: {"val_f49_new": "2023-03-17T16:48:00Z"}
{"val_f49":"2023-03-17T16:48:00Z"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_f49": { "type": "string", "format": "date-time" }, "param_a74": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "field_e90": ...
Tool: assign_berth Params: {"val_f49_new": "2023-03-17T16:48:00Z"}
Agent used wrong parameter name 'val_f49_new' instead of 'val_f49'
{"val_f49":"2023-03-17T16:48:00Z"}
TASK repair_structured_output SPEC FIELD prop_t87 TYPE string_uri REQUIRED yes FIELD field_q33 TYPE integer REQUIRED yes FIELD key_j76.param_y25 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD key_j76.field_c22 TYPE string_date-time REQUIRED yes FIELD key_j76.attr_c62 TYPE boolean REQUIR...
{"prop_t87":"https://www.com/api","field_q33":658,"key_j76":{"param_y25":"operational","field_c22":"2021-02-13T09:58:00Z","attr_c62":true,"dim_q53":785}}
agent_chain
{ "type": "object", "properties": { "prop_t87": { "type": "string", "format": "uri" }, "field_q33": { "type": "integer" }, "key_j76": { "type": "object", "properties": { "param_y25": { "type": "string", "enum": [ "operational"...
Let me check the system. Action: queue_sequencing_run Result: {"field_q33": 658, "key_j76": {"param_y25": "operational", "field_c22": "2021-02-13T09:58:00Z", "attr_c62": true, "dim_q53": 785}} Processing the request now. Action: update_record Result:
Agent multi-step chain with truncated tool output
{"prop_t87":"https://www.com/api","field_q33":658,"key_j76":{"param_y25":"operational","field_c22":"2021-02-13T09:58:00Z","attr_c62":true,"dim_q53":785}}
TASK repair_structured_output SPEC FIELD attr_x92 TYPE string REQUIRED no FIELD key_r05 TYPE string REQUIRED no FIELD field_b72 TYPE number REQUIRED yes BROKEN_OUTPUT Here is the response in the requested format: ```json {"key_r05":"A short description.","field_b72":487.92} ``` Feel free to ask if you have questions.
{"key_r05":"A short description.","field_b72":487.92}
markdown_explanation
{ "type": "object", "properties": { "attr_x92": { "type": "string" }, "key_r05": { "type": "string" }, "field_b72": { "type": "number" } }, "required": [ "field_b72" ] }
Here is the response in the requested format: ```json {"key_r05":"A short description.","field_b72":487.92} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"key_r05":"A short description.","field_b72":487.92}
TASK repair_structured_output SPEC FIELD subject TYPE integer REQUIRED no FIELD due_date TYPE integer REQUIRED no FIELD longitude TYPE string REQUIRED no FIELD values.type TYPE boolean REQUIRED yes FIELD values.reagent TYPE string REQUIRED no FIELD values.barcode TYPE number REQUIRED no FIELD width TYPE string_uri REQ...
{"subject":790,"due_date":689,"longitude":"pending","values":{"type":false,"reagent":"inactive"},"shift_code":"A short description.","manifest_ref":495.19,"humidity_pct":true}
trailing_comma
{ "type": "object", "properties": { "subject": { "type": "integer" }, "due_date": { "type": "integer" }, "longitude": { "type": "string" }, "values": { "type": "object", "properties": { "type": { "type": "boolean" }, "reagen...
{"subject":790,"due_date":689,"longitude":"pending","values":{"type":false,"reagent":"inactive",},"shift_code":"A short description.","manifest_ref":495.19,"humidity_pct":true}
Unexpected trailing comma
{"subject":790,"due_date":689,"longitude":"pending","values":{"type":false,"reagent":"inactive"},"shift_code":"A short description.","manifest_ref":495.19,"humidity_pct":true}
TASK repair_structured_output SPEC FIELD values TYPE string VALUES single|married|divorced REQUIRED yes FIELD maturity_date TYPE string VALUES single|married|divorced REQUIRED no FIELD amplitude TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD aligned_pct TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes F...
{"values":"single","maturity_date":"single","amplitude":"email","aligned_pct":"GBP"}
missing_brace
{ "type": "object", "properties": { "values": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "maturity_date": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "amplitude": { ...
{"values":"single","maturity_date":"single","amplitude":"email","aligned_pct":"GBP"
Missing closing brace
{"values":"single","maturity_date":"single","amplitude":"email","aligned_pct":"GBP"}
TASK repair_structured_output SPEC FIELD field_o04 TYPE string_date-time REQUIRED yes FIELD key_u55 TYPE null REQUIRED no FIELD dim_h67.attr_j11.dim_p06 TYPE null REQUIRED yes FIELD dim_h67.attr_j11.attr_e43 TYPE boolean REQUIRED yes FIELD dim_h67.attr_j11.param_f15[] TYPE boolean REQUIRED no FIELD dim_h67.attr_j11.pr...
{"field_o04":"2022-09-22T23:21:00Z","key_u55":null,"dim_h67":{"attr_j11":{"dim_p06":null,"attr_e43":true,"param_f15":[false,true,true,true],"prop_v19":[770]},"key_g02":{"param_y02":"option_b","field_y76":50,"field_r60":false,"key_n13":false,"attr_c59":701.1,"key_x87":null,"dim_b01":"pending","val_y67":"GRCh38"},"field_...
tool_call_text_mix
{ "type": "object", "properties": { "field_o04": { "type": "string", "format": "date-time" }, "key_u55": { "type": "null" }, "dim_h67": { "type": "object", "properties": { "attr_j11": { "type": "object", "properties": { "dim_p...
I need to look up the information first. <tool_call name="generate_report"> {"field_o04":"2022-09-22T23:21:00Z","key_u55":null,"dim_h67":{"attr_j11":{"dim_p06":null,"attr_e43":true,"param_f15":[false,true,true,true],"prop_v19":[770]},"key_g02":{"param_y02":"option_b","field_y76":50,"field_r60":false,"key_n13":false,"at...
Agent response mixes reasoning text with tool call
{"field_o04":"2022-09-22T23:21:00Z","key_u55":null,"dim_h67":{"attr_j11":{"dim_p06":null,"attr_e43":true,"param_f15":[false,true,true,true],"prop_v19":[770]},"key_g02":{"param_y02":"option_b","field_y76":50,"field_r60":false,"key_n13":false,"attr_c59":701.1,"key_x87":null,"dim_b01":"pending","val_y67":"GRCh38"},"field_...
TASK repair_structured_output SPEC FIELD val_w79 TYPE integer REQUIRED yes FIELD param_x08 TYPE boolean REQUIRED yes FIELD prop_z59.param_b67 TYPE boolean REQUIRED no FIELD prop_z59.prop_q96 TYPE number REQUIRED no FIELD prop_z59.col_w23 TYPE number REQUIRED no FIELD prop_z59.prop_t62 TYPE boolean REQUIRED yes FIELD p...
{"val_w79":145,"param_x08":true,"prop_z59":{"param_b67":true,"prop_q96":995.89,"prop_t62":false,"field_x63":[{"prop_j75":"RTG-04","key_o14":396,"prop_b16":"https://www.com/data","field_m01":"ops@example.com"},{"prop_j75":"2024-01-15","key_o14":73,"prop_b16":"https://api.org/data","field_m01":"ops@test.io"},{"prop_j75":...
extra_text_before
{ "type": "object", "properties": { "val_w79": { "type": "integer" }, "param_x08": { "type": "boolean" }, "prop_z59": { "type": "object", "properties": { "param_b67": { "type": "boolean" }, "prop_q96": { "type": "number" ...
Here is the response in the requested format: {"val_w79":145,"param_x08":true,"prop_z59":{"param_b67":true,"prop_q96":995.89,"prop_t62":false,"field_x63":[{"prop_j75":"RTG-04","key_o14":396,"prop_b16":"https://www.com/data","field_m01":"ops@example.com"},{"prop_j75":"2024-01-15","key_o14":73,"prop_b16":"https://api.org...
Output contains non-JSON text before the object
{"val_w79":145,"param_x08":true,"prop_z59":{"param_b67":true,"prop_q96":995.89,"prop_t62":false,"field_x63":[{"prop_j75":"RTG-04","key_o14":396,"prop_b16":"https://www.com/data","field_m01":"ops@example.com"},{"prop_j75":"2024-01-15","key_o14":73,"prop_b16":"https://api.org/data","field_m01":"ops@test.io"},{"prop_j75":...
TASK repair_structured_output SPEC FIELD lane TYPE null REQUIRED yes FIELD phenotype TYPE integer REQUIRED no FIELD footnote TYPE number REQUIRED yes FIELD consignee TYPE string_email REQUIRED yes FIELD amount TYPE number REQUIRED no BROKEN_OUTPUT ```json {"lane":null,"footnote":273.5,"consignee":"ops@test.io","amoun...
{"lane":null,"footnote":273.5,"consignee":"ops@test.io","amount":371.48}
markdown_fences
{ "type": "object", "properties": { "lane": { "type": "null" }, "phenotype": { "type": "integer" }, "footnote": { "type": "number" }, "consignee": { "type": "string", "format": "email" }, "amount": { "type": "number" } }, "required": [ ...
```json {"lane":null,"footnote":273.5,"consignee":"ops@test.io","amount":371.48} ```
Output contains markdown code fences
{"lane":null,"footnote":273.5,"consignee":"ops@test.io","amount":371.48}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string VALUES low|medium|high|critical REQUIRED no FIELD longitude TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD start_date TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD credit_score TYPE number REQUIRED no FIELD du...
{"bill_of_lading":"critical","longitude":"homozygous","duration_ms":491,"position":"Sao Paulo"}
tool_call_wrong_param
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "longitude": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ]...
Tool: send_email Params: {"bill_of_lading": "critical", "longitude": "homozygous", "duration_ms": 491, "position_value": "Sao Paulo"}
Agent used wrong parameter name 'position_value' instead of 'position'
{"bill_of_lading":"critical","longitude":"homozygous","duration_ms":491,"position":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD col_j12 TYPE boolean REQUIRED no FIELD prop_m32.attr_b80 TYPE string REQUIRED no FIELD prop_m32.attr_r09 TYPE string REQUIRED yes FIELD prop_m32.param_z83 TYPE integer REQUIRED no FIELD prop_m32.param_z61 TYPE string REQUIRED no FIELD param_o49 TYPE string VALUES reliable|unsta...
{"col_j12":true,"param_o49":"intermittent","attr_q05":{"dim_l83":843.17,"val_g67":"quux"},"col_i59":"low","prop_z86":false,"col_h00":false}
tool_call_partial_args
{ "type": "object", "properties": { "col_j12": { "type": "boolean" }, "prop_m32": { "type": "object", "properties": { "attr_b80": { "type": "string" }, "attr_r09": { "type": "string" }, "param_z83": { "type": "intege...
I need to look up the information first. Action: apply_discount Arguments: {"col_j12": true, "attr_q05": {"dim_l83": 843.17, "val_g67": "quux"}, "col_i59": "low", "prop_z86": false, "col_h00": false}
Agent tool call missing required parameter 'param_o49'
{"col_j12":true,"param_o49":"intermittent","attr_q05":{"dim_l83":843.17,"val_g67":"quux"},"col_i59":"low","prop_z86":false,"col_h00":false}
TASK repair_structured_output SPEC FIELD step TYPE number REQUIRED yes FIELD vital_sign TYPE string VALUES draft|published|archived REQUIRED no FIELD type TYPE string_email REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: verify_hazmat_compliance Result: {"step": 307.13} I'll query our data...
{"step":307.13,"type":"user@example.com"}
agent_chain
{ "type": "object", "properties": { "step": { "type": "number" }, "vital_sign": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "type": { "type": "string", "format": "email" } }, "required": [ "step" ] ...
I need to look up the information first. Action: verify_hazmat_compliance Result: {"step": 307.13} I'll query our database. Action: delete_item Result:
Agent multi-step chain with truncated tool output
{"step":307.13,"type":"user@example.com"}
TASK repair_structured_output SPEC FIELD key_y80 TYPE string VALUES level_1|level_2 REQUIRED no FIELD key_d83 TYPE string REQUIRED yes FIELD prop_e74 TYPE integer REQUIRED yes FIELD dim_x89 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"key_y80":"level_1","key_d83":"Paris","prop_e74":390,"dim_x89":true
{"key_y80":"level_1","key_d83":"Paris","prop_e74":390,"dim_x89":true}
truncated_object
{ "type": "object", "properties": { "key_y80": { "type": "string", "enum": [ "level_1", "level_2" ] }, "key_d83": { "type": "string" }, "prop_e74": { "type": "integer" }, "dim_x89": { "type": "boolean" } }, "required": [ "ke...
{"key_y80":"level_1","key_d83":"Paris","prop_e74":390,"dim_x89":true
Unexpected end of JSON input — truncated object
{"key_y80":"level_1","key_d83":"Paris","prop_e74":390,"dim_x89":true}
TASK repair_structured_output SPEC FIELD prop_r87 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD prop_o09 TYPE null REQUIRED yes FIELD param_m79 TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. Action: schedule_meeting Result: {"prop_r87": "warning", "param_m79": "cancelled"} I'll que...
{"prop_r87":"warning","prop_o09":null,"param_m79":"cancelled"}
agent_chain
{ "type": "object", "properties": { "prop_r87": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "prop_o09": { "type": "null" }, "param_m79": { "type": "string" } }, "required": [ "prop_r87", "p...
Let me check the system. Action: schedule_meeting Result: {"prop_r87": "warning", "param_m79": "cancelled"} I'll query our database. Action: delete_item Result:
Agent multi-step chain with truncated tool output
{"prop_r87":"warning","prop_o09":null,"param_m79":"cancelled"}
TASK repair_structured_output SPEC FIELD field_t80 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_h30 TYPE string REQUIRED no FIELD attr_z37 TYPE string REQUIRED no FIELD param_a05 TYPE boolean REQUIRED yes FIELD field_n66 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_j4...
{"field_t80":"arctic","attr_z37":"Charlie","param_a05":true,"dim_j47":511,"col_c16":null}
tool_call_python_syntax
{ "type": "object", "properties": { "field_t80": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "param_h30": { "type": "string" }, "attr_z37": { "type": "string" }, "param_a05": { "type": "bo...
calculate_docking_fee(field_t80='arctic', attr_z37='Charlie', param_a05=True, dim_j47=511, col_c16=None)
Tool call uses Python syntax instead of JSON
{"field_t80":"arctic","attr_z37":"Charlie","param_a05":true,"dim_j47":511,"col_c16":null}
TASK repair_structured_output SPEC FIELD param_k74.col_t34 TYPE string_date-time REQUIRED yes FIELD param_k74.param_i03.dim_k24 TYPE integer REQUIRED no FIELD param_k74.param_i03.field_x49 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD param_k74.param_i03.col_h49 TYPE string_date-tim...
{"param_k74":{"col_t34":"2022-03-14T21:22:00Z","param_i03":{"dim_k24":939,"field_x49":"option_d","dim_j31":279.86},"val_u79":"test@example.com"},"val_h27":859,"param_m10":"divorced","val_s15":{"key_b18":"2020-08-03T02:05:00Z","prop_q55":"https://api.io/data","val_h79":131.53,"val_p88":{"dim_f46":"active","col_g07":"202...
number_with_unit
{ "type": "object", "properties": { "param_k74": { "type": "object", "properties": { "col_t34": { "type": "string", "format": "date-time" }, "param_i03": { "type": "object", "properties": { "dim_k24": { "type":...
{"param_k74": {"col_t34": "2022-03-14T21:22:00Z", "param_i03": {"dim_k24": 939, "field_x49": "option_d", "dim_j31": 279.86}, "val_u79": "test@example.com"}, "val_h27": "859sec", "param_m10": "divorced", "val_s15": {"key_b18": "2020-08-03T02:05:00Z", "prop_q55": "https://api.io/data", "val_h79": 131.53, "val_p88": {"dim...
Field 'val_h27' must be number, got string with unit
{"param_k74":{"col_t34":"2022-03-14T21:22:00Z","param_i03":{"dim_k24":939,"field_x49":"option_d","dim_j31":279.86},"val_u79":"test@example.com"},"val_h27":859,"param_m10":"divorced","val_s15":{"key_b18":"2020-08-03T02:05:00Z","prop_q55":"https://api.io/data","val_h79":131.53,"val_p88":{"dim_f46":"active","col_g07":"202...
TASK repair_structured_output SPEC FIELD torque_output TYPE string REQUIRED no FIELD subject TYPE string REQUIRED no FIELD comments TYPE string REQUIRED no FIELD username TYPE integer REQUIRED no FIELD hazmat_code TYPE number REQUIRED yes BROKEN_OUTPUT I need to create a JSON object that matches the given schema. Let...
{"torque_output":"inactive","subject":"RTG-04","comments":"test@example.com","username":360,"hazmat_code":818.61}
thought_process
{ "type": "object", "properties": { "torque_output": { "type": "string" }, "subject": { "type": "string" }, "comments": { "type": "string" }, "username": { "type": "integer" }, "hazmat_code": { "type": "number" } }, "required": [ "hazmat_...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"torque_output":"inactive","subject":"RTG-04","comments":"test@example.com","username":360,"hazmat_code":818.61}
Output contains chain-of-thought reasoning before JSON
{"torque_output":"inactive","subject":"RTG-04","comments":"test@example.com","username":360,"hazmat_code":818.61}
TASK repair_structured_output SPEC FIELD key_m23.dim_v32.key_o32 TYPE string_uri REQUIRED no FIELD key_m23.dim_v32.dim_w06 TYPE boolean REQUIRED yes FIELD key_m23.dim_v32.val_n07 TYPE string REQUIRED yes FIELD key_m23.key_a50.param_p49 TYPE null REQUIRED no FIELD key_m23.key_a50.prop_f17 TYPE string VALUES red|blue|gr...
{"prop_y87":true,"val_n23":"missense","field_d06":"John","param_n71":"2026-04-26T18:35:00Z","param_l91":{"val_n23":345,"field_q59":"critical","attr_p38":false},"attr_o41":586.92}
unquoted_keys
{ "type": "object", "properties": { "key_m23": { "type": "object", "properties": { "dim_v32": { "type": "object", "properties": { "key_o32": { "type": "string", "format": "uri" }, "dim_w06": { "...
{prop_y87:true,val_n23:"missense",field_d06:"John",param_n71:"2026-04-26T18:35:00Z",param_l91:{val_n23:345,field_q59:"critical",attr_p38:false},attr_o41:586.92}
Expecting property name enclosed in double quotes
{"prop_y87":true,"val_n23":"missense","field_d06":"John","param_n71":"2026-04-26T18:35:00Z","param_l91":{"val_n23":345,"field_q59":"critical","attr_p38":false},"attr_o41":586.92}
TASK repair_structured_output SPEC FIELD param_q19 TYPE number REQUIRED no FIELD param_a34 TYPE integer REQUIRED yes FIELD key_k35 TYPE number REQUIRED no FIELD key_g45 TYPE string REQUIRED no FIELD param_y26 TYPE boolean REQUIRED no FIELD col_m20.prop_h21 TYPE string REQUIRED no FIELD col_m20.prop_r87 TYPE string_dat...
{"param_a34":367,"key_k35":840.12,"param_y26":true,"col_m20":{"prop_r87":"2020-02-02T09:24:00Z","val_z78":"quux","col_k27":null,"field_i56":{"prop_w76":958,"val_z78":230.45,"param_a00":"https://data.io/v1","key_d42":"foo"},"prop_o35":"active"},"col_l17":"type_a"}
missing_required
{ "type": "object", "properties": { "param_q19": { "type": "number" }, "param_a34": { "type": "integer" }, "key_k35": { "type": "number" }, "key_g45": { "type": "string" }, "param_y26": { "type": "boolean" }, "col_m20": { "type": "objec...
{"key_k35": 840.12, "param_y26": true, "col_m20": {"prop_r87": "2020-02-02T09:24:00Z", "val_z78": "quux", "col_k27": null, "field_i56": {"prop_w76": 958, "val_z78": 230.45, "param_a00": "https://data.io/v1", "key_d42": "foo"}, "prop_o35": "active"}, "col_l17": "type_a"}
Required field 'param_a34' is missing
{"param_a34":367,"key_k35":840.12,"param_y26":true,"col_m20":{"prop_r87":"2020-02-02T09:24:00Z","val_z78":"quux","col_k27":null,"field_i56":{"prop_w76":958,"val_z78":230.45,"param_a00":"https://data.io/v1","key_d42":"foo"},"prop_o35":"active"},"col_l17":"type_a"}
TASK repair_structured_output SPEC FIELD val_e63 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD prop_v35 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD attr_m80 TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"val_e63":"level_1","prop_v35":"cat_c","attr_m80...
{"val_e63":"level_1","prop_v35":"cat_c","attr_m80":234}
markdown_fences
{ "type": "object", "properties": { "val_e63": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "prop_v35": { "type": "string", "enum": [ "cat_a", "cat_b", ...
```json {"val_e63":"level_1","prop_v35":"cat_c","attr_m80":234} ```
Output contains markdown code fences
{"val_e63":"level_1","prop_v35":"cat_c","attr_m80":234}
TASK repair_structured_output SPEC FIELD dim_b25 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD key_i28 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_h75 TYPE string REQUIRED no FIELD col_w00 TYPE boolean REQUIRED yes FIELD key_p06 TYPE null REQUIRED no FIELD key_u17 TYPE strin...
{"dim_b25":"cat_a","col_h75":"quux","col_w00":true,"key_u17":"sms","field_q16":"qux"}
boolean_as_string
{ "type": "object", "properties": { "dim_b25": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "key_i28": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_h75": {...
{"dim_b25": "cat_a", "col_h75": "quux", "col_w00": "true", "key_u17": "sms", "field_q16": "qux"}
Field 'col_w00' must be boolean, got string
{"dim_b25":"cat_a","col_h75":"quux","col_w00":true,"key_u17":"sms","field_q16":"qux"}
TASK repair_structured_output SPEC FIELD dim_o91 TYPE string REQUIRED no FIELD key_p93 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD attr_a24 TYPE string REQUIRED yes FIELD key_s99 TYPE number REQUIRED no FIELD attr_a96 TYPE string REQUIRED no FIELD key_q50 TYPE boolean REQUIRED yes FIELD val_j17 TY...
{"dim_o91":"RTG-04","key_p93":"error","attr_a24":"chr1","key_s99":401.21,"attr_a96":"Luis","key_q50":true,"val_j17":"success"}
synonym_enum
{ "type": "object", "properties": { "dim_o91": { "type": "string" }, "key_p93": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "attr_a24": { "type": "string" }, "key_s99": { "type": "number" ...
{"dim_o91": "RTG-04", "key_p93": "error", "attr_a24": "chr1", "key_s99": 401.21, "attr_a96": "Luis", "key_q50": true, "val_j17": "done"}
Field 'val_j17' has synonym 'done' instead of valid enum value
{"dim_o91":"RTG-04","key_p93":"error","attr_a24":"chr1","key_s99":401.21,"attr_a96":"Luis","key_q50":true,"val_j17":"success"}
TASK repair_structured_output SPEC FIELD email TYPE string REQUIRED no FIELD lane.type TYPE boolean REQUIRED no FIELD lane.values TYPE string VALUES success|error|warning|info REQUIRED no FIELD lane.zip_code TYPE integer REQUIRED yes FIELD lane.duration_ms TYPE string_uri REQUIRED yes FIELD lane.visible.loan_amount TY...
{"email":"Jane","lane":{"values":"error","zip_code":386,"duration_ms":"https://www.com/v1","visible":{"loan_amount":408,"index":"Oliveira","trace_id":"world"},"allele":{"thumbnail":"https://www.com/v1","dosage":"pending","altitude":"level_4","freight_class":"https://www.io/api"}},"visible":"delivered"}
invalid_enum
{ "type": "object", "properties": { "email": { "type": "string" }, "lane": { "type": "object", "properties": { "type": { "type": "boolean" }, "values": { "type": "string", "enum": [ "success", "error", ...
{"email": "Jane", "lane": {"values": "error", "zip_code": 386, "duration_ms": "https://www.com/v1", "visible": {"loan_amount": 408, "index": "Oliveira", "trace_id": "world"}, "allele": {"thumbnail": "https://www.com/v1", "dosage": "pending", "altitude": "level_4", "freight_class": "https://www.io/api"}}, "visible": "in...
Field 'visible' has invalid enum value 'invalid_option_408', expected one of ['new', 'in_transit', 'delivered', 'returned']
{"email":"Jane","lane":{"values":"error","zip_code":386,"duration_ms":"https://www.com/v1","visible":{"loan_amount":408,"index":"Oliveira","trace_id":"world"},"allele":{"thumbnail":"https://www.com/v1","dosage":"pending","altitude":"level_4","freight_class":"https://www.io/api"}},"visible":"delivered"}
TASK repair_structured_output SPEC FIELD prop_r90 TYPE string REQUIRED yes FIELD field_m76 TYPE string REQUIRED no FIELD key_f92 TYPE integer REQUIRED no FIELD col_r07[] TYPE string REQUIRED no BROKEN_OUTPUT I found that prop_r90 should be test. {"prop_r90":"test","field_m76":"demo","col_r07":["Smith"]}
{"prop_r90":"test","field_m76":"demo","col_r07":["Smith"]}
partial_structure
{ "type": "object", "properties": { "prop_r90": { "type": "string" }, "field_m76": { "type": "string" }, "key_f92": { "type": "integer" }, "col_r07": { "type": "array", "items": { "type": "string" } } }, "required": [ "prop_r90" ]...
I found that prop_r90 should be test. {"prop_r90":"test","field_m76":"demo","col_r07":["Smith"]}
Output mixes natural language with JSON
{"prop_r90":"test","field_m76":"demo","col_r07":["Smith"]}
TASK repair_structured_output SPEC FIELD format TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD feedback TYPE string REQUIRED no FIELD country.allele TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD country.phenotype TYPE string_email REQUIRED no FIELD country.website TYPE null REQUIRED...
{"format":"cat_d","country":{"allele":"intermittent","phenotype":"admin@test.io","website":null,"conductivity":"qux","weight":493,"id":{"fleet_number":"user@domain.org","end_date":"type_a","nickname":"option_a","subtotal":null}},"nickname":true}
unquoted_keys
{ "type": "object", "properties": { "format": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "feedback": { "type": "string" }, "country": { "type": "object", "properties": { "allele": { "...
{format:"cat_d",country:{allele:"intermittent",phenotype:"admin@test.io",website:null,conductivity:"qux",weight:493,id:{fleet_number:"user@domain.org",end_date:"type_a",nickname:"option_a",subtotal:null}},nickname:true}
Expecting property name enclosed in double quotes
{"format":"cat_d","country":{"allele":"intermittent","phenotype":"admin@test.io","website":null,"conductivity":"qux","weight":493,"id":{"fleet_number":"user@domain.org","end_date":"type_a","nickname":"option_a","subtotal":null}},"nickname":true}
TASK repair_structured_output SPEC FIELD val_d79 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD val_l95 TYPE string REQUIRED yes FIELD field_y15 TYPE integer REQUIRED no FIELD prop_l48 TYPE boolean REQUIRED yes FIELD val_v12.prop_l68 TYPE boolean REQUIRED yes FIELD val_v12.key_o36 TYPE ...
{"val_l95":"Diana","field_y15":938,"prop_l48":true,"val_v12":{"prop_l68":true,"key_o36":"option_f","key_t68":"London"},"prop_w03":"mode_c","param_g39":"https://api.example.com/v1"}
missing_brace
{ "type": "object", "properties": { "val_d79": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "val_l95": { "type": "string" }, "field_y15": { "type": "integer" }, ...
"val_l95":"Diana","field_y15":938,"prop_l48":true,"val_v12":{"prop_l68":true,"key_o36":"option_f","key_t68":"London"},"prop_w03":"mode_c","param_g39":"https://api.example.com/v1"}
Missing closing brace
{"val_l95":"Diana","field_y15":938,"prop_l48":true,"val_v12":{"prop_l68":true,"key_o36":"option_f","key_t68":"London"},"prop_w03":"mode_c","param_g39":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD terminal_id TYPE integer REQUIRED yes FIELD chapter.type TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD chapter.index TYPE string REQUIRED yes FIELD chapter.compound TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD chapter.th...
{"terminal_id":629,"chapter":{"type":"level_3","index":"Santos","compound":"type_e","throttle_pos":["nonsense","synonymous","nonsense","missense"]},"manifest_ref":"Santos","altitude":"Jane","item_id":{"current_draw":"phone","fleet_number":368,"width":"baz","umi":{"published":"mode_c","filter_flag":"option_a","website":...
truncated_array
{ "type": "object", "properties": { "terminal_id": { "type": "integer" }, "chapter": { "type": "object", "properties": { "type": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ...
{"terminal_id":629,"chapter":{"type":"level_3","index":"Santos","compound":"type_e","throttle_pos":["nonsense","synonymous","nonsense","missense"]},"manifest_ref":"Santos","altitude":"Jane","item_id":{"current_draw":"phone","fleet_number":368,"width":"baz","umi":{"published":"mode_c","filter_flag":"option_a","website":...
Unexpected end of JSON input — truncated object
{"terminal_id":629,"chapter":{"type":"level_3","index":"Santos","compound":"type_e","throttle_pos":["nonsense","synonymous","nonsense","missense"]},"manifest_ref":"Santos","altitude":"Jane","item_id":{"current_draw":"phone","fleet_number":368,"width":"baz","umi":{"published":"mode_c","filter_flag":"option_a","website":...
TASK repair_structured_output SPEC FIELD val_n26 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_p75 TYPE integer REQUIRED yes FIELD dim_w93 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes BROKEN_OUTPUT Below is the JSON object: {"val_n26":"success","dim_p75":568,"dim...
{"val_n26":"success","dim_p75":568,"dim_w93":"option_b"}
extra_text_before
{ "type": "object", "properties": { "val_n26": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "dim_p75": { "type": "integer" }, "dim_w93": { "type": "string", "enum": [ "option_a", "opti...
Below is the JSON object: {"val_n26":"success","dim_p75":568,"dim_w93":"option_b"}
Output contains non-JSON text before the object
{"val_n26":"success","dim_p75":568,"dim_w93":"option_b"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE string VALUES single|married|divorced REQUIRED yes FIELD duration_ms TYPE string REQUIRED yes FIELD category TYPE null REQUIRED yes FIELD conductivity TYPE string REQUIRED yes BROKEN_OUTPUT {"insurance_id":"single","duration_ms":"Silva","category":null,"condu...
{"insurance_id":"single","duration_ms":"Silva","category":null,"conductivity":"New York"}
extra_text_after
{ "type": "object", "properties": { "insurance_id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "duration_ms": { "type": "string" }, "category": { "type": "null" }, "conductivity": { "type": "string" }...
{"insurance_id":"single","duration_ms":"Silva","category":null,"conductivity":"New York"} Hope this helps!
Output contains non-JSON text after the object
{"insurance_id":"single","duration_ms":"Silva","category":null,"conductivity":"New York"}
TASK repair_structured_output SPEC FIELD feedback TYPE integer REQUIRED no FIELD amplitude TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD salinity.image_url TYPE string VALUES type_a|type_b REQUIRED yes FIELD salinity.conductivity TYPE string REQUIRED yes FIELD salinity.amplitude[].loan_a...
{"feedback":438,"salinity":{"image_url":"type_b","conductivity":"Silva"},"vital_sign":69.41,"last_name":17,"conductivity":{"title":true,"consignee":"Alice","status_code":false},"position":"2025-01-21T03:32:00Z"}
partial_structure
{ "type": "object", "properties": { "feedback": { "type": "integer" }, "amplitude": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "salinity": { "type": "object", "properties": {...
I found that feedback should be 438. {"feedback":438,"salinity":{"image_url":"type_b","conductivity":"Silva"},"vital_sign":69.41,"last_name":17,"conductivity":{"title":true,"consignee":"Alice","status_code":false},"position":"2025-01-21T03:32:00Z"}
Output mixes natural language with JSON
{"feedback":438,"salinity":{"image_url":"type_b","conductivity":"Silva"},"vital_sign":69.41,"last_name":17,"conductivity":{"title":true,"consignee":"Alice","status_code":false},"position":"2025-01-21T03:32:00Z"}
TASK repair_structured_output SPEC FIELD field_k51 TYPE boolean REQUIRED yes FIELD col_f48 TYPE null REQUIRED yes FIELD col_i89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_g52.key_y34 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_g52.dim_j34 TYPE string VALUES...
{"field_k51":false,"col_f48":null,"col_i89":"in_transit","prop_g52":{"key_y34":"inland","dim_j34":"red","key_u79":"active"}}
wrong_type
{ "type": "object", "properties": { "field_k51": { "type": "boolean" }, "col_f48": { "type": "null" }, "col_i89": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_g52": { "type": "obj...
{"field_k51": "\"no\"", "col_f48": null, "col_i89": "in_transit", "prop_g52": {"key_y34": "inland", "dim_j34": "red", "key_u79": "active"}}
Field 'field_k51' must be boolean, got string
{"field_k51":false,"col_f48":null,"col_i89":"in_transit","prop_g52":{"key_y34":"inland","dim_j34":"red","key_u79":"active"}}
TASK repair_structured_output SPEC FIELD latitude TYPE string VALUES active|inactive|pending REQUIRED no FIELD lane TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD longitude TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD half_life TYPE null REQUIRED no FIELD...
{"latitude":"inactive","lane":"cat_b","longitude":"escalated","credit_score":["2025-12-16T11:46:00Z","2023-05-09T22:29:00Z","2026-09-15T03:37:00Z","2021-12-25T20:48:00Z"]}
extra_text_after
{ "type": "object", "properties": { "latitude": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "lane": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat...
{"latitude":"inactive","lane":"cat_b","longitude":"escalated","credit_score":["2025-12-16T11:46:00Z","2023-05-09T22:29:00Z","2026-09-15T03:37:00Z","2021-12-25T20:48:00Z"]} Analysis finished.
Output contains non-JSON text after the object
{"latitude":"inactive","lane":"cat_b","longitude":"escalated","credit_score":["2025-12-16T11:46:00Z","2023-05-09T22:29:00Z","2026-09-15T03:37:00Z","2021-12-25T20:48:00Z"]}
TASK repair_structured_output SPEC FIELD prop_h66 TYPE string REQUIRED no FIELD field_c13 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD dim_j35.key_t41 TYPE string_email REQUIRED no FIELD dim_j35.param_r57 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_j35.a...
{"field_c13":"level_4","dim_j35":{"param_r57":"green","attr_z63":949,"key_e16":145.39},"field_y31":{"dim_h50":null,"key_p45":"blue"},"param_h69":"2020-05-21T20:09:00Z","dim_d78":"type_c"}
truncated_array
{ "type": "object", "properties": { "prop_h66": { "type": "string" }, "field_c13": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_j35": { "type": "object", ...
{"field_c13":"level_4","dim_j35":{"param_r57":"green","attr_z63":949,"key_e16":145.39},"field_y31":{"dim_h50":null,"key_p45":"blue"},"param_h69":"2020-05-21T20:09:00Z","dim_d78":"type_c"
Unexpected end of JSON input — truncated object
{"field_c13":"level_4","dim_j35":{"param_r57":"green","attr_z63":949,"key_e16":145.39},"field_y31":{"dim_h50":null,"key_p45":"blue"},"param_h69":"2020-05-21T20:09:00Z","dim_d78":"type_c"}
TASK repair_structured_output SPEC FIELD reagent.credit_score TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD reagent.visible TYPE string_date-time REQUIRED yes FIELD reagent.consignee TYPE integer REQUIRED no FIELD reagent.category TYPE boolean REQUIRED yes FIELD tags TYPE integer RE...
{"reagent":{"credit_score":"escalated","visible":"2025-05-21T00:34:00Z","consignee":523,"category":false},"vessel_name":"sms","updated_at":"large","lab_result":"2025-03-18T09:41:00Z","wavelength":"https://data.org/data"}
truncated_object
{ "type": "object", "properties": { "reagent": { "type": "object", "properties": { "credit_score": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "visible"...
{"reagent":{"credit_score":"escalated","visible":"2025-05-21T00:34:00Z","consignee":523,"category":false},"vessel_name":"sms","updated_at":"large","lab_result":"2025-03-18T09:41:00Z","wavelength":"https://data.org/data"
Unexpected end of JSON input — truncated object
{"reagent":{"credit_score":"escalated","visible":"2025-05-21T00:34:00Z","consignee":523,"category":false},"vessel_name":"sms","updated_at":"large","lab_result":"2025-03-18T09:41:00Z","wavelength":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD branch TYPE string REQUIRED no FIELD allele TYPE integer REQUIRED yes FIELD company TYPE string VALUES draft|published|archived REQUIRED no FIELD bearing TYPE string REQUIRED no BROKEN_OUTPUT {"branch":"example","allele":270,"company":"draft","bearing":"2023-12-25"
{"branch":"example","allele":270,"company":"draft","bearing":"2023-12-25"}
truncated_array
{ "type": "object", "properties": { "branch": { "type": "string" }, "allele": { "type": "integer" }, "company": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "bearing": { "type": "string" } }, "requ...
{"branch":"example","allele":270,"company":"draft","bearing":"2023-12-25"
Unexpected end of JSON input — truncated object
{"branch":"example","allele":270,"company":"draft","bearing":"2023-12-25"}
TASK repair_structured_output SPEC FIELD chromosome TYPE string REQUIRED no FIELD id TYPE string VALUES draft|published|archived REQUIRED yes FIELD lab_result TYPE integer REQUIRED no FIELD voltage TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD salinity TYPE string_email REQUIRED yes FIELD category...
{"chromosome":"Charlie","id":"published","lab_result":807,"salinity":"test@example.com","category":"London","start_date":"inland"}
agent_chain
{ "type": "object", "properties": { "chromosome": { "type": "string" }, "id": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "lab_result": { "type": "integer" }, "voltage": { "type": "string", "enum": ...
Let me check the system. Action: call_variants Result: {"chromosome": "Charlie", "id": "published", "lab_result": 807, "salinity": "test@example.com", "category": "London"} I'll query our database. Action: calibrate_instrument Result:
Agent multi-step chain with truncated tool output
{"chromosome":"Charlie","id":"published","lab_result":807,"salinity":"test@example.com","category":"London","start_date":"inland"}
TASK repair_structured_output SPEC FIELD key_e23 TYPE integer REQUIRED no FIELD key_l02 TYPE string REQUIRED no FIELD key_k37 TYPE boolean REQUIRED yes FIELD param_y09 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_w36.col_h71 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no F...
{"key_e23":489,"key_l02":"foo","key_k37":true,"attr_w36":{"key_q72":"underway","param_o36":"new","val_d96":"info"}}
markdown_fences
{ "type": "object", "properties": { "key_e23": { "type": "integer" }, "key_l02": { "type": "string" }, "key_k37": { "type": "boolean" }, "param_y09": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
```json {"key_e23":489,"key_l02":"foo","key_k37":true,"attr_w36":{"key_q72":"underway","param_o36":"new","val_d96":"info"}} ```
Output contains markdown code fences
{"key_e23":489,"key_l02":"foo","key_k37":true,"attr_w36":{"key_q72":"underway","param_o36":"new","val_d96":"info"}}