IAgent
Home > @gooddata/sdk-model > IAgent
IAgent 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.
Represents an AI agent entity.
Signature:
export interface IAgent
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(ALPHA) (Optional) Whether AI knowledge base is enabled. | ||
|
boolean |
(ALPHA) (Optional) Whether the agent is available to all users. | ||
|
string |
(ALPHA) (Optional) Creation timestamp. | ||
|
(ALPHA) (Optional) User who created the agent. | |||
|
AgentCustomSkill[] | null |
(ALPHA) (Optional) List of custom skills when skillsMode is "custom". | ||
|
string |
(ALPHA) (Optional) Agent description. | ||
|
boolean |
(ALPHA) (Optional) Whether the agent is enabled. | ||
|
string |
(ALPHA) (Optional) Last modification timestamp. | ||
|
(ALPHA) (Optional) User who last modified the agent. | |||
|
string |
(ALPHA) (Optional) Agent name. | ||
|
string |
(ALPHA) (Optional) Agent personality prompt. | ||
|
(ALPHA) Agent reference. | |||
|
(ALPHA) (Optional) Skills mode - "all" uses all skills, "custom" uses only selected skills. | |||
|
(ALPHA) (Optional) User groups the agent is associated with. |