chore: undo fetch_webpage rename (#5132)
This commit is contained in:
committed by
Caren Thomas
parent
93d9ff01c6
commit
6016ac0f33
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user