Genkit using retriever context and tools causes error
I am trying to implement a tool with genkit that queries a firestore database to support responding to certain types of prompts. It errored out when I added it and I have been able to narrow down the problem to a combination of using the context from a retriever with Gemini calling one of the tools I made available to it.