Update transformers_agents.mdx (#23289)

Make `huggingface-tools` to [`huggingface-tools`](https://huggingface.co/huggingface-tools)
This commit is contained in:
Mishig
2023-05-11 14:54:02 +02:00
committed by GitHub
parent 125516977d
commit 436dc779a5

View File

@@ -283,7 +283,7 @@ the ability to quickly create and share custom tools.
By pushing the code of a tool to a Hugging Face Space or a model repository, you're then able to leverage the tool
directly with the agent. We've added a few
**transformers-agnostic** tools to the `huggingface-tools` organization:
**transformers-agnostic** tools to the [`huggingface-tools` organization](https://huggingface.co/huggingface-tools):
- **Text downloader**: to download a text from a web URL
- **Text to image**: generate an image according to a prompt, leveraging stable diffusion
@@ -294,7 +294,7 @@ The text-to-image tool we have been using since the beginning is a remote tool t
[*huggingface-tools/text-to-image*](https://huggingface.co/spaces/huggingface-tools/text-to-image)! We will
continue releasing such tools on this and other organizations, to further supercharge this implementation.
The agents have by default access to tools that reside on `huggingface-tools`.
The agents have by default access to tools that reside on [`huggingface-tools`](https://huggingface.co/huggingface-tools).
We explain how to you can write and share your tools as well as leverage any custom tool that resides on the Hub in [following guide](custom_tools).
### Code generation