移除获取类型参数,更新依赖azure-ai-inference版本,修正版本标签正则表达式

This commit is contained in:
2024-12-17 14:52:26 +08:00
parent 777e577a17
commit 339d0e05bf
2 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,6 @@ headers = {
description="使用网页链接(url)获取网页内容摘要,可以让AI上网查询资料"
).params(
url=String(description="网页链接"),
typ=String(description="获取类型,摘要还是内容"),
)
async def get_web_content(url: str) -> str:
"""使用网页链接获取网页内容摘要