[v1] add qwen3 templates and fix rendering plugin. (#10212)

Co-authored-by: Yaowei Zheng <hiyouga@buaa.edu.cn>
This commit is contained in:
xvxuopop
2026-03-18 11:30:50 +08:00
committed by GitHub
parent 78cad1e332
commit 487f8b8191
6 changed files with 516 additions and 207 deletions

View File

@@ -85,7 +85,7 @@ class DistributedConfig(TypedDict, total=False):
class Content(TypedDict):
type: Literal["text", "reasoning", "tool_call", "image_url"]
type: Literal["text", "reasoning", "tool_call", "image_url", "video_url", "audio_url"]
"""Type of the content."""
value: str
"""Value of the content."""