googleSearchRetrieval in Genkit with structure output
I am trying to use googleSearchRetrieval in Genkit with structure output.
Most of the time it return
instead of output schema and the model stopped with the following error.
When I debug in Trace viewer in Firebase Genkit ui, I found
at the bottom of think process that I think it might related to the error.
I have tried switching model between 2.5 flash and 2.5 pro, but the error still happens.
I upgraded genkit to latest version.
here is my code
Please help me to fix this issue.