We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What problem or use case are you trying to solve?
Currently the agent executed action and observation doesn't automatically wraps, so we'd have to scroll horizontally to see the full content.
Describe the UX of the solution you'd like
Maybe we can start with smaller font + automatically wrap near the edge of the display box?
Do you have thoughts on the technical implementation?
We should probably need to modify frontend/src/components/features/chat/expandable-message.tsx
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem or use case are you trying to solve?
Currently the agent executed action and observation doesn't automatically wraps, so we'd have to scroll horizontally to see the full content.
Describe the UX of the solution you'd like
Maybe we can start with smaller font + automatically wrap near the edge of the display box?
Do you have thoughts on the technical implementation?
We should probably need to modify frontend/src/components/features/chat/expandable-message.tsx
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: