(self, tool_scope: ToolScope)
| 82 | |
| 83 | @abstractmethod |
| 84 | def domain_scopes(self, tool_scope: ToolScope) -> Iterable[DomainScope]: |
| 85 | pass |
| 86 | |
| 87 | @abstractmethod |
| 88 | def remote_scopes(self, connection: Connection, group_id: str) -> list[ToolScope]: |
no outgoing calls