This commit is contained in:
nicole pardal 2025-09-23 17:58:08 -07:00 committed by ParthSareen
parent 8279b2ef70
commit fb7bdc1a2b
2 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ def main() -> None:
client = Client()
browser = Browser(initial_state=None, client=client)
# Tool schemas
# Tool schemas
browser_search_schema = {
'type': 'function',
'function': {

View File

@ -532,5 +532,3 @@ class Browser:
page_text = self._display_page(find_page, new_cursor, 0, -1)
return {'state': self.get_state(), 'pageText': cap_tool_content(page_text)}