-
Notifications
You must be signed in to change notification settings - Fork 89
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
Offer sample system messages and user prompts in the Dev UI #658
base: main
Are you sure you want to change the base?
Conversation
Why provide a hard coded list of message and not collect the system messages defined by the application ? |
What I had in mind when opening the issue was for us to leverage the awesome prompt library available in https://github.com/danielmiessler/fabric/tree/main/patterns |
@jmartisk what's the status of this one? |
The status is that I would like somebody to chime in and say if this is worth pursuing further this way, or some other way, or not at all :) |
Oh and yeah, regarding https://github.com/danielmiessler/fabric/tree/main/patterns |
Unless we also come up with a way to allow pleasantly defining values for placeholders, it doesn't seem very useful. There's also the question of whether pre-defined prompts from some kind of library really make sense in this context, while the main point of the UI page is to allow easy testing of RAG and tools of the application. It's for working with the application, not experimenting with a library of prompts that have no relation to the app. |
I am not saying that we must have those prompts in this screen, but there should somewhere that we surface those prompts to users as they are super helpful |
Just a very rough draft for now, to continue the discussion. Added one sample where the LLM summarizes a git diff that I took from this repository. Maybe the samples should be moved to separate file(s) but I'd have to figure out how. Also, I'm not sure if we can limit the size of the text areas, they grow very big after selecting a long system+user message.