From 74becffe55778848537d5b12892e44054ebdac0d Mon Sep 17 00:00:00 2001 From: sathwika Date: Fri, 10 Apr 2026 18:02:12 +0530 Subject: [PATCH] add changelog --- changelog/4270.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4270.changed.md diff --git a/changelog/4270.changed.md b/changelog/4270.changed.md new file mode 100644 index 000000000..eb9f54972 --- /dev/null +++ b/changelog/4270.changed.md @@ -0,0 +1 @@ +- Updated `NvidiaLLMService` to emit model reasoning as `LLMThought*Frame`s (from both `reasoning_content` and `...` output), avoid mixing reasoning text into normal assistant content, and allow keyless local NIM endpoints while warning when the cloud endpoint is used without an API key.