Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai/slack-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: "slack"

The Slack app adds a bot named `@mintlify` to your Slack workspace that can search your documentation and answer users' questions. The bot responds to direct messages, @mentions, and to any questions in a channel specifically named `#ask-ai`.

The Slack app can incur costs: either using your AI chat credits or incurring overages.
The Slack app can incur costs: either using your AI assistant credits or incurring overages.

## Setting up the Slack app

Expand Down
2 changes: 1 addition & 1 deletion api-reference/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ The assistant API **key** is a server-side token that should be kept secret.
The assistant API **token** is a public token that can be referenced in your frontend code.

<Note>
Calls using the assistant API token can incur costs: either using your AI chat credits or incurring overages.
Calls using the assistant API token can incur costs: either using your AI assistant credits or incurring overages.
</Note>