generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
- Render multiple solutions in UI
- Add Solution Provider Registry like this:
interface SolutionProviderRegisrty { /** * @param callable(\Throwable): SolutionInterface|\Stringable|string $provider */ public function register($provider): void; } // todo interface SolutionInterface {}
- 💡 Render exception class description #104 might be implemented like a SolutionProvider
In this case the user can implement its own AI based solution provider, support custom attributes or interfaces
vjik
Metadata
Metadata
Assignees
Labels
No labels