Enumeration: AgentContextType

Enum representing the context type for an AnalyticsAgent component. The context type determines the analytical view or data scope for the agent to use.

Use these values with AgentContextConfig.contextType when configuring an agent in single-context mode.

DASHBOARD: "dashboard"

Dashboard context. Configures the agent to use a dashboard as its data scope.


METRIC: "metric"

Metric context. Configures the agent to use a metric as its data scope.


SDM: "sdm"

Semantic Model context. Configures the agent to use a Semantic Model as its data scope.