My environment: Flutter
Language: Traditional Chinese
response = await chat.sendMessage(Content.functionResponse(functionCall.name, result));
My temporary solution is to first pass the result to the Cloud Translation API to translate it into English so that Gemini can understand it. But this method will cause some names to be incorrect, so please fix this problem as soon as possible.