[.Net] update GeminiChatAgent.cs (#3608)

multipe -> multiple

Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
This commit is contained in:
Ikko Eltociear Ashimine 2024-10-29 07:03:02 +09:00 committed by GitHub
parent 0052e8179d
commit fda85e1295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,7 @@ public class GeminiChatAgent : IStreamingAgent
}
// 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
{