mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 21:12:48 +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.stackexchange import StackExchangeAPIWrapper
|
||||
|
||||
|
||||
class StackExchangeTool(BaseTool):
|
||||
class StackExchangeTool(BaseTool): # type: ignore[override]
|
||||
"""Tool that uses StackExchange"""
|
||||
|
||||
name: str = "stack_exchange"
|
||||
|
Reference in New Issue
Block a user