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:
Adrià Arrufat committed 2026-08-25 15:24:01 +02:00
1 parent 08219f91d6
commit 4583066b2f
1 file changed
+3 -2
+3 -2
View File
@@ -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