AgentCustomSkill
Home > @gooddata/sdk-model > AgentCustomSkill
AgentCustomSkill type
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.
Available skill types for an AI agent.
Signature:
export type AgentCustomSkill = "alert" | "anomaly_detection" | "clustering" | "forecasting" | "key_driver_analysis" | "metric" | "schedule_export" | "visualization" | "visualization_summary" | "what_if_analysis" | "knowledge";