chat 4.13.4 → 4.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -5
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/docs/adapters/slack.mdx +1 -0
- package/package.json +1 -1
package/docs/adapters/slack.mdx
CHANGED
|
@@ -251,6 +251,7 @@ The `SlackAdapter` exposes these methods for the Assistants API:
|
|
|
251
251
|
| `setAssistantStatus(channelId, threadTs, status)` | Show a thinking/status indicator |
|
|
252
252
|
| `setAssistantTitle(channelId, threadTs, title)` | Set the thread title (shown in History) |
|
|
253
253
|
| `publishHomeView(userId, view)` | Publish a Home tab view for a user |
|
|
254
|
+
| `startTyping(threadId, status)` | Show a custom loading status (requires `assistant:write` scope) |
|
|
254
255
|
|
|
255
256
|
### Required scopes and events
|
|
256
257
|
|