<aside> 💡 Version 3.4.0 brings administrator tools for Gemini, rebuilds knowledge base search and function calling, and adds a bot module generator. This version also introduces automated conversation analysis and instant feedback from students.

</aside>


What's New

Version 3.4.0 adds administrator tools for Gemini (previously only available for OpenAI) and rebuilds several core AI capabilities introduced with Gemini in version 3.3.0.

The knowledge base search (RAG) has been rebuilt with our own implementation on Google Enterprise Agent Platform. The bot now decides when to search knowledge bases on its own, can query multiple documents at once, and forms answers from across your materials. Function calling has also been rebuilt: the bot can now chain multiple actions in a single turn. For example, it can search a knowledge base and file a support request in one go, without waiting for additional user input. The overall prompt structure has been overhauled as well, resulting in cleaner responses with less unnecessary formatting and better adherence to module-specific instructions.

A new bot module generator allows coordinators to create a working bot module by describing the use case, audience, and optional conversation flow. Instead of writing instructions manually, the generator produces an initial draft with module instructions, support topics, and connected knowledge bases to start from and refine. Coordinators can also now set the bot's conversational tone (Professional or Casual), and Annie is now aware of the current date, supporting use cases that depend on dates such as deadlines or upcoming events.

Support bot conversations are now analyzed by a separate analysis agent that evaluates how the bot performed, extracts discussion topics, and determines outcomes. In addition, students who interact with Annie are now asked directly whether the conversation was helpful. Together, the automated analysis and student feedback provide insights to which modules work well, what support students find helpful, and where to improve.

Improvements

Bug Fixes