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
Is your feature request related to a problem? Please describe.
Test coverage of roles and formatting of responses in chat generators is currently limited. This was highlighted in this PR.
Describe the solution you'd like
Add new tests to verify:
Correct role handling in ChatMessage in chat interactions.
Consistent formatting of ChatMessage responses.
Additional context: GoogleAIGeminiChatGenerator was returning ChatMessage responses with incorrect roles which went unnoticed because of missing tests.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Test coverage of roles and formatting of responses in chat generators is currently limited. This was highlighted in this PR.
Describe the solution you'd like
Add new tests to verify:
ChatMessage
in chat interactions.ChatMessage
responses.Additional context:
GoogleAIGeminiChatGenerator
was returningChatMessage
responses with incorrect roles which went unnoticed because of missing tests.The text was updated successfully, but these errors were encountered: