IOrganizationAgentsService
Home > @gooddata/sdk-backend-spi > IOrganizationAgentsService
IOrganizationAgentsService interface
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.
This service provides access to AI agents and their skills in the organization.
Signature:
export interface IOrganizationAgentsService
Methods
|
Method |
Description |
|---|---|
|
(ALPHA) Create a new agent. | |
|
(ALPHA) Delete an agent. | |
|
(ALPHA) Get agent by ref. | |
|
(ALPHA) Get agents query. | |
|
(ALPHA) Get all available skills for the AI agent. | |
|
(ALPHA) Patch existing agent (partial update). | |
|
(ALPHA) Update existing agent (full replace). |