mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
15 lines
821 B
YAML
15 lines
821 B
YAML
issueNumber: MDL-82980
|
|
notes:
|
|
core_ai:
|
|
- message: |2
|
|
- The `\core_ai\form\action_settings_form` class has been updated to automatically include action buttons such as Save and Cancel.
|
|
- AI provider plugins should update their form classes by removing the `$this->add_action_buttons();` call, as it is no longer required.
|
|
type: changed
|
|
- message: >
|
|
- A new hook, `\core_ai\hook\after_ai_action_settings_form_hook`, has
|
|
been introduced. It will allows AI provider plugins to add additional
|
|
form elements for action settings configuration.
|
|
type: improved
|
|
- message: |2
|
|
- AI provider plugins that want to implement `pre-defined models` and display additional settings for models must now extend the `\core_ai\aimodel\base` class.
|
|
type: improved
|