Skip to content
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

Merged
merged 2 commits into from Jul 5, 2023
Merged

✨ Add images to tools #972

merged 2 commits into from Jul 5, 2023

Conversation

asim-shrestha
Copy link
Contributor

@asim-shrestha asim-shrestha commented Jul 5, 2023

About

Add image url to tool metadata and return it to the frontend

###Before
image

After

image

@vercel
Copy link

vercel bot commented Jul 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2023 1:57am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2023 1:57am

@vercel vercel bot temporarily deployed to Preview – docs July 5, 2023 01:43 Inactive
@ergomake
Copy link

ergomake bot commented Jul 5, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-972.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-972.env.ergomake.link
docs Dockerfile https://docs-reworkd-agentgpt-972.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-972.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-972.env.ergomake.link

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()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 looks good !

@vercel vercel bot temporarily deployed to Preview – docs July 5, 2023 01:56 Inactive
@awtkns
Copy link
Contributor

awtkns commented Jul 5, 2023

Good work here! Lets add more tools!

@asim-shrestha asim-shrestha merged commit 4a48803 into main Jul 5, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants