pub struct CortexMemoryOutcomeTool { /* private fields */ }Expand description
MCP tool: cortex_memory_outcome.
Schema:
cortex_memory_outcome(
memory_id: string,
session_id: string,
result: "helpful" | "not-helpful",
note?: string,
) -> { recorded: bool }Implementations§
Trait Implementations§
Source§impl Debug for CortexMemoryOutcomeTool
impl Debug for CortexMemoryOutcomeTool
Auto Trait Implementations§
impl Freeze for CortexMemoryOutcomeTool
impl RefUnwindSafe for CortexMemoryOutcomeTool
impl Send for CortexMemoryOutcomeTool
impl Sync for CortexMemoryOutcomeTool
impl Unpin for CortexMemoryOutcomeTool
impl UnsafeUnpin for CortexMemoryOutcomeTool
impl UnwindSafe for CortexMemoryOutcomeTool
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