-
Notifications
You must be signed in to change notification settings - Fork 349
allow filtering of html #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow filtering of html #121
Conversation
d0e13d9
to
e0ed956
Compare
Looks great, can you please help me add the tests, it will be great, thanks for the help ! |
Sorry, I was reluctant to add the tests since so much has to be mocked for this setting. Hard to confirm the actual behavior without just using the mcp but these at least help. Do these added tests seem to meet the need effectively? |
yes please |
@executeautomation can. this be merged ?? this seems like a very important fix. |
Could this please get merged? Especially the option to get only the HTML of a specific element seems really important to reduce token count when giving the HTML output to an LLM |
This looks great, and the changes will be included in today’s release! |
7993f03
into
executeautomation:main
The full html can add a lot of tokens to a chat context
This change set adds filtering prior to getting into the chat context