Window Size Exceeded

This commit is contained in:
2026-07-09 11:25:22 +02:00
parent 1162213a54
commit 116dca4137

View File

@@ -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;