Rabi Mishra

Results 6 issues of Rabi Mishra

Fixes number of issues with the tests. FIX: https://github.com/vllm-project/vllm/issues/18757

ci/build

### Your current environment Issue encountered on main branch tests. ### 🐛 Describe the bug Test failing with below traceback: ``` vllm_runner = @pytest.mark.skipif(current_platform.is_rocm(), reason="Xformers backend is not supported on...

bug

The urllib.parse.urlparse() function itself does not raise an exception during the parsing of a URL. However, certain attributes of the returned ParseResult object (e.g., .port) may raise a ValueError when...

ready
ci/build

## Summary Gemini 3 models require thought_signature in tool calls and responses, and thinking content must be echoed back in the conversation loop. Changes: - Replace thought_signature field with generic...

## Summary Handler is looking for 'path' but the ReadModuleParams schema defines 'module_path'. This caused the tool to fail with 'Missing required parameter: path' when the LLM correctly used 'module_path'....

**Bug Description** When using the read_module tool to discover tool signatures, the tool fails with the error: Missing required parameter: path This occurs even when the LLM correctly provides the...