assistant_tools: Rename RegexSearchTool
module to match the others (#27001)
This PR renames the `RegexSearchTool` module to `regex_search_tool.rs` to match the other tools. Release Notes: - N/A
This commit is contained in:
parent
5615be51cc
commit
b70f21c08d
@ -6,7 +6,7 @@ mod list_directory_tool;
|
||||
mod now_tool;
|
||||
mod path_search_tool;
|
||||
mod read_file_tool;
|
||||
mod regex_search;
|
||||
mod regex_search_tool;
|
||||
mod thinking_tool;
|
||||
|
||||
use assistant_tool::ToolRegistry;
|
||||
@ -20,7 +20,7 @@ use crate::list_directory_tool::ListDirectoryTool;
|
||||
use crate::now_tool::NowTool;
|
||||
use crate::path_search_tool::PathSearchTool;
|
||||
use crate::read_file_tool::ReadFileTool;
|
||||
use crate::regex_search::RegexSearchTool;
|
||||
use crate::regex_search_tool::RegexSearchTool;
|
||||
use crate::thinking_tool::ThinkingTool;
|
||||
|
||||
pub fn init(cx: &mut App) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user