AutoGen.Gemini Overview
AutoGen.Gemini is a package that provides seamless integration with Google Gemini. It provides the following agent:
- Gemini
Chat : The agent that connects to Google Gemini or Vertex AI Gemini. It supports chat, multi-modal chat, and function call.Agent
AutoGen.Gemini also provides the following middleware:
- Gemini
Message : The middleware that converts the Gemini message to AutoGen built-in message type.Connector
Examples
You can find more examples under the gemini sample project