-
Notifications
You must be signed in to change notification settings - Fork 898
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
[BatchEngine] Chat group orchestrator and related change in batch engine #2591
Conversation
promptflow-core test result0 tests 0 ✅ 0s ⏱️ Results for commit 1f741aa. ♻️ This comment has been updated with latest results. |
SDK CLI Global Config Test Result bixiaodi/chat_group_poc3 tests 3 ✅ 48s ⏱️ Results for commit 22e190a. ♻️ This comment has been updated with latest results. |
promptflow SDK CLI Azure E2E Test Result bixiaodi/chat_group_poc 4 files 4 suites 4m 2s ⏱️ Results for commit 22e190a. ♻️ This comment has been updated with latest results. |
Executor Unit Test Result bixiaodi/chat_group_poc771 tests 771 ✅ 3m 43s ⏱️ Results for commit 22e190a. ♻️ This comment has been updated with latest results. |
Executor E2E Test Result bixiaodi/chat_group_poc223 tests 221 ✅ 5m 30s ⏱️ Results for commit 22e190a. ♻️ This comment has been updated with latest results. |
SDK CLI Test Result bixiaodi/chat_group_poc 12 files 12 suites 49m 34s ⏱️ Results for commit 22e190a. ♻️ This comment has been updated with latest results. |
src/promptflow-devkit/promptflow/orchestrator/_chat_group_orchestrator.py
Outdated
Show resolved
Hide resolved
src/promptflow-devkit/promptflow/orchestrator/_chat_group_orchestrator.py
Outdated
Show resolved
Hide resolved
src/promptflow/tests/executor/unittests/batch/test_chat_group_orchestrator.py
Outdated
Show resolved
Hide resolved
src/promptflow-devkit/promptflow/_sdk/entities/_chat_group/_chat_role.py
Outdated
Show resolved
Hide resolved
e7093fd
to
8b1617f
Compare
8b1617f
to
d21c7fc
Compare
c761ad7
to
22e190a
Compare
Add a chat group proxy to support chat group scenario.
Chat group proxy will be passed directly to batch engine. All the executor proxy will be created when initialize chat group proxy.
Chat group orchestrator schedule flow runs and resolve flow inputs and outputs for each run.
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines