permissionHelp top-level property

Map<String, String> permissionHelp
final

Implementation

final permissionHelp = {
  "agents": "Use tools in the room or talk to other agents",
  "containers": "Run custom code in sandboxed containers",
  "database": "Interact with database tables",
  "developer": "Watch logs in the room",
  "livekit": "Join meetings",
  "messaging": "Communicate with users and agents",
  "sync": "Interact with threads and synchronized documents",
  "storage": "Interact with files in the room",
  "secrets": "Interact with secrets in the room",
  "queues": "Interact with job queues",
};