| 76 | /** Tool invocation was rejected because a workspace `tool_policy` rule with |
| 77 | * `action: "block"` matched. `pattern` is the matched policy pattern. */ |
| 78 | export class ToolBlockedError extends Schema.TaggedErrorClass<ToolBlockedError>()( |
| 79 | "ToolBlockedError", |
| 80 | { |
| 81 | address: ToolAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected