fix: integration tests (#1062)

This commit is contained in:
tanzhenxin
2025-11-19 10:23:16 +08:00
committed by GitHub
parent 71646490f1
commit 3ed93d5b5d
4 changed files with 34 additions and 40 deletions

View File

@@ -47,7 +47,7 @@ export function CompressionMessage({
case CompressionStatus.COMPRESSION_FAILED_TOKEN_COUNT_ERROR:
return 'Could not compress chat history due to a token counting error.';
case CompressionStatus.NOOP:
return 'Chat history is already compressed.';
return 'Nothing to compress.';
default:
return '';
}