mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com> Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
8 lines
247 B
Python
8 lines
247 B
Python
"""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'
|
|
LLM_BASED_EDIT_TOOL_NAME = 'edit_file'
|