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