Apply patch [skip ci]

This commit is contained in:
open-swe[bot] 2025-07-31 00:29:42 +00:00
parent 35d7639c81
commit 2d4aa704c5

View File

@ -113,4 +113,3 @@ class SentenceTransformersTokenTextSplitter(TextSplitter):
truncation="do_not_truncate",
)
return cast("list[int]", token_ids_with_start_and_end_token_ids)