pub struct CortexDecayStatusTool { /* private fields */ }Expand description
MCP tool: cortex_decay_status.
Schema:
cortex_decay_status(
state?: "pending" | "in_progress" | "completed" | "failed" | "cancelled",
) -> {
jobs: [{ id, kind, state, scheduled_for, created_at }],
total: int,
}Implementations§
Trait Implementations§
Source§impl Debug for CortexDecayStatusTool
impl Debug for CortexDecayStatusTool
Source§impl ToolHandler for CortexDecayStatusTool
impl ToolHandler for CortexDecayStatusTool
Auto Trait Implementations§
impl Freeze for CortexDecayStatusTool
impl RefUnwindSafe for CortexDecayStatusTool
impl Send for CortexDecayStatusTool
impl Sync for CortexDecayStatusTool
impl Unpin for CortexDecayStatusTool
impl UnsafeUnpin for CortexDecayStatusTool
impl UnwindSafe for CortexDecayStatusTool
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