You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, providers need to be passed directly into the system, which limits flexibility. It prevents us from dynamically sourcing providers from external .json files or other configurations. This can become cumbersome when managing multiple providers.
Describe the solution you'd like
Refactor the current implementation to:
Create a provider mapping system.
Allow an array of strings to be passed instead of hardcoding providers directly.
Dynamically resolve and load providers based on the string array.
Enable passing in providers from a .json file for improved configurability.
Is your feature request related to a problem? Please describe.
Currently, providers need to be passed directly into the system, which limits flexibility. It prevents us from dynamically sourcing providers from external
.json
files or other configurations. This can become cumbersome when managing multiple providers.Describe the solution you'd like
Refactor the current implementation to:
.json
file for improved configurability.Example:
The system should interpret these strings, map them to their corresponding provider logic, and load them seamlessly.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: