mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
tools: remove get_memory tool and tests (#11198)
Drop this memory tool as the design changed
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
pub mod apply_patch;
|
||||
pub(crate) mod collab;
|
||||
mod dynamic;
|
||||
mod get_memory;
|
||||
mod grep_files;
|
||||
mod list_dir;
|
||||
mod mcp;
|
||||
@@ -21,7 +20,6 @@ use crate::function_tool::FunctionCallError;
|
||||
pub use apply_patch::ApplyPatchHandler;
|
||||
pub use collab::CollabHandler;
|
||||
pub use dynamic::DynamicToolHandler;
|
||||
pub use get_memory::GetMemoryHandler;
|
||||
pub use grep_files::GrepFilesHandler;
|
||||
pub use list_dir::ListDirHandler;
|
||||
pub use mcp::McpHandler;
|
||||
|
||||
Reference in New Issue
Block a user