Fix: remove suffix .zh

This commit is contained in:
AllenWriter
2025-05-23 11:12:35 +08:00
parent 830616d45b
commit 06d73584d1
49 changed files with 89 additions and 89 deletions

View File

@@ -48,7 +48,7 @@ Here, `provider` is the plugin ID plus the tool provider name, formatted like `l
### Calling Workflow as Tool
For more information on Workflow as Tool, please refer to the [Tool Plugin documentation](/plugin-dev-en/0222-tool-plugin.mdx). (Note: Original link `/plugin-dev-zh/9223-tool.zh` does not exist in English list, linked to closest match).
For more information on Workflow as Tool, please refer to the [Tool Plugin documentation](/plugin-dev-en/0222-tool-plugin.mdx). (Note: Original link `/plugin-dev-zh/9223-tool` does not exist in English list, linked to closest match).
**Entry Point**
@@ -92,7 +92,7 @@ Here, `provider` is the ID of this tool, and `tool_name` is the `operation_id` f
- [Reverse Invocation App](/plugin-dev-en/9242-reverse-invocation-app.mdx) - Learn how to call Apps within the platform
- [Reverse Invocation Model](/plugin-dev-en/9242-reverse-invocation-model.mdx) - Learn how to call model capabilities within the platform
- [Tool Plugin Development Guide](/plugin-dev-en/0211-getting-started-dify-tool.mdx) - Learn how to develop tool plugins
- [Advanced Tool Plugins](/plugin-dev-en/0222-tool-plugin.mdx) - Learn about advanced features like Workflow as Tool (Note: Original link `/plugin-dev-zh/9223-tool.zh` does not exist in English list, linked to closest match)
- [Advanced Tool Plugins](/plugin-dev-en/0222-tool-plugin.mdx) - Learn about advanced features like Workflow as Tool (Note: Original link `/plugin-dev-zh/9223-tool` does not exist in English list, linked to closest match)
{/*
Contributing Section