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
fix: replace empty content with space in system message handling
- Replace genai.Text("") with genai.Text(" ") to avoid empty content error
- Empty content is not allowed in the API, using single space as minimum valid content
- This change affects system message processing where an empty model response was previously used
BREAKING CHANGE: None
0 commit comments