Skip to content

Commit

Permalink
pick up schema link change
Browse files Browse the repository at this point in the history
  • Loading branch information
yalu4 committed Oct 23, 2023
1 parent 3996f8f commit 54fc50d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For other connections types, please refer to [Connections](https://microsoft.git

```bash
# Eventually only need to pip install promptflow==0.1.0b8
pip install "promptflow==0.0.108028960" --extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
pip install "promptflow==0.0.108377202" --extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
```

## Create your own custom strong type connection
Expand Down Expand Up @@ -56,6 +56,7 @@ Make sure that you adhere to the following guidelines:
The purpose of parsing the docstring into a connection template is to enhance the clarity and understanding for users when creating a custom strong type connection. By providing detailed explanations for each key, users can easily grasp the meaning and purpose of each key, allowing them to accurately fill in the corresponding values.

```yaml
$schema: https://azuremlschemas.azureedge.net/promptflow/latest/CustomStrongTypeConnection.schema.json
name: "to_replace_with_connection_name"
type: custom
custom_type: MyCustomConnection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$schema: https://azuremlschemas.azureedge.net/promptflow/latest/CustomStrongTypeConnection.schema.json
name: "my_custom_connection"
type: custom
custom_type: MyCustomConnection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
promptflow==0.0.108028960
promptflow==0.0.108377202

my-tools-package==0.0.3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--extra-index-url https://azuremlsdktestpypi.azureedge.net/promptflow
promptflow==0.0.108028960
promptflow==0.0.108377202

0 comments on commit 54fc50d

Please sign in to comment.