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 balance TYPE boolean REQUIRED no FIELD account_id TYPE string_uri REQUIRED no FIELD dosage.cargo_type TYPE number REQUIRED no FIELD dosage.full_name.updated_at TYPE string REQUIRED yes FIELD dosage.full_name.deploy_target TYPE integer REQUIRED no FIELD dosage.full_name.pressure...
{"balance":true,"account_id":"https://example.io/v1","dosage":{"cargo_type":213.37,"full_name":{"updated_at":"PASS","deploy_target":763,"pressure_kpa":"chr1","bearing":739.6,"description":"foo","weight":"https://example.com/v1","category":true},"freight_class":"resolved","date":"REV","latitude":"coastal","type":660.5},...
markdown_explanation
{ "type": "object", "properties": { "balance": { "type": "boolean" }, "account_id": { "type": "string", "format": "uri" }, "dosage": { "type": "object", "properties": { "cargo_type": { "type": "number" }, "full_name": { "t...
Below is the JSON object: ```json {"balance":true,"account_id":"https://example.io/v1","dosage":{"cargo_type":213.37,"full_name":{"updated_at":"PASS","deploy_target":763,"pressure_kpa":"chr1","bearing":739.6,"description":"foo","weight":"https://example.com/v1","category":true},"freight_class":"resolved","date":"REV","...
Output contains markdown and explanatory text around JSON
{"balance":true,"account_id":"https://example.io/v1","dosage":{"cargo_type":213.37,"full_name":{"updated_at":"PASS","deploy_target":763,"pressure_kpa":"chr1","bearing":739.6,"description":"foo","weight":"https://example.com/v1","category":true},"freight_class":"resolved","date":"REV","latitude":"coastal","type":660.5},...
TASK repair_structured_output SPEC FIELD yield_pct TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD maturity_date TYPE string_uri REQUIRED yes FIELD trace_id TYPE null REQUIRED no FIELD order_id.ward TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD order_id.website TYPE string REQUIRED yes FIEL...
{"yield_pct":"sms","maturity_date":"https://data.io/data","trace_id":null,"order_id":{"ward":"basic","website":"pending","compound":"Santos","wavelength":883,"chromosome":"https://api.org/data"},"shipping":{"format":"cat_b","options":678,"transaction_id":{"quality_score":"info","enabled":"https://api.org/data","trace_i...
thought_process
{ "type": "object", "properties": { "yield_pct": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "maturity_date": { "type": "string", "format": "uri" }, "trace_id": { "type": "null" }, "order_id": { ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"yield_pct":"sms","maturity_date":"https://data.io/data","trace_id":null,"order_id":{"ward":"basic","website":"pending","compound":"Santos","wavelength":883,"chromosome":"https://api.org/data"},"shipping":{"format":...
Output contains chain-of-thought reasoning before JSON
{"yield_pct":"sms","maturity_date":"https://data.io/data","trace_id":null,"order_id":{"ward":"basic","website":"pending","compound":"Santos","wavelength":883,"chromosome":"https://api.org/data"},"shipping":{"format":"cat_b","options":678,"transaction_id":{"quality_score":"info","enabled":"https://api.org/data","trace_i...
TASK repair_structured_output SPEC FIELD prop_c55 TYPE number REQUIRED yes FIELD field_k92 TYPE number REQUIRED no FIELD key_p75[].col_s19 TYPE string VALUES level_1|level_2 REQUIRED no FIELD key_p75[].val_y57 TYPE string REQUIRED no FIELD key_p75[].key_a11 TYPE number REQUIRED yes FIELD key_p75[].param_k57 TYPE integ...
{"prop_c55":404.03,"field_k92":105.42,"key_p75":[{"val_y57":"approved","key_a11":873.98,"param_k57":936},{"col_s19":"level_2","val_y57":"Santos","key_a11":25.32,"param_k57":950},{"col_s19":"level_2","val_y57":"Diana","key_a11":664.44,"param_k57":394},{"val_y57":"hello","key_a11":340.65,"param_k57":447}]}
missing_required
{ "type": "object", "properties": { "prop_c55": { "type": "number" }, "field_k92": { "type": "number" }, "key_p75": { "type": "array", "items": { "type": "object", "properties": { "col_s19": { "type": "string", "enum": [ ...
{"prop_c55": 404.03, "field_k92": 105.42}
Required field 'key_p75' is missing
{"prop_c55":404.03,"field_k92":105.42,"key_p75":[{"val_y57":"approved","key_a11":873.98,"param_k57":936},{"col_s19":"level_2","val_y57":"Santos","key_a11":25.32,"param_k57":950},{"col_s19":"level_2","val_y57":"Diana","key_a11":664.44,"param_k57":394},{"val_y57":"hello","key_a11":340.65,"param_k57":447}]}
TASK repair_structured_output SPEC FIELD balance TYPE integer REQUIRED no FIELD span_id TYPE string REQUIRED yes FIELD label TYPE string_date-time REQUIRED no BROKEN_OUTPUT {span_id:"Tokyo",label:"2025-11-19T08:06:00Z"}
{"span_id":"Tokyo","label":"2025-11-19T08:06:00Z"}
unquoted_keys
{ "type": "object", "properties": { "balance": { "type": "integer" }, "span_id": { "type": "string" }, "label": { "type": "string", "format": "date-time" } }, "required": [ "span_id" ] }
{span_id:"Tokyo",label:"2025-11-19T08:06:00Z"}
Expecting property name enclosed in double quotes
{"span_id":"Tokyo","label":"2025-11-19T08:06:00Z"}
TASK repair_structured_output SPEC FIELD allele TYPE boolean REQUIRED no FIELD frequency_hz TYPE number REQUIRED yes FIELD throttle_pos TYPE string VALUES success|error|warning|info REQUIRED yes FIELD subject.timezone TYPE number REQUIRED no FIELD subject.currency TYPE string_uri REQUIRED yes FIELD subject.discount.st...
{"allele":true,"frequency_hz":119.26,"throttle_pos":"info","height":"Smith","item_id":false}
missing_brace
{ "type": "object", "properties": { "allele": { "type": "boolean" }, "frequency_hz": { "type": "number" }, "throttle_pos": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "subject": { "type": "ob...
"allele":true,"frequency_hz":119.26,"throttle_pos":"info","height":"Smith","item_id":false}
Missing closing brace
{"allele":true,"frequency_hz":119.26,"throttle_pos":"info","height":"Smith","item_id":false}
TASK repair_structured_output SPEC FIELD umi TYPE null REQUIRED no FIELD diagnosis_code TYPE string_uri REQUIRED no FIELD quality_score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD notes[].invoice_id TYPE integer REQUIRED yes FIELD notes[].price TYPE string VALUES active|inactive|pend...
{"umi":null,"diagnosis_code":"https://api.org/data","quality_score":"operational","notes":[{"invoice_id":378,"price":"inactive","temp_celsius":"JPY","id":161,"amount":697.39,"consignee":195,"address":184},{"invoice_id":165,"price":"active","id":694,"salinity":"https://data.org/v1","consignee":268,"address":793},{"invoi...
unquoted_keys
{ "type": "object", "properties": { "umi": { "type": "null" }, "diagnosis_code": { "type": "string", "format": "uri" }, "quality_score": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, ...
{umi:null,diagnosis_code:"https://api.org/data",quality_score:"operational",notes:[{invoice_id:378,price:"inactive",temp_celsius:"JPY",id:161,amount:697.39,consignee:195,address:184},{invoice_id:165,price:"active",id:694,salinity:"https://data.org/v1",consignee:268,address:793},{invoice_id:470,price:"inactive",temp_cel...
Expecting property name enclosed in double quotes
{"umi":null,"diagnosis_code":"https://api.org/data","quality_score":"operational","notes":[{"invoice_id":378,"price":"inactive","temp_celsius":"JPY","id":161,"amount":697.39,"consignee":195,"address":184},{"invoice_id":165,"price":"active","id":694,"salinity":"https://data.org/v1","consignee":268,"address":793},{"invoi...
TASK repair_structured_output SPEC FIELD col_x21 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD field_i05 TYPE string REQUIRED no FIELD val_e63 TYPE number REQUIRED no FIELD field_d90 TYPE string REQUIRED yes FIELD attr_l24 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED...
{"col_x21":"option_a","field_i05":"Jane","field_d90":"Santos","attr_l24":"type_c","prop_s36":"user@domain.com","col_d53":"pending"}
truncated_array
{ "type": "object", "properties": { "col_x21": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "field_i05": { "type": "string" }, "val_e63": { "type": "number" }, "field_d90": { "type": ...
{"col_x21":"option_a","field_i05":"Jane","field_d90":"Santos","attr_l24":"type_c","prop_s36":"user@domain.com","col_d53":"pending"
Unexpected end of JSON input — truncated object
{"col_x21":"option_a","field_i05":"Jane","field_d90":"Santos","attr_l24":"type_c","prop_s36":"user@domain.com","col_d53":"pending"}
TASK repair_structured_output SPEC FIELD dim_b36 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_a22 TYPE null REQUIRED no FIELD prop_d46 TYPE null REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: validate_sample Result: {"dim_a22": null, "prop_d46":...
{"dim_b36":"level_1","dim_a22":null,"prop_d46":null}
agent_chain
{ "type": "object", "properties": { "dim_b36": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_a22": { "type": "null" }, "prop_d46": { "type": "null" } }, ...
I need to look up the information first. Action: validate_sample Result: {"dim_a22": null, "prop_d46": null} I'll query our database. Action: process_payment Result:
Agent multi-step chain with truncated tool output
{"dim_b36":"level_1","dim_a22":null,"prop_d46":null}
TASK repair_structured_output SPEC FIELD dim_j25 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_a74 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_e96 TYPE integer REQUIRED yes FIELD col_b46 TYPE integer REQUIRED no FIELD field_v13[].attr_n23 TYPE string REQUIRE...
{"dim_j25":"pending","col_a74":"pending_review","prop_e96":208,"col_b46":483}
wrong_type
{ "type": "object", "properties": { "dim_j25": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_a74": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] ...
{"dim_j25": "pending", "col_a74": "pending_review", "prop_e96": 208, "col_b46": "\"483\""}
Field 'col_b46' must be integer, got string
{"dim_j25":"pending","col_a74":"pending_review","prop_e96":208,"col_b46":483}
TASK repair_structured_output SPEC FIELD prop_a07 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_g59 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD prop_n18 TYPE string REQUIRED no BROKEN_OUTPUT {'prop_a07':'divorced','field_g59':'cat_c','prop_n18':'inactive'}
{"prop_a07":"divorced","field_g59":"cat_c","prop_n18":"inactive"}
single_quotes
{ "type": "object", "properties": { "prop_a07": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "field_g59": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", ...
{'prop_a07':'divorced','field_g59':'cat_c','prop_n18':'inactive'}
Expecting property name enclosed in double quotes
{"prop_a07":"divorced","field_g59":"cat_c","prop_n18":"inactive"}
TASK repair_structured_output SPEC FIELD verified TYPE integer REQUIRED no FIELD enabled.lab_result TYPE number REQUIRED no FIELD enabled.reagent TYPE string REQUIRED yes FIELD enabled.annotation TYPE boolean REQUIRED no FIELD enabled.last_name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes F...
{"verified":999,"enabled":{"lab_result":176.85,"reagent":"MV-Evergreen-01","last_name":"operational","branch":true},"title":"free","count":"This is a test value."}
partial_structure
{ "type": "object", "properties": { "verified": { "type": "integer" }, "enabled": { "type": "object", "properties": { "lab_result": { "type": "number" }, "reagent": { "type": "string" }, "annotation": { "type": "bool...
I found that enabled should be {'lab_result': 176.85, 'reagent': 'MV-Evergreen-01', 'last_name': 'operational', 'branch': True}. {"verified":999,"enabled":{"lab_result":176.85,"reagent":"MV-Evergreen-01","last_name":"operational","branch":true},"title":"free","count":"This is a test value."}
Output mixes natural language with JSON
{"verified":999,"enabled":{"lab_result":176.85,"reagent":"MV-Evergreen-01","last_name":"operational","branch":true},"title":"free","count":"This is a test value."}
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD amount TYPE string VALUES email|phone|sms|push REQUIRED no FIELD dosage.priority TYPE string REQUIRED no FIELD dosage.span_id TYPE integer REQUIRED no FIELD dosage.user_id TYPE number REQUIRED no FIELD dos...
{"dosage":{"priority":"A short description.","span_id":357,"level":"returned","features":"Sao Paulo","tags":{"dissolved_oxygen":"coastal","phone":"in_progress","repository":293,"published":"Diana","transaction_id":"FWD","rating":"Santos","index":"2025-05-07T08:24:00Z"},"build_status":{"name":"escalated","strand":"email...
tool_call_partial_args
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "amount": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
Let me check the system. Action: calculate_docking_fee Arguments: {"dosage": {"priority": "A short description.", "span_id": 357, "level": "returned", "features": "Sao Paulo", "tags": {"dissolved_oxygen": "coastal", "phone": "in_progress", "repository": 293, "published": "Diana", "transaction_id": "FWD", "rating": "San...
Agent tool call missing required parameter 'organism'
{"dosage":{"priority":"A short description.","span_id":357,"level":"returned","features":"Sao Paulo","tags":{"dissolved_oxygen":"coastal","phone":"in_progress","repository":293,"published":"Diana","transaction_id":"FWD","rating":"Santos","index":"2025-05-07T08:24:00Z"},"build_status":{"name":"escalated","strand":"email...
TASK repair_structured_output SPEC FIELD dim_r20 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_i94 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD key_a53 TYPE string REQUIRED no FIELD param_f88 TYPE string_email REQUIRED no BROKEN_OUTPUT I need to create a JSON object that m...
{"dim_r20":"viewer","prop_i94":"option_d","param_f88":"test@test.io"}
thought_process
{ "type": "object", "properties": { "dim_r20": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_i94": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"dim_r20":"viewer","prop_i94":"option_d","param_f88":"test@test.io"}
Output contains chain-of-thought reasoning before JSON
{"dim_r20":"viewer","prop_i94":"option_d","param_f88":"test@test.io"}
TASK repair_structured_output SPEC FIELD diagnosis_code.balance TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD diagnosis_code.lane TYPE string REQUIRED no FIELD diagnosis_code.rating TYPE integer REQUIRED no FIELD end_date TYPE boolean REQUIRED no FIELD height.log_level TYPE null REQUIRED no FIELD heigh...
{"end_date":false,"height":{"priority":627,"created_at":{"altitude":"phone","section":128.49,"humidity_pct":[132,7,523]},"organism":{"features":"user@example.com","current_draw":603,"throttle_pos":"https://api.org/api","user_id":87,"date":"inactive","label":341.1,"price":"test@example.com"}}}
truncated_array
{ "type": "object", "properties": { "diagnosis_code": { "type": "object", "properties": { "balance": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "lane": { "type":...
{"end_date":false,"height":{"priority":627,"created_at":{"altitude":"phone","section":128.49,"humidity_pct":[132,7,523]},"organism":{"features":"user@example.com","current_draw":603,"throttle_pos":"https://api.org/api","user_id":87,"date":"inactive","label":341.1,"price":"test@example.com"}}
Unexpected end of JSON input — truncated object
{"end_date":false,"height":{"priority":627,"created_at":{"altitude":"phone","section":128.49,"humidity_pct":[132,7,523]},"organism":{"features":"user@example.com","current_draw":603,"throttle_pos":"https://api.org/api","user_id":87,"date":"inactive","label":341.1,"price":"test@example.com"}}}
TASK repair_structured_output SPEC FIELD end_date TYPE number REQUIRED yes FIELD label TYPE number REQUIRED yes FIELD batch_code TYPE string_date-time REQUIRED yes BROKEN_OUTPUT Let me check the system. <tool_call name="delete_item"> {"end_date":216.98,"label":408.97,"batch_code":"2023-06-27T22:27:00Z"} </tool_call.
{"end_date":216.98,"label":408.97,"batch_code":"2023-06-27T22:27:00Z"}
tool_call_text_mix
{ "type": "object", "properties": { "end_date": { "type": "number" }, "label": { "type": "number" }, "batch_code": { "type": "string", "format": "date-time" } }, "required": [ "batch_code", "end_date", "label" ] }
Let me check the system. <tool_call name="delete_item"> {"end_date":216.98,"label":408.97,"batch_code":"2023-06-27T22:27:00Z"} </tool_call.
Agent response mixes reasoning text with tool call
{"end_date":216.98,"label":408.97,"batch_code":"2023-06-27T22:27:00Z"}
TASK repair_structured_output SPEC FIELD gene_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD feedback TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD category TYPE string REQUIRED yes FIELD loan_amount TYPE number REQUIRED no BROKEN_OUTPUT {"gene_id": "in...
{"gene_id":"high","feedback":"option_d","category":"MV-Evergreen-01"}
invalid_enum
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "feedback": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
{"gene_id": "invalid_value_420", "feedback": "option_d", "category": "MV-Evergreen-01"}
Field 'gene_id' has invalid enum value 'invalid_value_420', expected one of ['low', 'medium', 'high', 'critical']
{"gene_id":"high","feedback":"option_d","category":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE integer REQUIRED no FIELD phenotype TYPE number REQUIRED yes FIELD visible.height TYPE string REQUIRED no FIELD visible.count TYPE string_uri REQUIRED yes FIELD visible.notes TYPE string REQUIRED no FIELD visible.vital_sign TYPE string REQUIRED yes FIELD date.o...
{"vessel_name":108,"phenotype":984.25,"visible":{"height":"2024-06-30","count":"https://data.com/v1","vital_sign":"PASS"},"date":{"options":"confirmed","sensor_id":"phone","version":"married","ward":"cancelled","height":true,"width":64,"procedure_code":"critical"}}
tool_call_python_syntax
{ "type": "object", "properties": { "vessel_name": { "type": "integer" }, "phenotype": { "type": "number" }, "visible": { "type": "object", "properties": { "height": { "type": "string" }, "count": { "type": "string", "...
calculate_docking_fee(vessel_name=108, phenotype=984.25, visible={'height': '2024-06-30', 'count': 'https://data.com/v1', 'vital_sign': 'PASS'}, date={'options': 'confirmed', 'sensor_id': 'phone', 'version': 'married', 'ward': 'cancelled', 'height': True, 'width': 64, 'procedure_code': 'critical'})
Tool call uses Python syntax instead of JSON
{"vessel_name":108,"phenotype":984.25,"visible":{"height":"2024-06-30","count":"https://data.com/v1","vital_sign":"PASS"},"date":{"options":"confirmed","sensor_id":"phone","version":"married","ward":"cancelled","height":true,"width":64,"procedure_code":"critical"}}
TASK repair_structured_output SPEC FIELD dim_v95.key_h97 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD dim_v95.prop_j09 TYPE null REQUIRED no FIELD dim_v95.dim_u16 TYPE boolean REQUIRED no FIELD dim_v95.field_a33 TYPE string REQUIRED no FIELD dim_v95.key_s26 TYPE string VALUES mode_a|mode_b RE...
{"dim_v95":{"key_h97":"berthed","prop_j09":null,"dim_u16":true,"field_a33":"QC-07","key_s26":"mode_b","attr_w94":871,"col_t24":154},"field_z44":"level_2","key_y41":null,"key_v86":"cat_a","param_x65":"mode_e"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_v95": { "type": "object", "properties": { "key_h97": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_j09": { "...
<functioncall> annotate_mutation {dim_v95: {key_h97: "berthed", prop_j09: null, dim_u16: true, field_a33: "QC-07", key_s26: "mode_b", attr_w94: 871, col_t24: 154}, field_z44: "level_2", key_y41: null, key_v86: "cat_a", param_x65: "mode_e"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_v95":{"key_h97":"berthed","prop_j09":null,"dim_u16":true,"field_a33":"QC-07","key_s26":"mode_b","attr_w94":871,"col_t24":154},"field_z44":"level_2","key_y41":null,"key_v86":"cat_a","param_x65":"mode_e"}
TASK repair_structured_output SPEC FIELD prop_s41 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_z14 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD param_c48 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_g06 TYPE string VALUES synonymous|missense|nonsens...
{"prop_s41":"high","key_z14":"high","param_g06":"nonsense","key_o73":"BRL"}
missing_required
{ "type": "object", "properties": { "prop_s41": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_z14": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] },...
{"prop_s41": "high", "key_z14": "high", "param_g06": "nonsense"}
Required field 'key_o73' is missing
{"prop_s41":"high","key_z14":"high","param_g06":"nonsense","key_o73":"BRL"}
TASK repair_structured_output SPEC FIELD attr_a86 TYPE string REQUIRED yes FIELD prop_h42 TYPE string_uri REQUIRED yes FIELD dim_f67[].val_n43 TYPE string REQUIRED no FIELD dim_f67[].dim_l73 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD dim_f67[].val_j40 TYPE string VALUES berthed|anchored|underway|moored R...
{"attr_a86":"2024-06-30","prop_h42":"https://example.org/v1","dim_f67":[{"dim_l73":"viewer","val_j40":"berthed","field_m78":"berthed","key_i55":373.28,"attr_c50":962,"key_v64":"divorced"},{"val_n43":"Berlin","dim_l73":"admin","val_j40":"underway","field_m78":"underway","key_i55":317.15,"attr_c50":916,"key_v64":"single"...
extra_text_before
{ "type": "object", "properties": { "attr_a86": { "type": "string" }, "prop_h42": { "type": "string", "format": "uri" }, "dim_f67": { "type": "array", "items": { "type": "object", "properties": { "val_n43": { "type": "string" ...
Here's the structured output: {"attr_a86":"2024-06-30","prop_h42":"https://example.org/v1","dim_f67":[{"dim_l73":"viewer","val_j40":"berthed","field_m78":"berthed","key_i55":373.28,"attr_c50":962,"key_v64":"divorced"},{"val_n43":"Berlin","dim_l73":"admin","val_j40":"underway","field_m78":"underway","key_i55":317.15,"at...
Output contains non-JSON text before the object
{"attr_a86":"2024-06-30","prop_h42":"https://example.org/v1","dim_f67":[{"dim_l73":"viewer","val_j40":"berthed","field_m78":"berthed","key_i55":373.28,"attr_c50":962,"key_v64":"divorced"},{"val_n43":"Berlin","dim_l73":"admin","val_j40":"underway","field_m78":"underway","key_i55":317.15,"attr_c50":916,"key_v64":"single"...
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD rating TYPE string VALUES active|inactive|pending REQUIRED no FIELD address TYPE string VALUES draft|published|archived REQUIRED no FIELD patient_id TYPE string_uri REQUIRED no FIELD color TYPE string VALUES draf...
{"crew_id":"editor","address":"archived","patient_id":"https://api.io/api","color":"published","price":"low","score":92}
missing_required
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "rating": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "address": { "type"...
{"address": "archived", "patient_id": "https://api.io/api", "color": "published", "price": "low", "score": 92}
Required field 'crew_id' is missing
{"crew_id":"editor","address":"archived","patient_id":"https://api.io/api","color":"published","price":"low","score":92}
TASK repair_structured_output SPEC FIELD attr_b19.col_n08 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_b19.attr_v77 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD attr_b19.field_g62 TYPE string REQUIRED no FIELD attr_b19.field_r66 TYPE integer REQUIRED yes...
{"attr_b19":{"col_n08":"in_progress","attr_v77":"type_c","field_r66":466},"field_y53":null,"dim_q33":266.11,"val_i23":"user@domain.org","param_q46":"John"}
markdown_explanation
{ "type": "object", "properties": { "attr_b19": { "type": "object", "properties": { "col_n08": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_v77": { ...
Sensor output follows: ```json {"attr_b19":{"col_n08":"in_progress","attr_v77":"type_c","field_r66":466},"field_y53":null,"dim_q33":266.11,"val_i23":"user@domain.org","param_q46":"John"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"attr_b19":{"col_n08":"in_progress","attr_v77":"type_c","field_r66":466},"field_y53":null,"dim_q33":266.11,"val_i23":"user@domain.org","param_q46":"John"}
TASK repair_structured_output SPEC FIELD image_url TYPE string REQUIRED no FIELD order_id TYPE string REQUIRED yes FIELD length TYPE string VALUES admin|editor|viewer REQUIRED no FIELD end_date TYPE integer REQUIRED yes FIELD age.updated_at TYPE boolean REQUIRED no FIELD age.lane TYPE string_uri REQUIRED yes FIELD age...
{"image_url":"Silva","order_id":"Bob","end_date":45,"created_at":{"full_name":{"sensor_id":879,"url":"level_5","invoice_id":"2024-01-14T06:51:00Z","subtotal":"level_2","width":"Tokyo","branch":"A short description."},"section":"level_1","chapter":"https://data.org/api","feedback":"https://data.com/api","features":"chr1...
tool_call_bad_format
{ "type": "object", "properties": { "image_url": { "type": "string" }, "order_id": { "type": "string" }, "length": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "end_date": { "type": "integer" }, "age": ...
<functioncall> read_sensor_array {image_url: "Silva", order_id: "Bob", end_date: 45, created_at: {full_name: {sensor_id: 879, url: "level_5", invoice_id: "2024-01-14T06:51:00Z", subtotal: "level_2", width: "Tokyo", branch: "A short description."}, section: "level_1", chapter: "https://data.org/api", feedback: "https://...
Tool call has malformed arguments — unquoted keys in function parameters
{"image_url":"Silva","order_id":"Bob","end_date":45,"created_at":{"full_name":{"sensor_id":879,"url":"level_5","invoice_id":"2024-01-14T06:51:00Z","subtotal":"level_2","width":"Tokyo","branch":"A short description."},"section":"level_1","chapter":"https://data.org/api","feedback":"https://data.com/api","features":"chr1...
TASK repair_structured_output SPEC FIELD trace_id TYPE integer REQUIRED no FIELD deploy_target TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD ward TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD payment_status TYPE number REQUIRED no FIELD updated_at.zip_code TYPE string VALUES free|basic|pro|...
{"trace_id":477,"deploy_target":"GBP","updated_at":{"zip_code":"basic","subtotal":663.86,"price":664.97,"freight_class":false,"count":{"log_level":"coastal","transaction_id":"2023-06-19T23:48:00Z"}},"patient_id":"phone","feedback":477.67,"conductivity":null}
tool_call_bad_format
{ "type": "object", "properties": { "trace_id": { "type": "integer" }, "deploy_target": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "ward": { "type": "string", "enum": [ "free", "...
<functioncall> book_appointment {trace_id: 477, deploy_target: "GBP", updated_at: {zip_code: "basic", subtotal: 663.86, price: 664.97, freight_class: false, count: {log_level: "coastal", transaction_id: "2023-06-19T23:48:00Z"}}, patient_id: "phone", feedback: 477.67, conductivity: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"trace_id":477,"deploy_target":"GBP","updated_at":{"zip_code":"basic","subtotal":663.86,"price":664.97,"freight_class":false,"count":{"log_level":"coastal","transaction_id":"2023-06-19T23:48:00Z"}},"patient_id":"phone","feedback":477.67,"conductivity":null}
TASK repair_structured_output SPEC FIELD vital_sign.company TYPE string VALUES single|married|divorced REQUIRED no FIELD vital_sign.status TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD vital_sign.image_url TYPE string_date-time REQUIRED no FIELD vital_sign.shift_code TYPE string VALUES berthed...
{"vital_sign":{"company":"single","image_url":"2024-03-01T23:22:00Z","shift_code":"underway","medication":"active","brake_pressure":"divorced"},"turbidity":"heterozygous","longitude":{"shipper_ref":28,"build_status":"completed","active":{"reagent":"RTG-04","quantity":97,"gene_id":null,"status":"divorced"},"chapter":"ma...
partial_structure
{ "type": "object", "properties": { "vital_sign": { "type": "object", "properties": { "company": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "status": { "type": "string", ...
Based on the data, vital_sign is {'company': 'single', 'image_url': '2024-03-01T23:22:00Z', 'shift_code': 'underway', 'medication': 'active', 'brake_pressure': 'divorced'}. {"vital_sign":{"company":"single","image_url":"2024-03-01T23:22:00Z","shift_code":"underway","medication":"active","brake_pressure":"divorced"},"tu...
Output mixes natural language with JSON
{"vital_sign":{"company":"single","image_url":"2024-03-01T23:22:00Z","shift_code":"underway","medication":"active","brake_pressure":"divorced"},"turbidity":"heterozygous","longitude":{"shipper_ref":28,"build_status":"completed","active":{"reagent":"RTG-04","quantity":97,"gene_id":null,"status":"divorced"},"chapter":"ma...
TASK repair_structured_output SPEC FIELD order_id TYPE integer REQUIRED yes FIELD first_name TYPE string REQUIRED yes FIELD current_draw TYPE string REQUIRED no FIELD last_name TYPE integer REQUIRED no FIELD medication[] TYPE string REQUIRED yes BROKEN_OUTPUT Let me provide the data in JSON format: ```json {"order_id...
{"order_id":385,"first_name":"sample","current_draw":"FWD","last_name":877,"medication":["user@domain.com","example"]}
markdown_explanation
{ "type": "object", "properties": { "order_id": { "type": "integer" }, "first_name": { "type": "string" }, "current_draw": { "type": "string" }, "last_name": { "type": "integer" }, "medication": { "type": "array", "items": { "type": "st...
Let me provide the data in JSON format: ```json {"order_id":385,"first_name":"sample","current_draw":"FWD","last_name":877,"medication":["user@domain.com","example"]} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"order_id":385,"first_name":"sample","current_draw":"FWD","last_name":877,"medication":["user@domain.com","example"]}
TASK repair_structured_output SPEC FIELD field_t75.prop_s25.dim_v78 TYPE string_email REQUIRED no FIELD field_t75.prop_s25.val_a91 TYPE boolean REQUIRED yes FIELD field_t75.prop_s25.val_q09 TYPE string REQUIRED no FIELD field_t75.prop_s25.attr_x67 TYPE string REQUIRED no FIELD field_t75.prop_s25.attr_s85 TYPE integer ...
{"field_t75":{"prop_p51":"New York","attr_d30":"Jane"},"key_c67":"chr1","field_w63":true,"col_m99":false,"attr_g42":"FWD","prop_r41":true}
null_required
{ "type": "object", "properties": { "field_t75": { "type": "object", "properties": { "prop_s25": { "type": "object", "properties": { "dim_v78": { "type": "string", "format": "email" }, "val_a91": { ...
{"field_t75": {"prop_p51": "New York", "attr_d30": "Jane"}, "key_c67": "chr1", "field_w63": null, "col_m99": false, "attr_g42": "FWD", "prop_r41": true}
Required field 'field_w63' is null
{"field_t75":{"prop_p51":"New York","attr_d30":"Jane"},"key_c67":"chr1","field_w63":true,"col_m99":false,"attr_g42":"FWD","prop_r41":true}
TASK repair_structured_output SPEC FIELD order_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD salinity TYPE string VALUES active|inactive|pending REQUIRED no FIELD collateral TYPE null REQUIRED no FIELD discount TYPE integer REQUIRED no BROKEN_OUTPUT {"salinity": "pending", "collateral": nu...
{"order_id":"resolved","salinity":"pending","collateral":null,"discount":340}
missing_required
{ "type": "object", "properties": { "order_id": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "salinity": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, ...
{"salinity": "pending", "collateral": null, "discount": 340}
Required field 'order_id' is missing
{"order_id":"resolved","salinity":"pending","collateral":null,"discount":340}
TASK repair_structured_output SPEC FIELD height TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD zip_code TYPE number REQUIRED yes FIELD features TYPE number REQUIRED no FIELD sensor_id[].latitude TYPE integer REQUIRED no FIELD sensor_id[].quantity TYPE null REQUIRED no FIELD sensor_id[].torque_output TY...
{"height":"pro","zip_code":412.39,"features":836.49,"sensor_id":[{"latitude":439,"torque_output":"cat_b","status_code":"Paris"},{"latitude":432,"quantity":null,"torque_output":"cat_d","format":"https://example.com","status_code":"pending"},{"latitude":552,"quantity":null,"torque_output":"cat_b","format":"2024-01-15","i...
tool_call_text_mix
{ "type": "object", "properties": { "height": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "zip_code": { "type": "number" }, "features": { "type": "number" }, "sensor_id": { "type": "array", ...
Processing the request now. <tool_call name="send_email"> {"height":"pro","zip_code":412.39,"features":836.49,"sensor_id":[{"latitude":439,"torque_output":"cat_b","status_code":"Paris"},{"latitude":432,"quantity":null,"torque_output":"cat_d","format":"https://example.com","status_code":"pending"},{"latitude":552,"quant...
Agent response mixes reasoning text with tool call
{"height":"pro","zip_code":412.39,"features":836.49,"sensor_id":[{"latitude":439,"torque_output":"cat_b","status_code":"Paris"},{"latitude":432,"quantity":null,"torque_output":"cat_d","format":"https://example.com","status_code":"pending"},{"latitude":552,"quantity":null,"torque_output":"cat_b","format":"2024-01-15","i...
TASK repair_structured_output SPEC FIELD amount TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD item_id TYPE integer REQUIRED no FIELD allele TYPE string REQUIRED no FIELD type TYPE boolean REQUIRED yes FIELD dissolved_oxygen TYPE number REQUIRED yes FIELD height TYPE boolean REQUIRED yes FIELD procedure_code...
{"allele":"MV-Evergreen-01","type":false,"dissolved_oxygen":611.15,"height":true,"procedure_code":501,"company":"admin@domain.org"}
null_required
{ "type": "object", "properties": { "amount": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "item_id": { "type": "integer" }, "allele": { "type": "string" }, "type": { "type": "boolean" ...
{"allele": "MV-Evergreen-01", "type": null, "dissolved_oxygen": 611.15, "height": true, "procedure_code": 501, "company": "admin@domain.org"}
Required field 'type' is null
{"allele":"MV-Evergreen-01","type":false,"dissolved_oxygen":611.15,"height":true,"procedure_code":501,"company":"admin@domain.org"}
TASK repair_structured_output SPEC FIELD col_v26 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_s07 TYPE integer REQUIRED yes FIELD field_u68.field_q34 TYPE string REQUIRED yes FIELD field_u68.field_d38.col_h75 TYPE integer REQUIRED no FIELD field_u68.field_d38.col_p54 TYPE integer REQUIRED n...
{"col_v26":"inland","field_s07":189,"field_u68":{"field_q34":"Alice","field_d38":{"col_h75":157,"col_p54":1000,"val_z34":"inactive","col_g53":307,"val_b01":[null,null],"field_z23":["info@domain.org","info@test.io","info@domain.org","admin@domain.org"]},"field_m41":"2022-12-08T14:48:00Z"}}
partial_structure
{ "type": "object", "properties": { "col_v26": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "field_s07": { "type": "integer" }, "field_u68": { "type": "object", "properties": { "field_q34":...
Based on the data, col_v26 is inland. {"col_v26":"inland","field_s07":189,"field_u68":{"field_q34":"Alice","field_d38":{"col_h75":157,"col_p54":1000,"val_z34":"inactive","col_g53":307,"val_b01":[null,null],"field_z23":["info@domain.org","info@test.io","info@domain.org","admin@domain.org"]},"field_m41":"2022-12-08T14:48...
Output mixes natural language with JSON
{"col_v26":"inland","field_s07":189,"field_u68":{"field_q34":"Alice","field_d38":{"col_h75":157,"col_p54":1000,"val_z34":"inactive","col_g53":307,"val_b01":[null,null],"field_z23":["info@domain.org","info@test.io","info@domain.org","admin@domain.org"]},"field_m41":"2022-12-08T14:48:00Z"}}
TASK repair_structured_output SPEC FIELD prop_f06 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_r86 TYPE string REQUIRED yes FIELD col_a40 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_h33 TYPE integer REQUIRED no FIELD attr_k13[] TYPE integer REQUIRED no FI...
{"prop_f06":"archived","dim_r86":"PASS","col_a40":"confirmed","prop_h33":625,"attr_k13":[867,698,33]}
single_quotes
{ "type": "object", "properties": { "prop_f06": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "dim_r86": { "type": "string" }, "col_a40": { "type": "string", "enum": [ "pending_review", "confirmed",...
{'prop_f06':'archived','dim_r86':'PASS','col_a40':'confirmed','prop_h33':625,'attr_k13':[867,698,33]}
Expecting property name enclosed in double quotes
{"prop_f06":"archived","dim_r86":"PASS","col_a40":"confirmed","prop_h33":625,"attr_k13":[867,698,33]}
TASK repair_structured_output SPEC FIELD param_j04 TYPE number REQUIRED yes FIELD val_e88 TYPE boolean REQUIRED no FIELD col_q57 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_v35[] TYPE number REQUIRED no BROKEN_OUTPUT {"param_j04": null, "val_e88": true, "col_q57": "single", "col_v35": [918.11, 94...
{"param_j04":605.05,"val_e88":true,"col_q57":"single","col_v35":[918.11,946.99]}
null_required
{ "type": "object", "properties": { "param_j04": { "type": "number" }, "val_e88": { "type": "boolean" }, "col_q57": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "col_v35": { "type": "array", "items": ...
{"param_j04": null, "val_e88": true, "col_q57": "single", "col_v35": [918.11, 946.99]}
Required field 'param_j04' is null
{"param_j04":605.05,"val_e88":true,"col_q57":"single","col_v35":[918.11,946.99]}
TASK repair_structured_output SPEC FIELD rating TYPE string REQUIRED no FIELD altitude TYPE integer REQUIRED no FIELD frequency_hz TYPE boolean REQUIRED no FIELD score.shipping TYPE boolean REQUIRED no FIELD score.version TYPE number REQUIRED yes FIELD score.deploy_target.port_code TYPE string VALUES operational|degra...
{"altitude":138,"score":{"shipping":false,"version":926.85,"deploy_target":{"port_code":"maintenance","type":"quux","wavelength":"2021-03-21T00:58:00Z","reagent":81},"type":"Berlin","feedback":false,"footnote":"A short description."},"velocity":{"duration_ms":"white","pressure_kpa":{"amplitude":670,"length":false,"mess...
markdown_explanation
{ "type": "object", "properties": { "rating": { "type": "string" }, "altitude": { "type": "integer" }, "frequency_hz": { "type": "boolean" }, "score": { "type": "object", "properties": { "shipping": { "type": "boolean" }, "v...
Sensor output follows: ```json {"altitude":138,"score":{"shipping":false,"version":926.85,"deploy_target":{"port_code":"maintenance","type":"quux","wavelength":"2021-03-21T00:58:00Z","reagent":81},"type":"Berlin","feedback":false,"footnote":"A short description."},"velocity":{"duration_ms":"white","pressure_kpa":{"ampl...
Output contains markdown and explanatory text around JSON
{"altitude":138,"score":{"shipping":false,"version":926.85,"deploy_target":{"port_code":"maintenance","type":"quux","wavelength":"2021-03-21T00:58:00Z","reagent":81},"type":"Berlin","feedback":false,"footnote":"A short description."},"velocity":{"duration_ms":"white","pressure_kpa":{"amplitude":670,"length":false,"mess...
TASK repair_structured_output SPEC FIELD url TYPE integer REQUIRED no FIELD thumbnail.footnote TYPE string VALUES type_a|type_b REQUIRED yes FIELD thumbnail.sensor_id TYPE integer REQUIRED yes FIELD thumbnail.step TYPE boolean REQUIRED yes FIELD bill_of_lading TYPE number REQUIRED yes FIELD subtotal TYPE number REQUIR...
{"thumbnail":{"footnote":"type_a","sensor_id":66,"step":false},"bill_of_lading":916.45,"subtotal":612.97,"section":true}
boolean_as_string
{ "type": "object", "properties": { "url": { "type": "integer" }, "thumbnail": { "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "type_a", "type_b" ] }, "sensor_id": { "t...
{"thumbnail": {"footnote": "type_a", "sensor_id": 66, "step": false}, "bill_of_lading": 916.45, "subtotal": 612.97, "section": "false"}
Field 'section' must be boolean, got string
{"thumbnail":{"footnote":"type_a","sensor_id":66,"step":false},"bill_of_lading":916.45,"subtotal":612.97,"section":true}
TASK repair_structured_output SPEC FIELD salinity TYPE null REQUIRED no FIELD log_level.altitude.id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD log_level.altitude.isotope TYPE string REQUIRED yes FIELD log_level.altitude.options TYPE string REQUIRED yes FIELD log_level.altitude.tile TYPE st...
{"log_level":{"altitude":{"id":"hemizygous","isotope":"Berlin","options":"https://api.example.com/v1","tile":"test","language":"2023-03-08T19:12:00Z"},"repository":{"phone":476.87,"altitude":null},"product_id":{"conductivity":15,"full_name":"Bob"},"ward":"returned"},"price":"QC-07"}
truncated_array
{ "type": "object", "properties": { "salinity": { "type": "null" }, "log_level": { "type": "object", "properties": { "altitude": { "type": "object", "properties": { "id": { "type": "string", "enum": [ "...
{"log_level":{"altitude":{"id":"hemizygous","isotope":"Berlin","options":"https://api.example.com/v1","tile":"test","language":"2023-03-08T19:12:00Z"},"repository":{"phone":476.87,"altitude":null},"product_id":{"conductivity":15,"full_name":"Bob"},"ward":"returned"},"price":"QC-07"
Unexpected end of JSON input — truncated object
{"log_level":{"altitude":{"id":"hemizygous","isotope":"Berlin","options":"https://api.example.com/v1","tile":"test","language":"2023-03-08T19:12:00Z"},"repository":{"phone":476.87,"altitude":null},"product_id":{"conductivity":15,"full_name":"Bob"},"ward":"returned"},"price":"QC-07"}
TASK repair_structured_output SPEC FIELD role TYPE integer REQUIRED no FIELD paragraph TYPE string REQUIRED no FIELD options TYPE string REQUIRED yes FIELD version TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD compound TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes BROKEN_OUTPUT {"role...
{"role":447,"paragraph":"This is a test value.","options":"A short description.","version":"cat_a","compound":"level_2"}
extra_field
{ "type": "object", "properties": { "role": { "type": "integer" }, "paragraph": { "type": "string" }, "options": { "type": "string" }, "version": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, ...
{"role": 447, "paragraph": "This is a test value.", "options": "A short description.", "version": "cat_a", "compound": "level_2", "extra_data_9468": true}
Unknown field 'extra_data_9468' not defined in schema
{"role":447,"paragraph":"This is a test value.","options":"A short description.","version":"cat_a","compound":"level_2"}
TASK repair_structured_output SPEC FIELD updated_at.current_draw.comments TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD updated_at.current_draw.city TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD updated_at.current_draw.velocity TYPE string VALUES admin|editor|viewer REQUIRED...
{"quantity":"anchored","catalyst":null}
unquoted_keys
{ "type": "object", "properties": { "updated_at": { "type": "object", "properties": { "current_draw": { "type": "object", "properties": { "comments": { "type": "string", "enum": [ "homozygous", "heter...
{quantity:"anchored",catalyst:null}
Expecting property name enclosed in double quotes
{"quantity":"anchored","catalyst":null}
TASK repair_structured_output SPEC FIELD allele TYPE string REQUIRED no FIELD yield_pct TYPE boolean REQUIRED no FIELD lane TYPE string REQUIRED no FIELD chromosome TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD state TYPE boolean REQUIRED no FIELD barcode TYPE boolean REQUIRED yes FIELD width TYPE string V...
{"allele":"2024-06-30","lane":"A short description.","chromosome":"USD","state":true,"barcode":false,"width":"operational","comments":"moored"}
trailing_comma
{ "type": "object", "properties": { "allele": { "type": "string" }, "yield_pct": { "type": "boolean" }, "lane": { "type": "string" }, "chromosome": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
{"allele":"2024-06-30","lane":"A short description.","chromosome":"USD","state":true,"barcode":false,"width":"operational","comments":"moored",}
Unexpected trailing comma
{"allele":"2024-06-30","lane":"A short description.","chromosome":"USD","state":true,"barcode":false,"width":"operational","comments":"moored"}
TASK repair_structured_output SPEC FIELD dim_w52.param_d03 TYPE string REQUIRED no FIELD dim_w52.prop_b34 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_w52.param_h07 TYPE string REQUIRED no FIELD dim_w52.field_q79 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD dim_x21 ...
{"dim_w52":{"param_d03":"https://example.com","prop_b34":"phone","field_q79":"type_b"},"dim_x21":810,"field_k54":"https://data.org/v1","field_v37":413}
extra_text_before
{ "type": "object", "properties": { "dim_w52": { "type": "object", "properties": { "param_d03": { "type": "string" }, "prop_b34": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
Based on your request, here is the data: {"dim_w52":{"param_d03":"https://example.com","prop_b34":"phone","field_q79":"type_b"},"dim_x21":810,"field_k54":"https://data.org/v1","field_v37":413}
Output contains non-JSON text before the object
{"dim_w52":{"param_d03":"https://example.com","prop_b34":"phone","field_q79":"type_b"},"dim_x21":810,"field_k54":"https://data.org/v1","field_v37":413}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD aligned_pct TYPE boolean REQUIRED no FIELD filter_flag TYPE number REQUIRED no FIELD consignee TYPE integer REQUIRED no FIELD duration_ms TYPE string_date-time REQUIRED no FIELD lane TYPE string VALUES adm...
{"id":"anchored","aligned_pct":true,"consignee":13,"lane":"admin"}
tool_call_bad_format
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "aligned_pct": { "type": "boolean" }, "filter_flag": { "type": "number" }, "consignee": { "type": "...
<functioncall> fetch_lab_result {id: "anchored", aligned_pct: true, consignee: 13, lane: "admin"}
Tool call has malformed arguments — unquoted keys in function parameters
{"id":"anchored","aligned_pct":true,"consignee":13,"lane":"admin"}
TASK repair_structured_output SPEC FIELD ward TYPE string REQUIRED yes FIELD feedback TYPE boolean REQUIRED yes FIELD hazmat_code[] TYPE string VALUES option_a|option_b REQUIRED no BROKEN_OUTPUT {"ward":"Sao Paulo","feedback":true}
{"ward":"Sao Paulo","feedback":true}
truncated_array
{ "type": "object", "properties": { "ward": { "type": "string" }, "feedback": { "type": "boolean" }, "hazmat_code": { "type": "array", "items": { "type": "string", "enum": [ "option_a", "option_b" ] } } }, "require...
{"ward":"Sao Paulo","feedback":true}
Unexpected end of JSON input — truncated array
{"ward":"Sao Paulo","feedback":true}
TASK repair_structured_output SPEC FIELD priority TYPE null REQUIRED no FIELD amplitude TYPE string REQUIRED yes FIELD bill_of_lading TYPE number REQUIRED yes BROKEN_OUTPUT {"priority": null, "amplitude": "Oliveira"}
{"priority":null,"amplitude":"Oliveira","bill_of_lading":382.77}
missing_required
{ "type": "object", "properties": { "priority": { "type": "null" }, "amplitude": { "type": "string" }, "bill_of_lading": { "type": "number" } }, "required": [ "amplitude", "bill_of_lading" ] }
{"priority": null, "amplitude": "Oliveira"}
Required field 'bill_of_lading' is missing
{"priority":null,"amplitude":"Oliveira","bill_of_lading":382.77}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE boolean REQUIRED yes FIELD allele TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD branch TYPE integer REQUIRED no BROKEN_OUTPUT {"brake_pressure": false, "allele": "option_b", "branch": 277, "extra_data_7073": "unexpected"}
{"brake_pressure":false,"allele":"option_b","branch":277}
extra_field
{ "type": "object", "properties": { "brake_pressure": { "type": "boolean" }, "allele": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "branch": { "type": "integer" } }, "required": [ "bra...
{"brake_pressure": false, "allele": "option_b", "branch": 277, "extra_data_7073": "unexpected"}
Unknown field 'extra_data_7073' not defined in schema
{"brake_pressure":false,"allele":"option_b","branch":277}
TASK repair_structured_output SPEC FIELD attr_y57 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD key_i85 TYPE string REQUIRED no FIELD param_u98 TYPE string REQUIRED no FIELD dim_t71 TYPE integer REQUIRED no FIELD key_n36 TYPE integer REQUIRED no FIELD field_w01 TYPE boolean REQUIRED no FIELD key_...
{"attr_y57":"reliable","key_i85":"Berlin","param_u98":"Oliveira","dim_t71":427,"key_n36":456,"field_w01":true,"key_g97":"pending_review","val_g74":"Berlin"}
missing_brace
{ "type": "object", "properties": { "attr_y57": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "key_i85": { "type": "string" }, "param_u98": { "type": "string" }, "dim_t71": { "type": "integer" }, ...
"attr_y57":"reliable","key_i85":"Berlin","param_u98":"Oliveira","dim_t71":427,"key_n36":456,"field_w01":true,"key_g97":"pending_review","val_g74":"Berlin"}
Missing closing brace
{"attr_y57":"reliable","key_i85":"Berlin","param_u98":"Oliveira","dim_t71":427,"key_n36":456,"field_w01":true,"key_g97":"pending_review","val_g74":"Berlin"}
TASK repair_structured_output SPEC FIELD transaction_id.visible TYPE boolean REQUIRED no FIELD transaction_id.weight TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD transaction_id.longitude.feedback TYPE null REQUIRED yes FIELD transaction_id.longitude.created_at TYPE number REQUIRED no FIELD tran...
{"transaction_id":{"weight":"unstable","longitude":{"feedback":null,"created_at":783.27,"comments":"https://data.com/data","interest_rate":"user@domain.com","credit_score":548}},"catalyst":198,"url":"demo","medication":988.44,"amount":"admin@test.io","department":{"first_name":"single","currency":"arctic","terminal_id"...
missing_required
{ "type": "object", "properties": { "transaction_id": { "type": "object", "properties": { "visible": { "type": "boolean" }, "weight": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ...
{"catalyst": 198, "url": "demo", "medication": 988.44, "amount": "admin@test.io", "department": {"first_name": "single", "currency": "arctic", "terminal_id": "John", "consignee": "push", "deploy_target": "qux", "comments": "inactive", "bill_of_lading": 822.16, "insurance_id": "2023-11-18T14:25:00Z"}, "length": 337, "ha...
Required field 'transaction_id' is missing
{"transaction_id":{"weight":"unstable","longitude":{"feedback":null,"created_at":783.27,"comments":"https://data.com/data","interest_rate":"user@domain.com","credit_score":548}},"catalyst":198,"url":"demo","medication":988.44,"amount":"admin@test.io","department":{"first_name":"single","currency":"arctic","terminal_id"...
TASK repair_structured_output SPEC FIELD end_date TYPE string REQUIRED yes FIELD chapter TYPE string VALUES active|inactive|pending REQUIRED yes FIELD visible.lane TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD visible.date TYPE string VALUES success|error|warning|info REQUIRED no FIELD visible.chromosome T...
{"end_date":"hello","chapter":"inactive","visible":{"lane":"admin","date":"warning","chromosome":null},"vital_sign":null,"index":true}
missing_required
{ "type": "object", "properties": { "end_date": { "type": "string" }, "chapter": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "visible": { "type": "object", "properties": { "lane": { "type": "stri...
{"chapter": "inactive", "visible": {"lane": "admin", "date": "warning", "chromosome": null}, "vital_sign": null, "index": true}
Required field 'end_date' is missing
{"end_date":"hello","chapter":"inactive","visible":{"lane":"admin","date":"warning","chromosome":null},"vital_sign":null,"index":true}
TASK repair_structured_output SPEC FIELD age TYPE string REQUIRED yes FIELD repository TYPE boolean REQUIRED no FIELD quality_score TYPE number REQUIRED yes BROKEN_OUTPUT I've generated the following JSON: ```json {"age":"Smith","repository":false,"quality_score":173.21} ``` Let me know if you need anything else!
{"age":"Smith","repository":false,"quality_score":173.21}
markdown_explanation
{ "type": "object", "properties": { "age": { "type": "string" }, "repository": { "type": "boolean" }, "quality_score": { "type": "number" } }, "required": [ "quality_score", "age" ] }
I've generated the following JSON: ```json {"age":"Smith","repository":false,"quality_score":173.21} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"age":"Smith","repository":false,"quality_score":173.21}
TASK repair_structured_output SPEC FIELD annotation.email.zip_code TYPE string VALUES single|married|divorced REQUIRED yes FIELD annotation.email.allele TYPE string VALUES draft|published|archived REQUIRED yes FIELD annotation.email.catalyst TYPE string_email REQUIRED no FIELD annotation.email.label TYPE string VALUES...
{"annotation":{"email":{"zip_code":"married","allele":"published","catalyst":"info@example.com","label":"blue"},"pressure_kpa":null,"decay_rate":249.0},"ward":"QC-07","paragraph":"berthed","repository":"2022-05-25T13:26:00Z","humidity_pct":{"footnote":"synonymous","crew_id":"John","size":522},"url":false}
tool_call_bad_format
{ "type": "object", "properties": { "annotation": { "type": "object", "properties": { "email": { "type": "object", "properties": { "zip_code": { "type": "string", "enum": [ "single", "married", ...
<functioncall> generate_report {annotation: {email: {zip_code: "married", allele: "published", catalyst: "info@example.com", label: "blue"}, pressure_kpa: null, decay_rate: 249.0}, ward: "QC-07", paragraph: "berthed", repository: "2022-05-25T13:26:00Z", humidity_pct: {footnote: "synonymous", crew_id: "John", size: 522}...
Tool call has malformed arguments — unquoted keys in function parameters
{"annotation":{"email":{"zip_code":"married","allele":"published","catalyst":"info@example.com","label":"blue"},"pressure_kpa":null,"decay_rate":249.0},"ward":"QC-07","paragraph":"berthed","repository":"2022-05-25T13:26:00Z","humidity_pct":{"footnote":"synonymous","crew_id":"John","size":522},"url":false}
TASK repair_structured_output SPEC FIELD position TYPE integer REQUIRED yes FIELD maturity_date TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD salinity TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT Breaking down the requirements: - Must include all required fields - Types mu...
{"position":606,"maturity_date":"blue","salinity":"draft"}
thought_process
{ "type": "object", "properties": { "position": { "type": "integer" }, "maturity_date": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "salinity": { "type": "string", "enum": [ "draft...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"position":606,"maturity_date":"blue","salinity":"draft"}
Output contains chain-of-thought reasoning before JSON
{"position":606,"maturity_date":"blue","salinity":"draft"}
TASK repair_structured_output SPEC FIELD status_code TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD tags TYPE number REQUIRED no FIELD barcode TYPE boolean REQUIRED no FIELD collateral TYPE integer REQUIRED yes BROKEN_OUTPUT {"tags": 605.33, "barcode": false, "collateral": 996}
{"status_code":"email","tags":605.33,"barcode":false,"collateral":996}
missing_required
{ "type": "object", "properties": { "status_code": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "tags": { "type": "number" }, "barcode": { "type": "boolean" }, "collateral": { "type": "integer" ...
{"tags": 605.33, "barcode": false, "collateral": 996}
Required field 'status_code' is missing
{"status_code":"email","tags":605.33,"barcode":false,"collateral":996}
TASK repair_structured_output SPEC FIELD prop_l03 TYPE string REQUIRED yes FIELD attr_h34 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD col_w59 TYPE boolean REQUIRED yes BROKEN_OUTPUT {'prop_l03':'GRCh38','attr_h34':'low','col_w59':true}
{"prop_l03":"GRCh38","attr_h34":"low","col_w59":true}
single_quotes
{ "type": "object", "properties": { "prop_l03": { "type": "string" }, "attr_h34": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "col_w59": { "type": "boolean" } }, "required": [ "prop_l03", "at...
{'prop_l03':'GRCh38','attr_h34':'low','col_w59':true}
Expecting property name enclosed in double quotes
{"prop_l03":"GRCh38","attr_h34":"low","col_w59":true}
TASK repair_structured_output SPEC FIELD build_status TYPE boolean REQUIRED yes FIELD comments TYPE string REQUIRED yes FIELD half_life TYPE boolean REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: filter_variants Arguments: {"build_status": true, "comments": "foo"}
{"build_status":true,"comments":"foo","half_life":true}
tool_call_partial_args
{ "type": "object", "properties": { "build_status": { "type": "boolean" }, "comments": { "type": "string" }, "half_life": { "type": "boolean" } }, "required": [ "half_life", "comments", "build_status" ] }
I need to look up the information first. Action: filter_variants Arguments: {"build_status": true, "comments": "foo"}
Agent tool call missing required parameter 'half_life'
{"build_status":true,"comments":"foo","half_life":true}
TASK repair_structured_output SPEC FIELD medication TYPE string REQUIRED yes FIELD status_code TYPE string REQUIRED no FIELD created_at[] TYPE boolean REQUIRED yes FIELD format[] TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. <tool_call name="run_diagnostics"> {"medication":"Smith","status_code":"Smit...
{"medication":"Smith","status_code":"Smith","created_at":[false,true,true]}
tool_call_text_mix
{ "type": "object", "properties": { "medication": { "type": "string" }, "status_code": { "type": "string" }, "created_at": { "type": "array", "items": { "type": "boolean" } }, "format": { "type": "array", "items": { "type": "strin...
Let me check the system. <tool_call name="run_diagnostics"> {"medication":"Smith","status_code":"Smith","created_at":[false,true,true]} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"medication":"Smith","status_code":"Smith","created_at":[false,true,true]}
TASK repair_structured_output SPEC FIELD param_o70 TYPE number REQUIRED no FIELD val_p88 TYPE number REQUIRED no FIELD param_r55 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"val_p88": 619.33, "param_r55": "true"}
{"val_p88":619.33,"param_r55":false}
boolean_as_string
{ "type": "object", "properties": { "param_o70": { "type": "number" }, "val_p88": { "type": "number" }, "param_r55": { "type": "boolean" } }, "required": [ "param_r55" ] }
{"val_p88": 619.33, "param_r55": "true"}
Field 'param_r55' must be boolean, got string
{"val_p88":619.33,"param_r55":false}
TASK repair_structured_output SPEC FIELD prop_q90 TYPE number REQUIRED no FIELD col_w46 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD prop_p27 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD key_u49 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD prop_b12.prop_n83 T...
{"col_w46":"push","key_u49":"BRL","prop_b12":{"prop_n83":"option_c","prop_i43":"unstable","col_g45":149}}
missing_required
{ "type": "object", "properties": { "prop_q90": { "type": "number" }, "col_w46": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "prop_p27": { "type": "string", "enum": [ "operational", "degrad...
{"key_u49": "BRL", "prop_b12": {"prop_n83": "option_c", "prop_i43": "unstable", "col_g45": 149}}
Required field 'col_w46' is missing
{"col_w46":"push","key_u49":"BRL","prop_b12":{"prop_n83":"option_c","prop_i43":"unstable","col_g45":149}}
TASK repair_structured_output SPEC FIELD attr_t97 TYPE string_uri REQUIRED yes FIELD key_g26 TYPE integer REQUIRED no FIELD param_t55 TYPE integer REQUIRED yes FIELD param_n85 TYPE string_date-time REQUIRED no FIELD attr_y96 TYPE number REQUIRED no FIELD key_g65 TYPE boolean REQUIRED no FIELD attr_f43 TYPE string REQU...
{"attr_t97":"https://data.io/v1","key_g26":877,"param_t55":56,"param_n85":"2020-08-01T04:33:00Z","attr_y96":992.91,"key_g65":true,"attr_f43":"RTG-04"}
extra_text_after
{ "type": "object", "properties": { "attr_t97": { "type": "string", "format": "uri" }, "key_g26": { "type": "integer" }, "param_t55": { "type": "integer" }, "param_n85": { "type": "string", "format": "date-time" }, "attr_y96": { "type": "...
{"attr_t97":"https://data.io/v1","key_g26":877,"param_t55":56,"param_n85":"2020-08-01T04:33:00Z","attr_y96":992.91,"key_g65":true,"attr_f43":"RTG-04"} Analysis finished.
Output contains non-JSON text after the object
{"attr_t97":"https://data.io/v1","key_g26":877,"param_t55":56,"param_n85":"2020-08-01T04:33:00Z","attr_y96":992.91,"key_g65":true,"attr_f43":"RTG-04"}
TASK repair_structured_output SPEC FIELD options TYPE number REQUIRED no FIELD price TYPE integer REQUIRED no FIELD decay_rate TYPE boolean REQUIRED yes FIELD subject TYPE number REQUIRED no FIELD terminal_id.consignee.decay_rate TYPE number REQUIRED no FIELD terminal_id.consignee.user_id TYPE integer REQUIRED yes FIE...
{"options":813.13,"price":115,"decay_rate":false,"terminal_id":{"consignee":{"decay_rate":495.91,"user_id":623,"end_date":"example","strand":964},"ph_level":{"updated_at":"example","footnote":null,"product_id":"John","age":"chr1","vessel_name":"option_a"},"shipping":true,"last_name":"2024-01-28T20:57:00Z","username":"b...
single_quotes
{ "type": "object", "properties": { "options": { "type": "number" }, "price": { "type": "integer" }, "decay_rate": { "type": "boolean" }, "subject": { "type": "number" }, "terminal_id": { "type": "object", "properties": { "consignee": {...
{'options':813.13,'price':115,'decay_rate':false,'terminal_id':{'consignee':{'decay_rate':495.91,'user_id':623,'end_date':'example','strand':964},'ph_level':{'updated_at':'example','footnote':null,'product_id':'John','age':'chr1','vessel_name':'option_a'},'shipping':true,'last_name':'2024-01-28T20:57:00Z','username':'b...
Expecting property name enclosed in double quotes
{"options":813.13,"price":115,"decay_rate":false,"terminal_id":{"consignee":{"decay_rate":495.91,"user_id":623,"end_date":"example","strand":964},"ph_level":{"updated_at":"example","footnote":null,"product_id":"John","age":"chr1","vessel_name":"option_a"},"shipping":true,"last_name":"2024-01-28T20:57:00Z","username":"b...
TASK repair_structured_output SPEC FIELD insurance_id TYPE number REQUIRED no FIELD loan_amount TYPE number REQUIRED yes FIELD features.size TYPE null REQUIRED no FIELD features.order_id TYPE integer REQUIRED yes FIELD features.end_date TYPE string REQUIRED no FIELD features.port_code.frequency_hz TYPE integer REQUIRE...
{"loan_amount":393.46,"features":{"size":null,"order_id":609,"end_date":"John","port_code":{"frequency_hz":105,"chapter":"chrX","build_status":"cat_c","department":"cat_b","patient_id":"Berlin"}},"count":"test@example.com","collateral":{"footnote":576.37,"isotope":"Paris","discount":"MV-Evergreen-01","collateral":{"wei...
missing_required
{ "type": "object", "properties": { "insurance_id": { "type": "number" }, "loan_amount": { "type": "number" }, "features": { "type": "object", "properties": { "size": { "type": "null" }, "order_id": { "type": "integer" }...
{"features": {"size": null, "order_id": 609, "end_date": "John", "port_code": {"frequency_hz": 105, "chapter": "chrX", "build_status": "cat_c", "department": "cat_b", "patient_id": "Berlin"}}, "count": "test@example.com", "collateral": {"footnote": 576.37, "isotope": "Paris", "discount": "MV-Evergreen-01", "collateral"...
Required field 'loan_amount' is missing
{"loan_amount":393.46,"features":{"size":null,"order_id":609,"end_date":"John","port_code":{"frequency_hz":105,"chapter":"chrX","build_status":"cat_c","department":"cat_b","patient_id":"Berlin"}},"count":"test@example.com","collateral":{"footnote":576.37,"isotope":"Paris","discount":"MV-Evergreen-01","collateral":{"wei...
TASK repair_structured_output SPEC FIELD span_id TYPE number REQUIRED no FIELD status TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD chromosome TYPE boolean REQUIRED yes FIELD catalyst.name TYPE integer REQUIRED yes FIELD catalyst.discount TYPE string REQUIRED yes FIELD catalyst.insurance_id.medication TYPE ...
{"status":"USD","chromosome":true,"catalyst":{"name":624,"discount":"sample","insurance_id":{"medication":"Diana","repository":"new","timezone":"sms","company":"sms","section":463.39}},"description":{"company":463,"coverage":{"duration_ms":80.91,"name":"delivered","commit_hash":"foo","phenotype":97,"shipping":"complete...
agent_chain
{ "type": "object", "properties": { "span_id": { "type": "number" }, "status": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "chromosome": { "type": "boolean" }, "catalyst": { "type": "obje...
I need to look up the information first. Action: read_sensor_array Result: {"status": "USD", "catalyst": {"name": 624, "discount": "sample", "insurance_id": {"medication": "Diana", "repository": "new", "timezone": "sms", "company": "sms", "section": 463.39}}, "description": {"company": 463, "coverage": {"duration_ms": ...
Agent multi-step chain with truncated tool output
{"status":"USD","chromosome":true,"catalyst":{"name":624,"discount":"sample","insurance_id":{"medication":"Diana","repository":"new","timezone":"sms","company":"sms","section":463.39}},"description":{"company":463,"coverage":{"duration_ms":80.91,"name":"delivered","commit_hash":"foo","phenotype":97,"shipping":"complete...
TASK repair_structured_output SPEC FIELD col_n39 TYPE integer REQUIRED yes FIELD key_g55 TYPE string REQUIRED no FIELD col_m42[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD dim_c41[] TYPE string_email REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: validate_address Result: {"co...
{"col_n39":863,"col_m42":["new","returned","delivered"],"dim_c41":["info@test.io","user@example.com","admin@domain.org"]}
agent_chain
{ "type": "object", "properties": { "col_n39": { "type": "integer" }, "key_g55": { "type": "string" }, "col_m42": { "type": "array", "items": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned"...
Let me check the system. Action: validate_address Result: {"col_n39": 863, "col_m42": ["new", "returned", "delivered"]} I'll query our database. Action: verify_hazmat_compliance Result:
Agent multi-step chain with truncated tool output
{"col_n39":863,"col_m42":["new","returned","delivered"],"dim_c41":["info@test.io","user@example.com","admin@domain.org"]}
TASK repair_structured_output SPEC FIELD key_n57 TYPE integer REQUIRED yes FIELD attr_h70 TYPE integer REQUIRED no FIELD prop_c53.field_q46.col_g91 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_c53.field_q46.attr_w47 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD prop_c53.field_q46.field_e...
{"key_n57":625,"attr_h70":90,"prop_c53":{"field_q46":{"col_g91":"draft","attr_w47":"cat_c","prop_j52":676,"param_a16":"Sao Paulo","attr_s13":"mode_d","val_k77":414,"val_o75":649.33},"param_h85":351,"prop_h62":"https://example.io/data"},"key_p40":"GRCh38","param_v54":{"param_p74":248.22,"field_v71":184,"attr_c74":"FWD"}...
wrong_type
{ "type": "object", "properties": { "key_n57": { "type": "integer" }, "attr_h70": { "type": "integer" }, "prop_c53": { "type": "object", "properties": { "field_q46": { "type": "object", "properties": { "col_g91": { "ty...
{"key_n57": 625, "attr_h70": "\"90\"", "prop_c53": {"field_q46": {"col_g91": "draft", "attr_w47": "cat_c", "prop_j52": 676, "param_a16": "Sao Paulo", "attr_s13": "mode_d", "val_k77": 414, "val_o75": 649.33}, "param_h85": 351, "prop_h62": "https://example.io/data"}, "key_p40": "GRCh38", "param_v54": {"param_p74": 248.22...
Field 'attr_h70' must be integer, got string
{"key_n57":625,"attr_h70":90,"prop_c53":{"field_q46":{"col_g91":"draft","attr_w47":"cat_c","prop_j52":676,"param_a16":"Sao Paulo","attr_s13":"mode_d","val_k77":414,"val_o75":649.33},"param_h85":351,"prop_h62":"https://example.io/data"},"key_p40":"GRCh38","param_v54":{"param_p74":248.22,"field_v71":184,"attr_c74":"FWD"}...
TASK repair_structured_output SPEC FIELD ph_level TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD published TYPE string REQUIRED yes FIELD invoice_id TYPE integer REQUIRED no FIELD humidity_pct TYPE boolean REQUIRED no BROKEN_OUTPUT ```json {"ph_level":"hemizygous","published":"Smith","invoic...
{"ph_level":"hemizygous","published":"Smith","invoice_id":291,"humidity_pct":false}
markdown_fences
{ "type": "object", "properties": { "ph_level": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "published": { "type": "string" }, "invoice_id": { "type": "integer" }, "humidity_pct": { "type": "boo...
```json {"ph_level":"hemizygous","published":"Smith","invoice_id":291,"humidity_pct":false} ```
Output contains markdown code fences
{"ph_level":"hemizygous","published":"Smith","invoice_id":291,"humidity_pct":false}
TASK repair_structured_output SPEC FIELD field_l57 TYPE string REQUIRED no FIELD key_b84.attr_m42 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD key_b84.prop_f54 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_b84.val_l00 TYPE integer REQUIRED yes FIELD key_b84.col_a87 TYPE string REQU...
{"field_l57":"test","key_b84":{"attr_m42":"error","val_l00":673,"col_a87":"Johnson"},"field_r01":"mode_a","attr_v16":148,"dim_k67":{"prop_v21":"option_b","col_g51":"Bob","key_l43":"bar","key_p68":"demo","val_m12":{"val_r11":463.11,"attr_o52":"2022-05-22T05:25:00Z","key_a39":750,"val_e44":"single","key_u24":"option_a"},...
tool_call_wrong_param
{ "type": "object", "properties": { "field_l57": { "type": "string" }, "key_b84": { "type": "object", "properties": { "attr_m42": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
Tool: process_payment Params: {"field_l57": "test", "key_b84": {"attr_m42": "error", "val_l00": 673, "col_a87": "Johnson"}, "attr_v16": 148, "dim_k67": {"prop_v21": "option_b", "col_g51": "Bob", "key_l43": "bar", "key_p68": "demo", "val_m12": {"val_r11": 463.11, "attr_o52": "2022-05-22T05:25:00Z", "key_a39": 750, "val_...
Agent used wrong parameter name 'field_r012' instead of 'field_r01'
{"field_l57":"test","key_b84":{"attr_m42":"error","val_l00":673,"col_a87":"Johnson"},"field_r01":"mode_a","attr_v16":148,"dim_k67":{"prop_v21":"option_b","col_g51":"Bob","key_l43":"bar","key_p68":"demo","val_m12":{"val_r11":463.11,"attr_o52":"2022-05-22T05:25:00Z","key_a39":750,"val_e44":"single","key_u24":"option_a"},...
TASK repair_structured_output SPEC FIELD medication TYPE string REQUIRED yes FIELD temp_celsius TYPE boolean REQUIRED no FIELD sensor_id TYPE integer REQUIRED no FIELD throttle_pos TYPE string REQUIRED yes FIELD humidity_pct[] TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT {"medication":"inactiv...
{"medication":"inactive","temp_celsius":true,"throttle_pos":"example","humidity_pct":["married","single","single","married"]}
extra_text_after
{ "type": "object", "properties": { "medication": { "type": "string" }, "temp_celsius": { "type": "boolean" }, "sensor_id": { "type": "integer" }, "throttle_pos": { "type": "string" }, "humidity_pct": { "type": "array", "items": { "type...
{"medication":"inactive","temp_celsius":true,"throttle_pos":"example","humidity_pct":["married","single","single","married"]} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"medication":"inactive","temp_celsius":true,"throttle_pos":"example","humidity_pct":["married","single","single","married"]}
TASK repair_structured_output SPEC FIELD prop_s57 TYPE string REQUIRED no FIELD key_u10 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_q33 TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"prop_s57":"RTG-04","key_u10":"USD","attr_q33":"https://data.org/api"} Let me know if you need anything else!
{"prop_s57":"RTG-04","key_u10":"USD","attr_q33":"https://data.org/api"}
extra_text_after
{ "type": "object", "properties": { "prop_s57": { "type": "string" }, "key_u10": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_q33": { "type": "string", "format": "uri" } }, "required...
{"prop_s57":"RTG-04","key_u10":"USD","attr_q33":"https://data.org/api"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"prop_s57":"RTG-04","key_u10":"USD","attr_q33":"https://data.org/api"}
TASK repair_structured_output SPEC FIELD param_y10 TYPE boolean REQUIRED no FIELD param_l80.dim_z16 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD param_l80.prop_r71 TYPE string VALUES single|married|divorced REQUIRED yes FIELD param_l80.field_i17 TYPE string REQUIRED yes FIELD param_l80.param_e17...
{"param_l80":{"dim_z16":"intermittent","prop_r71":"single","field_i17":"test@example.com","param_e17":"A short description.","field_r02":"chr1","field_r16":"oceanic","val_s48":830},"key_g73":{"col_l40":515,"attr_r13":{"field_a39":528,"param_p07":"type_a","prop_h76":228,"field_z72":"2020-09-02T08:08:00Z"},"field_a36":92...
tool_call_partial_args
{ "type": "object", "properties": { "param_y10": { "type": "boolean" }, "param_l80": { "type": "object", "properties": { "dim_z16": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }...
I need to look up the information first. Action: create_ticket Arguments: {"param_l80": {"dim_z16": "intermittent", "prop_r71": "single", "field_i17": "test@example.com", "param_e17": "A short description.", "field_r02": "chr1", "field_r16": "oceanic", "val_s48": 830}, "val_o23": "2020-11-14T12:10:00Z"}
Agent tool call missing required parameter 'key_g73'
{"param_l80":{"dim_z16":"intermittent","prop_r71":"single","field_i17":"test@example.com","param_e17":"A short description.","field_r02":"chr1","field_r16":"oceanic","val_s48":830},"key_g73":{"col_l40":515,"attr_r13":{"field_a39":528,"param_p07":"type_a","prop_h76":228,"field_z72":"2020-09-02T08:08:00Z"},"field_a36":92...
TASK repair_structured_output SPEC FIELD val_z73 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_r96 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_h38 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD dim_s90 TYPE string REQUIRED yes FIELD col_v81 ...
{"val_z73":"pro","dim_r96":"blue","attr_h38":"degraded","dim_s90":"Sao Paulo","col_v81":"Bob","key_m21":"error"}
truncated_object
{ "type": "object", "properties": { "val_z73": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_r96": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
{"val_z73":"pro","dim_r96":"blue","attr_h38":"degraded","dim_s90":"Sao Paulo","col_v81":"Bob","key_m21":"error"
Unexpected end of JSON input — truncated object
{"val_z73":"pro","dim_r96":"blue","attr_h38":"degraded","dim_s90":"Sao Paulo","col_v81":"Bob","key_m21":"error"}
TASK repair_structured_output SPEC FIELD message TYPE string REQUIRED yes FIELD balance TYPE null REQUIRED no FIELD amount TYPE string_uri REQUIRED no FIELD collateral TYPE number REQUIRED yes FIELD date TYPE string VALUES low|medium|high|critical REQUIRED no FIELD zip_code TYPE boolean REQUIRED yes BROKEN_OUTPUT I n...
{"message":"A short description.","balance":null,"amount":"https://data.io/api","collateral":740.8,"date":"medium","zip_code":false}
tool_call_partial_args
{ "type": "object", "properties": { "message": { "type": "string" }, "balance": { "type": "null" }, "amount": { "type": "string", "format": "uri" }, "collateral": { "type": "number" }, "date": { "type": "string", "enum": [ "low", ...
I need to look up the information first. Action: calculate_price Arguments: {"message": "A short description.", "balance": null, "amount": "https://data.io/api", "collateral": 740.8, "date": "medium"}
Agent tool call missing required parameter 'zip_code'
{"message":"A short description.","balance":null,"amount":"https://data.io/api","collateral":740.8,"date":"medium","zip_code":false}
TASK repair_structured_output SPEC FIELD attr_o52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_o01 TYPE string REQUIRED no FIELD key_l14 TYPE string REQUIRED no FIELD val_h96 TYPE number REQUIRED no FIELD dim_o62 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_l55 TYPE st...
{"attr_o52":"returned","param_o01":"user@domain.com","key_l14":"baz","val_h96":229.4,"dim_o62":"sms","val_g07":604.74}
thought_process
{ "type": "object", "properties": { "attr_o52": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_o01": { "type": "string" }, "key_l14": { "type": "string" }, "val_h96": { "type": "nu...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"attr_o52":"returned","param_o01":"user@domain.com","key_l14":"baz","val_h96":229.4,"dim_o62":"sms","val_g07":604.74}
Output contains chain-of-thought reasoning before JSON
{"attr_o52":"returned","param_o01":"user@domain.com","key_l14":"baz","val_h96":229.4,"dim_o62":"sms","val_g07":604.74}
TASK repair_structured_output SPEC FIELD attr_r80 TYPE string REQUIRED yes FIELD val_s12 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD param_u57 TYPE string REQUIRED yes FIELD param_h07 TYPE number REQUIRED no FIELD prop_h62 TYPE number REQUIRED no BROKEN_OUTPUT ```json {"attr_r80":"John","val_s12":"c...
{"attr_r80":"John","val_s12":"cat_d","param_u57":"baz","param_h07":191.91}
markdown_fences
{ "type": "object", "properties": { "attr_r80": { "type": "string" }, "val_s12": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "param_u57": { "type": "string" }, "param_h07": { "type": "number" ...
```json {"attr_r80":"John","val_s12":"cat_d","param_u57":"baz","param_h07":191.91} ```
Output contains markdown code fences
{"attr_r80":"John","val_s12":"cat_d","param_u57":"baz","param_h07":191.91}
TASK repair_structured_output SPEC FIELD yield_pct TYPE string REQUIRED yes FIELD temp_celsius TYPE string REQUIRED yes FIELD organism TYPE string_date-time REQUIRED no BROKEN_OUTPUT {yield_pct:"https://api.example.com/v1",temp_celsius:"Jane",organism:"2021-11-07T06:31:00Z"}
{"yield_pct":"https://api.example.com/v1","temp_celsius":"Jane","organism":"2021-11-07T06:31:00Z"}
unquoted_keys
{ "type": "object", "properties": { "yield_pct": { "type": "string" }, "temp_celsius": { "type": "string" }, "organism": { "type": "string", "format": "date-time" } }, "required": [ "temp_celsius", "yield_pct" ] }
{yield_pct:"https://api.example.com/v1",temp_celsius:"Jane",organism:"2021-11-07T06:31:00Z"}
Expecting property name enclosed in double quotes
{"yield_pct":"https://api.example.com/v1","temp_celsius":"Jane","organism":"2021-11-07T06:31:00Z"}
TASK repair_structured_output SPEC FIELD attr_m66.val_y63 TYPE integer REQUIRED no FIELD attr_m66.param_m76 TYPE string REQUIRED no FIELD attr_m66.param_f70 TYPE integer REQUIRED yes FIELD attr_m66.attr_x96 TYPE integer REQUIRED yes FIELD attr_m66.key_i10 TYPE integer REQUIRED no FIELD attr_m66.dim_p30 TYPE string REQ...
{"attr_m66":{"val_y63":958,"param_m76":"Tokyo","param_f70":586,"attr_x96":390,"key_i10":916,"field_m26":"demo"},"dim_m33":"https://www.com/v1","attr_d56":true,"col_e49":"user@domain.com","dim_l35":null}
partial_structure
{ "type": "object", "properties": { "attr_m66": { "type": "object", "properties": { "val_y63": { "type": "integer" }, "param_m76": { "type": "string" }, "param_f70": { "type": "integer" }, "attr_x96": { "...
I found that col_e49 should be user@domain.com. {"attr_m66":{"val_y63":958,"param_m76":"Tokyo","param_f70":586,"attr_x96":390,"key_i10":916,"field_m26":"demo"},"dim_m33":"https://www.com/v1","attr_d56":true,"col_e49":"user@domain.com","dim_l35":null}
Output mixes natural language with JSON
{"attr_m66":{"val_y63":958,"param_m76":"Tokyo","param_f70":586,"attr_x96":390,"key_i10":916,"field_m26":"demo"},"dim_m33":"https://www.com/v1","attr_d56":true,"col_e49":"user@domain.com","dim_l35":null}
TASK repair_structured_output SPEC FIELD altitude TYPE null REQUIRED yes FIELD timezone TYPE integer REQUIRED yes FIELD trace_id TYPE string REQUIRED no FIELD step[].tile TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD step[].quantity TYPE number REQUIRED no FIELD step[].due_date TYPE inte...
{"altitude":null,"timezone":46,"trace_id":"bar","step":[{"tile":"missense","due_date":267,"updated_at":"https://example.com","url":"GBP"},{"tile":"synonymous","due_date":878,"updated_at":"world","url":"GBP"},{"quantity":215.82,"due_date":276,"updated_at":"https://api.example.com/v1","url":"USD"}]}
missing_bracket
{ "type": "object", "properties": { "altitude": { "type": "null" }, "timezone": { "type": "integer" }, "trace_id": { "type": "string" }, "step": { "type": "array", "items": { "type": "object", "properties": { "tile": { "...
{"altitude":null,"timezone":46,"trace_id":"bar","step":[{"tile":"missense","due_date":267,"updated_at":"https://example.com","url":"GBP"},{"tile":"synonymous","due_date":878,"updated_at":"world","url":"GBP"},{"quantity":215.82,"due_date":276,"updated_at":"https://api.example.com/v1","url":"USD"}}
Missing closing bracket
{"altitude":null,"timezone":46,"trace_id":"bar","step":[{"tile":"missense","due_date":267,"updated_at":"https://example.com","url":"GBP"},{"tile":"synonymous","due_date":878,"updated_at":"world","url":"GBP"},{"quantity":215.82,"due_date":276,"updated_at":"https://api.example.com/v1","url":"USD"}]}
TASK repair_structured_output SPEC FIELD prop_r81.prop_u01 TYPE boolean REQUIRED no FIELD prop_r81.val_w68 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD prop_r81.prop_o92.dim_r08 TYPE string REQUIRED no FIELD prop_r81.prop_o92.field_u62 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD prop_r81...
{"prop_r81":{"prop_u01":false,"val_w68":"large","prop_o92":{"dim_r08":"chrX","field_u62":"xl","field_t55":"demo","param_u57":"intermittent"},"key_s49":"open","dim_n87":"Alice","prop_a90":{"prop_b42":"qux","col_b93":"hello","attr_e12":858.4,"dim_d41":365.53}},"field_f24":null,"col_m08":"unstable","attr_e28":false}
tool_call_bad_format
{ "type": "object", "properties": { "prop_r81": { "type": "object", "properties": { "prop_u01": { "type": "boolean" }, "val_w68": { "type": "string", "enum": [ "small", "medium", "large", "xl" ...
<functioncall> search {prop_r81: {prop_u01: false, val_w68: "large", prop_o92: {dim_r08: "chrX", field_u62: "xl", field_t55: "demo", param_u57: "intermittent"}, key_s49: "open", dim_n87: "Alice", prop_a90: {prop_b42: "qux", col_b93: "hello", attr_e12: 858.4, dim_d41: 365.53}}, field_f24: null, col_m08: "unstable", attr...
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_r81":{"prop_u01":false,"val_w68":"large","prop_o92":{"dim_r08":"chrX","field_u62":"xl","field_t55":"demo","param_u57":"intermittent"},"key_s49":"open","dim_n87":"Alice","prop_a90":{"prop_b42":"qux","col_b93":"hello","attr_e12":858.4,"dim_d41":365.53}},"field_f24":null,"col_m08":"unstable","attr_e28":false}
TASK repair_structured_output SPEC FIELD val_w03 TYPE string_uri REQUIRED no FIELD param_w12 TYPE integer REQUIRED no FIELD param_l35 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD key_r74 TYPE string VALUES type_a|type_b REQUIRED yes FIELD param_q29 TYPE string VALUES email|phon...
{"param_w12":958,"param_l35":"level_2","key_r74":"type_a","param_q29":"email"}
partial_structure
{ "type": "object", "properties": { "val_w03": { "type": "string", "format": "uri" }, "param_w12": { "type": "integer" }, "param_l35": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", ...
I found that param_w12 should be 958. {"param_w12":958,"param_l35":"level_2","key_r74":"type_a","param_q29":"email"}
Output mixes natural language with JSON
{"param_w12":958,"param_l35":"level_2","key_r74":"type_a","param_q29":"email"}
TASK repair_structured_output SPEC FIELD due_date TYPE string_email REQUIRED no FIELD phenotype TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD currency TYPE boolean REQUIRED no FIELD velocity TYPE string REQUIRED no FIELD visible TYPE string REQUIRED no FIELD catalyst TYPE integer REQU...
{"due_date":"test@domain.org","phenotype":"type_d","currency":false,"catalyst":175,"format":"QC-07"}
single_quotes
{ "type": "object", "properties": { "due_date": { "type": "string", "format": "email" }, "phenotype": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "currency": { "t...
{'due_date':'test@domain.org','phenotype':'type_d','currency':false,'catalyst':175,'format':'QC-07'}
Expecting property name enclosed in double quotes
{"due_date":"test@domain.org","phenotype":"type_d","currency":false,"catalyst":175,"format":"QC-07"}
TASK repair_structured_output SPEC FIELD field_j10 TYPE string REQUIRED yes FIELD val_j77 TYPE integer REQUIRED yes FIELD prop_r23 TYPE string_uri REQUIRED yes FIELD col_a19 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_j10":"Johnson","val_j77":972,"prop_r23":"https://api.com/data","col_a19":"Santos"
{"field_j10":"Johnson","val_j77":972,"prop_r23":"https://api.com/data","col_a19":"Santos"}
truncated_array
{ "type": "object", "properties": { "field_j10": { "type": "string" }, "val_j77": { "type": "integer" }, "prop_r23": { "type": "string", "format": "uri" }, "col_a19": { "type": "string" } }, "required": [ "field_j10", "prop_r23", "col_a19...
{"field_j10":"Johnson","val_j77":972,"prop_r23":"https://api.com/data","col_a19":"Santos"
Unexpected end of JSON input — truncated object
{"field_j10":"Johnson","val_j77":972,"prop_r23":"https://api.com/data","col_a19":"Santos"}
TASK repair_structured_output SPEC FIELD key_s16 TYPE string_date-time REQUIRED yes FIELD col_t62 TYPE string VALUES active|inactive|pending REQUIRED no FIELD field_q11 TYPE number REQUIRED no BROKEN_OUTPUT delete_item(key_s16='2024-07-18T19:07:00Z', field_q11=806.03)
{"key_s16":"2024-07-18T19:07:00Z","field_q11":806.03}
tool_call_python_syntax
{ "type": "object", "properties": { "key_s16": { "type": "string", "format": "date-time" }, "col_t62": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "field_q11": { "type": "number" } }, "required": [ "ke...
delete_item(key_s16='2024-07-18T19:07:00Z', field_q11=806.03)
Tool call uses Python syntax instead of JSON
{"key_s16":"2024-07-18T19:07:00Z","field_q11":806.03}
TASK repair_structured_output SPEC FIELD prop_f50 TYPE integer REQUIRED yes FIELD prop_d05 TYPE boolean REQUIRED no FIELD dim_r39 TYPE string REQUIRED no FIELD key_n07.key_a80 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_n07.dim_g54 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_n07....
{"prop_f50":253,"prop_d05":true,"key_n07":{"dim_g54":"medium","key_p18":"BRL","param_a40":"qux","attr_p46":true,"col_z83":"test"},"param_k23":63}
markdown_explanation
{ "type": "object", "properties": { "prop_f50": { "type": "integer" }, "prop_d05": { "type": "boolean" }, "dim_r39": { "type": "string" }, "key_n07": { "type": "object", "properties": { "key_a80": { "type": "string", "enum": [ ...
Pipeline result: ```json {"prop_f50":253,"prop_d05":true,"key_n07":{"dim_g54":"medium","key_p18":"BRL","param_a40":"qux","attr_p46":true,"col_z83":"test"},"param_k23":63} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"prop_f50":253,"prop_d05":true,"key_n07":{"dim_g54":"medium","key_p18":"BRL","param_a40":"qux","attr_p46":true,"col_z83":"test"},"param_k23":63}
TASK repair_structured_output SPEC FIELD format TYPE string REQUIRED no FIELD patient_id TYPE string REQUIRED no FIELD url.bed_number TYPE boolean REQUIRED yes FIELD url.log_level TYPE string REQUIRED yes FIELD url.category TYPE string REQUIRED yes FIELD url.pressure_kpa TYPE boolean REQUIRED no FIELD url.count.dosage...
{"format":"https://example.com","url":{"bed_number":true,"log_level":"user@domain.com","category":"Tokyo","pressure_kpa":false,"count":{"footnote":531.04,"dissolved_oxygen":411,"total":558.41,"ward":"https://www.com/api","features":true},"level":"rejected"},"filter_flag":497.44,"maturity_date":"quux","nickname":"test@t...
tool_call_partial_args
{ "type": "object", "properties": { "format": { "type": "string" }, "patient_id": { "type": "string" }, "url": { "type": "object", "properties": { "bed_number": { "type": "boolean" }, "log_level": { "type": "string" }, ...
Let me check the system. Action: fetch_lab_result Arguments: {"format": "https://example.com", "url": {"bed_number": true, "log_level": "user@domain.com", "category": "Tokyo", "pressure_kpa": false, "count": {"footnote": 531.04, "dissolved_oxygen": 411, "total": 558.41, "ward": "https://www.com/api", "features": true},...
Agent tool call missing required parameter 'nickname'
{"format":"https://example.com","url":{"bed_number":true,"log_level":"user@domain.com","category":"Tokyo","pressure_kpa":false,"count":{"footnote":531.04,"dissolved_oxygen":411,"total":558.41,"ward":"https://www.com/api","features":true},"level":"rejected"},"filter_flag":497.44,"maturity_date":"quux","nickname":"test@t...
TASK repair_structured_output SPEC FIELD field_c08 TYPE boolean REQUIRED no FIELD attr_j57 TYPE string REQUIRED no FIELD key_m01 TYPE string REQUIRED yes FIELD prop_y15[].param_m61 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_y15[].val_z33 TYPE boolean REQUIRED no FIELD prop_y15[].col_h...
{"attr_j57":"Santos","key_m01":"world"}
tool_call_wrong_param
{ "type": "object", "properties": { "field_c08": { "type": "boolean" }, "attr_j57": { "type": "string" }, "key_m01": { "type": "string" }, "prop_y15": { "type": "array", "items": { "type": "object", "properties": { "param_m61": { ...
Tool: search Params: {"attr_j57": "Santos", "key_m01": "world"}
Agent used wrong parameter name 'field_c082' instead of 'field_c08'
{"attr_j57":"Santos","key_m01":"world"}
TASK repair_structured_output SPEC FIELD field_t99 TYPE string_uri REQUIRED no FIELD field_f06 TYPE string VALUES option_a|option_b REQUIRED yes FIELD dim_l72 TYPE string REQUIRED no FIELD param_c84 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD val_x22 TYPE integer REQUIRED no FI...
{"field_t99":"https://api.org/data","field_f06":"option_a","dim_l72":"Luis","param_c84":"level_3","val_x22":642,"attr_x60":null,"val_a65":258}
number_with_unit
{ "type": "object", "properties": { "field_t99": { "type": "string", "format": "uri" }, "field_f06": { "type": "string", "enum": [ "option_a", "option_b" ] }, "dim_l72": { "type": "string" }, "param_c84": { "type": "string", ...
{"field_t99": "https://api.org/data", "field_f06": "option_a", "dim_l72": "Luis", "param_c84": "level_3", "val_x22": 642, "attr_x60": null, "val_a65": "258px"}
Field 'val_a65' must be number, got string with unit
{"field_t99":"https://api.org/data","field_f06":"option_a","dim_l72":"Luis","param_c84":"level_3","val_x22":642,"attr_x60":null,"val_a65":258}
TASK repair_structured_output SPEC FIELD quantity TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD department TYPE null REQUIRED yes FIELD options TYPE string REQUIRED no FIELD step[].cargo_type TYPE string_date-time REQUIRED no FIELD step[].options TYPE string VALUES type_a|type_b|type_c REQUIRED yes F...
{"quantity":"white","department":null,"options":"FWD","step":[{"options":"type_b","type":"demo","hazmat_code":false},{"cargo_type":"2022-06-17T02:31:00Z","options":"type_c","hazmat_code":false,"format":632,"pressure_kpa":"user@domain.com","version":"cat_c"}],"balance":[{"date":false,"format":990.64,"bill_of_lading":"de...
extra_text_after
{ "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "department": { "type": "null" }, "options": { "type": "string" }, "step": { "type": "ar...
{"quantity":"white","department":null,"options":"FWD","step":[{"options":"type_b","type":"demo","hazmat_code":false},{"cargo_type":"2022-06-17T02:31:00Z","options":"type_c","hazmat_code":false,"format":632,"pressure_kpa":"user@domain.com","version":"cat_c"}],"balance":[{"date":false,"format":990.64,"bill_of_lading":"de...
Output contains non-JSON text after the object
{"quantity":"white","department":null,"options":"FWD","step":[{"options":"type_b","type":"demo","hazmat_code":false},{"cargo_type":"2022-06-17T02:31:00Z","options":"type_c","hazmat_code":false,"format":632,"pressure_kpa":"user@domain.com","version":"cat_c"}],"balance":[{"date":false,"format":990.64,"bill_of_lading":"de...
TASK repair_structured_output SPEC FIELD col_i96 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_l92.attr_x93.dim_p69 TYPE string_email REQUIRED yes FIELD prop_l92.attr_x93.param_m06 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_l92.attr_x93.param_n52 TYPE string VAL...
{"col_i96":"coastal","prop_l92":{"attr_x93":{"dim_p69":"user@example.com","param_m06":"reliable","param_n52":"type_b","prop_q24":"mode_a","val_n49":86.94,"dim_j28":"sample","dim_u30":74.33,"field_b25":true},"param_k87":null,"param_j40":"option_d","key_j99":null,"dim_d80":"level_3"},"attr_l58":null}
tool_call_wrong_param
{ "type": "object", "properties": { "col_i96": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_l92": { "type": "object", "properties": { "attr_x93": { "type": "object", "properties...
Tool: schedule_meeting Params: {"col_i96": "coastal", "prop_l92": {"attr_x93": {"dim_p69": "user@example.com", "param_m06": "reliable", "param_n52": "type_b", "prop_q24": "mode_a", "val_n49": 86.94, "dim_j28": "sample", "dim_u30": 74.33, "field_b25": true}, "param_k87": null, "param_j40": "option_d", "key_j99": null, "...
Agent used wrong parameter name 'attr_l58_id' instead of 'attr_l58'
{"col_i96":"coastal","prop_l92":{"attr_x93":{"dim_p69":"user@example.com","param_m06":"reliable","param_n52":"type_b","prop_q24":"mode_a","val_n49":86.94,"dim_j28":"sample","dim_u30":74.33,"field_b25":true},"param_k87":null,"param_j40":"option_d","key_j99":null,"dim_d80":"level_3"},"attr_l58":null}
TASK repair_structured_output SPEC FIELD thumbnail.discount.id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD thumbnail.discount.message TYPE string_email REQUIRED no FIELD thumbnail.discount.title TYPE string REQUIRED no FIELD thumbnail.discount.turbidity TYPE string VALUES coastal|oceanic|inlan...
{"thumbnail":{"account_id":true,"website":true,"height":"QC-07"},"width":872.69,"balance":"closed","filter_flag":808,"level":133}
tool_call_wrong_param
{ "type": "object", "properties": { "thumbnail": { "type": "object", "properties": { "discount": { "type": "object", "properties": { "id": { "type": "string", "enum": [ "reliable", "unstable", ...
Tool: get_inventory Params: {"thumbnail": {"account_id": true, "website": true, "height": "QC-07"}, "width": 872.69, "balance": "closed", "level": 133, "filter_flag_new": 808}
Agent used wrong parameter name 'filter_flag_new' instead of 'filter_flag'
{"thumbnail":{"account_id":true,"website":true,"height":"QC-07"},"width":872.69,"balance":"closed","filter_flag":808,"level":133}
TASK repair_structured_output SPEC FIELD published TYPE string REQUIRED yes FIELD country TYPE string REQUIRED no FIELD item_id.notes TYPE boolean REQUIRED no FIELD item_id.altitude TYPE string_uri REQUIRED no FIELD item_id.trace_id[].chromosome TYPE string VALUES email|phone|sms|push REQUIRED no FIELD item_id.trace_i...
{"published":"sample","country":"MV-Evergreen-01","item_id":{"notes":false,"altitude":"https://example.io/v1","trace_id":[{"chromosome":"push","payment_status":"2024-06-30","branch":"critical","color":"test@example.com","zip_code":960,"published":433}],"category":["2024-01-27T11:38:00Z","2020-12-19T06:45:00Z","2022-08-...
single_quotes
{ "type": "object", "properties": { "published": { "type": "string" }, "country": { "type": "string" }, "item_id": { "type": "object", "properties": { "notes": { "type": "boolean" }, "altitude": { "type": "string", "fo...
{'published':'sample','country':'MV-Evergreen-01','item_id':{'notes':false,'altitude':'https://example.io/v1','trace_id':[{'chromosome':'push','payment_status':'2024-06-30','branch':'critical','color':'test@example.com','zip_code':960,'published':433}],'category':['2024-01-27T11:38:00Z','2020-12-19T06:45:00Z','2022-08-...
Expecting property name enclosed in double quotes
{"published":"sample","country":"MV-Evergreen-01","item_id":{"notes":false,"altitude":"https://example.io/v1","trace_id":[{"chromosome":"push","payment_status":"2024-06-30","branch":"critical","color":"test@example.com","zip_code":960,"published":433}],"category":["2024-01-27T11:38:00Z","2020-12-19T06:45:00Z","2022-08-...
TASK repair_structured_output SPEC FIELD username.commit_hash TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD username.trace_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD username.company TYPE integer REQUIRED no FIELD username.batch_code TYPE string_email REQ...
{"username":{"commit_hash":"escalated","trace_id":"cat_d","company":334,"batch_code":"admin@test.io"},"bearing":true,"dosage":"Smith","comments":"Tokyo","organism":{"date":"user@domain.org","amplitude":{"log_level":"https://example.io/api","url":"active"},"subject":687,"rating":"arctic","amount":"cat_b","quality_score"...
null_required
{ "type": "object", "properties": { "username": { "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "trace_id...
{"username": {"commit_hash": "escalated", "trace_id": "cat_d", "company": 334, "batch_code": "admin@test.io"}, "bearing": null, "dosage": "Smith", "comments": "Tokyo", "organism": {"date": "user@domain.org", "amplitude": {"log_level": "https://example.io/api", "url": "active"}, "subject": 687, "rating": "arctic", "amou...
Required field 'bearing' is null
{"username":{"commit_hash":"escalated","trace_id":"cat_d","company":334,"batch_code":"admin@test.io"},"bearing":true,"dosage":"Smith","comments":"Tokyo","organism":{"date":"user@domain.org","amplitude":{"log_level":"https://example.io/api","url":"active"},"subject":687,"rating":"arctic","amount":"cat_b","quality_score"...
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD name TYPE string VALUES email|phone|sms|push REQUIRED no FIELD maturity_date TYPE integer REQUIRED yes FIELD salinity.procedure_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD sal...
{"balance":"type_a","name":"push","maturity_date":648}
tool_call_text_mix
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "name": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
I need to look up the information first. <tool_call name="delete_item"> {"balance":"type_a","name":"push","maturity_date":648} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"balance":"type_a","name":"push","maturity_date":648}
TASK repair_structured_output SPEC FIELD patient_id.language TYPE string REQUIRED yes FIELD patient_id.zip_code TYPE string REQUIRED no FIELD patient_id.start_date[] TYPE string_uri REQUIRED no FIELD repository TYPE string REQUIRED yes FIELD ward TYPE integer REQUIRED yes FIELD decay_rate TYPE string VALUES open|in_pr...
{"patient_id":{"language":"https://api.example.com/v1"},"repository":"baz","ward":640,"decay_rate":"closed"}
markdown_fences
{ "type": "object", "properties": { "patient_id": { "type": "object", "properties": { "language": { "type": "string" }, "zip_code": { "type": "string" }, "start_date": { "type": "array", "items": { "type": "s...
```json {"patient_id":{"language":"https://api.example.com/v1"},"repository":"baz","ward":640,"decay_rate":"closed"} ```
Output contains markdown code fences
{"patient_id":{"language":"https://api.example.com/v1"},"repository":"baz","ward":640,"decay_rate":"closed"}
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD notes TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD credit_score TYPE string_date-time REQUIRED yes BROKEN_OUTPUT <functioncall> check_availability {notes: "delivered", credit_...
{"notes":"delivered","credit_score":"2021-11-08T00:28:00Z"}
tool_call_bad_format
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "notes": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
<functioncall> check_availability {notes: "delivered", credit_score: "2021-11-08T00:28:00Z"}
Tool call has malformed arguments — unquoted keys in function parameters
{"notes":"delivered","credit_score":"2021-11-08T00:28:00Z"}
TASK repair_structured_output SPEC FIELD col_t09 TYPE string_uri REQUIRED no FIELD param_w39 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD attr_b00 TYPE string REQUIRED yes FIELD dim_m38.col_f16 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD dim_m38.dim_k24 TYPE string VALUES cat_a|cat_b|cat_c|cat_...
{"col_t09":"https://api.org/api","param_w39":"level_2","attr_b00":"2024-01-15","field_v63":"https://www.com/api","field_u81":{"dim_r55":"option_a","val_p87":"user@domain.com","val_s77":"Charlie","prop_i12":"high","col_b61":null,"field_w40":"2021-10-23T16:34:00Z","prop_b49":"https://data.io/api"},"prop_b84":"cat_a"}
missing_required
{ "type": "object", "properties": { "col_t09": { "type": "string", "format": "uri" }, "param_w39": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "attr_b00": { "type": "string" }, "dim_m38": { "type": "...
{"col_t09": "https://api.org/api", "attr_b00": "2024-01-15", "field_v63": "https://www.com/api", "field_u81": {"dim_r55": "option_a", "val_p87": "user@domain.com", "val_s77": "Charlie", "prop_i12": "high", "col_b61": null, "field_w40": "2021-10-23T16:34:00Z", "prop_b49": "https://data.io/api"}, "prop_b84": "cat_a"}
Required field 'param_w39' is missing
{"col_t09":"https://api.org/api","param_w39":"level_2","attr_b00":"2024-01-15","field_v63":"https://www.com/api","field_u81":{"dim_r55":"option_a","val_p87":"user@domain.com","val_s77":"Charlie","prop_i12":"high","col_b61":null,"field_w40":"2021-10-23T16:34:00Z","prop_b49":"https://data.io/api"},"prop_b84":"cat_a"}
TASK repair_structured_output SPEC FIELD col_b45 TYPE boolean REQUIRED no FIELD prop_c74.key_w58 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_c74.attr_r55 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_c74.param_f67 TYPE boolean REQUIRED no FIELD prop_c74.fie...
{"prop_c74":{"key_w58":"open","attr_r55":"delivered","param_f67":true,"field_w41":[195]},"param_d73":{"dim_u12":"type_b","param_g74":{"attr_l38":"level_2","prop_h32":"editor","val_c06":156},"val_o28":721.61,"prop_x01":"mode_b"},"param_p60":"cat_d","attr_r56":"archived"}
invalid_enum
{ "type": "object", "properties": { "col_b45": { "type": "boolean" }, "prop_c74": { "type": "object", "properties": { "key_w58": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
{"prop_c74": {"key_w58": "open", "attr_r55": "delivered", "param_f67": true, "field_w41": [195]}, "param_d73": {"dim_u12": "type_b", "param_g74": {"attr_l38": "level_2", "prop_h32": "editor", "val_c06": 156}, "val_o28": 721.61, "prop_x01": "mode_b"}, "param_p60": "invalid_option_198", "attr_r56": "archived"}
Field 'param_p60' has invalid enum value 'invalid_option_198', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d']
{"prop_c74":{"key_w58":"open","attr_r55":"delivered","param_f67":true,"field_w41":[195]},"param_d73":{"dim_u12":"type_b","param_g74":{"attr_l38":"level_2","prop_h32":"editor","val_c06":156},"val_o28":721.61,"prop_x01":"mode_b"},"param_p60":"cat_d","attr_r56":"archived"}
TASK repair_structured_output SPEC FIELD val_e29 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD dim_f47 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD key_z32 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD field_h20 TYPE string REQUIRED no BROKEN_OUTPUT {"val_e29": "t...
{"val_e29":"type_c","dim_f47":"medium","key_z32":"in_transit","field_h20":"Sao Paulo"}
invalid_enum
{ "type": "object", "properties": { "val_e29": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "dim_f47": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "key_z32": { ...
{"val_e29": "type_c", "dim_f47": "medium", "key_z32": "invalid_choice_152", "field_h20": "Sao Paulo"}
Field 'key_z32' has invalid enum value 'invalid_choice_152', expected one of ['new', 'in_transit', 'delivered', 'returned']
{"val_e29":"type_c","dim_f47":"medium","key_z32":"in_transit","field_h20":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD field_n20 TYPE string REQUIRED yes FIELD col_t07 TYPE string REQUIRED no FIELD key_m95 TYPE number REQUIRED no FIELD key_u86 TYPE boolean REQUIRED no FIELD col_u82[].field_y53 TYPE integer REQUIRED yes FIELD col_u82[].field_z95 TYPE string VALUES pending_review|confirmed|reject...
{"field_n20":"approved","col_t07":"London","key_m95":489.52,"key_u86":true,"col_u82":[{"field_y53":115,"field_z95":"confirmed","dim_m45":991,"col_r10":811.45,"prop_k89":"divorced"},{"field_y53":381,"field_z95":"escalated","dim_m45":352,"col_r10":735.09}]}
agent_chain
{ "type": "object", "properties": { "field_n20": { "type": "string" }, "col_t07": { "type": "string" }, "key_m95": { "type": "number" }, "key_u86": { "type": "boolean" }, "col_u82": { "type": "array", "items": { "type": "object", ...
I need to look up the information first. Action: query_port_status Result: {"col_t07": "London", "key_m95": 489.52, "key_u86": true, "col_u82": [{"field_y53": 115, "field_z95": "confirmed", "dim_m45": 991, "col_r10": 811.45, "prop_k89": "divorced"}, {"field_y53": 381, "field_z95": "escalated", "dim_m45": 352, "col_r10"...
Agent multi-step chain with truncated tool output
{"field_n20":"approved","col_t07":"London","key_m95":489.52,"key_u86":true,"col_u82":[{"field_y53":115,"field_z95":"confirmed","dim_m45":991,"col_r10":811.45,"prop_k89":"divorced"},{"field_y53":381,"field_z95":"escalated","dim_m45":352,"col_r10":735.09}]}
TASK repair_structured_output SPEC FIELD role TYPE integer REQUIRED yes FIELD aligned_pct TYPE string_email REQUIRED yes FIELD age[].category TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD age[].ward TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD age[].yield_pct TYPE strin...
{"role":82,"aligned_pct":"test@example.com","age":[{"category":"resolved","yield_pct":"Bob","size":"This is a test value.","tags":"inactive","rating":463,"consignee":null}]}
partial_structure
{ "type": "object", "properties": { "role": { "type": "integer" }, "aligned_pct": { "type": "string", "format": "email" }, "age": { "type": "array", "items": { "type": "object", "properties": { "category": { "type": "string", ...
Based on the data, role is 82. {"role":82,"aligned_pct":"test@example.com","age":[{"category":"resolved","yield_pct":"Bob","size":"This is a test value.","tags":"inactive","rating":463,"consignee":null}]}
Output mixes natural language with JSON
{"role":82,"aligned_pct":"test@example.com","age":[{"category":"resolved","yield_pct":"Bob","size":"This is a test value.","tags":"inactive","rating":463,"consignee":null}]}
TASK repair_structured_output SPEC FIELD full_name TYPE integer REQUIRED yes FIELD format TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD current_draw TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"full_name":298,"format":"in_progress","current_draw":25} ```
{"full_name":298,"format":"in_progress","current_draw":25}
markdown_fences
{ "type": "object", "properties": { "full_name": { "type": "integer" }, "format": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "current_draw": { "type": "integer" } }, "required": [ "full_...
```json {"full_name":298,"format":"in_progress","current_draw":25} ```
Output contains markdown code fences
{"full_name":298,"format":"in_progress","current_draw":25}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE number REQUIRED no FIELD lane TYPE string REQUIRED yes FIELD medication TYPE string REQUIRED no BROKEN_OUTPUT Result: lane=QC-07, {"lane":"QC-07","medication":"Jane"}
{"lane":"QC-07","medication":"Jane"}
partial_structure
{ "type": "object", "properties": { "humidity_pct": { "type": "number" }, "lane": { "type": "string" }, "medication": { "type": "string" } }, "required": [ "lane" ] }
Result: lane=QC-07, {"lane":"QC-07","medication":"Jane"}
Output mixes natural language with JSON
{"lane":"QC-07","medication":"Jane"}
TASK repair_structured_output SPEC FIELD date TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD account_id TYPE integer REQUIRED no FIELD full_name TYPE string REQUIRED no FIELD score TYPE string_date-time REQUIRED no FIELD section[] TYPE string VALUES draft|published|archived REQUIRED no BROKEN_OUTPUT ...
{"date":"pro","account_id":641,"full_name":"2024-01-15"}
extra_text_before
{ "type": "object", "properties": { "date": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "account_id": { "type": "integer" }, "full_name": { "type": "string" }, "score": { "type": "string", ...
Sure, here's the result: {"date":"pro","account_id":641,"full_name":"2024-01-15"}
Output contains non-JSON text before the object
{"date":"pro","account_id":641,"full_name":"2024-01-15"}
TASK repair_structured_output SPEC FIELD state TYPE string_date-time REQUIRED yes FIELD run_id TYPE string VALUES level_1|level_2 REQUIRED no FIELD lab_result.tax TYPE string VALUES option_a|option_b REQUIRED no FIELD lab_result.due_date TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD lab_result.curre...
{"state":"2021-01-03T09:52:00Z","lab_result":{"tax":"option_b","currency":null,"total":"level_2","sensor_id":41,"bearing":"type_c","weight":"Berlin"},"paragraph":336,"aligned_pct":"Hapag-Lloyd-Express"}
partial_structure
{ "type": "object", "properties": { "state": { "type": "string", "format": "date-time" }, "run_id": { "type": "string", "enum": [ "level_1", "level_2" ] }, "lab_result": { "type": "object", "properties": { "tax": { "type...
Result: paragraph=336, {"state":"2021-01-03T09:52:00Z","lab_result":{"tax":"option_b","currency":null,"total":"level_2","sensor_id":41,"bearing":"type_c","weight":"Berlin"},"paragraph":336,"aligned_pct":"Hapag-Lloyd-Express"}
Output mixes natural language with JSON
{"state":"2021-01-03T09:52:00Z","lab_result":{"tax":"option_b","currency":null,"total":"level_2","sensor_id":41,"bearing":"type_c","weight":"Berlin"},"paragraph":336,"aligned_pct":"Hapag-Lloyd-Express"}