Skip to content

Commit 69ae1e4

Browse files
committed
update toc of prompt flow
1 parent 23149ef commit 69ae1e4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 09/12/2023
1414

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

17+
When develop flows, you can not only use the built-in tools provided by Prompt Flow, but also develop your own custom tool and package it into a tool package. You can then upload your tool package to PyPI and share it with others.
18+
1719
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.
1820

1921
> [!IMPORTANT]

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)