-
Notifications
You must be signed in to change notification settings - Fork 189
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
Add prompts preview in Prompt Node #90
Comments
Solved by #91 👍 |
This is so useful! Question: Will this work even with large prompts? I'm building some massive prompts. Could, for instance, there be a button that opens a scroll-able lightbox with collapsed prompts that can be expanded? |
Hi profplum, clicking on the new button shown above will bring up a scrollable lightbox (hovering over it only gives you a preview). However currently the lightbox just shows the prompts verbatim —there’s no collapse feature like in response inspectors. How big are you prompts? It’s likely this is something we should give thought to. Maybe if a prompt is over 1024 characters or something it’s only displayed up to that point, then one has to click on it to expand it individually. What design makes sense to you? |
Hi there, like I said above, you can click the button to access a fullscreen view —the hover view is only for a quick preview. The fullscreen popup should give you ample room to explore. |
Yes, maybe a tooltip and setting overflow:hidden will work. Thanks! |
Currently there is no way to inspect (and hence debug) what prompts will be sent to LLMs in a prompt node, before sending them off. Add a button to inspect the queries, maybe with a ? to the header of the node.
The text was updated successfully, but these errors were encountered: