Skip to content

Commit

Permalink
[.Net] update GeminiChatAgent.cs (microsoft#3608)
Browse files Browse the repository at this point in the history
multipe -> multiple

Co-authored-by: Xiaoyun Zhang <[email protected]>
  • Loading branch information
eltociear and LittleLittleCloud authored Oct 28, 2024
1 parent 0052e81 commit fda85e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private GenerateContentRequest BuildChatRequest(IEnumerable<IMessage> 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
{
Expand Down

0 comments on commit fda85e1

Please sign in to comment.