From 42d538d2d8881b977ba223531ba32e64b294aad4 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 14 Jan 2026 09:02:14 +0100 Subject: [PATCH] Removed not used documentation --- app/MindWork AI Studio/Tools/Rust/QdrantInfo.cs | 2 -- 1 file changed, 2 deletions(-) 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; }