feat(core): rename fetch_webpage to web_fetch (#5110)
This commit is contained in:
committed by
Caren Thomas
parent
b7c599ee5b
commit
09b173668a
@@ -53,7 +53,7 @@ async def web_search(
|
||||
raise NotImplementedError("This is only available on the latest agent architecture. Please contact the Letta team.")
|
||||
|
||||
|
||||
async def fetch_webpage(url: str) -> str:
|
||||
async def web_fetch(url: str) -> str:
|
||||
"""
|
||||
Fetch a webpage and convert it to markdown/text format using Jina AI reader.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user