mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-18 23:50:52 +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:
@@ -30,7 +30,7 @@ class AppSchema(BaseModel):
|
||||
)
|
||||
|
||||
|
||||
class AINAppOps(AINBaseTool):
|
||||
class AINAppOps(AINBaseTool): # type: ignore[override, override]
|
||||
"""Tool for app operations."""
|
||||
|
||||
name: str = "AINappOps"
|
||||
|
Reference in New Issue
Block a user