-
Notifications
You must be signed in to change notification settings - Fork 114
Updates the GenuiManager and ConversationWidget structure #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request successfully refactors the GenuiManager and ConversationWidget to remove text-only LLM responses in favor of always using Gen UI. It also introduces a flexible API for custom rendering of chat messages. The changes are well-implemented and include corresponding updates to documentation and tests. My review includes a few suggestions to improve layout stability, logging practices, and code readability.
| systemInstruction: | ||
| _systemInstruction == null ? null : Content.system(_systemInstruction!), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gspencergoog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Merging this to avoid conflicts with further PRs. |

See updated layout user prompt chat message appearance:
