AgentDataConfig
Data access rules attached to an agent definition.
SDK v2026.4.0
Kind: interface
Signature
export interface AgentDataConfigProperties
permitted(string[]): Data classes the agent may handle.prohibited(string[]): Data classes the agent may not handle.llmExcluded(string[]): Data classes excluded from LLM calls.