Skip to content
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

Add slack integration #1346

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Add slack integration #1346

merged 4 commits into from
Oct 22, 2024

Conversation

mousumi2002
Copy link
Contributor

  • What kind of change does this PR introduce?
    Feature

  • Why was this change needed?
    Resolves 🚀 Feature: Slack extension #1290

  • Other information:
    @ManishMadan2882 I have added initial support for a Slack bot integration. Here's what is currently supported as a part of the integration.

    • DM the chatbot to get a response
    • Show message loading status using Slack's inbuilt setThreadStatus function

    I need more clarity on the following stuff:

    • Do you need any additional functionalities added
    • The DocsGPT API supports history passing. In Slack, if we use the bot in a channel, it isn't wise to query chats as it will breach privacy. If used in threads, I have yet to find a method to get the history for a thread. For this feature, is history passing an essential requirement?

    Things I would be working on after the initial review:

    • Documentation
    • Creating setup instructions in readme.md

Copy link

vercel bot commented Oct 20, 2024

@mousumi2002 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 0:04am

Copy link
Collaborator

@ManishMadan2882 ManishMadan2882 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect @mousumi2002, followed the README and it works fine.
image
Requesting a minor change to remove source_id from the payload in generate_answer method as the /api/answer doesn't expect a source_id.
Regarding the history support, I don't think that there is any concern of privacy breach with Chatbots, however this won't be needed in the initial version of slack extension.
Thank you !

Copy link
Collaborator

@ManishMadan2882 ManishMadan2882 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@dartpain dartpain merged commit f78a8c6 into arc53:main Oct 22, 2024
4 of 5 checks passed
@dartpain
Copy link
Contributor

@holopin-bot @mousumi2002

Copy link

holopin-bot bot commented Oct 22, 2024

Congratulations @mousumi2002, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cm2kqptal75900ckyr6rvjcdw

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

@dartpain
Copy link
Contributor

And a special api holopin!
@holopin-bot @mousumi2002 api

Copy link

holopin-bot bot commented Oct 22, 2024

Congratulations @mousumi2002, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cm2kqqikw74560clbb8stan7h

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensions Extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Slack extension
3 participants