Fix: Extract text from nested Google GenAI response structure
- Fixed GoogleProviderHandler to properly extract text from response.candidates[0].content.parts[0].text - Added error handling for text extraction - Resolves client error 'Cannot read properties of undefined (reading '0')' - The Google GenAI SDK returns nested response structure, not direct .text property
Showing
Please
register
or
sign in
to comment