From bd6f2e792c74ace857a9c3fd2d8bb3049268349c Mon Sep 17 00:00:00 2001 From: jnjpng Date: Wed, 25 Feb 2026 10:56:47 -0800 Subject: [PATCH] feat: accept recent_chunks in error telemetry schema (#9662) * feat: accept recent_chunks in error telemetry schema Add recent_chunks field to ErrorDataSchema (Zod) and LettaCodeErrorProperty (analytics type) so the server can receive and forward chunk diagnostics attached to error telemetry events. * chore: regenerate openapi with recent_chunks field --- fern/openapi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/openapi.json b/fern/openapi.json index 90182718..7a2f8eb4 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -21968,6 +21968,13 @@ }, "model_id": { "type": "string" + }, + "recent_chunks": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": {} + } } }, "required": [