vllm.parser.seed_oss ¶
seed_oss parser for tool calls and reasoning.
seed_oss shares the Qwen3 XML grammar exactly; only the four wrapper token strings differ::
<think> -> <seed:think>
</think> -> </seed:think>
<tool_call> -> <seed:tool_call>
</tool_call> -> </seed:tool_call>
<function=...> and <parameter=...> are byte-identical, so the entire transition table and _qwen3_arg_converter are inherited from :class:Qwen3Parser unchanged.