You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tools): integrate expectation parameter into main tools
- Add expectation parameter to navigate, click, type, and snapshot tools
- Configure tool-specific default expectations for optimal token usage
- Update browserServerBackend to pass expectation to Response class
- Remove legacy setIncludeSnapshot/setIncludeTabs methods
- Ensure complete backward compatibility
This completes PR #3 of the token optimization implementation,
enabling fine-grained control over response content per tool.
text: z.string().describe('Text to type into the element'),
50
51
submit: z.boolean().optional().describe('Whether to submit entered text (press Enter after)'),
51
52
slowly: z.boolean().optional().describe('Whether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once.'),
0 commit comments