chore: undo fetch_webpage rename (#5132)

This commit is contained in:
Sarah Wooders
2025-10-03 15:45:37 -07:00
committed by Caren Thomas
parent 93d9ff01c6
commit 6016ac0f33
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 web_fetch(url: str) -> str:
async def fetch_webpage(url: str) -> str:
"""
Fetch a webpage and convert it to markdown/text format using Jina AI reader.