mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +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:
@@ -39,7 +39,7 @@ class PolygonAggregatesSchema(BaseModel):
|
||||
)
|
||||
|
||||
|
||||
class PolygonAggregates(BaseTool):
|
||||
class PolygonAggregates(BaseTool): # type: ignore[override, override]
|
||||
"""
|
||||
Tool that gets aggregate bars (stock prices) over a
|
||||
given date range for a given ticker from Polygon.
|
||||
|
Reference in New Issue
Block a user