Skip to content

Commit 6ac7e1f

Browse files
authored
Merge pull request #257539 from ChenJieting/jieting/refine_more_tool_page
refine the doc 'more-tool.md' and rename it as 'overview.md'
2 parents 2e96f5b + d0ebf6b commit 6ac7e1f

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4189,6 +4189,11 @@
41894189
"source_path_from_root": "/articles/machine-learning/prompt-flow/tools-reference/azure-translator-tool.md",
41904190
"redirect_url": "/azure/machine-learning/prompt-flow/tools-reference/more-tools",
41914191
"redirect_document_id": false
4192+
},
4193+
{
4194+
"source_path_from_root": "/articles/machine-learning/prompt-flow/tools-reference/more-tools.md",
4195+
"redirect_url": "/azure/machine-learning/prompt-flow/tools-reference/overview",
4196+
"redirect_document_id": false
41924197
}
41934198
]
41944199
}

articles/machine-learning/prompt-flow/tools-reference/more-tools.md renamed to articles/machine-learning/prompt-flow/tools-reference/overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: More tools in Prompt flow
2+
title: The overview of tools in prompt flow
33
titleSuffix: Azure Machine Learning
4-
description: More tools in Prompt flow are displayed in the table, along with instructions for custom tool package creation and tool package usage.
4+
description: The overview of tools in prompt flow displays an index table for tools and the instructions for custom tool package creation and tool package usage.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -12,21 +12,21 @@ ms.reviewer: lagayhar
1212
ms.date: 10/24/2023
1313
---
1414

15-
# More tools in Prompt flow (preview)
16-
This table provides an index of more tools. If existing tools can't meet your requirements, you can [develop your own custom tool and make a tool package](https://microsoft.github.io/promptflow/how-to-guides/develop-a-tool/create-and-use-tool-package.html).
15+
# The overview of tools in prompt flow (preview)
16+
This table provides an index of tools in prompt flow. If existing tools can't meet your requirements, you can [develop your own custom tool and make a tool package](https://microsoft.github.io/promptflow/how-to-guides/develop-a-tool/create-and-use-tool-package.html).
1717

1818
> [!IMPORTANT]
1919
> Prompt flow is currently in public preview. This preview is provided without a service-level agreement, and is not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2020
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2121
2222
| Tool name | Description | Environment | Package Name |
2323
|------|-----------|-------------|--------------|
24-
| [Python](./python-tool.md) | Run Python code. | Default | -- |
25-
| [LLM](./llm-tool.md) | Use Open AI's Large Language Model for text completion or chat. | Default | -- |
26-
| [Prompt](./prompt-tool.md) | Craft prompt using Jinja as the templating language. | Default | -- |
27-
| [Embedding](./embedding-tool.md) | Use Open AI's embedding model to create an embedding vector representing the input text. | Default | -- |
28-
| [Open Source LLM](./open-source-llm-tool.md) | Use an Open Source model from the Azure Model catalog, deployed to an Azure Machine Learning Online Endpoint for LLM Chat or Completion API calls. | Default | -- |
29-
| [Serp API](./serp-api-tool.md) | Use Serp API to obtain search results from a specific search engine. | Default | -- |
24+
| [Python](./python-tool.md) | Run Python code. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
25+
| [LLM](./llm-tool.md) | Use Open AI's Large Language Model for text completion or chat. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
26+
| [Prompt](./prompt-tool.md) | Craft prompt using Jinja as the templating language. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
27+
| [Embedding](./embedding-tool.md) | Use Open AI's embedding model to create an embedding vector representing the input text. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
28+
| [Open Source LLM](./open-source-llm-tool.md) | Use an Open Source model from the Azure Model catalog, deployed to an Azure Machine Learning Online Endpoint for LLM Chat or Completion API calls. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
29+
| [Serp API](./serp-api-tool.md) | Use Serp API to obtain search results from a specific search engine. | Default | [promptflow-tools](https://pypi.org/project/promptflow-tools/) |
3030
| [Content Safety (Text)](./content-safety-text-tool.md) | Use Azure Content Safety to detect harmful content. | Default | [promptflow-contentsafety](https://pypi.org/project/promptflow-contentsafety/) |
3131
| [Faiss Index Lookup](./faiss-index-lookup-tool.md) | Search vector based query from the FAISS index file. | Default | [promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/) |
3232
| [Vector DB Lookup](./vector-db-lookup-tool.md) | Search vector based query from existing Vector Database. | Default | [promptflow-vectordb](https://pypi.org/project/promptflow-vectordb/) |

articles/machine-learning/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@
666666
href: ./prompt-flow/transparency-note.md
667667
- name: Tools Reference
668668
items:
669+
- name: Overview
670+
href: ./prompt-flow/tools-reference/overview.md
669671
- name: LLM tool
670672
href: ./prompt-flow/tools-reference/llm-tool.md
671673
- name: Prompt tool
@@ -686,8 +688,6 @@
686688
href: ./prompt-flow/tools-reference/serp-api-tool.md
687689
- name: Open Source LLM tool
688690
href: ./prompt-flow/tools-reference/open-source-llm-tool.md
689-
- name: More tools
690-
href: ./prompt-flow/tools-reference/more-tools.md
691691
- name: Troubleshoot Guidance
692692
href: ./prompt-flow/tools-reference/troubleshoot-guidance.md
693693
- name: Retrieval Augmented Generation (RAG)

0 commit comments

Comments
 (0)