-
Notifications
You must be signed in to change notification settings - Fork 677
feat: add thinking steps #2484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add thinking steps #2484
Conversation
…thods (#2467) Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com> Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com> Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com> Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2484 +/- ##
==========================================
+ Coverage 93.11% 93.17% +0.06%
==========================================
Files 40 40
Lines 11269 11384 +115
Branches 713 726 +13
==========================================
+ Hits 10493 10607 +114
- Misses 764 765 +1
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
…o feat-ai-apps-thinking-steps
…kapi/node-slack-sdk into feat-ai-apps-thinking-steps
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
The timeout test was making real network requests to slack.com, causing intermittent failures due to SSL connection destruction race conditions (ECANCELED errors). Now uses nock to mock the network with delayConnection. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
zimeg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@srtaalej Amazing amazing it makes me think indeed 💡
Summary
This PR introduces new Thinking Steps features into Node.
Included in this PR:
chat.{appendStream, startStream, stopStream}methods ⭐Code Snippet
chat.methods ⭐Code Snippet
Requirements (place an
xin each[ ])