feat(core): rename fetch_webpage to web_fetch (#5110)

This commit is contained in:
Charles Packer
2025-10-03 11:26:03 -07:00
committed by Caren Thomas
parent b7c599ee5b
commit 09b173668a
3 changed files with 4 additions and 4 deletions

View File

@@ -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.