Fix DeepSeekV31's structural tag trigger (#13394)

This commit is contained in:
Muqi Li
2025-12-31 21:13:52 +08:00
committed by GitHub
parent fc643ffbc9
commit 2667c857a7
@@ -202,5 +202,5 @@ class DeepSeekV31Detector(BaseFormatDetector):
return lambda name: StructureInfo(
begin="<|tool▁call▁begin|>" + name + "<|tool▁sep|>",
end="<|tool▁call▁end|>",
trigger="<|tool▁call▁begin|>" + name + "<|tool▁sep|>",
trigger="<|tool▁call▁begin|>",
)