Ensure the Type Ahead experiment supports provider/model overrides and Guidelines#776
Conversation
… be overridden from the developer settings
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #776 +/- ##
=============================================
- Coverage 76.50% 76.48% -0.03%
- Complexity 1868 1869 +1
=============================================
Files 89 89
Lines 7985 7990 +5
=============================================
+ Hits 6109 6111 +2
- Misses 1876 1879 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jeffpaul
left a comment
There was a problem hiding this comment.
Provider/model selection appeared as expected, and adding in copy guidelines adjusted the type ahead text as expected
What?
Ensure the Type Ahead experiment supports the ability to override the Provider and Model used from the developer settings and ensure any related Guidelines are pulled into the system instructions.
Why?
Recently merged in #151 but realized after the fact that there are a few new things we've implemented in other experiments that didn't exist when that PR was worked on, namely the ability to set the Provider and Model from our developer settings and integration with Guidelines. This PR updates both.
How?
set_provider_model_preferencemethod to ensure our Provider and Model can be filtered by our developer settingsguideline_categoriesto ensure Guidelines are pulled in to the system instructionsUse of AI Tools
None
Testing Instructions
Same testing instructions from #151 for the most part, just ensuring the Type Ahead experiment still works
Changelog Entry
n/a, will be pulled from #151