IAgentSkill
Home > @gooddata/sdk-model > IAgentSkill
IAgentSkill 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 a single skill available to the AI agent.
Signature:
export interface IAgentSkill
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Description of what the skill does. | ||
|
string[] |
(ALPHA) Example prompts or usages for the skill. | ||
|
string |
(ALPHA) Unique name of the skill. | ||
|
string[] |
(ALPHA) Tags associated with the skill. | ||
|
string |
(ALPHA) Human-readable title of the skill. |