diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-03 09:15:18 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-03 09:15:18 +0300 |
| commit | 0c9c590d8f9c49578515ccaf19bb11431cf4e721 (patch) | |
| tree | 32429d115946a82dc9bec46a0d10572be2b0aeb7 /config/config.go | |
| parent | d130254e888a7627c65e9bcdfa70acd1bc77de66 (diff) | |
Enha (playwright): conditionaly install and use tools
Diffstat (limited to 'config/config.go')
| -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"` } |
