Execute 执行工具
(ctx context.Context, input map[string]any, tc *ToolContext)
| 54 | |
| 55 | // Execute 执行工具 |
| 56 | Execute(ctx context.Context, input map[string]any, tc *ToolContext) (any, error) |
| 57 | |
| 58 | // Prompt 工具使用说明(可选) |
| 59 | Prompt() string |
no outgoing calls
no test coverage detected