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
feat(genai): handle all finish messages for AQA (#1201)
`_get_finish_message` only handled 3 of 13 possible finish reasons,
leading to other reasons to finish with "Unexpected generation error"
Addresses TODO; looks to handle directly from field if possible,
otherwise falling back (like before) but with all reasons mapped.
0 commit comments