This website requires JavaScript.
Explore
Help
Register
Sign In
biondizzle
/
vllm
Watch
1
Star
0
Fork
0
You've already forked vllm
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
c0d820457a55ec4054f6658b46b0745f6dc2807a
vllm
/
tests
/
tool_use
History
Chauncey
fefce49807
[Refactor] [6/N] to simplify the vLLM openai chat_completion serving architecture (
#32240
)
...
Signed-off-by: chaunceyjiang <
chaunceyjiang@gmail.com
>
2026-01-13 13:01:39 +00:00
..
mistral
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
__init__.py
…
conftest.py
…
test_chat_completion_request_validations.py
[Refactor] [6/N] to simplify the vLLM openai chat_completion serving architecture (
#32240
)
2026-01-13 13:01:39 +00:00
test_chat_completions.py
[BugFix] Fix engine crash caused by chat tools + response_format (
#32127
)
2026-01-13 10:33:14 +08:00
test_minimax_m2_tool_parser.py
[Bugfix][Frontend] Prevent IndexError in MiniMax M2 tool parser during streaming extraction (
#30555
)
2025-12-17 16:37:57 +08:00
test_parallel_tool_calls.py
[Frontend] Respect Chat Completion parallel_tool_calls param (
#26233
)
2025-11-25 09:56:15 +00:00
test_tool_calls.py
Update
Optional[x]
->
x | None
and
Union[x, y]
to
x | y
(
#26633
)
2025-10-12 09:51:31 -07:00
test_tool_choice_required.py
[Refactor] [6/N] to simplify the vLLM openai chat_completion serving architecture (
#32240
)
2026-01-13 13:01:39 +00:00
utils.py
[Bugfix] Mistral tool parser streaming update (
#19425
)
2025-12-03 17:45:31 +00:00