mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 16:16:33 +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:
@@ -8,7 +8,7 @@ from langchain_core.tools import BaseTool
|
||||
from langchain_community.utilities.steam import SteamWebAPIWrapper
|
||||
|
||||
|
||||
class SteamWebAPIQueryRun(BaseTool):
|
||||
class SteamWebAPIQueryRun(BaseTool): # type: ignore[override]
|
||||
"""Tool that searches the Steam Web API."""
|
||||
|
||||
mode: str
|
||||
|
Reference in New Issue
Block a user