Iron Gorilla Developers

AgentDataConfig

Data access rules attached to an agent definition.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentDataConfig

Properties

  • 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.

On this page