Skip to content

Support multiple solutions #108

@roxblnfk

Description

@roxblnfk
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions