init: fix export for web_search (#581)
Some checks failed
test / test (push) Has been cancelled
test / lint (push) Has been cancelled

This commit is contained in:
Parth Sareen 2025-09-19 10:06:30 -07:00 committed by GitHub
parent 4d0b81b37a
commit b22c5fdabb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
# requires-python = ">=3.11" # requires-python = ">=3.11"
# dependencies = [ # dependencies = [
# "rich", # "rich",
# "ollama",
# ] # ]
# /// # ///
import os import os

View File

@ -55,5 +55,5 @@ list = _client.list
copy = _client.copy copy = _client.copy
show = _client.show show = _client.show
ps = _client.ps ps = _client.ps
websearch = _client.web_search web_search = _client.web_search
webcrawl = _client.web_crawl web_crawl = _client.web_crawl