pub fn execute_get(arguments: Value) -> Result<ToolResult>Expand description
Executes the get tool - retrieves a memory by ID.
This is a fundamental CRUD operation that provides direct access to a specific memory without requiring a search query.
pub fn execute_get(arguments: Value) -> Result<ToolResult>Executes the get tool - retrieves a memory by ID.
This is a fundamental CRUD operation that provides direct access to a specific memory without requiring a search query.