testLlmProvider()
Home > @gooddata/sdk-backend-spi > IOrganizationLlmProvidersService > testLlmProvider
IOrganizationLlmProvidersService.testLlmProvider() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Test existing llm provider
Signature:
testLlmProvider(provider: Partial<LlmProviderPatch>): Promise<LlmProviderTestResults>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
provider |
Partial<LlmProviderPatch> |
definition of the llm provider |
Returns:
Promise<LlmProviderTestResults>
Promise resolved with test results.