memory_tools

Function memory_tools 

Source
pub fn memory_tools(session: Arc<MemorySession>) -> ToolComposite
Expand description

Both memory tools, as a composite that can be combined with |.

let tools = memory_tools(session) | T::google_search();