mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
all: test 3.13 ci (#27197)
Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ from langchain_core.callbacks import CallbackManagerForToolRun
|
||||
from langchain_core.tools import BaseTool
|
||||
|
||||
|
||||
class YouTubeSearchTool(BaseTool):
|
||||
class YouTubeSearchTool(BaseTool): # type: ignore[override]
|
||||
"""Tool that queries YouTube."""
|
||||
|
||||
name: str = "youtube_search"
|
||||
|
Reference in New Issue
Block a user