summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-04 11:45:54 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-04 11:45:54 +0300
commitd144ee76d942c9594d12508f3dfbcb90b988f0ce (patch)
tree048390ee0d115d829a2f551ec4431c750d524763 /config.example.toml
parentabcaad66093bdf9a98f10c909a05ab1ebcb431f3 (diff)
Chore: pw tools to be disabled as defaultHEADmaster
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index 7df35d9..39a730b 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -56,6 +56,6 @@ StripThinkingFromAPI = true # Strip <think> blocks from messages before sending
# Valid values: xhigh, high, medium, low, minimal, none (empty or none = disabled)
# Models that support reasoning will include thinking content wrapped in <think> tags
ReasoningEffort = "medium"
-# playwright
-NoPlaywright = false
+# playwright tools
+PlaywrightEnabled = false
PlaywrightDebug = false