Unverified Commit 2a1776b7 authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[Refactor] [2/N] Move tool parsers into the vLLM main directory (#30675)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent 185c22bf
......@@ -17,7 +17,7 @@ from vllm.entrypoints.openai.protocol import (
FunctionCall,
ToolCall,
)
from vllm.entrypoints.openai.tool_parsers.abstract_tool_parser import (
from vllm.tool_parsers.abstract_tool_parser import (
ToolParser,
)
from vllm.logger import init_logger
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment