mirror of
https://github.com/ollama/ollama-python.git
synced 2026-01-13 21:57:16 +08:00
lint
This commit is contained in:
parent
799ae1f07c
commit
15ec61dbcb
@ -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': {
|
||||
|
||||
@ -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)}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user