-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
-
2
-
Team Hedgehog 2024 Review 4
I was trying to play with AI subsystem and add a plugin generator to MDLCode
So the base class \core_ai\provider does not have a method is_request_allowed() but it is called from \core_ai\process_base::process() as if it was part of the API:
https://github.com/moodle/moodle/blob/v4.5.0/ai/classes/process_base.php#L53
I only could figure it out while opening network inspector and inspecting service.php calls, the error in the UI is not helpful either, it just says "something went wrong". No debugging information for developers even though all dev debugging is on
- has a non-specific relationship to
-
MDL-83147 AI: Placement - Error messages
-
- Integration review in progress
-