mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 07:26:16 +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:
@@ -15,7 +15,7 @@ class SceneXplainInput(BaseModel):
|
||||
query: str = Field(..., description="The link to the image to explain")
|
||||
|
||||
|
||||
class SceneXplainTool(BaseTool):
|
||||
class SceneXplainTool(BaseTool): # type: ignore[override]
|
||||
"""Tool that explains images."""
|
||||
|
||||
name: str = "image_explainer"
|
||||
|
Reference in New Issue
Block a user