Problem Statement
Invalid parameter names passed to model providers don’t throw any errors/warning logs which confuses users.
Proposed Solution
Start warning users on unknown properties/values passed into the providers
Use Case
This would aid developers in knowing that properties are not taking effect
Alternatives Solutions
No response
Additional Context
Our current configuration unpacks/packs configuration arguments in a way that doesn't allow us to strongly typed parameters, so we can't rely on Python typing to enable this. We don't want to raise an exception as folks could be relying on this behavior, so the best we can do seems to be to emit a warning.
Problem Statement
Invalid parameter names passed to model providers don’t throw any errors/warning logs which confuses users.
Proposed Solution
Start warning users on unknown properties/values passed into the providers
Use Case
This would aid developers in knowing that properties are not taking effect
Alternatives Solutions
No response
Additional Context
Our current configuration unpacks/packs configuration arguments in a way that doesn't allow us to strongly typed parameters, so we can't rely on Python typing to enable this. We don't want to raise an exception as folks could be relying on this behavior, so the best we can do seems to be to emit a warning.