StartAsync 异步启动工具执行 返回任务 ID,可用于查询状态或取消
(ctx context.Context, args map[string]any)
| 28 | // StartAsync 异步启动工具执行 |
| 29 | // 返回任务 ID,可用于查询状态或取消 |
| 30 | StartAsync(ctx context.Context, args map[string]any) (string, error) |
| 31 | |
| 32 | // GetStatus 获取任务执行状态 |
| 33 | GetStatus(ctx context.Context, taskID string) (*TaskStatus, error) |
no outgoing calls
no test coverage detected