-
Notifications
You must be signed in to change notification settings - Fork 616
[Firebase AI] Fix goldenDevAPIStreamingFile
util
#6923
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
Conversation
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Generated by 🚫 Danger |
Coverage Report 1Affected ProductsNo changes between base commit (a6010b2) and merge commit (0255772).Test Logs |
Test Results 29 files - 1 008 29 suites - 1 008 21s ⏱️ - 33m 57s For more details on these failures, see this check. Results for commit 3c5f29f. ± Comparison against base commit a6010b2. This pull request removes 5788 tests.
|
@davidmotson Would you mind taking over this PR? |
Size Report 1Affected ProductsNo changes between base commit (a6010b2) and merge commit (0255772).Test Logs |
Closing in favour of #6932. |
The
goldenDevAPIStreamingFile
was returning golden files for Vertex AI. Switching this to Google AI should result in theprompt blocked for safety
test failing since the Google AI version ofstreaming-failure-prompt-blocked-safety.txt
does not contain a blocked prompt response.