mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-30 01:10:23 +00:00
[.Net] update GeminiChatAgent.cs (#3608)
multipe -> multiple Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
This commit is contained in:
parent
0052e8179d
commit
fda85e1295
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user