2024-06-13 01:01:16 -07:00
|
|
|
# AutoGen.Gemini Overview
|
|
|
|
|
|
|
|
AutoGen.Gemini is a package that provides seamless integration with Google Gemini. It provides the following agent:
|
|
|
|
|
|
|
|
- @AutoGen.Gemini.GeminiChatAgent: The agent that connects to Google Gemini or Vertex AI Gemini. It supports chat, multi-modal chat, and function call.
|
|
|
|
|
|
|
|
AutoGen.Gemini also provides the following middleware:
|
|
|
|
- @AutoGen.Gemini.GeminiMessageConnector: The middleware that converts the Gemini message to AutoGen built-in message type.
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2024-10-02 09:14:54 -07:00
|
|
|
You can find more examples under the [gemini sample project](https://github.com/microsoft/autogen/tree/main/dotnet/samples/AutoGen.Gemini.Sample)
|