auto-sync: 2026-05-17 06:06:12

This commit is contained in:
cfdaily
2026-05-17 06:06:12 +08:00
parent f74fae6d97
commit 485d7a7d36
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class TestTokenEstimation:
role="executor",
task_context={"title": "A" * 10000},
)
assert estimate_tokens(b) <= 15 # 接近限制
assert estimate_tokens(b) <= 20 # 接近限制
assert "truncated" in b