pub trait TextTool { type Output: IntoTextToolResult; // Required method fn call(&self) -> Self::Output; }