fix lint
This commit is contained in:
parent
b5adb2bb02
commit
950b373e2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue