-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
5.0
-
MOODLE_500_STABLE
-
MDL-84778-main -
-
-
2
-
Team Hedgehogs 2025 Sprint 1.3
When working with action settings such as generate text action settings form defaults are not respected when changing models.
This is related to the funcitonality from MDL-82980
To reproduce:
- Create a new AI provider for Open AI
- Click the provider settings
- Click settings for generate text
- Under settings, set a value for "top_p", e.g 123
- Click save changes
- Click setting for generate text (again)
- Change the model to "o1"
- The form will reload but the defaut for "top_p" will not change it will still be 123.
The issue identified in step 8 is the issue, instead it should load the form defaul for that model.
This makes it very easy to accidentally to save the wrong value for the worng model.
- has been marked as being related by
-
MDL-84779 AI: Recall action settings when changing models
-
- Integration review in progress
-