"""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'