From fda85e1295fd78ee0308ef57eaf6a8c55db642f1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 29 Oct 2024 07:03:02 +0900 Subject: [PATCH] [.Net] update GeminiChatAgent.cs (#3608) multipe -> multiple Co-authored-by: Xiaoyun Zhang --- dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs b/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs index 07f8467abf90..fd9b40e6bec3 100644 --- a/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs +++ b/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs @@ -251,7 +251,7 @@ private GenerateContentRequest BuildChatRequest(IEnumerable messages, } // merge tools into one tool - // because multipe tools are currently not supported by Gemini + // because multiple tools are currently not supported by Gemini // see https://github.com/googleapis/python-aiplatform/issues/3771 var aggregatedTool = new Tool {