Skip to content

Conversation

@bbrowning
Copy link
Contributor

@bbrowning bbrowning commented Oct 9, 2025

Purpose

This fixes an issue pointed out by Gemini on a separate PR, where the test_pythonic_tool_parser.py was accidentally testing against the llama4_pythonic parser instead of the pythonic parser in one of its tests.

Test Plan

pytest tests/entrypoints/openai/tool_parsers/test_pythonic_tool_parser.py

Test Result

The test passed before and after this change, but now it's testing the right tool call parser.

This fixes an issue pointed out by Gemini on a separate PR, where the
`test_pythonic_tool_parser.py` was accidentally testing against the
`llama4_pythonic` parser instead of the `pythonic` parser in one of its
tests.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly fixes a test case in test_pythonic_tool_parser.py that was using the wrong tool parser (llama4_pythonic instead of pythonic). The change aligns the test with its intended purpose of testing the pythonic tool parser. The fix is straightforward and correct, and I have no further suggestions.

@DarkLight1337 DarkLight1337 enabled auto-merge (squash) October 10, 2025 02:52
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Oct 10, 2025
@DarkLight1337 DarkLight1337 merged commit da44556 into vllm-project:main Oct 10, 2025
23 checks passed
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
…oject#26515)

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
@bbrowning bbrowning deleted the chore-pythonic-parser-test-wrong-parser branch October 10, 2025 10:22
Dhruvilbhatt pushed a commit to Dhruvilbhatt/vllm that referenced this pull request Oct 14, 2025
…oject#26515)

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Signed-off-by: Dhruvil Bhatt <bhattdbh@amazon.com>
bbartels pushed a commit to bbartels/vllm that referenced this pull request Oct 16, 2025
…oject#26515)

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Signed-off-by: bbartels <benjamin@bartels.dev>
lywa1998 pushed a commit to lywa1998/vllm that referenced this pull request Oct 20, 2025
alhridoy pushed a commit to alhridoy/vllm that referenced this pull request Oct 24, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
…oject#26515)

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
0xrushi pushed a commit to 0xrushi/vllm that referenced this pull request Oct 26, 2025
…oject#26515)

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
0xrushi pushed a commit to 0xrushi/vllm that referenced this pull request Oct 26, 2025
…oject#26515)

Signed-off-by: Ben Browning <bbrownin@redhat.com>
Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
rtourgeman pushed a commit to rtourgeman/vllm that referenced this pull request Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed tool-calling

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants