setActiveLlmEndpoint()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setActiveLlmEndpoint
IOrganizationSettingsService.setActiveLlmEndpoint() method
Set active LLM endpoint for the organization.
Signature:
setActiveLlmEndpoint(endpoint: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
endpoint | string | id of the LLM endpoint to set as active for the organization. |
Returns:
Promise<void>
promise