The current `poll_for_response()` function in geminiAPI has error codes attributed to string phrases. Ideally we would want this to be numeric codes or an enum attributing a code to the string phrase
The current
poll_for_response()function in geminiAPI has error codes attributed to string phrases.Ideally we would want this to be numeric codes or an enum attributing a code to the string phrase