-
Notifications
You must be signed in to change notification settings - Fork 28
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
434 edit delete assistants #510
Conversation
…rkflow-for-svelte-code-e2e
…rkflow-for-svelte-code-e2e
@barronstone , that dropdown is actually pulling my 1Password autofill suggestions. HTML inputs are give "name" attributes, for example name="email" or name="password". Auto-fill looks for these names to suggest things to fill it with, that's why when you start typing in an "email" field on a website, it auto-suggests your email addresses. The specific field you saw in the video has name="name" because the Assistant object has a "name" filed in it so 1password suggested some names for me. I can try turning off autofill on that field. @gregclark-defenseunicorns can chime in if he wants to add a tooltip to this field like the others. Usually tooltips are only used on fields that are self explanatory and I think "Name" is pretty straight forward. Maybe we could label the field "Assistant Name" to be more clear? |
src/leapfrogai_ui/src/routes/chat/(settings)/assistants-management/new/+page.server.ts
Outdated
Show resolved
Hide resolved
@andrewrisse Now that I understand what was happening in that video with 1Password auto-filling, I don't think there's a need for a tooltip. Name should be self-explanatory enough in that context. |
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.
Design review passed
Will fix this bug in a separate issue
closes #434
closes #480
Features:
Chores:
Notes:
PR is deployed on LF-04: https://ai.uds.dev/