Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1pub mod registry; 2pub mod tool; 3 4pub use crate::registry::ToolRegistry; 5pub use crate::tool::{LanguageModelTool, ToolFunctionCall, ToolFunctionDefinition};