()
| 28 | } |
| 29 | |
| 30 | function toolId(): string { |
| 31 | return 'toolu_' + uuidv4().replace(/-/g, '').substring(0, 24); |
| 32 | } |
| 33 | |
| 34 | // ==================== 常量导入 ==================== |
| 35 | // 拒绝模式、身份探针、工具能力询问等常量统一定义在 constants.ts |
no outgoing calls
no test coverage detected