-
Notifications
You must be signed in to change notification settings - Fork 12
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
enhance: Improve display for tool names when adding/removing tools fr… #454
Conversation
Looks like conflicts need to be resolved here. |
df1ec20
to
cb79621
Compare
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.
cb79621
to
793a7e0
Compare
@ryanhopperlowe In my opinion, something being a hyperlink is indicated by the fact that my mouse pointer changes when I hover over it. I think the dotted-underline is nice, but I think it would also need to not change the cursor. |
hooks/useClickOutside.tsx
Outdated
) { | ||
console.log('fire click outside'); |
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.
nit: debug log should be removed
f00cb84
to
13a5014
Compare
…om a chat
Now when adding or removing a tool from a chat. It will fetch the display name of the tool and display it with a tooltip containing the url. If no display name is found, it displays the url with no tooltip instead
#290