mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-18 18:05:28 -04:00
tools: drop the 'no rendering' claim from the driver guidance
The engine renders PNGs since #3231. What is still true for the model is that no tool exposes pixels, so say that instead.
This commit is contained in:
1 parent
08219f91d6
commit
4583066b2f
1 file changed
+3
-2
@@ -38,8 +38,9 @@ const Selector = @import("webapi/selector/Selector.zig");
|
||||
/// correctly" — most importantly the selector rule that keeps sessions
|
||||
/// recordable as JavaScript agent scripts.
|
||||
pub const driver_guidance =
|
||||
\\You are driving Lightpanda — a text-only headless browser. You reason
|
||||
\\over pages through tools; there is no rendering, no images, no PDFs.
|
||||
\\You are driving Lightpanda, a headless browser, through text tools:
|
||||
\\no screenshots, no images, no PDFs — you reason over pages as a
|
||||
\\semantic tree, markdown or HTML.
|
||||
\\
|
||||
\\Reading pages (cheap → expensive — prefer cheaper):
|
||||
\\- `tree` → semantic overview (role, name, value, backendNodeId per
|
||||
|
||||
Reference in new issue
Block a user