InputSchema 实现 Tool 接口
()
| 487 | |
| 488 | // InputSchema 实现 Tool 接口 |
| 489 | func (ct *CachedTool) InputSchema() map[string]any { |
| 490 | return ct.tool.InputSchema() |
| 491 | } |
| 492 | |
| 493 | // Prompt 实现 Tool 接口 |
| 494 | func (ct *CachedTool) Prompt() string { |
nothing calls this directly
no test coverage detected