This commit is contained in:
afjcjsbx 2026-03-13 18:32:26 +01:00
parent b5adb2bb02
commit 950b373e2b

View file

@ -320,6 +320,7 @@ func (t *slowTool) Parameters() map[string]any {
"properties": map[string]any{}, "properties": map[string]any{},
} }
} }
func (t *slowTool) Execute(ctx context.Context, args map[string]any) *tools.ToolResult { func (t *slowTool) Execute(ctx context.Context, args map[string]any) *tools.ToolResult {
if t.execCh != nil { if t.execCh != nil {
close(t.execCh) close(t.execCh)