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 val_d78 TYPE string REQUIRED no FIELD field_k76 TYPE integer REQUIRED no FIELD field_y54 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_l98 TYPE integer REQUIRED no FIELD key_h57 TYPE integer REQUIRED no FIELD key_c82.dim_k65 TYPE boolean REQUIRED no FIE...
{"val_d78":"pending","field_k76":770,"key_l98":337,"key_h57":468,"key_c82":{"dim_k65":true,"val_e54":"large","dim_k97":"https://example.com","field_s91":"user@domain.com","param_w11":{"field_k16":"2026-06-19T02:16:00Z","dim_l16":740,"param_f24":656},"prop_v19":"warning","field_d98":"returned"},"param_h21":{"col_e82":"u...
extra_text_before
{ "type": "object", "properties": { "val_d78": { "type": "string" }, "field_k76": { "type": "integer" }, "field_y54": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_l98": { "type": "inte...
The output is as follows: {"val_d78":"pending","field_k76":770,"key_l98":337,"key_h57":468,"key_c82":{"dim_k65":true,"val_e54":"large","dim_k97":"https://example.com","field_s91":"user@domain.com","param_w11":{"field_k16":"2026-06-19T02:16:00Z","dim_l16":740,"param_f24":656},"prop_v19":"warning","field_d98":"returned"}...
Output contains non-JSON text before the object
{"val_d78":"pending","field_k76":770,"key_l98":337,"key_h57":468,"key_c82":{"dim_k65":true,"val_e54":"large","dim_k97":"https://example.com","field_s91":"user@domain.com","param_w11":{"field_k16":"2026-06-19T02:16:00Z","dim_l16":740,"param_f24":656},"prop_v19":"warning","field_d98":"returned"},"param_h21":{"col_e82":"u...
TASK repair_structured_output SPEC FIELD comments TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD vital_sign TYPE string VALUES level_1|level_2 REQUIRED no FIELD zip_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD role TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD...
{"comments":"coastal","vital_sign":"level_1","role":"type_c","build_status":"resolved","current_draw":"cat_a","currency":820.81,"shipper_ref":"Charlie"}
tool_call_bad_format
{ "type": "object", "properties": { "comments": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "vital_sign": { "type": "string", "enum": [ "level_1", "level_2" ] }, "zip_code": { ...
<functioncall> fetch_lab_result {comments: "coastal", vital_sign: "level_1", role: "type_c", build_status: "resolved", current_draw: "cat_a", currency: 820.81, shipper_ref: "Charlie"}
Tool call has malformed arguments — unquoted keys in function parameters
{"comments":"coastal","vital_sign":"level_1","role":"type_c","build_status":"resolved","current_draw":"cat_a","currency":820.81,"shipper_ref":"Charlie"}
TASK repair_structured_output SPEC FIELD address TYPE string REQUIRED yes FIELD turbidity TYPE boolean REQUIRED yes FIELD width TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: query_port_status Result: {"address": "cancelled", "turbidity": false} I'll query our database. Action...
{"address":"cancelled","turbidity":false,"width":"Santos"}
agent_chain
{ "type": "object", "properties": { "address": { "type": "string" }, "turbidity": { "type": "boolean" }, "width": { "type": "string" } }, "required": [ "turbidity", "address" ] }
I need to look up the information first. Action: query_port_status Result: {"address": "cancelled", "turbidity": false} I'll query our database. Action: get_weather Result:
Agent multi-step chain with truncated tool output
{"address":"cancelled","turbidity":false,"width":"Santos"}
TASK repair_structured_output SPEC FIELD tax TYPE string REQUIRED yes FIELD role TYPE integer REQUIRED yes FIELD chromosome TYPE string VALUES small|medium|large|xl REQUIRED no FIELD yield_pct TYPE number REQUIRED no FIELD organism TYPE boolean REQUIRED no BROKEN_OUTPUT I need to check the port status before assignin...
{"tax":"FWD","role":672,"yield_pct":29.08}
thought_process
{ "type": "object", "properties": { "tax": { "type": "string" }, "role": { "type": "integer" }, "chromosome": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "yield_pct": { "type": "number" }, ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"tax":"FWD","role":672,"yield_pct":29.08}
Output contains chain-of-thought reasoning before JSON
{"tax":"FWD","role":672,"yield_pct":29.08}
TASK repair_structured_output SPEC FIELD ward TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD status_code TYPE number REQUIRED no FIELD humidity_pct.balance TYPE string VALUES active|inactive|pending REQUIRED no FIELD humidity_pct.date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD humidit...
{"ward":"cat_a","status_code":688.1,"payment_status":"mode_d"}
single_quotes
{ "type": "object", "properties": { "ward": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "status_code": { "type": "number" }, "humidity_pct": { "type": "object", "properties": { "balance": { "type": "st...
{'ward':'cat_a','status_code':688.1,'payment_status':'mode_d'}
Expecting property name enclosed in double quotes
{"ward":"cat_a","status_code":688.1,"payment_status":"mode_d"}
TASK repair_structured_output SPEC FIELD lab_result TYPE string REQUIRED no FIELD compound TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD username TYPE string REQUIRED no FIELD quality_score.end_date TYPE string_date-time REQUIRED yes FIELD quality_score.batch_code TYPE string REQUIRED no FIELD quality_scor...
{"lab_result":"John","compound":"mode_c","username":"Charlie","quality_score":{"end_date":"2020-05-05T13:07:00Z"},"insurance_id":{"quantity":"level_2","chapter":"level_2","status_code":"mode_a","language":"MV-Evergreen-01"}}
partial_structure
{ "type": "object", "properties": { "lab_result": { "type": "string" }, "compound": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "username": { "type": "string" }, "quality_score": { "type": "object", "pr...
The insurance_id is {'quantity': 'level_2', 'chapter': 'level_2', 'status_code': 'mode_a', 'language': 'MV-Evergreen-01'} and {"lab_result":"John","compound":"mode_c","username":"Charlie","quality_score":{"end_date":"2020-05-05T13:07:00Z"},"insurance_id":{"quantity":"level_2","chapter":"level_2","status_code":"mode_a",...
Output mixes natural language with JSON
{"lab_result":"John","compound":"mode_c","username":"Charlie","quality_score":{"end_date":"2020-05-05T13:07:00Z"},"insurance_id":{"quantity":"level_2","chapter":"level_2","status_code":"mode_a","language":"MV-Evergreen-01"}}
TASK repair_structured_output SPEC FIELD prop_g23 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD prop_f29 TYPE integer REQUIRED yes FIELD prop_l19 TYPE boolean REQUIRED no FIELD key_h34.val_i84 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD key_h34.col_x39 T...
{"prop_g23":"basic","prop_f29":812,"prop_l19":true,"key_h34":{"val_i84":"option_c","col_x39":"level_3","prop_a23":"new"},"param_m35":"example","field_g37":"Smith"}
number_with_unit
{ "type": "object", "properties": { "prop_g23": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_f29": { "type": "integer" }, "prop_l19": { "type": "boolean" }, "key_h34": { "type": "object",...
{"prop_g23": "basic", "prop_f29": "812cm", "prop_l19": true, "key_h34": {"val_i84": "option_c", "col_x39": "level_3", "prop_a23": "new"}, "param_m35": "example", "field_g37": "Smith"}
Field 'prop_f29' must be number, got string with unit
{"prop_g23":"basic","prop_f29":812,"prop_l19":true,"key_h34":{"val_i84":"option_c","col_x39":"level_3","prop_a23":"new"},"param_m35":"example","field_g37":"Smith"}
TASK repair_structured_output SPEC FIELD crew_id TYPE string REQUIRED yes FIELD subtotal TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD department TYPE string REQUIRED no BROKEN_OUTPUT {"crew_id":"Maria","subtotal":"red","department":"Jane"
{"crew_id":"Maria","subtotal":"red","department":"Jane"}
truncated_object
{ "type": "object", "properties": { "crew_id": { "type": "string" }, "subtotal": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "department": { "type": "string" } }, "required": [ "subt...
{"crew_id":"Maria","subtotal":"red","department":"Jane"
Unexpected end of JSON input — truncated object
{"crew_id":"Maria","subtotal":"red","department":"Jane"}
TASK repair_structured_output SPEC FIELD col_s10 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD param_y46 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_c09 TYPE integer REQUIRED yes FIELD field_j63 TYPE string_date-time REQUIRED no FIELD attr_s50 TYPE integer REQUIRED no F...
{"col_s10":"homozygous","param_y46":"archived","prop_c09":839,"field_j63":"2026-12-26T17:59:00Z","attr_s50":135,"key_r78":"RTG-04"}
truncated_object
{ "type": "object", "properties": { "col_s10": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_y46": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_...
{"col_s10":"homozygous","param_y46":"archived","prop_c09":839,"field_j63":"2026-12-26T17:59:00Z","attr_s50":135,"key_r78":"RTG-04"
Unexpected end of JSON input — truncated object
{"col_s10":"homozygous","param_y46":"archived","prop_c09":839,"field_j63":"2026-12-26T17:59:00Z","attr_s50":135,"key_r78":"RTG-04"}
TASK repair_structured_output SPEC FIELD age TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD length TYPE string REQUIRED no FIELD quality_score TYPE number REQUIRED no FIELD status_code TYPE null REQUIRED no FIELD zip_code.aligned_pct TYPE number REQUIRED no FIELD zip_code.position TYPE boolean REQUIRED y...
{"length":"PASS","status_code":null,"batch_code":false}
tool_call_wrong_param
{ "type": "object", "properties": { "age": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "length": { "type": "string" }, "quality_score": { "type": "number" }, "status_code": { "type": "null" }, "zip...
Tool: check_availability Params: {"length": "PASS", "status_code": null, "batch_code": false}
Agent used wrong parameter name 'age2' instead of 'age'
{"length":"PASS","status_code":null,"batch_code":false}
TASK repair_structured_output SPEC FIELD coverage TYPE integer REQUIRED no FIELD medication TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD bearing TYPE string REQUIRED yes FIELD title TYPE string VALUES level_1|level_2 REQUIRED no FIELD nickname.options TYPE number REQUIRED yes FIELD nickname.age TYPE st...
{"coverage":521,"medication":"level_2","bearing":"world","title":"level_2"}
trailing_comma
{ "type": "object", "properties": { "coverage": { "type": "integer" }, "medication": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "bearing": { "type": "string" }, "title": { "type": "string", "enum": ...
{"coverage":521,"medication":"level_2","bearing":"world","title":"level_2",}
Unexpected trailing comma
{"coverage":521,"medication":"level_2","bearing":"world","title":"level_2"}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string VALUES success|error|warning|info REQUIRED no FIELD span_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD latitude TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD count TYPE string REQUIRED yes FIELD maturity_date TYPE...
{"span_id":"enterprise","latitude":"oceanic","count":"Charlie","maturity_date":351}
markdown_fences
{ "type": "object", "properties": { "berth_slot": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "span_id": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] ...
```json {"span_id":"enterprise","latitude":"oceanic","count":"Charlie","maturity_date":351} ```
Output contains markdown code fences
{"span_id":"enterprise","latitude":"oceanic","count":"Charlie","maturity_date":351}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD voltage TYPE string_date-time REQUIRED no FIELD bill_of_lading TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD company[] TYPE string REQUIRED yes BROKEN_OUTPUT Let me analyze th...
{"manifest_ref":"type_a","voltage":"2025-12-15T05:08:00Z","bill_of_lading":"level_1","company":["Smith"]}
thought_process
{ "type": "object", "properties": { "manifest_ref": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "voltage": { "type": "string", "format": "date-time" }, "bill_of_lading": { "type": "string", "e...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"manifest_ref":"type_a","voltage":"2025-12-15T05:08:00Z","bill_of_lading":"level_1","company":["Smith"]}
Output contains chain-of-thought reasoning before JSON
{"manifest_ref":"type_a","voltage":"2025-12-15T05:08:00Z","bill_of_lading":"level_1","company":["Smith"]}
TASK repair_structured_output SPEC FIELD field_d83 TYPE string REQUIRED yes FIELD prop_e74 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD key_a10 TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: annotate_mutation Arguments: {"prop_e74": "coastal", "key_a10": ...
{"field_d83":"completed","prop_e74":"coastal","key_a10":"FWD"}
tool_call_partial_args
{ "type": "object", "properties": { "field_d83": { "type": "string" }, "prop_e74": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "key_a10": { "type": "string" } }, "required": [ "prop_e74", ...
I need to look up the information first. Action: annotate_mutation Arguments: {"prop_e74": "coastal", "key_a10": "FWD"}
Agent tool call missing required parameter 'field_d83'
{"field_d83":"completed","prop_e74":"coastal","key_a10":"FWD"}
TASK repair_structured_output SPEC FIELD subject TYPE string REQUIRED no FIELD start_date TYPE number REQUIRED no FIELD duration_ms.thumbnail TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD duration_ms.isotope TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD duration_ms.verified T...
{"subject":"Jane","duration_ms":{"thumbnail":"level_1","isotope":"type_b","verified":"pro"}}
unquoted_keys
{ "type": "object", "properties": { "subject": { "type": "string" }, "start_date": { "type": "number" }, "duration_ms": { "type": "object", "properties": { "thumbnail": { "type": "string", "enum": [ "level_1", "level_2",...
{subject:"Jane",duration_ms:{thumbnail:"level_1",isotope:"type_b",verified:"pro"}}
Expecting property name enclosed in double quotes
{"subject":"Jane","duration_ms":{"thumbnail":"level_1","isotope":"type_b","verified":"pro"}}
TASK repair_structured_output SPEC FIELD dim_c49 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_q40 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_i93 TYPE string VALUES draft|published|archived REQUIRED yes FIELD key_n98 TYPE number REQUIRED no FIELD dim_t88 T...
{"dim_c49":"hemizygous","param_i93":"published","key_n98":999.2,"dim_t88":"low","attr_i49":"foo"}
number_with_unit
{ "type": "object", "properties": { "dim_c49": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dim_q40": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] ...
{"dim_c49": "hemizygous", "param_i93": "published", "key_n98": "999.2kg", "dim_t88": "low", "attr_i49": "foo"}
Field 'key_n98' must be number, got string with unit
{"dim_c49":"hemizygous","param_i93":"published","key_n98":999.2,"dim_t88":"low","attr_i49":"foo"}
TASK repair_structured_output SPEC FIELD prop_l87 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD val_p74 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD dim_f31 TYPE boolean REQUIRED no FIELD col_h89 TYPE boolean REQUIRED no FIELD prop_f99 TYPE boolean REQUIRED no FIELD prop_k17 TY...
{"prop_l87":"enterprise","val_p74":"oceanic","dim_f31":true,"prop_f99":true,"prop_k17":"pending","prop_m62":"Maria"}
markdown_explanation
{ "type": "object", "properties": { "prop_l87": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "val_p74": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] ...
The parsed result is: ```json {"prop_l87":"enterprise","val_p74":"oceanic","dim_f31":true,"prop_f99":true,"prop_k17":"pending","prop_m62":"Maria"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"prop_l87":"enterprise","val_p74":"oceanic","dim_f31":true,"prop_f99":true,"prop_k17":"pending","prop_m62":"Maria"}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES low|medium|high|critical REQUIRED no FIELD title TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD bed_number TYPE integer REQUIRED yes FIELD width TYPE integer REQUIRED no FIELD comments TYPE string REQUIRED yes BROKEN_OUTPUT I need t...
{"maturity_date":"high","title":"email","bed_number":396,"comments":"bar"}
agent_chain
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "title": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
I need to look up the information first. Action: calculate_docking_fee Result: {"title": "email", "bed_number": 396, "comments": "bar"} Processing the request now. Action: create_order Result:
Agent multi-step chain with truncated tool output
{"maturity_date":"high","title":"email","bed_number":396,"comments":"bar"}
TASK repair_structured_output SPEC FIELD key_p87 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD dim_p51 TYPE string REQUIRED yes FIELD param_f04 TYPE string_email REQUIRED no FIELD val_y09 TYPE null REQUIRED yes FIELD val_c73[] TYPE string VALUES success|error|warning|info REQUIRED yes BROKEN_OUTPUT {"key...
{"key_p87":"large","dim_p51":"chrX","param_f04":"user@domain.org","val_y09":null,"val_c73":["warning","success","info","success"]}
missing_bracket
{ "type": "object", "properties": { "key_p87": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_p51": { "type": "string" }, "param_f04": { "type": "string", "format": "email" }, "val_y09": { ...
{"key_p87":"large","dim_p51":"chrX","param_f04":"user@domain.org","val_y09":null,"val_c73":"warning","success","info","success"]}
Missing closing bracket
{"key_p87":"large","dim_p51":"chrX","param_f04":"user@domain.org","val_y09":null,"val_c73":["warning","success","info","success"]}
TASK repair_structured_output SPEC FIELD key_d05 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD dim_l55 TYPE integer REQUIRED yes FIELD dim_h75.dim_e81 TYPE null REQUIRED no FIELD dim_h75.param_t66.val_d63 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_h75.param_t66.col_q85 TYPE bool...
{"key_d05":"medium","dim_l55":989,"dim_h75":{"param_t66":{"val_d63":"success","param_q21":"critical","attr_b70":333,"prop_v39":null},"field_a62":"https://api.io/data","attr_b67":"user@example.com","key_c12":{"dim_v66":"blue","col_d72":"blue"},"param_l35":74},"col_f32":{"field_b55":256,"param_h96":{"attr_s56":"Johnson",...
tool_call_bad_format
{ "type": "object", "properties": { "key_d05": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_l55": { "type": "integer" }, "dim_h75": { "type": "object", "properties": { "dim_e81": { "...
<functioncall> fetch_lab_result {key_d05: "medium", dim_l55: 989, dim_h75: {param_t66: {val_d63: "success", param_q21: "critical", attr_b70: 333, prop_v39: null}, field_a62: "https://api.io/data", attr_b67: "user@example.com", key_c12: {dim_v66: "blue", col_d72: "blue"}, param_l35: 74}, col_f32: {field_b55: 256, param_...
Tool call has malformed arguments — unquoted keys in function parameters
{"key_d05":"medium","dim_l55":989,"dim_h75":{"param_t66":{"val_d63":"success","param_q21":"critical","attr_b70":333,"prop_v39":null},"field_a62":"https://api.io/data","attr_b67":"user@example.com","key_c12":{"dim_v66":"blue","col_d72":"blue"},"param_l35":74},"col_f32":{"field_b55":256,"param_h96":{"attr_s56":"Johnson",...
TASK repair_structured_output SPEC FIELD dim_i43 TYPE boolean REQUIRED no FIELD param_a27 TYPE string_uri REQUIRED no FIELD val_q75 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_k13 TYPE number REQUIRED yes BROKEN_OUTPUT {"val_q75": "archived", "param_k13": "95.36ms"}
{"val_q75":"archived","param_k13":95.36}
number_with_unit
{ "type": "object", "properties": { "dim_i43": { "type": "boolean" }, "param_a27": { "type": "string", "format": "uri" }, "val_q75": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_k13": { "type"...
{"val_q75": "archived", "param_k13": "95.36ms"}
Field 'param_k13' must be number, got string with unit
{"val_q75":"archived","param_k13":95.36}
TASK repair_structured_output SPEC FIELD prop_z48 TYPE boolean REQUIRED no FIELD dim_m77 TYPE integer REQUIRED no FIELD key_m12 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD field_k67 TYPE string REQUIRED no FIELD dim_f63 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD pa...
{"prop_z48":false,"key_m12":"coastal","dim_f63":"mode_d","param_f39":{"col_q53":"2024-01-15","dim_e75":"in_progress","dim_n78":125.26,"attr_j71":"world","col_v95":"https://www.org/v1","field_w47":"Berlin","prop_i56":{"col_y83":"https://www.io/v1","dim_i61":"baz","val_o30":"inactive","key_i96":258.48}}}
tool_call_text_mix
{ "type": "object", "properties": { "prop_z48": { "type": "boolean" }, "dim_m77": { "type": "integer" }, "key_m12": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "field_k67": { "type": "stri...
Let me check the system. <tool_call name="fetch_lab_result"> {"prop_z48":false,"key_m12":"coastal","dim_f63":"mode_d","param_f39":{"col_q53":"2024-01-15","dim_e75":"in_progress","dim_n78":125.26,"attr_j71":"world","col_v95":"https://www.org/v1","field_w47":"Berlin","prop_i56":{"col_y83":"https://www.io/v1","dim_i61":"b...
Agent response mixes reasoning text with tool call
{"prop_z48":false,"key_m12":"coastal","dim_f63":"mode_d","param_f39":{"col_q53":"2024-01-15","dim_e75":"in_progress","dim_n78":125.26,"attr_j71":"world","col_v95":"https://www.org/v1","field_w47":"Berlin","prop_i56":{"col_y83":"https://www.io/v1","dim_i61":"baz","val_o30":"inactive","key_i96":258.48}}}
TASK repair_structured_output SPEC FIELD prop_u95 TYPE string_date-time REQUIRED no FIELD param_q00 TYPE boolean REQUIRED yes FIELD col_y73.prop_d76 TYPE integer REQUIRED yes FIELD col_y73.field_f06 TYPE boolean REQUIRED no FIELD col_y73.field_l59.attr_u51 TYPE string_date-time REQUIRED yes FIELD col_y73.field_l59.pro...
{"prop_u95":"2022-03-08T09:03:00Z","param_q00":true,"col_y73":{"prop_d76":533,"field_f06":false,"field_l59":{"attr_u51":"2021-08-01T13:51:00Z","prop_j74":"Bob","prop_t91":"push","prop_h91":756,"col_q85":746,"val_m30":"in_progress"},"attr_g39":{"val_e63":"level_3","param_v99":"inactive","dim_i31":"Paris","field_t82":"le...
wrong_type
{ "type": "object", "properties": { "prop_u95": { "type": "string", "format": "date-time" }, "param_q00": { "type": "boolean" }, "col_y73": { "type": "object", "properties": { "prop_d76": { "type": "integer" }, "field_f06": { ...
{"prop_u95": "2022-03-08T09:03:00Z", "param_q00": "\"yes\"", "col_y73": {"prop_d76": 533, "field_f06": false, "field_l59": {"attr_u51": "2021-08-01T13:51:00Z", "prop_j74": "Bob", "prop_t91": "push", "prop_h91": 756, "col_q85": 746, "val_m30": "in_progress"}, "attr_g39": {"val_e63": "level_3", "param_v99": "inactive", "...
Field 'param_q00' must be boolean, got string
{"prop_u95":"2022-03-08T09:03:00Z","param_q00":true,"col_y73":{"prop_d76":533,"field_f06":false,"field_l59":{"attr_u51":"2021-08-01T13:51:00Z","prop_j74":"Bob","prop_t91":"push","prop_h91":756,"col_q85":746,"val_m30":"in_progress"},"attr_g39":{"val_e63":"level_3","param_v99":"inactive","dim_i31":"Paris","field_t82":"le...
TASK repair_structured_output SPEC FIELD due_date TYPE string_uri REQUIRED yes FIELD batch_code TYPE boolean REQUIRED yes FIELD role TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: annotate_mutation Arguments: {"due_date": "https://api.org/api", "role":...
{"due_date":"https://api.org/api","batch_code":true,"role":"cat_c"}
tool_call_partial_args
{ "type": "object", "properties": { "due_date": { "type": "string", "format": "uri" }, "batch_code": { "type": "boolean" }, "role": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] } }, "required": [ "due_date", ...
I need to look up the information first. Action: annotate_mutation Arguments: {"due_date": "https://api.org/api", "role": "cat_c"}
Agent tool call missing required parameter 'batch_code'
{"due_date":"https://api.org/api","batch_code":true,"role":"cat_c"}
TASK repair_structured_output SPEC FIELD dim_v55 TYPE string_email REQUIRED yes FIELD col_c90 TYPE string REQUIRED yes FIELD prop_z84 TYPE string REQUIRED no BROKEN_OUTPUT {"dim_v55":"user@example.com","col_c90":"Diana","prop_z84":"Jane"}
{"dim_v55":"user@example.com","col_c90":"Diana","prop_z84":"Jane"}
missing_bracket
{ "type": "object", "properties": { "dim_v55": { "type": "string", "format": "email" }, "col_c90": { "type": "string" }, "prop_z84": { "type": "string" } }, "required": [ "col_c90", "dim_v55" ] }
{"dim_v55":"user@example.com","col_c90":"Diana","prop_z84":"Jane"}
Missing closing bracket
{"dim_v55":"user@example.com","col_c90":"Diana","prop_z84":"Jane"}
TASK repair_structured_output SPEC FIELD date TYPE string REQUIRED no FIELD role TYPE integer REQUIRED no FIELD account_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD due_date TYPE null REQUIRED no FIELD yield_pct TYPE integer REQUIRED no FIELD comments TYPE boolean REQUIRED no FIELD item_i...
{"date":"qux","role":440,"account_id":"mode_e","due_date":null,"item_id":"Hapag-Lloyd-Express"}
wrong_type
{ "type": "object", "properties": { "date": { "type": "string" }, "role": { "type": "integer" }, "account_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "due_date": { "ty...
{"date": "qux", "role": "\"440\"", "account_id": "mode_e", "due_date": null, "item_id": "Hapag-Lloyd-Express"}
Field 'role' must be integer, got string
{"date":"qux","role":440,"account_id":"mode_e","due_date":null,"item_id":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE integer REQUIRED yes FIELD chapter TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD bed_number TYPE number REQUIRED yes FIELD allele TYPE boolean REQUIRED yes BROKEN_OUTPUT The instrument reported: {"procedure_code":336,"chapte...
{"procedure_code":336,"chapter":"maintenance","bed_number":402.39,"allele":false}
extra_text_before
{ "type": "object", "properties": { "procedure_code": { "type": "integer" }, "chapter": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "bed_number": { "type": "number" }, "allele": { ...
The instrument reported: {"procedure_code":336,"chapter":"maintenance","bed_number":402.39,"allele":false}
Output contains non-JSON text before the object
{"procedure_code":336,"chapter":"maintenance","bed_number":402.39,"allele":false}
TASK repair_structured_output SPEC FIELD items TYPE string REQUIRED no FIELD paragraph TYPE number REQUIRED yes FIELD throttle_pos TYPE boolean REQUIRED yes FIELD strand TYPE number REQUIRED yes FIELD start_date TYPE null REQUIRED no FIELD message TYPE string REQUIRED no BROKEN_OUTPUT query_port_status(paragraph=822....
{"paragraph":822.82,"throttle_pos":true,"strand":907.08,"start_date":null,"message":"MV-Evergreen-01"}
tool_call_python_syntax
{ "type": "object", "properties": { "items": { "type": "string" }, "paragraph": { "type": "number" }, "throttle_pos": { "type": "boolean" }, "strand": { "type": "number" }, "start_date": { "type": "null" }, "message": { "type": "string"...
query_port_status(paragraph=822.82, throttle_pos=True, strand=907.08, start_date=None, message='MV-Evergreen-01')
Tool call uses Python syntax instead of JSON
{"paragraph":822.82,"throttle_pos":true,"strand":907.08,"start_date":null,"message":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD credit_score TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD lab_result TYPE string_uri REQUIRED no FIELD maturity_date TYPE null REQUIRED yes BROKEN_OUTPUT Sure, here's the result: ```json {"credit_score":"high","lab_result":"https://data.io/api","maturity_date...
{"credit_score":"high","lab_result":"https://data.io/api","maturity_date":null}
markdown_explanation
{ "type": "object", "properties": { "credit_score": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "lab_result": { "type": "string", "format": "uri" }, "maturity_date": { "type": "null" } }, "requ...
Sure, here's the result: ```json {"credit_score":"high","lab_result":"https://data.io/api","maturity_date":null} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"credit_score":"high","lab_result":"https://data.io/api","maturity_date":null}
TASK repair_structured_output SPEC FIELD language TYPE integer REQUIRED no FIELD lab_result TYPE integer REQUIRED no FIELD humidity_pct TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD trace_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD span_id[] TYPE integer REQUIRED no FI...
{"language":801,"lab_result":176,"trace_id":"mode_a","span_id":[881,980,228,366],"invoice_id":[{"size":"example","insurance_id":true,"conductivity":428.96,"berth_slot":"Silva","catalyst":"pending","half_life":"baz","brake_pressure":"RTG-04"},{"size":"https://api.example.com/v1","insurance_id":false,"conductivity":904.0...
missing_bracket
{ "type": "object", "properties": { "language": { "type": "integer" }, "lab_result": { "type": "integer" }, "humidity_pct": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "trace_id": { "type": "string", "e...
{"language":801,"lab_result":176,"trace_id":"mode_a","span_id":[881,980,228,366],"invoice_id":{"size":"example","insurance_id":true,"conductivity":428.96,"berth_slot":"Silva","catalyst":"pending","half_life":"baz","brake_pressure":"RTG-04"},{"size":"https://api.example.com/v1","insurance_id":false,"conductivity":904.0,...
Missing closing bracket
{"language":801,"lab_result":176,"trace_id":"mode_a","span_id":[881,980,228,366],"invoice_id":[{"size":"example","insurance_id":true,"conductivity":428.96,"berth_slot":"Silva","catalyst":"pending","half_life":"baz","brake_pressure":"RTG-04"},{"size":"https://api.example.com/v1","insurance_id":false,"conductivity":904.0...
TASK repair_structured_output SPEC FIELD attr_y32 TYPE string VALUES option_a|option_b REQUIRED yes FIELD prop_r44 TYPE integer REQUIRED yes FIELD prop_j69 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_y32": "invalid_value_939", "prop_r44": 927, "prop_j69": "2023-12-25"}
{"attr_y32":"option_b","prop_r44":927,"prop_j69":"2023-12-25"}
invalid_enum
{ "type": "object", "properties": { "attr_y32": { "type": "string", "enum": [ "option_a", "option_b" ] }, "prop_r44": { "type": "integer" }, "prop_j69": { "type": "string" } }, "required": [ "attr_y32", "prop_r44", "prop_j69" ] ...
{"attr_y32": "invalid_value_939", "prop_r44": 927, "prop_j69": "2023-12-25"}
Field 'attr_y32' has invalid enum value 'invalid_value_939', expected one of ['option_a', 'option_b']
{"attr_y32":"option_b","prop_r44":927,"prop_j69":"2023-12-25"}
TASK repair_structured_output SPEC FIELD param_c02 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD val_r19 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD dim_n57 TYPE string REQUIRED yes FIELD key_y82 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes BR...
{"param_c02":"level_2","val_r19":"mode_c","dim_n57":"sample","key_y82":"type_c"}
missing_required
{ "type": "object", "properties": { "param_c02": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "val_r19": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", ...
{"param_c02": "level_2", "val_r19": "mode_c", "key_y82": "type_c"}
Required field 'dim_n57' is missing
{"param_c02":"level_2","val_r19":"mode_c","dim_n57":"sample","key_y82":"type_c"}
TASK repair_structured_output SPEC FIELD col_t10 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_p65 TYPE string REQUIRED no FIELD key_i23 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_l93 TYPE boolean REQUIRED yes FIELD attr_b82.param_t93 TYPE string VALUES single|married|...
{"col_t10":"underway","attr_p65":"pending","key_i23":"sms","param_l93":true,"attr_b82":{"param_t93":"single","prop_p55":"PASS","param_x48":"London","dim_p59":null}}
markdown_fences
{ "type": "object", "properties": { "col_t10": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "attr_p65": { "type": "string" }, "key_i23": { "type": "string", "enum": [ "email", "p...
```json {"col_t10":"underway","attr_p65":"pending","key_i23":"sms","param_l93":true,"attr_b82":{"param_t93":"single","prop_p55":"PASS","param_x48":"London","dim_p59":null}} ```
Output contains markdown code fences
{"col_t10":"underway","attr_p65":"pending","key_i23":"sms","param_l93":true,"attr_b82":{"param_t93":"single","prop_p55":"PASS","param_x48":"London","dim_p59":null}}
TASK repair_structured_output SPEC FIELD field_j97 TYPE null REQUIRED no FIELD param_l70 TYPE string REQUIRED yes FIELD param_t92 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD val_j95 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_g35 TYPE boolean REQUIRED no BROKEN_OUTPUT {"field...
{"field_j97":null,"param_l70":"user@domain.com","param_t92":"low","val_j95":"pro","val_g35":false}
truncated_array
{ "type": "object", "properties": { "field_j97": { "type": "null" }, "param_l70": { "type": "string" }, "param_t92": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "val_j95": { "type": "string", ...
{"field_j97":null,"param_l70":"user@domain.com","param_t92":"low","val_j95":"pro","val_g35":false
Unexpected end of JSON input — truncated object
{"field_j97":null,"param_l70":"user@domain.com","param_t92":"low","val_j95":"pro","val_g35":false}
TASK repair_structured_output SPEC FIELD address TYPE boolean REQUIRED yes FIELD turbidity TYPE string VALUES single|married|divorced REQUIRED yes FIELD pressure_kpa.index TYPE string_email REQUIRED no FIELD pressure_kpa.hazmat_code TYPE string VALUES admin|editor|viewer REQUIRED no FIELD pressure_kpa.invoice_id TYPE ...
{"address":true,"turbidity":"married","pressure_kpa":{"index":"ops@test.io","invoice_id":"offline","diagnosis_code":"Berlin","port_code":"Hapag-Lloyd-Express","brake_pressure":257},"chapter":false}
wrong_type
{ "type": "object", "properties": { "address": { "type": "boolean" }, "turbidity": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "pressure_kpa": { "type": "object", "properties": { "index": { "type...
{"address": "\"yes\"", "turbidity": "married", "pressure_kpa": {"index": "ops@test.io", "invoice_id": "offline", "diagnosis_code": "Berlin", "port_code": "Hapag-Lloyd-Express", "brake_pressure": 257}, "chapter": false}
Field 'address' must be boolean, got string
{"address":true,"turbidity":"married","pressure_kpa":{"index":"ops@test.io","invoice_id":"offline","diagnosis_code":"Berlin","port_code":"Hapag-Lloyd-Express","brake_pressure":257},"chapter":false}
TASK repair_structured_output SPEC FIELD tile TYPE boolean REQUIRED yes FIELD due_date TYPE string VALUES cat_a|cat_b REQUIRED no FIELD ph_level TYPE boolean REQUIRED yes FIELD bill_of_lading.medication.decay_rate TYPE string REQUIRED no FIELD bill_of_lading.medication.invoice_id TYPE string VALUES synonymous|missense...
{"tile":true,"ph_level":false}
boolean_as_string
{ "type": "object", "properties": { "tile": { "type": "boolean" }, "due_date": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "ph_level": { "type": "boolean" }, "bill_of_lading": { "type": "object", "properties": { "m...
{"tile": true, "ph_level": "True"}
Field 'ph_level' must be boolean, got string
{"tile":true,"ph_level":false}
TASK repair_structured_output SPEC FIELD param_y30 TYPE string REQUIRED no FIELD dim_e68 TYPE boolean REQUIRED no FIELD param_o29 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD attr_l30.dim_n78 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD attr_l30.attr_...
{"dim_e68":false,"param_o29":"type_c","attr_l30":{"dim_n78":"level_4","attr_b65":834,"attr_h20":[866.91,372.45],"param_q41":[{"col_j60":"John","param_l69":"type_b","field_d63":"2026-04-23T07:57:00Z"},{"col_j60":"Johnson","field_d63":"2022-11-04T05:12:00Z"},{"field_d63":"2022-06-26T10:08:00Z"}]}}
truncated_array
{ "type": "object", "properties": { "param_y30": { "type": "string" }, "dim_e68": { "type": "boolean" }, "param_o29": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "attr_l30": { ...
{"dim_e68":false,"param_o29":"type_c","attr_l30":{"dim_n78":"level_4","attr_b65":834,"attr_h20":[866.91,372.45],"param_q41":[{"col_j60":"John","param_l69":"type_b","field_d63":"2026-04-23T07:57:00Z"},{"col_j60":"Johnson","field_d63":"2022-11-04T05:12:00Z"},{"field_d63":"2022-06-26T10:08:00Z"}]}
Unexpected end of JSON input — truncated object
{"dim_e68":false,"param_o29":"type_c","attr_l30":{"dim_n78":"level_4","attr_b65":834,"attr_h20":[866.91,372.45],"param_q41":[{"col_j60":"John","param_l69":"type_b","field_d63":"2026-04-23T07:57:00Z"},{"col_j60":"Johnson","field_d63":"2022-11-04T05:12:00Z"},{"field_d63":"2022-06-26T10:08:00Z"}]}}
TASK repair_structured_output SPEC FIELD payment_status TYPE number REQUIRED yes FIELD image_url TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD compound.freight_class TYPE string REQUIRED no FIELD compound.phenotype.gene_id TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD compound.phenotype...
{"payment_status":931.41,"image_url":"mode_b"}
tool_call_partial_args
{ "type": "object", "properties": { "payment_status": { "type": "number" }, "image_url": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "compound": { "type": "object", "properties": { "freight_class": { ...
Let me check the system. Action: check_availability Arguments: {"payment_status": 931.41}
Agent tool call missing required parameter 'image_url'
{"payment_status":931.41,"image_url":"mode_b"}
TASK repair_structured_output SPEC FIELD footnote TYPE null REQUIRED yes FIELD updated_at TYPE number REQUIRED yes FIELD vital_sign TYPE number REQUIRED no BROKEN_OUTPUT {"footnote":null,"updated_at":186.16,"vital_sign":905.39} Feel free to ask if you have questions.
{"footnote":null,"updated_at":186.16,"vital_sign":905.39}
extra_text_after
{ "type": "object", "properties": { "footnote": { "type": "null" }, "updated_at": { "type": "number" }, "vital_sign": { "type": "number" } }, "required": [ "updated_at", "footnote" ] }
{"footnote":null,"updated_at":186.16,"vital_sign":905.39} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"footnote":null,"updated_at":186.16,"vital_sign":905.39}
TASK repair_structured_output SPEC FIELD salinity TYPE string VALUES success|error|warning|info REQUIRED no FIELD values TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD throttle_pos TYPE boolean REQUIRED no FIELD velocity TYPE string REQUIRED yes FIELD aligned_pct.active TYPE string_uri REQUIRED yes FI...
{"salinity":"success","values":"white","throttle_pos":true,"velocity":"Smith","dissolved_oxygen":{"phenotype":{"feedback":[true,false,true],"values":["Maria","2024-06-30","QC-07"]},"salinity":"info@example.com","account_id":"London","username":941,"lab_result":null},"currency":793}
missing_bracket
{ "type": "object", "properties": { "salinity": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "values": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
{"salinity":"success","values":"white","throttle_pos":true,"velocity":"Smith","dissolved_oxygen":{"phenotype":{"feedback":true,false,true],"values":["Maria","2024-06-30","QC-07"]},"salinity":"info@example.com","account_id":"London","username":941,"lab_result":null},"currency":793}
Missing closing bracket
{"salinity":"success","values":"white","throttle_pos":true,"velocity":"Smith","dissolved_oxygen":{"phenotype":{"feedback":[true,false,true],"values":["Maria","2024-06-30","QC-07"]},"salinity":"info@example.com","account_id":"London","username":941,"lab_result":null},"currency":793}
TASK repair_structured_output SPEC FIELD param_w98 TYPE null REQUIRED yes FIELD col_q25 TYPE number REQUIRED no FIELD attr_w72 TYPE string REQUIRED yes FIELD field_g14[].col_i39 TYPE number REQUIRED no FIELD field_g14[].key_q23 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD field_g14[...
{"param_w98":null,"col_q25":967.22,"attr_w72":"Silva","field_g14":[{"col_i39":137.4,"val_b76":445,"dim_e72":164.71},{"col_i39":470.32,"val_b76":85,"dim_e72":54.92}],"attr_s39":[191.0,617.5,778.19,858.52]}
tool_call_partial_args
{ "type": "object", "properties": { "param_w98": { "type": "null" }, "col_q25": { "type": "number" }, "attr_w72": { "type": "string" }, "field_g14": { "type": "array", "items": { "type": "object", "properties": { "col_i39": { ...
Let me check the system. Action: book_appointment Arguments: {"col_q25": 967.22, "attr_w72": "Silva", "field_g14": [{"col_i39": 137.4, "val_b76": 445, "dim_e72": 164.71}, {"col_i39": 470.32, "val_b76": 85, "dim_e72": 54.92}], "attr_s39": [191.0, 617.5, 778.19, 858.52]}
Agent tool call missing required parameter 'param_w98'
{"param_w98":null,"col_q25":967.22,"attr_w72":"Silva","field_g14":[{"col_i39":137.4,"val_b76":445,"dim_e72":164.71},{"col_i39":470.32,"val_b76":85,"dim_e72":54.92}],"attr_s39":[191.0,617.5,778.19,858.52]}
TASK repair_structured_output SPEC FIELD order_id TYPE string REQUIRED yes FIELD website TYPE string_uri REQUIRED yes FIELD thumbnail TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD visible.throttle_pos TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD visible.umi TYPE string VALUES cat_a|ca...
{"order_id":"Tokyo","website":"https://www.io/api","thumbnail":"cat_e","visible":{"umi":"cat_a","company":"option_b","product_id":297.21,"footnote":"Maria"},"port_code":894}
tool_call_python_syntax
{ "type": "object", "properties": { "order_id": { "type": "string" }, "website": { "type": "string", "format": "uri" }, "thumbnail": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, ...
get_account(order_id='Tokyo', website='https://www.io/api', thumbnail='cat_e', visible={'umi': 'cat_a', 'company': 'option_b', 'product_id': 297.21, 'footnote': 'Maria'}, port_code=894)
Tool call uses Python syntax instead of JSON
{"order_id":"Tokyo","website":"https://www.io/api","thumbnail":"cat_e","visible":{"umi":"cat_a","company":"option_b","product_id":297.21,"footnote":"Maria"},"port_code":894}
TASK repair_structured_output SPEC FIELD prop_t01.prop_s12 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD prop_t01.col_y30 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_t01.val_j65.param_e86 TYPE string REQUIRED no FIELD prop_t01.val_j65.field_k54 TYPE numb...
{"prop_t01":{"prop_s12":"nonsense","col_y30":"new","val_j65":{"param_e86":"https://api.example.com/v1","field_k54":16.2,"field_m19":["level_2","level_3","level_3"],"prop_k79":[264.96,462.39]},"field_h85":{"prop_x62":576,"prop_w04":"option_e","col_z25":161.82,"key_o78":"pending","dim_x20":644.87,"col_n53":"published"}},...
extra_field
{ "type": "object", "properties": { "prop_t01": { "type": "object", "properties": { "prop_s12": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "col_y30": { ...
{"prop_t01": {"prop_s12": "nonsense", "col_y30": "new", "val_j65": {"param_e86": "https://api.example.com/v1", "field_k54": 16.2, "field_m19": ["level_2", "level_3", "level_3"], "prop_k79": [264.96, 462.39]}, "field_h85": {"prop_x62": 576, "prop_w04": "option_e", "col_z25": 161.82, "key_o78": "pending", "dim_x20": 644....
Unknown field 'extra_info_7303' not defined in schema
{"prop_t01":{"prop_s12":"nonsense","col_y30":"new","val_j65":{"param_e86":"https://api.example.com/v1","field_k54":16.2,"field_m19":["level_2","level_3","level_3"],"prop_k79":[264.96,462.39]},"field_h85":{"prop_x62":576,"prop_w04":"option_e","col_z25":161.82,"key_o78":"pending","dim_x20":644.87,"col_n53":"published"}},...
TASK repair_structured_output SPEC FIELD country TYPE integer REQUIRED yes FIELD port_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD tags TYPE string REQUIRED no FIELD wavelength.catalyst TYPE string REQUIRED yes FIELD wavelength.span_id TYPE string VALUES coastal|oceanic|inland...
{"country":871,"port_code":"escalated","tags":"Smith","wavelength":{"catalyst":"sample","span_id":"oceanic","notes":{"length":805,"title":null,"options":"cat_a"},"transaction_id":{"shipping":753.83,"name":"user@test.io"}}}
extra_text_after
{ "type": "object", "properties": { "country": { "type": "integer" }, "port_code": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "tags": { "type": "string" }, "wavelength": { "...
{"country":871,"port_code":"escalated","tags":"Smith","wavelength":{"catalyst":"sample","span_id":"oceanic","notes":{"length":805,"title":null,"options":"cat_a"},"transaction_id":{"shipping":753.83,"name":"user@test.io"}}} Analysis finished.
Output contains non-JSON text after the object
{"country":871,"port_code":"escalated","tags":"Smith","wavelength":{"catalyst":"sample","span_id":"oceanic","notes":{"length":805,"title":null,"options":"cat_a"},"transaction_id":{"shipping":753.83,"name":"user@test.io"}}}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD credit_score TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD timezone TYPE integer REQUIRED no FIELD colla...
{"hazmat_code":"medium","credit_score":"berthed","due_date":"mode_b","collateral":"A short description.","sensor_id":956,"fleet_number":"EUR"}
missing_required
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "credit_score": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored...
{"credit_score": "berthed", "due_date": "mode_b", "collateral": "A short description.", "sensor_id": 956, "fleet_number": "EUR"}
Required field 'hazmat_code' is missing
{"hazmat_code":"medium","credit_score":"berthed","due_date":"mode_b","collateral":"A short description.","sensor_id":956,"fleet_number":"EUR"}
TASK repair_structured_output SPEC FIELD version TYPE boolean REQUIRED no FIELD compound TYPE string_date-time REQUIRED no FIELD height TYPE null REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"version":true,"height":null}
{"version":true,"height":null}
thought_process
{ "type": "object", "properties": { "version": { "type": "boolean" }, "compound": { "type": "string", "format": "date-time" }, "height": { "type": "null" } }, "required": [ "height" ] }
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"version":true,"height":null}
Output contains chain-of-thought reasoning before JSON
{"version":true,"height":null}
TASK repair_structured_output SPEC FIELD amplitude TYPE number REQUIRED yes FIELD bill_of_lading TYPE string VALUES single|married|divorced REQUIRED yes FIELD phenotype TYPE null REQUIRED yes FIELD order_id TYPE number REQUIRED yes FIELD created_at TYPE number REQUIRED no FIELD values.conductivity TYPE boolean REQUIRE...
{"amplitude":344.97,"bill_of_lading":"single","phenotype":null,"order_id":461.22}
single_quotes
{ "type": "object", "properties": { "amplitude": { "type": "number" }, "bill_of_lading": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "phenotype": { "type": "null" }, "order_id": { "type": "number" }, ...
{'amplitude':344.97,'bill_of_lading':'single','phenotype':null,'order_id':461.22}
Expecting property name enclosed in double quotes
{"amplitude":344.97,"bill_of_lading":"single","phenotype":null,"order_id":461.22}
TASK repair_structured_output SPEC FIELD item_id TYPE string REQUIRED yes FIELD section TYPE string REQUIRED no FIELD consignee TYPE integer REQUIRED yes FIELD coverage TYPE string REQUIRED yes FIELD due_date.company TYPE null REQUIRED no FIELD due_date.turbidity TYPE integer REQUIRED no FIELD due_date.url.nickname TY...
{"item_id":"active","section":"REV","consignee":144,"coverage":"QC-07","due_date":{"turbidity":93,"url":{"shipping":818,"temp_celsius":"PASS","timezone":"Diana","lab_result":false,"voltage":968.24},"format":false,"batch_code":637.72}}
trailing_comma
{ "type": "object", "properties": { "item_id": { "type": "string" }, "section": { "type": "string" }, "consignee": { "type": "integer" }, "coverage": { "type": "string" }, "due_date": { "type": "object", "properties": { "company": { ...
{"item_id":"active","section":"REV","consignee":144,"coverage":"QC-07","due_date":{"turbidity":93,"url":{"shipping":818,"temp_celsius":"PASS","timezone":"Diana","lab_result":false,"voltage":968.24,},"format":false,"batch_code":637.72}}
Unexpected trailing comma
{"item_id":"active","section":"REV","consignee":144,"coverage":"QC-07","due_date":{"turbidity":93,"url":{"shipping":818,"temp_celsius":"PASS","timezone":"Diana","lab_result":false,"voltage":968.24},"format":false,"batch_code":637.72}}
TASK repair_structured_output SPEC FIELD col_z37 TYPE integer REQUIRED no FIELD val_n74 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD field_g08 TYPE boolean REQUIRED yes FIELD dim_d59 TYPE integer REQUIRED yes FIELD val_q53 TYPE string REQUIRED yes FIELD key_k17.key_z73.field_h43 TYPE intege...
{"col_z37":4,"field_g08":true,"dim_d59":293,"val_q53":"test","key_k17":{"key_z73":{"field_h43":534,"col_f94":367.24,"prop_p03":false,"col_y66":"type_a","attr_q84":"https://example.com/v1"},"attr_n50":{"prop_c25":"https://example.io/api","field_o51":465},"key_y77":998,"dim_e31":{"col_b01":"in_progress","dim_p66":"option...
truncated_object
{ "type": "object", "properties": { "col_z37": { "type": "integer" }, "val_n74": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "field_g08": { "type": "boolean" }, "dim_...
{"col_z37":4,"field_g08":true,"dim_d59":293,"val_q53":"test","key_k17":{"key_z73":{"field_h43":534,"col_f94":367.24,"prop_p03":false,"col_y66":"type_a","attr_q84":"https://example.com/v1"},"attr_n50":{"prop_c25":"https://example.io/api","field_o51":465},"key_y77":998,"dim_e31":{"col_b01":"in_progress","dim_p66":"option...
Unexpected end of JSON input — truncated object
{"col_z37":4,"field_g08":true,"dim_d59":293,"val_q53":"test","key_k17":{"key_z73":{"field_h43":534,"col_f94":367.24,"prop_p03":false,"col_y66":"type_a","attr_q84":"https://example.com/v1"},"attr_n50":{"prop_c25":"https://example.io/api","field_o51":465},"key_y77":998,"dim_e31":{"col_b01":"in_progress","dim_p66":"option...
TASK repair_structured_output SPEC FIELD yield_pct TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD lab_result TYPE integer REQUIRED yes FIELD due_date TYPE integer REQUIRED no BROKEN_OUTPUT {"yield_pct":"level_3","lab_result":265,"due_date":811} This should match the schema you provided.
{"yield_pct":"level_3","lab_result":265,"due_date":811}
extra_text_after
{ "type": "object", "properties": { "yield_pct": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "lab_result": { "type": "integer" }, "due_date": { "type": "integer" } }, "required": [ "lab_re...
{"yield_pct":"level_3","lab_result":265,"due_date":811} This should match the schema you provided.
Output contains non-JSON text after the object
{"yield_pct":"level_3","lab_result":265,"due_date":811}
TASK repair_structured_output SPEC FIELD tile.features TYPE string_uri REQUIRED yes FIELD tile.current_draw TYPE string_email REQUIRED no FIELD tile.bed_number TYPE string_date-time REQUIRED yes FIELD tile.tile TYPE string VALUES single|married|divorced REQUIRED no FIELD tile.currency TYPE string_uri REQUIRED yes FIEL...
{"tile":{"features":"https://example.org/data","current_draw":"user@test.io","bed_number":"2024-06-16T11:31:00Z","tile":"single","currency":"https://api.com/api"},"patient_id":130,"priority":"in_transit","tags":"baz","coverage":"qux","maturity_date":{"catalyst":"level_3","hazmat_code":475.36,"amplitude":"returned","chr...
trailing_comma
{ "type": "object", "properties": { "tile": { "type": "object", "properties": { "features": { "type": "string", "format": "uri" }, "current_draw": { "type": "string", "format": "email" }, "bed_number": { "type"...
{"tile":{"features":"https://example.org/data","current_draw":"user@test.io","bed_number":"2024-06-16T11:31:00Z","tile":"single","currency":"https://api.com/api"},"patient_id":130,"priority":"in_transit","tags":"baz","coverage":"qux","maturity_date":{"catalyst":"level_3","hazmat_code":475.36,"amplitude":"returned","chr...
Unexpected trailing comma
{"tile":{"features":"https://example.org/data","current_draw":"user@test.io","bed_number":"2024-06-16T11:31:00Z","tile":"single","currency":"https://api.com/api"},"patient_id":130,"priority":"in_transit","tags":"baz","coverage":"qux","maturity_date":{"catalyst":"level_3","hazmat_code":475.36,"amplitude":"returned","chr...
TASK repair_structured_output SPEC FIELD thumbnail.priority TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD thumbnail.amount TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD thumbnail.collateral TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD thumbnail.tags TY...
{"thumbnail":{"priority":"medium","amount":"in_transit","tags":"hello","freight_class":"Berlin","step":758,"url":true,"build_status":245.28},"berth_slot":{"priority":"2021-07-28T22:25:00Z","company":"pending","account_id":"https://www.io/api","role":"2023-02-26T10:56:00Z","trace_id":"https://api.org/v1","shipping":"Mar...
thought_process
{ "type": "object", "properties": { "thumbnail": { "type": "object", "properties": { "priority": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "amount": { "type": "st...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"thumbnail":{"priority":"medium","amount":"in_transit","tags":"hello","freight_class":"Berlin","step":758,"url":true,"build_status":245.28},"berth_slot":{"priority":"2021-07-28T22:25:00Z","company":"pending","account_id":"https://www...
Output contains chain-of-thought reasoning before JSON
{"thumbnail":{"priority":"medium","amount":"in_transit","tags":"hello","freight_class":"Berlin","step":758,"url":true,"build_status":245.28},"berth_slot":{"priority":"2021-07-28T22:25:00Z","company":"pending","account_id":"https://www.io/api","role":"2023-02-26T10:56:00Z","trace_id":"https://api.org/v1","shipping":"Mar...
TASK repair_structured_output SPEC FIELD attr_a04 TYPE number REQUIRED no FIELD key_i77 TYPE integer REQUIRED no FIELD key_c44 TYPE string REQUIRED no FIELD key_k95 TYPE string REQUIRED no FIELD attr_r09 TYPE string_date-time REQUIRED no FIELD param_z33 TYPE integer REQUIRED no FIELD col_g24 TYPE string VALUES new|in_...
{"attr_a04":703.15,"key_c44":"active","attr_r09":"2025-04-19T12:14:00Z","param_z33":817,"col_g24":"returned"}
wrong_type
{ "type": "object", "properties": { "attr_a04": { "type": "number" }, "key_i77": { "type": "integer" }, "key_c44": { "type": "string" }, "key_k95": { "type": "string" }, "attr_r09": { "type": "string", "format": "date-time" }, "param_z3...
{"attr_a04": "\"703.15\"", "key_c44": "active", "attr_r09": "2025-04-19T12:14:00Z", "param_z33": 817, "col_g24": "returned"}
Field 'attr_a04' must be number, got string
{"attr_a04":703.15,"key_c44":"active","attr_r09":"2025-04-19T12:14:00Z","param_z33":817,"col_g24":"returned"}
TASK repair_structured_output SPEC FIELD collateral TYPE string REQUIRED yes FIELD catalyst TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD reagent TYPE string REQUIRED no FIELD footnote.strand TYPE string VALUES draft|published|archived REQUIRED yes FIELD footnote.email TYPE string VALUES acti...
{"collateral":"completed","catalyst":"homozygous","reagent":"pending","footnote":{"strand":"archived","email":"pending","reagent":"coastal","zip_code":"inactive"}}
single_quotes
{ "type": "object", "properties": { "collateral": { "type": "string" }, "catalyst": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "reagent": { "type": "string" }, "footnote": { "type": "object", ...
{'collateral':'completed','catalyst':'homozygous','reagent':'pending','footnote':{'strand':'archived','email':'pending','reagent':'coastal','zip_code':'inactive'}}
Expecting property name enclosed in double quotes
{"collateral":"completed","catalyst":"homozygous","reagent":"pending","footnote":{"strand":"archived","email":"pending","reagent":"coastal","zip_code":"inactive"}}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE integer REQUIRED no FIELD weight TYPE string VALUES small|medium|large|xl REQUIRED no FIELD age.status_code TYPE string VALUES success|error|warning|info REQUIRED no FIELD age.voltage TYPE string VALUES single|married|divorced REQUIRED no FIELD age.ph_level TY...
{"humidity_pct":303,"age":{"status_code":"error","voltage":"single","ph_level":"editor","type":730,"annotation":49,"due_date":"MV-Evergreen-01"},"manifest_ref":"draft","state":"viewer"}
truncated_object
{ "type": "object", "properties": { "humidity_pct": { "type": "integer" }, "weight": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "age": { "type": "object", "properties": { "status_code": { ...
{"humidity_pct":303,"age":{"status_code":"error","voltage":"single","ph_level":"editor","type":730,"annotation":49,"due_date":"MV-Evergreen-01"},"manifest_ref":"draft","state":"viewer"
Unexpected end of JSON input — truncated object
{"humidity_pct":303,"age":{"status_code":"error","voltage":"single","ph_level":"editor","type":730,"annotation":49,"due_date":"MV-Evergreen-01"},"manifest_ref":"draft","state":"viewer"}
TASK repair_structured_output SPEC FIELD param_v78 TYPE string REQUIRED yes FIELD val_r65 TYPE boolean REQUIRED yes FIELD col_w84 TYPE integer REQUIRED no FIELD param_l63[].prop_z21 TYPE string REQUIRED yes FIELD param_l63[].key_t01 TYPE integer REQUIRED no FIELD param_l63[].dim_e67 TYPE boolean REQUIRED no FIELD para...
{"param_v78":"demo","val_r65":true}
tool_call_partial_args
{ "type": "object", "properties": { "param_v78": { "type": "string" }, "val_r65": { "type": "boolean" }, "col_w84": { "type": "integer" }, "param_l63": { "type": "array", "items": { "type": "object", "properties": { "prop_z21": { ...
I need to look up the information first. Action: call_variants Arguments: {"val_r65": true}
Agent tool call missing required parameter 'param_v78'
{"param_v78":"demo","val_r65":true}
TASK repair_structured_output SPEC FIELD prop_s49 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD attr_l65 TYPE number REQUIRED no FIELD val_o65 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD key_b16 TYPE string_email REQUIRED yes FIELD attr_p27 TYPE number REQUIRED no FIE...
{"prop_s49":"reliable","attr_l65":77.48,"val_o65":"type_b","key_b16":"info@example.com","dim_m36":297}
trailing_comma
{ "type": "object", "properties": { "prop_s49": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "attr_l65": { "type": "number" }, "val_o65": { "type": "string", "enum": [ "type_a", "type_b", ...
{"prop_s49":"reliable","attr_l65":77.48,"val_o65":"type_b","key_b16":"info@example.com","dim_m36":297,}
Unexpected trailing comma
{"prop_s49":"reliable","attr_l65":77.48,"val_o65":"type_b","key_b16":"info@example.com","dim_m36":297}
TASK repair_structured_output SPEC FIELD prop_i79 TYPE integer REQUIRED no FIELD col_l55 TYPE string REQUIRED yes FIELD dim_z09 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_u14 TYPE string REQUIRED no FIELD attr_l71 TYPE string REQUIRED no BROKEN_OUTPUT Let me analyze the request and generate ...
{"prop_i79":116,"col_l55":"Diana","dim_z09":"red","prop_u14":"test"}
thought_process
{ "type": "object", "properties": { "prop_i79": { "type": "integer" }, "col_l55": { "type": "string" }, "dim_z09": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "prop_u14": { "type":...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"prop_i79":116,"col_l55":"Diana","dim_z09":"red","prop_u14":"test"}
Output contains chain-of-thought reasoning before JSON
{"prop_i79":116,"col_l55":"Diana","dim_z09":"red","prop_u14":"test"}
TASK repair_structured_output SPEC FIELD attr_o29.val_e12 TYPE string REQUIRED yes FIELD attr_o29.key_f85 TYPE integer REQUIRED yes FIELD attr_o29.key_b60 TYPE integer REQUIRED no FIELD field_y52 TYPE string REQUIRED no FIELD prop_s69 TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_w81 TYPE integer ...
{"attr_o29":{"val_e12":"2023-12-25","key_f85":711},"field_y52":"Oliveira","prop_s69":"draft","val_w81":18,"key_c34":"https://data.io/api"}
invalid_enum
{ "type": "object", "properties": { "attr_o29": { "type": "object", "properties": { "val_e12": { "type": "string" }, "key_f85": { "type": "integer" }, "key_b60": { "type": "integer" } }, "required": [ "...
{"attr_o29": {"val_e12": "2023-12-25", "key_f85": 711}, "field_y52": "Oliveira", "prop_s69": "invalid_option_89", "val_w81": 18, "key_c34": "https://data.io/api"}
Field 'prop_s69' has invalid enum value 'invalid_option_89', expected one of ['draft', 'published', 'archived']
{"attr_o29":{"val_e12":"2023-12-25","key_f85":711},"field_y52":"Oliveira","prop_s69":"draft","val_w81":18,"key_c34":"https://data.io/api"}
TASK repair_structured_output SPEC FIELD zip_code TYPE number REQUIRED yes FIELD decay_rate TYPE string REQUIRED yes FIELD options TYPE string REQUIRED no FIELD due_date TYPE number REQUIRED no FIELD order_id[].reagent TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD order_id[].collateral TYPE bool...
{"zip_code":190.62,"decay_rate":"This is a test value.","options":"2024-06-30"}
partial_structure
{ "type": "object", "properties": { "zip_code": { "type": "number" }, "decay_rate": { "type": "string" }, "options": { "type": "string" }, "due_date": { "type": "number" }, "order_id": { "type": "array", "items": { "type": "object", ...
The options is 2024-06-30 and {"zip_code":190.62,"decay_rate":"This is a test value.","options":"2024-06-30"}
Output mixes natural language with JSON
{"zip_code":190.62,"decay_rate":"This is a test value.","options":"2024-06-30"}
TASK repair_structured_output SPEC FIELD prop_h56 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD attr_d56 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD col_p17 TYPE string_email REQUIRED yes FIELD field_d92 TYPE integer REQUIRED no FIELD attr_f35 TYPE string VALUES type_a|type_b|type_c|ty...
{"col_p17":"test@example.com","field_d92":213,"attr_f35":"type_c","key_d99":null,"val_i15":591}
missing_required
{ "type": "object", "properties": { "prop_h56": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "attr_d56": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "col_p...
{"field_d92": 213, "attr_f35": "type_c", "key_d99": null, "val_i15": 591}
Required field 'col_p17' is missing
{"col_p17":"test@example.com","field_d92":213,"attr_f35":"type_c","key_d99":null,"val_i15":591}
TASK repair_structured_output SPEC FIELD field_v14 TYPE string REQUIRED no FIELD val_o08 TYPE string_email REQUIRED no FIELD key_c80 TYPE string REQUIRED yes FIELD val_w83 TYPE string REQUIRED no FIELD attr_e96 TYPE number REQUIRED no FIELD field_k68 TYPE integer REQUIRED no FIELD prop_u15 TYPE string VALUES success|e...
{"field_v14":"baz","val_o08":"ops@domain.org","key_c80":"qux","attr_e96":351.04,"field_k68":531}
markdown_fences
{ "type": "object", "properties": { "field_v14": { "type": "string" }, "val_o08": { "type": "string", "format": "email" }, "key_c80": { "type": "string" }, "val_w83": { "type": "string" }, "attr_e96": { "type": "number" }, "field_k68": ...
```json {"field_v14":"baz","val_o08":"ops@domain.org","key_c80":"qux","attr_e96":351.04,"field_k68":531} ```
Output contains markdown code fences
{"field_v14":"baz","val_o08":"ops@domain.org","key_c80":"qux","attr_e96":351.04,"field_k68":531}
TASK repair_structured_output SPEC FIELD val_v00 TYPE integer REQUIRED no FIELD attr_y58 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_i34 TYPE integer REQUIRED no FIELD col_c84.val_x56 TYPE boolean REQUIRED no FIELD col_c84.dim_u58 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FI...
{"attr_y58":"pro","dim_i34":293,"col_c84":{"prop_h28":238.21,"dim_b24":"test@example.com","val_p90":{"prop_c36":"2023-12-25","dim_k22":967.37,"attr_n98":"2023-05-13T09:45:00Z","key_s46":114}}}
agent_chain
{ "type": "object", "properties": { "val_v00": { "type": "integer" }, "attr_y58": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_i34": { "type": "integer" }, "col_c84": { "type": "object", ...
Let me check the system. Action: queue_sequencing_run Result: {"attr_y58": "pro", "col_c84": {"prop_h28": 238.21, "dim_b24": "test@example.com", "val_p90": {"prop_c36": "2023-12-25", "dim_k22": 967.37, "attr_n98": "2023-05-13T09:45:00Z", "key_s46": 114}}} I'll query our database. Action: create_ticket Result:
Agent multi-step chain with truncated tool output
{"attr_y58":"pro","dim_i34":293,"col_c84":{"prop_h28":238.21,"dim_b24":"test@example.com","val_p90":{"prop_c36":"2023-12-25","dim_k22":967.37,"attr_n98":"2023-05-13T09:45:00Z","key_s46":114}}}
TASK repair_structured_output SPEC FIELD item_id TYPE string REQUIRED yes FIELD lane TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD section TYPE string REQUIRED no FIELD isotope TYPE boolean REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: queue_sequencing_r...
{"item_id":"2023-12-25","section":"London","isotope":true}
tool_call_partial_args
{ "type": "object", "properties": { "item_id": { "type": "string" }, "lane": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "section": { "type": "string" }, "isotope": { "type":...
I need to look up the information first. Action: queue_sequencing_run Arguments: {"section": "London", "isotope": true}
Agent tool call missing required parameter 'item_id'
{"item_id":"2023-12-25","section":"London","isotope":true}
TASK repair_structured_output SPEC FIELD color TYPE string REQUIRED yes FIELD quality_score TYPE integer REQUIRED yes FIELD version TYPE number REQUIRED no FIELD amplitude TYPE boolean REQUIRED no FIELD credit_score TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD deploy_target TYPE integer REQUIR...
{"color":"Hapag-Lloyd-Express","quality_score":525,"version":765.01,"amplitude":true,"credit_score":"anchored","deploy_target":89,"shift_code":"active","log_level":"rejected"}
missing_bracket
{ "type": "object", "properties": { "color": { "type": "string" }, "quality_score": { "type": "integer" }, "version": { "type": "number" }, "amplitude": { "type": "boolean" }, "credit_score": { "type": "string", "enum": [ "berthed", ...
{"color":"Hapag-Lloyd-Express","quality_score":525,"version":765.01,"amplitude":true,"credit_score":"anchored","deploy_target":89,"shift_code":"active","log_level":"rejected"}
Missing closing bracket
{"color":"Hapag-Lloyd-Express","quality_score":525,"version":765.01,"amplitude":true,"credit_score":"anchored","deploy_target":89,"shift_code":"active","log_level":"rejected"}
TASK repair_structured_output SPEC FIELD field_q11 TYPE boolean REQUIRED no FIELD val_t03 TYPE integer REQUIRED yes FIELD attr_f49 TYPE boolean REQUIRED no FIELD col_x96 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_q11": true, "val_t03": null, "col_x96": "test"}
{"field_q11":true,"val_t03":11,"col_x96":"test"}
null_required
{ "type": "object", "properties": { "field_q11": { "type": "boolean" }, "val_t03": { "type": "integer" }, "attr_f49": { "type": "boolean" }, "col_x96": { "type": "string" } }, "required": [ "val_t03", "col_x96" ] }
{"field_q11": true, "val_t03": null, "col_x96": "test"}
Required field 'val_t03' is null
{"field_q11":true,"val_t03":11,"col_x96":"test"}
TASK repair_structured_output SPEC FIELD prop_r61.param_o77 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_r61.field_l26 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD prop_r61.val_f87 TYPE boolean REQUIRED yes FIELD prop_r61.dim_c94 TYPE null REQUIRED no FIELD pr...
{"prop_r61":{"param_o77":"in_transit","field_l26":"heterozygous","val_f87":true,"field_p70":"option_c","field_m84":689.58},"key_i64":"level_4","field_x05":968.19}
extra_field
{ "type": "object", "properties": { "prop_r61": { "type": "object", "properties": { "param_o77": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "field_l26": { ...
{"prop_r61": {"param_o77": "in_transit", "field_l26": "heterozygous", "val_f87": true, "field_p70": "option_c", "field_m84": 689.58}, "key_i64": "level_4", "field_x05": 968.19, "extra_field_353": 42}
Unknown field 'extra_field_353' not defined in schema
{"prop_r61":{"param_o77":"in_transit","field_l26":"heterozygous","val_f87":true,"field_p70":"option_c","field_m84":689.58},"key_i64":"level_4","field_x05":968.19}
TASK repair_structured_output SPEC FIELD attr_c24 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD val_u46 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_c73 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD field_o80 TYPE string REQUIRED no FIELD val_n96 ...
{"attr_c24":"black","attr_c73":"mode_d","field_o80":"cancelled","val_n96":"approved"}
extra_field
{ "type": "object", "properties": { "attr_c24": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_u46": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ...
{"attr_c24": "black", "attr_c73": "mode_d", "field_o80": "cancelled", "val_n96": "approved", "extra_info_1234": 42}
Unknown field 'extra_info_1234' not defined in schema
{"attr_c24":"black","attr_c73":"mode_d","field_o80":"cancelled","val_n96":"approved"}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD status TYPE null REQUIRED no FIELD shipper_ref TYPE integer REQUIRED no FIELD build_status[] TYPE number REQUIRED yes BROKEN_OUTPUT Analyzing the sensor data to generate the output. I'll apply the ...
{"velocity":"open","status":null,"shipper_ref":936,"build_status":[8.33]}
thought_process
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "status": { "type": "null" }, "shipper_ref": { "type": "integer" }, "build_status": { "type":...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"velocity":"open","status":null,"shipper_ref":936,"build_status":[8.33]}
Output contains chain-of-thought reasoning before JSON
{"velocity":"open","status":null,"shipper_ref":936,"build_status":[8.33]}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE integer REQUIRED no FIELD trace_id TYPE integer REQUIRED no FIELD coverage TYPE string_date-time REQUIRED no FIELD cargo_type TYPE boolean REQUIRED no FIELD terminal_id TYPE integer REQUIRED yes FIELD transaction_id.updated_at TYPE string VALUES type_a|typ...
{"dissolved_oxygen":302,"trace_id":45,"cargo_type":true,"terminal_id":755}
boolean_as_string
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "integer" }, "trace_id": { "type": "integer" }, "coverage": { "type": "string", "format": "date-time" }, "cargo_type": { "type": "boolean" }, "terminal_id": { "type": "integer" ...
{"dissolved_oxygen": 302, "trace_id": 45, "cargo_type": "false", "terminal_id": 755}
Field 'cargo_type' must be boolean, got string
{"dissolved_oxygen":302,"trace_id":45,"cargo_type":true,"terminal_id":755}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string REQUIRED yes FIELD zip_code TYPE number REQUIRED yes FIELD chromosome TYPE number REQUIRED yes FIELD compound TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD dissolved_oxygen TYPE string VALUES reliable|unstable|intermittent REQUI...
{"throttle_pos":"Berlin","zip_code":359.38,"chromosome":948.99,"compound":"new","dissolved_oxygen":"intermittent"}
unquoted_keys
{ "type": "object", "properties": { "throttle_pos": { "type": "string" }, "zip_code": { "type": "number" }, "chromosome": { "type": "number" }, "compound": { "type": "string", "enum": [ "new", "in_transit", "delivered", "retur...
{throttle_pos:"Berlin",zip_code:359.38,chromosome:948.99,compound:"new",dissolved_oxygen:"intermittent"}
Expecting property name enclosed in double quotes
{"throttle_pos":"Berlin","zip_code":359.38,"chromosome":948.99,"compound":"new","dissolved_oxygen":"intermittent"}
TASK repair_structured_output SPEC FIELD image_url TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD position TYPE string REQUIRED yes FIELD state TYPE string REQUIRED no FIELD tags[] TYPE string REQUIRED no FIELD ward[].department TYPE null REQUIRED yes FIELD ward[].version TYPE string REQUIRED n...
{"position":"Tokyo","state":"example","ward":[{"department":null,"version":"cancelled","gene_id":"active","width":"REV","longitude":"Paris","interest_rate":"resolved","phone":825.91},{"department":null,"version":"Maria","gene_id":"pending","width":"hello","longitude":"foo","interest_rate":"open","phone":530.01},{"depar...
markdown_fences
{ "type": "object", "properties": { "image_url": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "position": { "type": "string" }, "state": { "type": "string" }, "tags": { "type": "array",...
```json {"position":"Tokyo","state":"example","ward":[{"department":null,"version":"cancelled","gene_id":"active","width":"REV","longitude":"Paris","interest_rate":"resolved","phone":825.91},{"department":null,"version":"Maria","gene_id":"pending","width":"hello","longitude":"foo","interest_rate":"open","phone":530.01}...
Output contains markdown code fences
{"position":"Tokyo","state":"example","ward":[{"department":null,"version":"cancelled","gene_id":"active","width":"REV","longitude":"Paris","interest_rate":"resolved","phone":825.91},{"department":null,"version":"Maria","gene_id":"pending","width":"hello","longitude":"foo","interest_rate":"open","phone":530.01},{"depar...
TASK repair_structured_output SPEC FIELD items TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD gene_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD website TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD bed_numbe...
{"items":"option_d","website":"berthed","bed_number":true,"sensor_id":null}
missing_required
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "gene_id": { "type": "string", "enum": [ "level_1", "level_...
{"website": "berthed", "bed_number": true, "sensor_id": null}
Required field 'items' is missing
{"items":"option_d","website":"berthed","bed_number":true,"sensor_id":null}
TASK repair_structured_output SPEC FIELD param_v66 TYPE number REQUIRED yes FIELD val_s13 TYPE null REQUIRED no FIELD key_r14 TYPE string REQUIRED no BROKEN_OUTPUT <functioncall> lookup_customer {param_v66: 518.46, val_s13: null}
{"param_v66":518.46,"val_s13":null}
tool_call_bad_format
{ "type": "object", "properties": { "param_v66": { "type": "number" }, "val_s13": { "type": "null" }, "key_r14": { "type": "string" } }, "required": [ "param_v66" ] }
<functioncall> lookup_customer {param_v66: 518.46, val_s13: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_v66":518.46,"val_s13":null}
TASK repair_structured_output SPEC FIELD dim_m80 TYPE integer REQUIRED yes FIELD dim_b29 TYPE string REQUIRED yes FIELD key_c16.key_p60 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_c16.param_f83 TYPE string VALUES draft|published|archived REQUIRED no FIELD key_c16.key_a81 TYPE string VALU...
{"dim_m80":534,"dim_b29":"New York","key_c16":{"param_f83":"archived","attr_y37":"ops@test.io","prop_u71":"qux","val_u30":"Tokyo"},"val_u57":"user@domain.org","param_o69":"baz","val_z45":true}
boolean_as_string
{ "type": "object", "properties": { "dim_m80": { "type": "integer" }, "dim_b29": { "type": "string" }, "key_c16": { "type": "object", "properties": { "key_p60": { "type": "string", "enum": [ "new", "in_transit", ...
{"dim_m80": 534, "dim_b29": "New York", "key_c16": {"param_f83": "archived", "attr_y37": "ops@test.io", "prop_u71": "qux", "val_u30": "Tokyo"}, "val_u57": "user@domain.org", "param_o69": "baz", "val_z45": "False"}
Field 'val_z45' must be boolean, got string
{"dim_m80":534,"dim_b29":"New York","key_c16":{"param_f83":"archived","attr_y37":"ops@test.io","prop_u71":"qux","val_u30":"Tokyo"},"val_u57":"user@domain.org","param_o69":"baz","val_z45":true}
TASK repair_structured_output SPEC FIELD col_y33 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD prop_j21 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_f99 TYPE string_email REQUIRED no FIELD key_c22[] TYPE integer REQUIRED yes FIELD key_j83[] TYPE string VALUES adm...
{"col_y33":"homozygous","prop_j21":"open","key_c22":[515,581,26,868],"key_j83":["editor"]}
missing_bracket
{ "type": "object", "properties": { "col_y33": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "prop_j21": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ]...
{"col_y33":"homozygous","prop_j21":"open","key_c22":[515,581,26,868,"key_j83":["editor"]}
Missing closing bracket
{"col_y33":"homozygous","prop_j21":"open","key_c22":[515,581,26,868],"key_j83":["editor"]}
TASK repair_structured_output SPEC FIELD lane TYPE integer REQUIRED no FIELD payment_status TYPE integer REQUIRED no FIELD total TYPE boolean REQUIRED no FIELD span_id.repository TYPE null REQUIRED no FIELD span_id.quantity TYPE number REQUIRED yes FIELD span_id.ward TYPE string VALUES open|in_progress|resolved|closed...
{"payment_status":880,"span_id":{"quantity":582.98,"ward":"resolved","bill_of_lading":["Santos"]},"title":"escalated","vital_sign":675.94,"freight_class":"homozygous","lab_result":"completed"}
tool_call_partial_args
{ "type": "object", "properties": { "lane": { "type": "integer" }, "payment_status": { "type": "integer" }, "total": { "type": "boolean" }, "span_id": { "type": "object", "properties": { "repository": { "type": "null" }, "qu...
Let me check the system. Action: fetch_lab_result Arguments: {"payment_status": 880, "span_id": {"quantity": 582.98, "ward": "resolved", "bill_of_lading": ["Santos"]}, "vital_sign": 675.94, "freight_class": "homozygous", "lab_result": "completed"}
Agent tool call missing required parameter 'title'
{"payment_status":880,"span_id":{"quantity":582.98,"ward":"resolved","bill_of_lading":["Santos"]},"title":"escalated","vital_sign":675.94,"freight_class":"homozygous","lab_result":"completed"}
TASK repair_structured_output SPEC FIELD timezone TYPE string REQUIRED no FIELD turbidity TYPE boolean REQUIRED yes FIELD isotope TYPE integer REQUIRED no FIELD build_status TYPE number REQUIRED no FIELD company TYPE string REQUIRED no FIELD freight_class TYPE integer REQUIRED no BROKEN_OUTPUT I found that turbidity ...
{"timezone":"https://example.com","turbidity":false,"isotope":540,"build_status":273.96,"freight_class":576}
partial_structure
{ "type": "object", "properties": { "timezone": { "type": "string" }, "turbidity": { "type": "boolean" }, "isotope": { "type": "integer" }, "build_status": { "type": "number" }, "company": { "type": "string" }, "freight_class": { "type"...
I found that turbidity should be False. {"timezone":"https://example.com","turbidity":false,"isotope":540,"build_status":273.96,"freight_class":576}
Output mixes natural language with JSON
{"timezone":"https://example.com","turbidity":false,"isotope":540,"build_status":273.96,"freight_class":576}
TASK repair_structured_output SPEC FIELD prop_g90 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_q27 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_z23 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD prop_o16 TYPE string_date-time REQUIRED yes BROKE...
{"prop_q27":"phone","col_z23":"maintenance","prop_o16":"2021-09-25T16:46:00Z"}
markdown_explanation
{ "type": "object", "properties": { "prop_g90": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "prop_q27": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
Let me provide the data in JSON format: ```json {"prop_q27":"phone","col_z23":"maintenance","prop_o16":"2021-09-25T16:46:00Z"} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"prop_q27":"phone","col_z23":"maintenance","prop_o16":"2021-09-25T16:46:00Z"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string_uri REQUIRED yes FIELD temp_celsius TYPE number REQUIRED yes FIELD span_id TYPE string REQUIRED yes FIELD enabled TYPE integer REQUIRED yes FIELD end_date TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD title.values TYPE string VALUES act...
{"procedure_code":"https://example.io/data","temp_celsius":347.8,"span_id":"demo","enabled":361,"title":{"phenotype":"user@domain.org","published":663,"throttle_pos":230,"phone":"Oliveira","sensor_id":"PASS"}}
extra_text_after
{ "type": "object", "properties": { "procedure_code": { "type": "string", "format": "uri" }, "temp_celsius": { "type": "number" }, "span_id": { "type": "string" }, "enabled": { "type": "integer" }, "end_date": { "type": "string", "enum": ...
{"procedure_code":"https://example.io/data","temp_celsius":347.8,"span_id":"demo","enabled":361,"title":{"phenotype":"user@domain.org","published":663,"throttle_pos":230,"phone":"Oliveira","sensor_id":"PASS"}} This should match the schema you provided.
Output contains non-JSON text after the object
{"procedure_code":"https://example.io/data","temp_celsius":347.8,"span_id":"demo","enabled":361,"title":{"phenotype":"user@domain.org","published":663,"throttle_pos":230,"phone":"Oliveira","sensor_id":"PASS"}}
TASK repair_structured_output SPEC FIELD price TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD commit_hash.active TYPE boolean REQUIRED no FIELD commit_hash.thumbnail TYPE string_date-time REQUIRED yes FIELD commit_hash.id.port_code TYPE string REQUIRED yes FIELD commit_hash.id.notes TYPE inte...
{"price":"mode_c","department":"https://api.org/api","address":"moored"}
invalid_enum
{ "type": "object", "properties": { "price": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "commit_hash": { "type": "object", "properties": { "active": { "type": "boolean" ...
{"price": "invalid_choice_390", "department": "https://api.org/api", "address": "moored"}
Field 'price' has invalid enum value 'invalid_choice_390', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e']
{"price":"mode_c","department":"https://api.org/api","address":"moored"}
TASK repair_structured_output SPEC FIELD param_d84 TYPE string REQUIRED yes FIELD attr_z06 TYPE string_date-time REQUIRED yes FIELD prop_z42 TYPE string_email REQUIRED yes BROKEN_OUTPUT I've generated the following JSON: ```json {"param_d84":"chr1","attr_z06":"2023-08-28T11:32:00Z","prop_z42":"user@example.com"} ``` ...
{"param_d84":"chr1","attr_z06":"2023-08-28T11:32:00Z","prop_z42":"user@example.com"}
markdown_explanation
{ "type": "object", "properties": { "param_d84": { "type": "string" }, "attr_z06": { "type": "string", "format": "date-time" }, "prop_z42": { "type": "string", "format": "email" } }, "required": [ "param_d84", "prop_z42", "attr_z06" ] }
I've generated the following JSON: ```json {"param_d84":"chr1","attr_z06":"2023-08-28T11:32:00Z","prop_z42":"user@example.com"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"param_d84":"chr1","attr_z06":"2023-08-28T11:32:00Z","prop_z42":"user@example.com"}
TASK repair_structured_output SPEC FIELD coverage.shipping.crew_id TYPE string_date-time REQUIRED yes FIELD coverage.shipping.invoice_id TYPE integer REQUIRED yes FIELD coverage.shipping.type TYPE string REQUIRED yes FIELD coverage.pressure_kpa TYPE string VALUES single|married|divorced REQUIRED no FIELD coverage.note...
{"coverage":{"shipping":{"crew_id":"2024-02-08T02:51:00Z","invoice_id":533,"type":"user@domain.com"},"notes":"quux","tax":true,"feedback":372.72},"batch_code":true,"dissolved_oxygen":"bar"}
extra_field
{ "type": "object", "properties": { "coverage": { "type": "object", "properties": { "shipping": { "type": "object", "properties": { "crew_id": { "type": "string", "format": "date-time" }, "invoice_id": { ...
{"coverage": {"shipping": {"crew_id": "2024-02-08T02:51:00Z", "invoice_id": 533, "type": "user@domain.com"}, "notes": "quux", "tax": true, "feedback": 372.72}, "batch_code": true, "dissolved_oxygen": "bar", "extra_info_5510": 42}
Unknown field 'extra_info_5510' not defined in schema
{"coverage":{"shipping":{"crew_id":"2024-02-08T02:51:00Z","invoice_id":533,"type":"user@domain.com"},"notes":"quux","tax":true,"feedback":372.72},"batch_code":true,"dissolved_oxygen":"bar"}
TASK repair_structured_output SPEC FIELD turbidity TYPE string VALUES small|medium|large|xl REQUIRED no FIELD score TYPE string REQUIRED yes FIELD url TYPE boolean REQUIRED no FIELD patient_id.message.interest_rate TYPE integer REQUIRED no FIELD patient_id.message.bed_number TYPE string REQUIRED no FIELD patient_id.me...
{"turbidity":"small","score":"quux","url":false,"patient_id":{"message":{"interest_rate":21,"timezone":462,"shift_code":"mode_c","amount":"heterozygous"},"bill_of_lading":894,"state":"inactive","zip_code":611,"tax":"open"},"collateral":{"bearing":false,"date":"level_1","insurance_id":"info@test.io","quantity":"A short ...
missing_brace
{ "type": "object", "properties": { "turbidity": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "score": { "type": "string" }, "url": { "type": "boolean" }, "patient_id": { "type": "object", "p...
{"turbidity":"small","score":"quux","url":false,"patient_id":"message":{"interest_rate":21,"timezone":462,"shift_code":"mode_c","amount":"heterozygous"},"bill_of_lading":894,"state":"inactive","zip_code":611,"tax":"open"},"collateral":{"bearing":false,"date":"level_1","insurance_id":"info@test.io","quantity":"A short d...
Missing closing brace
{"turbidity":"small","score":"quux","url":false,"patient_id":{"message":{"interest_rate":21,"timezone":462,"shift_code":"mode_c","amount":"heterozygous"},"bill_of_lading":894,"state":"inactive","zip_code":611,"tax":"open"},"collateral":{"bearing":false,"date":"level_1","insurance_id":"info@test.io","quantity":"A short ...
TASK repair_structured_output SPEC FIELD key_r15 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD field_x16 TYPE string_email REQUIRED yes FIELD param_a99.col_u63 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD param_a99.val_x85 TYPE string VALUES free|basic|pro|enterprise REQUIRE...
{"key_r15":"cat_f","field_x16":"test@example.com","param_a99":{"col_u63":"level_2","param_o43":false},"prop_g14":"Hapag-Lloyd-Express"}
trailing_comma
{ "type": "object", "properties": { "key_r15": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "field_x16": { "type": "string", "format": "email" }, "param_a99": { "type": ...
{"key_r15":"cat_f","field_x16":"test@example.com","param_a99":{"col_u63":"level_2","param_o43":false,},"prop_g14":"Hapag-Lloyd-Express"}
Unexpected trailing comma
{"key_r15":"cat_f","field_x16":"test@example.com","param_a99":{"col_u63":"level_2","param_o43":false},"prop_g14":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD isotope TYPE integer REQUIRED yes FIELD feedback TYPE integer REQUIRED yes FIELD score TYPE number REQUIRED no FIELD version TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD title TYPE string_uri REQUIRED yes FIELD options.log_level TYPE string_date-time REQUI...
{"isotope":434,"feedback":200,"title":"https://example.com/api","options":{"log_level":"2023-06-05T01:51:00Z","weight":514,"message":{"isotope":false,"paragraph":885.03,"format":"This is a test value.","vessel_name":524.88,"options":"option_a","insurance_id":null}}}
tool_call_wrong_param
{ "type": "object", "properties": { "isotope": { "type": "integer" }, "feedback": { "type": "integer" }, "score": { "type": "number" }, "version": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_...
Tool: get_inventory Params: {"feedback": 200, "title": "https://example.com/api", "options": {"log_level": "2023-06-05T01:51:00Z", "weight": 514, "message": {"isotope": false, "paragraph": 885.03, "format": "This is a test value.", "vessel_name": 524.88, "options": "option_a", "insurance_id": null}}, "isotope2": 434}
Agent used wrong parameter name 'isotope2' instead of 'isotope'
{"isotope":434,"feedback":200,"title":"https://example.com/api","options":{"log_level":"2023-06-05T01:51:00Z","weight":514,"message":{"isotope":false,"paragraph":885.03,"format":"This is a test value.","vessel_name":524.88,"options":"option_a","insurance_id":null}}}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string VALUES single|married|divorced REQUIRED yes FIELD bill_of_lading TYPE string REQUIRED yes FIELD status TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD umi TYPE null REQUIRED yes BROKEN_OUTPUT {"berth_slot":"married","bill_of_lading":"Lond...
{"berth_slot":"married","bill_of_lading":"London","status":"pro","umi":null}
extra_text_after
{ "type": "object", "properties": { "berth_slot": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "bill_of_lading": { "type": "string" }, "status": { "type": "string", "enum": [ "free", "basic", ...
{"berth_slot":"married","bill_of_lading":"London","status":"pro","umi":null} Data logged successfully.
Output contains non-JSON text after the object
{"berth_slot":"married","bill_of_lading":"London","status":"pro","umi":null}
TASK repair_structured_output SPEC FIELD val_j06 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD prop_z59 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_z62 TYPE string REQUIRED yes FIELD col_k45 TYPE string REQUIRED yes FIELD field_x73 TYPE string_email REQUIRED no FIELD prop_q04...
{"val_j06":"push","prop_z62":"John","col_k45":"https://api.example.com/v1","field_x73":"admin@test.io","prop_q04":153}
missing_brace
{ "type": "object", "properties": { "val_j06": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "prop_z59": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] ...
{"val_j06":"push","prop_z62":"John","col_k45":"https://api.example.com/v1","field_x73":"admin@test.io","prop_q04":153
Missing closing brace
{"val_j06":"push","prop_z62":"John","col_k45":"https://api.example.com/v1","field_x73":"admin@test.io","prop_q04":153}
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD freight_class TYPE string VALUES single|married|divorced REQUIRED no FIELD height TYPE integer REQUIRED no FIELD turbidity TYPE number REQUIRED no BROKEN_OUTPUT {"due_date": "level_5", "frei...
{"due_date":"level_5","freight_class":"single","height":926,"turbidity":716.02}
number_with_unit
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "freight_class": { "type": "string", "enum": [ "single", "married", "divo...
{"due_date": "level_5", "freight_class": "single", "height": 926, "turbidity": "716.02cm"}
Field 'turbidity' must be number, got string with unit
{"due_date":"level_5","freight_class":"single","height":926,"turbidity":716.02}
TASK repair_structured_output SPEC FIELD attr_p18 TYPE integer REQUIRED yes FIELD val_x19 TYPE string_uri REQUIRED no FIELD dim_u49 TYPE string REQUIRED no FIELD dim_q35 TYPE string REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="schedule_meeting"> {"attr_p18":283,"val_x19":"https://data.com/v1",...
{"attr_p18":283,"val_x19":"https://data.com/v1","dim_u49":"Bob","dim_q35":"2024-06-30"}
tool_call_text_mix
{ "type": "object", "properties": { "attr_p18": { "type": "integer" }, "val_x19": { "type": "string", "format": "uri" }, "dim_u49": { "type": "string" }, "dim_q35": { "type": "string" } }, "required": [ "attr_p18", "dim_q35" ] }
I'll query our database. <tool_call name="schedule_meeting"> {"attr_p18":283,"val_x19":"https://data.com/v1","dim_u49":"Bob","dim_q35":"2024-06-30"} </tool_call.
Agent response mixes reasoning text with tool call
{"attr_p18":283,"val_x19":"https://data.com/v1","dim_u49":"Bob","dim_q35":"2024-06-30"}
TASK repair_structured_output SPEC FIELD dim_q56 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD col_u96 TYPE null REQUIRED yes FIELD key_w18 TYPE number REQUIRED no FIELD dim_b71 TYPE string REQUIRED no FIELD key_q78 TYPE integer REQUIRED yes FIELD attr_r94 TYPE string REQUIRED no FIELD attr_f71 TYPE...
{"dim_q56":"black","col_u96":null,"key_w18":829.61,"dim_b71":"example","key_q78":143,"attr_r94":"Bob","attr_f71":766}
truncated_object
{ "type": "object", "properties": { "dim_q56": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "col_u96": { "type": "null" }, "key_w18": { "type": "number" }, "dim_b71": { "type": "str...
{"dim_q56":"black","col_u96":null,"key_w18":829.61,"dim_b71":"example","key_q78":143,"attr_r94":"Bob","attr_f71":766
Unexpected end of JSON input — truncated object
{"dim_q56":"black","col_u96":null,"key_w18":829.61,"dim_b71":"example","key_q78":143,"attr_r94":"Bob","attr_f71":766}
TASK repair_structured_output SPEC FIELD dim_i78 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD val_o53 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD dim_j51 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD val_s59 TYPE boolean REQUIRED no FIELD col_g54 TYPE i...
{"dim_i78":"mode_c","val_o53":"option_c","dim_j51":"type_d","col_g54":825,"attr_a31":"https://example.com/api","prop_e62":"user@test.io","param_k90":"info@example.com"}
thought_process
{ "type": "object", "properties": { "dim_i78": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "val_o53": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "dim_j51": { "...
Processing the request now. I'll validate against the schema. {"dim_i78":"mode_c","val_o53":"option_c","dim_j51":"type_d","col_g54":825,"attr_a31":"https://example.com/api","prop_e62":"user@test.io","param_k90":"info@example.com"}
Output contains chain-of-thought reasoning before JSON
{"dim_i78":"mode_c","val_o53":"option_c","dim_j51":"type_d","col_g54":825,"attr_a31":"https://example.com/api","prop_e62":"user@test.io","param_k90":"info@example.com"}
TASK repair_structured_output SPEC FIELD length TYPE string VALUES admin|editor|viewer REQUIRED no FIELD terminal_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD conductivity TYPE string VALUES admin|editor|viewer REQUIRED no FIELD description TYPE string REQUIRED no FIELD email TYPE boolean REQUIRED y...
{"terminal_id":"level_2","conductivity":"admin","description":"chr1","email":false,"options":true}
markdown_explanation
{ "type": "object", "properties": { "length": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "terminal_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "conductivity": { ...
The output is as follows: ```json {"terminal_id":"level_2","conductivity":"admin","description":"chr1","email":false,"options":true} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"terminal_id":"level_2","conductivity":"admin","description":"chr1","email":false,"options":true}
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED no FIELD filter_flag TYPE string_uri REQUIRED yes FIELD order_id[].width TYPE string_email REQUIRED no FIELD order_id[].vital_sign TYPE boolean REQUIRED no FIELD order_id[].tile TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIEL...
{"altitude":"https://example.com","filter_flag":"https://example.com/data","order_id":[{"width":"user@domain.org","vital_sign":true,"tile":"delivered","patient_id":699,"maturity_date":912,"title":"heterozygous","language":"2024-06-30"}],"version":["foo","hello","A short description."]}
missing_required
{ "type": "object", "properties": { "altitude": { "type": "string" }, "filter_flag": { "type": "string", "format": "uri" }, "order_id": { "type": "array", "items": { "type": "object", "properties": { "width": { "type": "string",...
{"altitude": "https://example.com", "order_id": [{"width": "user@domain.org", "vital_sign": true, "tile": "delivered", "patient_id": 699, "maturity_date": 912, "title": "heterozygous", "language": "2024-06-30"}], "version": ["foo", "hello", "A short description."]}
Required field 'filter_flag' is missing
{"altitude":"https://example.com","filter_flag":"https://example.com/data","order_id":[{"width":"user@domain.org","vital_sign":true,"tile":"delivered","patient_id":699,"maturity_date":912,"title":"heterozygous","language":"2024-06-30"}],"version":["foo","hello","A short description."]}
TASK repair_structured_output SPEC FIELD type TYPE string_uri REQUIRED yes FIELD throttle_pos TYPE string VALUES level_1|level_2 REQUIRED no FIELD umi TYPE integer REQUIRED yes FIELD allele TYPE null REQUIRED no BROKEN_OUTPUT {'type':'https://www.com/data','throttle_pos':'level_2','umi':549}
{"type":"https://www.com/data","throttle_pos":"level_2","umi":549}
single_quotes
{ "type": "object", "properties": { "type": { "type": "string", "format": "uri" }, "throttle_pos": { "type": "string", "enum": [ "level_1", "level_2" ] }, "umi": { "type": "integer" }, "allele": { "type": "null" } }, "requ...
{'type':'https://www.com/data','throttle_pos':'level_2','umi':549}
Expecting property name enclosed in double quotes
{"type":"https://www.com/data","throttle_pos":"level_2","umi":549}
TASK repair_structured_output SPEC FIELD val_f29 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_i19 TYPE string REQUIRED no FIELD key_f99 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD param_m69 TYPE string REQUIRED yes BROKEN_OUTPUT {"val_f29...
{"val_f29":"pending_review","field_i19":"baz","key_f99":"escalated","param_m69":"Diana"}
truncated_array
{ "type": "object", "properties": { "val_f29": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_i19": { "type": "string" }, "key_f99": { "type": "string", "enum": [ "pendin...
{"val_f29":"pending_review","field_i19":"baz","key_f99":"escalated","param_m69":"Diana"
Unexpected end of JSON input — truncated object
{"val_f29":"pending_review","field_i19":"baz","key_f99":"escalated","param_m69":"Diana"}
TASK repair_structured_output SPEC FIELD subtotal.department TYPE integer REQUIRED yes FIELD subtotal.amount TYPE string REQUIRED no FIELD subtotal.end_date TYPE string REQUIRED yes FIELD items TYPE string_email REQUIRED no FIELD turbidity TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD filter_...
{"subtotal":{"department":875,"amount":"Silva","end_date":"Bob"},"turbidity":"heterozygous","filter_flag":468,"step":"user@example.com"}
agent_chain
{ "type": "object", "properties": { "subtotal": { "type": "object", "properties": { "department": { "type": "integer" }, "amount": { "type": "string" }, "end_date": { "type": "string" } }, "required": [ ...
I need to look up the information first. Action: lookup_customer Result: {"subtotal": {"department": 875, "amount": "Silva", "end_date": "Bob"}, "turbidity": "heterozygous", "filter_flag": 468} Processing the request now. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"subtotal":{"department":875,"amount":"Silva","end_date":"Bob"},"turbidity":"heterozygous","filter_flag":468,"step":"user@example.com"}
TASK repair_structured_output SPEC FIELD items TYPE number REQUIRED no FIELD manifest_ref TYPE string_uri REQUIRED yes FIELD coverage TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD trace_id TYPE string REQUIRED no FIELD verified TYPE integer REQUIRED yes FIELD crew_id TYPE string REQUIRED no FIE...
{"items":648.97,"manifest_ref":"https://api.com/v1","coverage":"berthed","trace_id":"cancelled","verified":90,"build_status":"test"}
invalid_enum
{ "type": "object", "properties": { "items": { "type": "number" }, "manifest_ref": { "type": "string", "format": "uri" }, "coverage": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "trace_...
{"items": 648.97, "manifest_ref": "https://api.com/v1", "coverage": "invalid_option_167", "trace_id": "cancelled", "verified": 90, "build_status": "test"}
Field 'coverage' has invalid enum value 'invalid_option_167', expected one of ['berthed', 'anchored', 'underway', 'moored']
{"items":648.97,"manifest_ref":"https://api.com/v1","coverage":"berthed","trace_id":"cancelled","verified":90,"build_status":"test"}
TASK repair_structured_output SPEC FIELD prop_k04 TYPE number REQUIRED no FIELD key_h73.key_m76 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_h73.field_e16 TYPE string REQUIRED yes FIELD key_h73.prop_d48.key_r10 TYPE string_email REQUIRED no FIELD key_h73.prop_d48.param_j70 TYPE string VALUES ope...
{"prop_k04":957.0,"key_h73":{"key_m76":"warning","field_e16":"Sao Paulo","prop_d48":{"key_r10":"user@test.io","param_j70":"operational","param_l20":"published","param_v89":"enterprise","param_r36":true},"col_f60":"Jane"},"col_j34":711}
partial_structure
{ "type": "object", "properties": { "prop_k04": { "type": "number" }, "key_h73": { "type": "object", "properties": { "key_m76": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
The prop_k04 is 957.0 and {"prop_k04":957.0,"key_h73":{"key_m76":"warning","field_e16":"Sao Paulo","prop_d48":{"key_r10":"user@test.io","param_j70":"operational","param_l20":"published","param_v89":"enterprise","param_r36":true},"col_f60":"Jane"},"col_j34":711}
Output mixes natural language with JSON
{"prop_k04":957.0,"key_h73":{"key_m76":"warning","field_e16":"Sao Paulo","prop_d48":{"key_r10":"user@test.io","param_j70":"operational","param_l20":"published","param_v89":"enterprise","param_r36":true},"col_f60":"Jane"},"col_j34":711}
TASK repair_structured_output SPEC FIELD medication TYPE string REQUIRED yes FIELD turbidity TYPE string REQUIRED no FIELD country TYPE string REQUIRED no FIELD bed_number.item_id TYPE string REQUIRED yes FIELD bed_number.verified TYPE boolean REQUIRED yes FIELD bed_number.pressure_kpa TYPE string VALUES success|error...
{"medication":"2023-12-25","turbidity":"hello","bed_number":{"item_id":"Johnson","verified":true,"pressure_kpa":"warning","shipper_ref":"Alice","fleet_number":674,"tags":954.35},"company":"https://example.io/v1","berth_slot":649}
extra_text_before
{ "type": "object", "properties": { "medication": { "type": "string" }, "turbidity": { "type": "string" }, "country": { "type": "string" }, "bed_number": { "type": "object", "properties": { "item_id": { "type": "string" }, "...
Let me provide the data in JSON format: {"medication":"2023-12-25","turbidity":"hello","bed_number":{"item_id":"Johnson","verified":true,"pressure_kpa":"warning","shipper_ref":"Alice","fleet_number":674,"tags":954.35},"company":"https://example.io/v1","berth_slot":649}
Output contains non-JSON text before the object
{"medication":"2023-12-25","turbidity":"hello","bed_number":{"item_id":"Johnson","verified":true,"pressure_kpa":"warning","shipper_ref":"Alice","fleet_number":674,"tags":954.35},"company":"https://example.io/v1","berth_slot":649}