Skip to content

Commit 427a86a

Browse files
authored
Merge pull request #1745 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST, 11/27
2 parents 9d39745 + 6f79551 commit 427a86a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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
@@ -12,7 +12,7 @@ ms.topic: how-to
1212
author: lgayhardt
1313
ms.author: lagayhar
1414
ms.reviewer: keli19
15-
ms.date: 09/12/2023
15+
ms.date: 11/26/2024
1616
---
1717

1818
# Custom tool package creation and usage
@@ -30,7 +30,7 @@ Your tool package should be a python package. To develop your custom tool, follo
3030

3131
In order to add the custom tool to your tool list for use, it's necessary to prepare the compute session. Here we use [my-tools-package](https://pypi.org/project/my-tools-package/) as an example.
3232

33-
When using compute session, you can readily install the publicly released package by adding the custom tool package name into the `requirements.txt` file in the flow folder. Then select the 'Save and install' button to start installation. After completion, you can see the custom tools displayed in the tool list. To learn more, see [How to manage compute session](./how-to-manage-compute-session.md).
33+
When using compute session, you can readily install the publicly released package by adding the custom tool package name into the `requirements.txt` file in the flow folder. Then to start installation select the 'Save and install' button. After completion, you can see the custom tools displayed in the tool list. To learn more, see [How to manage compute session](./how-to-manage-compute-session.md).
3434
:::image type="content" source="./media/how-to-custom-tool-package-creation-and-usage/install-package-on-compute-session.png" alt-text="Screenshot of how to install packages on compute session."lightbox = "./media/how-to-custom-tool-package-creation-and-usage/install-package-on-compute-session.png":::
3535

3636
Another method is applicable for not only publicly released packages, but also local or private feed packages. Firstly you should build an image following the two steps in [how to customize base image for compute session](./how-to-customize-session-base-image.md), and then [change the base image for compute session](./how-to-manage-compute-session.md#change-the-base-image-for-compute-session).
@@ -42,7 +42,7 @@ Another method is applicable for not only publicly released packages, but also l
4242

4343
3. Add your tools.
4444
:::image type="content" source="./media/how-to-custom-tool-package-creation-and-usage/test-customer-tool-on-ui-step-1.png" alt-text="Screenshot of flow in Azure Machine Learning studio showing more tools dropdown."lightbox ="./media/how-to-custom-tool-package-creation-and-usage/test-customer-tool-on-ui-step-1.png":::
45-
4. Change flow based on your requirements and run flow .
45+
4. Change flow based on your requirements and run flow.
4646
:::image type="content" source="./media/how-to-custom-tool-package-creation-and-usage/test-customer-tool-on-ui-step-2.png" alt-text="Screenshot of flow in Azure Machine Learning studio showing adding a tool."lightbox ="./media/how-to-custom-tool-package-creation-and-usage/test-customer-tool-on-ui-step-2.png":::
4747

4848
## FAQ

0 commit comments

Comments
 (0)