Description 实现 Tool 接口
()
| 482 | |
| 483 | // Description 实现 Tool 接口 |
| 484 | func (ct *CachedTool) Description() string { |
| 485 | return ct.tool.Description() |
| 486 | } |
| 487 | |
| 488 | // InputSchema 实现 Tool 接口 |
| 489 | func (ct *CachedTool) InputSchema() map[string]any { |
nothing calls this directly
no test coverage detected