From 52d8008783a576b83ad9a29119bc21eee1b5bb94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 12 May 2026 12:04:18 -0700 Subject: [PATCH] Add LLM interruption changelog entry for #4467 --- changelog/4467.fixed.3.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4467.fixed.3.md diff --git a/changelog/4467.fixed.3.md b/changelog/4467.fixed.3.md new file mode 100644 index 000000000..628623c16 --- /dev/null +++ b/changelog/4467.fixed.3.md @@ -0,0 +1 @@ +- Fixed missing `output` attribute on LLM OpenTelemetry spans when the LLM call is interrupted mid-stream.