From 68703270ffe8be09aa2508c72109cbba87bbf0d1 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 19 Feb 2025 11:34:22 +0100 Subject: [PATCH] Fixed spelling --- app/MindWork AI Studio/Tools/IConfidence.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Tools/IConfidence.cs b/app/MindWork AI Studio/Tools/IConfidence.cs index 1279ebee..dff9343a 100644 --- a/app/MindWork AI Studio/Tools/IConfidence.cs +++ b/app/MindWork AI Studio/Tools/IConfidence.cs @@ -10,7 +10,7 @@ namespace AIStudio.Tools; public interface IConfidence { /// - /// How confident the AI in this task or decision? + /// How confident is the AI in this task or decision? /// public float Confidence { get; init; } } \ No newline at end of file