Skip to content

Commit 15ec61d

Browse files
committed
lint
1 parent 799ae1f commit 15ec61d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/gpt-oss-browser-tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def main() -> None:
1616
client = Client()
1717
browser = Browser(initial_state=None, client=client)
1818

19-
# Tool schemas
19+
# Tool schemas
2020
browser_search_schema = {
2121
'type': 'function',
2222
'function': {

examples/gpt_oss_browser_tool_helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,3 @@ def find(self, *, pattern: str, cursor: int = -1) -> Dict[str, Any]:
532532

533533
page_text = self._display_page(find_page, new_cursor, 0, -1)
534534
return {'state': self.get_state(), 'pageText': cap_tool_content(page_text)}
535-
536-

0 commit comments

Comments
 (0)