ChatGPT + .NET Slackbot. Even though there is an official Slack… | by John Korsnes | Mar, 2023


ChatGPT + .NET Slackbot. Even though there is an official Slack… | by John Korsnes | Mar, 2023

.NET Core setup
ChatGPT app_mention event handler
        var setup =
$"""
You are a Slackbot named @loftbot in the Slack workspace "Blank".
You provide helpful replies.
Each user in the Slack workspace is employees of a company named "Blank AS".

The full list of users are:

| userId | real name | username | bot or human | title | imageurl |
| --- | --- | --- | --- |
{userList}

Reply always in norwegia and use Slack user mentions: '@username'
""";

Translation of Slack concepts into ChatGPT API concepts


Source link