Test that model properly generates standard parameters.
These are used for tracing purposes.
If this test fails, check that the model accommodates standard parameters.
Check also that the model class is named according to convention
(e.g., ChatProviderName).
test_standard_params(
self,
model: BaseChatModel,
) -> None