diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-02 19:20:54 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-02 19:20:54 +0300 |
| commit | cad1bd46c191f811729ab1cd5f044931c7d10269 (patch) | |
| tree | 5bdd1760a1d964cc3a685b58d2da38e209c59924 /config/config.go | |
| parent | 4bddce37009f93c6b931e852aa4770212fe7654d (diff) | |
Feat: playwright tools
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 427edd5..7aed1c7 100644 --- a/config/config.go +++ b/config/config.go @@ -70,6 +70,8 @@ type Config struct { CharSpecificContextEnabled bool `toml:"CharSpecificContextEnabled"` CharSpecificContextTag string `toml:"CharSpecificContextTag"` AutoTurn bool `toml:"AutoTurn"` + // playwright browser + PlaywrightHeadless bool `toml:"PlaywrightHeadless"` } func LoadConfig(fn string) (*Config, error) { |
