vllm.entrypoints.tool ¶
   HarmonyBrowserTool ¶
  Bases: Tool
Source code in vllm/entrypoints/tool.py
   __init__ ¶
  Source code in vllm/entrypoints/tool.py
   get_result  async  ¶
 get_result(context: ConversationContext) -> Any
Source code in vllm/entrypoints/tool.py
   HarmonyPythonTool ¶
  Bases: Tool
Source code in vllm/entrypoints/tool.py
   __init__ ¶
  Source code in vllm/entrypoints/tool.py
   get_result  async  ¶
 get_result(context: ConversationContext) -> Any
Source code in vllm/entrypoints/tool.py
   validate  async  ¶
  Source code in vllm/entrypoints/tool.py
   validate_gpt_oss_install ¶
  Check if the gpt-oss is installed and its version is at least 0.0.7. If not, raise an ImportError.