-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 images to tools #972
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi 👋 Here's a preview environment 🚀 https://next-reworkd-agentgpt-972.env.ergomake.link Environment Summary 📑
Questions? Comments? Suggestions? Join Discord. Click here to disable Ergomake. |
@@ -112,6 +113,7 @@ async def get_user_tools() -> ToolsResponse: | |||
name=get_tool_name(tool), | |||
description=tool.public_description, | |||
color="TODO: Change to image of tool", | |||
image_url=tool.image_url, | |||
) | |||
for tool in tools | |||
if tool.available() |
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.
🚀 looks good !
Good work here! Lets add more tools! |
About
Add image url to tool metadata and return it to the frontend
###Before
After