diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 7aed1c7..217c32b 100644 --- a/config/config.go +++ b/config/config.go @@ -71,6 +71,7 @@ type Config struct { CharSpecificContextTag string `toml:"CharSpecificContextTag"` AutoTurn bool `toml:"AutoTurn"` // playwright browser + NoPlaywright bool `toml:"NoPlaywright"` // when we want to avoid pw tool use PlaywrightHeadless bool `toml:"PlaywrightHeadless"` } |
