diff --git a/app/MindWork AI Studio/Tools/Rust/QdrantInfo.cs b/app/MindWork AI Studio/Tools/Rust/QdrantInfo.cs
index 8dac8aa7..4b22837d 100644
--- a/app/MindWork AI Studio/Tools/Rust/QdrantInfo.cs
+++ b/app/MindWork AI Studio/Tools/Rust/QdrantInfo.cs
@@ -3,8 +3,6 @@
///
/// The response of the Qdrant information request.
///
-/// The port number for HTTP communication with Qdrant.
-/// The port number for gRPC communication with Qdrant
public record struct QdrantInfo
{
public string Path { get; init; }