()
| 75 | available: Schema.Array(Schema.String), |
| 76 | }) { |
| 77 | override get message() { |
| 78 | return `Skill "${this.name}" not found. Available skills: ${this.available.join(", ") || "none"}` |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | type State = { |
no outgoing calls
no test coverage detected