You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unsupported container tool references from structural tag code
The container tool was referenced in the structural tag implementation but
ToolNamespaceConfig.container() does not exist in the openai_harmony library,
which would cause AttributeError at runtime if the container tool was used.
Changes:
- Remove container tool handling from from_builtin_tool_to_tag() in gptoss_reasoning_parser.py
- Remove enable_container logic from serving_responses.py
- Update tests to remove container tool test cases
- Keep all structural tag improvements for browser and python tools
The container tool support was originally added in PR vllm-project#23386 but the
openai_harmony library never implemented ToolNamespaceConfig.container().
This commit removes only the non-functional container references while
preserving all working functionality.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments