allowedDomains property

List<String>? allowedDomains
final

List of allowed domains (whitelist)

  • Anthropic: Maps to allowed_domains parameter
  • xAI: Can be implemented via excluded websites (inverse logic)

Implementation

final List<String>? allowedDomains;