- Issue created by @andrewbelcher
📌 Provide a framework for testing with real providers Needs work introduces the ability to create tests that can be run against various providers. However, as highlighted in review, some providers require more complex set up than just a module and API key.
Test with the Azure or AWS Bedrock providers.
Add a new, optional attribute for AI providers to use. \Drupal\Tests\ai\AiLlm\AiProviderTestBase::getProvider
would then use this to perform additional set up. This attribute would have (all optional):
A new, optional attribute and use of that in the test.
N/A
Active
1.0
Miscellaneous