(self)
| 178 | return self.feature_config.hooks_pre_tool_use |
| 179 | |
| 180 | def hooks_post(self) -> list[str]: |
| 181 | return self.feature_config.hooks_post_tool_use |
| 182 | |
| 183 | def model(self) -> Optional[str]: |
| 184 | return self.feature_config.model |
no outgoing calls
no test coverage detected