diff --git a/src/libs/CSharpToJsonSchema/CSharpToJsonSchema.csproj b/src/libs/CSharpToJsonSchema/CSharpToJsonSchema.csproj
index 05d66ea..96a8a2d 100644
--- a/src/libs/CSharpToJsonSchema/CSharpToJsonSchema.csproj
+++ b/src/libs/CSharpToJsonSchema/CSharpToJsonSchema.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/src/libs/CSharpToJsonSchema/MeaiFunction.cs b/src/libs/CSharpToJsonSchema/MeaiFunction.cs
index a55d546..b054c23 100644
--- a/src/libs/CSharpToJsonSchema/MeaiFunction.cs
+++ b/src/libs/CSharpToJsonSchema/MeaiFunction.cs
@@ -80,15 +80,16 @@ private JsonSerializerOptions InitializeReflectionOptions()
return _options;
#pragma warning restore IL2026, IL3050 // Reflection is used only when enabled
}
-
+
+
///
/// Invokes the tool with the given arguments asynchronously.
///
/// The arguments to pass to the tool.
/// A cancellation token to cancel the operation, if needed.
/// The result of the tool's execution as a deserialized object.
- protected override async Task