-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: chat UI debug service #2927
Conversation
SDK CLI Test Result zhangxingzhi/flow-test-ui-lifecycle 4 files 4 suites 1h 3m 48s ⏱️ Results for commit 35a41a2. ♻️ This comment has been updated with latest results. |
83abb12
to
6b0c560
Compare
promptflow-core test result0 tests 0 ✅ 0s ⏱️ Results for commit 35a41a2. ♻️ This comment has been updated with latest results. |
promptflow SDK CLI Azure E2E Test Result zhangxingzhi/flow-test-ui-lifecycle 4 files 4 suites 4m 12s ⏱️ Results for commit 35a41a2. ♻️ This comment has been updated with latest results. |
SDK CLI Global Config Test Result zhangxingzhi/flow-test-ui-lifecycle6 tests 6 ✅ 1m 25s ⏱️ Results for commit 35a41a2. ♻️ This comment has been updated with latest results. |
Executor Unit Test Result zhangxingzhi/flow-test-ui-lifecycle796 tests 796 ✅ 3m 45s ⏱️ Results for commit 35a41a2. ♻️ This comment has been updated with latest results. |
Executor E2E Test Result zhangxingzhi/flow-test-ui-lifecycle245 tests 239 ✅ 5m 2s ⏱️ Results for commit 35a41a2. ♻️ This comment has been updated with latest results. |
6b0c560
to
75cd97c
Compare
75cd97c
to
dcfa7af
Compare
dcfa7af
to
b835b4b
Compare
Description
This PR is targeting to change the experience of Chat UI.
Previously, running
pf flow test --ui
will generate an url only, which means:Now we will start a monitor on flow directory, which will try to maintain a serve app align with latest flow directory:
Limitations:
pf flow serve
doesn't support specifying flow file name for now, so give below error message if specified flow file is not picked.basic flex flow chat ui
basic prompty chat ui:
dag flow:
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines