You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an error on gemini-2.0-flash , gemini-2.0-flash-lite and gemini-1.5-flash , basically all models I tried below flash 2.5.
this is the error : {'error': {'code': 400, 'message': '* GenerateContentRequest.contents[23].parts: contents.parts must not be empty.\n', 'status': 'INVALID_ARGUMENT'}}
I. think its due to some prompt template, as in langchain this issue is because of a prompt template.