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
A lot of our use cases involve a canvas container for non-text responses , or text responses attended by non-text output (e.g. images, tabular data, interactive data visualizations, etc). This typically sits side by side with the prompt container.
It would be great to have a styled component designed to play well with the other components in langui that boxed off whatever we might want to display. Hope that makes sense / is potentially in scope.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @mattgiles, that's a great suggestion. I will work on adding it.
In the meantime, could you provide an example component that will go inside this new container? Even a screenshot would do. It will help me test and optimize the design. Thanks for the feedback!
Sure thing. We use a super simple prototype at the moment (hence interest in langui), with the component I'm talking about on the right:
Unfortunately, I can't share the output, but I think good use cases to think about are (a) hosted visualizations like vega-lite, (b) LLM-generated images like DALL-E, and (c) HTML tables.
Which is all to say, my use case is really just for a canvas that might display any number of things, depending.
Greetings! What a lovely and simple project.
A lot of our use cases involve a canvas container for non-text responses , or text responses attended by non-text output (e.g. images, tabular data, interactive data visualizations, etc). This typically sits side by side with the prompt container.
It would be great to have a styled component designed to play well with the other components in langui that boxed off whatever we might want to display. Hope that makes sense / is potentially in scope.
Thanks!
The text was updated successfully, but these errors were encountered: