pub struct CortexSuggestTool { /* private fields */ }Expand description
MCP tool: cortex_suggest.
Returns the top-N memories most relevant to query (FTS5 ranked), or the
top-N highest-confidence active memories when no query is provided.
Implementations§
Trait Implementations§
Source§impl Debug for CortexSuggestTool
impl Debug for CortexSuggestTool
Source§impl ToolHandler for CortexSuggestTool
impl ToolHandler for CortexSuggestTool
Auto Trait Implementations§
impl Freeze for CortexSuggestTool
impl RefUnwindSafe for CortexSuggestTool
impl Send for CortexSuggestTool
impl Sync for CortexSuggestTool
impl Unpin for CortexSuggestTool
impl UnsafeUnpin for CortexSuggestTool
impl UnwindSafe for CortexSuggestTool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more