File size: 208 Bytes
51ff9e5
 
 
 
 
 
1
2
3
4
5
6
7
"""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'