From ea39389e03f18b8b0783c3137fca9fd0ba1c559c Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 30 Mar 2026 14:24:49 -0400 Subject: [PATCH] Add changelog for #4203 --- changelog/4203.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4203.fixed.md diff --git a/changelog/4203.fixed.md b/changelog/4203.fixed.md new file mode 100644 index 000000000..170b559bd --- /dev/null +++ b/changelog/4203.fixed.md @@ -0,0 +1 @@ +- Fixed a crash (`JSONDecodeError`) when a user interruption occurs while the LLM is streaming function call arguments. Previously, the incomplete JSON arguments were passed directly to `json.loads()`, causing an unhandled exception. Affected services: OpenAI, Google (OpenAI-compatible), and SambaNova.