pub struct CortexMemoryEmbedTool { /* private fields */ }Expand description
MCP tool: cortex_memory_embed.
Schema:
cortex_memory_embed(preview?: bool, model?: string)
→ { enriched: int, skipped: int, total: int, backend: string, preview: bool }enriched: memories that received a new embedding (0 whenpreview: true).skipped: memories whose embedding already existed for this backend.total: total active memories evaluated.backend: backend id used (e.g."stub:blake3-v1").preview: echoes thepreviewparam.
Implementations§
Trait Implementations§
Source§impl Debug for CortexMemoryEmbedTool
impl Debug for CortexMemoryEmbedTool
Source§impl ToolHandler for CortexMemoryEmbedTool
impl ToolHandler for CortexMemoryEmbedTool
Auto Trait Implementations§
impl Freeze for CortexMemoryEmbedTool
impl RefUnwindSafe for CortexMemoryEmbedTool
impl Send for CortexMemoryEmbedTool
impl Sync for CortexMemoryEmbedTool
impl Unpin for CortexMemoryEmbedTool
impl UnsafeUnpin for CortexMemoryEmbedTool
impl UnwindSafe for CortexMemoryEmbedTool
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