fix: add execute tool to skill example (#182)

drew/english
Megumin 2 months ago committed by GitHub
parent 9d39d4d72a
commit d49cfe085a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,7 +51,8 @@ func main() {
log.Fatal(err)
}
fsm, err := filesystem.New(ctx, &filesystem.MiddlewareConfig{
Backend: be,
Backend: be,
StreamingShell: be,
})
if err != nil {
log.Fatal(err)

Loading…
Cancel
Save