mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 16:16:33 +00:00
community: Add PolygonLastQuote Tool and Toolkit (#15990)
**Description:** In this PR, I am adding a `PolygonLastQuote` Tool, which can be used to get the latest price quote for a given ticker / stock. Additionally, I've added a Polygon Toolkit, which we can use to encapsulate future tools that we build for Polygon. **Twitter handle:** [@virattt](https://twitter.com/virattt) --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ EXPECTED_ALL = [
|
||||
"O365Toolkit",
|
||||
"OpenAPIToolkit",
|
||||
"PlayWrightBrowserToolkit",
|
||||
"PolygonToolkit",
|
||||
"PowerBIToolkit",
|
||||
"SlackToolkit",
|
||||
"SteamToolkit",
|
||||
|
@@ -79,6 +79,7 @@ EXPECTED_ALL = [
|
||||
"OpenAPISpec",
|
||||
"OpenWeatherMapQueryRun",
|
||||
"PubmedQueryRun",
|
||||
"PolygonLastQuote",
|
||||
"RedditSearchRun",
|
||||
"QueryCheckerTool",
|
||||
"QueryPowerBITool",
|
||||
|
@@ -81,6 +81,7 @@ _EXPECTED = [
|
||||
"OpenAPISpec",
|
||||
"OpenWeatherMapQueryRun",
|
||||
"PubmedQueryRun",
|
||||
"PolygonLastQuote",
|
||||
"RedditSearchRun",
|
||||
"QueryCheckerTool",
|
||||
"QueryPowerBITool",
|
||||
|
Reference in New Issue
Block a user