Prerit Das
Prerit Das
This small change corrects the following warning: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify...
Unfortunately, the official Finnhub API can only return one month of intraday data at a time, _regardless_ of the user's plan. There is no way around this. Finnhub support suggests...
Currently, all Zapier tools are built using the pre-written base Zapier prompt. These small changes (that retain default behavior) will allow a user to create a Zapier tool using the...
### Feature request Currently, `langchain 0.0.217 depends on pydantic=1`. Pydantic v2 is re-written in Rust and is between 5-50x faster than v1 depending on the use case. Given how much...
### Description **TLDR**: It seems to me that because 1-minute alerts actually run every ~66 seconds, there's a ~6-second window wherein logs are uncaught. ## Setup My goal was to...
### Which API Provider are you using? Anthropic ### Which Model are you using? Claude 3.5 Sonnet ### What happened? Cline isn't able to use Puppeteer when requested inside of...
Closes #555. Adds an output attribute to the action, `revision`, which is the `latestCreatedRevisionName`. This will allow subsequent action steps to allocate traffic/run any checks on _the new revision specifically_.