From 116dca41373286c0349649438f29f7e4bd95f69b Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Thu, 9 Jul 2026 11:25:22 +0200 Subject: [PATCH] Window Size Exceeded --- Shared/Core/AiUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Core/AiUtils.cs b/Shared/Core/AiUtils.cs index 52da9a620..4a394a930 100644 --- a/Shared/Core/AiUtils.cs +++ b/Shared/Core/AiUtils.cs @@ -45,7 +45,7 @@ namespace BS.Shared.Core if (!success) { - error = $"Windowsize exceeded: {tokens_count}/{max_context_size} ({percentage}%>{maximum}%)"; + error = $"Windowsize exceeded: {tokens_count}/{max_context_size} ({percentage:0}%>{maximum}%)"; } return success;