mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-82977 AI: Provider instances
Create provider instances for AI povider plugins. Each provider plugin can now have multiple instances, allowing for different configurations and models using the same base provider.
This commit is contained in:
parent
eabd31c5d3
commit
368114c7cd
56 changed files with 2987 additions and 477 deletions
9
.upgradenotes/MDL-82922-2025011702481097.yml
Normal file
9
.upgradenotes/MDL-82922-2025011702481097.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
issueNumber: MDL-82922
|
||||
notes:
|
||||
core_ai:
|
||||
- message: >-
|
||||
The ai_provider_management_table has been refactored to inherit from
|
||||
flexible_table instead of plugin_management_table. As a result the
|
||||
methods get_plugintype and get_action_url are now unused and have been
|
||||
deprecated in the class.
|
||||
type: deprecated
|
Loading…
Add table
Add a link
Reference in a new issue