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
This commit is contained in:
jnjpng
2026-02-25 10:56:47 -08:00
committed by Caren Thomas
parent dd0e513951
commit bd6f2e792c

View File

@@ -21968,6 +21968,13 @@
},
"model_id": {
"type": "string"
},
"recent_chunks": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": {}
}
}
},
"required": [