fix: missing acp import in spawn.go
This commit is contained in:
parent
914efcf087
commit
c60309b497
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ import (
|
|||
"context"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/sipeed/picoclaw/pkg/acp"
|
||||
)
|
||||
|
||||
type SpawnTool struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue