summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parentabcaad66093bdf9a98f10c909a05ab1ebcb431f3 (diff)
Chore: pw tools to be disabled as defaultHEADmaster
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 8f8c497..d8b42d6 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -162,6 +162,15 @@ Those could be switched in program, but also bould be setup in config.
#### ToolUse
- Enable or disable explanation of tools to llm, so it could use them.
+#### Playwright Browser Automation
+These settings enable browser automation tools available to the LLM.
+
+- **PlaywrightEnabled** (`false`)
+ - Enable or disable Playwright browser automation tools for the LLM. When enabled, the LLM can use tools like `pw_browser`, `pw_close`, and `pw_status` to automate browser interactions.
+
+- **PlaywrightDebug** (`false`)
+ - Enable debug mode for Playwright browser. When set to `true`, the browser runs in visible (non-headless) mode, displaying the GUI for debugging purposes. When `false`, the browser runs in headless mode by default.
+
### StripThinkingFromAPI (`true`)
- Strip thinking blocks from messages before sending to LLM. Keeps them in chat history for local viewing but reduces token usage in API calls.