Skip to content

Commit

Permalink
Merge branch 'main' into hod/unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
0mza987 authored Oct 12, 2023
2 parents d91b73f + bd4f257 commit 0a5828e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/promptflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

### Improvements

- [SDK/CLI] Include flow path & output path in `pf run visualize` page.
- [SDK/CLI] Experience improvements in `pf run visualize` page:
- Add column status.
- Support opening flow file by clicking run id.


## 0.1.0b7.post1 (2023.09.28)
Expand Down
2 changes: 1 addition & 1 deletion src/promptflow/promptflow/_sdk/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def get_list_view_type(archived_only: bool, include_archived: bool) -> ListViewT
VIS_LIB_CDN_LINK_TMPL = (
"https://sdk-bulk-test-endpoint.azureedge.net/bulk-test-details/view/{version}/bulkTestDetails.min.js?version=1"
)
VIS_LIB_VERSION = "0.0.28"
VIS_LIB_VERSION = "0.0.29"
VIS_PORTAL_URL_TMPL = (
"https://ml.azure.com/prompts/flow/bulkrun/runs/outputs"
"?wsid=/subscriptions/{subscription_id}/resourceGroups/{resource_group_name}"
Expand Down

0 comments on commit 0a5828e

Please sign in to comment.