-
Notifications
You must be signed in to change notification settings - Fork 899
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
T1 language support for simulation #3610
Conversation
promptflow-evals test result 12 files ± 0 12 suites ±0 1h 48m 56s ⏱️ + 1h 28m 31s Results for commit be18ece. ± Comparison against base commit b04e889. This pull request removes 125 and adds 19 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
src/promptflow-evals/samples/adversarial_simulator/adversarial_qa_t1_languages.py
Show resolved
Hide resolved
src/promptflow-evals/promptflow/evals/synthetic/jailbreak_adversarial_simulator.py
Outdated
Show resolved
Hide resolved
src/promptflow-evals/promptflow/evals/synthetic/_conversation/_conversation.py
Show resolved
Hide resolved
src/promptflow-evals/promptflow/evals/synthetic/adversarial_simulator.py
Outdated
Show resolved
Hide resolved
src/promptflow-evals/promptflow/evals/synthetic/adversarial_simulator.py
Outdated
Show resolved
Hide resolved
Hi, thank you for your interest in helping to improve the prompt flow experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. |
Hi, thank you for your interest in helping to improve the prompt flow experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. |
Hi, thank you for your contribution. Since there has not been recent engagement, we are going to close this out. Feel free to reopen if you'd like to continue working on these changes. Please be sure to remove the |
Description
This PR adds support for the following languages in adversarial simulators:
es
)it
)fr
)de
)zh-cn
)pt
)ja
)en
)This provides parity with lasertag/babel language support.
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines