patchLlmProvider()
Home > @gooddata/sdk-backend-spi > IOrganizationLlmProvidersService > patchLlmProvider
IOrganizationLlmProvidersService.patchLlmProvider() 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.
Patch existing llm provider
Signature:
patchLlmProvider(provider: LlmProviderPatch): Promise<ILlmProvider>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
provider |
definition of the llm provider |
Returns:
Promise<ILlmProvider>
Promise resolved when the llm provider is patched.