Closed
Bug 2018046
Opened 6 months ago
Closed 4 months ago
get_page_content tool always does headless page extraction calls
Categories
(Core :: Machine Learning: General, defect)
Core
Machine Learning: General
Tracking
()
RESOLVED
FIXED
People
(Reporter: gregtatum, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [genai][models])
The allowedUrls here has an inverted boolean logic that forces any request to go through headless extraction.
Steps to reproduce
- Open smart window.
- Navigate to https://en.wikipedia.org/wiki/Cat
- Open the "ask" sidebar.
- Ask to summarize the page.
Expected results:
- The page should use the PageExtractor on the page to get the results and not make a secondary request.
Actual results:
- The page makes a headless request.
Updated•6 months ago
|
Updated•6 months ago
|
Comment 1•6 months ago
|
||
The severity field is not set for this bug.
:tburrell, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(tburrell)
| Reporter | ||
Comment 2•4 months ago
|
||
Fixed in Bug 2021462.
Status: NEW → RESOLVED
Closed: 4 months ago
Flags: needinfo?(tburrell)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•