OpenHands / openhands /llm /tool_names.py
Backup-bdg's picture
Upload 964 files
51ff9e5 verified
raw
history blame contribute delete
208 Bytes
"""Constants for tool names used in function calling."""
EXECUTE_BASH_TOOL_NAME = 'execute_bash'
STR_REPLACE_EDITOR_TOOL_NAME = 'str_replace_editor'
BROWSER_TOOL_NAME = 'browser'
FINISH_TOOL_NAME = 'finish'