Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yalu4 committed Oct 19, 2023
1 parent 2eec240 commit 5ad1df2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ This document provides a step-by-step guide on how to create and use a custom st
Once the custom strong type connection is created, you can either use it in the package tool or script tool.

## Prerequisites
- Promptflow VSCode Extension version >= [1.1.0-rc0](https://aka.ms/promptflow/vsc) // TODO: Use market public version
- Please ensure that your [Prompt flow for VS Code](https://marketplace.visualstudio.com/items?itemName=prompt-flow.prompt-flow) is updated to version 1.1.2 or a more recent version.
- Install promptflow package.

```bash
# TODO: after promptflow pkg release, updated to pip install promptflow==0.1.0b8
pip install "promptflow==0.0.107761800" --extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
# Eventually only need to pip install promptflow==0.1.0b8
pip install "promptflow==0.0.108028960" --extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
```

## Create your own custom strong type connection
Expand Down
3 changes: 1 addition & 2 deletions docs/how-to-guides/develop-a-tool/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ We provide guides on how to develop a tool and use it.
create-and-use-tool-package
add-a-tool-icon
use-file-path-as-tool-input
create-your-own-custom-strong-type-connection
```

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"text": "hello world!"}
{"my_input": "hello world!"}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ nodes:
type: package
tool: my_tool_package.tools.my_tool_2.MyTool.my_tool
inputs:
connection: my_second_connection
connection: custom_connection_2
input_text: ${inputs.my_input}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"text": "hello world!"}
{"my_input": "hello world!"}

0 comments on commit 5ad1df2

Please sign in to comment.