Skip to content

Commit c590faa

Browse files
authored
Merge pull request #251248 from likebupt/update-pf-toc-20230913
update toc of prompt flow
2 parents 91e31ff + 1d6374b commit c590faa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/machine-learning/prompt-flow/how-to-custom-tool-package-creation-and-usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: prompt-flow
88
ms.topic: how-to
9-
author: ChenJieting
10-
ms.author: chenjieting
9+
author: likebupt
10+
ms.author: keli19
1111
ms.reviewer: lagayhar
1212
ms.date: 09/12/2023
1313
---
1414

1515
# Custom tool package creation and usage (preview)
1616

17-
In this article, we'll guide you through the process of developing your own tool package, offering detailed steps and advice on how to utilize your creation.
17+
When develop flows, you can not only use the built-in tools provided by Prompt Flow, but also develop your own custom tool. In this article, we'll guide you through the process of developing your own tool package, offering detailed steps and advice on how to utilize your creation.
1818

1919
> [!IMPORTANT]
2020
> Prompt flow is currently in public preview. This preview is provided without a service-level agreement, and are not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.

articles/machine-learning/toc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,8 @@
622622
href: ./prompt-flow/how-to-customize-environment-runtime.md
623623
- name: Migrate from managed online endpoint/deployment runtime
624624
href: ./prompt-flow/migrate-managed-inference-runtime.md
625+
- name: Network isolation in prompt flow
626+
href: ./prompt-flow/how-to-secure-prompt-flow.md
625627
- name: Develop flows
626628
items:
627629
- name: Develop a standard flow
@@ -638,24 +640,22 @@
638640
href: ./prompt-flow/how-to-bulk-test-evaluate-flow.md
639641
- name: Develop a customized evaluation flow
640642
href: ./prompt-flow/how-to-develop-an-evaluation-flow.md
641-
- name: Deploy flows for real-time inference
643+
- name: Deploy a flow to online endpoint for real-time inference with UI
642644
href: ./prompt-flow/how-to-deploy-for-real-time-inference.md
643-
- name: Go to production
645+
- name: "Code first: Dev to Prod"
644646
items:
645647
- name: Community Ecosystem
646648
href: ./prompt-flow/community-ecosystem.md
647-
- name: Custom tool package creation and usage
648-
href: ./prompt-flow/how-to-custom-tool-package-creation-and-usage.md
649+
- name: Integrate Prompt Flow with LLM-based application DevOps
650+
href: ./prompt-flow/how-to-integrate-with-llm-app-devops.md
649651
- name: Deploy a flow to online endpoint for real-time inference with CLI
650652
href: ./prompt-flow/how-to-deploy-to-code.md
651653
- name: How to use streaming endpoints deployed from prompt flow
652654
href: ./prompt-flow/how-to-enable-streaming-mode.md
653-
- name: Integrate Prompt Flow with LLM-based application DevOps
654-
href: ./prompt-flow/how-to-integrate-with-llm-app-devops.md
655655
- name: Set up end-to-end LLMOps with Prompt Flow and GitHub
656656
href: ./prompt-flow/how-to-end-to-end-llmops-with-prompt-flow.md
657-
- name: Network isolation in prompt flow
658-
href: ./prompt-flow/how-to-secure-prompt-flow.md
657+
- name: Custom tool package creation and usage
658+
href: ./prompt-flow/how-to-custom-tool-package-creation-and-usage.md
659659
- name: Monitor generative AI applications in production
660660
href: ./prompt-flow/how-to-monitor-generative-ai-applications.md
661661
- name: Tools Reference

0 commit comments

Comments
 (0)