docs: Add Japanese documentation for tools (#8469)

This commit is contained in:
Shota Totsuka
2024-09-22 10:04:00 +09:00
committed by GitHub
parent 8c51d06222
commit a587f0d3f1
10 changed files with 560 additions and 6 deletions

View File

@@ -9,10 +9,10 @@ The tools provided for Agents and Workflows are currently divided into two categ
- `Api-Based Tools` leverage third-party APIs for implementation. You don't need to code to integrate these -- simply provide interface definitions in formats like `OpenAPI` , `Swagger`, or the `OpenAI-plugin` on the front-end.
### Built-in Tool Providers
![Alt text](docs/zh_Hans/images/index/image.png)
![Alt text](docs/images/index/image.png)
### API Tool Providers
![Alt text](docs/zh_Hans/images/index/image-1.png)
![Alt text](docs/images/index/image-1.png)
## Tool Integration